]>
Commit | Line | Data |
---|---|---|
1da177e4 | 1 | |
cc8f9b99 | 2 | |
1da177e4 LT |
3 | List of maintainers and how to submit kernel changes |
4 | ||
5 | Please try to follow the guidelines below. This will make things | |
6 | easier on the maintainers. Not all of these guidelines matter for every | |
7 | trivial patch so apply some common sense. | |
8 | ||
9 | 1. Always _test_ your changes, however small, on at least 4 or | |
10 | 5 people, preferably many more. | |
11 | ||
12 | 2. 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 | ||
20 | 3. 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 | ||
24 | 4. When you are happy with a change make it generally available for | |
25 | testing and await feedback. | |
26 | ||
27 | 5. 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 |
59 | 6. 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 |
63 | 7. When sending security related changes or reports to a maintainer |
64 | please Cc: [email protected], especially if the maintainer | |
65 | does not respond. | |
66 | ||
67 | 8. Happy hacking. | |
1da177e4 | 68 | |
c7c4fb18 JP |
69 | Descriptions of section entries: |
70 | ||
71 | P: Person (obsolete) | |
72 | M: Mail patches to: FullName <address@domain> | |
eafbaac3 PM |
73 | R: Designated reviewer: FullName <address@domain> |
74 | These reviewers should be CCed on patches. | |
c7c4fb18 JP |
75 | L: Mailing list that is relevant to this area |
76 | W: Web-page with status/info | |
8a6e2535 | 77 | Q: Patchwork web based patch tracking system site |
cea8321c JP |
78 | T: SCM tree type and location. |
79 | Type is one of: git, hg, quilt, stgit, topgit | |
c7c4fb18 JP |
80 | S: Status, one of the following: |
81 | Supported: Someone is actually paid to look after this. | |
82 | Maintained: Someone actually looks after it. | |
83 | Odd Fixes: It has a maintainer but they don't have time to do | |
84 | much other than throw the odd patch in. See below.. | |
85 | Orphan: No current maintainer [but maybe you could take the | |
86 | role as you write your new code]. | |
87 | Obsolete: Old code. Something tagged obsolete generally means | |
88 | it has been replaced by a better system and you | |
89 | should be using that. | |
90 | F: Files and directories with wildcard patterns. | |
91 | A trailing slash includes all files and subdirectory files. | |
92 | F: drivers/net/ all files in and below drivers/net | |
93 | F: drivers/net/* all files in drivers/net, but not below | |
94 | F: */net/* all files in "any top level directory"/net | |
95 | One pattern per line. Multiple F: lines acceptable. | |
bbbe96ed SW |
96 | N: Files and directories with regex patterns. |
97 | N: [^a-z]tegra all files whose path contains the word tegra | |
98 | One pattern per line. Multiple N: lines acceptable. | |
6ab88e00 JP |
99 | scripts/get_maintainer.pl has different behavior for files that |
100 | match F: pattern and matches of N: patterns. By default, | |
101 | get_maintainer will not look at git log history when an F: pattern | |
102 | match occurs. When an N: match occurs, git log history is used | |
103 | to also notify the people that have git commit signatures. | |
c7c4fb18 JP |
104 | X: Files and directories that are NOT maintained, same rules as F: |
105 | Files exclusions are tested before file matches. | |
106 | Can be useful for excluding a specific subdirectory, for instance: | |
107 | F: net/ | |
108 | X: net/ipv6/ | |
109 | matches all files in and below net excluding net/ipv6/ | |
110 | K: Keyword perl extended regex pattern to match content in a | |
bbbe96ed | 111 | patch or file. For instance: |
c7c4fb18 | 112 | K: of_get_profile |
bbbe96ed | 113 | matches patches or files that contain "of_get_profile" |
c7c4fb18 | 114 | K: \b(printk|pr_(info|err))\b |
bbbe96ed SW |
115 | matches patches or files that contain one or more of the words |
116 | printk, pr_info or pr_err | |
c7c4fb18 | 117 | One regex pattern per line. Multiple K: lines acceptable. |
1da177e4 LT |
118 | |
119 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
120 | order. If you could add yourselves to it in alphabetical order that would be | |
121 | so much easier [Ed] | |
122 | ||
c7c4fb18 | 123 | Maintainers List (try to look for most precise areas first) |
1da177e4 | 124 | |
c7c4fb18 | 125 | ----------------------------------- |
679655da | 126 | |
a6d89915 | 127 | 3C59X NETWORK DRIVER |
8b58be88 | 128 | M: Steffen Klassert <[email protected]> |
a6d89915 SK |
129 | L: [email protected] |
130 | S: Maintained | |
679655da | 131 | F: Documentation/networking/vortex.txt |
ca7a8e85 | 132 | F: drivers/net/ethernet/3com/3c59x.c |
a6d89915 | 133 | |
1da177e4 | 134 | 3CR990 NETWORK DRIVER |
8b58be88 | 135 | M: David Dillow <[email protected]> |
979b6c13 | 136 | L: [email protected] |
1da177e4 | 137 | S: Maintained |
ca7a8e85 | 138 | F: drivers/net/ethernet/3com/typhoon* |
1da177e4 | 139 | |
c4de0ceb AR |
140 | 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) |
141 | M: Adam Radford <[email protected]> | |
1da177e4 | 142 | L: [email protected] |
c4de0ceb | 143 | W: http://www.lsi.com |
1da177e4 | 144 | S: Supported |
c4de0ceb | 145 | F: drivers/scsi/3w-* |
1da177e4 LT |
146 | |
147 | 53C700 AND 53C700-66 SCSI DRIVER | |
8b58be88 | 148 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
149 | L: [email protected] |
150 | S: Maintained | |
679655da | 151 | F: drivers/scsi/53c700* |
1da177e4 | 152 | |
68d96dcf AA |
153 | 6LOWPAN GENERIC (BTLE/IEEE 802.15.4) |
154 | M: Alexander Aring <[email protected]> | |
6970c34c | 155 | M: Jukka Rissanen <[email protected]> |
68d96dcf | 156 | L: [email protected] |
ebef9c12 | 157 | L: [email protected] |
68d96dcf AA |
158 | S: Maintained |
159 | F: net/6lowpan/ | |
6304f8fc | 160 | F: include/net/6lowpan.h |
68d96dcf | 161 | |
1da177e4 | 162 | 6PACK NETWORK DRIVER FOR AX.25 |
8b58be88 | 163 | M: Andreas Koensgen <[email protected]> |
1da177e4 LT |
164 | L: [email protected] |
165 | S: Maintained | |
679655da | 166 | F: drivers/net/hamradio/6pack.c |
1da177e4 | 167 | |
1da177e4 | 168 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
c8a75b34 | 169 | M: Realtek linux nic maintainers <[email protected]> |
979b6c13 | 170 | L: [email protected] |
1da177e4 | 171 | S: Maintained |
a8fe65b8 | 172 | F: drivers/net/ethernet/realtek/r8169.c |
1da177e4 LT |
173 | |
174 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
879a5a00 | 175 | M: Greg Kroah-Hartman <[email protected]> |
1da177e4 LT |
176 | L: [email protected] |
177 | W: http://serial.sourceforge.net | |
8ee16a1b | 178 | S: Maintained |
08deed1e | 179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
df621252 | 180 | F: drivers/tty/serial/8250* |
679655da | 181 | F: include/linux/serial_8250.h |
1da177e4 LT |
182 | |
183 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
979b6c13 | 184 | L: [email protected] |
0cf445ce | 185 | S: Orphan / Obsolete |
644570b8 | 186 | F: drivers/net/ethernet/8390/ |
1da177e4 | 187 | |
67543e50 | 188 | 9P FILE SYSTEM |
8b58be88 JP |
189 | M: Eric Van Hensbergen <[email protected]> |
190 | M: Ron Minnich <[email protected]> | |
191 | M: Latchesar Ionkov <[email protected]> | |
ce00f85c | 192 | L: [email protected] |
27a2a5ff | 193 | W: http://swik.net/v9fs |
8a6e2535 | 194 | Q: http://patchwork.kernel.org/project/v9fs-devel/list/ |
eeba444a | 195 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
ce00f85c | 196 | S: Maintained |
679655da JP |
197 | F: Documentation/filesystems/9p.txt |
198 | F: fs/9p/ | |
2315cb14 RL |
199 | F: net/9p/ |
200 | F: include/net/9p/ | |
201 | F: include/uapi/linux/virtio_9p.h | |
202 | F: include/trace/events/9p.h | |
203 | ||
67543e50 | 204 | |
91952bc0 AP |
205 | A8293 MEDIA DRIVER |
206 | M: Antti Palosaari <[email protected]> | |
207 | L: [email protected] | |
208 | W: http://linuxtv.org/ | |
209 | W: http://palosaari.fi/linux/ | |
210 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
211 | T: git git://linuxtv.org/anttip/media_tree.git | |
212 | S: Maintained | |
213 | F: drivers/media/dvb-frontends/a8293* | |
214 | ||
e2d1d6c0 | 215 | AACRAID SCSI RAID DRIVER |
8b58be88 | 216 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
217 | L: [email protected] |
218 | W: http://www.adaptec.com/ | |
1da177e4 | 219 | S: Supported |
679655da JP |
220 | F: Documentation/scsi/aacraid.txt |
221 | F: drivers/scsi/aacraid/ | |
1da177e4 | 222 | |
ea8f8fc8 JT |
223 | ABI/API |
224 | L: [email protected] | |
225 | F: Documentation/ABI/ | |
226 | F: include/linux/syscalls.h | |
227 | F: include/uapi/ | |
228 | F: kernel/sys_ni.c | |
229 | ||
249e3c85 | 230 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
93d0cc58 | 231 | M: Hans de Goede <[email protected]> |
f2b84bbc HG |
232 | L: [email protected] |
233 | S: Maintained | |
679655da | 234 | F: drivers/hwmon/abituguru.c |
f2b84bbc | 235 | |
249e3c85 | 236 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
8b58be88 | 237 | M: Alistair John Strachan <[email protected]> |
249e3c85 AJS |
238 | L: [email protected] |
239 | S: Maintained | |
679655da | 240 | F: drivers/hwmon/abituguru3.c |
249e3c85 | 241 | |
1da177e4 | 242 | ACENIC DRIVER |
8b58be88 | 243 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
244 | L: [email protected] |
245 | S: Maintained | |
531c4f89 | 246 | F: drivers/net/ethernet/alteon/acenic* |
1da177e4 | 247 | |
e86435eb | 248 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
8b58be88 | 249 | M: Peter Feuerer <[email protected]> |
d0944853 | 250 | L: [email protected] |
4fc26e36 JP |
251 | W: http://piie.net/?section=acerhdf |
252 | S: Maintained | |
253 | F: drivers/platform/x86/acerhdf.c | |
e86435eb | 254 | |
745a5d21 | 255 | ACER WMI LAPTOP EXTRAS |
182ae55c | 256 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 257 | L: [email protected] |
745a5d21 | 258 | S: Maintained |
679655da | 259 | F: drivers/platform/x86/acer-wmi.c |
745a5d21 | 260 | |
1da177e4 | 261 | ACPI |
49db1903 | 262 | M: Rafael J. Wysocki <[email protected]> |
7fb06082 | 263 | M: Len Brown <[email protected]> |
6968e50c | 264 | L: [email protected] |
360818b8 RW |
265 | W: https://01.org/linux-acpi |
266 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | |
267 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |
8b59a454 | 268 | S: Supported |
679655da JP |
269 | F: drivers/acpi/ |
270 | F: drivers/pnp/pnpacpi/ | |
271 | F: include/linux/acpi.h | |
43368e74 | 272 | F: include/acpi/ |
994b942f | 273 | F: Documentation/acpi |
89ca78a0 | 274 | F: Documentation/ABI/testing/sysfs-bus-acpi |
15fd830d BH |
275 | F: drivers/pci/*acpi* |
276 | F: drivers/pci/*/*acpi* | |
277 | F: drivers/pci/*/*/*acpi* | |
2754c447 | 278 | F: tools/power/acpi |
8b59a454 | 279 | |
3774929d RW |
280 | ACPI COMPONENT ARCHITECTURE (ACPICA) |
281 | M: Robert Moore <[email protected]> | |
282 | M: Lv Zheng <[email protected]> | |
283 | M: Rafael J. Wysocki <[email protected]> | |
284 | L: [email protected] | |
285 | L: [email protected] | |
286 | W: https://acpica.org/ | |
287 | W: https://github.com/acpica/acpica/ | |
288 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | |
289 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |
290 | S: Supported | |
291 | F: drivers/acpi/acpica/ | |
292 | F: include/acpi/ | |
2754c447 | 293 | F: tools/power/acpi/ |
3774929d | 294 | |
8b59a454 | 295 | ACPI FAN DRIVER |
8b58be88 | 296 | M: Zhang Rui <[email protected]> |
8b59a454 | 297 | L: [email protected] |
5ca92bd9 | 298 | W: https://01.org/linux-acpi |
8b59a454 | 299 | S: Supported |
679655da | 300 | F: drivers/acpi/fan.c |
1da177e4 | 301 | |
8b59a454 | 302 | ACPI THERMAL DRIVER |
8b58be88 | 303 | M: Zhang Rui <[email protected]> |
8b59a454 | 304 | L: [email protected] |
5ca92bd9 | 305 | W: https://01.org/linux-acpi |
8b59a454 | 306 | S: Supported |
679655da | 307 | F: drivers/acpi/*thermal* |
998be20f | 308 | |
359acec8 | 309 | ACPI VIDEO DRIVER |
8b58be88 | 310 | M: Zhang Rui <[email protected]> |
8b59a454 | 311 | L: [email protected] |
5ca92bd9 | 312 | W: https://01.org/linux-acpi |
8b59a454 | 313 | S: Supported |
679655da | 314 | F: drivers/acpi/video.c |
998be20f | 315 | |
bff431e4 | 316 | ACPI WMI DRIVER |
d0944853 | 317 | L: [email protected] |
5b927259 | 318 | S: Orphan |
679655da | 319 | F: drivers/platform/x86/wmi.c |
bff431e4 | 320 | |
2f39d519 | 321 | AD1889 ALSA SOUND DRIVER |
8b58be88 | 322 | M: Thibaut Varene <[email protected]> |
795fb7e7 JD |
323 | W: http://wiki.parisc-linux.org/AD1889 |
324 | L: [email protected] | |
325 | S: Maintained | |
679655da | 326 | F: sound/pci/ad1889.* |
2f39d519 | 327 | |
527a1a83 MH |
328 | AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER |
329 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 330 | W: http://wiki.analog.com/AD5254 |
a4edbc10 | 331 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
332 | S: Supported |
333 | F: drivers/misc/ad525x_dpot.c | |
334 | ||
335 | AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) | |
336 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 337 | W: http://wiki.analog.com/AD5398 |
a4edbc10 | 338 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
339 | S: Supported |
340 | F: drivers/regulator/ad5398.c | |
341 | ||
342 | AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) | |
343 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 344 | W: http://wiki.analog.com/AD7142 |
a4edbc10 | 345 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
346 | S: Supported |
347 | F: drivers/input/misc/ad714x.c | |
348 | ||
349 | AD7877 TOUCHSCREEN DRIVER | |
350 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 351 | W: http://wiki.analog.com/AD7877 |
a4edbc10 | 352 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
353 | S: Supported |
354 | F: drivers/input/touchscreen/ad7877.c | |
355 | ||
356 | AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) | |
357 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 358 | W: http://wiki.analog.com/AD7879 |
a4edbc10 | 359 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
360 | S: Supported |
361 | F: drivers/input/touchscreen/ad7879.c | |
362 | ||
1330b0dc JK |
363 | ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) |
364 | M: Jiri Kosina <[email protected]> | |
365 | S: Maintained | |
366 | ||
1da177e4 | 367 | ADM1025 HARDWARE MONITOR DRIVER |
7c81c60f | 368 | M: Jean Delvare <[email protected]> |
cc0b07ed | 369 | L: [email protected] |
1da177e4 | 370 | S: Maintained |
679655da JP |
371 | F: Documentation/hwmon/adm1025 |
372 | F: drivers/hwmon/adm1025.c | |
1da177e4 | 373 | |
cae2caae | 374 | ADM1029 HARDWARE MONITOR DRIVER |
fce8ffa3 | 375 | M: Corentin Labbe <[email protected]> |
cae2caae CL |
376 | L: [email protected] |
377 | S: Maintained | |
679655da | 378 | F: drivers/hwmon/adm1029.c |
cae2caae | 379 | |
cc0b88cf | 380 | ADM8211 WIRELESS DRIVER |
cc0b88cf | 381 | L: [email protected] |
491b26b4 | 382 | W: http://wireless.kernel.org/ |
e71bcbd0 | 383 | S: Orphan |
679655da | 384 | F: drivers/net/wireless/adm8211.* |
cc0b88cf | 385 | |
e8e31622 SA |
386 | ADP1653 FLASH CONTROLLER DRIVER |
387 | M: Sakari Ailus <[email protected]> | |
388 | L: [email protected] | |
389 | S: Maintained | |
390 | F: drivers/media/i2c/adp1653.c | |
391 | F: include/media/adp1653.h | |
392 | ||
527a1a83 MH |
393 | ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) |
394 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 395 | W: http://wiki.analog.com/ADP5520 |
a4edbc10 | 396 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
397 | S: Supported |
398 | F: drivers/mfd/adp5520.c | |
399 | F: drivers/video/backlight/adp5520_bl.c | |
45b4e0d5 | 400 | F: drivers/leds/leds-adp5520.c |
77278d50 | 401 | F: drivers/gpio/gpio-adp5520.c |
527a1a83 MH |
402 | F: drivers/input/keyboard/adp5520-keys.c |
403 | ||
404 | ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) | |
405 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 406 | W: http://wiki.analog.com/ADP5588 |
a4edbc10 | 407 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
408 | S: Supported |
409 | F: drivers/input/keyboard/adp5588-keys.c | |
77278d50 | 410 | F: drivers/gpio/gpio-adp5588.c |
527a1a83 MH |
411 | |
412 | ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) | |
413 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 414 | W: http://wiki.analog.com/ADP8860 |
a4edbc10 | 415 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
416 | S: Supported |
417 | F: drivers/video/backlight/adp8860_bl.c | |
418 | ||
8c22a8f5 DE |
419 | ADS1015 HARDWARE MONITOR DRIVER |
420 | M: Dirk Eibach <[email protected]> | |
421 | L: [email protected] | |
422 | S: Maintained | |
423 | F: Documentation/hwmon/ads1015 | |
424 | F: drivers/hwmon/ads1015.c | |
425 | F: include/linux/i2c/ads1015.h | |
426 | ||
1da177e4 | 427 | ADT746X FAN DRIVER |
8b58be88 | 428 | M: Colin Leroy <[email protected]> |
1da177e4 | 429 | S: Maintained |
679655da | 430 | F: drivers/macintosh/therm_adt746x.c |
1da177e4 | 431 | |
b058b859 | 432 | ADT7475 HARDWARE MONITOR DRIVER |
7c81c60f | 433 | M: Jean Delvare <[email protected]> |
b058b859 JD |
434 | L: [email protected] |
435 | S: Maintained | |
436 | F: Documentation/hwmon/adt7475 | |
437 | F: drivers/hwmon/adt7475.c | |
438 | ||
527a1a83 MH |
439 | ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) |
440 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 441 | W: http://wiki.analog.com/ADXL345 |
a4edbc10 | 442 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
443 | S: Supported |
444 | F: drivers/input/misc/adxl34x.c | |
445 | ||
8c6af9e1 | 446 | ADVANSYS SCSI DRIVER |
8b58be88 | 447 | M: Matthew Wilcox <[email protected]> |
8c6af9e1 MW |
448 | L: [email protected] |
449 | S: Maintained | |
679655da JP |
450 | F: Documentation/scsi/advansys.txt |
451 | F: drivers/scsi/advansys.c | |
8c6af9e1 | 452 | |
1da177e4 | 453 | AEDSP16 DRIVER |
8b58be88 | 454 | M: Riccardo Facchetti <[email protected]> |
1da177e4 | 455 | S: Maintained |
679655da | 456 | F: sound/oss/aedsp16.c |
1da177e4 | 457 | |
91952bc0 AP |
458 | AF9013 MEDIA DRIVER |
459 | M: Antti Palosaari <[email protected]> | |
460 | L: [email protected] | |
461 | W: http://linuxtv.org/ | |
462 | W: http://palosaari.fi/linux/ | |
463 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
464 | T: git git://linuxtv.org/anttip/media_tree.git | |
465 | S: Maintained | |
466 | F: drivers/media/dvb-frontends/af9013* | |
467 | ||
468 | AF9033 MEDIA DRIVER | |
469 | M: Antti Palosaari <[email protected]> | |
470 | L: [email protected] | |
471 | W: http://linuxtv.org/ | |
472 | W: http://palosaari.fi/linux/ | |
473 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
474 | T: git git://linuxtv.org/anttip/media_tree.git | |
475 | S: Maintained | |
476 | F: drivers/media/dvb-frontends/af9033* | |
477 | ||
1da177e4 | 478 | AFFS FILE SYSTEM |
6cf515e1 GU |
479 | L: [email protected] |
480 | S: Orphan | |
679655da JP |
481 | F: Documentation/filesystems/affs.txt |
482 | F: fs/affs/ | |
1da177e4 | 483 | |
e2d1d6c0 | 484 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
8b58be88 | 485 | M: David Howells <[email protected]> |
e2d1d6c0 RD |
486 | L: [email protected] |
487 | S: Supported | |
679655da JP |
488 | F: fs/afs/ |
489 | F: include/net/af_rxrpc.h | |
490 | F: net/rxrpc/af_rxrpc.c | |
e2d1d6c0 | 491 | |
1da177e4 | 492 | AGPGART DRIVER |
8b58be88 | 493 | M: David Airlie <[email protected]> |
878eaf61 | 494 | T: git git://people.freedesktop.org/~airlied/linux (part of drm maint) |
1da177e4 | 495 | S: Maintained |
679655da JP |
496 | F: drivers/char/agp/ |
497 | F: include/linux/agp* | |
c117ab84 | 498 | F: include/uapi/linux/agp* |
1da177e4 LT |
499 | |
500 | AHA152X SCSI DRIVER | |
8b58be88 | 501 | M: "Juergen E. Fischer" <[email protected]> |
1da177e4 LT |
502 | L: [email protected] |
503 | S: Maintained | |
679655da JP |
504 | F: drivers/scsi/aha152x* |
505 | F: drivers/scsi/pcmcia/aha152x* | |
1da177e4 | 506 | |
64624d4f | 507 | AIC7XXX / AIC79XX SCSI DRIVER |
8b58be88 | 508 | M: Hannes Reinecke <[email protected]> |
64624d4f | 509 | L: [email protected] |
1da177e4 | 510 | S: Maintained |
679655da | 511 | F: drivers/scsi/aic7xxx/ |
1da177e4 | 512 | |
450500ad HV |
513 | AIMSLAB FM RADIO RECEIVER DRIVER |
514 | M: Hans Verkuil <[email protected]> | |
515 | L: [email protected] | |
516 | T: git git://linuxtv.org/media_tree.git | |
517 | W: http://linuxtv.org | |
518 | S: Maintained | |
519 | F: drivers/media/radio/radio-aimslab* | |
520 | ||
e2d1d6c0 | 521 | AIO |
8b58be88 | 522 | M: Benjamin LaHaise <[email protected]> |
e2d1d6c0 RD |
523 | L: [email protected] |
524 | S: Supported | |
679655da JP |
525 | F: fs/aio.c |
526 | F: include/linux/*aio*.h | |
e2d1d6c0 | 527 | |
469d4ec8 AP |
528 | AIRSPY MEDIA DRIVER |
529 | M: Antti Palosaari <[email protected]> | |
530 | L: [email protected] | |
531 | W: http://linuxtv.org/ | |
532 | W: http://palosaari.fi/linux/ | |
533 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
534 | T: git git://linuxtv.org/anttip/media_tree.git | |
535 | S: Maintained | |
536 | F: drivers/media/usb/airspy/ | |
537 | ||
1da177e4 | 538 | ALCATEL SPEEDTOUCH USB DRIVER |
8b58be88 | 539 | M: Duncan Sands <[email protected]> |
6372594a | 540 | L: [email protected] |
1da177e4 LT |
541 | W: http://www.linux-usb.org/SpeedTouch/ |
542 | S: Maintained | |
679655da JP |
543 | F: drivers/usb/atm/speedtch.c |
544 | F: drivers/usb/atm/usbatm.c | |
1da177e4 | 545 | |
272f133a | 546 | ALCHEMY AU1XX0 MMC DRIVER |
8b58be88 | 547 | M: Manuel Lauss <[email protected]> |
08fcb720 | 548 | S: Maintained |
679655da | 549 | F: drivers/mmc/host/au1xmmc.c |
272f133a | 550 | |
4a4e5787 | 551 | ALI1563 I2C DRIVER |
8b58be88 | 552 | M: Rudolf Marek <[email protected]> |
846557d3 | 553 | L: [email protected] |
4a4e5787 | 554 | S: Maintained |
679655da JP |
555 | F: Documentation/i2c/busses/i2c-ali1563 |
556 | F: drivers/i2c/busses/i2c-ali1563.c | |
4a4e5787 | 557 | |
1da177e4 | 558 | ALPHA PORT |
8b58be88 | 559 | M: Richard Henderson <[email protected]> |
8b58be88 | 560 | M: Ivan Kokshaysky <[email protected]> |
abd4d609 | 561 | M: Matt Turner <[email protected]> |
c89f4f9a | 562 | S: Odd Fixes |
a9406699 | 563 | L: [email protected] |
679655da | 564 | F: arch/alpha/ |
1da177e4 | 565 | |
16b8b922 | 566 | ALTERA TRIPLE SPEED ETHERNET DRIVER |
c53fed07 | 567 | M: Vince Bridgers <[email protected]> |
16b8b922 VB |
568 | L: [email protected] |
569 | L: [email protected] (moderated for non-subscribers) | |
570 | S: Maintained | |
571 | F: drivers/net/ethernet/altera/ | |
572 | ||
adf9251f TK |
573 | ALTERA UART/JTAG UART SERIAL DRIVERS |
574 | M: Tobias Klauser <[email protected]> | |
575 | L: [email protected] | |
61bd0943 | 576 | L: [email protected] (moderated for non-subscribers) |
adf9251f TK |
577 | S: Maintained |
578 | F: drivers/tty/serial/altera_uart.c | |
579 | F: drivers/tty/serial/altera_jtaguart.c | |
580 | F: include/linux/altera_uart.h | |
581 | F: include/linux/altera_jtaguart.h | |
582 | ||
f4875e12 TL |
583 | AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER |
584 | M: Tom Lendacky <[email protected]> | |
585 | L: [email protected] | |
586 | S: Supported | |
587 | F: drivers/crypto/ccp/ | |
588 | F: include/linux/ccp.h | |
589 | ||
512d1027 | 590 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
d034fbf0 | 591 | M: Andreas Herrmann <[email protected]> |
512d1027 AH |
592 | L: [email protected] |
593 | S: Maintained | |
594 | F: Documentation/hwmon/fam15h_power | |
595 | F: drivers/hwmon/fam15h_power.c | |
596 | ||
167a675a | 597 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
8b58be88 | 598 | M: Thomas Dahlmann <[email protected]> |
67d76710 | 599 | L: [email protected] (moderated for non-subscribers) |
167a675a | 600 | S: Supported |
faf2e1db | 601 | F: drivers/usb/gadget/udc/amd5536udc.* |
167a675a | 602 | |
f90b8116 | 603 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
69006096 | 604 | P: Andres Salomon <[email protected]> |
67d76710 | 605 | L: [email protected] (moderated for non-subscribers) |
f90b8116 JC |
606 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
607 | S: Supported | |
679655da JP |
608 | F: drivers/char/hw_random/geode-rng.c |
609 | F: drivers/crypto/geode* | |
8a61f013 | 610 | F: drivers/video/fbdev/geode/ |
679655da | 611 | F: arch/x86/include/asm/geode.h |
f90b8116 | 612 | |
919ee7dd | 613 | AMD IOMMU (AMD-VI) |
e4110568 | 614 | M: Joerg Roedel <[email protected]> |
919ee7dd | 615 | L: [email protected] |
525b233c | 616 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
e4110568 | 617 | S: Maintained |
b2c16391 JP |
618 | F: drivers/iommu/amd_iommu*.[ch] |
619 | F: include/linux/amd-iommu.h | |
919ee7dd | 620 | |
16423d67 OG |
621 | AMD KFD |
622 | M: Oded Gabbay <[email protected]> | |
623 | L: [email protected] | |
624 | T: git git://people.freedesktop.org/~gabbayo/linux.git | |
625 | S: Supported | |
626 | F: drivers/gpu/drm/amd/amdkfd/ | |
627 | F: drivers/gpu/drm/radeon/radeon_kfd.c | |
628 | F: drivers/gpu/drm/radeon/radeon_kfd.h | |
629 | F: include/uapi/linux/kfd_ioctl.h | |
630 | ||
e7f5b309 | 631 | AMD MICROCODE UPDATE SUPPORT |
943482d0 | 632 | M: Andreas Herrmann <[email protected]> |
7d2c86b5 | 633 | L: [email protected] |
943482d0 | 634 | S: Maintained |
73d425fd | 635 | F: arch/x86/kernel/cpu/microcode/amd* |
e7f5b309 | 636 | |
45198c7b LT |
637 | AMD XGBE DRIVER |
638 | M: Tom Lendacky <[email protected]> | |
639 | L: [email protected] | |
640 | S: Supported | |
641 | F: drivers/net/ethernet/amd/xgbe/ | |
642 | F: drivers/net/phy/amd-xgbe-phy.c | |
643 | ||
284f42b6 | 644 | AMS (Apple Motion Sensor) DRIVER |
8b58be88 | 645 | M: Michael Hanselmann <[email protected]> |
284f42b6 | 646 | S: Supported |
bd5f47ec | 647 | F: drivers/macintosh/ams/ |
284f42b6 | 648 | |
f94b533d | 649 | AMSO1100 RNIC DRIVER |
8b58be88 JP |
650 | M: Tom Tucker <[email protected]> |
651 | M: Steve Wise <[email protected]> | |
e6cc0fd1 | 652 | L: [email protected] |
f94b533d | 653 | S: Maintained |
679655da | 654 | F: drivers/infiniband/hw/amso1100/ |
f94b533d | 655 | |
531fca16 HV |
656 | ANALOG DEVICES INC AD9389B DRIVER |
657 | M: Hans Verkuil <[email protected]> | |
658 | L: [email protected] | |
659 | S: Maintained | |
660 | F: drivers/media/i2c/ad9389b* | |
661 | ||
c40ddfa3 HV |
662 | ANALOG DEVICES INC ADV7511 DRIVER |
663 | M: Hans Verkuil <[email protected]> | |
664 | L: [email protected] | |
665 | S: Maintained | |
666 | F: drivers/media/i2c/adv7511* | |
667 | ||
531fca16 HV |
668 | ANALOG DEVICES INC ADV7604 DRIVER |
669 | M: Hans Verkuil <[email protected]> | |
670 | L: [email protected] | |
671 | S: Maintained | |
672 | F: drivers/media/i2c/adv7604* | |
673 | ||
c40ddfa3 HV |
674 | ANALOG DEVICES INC ADV7842 DRIVER |
675 | M: Hans Verkuil <[email protected]> | |
676 | L: [email protected] | |
677 | S: Maintained | |
678 | F: drivers/media/i2c/adv7842* | |
679 | ||
527a1a83 | 680 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
535bd16f | 681 | M: Lars-Peter Clausen <[email protected]> |
4bdef3bd | 682 | L: [email protected] (moderated for non-subscribers) |
a3f531ac | 683 | W: http://wiki.analog.com/ |
a4edbc10 | 684 | W: http://ez.analog.com/community/linux-device-drivers |
4bdef3bd | 685 | S: Supported |
39c9d199 | 686 | F: sound/soc/codecs/adau* |
cc52688a | 687 | F: sound/soc/codecs/adav* |
4bdef3bd | 688 | F: sound/soc/codecs/ad1* |
ae48f5ef | 689 | F: sound/soc/codecs/ad7* |
4bdef3bd | 690 | F: sound/soc/codecs/ssm* |
40216ce7 | 691 | F: sound/soc/codecs/sigmadsp.* |
4bdef3bd | 692 | |
527a1a83 | 693 | ANALOG DEVICES INC ASOC DRIVERS |
b3fe92b0 | 694 | L: [email protected] (moderated for non-subscribers) |
527a1a83 MH |
695 | L: [email protected] (moderated for non-subscribers) |
696 | W: http://blackfin.uclinux.org/ | |
697 | S: Supported | |
698 | F: sound/soc/blackfin/* | |
4ce72abc LPC |
699 | |
700 | ANALOG DEVICES INC IIO DRIVERS | |
701 | M: Lars-Peter Clausen <[email protected]> | |
702 | M: Michael Hennerich <[email protected]> | |
703 | W: http://wiki.analog.com/ | |
704 | W: http://ez.analog.com/community/linux-device-drivers | |
705 | S: Supported | |
706 | F: drivers/iio/*/ad* | |
707 | X: drivers/iio/*/adjd* | |
708 | F: drivers/staging/iio/*/ad* | |
709 | F: staging/iio/trigger/iio-trig-bfin-timer.c | |
527a1a83 | 710 | |
42269063 | 711 | AOA (Apple Onboard Audio) ALSA DRIVER |
8b58be88 | 712 | M: Johannes Berg <[email protected]> |
a4724ed6 | 713 | L: [email protected] |
93711660 | 714 | L: [email protected] (moderated for non-subscribers) |
42269063 | 715 | S: Maintained |
679655da | 716 | F: sound/aoa/ |
42269063 | 717 | |
1da177e4 | 718 | APM DRIVER |
81024fc4 JK |
719 | M: Jiri Kosina <[email protected]> |
720 | S: Odd fixes | |
679655da JP |
721 | F: arch/x86/kernel/apm_32.c |
722 | F: include/linux/apm_bios.h | |
c117ab84 | 723 | F: include/uapi/linux/apm_bios.h |
81024fc4 | 724 | F: drivers/char/apm-emulation.c |
1da177e4 | 725 | |
bd7aa4b2 | 726 | APPLE BCM5974 MULTITOUCH DRIVER |
75dd112a | 727 | M: Henrik Rydberg <[email protected]> |
bd7aa4b2 | 728 | L: [email protected] |
75dd112a | 729 | S: Odd fixes |
679655da | 730 | F: drivers/input/mouse/bcm5974.c |
bd7aa4b2 | 731 | |
6f2fad74 | 732 | APPLE SMC DRIVER |
75dd112a | 733 | M: Henrik Rydberg <[email protected]> |
d618540f | 734 | L: [email protected] |
75dd112a | 735 | S: Odd fixes |
679655da | 736 | F: drivers/hwmon/applesmc.c |
6f2fad74 | 737 | |
1da177e4 | 738 | APPLETALK NETWORK LAYER |
8b58be88 | 739 | M: Arnaldo Carvalho de Melo <[email protected]> |
1da177e4 | 740 | S: Maintained |
679655da JP |
741 | F: drivers/net/appletalk/ |
742 | F: net/appletalk/ | |
1da177e4 | 743 | |
24299502 IS |
744 | APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER |
745 | M: Iyappan Subramanian <[email protected]> | |
746 | M: Keyur Chudgar <[email protected]> | |
24299502 IS |
747 | S: Supported |
748 | F: drivers/net/ethernet/apm/xgene/ | |
749 | F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt | |
750 | ||
62a37dc7 LP |
751 | APTINA CAMERA SENSOR PLL |
752 | M: Laurent Pinchart <[email protected]> | |
753 | L: [email protected] | |
754 | S: Maintained | |
755 | F: drivers/media/i2c/aptina-pll.* | |
756 | ||
a480167b | 757 | ARASAN COMPACT FLASH PATA CONTROLLER |
2d8a3b3d | 758 | M: Viresh Kumar <[email protected]> |
a480167b VK |
759 | L: [email protected] |
760 | S: Maintained | |
761 | F: include/linux/pata_arasan_cf_data.h | |
762 | F: drivers/ata/pata_arasan_cf.c | |
763 | ||
1154ea7d | 764 | ARC FRAMEBUFFER DRIVER |
8b58be88 | 765 | M: Jaya Kumar <[email protected]> |
1154ea7d | 766 | S: Maintained |
8a61f013 JH |
767 | F: drivers/video/fbdev/arcfb.c |
768 | F: drivers/video/fbdev/core/fb_defio.c | |
1154ea7d | 769 | |
1da177e4 | 770 | ARM MFM AND FLOPPY DRIVERS |
8b58be88 | 771 | M: Ian Molton <[email protected]> |
1da177e4 | 772 | S: Maintained |
679655da JP |
773 | F: arch/arm/lib/floppydma.S |
774 | F: arch/arm/include/asm/floppy.h | |
1da177e4 | 775 | |
6f96521f WD |
776 | ARM PMU PROFILING AND DEBUGGING |
777 | M: Will Deacon <[email protected]> | |
778 | S: Maintained | |
779 | F: arch/arm/kernel/perf_event* | |
780 | F: arch/arm/oprofile/common.c | |
6f96521f WD |
781 | F: arch/arm/include/asm/pmu.h |
782 | F: arch/arm/kernel/hw_breakpoint.c | |
783 | F: arch/arm/include/asm/hw_breakpoint.h | |
784 | ||
d4275354 | 785 | ARM PORT |
8b58be88 | 786 | M: Russell King <[email protected]> |
efc03ecb | 787 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
788 | W: http://www.arm.linux.org.uk/ |
789 | S: Maintained | |
790 | F: arch/arm/ | |
791 | ||
d323c243 SB |
792 | ARM SUB-ARCHITECTURES |
793 | L: [email protected] (moderated for non-subscribers) | |
56ca9d98 | 794 | S: Maintained |
d323c243 SB |
795 | F: arch/arm/mach-*/ |
796 | F: arch/arm/plat-*/ | |
797 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git | |
798 | ||
cefbf4ea RK |
799 | ARM PRIMECELL AACI PL041 DRIVER |
800 | M: Russell King <[email protected]> | |
801 | S: Maintained | |
802 | F: sound/arm/aaci.* | |
803 | ||
804 | ARM PRIMECELL CLCD PL110 DRIVER | |
805 | M: Russell King <[email protected]> | |
806 | S: Maintained | |
8a61f013 | 807 | F: drivers/video/fbdev/amba-clcd.* |
cefbf4ea RK |
808 | |
809 | ARM PRIMECELL KMI PL050 DRIVER | |
810 | M: Russell King <[email protected]> | |
811 | S: Maintained | |
812 | F: drivers/input/serio/ambakmi.* | |
813 | F: include/linux/amba/kmi.h | |
814 | ||
2761f5c2 | 815 | ARM PRIMECELL MMCI PL180/1 DRIVER |
08a5c9a2 RK |
816 | M: Russell King <[email protected]> |
817 | S: Maintained | |
679655da | 818 | F: drivers/mmc/host/mmci.* |
2f748aaa | 819 | F: include/linux/amba/mmci.h |
2761f5c2 | 820 | |
1b4304e5 RK |
821 | ARM PRIMECELL UART PL010 AND PL011 DRIVERS |
822 | M: Russell King <[email protected]> | |
823 | S: Maintained | |
824 | F: drivers/tty/serial/amba-pl01*.c | |
825 | F: include/linux/amba/serial.h | |
2761f5c2 | 826 | |
cefbf4ea RK |
827 | ARM PRIMECELL BUS SUPPORT |
828 | M: Russell King <[email protected]> | |
829 | S: Maintained | |
830 | F: drivers/amba/ | |
831 | F: include/linux/amba/bus.h | |
832 | ||
2b7a52a4 | 833 | ARM/ADS SPHERE MACHINE SUPPORT |
8b58be88 | 834 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 835 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
836 | S: Maintained |
837 | ||
9c784f95 | 838 | ARM/AFEB9260 MACHINE SUPPORT |
8b58be88 | 839 | M: Sergey Lapin <[email protected]> |
efc03ecb | 840 | L: [email protected] (moderated for non-subscribers) |
9c784f95 SL |
841 | S: Maintained |
842 | ||
2b7a52a4 | 843 | ARM/AJECO 1ARM MACHINE SUPPORT |
8b58be88 | 844 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 845 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
846 | S: Maintained |
847 | ||
1b106699 MR |
848 | ARM/Allwinner A1X SoC support |
849 | M: Maxime Ripard <[email protected]> | |
850 | L: [email protected] (moderated for non-subscribers) | |
851 | S: Maintained | |
60b0f380 MR |
852 | N: sun[x4567]i |
853 | ||
854 | ARM/Allwinner SoC Clock Support | |
855 | M: Emilio López <[email protected]> | |
856 | S: Maintained | |
857 | F: drivers/clk/sunxi/ | |
1b106699 | 858 | |
7c1e3876 CC |
859 | ARM/Amlogic MesonX SoC support |
860 | M: Carlo Caione <[email protected]> | |
861 | L: [email protected] (moderated for non-subscribers) | |
862 | S: Maintained | |
12ddbadf | 863 | F: drivers/media/rc/meson-ir.c |
7c1e3876 CC |
864 | N: meson[x68] |
865 | ||
c1fc8675 | 866 | ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES |
8b58be88 | 867 | M: Andrew Victor <[email protected]> |
c1fc8675 NF |
868 | M: Nicolas Ferre <[email protected]> |
869 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
efc03ecb | 870 | L: [email protected] (moderated for non-subscribers) |
795fb7e7 | 871 | W: http://maxim.org.za/at91_26.html |
c1fc8675 NF |
872 | W: http://www.linux4sam.org |
873 | S: Supported | |
874 | F: arch/arm/mach-at91/ | |
f0a0a58e | 875 | F: include/soc/at91/ |
70e389cc MB |
876 | F: arch/arm/boot/dts/at91*.dts |
877 | F: arch/arm/boot/dts/at91*.dtsi | |
878 | F: arch/arm/boot/dts/sama*.dts | |
879 | F: arch/arm/boot/dts/sama*.dtsi | |
d4a89c7d | 880 | |
6e05dd4e BB |
881 | ARM/ATMEL AT91 Clock Support |
882 | M: Boris Brezillon <[email protected]> | |
883 | S: Maintained | |
884 | F: drivers/clk/at91 | |
885 | ||
986cf2e9 | 886 | ARM/CALXEDA HIGHBANK ARCHITECTURE |
5d3ad8a6 | 887 | M: Rob Herring <[email protected]> |
986cf2e9 RH |
888 | L: [email protected] (moderated for non-subscribers) |
889 | S: Maintained | |
890 | F: arch/arm/mach-highbank/ | |
891 | ||
d94f944e | 892 | ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT |
5529c2cd | 893 | M: Krzysztof Halasa <[email protected]> |
d94f944e AV |
894 | S: Maintained |
895 | F: arch/arm/mach-cns3xxx/ | |
d94f944e | 896 | |
386ab516 AS |
897 | ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE |
898 | M: Alexander Shiyan <[email protected]> | |
899 | L: [email protected] (moderated for non-subscribers) | |
900 | S: Odd Fixes | |
b8ba3874 | 901 | N: clps711x |
386ab516 | 902 | |
2b7a52a4 | 903 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
ddd559b1 | 904 | M: Hartley Sweeten <[email protected]> |
1c5454ee | 905 | M: Ryan Mallon <[email protected]> |
efc03ecb | 906 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 | 907 | S: Maintained |
d19d3667 HS |
908 | F: arch/arm/mach-ep93xx/ |
909 | F: arch/arm/mach-ep93xx/include/mach/ | |
2b7a52a4 LB |
910 | |
911 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
8b58be88 | 912 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 913 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
914 | S: Maintained |
915 | ||
d4275354 | 916 | ARM/CLKDEV SUPPORT |
8b58be88 | 917 | M: Russell King <[email protected]> |
efc03ecb | 918 | L: [email protected] (moderated for non-subscribers) |
37417046 | 919 | S: Maintained |
d4275354 | 920 | F: arch/arm/include/asm/clkdev.h |
4fa2651d | 921 | F: drivers/clk/clkdev.c |
d4275354 | 922 | |
d48134e7 | 923 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
8b58be88 | 924 | M: Mike Rapoport <[email protected]> |
efc03ecb | 925 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
926 | S: Maintained |
927 | ||
94150095 HF |
928 | ARM/CONTEC MICRO9 MACHINE SUPPORT |
929 | M: Hubert Feurstein <[email protected]> | |
930 | S: Maintained | |
931 | F: arch/arm/mach-ep93xx/micro9.c | |
932 | ||
a06ae860 PP |
933 | ARM/CORESIGHT FRAMEWORK AND DRIVERS |
934 | M: Mathieu Poirier <[email protected]> | |
935 | L: [email protected] (moderated for non-subscribers) | |
936 | S: Maintained | |
937 | F: drivers/coresight/* | |
938 | F: Documentation/trace/coresight.txt | |
939 | F: Documentation/devicetree/bindings/arm/coresight.txt | |
7a25ec8e | 940 | F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* |
a06ae860 | 941 | |
1da177e4 | 942 | ARM/CORGI MACHINE SUPPORT |
8b58be88 | 943 | M: Richard Purdie <[email protected]> |
1da177e4 LT |
944 | S: Maintained |
945 | ||
881a95f9 | 946 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
162500b3 | 947 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 948 | L: [email protected] (moderated for non-subscribers) |
162500b3 HUK |
949 | T: git git://git.berlios.de/gemini-board |
950 | S: Maintained | |
f49afbb5 | 951 | F: arch/arm/mach-gemini/ |
881a95f9 | 952 | |
a990cbd8 | 953 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT |
5abf58bf | 954 | M: Barry Song <[email protected]> |
a990cbd8 | 955 | L: [email protected] (moderated for non-subscribers) |
85529d14 | 956 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
a990cbd8 BS |
957 | S: Maintained |
958 | F: arch/arm/mach-prima2/ | |
4a9c44f1 | 959 | F: drivers/clk/sirf/ |
05f30e8d BS |
960 | F: drivers/clocksource/timer-prima2.c |
961 | F: drivers/clocksource/timer-marco.c | |
f8505ef5 | 962 | N: [^a-z]sirf |
a990cbd8 | 963 | |
d4275354 | 964 | ARM/EBSA110 MACHINE SUPPORT |
8b58be88 | 965 | M: Russell King <[email protected]> |
efc03ecb | 966 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
967 | W: http://www.arm.linux.org.uk/ |
968 | S: Maintained | |
969 | F: arch/arm/mach-ebsa110/ | |
b955f6ca | 970 | F: drivers/net/ethernet/amd/am79c961a.* |
d4275354 | 971 | |
4721f3ce UKK |
972 | ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT |
973 | M: Uwe Kleine-König <[email protected]> | |
974 | L: [email protected] (moderated for non-subscribers) | |
975 | S: Maintained | |
976 | N: efm32 | |
977 | ||
a9da4f7e | 978 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
8b58be88 JP |
979 | M: Daniel Ribeiro <[email protected]> |
980 | M: Stefan Schmidt <[email protected]> | |
981 | M: Harald Welte <[email protected]> | |
d66f1886 | 982 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
983 | W: http://www.openezx.org/ |
984 | S: Maintained | |
cafc2265 SS |
985 | T: topgit git://git.openezx.org/openezx.git |
986 | F: arch/arm/mach-pxa/ezx.c | |
a9da4f7e | 987 | |
6a915af9 | 988 | ARM/FARADAY FA526 PORT |
162500b3 | 989 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 990 | L: [email protected] (moderated for non-subscribers) |
162500b3 | 991 | S: Maintained |
1fa7e547 | 992 | T: git git://git.berlios.de/gemini-board |
f49afbb5 | 993 | F: arch/arm/mm/*-fa* |
6a915af9 | 994 | |
d4275354 | 995 | ARM/FOOTBRIDGE ARCHITECTURE |
8b58be88 | 996 | M: Russell King <[email protected]> |
efc03ecb | 997 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
998 | W: http://www.arm.linux.org.uk/ |
999 | S: Maintained | |
1000 | F: arch/arm/include/asm/hardware/dec21285.h | |
1001 | F: arch/arm/mach-footbridge/ | |
1002 | ||
86183a5f | 1003 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
5df27823 | 1004 | M: Shawn Guo <[email protected]> |
8b58be88 | 1005 | M: Sascha Hauer <[email protected]> |
efc03ecb | 1006 | L: [email protected] (moderated for non-subscribers) |
86183a5f | 1007 | S: Maintained |
f1c12837 | 1008 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
adf79292 | 1009 | F: arch/arm/mach-imx/ |
ce515a6b | 1010 | F: arch/arm/mach-mxs/ |
2a82f95c | 1011 | F: arch/arm/boot/dts/imx* |
e5dafa22 | 1012 | F: arch/arm/configs/imx*_defconfig |
86183a5f | 1013 | |
2b7a52a4 | 1014 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
8b58be88 | 1015 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1016 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1017 | S: Maintained |
1018 | ||
90b8fc34 | 1019 | ARM/GUMSTIX MACHINE SUPPORT |
8b58be88 | 1020 | M: Steve Sakoman <[email protected]> |
efc03ecb | 1021 | L: [email protected] (moderated for non-subscribers) |
90b8fc34 JK |
1022 | S: Maintained |
1023 | ||
ef47d5f0 | 1024 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
8b58be88 | 1025 | M: Philipp Zabel <[email protected]> |
12a93f32 PZ |
1026 | M: Paul Parsons <[email protected]> |
1027 | L: [email protected] (moderated for non-subscribers) | |
ef47d5f0 PZ |
1028 | S: Maintained |
1029 | F: arch/arm/mach-pxa/hx4700.c | |
1030 | F: arch/arm/mach-pxa/include/mach/hx4700.h | |
12a93f32 | 1031 | F: sound/soc/pxa/hx4700.c |
ef47d5f0 | 1032 | |
4dfad069 WX |
1033 | ARM/HISILICON SOC SUPPORT |
1034 | M: Wei Xu <[email protected]> | |
1035 | L: [email protected] (moderated for non-subscribers) | |
1036 | W: http://www.hisilicon.com | |
1037 | S: Supported | |
1038 | T: git git://github.com/hisilicon/linux-hisi.git | |
1039 | F: arch/arm/mach-hisi/ | |
1040 | ||
21f37bc3 | 1041 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
8b58be88 | 1042 | M: Kristoffer Ericson <[email protected]> |
795fb7e7 JD |
1043 | W: www.jlime.com |
1044 | S: Maintained | |
084bad91 KE |
1045 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
1046 | F: arch/arm/mach-sa1100/jornada720.c | |
1047 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | |
21f37bc3 | 1048 | |
5e767ab9 JMC |
1049 | ARM/IGEP MACHINE SUPPORT |
1050 | M: Enric Balletbo i Serra <[email protected]> | |
1051 | M: Javier Martinez Canillas <[email protected]> | |
1052 | L: [email protected] | |
1053 | L: [email protected] (moderated for non-subscribers) | |
1054 | S: Maintained | |
06ff74fd | 1055 | F: arch/arm/boot/dts/omap3-igep* |
5e767ab9 | 1056 | |
403d2971 MV |
1057 | ARM/INCOME PXA270 SUPPORT |
1058 | M: Marek Vasut <[email protected]> | |
1059 | L: [email protected] (moderated for non-subscribers) | |
1060 | S: Maintained | |
ec154082 | 1061 | F: arch/arm/mach-pxa/colibri-pxa270-income.c |
403d2971 | 1062 | |
2b7a52a4 | 1063 | ARM/INTEL IOP32X ARM ARCHITECTURE |
8b58be88 | 1064 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1065 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1066 | S: Maintained |
e2bdb176 DW |
1067 | |
1068 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
efc03ecb | 1069 | L: [email protected] (moderated for non-subscribers) |
08223d80 | 1070 | S: Orphan |
2b7a52a4 LB |
1071 | |
1072 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
8b58be88 | 1073 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1074 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1075 | S: Maintained |
2b7a52a4 LB |
1076 | |
1077 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
8b58be88 | 1078 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1079 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1080 | S: Maintained |
2b7a52a4 | 1081 | |
2b7a52a4 | 1082 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
8b58be88 | 1083 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1084 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1085 | S: Maintained |
1086 | ||
dfdd8cc9 KH |
1087 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
1088 | M: Imre Kaloz <[email protected]> | |
5529c2cd | 1089 | M: Krzysztof Halasa <[email protected]> |
baea7b94 | 1090 | L: [email protected] (moderated for non-subscribers) |
dfdd8cc9 KH |
1091 | S: Maintained |
1092 | F: arch/arm/mach-ixp4xx/ | |
1093 | ||
838553c5 | 1094 | ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT |
7f49a7f7 JC |
1095 | M: Jonathan Cameron <[email protected]> |
1096 | L: [email protected] (moderated for non-subscribers) | |
1097 | S: Maintained | |
1098 | F: arch/arm/mach-pxa/stargate2.c | |
1099 | F: drivers/pcmcia/pxa2xx_stargate2.c | |
1100 | ||
2b7a52a4 | 1101 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
8b58be88 | 1102 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1103 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1104 | S: Maintained |
2b7a52a4 LB |
1105 | |
1106 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
8b58be88 | 1107 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1108 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1109 | S: Maintained |
1110 | ||
1154f858 | 1111 | ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE |
97215800 | 1112 | M: Santosh Shilimkar <[email protected]> |
1154f858 SS |
1113 | L: [email protected] (moderated for non-subscribers) |
1114 | S: Maintained | |
1115 | F: arch/arm/mach-keystone/ | |
317929cd | 1116 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git |
1154f858 | 1117 | |
bc6aa566 | 1118 | ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK |
97215800 | 1119 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1120 | L: [email protected] |
1121 | S: Maintained | |
1122 | F: drivers/clk/keystone/ | |
1123 | ||
1124 | ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE | |
97215800 | 1125 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1126 | L: [email protected] (moderated for non-subscribers) |
1127 | L: [email protected] | |
1128 | S: Maintained | |
1129 | F: drivers/clocksource/timer-keystone.c | |
1130 | ||
1131 | ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER | |
97215800 | 1132 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1133 | L: [email protected] |
1134 | S: Maintained | |
1135 | F: drivers/power/reset/keystone-reset.c | |
1136 | ||
1137 | ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS | |
97215800 | 1138 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1139 | L: [email protected] |
1140 | S: Maintained | |
1141 | F: drivers/memory/*emif* | |
1142 | ||
2b7a52a4 | 1143 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
8b58be88 | 1144 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1145 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1146 | S: Maintained |
1147 | ||
3b886171 | 1148 | ARM/MAGICIAN MACHINE SUPPORT |
8b58be88 | 1149 | M: Philipp Zabel <[email protected]> |
3b886171 PZ |
1150 | S: Maintained |
1151 | ||
75f41273 TP |
1152 | ARM/Marvell Armada 370 and Armada XP SOC support |
1153 | M: Jason Cooper <[email protected]> | |
1154 | M: Andrew Lunn <[email protected]> | |
1155 | M: Gregory Clement <[email protected]> | |
dcb71503 | 1156 | M: Sebastian Hesselbarth <[email protected]> |
75f41273 TP |
1157 | L: [email protected] (moderated for non-subscribers) |
1158 | S: Maintained | |
1159 | F: arch/arm/mach-mvebu/ | |
1160 | ||
40f4978b SH |
1161 | ARM/Marvell Berlin SoC support |
1162 | M: Sebastian Hesselbarth <[email protected]> | |
1163 | L: [email protected] (moderated for non-subscribers) | |
1164 | S: Maintained | |
1165 | F: arch/arm/mach-berlin/ | |
1166 | ||
4cfab57e | 1167 | ARM/Marvell Dove/MV78xx0/Orion SOC support |
4f1312b0 NP |
1168 | M: Jason Cooper <[email protected]> |
1169 | M: Andrew Lunn <[email protected]> | |
dcb71503 | 1170 | M: Sebastian Hesselbarth <[email protected]> |
efc03ecb | 1171 | L: [email protected] (moderated for non-subscribers) |
4f1312b0 NP |
1172 | S: Maintained |
1173 | F: arch/arm/mach-dove/ | |
54a246ff NP |
1174 | F: arch/arm/mach-mv78xx0/ |
1175 | F: arch/arm/mach-orion5x/ | |
1176 | F: arch/arm/plat-orion/ | |
3b886171 | 1177 | |
d69ac131 AC |
1178 | ARM/Orion SoC/Technologic Systems TS-78xx platform support |
1179 | M: Alexander Clouter <[email protected]> | |
1180 | L: [email protected] (moderated for non-subscribers) | |
1181 | W: http://www.digriz.org.uk/ts78xx/kernel | |
1182 | S: Maintained | |
1183 | F: arch/arm/mach-orion5x/ts78xx-* | |
1184 | ||
e54951c8 MB |
1185 | ARM/Mediatek SoC support |
1186 | M: Matthias Brugger <[email protected]> | |
1187 | L: [email protected] (moderated for non-subscribers) | |
1188 | S: Maintained | |
1189 | F: arch/arm/boot/dts/mt6* | |
1190 | F: arch/arm/boot/dts/mt8* | |
1191 | F: arch/arm/mach-mediatek/ | |
1192 | N: mtk | |
1193 | K: mediatek | |
1194 | ||
adcb079f AB |
1195 | ARM/MICREL KS8695 ARCHITECTURE |
1196 | M: Greg Ungerer <[email protected]> | |
1197 | L: [email protected] (moderated for non-subscribers) | |
14430813 | 1198 | F: arch/arm/mach-ks8695/ |
adcb079f AB |
1199 | S: Odd Fixes |
1200 | ||
d78ff0a5 | 1201 | ARM/MIOA701 MACHINE SUPPORT |
8b58be88 | 1202 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 1203 | L: [email protected] (moderated for non-subscribers) |
d78ff0a5 RJ |
1204 | F: arch/arm/mach-pxa/mioa701.c |
1205 | S: Maintained | |
1206 | ||
9624dfe6 | 1207 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
8b58be88 | 1208 | M: Michael Petchkovsky <[email protected]> |
9624dfe6 KE |
1209 | S: Maintained |
1210 | ||
e0ee9851 | 1211 | ARM/NOMADIK ARCHITECTURE |
28b8e8d4 | 1212 | M: Alessandro Rubini <[email protected]> |
e4651a9f | 1213 | M: Linus Walleij <[email protected]> |
28b8e8d4 JP |
1214 | L: [email protected] (moderated for non-subscribers) |
1215 | S: Maintained | |
1216 | F: arch/arm/mach-nomadik/ | |
ecc265fe | 1217 | F: drivers/pinctrl/nomadik/ |
87572880 | 1218 | F: drivers/i2c/busses/i2c-nomadik.c |
e4651a9f | 1219 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
e0ee9851 | 1220 | |
9d76295a | 1221 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
8b58be88 | 1222 | M: Nelson Castillo <[email protected]> |
9d76295a AG |
1223 | L: [email protected] (subscribers-only) |
1224 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | |
1225 | S: Supported | |
1226 | ||
0c19d21e DW |
1227 | ARM/QUALCOMM MSM MACHINE SUPPORT |
1228 | M: David Brown <[email protected]> | |
b4c9bfab | 1229 | M: Daniel Walker <[email protected]> |
0c19d21e | 1230 | M: Bryan Huntsman <[email protected]> |
c68af41d | 1231 | L: [email protected] |
0c19d21e | 1232 | F: arch/arm/mach-msm/ |
8a61f013 | 1233 | F: drivers/video/fbdev/msm/ |
0c19d21e DW |
1234 | F: drivers/mmc/host/msm_sdcc.c |
1235 | F: drivers/mmc/host/msm_sdcc.h | |
df621252 GKH |
1236 | F: drivers/tty/serial/msm_serial.h |
1237 | F: drivers/tty/serial/msm_serial.c | |
ea91db52 | 1238 | F: drivers/*/pm8???-* |
0a759c6e | 1239 | F: drivers/mfd/ssbi.c |
8cd5c866 | 1240 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
0c19d21e DW |
1241 | S: Maintained |
1242 | ||
8459c159 | 1243 | ARM/TOSA MACHINE SUPPORT |
8b58be88 JP |
1244 | M: Dmitry Eremin-Solenikov <[email protected]> |
1245 | M: Dirk Opfer <[email protected]> | |
8459c159 DO |
1246 | S: Maintained |
1247 | ||
5d783a2d | 1248 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
933d35f0 | 1249 | M: Marek Vasut <[email protected]> |
75280787 | 1250 | L: [email protected] |
b5e4ad57 MV |
1251 | W: http://hackndev.com |
1252 | S: Maintained | |
933d35f0 JP |
1253 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
1254 | F: arch/arm/mach-pxa/palmtx.c | |
1255 | F: arch/arm/mach-pxa/include/mach/palmt5.h | |
1256 | F: arch/arm/mach-pxa/palmt5.c | |
1257 | F: arch/arm/mach-pxa/include/mach/palmld.h | |
1258 | F: arch/arm/mach-pxa/palmld.c | |
1259 | F: arch/arm/mach-pxa/include/mach/palmte2.h | |
1260 | F: arch/arm/mach-pxa/palmte2.c | |
1261 | F: arch/arm/mach-pxa/include/mach/palmtc.h | |
1262 | F: arch/arm/mach-pxa/palmtc.c | |
b5e4ad57 | 1263 | |
b57fe924 | 1264 | ARM/PALM TREO SUPPORT |
8b58be88 | 1265 | M: Tomas Cech <[email protected]> |
75280787 | 1266 | L: [email protected] |
90af5811 TSC |
1267 | W: http://hackndev.com |
1268 | S: Maintained | |
b57fe924 JP |
1269 | F: arch/arm/mach-pxa/include/mach/palmtreo.h |
1270 | F: arch/arm/mach-pxa/palmtreo.c | |
90af5811 | 1271 | |
c49e1e63 | 1272 | ARM/PALMZ72 SUPPORT |
8b58be88 | 1273 | M: Sergey Lapin <[email protected]> |
75280787 | 1274 | L: [email protected] |
7d2c86b5 JP |
1275 | W: http://hackndev.com |
1276 | S: Maintained | |
933d35f0 JP |
1277 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
1278 | F: arch/arm/mach-pxa/palmz72.c | |
c49e1e63 | 1279 | |
1da177e4 | 1280 | ARM/PLEB SUPPORT |
8b58be88 | 1281 | M: Peter Chubb <[email protected]> |
1da177e4 LT |
1282 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
1283 | S: Maintained | |
1284 | ||
1285 | ARM/PT DIGITAL BOARD PORT | |
8b58be88 | 1286 | M: Stefan Eletzhofer <[email protected]> |
efc03ecb | 1287 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
1288 | W: http://www.arm.linux.org.uk/ |
1289 | S: Maintained | |
1290 | ||
8fc1b0f8 KG |
1291 | ARM/QUALCOMM SUPPORT |
1292 | M: Kumar Gala <[email protected]> | |
1293 | M: David Brown <[email protected]> | |
1294 | L: [email protected] | |
1295 | S: Maintained | |
1296 | F: arch/arm/mach-qcom/ | |
1297 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git | |
1298 | ||
2b7a52a4 | 1299 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
8b58be88 | 1300 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1301 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1302 | S: Maintained |
1303 | ||
d4275354 | 1304 | ARM/RISCPC ARCHITECTURE |
8b58be88 | 1305 | M: Russell King <[email protected]> |
efc03ecb | 1306 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1307 | W: http://www.arm.linux.org.uk/ |
1308 | S: Maintained | |
d4275354 RK |
1309 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
1310 | F: arch/arm/include/asm/hardware/ioc.h | |
1311 | F: arch/arm/include/asm/hardware/iomd.h | |
1312 | F: arch/arm/include/asm/hardware/memc.h | |
1313 | F: arch/arm/mach-rpc/ | |
1a6422f6 | 1314 | F: drivers/net/ethernet/8390/etherh.c |
9e13fbf7 JK |
1315 | F: drivers/net/ethernet/i825xx/ether1* |
1316 | F: drivers/net/ethernet/seeq/ether3* | |
d4275354 RK |
1317 | F: drivers/scsi/arm/ |
1318 | ||
08ddbb0a HS |
1319 | ARM/Rockchip SoC support |
1320 | M: Heiko Stuebner <[email protected]> | |
1321 | L: [email protected] (moderated for non-subscribers) | |
00250b52 | 1322 | L: [email protected] |
08ddbb0a | 1323 | S: Maintained |
541555e9 | 1324 | F: arch/arm/boot/dts/rk3* |
08ddbb0a | 1325 | F: arch/arm/mach-rockchip/ |
541555e9 HS |
1326 | F: drivers/clk/rockchip/ |
1327 | F: drivers/i2c/busses/i2c-rk3x.c | |
08ddbb0a | 1328 | F: drivers/*/*rockchip* |
541555e9 HS |
1329 | F: drivers/*/*/*rockchip* |
1330 | F: sound/soc/rockchip/ | |
08ddbb0a | 1331 | |
5bfb937c KK |
1332 | ARM/SAMSUNG EXYNOS ARM ARCHITECTURES |
1333 | M: Kukjin Kim <[email protected]> | |
efc03ecb | 1334 | L: [email protected] (moderated for non-subscribers) |
7a549d78 | 1335 | L: [email protected] (moderated for non-subscribers) |
b21477f9 | 1336 | S: Maintained |
6f0589c8 MB |
1337 | F: arch/arm/boot/dts/s3c* |
1338 | F: arch/arm/boot/dts/exynos* | |
482ce512 | 1339 | F: arch/arm/plat-samsung/ |
769bbb63 HS |
1340 | F: arch/arm/mach-s3c24*/ |
1341 | F: arch/arm/mach-s3c64xx/ | |
5bfb937c KK |
1342 | F: arch/arm/mach-s5p*/ |
1343 | F: arch/arm/mach-exynos*/ | |
eb2ffcaf BD |
1344 | F: drivers/*/*s3c2410* |
1345 | F: drivers/*/*/*s3c2410* | |
40c76662 MB |
1346 | F: drivers/spi/spi-s3c* |
1347 | F: sound/soc/samsung/* | |
33d43cdd | 1348 | N: exynos |
f556cb07 | 1349 | |
10ffa964 KP |
1350 | ARM/SAMSUNG MOBILE MACHINE SUPPORT |
1351 | M: Kyungmin Park <[email protected]> | |
1352 | L: [email protected] (moderated for non-subscribers) | |
1353 | S: Maintained | |
004bbd3c | 1354 | F: arch/arm/mach-s5pv210/ |
10ffa964 | 1355 | |
3ce4ccb6 KD |
1356 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT |
1357 | M: Kyungmin Park <[email protected]> | |
1358 | M: Kamil Debski <[email protected]> | |
1359 | L: [email protected] | |
1360 | L: [email protected] | |
1361 | S: Maintained | |
1362 | F: drivers/media/platform/s5p-g2d/ | |
1363 | ||
e6a476fd MS |
1364 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
1365 | M: Kyungmin Park <[email protected]> | |
1366 | M: Kamil Debski <[email protected]> | |
6305902c | 1367 | M: Jeongtae Park <[email protected]> |
e6a476fd MS |
1368 | L: [email protected] |
1369 | L: [email protected] | |
1370 | S: Maintained | |
934455d7 | 1371 | F: arch/arm/plat-samsung/s5p-dev-mfc.c |
90d72ac6 | 1372 | F: drivers/media/platform/s5p-mfc/ |
e6a476fd MS |
1373 | |
1374 | ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT | |
1375 | M: Kyungmin Park <[email protected]> | |
1376 | M: Tomasz Stanislawski <[email protected]> | |
1377 | L: [email protected] | |
1378 | L: [email protected] | |
1379 | S: Maintained | |
90d72ac6 | 1380 | F: drivers/media/platform/s5p-tv/ |
e6a476fd | 1381 | |
d48d38e8 | 1382 | ARM/SHMOBILE ARM ARCHITECTURE |
5e212598 | 1383 | M: Simon Horman <[email protected]> |
d48d38e8 PM |
1384 | M: Magnus Damm <[email protected]> |
1385 | L: [email protected] | |
d48d38e8 | 1386 | W: http://oss.renesas.com |
bbff48f5 | 1387 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
5e212598 | 1388 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next |
d48d38e8 | 1389 | S: Supported |
0b514fdb SH |
1390 | F: arch/arm/boot/dts/emev2* |
1391 | F: arch/arm/boot/dts/r7s* | |
1392 | F: arch/arm/boot/dts/r8a* | |
1393 | F: arch/arm/boot/dts/sh* | |
1394 | F: arch/arm/configs/ape6evm_defconfig | |
1395 | F: arch/arm/configs/armadillo800eva_defconfig | |
1396 | F: arch/arm/configs/bockw_defconfig | |
0b514fdb SH |
1397 | F: arch/arm/configs/kzm9g_defconfig |
1398 | F: arch/arm/configs/lager_defconfig | |
1399 | F: arch/arm/configs/mackerel_defconfig | |
1400 | F: arch/arm/configs/marzen_defconfig | |
1401 | F: arch/arm/configs/shmobile_defconfig | |
7a2071c5 | 1402 | F: arch/arm/include/debug/renesas-scif.S |
d48d38e8 PM |
1403 | F: arch/arm/mach-shmobile/ |
1404 | F: drivers/sh/ | |
1405 | ||
66314223 | 1406 | ARM/SOCFPGA ARCHITECTURE |
ba2b7d0a | 1407 | M: Dinh Nguyen <[email protected]> |
66314223 DN |
1408 | S: Maintained |
1409 | F: arch/arm/mach-socfpga/ | |
ba2b7d0a DN |
1410 | W: http://www.rocketboards.org |
1411 | T: git://git.rocketboards.org/linux-socfpga.git | |
1412 | T: git://git.rocketboards.org/linux-socfpga-next.git | |
66314223 DN |
1413 | |
1414 | ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT | |
ba2b7d0a | 1415 | M: Dinh Nguyen <[email protected]> |
66314223 DN |
1416 | S: Maintained |
1417 | F: drivers/clk/socfpga/ | |
1418 | ||
71bcada8 TT |
1419 | ARM/SOCFPGA EDAC SUPPORT |
1420 | M: Thor Thayer <[email protected]> | |
1421 | S: Maintained | |
1422 | F: drivers/edac/altera_edac. | |
1423 | ||
65ebcc11 | 1424 | ARM/STI ARCHITECTURE |
a92177ea SK |
1425 | M: Srinivas Kandagatla <[email protected]> |
1426 | M: Maxime Coquelin <[email protected]> | |
1427 | M: Patrice Chotard <[email protected]> | |
65ebcc11 SK |
1428 | L: [email protected] (moderated for non-subscribers) |
1429 | L: [email protected] | |
1430 | W: http://www.stlinux.com | |
1431 | S: Maintained | |
1432 | F: arch/arm/mach-sti/ | |
a92177ea SK |
1433 | F: arch/arm/boot/dts/sti* |
1434 | F: drivers/clocksource/arm_global_timer.c | |
a92177ea | 1435 | F: drivers/i2c/busses/i2c-st.c |
346e2e4a | 1436 | F: drivers/media/rc/st_rc.c |
f53b2bff | 1437 | F: drivers/mmc/host/sdhci-st.c |
6da969a5 | 1438 | F: drivers/phy/phy-stih407-usb.c |
26389c78 | 1439 | F: drivers/phy/phy-stih41x-usb.c |
346e2e4a GKH |
1440 | F: drivers/pinctrl/pinctrl-st.c |
1441 | F: drivers/reset/sti/ | |
1442 | F: drivers/tty/serial/st-asc.c | |
eb11adab | 1443 | F: drivers/usb/dwc3/dwc3-st.c |
62f6f086 PG |
1444 | F: drivers/usb/host/ehci-st.c |
1445 | F: drivers/usb/host/ohci-st.c | |
daac6f86 | 1446 | F: drivers/ata/ahci_st.c |
65ebcc11 | 1447 | |
2b7a52a4 | 1448 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
8b58be88 | 1449 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1450 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1451 | S: Maintained |
1452 | ||
1bbd7089 | 1453 | ARM/TETON BGA MACHINE SUPPORT |
706e69d6 | 1454 | M: "Mark F. Brown" <[email protected]> |
1bbd7089 MB |
1455 | L: [email protected] (moderated for non-subscribers) |
1456 | S: Maintained | |
1457 | ||
2b7a52a4 | 1458 | ARM/THECUS N2100 MACHINE SUPPORT |
8b58be88 | 1459 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1460 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1461 | S: Maintained |
1462 | ||
98ad6e3b | 1463 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
8b58be88 | 1464 | M: Wan ZongShun <[email protected]> |
efc03ecb | 1465 | L: [email protected] (moderated for non-subscribers) |
7d2c86b5 JP |
1466 | W: http://www.mcuos.com |
1467 | S: Maintained | |
4e89e8f6 | 1468 | F: arch/arm/mach-w90x900/ |
4e89e8f6 WZ |
1469 | F: drivers/input/keyboard/w90p910_keypad.c |
1470 | F: drivers/input/touchscreen/w90p910_ts.c | |
1471 | F: drivers/watchdog/nuc900_wdt.c | |
679ec0ef | 1472 | F: drivers/net/ethernet/nuvoton/w90p910_ether.c |
5351684f | 1473 | F: drivers/mtd/nand/nuc900_nand.c |
4e89e8f6 | 1474 | F: drivers/rtc/rtc-nuc900.c |
9df92e6c | 1475 | F: drivers/spi/spi-nuc900.c |
4e89e8f6 | 1476 | F: drivers/usb/host/ehci-w90x900.c |
8a61f013 | 1477 | F: drivers/video/fbdev/nuc900fb.c |
98ad6e3b | 1478 | |
54274d71 | 1479 | ARM/U300 MACHINE SUPPORT |
e4651a9f | 1480 | M: Linus Walleij <[email protected]> |
54274d71 LW |
1481 | L: [email protected] (moderated for non-subscribers) |
1482 | S: Supported | |
1483 | F: arch/arm/mach-u300/ | |
9affbd24 | 1484 | F: drivers/clocksource/timer-u300.c |
54274d71 LW |
1485 | F: drivers/i2c/busses/i2c-stu300.c |
1486 | F: drivers/rtc/rtc-coh901331.c | |
1487 | F: drivers/watchdog/coh901327_wdt.c | |
1488 | F: drivers/dma/coh901318* | |
87572880 LW |
1489 | F: drivers/mfd/ab3100* |
1490 | F: drivers/rtc/rtc-ab3100.c | |
1491 | F: drivers/rtc/rtc-coh901331.c | |
1492 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | |
54274d71 | 1493 | |
87572880 | 1494 | ARM/Ux500 ARM ARCHITECTURE |
e4651a9f | 1495 | M: Linus Walleij <[email protected]> |
870725d9 SK |
1496 | L: [email protected] (moderated for non-subscribers) |
1497 | S: Maintained | |
1498 | F: arch/arm/mach-ux500/ | |
e4651a9f | 1499 | F: drivers/clocksource/clksrc-dbx500-prcmu.c |
87572880 | 1500 | F: drivers/dma/ste_dma40* |
e4651a9f | 1501 | F: drivers/hwspinlock/u8500_hsem.c |
87572880 LW |
1502 | F: drivers/mfd/abx500* |
1503 | F: drivers/mfd/ab8500* | |
e4651a9f LW |
1504 | F: drivers/mfd/dbx500* |
1505 | F: drivers/mfd/db8500* | |
ecc265fe JP |
1506 | F: drivers/pinctrl/nomadik/pinctrl-ab* |
1507 | F: drivers/pinctrl/nomadik/pinctrl-nomadik* | |
87572880 | 1508 | F: drivers/rtc/rtc-ab8500.c |
e4651a9f | 1509 | F: drivers/rtc/rtc-pl031.c |
87572880 | 1510 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
870725d9 | 1511 | |
e93fde28 UH |
1512 | ARM/Ux500 CLOCK FRAMEWORK SUPPORT |
1513 | M: Ulf Hansson <[email protected]> | |
1514 | L: [email protected] (moderated for non-subscribers) | |
1515 | T: git git://git.linaro.org/people/ulfh/clk.git | |
1516 | S: Maintained | |
1517 | F: drivers/clk/ux500/ | |
1518 | F: include/linux/platform_data/clk-ux500.h | |
1519 | ||
740d93b1 PM |
1520 | ARM/VERSATILE EXPRESS PLATFORM |
1521 | M: Liviu Dudau <[email protected]> | |
1522 | M: Sudeep Holla <[email protected]> | |
1523 | M: Lorenzo Pieralisi <[email protected]> | |
1524 | L: [email protected] (moderated for non-subscribers) | |
1525 | S: Maintained | |
1526 | F: arch/arm/boot/dts/vexpress* | |
1527 | F: arch/arm/mach-vexpress/ | |
1528 | F: */*/vexpress* | |
7e8f403f | 1529 | F: */*/*/vexpress* |
740d93b1 PM |
1530 | F: drivers/clk/versatile/clk-vexpress-osc.c |
1531 | F: drivers/clocksource/versatile.c | |
1532 | ||
d4275354 | 1533 | ARM/VFP SUPPORT |
8b58be88 | 1534 | M: Russell King <[email protected]> |
efc03ecb | 1535 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1536 | W: http://www.arm.linux.org.uk/ |
1537 | S: Maintained | |
1538 | F: arch/arm/vfp/ | |
1539 | ||
e66b6d8e MV |
1540 | ARM/VOIPAC PXA270 SUPPORT |
1541 | M: Marek Vasut <[email protected]> | |
1542 | L: [email protected] (moderated for non-subscribers) | |
1543 | S: Maintained | |
1544 | F: arch/arm/mach-pxa/vpac270.c | |
e0cca11b | 1545 | F: arch/arm/mach-pxa/include/mach/vpac270.h |
e66b6d8e | 1546 | |
04529fe2 TP |
1547 | ARM/VT8500 ARM ARCHITECTURE |
1548 | M: Tony Prisk <[email protected]> | |
1549 | L: [email protected] (moderated for non-subscribers) | |
1550 | S: Maintained | |
1551 | F: arch/arm/mach-vt8500/ | |
41fd91b4 | 1552 | F: drivers/clocksource/vt8500_timer.c |
560746eb | 1553 | F: drivers/i2c/busses/i2c-wmt.c |
41fd91b4 TP |
1554 | F: drivers/mmc/host/wmt-sdmmc.c |
1555 | F: drivers/pwm/pwm-vt8500.c | |
1556 | F: drivers/rtc/rtc-vt8500.c | |
1557 | F: drivers/tty/serial/vt8500_serial.c | |
4f31102b | 1558 | F: drivers/usb/host/ehci-platform.c |
41fd91b4 | 1559 | F: drivers/usb/host/uhci-platform.c |
8a61f013 JH |
1560 | F: drivers/video/fbdev/vt8500lcdfb.* |
1561 | F: drivers/video/fbdev/wm8505fb* | |
1562 | F: drivers/video/fbdev/wmt_ge_rops.* | |
04529fe2 | 1563 | |
e66b6d8e MV |
1564 | ARM/ZIPIT Z2 SUPPORT |
1565 | M: Marek Vasut <[email protected]> | |
1566 | L: [email protected] (moderated for non-subscribers) | |
1567 | S: Maintained | |
1568 | F: arch/arm/mach-pxa/z2.c | |
6ab2a855 | 1569 | F: arch/arm/mach-pxa/include/mach/z2.h |
e66b6d8e | 1570 | |
51f29d44 MS |
1571 | ARM/ZYNQ ARCHITECTURE |
1572 | M: Michal Simek <[email protected]> | |
f0fd9ad8 | 1573 | R: Sören Brinkmann <[email protected]> |
51f29d44 MS |
1574 | L: [email protected] (moderated for non-subscribers) |
1575 | W: http://wiki.xilinx.com | |
1576 | T: git git://git.xilinx.com/linux-xlnx.git | |
1577 | S: Supported | |
1578 | F: arch/arm/mach-zynq/ | |
bd2a337a | 1579 | F: drivers/cpuidle/cpuidle-zynq.c |
fb9d4959 | 1580 | F: drivers/block/xsysace.c |
c2fd4e38 MS |
1581 | N: zynq |
1582 | N: xilinx | |
1583 | F: drivers/clocksource/cadence_ttc_timer.c | |
df8eb569 | 1584 | F: drivers/i2c/busses/i2c-cadence.c |
e3ec3a3d | 1585 | F: drivers/mmc/host/sdhci-of-arasan.c |
51f29d44 | 1586 | |
b8f9879e WD |
1587 | ARM SMMU DRIVER |
1588 | M: Will Deacon <[email protected]> | |
1589 | L: [email protected] (moderated for non-subscribers) | |
1590 | S: Maintained | |
1591 | F: drivers/iommu/arm-smmu.c | |
1592 | ||
38074229 CM |
1593 | ARM64 PORT (AARCH64 ARCHITECTURE) |
1594 | M: Catalin Marinas <[email protected]> | |
d19766ec | 1595 | M: Will Deacon <[email protected]> |
38074229 CM |
1596 | L: [email protected] (moderated for non-subscribers) |
1597 | S: Maintained | |
1598 | F: arch/arm64/ | |
d19766ec | 1599 | F: Documentation/arm64/ |
38074229 | 1600 | |
9d7005f9 LP |
1601 | AS3645A LED FLASH CONTROLLER DRIVER |
1602 | M: Laurent Pinchart <[email protected]> | |
1603 | L: [email protected] | |
1604 | T: git git://linuxtv.org/media_tree.git | |
1605 | S: Maintained | |
1606 | F: drivers/media/i2c/as3645a.c | |
1607 | F: include/media/as3645a.h | |
1608 | ||
d58de038 GJ |
1609 | ASC7621 HARDWARE MONITOR DRIVER |
1610 | M: George Joseph <[email protected]> | |
1611 | L: [email protected] | |
1612 | S: Maintained | |
1613 | F: Documentation/hwmon/asc7621 | |
1614 | F: drivers/hwmon/asc7621.c | |
1615 | ||
b229ece9 | 1616 | ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS |
5909c654 | 1617 | M: Corentin Chary <[email protected]> |
1da177e4 | 1618 | L: [email protected] |
d0944853 | 1619 | L: [email protected] |
76593d6f | 1620 | W: http://acpi4asus.sf.net |
85091b71 | 1621 | S: Maintained |
b229ece9 CC |
1622 | F: drivers/platform/x86/asus*.c |
1623 | F: drivers/platform/x86/eeepc*.c | |
85091b71 | 1624 | |
953a6479 | 1625 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
08223d80 | 1626 | R: Dan Williams <[email protected]> |
b3e5f263 | 1627 | W: http://sourceforge.net/projects/xscaleiop |
08223d80 | 1628 | S: Odd fixes |
679655da JP |
1629 | F: Documentation/crypto/async-tx-api.txt |
1630 | F: crypto/async_tx/ | |
1631 | F: drivers/dma/ | |
1632 | F: include/linux/dmaengine.h | |
1633 | F: include/linux/async_tx.h | |
b3e5f263 | 1634 | |
a1867d36 | 1635 | AT24 EEPROM DRIVER |
14d77c4d | 1636 | M: Wolfram Sang <[email protected]> |
a1867d36 WS |
1637 | L: [email protected] |
1638 | S: Maintained | |
1639 | F: drivers/misc/eeprom/at24.c | |
25f73ed5 | 1640 | F: include/linux/platform_data/at24.h |
a1867d36 | 1641 | |
e7839f25 | 1642 | ATA OVER ETHERNET (AOE) DRIVER |
8b58be88 | 1643 | M: "Ed L. Cashin" <[email protected]> |
eecdf226 | 1644 | W: http://support.coraid.com/support/linux |
1da177e4 | 1645 | S: Supported |
679655da JP |
1646 | F: Documentation/aoe/ |
1647 | F: drivers/block/aoe/ | |
1da177e4 | 1648 | |
9a10a870 | 1649 | ATHEROS ATH GENERIC UTILITIES |
f726ee65 | 1650 | M: "Luis R. Rodriguez" <[email protected]> |
9a10a870 JP |
1651 | L: [email protected] |
1652 | S: Supported | |
1653 | F: drivers/net/wireless/ath/* | |
1654 | ||
fa1c114f | 1655 | ATHEROS ATH5K WIRELESS DRIVER |
8b58be88 JP |
1656 | M: Jiri Slaby <[email protected]> |
1657 | M: Nick Kossifidis <[email protected]> | |
f726ee65 | 1658 | M: "Luis R. Rodriguez" <[email protected]> |
fa1c114f JS |
1659 | L: [email protected] |
1660 | L: [email protected] | |
72c706b7 | 1661 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
fa1c114f | 1662 | S: Maintained |
fa451753 | 1663 | F: drivers/net/wireless/ath/ath5k/ |
fa1c114f | 1664 | |
12e62d6f KV |
1665 | ATHEROS ATH6KL WIRELESS DRIVER |
1666 | M: Kalle Valo <[email protected]> | |
1667 | L: [email protected] | |
1668 | W: http://wireless.kernel.org/en/users/Drivers/ath6kl | |
58cfb681 | 1669 | T: git git://github.com/kvalo/ath.git |
12e62d6f KV |
1670 | S: Supported |
1671 | F: drivers/net/wireless/ath/ath6kl/ | |
1672 | ||
2be7d22f VK |
1673 | WILOCITY WIL6210 WIRELESS DRIVER |
1674 | M: Vladimir Kondratiev <[email protected]> | |
1675 | L: [email protected] | |
1676 | L: [email protected] | |
1677 | S: Supported | |
1678 | W: http://wireless.kernel.org/en/users/Drivers/wil6210 | |
1679 | F: drivers/net/wireless/ath/wil6210/ | |
dba4b74d | 1680 | F: include/uapi/linux/wil6210_uapi.h |
2be7d22f | 1681 | |
1d7e1e6b CL |
1682 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
1683 | M: Christian Lamparter <[email protected]> | |
1684 | L: [email protected] | |
1685 | W: http://wireless.kernel.org/en/users/Drivers/carl9170 | |
1686 | S: Maintained | |
1687 | F: drivers/net/wireless/ath/carl9170/ | |
1688 | ||
2c2a6172 LT |
1689 | ATK0110 HWMON DRIVER |
1690 | M: Luca Tettamanti <[email protected]> | |
1691 | L: [email protected] | |
1692 | S: Maintained | |
1693 | F: drivers/hwmon/asus_atk0110.c | |
1694 | ||
6f69a6d7 | 1695 | ATI_REMOTE2 DRIVER |
8b58be88 | 1696 | M: Ville Syrjala <[email protected]> |
6f69a6d7 | 1697 | S: Maintained |
679655da | 1698 | F: drivers/input/misc/ati_remote2.c |
6f69a6d7 | 1699 | |
7ae115b4 | 1700 | ATLX ETHERNET DRIVERS |
8b58be88 | 1701 | M: Jay Cliburn <[email protected]> |
cb2f33e9 | 1702 | M: Chris Snook <[email protected]> |
e443e383 | 1703 | L: [email protected] |
8d5ca6ec JC |
1704 | W: http://sourceforge.net/projects/atl1 |
1705 | W: http://atl1.sourceforge.net | |
1706 | S: Maintained | |
2b133ad6 | 1707 | F: drivers/net/ethernet/atheros/ |
8d5ca6ec | 1708 | |
1da177e4 | 1709 | ATM |
8b58be88 | 1710 | M: Chas Williams <[email protected]> |
476604de | 1711 | L: [email protected] (moderated for non-subscribers) |
44ae98b5 | 1712 | L: [email protected] |
1da177e4 LT |
1713 | W: http://linux-atm.sourceforge.net |
1714 | S: Maintained | |
679655da JP |
1715 | F: drivers/atm/ |
1716 | F: include/linux/atm* | |
c117ab84 | 1717 | F: include/uapi/linux/atm* |
1da177e4 | 1718 | |
04ac2f46 | 1719 | ATMEL AT91 / AT32 MCI DRIVER |
24e1511f | 1720 | M: Ludovic Desroches <[email protected]> |
04ac2f46 NF |
1721 | S: Maintained |
1722 | F: drivers/mmc/host/atmel-mci.c | |
1723 | F: drivers/mmc/host/atmel-mci-regs.h | |
1724 | ||
a1cfac48 | 1725 | ATMEL AT91 / AT32 SERIAL DRIVER |
a02875a6 | 1726 | M: Nicolas Ferre <[email protected]> |
a1cfac48 | 1727 | S: Supported |
df621252 | 1728 | F: drivers/tty/serial/atmel_serial.c |
a1cfac48 | 1729 | |
dfae90ed BS |
1730 | ATMEL Audio ALSA driver |
1731 | M: Bo Shen <[email protected]> | |
1732 | L: [email protected] (moderated for non-subscribers) | |
1733 | S: Supported | |
1734 | F: sound/soc/atmel | |
1735 | ||
b414dc16 NF |
1736 | ATMEL DMA DRIVER |
1737 | M: Nicolas Ferre <[email protected]> | |
1738 | L: [email protected] (moderated for non-subscribers) | |
1739 | S: Supported | |
1740 | F: drivers/dma/at_hdmac.c | |
1741 | F: drivers/dma/at_hdmac_regs.h | |
6f0d65af | 1742 | F: include/linux/platform_data/dma-atmel.h |
b414dc16 | 1743 | |
6bd0f436 LD |
1744 | ATMEL XDMA DRIVER |
1745 | M: Ludovic Desroches <[email protected]> | |
1746 | L: [email protected] | |
1747 | L: [email protected] | |
1748 | S: Supported | |
1749 | F: drivers/dma/at_xdmac.c | |
1750 | ||
888f2804 LD |
1751 | ATMEL I2C DRIVER |
1752 | M: Ludovic Desroches <[email protected]> | |
1753 | L: [email protected] | |
1754 | S: Supported | |
1755 | F: drivers/i2c/busses/i2c-at91.c | |
1756 | ||
15515545 JW |
1757 | ATMEL ISI DRIVER |
1758 | M: Josh Wu <[email protected]> | |
1759 | L: [email protected] | |
1760 | S: Supported | |
f2294c2d | 1761 | F: drivers/media/platform/soc_camera/atmel-isi.c |
15515545 JW |
1762 | F: include/media/atmel-isi.h |
1763 | ||
8f4c79ce | 1764 | ATMEL LCDFB DRIVER |
8b58be88 | 1765 | M: Nicolas Ferre <[email protected]> |
c69f677c | 1766 | L: [email protected] |
8f4c79ce | 1767 | S: Maintained |
8a61f013 | 1768 | F: drivers/video/fbdev/atmel_lcdfb.c |
679655da | 1769 | F: include/video/atmel_lcdc.h |
8f4c79ce | 1770 | |
89e5785f | 1771 | ATMEL MACB ETHERNET DRIVER |
a02875a6 | 1772 | M: Nicolas Ferre <[email protected]> |
89e5785f | 1773 | S: Supported |
9f2f381f | 1774 | F: drivers/net/ethernet/cadence/ |
89e5785f | 1775 | |
5cbac98a JW |
1776 | ATMEL NAND DRIVER |
1777 | M: Josh Wu <[email protected]> | |
1778 | L: [email protected] | |
1779 | S: Supported | |
1780 | F: drivers/mtd/nand/atmel_nand* | |
1781 | ||
754ce4f2 | 1782 | ATMEL SPI DRIVER |
a02875a6 | 1783 | M: Nicolas Ferre <[email protected]> |
754ce4f2 | 1784 | S: Supported |
9df92e6c | 1785 | F: drivers/spi/spi-atmel.* |
754ce4f2 | 1786 | |
0ef09015 BS |
1787 | ATMEL SSC DRIVER |
1788 | M: Bo Shen <[email protected]> | |
1789 | L: [email protected] (moderated for non-subscribers) | |
1790 | S: Supported | |
1791 | F: drivers/misc/atmel-ssc.c | |
1792 | F: include/linux/atmel-ssc.h | |
1793 | ||
e9cb1c5a NF |
1794 | ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS |
1795 | M: Nicolas Ferre <[email protected]> | |
1796 | L: [email protected] (moderated for non-subscribers) | |
1797 | S: Supported | |
1798 | F: drivers/misc/atmel_tclib.c | |
1799 | F: drivers/clocksource/tcb_clksrc.c | |
1800 | ||
914a3f3b | 1801 | ATMEL USBA UDC DRIVER |
a02875a6 NF |
1802 | M: Nicolas Ferre <[email protected]> |
1803 | L: [email protected] (moderated for non-subscribers) | |
914a3f3b | 1804 | S: Supported |
faf2e1db | 1805 | F: drivers/usb/gadget/udc/atmel_usba_udc.* |
914a3f3b | 1806 | |
1da177e4 | 1807 | ATMEL WIRELESS DRIVER |
8b58be88 | 1808 | M: Simon Kelley <[email protected]> |
724c6b35 | 1809 | L: [email protected] |
1da177e4 LT |
1810 | W: http://www.thekelleys.org.uk/atmel |
1811 | W: http://atmelwlandriver.sourceforge.net/ | |
1812 | S: Maintained | |
679655da | 1813 | F: drivers/net/wireless/atmel* |
1da177e4 | 1814 | |
26780d9e | 1815 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
b75f0050 JP |
1816 | M: Bradley Grove <[email protected]> |
1817 | L: [email protected] | |
1818 | W: http://www.attotech.com | |
1819 | S: Supported | |
1820 | F: drivers/scsi/esas2r | |
26780d9e | 1821 | |
a92b7b80 | 1822 | AUDIT SUBSYSTEM |
915f389d | 1823 | M: Paul Moore <[email protected]> |
8b58be88 | 1824 | M: Eric Paris <[email protected]> |
915f389d | 1825 | L: [email protected] (moderated for non-subscribers) |
ad3f9a22 | 1826 | W: http://people.redhat.com/sgrubb/audit/ |
915f389d | 1827 | T: git git://git.infradead.org/users/pcmoore/audit |
a92b7b80 | 1828 | S: Maintained |
679655da | 1829 | F: include/linux/audit.h |
c117ab84 | 1830 | F: include/uapi/linux/audit.h |
679655da | 1831 | F: kernel/audit* |
a92b7b80 | 1832 | |
70e84049 | 1833 | AUXILIARY DISPLAY DRIVERS |
8b58be88 | 1834 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1835 | W: http://miguelojeda.es/auxdisplay.htm |
1836 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1837 | S: Maintained |
679655da JP |
1838 | F: drivers/auxdisplay/ |
1839 | F: include/linux/cfag12864b.h | |
70e84049 | 1840 | |
5f97f7f9 | 1841 | AVR32 ARCHITECTURE |
e336f61f HCE |
1842 | M: Haavard Skinnemoen <[email protected]> |
1843 | M: Hans-Christian Egtvedt <[email protected]> | |
5f97f7f9 | 1844 | W: http://www.atmel.com/products/AVR32/ |
249d9d9d | 1845 | W: http://mirror.egtvedt.no/avr32linux.org/ |
5f97f7f9 | 1846 | W: http://avrfreaks.net/ |
e336f61f | 1847 | S: Maintained |
679655da | 1848 | F: arch/avr32/ |
5f97f7f9 HS |
1849 | |
1850 | AVR32/AT32AP MACHINE SUPPORT | |
e336f61f HCE |
1851 | M: Haavard Skinnemoen <[email protected]> |
1852 | M: Hans-Christian Egtvedt <[email protected]> | |
1853 | S: Maintained | |
679655da | 1854 | F: arch/avr32/mach-at32ap/ |
5f97f7f9 | 1855 | |
1da177e4 | 1856 | AX.25 NETWORK LAYER |
8b58be88 | 1857 | M: Ralf Baechle <[email protected]> |
1da177e4 | 1858 | L: [email protected] |
d34cb28a | 1859 | W: http://www.linux-ax25.org/ |
1da177e4 | 1860 | S: Maintained |
c117ab84 | 1861 | F: include/uapi/linux/ax25.h |
679655da JP |
1862 | F: include/net/ax25.h |
1863 | F: net/ax25/ | |
1da177e4 | 1864 | |
d5269395 | 1865 | AZ6007 DVB DRIVER |
009a5410 | 1866 | M: Mauro Carvalho Chehab <[email protected]> |
d5269395 MCC |
1867 | L: [email protected] |
1868 | W: http://linuxtv.org | |
1869 | T: git git://linuxtv.org/media_tree.git | |
1870 | S: Maintained | |
1871 | F: drivers/media/usb/dvb-usb-v2/az6007.c | |
1872 | ||
6777376e HV |
1873 | AZTECH FM RADIO RECEIVER DRIVER |
1874 | M: Hans Verkuil <[email protected]> | |
1875 | L: [email protected] | |
1876 | T: git git://linuxtv.org/media_tree.git | |
1877 | W: http://linuxtv.org | |
1878 | S: Maintained | |
1879 | F: drivers/media/radio/radio-aztech* | |
1880 | ||
e2d1d6c0 | 1881 | B43 WIRELESS DRIVER |
8b58be88 | 1882 | M: Stefano Brivio <[email protected]> |
e2d1d6c0 | 1883 | L: [email protected] |
ed072f9e | 1884 | L: [email protected] |
491b26b4 | 1885 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1886 | S: Maintained |
679655da | 1887 | F: drivers/net/wireless/b43/ |
e2d1d6c0 RD |
1888 | |
1889 | B43LEGACY WIRELESS DRIVER | |
8b58be88 JP |
1890 | M: Larry Finger <[email protected]> |
1891 | M: Stefano Brivio <[email protected]> | |
e2d1d6c0 | 1892 | L: [email protected] |
ed072f9e | 1893 | L: [email protected] |
491b26b4 | 1894 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1895 | S: Maintained |
679655da | 1896 | F: drivers/net/wireless/b43legacy/ |
e2d1d6c0 | 1897 | |
300abeb5 | 1898 | BACKLIGHT CLASS/SUBSYSTEM |
6212de88 | 1899 | M: Jingoo Han <[email protected]> |
70d14fcf | 1900 | M: Lee Jones <[email protected]> |
300abeb5 | 1901 | S: Maintained |
679655da JP |
1902 | F: drivers/video/backlight/ |
1903 | F: include/linux/backlight.h | |
300abeb5 | 1904 | |
c6c8fea2 | 1905 | BATMAN ADVANCED |
207df49e | 1906 | M: Marek Lindner <[email protected]> |
c679ff8f | 1907 | M: Simon Wunderlich <[email protected]> |
207df49e | 1908 | M: Antonio Quartulli <[email protected]> |
c6c8fea2 SE |
1909 | L: [email protected] |
1910 | W: http://www.open-mesh.org/ | |
1911 | S: Maintained | |
1912 | F: net/batman-adv/ | |
1913 | ||
e2d1d6c0 | 1914 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
8b58be88 | 1915 | M: Thomas Sailer <[email protected]> |
e2d1d6c0 RD |
1916 | L: [email protected] |
1917 | W: http://www.baycom.org/~tom/ham/ham.html | |
1918 | S: Maintained | |
679655da | 1919 | F: drivers/net/hamradio/baycom* |
e2d1d6c0 | 1920 | |
cafe5635 | 1921 | BCACHE (BLOCK LAYER CACHE) |
47cd2eb0 | 1922 | M: Kent Overstreet <[email protected]> |
cafe5635 KO |
1923 | L: [email protected] |
1924 | W: http://bcache.evilpiepirate.org | |
1925 | S: Maintained: | |
1926 | F: drivers/md/bcache/ | |
1927 | ||
e2d1d6c0 | 1928 | BEFS FILE SYSTEM |
55817d3d | 1929 | S: Orphan |
679655da JP |
1930 | F: Documentation/filesystems/befs.txt |
1931 | F: fs/befs/ | |
e2d1d6c0 | 1932 | |
564ee360 DM |
1933 | BECKHOFF CX5020 ETHERCAT MASTER DRIVER |
1934 | M: Dariusz Marcinkiewicz <[email protected]> | |
1935 | L: [email protected] | |
1936 | S: Maintained | |
1937 | F: drivers/net/ethernet/ec_bhf.c | |
1938 | ||
e2d1d6c0 | 1939 | BFS FILE SYSTEM |
8b58be88 | 1940 | M: "Tigran A. Aivazian" <[email protected]> |
e2d1d6c0 | 1941 | S: Maintained |
679655da JP |
1942 | F: Documentation/filesystems/bfs.txt |
1943 | F: fs/bfs/ | |
c117ab84 | 1944 | F: include/uapi/linux/bfs_fs.h |
e2d1d6c0 | 1945 | |
1394f032 | 1946 | BLACKFIN ARCHITECTURE |
a4edbc10 | 1947 | M: Steven Miao <[email protected]> |
b3fe92b0 | 1948 | L: [email protected] (moderated for non-subscribers) |
1443176f | 1949 | T: git git://git.code.sf.net/p/adi-linux/code |
e3b2d3f3 BW |
1950 | W: http://blackfin.uclinux.org |
1951 | S: Supported | |
679655da | 1952 | F: arch/blackfin/ |
566da5b2 | 1953 | |
e190d6b1 | 1954 | BLACKFIN EMAC DRIVER |
b3fe92b0 | 1955 | L: [email protected] (moderated for non-subscribers) |
e190d6b1 BW |
1956 | W: http://blackfin.uclinux.org |
1957 | S: Supported | |
7b35f033 | 1958 | F: drivers/net/ethernet/adi/ |
e190d6b1 | 1959 | |
566da5b2 | 1960 | BLACKFIN RTC DRIVER |
b3fe92b0 | 1961 | L: [email protected] (moderated for non-subscribers) |
566da5b2 MF |
1962 | W: http://blackfin.uclinux.org |
1963 | S: Supported | |
679655da | 1964 | F: drivers/rtc/rtc-bfin.c |
1394f032 | 1965 | |
936ed49a | 1966 | BLACKFIN SDH DRIVER |
109ec8c3 | 1967 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1968 | L: [email protected] (moderated for non-subscribers) |
936ed49a MF |
1969 | W: http://blackfin.uclinux.org |
1970 | S: Supported | |
1971 | F: drivers/mmc/host/bfin_sdh.c | |
1972 | ||
1394f032 | 1973 | BLACKFIN SERIAL DRIVER |
8b58be88 | 1974 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1975 | L: [email protected] (moderated for non-subscribers) |
e3b2d3f3 BW |
1976 | W: http://blackfin.uclinux.org |
1977 | S: Supported | |
8460241e | 1978 | F: drivers/tty/serial/bfin_uart.c |
1394f032 | 1979 | |
1e6d320f | 1980 | BLACKFIN WATCHDOG DRIVER |
b3fe92b0 | 1981 | L: [email protected] (moderated for non-subscribers) |
1e6d320f BW |
1982 | W: http://blackfin.uclinux.org |
1983 | S: Supported | |
679655da | 1984 | F: drivers/watchdog/bfin_wdt.c |
1e6d320f | 1985 | |
d24ecfcc | 1986 | BLACKFIN I2C TWI DRIVER |
8b58be88 | 1987 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1988 | L: [email protected] (moderated for non-subscribers) |
d24ecfcc BW |
1989 | W: http://blackfin.uclinux.org/ |
1990 | S: Supported | |
679655da | 1991 | F: drivers/i2c/busses/i2c-bfin-twi.c |
d24ecfcc | 1992 | |
1e204377 SJ |
1993 | BLACKFIN MEDIA DRIVER |
1994 | M: Scott Jiang <[email protected]> | |
b3fe92b0 | 1995 | L: [email protected] (moderated for non-subscribers) |
1e204377 SJ |
1996 | W: http://blackfin.uclinux.org/ |
1997 | S: Supported | |
1998 | F: drivers/media/platform/blackfin/ | |
1999 | F: drivers/media/i2c/adv7183* | |
2000 | F: drivers/media/i2c/vs6624* | |
2001 | ||
b54cf35a JSM |
2002 | BLINKM RGB LED DRIVER |
2003 | M: Jan-Simon Moeller <[email protected]> | |
2004 | S: Maintained | |
2005 | F: drivers/leds/leds-blinkm.c | |
2006 | ||
1da177e4 | 2007 | BLOCK LAYER |
8b58be88 | 2008 | M: Jens Axboe <[email protected]> |
08deed1e | 2009 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
1da177e4 | 2010 | S: Maintained |
679655da | 2011 | F: block/ |
1da177e4 | 2012 | |
2b54aaef | 2013 | BLOCK2MTD DRIVER |
8b58be88 | 2014 | M: Joern Engel <[email protected]> |
2b54aaef JE |
2015 | L: [email protected] |
2016 | S: Maintained | |
679655da | 2017 | F: drivers/mtd/devices/block2mtd.c |
2b54aaef | 2018 | |
63fbd24e | 2019 | BLUETOOTH DRIVERS |
8b58be88 | 2020 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 2021 | M: Gustavo Padovan <[email protected]> |
eb491eca | 2022 | M: Johan Hedberg <[email protected]> |
781c2844 | 2023 | L: [email protected] |
63fbd24e | 2024 | W: http://www.bluez.org/ |
22e7a424 MH |
2025 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
2026 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 2027 | S: Maintained |
679655da | 2028 | F: drivers/bluetooth/ |
1da177e4 | 2029 | |
63fbd24e | 2030 | BLUETOOTH SUBSYSTEM |
8b58be88 | 2031 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 2032 | M: Gustavo Padovan <[email protected]> |
eb491eca | 2033 | M: Johan Hedberg <[email protected]> |
63fbd24e MH |
2034 | L: [email protected] |
2035 | W: http://www.bluez.org/ | |
22e7a424 MH |
2036 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
2037 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 2038 | S: Maintained |
679655da JP |
2039 | F: net/bluetooth/ |
2040 | F: include/net/bluetooth/ | |
1da177e4 LT |
2041 | |
2042 | BONDING DRIVER | |
79b30750 | 2043 | M: Jay Vosburgh <[email protected]> |
898602a0 | 2044 | M: Veaceslav Falico <[email protected]> |
4cd72c6e | 2045 | M: Andy Gospodarek <[email protected]> |
a6c36ee6 | 2046 | L: [email protected] |
ce00f85c JC |
2047 | W: http://sourceforge.net/projects/bonding/ |
2048 | S: Supported | |
679655da | 2049 | F: drivers/net/bonding/ |
c117ab84 | 2050 | F: include/uapi/linux/if_bonding.h |
1da177e4 | 2051 | |
b5f4df34 AS |
2052 | BPF (Safe dynamic programs and tools) |
2053 | M: Alexei Starovoitov <[email protected]> | |
2054 | L: [email protected] | |
2055 | L: [email protected] | |
2056 | S: Supported | |
2057 | F: kernel/bpf/ | |
2058 | ||
39105890 | 2059 | BROADCOM B44 10/100 ETHERNET DRIVER |
8b58be88 | 2060 | M: Gary Zambrano <[email protected]> |
39105890 GZ |
2061 | L: [email protected] |
2062 | S: Supported | |
adfc5217 | 2063 | F: drivers/net/ethernet/broadcom/b44.* |
39105890 | 2064 | |
32ec90d5 FF |
2065 | BROADCOM GENET ETHERNET DRIVER |
2066 | M: Florian Fainelli <[email protected]> | |
2067 | L: [email protected] | |
2068 | S: Supported | |
2069 | F: drivers/net/ethernet/broadcom/genet/ | |
2070 | ||
948c51e6 | 2071 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
f1d1baeb JK |
2072 | M: Sony Chacko <[email protected]> |
2073 | M: [email protected] | |
948c51e6 MC |
2074 | L: [email protected] |
2075 | S: Supported | |
adfc5217 JK |
2076 | F: drivers/net/ethernet/broadcom/bnx2.* |
2077 | F: drivers/net/ethernet/broadcom/bnx2_* | |
948c51e6 | 2078 | |
4d9d2cb0 | 2079 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
08f6dd89 | 2080 | M: Ariel Elior <[email protected]> |
4d9d2cb0 ET |
2081 | L: [email protected] |
2082 | S: Supported | |
adfc5217 | 2083 | F: drivers/net/ethernet/broadcom/bnx2x/ |
4d9d2cb0 | 2084 | |
90f4c594 | 2085 | BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
497a045d | 2086 | M: Christian Daudt <[email protected]> |
a3db2bba | 2087 | M: Matt Porter <[email protected]> |
f18cf050 | 2088 | M: Florian Fainelli <[email protected]> |
497a045d | 2089 | L: [email protected] |
90f4c594 | 2090 | T: git git://github.com/broadcom/mach-bcm |
af4b8e37 CD |
2091 | S: Maintained |
2092 | F: arch/arm/mach-bcm/ | |
2093 | F: arch/arm/boot/dts/bcm113* | |
90f4c594 | 2094 | F: arch/arm/boot/dts/bcm216* |
af4b8e37 CD |
2095 | F: arch/arm/boot/dts/bcm281* |
2096 | F: arch/arm/configs/bcm_defconfig | |
e4ef47f2 | 2097 | F: drivers/mmc/host/sdhci-bcm-kona.c |
af4b8e37 CD |
2098 | F: drivers/clocksource/bcm_kona_timer.c |
2099 | ||
9209bec4 | 2100 | BROADCOM BCM2835 ARM ARCHITECTURE |
f680f25c | 2101 | M: Stephen Warren <[email protected]> |
8bcdd929 | 2102 | M: Lee Jones <[email protected]> |
f680f25c | 2103 | L: [email protected] (moderated for non-subscribers) |
8bcdd929 | 2104 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git |
f680f25c | 2105 | S: Maintained |
9209bec4 | 2106 | N: bcm2835 |
f680f25c | 2107 | |
a2f6734c KC |
2108 | BROADCOM BCM33XX MIPS ARCHITECTURE |
2109 | M: Kevin Cernekee <[email protected]> | |
2110 | L: [email protected] | |
2111 | S: Maintained | |
2112 | F: arch/mips/bcm3384/* | |
2113 | F: arch/mips/include/asm/mach-bcm3384/* | |
2114 | F: arch/mips/kernel/*bmips* | |
2115 | ||
9209bec4 | 2116 | BROADCOM BCM5301X ARM ARCHITECTURE |
5b293ebe HM |
2117 | M: Hauke Mehrtens <[email protected]> |
2118 | L: [email protected] | |
2119 | S: Maintained | |
2120 | F: arch/arm/mach-bcm/bcm_5301x.c | |
2121 | F: arch/arm/boot/dts/bcm5301x.dtsi | |
2122 | F: arch/arm/boot/dts/bcm470* | |
2123 | ||
e076e962 FF |
2124 | BROADCOM BCM63XX ARM ARCHITECTURE |
2125 | M: Florian Fainelli <[email protected]> | |
2126 | L: [email protected] | |
2127 | T: git git://git.github.com/brcm/linux.git | |
2128 | S: Maintained | |
2129 | F: arch/arm/mach-bcm/bcm63xx.c | |
2130 | F: arch/arm/include/debug/bcm63xx.S | |
2131 | ||
7110e227 KC |
2132 | BROADCOM BCM63XX/BCM33XX UDC DRIVER |
2133 | M: Kevin Cernekee <[email protected]> | |
2134 | L: [email protected] | |
2135 | S: Maintained | |
2136 | F: drivers/usb/gadget/udc/bcm63xx_udc.* | |
2137 | ||
2df94fd6 BN |
2138 | BROADCOM BCM7XXX ARM ARCHITECTURE |
2139 | M: Marc Carino <[email protected]> | |
2140 | M: Brian Norris <[email protected]> | |
3b4b6fe9 FF |
2141 | M: Gregory Fong <[email protected]> |
2142 | M: Florian Fainelli <[email protected]> | |
2df94fd6 BN |
2143 | L: [email protected] (moderated for non-subscribers) |
2144 | S: Maintained | |
2145 | F: arch/arm/mach-bcm/*brcmstb* | |
2146 | F: arch/arm/boot/dts/bcm7*.dts* | |
e36661e4 | 2147 | F: drivers/bus/brcmstb_gisb.c |
2df94fd6 | 2148 | |
70371cef KC |
2149 | BROADCOM BMIPS MIPS ARCHITECTURE |
2150 | M: Kevin Cernekee <[email protected]> | |
2151 | M: Florian Fainelli <[email protected]> | |
2152 | L: [email protected] | |
2153 | S: Maintained | |
2154 | F: arch/mips/bmips/* | |
2155 | F: arch/mips/include/asm/mach-bmips/* | |
2156 | F: arch/mips/kernel/*bmips* | |
2157 | F: arch/mips/boot/dts/bcm*.dts* | |
2158 | F: drivers/irqchip/irq-bcm7* | |
2159 | F: drivers/irqchip/irq-brcmstb* | |
2160 | ||
948c51e6 | 2161 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
23629477 | 2162 | M: Prashant Sreedharan <[email protected]> |
8b58be88 | 2163 | M: Michael Chan <[email protected]> |
948c51e6 MC |
2164 | L: [email protected] |
2165 | S: Supported | |
adfc5217 | 2166 | F: drivers/net/ethernet/broadcom/tg3.* |
948c51e6 | 2167 | |
a9533e7e HP |
2168 | BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER |
2169 | M: Brett Rudley <[email protected]> | |
818c07b8 | 2170 | M: Arend van Spriel <[email protected]> |
85d63686 | 2171 | M: Franky (Zhenhui) Lin <[email protected]> |
006a8f14 | 2172 | M: Hante Meuleman <[email protected]> |
a9533e7e | 2173 | L: [email protected] |
5615171c | 2174 | L: [email protected] |
a9533e7e | 2175 | S: Supported |
f62ebdd5 | 2176 | F: drivers/net/wireless/brcm80211/ |
a9533e7e | 2177 | |
9958d6f9 | 2178 | BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER |
3b7f040a | 2179 | M: [email protected] |
9958d6f9 BPG |
2180 | L: [email protected] |
2181 | S: Supported | |
2182 | F: drivers/scsi/bnx2fc/ | |
2183 | ||
6a6b5ad0 | 2184 | BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER |
3b7f040a | 2185 | M: [email protected] |
6a6b5ad0 EW |
2186 | L: [email protected] |
2187 | S: Supported | |
2188 | F: drivers/scsi/bnx2i/ | |
2189 | ||
36c0237f SB |
2190 | BROADCOM CYGNUS/IPROC ARM ARCHITECTURE |
2191 | M: Ray Jui <[email protected]> | |
2192 | M: Scott Branden <[email protected]> | |
2193 | L: [email protected] (moderated for non-subscribers) | |
2194 | L: [email protected] | |
2195 | T: git git://git.github.com/brcm/linux.git | |
2196 | S: Maintained | |
2197 | N: iproc | |
2198 | N: cygnus | |
2199 | N: bcm9113* | |
2200 | N: bcm9583* | |
2201 | N: bcm583* | |
2202 | N: bcm113* | |
2203 | ||
7b7f588b | 2204 | BROADCOM KONA GPIO DRIVER |
5e163903 | 2205 | M: Ray Jui <[email protected]> |
7b7f588b MM |
2206 | L: [email protected] |
2207 | S: Supported | |
2208 | F: drivers/gpio/gpio-bcm-kona.c | |
2209 | F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt | |
2210 | ||
c9678d86 RM |
2211 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) |
2212 | M: Rafał Miłecki <[email protected]> | |
2213 | L: [email protected] | |
2214 | S: Maintained | |
2215 | F: drivers/bcma/ | |
2216 | F: include/linux/bcma/ | |
2217 | ||
b8302205 FF |
2218 | BROADCOM SYSTEMPORT ETHERNET DRIVER |
2219 | M: Florian Fainelli <[email protected]> | |
2220 | L: [email protected] | |
2221 | S: Supported | |
2222 | F: drivers/net/ethernet/broadcom/bcmsysport.* | |
2223 | ||
7725ccfd | 2224 | BROCADE BFA FC SCSI DRIVER |
aa803370 AG |
2225 | M: Anil Gurumurthy <[email protected]> |
2226 | M: Sudarsana Kalluru <[email protected]> | |
455518e7 JP |
2227 | L: [email protected] |
2228 | S: Supported | |
2229 | F: drivers/scsi/bfa/ | |
7725ccfd | 2230 | |
8b230ed8 | 2231 | BROCADE BNA 10 GIGABIT ETHERNET DRIVER |
439e9575 | 2232 | M: Rasesh Mody <[email protected]> |
8b230ed8 RM |
2233 | L: [email protected] |
2234 | S: Supported | |
f844a0ea | 2235 | F: drivers/net/ethernet/brocade/bna/ |
8b230ed8 | 2236 | |
5cdf7f76 | 2237 | BSG (block layer generic sg v4 driver) |
8b58be88 | 2238 | M: FUJITA Tomonori <[email protected]> |
5cdf7f76 JA |
2239 | L: [email protected] |
2240 | S: Supported | |
679655da JP |
2241 | F: block/bsg.c |
2242 | F: include/linux/bsg.h | |
c117ab84 | 2243 | F: include/uapi/linux/bsg.h |
5cdf7f76 | 2244 | |
af39917d CL |
2245 | BT87X AUDIO DRIVER |
2246 | M: Clemens Ladisch <[email protected]> | |
2247 | L: [email protected] (moderated for non-subscribers) | |
2248 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2249 | S: Maintained | |
2250 | F: Documentation/sound/alsa/Bt87x.txt | |
2251 | F: sound/pci/bt87x.c | |
2252 | ||
ff1d5c2f | 2253 | BT8XXGPIO DRIVER |
eb032b98 | 2254 | M: Michael Buesch <[email protected]> |
ff1d5c2f MB |
2255 | W: http://bu3sch.de/btgpio.php |
2256 | S: Maintained | |
72dbb705 | 2257 | F: drivers/gpio/gpio-bt8xx.c |
ff1d5c2f | 2258 | |
eb1eb04f | 2259 | BTRFS FILE SYSTEM |
c0778e25 CM |
2260 | M: Chris Mason <[email protected]> |
2261 | M: Josef Bacik <[email protected]> | |
4e0c4a47 | 2262 | M: David Sterba <[email protected]> |
eb1eb04f JP |
2263 | L: [email protected] |
2264 | W: http://btrfs.wiki.kernel.org/ | |
8a6e2535 | 2265 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ |
9c106405 | 2266 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git |
eb1eb04f | 2267 | S: Maintained |
679655da JP |
2268 | F: Documentation/filesystems/btrfs.txt |
2269 | F: fs/btrfs/ | |
eb1eb04f | 2270 | |
1da177e4 | 2271 | BTTV VIDEO4LINUX DRIVER |
009a5410 | 2272 | M: Mauro Carvalho Chehab <[email protected]> |
661263b5 | 2273 | L: [email protected] |
96b6aba0 | 2274 | W: http://linuxtv.org |
275ffde4 | 2275 | T: git git://linuxtv.org/media_tree.git |
f96236e5 | 2276 | S: Odd fixes |
679655da | 2277 | F: Documentation/video4linux/bttv/ |
90d72ac6 | 2278 | F: drivers/media/pci/bt8xx/bttv* |
1da177e4 | 2279 | |
1f34923c KA |
2280 | BUSLOGIC SCSI DRIVER |
2281 | M: Khalid Aziz <[email protected]> | |
2282 | L: [email protected] | |
2283 | S: Maintained | |
2284 | F: drivers/scsi/BusLogic.* | |
2285 | F: drivers/scsi/FlashPoint.* | |
2286 | ||
af39917d CL |
2287 | C-MEDIA CMI8788 DRIVER |
2288 | M: Clemens Ladisch <[email protected]> | |
2289 | L: [email protected] (moderated for non-subscribers) | |
2290 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2291 | S: Maintained | |
2292 | F: sound/pci/oxygen/ | |
2293 | ||
2141355f MS |
2294 | C6X ARCHITECTURE |
2295 | M: Mark Salter <[email protected]> | |
2296 | M: Aurelien Jacquiot <[email protected]> | |
2297 | L: [email protected] | |
2298 | W: http://www.linux-c6x.org/wiki/index.php/Main_Page | |
2299 | S: Maintained | |
2300 | F: arch/c6x/ | |
2301 | ||
a5432f5a | 2302 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
8b58be88 | 2303 | M: David Howells <[email protected]> |
a5432f5a DH |
2304 | L: [email protected] |
2305 | S: Supported | |
2306 | F: Documentation/filesystems/caching/cachefiles.txt | |
2307 | F: fs/cachefiles/ | |
2308 | ||
c815ca39 HV |
2309 | CADET FM/AM RADIO RECEIVER DRIVER |
2310 | M: Hans Verkuil <[email protected]> | |
2311 | L: [email protected] | |
2312 | T: git git://linuxtv.org/media_tree.git | |
2313 | W: http://linuxtv.org | |
2314 | S: Maintained | |
2315 | F: drivers/media/radio/radio-cadet* | |
2316 | ||
77d5140f | 2317 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
8b58be88 | 2318 | M: Jonathan Corbet <[email protected]> |
661263b5 | 2319 | L: [email protected] |
275ffde4 | 2320 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 2321 | S: Maintained |
679655da | 2322 | F: Documentation/video4linux/cafe_ccic |
90d72ac6 | 2323 | F: drivers/media/platform/marvell-ccic/ |
77d5140f | 2324 | |
201b6bab | 2325 | CAIF NETWORK LAYER |
5c574f50 | 2326 | M: Dmitry Tarnyagin <[email protected]> |
201b6bab JP |
2327 | L: [email protected] |
2328 | S: Supported | |
2329 | F: Documentation/networking/caif/ | |
2330 | F: drivers/net/caif/ | |
c117ab84 | 2331 | F: include/uapi/linux/caif/ |
201b6bab JP |
2332 | F: include/net/caif/ |
2333 | F: net/caif/ | |
2334 | ||
77dac90f | 2335 | CALGARY x86-64 IOMMU |
8b58be88 JP |
2336 | M: Muli Ben-Yehuda <[email protected]> |
2337 | M: "Jon D. Mason" <[email protected]> | |
77dac90f MBY |
2338 | L: [email protected] |
2339 | S: Maintained | |
679655da JP |
2340 | F: arch/x86/kernel/pci-calgary_64.c |
2341 | F: arch/x86/kernel/tce_64.c | |
2342 | F: arch/x86/include/asm/calgary.h | |
2343 | F: arch/x86/include/asm/tce.h | |
77dac90f | 2344 | |
e2d1d6c0 | 2345 | CAN NETWORK LAYER |
8d15d386 | 2346 | M: Oliver Hartkopp <[email protected]> |
1caa60b6 | 2347 | L: [email protected] |
ec78213a | 2348 | W: http://gitorious.org/linux-can |
870482a4 MKB |
2349 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git |
2350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git | |
e2d1d6c0 | 2351 | S: Maintained |
f35f6c8f | 2352 | F: Documentation/networking/can.txt |
8d15d386 | 2353 | F: net/can/ |
8d15d386 | 2354 | F: include/linux/can/core.h |
c117ab84 CEB |
2355 | F: include/uapi/linux/can.h |
2356 | F: include/uapi/linux/can/bcm.h | |
2357 | F: include/uapi/linux/can/raw.h | |
2358 | F: include/uapi/linux/can/gw.h | |
e2d1d6c0 | 2359 | |
4261a204 | 2360 | CAN NETWORK DRIVERS |
8b58be88 | 2361 | M: Wolfgang Grandegger <[email protected]> |
ec78213a | 2362 | M: Marc Kleine-Budde <[email protected]> |
1caa60b6 | 2363 | L: [email protected] |
ec78213a | 2364 | W: http://gitorious.org/linux-can |
870482a4 MKB |
2365 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git |
2366 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git | |
4261a204 | 2367 | S: Maintained |
8d15d386 OH |
2368 | F: drivers/net/can/ |
2369 | F: include/linux/can/dev.h | |
8d15d386 | 2370 | F: include/linux/can/platform/ |
c117ab84 CEB |
2371 | F: include/uapi/linux/can/error.h |
2372 | F: include/uapi/linux/can/netlink.h | |
4261a204 | 2373 | |
95d16c72 JM |
2374 | CAPABILITIES |
2375 | M: Serge Hallyn <[email protected]> | |
2376 | L: [email protected] | |
6305902c | 2377 | S: Supported |
95d16c72 | 2378 | F: include/linux/capability.h |
c117ab84 | 2379 | F: include/uapi/linux/capability.h |
95d16c72 | 2380 | F: security/capability.c |
6305902c | 2381 | F: security/commoncap.c |
38a94118 | 2382 | F: kernel/capability.c |
95d16c72 | 2383 | |
ef0bbac3 VB |
2384 | CC2520 IEEE-802.15.4 RADIO DRIVER |
2385 | M: Varka Bhadram <[email protected]> | |
2386 | L: [email protected] | |
2387 | S: Maintained | |
2388 | F: drivers/net/ieee802154/cc2520.c | |
2389 | F: include/linux/spi/cc2520.h | |
2390 | F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt | |
2391 | ||
b8154542 | 2392 | CELL BROADBAND ENGINE ARCHITECTURE |
8b58be88 | 2393 | M: Arnd Bergmann <[email protected]> |
a4724ed6 SR |
2394 | L: [email protected] |
2395 | L: [email protected] | |
b8154542 AB |
2396 | W: http://www.ibm.com/developerworks/power/cell/ |
2397 | S: Supported | |
679655da | 2398 | F: arch/powerpc/include/asm/cell*.h |
679655da | 2399 | F: arch/powerpc/include/asm/spu*.h |
c117ab84 | 2400 | F: arch/powerpc/include/uapi/asm/spu*.h |
679655da JP |
2401 | F: arch/powerpc/oprofile/*cell* |
2402 | F: arch/powerpc/platforms/cell/ | |
b8154542 | 2403 | |
9030aaf9 | 2404 | CEPH DISTRIBUTED FILE SYSTEM CLIENT |
09d90327 | 2405 | M: Sage Weil <[email protected]> |
82593f87 | 2406 | L: [email protected] |
09d90327 | 2407 | W: http://ceph.com/ |
fb99f881 | 2408 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
9030aaf9 SW |
2409 | S: Supported |
2410 | F: Documentation/filesystems/ceph.txt | |
14430813 JP |
2411 | F: fs/ceph/ |
2412 | F: net/ceph/ | |
2413 | F: include/linux/ceph/ | |
2414 | F: include/linux/crush/ | |
9030aaf9 | 2415 | |
18332a80 | 2416 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
18332a80 | 2417 | L: [email protected] |
10c6c9c9 | 2418 | S: Orphan |
679655da JP |
2419 | F: Documentation/usb/WUSB-Design-overview.txt |
2420 | F: Documentation/usb/wusb-cbaf | |
355ffe69 DV |
2421 | F: drivers/usb/host/hwa-hc.c |
2422 | F: drivers/usb/host/whci/ | |
679655da JP |
2423 | F: drivers/usb/wusbcore/ |
2424 | F: include/linux/usb/wusb* | |
18332a80 | 2425 | |
70e84049 | 2426 | CFAG12864B LCD DRIVER |
8b58be88 | 2427 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2428 | W: http://miguelojeda.es/auxdisplay.htm |
2429 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2430 | S: Maintained |
679655da JP |
2431 | F: drivers/auxdisplay/cfag12864b.c |
2432 | F: include/linux/cfag12864b.h | |
70e84049 MOS |
2433 | |
2434 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
8b58be88 | 2435 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2436 | W: http://miguelojeda.es/auxdisplay.htm |
2437 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2438 | S: Maintained |
679655da JP |
2439 | F: drivers/auxdisplay/cfag12864bfb.c |
2440 | F: include/linux/cfag12864b.h | |
70e84049 | 2441 | |
704232c2 | 2442 | CFG80211 and NL80211 |
8b58be88 | 2443 | M: Johannes Berg <[email protected]> |
704232c2 | 2444 | L: [email protected] |
ce466579 JB |
2445 | W: http://wireless.kernel.org/ |
2446 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
2447 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
704232c2 | 2448 | S: Maintained |
c117ab84 | 2449 | F: include/uapi/linux/nl80211.h |
679655da JP |
2450 | F: include/net/cfg80211.h |
2451 | F: net/wireless/* | |
2452 | X: net/wireless/wext* | |
704232c2 | 2453 | |
46e64261 GKH |
2454 | CHAR and MISC DRIVERS |
2455 | M: Arnd Bergmann <[email protected]> | |
879a5a00 | 2456 | M: Greg Kroah-Hartman <[email protected]> |
46e64261 | 2457 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
879a5a00 | 2458 | S: Supported |
46e64261 GKH |
2459 | F: drivers/char/* |
2460 | F: drivers/misc/* | |
471322a8 | 2461 | F: include/linux/miscdevice.h |
46e64261 | 2462 | |
0a920b5b | 2463 | CHECKPATCH |
8b58be88 | 2464 | M: Andy Whitcroft <[email protected]> |
10d83f07 JP |
2465 | M: Joe Perches <[email protected]> |
2466 | S: Maintained | |
679655da | 2467 | F: scripts/checkpatch.pl |
0a920b5b | 2468 | |
f8407f26 HW |
2469 | CHINESE DOCUMENTATION |
2470 | M: Harry Wei <[email protected]> | |
9740153c | 2471 | L: [email protected] (subscribers-only) |
f8407f26 HW |
2472 | L: [email protected] (moderated for non-subscribers) |
2473 | S: Maintained | |
2474 | F: Documentation/zh_CN/ | |
2475 | ||
2721ea2c | 2476 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
eee52f9e | 2477 | M: Peter Chen <[email protected]> |
cea8321c | 2478 | T: git git://github.com/hzpeterchen/linux-usb.git |
2721ea2c AS |
2479 | L: [email protected] |
2480 | S: Maintained | |
2481 | F: drivers/usb/chipidea/ | |
2482 | ||
ab043105 OJ |
2483 | CHROME HARDWARE PLATFORM SUPPORT |
2484 | M: Olof Johansson <[email protected]> | |
2485 | S: Maintained | |
2486 | F: drivers/platform/chrome/ | |
2487 | ||
641cb85e | 2488 | CISCO VIC ETHERNET NIC DRIVER |
2360d2e8 | 2489 | M: Christian Benvenuti <[email protected]> |
001e1c1d | 2490 | M: Sujith Sankar <[email protected]> |
c327e8f4 | 2491 | M: Govindarajulu Varadarajan <[email protected]> |
5c6652f5 | 2492 | M: Neel Patel <[email protected]> |
7063fbf2 | 2493 | S: Supported |
a6a5580c | 2494 | F: drivers/net/ethernet/cisco/enic/ |
7063fbf2 | 2495 | |
e3cf00d0 | 2496 | CISCO VIC LOW LATENCY NIC DRIVER |
b75f0050 JP |
2497 | M: Upinder Malhi <[email protected]> |
2498 | S: Supported | |
2499 | F: drivers/infiniband/hw/usnic | |
e3cf00d0 | 2500 | |
2b7a52a4 | 2501 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
5587912f | 2502 | M: Hartley Sweeten <[email protected]> |
2b7a52a4 LB |
2503 | L: [email protected] |
2504 | S: Maintained | |
57d0b7a0 | 2505 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
2b7a52a4 | 2506 | |
3d4cfdc9 MB |
2507 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
2508 | M: Brian Austin <[email protected]> | |
2509 | M: Paul Handrigan <[email protected]> | |
2510 | L: [email protected] (moderated for non-subscribers) | |
2511 | S: Maintained | |
2512 | F: sound/soc/codecs/cs* | |
2513 | ||
94574d9a KRW |
2514 | CLEANCACHE API |
2515 | M: Konrad Rzeszutek Wilk <[email protected]> | |
2516 | L: [email protected] | |
2517 | S: Maintained | |
2518 | F: mm/cleancache.c | |
2519 | F: include/linux/cleancache.h | |
2520 | ||
d4275354 | 2521 | CLK API |
8b58be88 | 2522 | M: Russell King <[email protected]> |
37417046 | 2523 | S: Maintained |
d4275354 RK |
2524 | F: include/linux/clk.h |
2525 | ||
9222d247 JS |
2526 | CLOCKSOURCE, CLOCKEVENT DRIVERS |
2527 | M: Daniel Lezcano <[email protected]> | |
2528 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 2529 | L: [email protected] |
9222d247 JS |
2530 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
2531 | S: Supported | |
2532 | F: drivers/clocksource | |
2533 | ||
5df6d737 | 2534 | CISCO FCOE HBA DRIVER |
8fc89a79 HP |
2535 | M: Hiral Patel <[email protected]> |
2536 | M: Suma Ramars <[email protected]> | |
d7e01dc6 | 2537 | M: Brian Uchino <[email protected]> |
5df6d737 AJ |
2538 | L: [email protected] |
2539 | S: Supported | |
2a99921a | 2540 | F: drivers/scsi/fnic/ |
5df6d737 | 2541 | |
529aa8cb TLSC |
2542 | CMPC ACPI DRIVER |
2543 | M: Thadeu Lima de Souza Cascardo <[email protected]> | |
2544 | M: Daniel Oliveira Nascimento <[email protected]> | |
d0944853 | 2545 | L: [email protected] |
529aa8cb TLSC |
2546 | S: Supported |
2547 | F: drivers/platform/x86/classmate-laptop.c | |
2548 | ||
74425eee | 2549 | COCCINELLE/Semantic Patches (SmPL) |
26de9c26 | 2550 | M: Julia Lawall <[email protected]> |
74425eee | 2551 | M: Gilles Muller <[email protected]> |
26de9c26 | 2552 | M: Nicolas Palix <[email protected]> |
c00b5110 | 2553 | M: Michal Marek <[email protected]> |
26de9c26 | 2554 | L: [email protected] (moderated for non-subscribers) |
c00b5110 | 2555 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
74425eee NP |
2556 | W: http://coccinelle.lip6.fr/ |
2557 | S: Supported | |
4b92b2aa | 2558 | F: Documentation/coccinelle.txt |
74425eee NP |
2559 | F: scripts/coccinelle/ |
2560 | F: scripts/coccicheck | |
2561 | ||
1da177e4 | 2562 | CODA FILE SYSTEM |
8b58be88 | 2563 | M: Jan Harkes <[email protected]> |
1da177e4 LT |
2564 | M: [email protected] |
2565 | L: [email protected] | |
2566 | W: http://www.coda.cs.cmu.edu/ | |
2567 | S: Maintained | |
679655da JP |
2568 | F: Documentation/filesystems/coda.txt |
2569 | F: fs/coda/ | |
2570 | F: include/linux/coda*.h | |
c117ab84 | 2571 | F: include/uapi/linux/coda*.h |
1da177e4 | 2572 | |
0b14261e PZ |
2573 | CODA V4L2 MEM2MEM DRIVER |
2574 | M: Philipp Zabel <[email protected]> | |
2575 | L: [email protected] | |
2576 | S: Maintained | |
2577 | F: Documentation/devicetree/bindings/media/coda.txt | |
2578 | F: drivers/media/platform/coda/ | |
2579 | ||
7704addb | 2580 | COMMON CLK FRAMEWORK |
7704addb | 2581 | M: Mike Turquette <[email protected]> |
f956165f | 2582 | M: Stephen Boyd <[email protected]> |
35c1983e | 2583 | L: [email protected] |
baeb0d9b | 2584 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git |
7704addb | 2585 | S: Maintained |
60bea3b5 SW |
2586 | F: drivers/clk/ |
2587 | X: drivers/clk/clkdev.c | |
7704addb | 2588 | F: include/linux/clk-pr* |
60bea3b5 | 2589 | F: include/linux/clk/ |
7704addb | 2590 | |
e2d1d6c0 | 2591 | COMMON INTERNET FILE SYSTEM (CIFS) |
8b58be88 | 2592 | M: Steve French <[email protected]> |
51223df6 | 2593 | L: [email protected] |
d1f28953 | 2594 | L: [email protected] (moderated for non-subscribers) |
e2d1d6c0 | 2595 | W: http://linux-cifs.samba.org/ |
bb1d5dda | 2596 | T: git git://git.samba.org/sfrench/cifs-2.6.git |
e2d1d6c0 | 2597 | S: Supported |
ec421a71 | 2598 | F: Documentation/filesystems/cifs/ |
679655da | 2599 | F: fs/cifs/ |
e2d1d6c0 | 2600 | |
1da177e4 | 2601 | COMPACTPCI HOTPLUG CORE |
8b58be88 | 2602 | M: Scott Murray <[email protected]> |
64dab204 | 2603 | L: [email protected] |
82c4dfc7 | 2604 | S: Maintained |
679655da | 2605 | F: drivers/pci/hotplug/cpci_hotplug* |
1da177e4 LT |
2606 | |
2607 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
8b58be88 | 2608 | M: Scott Murray <[email protected]> |
64dab204 | 2609 | L: [email protected] |
82c4dfc7 | 2610 | S: Maintained |
679655da | 2611 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
1da177e4 LT |
2612 | |
2613 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
8b58be88 | 2614 | M: Scott Murray <[email protected]> |
64dab204 | 2615 | L: [email protected] |
82c4dfc7 | 2616 | S: Maintained |
679655da | 2617 | F: drivers/pci/hotplug/cpcihp_generic.c |
1da177e4 | 2618 | |
5411552c | 2619 | COMPAL LAPTOP SUPPORT |
8b58be88 | 2620 | M: Cezary Jackiewicz <[email protected]> |
d0944853 | 2621 | L: [email protected] |
5411552c | 2622 | S: Maintained |
679655da | 2623 | F: drivers/platform/x86/compal-laptop.c |
5411552c | 2624 | |
949be0f7 | 2625 | CONEXANT ACCESSRUNNER USB DRIVER |
8b58be88 | 2626 | M: Simon Arlott <[email protected]> |
9ae5e3bc SA |
2627 | L: [email protected] |
2628 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 | 2629 | S: Maintained |
679655da | 2630 | F: drivers/usb/atm/cxacru.c |
949be0f7 | 2631 | |
e2d1d6c0 | 2632 | CONFIGFS |
d6351db2 JB |
2633 | M: Joel Becker <[email protected]> |
2634 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git | |
e2d1d6c0 | 2635 | S: Supported |
679655da JP |
2636 | F: fs/configfs/ |
2637 | F: include/linux/configfs.h | |
e2d1d6c0 | 2638 | |
acb9c1b2 | 2639 | CONNECTOR |
8b58be88 | 2640 | M: Evgeniy Polyakov <[email protected]> |
acb9c1b2 EP |
2641 | L: [email protected] |
2642 | S: Maintained | |
2643 | F: drivers/connector/ | |
2644 | ||
a3e3354d | 2645 | CONTROL GROUP (CGROUP) |
860ca0e6 | 2646 | M: Tejun Heo <[email protected]> |
ad50c159 | 2647 | M: Li Zefan <[email protected]> |
12340313 | 2648 | L: [email protected] |
860ca0e6 | 2649 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
fb3a0fb6 | 2650 | S: Maintained |
a3e3354d | 2651 | F: Documentation/cgroups/ |
679655da JP |
2652 | F: include/linux/cgroup* |
2653 | F: kernel/cgroup* | |
a3e3354d TH |
2654 | |
2655 | CONTROL GROUP - CPUSET | |
2656 | M: Li Zefan <[email protected]> | |
2657 | L: [email protected] | |
2658 | W: http://www.bullopensource.org/cpuset/ | |
2659 | W: http://oss.sgi.com/projects/cpusets/ | |
2660 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | |
2661 | S: Maintained | |
2662 | F: Documentation/cgroups/cpusets.txt | |
2663 | F: include/linux/cpuset.h | |
2664 | F: kernel/cpuset.c | |
2665 | ||
2666 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | |
2667 | M: Johannes Weiner <[email protected]> | |
2668 | M: Michal Hocko <[email protected]> | |
2669 | L: [email protected] | |
2670 | L: [email protected] | |
2671 | S: Maintained | |
2672 | F: mm/memcontrol.c | |
5d1ea48b | 2673 | F: mm/swap_cgroup.c |
fb3a0fb6 | 2674 | |
bebe4678 | 2675 | CORETEMP HARDWARE MONITORING DRIVER |
96859129 | 2676 | M: Fenghua Yu <[email protected]> |
bebe4678 RM |
2677 | L: [email protected] |
2678 | S: Maintained | |
679655da JP |
2679 | F: Documentation/hwmon/coretemp |
2680 | F: drivers/hwmon/coretemp.c | |
bebe4678 | 2681 | |
1da177e4 | 2682 | COSA/SRP SYNC SERIAL DRIVER |
8b58be88 | 2683 | M: Jan "Yenya" Kasprzak <[email protected]> |
1da177e4 LT |
2684 | W: http://www.fi.muni.cz/~kas/cosa/ |
2685 | S: Maintained | |
679655da | 2686 | F: drivers/net/wan/cosa* |
1da177e4 | 2687 | |
4371ee35 | 2688 | CPMAC ETHERNET DRIVER |
8b58be88 | 2689 | M: Florian Fainelli <[email protected]> |
4371ee35 FF |
2690 | L: [email protected] |
2691 | S: Maintained | |
b544dbac | 2692 | F: drivers/net/ethernet/ti/cpmac.c |
4371ee35 | 2693 | |
1da177e4 | 2694 | CPU FREQUENCY DRIVERS |
49db1903 | 2695 | M: Rafael J. Wysocki <[email protected]> |
45c009a9 | 2696 | M: Viresh Kumar <[email protected]> |
a6c072c7 | 2697 | L: [email protected] |
1da177e4 | 2698 | S: Maintained |
27209d91 VK |
2699 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
2700 | T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) | |
679655da JP |
2701 | F: drivers/cpufreq/ |
2702 | F: include/linux/cpufreq.h | |
1da177e4 | 2703 | |
8a67f0ef VK |
2704 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE |
2705 | M: Viresh Kumar <[email protected]> | |
171d0ba8 | 2706 | M: Sudeep Holla <[email protected]> |
8a67f0ef VK |
2707 | L: [email protected] |
2708 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | |
2709 | S: Maintained | |
2710 | F: drivers/cpufreq/arm_big_little.h | |
2711 | F: drivers/cpufreq/arm_big_little.c | |
2712 | F: drivers/cpufreq/arm_big_little_dt.c | |
2713 | ||
14d2c34c | 2714 | CPUIDLE DRIVER - ARM BIG LITTLE |
b75f0050 JP |
2715 | M: Lorenzo Pieralisi <[email protected]> |
2716 | M: Daniel Lezcano <[email protected]> | |
2717 | L: [email protected] | |
2718 | L: [email protected] | |
cea8321c | 2719 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
b75f0050 JP |
2720 | S: Maintained |
2721 | F: drivers/cpuidle/cpuidle-big_little.c | |
14d2c34c | 2722 | |
0c570c18 BZ |
2723 | CPUIDLE DRIVER - ARM EXYNOS |
2724 | M: Bartlomiej Zolnierkiewicz <[email protected]> | |
2725 | M: Daniel Lezcano <[email protected]> | |
2726 | M: Kukjin Kim <[email protected]> | |
2727 | L: [email protected] | |
2728 | L: [email protected] | |
2729 | S: Supported | |
2730 | F: drivers/cpuidle/cpuidle-exynos.c | |
2731 | F: arch/arm/mach-exynos/pm.c | |
2732 | ||
a8e39c35 | 2733 | CPUIDLE DRIVERS |
49db1903 | 2734 | M: Rafael J. Wysocki <[email protected]> |
a8e39c35 DL |
2735 | M: Daniel Lezcano <[email protected]> |
2736 | L: [email protected] | |
2737 | S: Maintained | |
cea8321c | 2738 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
a8e39c35 DL |
2739 | F: drivers/cpuidle/* |
2740 | F: include/linux/cpuidle.h | |
2741 | ||
1da177e4 | 2742 | CPUID/MSR DRIVER |
8b58be88 | 2743 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 2744 | S: Maintained |
679655da JP |
2745 | F: arch/x86/kernel/cpuid.c |
2746 | F: arch/x86/kernel/msr.c | |
1da177e4 | 2747 | |
7fe2f639 | 2748 | CPU POWER MONITORING SUBSYSTEM |
7fe2f639 | 2749 | M: Thomas Renninger <[email protected]> |
103f1790 | 2750 | L: [email protected] |
7fe2f639 | 2751 | S: Maintained |
14430813 | 2752 | F: tools/power/cpupower/ |
7fe2f639 | 2753 | |
1da177e4 | 2754 | CRAMFS FILESYSTEM |
ce00f85c | 2755 | W: http://sourceforge.net/projects/cramfs/ |
54886a71 | 2756 | S: Orphan / Obsolete |
679655da JP |
2757 | F: Documentation/filesystems/cramfs.txt |
2758 | F: fs/cramfs/ | |
1da177e4 LT |
2759 | |
2760 | CRIS PORT | |
8b58be88 JP |
2761 | M: Mikael Starvik <[email protected]> |
2762 | M: Jesper Nilsson <[email protected]> | |
9937ac0c | 2763 | L: [email protected] |
1da177e4 LT |
2764 | W: http://developer.axis.com |
2765 | S: Maintained | |
679655da | 2766 | F: arch/cris/ |
df621252 | 2767 | F: drivers/tty/serial/crisv10.* |
1da177e4 LT |
2768 | |
2769 | CRYPTO API | |
8b58be88 JP |
2770 | M: Herbert Xu <[email protected]> |
2771 | M: "David S. Miller" <[email protected]> | |
1da177e4 | 2772 | L: [email protected] |
54e5881d | 2773 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 | 2774 | S: Maintained |
679655da JP |
2775 | F: Documentation/crypto/ |
2776 | F: arch/*/crypto/ | |
2777 | F: crypto/ | |
2778 | F: drivers/crypto/ | |
2779 | F: include/crypto/ | |
1da177e4 | 2780 | |
5b07bd57 | 2781 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
8b58be88 | 2782 | M: Neil Horman <[email protected]> |
5b07bd57 NH |
2783 | L: [email protected] |
2784 | S: Maintained | |
51a2228a JP |
2785 | F: crypto/ansi_cprng.c |
2786 | F: crypto/rng.c | |
5b07bd57 | 2787 | |
9b4ffa48 | 2788 | CS5535 Audio ALSA driver |
8b58be88 | 2789 | M: Jaya Kumar <[email protected]> |
9b4ffa48 | 2790 | S: Maintained |
679655da | 2791 | F: sound/pci/cs5535audio/ |
9b4ffa48 | 2792 | |
a910e4a9 | 2793 | CW1200 WLAN driver |
b75f0050 JP |
2794 | M: Solomon Peachy <[email protected]> |
2795 | S: Maintained | |
2796 | F: drivers/net/wireless/cw1200/ | |
a910e4a9 | 2797 | |
6d8425b1 | 2798 | CX18 VIDEO4LINUX DRIVER |
6afdeaf8 | 2799 | M: Andy Walls <[email protected]> |
7b212edf | 2800 | L: [email protected] (subscribers-only) |
661263b5 | 2801 | L: [email protected] |
275ffde4 | 2802 | T: git git://linuxtv.org/media_tree.git |
6d8425b1 | 2803 | W: http://linuxtv.org |
30e10993 | 2804 | W: http://www.ivtvdriver.org/index.php/Cx18 |
6d8425b1 | 2805 | S: Maintained |
679655da | 2806 | F: Documentation/video4linux/cx18.txt |
90d72ac6 | 2807 | F: drivers/media/pci/cx18/ |
6c0f0359 | 2808 | F: include/uapi/linux/ivtv* |
6d8425b1 | 2809 | |
3f101d91 HV |
2810 | CX2341X MPEG ENCODER HELPER MODULE |
2811 | M: Hans Verkuil <[email protected]> | |
2812 | L: [email protected] | |
2813 | T: git git://linuxtv.org/media_tree.git | |
2814 | W: http://linuxtv.org | |
2815 | S: Maintained | |
c368360b | 2816 | F: drivers/media/common/cx2341x* |
3f101d91 HV |
2817 | F: include/media/cx2341x* |
2818 | ||
20357578 | 2819 | CX88 VIDEO4LINUX DRIVER |
009a5410 | 2820 | M: Mauro Carvalho Chehab <[email protected]> |
20357578 MCC |
2821 | L: [email protected] |
2822 | W: http://linuxtv.org | |
2823 | T: git git://linuxtv.org/media_tree.git | |
2824 | S: Odd fixes | |
2825 | F: Documentation/video4linux/cx88/ | |
2826 | F: drivers/media/pci/cx88/ | |
6d8425b1 | 2827 | |
91952bc0 AP |
2828 | CXD2820R MEDIA DRIVER |
2829 | M: Antti Palosaari <[email protected]> | |
2830 | L: [email protected] | |
2831 | W: http://linuxtv.org/ | |
2832 | W: http://palosaari.fi/linux/ | |
2833 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2834 | T: git git://linuxtv.org/anttip/media_tree.git | |
2835 | S: Maintained | |
2836 | F: drivers/media/dvb-frontends/cxd2820r* | |
6d8425b1 | 2837 | |
e5ec3789 | 2838 | CXGB3 ETHERNET DRIVER (CXGB3) |
cdc99239 | 2839 | M: Santosh Raspatur <[email protected]> |
e5ec3789 SW |
2840 | L: [email protected] |
2841 | W: http://www.chelsio.com | |
2842 | S: Supported | |
f7917c00 | 2843 | F: drivers/net/ethernet/chelsio/cxgb3/ |
e5ec3789 | 2844 | |
d8ae3c33 AB |
2845 | CXGB3 ISCSI DRIVER (CXGB3I) |
2846 | M: Karen Xie <[email protected]> | |
2847 | L: [email protected] | |
2848 | W: http://www.chelsio.com | |
2849 | S: Supported | |
2850 | F: drivers/scsi/cxgbi/cxgb3i | |
2851 | ||
e5ec3789 | 2852 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
8b58be88 | 2853 | M: Steve Wise <[email protected]> |
e6cc0fd1 | 2854 | L: [email protected] |
e5ec3789 SW |
2855 | W: http://www.openfabrics.org |
2856 | S: Supported | |
679655da | 2857 | F: drivers/infiniband/hw/cxgb3/ |
e5ec3789 | 2858 | |
be4c9bad | 2859 | CXGB4 ETHERNET DRIVER (CXGB4) |
56f16c74 | 2860 | M: Hariprasad S <[email protected]> |
be4c9bad RD |
2861 | L: [email protected] |
2862 | W: http://www.chelsio.com | |
2863 | S: Supported | |
f7917c00 | 2864 | F: drivers/net/ethernet/chelsio/cxgb4/ |
be4c9bad | 2865 | |
d8ae3c33 AB |
2866 | CXGB4 ISCSI DRIVER (CXGB4I) |
2867 | M: Karen Xie <[email protected]> | |
2868 | L: [email protected] | |
2869 | W: http://www.chelsio.com | |
2870 | S: Supported | |
2871 | F: drivers/scsi/cxgbi/cxgb4i | |
2872 | ||
be4c9bad RD |
2873 | CXGB4 IWARP RNIC DRIVER (IW_CXGB4) |
2874 | M: Steve Wise <[email protected]> | |
2875 | L: [email protected] | |
2876 | W: http://www.openfabrics.org | |
2877 | S: Supported | |
2878 | F: drivers/infiniband/hw/cxgb4/ | |
2879 | ||
5c20a5c7 CL |
2880 | CXGB4VF ETHERNET DRIVER (CXGB4VF) |
2881 | M: Casey Leedom <[email protected]> | |
2882 | L: [email protected] | |
2883 | W: http://www.chelsio.com | |
2884 | S: Supported | |
f7917c00 | 2885 | F: drivers/net/ethernet/chelsio/cxgb4vf/ |
5c20a5c7 | 2886 | |
a9282d01 IM |
2887 | CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER |
2888 | M: Ian Munsie <[email protected]> | |
2889 | M: Michael Neuling <[email protected]> | |
2890 | L: [email protected] | |
2891 | S: Supported | |
2892 | F: drivers/misc/cxl/ | |
2893 | F: include/misc/cxl.h | |
2894 | F: include/uapi/misc/cxl.h | |
2895 | F: Documentation/powerpc/cxl.txt | |
2896 | F: Documentation/powerpc/cxl.txt | |
2897 | F: Documentation/ABI/testing/sysfs-class-cxl | |
2898 | ||
b52b97a3 GC |
2899 | STMMAC ETHERNET DRIVER |
2900 | M: Giuseppe Cavallaro <[email protected]> | |
2901 | L: [email protected] | |
2902 | W: http://www.stlinux.com | |
2903 | S: Supported | |
7ac6653a | 2904 | F: drivers/net/ethernet/stmicro/stmmac/ |
b52b97a3 | 2905 | |
1da177e4 | 2906 | CYBERPRO FB DRIVER |
8b58be88 | 2907 | M: Russell King <[email protected]> |
efc03ecb | 2908 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
2909 | W: http://www.arm.linux.org.uk/ |
2910 | S: Maintained | |
8a61f013 | 2911 | F: drivers/video/fbdev/cyber2000fb.* |
9fa68eae | 2912 | |
1da177e4 | 2913 | CYCLADES ASYNC MUX DRIVER |
1da177e4 | 2914 | W: http://www.cyclades.com/ |
d459883e | 2915 | S: Orphan |
c897401b | 2916 | F: drivers/tty/cyclades.c |
679655da | 2917 | F: include/linux/cyclades.h |
c117ab84 | 2918 | F: include/uapi/linux/cyclades.h |
1da177e4 LT |
2919 | |
2920 | CYCLADES PC300 DRIVER | |
1da177e4 | 2921 | W: http://www.cyclades.com/ |
d459883e | 2922 | S: Orphan |
679655da | 2923 | F: drivers/net/wan/pc300* |
1da177e4 | 2924 | |
402f6ae4 AP |
2925 | CYPRESS_FIRMWARE MEDIA DRIVER |
2926 | M: Antti Palosaari <[email protected]> | |
2927 | L: [email protected] | |
2928 | W: http://linuxtv.org/ | |
2929 | W: http://palosaari.fi/linux/ | |
2930 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2931 | T: git git://linuxtv.org/anttip/media_tree.git | |
2932 | S: Maintained | |
2933 | F: drivers/media/common/cypress_firmware* | |
2934 | ||
e3ae3525 | 2935 | CYTTSP TOUCHSCREEN DRIVER |
be9a6f40 | 2936 | M: Ferruh Yigit <[email protected]> |
6305902c | 2937 | L: [email protected] |
be9a6f40 | 2938 | S: Supported |
6305902c JP |
2939 | F: drivers/input/touchscreen/cyttsp* |
2940 | F: include/linux/input/cyttsp.h | |
e3ae3525 | 2941 | |
1da177e4 | 2942 | DAMA SLAVE for AX.25 |
8b58be88 | 2943 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
2944 | W: http://yaina.de/jreuter/ |
2945 | W: http://www.qsl.net/dl1bke/ | |
2946 | L: [email protected] | |
2947 | S: Maintained | |
679655da JP |
2948 | F: net/ax25/af_ax25.c |
2949 | F: net/ax25/ax25_dev.c | |
2950 | F: net/ax25/ax25_ds_* | |
2951 | F: net/ax25/ax25_in.c | |
2952 | F: net/ax25/ax25_out.c | |
2953 | F: net/ax25/ax25_timer.c | |
2954 | F: net/ax25/sysctl_net_ax25.c | |
1da177e4 | 2955 | |
e2d1d6c0 | 2956 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
e2d1d6c0 | 2957 | L: [email protected] |
5ff77428 | 2958 | S: Orphan |
679655da | 2959 | F: Documentation/networking/dmfe.txt |
0f04e2aa | 2960 | F: drivers/net/ethernet/dec/tulip/dmfe.c |
e2d1d6c0 RD |
2961 | |
2962 | DC390/AM53C974 SCSI driver | |
71bd849d HR |
2963 | M: Hannes Reinecke <[email protected]> |
2964 | L: [email protected] | |
e2d1d6c0 | 2965 | S: Maintained |
71bd849d | 2966 | F: drivers/scsi/am53c974.c |
e2d1d6c0 | 2967 | |
1da177e4 | 2968 | DC395x SCSI driver |
61eee9a7 | 2969 | M: Oliver Neukum <[email protected]> |
8b58be88 JP |
2970 | M: Ali Akcaagac <[email protected]> |
2971 | M: Jamie Lenehan <[email protected]> | |
f5df5881 | 2972 | L: [email protected] |
cf015e9f JP |
2973 | W: http://twibble.org/dist/dc395x/ |
2974 | W: http://lists.twibble.org/mailman/listinfo/dc395x/ | |
1da177e4 | 2975 | S: Maintained |
679655da JP |
2976 | F: Documentation/scsi/dc395x.txt |
2977 | F: drivers/scsi/dc395x.* | |
1da177e4 | 2978 | |
eb8edb08 | 2979 | DCCP PROTOCOL |
a89d030e | 2980 | M: Gerrit Renker <[email protected]> |
eb8edb08 | 2981 | L: [email protected] |
c996d8b9 | 2982 | W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp |
eb8edb08 | 2983 | S: Maintained |
679655da | 2984 | F: include/linux/dccp.h |
c117ab84 | 2985 | F: include/uapi/linux/dccp.h |
679655da JP |
2986 | F: include/linux/tfrc.h |
2987 | F: net/dccp/ | |
eb8edb08 | 2988 | |
1da177e4 | 2989 | DECnet NETWORK LAYER |
1da177e4 LT |
2990 | W: http://linux-decnet.sourceforge.net |
2991 | L: [email protected] | |
f546444d | 2992 | S: Orphan |
679655da JP |
2993 | F: Documentation/networking/decnet.txt |
2994 | F: net/decnet/ | |
1da177e4 | 2995 | |
ebff05b9 MR |
2996 | DECSTATION PLATFORM SUPPORT |
2997 | M: "Maciej W. Rozycki" <[email protected]> | |
2998 | L: [email protected] | |
2999 | W: http://www.linux-mips.org/wiki/DECstation | |
3000 | S: Maintained | |
3001 | F: arch/mips/dec/ | |
3002 | F: arch/mips/include/asm/dec/ | |
3003 | F: arch/mips/include/asm/mach-dec/ | |
3004 | ||
1da177e4 | 3005 | DEFXX FDDI NETWORK DRIVER |
8b58be88 | 3006 | M: "Maciej W. Rozycki" <[email protected]> |
1da177e4 | 3007 | S: Maintained |
33f810b2 | 3008 | F: drivers/net/fddi/defxx.* |
1da177e4 | 3009 | |
ad8f07cc | 3010 | DELL LAPTOP DRIVER |
8b58be88 | 3011 | M: Matthew Garrett <[email protected]> |
d0944853 | 3012 | L: [email protected] |
ad8f07cc | 3013 | S: Maintained |
679655da | 3014 | F: drivers/platform/x86/dell-laptop.c |
ad8f07cc | 3015 | |
1da177e4 | 3016 | DELL LAPTOP SMM DRIVER |
a1406d87 | 3017 | M: Guenter Roeck <[email protected]> |
679655da | 3018 | F: drivers/char/i8k.c |
c117ab84 | 3019 | F: include/uapi/linux/i8k.h |
1da177e4 | 3020 | |
90563ec4 | 3021 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
8b58be88 | 3022 | M: Doug Warzecha <[email protected]> |
90563ec4 | 3023 | S: Maintained |
679655da JP |
3024 | F: Documentation/dcdbas.txt |
3025 | F: drivers/firmware/dcdbas.* | |
90563ec4 | 3026 | |
0b3f6109 | 3027 | DELL WMI EXTRAS DRIVER |
8b58be88 | 3028 | M: Matthew Garrett <[email protected]> |
0b3f6109 | 3029 | S: Maintained |
36b3a96f | 3030 | F: drivers/platform/x86/dell-wmi.c |
0b3f6109 | 3031 | |
5efc75e3 PZ |
3032 | DESIGNWARE USB2 DRD IP DRIVER |
3033 | M: Paul Zimmerman <[email protected]> | |
3034 | L: [email protected] | |
18f340f9 | 3035 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
5efc75e3 | 3036 | S: Maintained |
197ba5f4 | 3037 | F: drivers/usb/dwc2/ |
5efc75e3 | 3038 | |
94ab23dd FB |
3039 | DESIGNWARE USB3 DRD IP DRIVER |
3040 | M: Felipe Balbi <[email protected]> | |
3041 | L: [email protected] | |
3042 | L: [email protected] | |
3043 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
3044 | S: Maintained | |
3045 | F: drivers/usb/dwc3/ | |
3046 | ||
833c9545 JB |
3047 | DEVICE COREDUMP (DEV_COREDUMP) |
3048 | M: Johannes Berg <[email protected]> | |
3049 | L: [email protected] | |
3050 | S: Maintained | |
3051 | F: drivers/base/devcoredump.c | |
3052 | F: include/linux/devcoredump.h | |
3053 | ||
89d07767 KP |
3054 | DEVICE FREQUENCY (DEVFREQ) |
3055 | M: MyungJoo Ham <[email protected]> | |
3056 | M: Kyungmin Park <[email protected]> | |
88476d34 | 3057 | L: [email protected] |
89d07767 KP |
3058 | S: Maintained |
3059 | F: drivers/devfreq/ | |
3060 | ||
1da177e4 | 3061 | DEVICE NUMBER REGISTRY |
8b58be88 | 3062 | M: Torben Mathiasen <[email protected]> |
1da177e4 | 3063 | W: http://lanana.org/docs/device-list/index.html |
1da177e4 LT |
3064 | S: Maintained |
3065 | ||
e2d1d6c0 | 3066 | DEVICE-MAPPER (LVM) |
854ecaad | 3067 | M: Alasdair Kergon <[email protected]> |
8504eed3 | 3068 | M: Mike Snitzer <[email protected]> |
854ecaad | 3069 | M: [email protected] |
e2d1d6c0 RD |
3070 | L: [email protected] |
3071 | W: http://sources.redhat.com/dm | |
8a6e2535 | 3072 | Q: http://patchwork.kernel.org/project/dm-devel/list/ |
41d35d25 | 3073 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git |
854ecaad | 3074 | T: quilt http://people.redhat.com/agk/patches/linux/editing/ |
e2d1d6c0 | 3075 | S: Maintained |
679655da JP |
3076 | F: Documentation/device-mapper/ |
3077 | F: drivers/md/dm* | |
854ecaad | 3078 | F: drivers/md/persistent-data/ |
679655da JP |
3079 | F: include/linux/device-mapper.h |
3080 | F: include/linux/dm-*.h | |
8504eed3 | 3081 | F: include/uapi/linux/dm-*.h |
e2d1d6c0 | 3082 | |
c0d995aa OST |
3083 | DIALOG SEMICONDUCTOR DRIVERS |
3084 | M: Support Opensource <[email protected]> | |
3085 | W: http://www.dialog-semiconductor.com/products | |
3086 | S: Supported | |
3087 | F: Documentation/hwmon/da90?? | |
3088 | F: drivers/gpio/gpio-da90??.c | |
3089 | F: drivers/hwmon/da90??-hwmon.c | |
3090 | F: drivers/input/misc/da90??_onkey.c | |
3091 | F: drivers/input/touchscreen/da9052_tsi.c | |
3092 | F: drivers/leds/leds-da90??.c | |
3093 | F: drivers/mfd/da903x.c | |
3094 | F: drivers/mfd/da90??-*.c | |
3095 | F: drivers/power/da9052-battery.c | |
3096 | F: drivers/regulator/da903x.c | |
3097 | F: drivers/regulator/da9???-regulator.[ch] | |
3098 | F: drivers/rtc/rtc-da90??.c | |
3099 | F: drivers/video/backlight/da90??_bl.c | |
3100 | F: drivers/watchdog/da90??_wdt.c | |
3101 | F: include/linux/mfd/da903x.h | |
3102 | F: include/linux/mfd/da9052/ | |
3103 | F: include/linux/mfd/da9055/ | |
3104 | F: include/linux/mfd/da9063/ | |
3105 | F: include/sound/da[79]*.h | |
3106 | F: sound/soc/codecs/da[79]*.[ch] | |
3107 | ||
599aa697 LL |
3108 | DIGI NEO AND CLASSIC PCI PRODUCTS |
3109 | M: Lidza Louina <[email protected]> | |
542f3d5a | 3110 | M: Mark Hounschell <[email protected]> |
599aa697 LL |
3111 | L: [email protected] |
3112 | S: Maintained | |
3113 | F: drivers/staging/dgnc/ | |
3114 | ||
3115 | DIGI EPCA PCI PRODUCTS | |
3116 | M: Lidza Louina <[email protected]> | |
abeb935f | 3117 | M: Mark Hounschell <[email protected]> |
6d825f79 | 3118 | M: Daeseok Youn <[email protected]> |
599aa697 LL |
3119 | L: [email protected] |
3120 | S: Maintained | |
3121 | F: drivers/staging/dgap/ | |
3122 | ||
335d7c58 | 3123 | DIOLAN U2C-12 I2C DRIVER |
ca462085 | 3124 | M: Guenter Roeck <[email protected]> |
335d7c58 GR |
3125 | L: [email protected] |
3126 | S: Maintained | |
3127 | F: drivers/i2c/busses/i2c-diolan-u2c.c | |
3128 | ||
e7839f25 | 3129 | DIRECTORY NOTIFICATION (DNOTIFY) |
8b58be88 | 3130 | M: Eric Paris <[email protected]> |
3c5119c0 | 3131 | S: Maintained |
679655da JP |
3132 | F: Documentation/filesystems/dnotify.txt |
3133 | F: fs/notify/dnotify/ | |
3134 | F: include/linux/dnotify.h | |
1da177e4 LT |
3135 | |
3136 | DISK GEOMETRY AND PARTITION HANDLING | |
8b58be88 | 3137 | M: Andries Brouwer <[email protected]> |
1da177e4 LT |
3138 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
3139 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
3140 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
3141 | S: Maintained | |
3142 | ||
4480f15b | 3143 | DISKQUOTA |
8b58be88 | 3144 | M: Jan Kara <[email protected]> |
1da177e4 | 3145 | S: Maintained |
679655da JP |
3146 | F: Documentation/filesystems/quota.txt |
3147 | F: fs/quota/ | |
3148 | F: include/linux/quota*.h | |
c117ab84 | 3149 | F: include/uapi/linux/quota*.h |
1da177e4 | 3150 | |
702686ad BT |
3151 | DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) |
3152 | M: Bernie Thompson <[email protected]> | |
3153 | L: [email protected] | |
3154 | S: Maintained | |
3155 | W: http://plugable.com/category/projects/udlfb/ | |
8a61f013 | 3156 | F: drivers/video/fbdev/udlfb.c |
702686ad BT |
3157 | F: include/video/udlfb.h |
3158 | F: Documentation/fb/udlfb.txt | |
3159 | ||
e7839f25 | 3160 | DISTRIBUTED LOCK MANAGER (DLM) |
8b58be88 JP |
3161 | M: Christine Caulfield <[email protected]> |
3162 | M: David Teigland <[email protected]> | |
a4644184 | 3163 | L: [email protected] |
5be7b50f | 3164 | W: http://sources.redhat.com/cluster/ |
54e5881d | 3165 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f | 3166 | S: Supported |
679655da | 3167 | F: fs/dlm/ |
5be7b50f | 3168 | |
53b6b3e0 SS |
3169 | DMA BUFFER SHARING FRAMEWORK |
3170 | M: Sumit Semwal <[email protected]> | |
3171 | S: Maintained | |
3172 | L: [email protected] | |
3173 | L: [email protected] | |
8ada6d2d | 3174 | L: [email protected] (moderated for non-subscribers) |
35fac7e3 | 3175 | F: drivers/dma-buf/ |
e46d12c6 JP |
3176 | F: include/linux/dma-buf* |
3177 | F: include/linux/reservation.h | |
3178 | F: include/linux/*fence.h | |
53b6b3e0 SS |
3179 | F: Documentation/dma-buf-sharing.txt |
3180 | T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | |
3181 | ||
b3e5f263 | 3182 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
4abed0af | 3183 | M: Vinod Koul <[email protected]> |
17b59560 VK |
3184 | L: [email protected] |
3185 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
08223d80 | 3186 | S: Maintained |
679655da | 3187 | F: drivers/dma/ |
0ce3c066 | 3188 | F: include/linux/dmaengine.h |
979a281e VK |
3189 | F: Documentation/dmaengine/ |
3190 | T: git git://git.infradead.org/users/vkoul/slave-dma.git | |
248a9dc3 | 3191 | |
b825037d | 3192 | DME1737 HARDWARE MONITOR DRIVER |
8b58be88 | 3193 | M: Juerg Haefliger <[email protected]> |
b825037d JH |
3194 | L: [email protected] |
3195 | S: Maintained | |
679655da JP |
3196 | F: Documentation/hwmon/dme1737 |
3197 | F: drivers/hwmon/dme1737.c | |
b825037d | 3198 | |
5b9c9bf6 | 3199 | DOCKING STATION DRIVER |
8b58be88 | 3200 | M: Shaohua Li <[email protected]> |
5b9c9bf6 | 3201 | L: [email protected] |
8b59a454 | 3202 | S: Supported |
679655da | 3203 | F: drivers/acpi/dock.c |
5b9c9bf6 | 3204 | |
7d2c86b5 | 3205 | DOCUMENTATION |
ad3118b9 | 3206 | M: Jonathan Corbet <[email protected]> |
795fb7e7 JD |
3207 | L: [email protected] |
3208 | S: Maintained | |
679655da | 3209 | F: Documentation/ |
97be078b RD |
3210 | X: Documentation/ABI/ |
3211 | X: Documentation/devicetree/ | |
3212 | X: Documentation/[a-z][a-z]_[A-Z][A-Z]/ | |
abbaeff3 | 3213 | |
1da177e4 | 3214 | DOUBLETALK DRIVER |
8b58be88 | 3215 | M: "James R. Van Zandt" <[email protected]> |
1da177e4 LT |
3216 | L: [email protected] |
3217 | S: Maintained | |
679655da JP |
3218 | F: drivers/char/dtlk.c |
3219 | F: include/linux/dtlk.h | |
1da177e4 | 3220 | |
e2d1d6c0 | 3221 | DPT_I2O SCSI RAID DRIVER |
8b58be88 | 3222 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
3223 | L: [email protected] |
3224 | W: http://www.adaptec.com/ | |
3225 | S: Maintained | |
679655da JP |
3226 | F: drivers/scsi/dpt* |
3227 | F: drivers/scsi/dpt/ | |
e2d1d6c0 | 3228 | |
b411b363 | 3229 | DRBD DRIVER |
28b8e8d4 JP |
3230 | P: Philipp Reisner |
3231 | P: Lars Ellenberg | |
3232 | M: [email protected] | |
3233 | L: [email protected] | |
3234 | W: http://www.drbd.org | |
3235 | T: git git://git.drbd.org/linux-2.6-drbd.git drbd | |
3236 | T: git git://git.drbd.org/drbd-8.3.git | |
3237 | S: Supported | |
3238 | F: drivers/block/drbd/ | |
3239 | F: lib/lru_cache.c | |
3240 | F: Documentation/blockdev/drbd/ | |
b411b363 | 3241 | |
87544653 | 3242 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
879a5a00 | 3243 | M: Greg Kroah-Hartman <[email protected]> |
08deed1e | 3244 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
1da177e4 | 3245 | S: Supported |
679655da | 3246 | F: Documentation/kobject.txt |
7cfc51b9 | 3247 | F: drivers/base/ |
679655da | 3248 | F: fs/sysfs/ |
87544653 | 3249 | F: fs/debugfs/ |
679655da | 3250 | F: include/linux/kobj* |
87544653 | 3251 | F: include/linux/debugfs.h |
679655da | 3252 | F: lib/kobj* |
1da177e4 LT |
3253 | |
3254 | DRM DRIVERS | |
8b58be88 | 3255 | M: David Airlie <[email protected]> |
4c6a3999 | 3256 | L: [email protected] |
b0447888 | 3257 | T: git git://people.freedesktop.org/~airlied/linux |
1da177e4 | 3258 | S: Maintained |
679655da | 3259 | F: drivers/gpu/drm/ |
433e3b34 | 3260 | F: drivers/gpu/vga/ |
850e9411 | 3261 | F: include/drm/ |
c117ab84 | 3262 | F: include/uapi/drm/ |
1da177e4 | 3263 | |
566f5939 AD |
3264 | RADEON DRM DRIVERS |
3265 | M: Alex Deucher <[email protected]> | |
3266 | M: Christian König <[email protected]> | |
3267 | L: [email protected] | |
3268 | T: git git://people.freedesktop.org/~agd5f/linux | |
3269 | S: Supported | |
3270 | F: drivers/gpu/drm/radeon/ | |
566f5939 AD |
3271 | F: include/uapi/drm/radeon* |
3272 | ||
03e255b9 TR |
3273 | DRM PANEL DRIVERS |
3274 | M: Thierry Reding <[email protected]> | |
3275 | L: [email protected] | |
3276 | T: git git://anongit.freedesktop.org/tegra/linux.git | |
3277 | S: Maintained | |
3278 | F: drivers/gpu/drm/drm_panel.c | |
3279 | F: drivers/gpu/drm/panel/ | |
3280 | F: include/drm/drm_panel.h | |
3281 | F: Documentation/devicetree/bindings/panel/ | |
3282 | ||
8daf7473 | 3283 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
cbce7107 | 3284 | M: Daniel Vetter <[email protected]> |
47f95647 | 3285 | M: Jani Nikula <[email protected]> |
362132d2 | 3286 | L: [email protected] |
8daf7473 | 3287 | L: [email protected] |
47f95647 | 3288 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
89258a97 | 3289 | T: git git://anongit.freedesktop.org/drm-intel |
8daf7473 | 3290 | S: Supported |
14430813 | 3291 | F: drivers/gpu/drm/i915/ |
8daf7473 | 3292 | F: include/drm/i915* |
c117ab84 | 3293 | F: include/uapi/drm/i915* |
8daf7473 | 3294 | |
398a6d4a KP |
3295 | DRM DRIVERS FOR EXYNOS |
3296 | M: Inki Dae <[email protected]> | |
f1501303 ID |
3297 | M: Joonyoung Shim <[email protected]> |
3298 | M: Seung-Woo Kim <[email protected]> | |
3299 | M: Kyungmin Park <[email protected]> | |
398a6d4a | 3300 | L: [email protected] |
25a58030 | 3301 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
398a6d4a | 3302 | S: Supported |
14430813 | 3303 | F: drivers/gpu/drm/exynos/ |
398a6d4a | 3304 | F: include/drm/exynos* |
c117ab84 | 3305 | F: include/uapi/drm/exynos* |
398a6d4a | 3306 | |
0a3d775f PZ |
3307 | DRM DRIVERS FOR FREESCALE IMX |
3308 | M: Philipp Zabel <[email protected]> | |
3309 | L: [email protected] | |
3310 | S: Maintained | |
3311 | F: drivers/gpu/drm/imx/ | |
3312 | F: Documentation/devicetree/bindings/drm/imx/ | |
3313 | ||
bd3b49f2 | 3314 | DRM DRIVERS FOR NVIDIA TEGRA |
a5ad7a63 TR |
3315 | M: Thierry Reding <[email protected]> |
3316 | M: Terje Bergström <[email protected]> | |
bd3b49f2 TR |
3317 | L: [email protected] |
3318 | L: [email protected] | |
a5ad7a63 | 3319 | T: git git://anongit.freedesktop.org/tegra/linux.git |
adabdb0c | 3320 | S: Supported |
dee8268f | 3321 | F: drivers/gpu/drm/tegra/ |
a5ad7a63 | 3322 | F: drivers/gpu/host1x/ |
e1e90644 | 3323 | F: include/linux/host1x.h |
a5ad7a63 | 3324 | F: include/uapi/drm/tegra_drm.h |
bd3b49f2 TR |
3325 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
3326 | ||
a284e9d1 LP |
3327 | DRM DRIVERS FOR RENESAS |
3328 | M: Laurent Pinchart <[email protected]> | |
3329 | L: [email protected] | |
3330 | L: [email protected] | |
3331 | T: git git://people.freedesktop.org/~airlied/linux | |
3332 | S: Supported | |
3333 | F: drivers/gpu/drm/rcar-du/ | |
3334 | F: drivers/gpu/drm/shmobile/ | |
3335 | F: include/linux/platform_data/rcar-du.h | |
3336 | F: include/linux/platform_data/shmob_drm.h | |
3337 | ||
598df1ac AK |
3338 | DSBR100 USB FM RADIO DRIVER |
3339 | M: Alexey Klimov <[email protected]> | |
3340 | L: [email protected] | |
3341 | T: git git://linuxtv.org/media_tree.git | |
3342 | S: Maintained | |
3343 | F: drivers/media/radio/dsbr100.c | |
3344 | ||
1da177e4 | 3345 | DSCC4 DRIVER |
8b58be88 | 3346 | M: Francois Romieu <[email protected]> |
01f20734 | 3347 | L: [email protected] |
1da177e4 | 3348 | S: Maintained |
679655da | 3349 | F: drivers/net/wan/dscc4.c |
1da177e4 | 3350 | |
91952bc0 AP |
3351 | DVB_USB_AF9015 MEDIA DRIVER |
3352 | M: Antti Palosaari <[email protected]> | |
3353 | L: [email protected] | |
3354 | W: http://linuxtv.org/ | |
3355 | W: http://palosaari.fi/linux/ | |
3356 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3357 | T: git git://linuxtv.org/anttip/media_tree.git | |
3358 | S: Maintained | |
3359 | F: drivers/media/usb/dvb-usb-v2/af9015* | |
3360 | ||
3361 | DVB_USB_AF9035 MEDIA DRIVER | |
3362 | M: Antti Palosaari <[email protected]> | |
3363 | L: [email protected] | |
3364 | W: http://linuxtv.org/ | |
3365 | W: http://palosaari.fi/linux/ | |
3366 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3367 | T: git git://linuxtv.org/anttip/media_tree.git | |
3368 | S: Maintained | |
3369 | F: drivers/media/usb/dvb-usb-v2/af9035* | |
3370 | ||
3371 | DVB_USB_ANYSEE MEDIA DRIVER | |
3372 | M: Antti Palosaari <[email protected]> | |
3373 | L: [email protected] | |
3374 | W: http://linuxtv.org/ | |
3375 | W: http://palosaari.fi/linux/ | |
3376 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3377 | T: git git://linuxtv.org/anttip/media_tree.git | |
3378 | S: Maintained | |
3379 | F: drivers/media/usb/dvb-usb-v2/anysee* | |
3380 | ||
3381 | DVB_USB_AU6610 MEDIA DRIVER | |
3382 | M: Antti Palosaari <[email protected]> | |
3383 | L: [email protected] | |
3384 | W: http://linuxtv.org/ | |
3385 | W: http://palosaari.fi/linux/ | |
3386 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3387 | T: git git://linuxtv.org/anttip/media_tree.git | |
3388 | S: Maintained | |
3389 | F: drivers/media/usb/dvb-usb-v2/au6610* | |
3390 | ||
3391 | DVB_USB_CE6230 MEDIA DRIVER | |
3392 | M: Antti Palosaari <[email protected]> | |
3393 | L: [email protected] | |
3394 | W: http://linuxtv.org/ | |
3395 | W: http://palosaari.fi/linux/ | |
3396 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3397 | T: git git://linuxtv.org/anttip/media_tree.git | |
3398 | S: Maintained | |
3399 | F: drivers/media/usb/dvb-usb-v2/ce6230* | |
3400 | ||
d099dea2 MK |
3401 | DVB_USB_CXUSB MEDIA DRIVER |
3402 | M: Michael Krufky <[email protected]> | |
3403 | L: [email protected] | |
3404 | W: http://linuxtv.org/ | |
3405 | W: http://github.com/mkrufky | |
3406 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3407 | T: git git://linuxtv.org/media_tree.git | |
3408 | S: Maintained | |
9819da66 | 3409 | F: drivers/media/usb/dvb-usb/cxusb* |
d099dea2 | 3410 | |
91952bc0 | 3411 | DVB_USB_EC168 MEDIA DRIVER |
91952bc0 AP |
3412 | M: Antti Palosaari <[email protected]> |
3413 | L: [email protected] | |
3414 | W: http://linuxtv.org/ | |
3415 | W: http://palosaari.fi/linux/ | |
3416 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3417 | T: git git://linuxtv.org/anttip/media_tree.git | |
3418 | S: Maintained | |
91952bc0 | 3419 | F: drivers/media/usb/dvb-usb-v2/ec168* |
91952bc0 | 3420 | |
5560983b | 3421 | DVB_USB_GL861 MEDIA DRIVER |
91952bc0 AP |
3422 | M: Antti Palosaari <[email protected]> |
3423 | L: [email protected] | |
3424 | W: http://linuxtv.org/ | |
91952bc0 AP |
3425 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
3426 | T: git git://linuxtv.org/anttip/media_tree.git | |
3427 | S: Maintained | |
5560983b | 3428 | F: drivers/media/usb/dvb-usb-v2/gl861* |
91952bc0 | 3429 | |
8856f5f2 MK |
3430 | DVB_USB_MXL111SF MEDIA DRIVER |
3431 | M: Michael Krufky <[email protected]> | |
3432 | L: [email protected] | |
3433 | W: http://linuxtv.org/ | |
3434 | W: http://github.com/mkrufky | |
3435 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3436 | T: git git://linuxtv.org/mkrufky/mxl111sf.git | |
3437 | S: Maintained | |
3438 | F: drivers/media/usb/dvb-usb-v2/mxl111sf* | |
3439 | ||
91952bc0 AP |
3440 | DVB_USB_RTL28XXU MEDIA DRIVER |
3441 | M: Antti Palosaari <[email protected]> | |
3442 | L: [email protected] | |
3443 | W: http://linuxtv.org/ | |
3444 | W: http://palosaari.fi/linux/ | |
3445 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3446 | T: git git://linuxtv.org/anttip/media_tree.git | |
3447 | S: Maintained | |
3448 | F: drivers/media/usb/dvb-usb-v2/rtl28xxu* | |
3449 | ||
3450 | DVB_USB_V2 MEDIA DRIVER | |
3451 | M: Antti Palosaari <[email protected]> | |
3452 | L: [email protected] | |
3453 | W: http://linuxtv.org/ | |
3454 | W: http://palosaari.fi/linux/ | |
3455 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3456 | T: git git://linuxtv.org/anttip/media_tree.git | |
3457 | S: Maintained | |
3458 | F: drivers/media/usb/dvb-usb-v2/dvb_usb* | |
3459 | F: drivers/media/usb/dvb-usb-v2/usb_urb.c | |
3460 | ||
ac0ac38f | 3461 | DYNAMIC DEBUG |
5c4a97d1 | 3462 | M: Jason Baron <[email protected]> |
ac0ac38f JB |
3463 | S: Maintained |
3464 | F: lib/dynamic_debug.c | |
3465 | F: include/linux/dynamic_debug.h | |
3466 | ||
789c7048 | 3467 | DZ DECSTATION DZ11 SERIAL DRIVER |
8b58be88 | 3468 | M: "Maciej W. Rozycki" <[email protected]> |
789c7048 | 3469 | S: Maintained |
df621252 | 3470 | F: drivers/tty/serial/dz.* |
789c7048 | 3471 | |
91952bc0 AP |
3472 | E4000 MEDIA DRIVER |
3473 | M: Antti Palosaari <[email protected]> | |
3474 | L: [email protected] | |
3475 | W: http://linuxtv.org/ | |
3476 | W: http://palosaari.fi/linux/ | |
3477 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3478 | T: git git://linuxtv.org/anttip/media_tree.git | |
3479 | S: Maintained | |
3480 | F: drivers/media/tuners/e4000* | |
3481 | ||
1da177e4 | 3482 | EATA ISA/EISA/PCI SCSI DRIVER |
8b58be88 | 3483 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
3484 | L: [email protected] |
3485 | S: Maintained | |
679655da | 3486 | F: drivers/scsi/eata.c |
1da177e4 | 3487 | |
91952bc0 AP |
3488 | EC100 MEDIA DRIVER |
3489 | M: Antti Palosaari <[email protected]> | |
3490 | L: [email protected] | |
3491 | W: http://linuxtv.org/ | |
3492 | W: http://palosaari.fi/linux/ | |
3493 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3494 | T: git git://linuxtv.org/anttip/media_tree.git | |
3495 | S: Maintained | |
3496 | F: drivers/media/dvb-frontends/ec100* | |
3497 | ||
237fead6 | 3498 | ECRYPT FILE SYSTEM |
0de9adf2 | 3499 | M: Tyler Hicks <[email protected]> |
a058bfbb | 3500 | L: [email protected] |
24a923e4 | 3501 | W: http://ecryptfs.org |
6dc7516e | 3502 | W: https://launchpad.net/ecryptfs |
237fead6 | 3503 | S: Supported |
679655da JP |
3504 | F: Documentation/filesystems/ecryptfs.txt |
3505 | F: fs/ecryptfs/ | |
237fead6 | 3506 | |
da9bb1d2 | 3507 | EDAC-CORE |
8b58be88 | 3508 | M: Doug Thompson <[email protected]> |
aa15aa0e | 3509 | M: Borislav Petkov <[email protected]> |
009a5410 | 3510 | M: Mauro Carvalho Chehab <[email protected]> |
91445c72 | 3511 | L: [email protected] |
0e438e3f | 3512 | W: bluesmoke.sourceforge.net |
8c2a6a40 | 3513 | S: Supported |
679655da | 3514 | F: Documentation/edac.txt |
91445c72 | 3515 | F: drivers/edac/ |
679655da | 3516 | F: include/linux/edac.h |
0e438e3f | 3517 | |
c476c23b | 3518 | EDAC-AMD64 |
8b58be88 | 3519 | M: Doug Thompson <[email protected]> |
487ba8e8 | 3520 | M: Borislav Petkov <[email protected]> |
91445c72 | 3521 | L: [email protected] |
c476c23b | 3522 | W: bluesmoke.sourceforge.net |
487ba8e8 | 3523 | S: Maintained |
c476c23b BP |
3524 | F: drivers/edac/amd64_edac* |
3525 | ||
836dae5d RR |
3526 | EDAC-CALXEDA |
3527 | M: Doug Thompson <[email protected]> | |
3528 | M: Robert Richter <[email protected]> | |
3529 | L: [email protected] | |
3530 | W: bluesmoke.sourceforge.net | |
3531 | S: Maintained | |
3532 | F: drivers/edac/highbank* | |
3533 | ||
f65aad41 RB |
3534 | EDAC-CAVIUM |
3535 | M: Ralf Baechle <[email protected]> | |
3536 | M: David Daney <[email protected]> | |
3537 | L: [email protected] | |
3538 | L: [email protected] | |
3539 | W: bluesmoke.sourceforge.net | |
3540 | S: Supported | |
3541 | F: drivers/edac/octeon_edac* | |
3542 | ||
0e438e3f | 3543 | EDAC-E752X |
8b58be88 JP |
3544 | M: Mark Gross <[email protected]> |
3545 | M: Doug Thompson <[email protected]> | |
91445c72 | 3546 | L: [email protected] |
0e438e3f DP |
3547 | W: bluesmoke.sourceforge.net |
3548 | S: Maintained | |
679655da | 3549 | F: drivers/edac/e752x_edac.c |
0e438e3f DP |
3550 | |
3551 | EDAC-E7XXX | |
8b58be88 | 3552 | M: Doug Thompson <[email protected]> |
91445c72 | 3553 | L: [email protected] |
0e438e3f DP |
3554 | W: bluesmoke.sourceforge.net |
3555 | S: Maintained | |
679655da | 3556 | F: drivers/edac/e7xxx_edac.c |
0e438e3f | 3557 | |
77c5f5d2 | 3558 | EDAC-GHES |
009a5410 | 3559 | M: Mauro Carvalho Chehab <[email protected]> |
77c5f5d2 MCC |
3560 | L: [email protected] |
3561 | W: bluesmoke.sourceforge.net | |
3562 | S: Maintained | |
2caa67a6 | 3563 | F: drivers/edac/ghes_edac.c |
77c5f5d2 | 3564 | |
6bc78404 | 3565 | EDAC-I82443BXGX |
8b58be88 | 3566 | M: Tim Small <[email protected]> |
91445c72 | 3567 | L: [email protected] |
6bc78404 DT |
3568 | W: bluesmoke.sourceforge.net |
3569 | S: Maintained | |
679655da | 3570 | F: drivers/edac/i82443bxgx_edac.c |
6bc78404 DT |
3571 | |
3572 | EDAC-I3000 | |
8b58be88 | 3573 | M: Jason Uhlenkott <[email protected]> |
91445c72 | 3574 | L: [email protected] |
6bc78404 DT |
3575 | W: bluesmoke.sourceforge.net |
3576 | S: Maintained | |
679655da | 3577 | F: drivers/edac/i3000_edac.c |
6bc78404 DT |
3578 | |
3579 | EDAC-I5000 | |
8b58be88 | 3580 | M: Doug Thompson <[email protected]> |
91445c72 | 3581 | L: [email protected] |
ba9a5918 DT |
3582 | W: bluesmoke.sourceforge.net |
3583 | S: Maintained | |
679655da | 3584 | F: drivers/edac/i5000_edac.c |
ba9a5918 | 3585 | |
44c12cb2 | 3586 | EDAC-I5400 |
009a5410 | 3587 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 | 3588 | L: [email protected] |
44c12cb2 MCC |
3589 | W: bluesmoke.sourceforge.net |
3590 | S: Maintained | |
679655da | 3591 | F: drivers/edac/i5400_edac.c |
44c12cb2 | 3592 | |
3c9c92b6 | 3593 | EDAC-I7300 |
009a5410 | 3594 | M: Mauro Carvalho Chehab <[email protected]> |
3c9c92b6 MCC |
3595 | L: [email protected] |
3596 | W: bluesmoke.sourceforge.net | |
3597 | S: Maintained | |
3598 | F: drivers/edac/i7300_edac.c | |
3599 | ||
67c89316 | 3600 | EDAC-I7CORE |
009a5410 | 3601 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 MCC |
3602 | L: [email protected] |
3603 | W: bluesmoke.sourceforge.net | |
3604 | S: Maintained | |
70aff0ce | 3605 | F: drivers/edac/i7core_edac.c |
67c89316 | 3606 | |
ba9a5918 | 3607 | EDAC-I82975X |
8b58be88 | 3608 | M: Ranganathan Desikan <[email protected]> |
25527885 | 3609 | M: "Arvind R." <[email protected]> |
91445c72 | 3610 | L: [email protected] |
ba9a5918 DT |
3611 | W: bluesmoke.sourceforge.net |
3612 | S: Maintained | |
679655da | 3613 | F: drivers/edac/i82975x_edac.c |
ba9a5918 | 3614 | |
791b4706 JB |
3615 | EDAC-IE31200 |
3616 | M: Jason Baron <[email protected]> | |
3617 | L: [email protected] | |
3618 | W: bluesmoke.sourceforge.net | |
3619 | S: Maintained | |
3620 | F: drivers/edac/ie31200_edac.c | |
3621 | ||
ccdfb979 JT |
3622 | EDAC-MPC85XX |
3623 | M: Johannes Thumshirn <[email protected]> | |
3624 | L: [email protected] | |
3625 | W: bluesmoke.sourceforge.net | |
3626 | S: Maintained | |
3627 | F: drivers/edac/mpc85xx_edac.[ch] | |
3628 | ||
ba9a5918 | 3629 | EDAC-PASEMI |
8b58be88 | 3630 | M: Egor Martovetsky <[email protected]> |
91445c72 | 3631 | L: [email protected] |
6bc78404 DT |
3632 | W: bluesmoke.sourceforge.net |
3633 | S: Maintained | |
679655da | 3634 | F: drivers/edac/pasemi_edac.c |
6bc78404 | 3635 | |
0e438e3f | 3636 | EDAC-R82600 |
8b58be88 | 3637 | M: Tim Small <[email protected]> |
91445c72 | 3638 | L: [email protected] |
0e438e3f DP |
3639 | W: bluesmoke.sourceforge.net |
3640 | S: Maintained | |
679655da | 3641 | F: drivers/edac/r82600_edac.c |
da9bb1d2 | 3642 | |
4d096ca7 | 3643 | EDAC-SBRIDGE |
009a5410 | 3644 | M: Mauro Carvalho Chehab <[email protected]> |
4d096ca7 MCC |
3645 | L: [email protected] |
3646 | W: bluesmoke.sourceforge.net | |
3647 | S: Maintained | |
3648 | F: drivers/edac/sb_edac.c | |
3649 | ||
af39917d CL |
3650 | EDIROL UA-101/UA-1000 DRIVER |
3651 | M: Clemens Ladisch <[email protected]> | |
3652 | L: [email protected] (moderated for non-subscribers) | |
3653 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3654 | S: Maintained | |
3655 | F: sound/usb/misc/ua101.c | |
3656 | ||
1f7df953 MF |
3657 | EXTENSIBLE FIRMWARE INTERFACE (EFI) |
3658 | M: Matt Fleming <[email protected]> | |
3659 | L: [email protected] | |
78bef24e | 3660 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git |
1f7df953 | 3661 | S: Maintained |
fb2efb5c | 3662 | F: Documentation/efi-stub.txt |
1f7df953 MF |
3663 | F: arch/ia64/kernel/efi.c |
3664 | F: arch/x86/boot/compressed/eboot.[ch] | |
3665 | F: arch/x86/include/asm/efi.h | |
3666 | F: arch/x86/platform/efi/* | |
a9499fa7 | 3667 | F: drivers/firmware/efi/* |
1f7df953 MF |
3668 | F: include/linux/efi*.h |
3669 | ||
d68772b7 MF |
3670 | EFI VARIABLE FILESYSTEM |
3671 | M: Matthew Garrett <[email protected]> | |
3672 | M: Jeremy Kerr <[email protected]> | |
3673 | M: Matt Fleming <[email protected]> | |
3674 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | |
3675 | L: [email protected] | |
3676 | S: Maintained | |
3677 | F: fs/efivarfs/ | |
3678 | ||
85a00d9b PJ |
3679 | EFIFB FRAMEBUFFER DRIVER |
3680 | L: [email protected] | |
3681 | M: Peter Jones <[email protected]> | |
3682 | S: Maintained | |
8a61f013 | 3683 | F: drivers/video/fbdev/efifb.c |
85a00d9b | 3684 | |
0bee8d28 JT |
3685 | EFS FILESYSTEM |
3686 | W: http://aeschi.ch.eu.org/efs/ | |
3687 | S: Orphan | |
679655da | 3688 | F: fs/efs/ |
0bee8d28 | 3689 | |
4480f15b | 3690 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
8b58be88 JP |
3691 | M: Hoang-Nam Nguyen <[email protected]> |
3692 | M: Christoph Raisch <[email protected]> | |
e6cc0fd1 | 3693 | L: [email protected] |
fab97220 | 3694 | S: Supported |
679655da | 3695 | F: drivers/infiniband/hw/ehca/ |
fab97220 | 3696 | |
aa8a9e25 | 3697 | EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER |
34b1901a | 3698 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
aa8a9e25 BL |
3699 | L: [email protected] |
3700 | S: Maintained | |
9aa32835 | 3701 | F: drivers/net/ethernet/ibm/ehea/ |
aa8a9e25 | 3702 | |
f0319efe | 3703 | EM28XX VIDEO4LINUX DRIVER |
009a5410 | 3704 | M: Mauro Carvalho Chehab <[email protected]> |
f0319efe MCC |
3705 | L: [email protected] |
3706 | W: http://linuxtv.org | |
3707 | T: git git://linuxtv.org/media_tree.git | |
3708 | S: Maintained | |
3709 | F: drivers/media/usb/em28xx/ | |
3710 | ||
3e3a7d66 | 3711 | EMBEDDED LINUX |
8b58be88 JP |
3712 | M: Paul Gortmaker <[email protected]> |
3713 | M: Matt Mackall <[email protected]> | |
3714 | M: David Woodhouse <[email protected]> | |
3e3a7d66 DW |
3715 | L: [email protected] |
3716 | S: Maintained | |
3717 | ||
3a1c1d44 | 3718 | EMULEX LPFC FC SCSI DRIVER |
8b58be88 | 3719 | M: James Smart <[email protected]> |
ce00f85c JC |
3720 | L: [email protected] |
3721 | W: http://sourceforge.net/projects/lpfcxxxx | |
3722 | S: Supported | |
679655da | 3723 | F: drivers/scsi/lpfc/ |
3a1c1d44 | 3724 | |
5f5bac82 | 3725 | ENE CB710 FLASH CARD READER DRIVER |
8b58be88 | 3726 | M: Michał Mirosław <[email protected]> |
5f5bac82 MM |
3727 | S: Maintained |
3728 | F: drivers/misc/cb710/ | |
3729 | F: drivers/mmc/host/cb710-mmc.* | |
3730 | F: include/linux/cb710.h | |
3731 | ||
931e39a1 ML |
3732 | ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER |
3733 | M: Maxim Levitsky <[email protected]> | |
3734 | S: Maintained | |
2a837449 | 3735 | F: drivers/media/rc/ene_ir.* |
931e39a1 | 3736 | |
ec207dcc GS |
3737 | ENHANCED ERROR HANDLING (EEH) |
3738 | M: Gavin Shan <[email protected]> | |
3739 | L: [email protected] | |
3740 | S: Supported | |
3741 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | |
3742 | F: arch/powerpc/kernel/eeh*.c | |
3743 | ||
d5ca9006 | 3744 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
8b58be88 | 3745 | M: Kristoffer Ericson <[email protected]> |
d5ca9006 | 3746 | S: Maintained |
084bad91 | 3747 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
8a61f013 | 3748 | F: drivers/video/fbdev/s1d13xxxfb.c |
679655da | 3749 | F: include/video/s1d13xxxfb.h |
d5ca9006 | 3750 | |
38df6492 ME |
3751 | ET131X NETWORK DRIVER |
3752 | M: Mark Einon <[email protected]> | |
3753 | S: Odd Fixes | |
3754 | F: drivers/net/ethernet/agere/ | |
3755 | ||
1da177e4 | 3756 | ETHERNET BRIDGE |
adbbf69d | 3757 | M: Stephen Hemminger <[email protected]> |
f318a63b | 3758 | L: [email protected] |
4c325313 | 3759 | L: [email protected] |
c996d8b9 | 3760 | W: http://www.linuxfoundation.org/en/Net:Bridge |
1da177e4 | 3761 | S: Maintained |
679655da JP |
3762 | F: include/linux/netfilter_bridge/ |
3763 | F: net/bridge/ | |
1da177e4 | 3764 | |
22f08ad9 FF |
3765 | ETHERNET PHY LIBRARY |
3766 | M: Florian Fainelli <[email protected]> | |
3767 | L: [email protected] | |
3768 | S: Maintained | |
3769 | F: include/linux/phy.h | |
3770 | F: include/linux/phy_fixed.h | |
3771 | F: drivers/net/phy/ | |
3772 | F: Documentation/networking/phy.txt | |
3773 | F: drivers/of/of_mdio.c | |
3774 | F: drivers/of/of_net.c | |
3775 | ||
1da177e4 | 3776 | EXT2 FILE SYSTEM |
01971952 | 3777 | M: Jan Kara <[email protected]> |
72be2ccf | 3778 | L: [email protected] |
1da177e4 | 3779 | S: Maintained |
679655da JP |
3780 | F: Documentation/filesystems/ext2.txt |
3781 | F: fs/ext2/ | |
3782 | F: include/linux/ext2* | |
1da177e4 LT |
3783 | |
3784 | EXT3 FILE SYSTEM | |
01971952 | 3785 | M: Jan Kara <[email protected]> |
8b58be88 | 3786 | M: Andrew Morton <[email protected]> |
3c373a5f | 3787 | M: Andreas Dilger <[email protected]> |
72be2ccf EM |
3788 | L: [email protected] |
3789 | S: Maintained | |
679655da JP |
3790 | F: Documentation/filesystems/ext3.txt |
3791 | F: fs/ext3/ | |
72be2ccf EM |
3792 | |
3793 | EXT4 FILE SYSTEM | |
8b58be88 | 3794 | M: "Theodore Ts'o" <[email protected]> |
3c373a5f | 3795 | M: Andreas Dilger <[email protected]> |
72be2ccf | 3796 | L: [email protected] |
08a225f1 | 3797 | W: http://ext4.wiki.kernel.org |
8a6e2535 | 3798 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ |
1da177e4 | 3799 | S: Maintained |
679655da JP |
3800 | F: Documentation/filesystems/ext4.txt |
3801 | F: fs/ext4/ | |
1da177e4 | 3802 | |
c5532b09 | 3803 | Extended Verification Module (EVM) |
74dd744f MZ |
3804 | M: Mimi Zohar <[email protected]> |
3805 | L: [email protected] | |
3806 | L: [email protected] | |
c5532b09 MZ |
3807 | S: Supported |
3808 | F: security/integrity/evm/ | |
3809 | ||
df6b3cfe MH |
3810 | EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) |
3811 | M: MyungJoo Ham <[email protected]> | |
3812 | M: Chanwoo Choi <[email protected]> | |
3813 | L: [email protected] | |
81df63a9 | 3814 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git |
df6b3cfe MH |
3815 | S: Maintained |
3816 | F: drivers/extcon/ | |
3817 | F: Documentation/extcon/ | |
3818 | ||
e2a75c44 JH |
3819 | EXYNOS DP DRIVER |
3820 | M: Jingoo Han <[email protected]> | |
3821 | L: [email protected] | |
3822 | S: Maintained | |
3823 | F: drivers/gpu/drm/exynos/exynos_dp* | |
3824 | ||
33ad3912 DL |
3825 | EXYNOS MIPI DISPLAY DRIVERS |
3826 | M: Inki Dae <[email protected]> | |
3827 | M: Donghwa Lee <[email protected]> | |
3828 | M: Kyungmin Park <[email protected]> | |
3829 | L: [email protected] | |
3830 | S: Maintained | |
8a61f013 | 3831 | F: drivers/video/fbdev/exynos/exynos_mipi* |
33ad3912 DL |
3832 | F: include/video/exynos_mipi* |
3833 | ||
e53004e2 | 3834 | F71805F HARDWARE MONITORING DRIVER |
7c81c60f | 3835 | M: Jean Delvare <[email protected]> |
e53004e2 JD |
3836 | L: [email protected] |
3837 | S: Maintained | |
679655da JP |
3838 | F: Documentation/hwmon/f71805f |
3839 | F: drivers/hwmon/f71805f.c | |
e53004e2 | 3840 | |
eea977ed MB |
3841 | FC0011 TUNER DRIVER |
3842 | M: Michael Buesch <[email protected]> | |
3843 | L: [email protected] | |
3844 | S: Maintained | |
ccae7af2 MCC |
3845 | F: drivers/media/tuners/fc0011.h |
3846 | F: drivers/media/tuners/fc0011.c | |
eea977ed | 3847 | |
91952bc0 AP |
3848 | FC2580 MEDIA DRIVER |
3849 | M: Antti Palosaari <[email protected]> | |
3850 | L: [email protected] | |
3851 | W: http://linuxtv.org/ | |
3852 | W: http://palosaari.fi/linux/ | |
3853 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3854 | T: git git://linuxtv.org/anttip/media_tree.git | |
3855 | S: Maintained | |
3856 | F: drivers/media/tuners/fc2580* | |
eea977ed | 3857 | |
88b2dbdb EP |
3858 | FANOTIFY |
3859 | M: Eric Paris <[email protected]> | |
3860 | S: Maintained | |
3861 | F: fs/notify/fanotify/ | |
3862 | F: include/linux/fanotify.h | |
c117ab84 | 3863 | F: include/uapi/linux/fanotify.h |
88b2dbdb | 3864 | |
1da177e4 | 3865 | FARSYNC SYNCHRONOUS DRIVER |
8b58be88 | 3866 | M: Kevin Curtis <[email protected]> |
1da177e4 LT |
3867 | W: http://www.farsite.co.uk/ |
3868 | S: Supported | |
679655da | 3869 | F: drivers/net/wan/farsync.* |
1da177e4 | 3870 | |
c5408b88 | 3871 | FAULT INJECTION SUPPORT |
8b58be88 | 3872 | M: Akinobu Mita <[email protected]> |
c5408b88 | 3873 | S: Supported |
679655da JP |
3874 | F: Documentation/fault-injection/ |
3875 | F: lib/fault-inject.c | |
c5408b88 | 3876 | |
cae727db RL |
3877 | FCOE SUBSYSTEM (libfc, libfcoe, fcoe) |
3878 | M: Robert Love <[email protected]> | |
f4aaea6d | 3879 | L: [email protected] |
cae727db RL |
3880 | W: www.Open-FCoE.org |
3881 | S: Supported | |
3882 | F: drivers/scsi/libfc/ | |
3883 | F: drivers/scsi/fcoe/ | |
3884 | F: include/scsi/fc/ | |
3885 | F: include/scsi/libfc.h | |
3886 | F: include/scsi/libfcoe.h | |
c117ab84 | 3887 | F: include/uapi/scsi/fc/ |
cae727db | 3888 | |
e2d1d6c0 | 3889 | FILE LOCKING (flock() and fcntl()/lockf()) |
8c836fa8 | 3890 | M: Jeff Layton <[email protected]> |
18156e7e | 3891 | M: J. Bruce Fields <[email protected]> |
e2d1d6c0 | 3892 | L: [email protected] |
1da177e4 | 3893 | S: Maintained |
679655da JP |
3894 | F: include/linux/fcntl.h |
3895 | F: include/linux/fs.h | |
c117ab84 CEB |
3896 | F: include/uapi/linux/fcntl.h |
3897 | F: include/uapi/linux/fs.h | |
679655da JP |
3898 | F: fs/fcntl.c |
3899 | F: fs/locks.c | |
1da177e4 | 3900 | |
e2d1d6c0 | 3901 | FILESYSTEMS (VFS and infrastructure) |
8b58be88 | 3902 | M: Alexander Viro <[email protected]> |
e2d1d6c0 | 3903 | L: [email protected] |
173acc7c | 3904 | S: Maintained |
679655da | 3905 | F: fs/* |
173acc7c | 3906 | |
b26e0ed4 | 3907 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
05576a1e | 3908 | M: Riku Voipio <[email protected]> |
b26e0ed4 RV |
3909 | L: [email protected] |
3910 | S: Maintained | |
d5ca6918 JP |
3911 | F: drivers/hwmon/f75375s.c |
3912 | F: include/linux/f75375s.h | |
b26e0ed4 | 3913 | |
a331b0c3 CL |
3914 | FIREWIRE AUDIO DRIVERS |
3915 | M: Clemens Ladisch <[email protected]> | |
3916 | L: [email protected] (moderated for non-subscribers) | |
3917 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3918 | S: Maintained | |
3919 | F: sound/firewire/ | |
3920 | ||
eb86ec51 SR |
3921 | FIREWIRE MEDIA DRIVERS (firedtv) |
3922 | M: Stefan Richter <[email protected]> | |
3923 | L: [email protected] | |
3924 | L: [email protected] | |
3925 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | |
3926 | S: Maintained | |
3927 | F: drivers/media/firewire/ | |
3928 | ||
a511ce33 CB |
3929 | FIREWIRE SBP-2 TARGET |
3930 | M: Chris Boot <[email protected]> | |
3931 | L: [email protected] | |
3932 | L: [email protected] | |
3933 | L: [email protected] | |
3934 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master | |
3935 | S: Maintained | |
3936 | F: drivers/target/sbp/ | |
3937 | ||
7d2c86b5 | 3938 | FIREWIRE SUBSYSTEM |
8b58be88 | 3939 | M: Stefan Richter <[email protected]> |
e2d1d6c0 | 3940 | L: [email protected] |
958a29cb | 3941 | W: http://ieee1394.wiki.kernel.org/ |
2ca526bf | 3942 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git |
e2d1d6c0 | 3943 | S: Maintained |
679655da | 3944 | F: drivers/firewire/ |
8f06ce3b SR |
3945 | F: include/linux/firewire.h |
3946 | F: include/uapi/linux/firewire*.h | |
9f6d3c4b | 3947 | F: tools/firewire/ |
e2d1d6c0 RD |
3948 | |
3949 | FIRMWARE LOADER (request_firmware) | |
39e68089 ML |
3950 | M: Ming Lei <[email protected]> |
3951 | L: [email protected] | |
3952 | S: Maintained | |
679655da JP |
3953 | F: Documentation/firmware_class/ |
3954 | F: drivers/base/firmware*.c | |
3955 | F: include/linux/firmware.h | |
e2d1d6c0 | 3956 | |
f730e3dc | 3957 | FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card) |
9bb3c446 PK |
3958 | M: Joshua Morris <[email protected]> |
3959 | M: Philip Kelleher <[email protected]> | |
3960 | S: Maintained | |
3961 | F: drivers/block/rsxx/ | |
3962 | ||
8206f664 JK |
3963 | FLOPPY DRIVER |
3964 | M: Jiri Kosina <[email protected]> | |
3965 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | |
3966 | S: Odd fixes | |
3967 | F: drivers/block/floppy.c | |
3968 | ||
9c9f32ed AR |
3969 | FMC SUBSYSTEM |
3970 | M: Alessandro Rubini <[email protected]> | |
3971 | W: http://www.ohwr.org/projects/fmc-bus | |
3972 | S: Supported | |
3973 | F: drivers/fmc/ | |
3974 | F: include/linux/fmc*.h | |
3975 | F: include/linux/ipmi-fru.h | |
3976 | K: fmc_d.*register | |
3977 | ||
e2d1d6c0 | 3978 | FPU EMULATOR |
8b58be88 | 3979 | M: Bill Metzenthen <[email protected]> |
e769980f | 3980 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
e2d1d6c0 | 3981 | S: Maintained |
679655da | 3982 | F: arch/x86/math-emu/ |
e2d1d6c0 RD |
3983 | |
3984 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
e2d1d6c0 | 3985 | L: [email protected] |
c173bfac | 3986 | S: Orphan |
679655da JP |
3987 | F: drivers/net/wan/dlci.c |
3988 | F: drivers/net/wan/sdla.c | |
e2d1d6c0 RD |
3989 | |
3990 | FRAMEBUFFER LAYER | |
5489e948 JCPV |
3991 | M: Jean-Christophe Plagniol-Villard <[email protected]> |
3992 | M: Tomi Valkeinen <[email protected]> | |
c69f677c | 3993 | L: [email protected] |
e2d1d6c0 | 3994 | W: http://linux-fbdev.sourceforge.net/ |
b22fe37b | 3995 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
5489e948 | 3996 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git |
56be1416 | 3997 | S: Maintained |
679655da | 3998 | F: Documentation/fb/ |
d958c62c | 3999 | F: Documentation/devicetree/bindings/fb/ |
b22fe37b PM |
4000 | F: drivers/video/ |
4001 | F: include/video/ | |
679655da | 4002 | F: include/linux/fb.h |
c117ab84 CEB |
4003 | F: include/uapi/video/ |
4004 | F: include/uapi/linux/fb.h | |
e2d1d6c0 | 4005 | |
a57c188e | 4006 | FREESCALE DIU FRAMEBUFFER DRIVER |
c4ef9bc4 | 4007 | M: Timur Tabi <[email protected]> |
a57c188e | 4008 | L: [email protected] |
c4ef9bc4 | 4009 | S: Maintained |
8a61f013 | 4010 | F: drivers/video/fbdev/fsl-diu-fb.* |
a57c188e | 4011 | |
e2d1d6c0 | 4012 | FREESCALE DMA DRIVER |
8b58be88 JP |
4013 | M: Li Yang <[email protected]> |
4014 | M: Zhang Wei <[email protected]> | |
a4724ed6 | 4015 | L: [email protected] |
e2d1d6c0 | 4016 | S: Maintained |
679655da | 4017 | F: drivers/dma/fsldma.* |
e2d1d6c0 RD |
4018 | |
4019 | FREESCALE I2C CPM DRIVER | |
8b58be88 | 4020 | M: Jochen Friedrich <[email protected]> |
a4724ed6 | 4021 | L: [email protected] |
846557d3 | 4022 | L: [email protected] |
0d2b405a | 4023 | S: Maintained |
679655da | 4024 | F: drivers/i2c/busses/i2c-cpm.c |
0d2b405a | 4025 | |
60e8c5ab | 4026 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
8b58be88 | 4027 | M: Sascha Hauer <[email protected]> |
c69f677c | 4028 | L: [email protected] |
efc03ecb | 4029 | L: [email protected] (moderated for non-subscribers) |
60e8c5ab | 4030 | S: Maintained |
bad985a1 | 4031 | F: include/linux/platform_data/video-imxfb.h |
8a61f013 | 4032 | F: drivers/video/fbdev/imxfb.c |
60e8c5ab | 4033 | |
4689a6b1 | 4034 | FREESCALE SOC FS_ENET DRIVER |
8b58be88 JP |
4035 | M: Pantelis Antoniou <[email protected]> |
4036 | M: Vitaly Bordug <[email protected]> | |
a4724ed6 | 4037 | L: [email protected] |
4689a6b1 PA |
4038 | L: [email protected] |
4039 | S: Maintained | |
ec21e2ec | 4040 | F: drivers/net/ethernet/freescale/fs_enet/ |
679655da | 4041 | F: include/linux/fs_enet_pd.h |
4689a6b1 | 4042 | |
d9e9d82c | 4043 | FREESCALE QUICC ENGINE LIBRARY |
a4724ed6 | 4044 | L: [email protected] |
c4ef9bc4 | 4045 | S: Orphan |
679655da JP |
4046 | F: arch/powerpc/sysdev/qe_lib/ |
4047 | F: arch/powerpc/include/asm/*qe.h | |
d9e9d82c | 4048 | |
b55ef929 | 4049 | FREESCALE USB PERIPHERAL DRIVERS |
8b58be88 | 4050 | M: Li Yang <[email protected]> |
6372594a | 4051 | L: [email protected] |
a4724ed6 | 4052 | L: [email protected] |
a7205b30 | 4053 | S: Maintained |
faf2e1db | 4054 | F: drivers/usb/gadget/udc/fsl* |
a7205b30 | 4055 | |
beaf53bf | 4056 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
8b58be88 | 4057 | M: Li Yang <[email protected]> |
beaf53bf | 4058 | L: [email protected] |
a4724ed6 | 4059 | L: [email protected] |
beaf53bf | 4060 | S: Maintained |
ec21e2ec | 4061 | F: drivers/net/ethernet/freescale/ucc_geth* |
beaf53bf | 4062 | |
d9e9d82c | 4063 | FREESCALE QUICC ENGINE UCC UART DRIVER |
c4ef9bc4 | 4064 | M: Timur Tabi <[email protected]> |
a4724ed6 | 4065 | L: [email protected] |
c4ef9bc4 | 4066 | S: Maintained |
df621252 | 4067 | F: drivers/tty/serial/ucc_uart.c |
d9e9d82c TT |
4068 | |
4069 | FREESCALE SOC SOUND DRIVERS | |
c4ef9bc4 | 4070 | M: Timur Tabi <[email protected]> |
dc85950a | 4071 | M: Nicolin Chen <[email protected]> |
b4b98297 | 4072 | M: Xiubo Li <[email protected]> |
93711660 | 4073 | L: [email protected] (moderated for non-subscribers) |
a4724ed6 | 4074 | L: [email protected] |
c4ef9bc4 | 4075 | S: Maintained |
69aefcea | 4076 | F: sound/soc/fsl/fsl* |
dc85950a | 4077 | F: sound/soc/fsl/imx* |
69aefcea | 4078 | F: sound/soc/fsl/mpc8610_hpcd.c |
d9e9d82c | 4079 | |
1da177e4 | 4080 | FREEVXFS FILESYSTEM |
8b58be88 | 4081 | M: Christoph Hellwig <[email protected]> |
1da177e4 LT |
4082 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
4083 | S: Maintained | |
679655da | 4084 | F: fs/freevxfs/ |
1da177e4 | 4085 | |
71038f52 | 4086 | FREEZER |
49db1903 | 4087 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 4088 | M: Pavel Machek <[email protected]> |
bf1c138e | 4089 | L: [email protected] |
71038f52 | 4090 | S: Supported |
679655da JP |
4091 | F: Documentation/power/freezing-of-tasks.txt |
4092 | F: include/linux/freezer.h | |
4093 | F: kernel/freezer.c | |
71038f52 | 4094 | |
839a1f79 KRW |
4095 | FRONTSWAP API |
4096 | M: Konrad Rzeszutek Wilk <[email protected]> | |
4097 | L: [email protected] | |
4098 | S: Maintained | |
4099 | F: mm/frontswap.c | |
4100 | F: include/linux/frontswap.h | |
4101 | ||
a5432f5a | 4102 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
8b58be88 | 4103 | M: David Howells <[email protected]> |
a5432f5a DH |
4104 | L: [email protected] |
4105 | S: Supported | |
4106 | F: Documentation/filesystems/caching/ | |
4107 | F: fs/fscache/ | |
4108 | F: include/linux/fscache*.h | |
4109 | ||
f58ad8f5 | 4110 | F2FS FILE SYSTEM |
9b29d481 | 4111 | M: Jaegeuk Kim <[email protected]> |
f6238a72 | 4112 | M: Changman Lee <[email protected]> |
f58ad8f5 JK |
4113 | L: [email protected] |
4114 | W: http://en.wikipedia.org/wiki/F2FS | |
4115 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git | |
4116 | S: Maintained | |
4117 | F: Documentation/filesystems/f2fs.txt | |
3bac380c | 4118 | F: Documentation/ABI/testing/sysfs-fs-f2fs |
f58ad8f5 JK |
4119 | F: fs/f2fs/ |
4120 | F: include/linux/f2fs_fs.h | |
4121 | ||
5ab7ffea | 4122 | FUJITSU FR-V (FRV) PORT |
8b58be88 | 4123 | M: David Howells <[email protected]> |
1da177e4 | 4124 | S: Maintained |
679655da | 4125 | F: arch/frv/ |
1da177e4 | 4126 | |
20b93734 | 4127 | FUJITSU LAPTOP EXTRAS |
409a3e98 | 4128 | M: Jonathan Woithe <[email protected]> |
d0944853 | 4129 | L: [email protected] |
20b93734 | 4130 | S: Maintained |
679655da | 4131 | F: drivers/platform/x86/fujitsu-laptop.c |
20b93734 | 4132 | |
4da621b6 HK |
4133 | FUJITSU M-5MO LS CAMERA ISP DRIVER |
4134 | M: Kyungmin Park <[email protected]> | |
4135 | M: Heungjun Kim <[email protected]> | |
4136 | L: [email protected] | |
4137 | S: Maintained | |
90d72ac6 | 4138 | F: drivers/media/i2c/m5mols/ |
4da621b6 HK |
4139 | F: include/media/m5mols.h |
4140 | ||
2d24c490 RG |
4141 | FUJITSU TABLET EXTRAS |
4142 | M: Robert Gerlach <[email protected]> | |
4143 | L: [email protected] | |
4144 | S: Maintained | |
4145 | F: drivers/platform/x86/fujitsu-tablet.c | |
4146 | ||
04578f17 | 4147 | FUSE: FILESYSTEM IN USERSPACE |
8b58be88 | 4148 | M: Miklos Szeredi <[email protected]> |
04578f17 MS |
4149 | L: [email protected] |
4150 | W: http://fuse.sourceforge.net/ | |
4151 | S: Maintained | |
679655da | 4152 | F: fs/fuse/ |
c117ab84 | 4153 | F: include/uapi/linux/fuse.h |
04578f17 | 4154 | |
1da177e4 | 4155 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
8b58be88 | 4156 | M: Rik Faith <[email protected]> |
1da177e4 | 4157 | L: [email protected] |
baaea1dc | 4158 | S: Odd Fixes (e.g., new signatures) |
679655da | 4159 | F: drivers/scsi/fdomain.* |
1da177e4 | 4160 | |
d8e2162c PO |
4161 | GCOV BASED KERNEL PROFILING |
4162 | M: Peter Oberparleiter <[email protected]> | |
4163 | S: Maintained | |
4164 | F: kernel/gcov/ | |
4165 | F: Documentation/gcov.txt | |
4166 | ||
1da177e4 | 4167 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
8b58be88 | 4168 | M: Achim Leubner <[email protected]> |
1da177e4 LT |
4169 | L: [email protected] |
4170 | W: http://www.icp-vortex.com/ | |
4171 | S: Supported | |
679655da | 4172 | F: drivers/scsi/gdt* |
1da177e4 | 4173 | |
3169a1c7 HV |
4174 | GEMTEK FM RADIO RECEIVER DRIVER |
4175 | M: Hans Verkuil <[email protected]> | |
4176 | L: [email protected] | |
4177 | T: git git://linuxtv.org/media_tree.git | |
4178 | W: http://linuxtv.org | |
4179 | S: Maintained | |
4180 | F: drivers/media/radio/radio-gemtek* | |
4181 | ||
1c23af90 | 4182 | GENERIC GPIO I2C DRIVER |
880b0e26 | 4183 | M: Haavard Skinnemoen <[email protected]> |
1c23af90 | 4184 | S: Supported |
679655da JP |
4185 | F: drivers/i2c/busses/i2c-gpio.c |
4186 | F: include/linux/i2c-gpio.h | |
1c23af90 | 4187 | |
92ed1a76 PK |
4188 | GENERIC GPIO I2C MULTIPLEXER DRIVER |
4189 | M: Peter Korsgaard <[email protected]> | |
4190 | L: [email protected] | |
4191 | S: Supported | |
e7065e20 JD |
4192 | F: drivers/i2c/muxes/i2c-mux-gpio.c |
4193 | F: include/linux/i2c-mux-gpio.h | |
4194 | F: Documentation/i2c/muxes/i2c-mux-gpio | |
92ed1a76 | 4195 | |
9251ce95 | 4196 | GENERIC HDLC (WAN) DRIVERS |
8b58be88 | 4197 | M: Krzysztof Halasa <[email protected]> |
1da177e4 LT |
4198 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
4199 | S: Maintained | |
679655da JP |
4200 | F: drivers/net/wan/c101.c |
4201 | F: drivers/net/wan/hd6457* | |
4202 | F: drivers/net/wan/hdlc* | |
4203 | F: drivers/net/wan/n2.c | |
4204 | F: drivers/net/wan/pc300too.c | |
4205 | F: drivers/net/wan/pci200syn.c | |
4206 | F: drivers/net/wan/wanxl* | |
1da177e4 | 4207 | |
1527aab6 | 4208 | GENERIC INCLUDE/ASM HEADER FILES |
8b58be88 | 4209 | M: Arnd Bergmann <[email protected]> |
1527aab6 AB |
4210 | L: [email protected] |
4211 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | |
4212 | S: Maintained | |
14430813 JP |
4213 | F: include/asm-generic/ |
4214 | F: include/uapi/asm-generic/ | |
1527aab6 | 4215 | |
ff764963 KVA |
4216 | GENERIC PHY FRAMEWORK |
4217 | M: Kishon Vijay Abraham I <[email protected]> | |
4218 | L: [email protected] | |
4219 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git | |
4220 | S: Supported | |
4221 | F: drivers/phy/ | |
4222 | F: include/linux/phy/ | |
4223 | ||
ccb86a69 | 4224 | GENERIC UIO DRIVER FOR PCI DEVICES |
bda2562c | 4225 | M: "Michael S. Tsirkin" <[email protected]> |
ccb86a69 | 4226 | L: [email protected] |
ccb86a69 MT |
4227 | S: Supported |
4228 | F: drivers/uio/uio_pci_generic.c | |
4229 | ||
f8f1ec73 JP |
4230 | GET_MAINTAINER SCRIPT |
4231 | M: Joe Perches <[email protected]> | |
4232 | S: Maintained | |
4233 | F: scripts/get_maintainer.pl | |
4234 | ||
5be7b50f | 4235 | GFS2 FILE SYSTEM |
8b58be88 | 4236 | M: Steven Whitehouse <[email protected]> |
a4644184 | 4237 | L: [email protected] |
5be7b50f | 4238 | W: http://sources.redhat.com/cluster/ |
08deed1e JP |
4239 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git |
4240 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git | |
5be7b50f | 4241 | S: Supported |
679655da JP |
4242 | F: Documentation/filesystems/gfs2*.txt |
4243 | F: fs/gfs2/ | |
c117ab84 | 4244 | F: include/uapi/linux/gfs2_ondisk.h |
5be7b50f | 4245 | |
0a34eb8f | 4246 | GIGASET ISDN DRIVERS |
8b58be88 JP |
4247 | M: Hansjoerg Lipp <[email protected]> |
4248 | M: Tilman Schmidt <[email protected]> | |
0a34eb8f HL |
4249 | L: [email protected] |
4250 | W: http://gigaset307x.sourceforge.net/ | |
4251 | S: Maintained | |
679655da JP |
4252 | F: Documentation/isdn/README.gigaset |
4253 | F: drivers/isdn/gigaset/ | |
c117ab84 | 4254 | F: include/uapi/linux/gigaset_dev.h |
0a34eb8f | 4255 | |
7eea35fe JP |
4256 | GO7007 MPEG CODEC |
4257 | M: Hans Verkuil <[email protected]> | |
4258 | L: [email protected] | |
4259 | S: Maintained | |
4260 | F: drivers/media/usb/go7007/ | |
4261 | ||
ca96ea86 BN |
4262 | GOODIX TOUCHSCREEN |
4263 | M: Bastien Nocera <[email protected]> | |
4264 | L: [email protected] | |
4265 | S: Maintained | |
4266 | F: drivers/input/touchscreen/goodix.c | |
4267 | ||
a0dc00b4 | 4268 | GPIO SUBSYSTEM |
e4651a9f | 4269 | M: Linus Walleij <[email protected]> |
f2fa75cd | 4270 | M: Alexandre Courbot <[email protected]> |
d15b7179 | 4271 | L: [email protected] |
f2fa75cd LW |
4272 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
4273 | S: Maintained | |
4274 | F: Documentation/gpio/ | |
a0dc00b4 | 4275 | F: drivers/gpio/ |
bdc6e95e AC |
4276 | F: include/linux/gpio/ |
4277 | F: include/linux/gpio.h | |
9b692346 | 4278 | F: include/asm-generic/gpio.h |
a0dc00b4 | 4279 | |
71a6d0af HW |
4280 | GRE DEMULTIPLEXER DRIVER |
4281 | M: Dmitry Kozlov <[email protected]> | |
4282 | L: [email protected] | |
4283 | S: Maintained | |
11c26770 JP |
4284 | F: net/ipv4/gre_demux.c |
4285 | F: net/ipv4/gre_offload.c | |
71a6d0af HW |
4286 | F: include/net/gre.h |
4287 | ||
d4c41139 KG |
4288 | GRETH 10/100/1G Ethernet MAC device driver |
4289 | M: Kristoffer Glembo <[email protected]> | |
4290 | L: [email protected] | |
4291 | S: Maintained | |
a31a96ad | 4292 | F: drivers/net/ethernet/aeroflex/ |
d4c41139 | 4293 | |
e8deeae2 | 4294 | GSPCA FINEPIX SUBDRIVER |
8b58be88 | 4295 | M: Frank Zago <[email protected]> |
661263b5 | 4296 | L: [email protected] |
275ffde4 | 4297 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4298 | S: Maintained |
0c0d06ca | 4299 | F: drivers/media/usb/gspca/finepix.c |
e8deeae2 | 4300 | |
4b3fa3c4 OL |
4301 | GSPCA GL860 SUBDRIVER |
4302 | M: Olivier Lorin <[email protected]> | |
4303 | L: [email protected] | |
275ffde4 | 4304 | T: git git://linuxtv.org/media_tree.git |
4b3fa3c4 | 4305 | S: Maintained |
0c0d06ca | 4306 | F: drivers/media/usb/gspca/gl860/ |
4b3fa3c4 | 4307 | |
e8deeae2 | 4308 | GSPCA M5602 SUBDRIVER |
8b58be88 | 4309 | M: Erik Andren <[email protected]> |
661263b5 | 4310 | L: [email protected] |
275ffde4 | 4311 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4312 | S: Maintained |
0c0d06ca | 4313 | F: drivers/media/usb/gspca/m5602/ |
e8deeae2 JFM |
4314 | |
4315 | GSPCA PAC207 SONIXB SUBDRIVER | |
8b58be88 | 4316 | M: Hans de Goede <[email protected]> |
661263b5 | 4317 | L: [email protected] |
275ffde4 | 4318 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4319 | S: Maintained |
0c0d06ca | 4320 | F: drivers/media/usb/gspca/pac207.c |
e8deeae2 | 4321 | |
261982f1 | 4322 | GSPCA SN9C20X SUBDRIVER |
d95c5b0b | 4323 | M: Brian Johnson <[email protected]> |
261982f1 | 4324 | L: [email protected] |
275ffde4 | 4325 | T: git git://linuxtv.org/media_tree.git |
261982f1 | 4326 | S: Maintained |
0c0d06ca | 4327 | F: drivers/media/usb/gspca/sn9c20x.c |
261982f1 | 4328 | |
e8deeae2 | 4329 | GSPCA T613 SUBDRIVER |
8b58be88 | 4330 | M: Leandro Costantino <[email protected]> |
661263b5 | 4331 | L: [email protected] |
275ffde4 | 4332 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4333 | S: Maintained |
0c0d06ca | 4334 | F: drivers/media/usb/gspca/t613.c |
e8deeae2 JFM |
4335 | |
4336 | GSPCA USB WEBCAM DRIVER | |
fc3f906b | 4337 | M: Hans de Goede <[email protected]> |
661263b5 | 4338 | L: [email protected] |
275ffde4 | 4339 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4340 | S: Maintained |
0c0d06ca | 4341 | F: drivers/media/usb/gspca/ |
e8deeae2 | 4342 | |
584ec979 DB |
4343 | GUID PARTITION TABLE (GPT) |
4344 | M: Davidlohr Bueso <[email protected]> | |
4345 | L: [email protected] | |
4346 | S: Maintained | |
4347 | F: block/partitions/efi.* | |
4348 | ||
aa3c598b EG |
4349 | STK1160 USB VIDEO CAPTURE DRIVER |
4350 | M: Ezequiel Garcia <[email protected]> | |
4351 | L: [email protected] | |
275ffde4 | 4352 | T: git git://linuxtv.org/media_tree.git |
aa3c598b EG |
4353 | S: Maintained |
4354 | F: drivers/media/usb/stk1160/ | |
e8deeae2 | 4355 | |
71a6d0af HW |
4356 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
4357 | M: Frank Seidel <[email protected]> | |
4358 | L: [email protected] | |
4359 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |
4360 | S: Maintained | |
4361 | F: drivers/platform/x86/hdaps.c | |
4362 | ||
48fc9e26 HV |
4363 | HDPVR USB VIDEO ENCODER DRIVER |
4364 | M: Hans Verkuil <[email protected]> | |
4365 | L: [email protected] | |
4366 | T: git git://linuxtv.org/media_tree.git | |
4367 | W: http://linuxtv.org | |
4368 | S: Odd Fixes | |
14430813 | 4369 | F: drivers/media/usb/hdpvr/ |
48fc9e26 | 4370 | |
71a6d0af | 4371 | HWPOISON MEMORY FAILURE HANDLING |
f9625c48 | 4372 | M: Naoya Horiguchi <[email protected]> |
71a6d0af | 4373 | L: [email protected] |
71a6d0af HW |
4374 | S: Maintained |
4375 | F: mm/memory-failure.c | |
4376 | F: mm/hwpoison-inject.c | |
4377 | ||
4378 | HYPERVISOR VIRTUAL CONSOLE DRIVER | |
4379 | L: [email protected] | |
4380 | S: Odd Fixes | |
4381 | F: drivers/tty/hvc/ | |
4382 | ||
e5ab1477 AP |
4383 | HACKRF MEDIA DRIVER |
4384 | M: Antti Palosaari <[email protected]> | |
4385 | L: [email protected] | |
4386 | W: http://linuxtv.org/ | |
4387 | W: http://palosaari.fi/linux/ | |
4388 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4389 | T: git git://linuxtv.org/anttip/media_tree.git | |
4390 | S: Maintained | |
4391 | F: drivers/media/usb/hackrf/ | |
4392 | ||
5b543965 | 4393 | HARDWARE MONITORING |
7c81c60f | 4394 | M: Jean Delvare <[email protected]> |
ca462085 | 4395 | M: Guenter Roeck <[email protected]> |
5b543965 | 4396 | L: [email protected] |
595142e0 | 4397 | W: http://www.lm-sensors.org/ |
9e012c1a | 4398 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ |
885374e3 | 4399 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git |
9e012c1a | 4400 | S: Maintained |
047f4ec2 | 4401 | F: Documentation/hwmon/ |
679655da | 4402 | F: drivers/hwmon/ |
047f4ec2 | 4403 | F: include/linux/hwmon*.h |
5b543965 | 4404 | |
844dd05f | 4405 | HARDWARE RANDOM NUMBER GENERATOR CORE |
c0d0787b JP |
4406 | M: Matt Mackall <[email protected]> |
4407 | M: Herbert Xu <[email protected]> | |
4408 | S: Odd fixes | |
679655da JP |
4409 | F: Documentation/hw_random.txt |
4410 | F: drivers/char/hw_random/ | |
4411 | F: include/linux/hw_random.h | |
844dd05f | 4412 | |
8b37fcfc OBC |
4413 | HARDWARE SPINLOCK CORE |
4414 | M: Ohad Ben-Cohen <[email protected]> | |
4415 | S: Maintained | |
4416 | F: Documentation/hwspinlock.txt | |
4417 | F: drivers/hwspinlock/hwspinlock_* | |
4418 | F: include/linux/hwspinlock.h | |
4419 | ||
1da177e4 | 4420 | HARMONY SOUND DRIVER |
ac6aecbf | 4421 | L: [email protected] |
1da177e4 | 4422 | S: Maintained |
679655da | 4423 | F: sound/parisc/harmony.* |
1da177e4 | 4424 | |
91952bc0 AP |
4425 | HD29L2 MEDIA DRIVER |
4426 | M: Antti Palosaari <[email protected]> | |
4427 | L: [email protected] | |
4428 | W: http://linuxtv.org/ | |
4429 | W: http://palosaari.fi/linux/ | |
4430 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4431 | T: git git://linuxtv.org/anttip/media_tree.git | |
4432 | S: Maintained | |
4433 | F: drivers/media/dvb-frontends/hd29l2* | |
4434 | ||
e2d1d6c0 | 4435 | HEWLETT-PACKARD SMART2 RAID DRIVER |
e2d1d6c0 | 4436 | L: [email protected] |
af9f1b3c | 4437 | S: Orphan |
679655da JP |
4438 | F: Documentation/blockdev/cpqarray.txt |
4439 | F: drivers/block/cpqarray.* | |
e2d1d6c0 | 4440 | |
9257aa49 | 4441 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) |
693373db | 4442 | M: Don Brace <[email protected]> |
9257aa49 | 4443 | L: [email protected] |
693373db DB |
4444 | L: [email protected] |
4445 | L: [email protected] | |
9257aa49 SC |
4446 | S: Supported |
4447 | F: Documentation/scsi/hpsa.txt | |
4448 | F: drivers/scsi/hpsa*.[ch] | |
4449 | F: include/linux/cciss*.h | |
c117ab84 | 4450 | F: include/uapi/linux/cciss*.h |
9257aa49 | 4451 | |
e2d1d6c0 | 4452 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
693373db | 4453 | M: Don Brace <[email protected]> |
e2d1d6c0 | 4454 | L: [email protected] |
693373db DB |
4455 | L: [email protected] |
4456 | L: [email protected] | |
e2d1d6c0 | 4457 | S: Supported |
679655da JP |
4458 | F: Documentation/blockdev/cciss.txt |
4459 | F: drivers/block/cciss* | |
4460 | F: include/linux/cciss_ioctl.h | |
c117ab84 | 4461 | F: include/uapi/linux/cciss_ioctl.h |
e2d1d6c0 | 4462 | |
1da177e4 | 4463 | HFS FILESYSTEM |
6cf515e1 GU |
4464 | L: [email protected] |
4465 | S: Orphan | |
679655da JP |
4466 | F: Documentation/filesystems/hfs.txt |
4467 | F: fs/hfs/ | |
1da177e4 | 4468 | |
ef575f47 GU |
4469 | HFSPLUS FILESYSTEM |
4470 | L: [email protected] | |
4471 | S: Orphan | |
4472 | F: Documentation/filesystems/hfsplus.txt | |
4473 | F: fs/hfsplus/ | |
4474 | ||
1da177e4 | 4475 | HGA FRAMEBUFFER DRIVER |
8b58be88 | 4476 | M: Ferenc Bakonyi <[email protected]> |
1da177e4 LT |
4477 | L: [email protected] |
4478 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
4479 | S: Maintained | |
8a61f013 | 4480 | F: drivers/video/fbdev/hgafb.c |
1da177e4 | 4481 | |
4480f15b | 4482 | HIBERNATION (aka Software Suspend, aka swsusp) |
49db1903 | 4483 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 4484 | M: Pavel Machek <[email protected]> |
bf1c138e | 4485 | L: [email protected] |
e2d1d6c0 | 4486 | S: Supported |
679655da JP |
4487 | F: arch/x86/power/ |
4488 | F: drivers/base/power/ | |
4489 | F: kernel/power/ | |
4490 | F: include/linux/suspend.h | |
4491 | F: include/linux/freezer.h | |
4492 | F: include/linux/pm.h | |
679655da | 4493 | F: arch/*/include/asm/suspend*.h |
e2d1d6c0 | 4494 | |
4ef4caad | 4495 | HID CORE LAYER |
8b58be88 | 4496 | M: Jiri Kosina <[email protected]> |
eb76c5c0 | 4497 | L: [email protected] |
54e5881d | 4498 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad | 4499 | S: Maintained |
679655da JP |
4500 | F: drivers/hid/ |
4501 | F: include/linux/hid* | |
c117ab84 | 4502 | F: include/uapi/linux/hid* |
4ef4caad | 4503 | |
38bed542 | 4504 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
8b58be88 | 4505 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 4506 | L: [email protected] |
75fc2d37 | 4507 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
38bed542 | 4508 | S: Maintained |
679655da | 4509 | F: Documentation/timers/ |
5cee9645 | 4510 | F: kernel/time/hrtimer.c |
88606e80 TG |
4511 | F: kernel/time/clockevents.c |
4512 | F: kernel/time/tick*.* | |
4513 | F: kernel/time/timer_*.c | |
05ed8490 | 4514 | F: include/linux/clockchips.h |
679655da | 4515 | F: include/linux/hrtimer.h |
38bed542 | 4516 | |
1da177e4 | 4517 | HIGH-SPEED SCC DRIVER FOR AX.25 |
1da177e4 | 4518 | L: [email protected] |
8b64f2a0 | 4519 | S: Orphan |
679655da JP |
4520 | F: drivers/net/hamradio/dmascc.c |
4521 | F: drivers/net/hamradio/scc.c | |
1da177e4 | 4522 | |
ede1e6f8 | 4523 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
8b58be88 | 4524 | M: HighPoint Linux Team <[email protected]> |
ede1e6f8 HLT |
4525 | W: http://www.highpoint-tech.com |
4526 | S: Supported | |
679655da JP |
4527 | F: Documentation/scsi/hptiop.txt |
4528 | F: drivers/scsi/hptiop.c | |
ede1e6f8 | 4529 | |
1da177e4 | 4530 | HIPPI |
8b58be88 | 4531 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
4532 | L: [email protected] |
4533 | S: Maintained | |
679655da | 4534 | F: include/linux/hippidevice.h |
c117ab84 | 4535 | F: include/uapi/linux/if_hippi.h |
679655da | 4536 | F: net/802/hippi.c |
ff5a3b50 | 4537 | F: drivers/net/hippi/ |
1da177e4 | 4538 | |
ff1d2767 | 4539 | HOST AP DRIVER |
8b58be88 | 4540 | M: Jouni Malinen <[email protected]> |
85d32e7b | 4541 | L: [email protected] (subscribers-only) |
724c6b35 | 4542 | L: [email protected] |
ff1d2767 JM |
4543 | W: http://hostap.epitest.fi/ |
4544 | S: Maintained | |
679655da | 4545 | F: drivers/net/wireless/hostap/ |
ff1d2767 | 4546 | |
dd8cd779 | 4547 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
d0944853 | 4548 | L: [email protected] |
95c70215 | 4549 | S: Orphan |
679655da | 4550 | F: drivers/platform/x86/tc1100-wmi.c |
dd8cd779 | 4551 | |
e2d1d6c0 | 4552 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
8b58be88 | 4553 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 4554 | S: Maintained |
7e25d724 | 4555 | F: drivers/net/ethernet/hp/hp100.* |
e2d1d6c0 | 4556 | |
7d2c86b5 | 4557 | HPET: High Precision Event Timers driver |
8b58be88 | 4558 | M: Clemens Ladisch <[email protected]> |
b9b0332f | 4559 | S: Maintained |
679655da JP |
4560 | F: Documentation/timers/hpet.txt |
4561 | F: drivers/char/hpet.c | |
4562 | F: include/linux/hpet.h | |
c117ab84 | 4563 | F: include/uapi/linux/hpet.h |
b9b0332f | 4564 | |
e07b5d79 | 4565 | HPET: x86 |
9e06f631 | 4566 | S: Orphan |
679655da JP |
4567 | F: arch/x86/kernel/hpet.c |
4568 | F: arch/x86/include/asm/hpet.h | |
b9b0332f | 4569 | |
1da177e4 | 4570 | HPFS FILESYSTEM |
8b58be88 | 4571 | M: Mikulas Patocka <[email protected]> |
1da177e4 LT |
4572 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
4573 | S: Maintained | |
679655da | 4574 | F: fs/hpfs/ |
1da177e4 | 4575 | |
3441cded | 4576 | HSI SUBSYSTEM |
56459ea9 SR |
4577 | M: Sebastian Reichel <[email protected]> |
4578 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git | |
3441cded SR |
4579 | S: Maintained |
4580 | F: Documentation/ABI/testing/sysfs-bus-hsi | |
56459ea9 | 4581 | F: Documentation/hsi.txt |
3441cded SR |
4582 | F: drivers/hsi/ |
4583 | F: include/linux/hsi/ | |
4584 | F: include/uapi/linux/hsi/ | |
4585 | ||
7d2c86b5 | 4586 | HSO 3G MODEM DRIVER |
8b58be88 | 4587 | M: Jan Dumon <[email protected]> |
11cd29b0 DJB |
4588 | W: http://www.pharscape.org |
4589 | S: Maintained | |
679655da | 4590 | F: drivers/net/usb/hso.c |
11cd29b0 | 4591 | |
19990e29 AB |
4592 | HSR NETWORK PROTOCOL |
4593 | M: Arvid Brodin <[email protected]> | |
4594 | L: [email protected] | |
4595 | S: Maintained | |
4596 | F: net/hsr/ | |
4597 | ||
5a18c343 | 4598 | HTCPEN TOUCHSCREEN DRIVER |
8b58be88 | 4599 | M: Pau Oliva Fora <[email protected]> |
5a18c343 POF |
4600 | L: [email protected] |
4601 | S: Maintained | |
679655da | 4602 | F: drivers/input/touchscreen/htcpen.c |
5a18c343 | 4603 | |
1da177e4 | 4604 | HUGETLB FILESYSTEM |
6d49e352 | 4605 | M: Nadia Yvette Chambers <[email protected]> |
1da177e4 | 4606 | S: Maintained |
679655da | 4607 | F: fs/hugetlbfs/ |
1da177e4 | 4608 | |
05183189 S |
4609 | Hyper-V CORE AND DRIVERS |
4610 | M: K. Y. Srinivasan <[email protected]> | |
4611 | M: Haiyang Zhang <[email protected]> | |
4612 | L: [email protected] | |
4613 | S: Maintained | |
a4162747 HZ |
4614 | F: arch/x86/include/asm/mshyperv.h |
4615 | F: arch/x86/include/uapi/asm/hyperv.h | |
4616 | F: arch/x86/kernel/cpu/mshyperv.c | |
05183189 | 4617 | F: drivers/hid/hid-hyperv.c |
a4162747 | 4618 | F: drivers/hv/ |
f92ca80b | 4619 | F: drivers/input/serio/hyperv-keyboard.c |
05183189 | 4620 | F: drivers/net/hyperv/ |
a4162747 | 4621 | F: drivers/scsi/storvsc_drv.c |
8a61f013 | 4622 | F: drivers/video/fbdev/hyperv_fb.c |
a4162747 HZ |
4623 | F: include/linux/hyperv.h |
4624 | F: tools/hv/ | |
05183189 | 4625 | |
d85c8a6a | 4626 | I2C OVER PARALLEL PORT |
7c81c60f | 4627 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4628 | L: [email protected] |
4629 | S: Maintained | |
4630 | F: Documentation/i2c/busses/i2c-parport | |
4631 | F: Documentation/i2c/busses/i2c-parport-light | |
4632 | F: drivers/i2c/busses/i2c-parport.c | |
4633 | F: drivers/i2c/busses/i2c-parport-light.c | |
4634 | ||
4635 | I2C/SMBUS CONTROLLER DRIVERS FOR PC | |
7c81c60f | 4636 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4637 | L: [email protected] |
4638 | S: Maintained | |
4639 | F: Documentation/i2c/busses/i2c-ali1535 | |
4640 | F: Documentation/i2c/busses/i2c-ali1563 | |
4641 | F: Documentation/i2c/busses/i2c-ali15x3 | |
4642 | F: Documentation/i2c/busses/i2c-amd756 | |
4643 | F: Documentation/i2c/busses/i2c-amd8111 | |
4644 | F: Documentation/i2c/busses/i2c-i801 | |
4645 | F: Documentation/i2c/busses/i2c-nforce2 | |
4646 | F: Documentation/i2c/busses/i2c-piix4 | |
4647 | F: Documentation/i2c/busses/i2c-sis5595 | |
4648 | F: Documentation/i2c/busses/i2c-sis630 | |
4649 | F: Documentation/i2c/busses/i2c-sis96x | |
4650 | F: Documentation/i2c/busses/i2c-via | |
4651 | F: Documentation/i2c/busses/i2c-viapro | |
4652 | F: drivers/i2c/busses/i2c-ali1535.c | |
4653 | F: drivers/i2c/busses/i2c-ali1563.c | |
4654 | F: drivers/i2c/busses/i2c-ali15x3.c | |
4655 | F: drivers/i2c/busses/i2c-amd756.c | |
4656 | F: drivers/i2c/busses/i2c-amd756-s4882.c | |
4657 | F: drivers/i2c/busses/i2c-amd8111.c | |
4658 | F: drivers/i2c/busses/i2c-i801.c | |
4659 | F: drivers/i2c/busses/i2c-isch.c | |
4660 | F: drivers/i2c/busses/i2c-nforce2.c | |
4661 | F: drivers/i2c/busses/i2c-nforce2-s4985.c | |
4662 | F: drivers/i2c/busses/i2c-piix4.c | |
4663 | F: drivers/i2c/busses/i2c-sis5595.c | |
4664 | F: drivers/i2c/busses/i2c-sis630.c | |
4665 | F: drivers/i2c/busses/i2c-sis96x.c | |
4666 | F: drivers/i2c/busses/i2c-via.c | |
4667 | F: drivers/i2c/busses/i2c-viapro.c | |
4668 | ||
cb7f07a4 NH |
4669 | I2C/SMBUS ISMT DRIVER |
4670 | M: Seth Heasley <[email protected]> | |
4671 | M: Neil Horman <[email protected]> | |
4672 | L: [email protected] | |
4673 | F: drivers/i2c/busses/i2c-ismt.c | |
4674 | F: Documentation/i2c/busses/i2c-ismt | |
4675 | ||
6ea884db | 4676 | I2C/SMBUS STUB DRIVER |
7c81c60f | 4677 | M: Jean Delvare <[email protected]> |
846557d3 | 4678 | L: [email protected] |
6ea884db | 4679 | S: Maintained |
8547a5bc | 4680 | F: drivers/i2c/i2c-stub.c |
6ea884db | 4681 | |
5b543965 | 4682 | I2C SUBSYSTEM |
14d77c4d | 4683 | M: Wolfram Sang <[email protected]> |
846557d3 | 4684 | L: [email protected] |
9d4ea27a WS |
4685 | W: https://i2c.wiki.kernel.org/ |
4686 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | |
14d77c4d | 4687 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
1da177e4 | 4688 | S: Maintained |
40ed1b4c | 4689 | F: Documentation/devicetree/bindings/i2c/ |
679655da JP |
4690 | F: Documentation/i2c/ |
4691 | F: drivers/i2c/ | |
4692 | F: include/linux/i2c.h | |
03b70d62 | 4693 | F: include/linux/i2c-*.h |
c117ab84 CEB |
4694 | F: include/uapi/linux/i2c.h |
4695 | F: include/uapi/linux/i2c-*.h | |
1da177e4 | 4696 | |
4560d677 WS |
4697 | I2C ACPI SUPPORT |
4698 | M: Mika Westerberg <[email protected]> | |
4699 | L: [email protected] | |
4700 | L: [email protected] | |
4701 | S: Maintained | |
4560d677 | 4702 | |
d85c8a6a | 4703 | I2C-TAOS-EVM DRIVER |
7c81c60f | 4704 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4705 | L: [email protected] |
4706 | S: Maintained | |
4707 | F: Documentation/i2c/busses/i2c-taos-evm | |
4708 | F: drivers/i2c/busses/i2c-taos-evm.c | |
4709 | ||
e8c76eed | 4710 | I2C-TINY-USB DRIVER |
8b58be88 | 4711 | M: Till Harbaum <[email protected]> |
846557d3 | 4712 | L: [email protected] |
932d1872 | 4713 | W: http://www.harbaum.org/till/i2c_tiny_usb |
e8c76eed | 4714 | S: Maintained |
679655da | 4715 | F: drivers/i2c/busses/i2c-tiny-usb.c |
e8c76eed | 4716 | |
1da177e4 | 4717 | i386 BOOT CODE |
8b58be88 | 4718 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 4719 | S: Maintained |
679655da | 4720 | F: arch/x86/boot/ |
1da177e4 LT |
4721 | |
4722 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
8b58be88 | 4723 | M: "H. Peter Anvin" <[email protected]> |
54e5881d | 4724 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
4725 | S: Maintained |
4726 | ||
1da177e4 | 4727 | IA64 (Itanium) PLATFORM |
8b58be88 JP |
4728 | M: Tony Luck <[email protected]> |
4729 | M: Fenghua Yu <[email protected]> | |
1da177e4 | 4730 | L: [email protected] |
6b1c70b1 | 4731 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git |
1da177e4 | 4732 | S: Maintained |
679655da | 4733 | F: arch/ia64/ |
1da177e4 | 4734 | |
956c203c | 4735 | IBM Power in-Nest Crypto Acceleration |
5b88e270 KY |
4736 | M: Marcelo Henrique Cerri <[email protected]> |
4737 | M: Fionnuala Gunter <[email protected]> | |
956c203c KY |
4738 | L: [email protected] |
4739 | S: Supported | |
4740 | F: drivers/crypto/nx/ | |
4741 | ||
0e16aafb | 4742 | IBM Power 842 compression accelerator |
d1e66e6e | 4743 | M: Dan Streetman <[email protected]> |
0e16aafb SJ |
4744 | S: Supported |
4745 | F: drivers/crypto/nx/nx-842.c | |
4746 | F: include/linux/nx842.h | |
4747 | ||
1da177e4 | 4748 | IBM Power Linux RAID adapter |
8b58be88 | 4749 | M: Brian King <[email protected]> |
1da177e4 | 4750 | S: Supported |
679655da | 4751 | F: drivers/scsi/ipr.* |
1da177e4 | 4752 | |
9d348af4 | 4753 | IBM Power Virtual Ethernet Device Driver |
eddd63a6 | 4754 | M: Thomas Falcon <[email protected]> |
9d348af4 SL |
4755 | L: [email protected] |
4756 | S: Supported | |
9aa32835 | 4757 | F: drivers/net/ethernet/ibm/ibmveth.* |
9d348af4 | 4758 | |
e6babec6 NF |
4759 | IBM Power Virtual SCSI Device Drivers |
4760 | M: Nathan Fontenot <[email protected]> | |
4b7652cc RJ |
4761 | L: [email protected] |
4762 | S: Supported | |
e6babec6 NF |
4763 | F: drivers/scsi/ibmvscsi/ibmvscsi* |
4764 | F: drivers/scsi/ibmvscsi/viosrp.h | |
4765 | ||
4766 | IBM Power Virtual FC Device Drivers | |
4767 | M: Brian King <[email protected]> | |
4768 | L: [email protected] | |
4769 | S: Supported | |
4770 | F: drivers/scsi/ibmvscsi/ibmvfc* | |
4b7652cc | 4771 | |
1da177e4 | 4772 | IBM ServeRAID RAID DRIVER |
f9213e78 | 4773 | S: Orphan |
679655da | 4774 | F: drivers/scsi/ips.* |
1da177e4 | 4775 | |
6ed9f9c4 PT |
4776 | ICH LPC AND GPIO DRIVER |
4777 | M: Peter Tyser <[email protected]> | |
4778 | S: Maintained | |
4779 | F: drivers/mfd/lpc_ich.c | |
4780 | F: drivers/gpio/gpio-ich.c | |
4781 | ||
1e7106fc | 4782 | IDE SUBSYSTEM |
8b58be88 | 4783 | M: "David S. Miller" <[email protected]> |
1da177e4 | 4784 | L: [email protected] |
8a6e2535 | 4785 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ |
08deed1e | 4786 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git |
1da177e4 | 4787 | S: Maintained |
679655da JP |
4788 | F: Documentation/ide/ |
4789 | F: drivers/ide/ | |
4790 | F: include/linux/ide.h | |
1da177e4 | 4791 | |
6cb8c13d IP |
4792 | IDEAPAD LAPTOP EXTRAS DRIVER |
4793 | M: Ike Panhc <[email protected]> | |
4794 | L: [email protected] | |
4795 | W: http://launchpad.net/ideapad-laptop | |
4796 | S: Maintained | |
4797 | F: drivers/platform/x86/ideapad-laptop.c | |
4798 | ||
1ea4c161 AM |
4799 | IDEAPAD LAPTOP SLIDEBAR DRIVER |
4800 | M: Andrey Moiseev <[email protected]> | |
4801 | L: [email protected] | |
4802 | W: https://github.com/o2genum/ideapad-slidebar | |
4803 | S: Maintained | |
4804 | F: drivers/input/misc/ideapad_slidebar.c | |
4805 | ||
0f861e8c | 4806 | IDE/ATAPI DRIVERS |
487ba8e8 | 4807 | M: Borislav Petkov <[email protected]> |
9c5b0ce4 | 4808 | L: [email protected] |
c404c199 | 4809 | S: Maintained |
679655da JP |
4810 | F: Documentation/cdrom/ide-cd |
4811 | F: drivers/ide/ide-cd* | |
1da177e4 | 4812 | |
27471fdb | 4813 | IDLE-I7300 |
8b58be88 | 4814 | M: Andy Henroid <[email protected]> |
bf1c138e | 4815 | L: [email protected] |
27471fdb | 4816 | S: Supported |
679655da | 4817 | F: drivers/idle/i7300_idle.c |
27471fdb | 4818 | |
02cf2286 | 4819 | IEEE 802.15.4 SUBSYSTEM |
b6e195fd | 4820 | M: Alexander Aring <[email protected]> |
ebef9c12 VB |
4821 | L: [email protected] |
4822 | W: https://github.com/linux-wpan | |
4823 | T: git git://github.com/linux-wpan/linux-wpan-next.git | |
02cf2286 SL |
4824 | S: Maintained |
4825 | F: net/ieee802154/ | |
68653359 | 4826 | F: net/mac802154/ |
251741b1 | 4827 | F: drivers/net/ieee802154/ |
580947d3 AA |
4828 | F: include/linux/nl802154.h |
4829 | F: include/linux/ieee802154.h | |
4830 | F: include/net/nl802154.h | |
4831 | F: include/net/mac802154.h | |
4832 | F: include/net/af_ieee802154.h | |
4833 | F: include/net/cfg802154.h | |
4834 | F: include/net/ieee802154_netdev.h | |
ebef9c12 | 4835 | F: Documentation/networking/ieee802154.txt |
02cf2286 | 4836 | |
b1c97193 SY |
4837 | IGORPLUG-USB IR RECEIVER |
4838 | M: Sean Young <[email protected]> | |
4839 | L: [email protected] | |
4840 | S: Maintained | |
4841 | F: drivers/media/rc/igorplugusb.c | |
4842 | ||
40ad4a30 SY |
4843 | IGUANAWORKS USB IR TRANSCEIVER |
4844 | M: Sean Young <[email protected]> | |
4845 | L: [email protected] | |
4846 | S: Maintained | |
4847 | F: drivers/media/rc/iguanair.c | |
4848 | ||
9545f86e | 4849 | IIO SUBSYSTEM AND DRIVERS |
030a13d7 | 4850 | M: Jonathan Cameron <[email protected]> |
f0d61161 LPC |
4851 | R: Hartmut Knaack <[email protected]> |
4852 | R: Lars-Peter Clausen <[email protected]> | |
4853 | R: Peter Meerwald <[email protected]> | |
9545f86e AP |
4854 | L: [email protected] |
4855 | S: Maintained | |
03e7c251 | 4856 | F: drivers/iio/ |
9545f86e | 4857 | F: drivers/staging/iio/ |
8fe671fc | 4858 | F: include/linux/iio/ |
9545f86e | 4859 | |
65519263 SG |
4860 | IKANOS/ADI EAGLE ADSL USB DRIVER |
4861 | M: Matthieu Castet <[email protected]> | |
4862 | M: Stanislaw Gruszka <[email protected]> | |
4863 | S: Maintained | |
4864 | F: drivers/usb/atm/ueagle-atm.c | |
4865 | ||
e89ab51f GR |
4866 | INA209 HARDWARE MONITOR DRIVER |
4867 | M: Guenter Roeck <[email protected]> | |
4868 | L: [email protected] | |
4869 | S: Maintained | |
4870 | F: Documentation/hwmon/ina209 | |
4871 | F: Documentation/devicetree/bindings/i2c/ina209.txt | |
4872 | F: drivers/hwmon/ina209.c | |
4873 | ||
4874 | INA2XX HARDWARE MONITOR DRIVER | |
4875 | M: Guenter Roeck <[email protected]> | |
4876 | L: [email protected] | |
4877 | S: Maintained | |
4878 | F: Documentation/hwmon/ina2xx | |
4879 | F: drivers/hwmon/ina2xx.c | |
4880 | F: include/linux/platform_data/ina2xx.h | |
4881 | ||
14dc124f SIG |
4882 | INDUSTRY PACK SUBSYSTEM (IPACK) |
4883 | M: Samuel Iglesias Gonsalvez <[email protected]> | |
4884 | M: Jens Taprogge <[email protected]> | |
4885 | M: Greg Kroah-Hartman <[email protected]> | |
4886 | L: [email protected] | |
4887 | W: http://industrypack.sourceforge.net | |
4888 | S: Maintained | |
4889 | F: drivers/ipack/ | |
4890 | ||
aa7168f4 | 4891 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
74dd744f | 4892 | M: Mimi Zohar <[email protected]> |
8912176c | 4893 | M: Dmitry Kasatkin <[email protected]> |
74dd744f MZ |
4894 | L: [email protected] |
4895 | L: [email protected] | |
4896 | L: [email protected] | |
aa7168f4 | 4897 | S: Supported |
679655da | 4898 | F: security/integrity/ima/ |
aa7168f4 | 4899 | |
9a4ea5a9 JH |
4900 | IMGTEC IR DECODER DRIVER |
4901 | M: James Hogan <[email protected]> | |
4902 | S: Maintained | |
4903 | F: drivers/media/rc/img-ir/ | |
4904 | ||
1da177e4 | 4905 | IMS TWINTURBO FRAMEBUFFER DRIVER |
c69f677c | 4906 | L: [email protected] |
843393d3 | 4907 | S: Orphan |
8a61f013 | 4908 | F: drivers/video/fbdev/imsttfb.c |
1da177e4 LT |
4909 | |
4910 | INFINIBAND SUBSYSTEM | |
db9fd848 | 4911 | M: Roland Dreier <[email protected]> |
8b58be88 JP |
4912 | M: Sean Hefty <[email protected]> |
4913 | M: Hal Rosenstock <[email protected]> | |
e6cc0fd1 | 4914 | L: [email protected] |
605841f5 | 4915 | W: http://www.openfabrics.org/ |
8a6e2535 | 4916 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
54e5881d | 4917 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 | 4918 | S: Supported |
679655da JP |
4919 | F: Documentation/infiniband/ |
4920 | F: drivers/infiniband/ | |
c117ab84 | 4921 | F: include/uapi/linux/if_infiniband.h |
1da177e4 | 4922 | |
c9f04f58 | 4923 | INOTIFY |
8b58be88 JP |
4924 | M: John McCutchan <[email protected]> |
4925 | M: Robert Love <[email protected]> | |
4926 | M: Eric Paris <[email protected]> | |
c9f04f58 | 4927 | S: Maintained |
679655da JP |
4928 | F: Documentation/filesystems/inotify.txt |
4929 | F: fs/notify/inotify/ | |
4930 | F: include/linux/inotify.h | |
c117ab84 | 4931 | F: include/uapi/linux/inotify.h |
c9f04f58 | 4932 | |
e2d1d6c0 | 4933 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
8b58be88 | 4934 | M: Dmitry Torokhov <[email protected]> |
e2d1d6c0 | 4935 | L: [email protected] |
8a6e2535 | 4936 | Q: http://patchwork.kernel.org/project/linux-input/list/ |
54e5881d | 4937 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
e2d1d6c0 | 4938 | S: Maintained |
679655da | 4939 | F: drivers/input/ |
f4eea7e2 | 4940 | F: include/linux/input.h |
c117ab84 | 4941 | F: include/uapi/linux/input.h |
f4eea7e2 | 4942 | F: include/linux/input/ |
e2d1d6c0 | 4943 | |
3267a87f | 4944 | INPUT MULTITOUCH (MT) PROTOCOL |
75dd112a | 4945 | M: Henrik Rydberg <[email protected]> |
3267a87f | 4946 | L: [email protected] |
7f9c2454 | 4947 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git |
75dd112a | 4948 | S: Odd fixes |
3267a87f | 4949 | F: Documentation/input/multi-touch-protocol.txt |
7f9c2454 | 4950 | F: drivers/input/input-mt.c |
3267a87f HR |
4951 | K: \b(ABS|SYN)_MT_ |
4952 | ||
4ac13e17 DJ |
4953 | INTEL C600 SERIES SAS CONTROLLER DRIVER |
4954 | M: Intel SCU Linux support <[email protected]> | |
fdc5813f | 4955 | M: Artur Paszkiewicz <[email protected]> |
4ac13e17 | 4956 | M: Dave Jiang <[email protected]> |
4ac13e17 | 4957 | L: [email protected] |
7106891a DJ |
4958 | T: git git://git.code.sf.net/p/intel-sas/isci |
4959 | S: Supported | |
4ac13e17 | 4960 | F: drivers/scsi/isci/ |
4ac13e17 | 4961 | |
26717172 LB |
4962 | INTEL IDLE DRIVER |
4963 | M: Len Brown <[email protected]> | |
bf1c138e | 4964 | L: [email protected] |
08deed1e | 4965 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
26717172 LB |
4966 | S: Supported |
4967 | F: drivers/idle/intel_idle.c | |
4968 | ||
7c1ac18d KCA |
4969 | INTEL PSTATE DRIVER |
4970 | M: Kristen Carlson Accardi <[email protected]> | |
4971 | L: [email protected] | |
4972 | S: Supported | |
4973 | F: drivers/cpufreq/intel_pstate.c | |
4974 | ||
9eb8ef74 | 4975 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
55a23c4a | 4976 | M: Maik Broemme <[email protected]> |
c69f677c | 4977 | L: [email protected] |
ce00f85c | 4978 | S: Maintained |
679655da | 4979 | F: Documentation/fb/intelfb.txt |
8a61f013 | 4980 | F: drivers/video/fbdev/intelfb/ |
9eb8ef74 | 4981 | |
1da177e4 | 4982 | INTEL 810/815 FRAMEBUFFER DRIVER |
8b58be88 | 4983 | M: Antonino Daplas <[email protected]> |
c69f677c | 4984 | L: [email protected] |
ce00f85c | 4985 | S: Maintained |
8a61f013 | 4986 | F: drivers/video/fbdev/i810/ |
1da177e4 | 4987 | |
f4a9bc4c | 4988 | INTEL MENLOW THERMAL DRIVER |
8b58be88 | 4989 | M: Sujith Thomas <[email protected]> |
d0944853 | 4990 | L: [email protected] |
5ca92bd9 | 4991 | W: https://01.org/linux-acpi |
f4a9bc4c | 4992 | S: Supported |
679655da | 4993 | F: drivers/platform/x86/intel_menlow.c |
f4a9bc4c | 4994 | |
1da177e4 | 4995 | INTEL IA32 MICROCODE UPDATE SUPPORT |
8b58be88 | 4996 | M: Tigran Aivazian <[email protected]> |
1da177e4 | 4997 | S: Maintained |
73d425fd JP |
4998 | F: arch/x86/kernel/cpu/microcode/core* |
4999 | F: arch/x86/kernel/cpu/microcode/intel* | |
1da177e4 | 5000 | |
248a9dc3 | 5001 | INTEL I/OAT DMA DRIVER |
18ebd564 | 5002 | M: Dave Jiang <[email protected]> |
08223d80 | 5003 | R: Dan Williams <[email protected]> |
18ebd564 DJ |
5004 | L: [email protected] |
5005 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
5006 | S: Supported | |
679655da | 5007 | F: drivers/dma/ioat* |
248a9dc3 | 5008 | |
6c8909b4 | 5009 | INTEL IOMMU (VT-d) |
8b58be88 | 5010 | M: David Woodhouse <[email protected]> |
6c8909b4 | 5011 | L: [email protected] |
54e5881d | 5012 | T: git git://git.infradead.org/iommu-2.6.git |
6c8909b4 | 5013 | S: Supported |
3fb39615 | 5014 | F: drivers/iommu/intel-iommu.c |
679655da | 5015 | F: include/linux/intel-iommu.h |
6c8909b4 | 5016 | |
b3e5f263 | 5017 | INTEL IOP-ADMA DMA DRIVER |
08223d80 | 5018 | R: Dan Williams <[email protected]> |
1dd8372d | 5019 | S: Odd fixes |
679655da | 5020 | F: drivers/dma/iop-adma.c |
b3e5f263 | 5021 | |
9251ce95 | 5022 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
5529c2cd | 5023 | M: Krzysztof Halasa <[email protected]> |
9251ce95 | 5024 | S: Maintained |
679655da JP |
5025 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
5026 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | |
5027 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | |
5028 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c | |
b47da977 | 5029 | F: drivers/net/ethernet/xscale/ixp4xx_eth.c |
679655da | 5030 | F: drivers/net/wan/ixp4xx_hss.c |
9251ce95 | 5031 | |
844dd05f | 5032 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
8b58be88 | 5033 | M: Deepak Saxena <[email protected]> |
844dd05f | 5034 | S: Maintained |
679655da | 5035 | F: drivers/char/hw_random/ixp4xx-rng.c |
844dd05f | 5036 | |
c3a803e8 | 5037 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) |
8b58be88 JP |
5038 | M: Jeff Kirsher <[email protected]> |
5039 | M: Jesse Brandeburg <[email protected]> | |
5040 | M: Bruce Allan <[email protected]> | |
0d164401 JK |
5041 | M: Carolyn Wyborny <[email protected]> |
5042 | M: Don Skidmore <[email protected]> | |
5043 | M: Greg Rose <[email protected]> | |
c3a803e8 | 5044 | M: Matthew Vick <[email protected]> |
8b58be88 | 5045 | M: John Ronciak <[email protected]> |
105bf2fe | 5046 | M: Mitch Williams <[email protected]> |
fcad3e6b | 5047 | M: Linux NICS <[email protected]> |
dcd01faf | 5048 | L: [email protected] |
f6fde11a | 5049 | W: http://www.intel.com/support/feedback.htm |
d94e6fed | 5050 | W: http://e1000.sourceforge.net/ |
dee1ad47 JK |
5051 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git |
5052 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git | |
1da177e4 | 5053 | S: Supported |
0d164401 JK |
5054 | F: Documentation/networking/e100.txt |
5055 | F: Documentation/networking/e1000.txt | |
5056 | F: Documentation/networking/e1000e.txt | |
5057 | F: Documentation/networking/igb.txt | |
5058 | F: Documentation/networking/igbvf.txt | |
5059 | F: Documentation/networking/ixgb.txt | |
5060 | F: Documentation/networking/ixgbe.txt | |
5061 | F: Documentation/networking/ixgbevf.txt | |
1bff6529 | 5062 | F: Documentation/networking/i40e.txt |
105bf2fe | 5063 | F: Documentation/networking/i40evf.txt |
dee1ad47 | 5064 | F: drivers/net/ethernet/intel/ |
bc90d291 | 5065 | F: drivers/net/ethernet/intel/*/ |
1da177e4 | 5066 | |
0963d59b LW |
5067 | INTEL-MID GPIO DRIVER |
5068 | M: David Cohen <[email protected]> | |
5069 | L: [email protected] | |
5070 | S: Maintained | |
5071 | F: drivers/gpio/gpio-intel-mid.c | |
5072 | ||
ca907a90 SY |
5073 | INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT |
5074 | M: Stanislav Yakovlev <[email protected]> | |
724c6b35 | 5075 | L: [email protected] |
ca907a90 | 5076 | S: Maintained |
679655da | 5077 | F: Documentation/networking/README.ipw2100 |
679655da | 5078 | F: Documentation/networking/README.ipw2200 |
ca907a90 | 5079 | F: drivers/net/wireless/ipw2x00/ |
826d2abe | 5080 | |
4bd96a7a | 5081 | INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) |
e9b7d7c8 GW |
5082 | M: Richard L Maliszewski <[email protected]> |
5083 | M: Gang Wei <[email protected]> | |
4bd96a7a SW |
5084 | M: Shane Wang <[email protected]> |
5085 | L: [email protected] | |
5086 | W: http://tboot.sourceforge.net | |
e9b7d7c8 | 5087 | T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot |
4bd96a7a SW |
5088 | S: Supported |
5089 | F: Documentation/intel_txt.txt | |
5090 | F: include/linux/tboot.h | |
5091 | F: arch/x86/kernel/tboot.c | |
5092 | ||
8a70da82 | 5093 | INTEL WIRELESS WIMAX CONNECTION 2400 |
8b58be88 | 5094 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 5095 | M: [email protected] |
63fae219 | 5096 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
5097 | S: Supported |
5098 | W: http://linuxwimax.org | |
679655da JP |
5099 | F: Documentation/wimax/README.i2400m |
5100 | F: drivers/net/wimax/i2400m/ | |
c117ab84 | 5101 | F: include/uapi/linux/wimax/i2400m.h |
8a70da82 | 5102 | |
1c0ce89c SG |
5103 | INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) |
5104 | M: Stanislaw Gruszka <[email protected]> | |
efa3144e | 5105 | L: [email protected] |
1c0ce89c | 5106 | S: Supported |
efa3144e WYG |
5107 | F: drivers/net/wireless/iwlegacy/ |
5108 | ||
b481de9c | 5109 | INTEL WIRELESS WIFI LINK (iwlwifi) |
15fae50a | 5110 | M: Johannes Berg <[email protected]> |
6161b02b | 5111 | M: Emmanuel Grumbach <[email protected]> |
a0bf797f | 5112 | M: Intel Linux Wireless <[email protected]> |
b481de9c | 5113 | L: [email protected] |
b481de9c | 5114 | W: http://intellinuxwireless.org |
b62ff718 | 5115 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git |
b481de9c | 5116 | S: Supported |
679655da | 5117 | F: drivers/net/wireless/iwlwifi/ |
b481de9c | 5118 | |
de8fe023 TW |
5119 | INTEL MANAGEMENT ENGINE (mei) |
5120 | M: Tomas Winkler <[email protected]> | |
5121 | L: [email protected] | |
5122 | S: Supported | |
c117ab84 | 5123 | F: include/uapi/linux/mei.h |
de8fe023 | 5124 | F: drivers/misc/mei/* |
e07950a1 | 5125 | F: Documentation/misc-devices/mei/* |
de8fe023 | 5126 | |
cb109a0e | 5127 | IOC3 ETHERNET DRIVER |
8b58be88 | 5128 | M: Ralf Baechle <[email protected]> |
1da177e4 LT |
5129 | L: [email protected] |
5130 | S: Maintained | |
8862bf1e | 5131 | F: drivers/net/ethernet/sgi/ioc3-eth.c |
1da177e4 | 5132 | |
cb109a0e | 5133 | IOC3 SERIAL DRIVER |
8b58be88 | 5134 | M: Pat Gefre <[email protected]> |
d39e0721 | 5135 | L: [email protected] |
cb109a0e | 5136 | S: Maintained |
df621252 | 5137 | F: drivers/tty/serial/ioc3_serial.c |
cb109a0e | 5138 | |
0b6e8569 SW |
5139 | IOMMU DRIVERS |
5140 | M: Joerg Roedel <[email protected]> | |
5141 | L: [email protected] | |
5142 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | |
5143 | S: Maintained | |
5144 | F: drivers/iommu/ | |
5145 | ||
4480f15b | 5146 | IP MASQUERADING |
8b58be88 | 5147 | M: Juanjo Ciarlante <[email protected]> |
1da177e4 | 5148 | S: Maintained |
679655da | 5149 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
1da177e4 | 5150 | |
1202d6ff | 5151 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
8b58be88 JP |
5152 | M: Francois Romieu <[email protected]> |
5153 | M: Sorbica Shieh <[email protected]> | |
1202d6ff FR |
5154 | L: [email protected] |
5155 | S: Maintained | |
7443713a | 5156 | F: drivers/net/ethernet/icplus/ipg.* |
1202d6ff | 5157 | |
4480f15b | 5158 | IPATH DRIVER |
8473c603 | 5159 | M: Mike Marciniszyn <[email protected]> |
e6cc0fd1 | 5160 | L: [email protected] |
52a09a04 | 5161 | S: Maintained |
679655da | 5162 | F: drivers/infiniband/hw/ipath/ |
77d8798b | 5163 | |
4409ebe9 | 5164 | IPMI SUBSYSTEM |
8b58be88 | 5165 | M: Corey Minyard <[email protected]> |
b0c90653 | 5166 | L: [email protected] (moderated for non-subscribers) |
4409ebe9 CM |
5167 | W: http://openipmi.sourceforge.net/ |
5168 | S: Supported | |
679655da JP |
5169 | F: Documentation/IPMI.txt |
5170 | F: drivers/char/ipmi/ | |
5171 | F: include/linux/ipmi* | |
c117ab84 | 5172 | F: include/uapi/linux/ipmi* |
4409ebe9 | 5173 | |
e2d1d6c0 | 5174 | IPS SCSI RAID DRIVER |
8b58be88 | 5175 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
5176 | L: [email protected] |
5177 | W: http://www.adaptec.com/ | |
5178 | S: Maintained | |
679655da | 5179 | F: drivers/scsi/ips* |
e2d1d6c0 RD |
5180 | |
5181 | IPVS | |
8b58be88 JP |
5182 | M: Wensong Zhang <[email protected]> |
5183 | M: Simon Horman <[email protected]> | |
5184 | M: Julian Anastasov <[email protected]> | |
979b6c13 | 5185 | L: [email protected] |
e2d1d6c0 | 5186 | L: [email protected] |
1da177e4 | 5187 | S: Maintained |
679655da | 5188 | F: Documentation/networking/ipvs-sysctl.txt |
b61d4a71 | 5189 | F: include/net/ip_vs.h |
c117ab84 | 5190 | F: include/uapi/linux/ip_vs.h |
679655da | 5191 | F: net/netfilter/ipvs/ |
1da177e4 | 5192 | |
e7839f25 | 5193 | IPWIRELESS DRIVER |
8b58be88 JP |
5194 | M: Jiri Kosina <[email protected]> |
5195 | M: David Sterba <[email protected]> | |
92094aa0 | 5196 | S: Odd Fixes |
282361a0 | 5197 | F: drivers/tty/ipwireless/ |
099dc4fb | 5198 | |
e2d1d6c0 | 5199 | IPX NETWORK LAYER |
8b58be88 | 5200 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 RD |
5201 | L: [email protected] |
5202 | S: Maintained | |
679655da | 5203 | F: include/net/ipx.h |
c117ab84 | 5204 | F: include/uapi/linux/ipx.h |
679655da | 5205 | F: net/ipx/ |
e2d1d6c0 | 5206 | |
1da177e4 | 5207 | IRDA SUBSYSTEM |
8b58be88 | 5208 | M: Samuel Ortiz <[email protected]> |
a2ac953d | 5209 | L: [email protected] (subscribers-only) |
ced649ea | 5210 | L: [email protected] |
1da177e4 | 5211 | W: http://irda.sourceforge.net/ |
f353976d | 5212 | S: Maintained |
e0057975 | 5213 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git |
679655da JP |
5214 | F: Documentation/networking/irda.txt |
5215 | F: drivers/net/irda/ | |
5216 | F: include/net/irda/ | |
5217 | F: net/irda/ | |
1da177e4 | 5218 | |
a800c7cc TG |
5219 | IRQ SUBSYSTEM |
5220 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 5221 | L: [email protected] |
a800c7cc | 5222 | S: Maintained |
75fc2d37 | 5223 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
a800c7cc | 5224 | F: kernel/irq/ |
2ed9fd28 JC |
5225 | |
5226 | IRQCHIP DRIVERS | |
5227 | M: Thomas Gleixner <[email protected]> | |
5228 | M: Jason Cooper <[email protected]> | |
5229 | L: [email protected] | |
5230 | S: Maintained | |
5231 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | |
5232 | T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core | |
5b5a9069 | 5233 | F: Documentation/devicetree/bindings/interrupt-controller/ |
edd96900 | 5234 | F: drivers/irqchip/ |
a800c7cc | 5235 | |
7ab3a837 GL |
5236 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
5237 | M: Benjamin Herrenschmidt <[email protected]> | |
7ab3a837 GL |
5238 | S: Maintained |
5239 | F: Documentation/IRQ-domain.txt | |
5240 | F: include/linux/irqdomain.h | |
5241 | F: kernel/irq/irqdomain.c | |
5242 | ||
e2d1d6c0 | 5243 | ISAPNP |
8b58be88 | 5244 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 5245 | S: Maintained |
679655da JP |
5246 | F: Documentation/isapnp.txt |
5247 | F: drivers/pnp/isapnp/ | |
5248 | F: include/linux/isapnp.h | |
e2d1d6c0 | 5249 | |
d39b8420 HV |
5250 | ISA RADIO MODULE |
5251 | M: Hans Verkuil <[email protected]> | |
5252 | L: [email protected] | |
5253 | T: git git://linuxtv.org/media_tree.git | |
5254 | W: http://linuxtv.org | |
5255 | S: Maintained | |
5256 | F: drivers/media/radio/radio-isa* | |
5257 | ||
71a6d0af HW |
5258 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
5259 | M: Peter Jones <[email protected]> | |
5260 | M: Konrad Rzeszutek Wilk <[email protected]> | |
5261 | S: Maintained | |
5262 | F: drivers/firmware/iscsi_ibft* | |
5263 | ||
14816b1e | 5264 | ISCSI |
8b58be88 | 5265 | M: Mike Christie <[email protected]> |
14816b1e MC |
5266 | L: [email protected] |
5267 | W: www.open-iscsi.org | |
54e5881d | 5268 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
14816b1e | 5269 | S: Maintained |
679655da JP |
5270 | F: drivers/scsi/*iscsi* |
5271 | F: include/scsi/*iscsi* | |
14816b1e | 5272 | |
1e65eb42 OG |
5273 | ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR |
5274 | M: Or Gerlitz <[email protected]> | |
b261aeaf | 5275 | M: Sagi Grimberg <[email protected]> |
1e65eb42 OG |
5276 | M: Roi Dayan <[email protected]> |
5277 | L: [email protected] | |
5278 | S: Supported | |
5279 | W: http://www.openfabrics.org | |
5280 | W: www.open-iscsi.org | |
5281 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
14430813 | 5282 | F: drivers/infiniband/ulp/iser/ |
1e65eb42 | 5283 | |
2b70e5fd SG |
5284 | ISCSI EXTENSIONS FOR RDMA (ISER) TARGET |
5285 | M: Sagi Grimberg <[email protected]> | |
5286 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master | |
5287 | L: [email protected] | |
5288 | L: [email protected] | |
5289 | S: Supported | |
5290 | W: http://www.linux-iscsi.org | |
5291 | F: drivers/infiniband/ulp/isert | |
5292 | ||
1da177e4 | 5293 | ISDN SUBSYSTEM |
8b58be88 | 5294 | M: Karsten Keil <[email protected]> |
d5d52273 | 5295 | L: [email protected] (subscribers-only) |
3da0ae62 | 5296 | L: [email protected] |
1da177e4 | 5297 | W: http://www.isdn4linux.de |
54e5881d | 5298 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
1da177e4 | 5299 | S: Maintained |
679655da JP |
5300 | F: Documentation/isdn/ |
5301 | F: drivers/isdn/ | |
5302 | F: include/linux/isdn.h | |
5303 | F: include/linux/isdn/ | |
c117ab84 CEB |
5304 | F: include/uapi/linux/isdn.h |
5305 | F: include/uapi/linux/isdn/ | |
1da177e4 LT |
5306 | |
5307 | ISDN SUBSYSTEM (Eicon active card driver) | |
8b58be88 | 5308 | M: Armin Schindler <[email protected]> |
d5d52273 | 5309 | L: [email protected] (subscribers-only) |
1da177e4 LT |
5310 | W: http://www.melware.de |
5311 | S: Maintained | |
679655da | 5312 | F: drivers/isdn/hardware/eicon/ |
1da177e4 | 5313 | |
d624870f | 5314 | IT87 HARDWARE MONITORING DRIVER |
7c81c60f | 5315 | M: Jean Delvare <[email protected]> |
d624870f JD |
5316 | L: [email protected] |
5317 | S: Maintained | |
5318 | F: Documentation/hwmon/it87 | |
5319 | F: drivers/hwmon/it87.c | |
5320 | ||
d7104bff AP |
5321 | IT913X MEDIA DRIVER |
5322 | M: Antti Palosaari <[email protected]> | |
5323 | L: [email protected] | |
5324 | W: http://linuxtv.org/ | |
5325 | W: http://palosaari.fi/linux/ | |
5326 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5327 | T: git git://linuxtv.org/anttip/media_tree.git | |
5328 | S: Maintained | |
249c697e | 5329 | F: drivers/media/tuners/it913x* |
d7104bff | 5330 | |
91821ff3 | 5331 | IVTV VIDEO4LINUX DRIVER |
6afdeaf8 | 5332 | M: Andy Walls <[email protected]> |
7b212edf | 5333 | L: [email protected] (subscribers-only) |
661263b5 | 5334 | L: [email protected] |
275ffde4 | 5335 | T: git git://linuxtv.org/media_tree.git |
91821ff3 HV |
5336 | W: http://www.ivtvdriver.org |
5337 | S: Maintained | |
679655da | 5338 | F: Documentation/video4linux/*.ivtv |
90d72ac6 | 5339 | F: drivers/media/pci/ivtv/ |
c117ab84 | 5340 | F: include/uapi/linux/ivtv* |
91821ff3 | 5341 | |
68620bdd MP |
5342 | IX2505V MEDIA DRIVER |
5343 | M: Malcolm Priestley <[email protected]> | |
5344 | L: [email protected] | |
5345 | W: http://linuxtv.org/ | |
5346 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5347 | S: Maintained | |
5348 | F: drivers/media/dvb-frontends/ix2505v* | |
5349 | ||
4453d736 GR |
5350 | JC42.4 TEMPERATURE SENSOR DRIVER |
5351 | M: Guenter Roeck <[email protected]> | |
5352 | L: [email protected] | |
5353 | S: Maintained | |
5354 | F: drivers/hwmon/jc42.c | |
5355 | F: Documentation/hwmon/jc42 | |
5356 | ||
e2d1d6c0 | 5357 | JFS FILESYSTEM |
3256f80f | 5358 | M: Dave Kleikamp <[email protected]> |
e2d1d6c0 RD |
5359 | L: [email protected] |
5360 | W: http://jfs.sourceforge.net/ | |
54e5881d | 5361 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
8f8f0134 | 5362 | S: Maintained |
679655da JP |
5363 | F: Documentation/filesystems/jfs.txt |
5364 | F: fs/jfs/ | |
e2d1d6c0 | 5365 | |
95252236 | 5366 | JME NETWORK DRIVER |
8b58be88 | 5367 | M: Guo-Fu Tseng <[email protected]> |
95252236 GFT |
5368 | L: [email protected] |
5369 | S: Maintained | |
63d24a0e | 5370 | F: drivers/net/ethernet/jme.* |
95252236 | 5371 | |
1da177e4 | 5372 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
8b58be88 | 5373 | M: David Woodhouse <[email protected]> |
6d85d066 DW |
5374 | L: [email protected] |
5375 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 | 5376 | S: Maintained |
679655da | 5377 | F: fs/jffs2/ |
c117ab84 | 5378 | F: include/uapi/linux/jffs2.h |
1da177e4 | 5379 | |
de456d37 | 5380 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
8b58be88 | 5381 | M: Andrew Morton <[email protected]> |
19003c18 | 5382 | M: Jan Kara <[email protected]> |
72be2ccf | 5383 | L: [email protected] |
ae0718f8 | 5384 | S: Maintained |
d183e11a | 5385 | F: fs/jbd/ |
d183e11a TT |
5386 | F: include/linux/jbd.h |
5387 | ||
5388 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) | |
5389 | M: "Theodore Ts'o" <[email protected]> | |
5390 | L: [email protected] | |
5391 | S: Maintained | |
5392 | F: fs/jbd2/ | |
5393 | F: include/linux/jbd2.h | |
ae0718f8 | 5394 | |
fd8b6cb4 | 5395 | JSM Neo PCI based serial card |
9d141cb9 | 5396 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
fd8b6cb4 BL |
5397 | L: [email protected] |
5398 | S: Maintained | |
df621252 | 5399 | F: drivers/tty/serial/jsm/ |
ae0718f8 | 5400 | |
af39917d CL |
5401 | K10TEMP HARDWARE MONITORING DRIVER |
5402 | M: Clemens Ladisch <[email protected]> | |
5403 | L: [email protected] | |
5404 | S: Maintained | |
5405 | F: Documentation/hwmon/k10temp | |
5406 | F: drivers/hwmon/k10temp.c | |
5407 | ||
4660cb35 | 5408 | K8TEMP HARDWARE MONITORING DRIVER |
8b58be88 | 5409 | M: Rudolf Marek <[email protected]> |
4660cb35 | 5410 | L: [email protected] |
ae0718f8 | 5411 | S: Maintained |
679655da JP |
5412 | F: Documentation/hwmon/k8temp |
5413 | F: drivers/hwmon/k8temp.c | |
ae0718f8 | 5414 | |
1da177e4 | 5415 | KCONFIG |
5eb1f99e | 5416 | M: "Yann E. MORIN" <[email protected]> |
347d12d7 | 5417 | L: [email protected] |
cea8321c | 5418 | T: git git://gitorious.org/linux-kconfig/linux-kconfig |
5eb1f99e | 5419 | S: Maintained |
679655da JP |
5420 | F: Documentation/kbuild/kconfig-language.txt |
5421 | F: scripts/kconfig/ | |
1da177e4 | 5422 | |
ea6c2089 | 5423 | KDUMP |
8b58be88 JP |
5424 | M: Vivek Goyal <[email protected]> |
5425 | M: Haren Myneni <[email protected]> | |
34633993 | 5426 | L: [email protected] |
ea6c2089 VG |
5427 | W: http://lse.sourceforge.net/kdump/ |
5428 | S: Maintained | |
80811493 | 5429 | F: Documentation/kdump/ |
ea6c2089 | 5430 | |
f41bf02f HV |
5431 | KEENE FM RADIO TRANSMITTER DRIVER |
5432 | M: Hans Verkuil <[email protected]> | |
5433 | L: [email protected] | |
5434 | T: git git://linuxtv.org/media_tree.git | |
5435 | W: http://linuxtv.org | |
5436 | S: Maintained | |
5437 | F: drivers/media/radio/radio-keene* | |
5438 | ||
1da177e4 | 5439 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
8b58be88 | 5440 | M: Ian Kent <[email protected]> |
f694fc97 | 5441 | L: [email protected] |
1da177e4 | 5442 | S: Maintained |
679655da | 5443 | F: fs/autofs4/ |
1da177e4 | 5444 | |
70fb7ba6 | 5445 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
5ce45962 | 5446 | M: Michal Marek <[email protected]> |
08deed1e JP |
5447 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next |
5448 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes | |
347d12d7 | 5449 | L: [email protected] |
5ce45962 | 5450 | S: Maintained |
679655da JP |
5451 | F: Documentation/kbuild/ |
5452 | F: Makefile | |
5453 | F: scripts/Makefile.* | |
70fb7ba6 MM |
5454 | F: scripts/basic/ |
5455 | F: scripts/mk* | |
5456 | F: scripts/package/ | |
1da177e4 LT |
5457 | |
5458 | KERNEL JANITORS | |
c3000e03 | 5459 | L: [email protected] |
10466f5a | 5460 | W: http://kernelnewbies.org/KernelJanitors |
ee709b0c | 5461 | S: Odd Fixes |
1da177e4 | 5462 | |
e8b43555 | 5463 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
8b58be88 | 5464 | M: "J. Bruce Fields" <[email protected]> |
16141c02 | 5465 | L: [email protected] |
1da177e4 | 5466 | W: http://nfs.sourceforge.net/ |
98fac23f | 5467 | S: Supported |
679655da | 5468 | F: fs/nfsd/ |
c117ab84 | 5469 | F: include/uapi/linux/nfsd/ |
679655da JP |
5470 | F: fs/lockd/ |
5471 | F: fs/nfs_common/ | |
5472 | F: net/sunrpc/ | |
5473 | F: include/linux/lockd/ | |
5474 | F: include/linux/sunrpc/ | |
c117ab84 | 5475 | F: include/uapi/linux/sunrpc/ |
1da177e4 | 5476 | |
13b122b3 SK |
5477 | KERNEL SELFTEST FRAMEWORK |
5478 | M: Shuah Khan <[email protected]> | |
5479 | L: [email protected] | |
5480 | T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest | |
5481 | S: Maintained | |
5482 | F: tools/testing/selftests | |
5483 | ||
426d62e2 | 5484 | KERNEL VIRTUAL MACHINE (KVM) |
0a00a775 | 5485 | M: Gleb Natapov <[email protected]> |
c93a64fe | 5486 | M: Paolo Bonzini <[email protected]> |
1fc9d2bf | 5487 | L: [email protected] |
e3e58478 | 5488 | W: http://www.linux-kvm.org |
a94b40a6 | 5489 | T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git |
426d62e2 | 5490 | S: Supported |
c93a64fe PB |
5491 | F: Documentation/*/kvm*.txt |
5492 | F: Documentation/virtual/kvm/ | |
679655da JP |
5493 | F: arch/*/kvm/ |
5494 | F: arch/*/include/asm/kvm* | |
5495 | F: include/linux/kvm* | |
c117ab84 | 5496 | F: include/uapi/linux/kvm* |
679655da | 5497 | F: virt/kvm/ |
426d62e2 | 5498 | |
ad8003d3 | 5499 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
7de609c8 | 5500 | M: Joerg Roedel <[email protected]> |
1fc9d2bf AK |
5501 | L: [email protected] |
5502 | W: http://kvm.qumranet.com | |
7de609c8 | 5503 | S: Maintained |
679655da | 5504 | F: arch/x86/include/asm/svm.h |
679655da | 5505 | F: arch/x86/kvm/svm.c |
426d62e2 | 5506 | |
513014b7 | 5507 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
ddf0289d | 5508 | M: Alexander Graf <[email protected]> |
1fc9d2bf AK |
5509 | L: [email protected] |
5510 | W: http://kvm.qumranet.com | |
6a7f972d | 5511 | T: git git://github.com/agraf/linux-2.6.git |
513014b7 | 5512 | S: Supported |
679655da JP |
5513 | F: arch/powerpc/include/asm/kvm* |
5514 | F: arch/powerpc/kvm/ | |
513014b7 | 5515 | |
85f8fffe | 5516 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
8b58be88 | 5517 | M: Christian Borntraeger <[email protected]> |
4ae57b6c | 5518 | M: Cornelia Huck <[email protected]> |
85f8fffe CB |
5519 | M: [email protected] |
5520 | L: [email protected] | |
5521 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
5522 | S: Supported | |
679655da JP |
5523 | F: Documentation/s390/kvm.txt |
5524 | F: arch/s390/include/asm/kvm* | |
80811493 | 5525 | F: arch/s390/kvm/ |
a968cd3e | 5526 | F: drivers/s390/kvm/ |
85f8fffe | 5527 | |
a749474d | 5528 | KERNEL VIRTUAL MACHINE (KVM) FOR ARM |
0f4ca79e | 5529 | M: Christoffer Dall <[email protected]> |
5c8818b4 MZ |
5530 | M: Marc Zyngier <[email protected]> |
5531 | L: [email protected] (moderated for non-subscribers) | |
a749474d CD |
5532 | L: [email protected] |
5533 | W: http://systems.cs.columbia.edu/projects/kvm-arm | |
0f4ca79e | 5534 | S: Supported |
a749474d CD |
5535 | F: arch/arm/include/uapi/asm/kvm* |
5536 | F: arch/arm/include/asm/kvm* | |
5537 | F: arch/arm/kvm/ | |
5c8818b4 MZ |
5538 | F: virt/kvm/arm/ |
5539 | F: include/kvm/arm_* | |
a749474d | 5540 | |
6394a3ec | 5541 | KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) |
5c8818b4 | 5542 | M: Christoffer Dall <[email protected]> |
6394a3ec MZ |
5543 | M: Marc Zyngier <[email protected]> |
5544 | L: [email protected] (moderated for non-subscribers) | |
5545 | L: [email protected] | |
5546 | S: Maintained | |
5547 | F: arch/arm64/include/uapi/asm/kvm* | |
5548 | F: arch/arm64/include/asm/kvm* | |
5549 | F: arch/arm64/kvm/ | |
5550 | ||
dc009d92 | 5551 | KEXEC |
8b58be88 | 5552 | M: Eric Biederman <[email protected]> |
2f327dad | 5553 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
34633993 | 5554 | L: [email protected] |
dc009d92 | 5555 | S: Maintained |
679655da | 5556 | F: include/linux/kexec.h |
c117ab84 | 5557 | F: include/uapi/linux/kexec.h |
679655da | 5558 | F: kernel/kexec.c |
dc009d92 | 5559 | |
e971461f DH |
5560 | KEYS/KEYRINGS: |
5561 | M: David Howells <[email protected]> | |
5562 | L: [email protected] | |
5563 | S: Maintained | |
d410fa4e | 5564 | F: Documentation/security/keys.txt |
e971461f DH |
5565 | F: include/linux/key.h |
5566 | F: include/linux/key-type.h | |
5567 | F: include/keys/ | |
5568 | F: security/keys/ | |
5569 | ||
7f3c68be | 5570 | KEYS-TRUSTED |
74dd744f MZ |
5571 | M: David Safford <[email protected]> |
5572 | M: Mimi Zohar <[email protected]> | |
7f3c68be MZ |
5573 | L: [email protected] |
5574 | L: [email protected] | |
5575 | S: Supported | |
d410fa4e | 5576 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be MZ |
5577 | F: include/keys/trusted-type.h |
5578 | F: security/keys/trusted.c | |
5579 | F: security/keys/trusted.h | |
5580 | ||
5581 | KEYS-ENCRYPTED | |
74dd744f MZ |
5582 | M: Mimi Zohar <[email protected]> |
5583 | M: David Safford <[email protected]> | |
7f3c68be MZ |
5584 | L: [email protected] |
5585 | L: [email protected] | |
5586 | S: Supported | |
d410fa4e | 5587 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be | 5588 | F: include/keys/encrypted-type.h |
19c90aa6 | 5589 | F: security/keys/encrypted-keys/ |
7f3c68be | 5590 | |
5b778dad | 5591 | KGDB / KDB /debug_core |
8b58be88 | 5592 | M: Jason Wessel <[email protected]> |
4063eb5f | 5593 | W: http://kgdb.wiki.kernel.org/ |
e3e2aaf7 JW |
5594 | L: [email protected] |
5595 | S: Maintained | |
679655da JP |
5596 | F: Documentation/DocBook/kgdb.tmpl |
5597 | F: drivers/misc/kgdbts.c | |
df621252 | 5598 | F: drivers/tty/serial/kgdboc.c |
5b778dad | 5599 | F: include/linux/kdb.h |
679655da | 5600 | F: include/linux/kgdb.h |
4063eb5f | 5601 | F: kernel/debug/ |
e3e2aaf7 | 5602 | |
456db8cc | 5603 | KMEMCHECK |
8b58be88 | 5604 | M: Vegard Nossum <[email protected]> |
2ed1c525 | 5605 | M: Pekka Enberg <[email protected]> |
b9ce08c0 | 5606 | S: Maintained |
410d7a97 JP |
5607 | F: Documentation/kmemcheck.txt |
5608 | F: arch/x86/include/asm/kmemcheck.h | |
5609 | F: arch/x86/mm/kmemcheck/ | |
5610 | F: include/linux/kmemcheck.h | |
5611 | F: mm/kmemcheck.c | |
b9ce08c0 | 5612 | |
c3bb4d24 | 5613 | KMEMLEAK |
8b58be88 | 5614 | M: Catalin Marinas <[email protected]> |
c3bb4d24 CM |
5615 | S: Maintained |
5616 | F: Documentation/kmemleak.txt | |
5617 | F: include/linux/kmemleak.h | |
5618 | F: mm/kmemleak.c | |
5619 | F: mm/kmemleak-test.c | |
5620 | ||
89559a61 | 5621 | KPROBES |
8b58be88 JP |
5622 | M: Ananth N Mavinakayanahalli <[email protected]> |
5623 | M: Anil S Keshavamurthy <[email protected]> | |
5624 | M: "David S. Miller" <[email protected]> | |
97c29e74 | 5625 | M: Masami Hiramatsu <[email protected]> |
89559a61 | 5626 | S: Maintained |
679655da JP |
5627 | F: Documentation/kprobes.txt |
5628 | F: include/linux/kprobes.h | |
5629 | F: kernel/kprobes.c | |
89559a61 | 5630 | |
70e84049 | 5631 | KS0108 LCD CONTROLLER DRIVER |
8b58be88 | 5632 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
5633 | W: http://miguelojeda.es/auxdisplay.htm |
5634 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 5635 | S: Maintained |
679655da JP |
5636 | F: Documentation/auxdisplay/ks0108 |
5637 | F: drivers/auxdisplay/ks0108.c | |
5638 | F: include/linux/ks0108.h | |
70e84049 | 5639 | |
1da177e4 | 5640 | LAPB module |
1da177e4 | 5641 | L: [email protected] |
bf9915cc | 5642 | S: Orphan |
679655da JP |
5643 | F: Documentation/networking/lapb-module.txt |
5644 | F: include/*/lapb.h | |
5645 | F: net/lapb/ | |
1da177e4 LT |
5646 | |
5647 | LASI 53c700 driver for PARISC | |
8b58be88 | 5648 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
5649 | L: [email protected] |
5650 | S: Maintained | |
679655da JP |
5651 | F: Documentation/scsi/53c700.txt |
5652 | F: drivers/scsi/53c700* | |
1da177e4 | 5653 | |
263de9b5 | 5654 | LED SUBSYSTEM |
c772fc26 | 5655 | M: Bryan Wu <[email protected]> |
8b58be88 | 5656 | M: Richard Purdie <[email protected]> |
aa69cb8c BW |
5657 | L: [email protected] |
5658 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | |
263de9b5 | 5659 | S: Maintained |
679655da JP |
5660 | F: drivers/leds/ |
5661 | F: include/linux/leds.h | |
263de9b5 | 5662 | |
b0461a44 | 5663 | LEGACY EEPROM DRIVER |
7c81c60f | 5664 | M: Jean Delvare <[email protected]> |
b0461a44 JD |
5665 | S: Maintained |
5666 | F: Documentation/misc-devices/eeprom | |
5667 | F: drivers/misc/eeprom/eeprom.c | |
5668 | ||
1da177e4 | 5669 | LEGO USB Tower driver |
8b58be88 | 5670 | M: Juergen Stuber <[email protected]> |
1da177e4 LT |
5671 | L: [email protected] |
5672 | W: http://legousb.sourceforge.net/ | |
5673 | S: Maintained | |
679655da | 5674 | F: drivers/usb/misc/legousbtower.c |
1da177e4 | 5675 | |
055616a8 MK |
5676 | LG2160 MEDIA DRIVER |
5677 | M: Michael Krufky <[email protected]> | |
5678 | L: [email protected] | |
5679 | W: http://linuxtv.org/ | |
5680 | W: http://github.com/mkrufky | |
5681 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5682 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5683 | S: Maintained | |
5684 | F: drivers/media/dvb-frontends/lg2160.* | |
5685 | ||
6f0e7725 MK |
5686 | LGDT3305 MEDIA DRIVER |
5687 | M: Michael Krufky <[email protected]> | |
5688 | L: [email protected] | |
5689 | W: http://linuxtv.org/ | |
5690 | W: http://github.com/mkrufky | |
5691 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5692 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5693 | S: Maintained | |
5694 | F: drivers/media/dvb-frontends/lgdt3305.* | |
5695 | ||
568a17ff | 5696 | LGUEST |
8b58be88 | 5697 | M: Rusty Russell <[email protected]> |
a4724ed6 | 5698 | L: [email protected] |
568a17ff | 5699 | W: http://lguest.ozlabs.org/ |
72e91863 | 5700 | S: Odd Fixes |
070f420b | 5701 | F: arch/x86/include/asm/lguest*.h |
679655da JP |
5702 | F: arch/x86/lguest/ |
5703 | F: drivers/lguest/ | |
5704 | F: include/linux/lguest*.h | |
070f420b | 5705 | F: tools/lguest/ |
568a17ff | 5706 | |
1acd437c SL |
5707 | LIBLOCKDEP |
5708 | M: Sasha Levin <[email protected]> | |
5709 | S: Maintained | |
5710 | F: tools/lib/lockdep/ | |
5711 | ||
1da177e4 | 5712 | LINUX FOR IBM pSERIES (RS/6000) |
8b58be88 | 5713 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
5714 | W: http://www.ibm.com/linux/ltc/projects/ppc |
5715 | S: Supported | |
11c34c7d | 5716 | F: arch/powerpc/boot/rs6000.h |
1da177e4 | 5717 | |
852bb9f5 | 5718 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
8b58be88 JP |
5719 | M: Benjamin Herrenschmidt <[email protected]> |
5720 | M: Paul Mackerras <[email protected]> | |
ea668936 | 5721 | M: Michael Ellerman <[email protected]> |
1da177e4 | 5722 | W: http://www.penguinppc.org/ |
a4724ed6 | 5723 | L: [email protected] |
8a6e2535 | 5724 | Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ |
54e5881d | 5725 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
1da177e4 | 5726 | S: Supported |
11c34c7d JP |
5727 | F: Documentation/powerpc/ |
5728 | F: arch/powerpc/ | |
1da177e4 LT |
5729 | |
5730 | LINUX FOR POWER MACINTOSH | |
8b58be88 | 5731 | M: Benjamin Herrenschmidt <[email protected]> |
1da177e4 | 5732 | W: http://www.penguinppc.org/ |
a4724ed6 | 5733 | L: [email protected] |
1da177e4 | 5734 | S: Maintained |
11c34c7d JP |
5735 | F: arch/powerpc/platforms/powermac/ |
5736 | F: drivers/macintosh/ | |
1da177e4 | 5737 | |
77a76369 | 5738 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
a149507b | 5739 | M: Anatolij Gustschin <[email protected]> |
a4724ed6 | 5740 | L: [email protected] |
cba5b1c6 | 5741 | T: git git://git.denx.de/linux-denx-agust.git |
1da177e4 | 5742 | S: Maintained |
11c34c7d JP |
5743 | F: arch/powerpc/platforms/512x/ |
5744 | F: arch/powerpc/platforms/52xx/ | |
1da177e4 LT |
5745 | |
5746 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
1d11cd67 | 5747 | M: Alistair Popple <[email protected]> |
8b58be88 | 5748 | M: Matt Porter <[email protected]> |
1da177e4 | 5749 | W: http://www.penguinppc.org/ |
a4724ed6 | 5750 | L: [email protected] |
1da177e4 | 5751 | S: Maintained |
11c34c7d JP |
5752 | F: arch/powerpc/platforms/40x/ |
5753 | F: arch/powerpc/platforms/44x/ | |
1da177e4 | 5754 | |
260c02a9 | 5755 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
a4724ed6 | 5756 | L: [email protected] |
cdeb8994 | 5757 | S: Orphan |
11c34c7d JP |
5758 | F: arch/powerpc/*/*virtex* |
5759 | F: arch/powerpc/*/*/*virtex* | |
1da177e4 | 5760 | |
e93adf1e | 5761 | LINUX FOR POWERPC EMBEDDED PPC8XX |
8b58be88 | 5762 | M: Vitaly Bordug <[email protected]> |
e93adf1e | 5763 | W: http://www.penguinppc.org/ |
a4724ed6 | 5764 | L: [email protected] |
e93adf1e | 5765 | S: Maintained |
a2b1f7c8 | 5766 | F: arch/powerpc/platforms/8xx/ |
e93adf1e | 5767 | |
1da177e4 | 5768 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
a1e0fb42 | 5769 | M: Scott Wood <[email protected]> |
8b58be88 | 5770 | M: Kumar Gala <[email protected]> |
ce00f85c | 5771 | W: http://www.penguinppc.org/ |
a4724ed6 | 5772 | L: [email protected] |
a1e0fb42 | 5773 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git |
ce00f85c | 5774 | S: Maintained |
11c34c7d | 5775 | F: arch/powerpc/platforms/83xx/ |
4c8f581d | 5776 | F: arch/powerpc/platforms/85xx/ |
1da177e4 | 5777 | |
ab06ff3a | 5778 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
8b58be88 | 5779 | M: Olof Johansson <[email protected]> |
a4724ed6 | 5780 | L: [email protected] |
92e19709 | 5781 | S: Maintained |
11c34c7d JP |
5782 | F: arch/powerpc/platforms/pasemi/ |
5783 | F: drivers/*/*pasemi* | |
5784 | F: drivers/*/*/*pasemi* | |
ab06ff3a | 5785 | |
1da177e4 | 5786 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
8b58be88 | 5787 | M: Chris Wright <[email protected]> |
1a4520be | 5788 | L: [email protected] |
1da177e4 LT |
5789 | S: Supported |
5790 | ||
a23ce6da HW |
5791 | LIS3LV02D ACCELEROMETER DRIVER |
5792 | M: Eric Piel <[email protected]> | |
5793 | S: Maintained | |
ff606677 JD |
5794 | F: Documentation/misc-devices/lis3lv02d |
5795 | F: drivers/misc/lis3lv02d/ | |
bd35665f | 5796 | F: drivers/platform/x86/hp_accel.c |
a23ce6da | 5797 | |
e2d1d6c0 | 5798 | LLC (802.2) |
8b58be88 | 5799 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 | 5800 | S: Maintained |
679655da | 5801 | F: include/linux/llc.h |
c117ab84 | 5802 | F: include/uapi/linux/llc.h |
679655da JP |
5803 | F: include/net/llc* |
5804 | F: net/llc/ | |
e2d1d6c0 | 5805 | |
4e233cbe AD |
5806 | LM73 HARDWARE MONITOR DRIVER |
5807 | M: Guillaume Ligneul <[email protected]> | |
5808 | L: [email protected] | |
5809 | S: Maintained | |
5810 | F: drivers/hwmon/lm73.c | |
5811 | ||
156e2d1a | 5812 | LM78 HARDWARE MONITOR DRIVER |
7c81c60f | 5813 | M: Jean Delvare <[email protected]> |
156e2d1a JD |
5814 | L: [email protected] |
5815 | S: Maintained | |
5816 | F: Documentation/hwmon/lm78 | |
5817 | F: drivers/hwmon/lm78.c | |
5818 | ||
1da177e4 | 5819 | LM83 HARDWARE MONITOR DRIVER |
7c81c60f | 5820 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5821 | L: [email protected] |
1da177e4 | 5822 | S: Maintained |
679655da JP |
5823 | F: Documentation/hwmon/lm83 |
5824 | F: drivers/hwmon/lm83.c | |
1da177e4 LT |
5825 | |
5826 | LM90 HARDWARE MONITOR DRIVER | |
7c81c60f | 5827 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5828 | L: [email protected] |
1da177e4 | 5829 | S: Maintained |
679655da | 5830 | F: Documentation/hwmon/lm90 |
aae7bce4 | 5831 | F: Documentation/devicetree/bindings/hwmon/lm90.txt |
679655da | 5832 | F: drivers/hwmon/lm90.c |
1da177e4 | 5833 | |
917cc4e6 GR |
5834 | LM95234 HARDWARE MONITOR DRIVER |
5835 | M: Guenter Roeck <[email protected]> | |
5836 | L: [email protected] | |
5837 | S: Maintained | |
5838 | F: Documentation/hwmon/lm95234 | |
5839 | F: drivers/hwmon/lm95234.c | |
5840 | ||
68620bdd MP |
5841 | LME2510 MEDIA DRIVER |
5842 | M: Malcolm Priestley <[email protected]> | |
5843 | L: [email protected] | |
5844 | W: http://linuxtv.org/ | |
5845 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5846 | S: Maintained | |
5847 | F: drivers/media/usb/dvb-usb-v2/lmedm04* | |
5848 | ||
512e67f9 | 5849 | LOCKDEP AND LOCKSTAT |
8b58be88 JP |
5850 | M: Peter Zijlstra <[email protected]> |
5851 | M: Ingo Molnar <[email protected]> | |
981c3a4f | 5852 | L: [email protected] |
75fc2d37 | 5853 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking |
512e67f9 | 5854 | S: Maintained |
214e0aed DB |
5855 | F: Documentation/locking/lockdep*.txt |
5856 | F: Documentation/locking/lockstat.txt | |
679655da | 5857 | F: include/linux/lockdep.h |
7486d6da | 5858 | F: kernel/locking/ |
512e67f9 | 5859 | |
dde33348 | 5860 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
8b58be88 | 5861 | M: "Richard Russon (FlatCap)" <[email protected]> |
dde33348 AA |
5862 | L: [email protected] |
5863 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 | 5864 | S: Maintained |
679655da | 5865 | F: Documentation/ldm.txt |
20d16fef | 5866 | F: block/partitions/ldm.* |
1da177e4 | 5867 | |
ef6ada3d JE |
5868 | LogFS |
5869 | M: Joern Engel <[email protected]> | |
756ccb3c | 5870 | M: Prasad Joshi <[email protected]> |
ef6ada3d JE |
5871 | L: [email protected] |
5872 | W: logfs.org | |
5873 | S: Maintained | |
5874 | F: fs/logfs/ | |
5875 | ||
b62d7946 RS |
5876 | LPC32XX MACHINE SUPPORT |
5877 | M: Roland Stigge <[email protected]> | |
5878 | L: [email protected] (moderated for non-subscribers) | |
5879 | S: Maintained | |
5880 | F: arch/arm/mach-lpc32xx/ | |
5881 | ||
c87e34ef | 5882 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
3a980508 RS |
5883 | M: Nagalakshmi Nandigama <[email protected]> |
5884 | M: Praveen Krishnamoorthy <[email protected]> | |
5885 | M: Sreekanth Reddy <[email protected]> | |
5886 | M: Abhijit Mahajan <[email protected]> | |
5887 | L: [email protected] | |
c87e34ef MED |
5888 | L: [email protected] |
5889 | W: http://www.lsilogic.com/support | |
5890 | S: Supported | |
679655da | 5891 | F: drivers/message/fusion/ |
500c152a | 5892 | F: drivers/scsi/mpt2sas/ |
5893 | F: drivers/scsi/mpt3sas/ | |
c87e34ef | 5894 | |
1da177e4 | 5895 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
8b58be88 | 5896 | M: Matthew Wilcox <[email protected]> |
1da177e4 LT |
5897 | L: [email protected] |
5898 | S: Maintained | |
679655da | 5899 | F: drivers/scsi/sym53c8xx_2/ |
1da177e4 | 5900 | |
e5f5c99a GR |
5901 | LTC4261 HARDWARE MONITOR DRIVER |
5902 | M: Guenter Roeck <[email protected]> | |
5903 | L: [email protected] | |
5904 | S: Maintained | |
5905 | F: Documentation/hwmon/ltc4261 | |
5906 | F: drivers/hwmon/ltc4261.c | |
5907 | ||
81365c31 | 5908 | LTP (Linux Test Project) |
28b8e8d4 | 5909 | M: Mike Frysinger <[email protected]> |
7d1ae8a8 | 5910 | M: Cyril Hrubis <[email protected]> |
7d1ae8a8 | 5911 | M: Wanlong Gao <[email protected]> |
f2eb7f6f CH |
5912 | M: Jan Stancek <[email protected]> |
5913 | M: Stanislav Kholmanskikh <[email protected]> | |
5914 | M: Alexey Kodanev <[email protected]> | |
81365c31 | 5915 | L: [email protected] (subscribers-only) |
f2eb7f6f | 5916 | W: http://linux-test-project.github.io/ |
7d1ae8a8 | 5917 | T: git git://github.com/linux-test-project/ltp.git |
81365c31 MF |
5918 | S: Maintained |
5919 | ||
c12a54b3 | 5920 | M32R ARCHITECTURE |
c12a54b3 | 5921 | W: http://www.linux-m32r.org/ |
b4174867 | 5922 | S: Orphan |
679655da | 5923 | F: arch/m32r/ |
c12a54b3 | 5924 | |
1da177e4 | 5925 | M68K ARCHITECTURE |
8b58be88 | 5926 | M: Geert Uytterhoeven <[email protected]> |
1da177e4 LT |
5927 | L: [email protected] |
5928 | W: http://www.linux-m68k.org/ | |
54e5881d | 5929 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
1da177e4 | 5930 | S: Maintained |
679655da | 5931 | F: arch/m68k/ |
9db35182 | 5932 | F: drivers/zorro/ |
1da177e4 LT |
5933 | |
5934 | M68K ON APPLE MACINTOSH | |
8b58be88 | 5935 | M: Joshua Thompson <[email protected]> |
1da177e4 | 5936 | W: http://www.mac.linux-m68k.org/ |
9bb9f222 | 5937 | L: [email protected] |
1da177e4 | 5938 | S: Maintained |
9db35182 | 5939 | F: arch/m68k/mac/ |
1da177e4 LT |
5940 | |
5941 | M68K ON HP9000/300 | |
8b58be88 | 5942 | M: Philip Blundell <[email protected]> |
1da177e4 LT |
5943 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
5944 | S: Maintained | |
679655da | 5945 | F: arch/m68k/hp300/ |
1da177e4 | 5946 | |
74425546 AP |
5947 | M88DS3103 MEDIA DRIVER |
5948 | M: Antti Palosaari <[email protected]> | |
5949 | L: [email protected] | |
5950 | W: http://linuxtv.org/ | |
5951 | W: http://palosaari.fi/linux/ | |
5952 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5953 | T: git git://linuxtv.org/anttip/media_tree.git | |
5954 | S: Maintained | |
5955 | F: drivers/media/dvb-frontends/m88ds3103* | |
5956 | ||
68620bdd MP |
5957 | M88RS2000 MEDIA DRIVER |
5958 | M: Malcolm Priestley <[email protected]> | |
5959 | L: [email protected] | |
5960 | W: http://linuxtv.org/ | |
5961 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5962 | S: Maintained | |
5963 | F: drivers/media/dvb-frontends/m88rs2000* | |
5964 | ||
0d62f800 AP |
5965 | M88TS2022 MEDIA DRIVER |
5966 | M: Antti Palosaari <[email protected]> | |
5967 | L: [email protected] | |
5968 | W: http://linuxtv.org/ | |
5969 | W: http://palosaari.fi/linux/ | |
5970 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5971 | T: git git://linuxtv.org/anttip/media_tree.git | |
5972 | S: Maintained | |
5973 | F: drivers/media/tuners/m88ts2022* | |
5974 | ||
07a092fa | 5975 | MA901 MASTERKIT USB FM RADIO DRIVER |
b75f0050 JP |
5976 | M: Alexey Klimov <[email protected]> |
5977 | L: [email protected] | |
5978 | T: git git://linuxtv.org/media_tree.git | |
5979 | S: Maintained | |
5980 | F: drivers/media/radio/radio-ma901.c | |
07a092fa | 5981 | |
64a327a7 | 5982 | MAC80211 |
8b58be88 | 5983 | M: Johannes Berg <[email protected]> |
64a327a7 | 5984 | L: [email protected] |
491b26b4 | 5985 | W: http://wireless.kernel.org/ |
ce466579 JB |
5986 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
5987 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
64a327a7 | 5988 | S: Maintained |
679655da JP |
5989 | F: Documentation/networking/mac80211-injection.txt |
5990 | F: include/net/mac80211.h | |
5991 | F: net/mac80211/ | |
64a327a7 | 5992 | |
b863ceb7 | 5993 | MACVLAN DRIVER |
8b58be88 | 5994 | M: Patrick McHardy <[email protected]> |
b863ceb7 PM |
5995 | L: [email protected] |
5996 | S: Maintained | |
679655da JP |
5997 | F: drivers/net/macvlan.c |
5998 | F: include/linux/if_macvlan.h | |
b863ceb7 | 5999 | |
2b6d83e2 JB |
6000 | MAILBOX API |
6001 | M: Jassi Brar <[email protected]> | |
6002 | L: [email protected] | |
6003 | S: Maintained | |
6004 | F: drivers/mailbox/ | |
6005 | F: include/linux/mailbox_client.h | |
6006 | F: include/linux/mailbox_controller.h | |
6007 | ||
faf1668c | 6008 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
8b58be88 | 6009 | M: Michael Kerrisk <[email protected]> |
795fb7e7 | 6010 | W: http://www.kernel.org/doc/man-pages |
bd7ebec6 | 6011 | L: [email protected] |
1b53dc74 | 6012 | S: Maintained |
faf1668c | 6013 | |
8427defd RK |
6014 | MARVELL ARMADA DRM SUPPORT |
6015 | M: Russell King <[email protected]> | |
6016 | S: Maintained | |
6017 | F: drivers/gpu/drm/armada/ | |
6018 | ||
3ad50cca GR |
6019 | MARVELL 88E6352 DSA support |
6020 | M: Guenter Roeck <[email protected]> | |
6021 | S: Maintained | |
6022 | F: drivers/net/dsa/mv88e6352.c | |
6023 | ||
44c14c1d | 6024 | MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) |
6025 | M: Mirko Lindner <[email protected]> | |
adbbf69d | 6026 | M: Stephen Hemminger <[email protected]> |
44c14c1d | 6027 | L: [email protected] |
6028 | S: Maintained | |
6029 | F: drivers/net/ethernet/marvell/sk* | |
6030 | ||
74cda169 | 6031 | MARVELL LIBERTAS WIRELESS DRIVER |
74cda169 | 6032 | L: [email protected] |
8ac3e99e | 6033 | S: Orphan |
679655da | 6034 | F: drivers/net/wireless/libertas/ |
74cda169 | 6035 | |
b60d6975 | 6036 | MARVELL MV643XX ETHERNET DRIVER |
4e3faf88 | 6037 | M: Sebastian Hesselbarth <[email protected]> |
979b6c13 | 6038 | L: [email protected] |
f5ca8502 | 6039 | S: Maintained |
527a6266 | 6040 | F: drivers/net/ethernet/marvell/mv643xx_eth.* |
679655da | 6041 | F: include/linux/mv643xx.h |
1da177e4 | 6042 | |
370b8ed9 TP |
6043 | MARVELL MVNETA ETHERNET DRIVER |
6044 | M: Thomas Petazzoni <[email protected]> | |
6045 | L: [email protected] | |
6046 | S: Maintained | |
6047 | F: drivers/net/ethernet/marvell/mvneta.* | |
6048 | ||
fcad584d | 6049 | MARVELL MWIFIEX WIRELESS DRIVER |
b9d31704 BZ |
6050 | M: Amitkumar Karwar <[email protected]> |
6051 | M: Avinash Patil <[email protected]> | |
fcad584d BZ |
6052 | L: [email protected] |
6053 | S: Maintained | |
6054 | F: drivers/net/wireless/mwifiex/ | |
6055 | ||
a2c3f656 | 6056 | MARVELL MWL8K WIRELESS DRIVER |
a040d532 | 6057 | M: Lennert Buytenhek <[email protected]> |
a2c3f656 | 6058 | L: [email protected] |
16345910 | 6059 | S: Odd Fixes |
a2c3f656 LB |
6060 | F: drivers/net/wireless/mwl8k.c |
6061 | ||
2a69567b | 6062 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
2f82af08 | 6063 | M: Nicolas Pitre <[email protected]> |
18e2842b | 6064 | S: Odd Fixes |
1fa7e547 | 6065 | F: drivers/mmc/host/mvsdio.* |
2a69567b | 6066 | |
1da177e4 | 6067 | MATROX FRAMEBUFFER DRIVER |
c69f677c | 6068 | L: [email protected] |
52653199 | 6069 | S: Orphan |
8a61f013 | 6070 | F: drivers/video/fbdev/matrox/matroxfb_* |
c117ab84 | 6071 | F: include/uapi/linux/matroxfb.h |
1da177e4 | 6072 | |
ca462085 GR |
6073 | MAX16065 HARDWARE MONITOR DRIVER |
6074 | M: Guenter Roeck <[email protected]> | |
6075 | L: [email protected] | |
6076 | S: Maintained | |
6077 | F: Documentation/hwmon/max16065 | |
6078 | F: drivers/hwmon/max16065.c | |
6079 | ||
d20620de | 6080 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
6a534c9d | 6081 | M: "Hans J. Koch" <[email protected]> |
d20620de HJK |
6082 | L: [email protected] |
6083 | S: Maintained | |
679655da JP |
6084 | F: Documentation/hwmon/max6650 |
6085 | F: drivers/hwmon/max6650.c | |
d20620de | 6086 | |
e89ab51f GR |
6087 | MAX6697 HARDWARE MONITOR DRIVER |
6088 | M: Guenter Roeck <[email protected]> | |
6089 | L: [email protected] | |
6090 | S: Maintained | |
6091 | F: Documentation/hwmon/max6697 | |
6092 | F: Documentation/devicetree/bindings/i2c/max6697.txt | |
6093 | F: drivers/hwmon/max6697.c | |
6094 | F: include/linux/platform_data/max6697.h | |
6095 | ||
9be3c9a5 HV |
6096 | MAXIRADIO FM RADIO RECEIVER DRIVER |
6097 | M: Hans Verkuil <[email protected]> | |
6098 | L: [email protected] | |
6099 | T: git git://linuxtv.org/media_tree.git | |
6100 | W: http://linuxtv.org | |
6101 | S: Maintained | |
6102 | F: drivers/media/radio/radio-maxiradio* | |
6103 | ||
127c49ae | 6104 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
009a5410 | 6105 | M: Mauro Carvalho Chehab <[email protected]> |
127c49ae JP |
6106 | P: LinuxTV.org Project |
6107 | L: [email protected] | |
6108 | W: http://linuxtv.org | |
8a6e2535 | 6109 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
275ffde4 | 6110 | T: git git://linuxtv.org/media_tree.git |
127c49ae JP |
6111 | S: Maintained |
6112 | F: Documentation/dvb/ | |
6113 | F: Documentation/video4linux/ | |
ffe06198 | 6114 | F: Documentation/DocBook/media/ |
127c49ae | 6115 | F: drivers/media/ |
ffe06198 | 6116 | F: drivers/staging/media/ |
127c49ae | 6117 | F: include/media/ |
6c0f0359 MCC |
6118 | F: include/uapi/linux/dvb/ |
6119 | F: include/uapi/linux/videodev2.h | |
6120 | F: include/uapi/linux/media.h | |
6121 | F: include/uapi/linux/v4l2-* | |
6122 | F: include/uapi/linux/meye.h | |
6123 | F: include/uapi/linux/ivtv* | |
6124 | F: include/uapi/linux/uvcvideo.h | |
d20620de | 6125 | |
6149a936 HV |
6126 | MEDIAVISION PRO MOVIE STUDIO DRIVER |
6127 | M: Hans Verkuil <[email protected]> | |
6128 | L: [email protected] | |
6129 | T: git git://linuxtv.org/media_tree.git | |
6130 | W: http://linuxtv.org | |
6131 | S: Odd Fixes | |
6132 | F: drivers/media/parport/pms* | |
6133 | ||
e399065b SS |
6134 | MEGARAID SCSI/SAS DRIVERS |
6135 | M: Kashyap Desai <[email protected]> | |
6136 | M: Sumit Saxena <[email protected]> | |
6137 | M: Uday Lingala <[email protected]> | |
6138 | L: [email protected] | |
baaea1dc | 6139 | L: [email protected] |
e399065b | 6140 | W: http://www.lsi.com |
ce00f85c | 6141 | S: Maintained |
679655da JP |
6142 | F: Documentation/scsi/megaraid.txt |
6143 | F: drivers/scsi/megaraid.* | |
6144 | F: drivers/scsi/megaraid/ | |
757e0108 | 6145 | |
2c46c9d5 AV |
6146 | MELLANOX ETHERNET DRIVER (mlx4_en) |
6147 | M: Amir Vadai <[email protected]> | |
b75f0050 | 6148 | L: [email protected] |
2c46c9d5 AV |
6149 | S: Supported |
6150 | W: http://www.mellanox.com | |
6151 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
6152 | F: drivers/net/ethernet/mellanox/mlx4/en_* | |
6153 | ||
70ea91f1 SR |
6154 | MEMORY MANAGEMENT |
6155 | L: [email protected] | |
70ea91f1 SR |
6156 | W: http://www.linux-mm.org |
6157 | S: Maintained | |
679655da | 6158 | F: include/linux/mm.h |
551450bb CS |
6159 | F: include/linux/gfp.h |
6160 | F: include/linux/mmzone.h | |
6161 | F: include/linux/memory_hotplug.h | |
6162 | F: include/linux/vmalloc.h | |
679655da | 6163 | F: mm/ |
70ea91f1 | 6164 | |
f4e9ce66 | 6165 | MEMORY TECHNOLOGY DEVICES (MTD) |
8b58be88 | 6166 | M: David Woodhouse <[email protected]> |
242c325e | 6167 | M: Brian Norris <[email protected]> |
1da177e4 | 6168 | L: [email protected] |
8a6e2535 JP |
6169 | W: http://www.linux-mtd.infradead.org/ |
6170 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ | |
242c325e | 6171 | T: git git://git.infradead.org/linux-mtd.git |
ab95eac9 | 6172 | T: git git://git.infradead.org/l2-mtd.git |
1da177e4 | 6173 | S: Maintained |
679655da JP |
6174 | F: drivers/mtd/ |
6175 | F: include/linux/mtd/ | |
c117ab84 | 6176 | F: include/uapi/mtd/ |
1da177e4 | 6177 | |
26c57ef1 | 6178 | MEN A21 WATCHDOG DRIVER |
b75f0050 | 6179 | M: Johannes Thumshirn <[email protected]> |
26c57ef1 JT |
6180 | L: [email protected] |
6181 | S: Supported | |
6182 | F: drivers/watchdog/mena21_wdt.c | |
6183 | ||
3764e82e JT |
6184 | MEN CHAMELEON BUS (mcb) |
6185 | M: Johannes Thumshirn <[email protected]> | |
6186 | S: Supported | |
6187 | F: drivers/mcb/ | |
6188 | F: include/linux/mcb.h | |
6189 | ||
48b490d2 AW |
6190 | MEN F21BMC (Board Management Controller) |
6191 | M: Andreas Werner <[email protected]> | |
6192 | S: Supported | |
6193 | F: drivers/mfd/menf21bmc.c | |
6194 | F: drivers/watchdog/menf21bmc_wdt.c | |
6195 | F: drivers/leds/leds-menf21bmc.c | |
6196 | F: drivers/hwmon/menf21bmc_hwmon.c | |
6197 | F: Documentation/hwmon/menf21bmc | |
6198 | ||
12285945 JH |
6199 | METAG ARCHITECTURE |
6200 | M: James Hogan <[email protected]> | |
d668d9ed | 6201 | L: [email protected] |
12285945 JH |
6202 | S: Supported |
6203 | F: arch/metag/ | |
6204 | F: Documentation/metag/ | |
6205 | F: Documentation/devicetree/bindings/metag/ | |
a2c5d4ed | 6206 | F: drivers/clocksource/metag_generic.c |
5698c50d JH |
6207 | F: drivers/irqchip/irq-metag.c |
6208 | F: drivers/irqchip/irq-metag-ext.c | |
ae85ac71 | 6209 | F: drivers/tty/metag_da.c |
12285945 | 6210 | |
c6375b0a | 6211 | MICROBLAZE ARCHITECTURE |
8b58be88 | 6212 | M: Michal Simek <[email protected]> |
c6375b0a MS |
6213 | W: http://www.monstr.eu/fdt/ |
6214 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | |
6215 | S: Supported | |
0a8c7914 | 6216 | F: arch/microblaze/ |
1da177e4 LT |
6217 | |
6218 | MICROTEK X6 SCANNER | |
61eee9a7 | 6219 | M: Oliver Neukum <[email protected]> |
1da177e4 | 6220 | S: Maintained |
679655da | 6221 | F: drivers/usb/image/microtek.* |
1da177e4 LT |
6222 | |
6223 | MIPS | |
8b58be88 | 6224 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6225 | L: [email protected] |
6097050d | 6226 | W: http://www.linux-mips.org/ |
b05e988e | 6227 | T: git git://git.linux-mips.org/pub/scm/ralf/linux.git |
6097050d | 6228 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
7425b340 | 6229 | S: Supported |
679655da JP |
6230 | F: Documentation/mips/ |
6231 | F: arch/mips/ | |
1da177e4 | 6232 | |
08b7620a HV |
6233 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER |
6234 | M: Hans Verkuil <[email protected]> | |
6235 | L: [email protected] | |
6236 | T: git git://linuxtv.org/media_tree.git | |
6237 | W: http://linuxtv.org | |
6238 | S: Odd Fixes | |
6239 | F: drivers/media/radio/radio-miropcm20* | |
6240 | ||
e126ba97 EC |
6241 | Mellanox MLX5 core VPI driver |
6242 | M: Eli Cohen <[email protected]> | |
6243 | L: [email protected] | |
6244 | L: [email protected] | |
6245 | W: http://www.mellanox.com | |
6246 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
6247 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 6248 | T: git git://openfabrics.org/~eli/connect-ib.git |
e126ba97 EC |
6249 | S: Supported |
6250 | F: drivers/net/ethernet/mellanox/mlx5/core/ | |
6251 | F: include/linux/mlx5/ | |
6252 | ||
6253 | Mellanox MLX5 IB driver | |
b75f0050 JP |
6254 | M: Eli Cohen <[email protected]> |
6255 | L: [email protected] | |
6256 | W: http://www.mellanox.com | |
6257 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 6258 | T: git git://openfabrics.org/~eli/connect-ib.git |
b75f0050 JP |
6259 | S: Supported |
6260 | F: include/linux/mlx5/ | |
6261 | F: drivers/infiniband/hw/mlx5/ | |
e126ba97 | 6262 | |
0ce277e4 AP |
6263 | MN88472 MEDIA DRIVER |
6264 | M: Antti Palosaari <[email protected]> | |
6265 | L: [email protected] | |
6266 | W: http://linuxtv.org/ | |
6267 | W: http://palosaari.fi/linux/ | |
6268 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6269 | T: git git://linuxtv.org/anttip/media_tree.git | |
6270 | S: Maintained | |
6271 | F: drivers/staging/media/mn88472/ | |
6272 | F: drivers/media/dvb-frontends/mn88472.h | |
6273 | ||
4f4d238f AP |
6274 | MN88473 MEDIA DRIVER |
6275 | M: Antti Palosaari <[email protected]> | |
6276 | L: [email protected] | |
6277 | W: http://linuxtv.org/ | |
6278 | W: http://palosaari.fi/linux/ | |
6279 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6280 | T: git git://linuxtv.org/anttip/media_tree.git | |
6281 | S: Maintained | |
6282 | F: drivers/staging/media/mn88473/ | |
6283 | F: drivers/media/dvb-frontends/mn88473.h | |
6284 | ||
1da177e4 | 6285 | MODULE SUPPORT |
8b58be88 | 6286 | M: Rusty Russell <[email protected]> |
1da177e4 | 6287 | S: Maintained |
679655da JP |
6288 | F: include/linux/module.h |
6289 | F: kernel/module.c | |
1da177e4 LT |
6290 | |
6291 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
1da177e4 | 6292 | W: http://popies.net/meye/ |
b7788e13 | 6293 | S: Orphan |
679655da | 6294 | F: Documentation/video4linux/meye.txt |
90d72ac6 | 6295 | F: drivers/media/pci/meye/ |
6c0f0359 | 6296 | F: include/uapi/linux/meye.h |
1da177e4 | 6297 | |
b9705b60 | 6298 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
8b58be88 | 6299 | M: Jiri Slaby <[email protected]> |
d735410a | 6300 | S: Maintained |
679655da | 6301 | F: Documentation/serial/moxa-smartio |
c897401b | 6302 | F: drivers/tty/mxser.* |
d735410a | 6303 | |
889b2f87 AK |
6304 | MR800 AVERMEDIA USB FM RADIO DRIVER |
6305 | M: Alexey Klimov <[email protected]> | |
6306 | L: [email protected] | |
6307 | T: git git://linuxtv.org/media_tree.git | |
6308 | S: Maintained | |
6309 | F: drivers/media/radio/radio-mr800.c | |
6310 | ||
d7155691 AO |
6311 | MRF24J40 IEEE 802.15.4 RADIO DRIVER |
6312 | M: Alan Ott <[email protected]> | |
6313 | L: [email protected] | |
6314 | S: Maintained | |
6315 | F: drivers/net/ieee802154/mrf24j40.c | |
6316 | ||
8c4c731a | 6317 | MSI LAPTOP SUPPORT |
182ae55c | 6318 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 6319 | L: [email protected] |
8c4c731a | 6320 | S: Maintained |
679655da | 6321 | F: drivers/platform/x86/msi-laptop.c |
8c4c731a | 6322 | |
0f1006b1 AA |
6323 | MSI WMI SUPPORT |
6324 | M: Anisse Astier <[email protected]> | |
d0944853 | 6325 | L: [email protected] |
0f1006b1 AA |
6326 | S: Supported |
6327 | F: drivers/platform/x86/msi-wmi.c | |
6328 | ||
19a628a0 AP |
6329 | MSI001 MEDIA DRIVER |
6330 | M: Antti Palosaari <[email protected]> | |
6331 | L: [email protected] | |
6332 | W: http://linuxtv.org/ | |
6333 | W: http://palosaari.fi/linux/ | |
6334 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6335 | T: git git://linuxtv.org/anttip/media_tree.git | |
6336 | S: Maintained | |
0185e197 | 6337 | F: drivers/media/tuners/msi001* |
19a628a0 | 6338 | |
7570589d | 6339 | MSI2500 MEDIA DRIVER |
2c57213f AP |
6340 | M: Antti Palosaari <[email protected]> |
6341 | L: [email protected] | |
6342 | W: http://linuxtv.org/ | |
6343 | W: http://palosaari.fi/linux/ | |
6344 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6345 | T: git git://linuxtv.org/anttip/media_tree.git | |
6346 | S: Maintained | |
7570589d | 6347 | F: drivers/media/usb/msi2500/ |
2c57213f | 6348 | |
62a37dc7 | 6349 | MT9M032 APTINA SENSOR DRIVER |
0e837fb9 LP |
6350 | M: Laurent Pinchart <[email protected]> |
6351 | L: [email protected] | |
6352 | T: git git://linuxtv.org/media_tree.git | |
6353 | S: Maintained | |
6354 | F: drivers/media/i2c/mt9m032.c | |
6355 | F: include/media/mt9m032.h | |
6356 | ||
62a37dc7 | 6357 | MT9P031 APTINA CAMERA SENSOR |
0e837fb9 LP |
6358 | M: Laurent Pinchart <[email protected]> |
6359 | L: [email protected] | |
6360 | T: git git://linuxtv.org/media_tree.git | |
6361 | S: Maintained | |
6362 | F: drivers/media/i2c/mt9p031.c | |
6363 | F: include/media/mt9p031.h | |
6364 | ||
62a37dc7 | 6365 | MT9T001 APTINA CAMERA SENSOR |
0e837fb9 LP |
6366 | M: Laurent Pinchart <[email protected]> |
6367 | L: [email protected] | |
6368 | T: git git://linuxtv.org/media_tree.git | |
6369 | S: Maintained | |
6370 | F: drivers/media/i2c/mt9t001.c | |
6371 | F: include/media/mt9t001.h | |
6372 | ||
62a37dc7 | 6373 | MT9V032 APTINA CAMERA SENSOR |
0e837fb9 LP |
6374 | M: Laurent Pinchart <[email protected]> |
6375 | L: [email protected] | |
6376 | T: git git://linuxtv.org/media_tree.git | |
6377 | S: Maintained | |
6378 | F: drivers/media/i2c/mt9v032.c | |
6379 | F: include/media/mt9v032.h | |
6380 | ||
4e0d13cb | 6381 | MULTIFUNCTION DEVICES (MFD) |
8b58be88 | 6382 | M: Samuel Ortiz <[email protected]> |
f7d3210e | 6383 | M: Lee Jones <[email protected]> |
7caa7991 | 6384 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
4e0d13cb | 6385 | S: Supported |
679655da | 6386 | F: drivers/mfd/ |
55b5940d | 6387 | F: include/linux/mfd/ |
4e0d13cb | 6388 | |
5c4e6f13 | 6389 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
6e443244 | 6390 | M: Chris Ball <[email protected]> |
e18eaf8f | 6391 | M: Ulf Hansson <[email protected]> |
b2503a94 | 6392 | L: [email protected] |
245feaa6 | 6393 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
708dce3f | 6394 | T: git git://git.linaro.org/people/ulf.hansson/mmc.git |
245feaa6 | 6395 | S: Maintained |
679655da JP |
6396 | F: drivers/mmc/ |
6397 | F: include/linux/mmc/ | |
c117ab84 | 6398 | F: include/uapi/linux/mmc/ |
baca2da4 | 6399 | |
15a0580c | 6400 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
22b174f8 | 6401 | S: Orphan |
679655da JP |
6402 | F: drivers/mmc/host/mmc_spi.c |
6403 | F: include/linux/spi/mmc_spi.h | |
15a0580c | 6404 | |
1da177e4 | 6405 | MULTISOUND SOUND DRIVER |
8b58be88 | 6406 | M: Andrew Veliath <[email protected]> |
1da177e4 | 6407 | S: Maintained |
679655da JP |
6408 | F: Documentation/sound/oss/MultiSound |
6409 | F: sound/oss/msnd* | |
1da177e4 | 6410 | |
d735410a | 6411 | MULTITECH MULTIPORT CARD (ISICOM) |
d86b3001 | 6412 | S: Orphan |
c897401b | 6413 | F: drivers/tty/isicom.c |
679655da | 6414 | F: include/linux/isicom.h |
d735410a | 6415 | |
550a7375 | 6416 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
f299470a | 6417 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 6418 | L: [email protected] |
43b416e5 | 6419 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
795fb7e7 | 6420 | S: Maintained |
679655da | 6421 | F: drivers/usb/musb/ |
550a7375 | 6422 | |
ea0af5f6 MK |
6423 | MXL5007T MEDIA DRIVER |
6424 | M: Michael Krufky <[email protected]> | |
6425 | L: [email protected] | |
6426 | W: http://linuxtv.org/ | |
6427 | W: http://github.com/mkrufky | |
6428 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6429 | T: git git://linuxtv.org/mkrufky/tuners.git | |
6430 | S: Maintained | |
6431 | F: drivers/media/tuners/mxl5007t.* | |
6432 | ||
2d3cf588 | 6433 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
205057ae | 6434 | M: Hyong-Youb Kim <[email protected]> |
2d3cf588 | 6435 | L: [email protected] |
205057ae | 6436 | W: https://www.myricom.com/support/downloads/myri10ge.html |
2d3cf588 | 6437 | S: Supported |
93f7848b | 6438 | F: drivers/net/ethernet/myricom/myri10ge/ |
2d3cf588 | 6439 | |
1da177e4 | 6440 | NATSEMI ETHERNET DRIVER (DP8381x) |
09d208ec | 6441 | S: Orphan |
d9fb9f38 | 6442 | F: drivers/net/ethernet/natsemi/natsemi.c |
1da177e4 | 6443 | |
23dc05a3 DM |
6444 | NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER |
6445 | M: Daniel Mack <[email protected]> | |
6446 | S: Maintained | |
6447 | L: [email protected] | |
6448 | W: http://www.native-instruments.com | |
6449 | F: sound/usb/caiaq/ | |
6450 | ||
1da177e4 | 6451 | NCP FILESYSTEM |
52653199 PV |
6452 | M: Petr Vandrovec <[email protected]> |
6453 | S: Odd Fixes | |
679655da | 6454 | F: fs/ncpfs/ |
1da177e4 | 6455 | |
a79b0322 FT |
6456 | NCR 5380 SCSI DRIVERS |
6457 | M: Finn Thain <[email protected]> | |
6458 | M: Michael Schmitz <[email protected]> | |
6459 | L: [email protected] | |
6460 | S: Maintained | |
6461 | F: Documentation/scsi/g_NCR5380.txt | |
6462 | F: drivers/scsi/NCR5380.* | |
6463 | F: drivers/scsi/arm/cumana_1.c | |
6464 | F: drivers/scsi/arm/oak.c | |
6465 | F: drivers/scsi/atari_NCR5380.c | |
6466 | F: drivers/scsi/atari_scsi.* | |
6467 | F: drivers/scsi/dmx3191d.c | |
6468 | F: drivers/scsi/dtc.* | |
6469 | F: drivers/scsi/g_NCR5380.* | |
6470 | F: drivers/scsi/g_NCR5380_mmio.c | |
6471 | F: drivers/scsi/mac_scsi.* | |
6472 | F: drivers/scsi/pas16.* | |
a79b0322 FT |
6473 | F: drivers/scsi/sun3_scsi.* |
6474 | F: drivers/scsi/sun3_scsi_vme.c | |
6475 | F: drivers/scsi/t128.* | |
6476 | ||
1da177e4 | 6477 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
8b58be88 | 6478 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
6479 | L: [email protected] |
6480 | S: Maintained | |
679655da | 6481 | F: drivers/scsi/NCR_D700.* |
1da177e4 | 6482 | |
4aa3eb4c GR |
6483 | NCT6775 HARDWARE MONITOR DRIVER |
6484 | M: Guenter Roeck <[email protected]> | |
6485 | L: [email protected] | |
6486 | S: Maintained | |
6487 | F: Documentation/hwmon/nct6775 | |
6488 | F: drivers/hwmon/nct6775.c | |
6489 | ||
3c2d774c | 6490 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
8b58be88 | 6491 | M: Faisal Latif <[email protected]> |
e6cc0fd1 | 6492 | L: [email protected] |
e3d33cb1 | 6493 | W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm |
3c2d774c GS |
6494 | S: Supported |
6495 | F: drivers/infiniband/hw/nes/ | |
6496 | ||
be2f2e84 | 6497 | NETEM NETWORK EMULATOR |
adbbf69d | 6498 | M: Stephen Hemminger <[email protected]> |
f318a63b | 6499 | L: [email protected] |
be2f2e84 | 6500 | S: Maintained |
679655da | 6501 | F: net/sched/sch_netem.c |
be2f2e84 | 6502 | |
b2f5a051 | 6503 | NETERION 10GbE DRIVERS (s2io/vxge) |
e3806882 | 6504 | M: Jon Mason <[email protected]> |
4a58448b | 6505 | L: [email protected] |
4a58448b | 6506 | S: Supported |
679655da | 6507 | F: Documentation/networking/s2io.txt |
b2f5a051 | 6508 | F: Documentation/networking/vxge.txt |
86387e1a | 6509 | F: drivers/net/ethernet/neterion/ |
4a58448b | 6510 | |
db9cf3a3 | 6511 | NETFILTER ({IP,IP6,ARP,EB,NF}TABLES) |
0e05e192 | 6512 | M: Pablo Neira Ayuso <[email protected]> |
8b58be88 | 6513 | M: Patrick McHardy <[email protected]> |
42010ed0 | 6514 | M: Jozsef Kadlecsik <[email protected]> |
1a03b81d | 6515 | L: [email protected] |
82b98543 | 6516 | L: [email protected] |
1da177e4 LT |
6517 | W: http://www.netfilter.org/ |
6518 | W: http://www.iptables.org/ | |
42010ed0 PNA |
6519 | Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/ |
6520 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git | |
6521 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git | |
1da177e4 | 6522 | S: Supported |
679655da JP |
6523 | F: include/linux/netfilter* |
6524 | F: include/linux/netfilter/ | |
6525 | F: include/net/netfilter/ | |
c117ab84 CEB |
6526 | F: include/uapi/linux/netfilter* |
6527 | F: include/uapi/linux/netfilter/ | |
679655da JP |
6528 | F: net/*/netfilter.c |
6529 | F: net/*/netfilter/ | |
6530 | F: net/netfilter/ | |
1da177e4 | 6531 | |
4cc67735 | 6532 | NETLABEL |
87a0874c | 6533 | M: Paul Moore <[email protected]> |
4cc67735 PM |
6534 | W: http://netlabel.sf.net |
6535 | L: [email protected] | |
87a0874c | 6536 | S: Maintained |
80811493 | 6537 | F: Documentation/netlabel/ |
679655da JP |
6538 | F: include/net/netlabel.h |
6539 | F: net/netlabel/ | |
4cc67735 | 6540 | |
1da177e4 | 6541 | NETROM NETWORK LAYER |
8b58be88 | 6542 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6543 | L: [email protected] |
d34cb28a | 6544 | W: http://www.linux-ax25.org/ |
1da177e4 | 6545 | S: Maintained |
679655da | 6546 | F: include/net/netrom.h |
c117ab84 | 6547 | F: include/uapi/linux/netrom.h |
679655da | 6548 | F: net/netrom/ |
1da177e4 | 6549 | |
5ddb88c0 | 6550 | NETWORK BLOCK DEVICE (NBD) |
8b58be88 | 6551 | M: Paul Clements <[email protected]> |
1da177e4 | 6552 | S: Maintained |
5e4b269b | 6553 | L: [email protected] |
679655da JP |
6554 | F: Documentation/blockdev/nbd.txt |
6555 | F: drivers/block/nbd.c | |
6556 | F: include/linux/nbd.h | |
c117ab84 | 6557 | F: include/uapi/linux/nbd.h |
1da177e4 | 6558 | |
6e43650c NH |
6559 | NETWORK DROP MONITOR |
6560 | M: Neil Horman <[email protected]> | |
6561 | L: [email protected] | |
6562 | S: Maintained | |
6563 | W: https://fedorahosted.org/dropwatch/ | |
6564 | F: net/core/drop_monitor.c | |
6565 | ||
1da177e4 | 6566 | NETWORKING [GENERAL] |
8b58be88 | 6567 | M: "David S. Miller" <[email protected]> |
979b6c13 | 6568 | L: [email protected] |
b1e8fd54 | 6569 | W: http://www.linuxfoundation.org/en/Net |
11e98029 | 6570 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
814fd609 NP |
6571 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6572 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
1da177e4 | 6573 | S: Maintained |
679655da JP |
6574 | F: net/ |
6575 | F: include/net/ | |
018d21ed JP |
6576 | F: include/linux/in.h |
6577 | F: include/linux/net.h | |
6578 | F: include/linux/netdevice.h | |
c117ab84 CEB |
6579 | F: include/uapi/linux/in.h |
6580 | F: include/uapi/linux/net.h | |
6581 | F: include/uapi/linux/netdevice.h | |
7e814a6c | 6582 | F: tools/net/ |
f4e53f9a | 6583 | F: tools/testing/selftests/net/ |
335a67d2 | 6584 | F: lib/random32.c |
a101ccd1 | 6585 | F: lib/test_bpf.c |
1da177e4 LT |
6586 | |
6587 | NETWORKING [IPv4/IPv6] | |
8b58be88 JP |
6588 | M: "David S. Miller" <[email protected]> |
6589 | M: Alexey Kuznetsov <[email protected]> | |
8b58be88 JP |
6590 | M: James Morris <[email protected]> |
6591 | M: Hideaki YOSHIFUJI <[email protected]> | |
6592 | M: Patrick McHardy <[email protected]> | |
979b6c13 | 6593 | L: [email protected] |
08deed1e | 6594 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
1da177e4 | 6595 | S: Maintained |
679655da JP |
6596 | F: net/ipv4/ |
6597 | F: net/ipv6/ | |
6598 | F: include/net/ip* | |
0a14842f | 6599 | F: arch/x86/net/* |
1da177e4 | 6600 | |
73b7656c DM |
6601 | NETWORKING [IPSEC] |
6602 | M: Steffen Klassert <[email protected]> | |
6603 | M: Herbert Xu <[email protected]> | |
6604 | M: "David S. Miller" <[email protected]> | |
6605 | L: [email protected] | |
d1fc5024 SK |
6606 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git |
6607 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git | |
73b7656c | 6608 | S: Maintained |
5826bdd1 | 6609 | F: net/core/flow.c |
73b7656c DM |
6610 | F: net/xfrm/ |
6611 | F: net/key/ | |
6612 | F: net/ipv4/xfrm* | |
d1fc5024 SK |
6613 | F: net/ipv4/esp4.c |
6614 | F: net/ipv4/ah4.c | |
6615 | F: net/ipv4/ipcomp.c | |
6616 | F: net/ipv4/ip_vti.c | |
73b7656c | 6617 | F: net/ipv6/xfrm* |
d1fc5024 SK |
6618 | F: net/ipv6/esp6.c |
6619 | F: net/ipv6/ah6.c | |
6620 | F: net/ipv6/ipcomp6.c | |
6621 | F: net/ipv6/ip6_vti.c | |
73b7656c DM |
6622 | F: include/uapi/linux/xfrm.h |
6623 | F: include/net/xfrm.h | |
6624 | ||
10e2ff1c | 6625 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
87a0874c | 6626 | M: Paul Moore <[email protected]> |
10e2ff1c JM |
6627 | L: [email protected] |
6628 | S: Maintained | |
6629 | ||
29f8f632 | 6630 | NETWORKING [WIRELESS] |
2cb4abd1 | 6631 | L: [email protected] |
8a6e2535 | 6632 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
29f8f632 | 6633 | |
788873ac JP |
6634 | NETWORKING DRIVERS |
6635 | L: [email protected] | |
6636 | W: http://www.linuxfoundation.org/en/Net | |
11e98029 | 6637 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
08deed1e JP |
6638 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6639 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
788873ac JP |
6640 | S: Odd Fixes |
6641 | F: drivers/net/ | |
018d21ed | 6642 | F: include/linux/if_* |
0b63bf1f JD |
6643 | F: include/linux/netdevice.h |
6644 | F: include/linux/arcdevice.h | |
6645 | F: include/linux/etherdevice.h | |
6646 | F: include/linux/fcdevice.h | |
6647 | F: include/linux/fddidevice.h | |
6648 | F: include/linux/hippidevice.h | |
6649 | F: include/linux/inetdevice.h | |
c117ab84 CEB |
6650 | F: include/uapi/linux/if_* |
6651 | F: include/uapi/linux/netdevice.h | |
788873ac | 6652 | |
0e324cf6 JL |
6653 | NETWORKING DRIVERS (WIRELESS) |
6654 | M: Kalle Valo <[email protected]> | |
6655 | L: [email protected] | |
6656 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ | |
6657 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ | |
6658 | S: Maintained | |
6659 | F: drivers/net/wireless/ | |
6660 | ||
3d396eb1 | 6661 | NETXEN (1/10) GbE SUPPORT |
8622315e | 6662 | M: Manish Chopra <[email protected]> |
83c07dde AKS |
6663 | M: Sony Chacko <[email protected]> |
6664 | M: Rajesh Borundia <[email protected]> | |
3d396eb1 | 6665 | L: [email protected] |
9c2b5bde | 6666 | W: http://www.qlogic.com |
3d396eb1 | 6667 | S: Supported |
aa43c215 | 6668 | F: drivers/net/ethernet/qlogic/netxen/ |
3d396eb1 | 6669 | |
6423d30f AAJ |
6670 | NFC SUBSYSTEM |
6671 | M: Lauro Ramos Venancio <[email protected]> | |
6672 | M: Aloisio Almeida Jr <[email protected]> | |
6673 | M: Samuel Ortiz <[email protected]> | |
6674 | L: [email protected] | |
1eb3b216 | 6675 | L: [email protected] (subscribers-only) |
0293ba20 | 6676 | S: Supported |
6423d30f | 6677 | F: net/nfc/ |
55eb94f9 | 6678 | F: include/net/nfc/ |
c117ab84 | 6679 | F: include/uapi/linux/nfc.h |
6423d30f | 6680 | F: drivers/nfc/ |
08eaa1e0 | 6681 | F: include/linux/platform_data/pn544.h |
7ebb88e5 | 6682 | F: Documentation/devicetree/bindings/net/nfc/ |
3d396eb1 | 6683 | |
e8b43555 | 6684 | NFS, SUNRPC, AND LOCKD CLIENTS |
cd7b996a | 6685 | M: Trond Myklebust <[email protected]> |
78f58153 TM |
6686 | L: [email protected] |
6687 | W: http://client.linux-nfs.org | |
cd7b996a | 6688 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
1da177e4 | 6689 | S: Maintained |
679655da JP |
6690 | F: fs/lockd/ |
6691 | F: fs/nfs/ | |
6692 | F: fs/nfs_common/ | |
6693 | F: net/sunrpc/ | |
6694 | F: include/linux/lockd/ | |
6695 | F: include/linux/nfs* | |
6696 | F: include/linux/sunrpc/ | |
c117ab84 CEB |
6697 | F: include/uapi/linux/nfs* |
6698 | F: include/uapi/linux/sunrpc/ | |
1da177e4 | 6699 | |
85ef9cea | 6700 | NILFS2 FILESYSTEM |
e2126935 | 6701 | M: Ryusuke Konishi <[email protected]> |
6aff43f8 | 6702 | L: [email protected] |
f9472265 | 6703 | W: http://nilfs.sourceforge.net/ |
e2126935 | 6704 | T: git git://github.com/konis/nilfs2.git |
85ef9cea | 6705 | S: Supported |
679655da JP |
6706 | F: Documentation/filesystems/nilfs2.txt |
6707 | F: fs/nilfs2/ | |
6708 | F: include/linux/nilfs2_fs.h | |
85ef9cea | 6709 | |
1da177e4 | 6710 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
8b58be88 | 6711 | M: YOKOTA Hiroshi <[email protected]> |
1da177e4 LT |
6712 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6713 | S: Maintained | |
679655da JP |
6714 | F: Documentation/scsi/NinjaSCSI.txt |
6715 | F: drivers/scsi/pcmcia/nsp_* | |
1da177e4 LT |
6716 | |
6717 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
8b58be88 JP |
6718 | M: GOTO Masanori <[email protected]> |
6719 | M: YOKOTA Hiroshi <[email protected]> | |
1da177e4 LT |
6720 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6721 | S: Maintained | |
679655da JP |
6722 | F: Documentation/scsi/NinjaSCSI.txt |
6723 | F: drivers/scsi/nsp32* | |
1da177e4 | 6724 | |
383b8fb9 LFT |
6725 | NIOS2 ARCHITECTURE |
6726 | M: Ley Foon Tan <[email protected]> | |
6727 | L: [email protected] (moderated for non-subscribers) | |
6728 | T: git git://git.rocketboards.org/linux-socfpga.git | |
6729 | S: Maintained | |
6730 | F: arch/nios2/ | |
6731 | ||
fce8a7bb | 6732 | NTB DRIVER |
9ef6bf6c JM |
6733 | M: Jon Mason <[email protected]> |
6734 | M: Dave Jiang <[email protected]> | |
fce8a7bb | 6735 | S: Supported |
2984411f JM |
6736 | W: https://github.com/jonmason/ntb/wiki |
6737 | T: git git://github.com/jonmason/ntb.git | |
fce8a7bb | 6738 | F: drivers/ntb/ |
548c237c | 6739 | F: drivers/net/ntb_netdev.c |
fce8a7bb JM |
6740 | F: include/linux/ntb.h |
6741 | ||
1da177e4 | 6742 | NTFS FILESYSTEM |
2818ef50 | 6743 | M: Anton Altaparmakov <[email protected]> |
1da177e4 | 6744 | L: [email protected] |
2818ef50 | 6745 | W: http://www.tuxera.com/ |
e6f4dee7 | 6746 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git |
2818ef50 | 6747 | S: Supported |
679655da JP |
6748 | F: Documentation/filesystems/ntfs.txt |
6749 | F: fs/ntfs/ | |
1da177e4 | 6750 | |
9eb8ef74 | 6751 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
8b58be88 | 6752 | M: Antonino Daplas <[email protected]> |
c69f677c | 6753 | L: [email protected] |
ce00f85c | 6754 | S: Maintained |
8a61f013 JH |
6755 | F: drivers/video/fbdev/riva/ |
6756 | F: drivers/video/fbdev/nvidia/ | |
1da177e4 | 6757 | |
79461681 MW |
6758 | NVM EXPRESS DRIVER |
6759 | M: Matthew Wilcox <[email protected]> | |
6760 | L: [email protected] | |
6761 | T: git git://git.infradead.org/users/willy/linux-nvme.git | |
6762 | S: Supported | |
5be37bf9 | 6763 | F: drivers/block/nvme* |
79461681 MW |
6764 | F: include/linux/nvme.h |
6765 | ||
f50d7146 RK |
6766 | NXP TDA998X DRM DRIVER |
6767 | M: Russell King <[email protected]> | |
6768 | S: Supported | |
6769 | F: drivers/gpu/drm/i2c/tda998x_drv.c | |
6770 | F: include/drm/i2c/tda998x.h | |
6771 | ||
fbace43e PR |
6772 | NXP TFA9879 DRIVER |
6773 | M: Peter Rosin <[email protected]> | |
6774 | L: [email protected] (moderated for non-subscribers) | |
6775 | S: Maintained | |
6776 | F: sound/soc/codecs/tfa9879* | |
6777 | ||
f5525786 | 6778 | OMAP SUPPORT |
0e24bdd4 | 6779 | M: Tony Lindgren <[email protected]> |
f5525786 TL |
6780 | L: [email protected] |
6781 | W: http://www.muru.com/linux/omap/ | |
6782 | W: http://linux.omap.com/ | |
8a6e2535 | 6783 | Q: http://patchwork.kernel.org/project/linux-omap/list/ |
30bd0129 | 6784 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
f5525786 | 6785 | S: Maintained |
4e04d5a3 | 6786 | F: arch/arm/*omap*/ |
046d0a37 | 6787 | F: drivers/i2c/busses/i2c-omap.c |
dc68cd11 FB |
6788 | F: drivers/irqchip/irq-omap-intc.c |
6789 | F: drivers/mfd/*omap*.c | |
6790 | F: drivers/mfd/menelaus.c | |
6791 | F: drivers/mfd/palmas.c | |
6792 | F: drivers/mfd/tps65217.c | |
6793 | F: drivers/mfd/tps65218.c | |
6794 | F: drivers/mfd/tps65910.c | |
6795 | F: drivers/mfd/twl-core.[ch] | |
6796 | F: drivers/mfd/twl4030*.c | |
6797 | F: drivers/mfd/twl6030*.c | |
6798 | F: drivers/mfd/twl6040*.c | |
6799 | F: drivers/regulator/palmas-regulator*.c | |
6800 | F: drivers/regulator/pbias-regulator.c | |
6801 | F: drivers/regulator/tps65217-regulator.c | |
6802 | F: drivers/regulator/tps65218-regulator.c | |
6803 | F: drivers/regulator/tps65910-regulator.c | |
6804 | F: drivers/regulator/twl-regulator.c | |
046d0a37 | 6805 | F: include/linux/i2c-omap.h |
f5525786 | 6806 | |
50f29fbd | 6807 | OMAP DEVICE TREE SUPPORT |
cdb55ab0 | 6808 | M: Benoît Cousson <[email protected]> |
50f29fbd TL |
6809 | M: Tony Lindgren <[email protected]> |
6810 | L: [email protected] | |
d0fb18c5 | 6811 | L: [email protected] |
50f29fbd TL |
6812 | S: Maintained |
6813 | F: arch/arm/boot/dts/*omap* | |
6814 | F: arch/arm/boot/dts/*am3* | |
05eb20fa NM |
6815 | F: arch/arm/boot/dts/*am4* |
6816 | F: arch/arm/boot/dts/*am5* | |
6817 | F: arch/arm/boot/dts/*dra7* | |
50f29fbd | 6818 | |
f5525786 | 6819 | OMAP CLOCK FRAMEWORK SUPPORT |
8b58be88 | 6820 | M: Paul Walmsley <[email protected]> |
f5525786 TL |
6821 | L: [email protected] |
6822 | S: Maintained | |
6823 | F: arch/arm/*omap*/*clock* | |
6824 | ||
6825 | OMAP POWER MANAGEMENT SUPPORT | |
c69d72ae | 6826 | M: Kevin Hilman <[email protected]> |
f5525786 TL |
6827 | L: [email protected] |
6828 | S: Maintained | |
6829 | F: arch/arm/*omap*/*pm* | |
c46938d4 | 6830 | F: drivers/cpufreq/omap-cpufreq.c |
f5525786 | 6831 | |
d21db568 | 6832 | OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT |
692ab1f3 PW |
6833 | M: Rajendra Nayak <[email protected]> |
6834 | M: Paul Walmsley <[email protected]> | |
6835 | L: [email protected] | |
6836 | S: Maintained | |
d21db568 | 6837 | F: arch/arm/mach-omap2/prm* |
692ab1f3 | 6838 | |
f5525786 | 6839 | OMAP AUDIO SUPPORT |
6c284903 | 6840 | M: Peter Ujfalusi <[email protected]> |
7ec41ee5 | 6841 | M: Jarkko Nikula <[email protected]> |
f5525786 TL |
6842 | L: [email protected] (subscribers-only) |
6843 | L: [email protected] | |
6844 | S: Maintained | |
6845 | F: sound/soc/omap/ | |
6846 | ||
18640193 TL |
6847 | OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT |
6848 | M: Roger Quadros <[email protected]> | |
6849 | M: Tony Lindgren <[email protected]> | |
6850 | L: [email protected] | |
6851 | S: Maintained | |
6852 | F: drivers/memory/omap-gpmc.c | |
6853 | F: arch/arm/mach-omap2/*gpmc* | |
6854 | ||
f5525786 | 6855 | OMAP FRAMEBUFFER SUPPORT |
830e6384 | 6856 | M: Tomi Valkeinen <[email protected]> |
c69f677c | 6857 | L: [email protected] |
f5525786 TL |
6858 | L: [email protected] |
6859 | S: Maintained | |
8a61f013 | 6860 | F: drivers/video/fbdev/omap/ |
f5525786 | 6861 | |
676eec0d | 6862 | OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) |
830e6384 | 6863 | M: Tomi Valkeinen <[email protected]> |
178ff4c9 | 6864 | L: [email protected] |
676eec0d | 6865 | L: [email protected] |
178ff4c9 | 6866 | S: Maintained |
8a61f013 | 6867 | F: drivers/video/fbdev/omap2/ |
178ff4c9 TV |
6868 | F: Documentation/arm/OMAP/DSS |
6869 | ||
8b37fcfc OBC |
6870 | OMAP HARDWARE SPINLOCK SUPPORT |
6871 | M: Ohad Ben-Cohen <[email protected]> | |
6872 | L: [email protected] | |
6873 | S: Maintained | |
6874 | F: drivers/hwspinlock/omap_hwspinlock.c | |
6875 | F: arch/arm/mach-omap2/hwspinlock.c | |
6876 | ||
f5525786 | 6877 | OMAP MMC SUPPORT |
8b58be88 | 6878 | M: Jarkko Lavinen <[email protected]> |
f5525786 TL |
6879 | L: [email protected] |
6880 | S: Maintained | |
653f41b5 MC |
6881 | F: drivers/mmc/host/omap.c |
6882 | ||
6883 | OMAP HS MMC SUPPORT | |
0a4585c6 | 6884 | L: [email protected] |
653f41b5 | 6885 | L: [email protected] |
dfa5d196 | 6886 | S: Orphan |
653f41b5 | 6887 | F: drivers/mmc/host/omap_hsmmc.c |
f5525786 TL |
6888 | |
6889 | OMAP RANDOM NUMBER GENERATOR SUPPORT | |
8b58be88 | 6890 | M: Deepak Saxena <[email protected]> |
f5525786 TL |
6891 | S: Maintained |
6892 | F: drivers/char/hw_random/omap-rng.c | |
6893 | ||
f400c82e | 6894 | OMAP HWMOD SUPPORT |
cdb55ab0 | 6895 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6896 | M: Paul Walmsley <[email protected]> |
6897 | L: [email protected] | |
6898 | S: Maintained | |
8fc8b12b | 6899 | F: arch/arm/mach-omap2/omap_hwmod.* |
f400c82e PW |
6900 | |
6901 | OMAP HWMOD DATA FOR OMAP4-BASED DEVICES | |
cdb55ab0 | 6902 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6903 | L: [email protected] |
6904 | S: Maintained | |
6905 | F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
6906 | ||
0db83ced | 6907 | OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) |
7e8970e1 LP |
6908 | M: Laurent Pinchart <[email protected]> |
6909 | L: [email protected] | |
6910 | S: Maintained | |
90d72ac6 | 6911 | F: drivers/media/platform/omap3isp/ |
0db83ced | 6912 | F: drivers/staging/media/omap4iss/ |
7e8970e1 | 6913 | |
f5525786 | 6914 | OMAP USB SUPPORT |
f299470a | 6915 | M: Felipe Balbi <[email protected]> |
f5525786 TL |
6916 | L: [email protected] |
6917 | L: [email protected] | |
43b416e5 | 6918 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
f5525786 | 6919 | S: Maintained |
a16fbd65 JP |
6920 | F: drivers/usb/*/*omap* |
6921 | F: arch/arm/*omap*/usb* | |
f5525786 | 6922 | |
6d994710 | 6923 | OMAP GPIO DRIVER |
a1415a8f | 6924 | M: Javier Martinez Canillas <[email protected]> |
97215800 | 6925 | M: Santosh Shilimkar <[email protected]> |
c69d72ae | 6926 | M: Kevin Hilman <[email protected]> |
6d994710 KH |
6927 | L: [email protected] |
6928 | S: Maintained | |
6929 | F: drivers/gpio/gpio-omap.c | |
6930 | ||
c351e290 MJ |
6931 | OMAP/NEWFLOW NANOBONE MACHINE SUPPORT |
6932 | M: Mark Jackson <[email protected]> | |
6933 | L: [email protected] | |
6934 | S: Maintained | |
6935 | F: arch/arm/boot/dts/am335x-nano.dts | |
6936 | ||
0ad122d9 | 6937 | OMFS FILESYSTEM |
8b58be88 | 6938 | M: Bob Copeland <[email protected]> |
0ad122d9 BC |
6939 | L: [email protected] |
6940 | S: Maintained | |
679655da JP |
6941 | F: Documentation/filesystems/omfs.txt |
6942 | F: fs/omfs/ | |
0ad122d9 | 6943 | |
c1986ee9 | 6944 | OMNIKEY CARDMAN 4000 DRIVER |
8b58be88 | 6945 | M: Harald Welte <[email protected]> |
c1986ee9 | 6946 | S: Maintained |
679655da JP |
6947 | F: drivers/char/pcmcia/cm4000_cs.c |
6948 | F: include/linux/cm4000_cs.h | |
c117ab84 | 6949 | F: include/uapi/linux/cm4000_cs.h |
c1986ee9 | 6950 | |
77c44ab1 | 6951 | OMNIKEY CARDMAN 4040 DRIVER |
8b58be88 | 6952 | M: Harald Welte <[email protected]> |
77c44ab1 | 6953 | S: Maintained |
679655da | 6954 | F: drivers/char/pcmcia/cm4040_cs.* |
77c44ab1 | 6955 | |
77d5140f | 6956 | OMNIVISION OV7670 SENSOR DRIVER |
8b58be88 | 6957 | M: Jonathan Corbet <[email protected]> |
661263b5 | 6958 | L: [email protected] |
275ffde4 | 6959 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 6960 | S: Maintained |
90d72ac6 | 6961 | F: drivers/media/i2c/ov7670.c |
77d5140f | 6962 | |
431bca73 | 6963 | ONENAND FLASH DRIVER |
8b58be88 | 6964 | M: Kyungmin Park <[email protected]> |
431bca73 TG |
6965 | L: [email protected] |
6966 | S: Maintained | |
679655da JP |
6967 | F: drivers/mtd/onenand/ |
6968 | F: include/linux/mtd/onenand*.h | |
431bca73 | 6969 | |
1da177e4 | 6970 | ONSTREAM SCSI TAPE DRIVER |
8b58be88 | 6971 | M: Willem Riede <[email protected]> |
1da177e4 LT |
6972 | L: [email protected] |
6973 | L: [email protected] | |
6974 | S: Maintained | |
f7269cfc JD |
6975 | F: Documentation/scsi/osst.txt |
6976 | F: drivers/scsi/osst.* | |
6977 | F: drivers/scsi/osst_*.h | |
6978 | F: drivers/scsi/st.h | |
1da177e4 | 6979 | |
e2d1d6c0 | 6980 | OPENCORES I2C BUS DRIVER |
8b58be88 | 6981 | M: Peter Korsgaard <[email protected]> |
846557d3 | 6982 | L: [email protected] |
e2d1d6c0 | 6983 | S: Maintained |
679655da JP |
6984 | F: Documentation/i2c/busses/i2c-ocores |
6985 | F: drivers/i2c/busses/i2c-ocores.c | |
e2d1d6c0 | 6986 | |
860c44c1 | 6987 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
19624236 | 6988 | M: Grant Likely <[email protected]> |
5d3ad8a6 | 6989 | M: Rob Herring <[email protected]> |
d0fb18c5 | 6990 | L: [email protected] |
860c44c1 | 6991 | W: http://fdt.secretlab.ca |
3bbf9b9b | 6992 | T: git git://git.secretlab.ca/git/linux-2.6.git |
860c44c1 | 6993 | S: Maintained |
f8828205 | 6994 | F: drivers/of/ |
860c44c1 | 6995 | F: include/linux/of*.h |
f8828205 | 6996 | F: scripts/dtc/ |
860c44c1 | 6997 | K: of_get_property |
d945fa0d | 6998 | K: of_match_table |
860c44c1 | 6999 | |
f8828205 | 7000 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
5d3ad8a6 | 7001 | M: Rob Herring <[email protected]> |
f8828205 GL |
7002 | M: Pawel Moll <[email protected]> |
7003 | M: Mark Rutland <[email protected]> | |
de80963e | 7004 | M: Ian Campbell <[email protected]> |
bdbff6ba | 7005 | M: Kumar Gala <[email protected]> |
f8828205 GL |
7006 | L: [email protected] |
7007 | S: Maintained | |
7008 | F: Documentation/devicetree/ | |
7009 | F: arch/*/boot/dts/ | |
7010 | F: include/dt-bindings/ | |
7011 | ||
19f9d392 JB |
7012 | OPENRISC ARCHITECTURE |
7013 | M: Jonas Bonn <[email protected]> | |
7014 | W: http://openrisc.net | |
eab7c1c0 | 7015 | L: [email protected] (moderated for non-subscribers) |
19f9d392 JB |
7016 | S: Maintained |
7017 | T: git git://openrisc.net/~jonas/linux | |
14430813 | 7018 | F: arch/openrisc/ |
19f9d392 | 7019 | |
ccb1352e | 7020 | OPENVSWITCH |
4f337ed5 | 7021 | M: Pravin Shelar <[email protected]> |
ccb1352e JG |
7022 | L: [email protected] |
7023 | W: http://openvswitch.org | |
4f337ed5 | 7024 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git |
ccb1352e JG |
7025 | S: Maintained |
7026 | F: net/openvswitch/ | |
7027 | ||
af39917d CL |
7028 | OPL4 DRIVER |
7029 | M: Clemens Ladisch <[email protected]> | |
7030 | L: [email protected] (moderated for non-subscribers) | |
7031 | T: git git://git.alsa-project.org/alsa-kernel.git | |
7032 | S: Maintained | |
7033 | F: sound/drivers/opl4/ | |
7034 | ||
1da177e4 | 7035 | OPROFILE |
4cf7e718 | 7036 | M: Robert Richter <[email protected]> |
1da177e4 LT |
7037 | L: [email protected] |
7038 | S: Maintained | |
81c4a8a6 | 7039 | F: arch/*/include/asm/oprofile*.h |
679655da JP |
7040 | F: arch/*/oprofile/ |
7041 | F: drivers/oprofile/ | |
7042 | F: include/linux/oprofile.h | |
1da177e4 | 7043 | |
e2d1d6c0 | 7044 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
8b58be88 | 7045 | M: Mark Fasheh <[email protected]> |
d6351db2 | 7046 | M: Joel Becker <[email protected]> |
e2d1d6c0 RD |
7047 | L: [email protected] (moderated for non-subscribers) |
7048 | W: http://oss.oracle.com/projects/ocfs2/ | |
2191aeba | 7049 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
e2d1d6c0 | 7050 | S: Supported |
679655da JP |
7051 | F: Documentation/filesystems/ocfs2.txt |
7052 | F: Documentation/filesystems/dlmfs.txt | |
7053 | F: fs/ocfs2/ | |
e2d1d6c0 | 7054 | |
1da177e4 | 7055 | ORINOCO DRIVER |
724c6b35 | 7056 | L: [email protected] |
491b26b4 | 7057 | W: http://wireless.kernel.org/en/users/Drivers/orinoco |
ecffdde6 | 7058 | W: http://www.nongnu.org/orinoco/ |
3a59babb | 7059 | S: Orphan |
679655da | 7060 | F: drivers/net/wireless/orinoco/ |
1da177e4 | 7061 | |
42c55aa8 | 7062 | OSD LIBRARY and FILESYSTEM |
fadc0752 | 7063 | M: Boaz Harrosh <[email protected]> |
f1f6630b | 7064 | M: Benny Halevy <[email protected]> |
68274794 BH |
7065 | L: [email protected] |
7066 | W: http://open-osd.org | |
54e5881d | 7067 | T: git git://git.open-osd.org/open-osd.git |
68274794 | 7068 | S: Maintained |
42c55aa8 | 7069 | F: drivers/scsi/osd/ |
6b6f0b6c | 7070 | F: include/scsi/osd_* |
42c55aa8 | 7071 | F: fs/exofs/ |
68274794 | 7072 | |
ef94b186 | 7073 | OVERLAY FILESYSTEM |
7c37fbda | 7074 | M: Miklos Szeredi <[email protected]> |
1d113735 MS |
7075 | L: [email protected] |
7076 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git | |
7c37fbda | 7077 | S: Supported |
1d113735 | 7078 | F: fs/overlayfs/ |
7c37fbda NB |
7079 | F: Documentation/filesystems/overlayfs.txt |
7080 | ||
e2d1d6c0 | 7081 | P54 WIRELESS DRIVER |
084cb0fe | 7082 | M: Christian Lamparter <[email protected]> |
e2d1d6c0 | 7083 | L: [email protected] |
084cb0fe | 7084 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
e2d1d6c0 | 7085 | S: Maintained |
679655da | 7086 | F: drivers/net/wireless/p54/ |
e2d1d6c0 | 7087 | |
f5cd7872 | 7088 | PA SEMI ETHERNET DRIVER |
8b58be88 | 7089 | M: Olof Johansson <[email protected]> |
f5cd7872 OJ |
7090 | L: [email protected] |
7091 | S: Maintained | |
ded19add | 7092 | F: drivers/net/ethernet/pasemi/* |
f5cd7872 | 7093 | |
beb58aa3 | 7094 | PA SEMI SMBUS DRIVER |
8b58be88 | 7095 | M: Olof Johansson <[email protected]> |
846557d3 | 7096 | L: [email protected] |
beb58aa3 | 7097 | S: Maintained |
679655da | 7098 | F: drivers/i2c/busses/i2c-pasemi.c |
beb58aa3 | 7099 | |
48fc267e SK |
7100 | PADATA PARALLEL EXECUTION MECHANISM |
7101 | M: Steffen Klassert <[email protected]> | |
48fc267e SK |
7102 | L: [email protected] |
7103 | S: Maintained | |
7104 | F: kernel/padata.c | |
7105 | F: include/linux/padata.h | |
7106 | F: Documentation/padata.txt | |
7107 | ||
709ee531 | 7108 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
8b58be88 | 7109 | M: Harald Welte <[email protected]> |
d0944853 | 7110 | L: [email protected] |
709ee531 | 7111 | S: Maintained |
679655da | 7112 | F: drivers/platform/x86/panasonic-laptop.c |
709ee531 | 7113 | |
368dd5ac | 7114 | PANASONIC MN10300/AM33/AM34 PORT |
8b58be88 JP |
7115 | M: David Howells <[email protected]> |
7116 | M: Koichi Yasutake <[email protected]> | |
4fa97181 DH |
7117 | L: [email protected] (moderated for non-subscribers) |
7118 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
7119 | S: Maintained | |
679655da JP |
7120 | F: Documentation/mn10300/ |
7121 | F: arch/mn10300/ | |
4fa97181 | 7122 | |
1da177e4 | 7123 | PARALLEL PORT SUPPORT |
3dd1a329 | 7124 | L: [email protected] (subscribers-only) |
5fdc2abe | 7125 | S: Orphan |
679655da JP |
7126 | F: drivers/parport/ |
7127 | F: include/linux/parport*.h | |
7128 | F: drivers/char/ppdev.c | |
c117ab84 | 7129 | F: include/uapi/linux/ppdev.h |
1da177e4 | 7130 | |
4cdf6bc2 | 7131 | PARAVIRT_OPS INTERFACE |
d633180c | 7132 | M: Jeremy Fitzhardinge <[email protected]> |
8b58be88 JP |
7133 | M: Chris Wright <[email protected]> |
7134 | M: Alok Kataria <[email protected]> | |
7135 | M: Rusty Russell <[email protected]> | |
c996d8b9 | 7136 | L: [email protected] |
4cdf6bc2 | 7137 | S: Supported |
679655da JP |
7138 | F: Documentation/ia64/paravirt_ops.txt |
7139 | F: arch/*/kernel/paravirt* | |
7140 | F: arch/*/include/asm/paravirt.h | |
4cdf6bc2 | 7141 | |
e2d1d6c0 | 7142 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
8b58be88 | 7143 | M: Tim Waugh <[email protected]> |
e2d1d6c0 RD |
7144 | L: [email protected] (subscribers-only) |
7145 | W: http://www.torque.net/linux-pp.html | |
7146 | S: Maintained | |
679655da JP |
7147 | F: Documentation/blockdev/paride.txt |
7148 | F: drivers/block/paride/ | |
e2d1d6c0 RD |
7149 | |
7150 | PARISC ARCHITECTURE | |
b8828770 | 7151 | M: "James E.J. Bottomley" <[email protected]> |
b38a03b8 | 7152 | M: Helge Deller <[email protected]> |
e2d1d6c0 RD |
7153 | L: [email protected] |
7154 | W: http://www.parisc-linux.org/ | |
8a6e2535 | 7155 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ |
08deed1e | 7156 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git |
fbb46caa | 7157 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git |
e2d1d6c0 | 7158 | S: Maintained |
679655da | 7159 | F: arch/parisc/ |
2b6bac9e | 7160 | F: Documentation/parisc/ |
679655da | 7161 | F: drivers/parisc/ |
2b6bac9e HD |
7162 | F: drivers/char/agp/parisc-agp.c |
7163 | F: drivers/input/serio/gscps2.c | |
7164 | F: drivers/parport/parport_gsc.* | |
7165 | F: drivers/tty/serial/8250/8250_gsc.c | |
8a61f013 | 7166 | F: drivers/video/fbdev/sti* |
2b6bac9e HD |
7167 | F: drivers/video/console/sti* |
7168 | F: drivers/video/logo/logo_parisc* | |
e2d1d6c0 | 7169 | |
1662d32c | 7170 | PC87360 HARDWARE MONITORING DRIVER |
8b58be88 | 7171 | M: Jim Cromie <[email protected]> |
1662d32c JC |
7172 | L: [email protected] |
7173 | S: Maintained | |
679655da JP |
7174 | F: Documentation/hwmon/pc87360 |
7175 | F: drivers/hwmon/pc87360.c | |
1662d32c JC |
7176 | |
7177 | PC8736x GPIO DRIVER | |
8b58be88 | 7178 | M: Jim Cromie <[email protected]> |
1662d32c | 7179 | S: Maintained |
679655da | 7180 | F: drivers/char/pc8736x_gpio.c |
1662d32c | 7181 | |
1ad107fd | 7182 | PC87427 HARDWARE MONITORING DRIVER |
7c81c60f | 7183 | M: Jean Delvare <[email protected]> |
1ad107fd JD |
7184 | L: [email protected] |
7185 | S: Maintained | |
7186 | F: Documentation/hwmon/pc87427 | |
7187 | F: drivers/hwmon/pc87427.c | |
7188 | ||
b26e0ed4 | 7189 | PCA9532 LED DRIVER |
8b58be88 | 7190 | M: Riku Voipio <[email protected]> |
b26e0ed4 | 7191 | S: Maintained |
d5ca6918 JP |
7192 | F: drivers/leds/leds-pca9532.c |
7193 | F: include/linux/leds-pca9532.h | |
b26e0ed4 | 7194 | |
5ce914a8 | 7195 | PCA9541 I2C BUS MASTER SELECTOR DRIVER |
ca462085 | 7196 | M: Guenter Roeck <[email protected]> |
5ce914a8 GR |
7197 | L: [email protected] |
7198 | S: Maintained | |
b4f0b74e | 7199 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
5ce914a8 | 7200 | |
3971dae5 | 7201 | PCDP - PRIMARY CONSOLE AND DEBUG PORT |
055e72fe | 7202 | M: Khalid Aziz <[email protected]> |
3971dae5 KA |
7203 | S: Maintained |
7204 | F: drivers/firmware/pcdp.* | |
7205 | ||
065c6359 | 7206 | PCI ERROR RECOVERY |
6305902c | 7207 | M: Linas Vepstas <[email protected]> |
c1f69db7 | 7208 | L: [email protected] |
065c6359 | 7209 | S: Supported |
679655da | 7210 | F: Documentation/PCI/pci-error-recovery.txt |
065c6359 | 7211 | |
1da177e4 | 7212 | PCI SUBSYSTEM |
5ac3a6d2 | 7213 | M: Bjorn Helgaas <[email protected]> |
2905474d | 7214 | L: [email protected] |
99662dd1 | 7215 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
c0233ed4 | 7216 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git |
1da177e4 | 7217 | S: Supported |
679655da JP |
7218 | F: Documentation/PCI/ |
7219 | F: drivers/pci/ | |
7220 | F: include/linux/pci* | |
6b49ee49 | 7221 | F: arch/x86/pci/ |
cad01f91 | 7222 | F: arch/x86/kernel/quirks.c |
1da177e4 | 7223 | |
5f6b6ccd TI |
7224 | PCI DRIVER FOR APPLIEDMICRO XGENE |
7225 | M: Tanmay Inamdar <[email protected]> | |
7226 | L: [email protected] | |
7227 | L: [email protected] | |
7228 | S: Maintained | |
7229 | F: Documentation/devicetree/bindings/pci/xgene-pci.txt | |
7230 | F: drivers/pci/host/pci-xgene.c | |
7231 | ||
62d0ff83 ML |
7232 | PCI DRIVER FOR FREESCALE LAYERSCAPE |
7233 | M: Minghuan Lian <[email protected]> | |
7234 | M: Mingkai Hu <[email protected]> | |
7235 | M: Roy Zang <[email protected]> | |
7236 | L: [email protected] | |
7237 | L: [email protected] | |
7238 | L: [email protected] | |
7239 | S: Maintained | |
7240 | F: drivers/pci/host/*layerscape* | |
7241 | ||
f0b75693 BH |
7242 | PCI DRIVER FOR IMX6 |
7243 | M: Richard Zhu <[email protected]> | |
1ba55f55 | 7244 | M: Lucas Stach <[email protected]> |
f0b75693 BH |
7245 | L: [email protected] |
7246 | L: [email protected] (moderated for non-subscribers) | |
7247 | S: Maintained | |
7248 | F: drivers/pci/host/*imx6* | |
7249 | ||
0c4ffcfe MK |
7250 | PCI DRIVER FOR TI KEYSTONE |
7251 | M: Murali Karicheri <[email protected]> | |
7252 | L: [email protected] | |
7253 | L: [email protected] (moderated for non-subscribers) | |
7254 | S: Maintained | |
7255 | F: drivers/pci/host/*keystone* | |
7256 | ||
f0b75693 BH |
7257 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) |
7258 | M: Thomas Petazzoni <[email protected]> | |
7259 | M: Jason Cooper <[email protected]> | |
7260 | L: [email protected] | |
7261 | L: [email protected] (moderated for non-subscribers) | |
7262 | S: Maintained | |
7263 | F: drivers/pci/host/*mvebu* | |
7264 | ||
0447cfd7 TR |
7265 | PCI DRIVER FOR NVIDIA TEGRA |
7266 | M: Thierry Reding <[email protected]> | |
7267 | L: [email protected] | |
f0b75693 | 7268 | L: [email protected] |
0447cfd7 TR |
7269 | S: Supported |
7270 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | |
7271 | F: drivers/pci/host/pci-tegra.c | |
7272 | ||
47ff3de9 KVA |
7273 | PCI DRIVER FOR TI DRA7XX |
7274 | M: Kishon Vijay Abraham I <[email protected]> | |
7275 | L: [email protected] | |
7276 | L: [email protected] | |
7277 | S: Supported | |
7278 | F: Documentation/devicetree/bindings/pci/ti-pci.txt | |
7279 | F: drivers/pci/host/pci-dra7xx.c | |
7280 | ||
f0b75693 BH |
7281 | PCI DRIVER FOR RENESAS R-CAR |
7282 | M: Simon Horman <[email protected]> | |
7283 | L: [email protected] | |
7284 | L: [email protected] | |
7285 | S: Maintained | |
7286 | F: drivers/pci/host/*rcar* | |
7287 | ||
4af82255 JH |
7288 | PCI DRIVER FOR SAMSUNG EXYNOS |
7289 | M: Jingoo Han <[email protected]> | |
7290 | L: [email protected] | |
f0b75693 BH |
7291 | L: [email protected] (moderated for non-subscribers) |
7292 | L: [email protected] (moderated for non-subscribers) | |
4af82255 JH |
7293 | S: Maintained |
7294 | F: drivers/pci/host/pci-exynos.c | |
7295 | ||
f0b75693 BH |
7296 | PCI DRIVER FOR SYNOPSIS DESIGNWARE |
7297 | M: Mohit Kumar <[email protected]> | |
7298 | M: Jingoo Han <[email protected]> | |
7299 | L: [email protected] | |
7300 | S: Maintained | |
7301 | F: drivers/pci/host/*designware* | |
7302 | ||
cf28855b WD |
7303 | PCI DRIVER FOR GENERIC OF HOSTS |
7304 | M: Will Deacon <[email protected]> | |
7305 | L: [email protected] | |
7306 | L: [email protected] (moderated for non-subscribers) | |
7307 | S: Maintained | |
7308 | F: Documentation/devicetree/bindings/pci/host-generic-pci.txt | |
7309 | F: drivers/pci/host/pci-host-generic.c | |
7310 | ||
51b66a6c PA |
7311 | PCIE DRIVER FOR ST SPEAR13XX |
7312 | M: Mohit Kumar <[email protected]> | |
7313 | L: [email protected] | |
7314 | S: Maintained | |
7315 | F: drivers/pci/host/*spear* | |
7316 | ||
1da177e4 | 7317 | PCMCIA SUBSYSTEM |
4230dfc9 | 7318 | P: Linux PCMCIA Team |
f5df5881 | 7319 | L: [email protected] |
6650e0a5 | 7320 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
54e5881d | 7321 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 7322 | S: Maintained |
679655da JP |
7323 | F: Documentation/pcmcia/ |
7324 | F: drivers/pcmcia/ | |
7325 | F: include/pcmcia/ | |
1da177e4 LT |
7326 | |
7327 | PCNET32 NETWORK DRIVER | |
227fb925 | 7328 | M: Don Fry <[email protected]> |
979b6c13 | 7329 | L: [email protected] |
1da177e4 | 7330 | S: Maintained |
b955f6ca | 7331 | F: drivers/net/ethernet/amd/pcnet32.c |
1da177e4 | 7332 | |
48fc267e SK |
7333 | PCRYPT PARALLEL CRYPTO ENGINE |
7334 | M: Steffen Klassert <[email protected]> | |
7335 | L: [email protected] | |
7336 | S: Maintained | |
7337 | F: crypto/pcrypt.c | |
7338 | F: include/crypto/pcrypt.h | |
7339 | ||
e72df0b8 TH |
7340 | PER-CPU MEMORY ALLOCATOR |
7341 | M: Tejun Heo <[email protected]> | |
7342 | M: Christoph Lameter <[email protected]> | |
e72df0b8 TH |
7343 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git |
7344 | S: Maintained | |
7345 | F: include/linux/percpu*.h | |
7346 | F: mm/percpu*.c | |
7347 | F: arch/*/include/asm/percpu.h | |
7348 | ||
ad4ecbcb | 7349 | PER-TASK DELAY ACCOUNTING |
185e595f | 7350 | M: Balbir Singh <[email protected]> |
ad4ecbcb | 7351 | S: Maintained |
679655da JP |
7352 | F: include/linux/delayacct.h |
7353 | F: kernel/delayacct.c | |
ad4ecbcb | 7354 | |
57c0c15b | 7355 | PERFORMANCE EVENTS SUBSYSTEM |
8b58be88 JP |
7356 | M: Peter Zijlstra <[email protected]> |
7357 | M: Paul Mackerras <[email protected]> | |
dd9b238c | 7358 | M: Ingo Molnar <[email protected]> |
f80c5393 | 7359 | M: Arnaldo Carvalho de Melo <[email protected]> |
981c3a4f | 7360 | L: [email protected] |
75fc2d37 | 7361 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
6c0b3244 | 7362 | S: Supported |
d53e8365 | 7363 | F: kernel/events/* |
a003236c | 7364 | F: include/linux/perf_event.h |
c117ab84 | 7365 | F: include/uapi/linux/perf_event.h |
141c4296 RR |
7366 | F: arch/*/kernel/perf_event*.c |
7367 | F: arch/*/kernel/*/perf_event*.c | |
7368 | F: arch/*/kernel/*/*/perf_event*.c | |
a003236c | 7369 | F: arch/*/include/asm/perf_event.h |
a003236c VL |
7370 | F: arch/*/kernel/perf_callchain.c |
7371 | F: tools/perf/ | |
6c0b3244 | 7372 | |
dd49d0f5 | 7373 | PERSONALITY HANDLING |
8b58be88 | 7374 | M: Christoph Hellwig <[email protected]> |
dd49d0f5 JC |
7375 | L: [email protected] |
7376 | S: Maintained | |
679655da | 7377 | F: include/linux/personality.h |
c117ab84 | 7378 | F: include/uapi/linux/personality.h |
dd49d0f5 | 7379 | |
838e7a03 | 7380 | PHONET PROTOCOL |
2a06b40f | 7381 | M: Remi Denis-Courmont <[email protected]> |
838e7a03 RDC |
7382 | S: Supported |
7383 | F: Documentation/networking/phonet.txt | |
7384 | F: include/linux/phonet.h | |
7385 | F: include/net/phonet/ | |
c117ab84 | 7386 | F: include/uapi/linux/phonet.h |
838e7a03 RDC |
7387 | F: net/phonet/ |
7388 | ||
1da177e4 | 7389 | PHRAM MTD DRIVER |
8b58be88 | 7390 | M: Joern Engel <[email protected]> |
1da177e4 LT |
7391 | L: [email protected] |
7392 | S: Maintained | |
679655da | 7393 | F: drivers/mtd/devices/phram.c |
1da177e4 | 7394 | |
efdbb10e BP |
7395 | PICOLCD HID DRIVER |
7396 | M: Bruno Prémont <[email protected]> | |
7397 | L: [email protected] | |
7398 | S: Maintained | |
7399 | F: drivers/hid/hid-picolcd* | |
7400 | ||
a53bfa07 JI |
7401 | PICOXCELL SUPPORT |
7402 | M: Jamie Iles <[email protected]> | |
7403 | L: [email protected] (moderated for non-subscribers) | |
7404 | T: git git://github.com/jamieiles/linux-2.6-ji.git | |
7405 | S: Supported | |
b8733987 | 7406 | F: arch/arm/boot/dts/picoxcell* |
14430813 | 7407 | F: arch/arm/mach-picoxcell/ |
b8733987 | 7408 | F: drivers/crypto/picoxcell* |
a53bfa07 | 7409 | |
2744e8af LW |
7410 | PIN CONTROL SUBSYSTEM |
7411 | M: Linus Walleij <[email protected]> | |
c11f042b | 7412 | L: [email protected] |
dbe752a3 | 7413 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git |
2744e8af | 7414 | S: Maintained |
07f29ba6 | 7415 | F: drivers/pinctrl/ |
8e406fe4 | 7416 | F: include/linux/pinctrl/ |
2744e8af | 7417 | |
2201bbb8 JCPV |
7418 | PIN CONTROLLER - ATMEL AT91 |
7419 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
7420 | L: [email protected] (moderated for non-subscribers) | |
7421 | S: Maintained | |
c654b6bf | 7422 | F: drivers/pinctrl/pinctrl-at91.* |
2201bbb8 | 7423 | |
cbd1b652 MW |
7424 | PIN CONTROLLER - INTEL |
7425 | M: Mika Westerberg <[email protected]> | |
7426 | M: Heikki Krogerus <[email protected]> | |
7427 | S: Maintained | |
7428 | F: drivers/pinctrl/intel/ | |
2201bbb8 | 7429 | |
9963b536 LP |
7430 | PIN CONTROLLER - RENESAS |
7431 | M: Laurent Pinchart <[email protected]> | |
7432 | L: [email protected] | |
7433 | S: Maintained | |
7434 | F: drivers/pinctrl/sh-pfc/ | |
7435 | ||
b75e60d6 | 7436 | PIN CONTROLLER - SAMSUNG |
fea685e9 | 7437 | M: Tomasz Figa <[email protected]> |
b75e60d6 DA |
7438 | M: Thomas Abraham <[email protected]> |
7439 | L: [email protected] (moderated for non-subscribers) | |
7440 | L: [email protected] (moderated for non-subscribers) | |
7441 | S: Maintained | |
9b5b33f6 | 7442 | F: drivers/pinctrl/samsung/ |
b75e60d6 | 7443 | |
deda8287 | 7444 | PIN CONTROLLER - ST SPEAR |
8e406fe4 | 7445 | M: Viresh Kumar <[email protected]> |
deda8287 VK |
7446 | L: [email protected] |
7447 | L: [email protected] (moderated for non-subscribers) | |
7448 | W: http://www.st.com/spear | |
7449 | S: Maintained | |
8e406fe4 | 7450 | F: drivers/pinctrl/spear/ |
deda8287 | 7451 | |
249a6771 | 7452 | PKTCDVD DRIVER |
dbd47133 | 7453 | M: Jiri Kosina <[email protected]> |
249a6771 | 7454 | S: Maintained |
679655da JP |
7455 | F: drivers/block/pktcdvd.c |
7456 | F: include/linux/pktcdvd.h | |
c117ab84 | 7457 | F: include/uapi/linux/pktcdvd.h |
249a6771 | 7458 | |
b31d8273 G |
7459 | PKUNITY SOC DRIVERS |
7460 | M: Guan Xuetao <[email protected]> | |
7461 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
7462 | S: Maintained | |
ceebf4d5 | 7463 | T: git git://github.com/gxt/linux.git |
b31d8273 | 7464 | F: drivers/input/serio/i8042-unicore32io.h |
d10e4a66 | 7465 | F: drivers/i2c/busses/i2c-puv3.c |
8a61f013 | 7466 | F: drivers/video/fbdev/fb-puv3.c |
2809e80b | 7467 | F: drivers/rtc/rtc-puv3.c |
b31d8273 | 7468 | |
9d2ecfb7 | 7469 | PMBUS HARDWARE MONITORING DRIVERS |
ca462085 | 7470 | M: Guenter Roeck <[email protected]> |
9d2ecfb7 GR |
7471 | L: [email protected] |
7472 | W: http://www.lm-sensors.org/ | |
7473 | W: http://www.roeck-us.net/linux/drivers/ | |
7474 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | |
7475 | S: Maintained | |
7476 | F: Documentation/hwmon/pmbus | |
7477 | F: drivers/hwmon/pmbus/ | |
7478 | F: include/linux/i2c/pmbus.h | |
7479 | ||
89a36810 | 7480 | PMC SIERRA MaxRAID DRIVER |
076cfaae | 7481 | M: Anil Ravindranath <[email protected]> |
89a36810 AR |
7482 | L: [email protected] |
7483 | W: http://www.pmc-sierra.com/ | |
7484 | S: Supported | |
7485 | F: drivers/scsi/pmcraid.* | |
7486 | ||
dbf9bfe6 | 7487 | PMC SIERRA PM8001 DRIVER |
4f0e359c | 7488 | M: [email protected] |
dbf9bfe6 | 7489 | M: [email protected] |
f5a7b525 | 7490 | L: [email protected] |
dbf9bfe6 | 7491 | L: [email protected] |
7492 | S: Supported | |
7493 | F: drivers/scsi/pm8001/ | |
7494 | ||
1da177e4 | 7495 | POSIX CLOCKS and TIMERS |
8b58be88 | 7496 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 7497 | L: [email protected] |
75fc2d37 | 7498 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
5cee9645 | 7499 | S: Maintained |
679655da JP |
7500 | F: fs/timerfd.c |
7501 | F: include/linux/timer* | |
5cee9645 | 7502 | F: kernel/time/*timer* |
1da177e4 | 7503 | |
3be86148 | 7504 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
ad8464a2 | 7505 | M: Sebastian Reichel <[email protected]> |
57318935 | 7506 | M: Dmitry Eremin-Solenikov <[email protected]> |
8b58be88 | 7507 | M: David Woodhouse <[email protected]> |
ad8464a2 | 7508 | L: [email protected] |
54e5881d | 7509 | T: git git://git.infradead.org/battery-2.6.git |
3be86148 | 7510 | S: Maintained |
679655da | 7511 | F: include/linux/power_supply.h |
8cd725a1 | 7512 | F: drivers/power/ |
3be86148 | 7513 | |
1da177e4 | 7514 | PNP SUPPORT |
46a1f21a | 7515 | M: Rafael J. Wysocki <[email protected]> |
1da177e4 | 7516 | S: Maintained |
679655da | 7517 | F: drivers/pnp/ |
1da177e4 | 7518 | |
999445d4 | 7519 | PNXxxxx I2C DRIVER |
8b58be88 | 7520 | M: Vitaly Wool <[email protected]> |
846557d3 | 7521 | L: [email protected] |
999445d4 | 7522 | S: Maintained |
679655da | 7523 | F: drivers/i2c/busses/i2c-pnx.c |
999445d4 | 7524 | |
1da177e4 | 7525 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8b58be88 | 7526 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
7527 | L: [email protected] |
7528 | S: Maintained | |
224cf5ad | 7529 | F: drivers/net/ppp/ppp_* |
1da177e4 LT |
7530 | |
7531 | PPP OVER ATM (RFC 2364) | |
8b58be88 | 7532 | M: Mitchell Blank Jr <[email protected]> |
1da177e4 | 7533 | S: Maintained |
679655da | 7534 | F: net/atm/pppoatm.c |
c117ab84 | 7535 | F: include/uapi/linux/atmppp.h |
1da177e4 LT |
7536 | |
7537 | PPP OVER ETHERNET | |
8b58be88 | 7538 | M: Michal Ostrowski <[email protected]> |
1da177e4 | 7539 | S: Maintained |
224cf5ad JK |
7540 | F: drivers/net/ppp/pppoe.c |
7541 | F: drivers/net/ppp/pppox.c | |
1da177e4 | 7542 | |
a6d2370b | 7543 | PPP OVER L2TP |
8b58be88 | 7544 | M: James Chapman <[email protected]> |
a6d2370b | 7545 | S: Maintained |
90ca28d1 | 7546 | F: net/l2tp/l2tp_ppp.c |
679655da | 7547 | F: include/linux/if_pppol2tp.h |
c117ab84 | 7548 | F: include/uapi/linux/if_pppol2tp.h |
a6d2370b | 7549 | |
eae9d2ba | 7550 | PPS SUPPORT |
8b58be88 | 7551 | M: Rodolfo Giometti <[email protected]> |
eae9d2ba RG |
7552 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
7553 | L: [email protected] (subscribers-only) | |
7554 | S: Maintained | |
cabaaf41 JP |
7555 | F: Documentation/pps/ |
7556 | F: drivers/pps/ | |
7557 | F: include/linux/pps*.h | |
eae9d2ba | 7558 | |
71a6d0af HW |
7559 | PPTP DRIVER |
7560 | M: Dmitry Kozlov <[email protected]> | |
7561 | L: [email protected] | |
7562 | S: Maintained | |
224cf5ad | 7563 | F: drivers/net/ppp/pptp.c |
71a6d0af HW |
7564 | W: http://sourceforge.net/projects/accel-pptp |
7565 | ||
1da177e4 | 7566 | PREEMPTIBLE KERNEL |
8b58be88 | 7567 | M: Robert Love <[email protected]> |
1da177e4 LT |
7568 | L: [email protected] |
7569 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
7570 | S: Supported | |
679655da JP |
7571 | F: Documentation/preempt-locking.txt |
7572 | F: include/linux/preempt.h | |
1da177e4 LT |
7573 | |
7574 | PRISM54 WIRELESS DRIVER | |
8b58be88 | 7575 | M: "Luis R. Rodriguez" <[email protected]> |
724c6b35 | 7576 | L: [email protected] |
9ef80804 | 7577 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
1d89cae1 | 7578 | S: Obsolete |
679655da | 7579 | F: drivers/net/wireless/prism54/ |
1da177e4 | 7580 | |
b3277dfa | 7581 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
743a7ecb | 7582 | M: Mikael Pettersson <[email protected]> |
b3277dfa MP |
7583 | L: [email protected] |
7584 | S: Maintained | |
679655da | 7585 | F: drivers/ata/sata_promise.* |
b3277dfa | 7586 | |
02c18891 | 7587 | PS3 NETWORK SUPPORT |
b809b9ca | 7588 | M: Geoff Levand <[email protected]> |
02c18891 | 7589 | L: [email protected] |
a4724ed6 | 7590 | L: [email protected] |
b809b9ca | 7591 | S: Maintained |
8df158ac | 7592 | F: drivers/net/ethernet/toshiba/ps3_gelic_net.* |
02c18891 | 7593 | |
f58a9d17 | 7594 | PS3 PLATFORM SUPPORT |
b809b9ca | 7595 | M: Geoff Levand <[email protected]> |
a4724ed6 SR |
7596 | L: [email protected] |
7597 | L: [email protected] | |
b809b9ca | 7598 | S: Maintained |
679655da JP |
7599 | F: arch/powerpc/boot/ps3* |
7600 | F: arch/powerpc/include/asm/lv1call.h | |
7601 | F: arch/powerpc/include/asm/ps3*.h | |
7602 | F: arch/powerpc/platforms/ps3/ | |
7603 | F: drivers/*/ps3* | |
7604 | F: drivers/ps3/ | |
fec629b8 | 7605 | F: drivers/rtc/rtc-ps3.c |
679655da | 7606 | F: drivers/usb/host/*ps3.c |
fec629b8 | 7607 | F: sound/ppc/snd_ps3* |
f58a9d17 | 7608 | |
cffb4add | 7609 | PS3VRAM DRIVER |
8b58be88 | 7610 | M: Jim Paris <[email protected]> |
a4724ed6 | 7611 | L: [email protected] |
cffb4add | 7612 | S: Maintained |
8a3977cb | 7613 | F: drivers/block/ps3vram.c |
cffb4add | 7614 | |
8defe599 | 7615 | PSTORE FILESYSTEM |
9d5e2a02 | 7616 | M: Anton Vorontsov <[email protected]> |
8defe599 AV |
7617 | M: Colin Cross <[email protected]> |
7618 | M: Kees Cook <[email protected]> | |
7619 | M: Tony Luck <[email protected]> | |
7620 | S: Maintained | |
7621 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | |
7622 | F: fs/pstore/ | |
7623 | F: include/linux/pstore* | |
04851772 | 7624 | F: drivers/firmware/efi/efi-pstore.c |
8defe599 AV |
7625 | F: drivers/acpi/apei/erst.c |
7626 | ||
7fbc415d RC |
7627 | PTP HARDWARE CLOCK SUPPORT |
7628 | M: Richard Cochran <[email protected]> | |
e7333e3c | 7629 | L: [email protected] |
7fbc415d RC |
7630 | S: Maintained |
7631 | W: http://linuxptp.sourceforge.net/ | |
7632 | F: Documentation/ABI/testing/sysfs-ptp | |
7633 | F: Documentation/ptp/* | |
0ecb3cdd | 7634 | F: drivers/net/ethernet/freescale/gianfar_ptp.c |
7fbc415d RC |
7635 | F: drivers/net/phy/dp83640* |
7636 | F: drivers/ptp/* | |
7637 | F: include/linux/ptp_cl* | |
7638 | ||
cf94a4d1 | 7639 | PTRACE SUPPORT |
e846ee5f | 7640 | M: Roland McGrath <[email protected]> |
8b58be88 | 7641 | M: Oleg Nesterov <[email protected]> |
cf94a4d1 CH |
7642 | S: Maintained |
7643 | F: include/asm-generic/syscall.h | |
7644 | F: include/linux/ptrace.h | |
7645 | F: include/linux/regset.h | |
7646 | F: include/linux/tracehook.h | |
c117ab84 | 7647 | F: include/uapi/linux/ptrace.h |
cf94a4d1 CH |
7648 | F: kernel/ptrace.c |
7649 | ||
8320204a | 7650 | PVRUSB2 VIDEO4LINUX DRIVER |
8b58be88 | 7651 | M: Mike Isely <[email protected]> |
16e9495d | 7652 | L: [email protected] (subscribers-only) |
661263b5 | 7653 | L: [email protected] |
8320204a | 7654 | W: http://www.isely.net/pvrusb2/ |
275ffde4 | 7655 | T: git git://linuxtv.org/media_tree.git |
8320204a | 7656 | S: Maintained |
679655da | 7657 | F: Documentation/video4linux/README.pvrusb2 |
0c0d06ca | 7658 | F: drivers/media/usb/pvrusb2/ |
8320204a | 7659 | |
39532e6c HG |
7660 | PWC WEBCAM DRIVER |
7661 | M: Hans de Goede <[email protected]> | |
7662 | L: [email protected] | |
7663 | T: git git://linuxtv.org/media_tree.git | |
7664 | S: Maintained | |
7665 | F: drivers/media/usb/pwc/* | |
7666 | ||
93c090b3 KD |
7667 | PWM FAN DRIVER |
7668 | M: Kamil Debski <[email protected]> | |
7669 | L: [email protected] | |
7670 | S: Supported | |
7671 | F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt | |
7672 | F: Documentation/hwmon/pwm-fan | |
7673 | F: drivers/hwmon/pwm-fan.c | |
7674 | ||
200efedd | 7675 | PWM SUBSYSTEM |
aa3495f7 TR |
7676 | M: Thierry Reding <[email protected]> |
7677 | L: [email protected] | |
0c2498f1 | 7678 | S: Maintained |
006e854f | 7679 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git |
200efedd TR |
7680 | F: Documentation/pwm.txt |
7681 | F: Documentation/devicetree/bindings/pwm/ | |
7682 | F: include/linux/pwm.h | |
0c2498f1 | 7683 | F: drivers/pwm/ |
a140b98d TR |
7684 | F: drivers/video/backlight/pwm_bl.c |
7685 | F: include/linux/pwm_backlight.h | |
0c2498f1 | 7686 | |
30ec261e | 7687 | PXA2xx/PXA3xx SUPPORT |
8da5e302 | 7688 | M: Daniel Mack <[email protected]> |
a323f664 | 7689 | M: Haojian Zhuang <[email protected]> |
8da5e302 | 7690 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 7691 | L: [email protected] (moderated for non-subscribers) |
3f640c61 | 7692 | T: git git://github.com/hzhuang1/linux.git |
8da5e302 | 7693 | T: git git://github.com/rjarzmik/linux.git |
1da177e4 | 7694 | S: Maintained |
679655da JP |
7695 | F: arch/arm/mach-pxa/ |
7696 | F: drivers/pcmcia/pxa2xx* | |
9df92e6c | 7697 | F: drivers/spi/spi-pxa2xx* |
faf2e1db | 7698 | F: drivers/usb/gadget/udc/pxa2* |
679655da | 7699 | F: include/sound/pxa2xx-lib.h |
bec4c99e | 7700 | F: sound/arm/pxa* |
14430813 | 7701 | F: sound/soc/pxa/ |
1da177e4 | 7702 | |
ec64d3bf EG |
7703 | PXA3xx NAND FLASH DRIVER |
7704 | M: Ezequiel Garcia <[email protected]> | |
7705 | L: [email protected] | |
7706 | S: Maintained | |
9a67f099 | 7707 | F: drivers/mtd/nand/pxa3xx_nand.c |
ec64d3bf | 7708 | |
3f640c61 | 7709 | MMP SUPPORT |
8b58be88 | 7710 | M: Eric Miao <[email protected]> |
a323f664 | 7711 | M: Haojian Zhuang <[email protected]> |
e8e6cb32 | 7712 | L: [email protected] (moderated for non-subscribers) |
3f640c61 HZ |
7713 | T: git git://github.com/hzhuang1/linux.git |
7714 | T: git git://git.linaro.org/people/ycmiao/pxa-linux.git | |
e8e6cb32 | 7715 | S: Maintained |
3f640c61 | 7716 | F: arch/arm/mach-mmp/ |
e8e6cb32 | 7717 | |
272f133a PO |
7718 | PXA MMCI DRIVER |
7719 | S: Orphan | |
7720 | ||
57f63bc8 | 7721 | PXA RTC DRIVER |
8b58be88 | 7722 | M: Robert Jarzmik <[email protected]> |
57f63bc8 RJ |
7723 | L: [email protected] |
7724 | S: Maintained | |
7725 | ||
cea4001a TS |
7726 | QAT DRIVER |
7727 | M: Tadeusz Struk <[email protected]> | |
7728 | L: [email protected] | |
7729 | S: Supported | |
7730 | F: drivers/crypto/qat/ | |
7731 | ||
52a09a04 | 7732 | QIB DRIVER |
8473c603 | 7733 | M: Mike Marciniszyn <[email protected]> |
52a09a04 MM |
7734 | L: [email protected] |
7735 | S: Supported | |
7736 | F: drivers/infiniband/hw/qib/ | |
7737 | ||
5e9772b9 JS |
7738 | QLOGIC QLA1280 SCSI DRIVER |
7739 | M: Michael Reed <[email protected]> | |
7740 | L: [email protected] | |
7741 | S: Maintained | |
7742 | F: drivers/scsi/qla1280.[ch] | |
7743 | ||
1da177e4 | 7744 | QLOGIC QLA2XXX FC-SCSI DRIVER |
2c804eb0 | 7745 | M: [email protected] |
1da177e4 LT |
7746 | L: [email protected] |
7747 | S: Supported | |
679655da JP |
7748 | F: Documentation/scsi/LICENSE.qla2xxx |
7749 | F: drivers/scsi/qla2xxx/ | |
1da177e4 | 7750 | |
883c98fe | 7751 | QLOGIC QLA4XXX iSCSI DRIVER |
1018b8b9 | 7752 | M: [email protected] |
883c98fe RA |
7753 | L: [email protected] |
7754 | S: Supported | |
bacfb81b | 7755 | F: Documentation/scsi/LICENSE.qla4xxx |
883c98fe RA |
7756 | F: drivers/scsi/qla4xxx/ |
7757 | ||
5a4faa87 | 7758 | QLOGIC QLA3XXX NETWORK DRIVER |
0a955c3a | 7759 | M: Jitendra Kalsaria <[email protected]> |
8b58be88 | 7760 | M: Ron Mercer <[email protected]> |
5a4faa87 RM |
7761 | M: [email protected] |
7762 | L: [email protected] | |
7763 | S: Supported | |
679655da | 7764 | F: Documentation/networking/LICENSE.qla3xxx |
aa43c215 | 7765 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
5a4faa87 | 7766 | |
0ec00f03 | 7767 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
195ca382 | 7768 | M: Shahed Shaikh <[email protected]> |
9f35a3cc | 7769 | M: [email protected] |
0ec00f03 AKS |
7770 | L: [email protected] |
7771 | S: Supported | |
aa43c215 | 7772 | F: drivers/net/ethernet/qlogic/qlcnic/ |
0ec00f03 | 7773 | |
c4e84bde | 7774 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
c9b1a5b5 HP |
7775 | M: Harish Patil <[email protected]> |
7776 | M: Sudarsana Kalluru <[email protected]> | |
7777 | M: [email protected] | |
4cbfbe25 | 7778 | M: [email protected] |
c4e84bde RM |
7779 | L: [email protected] |
7780 | S: Supported | |
aa43c215 | 7781 | F: drivers/net/ethernet/qlogic/qlge/ |
c4e84bde | 7782 | |
1da177e4 | 7783 | QNX4 FILESYSTEM |
8b58be88 | 7784 | M: Anders Larsen <[email protected]> |
1da177e4 LT |
7785 | W: http://www.alarsen.net/linux/qnx4fs/ |
7786 | S: Maintained | |
80811493 | 7787 | F: fs/qnx4/ |
c117ab84 CEB |
7788 | F: include/uapi/linux/qnx4_fs.h |
7789 | F: include/uapi/linux/qnxtypes.h | |
1da177e4 | 7790 | |
91952bc0 AP |
7791 | QT1010 MEDIA DRIVER |
7792 | M: Antti Palosaari <[email protected]> | |
7793 | L: [email protected] | |
7794 | W: http://linuxtv.org/ | |
7795 | W: http://palosaari.fi/linux/ | |
7796 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7797 | T: git git://linuxtv.org/anttip/media_tree.git | |
7798 | S: Maintained | |
7799 | F: drivers/media/tuners/qt1010* | |
7800 | ||
966fb5ec SM |
7801 | QUALCOMM ATHEROS ATH9K WIRELESS DRIVER |
7802 | M: QCA ath9k Development <[email protected]> | |
7803 | L: [email protected] | |
7804 | L: [email protected] | |
7805 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | |
7806 | S: Supported | |
7807 | F: drivers/net/wireless/ath/ath9k/ | |
7808 | ||
2ea0ffcb KV |
7809 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER |
7810 | M: Kalle Valo <[email protected]> | |
7811 | L: [email protected] | |
7812 | W: http://wireless.kernel.org/en/users/Drivers/ath10k | |
7813 | T: git git://github.com/kvalo/ath.git | |
7814 | S: Supported | |
7815 | F: drivers/net/wireless/ath/ath10k/ | |
7816 | ||
4f4567cf RK |
7817 | QUALCOMM HEXAGON ARCHITECTURE |
7818 | M: Richard Kuo <[email protected]> | |
7819 | L: [email protected] | |
7820 | S: Supported | |
7821 | F: arch/hexagon/ | |
7822 | ||
8e84c258 EK |
7823 | QUALCOMM WCN36XX WIRELESS DRIVER |
7824 | M: Eugene Krasnikov <[email protected]> | |
7825 | L: [email protected] | |
7826 | W: http://wireless.kernel.org/en/users/Drivers/wcn36xx | |
7827 | T: git git://github.com/KrasnikovEugene/wcn36xx.git | |
7828 | S: Supported | |
7829 | F: drivers/net/wireless/ath/wcn36xx/ | |
7830 | ||
35e3540b HV |
7831 | QUICKCAM PARALLEL PORT WEBCAMS |
7832 | M: Hans Verkuil <[email protected]> | |
7833 | L: [email protected] | |
7834 | T: git git://linuxtv.org/media_tree.git | |
7835 | W: http://linuxtv.org | |
7836 | S: Odd Fixes | |
7837 | F: drivers/media/parport/*-qcam* | |
7838 | ||
602adf40 | 7839 | RADOS BLOCK DEVICE (RBD) |
09d90327 SW |
7840 | M: Yehuda Sadeh <[email protected]> |
7841 | M: Sage Weil <[email protected]> | |
527a88b9 | 7842 | M: Alex Elder <[email protected]> |
602adf40 | 7843 | M: [email protected] |
09d90327 SW |
7844 | W: http://ceph.com/ |
7845 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | |
602adf40 YS |
7846 | S: Supported |
7847 | F: drivers/block/rbd.c | |
7848 | F: drivers/block/rbd_types.h | |
7849 | ||
1da177e4 | 7850 | RADEON FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7851 | M: Benjamin Herrenschmidt <[email protected]> |
c69f677c | 7852 | L: [email protected] |
1da177e4 | 7853 | S: Maintained |
8a61f013 | 7854 | F: drivers/video/fbdev/aty/radeon* |
c117ab84 | 7855 | F: include/uapi/linux/radeonfb.h |
1da177e4 | 7856 | |
c6c9b34c HG |
7857 | RADIOSHARK RADIO DRIVER |
7858 | M: Hans de Goede <[email protected]> | |
7859 | L: [email protected] | |
7860 | T: git git://linuxtv.org/media_tree.git | |
7861 | S: Maintained | |
7862 | F: drivers/media/radio/radio-shark.c | |
7863 | ||
7864 | RADIOSHARK2 RADIO DRIVER | |
7865 | M: Hans de Goede <[email protected]> | |
7866 | L: [email protected] | |
7867 | T: git git://linuxtv.org/media_tree.git | |
7868 | S: Maintained | |
7869 | F: drivers/media/radio/radio-shark2.c | |
7870 | F: drivers/media/radio/radio-tea5777.c | |
7871 | ||
1da177e4 | 7872 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7873 | M: Paul Mackerras <[email protected]> |
c69f677c | 7874 | L: [email protected] |
1da177e4 | 7875 | S: Maintained |
8a61f013 | 7876 | F: drivers/video/fbdev/aty/aty128fb.c |
1da177e4 | 7877 | |
e7839f25 | 7878 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 | 7879 | P: rt2x00 project |
b182427e | 7880 | M: Stanislaw Gruszka <[email protected]> |
f198f98e | 7881 | M: Helmut Schaa <[email protected]> |
95ea3627 | 7882 | L: [email protected] |
83fc9c89 | 7883 | L: [email protected] (moderated for non-subscribers) |
95ea3627 ID |
7884 | W: http://rt2x00.serialmonkey.com/ |
7885 | S: Maintained | |
7886 | F: drivers/net/wireless/rt2x00/ | |
7887 | ||
9db5579b | 7888 | RAMDISK RAM BLOCK DEVICE DRIVER |
6e575590 | 7889 | M: Nick Piggin <[email protected]> |
9db5579b | 7890 | S: Maintained |
679655da JP |
7891 | F: Documentation/blockdev/ramdisk.txt |
7892 | F: drivers/block/brd.c | |
9db5579b | 7893 | |
9e95ce27 | 7894 | RANDOM NUMBER DRIVER |
0624bcaa | 7895 | M: "Theodore Ts'o" <[email protected]> |
9e95ce27 | 7896 | S: Maintained |
679655da | 7897 | F: drivers/char/random.c |
9e95ce27 | 7898 | |
394b701c | 7899 | RAPIDIO SUBSYSTEM |
8b58be88 | 7900 | M: Matt Porter <[email protected]> |
b8bc1dd3 | 7901 | M: Alexandre Bounine <[email protected]> |
394b701c | 7902 | S: Maintained |
679655da | 7903 | F: drivers/rapidio/ |
394b701c | 7904 | |
e2d1d6c0 | 7905 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
e2d1d6c0 | 7906 | L: [email protected] |
f52a5490 | 7907 | S: Orphan |
679655da | 7908 | F: drivers/net/wireless/ray* |
e2d1d6c0 RD |
7909 | |
7910 | RCUTORTURE MODULE | |
e0198b29 | 7911 | M: Josh Triplett <[email protected]> |
8b58be88 | 7912 | M: "Paul E. McKenney" <[email protected]> |
981c3a4f | 7913 | L: [email protected] |
f9094d8e | 7914 | S: Supported |
08deed1e | 7915 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
679655da | 7916 | F: Documentation/RCU/torture.txt |
34e2d560 | 7917 | F: kernel/rcu/rcutorture.c |
e2d1d6c0 | 7918 | |
c87b9c60 PM |
7919 | RCUTORTURE TEST FRAMEWORK |
7920 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 7921 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7922 | R: Steven Rostedt <[email protected]> |
7923 | R: Mathieu Desnoyers <[email protected]> | |
7924 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7925 | L: [email protected] |
c87b9c60 PM |
7926 | S: Supported |
7927 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
7928 | F: tools/testing/selftests/rcutorture | |
7929 | ||
c1f766b5 | 7930 | RDC R-321X SoC |
8b58be88 | 7931 | M: Florian Fainelli <[email protected]> |
c1f766b5 FF |
7932 | S: Maintained |
7933 | ||
db17f395 | 7934 | RDC R6040 FAST ETHERNET DRIVER |
8b58be88 | 7935 | M: Florian Fainelli <[email protected]> |
db17f395 FF |
7936 | L: [email protected] |
7937 | S: Maintained | |
58565a35 | 7938 | F: drivers/net/ethernet/rdc/r6040.c |
db17f395 | 7939 | |
a09ed661 | 7940 | RDS - RELIABLE DATAGRAM SOCKETS |
8a85ac4b | 7941 | M: Chien Yen <[email protected]> |
fbb5a558 | 7942 | L: [email protected] (moderated for non-subscribers) |
a09ed661 | 7943 | S: Supported |
679655da | 7944 | F: net/rds/ |
a09ed661 | 7945 | |
595182bc | 7946 | READ-COPY UPDATE (RCU) |
8b58be88 | 7947 | M: "Paul E. McKenney" <[email protected]> |
ab0afd6c | 7948 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7949 | R: Steven Rostedt <[email protected]> |
7950 | R: Mathieu Desnoyers <[email protected]> | |
7951 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7952 | L: [email protected] |
9fab9787 | 7953 | W: http://www.rdrop.com/users/paulmck/RCU/ |
595182bc | 7954 | S: Supported |
08deed1e | 7955 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
f9094d8e | 7956 | F: Documentation/RCU/ |
9fab9787 | 7957 | X: Documentation/RCU/torture.txt |
f9094d8e | 7958 | F: include/linux/rcu* |
4102adab PM |
7959 | X: include/linux/srcu.h |
7960 | F: kernel/rcu/ | |
34e2d560 | 7961 | X: kernel/torture.c |
595182bc | 7962 | |
0c86edc0 | 7963 | REAL TIME CLOCK (RTC) SUBSYSTEM |
8b58be88 | 7964 | M: Alessandro Zummo <[email protected]> |
76465493 | 7965 | L: [email protected] |
8a6e2535 | 7966 | Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ |
0c86edc0 | 7967 | S: Maintained |
679655da JP |
7968 | F: Documentation/rtc.txt |
7969 | F: drivers/rtc/ | |
7970 | F: include/linux/rtc.h | |
c117ab84 | 7971 | F: include/uapi/linux/rtc.h |
0c86edc0 | 7972 | |
0e400c53 MB |
7973 | REALTEK AUDIO CODECS |
7974 | M: Bard Liao <[email protected]> | |
7975 | M: Oder Chiou <[email protected]> | |
7976 | S: Maintained | |
7977 | F: sound/soc/codecs/rt* | |
7978 | F: include/sound/rt*.h | |
7979 | ||
1da177e4 | 7980 | REISERFS FILE SYSTEM |
76c4e5ea | 7981 | L: [email protected] |
1da177e4 | 7982 | S: Supported |
679655da | 7983 | F: fs/reiserfs/ |
1da177e4 | 7984 | |
b83a313b | 7985 | REGISTER MAP ABSTRACTION |
b02e48f2 | 7986 | M: Mark Brown <[email protected]> |
dd060bc9 | 7987 | L: [email protected] |
b83a313b MB |
7988 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
7989 | S: Supported | |
7990 | F: drivers/base/regmap/ | |
7991 | F: include/linux/regmap.h | |
7992 | ||
400e64df OBC |
7993 | REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM |
7994 | M: Ohad Ben-Cohen <[email protected]> | |
6bb697b6 | 7995 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git |
400e64df OBC |
7996 | S: Maintained |
7997 | F: drivers/remoteproc/ | |
7998 | F: Documentation/remoteproc.txt | |
6fc26488 | 7999 | F: include/linux/remoteproc.h |
400e64df | 8000 | |
d8115db5 OBC |
8001 | REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM |
8002 | M: Ohad Ben-Cohen <[email protected]> | |
8003 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | |
8004 | S: Maintained | |
8005 | F: drivers/rpmsg/ | |
8006 | F: Documentation/rpmsg.txt | |
8007 | F: include/linux/rpmsg.h | |
8008 | ||
1b0fe6be PZ |
8009 | RESET CONTROLLER FRAMEWORK |
8010 | M: Philipp Zabel <[email protected]> | |
8011 | S: Maintained | |
8012 | F: drivers/reset/ | |
8013 | F: Documentation/devicetree/bindings/reset/ | |
8014 | F: include/linux/reset.h | |
8015 | F: include/linux/reset-controller.h | |
8016 | ||
e0897645 | 8017 | RFKILL |
8b58be88 | 8018 | M: Johannes Berg <[email protected]> |
19d337df | 8019 | L: [email protected] |
ce466579 JB |
8020 | W: http://wireless.kernel.org/ |
8021 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
8022 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
e0897645 | 8023 | S: Maintained |
505c9247 | 8024 | F: Documentation/rfkill.txt |
80811493 | 8025 | F: net/rfkill/ |
e0897645 | 8026 | |
67e054e9 ML |
8027 | RICOH SMARTMEDIA/XD DRIVER |
8028 | M: Maxim Levitsky <[email protected]> | |
8029 | S: Maintained | |
21c26f50 JP |
8030 | F: drivers/mtd/nand/r852.c |
8031 | F: drivers/mtd/nand/r852.h | |
67e054e9 | 8032 | |
92634125 ML |
8033 | RICOH R5C592 MEMORYSTICK DRIVER |
8034 | M: Maxim Levitsky <[email protected]> | |
8035 | S: Maintained | |
8036 | F: drivers/memstick/host/r592.* | |
8037 | ||
27f1d2f9 SA |
8038 | ROCCAT DRIVERS |
8039 | M: Stefan Achatz <[email protected]> | |
8040 | W: http://sourceforge.net/projects/roccat/ | |
8041 | S: Maintained | |
8042 | F: drivers/hid/hid-roccat* | |
8043 | F: include/linux/hid-roccat* | |
8044 | F: Documentation/ABI/*/sysfs-driver-hid-roccat* | |
8045 | ||
4b8ac966 JP |
8046 | ROCKER DRIVER |
8047 | M: Jiri Pirko <[email protected]> | |
8048 | M: Scott Feldman <[email protected]> | |
8049 | L: [email protected] | |
8050 | S: Supported | |
8051 | F: drivers/net/ethernet/rocker/ | |
8052 | ||
1da177e4 LT |
8053 | ROCKETPORT DRIVER |
8054 | P: Comtrol Corp. | |
1da177e4 LT |
8055 | W: http://www.comtrol.com |
8056 | S: Maintained | |
679655da | 8057 | F: Documentation/serial/rocket.txt |
c897401b | 8058 | F: drivers/tty/rocket* |
1da177e4 | 8059 | |
7645c2f4 KC |
8060 | ROCKETPORT EXPRESS/INFINITY DRIVER |
8061 | M: Kevin Cernekee <[email protected]> | |
8062 | L: [email protected] | |
8063 | S: Odd Fixes | |
8064 | F: drivers/tty/serial/rp2.* | |
8065 | ||
1da177e4 | 8066 | ROSE NETWORK LAYER |
8b58be88 | 8067 | M: Ralf Baechle <[email protected]> |
1da177e4 | 8068 | L: [email protected] |
d34cb28a | 8069 | W: http://www.linux-ax25.org/ |
1da177e4 | 8070 | S: Maintained |
679655da | 8071 | F: include/net/rose.h |
c117ab84 | 8072 | F: include/uapi/linux/rose.h |
679655da | 8073 | F: net/rose/ |
1da177e4 | 8074 | |
91952bc0 AP |
8075 | RTL2830 MEDIA DRIVER |
8076 | M: Antti Palosaari <[email protected]> | |
8077 | L: [email protected] | |
8078 | W: http://linuxtv.org/ | |
8079 | W: http://palosaari.fi/linux/ | |
8080 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8081 | T: git git://linuxtv.org/anttip/media_tree.git | |
8082 | S: Maintained | |
8083 | F: drivers/media/dvb-frontends/rtl2830* | |
8084 | ||
27a0aacf AP |
8085 | RTL2832 MEDIA DRIVER |
8086 | M: Antti Palosaari <[email protected]> | |
8087 | L: [email protected] | |
8088 | W: http://linuxtv.org/ | |
8089 | W: http://palosaari.fi/linux/ | |
8090 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8091 | T: git git://linuxtv.org/anttip/media_tree.git | |
8092 | S: Maintained | |
8093 | F: drivers/media/dvb-frontends/rtl2832* | |
8094 | ||
ba6e6f6e AP |
8095 | RTL2832_SDR MEDIA DRIVER |
8096 | M: Antti Palosaari <[email protected]> | |
8097 | L: [email protected] | |
8098 | W: http://linuxtv.org/ | |
8099 | W: http://palosaari.fi/linux/ | |
8100 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8101 | T: git git://linuxtv.org/anttip/media_tree.git | |
8102 | S: Maintained | |
b4bb1c28 | 8103 | F: drivers/media/dvb-frontends/rtl2832_sdr* |
ba6e6f6e | 8104 | |
59840488 | 8105 | RTL8180 WIRELESS DRIVER |
605bebe2 | 8106 | L: [email protected] |
491b26b4 | 8107 | W: http://wireless.kernel.org/ |
54e5881d | 8108 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7be6ff65 | 8109 | S: Orphan |
3cfeb0c3 | 8110 | F: drivers/net/wireless/rtl818x/rtl8180/ |
605bebe2 | 8111 | |
59840488 | 8112 | RTL8187 WIRELESS DRIVER |
9f0939bf | 8113 | M: Herton Ronaldo Krzesinski <[email protected]> |
8b58be88 JP |
8114 | M: Hin-Tak Leung <[email protected]> |
8115 | M: Larry Finger <[email protected]> | |
7d2c86b5 | 8116 | L: [email protected] |
491b26b4 | 8117 | W: http://wireless.kernel.org/ |
54e5881d | 8118 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7d2c86b5 | 8119 | S: Maintained |
3cfeb0c3 | 8120 | F: drivers/net/wireless/rtl818x/rtl8187/ |
59840488 | 8121 | |
3cf0c8ad LF |
8122 | RTL8192CE WIRELESS DRIVER |
8123 | M: Larry Finger <[email protected]> | |
8124 | M: Chaoming Li <[email protected]> | |
8125 | L: [email protected] | |
491b26b4 | 8126 | W: http://wireless.kernel.org/ |
3cf0c8ad LF |
8127 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
8128 | S: Maintained | |
8129 | F: drivers/net/wireless/rtlwifi/ | |
f0b3e4b7 | 8130 | F: drivers/net/wireless/rtlwifi/rtl8192ce/ |
59840488 | 8131 | |
9eb8ef74 | 8132 | S3 SAVAGE FRAMEBUFFER DRIVER |
8b58be88 | 8133 | M: Antonino Daplas <[email protected]> |
c69f677c | 8134 | L: [email protected] |
ce00f85c | 8135 | S: Maintained |
8a61f013 | 8136 | F: drivers/video/fbdev/savage/ |
9eb8ef74 | 8137 | |
1da177e4 | 8138 | S390 |
8b58be88 JP |
8139 | M: Martin Schwidefsky <[email protected]> |
8140 | M: Heiko Carstens <[email protected]> | |
1da177e4 | 8141 | M: [email protected] |
d58140cc | 8142 | L: [email protected] |
5238da45 HC |
8143 | W: http://www.ibm.com/developerworks/linux/linux390/ |
8144 | S: Supported | |
679655da | 8145 | F: arch/s390/ |
a968cd3e | 8146 | F: drivers/s390/ |
3bfe6858 JN |
8147 | F: Documentation/s390/ |
8148 | F: Documentation/DocBook/s390* | |
5238da45 | 8149 | |
322986ca SO |
8150 | S390 COMMON I/O LAYER |
8151 | M: Sebastian Ott <[email protected]> | |
8152 | M: Peter Oberparleiter <[email protected]> | |
8153 | L: [email protected] | |
8154 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8155 | S: Supported | |
8156 | F: drivers/s390/cio/ | |
8157 | ||
8158 | S390 DASD DRIVER | |
8159 | M: Stefan Weinhuber <[email protected]> | |
8160 | M: Stefan Haberland <[email protected]> | |
8161 | L: [email protected] | |
8162 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8163 | S: Supported | |
8164 | F: drivers/s390/block/dasd* | |
8165 | F: block/partitions/ibm.c | |
8166 | ||
5238da45 | 8167 | S390 NETWORK DRIVERS |
8b58be88 JP |
8168 | M: Ursula Braun <[email protected]> |
8169 | M: Frank Blaschka <[email protected]> | |
5238da45 | 8170 | M: [email protected] |
d58140cc | 8171 | L: [email protected] |
5238da45 HC |
8172 | W: http://www.ibm.com/developerworks/linux/linux390/ |
8173 | S: Supported | |
679655da | 8174 | F: drivers/s390/net/ |
5238da45 | 8175 | |
322986ca SO |
8176 | S390 PCI SUBSYSTEM |
8177 | M: Sebastian Ott <[email protected]> | |
8178 | M: Gerald Schaefer <[email protected]> | |
8179 | L: [email protected] | |
8180 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8181 | S: Supported | |
8182 | F: arch/s390/pci/ | |
8183 | F: drivers/pci/hotplug/s390_pci_hpc.c | |
8184 | ||
feed9b62 | 8185 | S390 ZCRYPT DRIVER |
5c8d0983 | 8186 | M: Ingo Tuchscherer <[email protected]> |
feed9b62 FB |
8187 | M: [email protected] |
8188 | L: [email protected] | |
a968cd3e | 8189 | W: http://www.ibm.com/developerworks/linux/linux390/ |
feed9b62 | 8190 | S: Supported |
d5ca6918 | 8191 | F: drivers/s390/crypto/ |
feed9b62 | 8192 | |
5238da45 | 8193 | S390 ZFCP DRIVER |
d38e19d0 | 8194 | M: Steffen Maier <[email protected]> |
5238da45 | 8195 | M: [email protected] |
d58140cc | 8196 | L: [email protected] |
5238da45 | 8197 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 | 8198 | S: Supported |
679655da | 8199 | F: drivers/s390/scsi/zfcp_* |
1da177e4 | 8200 | |
dd96df2c | 8201 | S390 IUCV NETWORK LAYER |
8b58be88 | 8202 | M: Ursula Braun <[email protected]> |
dd96df2c UB |
8203 | M: [email protected] |
8204 | L: [email protected] | |
8205 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8206 | S: Supported | |
679655da JP |
8207 | F: drivers/s390/net/*iucv* |
8208 | F: include/net/iucv/ | |
8209 | F: net/iucv/ | |
dd96df2c | 8210 | |
4dde7f75 | 8211 | S3C24XX SD/MMC Driver |
8b58be88 | 8212 | M: Ben Dooks <[email protected]> |
efc03ecb | 8213 | L: [email protected] (moderated for non-subscribers) |
4dde7f75 | 8214 | S: Supported |
679655da | 8215 | F: drivers/mmc/host/s3cmci.* |
4dde7f75 | 8216 | |
1f15a229 HV |
8217 | SAA6588 RDS RECEIVER DRIVER |
8218 | M: Hans Verkuil <[email protected]> | |
8219 | L: [email protected] | |
8220 | T: git git://linuxtv.org/media_tree.git | |
8221 | W: http://linuxtv.org | |
8222 | S: Odd Fixes | |
8223 | F: drivers/media/i2c/saa6588* | |
8224 | ||
98ed12e6 | 8225 | SAA7134 VIDEO4LINUX DRIVER |
009a5410 | 8226 | M: Mauro Carvalho Chehab <[email protected]> |
98ed12e6 MCC |
8227 | L: [email protected] |
8228 | W: http://linuxtv.org | |
8229 | T: git git://linuxtv.org/media_tree.git | |
8230 | S: Odd fixes | |
e42bf501 | 8231 | F: Documentation/video4linux/*.saa7134 |
98ed12e6 MCC |
8232 | F: drivers/media/pci/saa7134/ |
8233 | ||
1da177e4 | 8234 | SAA7146 VIDEO4LINUX-2 DRIVER |
566b8157 | 8235 | M: Hans Verkuil <[email protected]> |
661263b5 | 8236 | L: [email protected] |
275ffde4 | 8237 | T: git git://linuxtv.org/media_tree.git |
1da177e4 | 8238 | S: Maintained |
90d72ac6 MCC |
8239 | F: drivers/media/common/saa7146/ |
8240 | F: drivers/media/pci/saa7146/ | |
8241 | F: include/media/saa7146* | |
1da177e4 | 8242 | |
92304a40 | 8243 | SAMSUNG LAPTOP DRIVER |
5909c654 | 8244 | M: Corentin Chary <[email protected]> |
92304a40 CC |
8245 | L: [email protected] |
8246 | S: Maintained | |
8247 | F: drivers/platform/x86/samsung-laptop.c | |
8248 | ||
4a109cc0 | 8249 | SAMSUNG AUDIO (ASoC) DRIVERS |
250b6851 | 8250 | M: Sangbeom Kim <[email protected]> |
4a109cc0 MB |
8251 | L: [email protected] (moderated for non-subscribers) |
8252 | S: Supported | |
14430813 | 8253 | F: sound/soc/samsung/ |
4a109cc0 | 8254 | |
0d89a28b JH |
8255 | SAMSUNG FRAMEBUFFER DRIVER |
8256 | M: Jingoo Han <[email protected]> | |
8257 | L: [email protected] | |
8258 | S: Maintained | |
8a61f013 | 8259 | F: drivers/video/fbdev/s3c-fb.c |
0d89a28b | 8260 | |
f69d3a17 SK |
8261 | SAMSUNG MULTIFUNCTION DEVICE DRIVERS |
8262 | M: Sangbeom Kim <[email protected]> | |
8263 | L: [email protected] | |
8264 | S: Supported | |
8265 | F: drivers/mfd/sec*.c | |
8266 | F: drivers/regulator/s2m*.c | |
8267 | F: drivers/regulator/s5m*.c | |
f69d3a17 SK |
8268 | F: include/linux/mfd/samsung/ |
8269 | ||
038f5c4b SN |
8270 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS |
8271 | M: Kyungmin Park <[email protected]> | |
8272 | M: Sylwester Nawrocki <[email protected]> | |
8273 | L: [email protected] | |
8274 | Q: https://patchwork.linuxtv.org/project/linux-media/list/ | |
8275 | S: Supported | |
8276 | F: drivers/media/platform/exynos4-is/ | |
038f5c4b | 8277 | |
6fd86ab2 SN |
8278 | SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER |
8279 | M: Sylwester Nawrocki <[email protected]> | |
8280 | L: [email protected] | |
8281 | L: [email protected] (moderated for non-subscribers) | |
8282 | S: Maintained | |
8283 | F: drivers/media/platform/s3c-camif/ | |
8284 | F: include/media/s3c_camif.h | |
8285 | ||
b84ef24e AH |
8286 | SAMSUNG S5C73M3 CAMERA DRIVER |
8287 | M: Kyungmin Park <[email protected]> | |
8288 | M: Andrzej Hajda <[email protected]> | |
8289 | L: [email protected] | |
8290 | S: Supported | |
8291 | F: drivers/media/i2c/s5c73m3/* | |
8292 | ||
7d459937 AH |
8293 | SAMSUNG S5K5BAF CAMERA DRIVER |
8294 | M: Kyungmin Park <[email protected]> | |
8295 | M: Andrzej Hajda <[email protected]> | |
8296 | L: [email protected] | |
8297 | S: Supported | |
8298 | F: drivers/media/i2c/s5k5baf.c | |
8299 | ||
310e39c9 | 8300 | SAMSUNG SOC CLOCK DRIVERS |
fea685e9 TF |
8301 | M: Sylwester Nawrocki <[email protected]> |
8302 | M: Tomasz Figa <[email protected]> | |
310e39c9 TF |
8303 | S: Supported |
8304 | L: [email protected] (moderated for non-subscribers) | |
8305 | F: drivers/clk/samsung/ | |
8306 | ||
66890ed6 BA |
8307 | SAMSUNG SXGBE DRIVERS |
8308 | M: Byungho An <[email protected]> | |
8309 | M: Girish K S <[email protected]> | |
66890ed6 BA |
8310 | M: Vipul Pandya <[email protected]> |
8311 | S: Supported | |
8312 | L: [email protected] | |
8313 | F: drivers/net/ethernet/samsung/sxgbe/ | |
8314 | ||
e296cd32 KD |
8315 | SAMSUNG USB2 PHY DRIVER |
8316 | M: Kamil Debski <[email protected]> | |
8317 | L: [email protected] | |
8318 | S: Supported | |
8319 | F: Documentation/devicetree/bindings/phy/samsung-phy.txt | |
8320 | F: Documentation/phy/samsung-usb2.txt | |
8321 | F: drivers/phy/phy-exynos4210-usb2.c | |
8322 | F: drivers/phy/phy-exynos4x12-usb2.c | |
8323 | F: drivers/phy/phy-exynos5250-usb2.c | |
8324 | F: drivers/phy/phy-s5pv210-usb2.c | |
8325 | F: drivers/phy/phy-samsung-usb2.c | |
8326 | F: drivers/phy/phy-samsung-usb2.h | |
8327 | ||
ca749e2a | 8328 | SERIAL DRIVERS |
5e30bbb7 | 8329 | M: Greg Kroah-Hartman <[email protected]> |
ca749e2a | 8330 | L: [email protected] |
5e30bbb7 | 8331 | S: Maintained |
14430813 | 8332 | F: drivers/tty/serial/ |
ca749e2a | 8333 | |
aecb7b64 | 8334 | SYNOPSYS DESIGNWARE DMAC DRIVER |
2d8a3b3d | 8335 | M: Viresh Kumar <[email protected]> |
337ae47c | 8336 | M: Andy Shevchenko <[email protected]> |
aecb7b64 | 8337 | S: Maintained |
3d598f47 | 8338 | F: include/linux/platform_data/dma-dw.h |
61a76496 | 8339 | F: drivers/dma/dw/ |
aecb7b64 | 8340 | |
f9e37137 SJ |
8341 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER |
8342 | M: Seungwon Jeon <[email protected]> | |
8343 | M: Jaehoon Chung <[email protected]> | |
8344 | L: [email protected] | |
8345 | S: Maintained | |
8346 | F: include/linux/mmc/dw_mmc.h | |
8347 | F: drivers/mmc/host/dw_mmc* | |
8348 | ||
1db121d6 AN |
8349 | THUNDERBOLT DRIVER |
8350 | M: Andreas Noever <[email protected]> | |
8351 | S: Maintained | |
8352 | F: drivers/thunderbolt/ | |
8353 | ||
9222d247 | 8354 | TIMEKEEPING, CLOCKSOURCE CORE, NTP |
50363737 | 8355 | M: John Stultz <[email protected]> |
88606e80 | 8356 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 8357 | L: [email protected] |
75fc2d37 | 8358 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
88606e80 TG |
8359 | S: Supported |
8360 | F: include/linux/clocksource.h | |
8361 | F: include/linux/time.h | |
8362 | F: include/linux/timex.h | |
c117ab84 CEB |
8363 | F: include/uapi/linux/time.h |
8364 | F: include/uapi/linux/timex.h | |
88606e80 TG |
8365 | F: kernel/time/clocksource.c |
8366 | F: kernel/time/time*.c | |
8367 | F: kernel/time/ntp.c | |
8368 | ||
5b3f03f0 | 8369 | TLG2300 VIDEO4LINUX-2 DRIVER |
d2fa2187 | 8370 | M: Huang Shijie <[email protected]> |
a545e2ea HV |
8371 | M: Hans Verkuil <[email protected]> |
8372 | S: Odd Fixes | |
14430813 | 8373 | F: drivers/media/usb/tlg2300/ |
5b3f03f0 | 8374 | |
1da177e4 | 8375 | SC1200 WDT DRIVER |
b300645a | 8376 | M: Zwane Mwaikambo <[email protected]> |
1da177e4 | 8377 | S: Maintained |
679655da | 8378 | F: drivers/watchdog/sc1200wdt.c |
1da177e4 LT |
8379 | |
8380 | SCHEDULER | |
dd9b238c | 8381 | M: Ingo Molnar <[email protected]> |
8b58be88 | 8382 | M: Peter Zijlstra <[email protected]> |
981c3a4f | 8383 | L: [email protected] |
75fc2d37 | 8384 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
1da177e4 | 8385 | S: Maintained |
95c0d71d | 8386 | F: kernel/sched/ |
679655da | 8387 | F: include/linux/sched.h |
c117ab84 | 8388 | F: include/uapi/linux/sched.h |
c2eb505b | 8389 | F: include/linux/wait.h |
1da177e4 | 8390 | |
6bcf6737 | 8391 | SCORE ARCHITECTURE |
ed38665e | 8392 | M: Chen Liqin <[email protected]> |
a2681a75 | 8393 | M: Lennox Wu <[email protected]> |
ed38665e | 8394 | W: http://www.sunplus.com |
6bcf6737 | 8395 | S: Supported |
a2681a75 | 8396 | F: arch/score/ |
6bcf6737 | 8397 | |
1da177e4 | 8398 | SCSI CDROM DRIVER |
8b58be88 | 8399 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
8400 | L: [email protected] |
8401 | W: http://www.kernel.dk | |
8402 | S: Maintained | |
679655da | 8403 | F: drivers/scsi/sr* |
1da177e4 | 8404 | |
fb50a83d | 8405 | SCSI RDMA PROTOCOL (SRP) INITIATOR |
e6b45d49 | 8406 | M: Bart Van Assche <[email protected]> |
fb50a83d RD |
8407 | L: [email protected] |
8408 | S: Supported | |
8409 | W: http://www.openfabrics.org | |
8410 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
8411 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git | |
8412 | F: drivers/infiniband/ulp/srp/ | |
8413 | F: include/scsi/srp.h | |
8414 | ||
1da177e4 | 8415 | SCSI SG DRIVER |
8b58be88 | 8416 | M: Doug Gilbert <[email protected]> |
1da177e4 | 8417 | L: [email protected] |
59ab3c93 | 8418 | W: http://sg.danny.cz/sg |
1da177e4 | 8419 | S: Maintained |
59ab3c93 | 8420 | F: Documentation/scsi/scsi-generic.txt |
679655da JP |
8421 | F: drivers/scsi/sg.c |
8422 | F: include/scsi/sg.h | |
1da177e4 LT |
8423 | |
8424 | SCSI SUBSYSTEM | |
c95286d8 | 8425 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 | 8426 | L: [email protected] |
54e5881d JP |
8427 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
8428 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | |
8429 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 | 8430 | S: Maintained |
679655da JP |
8431 | F: drivers/scsi/ |
8432 | F: include/scsi/ | |
1da177e4 LT |
8433 | |
8434 | SCSI TAPE DRIVER | |
8b58be88 | 8435 | M: Kai Mäkisara <[email protected]> |
1da177e4 LT |
8436 | L: [email protected] |
8437 | S: Maintained | |
679655da | 8438 | F: Documentation/scsi/st.txt |
f7269cfc JD |
8439 | F: drivers/scsi/st.* |
8440 | F: drivers/scsi/st_*.h | |
1da177e4 LT |
8441 | |
8442 | SCTP PROTOCOL | |
8b6efb75 | 8443 | M: Vlad Yasevich <[email protected]> |
02c38d0a | 8444 | M: Neil Horman <[email protected]> |
1a418796 | 8445 | L: [email protected] |
5f85813c | 8446 | W: http://lksctp.sourceforge.net |
8b6efb75 | 8447 | S: Maintained |
679655da JP |
8448 | F: Documentation/networking/sctp.txt |
8449 | F: include/linux/sctp.h | |
4d58c025 | 8450 | F: include/uapi/linux/sctp.h |
679655da JP |
8451 | F: include/net/sctp/ |
8452 | F: net/sctp/ | |
1da177e4 LT |
8453 | |
8454 | SCx200 CPU SUPPORT | |
8b58be88 | 8455 | M: Jim Cromie <[email protected]> |
1662d32c | 8456 | S: Odd Fixes |
679655da | 8457 | F: Documentation/i2c/busses/scx200_acb |
390889b6 | 8458 | F: arch/x86/platform/scx200/ |
679655da JP |
8459 | F: drivers/watchdog/scx200_wdt.c |
8460 | F: drivers/i2c/busses/scx200* | |
8461 | F: drivers/mtd/maps/scx200_docflash.c | |
8462 | F: include/linux/scx200.h | |
1662d32c JC |
8463 | |
8464 | SCx200 GPIO DRIVER | |
8b58be88 | 8465 | M: Jim Cromie <[email protected]> |
1662d32c | 8466 | S: Maintained |
679655da JP |
8467 | F: drivers/char/scx200_gpio.c |
8468 | F: include/linux/scx200_gpio.h | |
1662d32c JC |
8469 | |
8470 | SCx200 HRT CLOCKSOURCE DRIVER | |
8b58be88 | 8471 | M: Jim Cromie <[email protected]> |
1662d32c | 8472 | S: Maintained |
679655da | 8473 | F: drivers/clocksource/scx200_hrt.c |
1da177e4 | 8474 | |
6a36913a | 8475 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 8476 | M: Sascha Sommer <[email protected]> |
6a36913a SS |
8477 | L: [email protected] (subscribers-only) |
8478 | S: Maintained | |
679655da | 8479 | F: drivers/mmc/host/sdricoh_cs.c |
6a36913a | 8480 | |
e7839f25 | 8481 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
6e443244 | 8482 | M: Chris Ball <[email protected]> |
7a241d6e | 8483 | L: [email protected] |
245feaa6 CB |
8484 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
8485 | S: Maintained | |
7a241d6e | 8486 | F: drivers/mmc/host/sdhci.* |
d4a45787 | 8487 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8488 | |
c04f9d61 KC |
8489 | SECURE COMPUTING |
8490 | M: Kees Cook <[email protected]> | |
a0cfd75f KC |
8491 | R: Andy Lutomirski <[email protected]> |
8492 | R: Will Drewry <[email protected]> | |
c04f9d61 KC |
8493 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp |
8494 | S: Supported | |
8495 | F: kernel/seccomp.c | |
8496 | F: include/uapi/linux/seccomp.h | |
8497 | F: include/linux/seccomp.h | |
8498 | K: \bsecure_computing | |
8499 | K: \bTIF_SECCOMP\b | |
8500 | ||
3085e9c1 | 8501 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
9d5e2a02 | 8502 | M: Anton Vorontsov <[email protected]> |
a4724ed6 | 8503 | L: [email protected] |
7a241d6e | 8504 | L: [email protected] |
e2d1d6c0 | 8505 | S: Maintained |
d4a45787 | 8506 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8507 | |
0d1bb41a | 8508 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
8b58be88 | 8509 | M: Ben Dooks <[email protected]> |
7a241d6e | 8510 | L: [email protected] |
0d1bb41a BD |
8511 | S: Maintained |
8512 | F: drivers/mmc/host/sdhci-s3c.c | |
8513 | ||
c63b3cba | 8514 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER |
2d8a3b3d | 8515 | M: Viresh Kumar <[email protected]> |
fbfa0748 | 8516 | L: [email protected] |
c63b3cba VK |
8517 | L: [email protected] |
8518 | S: Maintained | |
8519 | F: drivers/mmc/host/sdhci-spear.c | |
8520 | ||
8711cca2 | 8521 | SECURITY SUBSYSTEM |
9b45c0d2 | 8522 | M: James Morris <[email protected]> |
70b4a259 | 8523 | M: Serge E. Hallyn <[email protected]> |
8711cca2 | 8524 | L: [email protected] (suggested Cc:) |
89879a7e | 8525 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git |
9ccf010f | 8526 | W: http://kernsec.org/ |
8711cca2 | 8527 | S: Supported |
7d2c86b5 | 8528 | F: security/ |
8711cca2 | 8529 | |
1da177e4 | 8530 | SECURITY CONTACT |
8b58be88 | 8531 | M: Security Officers <[email protected]> |
1da177e4 LT |
8532 | S: Supported |
8533 | ||
8534 | SELINUX SECURITY MODULE | |
e0238b4c | 8535 | M: Paul Moore <[email protected]> |
8b58be88 | 8536 | M: Stephen Smalley <[email protected]> |
8b58be88 | 8537 | M: Eric Paris <[email protected]> |
e0238b4c | 8538 | L: [email protected] (moderated for non-subscribers) |
f058925b | 8539 | W: http://selinuxproject.org |
5a5f2acf | 8540 | T: git git://git.infradead.org/users/pcmoore/selinux |
1da177e4 | 8541 | S: Supported |
679655da JP |
8542 | F: include/linux/selinux* |
8543 | F: security/selinux/ | |
6bde95ce | 8544 | F: scripts/selinux/ |
1da177e4 | 8545 | |
c1c124e9 JJ |
8546 | APPARMOR SECURITY MODULE |
8547 | M: John Johansen <[email protected]> | |
8548 | L: [email protected] (subscribers-only, general discussion) | |
8549 | W: apparmor.wiki.kernel.org | |
8550 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git | |
8551 | S: Supported | |
8552 | F: security/apparmor/ | |
8553 | ||
cef2cf07 | 8554 | SENSABLE PHANTOM |
8b58be88 | 8555 | M: Jiri Slaby <[email protected]> |
cef2cf07 | 8556 | S: Maintained |
679655da | 8557 | F: drivers/misc/phantom.c |
c117ab84 | 8558 | F: include/uapi/linux/phantom.h |
cef2cf07 | 8559 | |
4480f15b | 8560 | SERIAL ATA (SATA) SUBSYSTEM |
3d9b9350 | 8561 | M: Tejun Heo <[email protected]> |
1da177e4 | 8562 | L: [email protected] |
3d9b9350 | 8563 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
1da177e4 | 8564 | S: Supported |
d5ca6918 JP |
8565 | F: drivers/ata/ |
8566 | F: include/linux/ata.h | |
8567 | F: include/linux/libata.h | |
1da177e4 | 8568 | |
7188b067 HG |
8569 | SERIAL ATA AHCI PLATFORM devices support |
8570 | M: Hans de Goede <[email protected]> | |
8571 | M: Tejun Heo <[email protected]> | |
8572 | L: [email protected] | |
8573 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | |
8574 | S: Supported | |
8575 | F: drivers/ata/ahci_platform.c | |
8576 | F: drivers/ata/libahci_platform.c | |
8577 | F: include/linux/ahci_platform.h | |
8578 | ||
6733b39a | 8579 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
0ca43cc0 | 8580 | M: Jayamohan Kallickal <[email protected]> |
3387f656 | 8581 | L: [email protected] |
0ca43cc0 | 8582 | W: http://www.emulex.com |
3387f656 JP |
8583 | S: Supported |
8584 | F: drivers/scsi/be2iscsi/ | |
6733b39a | 8585 | |
6b7c5b94 | 8586 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
fea3af67 AK |
8587 | M: Sathya Perla <[email protected]> |
8588 | M: Subbu Seetharaman <[email protected]> | |
8589 | M: Ajit Khaparde <[email protected]> | |
7d2c86b5 | 8590 | L: [email protected] |
fea3af67 | 8591 | W: http://www.emulex.com |
7d2c86b5 | 8592 | S: Supported |
9aebddd1 | 8593 | F: drivers/net/ethernet/emulex/benet/ |
6b7c5b94 | 8594 | |
8ceee660 | 8595 | SFC NETWORK DRIVER |
c06f51ea | 8596 | M: Solarflare linux maintainers <[email protected]> |
8533ccf3 | 8597 | M: Shradha Shah <[email protected]> |
c06f51ea | 8598 | L: [email protected] |
8ceee660 | 8599 | S: Supported |
874aeea5 | 8600 | F: drivers/net/ethernet/sfc/ |
8ceee660 | 8601 | |
e2d1d6c0 | 8602 | SGI GRU DRIVER |
cc883afc | 8603 | M: Dimitri Sivanich <[email protected]> |
e2d1d6c0 | 8604 | S: Maintained |
679655da | 8605 | F: drivers/misc/sgi-gru/ |
e2d1d6c0 RD |
8606 | |
8607 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
8b58be88 | 8608 | M: Pat Gefre <[email protected]> |
e2d1d6c0 RD |
8609 | L: [email protected] |
8610 | S: Supported | |
679655da | 8611 | F: Documentation/ia64/serial.txt |
df621252 | 8612 | F: drivers/tty/serial/ioc?_serial.c |
679655da | 8613 | F: include/linux/ioc?.h |
e2d1d6c0 | 8614 | |
75312619 | 8615 | SGI XP/XPC/XPNET DRIVER |
e180383f RH |
8616 | M: Cliff Whickman <[email protected]> |
8617 | M: Robin Holt <[email protected]> | |
75312619 | 8618 | S: Maintained |
679655da | 8619 | F: drivers/misc/sgi-xp/ |
75312619 | 8620 | |
46eacf3b AP |
8621 | SI2157 MEDIA DRIVER |
8622 | M: Antti Palosaari <[email protected]> | |
8623 | L: [email protected] | |
8624 | W: http://linuxtv.org/ | |
8625 | W: http://palosaari.fi/linux/ | |
8626 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8627 | T: git git://linuxtv.org/anttip/media_tree.git | |
8628 | S: Maintained | |
8629 | F: drivers/media/tuners/si2157* | |
8630 | ||
75e2d5ba AP |
8631 | SI2168 MEDIA DRIVER |
8632 | M: Antti Palosaari <[email protected]> | |
8633 | L: [email protected] | |
8634 | W: http://linuxtv.org/ | |
8635 | W: http://palosaari.fi/linux/ | |
8636 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8637 | T: git git://linuxtv.org/anttip/media_tree.git | |
8638 | S: Maintained | |
8639 | F: drivers/media/dvb-frontends/si2168* | |
8640 | ||
49cc629d HV |
8641 | SI470X FM RADIO RECEIVER I2C DRIVER |
8642 | M: Hans Verkuil <[email protected]> | |
8643 | L: [email protected] | |
8644 | T: git git://linuxtv.org/media_tree.git | |
8645 | W: http://linuxtv.org | |
8646 | S: Odd Fixes | |
8647 | F: drivers/media/radio/si470x/radio-si470x-i2c.c | |
8648 | ||
8649 | SI470X FM RADIO RECEIVER USB DRIVER | |
8650 | M: Hans Verkuil <[email protected]> | |
8651 | L: [email protected] | |
8652 | T: git git://linuxtv.org/media_tree.git | |
8653 | W: http://linuxtv.org | |
8654 | S: Maintained | |
8655 | F: drivers/media/radio/si470x/radio-si470x-common.c | |
8656 | F: drivers/media/radio/si470x/radio-si470x.h | |
8657 | F: drivers/media/radio/si470x/radio-si470x-usb.c | |
8658 | ||
c937ca03 EV |
8659 | SI4713 FM RADIO TRANSMITTER I2C DRIVER |
8660 | M: Eduardo Valentin <[email protected]> | |
8661 | L: [email protected] | |
8662 | T: git git://linuxtv.org/media_tree.git | |
8663 | W: http://linuxtv.org | |
8664 | S: Odd Fixes | |
99995ded | 8665 | F: drivers/media/radio/si4713/si4713.? |
c937ca03 EV |
8666 | |
8667 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER | |
8668 | M: Eduardo Valentin <[email protected]> | |
8669 | L: [email protected] | |
8670 | T: git git://linuxtv.org/media_tree.git | |
8671 | W: http://linuxtv.org | |
8672 | S: Odd Fixes | |
99995ded DR |
8673 | F: drivers/media/radio/si4713/radio-platform-si4713.c |
8674 | ||
8675 | SI4713 FM RADIO TRANSMITTER USB DRIVER | |
8676 | M: Hans Verkuil <[email protected]> | |
8677 | L: [email protected] | |
8678 | T: git git://linuxtv.org/media_tree.git | |
8679 | W: http://linuxtv.org | |
8680 | S: Maintained | |
8681 | F: drivers/media/radio/si4713/radio-usb-si4713.c | |
c937ca03 | 8682 | |
beb91d46 | 8683 | SIANO DVB DRIVER |
009a5410 | 8684 | M: Mauro Carvalho Chehab <[email protected]> |
beb91d46 MCC |
8685 | L: [email protected] |
8686 | W: http://linuxtv.org | |
8687 | T: git git://linuxtv.org/media_tree.git | |
8688 | S: Odd fixes | |
8689 | F: drivers/media/common/siano/ | |
beb91d46 | 8690 | F: drivers/media/usb/siano/ |
beb91d46 | 8691 | F: drivers/media/usb/siano/ |
14430813 | 8692 | F: drivers/media/mmc/siano/ |
beb91d46 | 8693 | |
6f15b602 HG |
8694 | SIMPLEFB FB DRIVER |
8695 | M: Hans de Goede <[email protected]> | |
8696 | L: [email protected] | |
8697 | S: Maintained | |
8698 | F: Documentation/devicetree/bindings/video/simple-framebuffer.txt | |
8699 | F: drivers/video/fbdev/simplefb.c | |
8700 | F: include/linux/platform_data/simplefb.h | |
8701 | ||
b618b69c | 8702 | SH_VEU V4L2 MEM2MEM DRIVER |
b618b69c | 8703 | L: [email protected] |
bb60fcb2 | 8704 | S: Orphan |
b618b69c | 8705 | F: drivers/media/platform/sh_veu.c |
b618b69c GL |
8706 | |
8707 | SH_VOU V4L2 OUTPUT DRIVER | |
b618b69c | 8708 | L: [email protected] |
bb60fcb2 | 8709 | S: Orphan |
b618b69c GL |
8710 | F: drivers/media/platform/sh_vou.c |
8711 | F: include/media/sh_vou.h | |
8712 | ||
6349d997 | 8713 | SIMPLE FIRMWARE INTERFACE (SFI) |
2bf822d7 | 8714 | M: Len Brown <[email protected]> |
6349d997 LB |
8715 | L: [email protected] |
8716 | W: http://simplefirmware.org/ | |
8717 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | |
e2d1d6c0 | 8718 | S: Supported |
943fc810 | 8719 | F: arch/x86/platform/sfi/ |
6349d997 LB |
8720 | F: drivers/sfi/ |
8721 | F: include/linux/sfi*.h | |
e2d1d6c0 | 8722 | |
1da177e4 LT |
8723 | SIMTEC EB110ATX (Chalice CATS) |
8724 | P: Ben Dooks | |
b16957c6 BD |
8725 | P: Vincent Sanders <[email protected]> |
8726 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8727 | W: http://www.simtec.co.uk/products/EB110ATX/ |
8728 | S: Supported | |
8729 | ||
8730 | SIMTEC EB2410ITX (BAST) | |
8731 | P: Ben Dooks | |
b16957c6 BD |
8732 | P: Vincent Sanders <[email protected]> |
8733 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8734 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
8735 | S: Supported | |
15dba387 JP |
8736 | F: arch/arm/mach-s3c24xx/mach-bast.c |
8737 | F: arch/arm/mach-s3c24xx/bast-ide.c | |
8738 | F: arch/arm/mach-s3c24xx/bast-irq.c | |
1da177e4 | 8739 | |
4c5adde7 | 8740 | TI DAVINCI MACHINE SUPPORT |
3ba789c0 | 8741 | M: Sekhar Nori <[email protected]> |
c69d72ae | 8742 | M: Kevin Hilman <[email protected]> |
c9f46a85 | 8743 | T: git git://gitorious.org/linux-davinci/linux-davinci.git |
8a6e2535 | 8744 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ |
4c5adde7 | 8745 | S: Supported |
14430813 | 8746 | F: arch/arm/mach-davinci/ |
046d0a37 | 8747 | F: drivers/i2c/busses/i2c-davinci.c |
4c5adde7 | 8748 | |
8d4b3f08 | 8749 | TI DAVINCI SERIES MEDIA DRIVER |
9ce5eca7 | 8750 | M: Lad, Prabhakar <[email protected]> |
8d4b3f08 | 8751 | L: [email protected] |
8d4b3f08 LP |
8752 | W: http://linuxtv.org/ |
8753 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8754 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | |
9ce5eca7 | 8755 | S: Maintained |
8d4b3f08 LP |
8756 | F: drivers/media/platform/davinci/ |
8757 | F: include/media/davinci/ | |
8758 | ||
92aab3c0 | 8759 | SIS 190 ETHERNET DRIVER |
8b58be88 | 8760 | M: Francois Romieu <[email protected]> |
92aab3c0 FR |
8761 | L: [email protected] |
8762 | S: Maintained | |
8c7de408 | 8763 | F: drivers/net/ethernet/sis/sis190.c |
92aab3c0 | 8764 | |
1da177e4 | 8765 | SIS 900/7016 FAST ETHERNET DRIVER |
8b58be88 | 8766 | M: Daniele Venzano <[email protected]> |
1da177e4 | 8767 | W: http://www.brownhat.org/sis900.html |
979b6c13 | 8768 | L: [email protected] |
1da177e4 | 8769 | S: Maintained |
8c7de408 | 8770 | F: drivers/net/ethernet/sis/sis900.* |
1da177e4 LT |
8771 | |
8772 | SIS FRAMEBUFFER DRIVER | |
8b58be88 | 8773 | M: Thomas Winischhofer <[email protected]> |
1da177e4 | 8774 | W: http://www.winischhofer.net/linuxsisvga.shtml |
b7eee616 | 8775 | S: Maintained |
679655da | 8776 | F: Documentation/fb/sisfb.txt |
8a61f013 | 8777 | F: drivers/video/fbdev/sis/ |
679655da | 8778 | F: include/video/sisfb.h |
1da177e4 LT |
8779 | |
8780 | SIS USB2VGA DRIVER | |
8b58be88 | 8781 | M: Thomas Winischhofer <[email protected]> |
1da177e4 LT |
8782 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
8783 | S: Maintained | |
679655da | 8784 | F: drivers/usb/misc/sisusbvga/ |
1da177e4 | 8785 | |
415ad26d | 8786 | SLAB ALLOCATOR |
16e943bf | 8787 | M: Christoph Lameter <[email protected]> |
2ed1c525 | 8788 | M: Pekka Enberg <[email protected]> |
16e943bf CL |
8789 | M: David Rientjes <[email protected]> |
8790 | M: Joonsoo Kim <[email protected]> | |
8791 | M: Andrew Morton <[email protected]> | |
415ad26d CL |
8792 | L: [email protected] |
8793 | S: Maintained | |
679655da | 8794 | F: include/linux/sl?b*.h |
16e943bf | 8795 | F: mm/sl?b* |
415ad26d | 8796 | |
9fab9787 PM |
8797 | SLEEPABLE READ-COPY UPDATE (SRCU) |
8798 | M: Lai Jiangshan <[email protected]> | |
8799 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 8800 | M: Josh Triplett <[email protected]> |
4632a191 PM |
8801 | R: Steven Rostedt <[email protected]> |
8802 | R: Mathieu Desnoyers <[email protected]> | |
981c3a4f | 8803 | L: [email protected] |
9fab9787 PM |
8804 | W: http://www.rdrop.com/users/paulmck/RCU/ |
8805 | S: Supported | |
8806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
4102adab PM |
8807 | F: include/linux/srcu.h |
8808 | F: kernel/rcu/srcu.c | |
9fab9787 | 8809 | |
66372841 CS |
8810 | SMACK SECURITY MODULE |
8811 | M: Casey Schaufler <[email protected]> | |
8812 | L: [email protected] | |
8813 | W: http://schaufler-ca.com | |
8814 | T: git git://git.gitorious.org/smack-next/kernel.git | |
8815 | S: Maintained | |
8816 | F: Documentation/security/Smack.txt | |
8817 | F: security/smack/ | |
8818 | ||
20651e0b | 8819 | DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) |
68ace3e1 KH |
8820 | M: Kevin Hilman <[email protected]> |
8821 | M: Nishanth Menon <[email protected]> | |
8822 | S: Maintained | |
20651e0b | 8823 | F: drivers/power/avs/ |
68ace3e1 KH |
8824 | F: include/linux/power/smartreflex.h |
8825 | L: [email protected] | |
8826 | ||
1da177e4 | 8827 | SMC91x ETHERNET DRIVER |
2f82af08 | 8828 | M: Nicolas Pitre <[email protected]> |
18e2842b | 8829 | S: Odd Fixes |
ae150435 | 8830 | F: drivers/net/ethernet/smsc/smc91x.* |
1da177e4 | 8831 | |
e8e31622 SA |
8832 | SMIA AND SMIA++ IMAGE SENSOR DRIVER |
8833 | M: Sakari Ailus <[email protected]> | |
8834 | L: [email protected] | |
8835 | S: Maintained | |
14430813 | 8836 | F: drivers/media/i2c/smiapp/ |
e8e31622 SA |
8837 | F: include/media/smiapp.h |
8838 | F: drivers/media/i2c/smiapp-pll.c | |
8839 | F: drivers/media/i2c/smiapp-pll.h | |
8840 | ||
920fa1ff GR |
8841 | SMM665 HARDWARE MONITOR DRIVER |
8842 | M: Guenter Roeck <[email protected]> | |
8843 | L: [email protected] | |
8844 | S: Maintained | |
8845 | F: Documentation/hwmon/smm665 | |
8846 | F: drivers/hwmon/smm665.c | |
8847 | ||
9df7305b | 8848 | SMSC EMC2103 HARDWARE MONITOR DRIVER |
90b24cfb | 8849 | M: Steve Glendinning <[email protected]> |
9df7305b | 8850 | L: [email protected] |
90b24cfb | 8851 | S: Maintained |
9df7305b SG |
8852 | F: Documentation/hwmon/emc2103 |
8853 | F: drivers/hwmon/emc2103.c | |
8854 | ||
a98d506c HG |
8855 | SMSC SCH5627 HARDWARE MONITOR DRIVER |
8856 | M: Hans de Goede <[email protected]> | |
8857 | L: [email protected] | |
8858 | S: Supported | |
8859 | F: Documentation/hwmon/sch5627 | |
8860 | F: drivers/hwmon/sch5627.c | |
8861 | ||
6ea884db | 8862 | SMSC47B397 HARDWARE MONITOR DRIVER |
7c81c60f | 8863 | M: Jean Delvare <[email protected]> |
6ea884db MH |
8864 | L: [email protected] |
8865 | S: Maintained | |
679655da JP |
8866 | F: Documentation/hwmon/smsc47b397 |
8867 | F: drivers/hwmon/smsc47b397.c | |
6ea884db | 8868 | |
fd9abb3d | 8869 | SMSC911x ETHERNET DRIVER |
90b24cfb | 8870 | M: Steve Glendinning <[email protected]> |
2cb37728 | 8871 | L: [email protected] |
90b24cfb | 8872 | S: Maintained |
679655da | 8873 | F: include/linux/smsc911x.h |
ae150435 | 8874 | F: drivers/net/ethernet/smsc/smsc911x.* |
2cb37728 SG |
8875 | |
8876 | SMSC9420 PCI ETHERNET DRIVER | |
90b24cfb | 8877 | M: Steve Glendinning <[email protected]> |
fd9abb3d | 8878 | L: [email protected] |
90b24cfb | 8879 | S: Maintained |
ae150435 | 8880 | F: drivers/net/ethernet/smsc/smsc9420.* |
fd9abb3d | 8881 | |
3c8a63e2 | 8882 | SMSC UFX6000 and UFX7000 USB to VGA DRIVER |
90b24cfb | 8883 | M: Steve Glendinning <[email protected]> |
3c8a63e2 | 8884 | L: [email protected] |
90b24cfb | 8885 | S: Maintained |
8a61f013 | 8886 | F: drivers/video/fbdev/smscufx.c |
3c8a63e2 | 8887 | |
668acf32 | 8888 | SOC-CAMERA V4L2 SUBSYSTEM |
8b58be88 | 8889 | M: Guennadi Liakhovetski <[email protected]> |
661263b5 | 8890 | L: [email protected] |
275ffde4 | 8891 | T: git git://linuxtv.org/media_tree.git |
795fb7e7 | 8892 | S: Maintained |
90d72ac6 MCC |
8893 | F: include/media/soc* |
8894 | F: drivers/media/i2c/soc_camera/ | |
8895 | F: drivers/media/platform/soc_camera/ | |
668acf32 | 8896 | |
e2d1d6c0 | 8897 | SOEKRIS NET48XX LED SUPPORT |
8b58be88 | 8898 | M: Chris Boot <[email protected]> |
e2d1d6c0 | 8899 | S: Maintained |
679655da | 8900 | F: drivers/leds/leds-net48xx.c |
e2d1d6c0 | 8901 | |
e3994db1 | 8902 | SOFTLOGIC 6x10 MPEG CODEC |
9661975d AU |
8903 | M: Bluecherry Maintainers <[email protected]> |
8904 | M: Andrey Utkin <[email protected]> | |
8905 | M: Andrey Utkin <[email protected]> | |
e3994db1 JP |
8906 | L: [email protected] |
8907 | S: Supported | |
8908 | F: drivers/media/pci/solo6x10/ | |
8909 | ||
1da177e4 | 8910 | SOFTWARE RAID (Multiple Disks) SUPPORT |
8b58be88 | 8911 | M: Neil Brown <[email protected]> |
1da177e4 | 8912 | L: [email protected] |
524418bb | 8913 | S: Supported |
679655da JP |
8914 | F: drivers/md/ |
8915 | F: include/linux/raid/ | |
c117ab84 | 8916 | F: include/uapi/linux/raid/ |
1da177e4 | 8917 | |
1da177e4 | 8918 | SONIC NETWORK DRIVER |
8b58be88 | 8919 | M: Thomas Bogendoerfer <[email protected]> |
979b6c13 | 8920 | L: [email protected] |
1da177e4 | 8921 | S: Maintained |
d9fb9f38 | 8922 | F: drivers/net/ethernet/natsemi/sonic.* |
1da177e4 | 8923 | |
61e115a5 | 8924 | SONICS SILICON BACKPLANE DRIVER (SSB) |
eb032b98 | 8925 | M: Michael Buesch <[email protected]> |
61e115a5 MB |
8926 | L: [email protected] |
8927 | S: Maintained | |
679655da JP |
8928 | F: drivers/ssb/ |
8929 | F: include/linux/ssb/ | |
61e115a5 | 8930 | |
1da177e4 | 8931 | SONY VAIO CONTROL DEVICE DRIVER |
8b58be88 | 8932 | M: Mattia Dongili <[email protected]> |
d0944853 | 8933 | L: [email protected] |
5b18167d | 8934 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
1da177e4 | 8935 | S: Maintained |
679655da JP |
8936 | F: Documentation/laptops/sony-laptop.txt |
8937 | F: drivers/char/sonypi.c | |
8938 | F: drivers/platform/x86/sony-laptop.c | |
8939 | F: include/linux/sony-laptop.h | |
1da177e4 | 8940 | |
baf8532a | 8941 | SONY MEMORYSTICK CARD SUPPORT |
8b58be88 | 8942 | M: Alex Dubov <[email protected]> |
baf8532a AD |
8943 | W: http://tifmxx.berlios.de/ |
8944 | S: Maintained | |
679655da | 8945 | F: drivers/memstick/host/tifm_ms.c |
baf8532a | 8946 | |
0ab30494 ML |
8947 | SONY MEMORYSTICK STANDARD SUPPORT |
8948 | M: Maxim Levitsky <[email protected]> | |
8949 | S: Maintained | |
8950 | F: drivers/memstick/core/ms_block.* | |
8951 | ||
1da177e4 | 8952 | SOUND |
8b58be88 JP |
8953 | M: Jaroslav Kysela <[email protected]> |
8954 | M: Takashi Iwai <[email protected]> | |
93711660 | 8955 | L: [email protected] (moderated for non-subscribers) |
3126a179 | 8956 | W: http://www.alsa-project.org/ |
dde7ad8d | 8957 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
3126a179 | 8958 | T: git git://git.alsa-project.org/alsa-kernel.git |
ff4a8f32 | 8959 | Q: http://patchwork.kernel.org/project/alsa-devel/list/ |
1da177e4 | 8960 | S: Maintained |
3126a179 JP |
8961 | F: Documentation/sound/ |
8962 | F: include/sound/ | |
c117ab84 | 8963 | F: include/uapi/sound/ |
679655da | 8964 | F: sound/ |
1da177e4 | 8965 | |
33bbe149 MB |
8966 | SOUND - COMPRESSED AUDIO |
8967 | M: Vinod Koul <[email protected]> | |
8968 | L: [email protected] (moderated for non-subscribers) | |
8969 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | |
8970 | S: Supported | |
f672f31a | 8971 | F: Documentation/sound/alsa/compress_offload.txt |
33bbe149 | 8972 | F: include/sound/compress_driver.h |
f672f31a | 8973 | F: include/uapi/sound/compress_* |
33bbe149 MB |
8974 | F: sound/core/compress_offload.c |
8975 | F: sound/soc/soc-compress.c | |
8976 | ||
bd903bde | 8977 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
6b9cf5c2 | 8978 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 8979 | M: Mark Brown <[email protected]> |
86f14df8 | 8980 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
93711660 | 8981 | L: [email protected] (moderated for non-subscribers) |
b0b8daf7 | 8982 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 | 8983 | S: Supported |
2820f615 | 8984 | F: Documentation/sound/alsa/soc/ |
679655da | 8985 | F: sound/soc/ |
e6e55122 | 8986 | F: include/sound/soc* |
eb1a6af3 | 8987 | |
d7f8761b MB |
8988 | SOUND - DMAENGINE HELPERS |
8989 | M: Lars-Peter Clausen <[email protected]> | |
8990 | S: Supported | |
8991 | F: include/sound/dmaengine_pcm.h | |
8992 | F: sound/core/pcm_dmaengine.c | |
8993 | F: sound/soc/soc-generic-dmaengine-pcm.c | |
8994 | ||
990a6a99 OS |
8995 | SP2 MEDIA DRIVER |
8996 | M: Olli Salonen <[email protected]> | |
8997 | L: [email protected] | |
8998 | W: http://linuxtv.org/ | |
8999 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9000 | S: Maintained | |
9001 | F: drivers/media/dvb-frontends/sp2* | |
9002 | ||
473321fc | 9003 | SPARC + UltraSPARC (sparc/sparc64) |
8b58be88 | 9004 | M: "David S. Miller" <[email protected]> |
1da177e4 | 9005 | L: [email protected] |
8a6e2535 | 9006 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ |
08deed1e JP |
9007 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
9008 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
1da177e4 | 9009 | S: Maintained |
679655da | 9010 | F: arch/sparc/ |
7765b8bb | 9011 | F: drivers/sbus/ |
1da177e4 | 9012 | |
6404fcca DM |
9013 | SPARC SERIAL DRIVERS |
9014 | M: "David S. Miller" <[email protected]> | |
9015 | L: [email protected] | |
08deed1e JP |
9016 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
9017 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
6404fcca | 9018 | S: Maintained |
6816383a | 9019 | F: include/linux/sunserialcore.h |
df621252 | 9020 | F: drivers/tty/serial/suncore.c |
df621252 GKH |
9021 | F: drivers/tty/serial/sunhv.c |
9022 | F: drivers/tty/serial/sunsab.c | |
9023 | F: drivers/tty/serial/sunsab.h | |
9024 | F: drivers/tty/serial/sunsu.c | |
9025 | F: drivers/tty/serial/sunzilog.c | |
9026 | F: drivers/tty/serial/sunzilog.h | |
6404fcca | 9027 | |
389325b4 CL |
9028 | SPARSE CHECKER |
9029 | M: "Christopher Li" <[email protected]> | |
9030 | L: [email protected] | |
9031 | W: https://sparse.wiki.kernel.org/ | |
9032 | T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git | |
9033 | T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git | |
9034 | S: Maintained | |
9035 | F: include/linux/compiler.h | |
9036 | ||
fc0c195a | 9037 | SPEAR PLATFORM SUPPORT |
2d8a3b3d | 9038 | M: Viresh Kumar <[email protected]> |
9cc23682 | 9039 | M: Shiraz Hashim <[email protected]> |
fbfa0748 VK |
9040 | L: [email protected] |
9041 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
9042 | W: http://www.st.com/spear |
9043 | S: Maintained | |
281e192f | 9044 | F: arch/arm/mach-spear/ |
fc0c195a VK |
9045 | |
9046 | SPEAR CLOCK FRAMEWORK SUPPORT | |
2d8a3b3d | 9047 | M: Viresh Kumar <[email protected]> |
fbfa0748 VK |
9048 | L: [email protected] |
9049 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
9050 | W: http://www.st.com/spear |
9051 | S: Maintained | |
5df33a62 | 9052 | F: drivers/clk/spear/ |
fc0c195a | 9053 | |
e2d1d6c0 | 9054 | SPI SUBSYSTEM |
b02e48f2 | 9055 | M: Mark Brown <[email protected]> |
dfbe403c | 9056 | L: [email protected] |
e7e4e13c | 9057 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
8a6e2535 | 9058 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
e2d1d6c0 | 9059 | S: Maintained |
679655da JP |
9060 | F: Documentation/spi/ |
9061 | F: drivers/spi/ | |
9062 | F: include/linux/spi/ | |
c117ab84 | 9063 | F: include/uapi/linux/spi/ |
e2d1d6c0 | 9064 | |
2752e401 | 9065 | SPIDERNET NETWORK DRIVER for CELL |
8b58be88 JP |
9066 | M: Ishizaki Kou <[email protected]> |
9067 | M: Jens Osterkamp <[email protected]> | |
2752e401 JL |
9068 | L: [email protected] |
9069 | S: Supported | |
679655da | 9070 | F: Documentation/networking/spider_net.txt |
8df158ac | 9071 | F: drivers/net/ethernet/toshiba/spider_net* |
2752e401 | 9072 | |
e2d1d6c0 | 9073 | SPU FILE SYSTEM |
8b58be88 | 9074 | M: Jeremy Kerr <[email protected]> |
a4724ed6 SR |
9075 | L: [email protected] |
9076 | L: [email protected] | |
e2d1d6c0 RD |
9077 | W: http://www.ibm.com/developerworks/power/cell/ |
9078 | S: Supported | |
679655da JP |
9079 | F: Documentation/filesystems/spufs.txt |
9080 | F: arch/powerpc/platforms/cell/spufs/ | |
e2d1d6c0 | 9081 | |
fc555841 | 9082 | SQUASHFS FILE SYSTEM |
d7f2ff67 | 9083 | M: Phillip Lougher <[email protected]> |
fc555841 PL |
9084 | L: [email protected] (subscribers-only) |
9085 | W: http://squashfs.org.uk | |
9086 | S: Maintained | |
679655da JP |
9087 | F: Documentation/filesystems/squashfs.txt |
9088 | F: fs/squashfs/ | |
fc555841 | 9089 | |
1da177e4 | 9090 | SRM (Alpha) environment access |
8b58be88 | 9091 | M: Jan-Benedict Glaw <[email protected]> |
1da177e4 | 9092 | S: Maintained |
679655da | 9093 | F: arch/alpha/kernel/srm_env.c |
1da177e4 | 9094 | |
26e9a397 | 9095 | STABLE BRANCH |
879a5a00 | 9096 | M: Greg Kroah-Hartman <[email protected]> |
bc7a2f3a | 9097 | L: [email protected] |
879a5a00 | 9098 | S: Supported |
7b175c46 | 9099 | F: Documentation/stable_kernel_rules.txt |
e2d1d6c0 | 9100 | |
26e9a397 | 9101 | STAGING SUBSYSTEM |
879a5a00 | 9102 | M: Greg Kroah-Hartman <[email protected]> |
630081fd | 9103 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
1c6ccf62 | 9104 | L: [email protected] |
879a5a00 | 9105 | S: Supported |
679655da | 9106 | F: drivers/staging/ |
dbc6c2cc | 9107 | |
ebd3d010 JP |
9108 | STAGING - COMEDI |
9109 | M: Ian Abbott <[email protected]> | |
81b884c9 | 9110 | M: H Hartley Sweeten <[email protected]> |
ebd3d010 JP |
9111 | S: Odd Fixes |
9112 | F: drivers/staging/comedi/ | |
9113 | ||
a0138163 JP |
9114 | STAGING - FLARION FT1000 DRIVERS |
9115 | M: Marek Belisko <[email protected]> | |
9116 | S: Odd Fixes | |
9117 | F: drivers/staging/ft1000/ | |
9118 | ||
6c1bb424 | 9119 | STAGING - INDUSTRIAL IO |
030a13d7 | 9120 | M: Jonathan Cameron <[email protected]> |
a0138163 | 9121 | L: [email protected] |
6c1bb424 JP |
9122 | S: Odd Fixes |
9123 | F: drivers/staging/iio/ | |
9124 | ||
a0138163 JP |
9125 | STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS |
9126 | M: Jarod Wilson <[email protected]> | |
9127 | W: http://www.lirc.org/ | |
9128 | S: Odd Fixes | |
b2b0186d | 9129 | F: drivers/staging/media/lirc/ |
a0138163 | 9130 | |
f5e5de1e OD |
9131 | STAGING - LUSTRE PARALLEL FILESYSTEM |
9132 | M: Oleg Drokin <[email protected]> | |
9133 | M: Andreas Dilger <[email protected]> | |
9134 | L: [email protected] (moderated for non-subscribers) | |
9135 | W: http://lustre.opensfs.org/ | |
9136 | S: Maintained | |
9137 | F: drivers/staging/lustre | |
9138 | ||
7c6b6c71 | 9139 | STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) |
b8125382 | 9140 | M: Julian Andres Klode <[email protected]> |
7c6b6c71 MD |
9141 | M: Marc Dietrich <[email protected]> |
9142 | L: [email protected] (moderated for non-subscribers) | |
5d96bf4d | 9143 | L: [email protected] |
7c6b6c71 MD |
9144 | S: Maintained |
9145 | F: drivers/staging/nvec/ | |
9146 | ||
a0138163 | 9147 | STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON) |
3140b458 JF |
9148 | M: Jens Frederich <[email protected]> |
9149 | M: Daniel Drake <[email protected]> | |
a0138163 JP |
9150 | M: Jon Nettleton <[email protected]> |
9151 | W: http://wiki.laptop.org/go/DCON | |
3140b458 | 9152 | S: Maintained |
a0138163 JP |
9153 | F: drivers/staging/olpc_dcon/ |
9154 | ||
94cfdd15 | 9155 | STAGING - OZMO DEVICES USB OVER WIFI DRIVER |
96747a8f | 9156 | M: Shigekatsu Tateno <[email protected]> |
94cfdd15 CK |
9157 | S: Maintained |
9158 | F: drivers/staging/ozwpan/ | |
9159 | ||
a0138163 | 9160 | STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER |
29e7017b JP |
9161 | M: Willy Tarreau <[email protected]> |
9162 | S: Odd Fixes | |
9163 | F: drivers/staging/panel/ | |
9164 | ||
a0138163 JP |
9165 | STAGING - REALTEK RTL8712U DRIVERS |
9166 | M: Larry Finger <[email protected]> | |
9167 | M: Florian Schilhabel <[email protected]>. | |
9168 | S: Odd Fixes | |
9169 | F: drivers/staging/rtl8712/ | |
9170 | ||
7591ba8b JS |
9171 | STAGING - REALTEK RTL8723U WIRELESS DRIVER |
9172 | M: Larry Finger <[email protected]> | |
9173 | M: Jes Sorensen <[email protected]> | |
9174 | L: [email protected] | |
9175 | S: Maintained | |
9176 | F: drivers/staging/rtl8723au/ | |
9177 | ||
510fa408 JP |
9178 | STAGING - SLICOSS |
9179 | M: Lior Dotan <[email protected]> | |
9180 | M: Christopher Harrer <[email protected]> | |
9181 | S: Odd Fixes | |
9182 | F: drivers/staging/slicoss/ | |
9183 | ||
a0138163 JP |
9184 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
9185 | M: William Hubbs <[email protected]> | |
9186 | M: Chris Brannon <[email protected]> | |
d33bce31 | 9187 | M: Kirk Reiser <[email protected]> |
a0138163 | 9188 | M: Samuel Thibault <[email protected]> |
e6a152ef | 9189 | L: [email protected] |
a0138163 JP |
9190 | W: http://www.linux-speakup.org/ |
9191 | S: Odd Fixes | |
9192 | F: drivers/staging/speakup/ | |
9193 | ||
b3e871ce JP |
9194 | STAGING - VIA VT665X DRIVERS |
9195 | M: Forest Bond <[email protected]> | |
9196 | S: Odd Fixes | |
9197 | F: drivers/staging/vt665?/ | |
9198 | ||
709bcb07 | 9199 | STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER |
3e39e66e | 9200 | M: Arnaud Patard <[email protected]> |
709bcb07 JP |
9201 | S: Odd Fixes |
9202 | F: drivers/staging/xgifb/ | |
9203 | ||
1da177e4 | 9204 | STARFIRE/DURALAN NETWORK DRIVER |
8b58be88 | 9205 | M: Ion Badulescu <[email protected]> |
b4f90189 | 9206 | S: Odd Fixes |
9bba23b0 | 9207 | F: drivers/net/ethernet/adaptec/starfire* |
1da177e4 | 9208 | |
e2d1d6c0 | 9209 | SUN3/3X |
8b58be88 | 9210 | M: Sam Creasey <[email protected]> |
e2d1d6c0 RD |
9211 | W: http://sammy.net/sun3/ |
9212 | S: Maintained | |
679655da JP |
9213 | F: arch/m68k/kernel/*sun3* |
9214 | F: arch/m68k/sun3*/ | |
9215 | F: arch/m68k/include/asm/sun3* | |
e689cf4a | 9216 | F: drivers/net/ethernet/i825xx/sun3* |
e2d1d6c0 | 9217 | |
2bc9ff01 DK |
9218 | SUNDANCE NETWORK DRIVER |
9219 | M: Denis Kirjanov <[email protected]> | |
9220 | L: [email protected] | |
9221 | S: Maintained | |
9222 | F: drivers/net/ethernet/dlink/sundance.c | |
9223 | ||
2cbb12a4 | 9224 | SUPERH |
2cbb12a4 | 9225 | L: [email protected] |
1da177e4 | 9226 | W: http://www.linux-sh.org |
8a6e2535 | 9227 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
dcaa57d5 | 9228 | S: Orphan |
066069e1 | 9229 | F: Documentation/sh/ |
679655da | 9230 | F: arch/sh/ |
066069e1 | 9231 | F: drivers/sh/ |
1da177e4 | 9232 | |
4480f15b | 9233 | SUSPEND TO RAM |
7fb06082 | 9234 | M: "Rafael J. Wysocki" <[email protected]> |
8b58be88 JP |
9235 | M: Len Brown <[email protected]> |
9236 | M: Pavel Machek <[email protected]> | |
bf1c138e | 9237 | L: [email protected] |
e2d1d6c0 | 9238 | S: Supported |
679655da JP |
9239 | F: Documentation/power/ |
9240 | F: arch/x86/kernel/acpi/ | |
9241 | F: drivers/base/power/ | |
9242 | F: kernel/power/ | |
9243 | F: include/linux/suspend.h | |
9244 | F: include/linux/freezer.h | |
9245 | F: include/linux/pm.h | |
1da177e4 LT |
9246 | |
9247 | SVGA HANDLING | |
8b58be88 | 9248 | M: Martin Mares <[email protected]> |
1da177e4 LT |
9249 | L: [email protected] |
9250 | S: Maintained | |
679655da JP |
9251 | F: Documentation/svga.txt |
9252 | F: arch/x86/boot/video* | |
1da177e4 | 9253 | |
6e28b761 KRW |
9254 | SWIOTLB SUBSYSTEM |
9255 | M: Konrad Rzeszutek Wilk <[email protected]> | |
9256 | L: [email protected] | |
9257 | S: Supported | |
9258 | F: lib/swiotlb.c | |
9259 | F: arch/*/kernel/pci-swiotlb.c | |
9260 | F: include/linux/swiotlb.h | |
9261 | ||
007f790c JP |
9262 | SWITCHDEV |
9263 | M: Jiri Pirko <[email protected]> | |
9264 | L: [email protected] | |
9265 | S: Supported | |
9266 | F: net/switchdev/ | |
9267 | F: include/net/switchdev.h | |
9268 | ||
db8e35d5 VG |
9269 | SYNOPSYS ARC ARCHITECTURE |
9270 | M: Vineet Gupta <[email protected]> | |
db8e35d5 VG |
9271 | S: Supported |
9272 | F: arch/arc/ | |
6659a20a | 9273 | F: Documentation/devicetree/bindings/arc/ |
c6a0fe4a | 9274 | F: drivers/tty/serial/arc_uart.c |
db8e35d5 | 9275 | |
1da177e4 | 9276 | SYSV FILESYSTEM |
8b58be88 | 9277 | M: Christoph Hellwig <[email protected]> |
1da177e4 | 9278 | S: Maintained |
679655da JP |
9279 | F: Documentation/filesystems/sysv-fs.txt |
9280 | F: fs/sysv/ | |
9281 | F: include/linux/sysv_fs.h | |
1da177e4 | 9282 | |
86cfa7fc NB |
9283 | TARGET SUBSYSTEM |
9284 | M: Nicholas A. Bellinger <[email protected]> | |
9285 | L: [email protected] | |
b9f5edc2 | 9286 | L: [email protected] |
86cfa7fc | 9287 | W: http://www.linux-iscsi.org |
cf015e9f | 9288 | W: http://groups.google.com/group/linux-iscsi-target-dev |
452cf324 | 9289 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
86cfa7fc NB |
9290 | S: Supported |
9291 | F: drivers/target/ | |
9292 | F: include/target/ | |
9293 | F: Documentation/target/ | |
9294 | ||
4e68852d | 9295 | TASKSTATS STATISTICS INTERFACE |
185e595f | 9296 | M: Balbir Singh <[email protected]> |
4e68852d | 9297 | S: Maintained |
679655da JP |
9298 | F: Documentation/accounting/taskstats* |
9299 | F: include/linux/taskstats* | |
9300 | F: kernel/taskstats.c | |
4e68852d | 9301 | |
781b456a | 9302 | TC CLASSIFIER |
f935f3f8 | 9303 | M: Jamal Hadi Salim <[email protected]> |
781b456a SH |
9304 | L: [email protected] |
9305 | S: Maintained | |
679655da | 9306 | F: include/net/pkt_cls.h |
c117ab84 | 9307 | F: include/uapi/linux/pkt_cls.h |
679655da | 9308 | F: net/sched/ |
781b456a | 9309 | |
5067f08a | 9310 | TCP LOW PRIORITY MODULE |
8b58be88 JP |
9311 | M: "Wong Hoi Sing, Edison" <[email protected]> |
9312 | M: "Hung Hing Lun, Mike" <[email protected]> | |
5067f08a WHSE |
9313 | W: http://tcp-lp-mod.sourceforge.net/ |
9314 | S: Maintained | |
679655da | 9315 | F: net/ipv4/tcp_lp.c |
5067f08a | 9316 | |
91952bc0 AP |
9317 | TDA10071 MEDIA DRIVER |
9318 | M: Antti Palosaari <[email protected]> | |
9319 | L: [email protected] | |
9320 | W: http://linuxtv.org/ | |
9321 | W: http://palosaari.fi/linux/ | |
9322 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9323 | T: git git://linuxtv.org/anttip/media_tree.git | |
9324 | S: Maintained | |
9325 | F: drivers/media/dvb-frontends/tda10071* | |
9326 | ||
9327 | TDA18212 MEDIA DRIVER | |
9328 | M: Antti Palosaari <[email protected]> | |
9329 | L: [email protected] | |
9330 | W: http://linuxtv.org/ | |
9331 | W: http://palosaari.fi/linux/ | |
9332 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9333 | T: git git://linuxtv.org/anttip/media_tree.git | |
9334 | S: Maintained | |
9335 | F: drivers/media/tuners/tda18212* | |
9336 | ||
9337 | TDA18218 MEDIA DRIVER | |
9338 | M: Antti Palosaari <[email protected]> | |
9339 | L: [email protected] | |
9340 | W: http://linuxtv.org/ | |
9341 | W: http://palosaari.fi/linux/ | |
9342 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9343 | T: git git://linuxtv.org/anttip/media_tree.git | |
9344 | S: Maintained | |
9345 | F: drivers/media/tuners/tda18218* | |
9346 | ||
3b2f6aba MK |
9347 | TDA18271 MEDIA DRIVER |
9348 | M: Michael Krufky <[email protected]> | |
9349 | L: [email protected] | |
9350 | W: http://linuxtv.org/ | |
9351 | W: http://github.com/mkrufky | |
9352 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9353 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9354 | S: Maintained | |
9355 | F: drivers/media/tuners/tda18271* | |
9356 | ||
e48307a9 MK |
9357 | TDA827x MEDIA DRIVER |
9358 | M: Michael Krufky <[email protected]> | |
9359 | L: [email protected] | |
9360 | W: http://linuxtv.org/ | |
9361 | W: http://github.com/mkrufky | |
9362 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9363 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9364 | S: Maintained | |
9365 | F: drivers/media/tuners/tda8290.* | |
9366 | ||
66cf9212 MK |
9367 | TDA8290 MEDIA DRIVER |
9368 | M: Michael Krufky <[email protected]> | |
9369 | L: [email protected] | |
9370 | W: http://linuxtv.org/ | |
9371 | W: http://github.com/mkrufky | |
9372 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9373 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9374 | S: Maintained | |
9375 | F: drivers/media/tuners/tda8290.* | |
9376 | ||
4b9fba30 HV |
9377 | TDA9840 MEDIA DRIVER |
9378 | M: Hans Verkuil <[email protected]> | |
9379 | L: [email protected] | |
9380 | T: git git://linuxtv.org/media_tree.git | |
9381 | W: http://linuxtv.org | |
9382 | S: Maintained | |
9383 | F: drivers/media/i2c/tda9840* | |
9384 | ||
2cb654fd | 9385 | TEA5761 TUNER DRIVER |
009a5410 | 9386 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
9387 | L: [email protected] |
9388 | W: http://linuxtv.org | |
9389 | T: git git://linuxtv.org/media_tree.git | |
9390 | S: Odd fixes | |
9391 | F: drivers/media/tuners/tea5761.* | |
9392 | ||
9393 | TEA5767 TUNER DRIVER | |
009a5410 | 9394 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
9395 | L: [email protected] |
9396 | W: http://linuxtv.org | |
9397 | T: git git://linuxtv.org/media_tree.git | |
9398 | S: Maintained | |
9399 | F: drivers/media/tuners/tea5767.* | |
9400 | ||
4b9fba30 HV |
9401 | TEA6415C MEDIA DRIVER |
9402 | M: Hans Verkuil <[email protected]> | |
9403 | L: [email protected] | |
9404 | T: git git://linuxtv.org/media_tree.git | |
9405 | W: http://linuxtv.org | |
9406 | S: Maintained | |
9407 | F: drivers/media/i2c/tea6415c* | |
9408 | ||
9409 | TEA6420 MEDIA DRIVER | |
9410 | M: Hans Verkuil <[email protected]> | |
9411 | L: [email protected] | |
9412 | T: git git://linuxtv.org/media_tree.git | |
9413 | W: http://linuxtv.org | |
9414 | S: Maintained | |
9415 | F: drivers/media/i2c/tea6420* | |
9416 | ||
3d249d4c | 9417 | TEAM DRIVER |
dca9ab92 | 9418 | M: Jiri Pirko <[email protected]> |
3d249d4c JP |
9419 | L: [email protected] |
9420 | S: Supported | |
9421 | F: drivers/net/team/ | |
9422 | F: include/linux/if_team.h | |
c117ab84 | 9423 | F: include/uapi/linux/if_team.h |
3d249d4c | 9424 | |
7d029125 VD |
9425 | TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT |
9426 | M: Savoir-faire Linux Inc. <[email protected]> | |
9427 | S: Maintained | |
9428 | F: arch/x86/platform/ts5500/ | |
9429 | ||
40ad4a30 SY |
9430 | TECHNOTREND USB IR RECEIVER |
9431 | M: Sean Young <[email protected]> | |
9432 | L: [email protected] | |
9433 | S: Maintained | |
9434 | F: drivers/media/rc/ttusbir.c | |
9435 | ||
adabdb0c | 9436 | TEGRA ARCHITECTURE SUPPORT |
243d58ec | 9437 | M: Stephen Warren <[email protected]> |
adabdb0c | 9438 | M: Thierry Reding <[email protected]> |
554077c5 | 9439 | M: Alexandre Courbot <[email protected]> |
84b9414b | 9440 | L: [email protected] |
fd117cd1 | 9441 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
b779b88d | 9442 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git |
84b9414b | 9443 | S: Supported |
bbbe96ed | 9444 | N: [^a-z]tegra |
84b9414b | 9445 | |
adabdb0c SW |
9446 | TEGRA CLOCK DRIVER |
9447 | M: Peter De Schrijver <[email protected]> | |
9448 | M: Prashant Gaikwad <[email protected]> | |
9449 | S: Supported | |
9450 | F: drivers/clk/tegra/ | |
9451 | ||
9452 | TEGRA DMA DRIVER | |
9453 | M: Laxman Dewangan <[email protected]> | |
9454 | S: Supported | |
9455 | F: drivers/dma/tegra20-apb-dma.c | |
9456 | ||
adabdb0c SW |
9457 | TEGRA I2C DRIVER |
9458 | M: Laxman Dewangan <[email protected]> | |
9459 | S: Supported | |
9460 | F: drivers/i2c/busses/i2c-tegra.c | |
9461 | ||
9462 | TEGRA IOMMU DRIVERS | |
9463 | M: Hiroshi Doyu <[email protected]> | |
9464 | S: Supported | |
9465 | F: drivers/iommu/tegra* | |
9466 | ||
9467 | TEGRA KBC DRIVER | |
9468 | M: Rakesh Iyer <[email protected]> | |
9469 | M: Laxman Dewangan <[email protected]> | |
9470 | S: Supported | |
9471 | F: drivers/input/keyboard/tegra-kbc.c | |
9472 | ||
adabdb0c SW |
9473 | TEGRA PWM DRIVER |
9474 | M: Thierry Reding <[email protected]> | |
9475 | S: Supported | |
9476 | F: drivers/pwm/pwm-tegra.c | |
9477 | ||
9478 | TEGRA SERIAL DRIVER | |
9479 | M: Laxman Dewangan <[email protected]> | |
9480 | S: Supported | |
9481 | F: drivers/tty/serial/serial-tegra.c | |
9482 | ||
9483 | TEGRA SPI DRIVER | |
9484 | M: Laxman Dewangan <[email protected]> | |
9485 | S: Supported | |
9486 | F: drivers/spi/spi-tegra* | |
9487 | ||
1a348ccc | 9488 | TEHUTI ETHERNET DRIVER |
8b58be88 | 9489 | M: Andy Gospodarek <[email protected]> |
1a348ccc AG |
9490 | L: [email protected] |
9491 | S: Supported | |
ef7f5429 | 9492 | F: drivers/net/ethernet/tehuti/* |
1a348ccc | 9493 | |
4e68852d | 9494 | Telecom Clock Driver for MCPL0010 |
8b58be88 | 9495 | M: Mark Gross <[email protected]> |
4e68852d | 9496 | S: Supported |
679655da | 9497 | F: drivers/char/tlclk.c |
4e68852d | 9498 | |
4480f15b | 9499 | TENSILICA XTENSA PORT (xtensa) |
8b58be88 | 9500 | M: Chris Zankel <[email protected]> |
f959ed2f CZ |
9501 | M: Max Filippov <[email protected]> |
9502 | L: [email protected] | |
4e68852d | 9503 | S: Maintained |
679655da | 9504 | F: arch/xtensa/ |
3dc99857 | 9505 | F: drivers/irqchip/irq-xtensa-* |
4e68852d | 9506 | |
5313ba66 HV |
9507 | THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER |
9508 | M: Hans Verkuil <[email protected]> | |
9509 | L: [email protected] | |
9510 | T: git git://linuxtv.org/media_tree.git | |
9511 | W: http://linuxtv.org | |
9512 | S: Maintained | |
9513 | F: drivers/media/radio/radio-raremono.c | |
9514 | ||
d3fb6955 | 9515 | THERMAL |
b75f0050 | 9516 | M: Zhang Rui <[email protected]> |
f14d1c24 | 9517 | M: Eduardo Valentin <[email protected]> |
b75f0050 JP |
9518 | L: [email protected] |
9519 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | |
9520 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git | |
9521 | Q: https://patchwork.kernel.org/project/linux-pm/list/ | |
9522 | S: Supported | |
9523 | F: drivers/thermal/ | |
9524 | F: include/linux/thermal.h | |
af6c9f16 | 9525 | F: include/uapi/linux/thermal.h |
b75f0050 JP |
9526 | F: include/linux/cpu_cooling.h |
9527 | F: Documentation/devicetree/bindings/thermal/ | |
d3fb6955 | 9528 | |
30ba2fbd VD |
9529 | THINGM BLINK(1) USB RGB LED DRIVER |
9530 | M: Vivien Didelot <[email protected]> | |
9531 | S: Maintained | |
9532 | F: drivers/hid/hid-thingm.c | |
9533 | ||
4e68852d | 9534 | THINKPAD ACPI EXTRAS DRIVER |
8b58be88 | 9535 | M: Henrique de Moraes Holschuh <[email protected]> |
4e68852d | 9536 | L: [email protected] |
d0944853 | 9537 | L: [email protected] |
4e68852d AC |
9538 | W: http://ibm-acpi.sourceforge.net |
9539 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
54e5881d | 9540 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4e68852d | 9541 | S: Maintained |
679655da | 9542 | F: drivers/platform/x86/thinkpad_acpi.c |
4e68852d | 9543 | |
1b46f2a2 | 9544 | TI BANDGAP AND THERMAL DRIVER |
f14d1c24 | 9545 | M: Eduardo Valentin <[email protected]> |
1b46f2a2 | 9546 | L: [email protected] |
531ff13e | 9547 | L: [email protected] |
5a723e81 | 9548 | S: Maintained |
794b2e25 | 9549 | F: drivers/thermal/ti-soc-thermal/ |
1b46f2a2 | 9550 | |
49b6a5e3 TK |
9551 | TI CLOCK DRIVER |
9552 | M: Tero Kristo <[email protected]> | |
9553 | L: [email protected] | |
9554 | S: Maintained | |
9555 | F: drivers/clk/ti/ | |
9556 | F: include/linux/clk/ti.h | |
9557 | ||
4020f2d7 | 9558 | TI FLASH MEDIA INTERFACE DRIVER |
8b58be88 | 9559 | M: Alex Dubov <[email protected]> |
795fb7e7 | 9560 | S: Maintained |
679655da JP |
9561 | F: drivers/misc/tifm* |
9562 | F: drivers/mmc/host/tifm_sd.c | |
9563 | F: include/linux/tifm.h | |
4020f2d7 | 9564 | |
e0c52404 | 9565 | TI KEYSTONE MULTICORE NAVIGATOR DRIVERS |
97215800 | 9566 | M: Santosh Shilimkar <[email protected]> |
e0c52404 SS |
9567 | L: [email protected] |
9568 | L: [email protected] (moderated for non-subscribers) | |
9569 | S: Maintained | |
9570 | F: drivers/soc/ti/* | |
9571 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git | |
9572 | ||
9573 | ||
152ad442 SR |
9574 | TI LM49xxx FAMILY ASoC CODEC DRIVERS |
9575 | M: M R Swami Reddy <[email protected]> | |
d392dead | 9576 | M: Vishwas A Deshpande <[email protected]> |
152ad442 SR |
9577 | L: [email protected] (moderated for non-subscribers) |
9578 | S: Maintained | |
9579 | F: sound/soc/codecs/lm49453* | |
d392dead | 9580 | F: sound/soc/codecs/isabelle* |
152ad442 | 9581 | |
0edd807d KM |
9582 | TI LP855x BACKLIGHT DRIVER |
9583 | M: Milo Kim <[email protected]> | |
9584 | S: Maintained | |
9585 | F: Documentation/backlight/lp855x-driver.txt | |
9586 | F: drivers/video/backlight/lp855x_bl.c | |
9587 | F: include/linux/platform_data/lp855x.h | |
9588 | ||
faf13f6d KM |
9589 | TI LP8727 CHARGER DRIVER |
9590 | M: Milo Kim <[email protected]> | |
9591 | S: Maintained | |
9592 | F: drivers/power/lp8727_charger.c | |
9593 | F: include/linux/platform_data/lp8727.h | |
9594 | ||
22f1229f KM |
9595 | TI LP8788 MFD DRIVER |
9596 | M: Milo Kim <[email protected]> | |
9597 | S: Maintained | |
9598 | F: drivers/iio/adc/lp8788_adc.c | |
9599 | F: drivers/leds/leds-lp8788.c | |
9600 | F: drivers/mfd/lp8788*.c | |
9601 | F: drivers/power/lp8788-charger.c | |
9602 | F: drivers/regulator/lp8788-*.c | |
9603 | F: include/linux/mfd/lp8788*.h | |
9604 | ||
dd5e8e6b | 9605 | TI TWL4030 SERIES SOC CODEC DRIVER |
3be79d13 | 9606 | M: Peter Ujfalusi <[email protected]> |
dd5e8e6b PU |
9607 | L: [email protected] (moderated for non-subscribers) |
9608 | S: Maintained | |
9609 | F: sound/soc/codecs/twl4030* | |
9610 | ||
90921014 | 9611 | TI WILINK WIRELESS DRIVERS |
90921014 LC |
9612 | L: [email protected] |
9613 | W: http://wireless.kernel.org/en/users/Drivers/wl12xx | |
9614 | W: http://wireless.kernel.org/en/users/Drivers/wl1251 | |
9615 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | |
22d072f6 | 9616 | S: Orphan |
90921014 LC |
9617 | F: drivers/net/wireless/ti/ |
9618 | F: include/linux/wl12xx.h | |
9619 | ||
e86eaa3a | 9620 | TIPC NETWORK LAYER |
8b58be88 JP |
9621 | M: Jon Maloy <[email protected]> |
9622 | M: Allan Stephens <[email protected]> | |
633d2bde AS |
9623 | L: [email protected] (core kernel code) |
9624 | L: [email protected] (user apps, general discussion) | |
e86eaa3a | 9625 | W: http://tipc.sourceforge.net/ |
e86eaa3a | 9626 | S: Maintained |
c117ab84 | 9627 | F: include/uapi/linux/tipc*.h |
679655da | 9628 | F: net/tipc/ |
e86eaa3a | 9629 | |
867e359b | 9630 | TILE ARCHITECTURE |
c47b15c4 | 9631 | M: Chris Metcalf <[email protected]> |
867e359b CM |
9632 | W: http://www.tilera.com/scm/ |
9633 | S: Supported | |
9634 | F: arch/tile/ | |
6b940606 | 9635 | F: drivers/char/tile-srom.c |
5c770755 | 9636 | F: drivers/edac/tile_edac.c |
6b940606 CM |
9637 | F: drivers/net/ethernet/tile/ |
9638 | F: drivers/rtc/rtc-tile.c | |
9639 | F: drivers/tty/hvc/hvc_tile.c | |
b5c6c1a7 | 9640 | F: drivers/tty/serial/tilegx.c |
6b940606 CM |
9641 | F: drivers/usb/host/*-tilegx.c |
9642 | F: include/linux/usb/tilegx.h | |
867e359b | 9643 | |
1da177e4 | 9644 | TLAN NETWORK DRIVER |
8b58be88 | 9645 | M: Samuel Chessman <[email protected]> |
88c07dde | 9646 | L: [email protected] (subscribers-only) |
1da177e4 LT |
9647 | W: http://sourceforge.net/projects/tlan/ |
9648 | S: Maintained | |
679655da | 9649 | F: Documentation/networking/tlan.txt |
b544dbac | 9650 | F: drivers/net/ethernet/ti/tlan.* |
1da177e4 | 9651 | |
d74db3b2 | 9652 | TOMOYO SECURITY MODULE |
8b58be88 JP |
9653 | M: Kentaro Takeda <[email protected]> |
9654 | M: Tetsuo Handa <[email protected]> | |
d03a5d88 TH |
9655 | L: [email protected] (subscribers-only, for developers in English) |
9656 | L: [email protected] (subscribers-only, for users in English) | |
d74db3b2 KT |
9657 | L: [email protected] (subscribers-only, for developers in Japanese) |
9658 | L: [email protected] (subscribers-only, for users in Japanese) | |
9659 | W: http://tomoyo.sourceforge.jp/ | |
843d183c | 9660 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ |
d74db3b2 | 9661 | S: Maintained |
679655da | 9662 | F: security/tomoyo/ |
d74db3b2 | 9663 | |
9caeb532 | 9664 | TOPSTAR LAPTOP EXTRAS DRIVER |
9f0939bf | 9665 | M: Herton Ronaldo Krzesinski <[email protected]> |
d0944853 | 9666 | L: [email protected] |
9caeb532 HRK |
9667 | S: Maintained |
9668 | F: drivers/platform/x86/topstar-laptop.c | |
9669 | ||
1da177e4 | 9670 | TOSHIBA ACPI EXTRAS DRIVER |
d0944853 | 9671 | L: [email protected] |
15065531 | 9672 | S: Orphan |
679655da | 9673 | F: drivers/platform/x86/toshiba_acpi.c |
1da177e4 LT |
9674 | |
9675 | TOSHIBA SMM DRIVER | |
8b58be88 | 9676 | M: Jonathan Buzzard <[email protected]> |
1da177e4 LT |
9677 | L: [email protected] |
9678 | W: http://www.buzzard.org.uk/toshiba/ | |
9679 | S: Maintained | |
679655da JP |
9680 | F: drivers/char/toshiba.c |
9681 | F: include/linux/toshiba.h | |
c117ab84 | 9682 | F: include/uapi/linux/toshiba.h |
1da177e4 | 9683 | |
d719f900 | 9684 | TMIO MMC DRIVER |
252f29a9 | 9685 | M: Ian Molton <[email protected]> |
d1057c40 | 9686 | L: [email protected] |
d719f900 | 9687 | S: Maintained |
d1057c40 GL |
9688 | F: drivers/mmc/host/tmio_mmc* |
9689 | F: drivers/mmc/host/sh_mobile_sdhi.c | |
9690 | F: include/linux/mmc/tmio.h | |
9691 | F: include/linux/mmc/sh_mobile_sdhi.h | |
d719f900 | 9692 | |
917cc4e6 GR |
9693 | TMP401 HARDWARE MONITOR DRIVER |
9694 | M: Guenter Roeck <[email protected]> | |
9695 | L: [email protected] | |
9696 | S: Maintained | |
9697 | F: Documentation/hwmon/tmp401 | |
9698 | F: drivers/hwmon/tmp401.c | |
9699 | ||
98f32602 | 9700 | TMPFS (SHMEM FILESYSTEM) |
bfcc6e2e | 9701 | M: Hugh Dickins <[email protected]> |
98f32602 HD |
9702 | L: [email protected] |
9703 | S: Maintained | |
9704 | F: include/linux/shmem_fs.h | |
9705 | F: mm/shmem.c | |
9706 | ||
45f95b53 | 9707 | TM6000 VIDEO4LINUX DRIVER |
009a5410 | 9708 | M: Mauro Carvalho Chehab <[email protected]> |
45f95b53 MCC |
9709 | L: [email protected] |
9710 | W: http://linuxtv.org | |
9711 | T: git git://linuxtv.org/media_tree.git | |
9712 | S: Odd fixes | |
9713 | F: drivers/media/usb/tm6000/ | |
9714 | ||
c65fde19 HV |
9715 | TW68 VIDEO4LINUX DRIVER |
9716 | M: Hans Verkuil <[email protected]> | |
9717 | L: [email protected] | |
9718 | T: git git://linuxtv.org/media_tree.git | |
9719 | W: http://linuxtv.org | |
9720 | S: Odd Fixes | |
9721 | F: drivers/media/pci/tw68/ | |
9722 | ||
4e68852d | 9723 | TPM DEVICE DRIVER |
901486b8 | 9724 | M: Peter Huewe <[email protected]> |
383dec1f | 9725 | M: Ashley Lai <[email protected]> |
cbb2d5e4 | 9726 | M: Marcel Selhorst <[email protected]> |
383dec1f | 9727 | W: http://tpmdd.sourceforge.net |
63a10dfd | 9728 | L: [email protected] (moderated for non-subscribers) |
4e68852d | 9729 | S: Maintained |
679655da | 9730 | F: drivers/char/tpm/ |
4e68852d | 9731 | |
d6f005a1 JP |
9732 | TRACING |
9733 | M: Steven Rostedt <[email protected]> | |
d6f005a1 | 9734 | M: Ingo Molnar <[email protected]> |
75fc2d37 | 9735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
d6f005a1 JP |
9736 | S: Maintained |
9737 | F: Documentation/trace/ftrace.txt | |
9738 | F: arch/*/*/*/ftrace.h | |
9739 | F: arch/*/kernel/ftrace.c | |
9740 | F: include/*/ftrace.h | |
9741 | F: include/linux/trace*.h | |
9742 | F: include/trace/ | |
9743 | F: kernel/trace/ | |
6e68e6c5 | 9744 | F: tools/testing/selftests/ftrace/ |
d6f005a1 | 9745 | |
1da177e4 | 9746 | TRIVIAL PATCHES |
8b58be88 | 9747 | M: Jiri Kosina <[email protected]> |
54e5881d | 9748 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 | 9749 | S: Maintained |
86ef925f | 9750 | K: ^Subject:.*(?i)trivial |
1da177e4 | 9751 | |
4e68852d | 9752 | TTY LAYER |
879a5a00 | 9753 | M: Greg Kroah-Hartman <[email protected]> |
25e6c11f | 9754 | M: Jiri Slaby <[email protected]> |
879a5a00 | 9755 | S: Supported |
08deed1e | 9756 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
8dd5d2f1 | 9757 | F: drivers/tty/ |
df621252 | 9758 | F: drivers/tty/serial/serial_core.c |
e3288775 AC |
9759 | F: include/linux/serial_core.h |
9760 | F: include/linux/serial.h | |
9761 | F: include/linux/tty.h | |
c117ab84 CEB |
9762 | F: include/uapi/linux/serial_core.h |
9763 | F: include/uapi/linux/serial.h | |
9764 | F: include/uapi/linux/tty.h | |
4e68852d | 9765 | |
91952bc0 AP |
9766 | TUA9001 MEDIA DRIVER |
9767 | M: Antti Palosaari <[email protected]> | |
9768 | L: [email protected] | |
9769 | W: http://linuxtv.org/ | |
9770 | W: http://palosaari.fi/linux/ | |
9771 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9772 | T: git git://linuxtv.org/anttip/media_tree.git | |
9773 | S: Maintained | |
9774 | F: drivers/media/tuners/tua9001* | |
9775 | ||
740db6d7 | 9776 | TULIP NETWORK DRIVERS |
8b58be88 | 9777 | M: Grant Grundler <[email protected]> |
740db6d7 GG |
9778 | L: [email protected] |
9779 | S: Maintained | |
0f04e2aa | 9780 | F: drivers/net/ethernet/dec/tulip/ |
1da177e4 LT |
9781 | |
9782 | TUN/TAP driver | |
ba57b6f2 | 9783 | M: Maxim Krasnyansky <[email protected]> |
1da177e4 LT |
9784 | W: http://vtun.sourceforge.net/tun |
9785 | S: Maintained | |
679655da JP |
9786 | F: Documentation/networking/tuntap.txt |
9787 | F: arch/um/os-Linux/drivers/ | |
1da177e4 | 9788 | |
b454cc66 | 9789 | TURBOCHANNEL SUBSYSTEM |
8b58be88 | 9790 | M: "Maciej W. Rozycki" <[email protected]> |
c406339c RB |
9791 | M: Ralf Baechle <[email protected]> |
9792 | L: [email protected] | |
9793 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ | |
b454cc66 | 9794 | S: Maintained |
679655da JP |
9795 | F: drivers/tc/ |
9796 | F: include/linux/tc.h | |
b454cc66 | 9797 | |
1da177e4 | 9798 | U14-34F SCSI DRIVER |
8b58be88 | 9799 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
9800 | L: [email protected] |
9801 | S: Maintained | |
679655da | 9802 | F: drivers/scsi/u14-34f.c |
1da177e4 | 9803 | |
e2d1d6c0 | 9804 | UBI FILE SYSTEM (UBIFS) |
949cb623 | 9805 | M: Artem Bityutskiy <[email protected]> |
cc8f9b99 | 9806 | M: Adrian Hunter <[email protected]> |
e2d1d6c0 | 9807 | L: [email protected] |
e2966cbe | 9808 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
9809 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
9810 | S: Maintained | |
679655da JP |
9811 | F: Documentation/filesystems/ubifs.txt |
9812 | F: fs/ubifs/ | |
e2d1d6c0 | 9813 | |
cc2020e6 | 9814 | UCLINUX (AND M68KNOMMU) |
8b58be88 | 9815 | M: Greg Ungerer <[email protected]> |
cc2020e6 AC |
9816 | W: http://www.uclinux.org/ |
9817 | L: [email protected] (subscribers-only) | |
9818 | S: Maintained | |
61bc02bb JP |
9819 | F: arch/m68k/*/*_no.* |
9820 | F: arch/m68k/include/asm/*_no.* | |
cc2020e6 | 9821 | |
1da177e4 | 9822 | UDF FILESYSTEM |
8b58be88 | 9823 | M: Jan Kara <[email protected]> |
1da177e4 | 9824 | S: Maintained |
679655da JP |
9825 | F: Documentation/filesystems/udf.txt |
9826 | F: fs/udf/ | |
1da177e4 | 9827 | |
cc2020e6 | 9828 | UFS FILESYSTEM |
8b58be88 | 9829 | M: Evgeniy Dushistov <[email protected]> |
cc2020e6 | 9830 | S: Maintained |
679655da JP |
9831 | F: Documentation/filesystems/ufs.txt |
9832 | F: fs/ufs/ | |
cc2020e6 | 9833 | |
0a09d3ab DR |
9834 | UHID USERSPACE HID IO DRIVER: |
9835 | M: David Herrmann <[email protected]> | |
9836 | L: [email protected] | |
9837 | S: Maintained | |
9838 | F: drivers/hid/uhid.c | |
c117ab84 | 9839 | F: include/uapi/linux/uhid.h |
0a09d3ab | 9840 | |
18332a80 | 9841 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
18332a80 | 9842 | L: [email protected] |
10c6c9c9 | 9843 | S: Orphan |
355ffe69 | 9844 | F: drivers/uwb/ |
679655da JP |
9845 | F: include/linux/uwb.h |
9846 | F: include/linux/uwb/ | |
18332a80 | 9847 | |
b31d8273 G |
9848 | UNICORE32 ARCHITECTURE: |
9849 | M: Guan Xuetao <[email protected]> | |
9850 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
9851 | S: Maintained | |
ceebf4d5 | 9852 | T: git git://github.com/gxt/linux.git |
b31d8273 G |
9853 | F: arch/unicore32/ |
9854 | ||
d8379ab1 TF |
9855 | UNIFDEF |
9856 | M: Tony Finch <[email protected]> | |
9857 | W: http://dotat.at/prog/unifdef | |
9858 | S: Maintained | |
9859 | F: scripts/unifdef.c | |
9860 | ||
1da177e4 | 9861 | UNIFORM CDROM DRIVER |
8b58be88 | 9862 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
9863 | W: http://www.kernel.dk |
9864 | S: Maintained | |
679655da JP |
9865 | F: Documentation/cdrom/ |
9866 | F: drivers/cdrom/cdrom.c | |
9867 | F: include/linux/cdrom.h | |
c117ab84 | 9868 | F: include/uapi/linux/cdrom.h |
1da177e4 | 9869 | |
56df0122 BR |
9870 | UNISYS S-PAR DRIVERS |
9871 | M: Benjamin Romer <[email protected]> | |
9872 | M: David Kershner <[email protected]> | |
9873 | L: [email protected] (Unisys internal) | |
9874 | S: Supported | |
9875 | F: drivers/staging/unisys/ | |
9876 | ||
9941fa6e VH |
9877 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER |
9878 | M: Vinayak Holikatti <[email protected]> | |
9941fa6e VH |
9879 | L: [email protected] |
9880 | S: Supported | |
9881 | F: Documentation/scsi/ufs.txt | |
9882 | F: drivers/scsi/ufs/ | |
9883 | ||
e2d1d6c0 | 9884 | UNSORTED BLOCK IMAGES (UBI) |
949cb623 | 9885 | M: Artem Bityutskiy <[email protected]> |
e2d1d6c0 RD |
9886 | W: http://www.linux-mtd.infradead.org/ |
9887 | L: [email protected] | |
b6b44e0a | 9888 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 | 9889 | S: Maintained |
80811493 | 9890 | F: drivers/mtd/ubi/ |
679655da | 9891 | F: include/linux/mtd/ubi.h |
c117ab84 | 9892 | F: include/uapi/mtd/ubi-user.h |
e2d1d6c0 | 9893 | |
76ac66e4 RW |
9894 | UNSORTED BLOCK IMAGES (UBI) Fastmap |
9895 | M: Richard Weinberger <[email protected]> | |
9896 | L: [email protected] | |
9897 | S: Maintained | |
9898 | F: drivers/mtd/ubi/fastmap.c | |
9899 | ||
1da177e4 | 9900 | USB ACM DRIVER |
61eee9a7 | 9901 | M: Oliver Neukum <[email protected]> |
6372594a | 9902 | L: [email protected] |
1da177e4 | 9903 | S: Maintained |
679655da JP |
9904 | F: Documentation/usb/acm.txt |
9905 | F: drivers/usb/class/cdc-acm.* | |
1da177e4 | 9906 | |
b7d572e1 PF |
9907 | USB AR5523 WIRELESS DRIVER |
9908 | M: Pontus Fuchs <[email protected]> | |
9909 | L: [email protected] | |
9910 | S: Maintained | |
9911 | F: drivers/net/wireless/ath/ar5523/ | |
9912 | ||
115bb1ff | 9913 | USB ATTACHED SCSI |
f50a4968 | 9914 | M: Hans de Goede <[email protected]> |
8eae0fb7 | 9915 | M: Gerd Hoffmann <[email protected]> |
115bb1ff MW |
9916 | L: [email protected] |
9917 | L: [email protected] | |
8eae0fb7 | 9918 | S: Maintained |
115bb1ff MW |
9919 | F: drivers/usb/storage/uas.c |
9920 | ||
1da177e4 | 9921 | USB CDC ETHERNET DRIVER |
61eee9a7 | 9922 | M: Oliver Neukum <[email protected]> |
795fb7e7 | 9923 | L: [email protected] |
1da177e4 | 9924 | S: Maintained |
679655da | 9925 | F: drivers/net/usb/cdc_*.c |
c117ab84 | 9926 | F: include/uapi/linux/usb/cdc.h |
1da177e4 | 9927 | |
b02b371e | 9928 | USB CYPRESS C67X00 DRIVER |
8b58be88 | 9929 | M: Peter Korsgaard <[email protected]> |
b02b371e PK |
9930 | L: [email protected] |
9931 | S: Maintained | |
679655da | 9932 | F: drivers/usb/c67x00/ |
b02b371e | 9933 | |
d0374f4f | 9934 | USB DAVICOM DM9601 DRIVER |
8b58be88 | 9935 | M: Peter Korsgaard <[email protected]> |
043600a6 | 9936 | L: [email protected] |
d0374f4f PK |
9937 | W: http://www.linux-usb.org/usbnet |
9938 | S: Maintained | |
679655da | 9939 | F: drivers/net/usb/dm9601.c |
d0374f4f | 9940 | |
cc2020e6 | 9941 | USB DIAMOND RIO500 DRIVER |
8b58be88 | 9942 | M: Cesar Miquel <[email protected]> |
cc2020e6 AC |
9943 | L: [email protected] |
9944 | W: http://rio500.sourceforge.net | |
9945 | S: Maintained | |
679655da | 9946 | F: drivers/usb/misc/rio500* |
cc2020e6 | 9947 | |
1da177e4 | 9948 | USB EHCI DRIVER |
578333ab | 9949 | M: Alan Stern <[email protected]> |
795fb7e7 | 9950 | L: [email protected] |
578333ab | 9951 | S: Maintained |
679655da JP |
9952 | F: Documentation/usb/ehci.txt |
9953 | F: drivers/usb/host/ehci* | |
1da177e4 | 9954 | |
69ae9e3e | 9955 | USB GADGET/PERIPHERAL SUBSYSTEM |
d6d0f665 | 9956 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 9957 | L: [email protected] |
69ae9e3e | 9958 | W: http://www.linux-usb.org/gadget |
d6d0f665 FB |
9959 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
9960 | S: Maintained | |
679655da JP |
9961 | F: drivers/usb/gadget/ |
9962 | F: include/linux/usb/gadget* | |
69ae9e3e | 9963 | |
2dea64b4 | 9964 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
8b58be88 | 9965 | M: Jiri Kosina <[email protected]> |
795fb7e7 | 9966 | L: [email protected] |
54e5881d | 9967 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 | 9968 | S: Maintained |
c2f01971 | 9969 | F: Documentation/hid/hiddev.txt |
679655da | 9970 | F: drivers/hid/usbhid/ |
1da177e4 | 9971 | |
959eea21 | 9972 | USB ISP116X DRIVER |
8b58be88 | 9973 | M: Olav Kongas <[email protected]> |
795fb7e7 | 9974 | L: [email protected] |
959eea21 | 9975 | S: Maintained |
679655da JP |
9976 | F: drivers/usb/host/isp116x* |
9977 | F: include/linux/usb/isp116x.h | |
959eea21 | 9978 | |
1da177e4 | 9979 | USB MASS STORAGE DRIVER |
8b58be88 | 9980 | M: Matthew Dharm <[email protected]> |
795fb7e7 | 9981 | L: [email protected] |
8836aeb8 | 9982 | L: [email protected] |
1da177e4 LT |
9983 | S: Maintained |
9984 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
679655da | 9985 | F: drivers/usb/storage/ |
1da177e4 | 9986 | |
af39917d CL |
9987 | USB MIDI DRIVER |
9988 | M: Clemens Ladisch <[email protected]> | |
9989 | L: [email protected] (moderated for non-subscribers) | |
9990 | T: git git://git.alsa-project.org/alsa-kernel.git | |
9991 | S: Maintained | |
9992 | F: sound/usb/midi.* | |
9993 | ||
444ce9d4 JP |
9994 | USB NETWORKING DRIVERS |
9995 | L: [email protected] | |
9996 | S: Odd Fixes | |
9997 | F: drivers/net/usb/ | |
9998 | ||
1da177e4 | 9999 | USB OHCI DRIVER |
578333ab | 10000 | M: Alan Stern <[email protected]> |
795fb7e7 | 10001 | L: [email protected] |
578333ab | 10002 | S: Maintained |
679655da JP |
10003 | F: Documentation/usb/ohci.txt |
10004 | F: drivers/usb/host/ohci* | |
1da177e4 | 10005 | |
563da3a9 VM |
10006 | USB OVER IP DRIVER |
10007 | M: Valentina Manea <[email protected]> | |
10008 | M: Shuah Khan <[email protected]> | |
10009 | L: [email protected] | |
10010 | S: Maintained | |
10011 | F: drivers/usb/usbip/ | |
10012 | F: tools/usb/usbip/ | |
10013 | ||
1da177e4 | 10014 | USB PEGASUS DRIVER |
a16b945c | 10015 | M: Petko Manolov <[email protected]> |
795fb7e7 | 10016 | L: [email protected] |
043600a6 | 10017 | L: [email protected] |
052e3128 PM |
10018 | T: git git://github.com/petkan/pegasus.git |
10019 | W: https://github.com/petkan/pegasus | |
1da177e4 | 10020 | S: Maintained |
679655da | 10021 | F: drivers/net/usb/pegasus.* |
1da177e4 | 10022 | |
d3ad558f FB |
10023 | USB PHY LAYER |
10024 | M: Felipe Balbi <[email protected]> | |
10025 | L: [email protected] | |
10026 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
10027 | S: Maintained | |
10028 | F: drivers/usb/phy/ | |
d3ad558f | 10029 | |
73e4fb3f | 10030 | USB PRINTER DRIVER (usblp) |
8b58be88 | 10031 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 10032 | L: [email protected] |
73e4fb3f | 10033 | S: Supported |
679655da | 10034 | F: drivers/usb/class/usblp.c |
1da177e4 LT |
10035 | |
10036 | USB RTL8150 DRIVER | |
a16b945c | 10037 | M: Petko Manolov <[email protected]> |
795fb7e7 | 10038 | L: [email protected] |
043600a6 | 10039 | L: [email protected] |
052e3128 PM |
10040 | T: git git://github.com/petkan/rtl8150.git |
10041 | W: https://github.com/petkan/rtl8150 | |
1da177e4 | 10042 | S: Maintained |
679655da | 10043 | F: drivers/net/usb/rtl8150.c |
1da177e4 | 10044 | |
f896b796 | 10045 | USB SERIAL SUBSYSTEM |
66085694 | 10046 | M: Johan Hovold <[email protected]> |
795fb7e7 | 10047 | L: [email protected] |
4e68852d | 10048 | S: Maintained |
679655da | 10049 | F: Documentation/usb/usb-serial.txt |
f896b796 | 10050 | F: drivers/usb/serial/ |
679655da | 10051 | F: include/linux/usb/serial.h |
1da177e4 | 10052 | |
b3f0db1c SG |
10053 | USB SMSC75XX ETHERNET DRIVER |
10054 | M: Steve Glendinning <[email protected]> | |
10055 | L: [email protected] | |
10056 | S: Maintained | |
10057 | F: drivers/net/usb/smsc75xx.* | |
10058 | ||
2f7ca802 | 10059 | USB SMSC95XX ETHERNET DRIVER |
90b24cfb | 10060 | M: Steve Glendinning <[email protected]> |
2f7ca802 | 10061 | L: [email protected] |
90b24cfb | 10062 | S: Maintained |
679655da | 10063 | F: drivers/net/usb/smsc95xx.* |
2f7ca802 | 10064 | |
1da177e4 | 10065 | USB SUBSYSTEM |
879a5a00 | 10066 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 10067 | L: [email protected] |
1da177e4 | 10068 | W: http://www.linux-usb.org |
08deed1e | 10069 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git |
1da177e4 | 10070 | S: Supported |
679655da | 10071 | F: Documentation/usb/ |
679655da JP |
10072 | F: drivers/usb/ |
10073 | F: include/linux/usb.h | |
10074 | F: include/linux/usb/ | |
1da177e4 LT |
10075 | |
10076 | USB UHCI DRIVER | |
8b58be88 | 10077 | M: Alan Stern <[email protected]> |
795fb7e7 | 10078 | L: [email protected] |
1da177e4 | 10079 | S: Maintained |
679655da | 10080 | F: drivers/usb/host/uhci* |
1da177e4 | 10081 | |
69ae9e3e | 10082 | USB "USBNET" DRIVER FRAMEWORK |
686f13bb | 10083 | M: Oliver Neukum <[email protected]> |
043600a6 | 10084 | L: [email protected] |
69ae9e3e | 10085 | W: http://www.linux-usb.org/usbnet |
1da177e4 | 10086 | S: Maintained |
679655da JP |
10087 | F: drivers/net/usb/usbnet.c |
10088 | F: include/linux/usb/usbnet.h | |
1da177e4 | 10089 | |
c0efd232 | 10090 | USB VIDEO CLASS |
c53ac071 | 10091 | M: Laurent Pinchart <[email protected]> |
616bd4e2 | 10092 | L: [email protected] (subscribers-only) |
661263b5 | 10093 | L: [email protected] |
275ffde4 | 10094 | T: git git://linuxtv.org/media_tree.git |
57c6d2e9 | 10095 | W: http://www.ideasonboard.org/uvc/ |
c0efd232 | 10096 | S: Maintained |
0c0d06ca | 10097 | F: drivers/media/usb/uvc/ |
6c0f0359 | 10098 | F: include/uapi/linux/uvcvideo.h |
1da177e4 | 10099 | |
b60b9c45 HV |
10100 | USB VISION DRIVER |
10101 | M: Hans Verkuil <[email protected]> | |
10102 | L: [email protected] | |
10103 | T: git git://linuxtv.org/media_tree.git | |
10104 | W: http://linuxtv.org | |
10105 | S: Odd Fixes | |
10106 | F: drivers/media/usb/usbvision/ | |
10107 | ||
8282da47 LP |
10108 | USB WEBCAM GADGET |
10109 | M: Laurent Pinchart <[email protected]> | |
10110 | L: [email protected] | |
10111 | S: Maintained | |
3a83c16e | 10112 | F: drivers/usb/gadget/function/*uvc* |
faf2e1db | 10113 | F: drivers/usb/gadget/legacy/webcam.c |
8282da47 | 10114 | |
bf164cc0 | 10115 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
e6146c5c | 10116 | M: Jussi Kivilinna <[email protected]> |
bf164cc0 JK |
10117 | L: [email protected] |
10118 | S: Maintained | |
679655da | 10119 | F: drivers/net/wireless/rndis_wlan.c |
bf164cc0 | 10120 | |
eb6bab13 | 10121 | USB XHCI DRIVER |
03d85053 | 10122 | M: Mathias Nyman <[email protected]> |
eb6bab13 SS |
10123 | L: [email protected] |
10124 | S: Supported | |
36d0344c SS |
10125 | F: drivers/usb/host/xhci* |
10126 | F: drivers/usb/host/pci-quirks* | |
eb6bab13 | 10127 | |
1da177e4 | 10128 | USB ZD1201 DRIVER |
4086b9ca | 10129 | L: [email protected] |
1da177e4 | 10130 | W: http://linux-lc100020.sourceforge.net |
4086b9ca | 10131 | S: Orphan |
679655da | 10132 | F: drivers/net/wireless/zd1201.* |
1da177e4 | 10133 | |
b7eee616 | 10134 | USB ZR364XX DRIVER |
8b58be88 | 10135 | M: Antoine Jacquet <[email protected]> |
795fb7e7 | 10136 | L: [email protected] |
661263b5 | 10137 | L: [email protected] |
275ffde4 | 10138 | T: git git://linuxtv.org/media_tree.git |
b7eee616 AJ |
10139 | W: http://royale.zerezo.com/zr364xx/ |
10140 | S: Maintained | |
679655da | 10141 | F: Documentation/video4linux/zr364xx.txt |
90d72ac6 | 10142 | F: drivers/media/usb/zr364xx/ |
b7eee616 | 10143 | |
e7839f25 | 10144 | USER-MODE LINUX (UML) |
8b58be88 | 10145 | M: Jeff Dike <[email protected]> |
b15194b7 | 10146 | M: Richard Weinberger <[email protected]> |
1da177e4 LT |
10147 | L: [email protected] |
10148 | L: [email protected] | |
10149 | W: http://user-mode-linux.sourceforge.net | |
10150 | S: Maintained | |
61516587 | 10151 | F: Documentation/virtual/uml/ |
679655da | 10152 | F: arch/um/ |
b070989a | 10153 | F: arch/x86/um/ |
679655da JP |
10154 | F: fs/hostfs/ |
10155 | F: fs/hppfs/ | |
b7eee616 | 10156 | |
e5f114e9 | 10157 | USERSPACE I/O (UIO) |
6a534c9d | 10158 | M: "Hans J. Koch" <[email protected]> |
879a5a00 | 10159 | M: Greg Kroah-Hartman <[email protected]> |
e5f114e9 | 10160 | S: Maintained |
679655da JP |
10161 | F: Documentation/DocBook/uio-howto.tmpl |
10162 | F: drivers/uio/ | |
10163 | F: include/linux/uio*.h | |
e5f114e9 | 10164 | |
256cccbe | 10165 | UTIL-LINUX PACKAGE |
8b58be88 | 10166 | M: Karel Zak <[email protected]> |
256cccbe KZ |
10167 | L: [email protected] |
10168 | W: http://en.wikipedia.org/wiki/Util-linux | |
10169 | T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git | |
f899b0ad KZ |
10170 | S: Maintained |
10171 | ||
c1fd1c07 | 10172 | UVESAFB DRIVER |
8b58be88 | 10173 | M: Michal Januszewski <[email protected]> |
c69f677c | 10174 | L: [email protected] |
c1fd1c07 MJ |
10175 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
10176 | S: Maintained | |
679655da | 10177 | F: Documentation/fb/uvesafb.txt |
8a61f013 | 10178 | F: drivers/video/fbdev/uvesafb.* |
c1fd1c07 | 10179 | |
4480f15b | 10180 | VFAT/FAT/MSDOS FILESYSTEM |
8b58be88 | 10181 | M: OGAWA Hirofumi <[email protected]> |
1da177e4 | 10182 | S: Maintained |
679655da JP |
10183 | F: Documentation/filesystems/vfat.txt |
10184 | F: fs/fat/ | |
1da177e4 | 10185 | |
cba3345c AW |
10186 | VFIO DRIVER |
10187 | M: Alex Williamson <[email protected]> | |
10188 | L: [email protected] | |
10189 | S: Maintained | |
10190 | F: Documentation/vfio.txt | |
10191 | F: drivers/vfio/ | |
10192 | F: include/linux/vfio.h | |
c117ab84 | 10193 | F: include/uapi/linux/vfio.h |
cba3345c | 10194 | |
9e6f3438 PO |
10195 | VIDEOBUF2 FRAMEWORK |
10196 | M: Pawel Osciak <[email protected]> | |
10197 | M: Marek Szyprowski <[email protected]> | |
e76e4706 | 10198 | M: Kyungmin Park <[email protected]> |
9e6f3438 PO |
10199 | L: [email protected] |
10200 | S: Maintained | |
90d72ac6 | 10201 | F: drivers/media/v4l2-core/videobuf2-* |
9e6f3438 PO |
10202 | F: include/media/videobuf2-* |
10203 | ||
9a82446b AS |
10204 | VIRTIO CONSOLE DRIVER |
10205 | M: Amit Shah <[email protected]> | |
10206 | L: [email protected] | |
10207 | S: Maintained | |
10208 | F: drivers/char/virtio_console.c | |
10209 | F: include/linux/virtio_console.h | |
c117ab84 | 10210 | F: include/uapi/linux/virtio_console.h |
9a82446b | 10211 | |
2426ec8f MT |
10212 | VIRTIO CORE, NET AND BLOCK DRIVERS |
10213 | M: Rusty Russell <[email protected]> | |
10214 | M: "Michael S. Tsirkin" <[email protected]> | |
10215 | L: [email protected] | |
10216 | S: Maintained | |
10217 | F: drivers/virtio/ | |
c893c8d7 | 10218 | F: tools/virtio/ |
2426ec8f MT |
10219 | F: drivers/net/virtio_net.c |
10220 | F: drivers/block/virtio_blk.c | |
10221 | F: include/linux/virtio_*.h | |
916cdabc | 10222 | F: include/uapi/linux/virtio_*.h |
2426ec8f | 10223 | |
3a4d5c94 MT |
10224 | VIRTIO HOST (VHOST) |
10225 | M: "Michael S. Tsirkin" <[email protected]> | |
10226 | L: [email protected] | |
c996d8b9 | 10227 | L: [email protected] |
3a4d5c94 MT |
10228 | L: [email protected] |
10229 | S: Maintained | |
10230 | F: drivers/vhost/ | |
c117ab84 | 10231 | F: include/uapi/linux/vhost.h |
3a4d5c94 | 10232 | |
1da177e4 | 10233 | VIA RHINE NETWORK DRIVER |
8b58be88 | 10234 | M: Roger Luethi <[email protected]> |
1da177e4 | 10235 | S: Maintained |
f2148a47 | 10236 | F: drivers/net/ethernet/via/via-rhine.c |
1da177e4 | 10237 | |
f0bf7f61 | 10238 | VIA SD/MMC CARD CONTROLLER DRIVER |
558bbb2f | 10239 | M: Bruce Chang <[email protected]> |
8b58be88 | 10240 | M: Harald Welte <[email protected]> |
f0bf7f61 HW |
10241 | S: Maintained |
10242 | F: drivers/mmc/host/via-sdmmc.c | |
10243 | ||
69e4a7c2 | 10244 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
c7babebd | 10245 | M: Florian Tobias Schandinat <[email protected]> |
c69f677c | 10246 | L: [email protected] |
69e4a7c2 | 10247 | S: Maintained |
c7babebd FTS |
10248 | F: include/linux/via-core.h |
10249 | F: include/linux/via-gpio.h | |
10250 | F: include/linux/via_i2c.h | |
8a61f013 | 10251 | F: drivers/video/fbdev/via/ |
69e4a7c2 | 10252 | |
01f20734 | 10253 | VIA VELOCITY NETWORK DRIVER |
8b58be88 | 10254 | M: Francois Romieu <[email protected]> |
01f20734 FR |
10255 | L: [email protected] |
10256 | S: Maintained | |
f2148a47 | 10257 | F: drivers/net/ethernet/via/via-velocity.* |
1da177e4 | 10258 | |
77911fd2 | 10259 | VIVID VIRTUAL VIDEO DRIVER |
0b7bc1fa HV |
10260 | M: Hans Verkuil <[email protected]> |
10261 | L: [email protected] | |
10262 | T: git git://linuxtv.org/media_tree.git | |
10263 | W: http://linuxtv.org | |
10264 | S: Maintained | |
77911fd2 | 10265 | F: drivers/media/platform/vivid/* |
0b7bc1fa | 10266 | |
be7f8273 | 10267 | VLAN (802.1Q) |
8b58be88 | 10268 | M: Patrick McHardy <[email protected]> |
be7f8273 PM |
10269 | L: [email protected] |
10270 | S: Maintained | |
679655da JP |
10271 | F: drivers/net/macvlan.c |
10272 | F: include/linux/if_*vlan.h | |
10273 | F: net/8021q/ | |
be7f8273 | 10274 | |
55e331cf | 10275 | VLYNQ BUS |
8b58be88 | 10276 | M: Florian Fainelli <[email protected]> |
8578d7af | 10277 | L: [email protected] (subscribers-only) |
55e331cf FF |
10278 | S: Maintained |
10279 | F: drivers/vlynq/vlynq.c | |
10280 | F: include/linux/vlynq.h | |
10281 | ||
390beae4 MW |
10282 | VME SUBSYSTEM |
10283 | M: Martyn Welch <[email protected]> | |
1bd289d1 | 10284 | M: Manohar Vanga <[email protected]> |
390beae4 MW |
10285 | M: Greg Kroah-Hartman <[email protected]> |
10286 | L: [email protected] | |
10287 | S: Maintained | |
10288 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | |
10289 | F: Documentation/vme_api.txt | |
10290 | F: drivers/staging/vme/ | |
10291 | F: drivers/vme/ | |
10292 | F: include/linux/vme* | |
10293 | ||
4488e09b AK |
10294 | VMWARE HYPERVISOR INTERFACE |
10295 | M: Alok Kataria <[email protected]> | |
10296 | L: [email protected] | |
10297 | S: Supported | |
10298 | F: arch/x86/kernel/cpu/vmware.c | |
10299 | ||
73b35d07 DT |
10300 | VMWARE BALLOON DRIVER |
10301 | M: Xavier Deguillard <[email protected]> | |
10302 | M: Philip Moltmann <[email protected]> | |
10303 | M: "VMware, Inc." <[email protected]> | |
10304 | L: [email protected] | |
10305 | S: Maintained | |
10306 | F: drivers/misc/vmw_balloon.c | |
10307 | ||
d1a890fa | 10308 | VMWARE VMXNET3 ETHERNET DRIVER |
65c8bb5b JP |
10309 | M: Shreyas Bhatewara <[email protected]> |
10310 | M: "VMware, Inc." <[email protected]> | |
10311 | L: [email protected] | |
10312 | S: Maintained | |
10313 | F: drivers/net/vmxnet3/ | |
d1a890fa | 10314 | |
851b1642 | 10315 | VMware PVSCSI driver |
f2d7e40e | 10316 | M: Arvind Kumar <[email protected]> |
851b1642 AK |
10317 | M: VMware PV-Drivers <[email protected]> |
10318 | L: [email protected] | |
10319 | S: Maintained | |
10320 | F: drivers/scsi/vmw_pvscsi.c | |
10321 | F: drivers/scsi/vmw_pvscsi.h | |
10322 | ||
e53e86c7 | 10323 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
88dd75af | 10324 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 10325 | M: Mark Brown <[email protected]> |
5cdeb2c8 | 10326 | L: [email protected] |
e53e86c7 | 10327 | W: http://opensource.wolfsonmicro.com/node/15 |
1dd68f01 | 10328 | W: http://www.slimlogic.co.uk/?p=48 |
6febb5ab | 10329 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git |
e53e86c7 | 10330 | S: Supported |
679655da JP |
10331 | F: drivers/regulator/ |
10332 | F: include/linux/regulator/ | |
e53e86c7 | 10333 | |
ab41319e | 10334 | VT1211 HARDWARE MONITOR DRIVER |
8b58be88 | 10335 | M: Juerg Haefliger <[email protected]> |
ab41319e JH |
10336 | L: [email protected] |
10337 | S: Maintained | |
679655da JP |
10338 | F: Documentation/hwmon/vt1211 |
10339 | F: drivers/hwmon/vt1211.c | |
ab41319e | 10340 | |
1de9e371 | 10341 | VT8231 HARDWARE MONITOR DRIVER |
8b58be88 | 10342 | M: Roger Lucas <[email protected]> |
1de9e371 RL |
10343 | L: [email protected] |
10344 | S: Maintained | |
679655da | 10345 | F: drivers/hwmon/vt8231.c |
1de9e371 | 10346 | |
88095e7b TO |
10347 | VUB300 USB to SDIO/SD/MMC bridge chip |
10348 | M: Tony Olech <[email protected]> | |
10349 | L: [email protected] | |
10350 | L: [email protected] | |
10351 | S: Supported | |
10352 | F: drivers/mmc/host/vub300.c | |
10353 | ||
1da177e4 | 10354 | W1 DALLAS'S 1-WIRE BUS |
a8018766 | 10355 | M: Evgeniy Polyakov <[email protected]> |
1da177e4 | 10356 | S: Maintained |
679655da JP |
10357 | F: Documentation/w1/ |
10358 | F: drivers/w1/ | |
1da177e4 | 10359 | |
13927079 | 10360 | W83791D HARDWARE MONITORING DRIVER |
8b58be88 | 10361 | M: Marc Hulsman <[email protected]> |
13927079 | 10362 | L: [email protected] |
25845c22 | 10363 | S: Maintained |
679655da JP |
10364 | F: Documentation/hwmon/w83791d |
10365 | F: drivers/hwmon/w83791d.c | |
13927079 | 10366 | |
61db011d | 10367 | W83793 HARDWARE MONITORING DRIVER |
8b58be88 | 10368 | M: Rudolf Marek <[email protected]> |
61db011d RM |
10369 | L: [email protected] |
10370 | S: Maintained | |
679655da JP |
10371 | F: Documentation/hwmon/w83793 |
10372 | F: drivers/hwmon/w83793.c | |
61db011d | 10373 | |
e3760b43 | 10374 | W83795 HARDWARE MONITORING DRIVER |
7c81c60f | 10375 | M: Jean Delvare <[email protected]> |
e3760b43 JD |
10376 | L: [email protected] |
10377 | S: Maintained | |
10378 | F: drivers/hwmon/w83795.c | |
10379 | ||
1da177e4 | 10380 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
8b58be88 | 10381 | M: Pierre Ossman <[email protected]> |
1da177e4 | 10382 | S: Maintained |
679655da | 10383 | F: drivers/mmc/host/wbsd.* |
1da177e4 | 10384 | |
b4e05923 HG |
10385 | WACOM PROTOCOL 4 SERIAL TABLETS |
10386 | M: Julian Squires <[email protected]> | |
10387 | M: Hans de Goede <[email protected]> | |
10388 | L: [email protected] | |
10389 | S: Maintained | |
10390 | F: drivers/input/tablet/wacom_serial4.c | |
10391 | ||
3527761c | 10392 | WATCHDOG DEVICE DRIVERS |
8b58be88 | 10393 | M: Wim Van Sebroeck <[email protected]> |
230a5cef WVS |
10394 | L: [email protected] |
10395 | W: http://www.linux-watchdog.org/ | |
f599aaf0 | 10396 | T: git git://www.linux-watchdog.org/linux-watchdog.git |
3527761c | 10397 | S: Maintained |
679655da JP |
10398 | F: Documentation/watchdog/ |
10399 | F: drivers/watchdog/ | |
10400 | F: include/linux/watchdog.h | |
c117ab84 | 10401 | F: include/uapi/linux/watchdog.h |
3527761c | 10402 | |
1da177e4 | 10403 | WD7000 SCSI DRIVER |
8b58be88 | 10404 | M: Miroslav Zagorac <[email protected]> |
1da177e4 LT |
10405 | L: [email protected] |
10406 | S: Maintained | |
679655da | 10407 | F: drivers/scsi/wd7000.c |
1da177e4 | 10408 | |
b22e00f3 DR |
10409 | WIIMOTE HID DRIVER |
10410 | M: David Herrmann <[email protected]> | |
10411 | L: [email protected] | |
10412 | S: Maintained | |
10413 | F: drivers/hid/hid-wiimote* | |
10414 | ||
e258b80e | 10415 | WINBOND CIR DRIVER |
364e9e18 | 10416 | M: David Härdeman <[email protected]> |
e258b80e | 10417 | S: Maintained |
116ab806 | 10418 | F: drivers/media/rc/winbond-cir.c |
e258b80e | 10419 | |
8a70da82 | 10420 | WIMAX STACK |
8b58be88 | 10421 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 10422 | M: [email protected] |
63fae219 | 10423 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
10424 | S: Supported |
10425 | W: http://linuxwimax.org | |
315987dc | 10426 | F: Documentation/wimax/README.wimax |
315987dc JP |
10427 | F: include/linux/wimax/debug.h |
10428 | F: include/net/wimax.h | |
c117ab84 | 10429 | F: include/uapi/linux/wimax.h |
315987dc | 10430 | F: net/wimax/ |
8a70da82 | 10431 | |
5fc14680 | 10432 | WISTRON LAPTOP BUTTON DRIVER |
8b58be88 | 10433 | M: Miloslav Trmac <[email protected]> |
5fc14680 | 10434 | S: Maintained |
679655da | 10435 | F: drivers/input/misc/wistron_btns.c |
5fc14680 | 10436 | |
1da177e4 | 10437 | WL3501 WIRELESS PCMCIA CARD DRIVER |
8b58be88 | 10438 | M: Arnaldo Carvalho de Melo <[email protected]> |
724c6b35 | 10439 | L: [email protected] |
926554c4 | 10440 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 10441 | S: Maintained |
679655da | 10442 | F: drivers/net/wireless/wl3501* |
1da177e4 | 10443 | |
febf1dff | 10444 | WM97XX TOUCHSCREEN DRIVERS |
d9f1f489 | 10445 | M: Mark Brown <[email protected]> |
8b58be88 | 10446 | M: Liam Girdwood <[email protected]> |
febf1dff MB |
10447 | L: [email protected] |
10448 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
10449 | W: http://opensource.wolfsonmicro.com/node/7 | |
10450 | S: Supported | |
679655da JP |
10451 | F: drivers/input/touchscreen/*wm97* |
10452 | F: include/linux/wm97xx.h | |
febf1dff | 10453 | |
055bcbcb | 10454 | WOLFSON MICROELECTRONICS DRIVERS |
fef95164 | 10455 | L: [email protected] |
cf8eda3e | 10456 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc |
b75ea16a | 10457 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
cf8eda3e | 10458 | W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices |
b75ea16a | 10459 | S: Supported |
3768f0b1 | 10460 | F: Documentation/hwmon/wm83?? |
af1c5386 | 10461 | F: arch/arm/mach-s3c64xx/mach-crag6410* |
f05259a6 | 10462 | F: drivers/clk/clk-wm83*.c |
9c309598 | 10463 | F: drivers/extcon/extcon-arizona.c |
b75ea16a | 10464 | F: drivers/leds/leds-wm83*.c |
25b273ba | 10465 | F: drivers/gpio/gpio-*wm*.c |
9c309598 | 10466 | F: drivers/gpio/gpio-arizona.c |
d22b0869 | 10467 | F: drivers/hwmon/wm83??-hwmon.c |
59ec6da2 MB |
10468 | F: drivers/input/misc/wm831x-on.c |
10469 | F: drivers/input/touchscreen/wm831x-ts.c | |
10470 | F: drivers/input/touchscreen/wm97*.c | |
9c309598 MB |
10471 | F: drivers/mfd/arizona* |
10472 | F: drivers/mfd/wm*.c | |
b75ea16a MB |
10473 | F: drivers/power/wm83*.c |
10474 | F: drivers/rtc/rtc-wm83*.c | |
10475 | F: drivers/regulator/wm8*.c | |
3860e6c4 | 10476 | F: drivers/video/backlight/wm83*_bl.c |
b75ea16a | 10477 | F: drivers/watchdog/wm83*_wdt.c |
9c309598 | 10478 | F: include/linux/mfd/arizona/ |
3860e6c4 | 10479 | F: include/linux/mfd/wm831x/ |
b75ea16a | 10480 | F: include/linux/mfd/wm8350/ |
3768f0b1 | 10481 | F: include/linux/mfd/wm8400* |
59ec6da2 | 10482 | F: include/linux/wm97xx.h |
055bcbcb | 10483 | F: include/sound/wm????.h |
9c309598 | 10484 | F: sound/soc/codecs/arizona.? |
055bcbcb | 10485 | F: sound/soc/codecs/wm* |
b75ea16a | 10486 | |
3e6cd7a4 TH |
10487 | WORKQUEUE |
10488 | M: Tejun Heo <[email protected]> | |
3e6cd7a4 TH |
10489 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git |
10490 | S: Maintained | |
10491 | F: include/linux/workqueue.h | |
10492 | F: kernel/workqueue.c | |
10493 | F: Documentation/workqueue.txt | |
10494 | ||
1da177e4 | 10495 | X.25 NETWORK LAYER |
8bf28059 | 10496 | M: Andrew Hendry <[email protected]> |
1da177e4 | 10497 | L: [email protected] |
8bf28059 | 10498 | S: Odd Fixes |
679655da JP |
10499 | F: Documentation/networking/x25* |
10500 | F: include/net/x25* | |
10501 | F: net/x25/ | |
1da177e4 | 10502 | |
e2d1d6c0 | 10503 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
8b58be88 JP |
10504 | M: Thomas Gleixner <[email protected]> |
10505 | M: Ingo Molnar <[email protected]> | |
10506 | M: "H. Peter Anvin" <[email protected]> | |
bcde563c | 10507 | M: [email protected] |
981c3a4f | 10508 | L: [email protected] |
75fc2d37 | 10509 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
e2d1d6c0 | 10510 | S: Maintained |
679655da JP |
10511 | F: Documentation/x86/ |
10512 | F: arch/x86/ | |
e2d1d6c0 | 10513 | |
d0944853 | 10514 | X86 PLATFORM DRIVERS |
e181ba15 | 10515 | M: Darren Hart <[email protected]> |
d0944853 | 10516 | L: [email protected] |
e181ba15 | 10517 | T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git |
d0944853 | 10518 | S: Maintained |
14430813 | 10519 | F: drivers/platform/x86/ |
d0944853 | 10520 | |
c1f5c54b IM |
10521 | X86 MCE INFRASTRUCTURE |
10522 | M: Tony Luck <[email protected]> | |
487ba8e8 | 10523 | M: Borislav Petkov <[email protected]> |
c1f5c54b IM |
10524 | L: [email protected] |
10525 | S: Maintained | |
10526 | F: arch/x86/kernel/cpu/mcheck/* | |
10527 | ||
f0905c5a AL |
10528 | X86 VDSO |
10529 | M: Andy Lutomirski <[email protected]> | |
10530 | L: [email protected] | |
10531 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso | |
10532 | S: Maintained | |
10533 | F: arch/x86/vdso/ | |
10534 | ||
d6fad502 | 10535 | XC2028/3028 TUNER DRIVER |
009a5410 | 10536 | M: Mauro Carvalho Chehab <[email protected]> |
d6fad502 MCC |
10537 | L: [email protected] |
10538 | W: http://linuxtv.org | |
10539 | T: git git://linuxtv.org/media_tree.git | |
10540 | S: Maintained | |
10541 | F: drivers/media/tuners/tuner-xc2028.* | |
10542 | ||
c4468085 | 10543 | XEN HYPERVISOR INTERFACE |
c4468085 | 10544 | M: Konrad Rzeszutek Wilk <[email protected]> |
3eeef8f7 KRW |
10545 | M: Boris Ostrovsky <[email protected]> |
10546 | M: David Vrabel <[email protected]> | |
11dbb52b | 10547 | L: [email protected] (moderated for non-subscribers) |
ea70ba3a | 10548 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git |
c4468085 IC |
10549 | S: Supported |
10550 | F: arch/x86/xen/ | |
10551 | F: drivers/*/xen-*front.c | |
10552 | F: drivers/xen/ | |
10553 | F: arch/x86/include/asm/xen/ | |
10554 | F: include/xen/ | |
c117ab84 | 10555 | F: include/uapi/xen/ |
c4468085 | 10556 | |
77bfb479 SS |
10557 | XEN HYPERVISOR ARM |
10558 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10559 | L: [email protected] (moderated for non-subscribers) |
77bfb479 SS |
10560 | S: Supported |
10561 | F: arch/arm/xen/ | |
10562 | F: arch/arm/include/asm/xen/ | |
10563 | ||
b475e83f SS |
10564 | XEN HYPERVISOR ARM64 |
10565 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10566 | L: [email protected] (moderated for non-subscribers) |
b475e83f SS |
10567 | S: Supported |
10568 | F: arch/arm64/xen/ | |
10569 | F: arch/arm64/include/asm/xen/ | |
10570 | ||
9b57e1a7 IC |
10571 | XEN NETWORK BACKEND DRIVER |
10572 | M: Ian Campbell <[email protected]> | |
8386040b | 10573 | M: Wei Liu <[email protected]> |
11dbb52b | 10574 | L: [email protected] (moderated for non-subscribers) |
9b57e1a7 IC |
10575 | L: [email protected] |
10576 | S: Supported | |
10577 | F: drivers/net/xen-netback/* | |
10578 | ||
c5f8e29d KRW |
10579 | XEN PCI SUBSYSTEM |
10580 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10581 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10582 | S: Supported |
10583 | F: arch/x86/pci/*xen* | |
10584 | F: drivers/pci/*xen* | |
10585 | ||
a2c5ae65 KRW |
10586 | XEN BLOCK SUBSYSTEM |
10587 | M: Konrad Rzeszutek Wilk <[email protected]> | |
10588 | L: [email protected] (moderated for non-subscribers) | |
10589 | S: Supported | |
10590 | F: drivers/block/xen-blkback/* | |
10591 | F: drivers/block/xen* | |
10592 | ||
15d03609 JG |
10593 | XEN PVSCSI DRIVERS |
10594 | M: Juergen Gross <[email protected]> | |
10595 | L: [email protected] (moderated for non-subscribers) | |
10596 | L: [email protected] | |
10597 | S: Supported | |
10598 | F: drivers/scsi/xen-scsifront.c | |
10599 | F: drivers/xen/xen-scsiback.c | |
10600 | F: include/xen/interface/io/vscsiif.h | |
10601 | ||
c5f8e29d KRW |
10602 | XEN SWIOTLB SUBSYSTEM |
10603 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10604 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10605 | S: Supported |
10606 | F: arch/x86/xen/*swiotlb* | |
10607 | F: drivers/xen/*swiotlb* | |
10608 | ||
1da177e4 LT |
10609 | XFS FILESYSTEM |
10610 | P: Silicon Graphics Inc | |
809625ca | 10611 | M: Dave Chinner <[email protected]> |
18caa67a | 10612 | M: [email protected] |
d7ede1aa | 10613 | L: [email protected] |
1da177e4 | 10614 | W: http://oss.sgi.com/projects/xfs |
54e5881d | 10615 | T: git git://oss.sgi.com/xfs/xfs.git |
1da177e4 | 10616 | S: Supported |
679655da JP |
10617 | F: Documentation/filesystems/xfs.txt |
10618 | F: fs/xfs/ | |
1da177e4 | 10619 | |
8a3b7a25 | 10620 | XILINX AXI ETHERNET DRIVER |
59a54f30 MS |
10621 | M: Anirudha Sarangi <[email protected]> |
10622 | M: John Linn <[email protected]> | |
8a3b7a25 DB |
10623 | S: Maintained |
10624 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | |
10625 | ||
238b8721 | 10626 | XILINX UARTLITE SERIAL DRIVER |
8b58be88 | 10627 | M: Peter Korsgaard <[email protected]> |
238b8721 PK |
10628 | L: [email protected] |
10629 | S: Maintained | |
df621252 | 10630 | F: drivers/tty/serial/uartlite.c |
238b8721 | 10631 | |
74316949 EB |
10632 | XILLYBUS DRIVER |
10633 | M: Eli Billauer <[email protected]> | |
10634 | L: [email protected] | |
10635 | S: Supported | |
10636 | F: drivers/char/xillybus/ | |
10637 | ||
f620e4b8 MF |
10638 | XTENSA XTFPGA PLATFORM SUPPORT |
10639 | M: Max Filippov <[email protected]> | |
10640 | L: [email protected] | |
10641 | S: Maintained | |
10642 | F: drivers/spi/spi-xtensa-xtfpga.c | |
10643 | ||
1da177e4 | 10644 | YAM DRIVER FOR AX.25 |
8b58be88 | 10645 | M: Jean-Paul Roubelat <[email protected]> |
1da177e4 LT |
10646 | L: [email protected] |
10647 | S: Maintained | |
679655da JP |
10648 | F: drivers/net/hamradio/yam* |
10649 | F: include/linux/yam.h | |
1da177e4 | 10650 | |
af64a5eb | 10651 | YEALINK PHONE DRIVER |
8b58be88 | 10652 | M: Henk Vergonet <[email protected]> |
af64a5eb HV |
10653 | L: [email protected] |
10654 | S: Maintained | |
679655da JP |
10655 | F: Documentation/input/yealink.txt |
10656 | F: drivers/input/misc/yealink.* | |
af64a5eb | 10657 | |
1da177e4 | 10658 | Z8530 DRIVER FOR AX.25 |
8b58be88 | 10659 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
10660 | W: http://yaina.de/jreuter/ |
10661 | W: http://www.qsl.net/dl1bke/ | |
10662 | L: [email protected] | |
10663 | S: Maintained | |
679655da JP |
10664 | F: Documentation/networking/z8530drv.txt |
10665 | F: drivers/net/hamradio/*scc.c | |
10666 | F: drivers/net/hamradio/z8530.h | |
1da177e4 | 10667 | |
0cf31ec1 | 10668 | ZBUD COMPRESSED PAGE ALLOCATOR |
0e3b7e54 | 10669 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10670 | L: [email protected] |
10671 | S: Maintained | |
10672 | F: mm/zbud.c | |
10673 | F: include/linux/zbud.h | |
10674 | ||
7c0c3afb | 10675 | ZD1211RW WIRELESS DRIVER |
8b58be88 JP |
10676 | M: Daniel Drake <[email protected]> |
10677 | M: Ulrich Kunitz <[email protected]> | |
7c0c3afb | 10678 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
724c6b35 | 10679 | L: [email protected] |
7c0c3afb DD |
10680 | L: [email protected] (subscribers-only) |
10681 | S: Maintained | |
679655da | 10682 | F: drivers/net/wireless/zd1211rw/ |
7c0c3afb | 10683 | |
1da177e4 | 10684 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 10685 | L: [email protected] |
f63145e2 | 10686 | L: [email protected] |
1da177e4 | 10687 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
cea8321c | 10688 | T: hg http://linuxtv.org/hg/v4l-dvb |
f63145e2 | 10689 | S: Odd Fixes |
90d72ac6 | 10690 | F: drivers/media/pci/zoran/ |
1da177e4 | 10691 | |
6920f2cc MK |
10692 | ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER |
10693 | M: Minchan Kim <[email protected]> | |
10694 | M: Nitin Gupta <[email protected]> | |
10695 | L: [email protected] | |
10696 | S: Maintained | |
10697 | F: drivers/block/zram/ | |
10698 | F: Documentation/blockdev/zram.txt | |
10699 | ||
8b4a4080 | 10700 | ZS DECSTATION Z85C30 SERIAL DRIVER |
8b58be88 | 10701 | M: "Maciej W. Rozycki" <[email protected]> |
8b4a4080 | 10702 | S: Maintained |
df621252 | 10703 | F: drivers/tty/serial/zs.* |
8b4a4080 | 10704 | |
eae70d06 MK |
10705 | ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR |
10706 | M: Minchan Kim <[email protected]> | |
10707 | M: Nitin Gupta <[email protected]> | |
10708 | L: [email protected] | |
10709 | S: Maintained | |
10710 | F: mm/zsmalloc.c | |
10711 | F: include/linux/zsmalloc.h | |
10712 | ||
0cf31ec1 | 10713 | ZSWAP COMPRESSED SWAP CACHING |
0e3b7e54 | 10714 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10715 | L: [email protected] |
10716 | S: Maintained | |
10717 | F: mm/zswap.c | |
10718 | ||
1da177e4 | 10719 | THE REST |
8b58be88 | 10720 | M: Linus Torvalds <[email protected]> |
34d03cc1 | 10721 | L: [email protected] |
8a6e2535 | 10722 | Q: http://patchwork.kernel.org/project/LKML/list/ |
d16adea3 | 10723 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git |
1da177e4 | 10724 | S: Buried alive in reporters |
34d03cc1 JP |
10725 | F: * |
10726 | F: */ |