]>
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 | |
e7f5b309 | 621 | AMD MICROCODE UPDATE SUPPORT |
943482d0 | 622 | M: Andreas Herrmann <[email protected]> |
7d2c86b5 | 623 | L: [email protected] |
943482d0 | 624 | S: Maintained |
73d425fd | 625 | F: arch/x86/kernel/cpu/microcode/amd* |
e7f5b309 | 626 | |
45198c7b LT |
627 | AMD XGBE DRIVER |
628 | M: Tom Lendacky <[email protected]> | |
629 | L: [email protected] | |
630 | S: Supported | |
631 | F: drivers/net/ethernet/amd/xgbe/ | |
632 | F: drivers/net/phy/amd-xgbe-phy.c | |
633 | ||
284f42b6 | 634 | AMS (Apple Motion Sensor) DRIVER |
8b58be88 | 635 | M: Michael Hanselmann <[email protected]> |
284f42b6 | 636 | S: Supported |
bd5f47ec | 637 | F: drivers/macintosh/ams/ |
284f42b6 | 638 | |
f94b533d | 639 | AMSO1100 RNIC DRIVER |
8b58be88 JP |
640 | M: Tom Tucker <[email protected]> |
641 | M: Steve Wise <[email protected]> | |
e6cc0fd1 | 642 | L: [email protected] |
f94b533d | 643 | S: Maintained |
679655da | 644 | F: drivers/infiniband/hw/amso1100/ |
f94b533d | 645 | |
531fca16 HV |
646 | ANALOG DEVICES INC AD9389B DRIVER |
647 | M: Hans Verkuil <[email protected]> | |
648 | L: [email protected] | |
649 | S: Maintained | |
650 | F: drivers/media/i2c/ad9389b* | |
651 | ||
c40ddfa3 HV |
652 | ANALOG DEVICES INC ADV7511 DRIVER |
653 | M: Hans Verkuil <[email protected]> | |
654 | L: [email protected] | |
655 | S: Maintained | |
656 | F: drivers/media/i2c/adv7511* | |
657 | ||
531fca16 HV |
658 | ANALOG DEVICES INC ADV7604 DRIVER |
659 | M: Hans Verkuil <[email protected]> | |
660 | L: [email protected] | |
661 | S: Maintained | |
662 | F: drivers/media/i2c/adv7604* | |
663 | ||
c40ddfa3 HV |
664 | ANALOG DEVICES INC ADV7842 DRIVER |
665 | M: Hans Verkuil <[email protected]> | |
666 | L: [email protected] | |
667 | S: Maintained | |
668 | F: drivers/media/i2c/adv7842* | |
669 | ||
527a1a83 | 670 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
535bd16f | 671 | M: Lars-Peter Clausen <[email protected]> |
4bdef3bd | 672 | L: [email protected] (moderated for non-subscribers) |
a3f531ac | 673 | W: http://wiki.analog.com/ |
a4edbc10 | 674 | W: http://ez.analog.com/community/linux-device-drivers |
4bdef3bd | 675 | S: Supported |
39c9d199 | 676 | F: sound/soc/codecs/adau* |
cc52688a | 677 | F: sound/soc/codecs/adav* |
4bdef3bd | 678 | F: sound/soc/codecs/ad1* |
ae48f5ef | 679 | F: sound/soc/codecs/ad7* |
4bdef3bd | 680 | F: sound/soc/codecs/ssm* |
40216ce7 | 681 | F: sound/soc/codecs/sigmadsp.* |
4bdef3bd | 682 | |
527a1a83 | 683 | ANALOG DEVICES INC ASOC DRIVERS |
b3fe92b0 | 684 | L: [email protected] (moderated for non-subscribers) |
527a1a83 MH |
685 | L: [email protected] (moderated for non-subscribers) |
686 | W: http://blackfin.uclinux.org/ | |
687 | S: Supported | |
688 | F: sound/soc/blackfin/* | |
4ce72abc LPC |
689 | |
690 | ANALOG DEVICES INC IIO DRIVERS | |
691 | M: Lars-Peter Clausen <[email protected]> | |
692 | M: Michael Hennerich <[email protected]> | |
693 | W: http://wiki.analog.com/ | |
694 | W: http://ez.analog.com/community/linux-device-drivers | |
695 | S: Supported | |
696 | F: drivers/iio/*/ad* | |
697 | X: drivers/iio/*/adjd* | |
698 | F: drivers/staging/iio/*/ad* | |
699 | F: staging/iio/trigger/iio-trig-bfin-timer.c | |
527a1a83 | 700 | |
42269063 | 701 | AOA (Apple Onboard Audio) ALSA DRIVER |
8b58be88 | 702 | M: Johannes Berg <[email protected]> |
a4724ed6 | 703 | L: [email protected] |
93711660 | 704 | L: [email protected] (moderated for non-subscribers) |
42269063 | 705 | S: Maintained |
679655da | 706 | F: sound/aoa/ |
42269063 | 707 | |
1da177e4 | 708 | APM DRIVER |
81024fc4 JK |
709 | M: Jiri Kosina <[email protected]> |
710 | S: Odd fixes | |
679655da JP |
711 | F: arch/x86/kernel/apm_32.c |
712 | F: include/linux/apm_bios.h | |
c117ab84 | 713 | F: include/uapi/linux/apm_bios.h |
81024fc4 | 714 | F: drivers/char/apm-emulation.c |
1da177e4 | 715 | |
bd7aa4b2 | 716 | APPLE BCM5974 MULTITOUCH DRIVER |
8b58be88 | 717 | M: Henrik Rydberg <[email protected]> |
bd7aa4b2 HR |
718 | L: [email protected] |
719 | S: Maintained | |
679655da | 720 | F: drivers/input/mouse/bcm5974.c |
bd7aa4b2 | 721 | |
6f2fad74 | 722 | APPLE SMC DRIVER |
d618540f HR |
723 | M: Henrik Rydberg <[email protected]> |
724 | L: [email protected] | |
6f2fad74 | 725 | S: Maintained |
679655da | 726 | F: drivers/hwmon/applesmc.c |
6f2fad74 | 727 | |
1da177e4 | 728 | APPLETALK NETWORK LAYER |
8b58be88 | 729 | M: Arnaldo Carvalho de Melo <[email protected]> |
1da177e4 | 730 | S: Maintained |
679655da JP |
731 | F: drivers/net/appletalk/ |
732 | F: net/appletalk/ | |
1da177e4 | 733 | |
24299502 IS |
734 | APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER |
735 | M: Iyappan Subramanian <[email protected]> | |
736 | M: Keyur Chudgar <[email protected]> | |
24299502 IS |
737 | S: Supported |
738 | F: drivers/net/ethernet/apm/xgene/ | |
739 | F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt | |
740 | ||
62a37dc7 LP |
741 | APTINA CAMERA SENSOR PLL |
742 | M: Laurent Pinchart <[email protected]> | |
743 | L: [email protected] | |
744 | S: Maintained | |
745 | F: drivers/media/i2c/aptina-pll.* | |
746 | ||
a480167b | 747 | ARASAN COMPACT FLASH PATA CONTROLLER |
2d8a3b3d | 748 | M: Viresh Kumar <[email protected]> |
a480167b VK |
749 | L: [email protected] |
750 | S: Maintained | |
751 | F: include/linux/pata_arasan_cf_data.h | |
752 | F: drivers/ata/pata_arasan_cf.c | |
753 | ||
1154ea7d | 754 | ARC FRAMEBUFFER DRIVER |
8b58be88 | 755 | M: Jaya Kumar <[email protected]> |
1154ea7d | 756 | S: Maintained |
8a61f013 JH |
757 | F: drivers/video/fbdev/arcfb.c |
758 | F: drivers/video/fbdev/core/fb_defio.c | |
1154ea7d | 759 | |
1da177e4 | 760 | ARM MFM AND FLOPPY DRIVERS |
8b58be88 | 761 | M: Ian Molton <[email protected]> |
1da177e4 | 762 | S: Maintained |
679655da JP |
763 | F: arch/arm/lib/floppydma.S |
764 | F: arch/arm/include/asm/floppy.h | |
1da177e4 | 765 | |
6f96521f WD |
766 | ARM PMU PROFILING AND DEBUGGING |
767 | M: Will Deacon <[email protected]> | |
768 | S: Maintained | |
769 | F: arch/arm/kernel/perf_event* | |
770 | F: arch/arm/oprofile/common.c | |
6f96521f WD |
771 | F: arch/arm/include/asm/pmu.h |
772 | F: arch/arm/kernel/hw_breakpoint.c | |
773 | F: arch/arm/include/asm/hw_breakpoint.h | |
774 | ||
d4275354 | 775 | ARM PORT |
8b58be88 | 776 | M: Russell King <[email protected]> |
efc03ecb | 777 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
778 | W: http://www.arm.linux.org.uk/ |
779 | S: Maintained | |
780 | F: arch/arm/ | |
781 | ||
d323c243 SB |
782 | ARM SUB-ARCHITECTURES |
783 | L: [email protected] (moderated for non-subscribers) | |
56ca9d98 | 784 | S: Maintained |
d323c243 SB |
785 | F: arch/arm/mach-*/ |
786 | F: arch/arm/plat-*/ | |
787 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git | |
788 | ||
cefbf4ea RK |
789 | ARM PRIMECELL AACI PL041 DRIVER |
790 | M: Russell King <[email protected]> | |
791 | S: Maintained | |
792 | F: sound/arm/aaci.* | |
793 | ||
794 | ARM PRIMECELL CLCD PL110 DRIVER | |
795 | M: Russell King <[email protected]> | |
796 | S: Maintained | |
8a61f013 | 797 | F: drivers/video/fbdev/amba-clcd.* |
cefbf4ea RK |
798 | |
799 | ARM PRIMECELL KMI PL050 DRIVER | |
800 | M: Russell King <[email protected]> | |
801 | S: Maintained | |
802 | F: drivers/input/serio/ambakmi.* | |
803 | F: include/linux/amba/kmi.h | |
804 | ||
2761f5c2 | 805 | ARM PRIMECELL MMCI PL180/1 DRIVER |
08a5c9a2 RK |
806 | M: Russell King <[email protected]> |
807 | S: Maintained | |
679655da | 808 | F: drivers/mmc/host/mmci.* |
2f748aaa | 809 | F: include/linux/amba/mmci.h |
2761f5c2 | 810 | |
1b4304e5 RK |
811 | ARM PRIMECELL UART PL010 AND PL011 DRIVERS |
812 | M: Russell King <[email protected]> | |
813 | S: Maintained | |
814 | F: drivers/tty/serial/amba-pl01*.c | |
815 | F: include/linux/amba/serial.h | |
2761f5c2 | 816 | |
cefbf4ea RK |
817 | ARM PRIMECELL BUS SUPPORT |
818 | M: Russell King <[email protected]> | |
819 | S: Maintained | |
820 | F: drivers/amba/ | |
821 | F: include/linux/amba/bus.h | |
822 | ||
2b7a52a4 | 823 | ARM/ADS SPHERE MACHINE SUPPORT |
8b58be88 | 824 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 825 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
826 | S: Maintained |
827 | ||
9c784f95 | 828 | ARM/AFEB9260 MACHINE SUPPORT |
8b58be88 | 829 | M: Sergey Lapin <[email protected]> |
efc03ecb | 830 | L: [email protected] (moderated for non-subscribers) |
9c784f95 SL |
831 | S: Maintained |
832 | ||
2b7a52a4 | 833 | ARM/AJECO 1ARM MACHINE SUPPORT |
8b58be88 | 834 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 835 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
836 | S: Maintained |
837 | ||
1b106699 MR |
838 | ARM/Allwinner A1X SoC support |
839 | M: Maxime Ripard <[email protected]> | |
840 | L: [email protected] (moderated for non-subscribers) | |
841 | S: Maintained | |
60b0f380 MR |
842 | N: sun[x4567]i |
843 | ||
844 | ARM/Allwinner SoC Clock Support | |
845 | M: Emilio López <[email protected]> | |
846 | S: Maintained | |
847 | F: drivers/clk/sunxi/ | |
1b106699 | 848 | |
7c1e3876 CC |
849 | ARM/Amlogic MesonX SoC support |
850 | M: Carlo Caione <[email protected]> | |
851 | L: [email protected] (moderated for non-subscribers) | |
852 | S: Maintained | |
853 | N: meson[x68] | |
854 | ||
c1fc8675 | 855 | ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES |
8b58be88 | 856 | M: Andrew Victor <[email protected]> |
c1fc8675 NF |
857 | M: Nicolas Ferre <[email protected]> |
858 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
efc03ecb | 859 | L: [email protected] (moderated for non-subscribers) |
795fb7e7 | 860 | W: http://maxim.org.za/at91_26.html |
c1fc8675 NF |
861 | W: http://www.linux4sam.org |
862 | S: Supported | |
863 | F: arch/arm/mach-at91/ | |
70e389cc MB |
864 | F: arch/arm/boot/dts/at91*.dts |
865 | F: arch/arm/boot/dts/at91*.dtsi | |
866 | F: arch/arm/boot/dts/sama*.dts | |
867 | F: arch/arm/boot/dts/sama*.dtsi | |
d4a89c7d | 868 | |
6e05dd4e BB |
869 | ARM/ATMEL AT91 Clock Support |
870 | M: Boris Brezillon <[email protected]> | |
871 | S: Maintained | |
872 | F: drivers/clk/at91 | |
873 | ||
986cf2e9 | 874 | ARM/CALXEDA HIGHBANK ARCHITECTURE |
5d3ad8a6 | 875 | M: Rob Herring <[email protected]> |
986cf2e9 RH |
876 | L: [email protected] (moderated for non-subscribers) |
877 | S: Maintained | |
878 | F: arch/arm/mach-highbank/ | |
879 | ||
d94f944e | 880 | ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT |
5529c2cd | 881 | M: Krzysztof Halasa <[email protected]> |
d94f944e AV |
882 | S: Maintained |
883 | F: arch/arm/mach-cns3xxx/ | |
d94f944e | 884 | |
386ab516 AS |
885 | ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE |
886 | M: Alexander Shiyan <[email protected]> | |
887 | L: [email protected] (moderated for non-subscribers) | |
888 | S: Odd Fixes | |
b8ba3874 | 889 | N: clps711x |
386ab516 | 890 | |
2b7a52a4 | 891 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
ddd559b1 | 892 | M: Hartley Sweeten <[email protected]> |
1c5454ee | 893 | M: Ryan Mallon <[email protected]> |
efc03ecb | 894 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 | 895 | S: Maintained |
d19d3667 HS |
896 | F: arch/arm/mach-ep93xx/ |
897 | F: arch/arm/mach-ep93xx/include/mach/ | |
2b7a52a4 LB |
898 | |
899 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
8b58be88 | 900 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 901 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
902 | S: Maintained |
903 | ||
d4275354 | 904 | ARM/CLKDEV SUPPORT |
8b58be88 | 905 | M: Russell King <[email protected]> |
efc03ecb | 906 | L: [email protected] (moderated for non-subscribers) |
37417046 | 907 | S: Maintained |
d4275354 | 908 | F: arch/arm/include/asm/clkdev.h |
4fa2651d | 909 | F: drivers/clk/clkdev.c |
d4275354 | 910 | |
d48134e7 | 911 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
8b58be88 | 912 | M: Mike Rapoport <[email protected]> |
efc03ecb | 913 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
914 | S: Maintained |
915 | ||
94150095 HF |
916 | ARM/CONTEC MICRO9 MACHINE SUPPORT |
917 | M: Hubert Feurstein <[email protected]> | |
918 | S: Maintained | |
919 | F: arch/arm/mach-ep93xx/micro9.c | |
920 | ||
1da177e4 | 921 | ARM/CORGI MACHINE SUPPORT |
8b58be88 | 922 | M: Richard Purdie <[email protected]> |
1da177e4 LT |
923 | S: Maintained |
924 | ||
881a95f9 | 925 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
162500b3 | 926 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 927 | L: [email protected] (moderated for non-subscribers) |
162500b3 HUK |
928 | T: git git://git.berlios.de/gemini-board |
929 | S: Maintained | |
f49afbb5 | 930 | F: arch/arm/mach-gemini/ |
881a95f9 | 931 | |
a990cbd8 | 932 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT |
5abf58bf | 933 | M: Barry Song <[email protected]> |
a990cbd8 | 934 | L: [email protected] (moderated for non-subscribers) |
85529d14 | 935 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
a990cbd8 BS |
936 | S: Maintained |
937 | F: arch/arm/mach-prima2/ | |
4a9c44f1 | 938 | F: drivers/clk/sirf/ |
05f30e8d BS |
939 | F: drivers/clocksource/timer-prima2.c |
940 | F: drivers/clocksource/timer-marco.c | |
f8505ef5 | 941 | N: [^a-z]sirf |
a990cbd8 | 942 | |
d4275354 | 943 | ARM/EBSA110 MACHINE SUPPORT |
8b58be88 | 944 | M: Russell King <[email protected]> |
efc03ecb | 945 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
946 | W: http://www.arm.linux.org.uk/ |
947 | S: Maintained | |
948 | F: arch/arm/mach-ebsa110/ | |
b955f6ca | 949 | F: drivers/net/ethernet/amd/am79c961a.* |
d4275354 | 950 | |
4721f3ce UKK |
951 | ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT |
952 | M: Uwe Kleine-König <[email protected]> | |
953 | L: [email protected] (moderated for non-subscribers) | |
954 | S: Maintained | |
955 | N: efm32 | |
956 | ||
a9da4f7e | 957 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
8b58be88 JP |
958 | M: Daniel Ribeiro <[email protected]> |
959 | M: Stefan Schmidt <[email protected]> | |
960 | M: Harald Welte <[email protected]> | |
d66f1886 | 961 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
962 | W: http://www.openezx.org/ |
963 | S: Maintained | |
cafc2265 SS |
964 | T: topgit git://git.openezx.org/openezx.git |
965 | F: arch/arm/mach-pxa/ezx.c | |
a9da4f7e | 966 | |
6a915af9 | 967 | ARM/FARADAY FA526 PORT |
162500b3 | 968 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 969 | L: [email protected] (moderated for non-subscribers) |
162500b3 | 970 | S: Maintained |
1fa7e547 | 971 | T: git git://git.berlios.de/gemini-board |
f49afbb5 | 972 | F: arch/arm/mm/*-fa* |
6a915af9 | 973 | |
d4275354 | 974 | ARM/FOOTBRIDGE ARCHITECTURE |
8b58be88 | 975 | M: Russell King <[email protected]> |
efc03ecb | 976 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
977 | W: http://www.arm.linux.org.uk/ |
978 | S: Maintained | |
979 | F: arch/arm/include/asm/hardware/dec21285.h | |
980 | F: arch/arm/mach-footbridge/ | |
981 | ||
86183a5f | 982 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
5df27823 | 983 | M: Shawn Guo <[email protected]> |
8b58be88 | 984 | M: Sascha Hauer <[email protected]> |
efc03ecb | 985 | L: [email protected] (moderated for non-subscribers) |
86183a5f | 986 | S: Maintained |
f1c12837 | 987 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
adf79292 | 988 | F: arch/arm/mach-imx/ |
ce515a6b | 989 | F: arch/arm/mach-mxs/ |
2a82f95c | 990 | F: arch/arm/boot/dts/imx* |
e5dafa22 | 991 | F: arch/arm/configs/imx*_defconfig |
86183a5f | 992 | |
2b7a52a4 | 993 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
8b58be88 | 994 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 995 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
996 | S: Maintained |
997 | ||
90b8fc34 | 998 | ARM/GUMSTIX MACHINE SUPPORT |
8b58be88 | 999 | M: Steve Sakoman <[email protected]> |
efc03ecb | 1000 | L: [email protected] (moderated for non-subscribers) |
90b8fc34 JK |
1001 | S: Maintained |
1002 | ||
ef47d5f0 | 1003 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
8b58be88 | 1004 | M: Philipp Zabel <[email protected]> |
12a93f32 PZ |
1005 | M: Paul Parsons <[email protected]> |
1006 | L: [email protected] (moderated for non-subscribers) | |
ef47d5f0 PZ |
1007 | S: Maintained |
1008 | F: arch/arm/mach-pxa/hx4700.c | |
1009 | F: arch/arm/mach-pxa/include/mach/hx4700.h | |
12a93f32 | 1010 | F: sound/soc/pxa/hx4700.c |
ef47d5f0 | 1011 | |
4dfad069 WX |
1012 | ARM/HISILICON SOC SUPPORT |
1013 | M: Wei Xu <[email protected]> | |
1014 | L: [email protected] (moderated for non-subscribers) | |
1015 | W: http://www.hisilicon.com | |
1016 | S: Supported | |
1017 | T: git git://github.com/hisilicon/linux-hisi.git | |
1018 | F: arch/arm/mach-hisi/ | |
1019 | ||
21f37bc3 | 1020 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
8b58be88 | 1021 | M: Kristoffer Ericson <[email protected]> |
795fb7e7 JD |
1022 | W: www.jlime.com |
1023 | S: Maintained | |
084bad91 KE |
1024 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
1025 | F: arch/arm/mach-sa1100/jornada720.c | |
1026 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | |
21f37bc3 | 1027 | |
5e767ab9 JMC |
1028 | ARM/IGEP MACHINE SUPPORT |
1029 | M: Enric Balletbo i Serra <[email protected]> | |
1030 | M: Javier Martinez Canillas <[email protected]> | |
1031 | L: [email protected] | |
1032 | L: [email protected] (moderated for non-subscribers) | |
1033 | S: Maintained | |
06ff74fd | 1034 | F: arch/arm/boot/dts/omap3-igep* |
5e767ab9 | 1035 | |
403d2971 MV |
1036 | ARM/INCOME PXA270 SUPPORT |
1037 | M: Marek Vasut <[email protected]> | |
1038 | L: [email protected] (moderated for non-subscribers) | |
1039 | S: Maintained | |
ec154082 | 1040 | F: arch/arm/mach-pxa/colibri-pxa270-income.c |
403d2971 | 1041 | |
2b7a52a4 | 1042 | ARM/INTEL IOP32X ARM ARCHITECTURE |
8b58be88 | 1043 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1044 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1045 | S: Maintained |
e2bdb176 DW |
1046 | |
1047 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
efc03ecb | 1048 | L: [email protected] (moderated for non-subscribers) |
08223d80 | 1049 | S: Orphan |
2b7a52a4 LB |
1050 | |
1051 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
8b58be88 | 1052 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1053 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1054 | S: Maintained |
2b7a52a4 LB |
1055 | |
1056 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
8b58be88 | 1057 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1058 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1059 | S: Maintained |
2b7a52a4 | 1060 | |
2b7a52a4 | 1061 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
8b58be88 | 1062 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1063 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1064 | S: Maintained |
1065 | ||
dfdd8cc9 KH |
1066 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
1067 | M: Imre Kaloz <[email protected]> | |
5529c2cd | 1068 | M: Krzysztof Halasa <[email protected]> |
baea7b94 | 1069 | L: [email protected] (moderated for non-subscribers) |
dfdd8cc9 KH |
1070 | S: Maintained |
1071 | F: arch/arm/mach-ixp4xx/ | |
1072 | ||
838553c5 | 1073 | ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT |
7f49a7f7 JC |
1074 | M: Jonathan Cameron <[email protected]> |
1075 | L: [email protected] (moderated for non-subscribers) | |
1076 | S: Maintained | |
1077 | F: arch/arm/mach-pxa/stargate2.c | |
1078 | F: drivers/pcmcia/pxa2xx_stargate2.c | |
1079 | ||
2b7a52a4 | 1080 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
8b58be88 | 1081 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1082 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1083 | S: Maintained |
2b7a52a4 LB |
1084 | |
1085 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
8b58be88 | 1086 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1087 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1088 | S: Maintained |
1089 | ||
1154f858 | 1090 | ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE |
97215800 | 1091 | M: Santosh Shilimkar <[email protected]> |
1154f858 SS |
1092 | L: [email protected] (moderated for non-subscribers) |
1093 | S: Maintained | |
1094 | F: arch/arm/mach-keystone/ | |
317929cd | 1095 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git |
1154f858 | 1096 | |
bc6aa566 | 1097 | ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK |
97215800 | 1098 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1099 | L: [email protected] |
1100 | S: Maintained | |
1101 | F: drivers/clk/keystone/ | |
1102 | ||
1103 | ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE | |
97215800 | 1104 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1105 | L: [email protected] (moderated for non-subscribers) |
1106 | L: [email protected] | |
1107 | S: Maintained | |
1108 | F: drivers/clocksource/timer-keystone.c | |
1109 | ||
1110 | ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER | |
97215800 | 1111 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1112 | L: [email protected] |
1113 | S: Maintained | |
1114 | F: drivers/power/reset/keystone-reset.c | |
1115 | ||
1116 | ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS | |
97215800 | 1117 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1118 | L: [email protected] |
1119 | S: Maintained | |
1120 | F: drivers/memory/*emif* | |
1121 | ||
2b7a52a4 | 1122 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
8b58be88 | 1123 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1124 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1125 | S: Maintained |
1126 | ||
3b886171 | 1127 | ARM/MAGICIAN MACHINE SUPPORT |
8b58be88 | 1128 | M: Philipp Zabel <[email protected]> |
3b886171 PZ |
1129 | S: Maintained |
1130 | ||
75f41273 TP |
1131 | ARM/Marvell Armada 370 and Armada XP SOC support |
1132 | M: Jason Cooper <[email protected]> | |
1133 | M: Andrew Lunn <[email protected]> | |
1134 | M: Gregory Clement <[email protected]> | |
dcb71503 | 1135 | M: Sebastian Hesselbarth <[email protected]> |
75f41273 TP |
1136 | L: [email protected] (moderated for non-subscribers) |
1137 | S: Maintained | |
1138 | F: arch/arm/mach-mvebu/ | |
1139 | ||
40f4978b SH |
1140 | ARM/Marvell Berlin SoC support |
1141 | M: Sebastian Hesselbarth <[email protected]> | |
1142 | L: [email protected] (moderated for non-subscribers) | |
1143 | S: Maintained | |
1144 | F: arch/arm/mach-berlin/ | |
1145 | ||
4cfab57e | 1146 | ARM/Marvell Dove/MV78xx0/Orion SOC support |
4f1312b0 NP |
1147 | M: Jason Cooper <[email protected]> |
1148 | M: Andrew Lunn <[email protected]> | |
dcb71503 | 1149 | M: Sebastian Hesselbarth <[email protected]> |
efc03ecb | 1150 | L: [email protected] (moderated for non-subscribers) |
4f1312b0 NP |
1151 | S: Maintained |
1152 | F: arch/arm/mach-dove/ | |
54a246ff NP |
1153 | F: arch/arm/mach-mv78xx0/ |
1154 | F: arch/arm/mach-orion5x/ | |
1155 | F: arch/arm/plat-orion/ | |
3b886171 | 1156 | |
d69ac131 AC |
1157 | ARM/Orion SoC/Technologic Systems TS-78xx platform support |
1158 | M: Alexander Clouter <[email protected]> | |
1159 | L: [email protected] (moderated for non-subscribers) | |
1160 | W: http://www.digriz.org.uk/ts78xx/kernel | |
1161 | S: Maintained | |
1162 | F: arch/arm/mach-orion5x/ts78xx-* | |
1163 | ||
e54951c8 MB |
1164 | ARM/Mediatek SoC support |
1165 | M: Matthias Brugger <[email protected]> | |
1166 | L: [email protected] (moderated for non-subscribers) | |
1167 | S: Maintained | |
1168 | F: arch/arm/boot/dts/mt6* | |
1169 | F: arch/arm/boot/dts/mt8* | |
1170 | F: arch/arm/mach-mediatek/ | |
1171 | N: mtk | |
1172 | K: mediatek | |
1173 | ||
adcb079f AB |
1174 | ARM/MICREL KS8695 ARCHITECTURE |
1175 | M: Greg Ungerer <[email protected]> | |
1176 | L: [email protected] (moderated for non-subscribers) | |
14430813 | 1177 | F: arch/arm/mach-ks8695/ |
adcb079f AB |
1178 | S: Odd Fixes |
1179 | ||
d78ff0a5 | 1180 | ARM/MIOA701 MACHINE SUPPORT |
8b58be88 | 1181 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 1182 | L: [email protected] (moderated for non-subscribers) |
d78ff0a5 RJ |
1183 | F: arch/arm/mach-pxa/mioa701.c |
1184 | S: Maintained | |
1185 | ||
9624dfe6 | 1186 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
8b58be88 | 1187 | M: Michael Petchkovsky <[email protected]> |
9624dfe6 KE |
1188 | S: Maintained |
1189 | ||
e0ee9851 | 1190 | ARM/NOMADIK ARCHITECTURE |
28b8e8d4 | 1191 | M: Alessandro Rubini <[email protected]> |
e4651a9f | 1192 | M: Linus Walleij <[email protected]> |
28b8e8d4 JP |
1193 | L: [email protected] (moderated for non-subscribers) |
1194 | S: Maintained | |
1195 | F: arch/arm/mach-nomadik/ | |
ecc265fe | 1196 | F: drivers/pinctrl/nomadik/ |
87572880 | 1197 | F: drivers/i2c/busses/i2c-nomadik.c |
e4651a9f | 1198 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
e0ee9851 | 1199 | |
9d76295a | 1200 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
8b58be88 | 1201 | M: Nelson Castillo <[email protected]> |
9d76295a AG |
1202 | L: [email protected] (subscribers-only) |
1203 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | |
1204 | S: Supported | |
1205 | ||
0c19d21e DW |
1206 | ARM/QUALCOMM MSM MACHINE SUPPORT |
1207 | M: David Brown <[email protected]> | |
b4c9bfab | 1208 | M: Daniel Walker <[email protected]> |
0c19d21e | 1209 | M: Bryan Huntsman <[email protected]> |
c68af41d | 1210 | L: [email protected] |
0c19d21e | 1211 | F: arch/arm/mach-msm/ |
8a61f013 | 1212 | F: drivers/video/fbdev/msm/ |
0c19d21e DW |
1213 | F: drivers/mmc/host/msm_sdcc.c |
1214 | F: drivers/mmc/host/msm_sdcc.h | |
df621252 GKH |
1215 | F: drivers/tty/serial/msm_serial.h |
1216 | F: drivers/tty/serial/msm_serial.c | |
ea91db52 | 1217 | F: drivers/*/pm8???-* |
0a759c6e | 1218 | F: drivers/mfd/ssbi.c |
8cd5c866 | 1219 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
0c19d21e DW |
1220 | S: Maintained |
1221 | ||
8459c159 | 1222 | ARM/TOSA MACHINE SUPPORT |
8b58be88 JP |
1223 | M: Dmitry Eremin-Solenikov <[email protected]> |
1224 | M: Dirk Opfer <[email protected]> | |
8459c159 DO |
1225 | S: Maintained |
1226 | ||
5d783a2d | 1227 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
933d35f0 | 1228 | M: Marek Vasut <[email protected]> |
75280787 | 1229 | L: [email protected] |
b5e4ad57 MV |
1230 | W: http://hackndev.com |
1231 | S: Maintained | |
933d35f0 JP |
1232 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
1233 | F: arch/arm/mach-pxa/palmtx.c | |
1234 | F: arch/arm/mach-pxa/include/mach/palmt5.h | |
1235 | F: arch/arm/mach-pxa/palmt5.c | |
1236 | F: arch/arm/mach-pxa/include/mach/palmld.h | |
1237 | F: arch/arm/mach-pxa/palmld.c | |
1238 | F: arch/arm/mach-pxa/include/mach/palmte2.h | |
1239 | F: arch/arm/mach-pxa/palmte2.c | |
1240 | F: arch/arm/mach-pxa/include/mach/palmtc.h | |
1241 | F: arch/arm/mach-pxa/palmtc.c | |
b5e4ad57 | 1242 | |
b57fe924 | 1243 | ARM/PALM TREO SUPPORT |
8b58be88 | 1244 | M: Tomas Cech <[email protected]> |
75280787 | 1245 | L: [email protected] |
90af5811 TSC |
1246 | W: http://hackndev.com |
1247 | S: Maintained | |
b57fe924 JP |
1248 | F: arch/arm/mach-pxa/include/mach/palmtreo.h |
1249 | F: arch/arm/mach-pxa/palmtreo.c | |
90af5811 | 1250 | |
c49e1e63 | 1251 | ARM/PALMZ72 SUPPORT |
8b58be88 | 1252 | M: Sergey Lapin <[email protected]> |
75280787 | 1253 | L: [email protected] |
7d2c86b5 JP |
1254 | W: http://hackndev.com |
1255 | S: Maintained | |
933d35f0 JP |
1256 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
1257 | F: arch/arm/mach-pxa/palmz72.c | |
c49e1e63 | 1258 | |
1da177e4 | 1259 | ARM/PLEB SUPPORT |
8b58be88 | 1260 | M: Peter Chubb <[email protected]> |
1da177e4 LT |
1261 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
1262 | S: Maintained | |
1263 | ||
1264 | ARM/PT DIGITAL BOARD PORT | |
8b58be88 | 1265 | M: Stefan Eletzhofer <[email protected]> |
efc03ecb | 1266 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
1267 | W: http://www.arm.linux.org.uk/ |
1268 | S: Maintained | |
1269 | ||
8fc1b0f8 KG |
1270 | ARM/QUALCOMM SUPPORT |
1271 | M: Kumar Gala <[email protected]> | |
1272 | M: David Brown <[email protected]> | |
1273 | L: [email protected] | |
1274 | S: Maintained | |
1275 | F: arch/arm/mach-qcom/ | |
1276 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git | |
1277 | ||
2b7a52a4 | 1278 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
8b58be88 | 1279 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1280 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1281 | S: Maintained |
1282 | ||
d4275354 | 1283 | ARM/RISCPC ARCHITECTURE |
8b58be88 | 1284 | M: Russell King <[email protected]> |
efc03ecb | 1285 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1286 | W: http://www.arm.linux.org.uk/ |
1287 | S: Maintained | |
d4275354 RK |
1288 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
1289 | F: arch/arm/include/asm/hardware/ioc.h | |
1290 | F: arch/arm/include/asm/hardware/iomd.h | |
1291 | F: arch/arm/include/asm/hardware/memc.h | |
1292 | F: arch/arm/mach-rpc/ | |
1a6422f6 | 1293 | F: drivers/net/ethernet/8390/etherh.c |
9e13fbf7 JK |
1294 | F: drivers/net/ethernet/i825xx/ether1* |
1295 | F: drivers/net/ethernet/seeq/ether3* | |
d4275354 RK |
1296 | F: drivers/scsi/arm/ |
1297 | ||
08ddbb0a HS |
1298 | ARM/Rockchip SoC support |
1299 | M: Heiko Stuebner <[email protected]> | |
1300 | L: [email protected] (moderated for non-subscribers) | |
00250b52 | 1301 | L: [email protected] |
08ddbb0a | 1302 | S: Maintained |
541555e9 | 1303 | F: arch/arm/boot/dts/rk3* |
08ddbb0a | 1304 | F: arch/arm/mach-rockchip/ |
541555e9 HS |
1305 | F: drivers/clk/rockchip/ |
1306 | F: drivers/i2c/busses/i2c-rk3x.c | |
08ddbb0a | 1307 | F: drivers/*/*rockchip* |
541555e9 HS |
1308 | F: drivers/*/*/*rockchip* |
1309 | F: sound/soc/rockchip/ | |
08ddbb0a | 1310 | |
b21477f9 | 1311 | ARM/SAMSUNG ARM ARCHITECTURES |
8b58be88 | 1312 | M: Ben Dooks <[email protected]> |
482ce512 | 1313 | M: Kukjin Kim <[email protected]> |
efc03ecb | 1314 | L: [email protected] (moderated for non-subscribers) |
7a549d78 | 1315 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
1316 | W: http://www.fluff.org/ben/linux/ |
1317 | S: Maintained | |
6f0589c8 MB |
1318 | F: arch/arm/boot/dts/s3c* |
1319 | F: arch/arm/boot/dts/exynos* | |
482ce512 | 1320 | F: arch/arm/plat-samsung/ |
769bbb63 HS |
1321 | F: arch/arm/mach-s3c24*/ |
1322 | F: arch/arm/mach-s3c64xx/ | |
eb2ffcaf BD |
1323 | F: drivers/*/*s3c2410* |
1324 | F: drivers/*/*/*s3c2410* | |
40c76662 MB |
1325 | F: drivers/spi/spi-s3c* |
1326 | F: sound/soc/samsung/* | |
1da177e4 | 1327 | |
0dcecae2 | 1328 | ARM/S5P EXYNOS ARM ARCHITECTURES |
f556cb07 KK |
1329 | M: Kukjin Kim <[email protected]> |
1330 | L: [email protected] (moderated for non-subscribers) | |
1331 | L: [email protected] (moderated for non-subscribers) | |
1332 | S: Maintained | |
1333 | F: arch/arm/mach-s5p*/ | |
0dcecae2 | 1334 | F: arch/arm/mach-exynos*/ |
33d43cdd | 1335 | N: exynos |
f556cb07 | 1336 | |
10ffa964 KP |
1337 | ARM/SAMSUNG MOBILE MACHINE SUPPORT |
1338 | M: Kyungmin Park <[email protected]> | |
1339 | L: [email protected] (moderated for non-subscribers) | |
1340 | S: Maintained | |
004bbd3c | 1341 | F: arch/arm/mach-s5pv210/ |
10ffa964 | 1342 | |
3ce4ccb6 KD |
1343 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT |
1344 | M: Kyungmin Park <[email protected]> | |
1345 | M: Kamil Debski <[email protected]> | |
1346 | L: [email protected] | |
1347 | L: [email protected] | |
1348 | S: Maintained | |
1349 | F: drivers/media/platform/s5p-g2d/ | |
1350 | ||
e6a476fd MS |
1351 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
1352 | M: Kyungmin Park <[email protected]> | |
1353 | M: Kamil Debski <[email protected]> | |
6305902c | 1354 | M: Jeongtae Park <[email protected]> |
e6a476fd MS |
1355 | L: [email protected] |
1356 | L: [email protected] | |
1357 | S: Maintained | |
934455d7 | 1358 | F: arch/arm/plat-samsung/s5p-dev-mfc.c |
90d72ac6 | 1359 | F: drivers/media/platform/s5p-mfc/ |
e6a476fd MS |
1360 | |
1361 | ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT | |
1362 | M: Kyungmin Park <[email protected]> | |
1363 | M: Tomasz Stanislawski <[email protected]> | |
1364 | L: [email protected] | |
1365 | L: [email protected] | |
1366 | S: Maintained | |
90d72ac6 | 1367 | F: drivers/media/platform/s5p-tv/ |
e6a476fd | 1368 | |
d48d38e8 | 1369 | ARM/SHMOBILE ARM ARCHITECTURE |
5e212598 | 1370 | M: Simon Horman <[email protected]> |
d48d38e8 PM |
1371 | M: Magnus Damm <[email protected]> |
1372 | L: [email protected] | |
d48d38e8 | 1373 | W: http://oss.renesas.com |
bbff48f5 | 1374 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
5e212598 | 1375 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next |
d48d38e8 | 1376 | S: Supported |
0b514fdb SH |
1377 | F: arch/arm/boot/dts/emev2* |
1378 | F: arch/arm/boot/dts/r7s* | |
1379 | F: arch/arm/boot/dts/r8a* | |
1380 | F: arch/arm/boot/dts/sh* | |
1381 | F: arch/arm/configs/ape6evm_defconfig | |
1382 | F: arch/arm/configs/armadillo800eva_defconfig | |
1383 | F: arch/arm/configs/bockw_defconfig | |
0b514fdb SH |
1384 | F: arch/arm/configs/koelsch_defconfig |
1385 | F: arch/arm/configs/kzm9g_defconfig | |
1386 | F: arch/arm/configs/lager_defconfig | |
1387 | F: arch/arm/configs/mackerel_defconfig | |
1388 | F: arch/arm/configs/marzen_defconfig | |
1389 | F: arch/arm/configs/shmobile_defconfig | |
d48d38e8 PM |
1390 | F: arch/arm/mach-shmobile/ |
1391 | F: drivers/sh/ | |
1392 | ||
66314223 | 1393 | ARM/SOCFPGA ARCHITECTURE |
ba2b7d0a | 1394 | M: Dinh Nguyen <[email protected]> |
66314223 DN |
1395 | S: Maintained |
1396 | F: arch/arm/mach-socfpga/ | |
ba2b7d0a DN |
1397 | W: http://www.rocketboards.org |
1398 | T: git://git.rocketboards.org/linux-socfpga.git | |
1399 | T: git://git.rocketboards.org/linux-socfpga-next.git | |
66314223 DN |
1400 | |
1401 | ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT | |
ba2b7d0a | 1402 | M: Dinh Nguyen <[email protected]> |
66314223 DN |
1403 | S: Maintained |
1404 | F: drivers/clk/socfpga/ | |
1405 | ||
71bcada8 TT |
1406 | ARM/SOCFPGA EDAC SUPPORT |
1407 | M: Thor Thayer <[email protected]> | |
1408 | S: Maintained | |
1409 | F: drivers/edac/altera_edac. | |
1410 | ||
65ebcc11 | 1411 | ARM/STI ARCHITECTURE |
a92177ea SK |
1412 | M: Srinivas Kandagatla <[email protected]> |
1413 | M: Maxime Coquelin <[email protected]> | |
1414 | M: Patrice Chotard <[email protected]> | |
65ebcc11 SK |
1415 | L: [email protected] (moderated for non-subscribers) |
1416 | L: [email protected] | |
1417 | W: http://www.stlinux.com | |
1418 | S: Maintained | |
1419 | F: arch/arm/mach-sti/ | |
a92177ea SK |
1420 | F: arch/arm/boot/dts/sti* |
1421 | F: drivers/clocksource/arm_global_timer.c | |
a92177ea | 1422 | F: drivers/i2c/busses/i2c-st.c |
346e2e4a | 1423 | F: drivers/media/rc/st_rc.c |
f53b2bff | 1424 | F: drivers/mmc/host/sdhci-st.c |
6da969a5 | 1425 | F: drivers/phy/phy-stih407-usb.c |
26389c78 | 1426 | F: drivers/phy/phy-stih41x-usb.c |
346e2e4a GKH |
1427 | F: drivers/pinctrl/pinctrl-st.c |
1428 | F: drivers/reset/sti/ | |
1429 | F: drivers/tty/serial/st-asc.c | |
eb11adab | 1430 | F: drivers/usb/dwc3/dwc3-st.c |
62f6f086 PG |
1431 | F: drivers/usb/host/ehci-st.c |
1432 | F: drivers/usb/host/ohci-st.c | |
65ebcc11 | 1433 | |
2b7a52a4 | 1434 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
8b58be88 | 1435 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1436 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1437 | S: Maintained |
1438 | ||
1bbd7089 | 1439 | ARM/TETON BGA MACHINE SUPPORT |
706e69d6 | 1440 | M: "Mark F. Brown" <[email protected]> |
1bbd7089 MB |
1441 | L: [email protected] (moderated for non-subscribers) |
1442 | S: Maintained | |
1443 | ||
2b7a52a4 | 1444 | ARM/THECUS N2100 MACHINE SUPPORT |
8b58be88 | 1445 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1446 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1447 | S: Maintained |
1448 | ||
98ad6e3b | 1449 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
8b58be88 | 1450 | M: Wan ZongShun <[email protected]> |
efc03ecb | 1451 | L: [email protected] (moderated for non-subscribers) |
7d2c86b5 JP |
1452 | W: http://www.mcuos.com |
1453 | S: Maintained | |
4e89e8f6 | 1454 | F: arch/arm/mach-w90x900/ |
4e89e8f6 WZ |
1455 | F: drivers/input/keyboard/w90p910_keypad.c |
1456 | F: drivers/input/touchscreen/w90p910_ts.c | |
1457 | F: drivers/watchdog/nuc900_wdt.c | |
679ec0ef | 1458 | F: drivers/net/ethernet/nuvoton/w90p910_ether.c |
5351684f | 1459 | F: drivers/mtd/nand/nuc900_nand.c |
4e89e8f6 | 1460 | F: drivers/rtc/rtc-nuc900.c |
9df92e6c | 1461 | F: drivers/spi/spi-nuc900.c |
4e89e8f6 | 1462 | F: drivers/usb/host/ehci-w90x900.c |
8a61f013 | 1463 | F: drivers/video/fbdev/nuc900fb.c |
98ad6e3b | 1464 | |
54274d71 | 1465 | ARM/U300 MACHINE SUPPORT |
e4651a9f | 1466 | M: Linus Walleij <[email protected]> |
54274d71 LW |
1467 | L: [email protected] (moderated for non-subscribers) |
1468 | S: Supported | |
1469 | F: arch/arm/mach-u300/ | |
9affbd24 | 1470 | F: drivers/clocksource/timer-u300.c |
54274d71 LW |
1471 | F: drivers/i2c/busses/i2c-stu300.c |
1472 | F: drivers/rtc/rtc-coh901331.c | |
1473 | F: drivers/watchdog/coh901327_wdt.c | |
1474 | F: drivers/dma/coh901318* | |
87572880 LW |
1475 | F: drivers/mfd/ab3100* |
1476 | F: drivers/rtc/rtc-ab3100.c | |
1477 | F: drivers/rtc/rtc-coh901331.c | |
1478 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | |
54274d71 | 1479 | |
87572880 | 1480 | ARM/Ux500 ARM ARCHITECTURE |
e4651a9f | 1481 | M: Linus Walleij <[email protected]> |
870725d9 SK |
1482 | L: [email protected] (moderated for non-subscribers) |
1483 | S: Maintained | |
1484 | F: arch/arm/mach-ux500/ | |
e4651a9f | 1485 | F: drivers/clocksource/clksrc-dbx500-prcmu.c |
87572880 | 1486 | F: drivers/dma/ste_dma40* |
e4651a9f | 1487 | F: drivers/hwspinlock/u8500_hsem.c |
87572880 LW |
1488 | F: drivers/mfd/abx500* |
1489 | F: drivers/mfd/ab8500* | |
e4651a9f LW |
1490 | F: drivers/mfd/dbx500* |
1491 | F: drivers/mfd/db8500* | |
ecc265fe JP |
1492 | F: drivers/pinctrl/nomadik/pinctrl-ab* |
1493 | F: drivers/pinctrl/nomadik/pinctrl-nomadik* | |
87572880 | 1494 | F: drivers/rtc/rtc-ab8500.c |
e4651a9f | 1495 | F: drivers/rtc/rtc-pl031.c |
87572880 | 1496 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
870725d9 | 1497 | |
e93fde28 UH |
1498 | ARM/Ux500 CLOCK FRAMEWORK SUPPORT |
1499 | M: Ulf Hansson <[email protected]> | |
1500 | L: [email protected] (moderated for non-subscribers) | |
1501 | T: git git://git.linaro.org/people/ulfh/clk.git | |
1502 | S: Maintained | |
1503 | F: drivers/clk/ux500/ | |
1504 | F: include/linux/platform_data/clk-ux500.h | |
1505 | ||
d4275354 | 1506 | ARM/VFP SUPPORT |
8b58be88 | 1507 | M: Russell King <[email protected]> |
efc03ecb | 1508 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1509 | W: http://www.arm.linux.org.uk/ |
1510 | S: Maintained | |
1511 | F: arch/arm/vfp/ | |
1512 | ||
e66b6d8e MV |
1513 | ARM/VOIPAC PXA270 SUPPORT |
1514 | M: Marek Vasut <[email protected]> | |
1515 | L: [email protected] (moderated for non-subscribers) | |
1516 | S: Maintained | |
1517 | F: arch/arm/mach-pxa/vpac270.c | |
e0cca11b | 1518 | F: arch/arm/mach-pxa/include/mach/vpac270.h |
e66b6d8e | 1519 | |
04529fe2 TP |
1520 | ARM/VT8500 ARM ARCHITECTURE |
1521 | M: Tony Prisk <[email protected]> | |
1522 | L: [email protected] (moderated for non-subscribers) | |
1523 | S: Maintained | |
1524 | F: arch/arm/mach-vt8500/ | |
41fd91b4 | 1525 | F: drivers/clocksource/vt8500_timer.c |
560746eb | 1526 | F: drivers/i2c/busses/i2c-wmt.c |
41fd91b4 TP |
1527 | F: drivers/mmc/host/wmt-sdmmc.c |
1528 | F: drivers/pwm/pwm-vt8500.c | |
1529 | F: drivers/rtc/rtc-vt8500.c | |
1530 | F: drivers/tty/serial/vt8500_serial.c | |
4f31102b | 1531 | F: drivers/usb/host/ehci-platform.c |
41fd91b4 | 1532 | F: drivers/usb/host/uhci-platform.c |
8a61f013 JH |
1533 | F: drivers/video/fbdev/vt8500lcdfb.* |
1534 | F: drivers/video/fbdev/wm8505fb* | |
1535 | F: drivers/video/fbdev/wmt_ge_rops.* | |
04529fe2 | 1536 | |
e66b6d8e MV |
1537 | ARM/ZIPIT Z2 SUPPORT |
1538 | M: Marek Vasut <[email protected]> | |
1539 | L: [email protected] (moderated for non-subscribers) | |
1540 | S: Maintained | |
1541 | F: arch/arm/mach-pxa/z2.c | |
6ab2a855 | 1542 | F: arch/arm/mach-pxa/include/mach/z2.h |
e66b6d8e | 1543 | |
51f29d44 MS |
1544 | ARM/ZYNQ ARCHITECTURE |
1545 | M: Michal Simek <[email protected]> | |
f0fd9ad8 | 1546 | R: Sören Brinkmann <[email protected]> |
51f29d44 MS |
1547 | L: [email protected] (moderated for non-subscribers) |
1548 | W: http://wiki.xilinx.com | |
1549 | T: git git://git.xilinx.com/linux-xlnx.git | |
1550 | S: Supported | |
1551 | F: arch/arm/mach-zynq/ | |
bd2a337a | 1552 | F: drivers/cpuidle/cpuidle-zynq.c |
fb9d4959 | 1553 | F: drivers/block/xsysace.c |
c2fd4e38 MS |
1554 | N: zynq |
1555 | N: xilinx | |
1556 | F: drivers/clocksource/cadence_ttc_timer.c | |
df8eb569 | 1557 | F: drivers/i2c/busses/i2c-cadence.c |
e3ec3a3d | 1558 | F: drivers/mmc/host/sdhci-of-arasan.c |
51f29d44 | 1559 | |
b8f9879e WD |
1560 | ARM SMMU DRIVER |
1561 | M: Will Deacon <[email protected]> | |
1562 | L: [email protected] (moderated for non-subscribers) | |
1563 | S: Maintained | |
1564 | F: drivers/iommu/arm-smmu.c | |
1565 | ||
38074229 CM |
1566 | ARM64 PORT (AARCH64 ARCHITECTURE) |
1567 | M: Catalin Marinas <[email protected]> | |
d19766ec | 1568 | M: Will Deacon <[email protected]> |
38074229 CM |
1569 | L: [email protected] (moderated for non-subscribers) |
1570 | S: Maintained | |
1571 | F: arch/arm64/ | |
d19766ec | 1572 | F: Documentation/arm64/ |
38074229 | 1573 | |
9d7005f9 LP |
1574 | AS3645A LED FLASH CONTROLLER DRIVER |
1575 | M: Laurent Pinchart <[email protected]> | |
1576 | L: [email protected] | |
1577 | T: git git://linuxtv.org/media_tree.git | |
1578 | S: Maintained | |
1579 | F: drivers/media/i2c/as3645a.c | |
1580 | F: include/media/as3645a.h | |
1581 | ||
d58de038 GJ |
1582 | ASC7621 HARDWARE MONITOR DRIVER |
1583 | M: George Joseph <[email protected]> | |
1584 | L: [email protected] | |
1585 | S: Maintained | |
1586 | F: Documentation/hwmon/asc7621 | |
1587 | F: drivers/hwmon/asc7621.c | |
1588 | ||
b229ece9 | 1589 | ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS |
5909c654 | 1590 | M: Corentin Chary <[email protected]> |
1da177e4 | 1591 | L: [email protected] |
d0944853 | 1592 | L: [email protected] |
76593d6f | 1593 | W: http://acpi4asus.sf.net |
85091b71 | 1594 | S: Maintained |
b229ece9 CC |
1595 | F: drivers/platform/x86/asus*.c |
1596 | F: drivers/platform/x86/eeepc*.c | |
85091b71 | 1597 | |
953a6479 | 1598 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
08223d80 | 1599 | R: Dan Williams <[email protected]> |
b3e5f263 | 1600 | W: http://sourceforge.net/projects/xscaleiop |
08223d80 | 1601 | S: Odd fixes |
679655da JP |
1602 | F: Documentation/crypto/async-tx-api.txt |
1603 | F: crypto/async_tx/ | |
1604 | F: drivers/dma/ | |
1605 | F: include/linux/dmaengine.h | |
1606 | F: include/linux/async_tx.h | |
b3e5f263 | 1607 | |
a1867d36 | 1608 | AT24 EEPROM DRIVER |
14d77c4d | 1609 | M: Wolfram Sang <[email protected]> |
a1867d36 WS |
1610 | L: [email protected] |
1611 | S: Maintained | |
1612 | F: drivers/misc/eeprom/at24.c | |
25f73ed5 | 1613 | F: include/linux/platform_data/at24.h |
a1867d36 | 1614 | |
e7839f25 | 1615 | ATA OVER ETHERNET (AOE) DRIVER |
8b58be88 | 1616 | M: "Ed L. Cashin" <[email protected]> |
eecdf226 | 1617 | W: http://support.coraid.com/support/linux |
1da177e4 | 1618 | S: Supported |
679655da JP |
1619 | F: Documentation/aoe/ |
1620 | F: drivers/block/aoe/ | |
1da177e4 | 1621 | |
9a10a870 | 1622 | ATHEROS ATH GENERIC UTILITIES |
f726ee65 | 1623 | M: "Luis R. Rodriguez" <[email protected]> |
9a10a870 JP |
1624 | L: [email protected] |
1625 | S: Supported | |
1626 | F: drivers/net/wireless/ath/* | |
1627 | ||
fa1c114f | 1628 | ATHEROS ATH5K WIRELESS DRIVER |
8b58be88 JP |
1629 | M: Jiri Slaby <[email protected]> |
1630 | M: Nick Kossifidis <[email protected]> | |
f726ee65 | 1631 | M: "Luis R. Rodriguez" <[email protected]> |
fa1c114f JS |
1632 | L: [email protected] |
1633 | L: [email protected] | |
72c706b7 | 1634 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
fa1c114f | 1635 | S: Maintained |
fa451753 | 1636 | F: drivers/net/wireless/ath/ath5k/ |
fa1c114f | 1637 | |
12e62d6f KV |
1638 | ATHEROS ATH6KL WIRELESS DRIVER |
1639 | M: Kalle Valo <[email protected]> | |
1640 | L: [email protected] | |
1641 | W: http://wireless.kernel.org/en/users/Drivers/ath6kl | |
58cfb681 | 1642 | T: git git://github.com/kvalo/ath.git |
12e62d6f KV |
1643 | S: Supported |
1644 | F: drivers/net/wireless/ath/ath6kl/ | |
1645 | ||
2be7d22f VK |
1646 | WILOCITY WIL6210 WIRELESS DRIVER |
1647 | M: Vladimir Kondratiev <[email protected]> | |
1648 | L: [email protected] | |
1649 | L: [email protected] | |
1650 | S: Supported | |
1651 | W: http://wireless.kernel.org/en/users/Drivers/wil6210 | |
1652 | F: drivers/net/wireless/ath/wil6210/ | |
dba4b74d | 1653 | F: include/uapi/linux/wil6210_uapi.h |
2be7d22f | 1654 | |
1d7e1e6b CL |
1655 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
1656 | M: Christian Lamparter <[email protected]> | |
1657 | L: [email protected] | |
1658 | W: http://wireless.kernel.org/en/users/Drivers/carl9170 | |
1659 | S: Maintained | |
1660 | F: drivers/net/wireless/ath/carl9170/ | |
1661 | ||
2c2a6172 LT |
1662 | ATK0110 HWMON DRIVER |
1663 | M: Luca Tettamanti <[email protected]> | |
1664 | L: [email protected] | |
1665 | S: Maintained | |
1666 | F: drivers/hwmon/asus_atk0110.c | |
1667 | ||
6f69a6d7 | 1668 | ATI_REMOTE2 DRIVER |
8b58be88 | 1669 | M: Ville Syrjala <[email protected]> |
6f69a6d7 | 1670 | S: Maintained |
679655da | 1671 | F: drivers/input/misc/ati_remote2.c |
6f69a6d7 | 1672 | |
7ae115b4 | 1673 | ATLX ETHERNET DRIVERS |
8b58be88 | 1674 | M: Jay Cliburn <[email protected]> |
cb2f33e9 | 1675 | M: Chris Snook <[email protected]> |
e443e383 | 1676 | L: [email protected] |
8d5ca6ec JC |
1677 | W: http://sourceforge.net/projects/atl1 |
1678 | W: http://atl1.sourceforge.net | |
1679 | S: Maintained | |
2b133ad6 | 1680 | F: drivers/net/ethernet/atheros/ |
8d5ca6ec | 1681 | |
1da177e4 | 1682 | ATM |
8b58be88 | 1683 | M: Chas Williams <[email protected]> |
476604de | 1684 | L: [email protected] (moderated for non-subscribers) |
44ae98b5 | 1685 | L: [email protected] |
1da177e4 LT |
1686 | W: http://linux-atm.sourceforge.net |
1687 | S: Maintained | |
679655da JP |
1688 | F: drivers/atm/ |
1689 | F: include/linux/atm* | |
c117ab84 | 1690 | F: include/uapi/linux/atm* |
1da177e4 | 1691 | |
04ac2f46 | 1692 | ATMEL AT91 / AT32 MCI DRIVER |
24e1511f | 1693 | M: Ludovic Desroches <[email protected]> |
04ac2f46 NF |
1694 | S: Maintained |
1695 | F: drivers/mmc/host/atmel-mci.c | |
1696 | F: drivers/mmc/host/atmel-mci-regs.h | |
1697 | ||
a1cfac48 | 1698 | ATMEL AT91 / AT32 SERIAL DRIVER |
a02875a6 | 1699 | M: Nicolas Ferre <[email protected]> |
a1cfac48 | 1700 | S: Supported |
df621252 | 1701 | F: drivers/tty/serial/atmel_serial.c |
a1cfac48 | 1702 | |
dfae90ed BS |
1703 | ATMEL Audio ALSA driver |
1704 | M: Bo Shen <[email protected]> | |
1705 | L: [email protected] (moderated for non-subscribers) | |
1706 | S: Supported | |
1707 | F: sound/soc/atmel | |
1708 | ||
b414dc16 NF |
1709 | ATMEL DMA DRIVER |
1710 | M: Nicolas Ferre <[email protected]> | |
1711 | L: [email protected] (moderated for non-subscribers) | |
1712 | S: Supported | |
1713 | F: drivers/dma/at_hdmac.c | |
1714 | F: drivers/dma/at_hdmac_regs.h | |
6f0d65af | 1715 | F: include/linux/platform_data/dma-atmel.h |
b414dc16 | 1716 | |
888f2804 LD |
1717 | ATMEL I2C DRIVER |
1718 | M: Ludovic Desroches <[email protected]> | |
1719 | L: [email protected] | |
1720 | S: Supported | |
1721 | F: drivers/i2c/busses/i2c-at91.c | |
1722 | ||
15515545 JW |
1723 | ATMEL ISI DRIVER |
1724 | M: Josh Wu <[email protected]> | |
1725 | L: [email protected] | |
1726 | S: Supported | |
f2294c2d | 1727 | F: drivers/media/platform/soc_camera/atmel-isi.c |
15515545 JW |
1728 | F: include/media/atmel-isi.h |
1729 | ||
8f4c79ce | 1730 | ATMEL LCDFB DRIVER |
8b58be88 | 1731 | M: Nicolas Ferre <[email protected]> |
c69f677c | 1732 | L: [email protected] |
8f4c79ce | 1733 | S: Maintained |
8a61f013 | 1734 | F: drivers/video/fbdev/atmel_lcdfb.c |
679655da | 1735 | F: include/video/atmel_lcdc.h |
8f4c79ce | 1736 | |
89e5785f | 1737 | ATMEL MACB ETHERNET DRIVER |
a02875a6 | 1738 | M: Nicolas Ferre <[email protected]> |
89e5785f | 1739 | S: Supported |
9f2f381f | 1740 | F: drivers/net/ethernet/cadence/ |
89e5785f | 1741 | |
5cbac98a JW |
1742 | ATMEL NAND DRIVER |
1743 | M: Josh Wu <[email protected]> | |
1744 | L: [email protected] | |
1745 | S: Supported | |
1746 | F: drivers/mtd/nand/atmel_nand* | |
1747 | ||
754ce4f2 | 1748 | ATMEL SPI DRIVER |
a02875a6 | 1749 | M: Nicolas Ferre <[email protected]> |
754ce4f2 | 1750 | S: Supported |
9df92e6c | 1751 | F: drivers/spi/spi-atmel.* |
754ce4f2 | 1752 | |
0ef09015 BS |
1753 | ATMEL SSC DRIVER |
1754 | M: Bo Shen <[email protected]> | |
1755 | L: [email protected] (moderated for non-subscribers) | |
1756 | S: Supported | |
1757 | F: drivers/misc/atmel-ssc.c | |
1758 | F: include/linux/atmel-ssc.h | |
1759 | ||
e9cb1c5a NF |
1760 | ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS |
1761 | M: Nicolas Ferre <[email protected]> | |
1762 | L: [email protected] (moderated for non-subscribers) | |
1763 | S: Supported | |
1764 | F: drivers/misc/atmel_tclib.c | |
1765 | F: drivers/clocksource/tcb_clksrc.c | |
1766 | ||
914a3f3b | 1767 | ATMEL USBA UDC DRIVER |
a02875a6 NF |
1768 | M: Nicolas Ferre <[email protected]> |
1769 | L: [email protected] (moderated for non-subscribers) | |
914a3f3b | 1770 | S: Supported |
faf2e1db | 1771 | F: drivers/usb/gadget/udc/atmel_usba_udc.* |
914a3f3b | 1772 | |
1da177e4 | 1773 | ATMEL WIRELESS DRIVER |
8b58be88 | 1774 | M: Simon Kelley <[email protected]> |
724c6b35 | 1775 | L: [email protected] |
1da177e4 LT |
1776 | W: http://www.thekelleys.org.uk/atmel |
1777 | W: http://atmelwlandriver.sourceforge.net/ | |
1778 | S: Maintained | |
679655da | 1779 | F: drivers/net/wireless/atmel* |
1da177e4 | 1780 | |
26780d9e | 1781 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
b75f0050 JP |
1782 | M: Bradley Grove <[email protected]> |
1783 | L: [email protected] | |
1784 | W: http://www.attotech.com | |
1785 | S: Supported | |
1786 | F: drivers/scsi/esas2r | |
26780d9e | 1787 | |
a92b7b80 | 1788 | AUDIT SUBSYSTEM |
8b58be88 | 1789 | M: Eric Paris <[email protected]> |
b9a06207 | 1790 | L: [email protected] (subscribers-only) |
ad3f9a22 | 1791 | W: http://people.redhat.com/sgrubb/audit/ |
8c8115fa | 1792 | T: git git://git.infradead.org/users/eparis/audit.git |
a92b7b80 | 1793 | S: Maintained |
679655da | 1794 | F: include/linux/audit.h |
c117ab84 | 1795 | F: include/uapi/linux/audit.h |
679655da | 1796 | F: kernel/audit* |
a92b7b80 | 1797 | |
70e84049 | 1798 | AUXILIARY DISPLAY DRIVERS |
8b58be88 | 1799 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1800 | W: http://miguelojeda.es/auxdisplay.htm |
1801 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1802 | S: Maintained |
679655da JP |
1803 | F: drivers/auxdisplay/ |
1804 | F: include/linux/cfag12864b.h | |
70e84049 | 1805 | |
5f97f7f9 | 1806 | AVR32 ARCHITECTURE |
e336f61f HCE |
1807 | M: Haavard Skinnemoen <[email protected]> |
1808 | M: Hans-Christian Egtvedt <[email protected]> | |
5f97f7f9 | 1809 | W: http://www.atmel.com/products/AVR32/ |
249d9d9d | 1810 | W: http://mirror.egtvedt.no/avr32linux.org/ |
5f97f7f9 | 1811 | W: http://avrfreaks.net/ |
e336f61f | 1812 | S: Maintained |
679655da | 1813 | F: arch/avr32/ |
5f97f7f9 HS |
1814 | |
1815 | AVR32/AT32AP MACHINE SUPPORT | |
e336f61f HCE |
1816 | M: Haavard Skinnemoen <[email protected]> |
1817 | M: Hans-Christian Egtvedt <[email protected]> | |
1818 | S: Maintained | |
679655da | 1819 | F: arch/avr32/mach-at32ap/ |
5f97f7f9 | 1820 | |
1da177e4 | 1821 | AX.25 NETWORK LAYER |
8b58be88 | 1822 | M: Ralf Baechle <[email protected]> |
1da177e4 | 1823 | L: [email protected] |
d34cb28a | 1824 | W: http://www.linux-ax25.org/ |
1da177e4 | 1825 | S: Maintained |
c117ab84 | 1826 | F: include/uapi/linux/ax25.h |
679655da JP |
1827 | F: include/net/ax25.h |
1828 | F: net/ax25/ | |
1da177e4 | 1829 | |
d5269395 | 1830 | AZ6007 DVB DRIVER |
009a5410 | 1831 | M: Mauro Carvalho Chehab <[email protected]> |
d5269395 MCC |
1832 | L: [email protected] |
1833 | W: http://linuxtv.org | |
1834 | T: git git://linuxtv.org/media_tree.git | |
1835 | S: Maintained | |
1836 | F: drivers/media/usb/dvb-usb-v2/az6007.c | |
1837 | ||
6777376e HV |
1838 | AZTECH FM RADIO RECEIVER DRIVER |
1839 | M: Hans Verkuil <[email protected]> | |
1840 | L: [email protected] | |
1841 | T: git git://linuxtv.org/media_tree.git | |
1842 | W: http://linuxtv.org | |
1843 | S: Maintained | |
1844 | F: drivers/media/radio/radio-aztech* | |
1845 | ||
e2d1d6c0 | 1846 | B43 WIRELESS DRIVER |
8b58be88 | 1847 | M: Stefano Brivio <[email protected]> |
e2d1d6c0 | 1848 | L: [email protected] |
ed072f9e | 1849 | L: [email protected] |
491b26b4 | 1850 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1851 | S: Maintained |
679655da | 1852 | F: drivers/net/wireless/b43/ |
e2d1d6c0 RD |
1853 | |
1854 | B43LEGACY WIRELESS DRIVER | |
8b58be88 JP |
1855 | M: Larry Finger <[email protected]> |
1856 | M: Stefano Brivio <[email protected]> | |
e2d1d6c0 | 1857 | L: [email protected] |
ed072f9e | 1858 | L: [email protected] |
491b26b4 | 1859 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1860 | S: Maintained |
679655da | 1861 | F: drivers/net/wireless/b43legacy/ |
e2d1d6c0 | 1862 | |
300abeb5 | 1863 | BACKLIGHT CLASS/SUBSYSTEM |
6212de88 | 1864 | M: Jingoo Han <[email protected]> |
70d14fcf JH |
1865 | M: Bryan Wu <[email protected]> |
1866 | M: Lee Jones <[email protected]> | |
300abeb5 | 1867 | S: Maintained |
679655da JP |
1868 | F: drivers/video/backlight/ |
1869 | F: include/linux/backlight.h | |
300abeb5 | 1870 | |
c6c8fea2 | 1871 | BATMAN ADVANCED |
207df49e | 1872 | M: Marek Lindner <[email protected]> |
c679ff8f | 1873 | M: Simon Wunderlich <[email protected]> |
207df49e | 1874 | M: Antonio Quartulli <[email protected]> |
c6c8fea2 SE |
1875 | L: [email protected] |
1876 | W: http://www.open-mesh.org/ | |
1877 | S: Maintained | |
1878 | F: net/batman-adv/ | |
1879 | ||
e2d1d6c0 | 1880 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
8b58be88 | 1881 | M: Thomas Sailer <[email protected]> |
e2d1d6c0 RD |
1882 | L: [email protected] |
1883 | W: http://www.baycom.org/~tom/ham/ham.html | |
1884 | S: Maintained | |
679655da | 1885 | F: drivers/net/hamradio/baycom* |
e2d1d6c0 | 1886 | |
cafe5635 | 1887 | BCACHE (BLOCK LAYER CACHE) |
47cd2eb0 | 1888 | M: Kent Overstreet <[email protected]> |
cafe5635 KO |
1889 | L: [email protected] |
1890 | W: http://bcache.evilpiepirate.org | |
1891 | S: Maintained: | |
1892 | F: drivers/md/bcache/ | |
1893 | ||
3faece9d KM |
1894 | BECEEM BCS200/BCS220-3/BCSM250 WIMAX SUPPORT |
1895 | M: Kevin McKinney <[email protected]> | |
1896 | M: Matthias Beyer <[email protected]> | |
1897 | L: [email protected] | |
1898 | S: Maintained | |
1899 | F: drivers/staging/bcm* | |
1900 | ||
e2d1d6c0 | 1901 | BEFS FILE SYSTEM |
55817d3d | 1902 | S: Orphan |
679655da JP |
1903 | F: Documentation/filesystems/befs.txt |
1904 | F: fs/befs/ | |
e2d1d6c0 | 1905 | |
564ee360 DM |
1906 | BECKHOFF CX5020 ETHERCAT MASTER DRIVER |
1907 | M: Dariusz Marcinkiewicz <[email protected]> | |
1908 | L: [email protected] | |
1909 | S: Maintained | |
1910 | F: drivers/net/ethernet/ec_bhf.c | |
1911 | ||
e2d1d6c0 | 1912 | BFS FILE SYSTEM |
8b58be88 | 1913 | M: "Tigran A. Aivazian" <[email protected]> |
e2d1d6c0 | 1914 | S: Maintained |
679655da JP |
1915 | F: Documentation/filesystems/bfs.txt |
1916 | F: fs/bfs/ | |
c117ab84 | 1917 | F: include/uapi/linux/bfs_fs.h |
e2d1d6c0 | 1918 | |
1394f032 | 1919 | BLACKFIN ARCHITECTURE |
a4edbc10 | 1920 | M: Steven Miao <[email protected]> |
b3fe92b0 | 1921 | L: [email protected] (moderated for non-subscribers) |
1443176f | 1922 | T: git git://git.code.sf.net/p/adi-linux/code |
e3b2d3f3 BW |
1923 | W: http://blackfin.uclinux.org |
1924 | S: Supported | |
679655da | 1925 | F: arch/blackfin/ |
566da5b2 | 1926 | |
e190d6b1 | 1927 | BLACKFIN EMAC DRIVER |
b3fe92b0 | 1928 | L: [email protected] (moderated for non-subscribers) |
e190d6b1 BW |
1929 | W: http://blackfin.uclinux.org |
1930 | S: Supported | |
7b35f033 | 1931 | F: drivers/net/ethernet/adi/ |
e190d6b1 | 1932 | |
566da5b2 | 1933 | BLACKFIN RTC DRIVER |
b3fe92b0 | 1934 | L: [email protected] (moderated for non-subscribers) |
566da5b2 MF |
1935 | W: http://blackfin.uclinux.org |
1936 | S: Supported | |
679655da | 1937 | F: drivers/rtc/rtc-bfin.c |
1394f032 | 1938 | |
936ed49a | 1939 | BLACKFIN SDH DRIVER |
109ec8c3 | 1940 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1941 | L: [email protected] (moderated for non-subscribers) |
936ed49a MF |
1942 | W: http://blackfin.uclinux.org |
1943 | S: Supported | |
1944 | F: drivers/mmc/host/bfin_sdh.c | |
1945 | ||
1394f032 | 1946 | BLACKFIN SERIAL DRIVER |
8b58be88 | 1947 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1948 | L: [email protected] (moderated for non-subscribers) |
e3b2d3f3 BW |
1949 | W: http://blackfin.uclinux.org |
1950 | S: Supported | |
8460241e | 1951 | F: drivers/tty/serial/bfin_uart.c |
1394f032 | 1952 | |
1e6d320f | 1953 | BLACKFIN WATCHDOG DRIVER |
b3fe92b0 | 1954 | L: [email protected] (moderated for non-subscribers) |
1e6d320f BW |
1955 | W: http://blackfin.uclinux.org |
1956 | S: Supported | |
679655da | 1957 | F: drivers/watchdog/bfin_wdt.c |
1e6d320f | 1958 | |
d24ecfcc | 1959 | BLACKFIN I2C TWI DRIVER |
8b58be88 | 1960 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1961 | L: [email protected] (moderated for non-subscribers) |
d24ecfcc BW |
1962 | W: http://blackfin.uclinux.org/ |
1963 | S: Supported | |
679655da | 1964 | F: drivers/i2c/busses/i2c-bfin-twi.c |
d24ecfcc | 1965 | |
1e204377 SJ |
1966 | BLACKFIN MEDIA DRIVER |
1967 | M: Scott Jiang <[email protected]> | |
b3fe92b0 | 1968 | L: [email protected] (moderated for non-subscribers) |
1e204377 SJ |
1969 | W: http://blackfin.uclinux.org/ |
1970 | S: Supported | |
1971 | F: drivers/media/platform/blackfin/ | |
1972 | F: drivers/media/i2c/adv7183* | |
1973 | F: drivers/media/i2c/vs6624* | |
1974 | ||
b54cf35a JSM |
1975 | BLINKM RGB LED DRIVER |
1976 | M: Jan-Simon Moeller <[email protected]> | |
1977 | S: Maintained | |
1978 | F: drivers/leds/leds-blinkm.c | |
1979 | ||
1da177e4 | 1980 | BLOCK LAYER |
8b58be88 | 1981 | M: Jens Axboe <[email protected]> |
08deed1e | 1982 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
1da177e4 | 1983 | S: Maintained |
679655da | 1984 | F: block/ |
1da177e4 | 1985 | |
2b54aaef | 1986 | BLOCK2MTD DRIVER |
8b58be88 | 1987 | M: Joern Engel <[email protected]> |
2b54aaef JE |
1988 | L: [email protected] |
1989 | S: Maintained | |
679655da | 1990 | F: drivers/mtd/devices/block2mtd.c |
2b54aaef | 1991 | |
63fbd24e | 1992 | BLUETOOTH DRIVERS |
8b58be88 | 1993 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 1994 | M: Gustavo Padovan <[email protected]> |
eb491eca | 1995 | M: Johan Hedberg <[email protected]> |
781c2844 | 1996 | L: [email protected] |
63fbd24e | 1997 | W: http://www.bluez.org/ |
22e7a424 MH |
1998 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
1999 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 2000 | S: Maintained |
679655da | 2001 | F: drivers/bluetooth/ |
1da177e4 | 2002 | |
63fbd24e | 2003 | BLUETOOTH SUBSYSTEM |
8b58be88 | 2004 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 2005 | M: Gustavo Padovan <[email protected]> |
eb491eca | 2006 | M: Johan Hedberg <[email protected]> |
63fbd24e MH |
2007 | L: [email protected] |
2008 | W: http://www.bluez.org/ | |
22e7a424 MH |
2009 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
2010 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 2011 | S: Maintained |
679655da JP |
2012 | F: net/bluetooth/ |
2013 | F: include/net/bluetooth/ | |
1da177e4 LT |
2014 | |
2015 | BONDING DRIVER | |
79b30750 | 2016 | M: Jay Vosburgh <[email protected]> |
898602a0 | 2017 | M: Veaceslav Falico <[email protected]> |
4cd72c6e | 2018 | M: Andy Gospodarek <[email protected]> |
a6c36ee6 | 2019 | L: [email protected] |
ce00f85c JC |
2020 | W: http://sourceforge.net/projects/bonding/ |
2021 | S: Supported | |
679655da | 2022 | F: drivers/net/bonding/ |
c117ab84 | 2023 | F: include/uapi/linux/if_bonding.h |
1da177e4 | 2024 | |
b5f4df34 AS |
2025 | BPF (Safe dynamic programs and tools) |
2026 | M: Alexei Starovoitov <[email protected]> | |
2027 | L: [email protected] | |
2028 | L: [email protected] | |
2029 | S: Supported | |
2030 | F: kernel/bpf/ | |
2031 | ||
39105890 | 2032 | BROADCOM B44 10/100 ETHERNET DRIVER |
8b58be88 | 2033 | M: Gary Zambrano <[email protected]> |
39105890 GZ |
2034 | L: [email protected] |
2035 | S: Supported | |
adfc5217 | 2036 | F: drivers/net/ethernet/broadcom/b44.* |
39105890 | 2037 | |
32ec90d5 FF |
2038 | BROADCOM GENET ETHERNET DRIVER |
2039 | M: Florian Fainelli <[email protected]> | |
2040 | L: [email protected] | |
2041 | S: Supported | |
2042 | F: drivers/net/ethernet/broadcom/genet/ | |
2043 | ||
948c51e6 | 2044 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
f1d1baeb JK |
2045 | M: Sony Chacko <[email protected]> |
2046 | M: [email protected] | |
948c51e6 MC |
2047 | L: [email protected] |
2048 | S: Supported | |
adfc5217 JK |
2049 | F: drivers/net/ethernet/broadcom/bnx2.* |
2050 | F: drivers/net/ethernet/broadcom/bnx2_* | |
948c51e6 | 2051 | |
4d9d2cb0 | 2052 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
08f6dd89 | 2053 | M: Ariel Elior <[email protected]> |
4d9d2cb0 ET |
2054 | L: [email protected] |
2055 | S: Supported | |
adfc5217 | 2056 | F: drivers/net/ethernet/broadcom/bnx2x/ |
4d9d2cb0 | 2057 | |
90f4c594 | 2058 | BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
497a045d | 2059 | M: Christian Daudt <[email protected]> |
a3db2bba | 2060 | M: Matt Porter <[email protected]> |
f18cf050 | 2061 | M: Florian Fainelli <[email protected]> |
497a045d | 2062 | L: [email protected] |
90f4c594 | 2063 | T: git git://github.com/broadcom/mach-bcm |
af4b8e37 CD |
2064 | S: Maintained |
2065 | F: arch/arm/mach-bcm/ | |
2066 | F: arch/arm/boot/dts/bcm113* | |
90f4c594 | 2067 | F: arch/arm/boot/dts/bcm216* |
af4b8e37 CD |
2068 | F: arch/arm/boot/dts/bcm281* |
2069 | F: arch/arm/configs/bcm_defconfig | |
e4ef47f2 | 2070 | F: drivers/mmc/host/sdhci-bcm-kona.c |
af4b8e37 CD |
2071 | F: drivers/clocksource/bcm_kona_timer.c |
2072 | ||
9209bec4 | 2073 | BROADCOM BCM2835 ARM ARCHITECTURE |
f680f25c | 2074 | M: Stephen Warren <[email protected]> |
8bcdd929 | 2075 | M: Lee Jones <[email protected]> |
f680f25c | 2076 | L: [email protected] (moderated for non-subscribers) |
8bcdd929 | 2077 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git |
f680f25c | 2078 | S: Maintained |
9209bec4 | 2079 | N: bcm2835 |
f680f25c | 2080 | |
9209bec4 | 2081 | BROADCOM BCM5301X ARM ARCHITECTURE |
5b293ebe HM |
2082 | M: Hauke Mehrtens <[email protected]> |
2083 | L: [email protected] | |
2084 | S: Maintained | |
2085 | F: arch/arm/mach-bcm/bcm_5301x.c | |
2086 | F: arch/arm/boot/dts/bcm5301x.dtsi | |
2087 | F: arch/arm/boot/dts/bcm470* | |
2088 | ||
e076e962 FF |
2089 | BROADCOM BCM63XX ARM ARCHITECTURE |
2090 | M: Florian Fainelli <[email protected]> | |
2091 | L: [email protected] | |
2092 | T: git git://git.github.com/brcm/linux.git | |
2093 | S: Maintained | |
2094 | F: arch/arm/mach-bcm/bcm63xx.c | |
2095 | F: arch/arm/include/debug/bcm63xx.S | |
2096 | ||
2df94fd6 BN |
2097 | BROADCOM BCM7XXX ARM ARCHITECTURE |
2098 | M: Marc Carino <[email protected]> | |
2099 | M: Brian Norris <[email protected]> | |
2100 | L: [email protected] (moderated for non-subscribers) | |
2101 | S: Maintained | |
2102 | F: arch/arm/mach-bcm/*brcmstb* | |
2103 | F: arch/arm/boot/dts/bcm7*.dts* | |
2104 | ||
948c51e6 | 2105 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
23629477 | 2106 | M: Prashant Sreedharan <[email protected]> |
8b58be88 | 2107 | M: Michael Chan <[email protected]> |
948c51e6 MC |
2108 | L: [email protected] |
2109 | S: Supported | |
adfc5217 | 2110 | F: drivers/net/ethernet/broadcom/tg3.* |
948c51e6 | 2111 | |
a9533e7e HP |
2112 | BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER |
2113 | M: Brett Rudley <[email protected]> | |
818c07b8 | 2114 | M: Arend van Spriel <[email protected]> |
85d63686 | 2115 | M: Franky (Zhenhui) Lin <[email protected]> |
006a8f14 | 2116 | M: Hante Meuleman <[email protected]> |
a9533e7e | 2117 | L: [email protected] |
5615171c | 2118 | L: [email protected] |
a9533e7e | 2119 | S: Supported |
f62ebdd5 | 2120 | F: drivers/net/wireless/brcm80211/ |
a9533e7e | 2121 | |
9958d6f9 | 2122 | BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER |
3b7f040a | 2123 | M: [email protected] |
9958d6f9 BPG |
2124 | L: [email protected] |
2125 | S: Supported | |
2126 | F: drivers/scsi/bnx2fc/ | |
2127 | ||
6a6b5ad0 | 2128 | BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER |
3b7f040a | 2129 | M: [email protected] |
6a6b5ad0 EW |
2130 | L: [email protected] |
2131 | S: Supported | |
2132 | F: drivers/scsi/bnx2i/ | |
2133 | ||
7b7f588b | 2134 | BROADCOM KONA GPIO DRIVER |
5e163903 | 2135 | M: Ray Jui <[email protected]> |
7b7f588b MM |
2136 | L: [email protected] |
2137 | S: Supported | |
2138 | F: drivers/gpio/gpio-bcm-kona.c | |
2139 | F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt | |
2140 | ||
c9678d86 RM |
2141 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) |
2142 | M: Rafał Miłecki <[email protected]> | |
2143 | L: [email protected] | |
2144 | S: Maintained | |
2145 | F: drivers/bcma/ | |
2146 | F: include/linux/bcma/ | |
2147 | ||
b8302205 FF |
2148 | BROADCOM SYSTEMPORT ETHERNET DRIVER |
2149 | M: Florian Fainelli <[email protected]> | |
2150 | L: [email protected] | |
2151 | S: Supported | |
2152 | F: drivers/net/ethernet/broadcom/bcmsysport.* | |
2153 | ||
7725ccfd | 2154 | BROCADE BFA FC SCSI DRIVER |
aa803370 AG |
2155 | M: Anil Gurumurthy <[email protected]> |
2156 | M: Sudarsana Kalluru <[email protected]> | |
455518e7 JP |
2157 | L: [email protected] |
2158 | S: Supported | |
2159 | F: drivers/scsi/bfa/ | |
7725ccfd | 2160 | |
8b230ed8 | 2161 | BROCADE BNA 10 GIGABIT ETHERNET DRIVER |
439e9575 | 2162 | M: Rasesh Mody <[email protected]> |
8b230ed8 RM |
2163 | L: [email protected] |
2164 | S: Supported | |
f844a0ea | 2165 | F: drivers/net/ethernet/brocade/bna/ |
8b230ed8 | 2166 | |
5cdf7f76 | 2167 | BSG (block layer generic sg v4 driver) |
8b58be88 | 2168 | M: FUJITA Tomonori <[email protected]> |
5cdf7f76 JA |
2169 | L: [email protected] |
2170 | S: Supported | |
679655da JP |
2171 | F: block/bsg.c |
2172 | F: include/linux/bsg.h | |
c117ab84 | 2173 | F: include/uapi/linux/bsg.h |
5cdf7f76 | 2174 | |
af39917d CL |
2175 | BT87X AUDIO DRIVER |
2176 | M: Clemens Ladisch <[email protected]> | |
2177 | L: [email protected] (moderated for non-subscribers) | |
2178 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2179 | S: Maintained | |
2180 | F: Documentation/sound/alsa/Bt87x.txt | |
2181 | F: sound/pci/bt87x.c | |
2182 | ||
ff1d5c2f | 2183 | BT8XXGPIO DRIVER |
eb032b98 | 2184 | M: Michael Buesch <[email protected]> |
ff1d5c2f MB |
2185 | W: http://bu3sch.de/btgpio.php |
2186 | S: Maintained | |
72dbb705 | 2187 | F: drivers/gpio/gpio-bt8xx.c |
ff1d5c2f | 2188 | |
eb1eb04f | 2189 | BTRFS FILE SYSTEM |
c0778e25 CM |
2190 | M: Chris Mason <[email protected]> |
2191 | M: Josef Bacik <[email protected]> | |
eb1eb04f JP |
2192 | L: [email protected] |
2193 | W: http://btrfs.wiki.kernel.org/ | |
8a6e2535 | 2194 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ |
9c106405 | 2195 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git |
eb1eb04f | 2196 | S: Maintained |
679655da JP |
2197 | F: Documentation/filesystems/btrfs.txt |
2198 | F: fs/btrfs/ | |
eb1eb04f | 2199 | |
1da177e4 | 2200 | BTTV VIDEO4LINUX DRIVER |
009a5410 | 2201 | M: Mauro Carvalho Chehab <[email protected]> |
661263b5 | 2202 | L: [email protected] |
96b6aba0 | 2203 | W: http://linuxtv.org |
275ffde4 | 2204 | T: git git://linuxtv.org/media_tree.git |
f96236e5 | 2205 | S: Odd fixes |
679655da | 2206 | F: Documentation/video4linux/bttv/ |
90d72ac6 | 2207 | F: drivers/media/pci/bt8xx/bttv* |
1da177e4 | 2208 | |
1f34923c KA |
2209 | BUSLOGIC SCSI DRIVER |
2210 | M: Khalid Aziz <[email protected]> | |
2211 | L: [email protected] | |
2212 | S: Maintained | |
2213 | F: drivers/scsi/BusLogic.* | |
2214 | F: drivers/scsi/FlashPoint.* | |
2215 | ||
af39917d CL |
2216 | C-MEDIA CMI8788 DRIVER |
2217 | M: Clemens Ladisch <[email protected]> | |
2218 | L: [email protected] (moderated for non-subscribers) | |
2219 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2220 | S: Maintained | |
2221 | F: sound/pci/oxygen/ | |
2222 | ||
2141355f MS |
2223 | C6X ARCHITECTURE |
2224 | M: Mark Salter <[email protected]> | |
2225 | M: Aurelien Jacquiot <[email protected]> | |
2226 | L: [email protected] | |
2227 | W: http://www.linux-c6x.org/wiki/index.php/Main_Page | |
2228 | S: Maintained | |
2229 | F: arch/c6x/ | |
2230 | ||
a5432f5a | 2231 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
8b58be88 | 2232 | M: David Howells <[email protected]> |
a5432f5a DH |
2233 | L: [email protected] |
2234 | S: Supported | |
2235 | F: Documentation/filesystems/caching/cachefiles.txt | |
2236 | F: fs/cachefiles/ | |
2237 | ||
c815ca39 HV |
2238 | CADET FM/AM RADIO RECEIVER DRIVER |
2239 | M: Hans Verkuil <[email protected]> | |
2240 | L: [email protected] | |
2241 | T: git git://linuxtv.org/media_tree.git | |
2242 | W: http://linuxtv.org | |
2243 | S: Maintained | |
2244 | F: drivers/media/radio/radio-cadet* | |
2245 | ||
77d5140f | 2246 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
8b58be88 | 2247 | M: Jonathan Corbet <[email protected]> |
661263b5 | 2248 | L: [email protected] |
275ffde4 | 2249 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 2250 | S: Maintained |
679655da | 2251 | F: Documentation/video4linux/cafe_ccic |
90d72ac6 | 2252 | F: drivers/media/platform/marvell-ccic/ |
77d5140f | 2253 | |
201b6bab | 2254 | CAIF NETWORK LAYER |
5c574f50 | 2255 | M: Dmitry Tarnyagin <[email protected]> |
201b6bab JP |
2256 | L: [email protected] |
2257 | S: Supported | |
2258 | F: Documentation/networking/caif/ | |
2259 | F: drivers/net/caif/ | |
c117ab84 | 2260 | F: include/uapi/linux/caif/ |
201b6bab JP |
2261 | F: include/net/caif/ |
2262 | F: net/caif/ | |
2263 | ||
77dac90f | 2264 | CALGARY x86-64 IOMMU |
8b58be88 JP |
2265 | M: Muli Ben-Yehuda <[email protected]> |
2266 | M: "Jon D. Mason" <[email protected]> | |
77dac90f MBY |
2267 | L: [email protected] |
2268 | S: Maintained | |
679655da JP |
2269 | F: arch/x86/kernel/pci-calgary_64.c |
2270 | F: arch/x86/kernel/tce_64.c | |
2271 | F: arch/x86/include/asm/calgary.h | |
2272 | F: arch/x86/include/asm/tce.h | |
77dac90f | 2273 | |
e2d1d6c0 | 2274 | CAN NETWORK LAYER |
8d15d386 | 2275 | M: Oliver Hartkopp <[email protected]> |
1caa60b6 | 2276 | L: [email protected] |
ec78213a | 2277 | W: http://gitorious.org/linux-can |
405cc273 | 2278 | T: git git://gitorious.org/linux-can/linux-can-next.git |
e2d1d6c0 | 2279 | S: Maintained |
f35f6c8f | 2280 | F: Documentation/networking/can.txt |
8d15d386 | 2281 | F: net/can/ |
8d15d386 | 2282 | F: include/linux/can/core.h |
c117ab84 CEB |
2283 | F: include/uapi/linux/can.h |
2284 | F: include/uapi/linux/can/bcm.h | |
2285 | F: include/uapi/linux/can/raw.h | |
2286 | F: include/uapi/linux/can/gw.h | |
e2d1d6c0 | 2287 | |
4261a204 | 2288 | CAN NETWORK DRIVERS |
8b58be88 | 2289 | M: Wolfgang Grandegger <[email protected]> |
ec78213a | 2290 | M: Marc Kleine-Budde <[email protected]> |
1caa60b6 | 2291 | L: [email protected] |
ec78213a | 2292 | W: http://gitorious.org/linux-can |
405cc273 | 2293 | T: git git://gitorious.org/linux-can/linux-can-next.git |
4261a204 | 2294 | S: Maintained |
8d15d386 OH |
2295 | F: drivers/net/can/ |
2296 | F: include/linux/can/dev.h | |
8d15d386 | 2297 | F: include/linux/can/platform/ |
c117ab84 CEB |
2298 | F: include/uapi/linux/can/error.h |
2299 | F: include/uapi/linux/can/netlink.h | |
4261a204 | 2300 | |
95d16c72 JM |
2301 | CAPABILITIES |
2302 | M: Serge Hallyn <[email protected]> | |
2303 | L: [email protected] | |
6305902c | 2304 | S: Supported |
95d16c72 | 2305 | F: include/linux/capability.h |
c117ab84 | 2306 | F: include/uapi/linux/capability.h |
95d16c72 | 2307 | F: security/capability.c |
6305902c | 2308 | F: security/commoncap.c |
38a94118 | 2309 | F: kernel/capability.c |
95d16c72 | 2310 | |
b8154542 | 2311 | CELL BROADBAND ENGINE ARCHITECTURE |
8b58be88 | 2312 | M: Arnd Bergmann <[email protected]> |
a4724ed6 SR |
2313 | L: [email protected] |
2314 | L: [email protected] | |
b8154542 AB |
2315 | W: http://www.ibm.com/developerworks/power/cell/ |
2316 | S: Supported | |
679655da | 2317 | F: arch/powerpc/include/asm/cell*.h |
679655da | 2318 | F: arch/powerpc/include/asm/spu*.h |
c117ab84 | 2319 | F: arch/powerpc/include/uapi/asm/spu*.h |
679655da JP |
2320 | F: arch/powerpc/oprofile/*cell* |
2321 | F: arch/powerpc/platforms/cell/ | |
b8154542 | 2322 | |
9030aaf9 | 2323 | CEPH DISTRIBUTED FILE SYSTEM CLIENT |
09d90327 | 2324 | M: Sage Weil <[email protected]> |
82593f87 | 2325 | L: [email protected] |
09d90327 | 2326 | W: http://ceph.com/ |
fb99f881 | 2327 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
9030aaf9 SW |
2328 | S: Supported |
2329 | F: Documentation/filesystems/ceph.txt | |
14430813 JP |
2330 | F: fs/ceph/ |
2331 | F: net/ceph/ | |
2332 | F: include/linux/ceph/ | |
2333 | F: include/linux/crush/ | |
9030aaf9 | 2334 | |
18332a80 | 2335 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
18332a80 | 2336 | L: [email protected] |
10c6c9c9 | 2337 | S: Orphan |
679655da JP |
2338 | F: Documentation/usb/WUSB-Design-overview.txt |
2339 | F: Documentation/usb/wusb-cbaf | |
355ffe69 DV |
2340 | F: drivers/usb/host/hwa-hc.c |
2341 | F: drivers/usb/host/whci/ | |
679655da JP |
2342 | F: drivers/usb/wusbcore/ |
2343 | F: include/linux/usb/wusb* | |
18332a80 | 2344 | |
70e84049 | 2345 | CFAG12864B LCD DRIVER |
8b58be88 | 2346 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2347 | W: http://miguelojeda.es/auxdisplay.htm |
2348 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2349 | S: Maintained |
679655da JP |
2350 | F: drivers/auxdisplay/cfag12864b.c |
2351 | F: include/linux/cfag12864b.h | |
70e84049 MOS |
2352 | |
2353 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
8b58be88 | 2354 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2355 | W: http://miguelojeda.es/auxdisplay.htm |
2356 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2357 | S: Maintained |
679655da JP |
2358 | F: drivers/auxdisplay/cfag12864bfb.c |
2359 | F: include/linux/cfag12864b.h | |
70e84049 | 2360 | |
704232c2 | 2361 | CFG80211 and NL80211 |
8b58be88 | 2362 | M: Johannes Berg <[email protected]> |
704232c2 | 2363 | L: [email protected] |
ce466579 JB |
2364 | W: http://wireless.kernel.org/ |
2365 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
2366 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
704232c2 | 2367 | S: Maintained |
c117ab84 | 2368 | F: include/uapi/linux/nl80211.h |
679655da JP |
2369 | F: include/net/cfg80211.h |
2370 | F: net/wireless/* | |
2371 | X: net/wireless/wext* | |
704232c2 | 2372 | |
46e64261 GKH |
2373 | CHAR and MISC DRIVERS |
2374 | M: Arnd Bergmann <[email protected]> | |
879a5a00 | 2375 | M: Greg Kroah-Hartman <[email protected]> |
46e64261 | 2376 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
879a5a00 | 2377 | S: Supported |
46e64261 GKH |
2378 | F: drivers/char/* |
2379 | F: drivers/misc/* | |
471322a8 | 2380 | F: include/linux/miscdevice.h |
46e64261 | 2381 | |
0a920b5b | 2382 | CHECKPATCH |
8b58be88 | 2383 | M: Andy Whitcroft <[email protected]> |
10d83f07 JP |
2384 | M: Joe Perches <[email protected]> |
2385 | S: Maintained | |
679655da | 2386 | F: scripts/checkpatch.pl |
0a920b5b | 2387 | |
f8407f26 HW |
2388 | CHINESE DOCUMENTATION |
2389 | M: Harry Wei <[email protected]> | |
9740153c | 2390 | L: [email protected] (subscribers-only) |
f8407f26 HW |
2391 | L: [email protected] (moderated for non-subscribers) |
2392 | S: Maintained | |
2393 | F: Documentation/zh_CN/ | |
2394 | ||
2721ea2c | 2395 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
eee52f9e | 2396 | M: Peter Chen <[email protected]> |
cea8321c | 2397 | T: git git://github.com/hzpeterchen/linux-usb.git |
2721ea2c AS |
2398 | L: [email protected] |
2399 | S: Maintained | |
2400 | F: drivers/usb/chipidea/ | |
2401 | ||
ab043105 OJ |
2402 | CHROME HARDWARE PLATFORM SUPPORT |
2403 | M: Olof Johansson <[email protected]> | |
2404 | S: Maintained | |
2405 | F: drivers/platform/chrome/ | |
2406 | ||
641cb85e | 2407 | CISCO VIC ETHERNET NIC DRIVER |
2360d2e8 | 2408 | M: Christian Benvenuti <[email protected]> |
001e1c1d | 2409 | M: Sujith Sankar <[email protected]> |
c327e8f4 | 2410 | M: Govindarajulu Varadarajan <[email protected]> |
5c6652f5 | 2411 | M: Neel Patel <[email protected]> |
7063fbf2 | 2412 | S: Supported |
a6a5580c | 2413 | F: drivers/net/ethernet/cisco/enic/ |
7063fbf2 | 2414 | |
e3cf00d0 | 2415 | CISCO VIC LOW LATENCY NIC DRIVER |
b75f0050 JP |
2416 | M: Upinder Malhi <[email protected]> |
2417 | S: Supported | |
2418 | F: drivers/infiniband/hw/usnic | |
e3cf00d0 | 2419 | |
2b7a52a4 | 2420 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
5587912f | 2421 | M: Hartley Sweeten <[email protected]> |
2b7a52a4 LB |
2422 | L: [email protected] |
2423 | S: Maintained | |
57d0b7a0 | 2424 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
2b7a52a4 | 2425 | |
3d4cfdc9 MB |
2426 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
2427 | M: Brian Austin <[email protected]> | |
2428 | M: Paul Handrigan <[email protected]> | |
2429 | L: [email protected] (moderated for non-subscribers) | |
2430 | S: Maintained | |
2431 | F: sound/soc/codecs/cs* | |
2432 | ||
94574d9a KRW |
2433 | CLEANCACHE API |
2434 | M: Konrad Rzeszutek Wilk <[email protected]> | |
2435 | L: [email protected] | |
2436 | S: Maintained | |
2437 | F: mm/cleancache.c | |
2438 | F: include/linux/cleancache.h | |
2439 | ||
d4275354 | 2440 | CLK API |
8b58be88 | 2441 | M: Russell King <[email protected]> |
37417046 | 2442 | S: Maintained |
d4275354 RK |
2443 | F: include/linux/clk.h |
2444 | ||
9222d247 JS |
2445 | CLOCKSOURCE, CLOCKEVENT DRIVERS |
2446 | M: Daniel Lezcano <[email protected]> | |
2447 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 2448 | L: [email protected] |
9222d247 JS |
2449 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
2450 | S: Supported | |
2451 | F: drivers/clocksource | |
2452 | ||
5df6d737 | 2453 | CISCO FCOE HBA DRIVER |
8fc89a79 HP |
2454 | M: Hiral Patel <[email protected]> |
2455 | M: Suma Ramars <[email protected]> | |
d7e01dc6 | 2456 | M: Brian Uchino <[email protected]> |
5df6d737 AJ |
2457 | L: [email protected] |
2458 | S: Supported | |
2a99921a | 2459 | F: drivers/scsi/fnic/ |
5df6d737 | 2460 | |
529aa8cb TLSC |
2461 | CMPC ACPI DRIVER |
2462 | M: Thadeu Lima de Souza Cascardo <[email protected]> | |
2463 | M: Daniel Oliveira Nascimento <[email protected]> | |
d0944853 | 2464 | L: [email protected] |
529aa8cb TLSC |
2465 | S: Supported |
2466 | F: drivers/platform/x86/classmate-laptop.c | |
2467 | ||
74425eee | 2468 | COCCINELLE/Semantic Patches (SmPL) |
26de9c26 | 2469 | M: Julia Lawall <[email protected]> |
74425eee | 2470 | M: Gilles Muller <[email protected]> |
26de9c26 | 2471 | M: Nicolas Palix <[email protected]> |
c00b5110 | 2472 | M: Michal Marek <[email protected]> |
26de9c26 | 2473 | L: [email protected] (moderated for non-subscribers) |
c00b5110 | 2474 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
74425eee NP |
2475 | W: http://coccinelle.lip6.fr/ |
2476 | S: Supported | |
4b92b2aa | 2477 | F: Documentation/coccinelle.txt |
74425eee NP |
2478 | F: scripts/coccinelle/ |
2479 | F: scripts/coccicheck | |
2480 | ||
1da177e4 | 2481 | CODA FILE SYSTEM |
8b58be88 | 2482 | M: Jan Harkes <[email protected]> |
1da177e4 LT |
2483 | M: [email protected] |
2484 | L: [email protected] | |
2485 | W: http://www.coda.cs.cmu.edu/ | |
2486 | S: Maintained | |
679655da JP |
2487 | F: Documentation/filesystems/coda.txt |
2488 | F: fs/coda/ | |
2489 | F: include/linux/coda*.h | |
c117ab84 | 2490 | F: include/uapi/linux/coda*.h |
1da177e4 | 2491 | |
7704addb | 2492 | COMMON CLK FRAMEWORK |
7704addb | 2493 | M: Mike Turquette <[email protected]> |
35c1983e | 2494 | L: [email protected] |
7704addb MT |
2495 | T: git git://git.linaro.org/people/mturquette/linux.git |
2496 | S: Maintained | |
60bea3b5 SW |
2497 | F: drivers/clk/ |
2498 | X: drivers/clk/clkdev.c | |
7704addb | 2499 | F: include/linux/clk-pr* |
60bea3b5 | 2500 | F: include/linux/clk/ |
7704addb | 2501 | |
e2d1d6c0 | 2502 | COMMON INTERNET FILE SYSTEM (CIFS) |
8b58be88 | 2503 | M: Steve French <[email protected]> |
51223df6 | 2504 | L: [email protected] |
d1f28953 | 2505 | L: [email protected] (moderated for non-subscribers) |
e2d1d6c0 | 2506 | W: http://linux-cifs.samba.org/ |
8a6e2535 | 2507 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ |
54e5881d | 2508 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
e2d1d6c0 | 2509 | S: Supported |
ec421a71 | 2510 | F: Documentation/filesystems/cifs/ |
679655da | 2511 | F: fs/cifs/ |
e2d1d6c0 | 2512 | |
1da177e4 | 2513 | COMPACTPCI HOTPLUG CORE |
8b58be88 | 2514 | M: Scott Murray <[email protected]> |
64dab204 | 2515 | L: [email protected] |
82c4dfc7 | 2516 | S: Maintained |
679655da | 2517 | F: drivers/pci/hotplug/cpci_hotplug* |
1da177e4 LT |
2518 | |
2519 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
8b58be88 | 2520 | M: Scott Murray <[email protected]> |
64dab204 | 2521 | L: [email protected] |
82c4dfc7 | 2522 | S: Maintained |
679655da | 2523 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
1da177e4 LT |
2524 | |
2525 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
8b58be88 | 2526 | M: Scott Murray <[email protected]> |
64dab204 | 2527 | L: [email protected] |
82c4dfc7 | 2528 | S: Maintained |
679655da | 2529 | F: drivers/pci/hotplug/cpcihp_generic.c |
1da177e4 | 2530 | |
5411552c | 2531 | COMPAL LAPTOP SUPPORT |
8b58be88 | 2532 | M: Cezary Jackiewicz <[email protected]> |
d0944853 | 2533 | L: [email protected] |
5411552c | 2534 | S: Maintained |
679655da | 2535 | F: drivers/platform/x86/compal-laptop.c |
5411552c | 2536 | |
949be0f7 | 2537 | CONEXANT ACCESSRUNNER USB DRIVER |
8b58be88 | 2538 | M: Simon Arlott <[email protected]> |
9ae5e3bc SA |
2539 | L: [email protected] |
2540 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 | 2541 | S: Maintained |
679655da | 2542 | F: drivers/usb/atm/cxacru.c |
949be0f7 | 2543 | |
e2d1d6c0 | 2544 | CONFIGFS |
d6351db2 JB |
2545 | M: Joel Becker <[email protected]> |
2546 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git | |
e2d1d6c0 | 2547 | S: Supported |
679655da JP |
2548 | F: fs/configfs/ |
2549 | F: include/linux/configfs.h | |
e2d1d6c0 | 2550 | |
acb9c1b2 | 2551 | CONNECTOR |
8b58be88 | 2552 | M: Evgeniy Polyakov <[email protected]> |
acb9c1b2 EP |
2553 | L: [email protected] |
2554 | S: Maintained | |
2555 | F: drivers/connector/ | |
2556 | ||
a3e3354d | 2557 | CONTROL GROUP (CGROUP) |
860ca0e6 | 2558 | M: Tejun Heo <[email protected]> |
ad50c159 | 2559 | M: Li Zefan <[email protected]> |
12340313 | 2560 | L: [email protected] |
860ca0e6 | 2561 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
fb3a0fb6 | 2562 | S: Maintained |
a3e3354d | 2563 | F: Documentation/cgroups/ |
679655da JP |
2564 | F: include/linux/cgroup* |
2565 | F: kernel/cgroup* | |
a3e3354d TH |
2566 | |
2567 | CONTROL GROUP - CPUSET | |
2568 | M: Li Zefan <[email protected]> | |
2569 | L: [email protected] | |
2570 | W: http://www.bullopensource.org/cpuset/ | |
2571 | W: http://oss.sgi.com/projects/cpusets/ | |
2572 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | |
2573 | S: Maintained | |
2574 | F: Documentation/cgroups/cpusets.txt | |
2575 | F: include/linux/cpuset.h | |
2576 | F: kernel/cpuset.c | |
2577 | ||
2578 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | |
2579 | M: Johannes Weiner <[email protected]> | |
2580 | M: Michal Hocko <[email protected]> | |
2581 | L: [email protected] | |
2582 | L: [email protected] | |
2583 | S: Maintained | |
2584 | F: mm/memcontrol.c | |
2585 | F: mm/page_cgroup.c | |
fb3a0fb6 | 2586 | |
bebe4678 | 2587 | CORETEMP HARDWARE MONITORING DRIVER |
96859129 | 2588 | M: Fenghua Yu <[email protected]> |
bebe4678 RM |
2589 | L: [email protected] |
2590 | S: Maintained | |
679655da JP |
2591 | F: Documentation/hwmon/coretemp |
2592 | F: drivers/hwmon/coretemp.c | |
bebe4678 | 2593 | |
1da177e4 | 2594 | COSA/SRP SYNC SERIAL DRIVER |
8b58be88 | 2595 | M: Jan "Yenya" Kasprzak <[email protected]> |
1da177e4 LT |
2596 | W: http://www.fi.muni.cz/~kas/cosa/ |
2597 | S: Maintained | |
679655da | 2598 | F: drivers/net/wan/cosa* |
1da177e4 | 2599 | |
4371ee35 | 2600 | CPMAC ETHERNET DRIVER |
8b58be88 | 2601 | M: Florian Fainelli <[email protected]> |
4371ee35 FF |
2602 | L: [email protected] |
2603 | S: Maintained | |
b544dbac | 2604 | F: drivers/net/ethernet/ti/cpmac.c |
4371ee35 | 2605 | |
1da177e4 | 2606 | CPU FREQUENCY DRIVERS |
49db1903 | 2607 | M: Rafael J. Wysocki <[email protected]> |
45c009a9 | 2608 | M: Viresh Kumar <[email protected]> |
a6c072c7 | 2609 | L: [email protected] |
1da177e4 | 2610 | S: Maintained |
27209d91 VK |
2611 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
2612 | T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) | |
679655da JP |
2613 | F: drivers/cpufreq/ |
2614 | F: include/linux/cpufreq.h | |
1da177e4 | 2615 | |
8a67f0ef VK |
2616 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE |
2617 | M: Viresh Kumar <[email protected]> | |
171d0ba8 | 2618 | M: Sudeep Holla <[email protected]> |
8a67f0ef VK |
2619 | L: [email protected] |
2620 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | |
2621 | S: Maintained | |
2622 | F: drivers/cpufreq/arm_big_little.h | |
2623 | F: drivers/cpufreq/arm_big_little.c | |
2624 | F: drivers/cpufreq/arm_big_little_dt.c | |
2625 | ||
14d2c34c | 2626 | CPUIDLE DRIVER - ARM BIG LITTLE |
b75f0050 JP |
2627 | M: Lorenzo Pieralisi <[email protected]> |
2628 | M: Daniel Lezcano <[email protected]> | |
2629 | L: [email protected] | |
2630 | L: [email protected] | |
cea8321c | 2631 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
b75f0050 JP |
2632 | S: Maintained |
2633 | F: drivers/cpuidle/cpuidle-big_little.c | |
14d2c34c | 2634 | |
a8e39c35 | 2635 | CPUIDLE DRIVERS |
49db1903 | 2636 | M: Rafael J. Wysocki <[email protected]> |
a8e39c35 DL |
2637 | M: Daniel Lezcano <[email protected]> |
2638 | L: [email protected] | |
2639 | S: Maintained | |
cea8321c | 2640 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
a8e39c35 DL |
2641 | F: drivers/cpuidle/* |
2642 | F: include/linux/cpuidle.h | |
2643 | ||
1da177e4 | 2644 | CPUID/MSR DRIVER |
8b58be88 | 2645 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 2646 | S: Maintained |
679655da JP |
2647 | F: arch/x86/kernel/cpuid.c |
2648 | F: arch/x86/kernel/msr.c | |
1da177e4 | 2649 | |
7fe2f639 | 2650 | CPU POWER MONITORING SUBSYSTEM |
7fe2f639 | 2651 | M: Thomas Renninger <[email protected]> |
103f1790 | 2652 | L: [email protected] |
7fe2f639 | 2653 | S: Maintained |
14430813 | 2654 | F: tools/power/cpupower/ |
7fe2f639 | 2655 | |
1da177e4 | 2656 | CRAMFS FILESYSTEM |
ce00f85c | 2657 | W: http://sourceforge.net/projects/cramfs/ |
54886a71 | 2658 | S: Orphan / Obsolete |
679655da JP |
2659 | F: Documentation/filesystems/cramfs.txt |
2660 | F: fs/cramfs/ | |
1da177e4 LT |
2661 | |
2662 | CRIS PORT | |
8b58be88 JP |
2663 | M: Mikael Starvik <[email protected]> |
2664 | M: Jesper Nilsson <[email protected]> | |
9937ac0c | 2665 | L: [email protected] |
1da177e4 LT |
2666 | W: http://developer.axis.com |
2667 | S: Maintained | |
679655da | 2668 | F: arch/cris/ |
df621252 | 2669 | F: drivers/tty/serial/crisv10.* |
1da177e4 LT |
2670 | |
2671 | CRYPTO API | |
8b58be88 JP |
2672 | M: Herbert Xu <[email protected]> |
2673 | M: "David S. Miller" <[email protected]> | |
1da177e4 | 2674 | L: [email protected] |
54e5881d | 2675 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 | 2676 | S: Maintained |
679655da JP |
2677 | F: Documentation/crypto/ |
2678 | F: arch/*/crypto/ | |
2679 | F: crypto/ | |
2680 | F: drivers/crypto/ | |
2681 | F: include/crypto/ | |
1da177e4 | 2682 | |
5b07bd57 | 2683 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
8b58be88 | 2684 | M: Neil Horman <[email protected]> |
5b07bd57 NH |
2685 | L: [email protected] |
2686 | S: Maintained | |
51a2228a JP |
2687 | F: crypto/ansi_cprng.c |
2688 | F: crypto/rng.c | |
5b07bd57 | 2689 | |
9b4ffa48 | 2690 | CS5535 Audio ALSA driver |
8b58be88 | 2691 | M: Jaya Kumar <[email protected]> |
9b4ffa48 | 2692 | S: Maintained |
679655da | 2693 | F: sound/pci/cs5535audio/ |
9b4ffa48 | 2694 | |
a910e4a9 | 2695 | CW1200 WLAN driver |
b75f0050 JP |
2696 | M: Solomon Peachy <[email protected]> |
2697 | S: Maintained | |
2698 | F: drivers/net/wireless/cw1200/ | |
a910e4a9 | 2699 | |
6d8425b1 | 2700 | CX18 VIDEO4LINUX DRIVER |
6afdeaf8 | 2701 | M: Andy Walls <[email protected]> |
c4240509 | 2702 | L: [email protected] (moderated for non-subscribers) |
661263b5 | 2703 | L: [email protected] |
275ffde4 | 2704 | T: git git://linuxtv.org/media_tree.git |
6d8425b1 | 2705 | W: http://linuxtv.org |
30e10993 | 2706 | W: http://www.ivtvdriver.org/index.php/Cx18 |
6d8425b1 | 2707 | S: Maintained |
679655da | 2708 | F: Documentation/video4linux/cx18.txt |
90d72ac6 | 2709 | F: drivers/media/pci/cx18/ |
6c0f0359 | 2710 | F: include/uapi/linux/ivtv* |
6d8425b1 | 2711 | |
3f101d91 HV |
2712 | CX2341X MPEG ENCODER HELPER MODULE |
2713 | M: Hans Verkuil <[email protected]> | |
2714 | L: [email protected] | |
2715 | T: git git://linuxtv.org/media_tree.git | |
2716 | W: http://linuxtv.org | |
2717 | S: Maintained | |
c368360b | 2718 | F: drivers/media/common/cx2341x* |
3f101d91 HV |
2719 | F: include/media/cx2341x* |
2720 | ||
20357578 | 2721 | CX88 VIDEO4LINUX DRIVER |
009a5410 | 2722 | M: Mauro Carvalho Chehab <[email protected]> |
20357578 MCC |
2723 | L: [email protected] |
2724 | W: http://linuxtv.org | |
2725 | T: git git://linuxtv.org/media_tree.git | |
2726 | S: Odd fixes | |
2727 | F: Documentation/video4linux/cx88/ | |
2728 | F: drivers/media/pci/cx88/ | |
6d8425b1 | 2729 | |
91952bc0 AP |
2730 | CXD2820R MEDIA DRIVER |
2731 | M: Antti Palosaari <[email protected]> | |
2732 | L: [email protected] | |
2733 | W: http://linuxtv.org/ | |
2734 | W: http://palosaari.fi/linux/ | |
2735 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2736 | T: git git://linuxtv.org/anttip/media_tree.git | |
2737 | S: Maintained | |
2738 | F: drivers/media/dvb-frontends/cxd2820r* | |
6d8425b1 | 2739 | |
e5ec3789 | 2740 | CXGB3 ETHERNET DRIVER (CXGB3) |
cdc99239 | 2741 | M: Santosh Raspatur <[email protected]> |
e5ec3789 SW |
2742 | L: [email protected] |
2743 | W: http://www.chelsio.com | |
2744 | S: Supported | |
f7917c00 | 2745 | F: drivers/net/ethernet/chelsio/cxgb3/ |
e5ec3789 | 2746 | |
d8ae3c33 AB |
2747 | CXGB3 ISCSI DRIVER (CXGB3I) |
2748 | M: Karen Xie <[email protected]> | |
2749 | L: [email protected] | |
2750 | W: http://www.chelsio.com | |
2751 | S: Supported | |
2752 | F: drivers/scsi/cxgbi/cxgb3i | |
2753 | ||
e5ec3789 | 2754 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
8b58be88 | 2755 | M: Steve Wise <[email protected]> |
e6cc0fd1 | 2756 | L: [email protected] |
e5ec3789 SW |
2757 | W: http://www.openfabrics.org |
2758 | S: Supported | |
679655da | 2759 | F: drivers/infiniband/hw/cxgb3/ |
e5ec3789 | 2760 | |
be4c9bad | 2761 | CXGB4 ETHERNET DRIVER (CXGB4) |
56f16c74 | 2762 | M: Hariprasad S <[email protected]> |
be4c9bad RD |
2763 | L: [email protected] |
2764 | W: http://www.chelsio.com | |
2765 | S: Supported | |
f7917c00 | 2766 | F: drivers/net/ethernet/chelsio/cxgb4/ |
be4c9bad | 2767 | |
d8ae3c33 AB |
2768 | CXGB4 ISCSI DRIVER (CXGB4I) |
2769 | M: Karen Xie <[email protected]> | |
2770 | L: [email protected] | |
2771 | W: http://www.chelsio.com | |
2772 | S: Supported | |
2773 | F: drivers/scsi/cxgbi/cxgb4i | |
2774 | ||
be4c9bad RD |
2775 | CXGB4 IWARP RNIC DRIVER (IW_CXGB4) |
2776 | M: Steve Wise <[email protected]> | |
2777 | L: [email protected] | |
2778 | W: http://www.openfabrics.org | |
2779 | S: Supported | |
2780 | F: drivers/infiniband/hw/cxgb4/ | |
2781 | ||
5c20a5c7 CL |
2782 | CXGB4VF ETHERNET DRIVER (CXGB4VF) |
2783 | M: Casey Leedom <[email protected]> | |
2784 | L: [email protected] | |
2785 | W: http://www.chelsio.com | |
2786 | S: Supported | |
f7917c00 | 2787 | F: drivers/net/ethernet/chelsio/cxgb4vf/ |
5c20a5c7 | 2788 | |
a9282d01 IM |
2789 | CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER |
2790 | M: Ian Munsie <[email protected]> | |
2791 | M: Michael Neuling <[email protected]> | |
2792 | L: [email protected] | |
2793 | S: Supported | |
2794 | F: drivers/misc/cxl/ | |
2795 | F: include/misc/cxl.h | |
2796 | F: include/uapi/misc/cxl.h | |
2797 | F: Documentation/powerpc/cxl.txt | |
2798 | F: Documentation/powerpc/cxl.txt | |
2799 | F: Documentation/ABI/testing/sysfs-class-cxl | |
2800 | ||
b52b97a3 GC |
2801 | STMMAC ETHERNET DRIVER |
2802 | M: Giuseppe Cavallaro <[email protected]> | |
2803 | L: [email protected] | |
2804 | W: http://www.stlinux.com | |
2805 | S: Supported | |
7ac6653a | 2806 | F: drivers/net/ethernet/stmicro/stmmac/ |
b52b97a3 | 2807 | |
1da177e4 | 2808 | CYBERPRO FB DRIVER |
8b58be88 | 2809 | M: Russell King <[email protected]> |
efc03ecb | 2810 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
2811 | W: http://www.arm.linux.org.uk/ |
2812 | S: Maintained | |
8a61f013 | 2813 | F: drivers/video/fbdev/cyber2000fb.* |
9fa68eae | 2814 | |
1da177e4 | 2815 | CYCLADES ASYNC MUX DRIVER |
1da177e4 | 2816 | W: http://www.cyclades.com/ |
d459883e | 2817 | S: Orphan |
c897401b | 2818 | F: drivers/tty/cyclades.c |
679655da | 2819 | F: include/linux/cyclades.h |
c117ab84 | 2820 | F: include/uapi/linux/cyclades.h |
1da177e4 LT |
2821 | |
2822 | CYCLADES PC300 DRIVER | |
1da177e4 | 2823 | W: http://www.cyclades.com/ |
d459883e | 2824 | S: Orphan |
679655da | 2825 | F: drivers/net/wan/pc300* |
1da177e4 | 2826 | |
402f6ae4 AP |
2827 | CYPRESS_FIRMWARE MEDIA DRIVER |
2828 | M: Antti Palosaari <[email protected]> | |
2829 | L: [email protected] | |
2830 | W: http://linuxtv.org/ | |
2831 | W: http://palosaari.fi/linux/ | |
2832 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2833 | T: git git://linuxtv.org/anttip/media_tree.git | |
2834 | S: Maintained | |
2835 | F: drivers/media/common/cypress_firmware* | |
2836 | ||
e3ae3525 | 2837 | CYTTSP TOUCHSCREEN DRIVER |
be9a6f40 | 2838 | M: Ferruh Yigit <[email protected]> |
6305902c | 2839 | L: [email protected] |
be9a6f40 | 2840 | S: Supported |
6305902c JP |
2841 | F: drivers/input/touchscreen/cyttsp* |
2842 | F: include/linux/input/cyttsp.h | |
e3ae3525 | 2843 | |
1da177e4 | 2844 | DAMA SLAVE for AX.25 |
8b58be88 | 2845 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
2846 | W: http://yaina.de/jreuter/ |
2847 | W: http://www.qsl.net/dl1bke/ | |
2848 | L: [email protected] | |
2849 | S: Maintained | |
679655da JP |
2850 | F: net/ax25/af_ax25.c |
2851 | F: net/ax25/ax25_dev.c | |
2852 | F: net/ax25/ax25_ds_* | |
2853 | F: net/ax25/ax25_in.c | |
2854 | F: net/ax25/ax25_out.c | |
2855 | F: net/ax25/ax25_timer.c | |
2856 | F: net/ax25/sysctl_net_ax25.c | |
1da177e4 | 2857 | |
e2d1d6c0 | 2858 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
e2d1d6c0 | 2859 | L: [email protected] |
5ff77428 | 2860 | S: Orphan |
679655da | 2861 | F: Documentation/networking/dmfe.txt |
0f04e2aa | 2862 | F: drivers/net/ethernet/dec/tulip/dmfe.c |
e2d1d6c0 RD |
2863 | |
2864 | DC390/AM53C974 SCSI driver | |
8b58be88 | 2865 | M: Kurt Garloff <[email protected]> |
e2d1d6c0 | 2866 | W: http://www.garloff.de/kurt/linux/dc390/ |
8b58be88 | 2867 | M: Guennadi Liakhovetski <[email protected]> |
e2d1d6c0 | 2868 | S: Maintained |
679655da | 2869 | F: drivers/scsi/tmscsim.* |
e2d1d6c0 | 2870 | |
1da177e4 | 2871 | DC395x SCSI driver |
61eee9a7 | 2872 | M: Oliver Neukum <[email protected]> |
8b58be88 JP |
2873 | M: Ali Akcaagac <[email protected]> |
2874 | M: Jamie Lenehan <[email protected]> | |
f5df5881 | 2875 | L: [email protected] |
cf015e9f JP |
2876 | W: http://twibble.org/dist/dc395x/ |
2877 | W: http://lists.twibble.org/mailman/listinfo/dc395x/ | |
1da177e4 | 2878 | S: Maintained |
679655da JP |
2879 | F: Documentation/scsi/dc395x.txt |
2880 | F: drivers/scsi/dc395x.* | |
1da177e4 | 2881 | |
eb8edb08 | 2882 | DCCP PROTOCOL |
a89d030e | 2883 | M: Gerrit Renker <[email protected]> |
eb8edb08 | 2884 | L: [email protected] |
c996d8b9 | 2885 | W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp |
eb8edb08 | 2886 | S: Maintained |
679655da | 2887 | F: include/linux/dccp.h |
c117ab84 | 2888 | F: include/uapi/linux/dccp.h |
679655da JP |
2889 | F: include/linux/tfrc.h |
2890 | F: net/dccp/ | |
eb8edb08 | 2891 | |
1da177e4 | 2892 | DECnet NETWORK LAYER |
1da177e4 LT |
2893 | W: http://linux-decnet.sourceforge.net |
2894 | L: [email protected] | |
f546444d | 2895 | S: Orphan |
679655da JP |
2896 | F: Documentation/networking/decnet.txt |
2897 | F: net/decnet/ | |
1da177e4 | 2898 | |
ebff05b9 MR |
2899 | DECSTATION PLATFORM SUPPORT |
2900 | M: "Maciej W. Rozycki" <[email protected]> | |
2901 | L: [email protected] | |
2902 | W: http://www.linux-mips.org/wiki/DECstation | |
2903 | S: Maintained | |
2904 | F: arch/mips/dec/ | |
2905 | F: arch/mips/include/asm/dec/ | |
2906 | F: arch/mips/include/asm/mach-dec/ | |
2907 | ||
1da177e4 | 2908 | DEFXX FDDI NETWORK DRIVER |
8b58be88 | 2909 | M: "Maciej W. Rozycki" <[email protected]> |
1da177e4 | 2910 | S: Maintained |
33f810b2 | 2911 | F: drivers/net/fddi/defxx.* |
1da177e4 | 2912 | |
ad8f07cc | 2913 | DELL LAPTOP DRIVER |
8b58be88 | 2914 | M: Matthew Garrett <[email protected]> |
d0944853 | 2915 | L: [email protected] |
ad8f07cc | 2916 | S: Maintained |
679655da | 2917 | F: drivers/platform/x86/dell-laptop.c |
ad8f07cc | 2918 | |
1da177e4 | 2919 | DELL LAPTOP SMM DRIVER |
a1406d87 | 2920 | M: Guenter Roeck <[email protected]> |
679655da | 2921 | F: drivers/char/i8k.c |
c117ab84 | 2922 | F: include/uapi/linux/i8k.h |
1da177e4 | 2923 | |
90563ec4 | 2924 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
8b58be88 | 2925 | M: Doug Warzecha <[email protected]> |
90563ec4 | 2926 | S: Maintained |
679655da JP |
2927 | F: Documentation/dcdbas.txt |
2928 | F: drivers/firmware/dcdbas.* | |
90563ec4 | 2929 | |
0b3f6109 | 2930 | DELL WMI EXTRAS DRIVER |
8b58be88 | 2931 | M: Matthew Garrett <[email protected]> |
0b3f6109 | 2932 | S: Maintained |
36b3a96f | 2933 | F: drivers/platform/x86/dell-wmi.c |
0b3f6109 | 2934 | |
5efc75e3 PZ |
2935 | DESIGNWARE USB2 DRD IP DRIVER |
2936 | M: Paul Zimmerman <[email protected]> | |
2937 | L: [email protected] | |
18f340f9 | 2938 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
5efc75e3 | 2939 | S: Maintained |
197ba5f4 | 2940 | F: drivers/usb/dwc2/ |
5efc75e3 | 2941 | |
94ab23dd FB |
2942 | DESIGNWARE USB3 DRD IP DRIVER |
2943 | M: Felipe Balbi <[email protected]> | |
2944 | L: [email protected] | |
2945 | L: [email protected] | |
2946 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
2947 | S: Maintained | |
2948 | F: drivers/usb/dwc3/ | |
2949 | ||
833c9545 JB |
2950 | DEVICE COREDUMP (DEV_COREDUMP) |
2951 | M: Johannes Berg <[email protected]> | |
2952 | L: [email protected] | |
2953 | S: Maintained | |
2954 | F: drivers/base/devcoredump.c | |
2955 | F: include/linux/devcoredump.h | |
2956 | ||
89d07767 KP |
2957 | DEVICE FREQUENCY (DEVFREQ) |
2958 | M: MyungJoo Ham <[email protected]> | |
2959 | M: Kyungmin Park <[email protected]> | |
88476d34 | 2960 | L: [email protected] |
89d07767 KP |
2961 | S: Maintained |
2962 | F: drivers/devfreq/ | |
2963 | ||
1da177e4 | 2964 | DEVICE NUMBER REGISTRY |
8b58be88 | 2965 | M: Torben Mathiasen <[email protected]> |
1da177e4 | 2966 | W: http://lanana.org/docs/device-list/index.html |
1da177e4 LT |
2967 | S: Maintained |
2968 | ||
e2d1d6c0 | 2969 | DEVICE-MAPPER (LVM) |
854ecaad | 2970 | M: Alasdair Kergon <[email protected]> |
8504eed3 | 2971 | M: Mike Snitzer <[email protected]> |
854ecaad | 2972 | M: [email protected] |
e2d1d6c0 RD |
2973 | L: [email protected] |
2974 | W: http://sources.redhat.com/dm | |
8a6e2535 | 2975 | Q: http://patchwork.kernel.org/project/dm-devel/list/ |
41d35d25 | 2976 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git |
854ecaad | 2977 | T: quilt http://people.redhat.com/agk/patches/linux/editing/ |
e2d1d6c0 | 2978 | S: Maintained |
679655da JP |
2979 | F: Documentation/device-mapper/ |
2980 | F: drivers/md/dm* | |
854ecaad | 2981 | F: drivers/md/persistent-data/ |
679655da JP |
2982 | F: include/linux/device-mapper.h |
2983 | F: include/linux/dm-*.h | |
8504eed3 | 2984 | F: include/uapi/linux/dm-*.h |
e2d1d6c0 | 2985 | |
c0d995aa OST |
2986 | DIALOG SEMICONDUCTOR DRIVERS |
2987 | M: Support Opensource <[email protected]> | |
2988 | W: http://www.dialog-semiconductor.com/products | |
2989 | S: Supported | |
2990 | F: Documentation/hwmon/da90?? | |
2991 | F: drivers/gpio/gpio-da90??.c | |
2992 | F: drivers/hwmon/da90??-hwmon.c | |
2993 | F: drivers/input/misc/da90??_onkey.c | |
2994 | F: drivers/input/touchscreen/da9052_tsi.c | |
2995 | F: drivers/leds/leds-da90??.c | |
2996 | F: drivers/mfd/da903x.c | |
2997 | F: drivers/mfd/da90??-*.c | |
2998 | F: drivers/power/da9052-battery.c | |
2999 | F: drivers/regulator/da903x.c | |
3000 | F: drivers/regulator/da9???-regulator.[ch] | |
3001 | F: drivers/rtc/rtc-da90??.c | |
3002 | F: drivers/video/backlight/da90??_bl.c | |
3003 | F: drivers/watchdog/da90??_wdt.c | |
3004 | F: include/linux/mfd/da903x.h | |
3005 | F: include/linux/mfd/da9052/ | |
3006 | F: include/linux/mfd/da9055/ | |
3007 | F: include/linux/mfd/da9063/ | |
3008 | F: include/sound/da[79]*.h | |
3009 | F: sound/soc/codecs/da[79]*.[ch] | |
3010 | ||
599aa697 LL |
3011 | DIGI NEO AND CLASSIC PCI PRODUCTS |
3012 | M: Lidza Louina <[email protected]> | |
542f3d5a | 3013 | M: Mark Hounschell <[email protected]> |
599aa697 LL |
3014 | L: [email protected] |
3015 | S: Maintained | |
3016 | F: drivers/staging/dgnc/ | |
3017 | ||
3018 | DIGI EPCA PCI PRODUCTS | |
3019 | M: Lidza Louina <[email protected]> | |
abeb935f | 3020 | M: Mark Hounschell <[email protected]> |
6d825f79 | 3021 | M: Daeseok Youn <[email protected]> |
599aa697 LL |
3022 | L: [email protected] |
3023 | S: Maintained | |
3024 | F: drivers/staging/dgap/ | |
3025 | ||
335d7c58 | 3026 | DIOLAN U2C-12 I2C DRIVER |
ca462085 | 3027 | M: Guenter Roeck <[email protected]> |
335d7c58 GR |
3028 | L: [email protected] |
3029 | S: Maintained | |
3030 | F: drivers/i2c/busses/i2c-diolan-u2c.c | |
3031 | ||
e7839f25 | 3032 | DIRECTORY NOTIFICATION (DNOTIFY) |
8b58be88 | 3033 | M: Eric Paris <[email protected]> |
3c5119c0 | 3034 | S: Maintained |
679655da JP |
3035 | F: Documentation/filesystems/dnotify.txt |
3036 | F: fs/notify/dnotify/ | |
3037 | F: include/linux/dnotify.h | |
1da177e4 LT |
3038 | |
3039 | DISK GEOMETRY AND PARTITION HANDLING | |
8b58be88 | 3040 | M: Andries Brouwer <[email protected]> |
1da177e4 LT |
3041 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
3042 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
3043 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
3044 | S: Maintained | |
3045 | ||
4480f15b | 3046 | DISKQUOTA |
8b58be88 | 3047 | M: Jan Kara <[email protected]> |
1da177e4 | 3048 | S: Maintained |
679655da JP |
3049 | F: Documentation/filesystems/quota.txt |
3050 | F: fs/quota/ | |
3051 | F: include/linux/quota*.h | |
c117ab84 | 3052 | F: include/uapi/linux/quota*.h |
1da177e4 | 3053 | |
702686ad BT |
3054 | DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) |
3055 | M: Bernie Thompson <[email protected]> | |
3056 | L: [email protected] | |
3057 | S: Maintained | |
3058 | W: http://plugable.com/category/projects/udlfb/ | |
8a61f013 | 3059 | F: drivers/video/fbdev/udlfb.c |
702686ad BT |
3060 | F: include/video/udlfb.h |
3061 | F: Documentation/fb/udlfb.txt | |
3062 | ||
e7839f25 | 3063 | DISTRIBUTED LOCK MANAGER (DLM) |
8b58be88 JP |
3064 | M: Christine Caulfield <[email protected]> |
3065 | M: David Teigland <[email protected]> | |
a4644184 | 3066 | L: [email protected] |
5be7b50f | 3067 | W: http://sources.redhat.com/cluster/ |
54e5881d | 3068 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f | 3069 | S: Supported |
679655da | 3070 | F: fs/dlm/ |
5be7b50f | 3071 | |
53b6b3e0 SS |
3072 | DMA BUFFER SHARING FRAMEWORK |
3073 | M: Sumit Semwal <[email protected]> | |
3074 | S: Maintained | |
3075 | L: [email protected] | |
3076 | L: [email protected] | |
8ada6d2d | 3077 | L: [email protected] (moderated for non-subscribers) |
35fac7e3 | 3078 | F: drivers/dma-buf/ |
e46d12c6 JP |
3079 | F: include/linux/dma-buf* |
3080 | F: include/linux/reservation.h | |
3081 | F: include/linux/*fence.h | |
53b6b3e0 SS |
3082 | F: Documentation/dma-buf-sharing.txt |
3083 | T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | |
3084 | ||
b3e5f263 | 3085 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
4abed0af | 3086 | M: Vinod Koul <[email protected]> |
17b59560 VK |
3087 | L: [email protected] |
3088 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
08223d80 | 3089 | S: Maintained |
679655da JP |
3090 | F: drivers/dma/ |
3091 | F: include/linux/dma* | |
5dbd05d4 | 3092 | T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) |
248a9dc3 | 3093 | |
b825037d | 3094 | DME1737 HARDWARE MONITOR DRIVER |
8b58be88 | 3095 | M: Juerg Haefliger <[email protected]> |
b825037d JH |
3096 | L: [email protected] |
3097 | S: Maintained | |
679655da JP |
3098 | F: Documentation/hwmon/dme1737 |
3099 | F: drivers/hwmon/dme1737.c | |
b825037d | 3100 | |
5b9c9bf6 | 3101 | DOCKING STATION DRIVER |
8b58be88 | 3102 | M: Shaohua Li <[email protected]> |
5b9c9bf6 | 3103 | L: [email protected] |
8b59a454 | 3104 | S: Supported |
679655da | 3105 | F: drivers/acpi/dock.c |
5b9c9bf6 | 3106 | |
7d2c86b5 | 3107 | DOCUMENTATION |
ad3118b9 | 3108 | M: Jonathan Corbet <[email protected]> |
795fb7e7 JD |
3109 | L: [email protected] |
3110 | S: Maintained | |
679655da | 3111 | F: Documentation/ |
97be078b RD |
3112 | X: Documentation/ABI/ |
3113 | X: Documentation/devicetree/ | |
3114 | X: Documentation/[a-z][a-z]_[A-Z][A-Z]/ | |
abbaeff3 | 3115 | |
1da177e4 | 3116 | DOUBLETALK DRIVER |
8b58be88 | 3117 | M: "James R. Van Zandt" <[email protected]> |
1da177e4 LT |
3118 | L: [email protected] |
3119 | S: Maintained | |
679655da JP |
3120 | F: drivers/char/dtlk.c |
3121 | F: include/linux/dtlk.h | |
1da177e4 | 3122 | |
e2d1d6c0 | 3123 | DPT_I2O SCSI RAID DRIVER |
8b58be88 | 3124 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
3125 | L: [email protected] |
3126 | W: http://www.adaptec.com/ | |
3127 | S: Maintained | |
679655da JP |
3128 | F: drivers/scsi/dpt* |
3129 | F: drivers/scsi/dpt/ | |
e2d1d6c0 | 3130 | |
b411b363 | 3131 | DRBD DRIVER |
28b8e8d4 JP |
3132 | P: Philipp Reisner |
3133 | P: Lars Ellenberg | |
3134 | M: [email protected] | |
3135 | L: [email protected] | |
3136 | W: http://www.drbd.org | |
3137 | T: git git://git.drbd.org/linux-2.6-drbd.git drbd | |
3138 | T: git git://git.drbd.org/drbd-8.3.git | |
3139 | S: Supported | |
3140 | F: drivers/block/drbd/ | |
3141 | F: lib/lru_cache.c | |
3142 | F: Documentation/blockdev/drbd/ | |
b411b363 | 3143 | |
87544653 | 3144 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
879a5a00 | 3145 | M: Greg Kroah-Hartman <[email protected]> |
08deed1e | 3146 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
1da177e4 | 3147 | S: Supported |
679655da | 3148 | F: Documentation/kobject.txt |
7cfc51b9 | 3149 | F: drivers/base/ |
679655da | 3150 | F: fs/sysfs/ |
87544653 | 3151 | F: fs/debugfs/ |
679655da | 3152 | F: include/linux/kobj* |
87544653 | 3153 | F: include/linux/debugfs.h |
679655da | 3154 | F: lib/kobj* |
1da177e4 LT |
3155 | |
3156 | DRM DRIVERS | |
8b58be88 | 3157 | M: David Airlie <[email protected]> |
4c6a3999 | 3158 | L: [email protected] |
b0447888 | 3159 | T: git git://people.freedesktop.org/~airlied/linux |
1da177e4 | 3160 | S: Maintained |
679655da | 3161 | F: drivers/gpu/drm/ |
433e3b34 | 3162 | F: drivers/gpu/vga/ |
850e9411 | 3163 | F: include/drm/ |
c117ab84 | 3164 | F: include/uapi/drm/ |
1da177e4 | 3165 | |
566f5939 AD |
3166 | RADEON DRM DRIVERS |
3167 | M: Alex Deucher <[email protected]> | |
3168 | M: Christian König <[email protected]> | |
3169 | L: [email protected] | |
3170 | T: git git://people.freedesktop.org/~agd5f/linux | |
3171 | S: Supported | |
3172 | F: drivers/gpu/drm/radeon/ | |
566f5939 AD |
3173 | F: include/uapi/drm/radeon* |
3174 | ||
03e255b9 TR |
3175 | DRM PANEL DRIVERS |
3176 | M: Thierry Reding <[email protected]> | |
3177 | L: [email protected] | |
3178 | T: git git://anongit.freedesktop.org/tegra/linux.git | |
3179 | S: Maintained | |
3180 | F: drivers/gpu/drm/drm_panel.c | |
3181 | F: drivers/gpu/drm/panel/ | |
3182 | F: include/drm/drm_panel.h | |
3183 | F: Documentation/devicetree/bindings/panel/ | |
3184 | ||
8daf7473 | 3185 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
cbce7107 | 3186 | M: Daniel Vetter <[email protected]> |
47f95647 | 3187 | M: Jani Nikula <[email protected]> |
362132d2 | 3188 | L: [email protected] |
8daf7473 | 3189 | L: [email protected] |
47f95647 | 3190 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
89258a97 | 3191 | T: git git://anongit.freedesktop.org/drm-intel |
8daf7473 | 3192 | S: Supported |
14430813 | 3193 | F: drivers/gpu/drm/i915/ |
8daf7473 | 3194 | F: include/drm/i915* |
c117ab84 | 3195 | F: include/uapi/drm/i915* |
8daf7473 | 3196 | |
398a6d4a KP |
3197 | DRM DRIVERS FOR EXYNOS |
3198 | M: Inki Dae <[email protected]> | |
f1501303 ID |
3199 | M: Joonyoung Shim <[email protected]> |
3200 | M: Seung-Woo Kim <[email protected]> | |
3201 | M: Kyungmin Park <[email protected]> | |
398a6d4a | 3202 | L: [email protected] |
25a58030 | 3203 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
398a6d4a | 3204 | S: Supported |
14430813 | 3205 | F: drivers/gpu/drm/exynos/ |
398a6d4a | 3206 | F: include/drm/exynos* |
c117ab84 | 3207 | F: include/uapi/drm/exynos* |
398a6d4a | 3208 | |
bd3b49f2 | 3209 | DRM DRIVERS FOR NVIDIA TEGRA |
a5ad7a63 TR |
3210 | M: Thierry Reding <[email protected]> |
3211 | M: Terje Bergström <[email protected]> | |
bd3b49f2 TR |
3212 | L: [email protected] |
3213 | L: [email protected] | |
a5ad7a63 | 3214 | T: git git://anongit.freedesktop.org/tegra/linux.git |
adabdb0c | 3215 | S: Supported |
dee8268f | 3216 | F: drivers/gpu/drm/tegra/ |
a5ad7a63 | 3217 | F: drivers/gpu/host1x/ |
e1e90644 | 3218 | F: include/linux/host1x.h |
a5ad7a63 | 3219 | F: include/uapi/drm/tegra_drm.h |
bd3b49f2 TR |
3220 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
3221 | ||
a284e9d1 LP |
3222 | DRM DRIVERS FOR RENESAS |
3223 | M: Laurent Pinchart <[email protected]> | |
3224 | L: [email protected] | |
3225 | L: [email protected] | |
3226 | T: git git://people.freedesktop.org/~airlied/linux | |
3227 | S: Supported | |
3228 | F: drivers/gpu/drm/rcar-du/ | |
3229 | F: drivers/gpu/drm/shmobile/ | |
3230 | F: include/linux/platform_data/rcar-du.h | |
3231 | F: include/linux/platform_data/shmob_drm.h | |
3232 | ||
598df1ac AK |
3233 | DSBR100 USB FM RADIO DRIVER |
3234 | M: Alexey Klimov <[email protected]> | |
3235 | L: [email protected] | |
3236 | T: git git://linuxtv.org/media_tree.git | |
3237 | S: Maintained | |
3238 | F: drivers/media/radio/dsbr100.c | |
3239 | ||
1da177e4 | 3240 | DSCC4 DRIVER |
8b58be88 | 3241 | M: Francois Romieu <[email protected]> |
01f20734 | 3242 | L: [email protected] |
1da177e4 | 3243 | S: Maintained |
679655da | 3244 | F: drivers/net/wan/dscc4.c |
1da177e4 | 3245 | |
91952bc0 AP |
3246 | DVB_USB_AF9015 MEDIA DRIVER |
3247 | M: Antti Palosaari <[email protected]> | |
3248 | L: [email protected] | |
3249 | W: http://linuxtv.org/ | |
3250 | W: http://palosaari.fi/linux/ | |
3251 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3252 | T: git git://linuxtv.org/anttip/media_tree.git | |
3253 | S: Maintained | |
3254 | F: drivers/media/usb/dvb-usb-v2/af9015* | |
3255 | ||
3256 | DVB_USB_AF9035 MEDIA DRIVER | |
3257 | M: Antti Palosaari <[email protected]> | |
3258 | L: [email protected] | |
3259 | W: http://linuxtv.org/ | |
3260 | W: http://palosaari.fi/linux/ | |
3261 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3262 | T: git git://linuxtv.org/anttip/media_tree.git | |
3263 | S: Maintained | |
3264 | F: drivers/media/usb/dvb-usb-v2/af9035* | |
3265 | ||
3266 | DVB_USB_ANYSEE MEDIA DRIVER | |
3267 | M: Antti Palosaari <[email protected]> | |
3268 | L: [email protected] | |
3269 | W: http://linuxtv.org/ | |
3270 | W: http://palosaari.fi/linux/ | |
3271 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3272 | T: git git://linuxtv.org/anttip/media_tree.git | |
3273 | S: Maintained | |
3274 | F: drivers/media/usb/dvb-usb-v2/anysee* | |
3275 | ||
3276 | DVB_USB_AU6610 MEDIA DRIVER | |
3277 | M: Antti Palosaari <[email protected]> | |
3278 | L: [email protected] | |
3279 | W: http://linuxtv.org/ | |
3280 | W: http://palosaari.fi/linux/ | |
3281 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3282 | T: git git://linuxtv.org/anttip/media_tree.git | |
3283 | S: Maintained | |
3284 | F: drivers/media/usb/dvb-usb-v2/au6610* | |
3285 | ||
3286 | DVB_USB_CE6230 MEDIA DRIVER | |
3287 | M: Antti Palosaari <[email protected]> | |
3288 | L: [email protected] | |
3289 | W: http://linuxtv.org/ | |
3290 | W: http://palosaari.fi/linux/ | |
3291 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3292 | T: git git://linuxtv.org/anttip/media_tree.git | |
3293 | S: Maintained | |
3294 | F: drivers/media/usb/dvb-usb-v2/ce6230* | |
3295 | ||
d099dea2 MK |
3296 | DVB_USB_CXUSB MEDIA DRIVER |
3297 | M: Michael Krufky <[email protected]> | |
3298 | L: [email protected] | |
3299 | W: http://linuxtv.org/ | |
3300 | W: http://github.com/mkrufky | |
3301 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3302 | T: git git://linuxtv.org/media_tree.git | |
3303 | S: Maintained | |
9819da66 | 3304 | F: drivers/media/usb/dvb-usb/cxusb* |
d099dea2 | 3305 | |
91952bc0 | 3306 | DVB_USB_EC168 MEDIA DRIVER |
91952bc0 AP |
3307 | M: Antti Palosaari <[email protected]> |
3308 | L: [email protected] | |
3309 | W: http://linuxtv.org/ | |
3310 | W: http://palosaari.fi/linux/ | |
3311 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3312 | T: git git://linuxtv.org/anttip/media_tree.git | |
3313 | S: Maintained | |
91952bc0 | 3314 | F: drivers/media/usb/dvb-usb-v2/ec168* |
91952bc0 | 3315 | |
5560983b | 3316 | DVB_USB_GL861 MEDIA DRIVER |
91952bc0 AP |
3317 | M: Antti Palosaari <[email protected]> |
3318 | L: [email protected] | |
3319 | W: http://linuxtv.org/ | |
91952bc0 AP |
3320 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
3321 | T: git git://linuxtv.org/anttip/media_tree.git | |
3322 | S: Maintained | |
5560983b | 3323 | F: drivers/media/usb/dvb-usb-v2/gl861* |
91952bc0 | 3324 | |
8856f5f2 MK |
3325 | DVB_USB_MXL111SF MEDIA DRIVER |
3326 | M: Michael Krufky <[email protected]> | |
3327 | L: [email protected] | |
3328 | W: http://linuxtv.org/ | |
3329 | W: http://github.com/mkrufky | |
3330 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3331 | T: git git://linuxtv.org/mkrufky/mxl111sf.git | |
3332 | S: Maintained | |
3333 | F: drivers/media/usb/dvb-usb-v2/mxl111sf* | |
3334 | ||
91952bc0 AP |
3335 | DVB_USB_RTL28XXU MEDIA DRIVER |
3336 | M: Antti Palosaari <[email protected]> | |
3337 | L: [email protected] | |
3338 | W: http://linuxtv.org/ | |
3339 | W: http://palosaari.fi/linux/ | |
3340 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3341 | T: git git://linuxtv.org/anttip/media_tree.git | |
3342 | S: Maintained | |
3343 | F: drivers/media/usb/dvb-usb-v2/rtl28xxu* | |
3344 | ||
3345 | DVB_USB_V2 MEDIA DRIVER | |
3346 | M: Antti Palosaari <[email protected]> | |
3347 | L: [email protected] | |
3348 | W: http://linuxtv.org/ | |
3349 | W: http://palosaari.fi/linux/ | |
3350 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3351 | T: git git://linuxtv.org/anttip/media_tree.git | |
3352 | S: Maintained | |
3353 | F: drivers/media/usb/dvb-usb-v2/dvb_usb* | |
3354 | F: drivers/media/usb/dvb-usb-v2/usb_urb.c | |
3355 | ||
ac0ac38f | 3356 | DYNAMIC DEBUG |
5c4a97d1 | 3357 | M: Jason Baron <[email protected]> |
ac0ac38f JB |
3358 | S: Maintained |
3359 | F: lib/dynamic_debug.c | |
3360 | F: include/linux/dynamic_debug.h | |
3361 | ||
789c7048 | 3362 | DZ DECSTATION DZ11 SERIAL DRIVER |
8b58be88 | 3363 | M: "Maciej W. Rozycki" <[email protected]> |
789c7048 | 3364 | S: Maintained |
df621252 | 3365 | F: drivers/tty/serial/dz.* |
789c7048 | 3366 | |
91952bc0 AP |
3367 | E4000 MEDIA DRIVER |
3368 | M: Antti Palosaari <[email protected]> | |
3369 | L: [email protected] | |
3370 | W: http://linuxtv.org/ | |
3371 | W: http://palosaari.fi/linux/ | |
3372 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3373 | T: git git://linuxtv.org/anttip/media_tree.git | |
3374 | S: Maintained | |
3375 | F: drivers/media/tuners/e4000* | |
3376 | ||
1da177e4 | 3377 | EATA ISA/EISA/PCI SCSI DRIVER |
8b58be88 | 3378 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
3379 | L: [email protected] |
3380 | S: Maintained | |
679655da | 3381 | F: drivers/scsi/eata.c |
1da177e4 | 3382 | |
91952bc0 AP |
3383 | EC100 MEDIA DRIVER |
3384 | M: Antti Palosaari <[email protected]> | |
3385 | L: [email protected] | |
3386 | W: http://linuxtv.org/ | |
3387 | W: http://palosaari.fi/linux/ | |
3388 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3389 | T: git git://linuxtv.org/anttip/media_tree.git | |
3390 | S: Maintained | |
3391 | F: drivers/media/dvb-frontends/ec100* | |
3392 | ||
237fead6 | 3393 | ECRYPT FILE SYSTEM |
0de9adf2 | 3394 | M: Tyler Hicks <[email protected]> |
a058bfbb | 3395 | L: [email protected] |
24a923e4 | 3396 | W: http://ecryptfs.org |
6dc7516e | 3397 | W: https://launchpad.net/ecryptfs |
237fead6 | 3398 | S: Supported |
679655da JP |
3399 | F: Documentation/filesystems/ecryptfs.txt |
3400 | F: fs/ecryptfs/ | |
237fead6 | 3401 | |
da9bb1d2 | 3402 | EDAC-CORE |
8b58be88 | 3403 | M: Doug Thompson <[email protected]> |
aa15aa0e | 3404 | M: Borislav Petkov <[email protected]> |
009a5410 | 3405 | M: Mauro Carvalho Chehab <[email protected]> |
91445c72 | 3406 | L: [email protected] |
0e438e3f | 3407 | W: bluesmoke.sourceforge.net |
8c2a6a40 | 3408 | S: Supported |
679655da | 3409 | F: Documentation/edac.txt |
91445c72 | 3410 | F: drivers/edac/ |
679655da | 3411 | F: include/linux/edac.h |
0e438e3f | 3412 | |
c476c23b | 3413 | EDAC-AMD64 |
8b58be88 | 3414 | M: Doug Thompson <[email protected]> |
487ba8e8 | 3415 | M: Borislav Petkov <[email protected]> |
91445c72 | 3416 | L: [email protected] |
c476c23b | 3417 | W: bluesmoke.sourceforge.net |
487ba8e8 | 3418 | S: Maintained |
c476c23b BP |
3419 | F: drivers/edac/amd64_edac* |
3420 | ||
836dae5d RR |
3421 | EDAC-CALXEDA |
3422 | M: Doug Thompson <[email protected]> | |
3423 | M: Robert Richter <[email protected]> | |
3424 | L: [email protected] | |
3425 | W: bluesmoke.sourceforge.net | |
3426 | S: Maintained | |
3427 | F: drivers/edac/highbank* | |
3428 | ||
f65aad41 RB |
3429 | EDAC-CAVIUM |
3430 | M: Ralf Baechle <[email protected]> | |
3431 | M: David Daney <[email protected]> | |
3432 | L: [email protected] | |
3433 | L: [email protected] | |
3434 | W: bluesmoke.sourceforge.net | |
3435 | S: Supported | |
3436 | F: drivers/edac/octeon_edac* | |
3437 | ||
0e438e3f | 3438 | EDAC-E752X |
8b58be88 JP |
3439 | M: Mark Gross <[email protected]> |
3440 | M: Doug Thompson <[email protected]> | |
91445c72 | 3441 | L: [email protected] |
0e438e3f DP |
3442 | W: bluesmoke.sourceforge.net |
3443 | S: Maintained | |
679655da | 3444 | F: drivers/edac/e752x_edac.c |
0e438e3f DP |
3445 | |
3446 | EDAC-E7XXX | |
8b58be88 | 3447 | M: Doug Thompson <[email protected]> |
91445c72 | 3448 | L: [email protected] |
0e438e3f DP |
3449 | W: bluesmoke.sourceforge.net |
3450 | S: Maintained | |
679655da | 3451 | F: drivers/edac/e7xxx_edac.c |
0e438e3f | 3452 | |
77c5f5d2 | 3453 | EDAC-GHES |
009a5410 | 3454 | M: Mauro Carvalho Chehab <[email protected]> |
77c5f5d2 MCC |
3455 | L: [email protected] |
3456 | W: bluesmoke.sourceforge.net | |
3457 | S: Maintained | |
2caa67a6 | 3458 | F: drivers/edac/ghes_edac.c |
77c5f5d2 | 3459 | |
6bc78404 | 3460 | EDAC-I82443BXGX |
8b58be88 | 3461 | M: Tim Small <[email protected]> |
91445c72 | 3462 | L: [email protected] |
6bc78404 DT |
3463 | W: bluesmoke.sourceforge.net |
3464 | S: Maintained | |
679655da | 3465 | F: drivers/edac/i82443bxgx_edac.c |
6bc78404 DT |
3466 | |
3467 | EDAC-I3000 | |
8b58be88 | 3468 | M: Jason Uhlenkott <[email protected]> |
91445c72 | 3469 | L: [email protected] |
6bc78404 DT |
3470 | W: bluesmoke.sourceforge.net |
3471 | S: Maintained | |
679655da | 3472 | F: drivers/edac/i3000_edac.c |
6bc78404 DT |
3473 | |
3474 | EDAC-I5000 | |
8b58be88 | 3475 | M: Doug Thompson <[email protected]> |
91445c72 | 3476 | L: [email protected] |
ba9a5918 DT |
3477 | W: bluesmoke.sourceforge.net |
3478 | S: Maintained | |
679655da | 3479 | F: drivers/edac/i5000_edac.c |
ba9a5918 | 3480 | |
44c12cb2 | 3481 | EDAC-I5400 |
009a5410 | 3482 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 | 3483 | L: [email protected] |
44c12cb2 MCC |
3484 | W: bluesmoke.sourceforge.net |
3485 | S: Maintained | |
679655da | 3486 | F: drivers/edac/i5400_edac.c |
44c12cb2 | 3487 | |
3c9c92b6 | 3488 | EDAC-I7300 |
009a5410 | 3489 | M: Mauro Carvalho Chehab <[email protected]> |
3c9c92b6 MCC |
3490 | L: [email protected] |
3491 | W: bluesmoke.sourceforge.net | |
3492 | S: Maintained | |
3493 | F: drivers/edac/i7300_edac.c | |
3494 | ||
67c89316 | 3495 | EDAC-I7CORE |
009a5410 | 3496 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 MCC |
3497 | L: [email protected] |
3498 | W: bluesmoke.sourceforge.net | |
3499 | S: Maintained | |
70aff0ce | 3500 | F: drivers/edac/i7core_edac.c |
67c89316 | 3501 | |
ba9a5918 | 3502 | EDAC-I82975X |
8b58be88 | 3503 | M: Ranganathan Desikan <[email protected]> |
25527885 | 3504 | M: "Arvind R." <[email protected]> |
91445c72 | 3505 | L: [email protected] |
ba9a5918 DT |
3506 | W: bluesmoke.sourceforge.net |
3507 | S: Maintained | |
679655da | 3508 | F: drivers/edac/i82975x_edac.c |
ba9a5918 | 3509 | |
791b4706 JB |
3510 | EDAC-IE31200 |
3511 | M: Jason Baron <[email protected]> | |
3512 | L: [email protected] | |
3513 | W: bluesmoke.sourceforge.net | |
3514 | S: Maintained | |
3515 | F: drivers/edac/ie31200_edac.c | |
3516 | ||
ccdfb979 JT |
3517 | EDAC-MPC85XX |
3518 | M: Johannes Thumshirn <[email protected]> | |
3519 | L: [email protected] | |
3520 | W: bluesmoke.sourceforge.net | |
3521 | S: Maintained | |
3522 | F: drivers/edac/mpc85xx_edac.[ch] | |
3523 | ||
ba9a5918 | 3524 | EDAC-PASEMI |
8b58be88 | 3525 | M: Egor Martovetsky <[email protected]> |
91445c72 | 3526 | L: [email protected] |
6bc78404 DT |
3527 | W: bluesmoke.sourceforge.net |
3528 | S: Maintained | |
679655da | 3529 | F: drivers/edac/pasemi_edac.c |
6bc78404 | 3530 | |
0e438e3f | 3531 | EDAC-R82600 |
8b58be88 | 3532 | M: Tim Small <[email protected]> |
91445c72 | 3533 | L: [email protected] |
0e438e3f DP |
3534 | W: bluesmoke.sourceforge.net |
3535 | S: Maintained | |
679655da | 3536 | F: drivers/edac/r82600_edac.c |
da9bb1d2 | 3537 | |
4d096ca7 | 3538 | EDAC-SBRIDGE |
009a5410 | 3539 | M: Mauro Carvalho Chehab <[email protected]> |
4d096ca7 MCC |
3540 | L: [email protected] |
3541 | W: bluesmoke.sourceforge.net | |
3542 | S: Maintained | |
3543 | F: drivers/edac/sb_edac.c | |
3544 | ||
af39917d CL |
3545 | EDIROL UA-101/UA-1000 DRIVER |
3546 | M: Clemens Ladisch <[email protected]> | |
3547 | L: [email protected] (moderated for non-subscribers) | |
3548 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3549 | S: Maintained | |
3550 | F: sound/usb/misc/ua101.c | |
3551 | ||
1f7df953 MF |
3552 | EXTENSIBLE FIRMWARE INTERFACE (EFI) |
3553 | M: Matt Fleming <[email protected]> | |
3554 | L: [email protected] | |
78bef24e | 3555 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git |
1f7df953 | 3556 | S: Maintained |
fb2efb5c | 3557 | F: Documentation/efi-stub.txt |
1f7df953 MF |
3558 | F: arch/ia64/kernel/efi.c |
3559 | F: arch/x86/boot/compressed/eboot.[ch] | |
3560 | F: arch/x86/include/asm/efi.h | |
3561 | F: arch/x86/platform/efi/* | |
a9499fa7 | 3562 | F: drivers/firmware/efi/* |
1f7df953 MF |
3563 | F: include/linux/efi*.h |
3564 | ||
d68772b7 MF |
3565 | EFI VARIABLE FILESYSTEM |
3566 | M: Matthew Garrett <[email protected]> | |
3567 | M: Jeremy Kerr <[email protected]> | |
3568 | M: Matt Fleming <[email protected]> | |
3569 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | |
3570 | L: [email protected] | |
3571 | S: Maintained | |
3572 | F: fs/efivarfs/ | |
3573 | ||
85a00d9b PJ |
3574 | EFIFB FRAMEBUFFER DRIVER |
3575 | L: [email protected] | |
3576 | M: Peter Jones <[email protected]> | |
3577 | S: Maintained | |
8a61f013 | 3578 | F: drivers/video/fbdev/efifb.c |
85a00d9b | 3579 | |
0bee8d28 JT |
3580 | EFS FILESYSTEM |
3581 | W: http://aeschi.ch.eu.org/efs/ | |
3582 | S: Orphan | |
679655da | 3583 | F: fs/efs/ |
0bee8d28 | 3584 | |
4480f15b | 3585 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
8b58be88 JP |
3586 | M: Hoang-Nam Nguyen <[email protected]> |
3587 | M: Christoph Raisch <[email protected]> | |
e6cc0fd1 | 3588 | L: [email protected] |
fab97220 | 3589 | S: Supported |
679655da | 3590 | F: drivers/infiniband/hw/ehca/ |
fab97220 | 3591 | |
aa8a9e25 | 3592 | EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER |
34b1901a | 3593 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
aa8a9e25 BL |
3594 | L: [email protected] |
3595 | S: Maintained | |
9aa32835 | 3596 | F: drivers/net/ethernet/ibm/ehea/ |
aa8a9e25 | 3597 | |
f0319efe | 3598 | EM28XX VIDEO4LINUX DRIVER |
009a5410 | 3599 | M: Mauro Carvalho Chehab <[email protected]> |
f0319efe MCC |
3600 | L: [email protected] |
3601 | W: http://linuxtv.org | |
3602 | T: git git://linuxtv.org/media_tree.git | |
3603 | S: Maintained | |
3604 | F: drivers/media/usb/em28xx/ | |
3605 | ||
3e3a7d66 | 3606 | EMBEDDED LINUX |
8b58be88 JP |
3607 | M: Paul Gortmaker <[email protected]> |
3608 | M: Matt Mackall <[email protected]> | |
3609 | M: David Woodhouse <[email protected]> | |
3e3a7d66 DW |
3610 | L: [email protected] |
3611 | S: Maintained | |
3612 | ||
3a1c1d44 | 3613 | EMULEX LPFC FC SCSI DRIVER |
8b58be88 | 3614 | M: James Smart <[email protected]> |
ce00f85c JC |
3615 | L: [email protected] |
3616 | W: http://sourceforge.net/projects/lpfcxxxx | |
3617 | S: Supported | |
679655da | 3618 | F: drivers/scsi/lpfc/ |
3a1c1d44 | 3619 | |
5f5bac82 | 3620 | ENE CB710 FLASH CARD READER DRIVER |
8b58be88 | 3621 | M: Michał Mirosław <[email protected]> |
5f5bac82 MM |
3622 | S: Maintained |
3623 | F: drivers/misc/cb710/ | |
3624 | F: drivers/mmc/host/cb710-mmc.* | |
3625 | F: include/linux/cb710.h | |
3626 | ||
931e39a1 ML |
3627 | ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER |
3628 | M: Maxim Levitsky <[email protected]> | |
3629 | S: Maintained | |
2a837449 | 3630 | F: drivers/media/rc/ene_ir.* |
931e39a1 | 3631 | |
ec207dcc GS |
3632 | ENHANCED ERROR HANDLING (EEH) |
3633 | M: Gavin Shan <[email protected]> | |
3634 | L: [email protected] | |
3635 | S: Supported | |
3636 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | |
3637 | F: arch/powerpc/kernel/eeh*.c | |
3638 | ||
d5ca9006 | 3639 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
8b58be88 | 3640 | M: Kristoffer Ericson <[email protected]> |
d5ca9006 | 3641 | S: Maintained |
084bad91 | 3642 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
8a61f013 | 3643 | F: drivers/video/fbdev/s1d13xxxfb.c |
679655da | 3644 | F: include/video/s1d13xxxfb.h |
d5ca9006 | 3645 | |
38df6492 ME |
3646 | ET131X NETWORK DRIVER |
3647 | M: Mark Einon <[email protected]> | |
3648 | S: Odd Fixes | |
3649 | F: drivers/net/ethernet/agere/ | |
3650 | ||
1da177e4 | 3651 | ETHERNET BRIDGE |
adbbf69d | 3652 | M: Stephen Hemminger <[email protected]> |
f318a63b | 3653 | L: [email protected] |
4c325313 | 3654 | L: [email protected] |
c996d8b9 | 3655 | W: http://www.linuxfoundation.org/en/Net:Bridge |
1da177e4 | 3656 | S: Maintained |
679655da JP |
3657 | F: include/linux/netfilter_bridge/ |
3658 | F: net/bridge/ | |
1da177e4 | 3659 | |
22f08ad9 FF |
3660 | ETHERNET PHY LIBRARY |
3661 | M: Florian Fainelli <[email protected]> | |
3662 | L: [email protected] | |
3663 | S: Maintained | |
3664 | F: include/linux/phy.h | |
3665 | F: include/linux/phy_fixed.h | |
3666 | F: drivers/net/phy/ | |
3667 | F: Documentation/networking/phy.txt | |
3668 | F: drivers/of/of_mdio.c | |
3669 | F: drivers/of/of_net.c | |
3670 | ||
1da177e4 | 3671 | EXT2 FILE SYSTEM |
01971952 | 3672 | M: Jan Kara <[email protected]> |
72be2ccf | 3673 | L: [email protected] |
1da177e4 | 3674 | S: Maintained |
679655da JP |
3675 | F: Documentation/filesystems/ext2.txt |
3676 | F: fs/ext2/ | |
3677 | F: include/linux/ext2* | |
1da177e4 LT |
3678 | |
3679 | EXT3 FILE SYSTEM | |
01971952 | 3680 | M: Jan Kara <[email protected]> |
8b58be88 | 3681 | M: Andrew Morton <[email protected]> |
3c373a5f | 3682 | M: Andreas Dilger <[email protected]> |
72be2ccf EM |
3683 | L: [email protected] |
3684 | S: Maintained | |
679655da JP |
3685 | F: Documentation/filesystems/ext3.txt |
3686 | F: fs/ext3/ | |
72be2ccf EM |
3687 | |
3688 | EXT4 FILE SYSTEM | |
8b58be88 | 3689 | M: "Theodore Ts'o" <[email protected]> |
3c373a5f | 3690 | M: Andreas Dilger <[email protected]> |
72be2ccf | 3691 | L: [email protected] |
08a225f1 | 3692 | W: http://ext4.wiki.kernel.org |
8a6e2535 | 3693 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ |
1da177e4 | 3694 | S: Maintained |
679655da JP |
3695 | F: Documentation/filesystems/ext4.txt |
3696 | F: fs/ext4/ | |
1da177e4 | 3697 | |
c5532b09 | 3698 | Extended Verification Module (EVM) |
74dd744f MZ |
3699 | M: Mimi Zohar <[email protected]> |
3700 | L: [email protected] | |
3701 | L: [email protected] | |
c5532b09 MZ |
3702 | S: Supported |
3703 | F: security/integrity/evm/ | |
3704 | ||
df6b3cfe MH |
3705 | EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) |
3706 | M: MyungJoo Ham <[email protected]> | |
3707 | M: Chanwoo Choi <[email protected]> | |
3708 | L: [email protected] | |
81df63a9 | 3709 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git |
df6b3cfe MH |
3710 | S: Maintained |
3711 | F: drivers/extcon/ | |
3712 | F: Documentation/extcon/ | |
3713 | ||
e2a75c44 JH |
3714 | EXYNOS DP DRIVER |
3715 | M: Jingoo Han <[email protected]> | |
3716 | L: [email protected] | |
3717 | S: Maintained | |
3718 | F: drivers/gpu/drm/exynos/exynos_dp* | |
3719 | ||
33ad3912 DL |
3720 | EXYNOS MIPI DISPLAY DRIVERS |
3721 | M: Inki Dae <[email protected]> | |
3722 | M: Donghwa Lee <[email protected]> | |
3723 | M: Kyungmin Park <[email protected]> | |
3724 | L: [email protected] | |
3725 | S: Maintained | |
8a61f013 | 3726 | F: drivers/video/fbdev/exynos/exynos_mipi* |
33ad3912 DL |
3727 | F: include/video/exynos_mipi* |
3728 | ||
e53004e2 | 3729 | F71805F HARDWARE MONITORING DRIVER |
7c81c60f | 3730 | M: Jean Delvare <[email protected]> |
e53004e2 JD |
3731 | L: [email protected] |
3732 | S: Maintained | |
679655da JP |
3733 | F: Documentation/hwmon/f71805f |
3734 | F: drivers/hwmon/f71805f.c | |
e53004e2 | 3735 | |
eea977ed MB |
3736 | FC0011 TUNER DRIVER |
3737 | M: Michael Buesch <[email protected]> | |
3738 | L: [email protected] | |
3739 | S: Maintained | |
ccae7af2 MCC |
3740 | F: drivers/media/tuners/fc0011.h |
3741 | F: drivers/media/tuners/fc0011.c | |
eea977ed | 3742 | |
91952bc0 AP |
3743 | FC2580 MEDIA DRIVER |
3744 | M: Antti Palosaari <[email protected]> | |
3745 | L: [email protected] | |
3746 | W: http://linuxtv.org/ | |
3747 | W: http://palosaari.fi/linux/ | |
3748 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3749 | T: git git://linuxtv.org/anttip/media_tree.git | |
3750 | S: Maintained | |
3751 | F: drivers/media/tuners/fc2580* | |
eea977ed | 3752 | |
88b2dbdb EP |
3753 | FANOTIFY |
3754 | M: Eric Paris <[email protected]> | |
3755 | S: Maintained | |
3756 | F: fs/notify/fanotify/ | |
3757 | F: include/linux/fanotify.h | |
c117ab84 | 3758 | F: include/uapi/linux/fanotify.h |
88b2dbdb | 3759 | |
1da177e4 | 3760 | FARSYNC SYNCHRONOUS DRIVER |
8b58be88 | 3761 | M: Kevin Curtis <[email protected]> |
1da177e4 LT |
3762 | W: http://www.farsite.co.uk/ |
3763 | S: Supported | |
679655da | 3764 | F: drivers/net/wan/farsync.* |
1da177e4 | 3765 | |
c5408b88 | 3766 | FAULT INJECTION SUPPORT |
8b58be88 | 3767 | M: Akinobu Mita <[email protected]> |
c5408b88 | 3768 | S: Supported |
679655da JP |
3769 | F: Documentation/fault-injection/ |
3770 | F: lib/fault-inject.c | |
c5408b88 | 3771 | |
cae727db RL |
3772 | FCOE SUBSYSTEM (libfc, libfcoe, fcoe) |
3773 | M: Robert Love <[email protected]> | |
f4aaea6d | 3774 | L: [email protected] |
cae727db RL |
3775 | W: www.Open-FCoE.org |
3776 | S: Supported | |
3777 | F: drivers/scsi/libfc/ | |
3778 | F: drivers/scsi/fcoe/ | |
3779 | F: include/scsi/fc/ | |
3780 | F: include/scsi/libfc.h | |
3781 | F: include/scsi/libfcoe.h | |
c117ab84 | 3782 | F: include/uapi/scsi/fc/ |
cae727db | 3783 | |
e2d1d6c0 | 3784 | FILE LOCKING (flock() and fcntl()/lockf()) |
8c836fa8 | 3785 | M: Jeff Layton <[email protected]> |
18156e7e | 3786 | M: J. Bruce Fields <[email protected]> |
e2d1d6c0 | 3787 | L: [email protected] |
1da177e4 | 3788 | S: Maintained |
679655da JP |
3789 | F: include/linux/fcntl.h |
3790 | F: include/linux/fs.h | |
c117ab84 CEB |
3791 | F: include/uapi/linux/fcntl.h |
3792 | F: include/uapi/linux/fs.h | |
679655da JP |
3793 | F: fs/fcntl.c |
3794 | F: fs/locks.c | |
1da177e4 | 3795 | |
e2d1d6c0 | 3796 | FILESYSTEMS (VFS and infrastructure) |
8b58be88 | 3797 | M: Alexander Viro <[email protected]> |
e2d1d6c0 | 3798 | L: [email protected] |
173acc7c | 3799 | S: Maintained |
679655da | 3800 | F: fs/* |
173acc7c | 3801 | |
b26e0ed4 | 3802 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
05576a1e | 3803 | M: Riku Voipio <[email protected]> |
b26e0ed4 RV |
3804 | L: [email protected] |
3805 | S: Maintained | |
d5ca6918 JP |
3806 | F: drivers/hwmon/f75375s.c |
3807 | F: include/linux/f75375s.h | |
b26e0ed4 | 3808 | |
a331b0c3 CL |
3809 | FIREWIRE AUDIO DRIVERS |
3810 | M: Clemens Ladisch <[email protected]> | |
3811 | L: [email protected] (moderated for non-subscribers) | |
3812 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3813 | S: Maintained | |
3814 | F: sound/firewire/ | |
3815 | ||
eb86ec51 SR |
3816 | FIREWIRE MEDIA DRIVERS (firedtv) |
3817 | M: Stefan Richter <[email protected]> | |
3818 | L: [email protected] | |
3819 | L: [email protected] | |
3820 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | |
3821 | S: Maintained | |
3822 | F: drivers/media/firewire/ | |
3823 | ||
a511ce33 CB |
3824 | FIREWIRE SBP-2 TARGET |
3825 | M: Chris Boot <[email protected]> | |
3826 | L: [email protected] | |
3827 | L: [email protected] | |
3828 | L: [email protected] | |
3829 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master | |
3830 | S: Maintained | |
3831 | F: drivers/target/sbp/ | |
3832 | ||
7d2c86b5 | 3833 | FIREWIRE SUBSYSTEM |
8b58be88 | 3834 | M: Stefan Richter <[email protected]> |
e2d1d6c0 | 3835 | L: [email protected] |
958a29cb | 3836 | W: http://ieee1394.wiki.kernel.org/ |
2ca526bf | 3837 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git |
e2d1d6c0 | 3838 | S: Maintained |
679655da | 3839 | F: drivers/firewire/ |
8f06ce3b SR |
3840 | F: include/linux/firewire.h |
3841 | F: include/uapi/linux/firewire*.h | |
9f6d3c4b | 3842 | F: tools/firewire/ |
e2d1d6c0 RD |
3843 | |
3844 | FIRMWARE LOADER (request_firmware) | |
39e68089 ML |
3845 | M: Ming Lei <[email protected]> |
3846 | L: [email protected] | |
3847 | S: Maintained | |
679655da JP |
3848 | F: Documentation/firmware_class/ |
3849 | F: drivers/base/firmware*.c | |
3850 | F: include/linux/firmware.h | |
e2d1d6c0 | 3851 | |
f730e3dc | 3852 | FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card) |
9bb3c446 PK |
3853 | M: Joshua Morris <[email protected]> |
3854 | M: Philip Kelleher <[email protected]> | |
3855 | S: Maintained | |
3856 | F: drivers/block/rsxx/ | |
3857 | ||
8206f664 JK |
3858 | FLOPPY DRIVER |
3859 | M: Jiri Kosina <[email protected]> | |
3860 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | |
3861 | S: Odd fixes | |
3862 | F: drivers/block/floppy.c | |
3863 | ||
9c9f32ed AR |
3864 | FMC SUBSYSTEM |
3865 | M: Alessandro Rubini <[email protected]> | |
3866 | W: http://www.ohwr.org/projects/fmc-bus | |
3867 | S: Supported | |
3868 | F: drivers/fmc/ | |
3869 | F: include/linux/fmc*.h | |
3870 | F: include/linux/ipmi-fru.h | |
3871 | K: fmc_d.*register | |
3872 | ||
e2d1d6c0 | 3873 | FPU EMULATOR |
8b58be88 | 3874 | M: Bill Metzenthen <[email protected]> |
e769980f | 3875 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
e2d1d6c0 | 3876 | S: Maintained |
679655da | 3877 | F: arch/x86/math-emu/ |
e2d1d6c0 RD |
3878 | |
3879 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
e2d1d6c0 | 3880 | L: [email protected] |
c173bfac | 3881 | S: Orphan |
679655da JP |
3882 | F: drivers/net/wan/dlci.c |
3883 | F: drivers/net/wan/sdla.c | |
e2d1d6c0 RD |
3884 | |
3885 | FRAMEBUFFER LAYER | |
5489e948 JCPV |
3886 | M: Jean-Christophe Plagniol-Villard <[email protected]> |
3887 | M: Tomi Valkeinen <[email protected]> | |
c69f677c | 3888 | L: [email protected] |
e2d1d6c0 | 3889 | W: http://linux-fbdev.sourceforge.net/ |
b22fe37b | 3890 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
5489e948 | 3891 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git |
56be1416 | 3892 | S: Maintained |
679655da | 3893 | F: Documentation/fb/ |
d958c62c | 3894 | F: Documentation/devicetree/bindings/fb/ |
b22fe37b PM |
3895 | F: drivers/video/ |
3896 | F: include/video/ | |
679655da | 3897 | F: include/linux/fb.h |
c117ab84 CEB |
3898 | F: include/uapi/video/ |
3899 | F: include/uapi/linux/fb.h | |
e2d1d6c0 | 3900 | |
a57c188e | 3901 | FREESCALE DIU FRAMEBUFFER DRIVER |
c4ef9bc4 | 3902 | M: Timur Tabi <[email protected]> |
a57c188e | 3903 | L: [email protected] |
c4ef9bc4 | 3904 | S: Maintained |
8a61f013 | 3905 | F: drivers/video/fbdev/fsl-diu-fb.* |
a57c188e | 3906 | |
e2d1d6c0 | 3907 | FREESCALE DMA DRIVER |
8b58be88 JP |
3908 | M: Li Yang <[email protected]> |
3909 | M: Zhang Wei <[email protected]> | |
a4724ed6 | 3910 | L: [email protected] |
e2d1d6c0 | 3911 | S: Maintained |
679655da | 3912 | F: drivers/dma/fsldma.* |
e2d1d6c0 RD |
3913 | |
3914 | FREESCALE I2C CPM DRIVER | |
8b58be88 | 3915 | M: Jochen Friedrich <[email protected]> |
a4724ed6 | 3916 | L: [email protected] |
846557d3 | 3917 | L: [email protected] |
0d2b405a | 3918 | S: Maintained |
679655da | 3919 | F: drivers/i2c/busses/i2c-cpm.c |
0d2b405a | 3920 | |
60e8c5ab | 3921 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
8b58be88 | 3922 | M: Sascha Hauer <[email protected]> |
c69f677c | 3923 | L: [email protected] |
efc03ecb | 3924 | L: [email protected] (moderated for non-subscribers) |
60e8c5ab | 3925 | S: Maintained |
bad985a1 | 3926 | F: include/linux/platform_data/video-imxfb.h |
8a61f013 | 3927 | F: drivers/video/fbdev/imxfb.c |
60e8c5ab | 3928 | |
4689a6b1 | 3929 | FREESCALE SOC FS_ENET DRIVER |
8b58be88 JP |
3930 | M: Pantelis Antoniou <[email protected]> |
3931 | M: Vitaly Bordug <[email protected]> | |
a4724ed6 | 3932 | L: [email protected] |
4689a6b1 PA |
3933 | L: [email protected] |
3934 | S: Maintained | |
ec21e2ec | 3935 | F: drivers/net/ethernet/freescale/fs_enet/ |
679655da | 3936 | F: include/linux/fs_enet_pd.h |
4689a6b1 | 3937 | |
d9e9d82c | 3938 | FREESCALE QUICC ENGINE LIBRARY |
a4724ed6 | 3939 | L: [email protected] |
c4ef9bc4 | 3940 | S: Orphan |
679655da JP |
3941 | F: arch/powerpc/sysdev/qe_lib/ |
3942 | F: arch/powerpc/include/asm/*qe.h | |
d9e9d82c | 3943 | |
b55ef929 | 3944 | FREESCALE USB PERIPHERAL DRIVERS |
8b58be88 | 3945 | M: Li Yang <[email protected]> |
6372594a | 3946 | L: [email protected] |
a4724ed6 | 3947 | L: [email protected] |
a7205b30 | 3948 | S: Maintained |
faf2e1db | 3949 | F: drivers/usb/gadget/udc/fsl* |
a7205b30 | 3950 | |
beaf53bf | 3951 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
8b58be88 | 3952 | M: Li Yang <[email protected]> |
beaf53bf | 3953 | L: [email protected] |
a4724ed6 | 3954 | L: [email protected] |
beaf53bf | 3955 | S: Maintained |
ec21e2ec | 3956 | F: drivers/net/ethernet/freescale/ucc_geth* |
beaf53bf | 3957 | |
d9e9d82c | 3958 | FREESCALE QUICC ENGINE UCC UART DRIVER |
c4ef9bc4 | 3959 | M: Timur Tabi <[email protected]> |
a4724ed6 | 3960 | L: [email protected] |
c4ef9bc4 | 3961 | S: Maintained |
df621252 | 3962 | F: drivers/tty/serial/ucc_uart.c |
d9e9d82c TT |
3963 | |
3964 | FREESCALE SOC SOUND DRIVERS | |
c4ef9bc4 | 3965 | M: Timur Tabi <[email protected]> |
dc85950a MB |
3966 | M: Nicolin Chen <[email protected]> |
3967 | M: Xiubo Li <[email protected]> | |
93711660 | 3968 | L: [email protected] (moderated for non-subscribers) |
a4724ed6 | 3969 | L: [email protected] |
c4ef9bc4 | 3970 | S: Maintained |
69aefcea | 3971 | F: sound/soc/fsl/fsl* |
dc85950a | 3972 | F: sound/soc/fsl/imx* |
69aefcea | 3973 | F: sound/soc/fsl/mpc8610_hpcd.c |
d9e9d82c | 3974 | |
1da177e4 | 3975 | FREEVXFS FILESYSTEM |
8b58be88 | 3976 | M: Christoph Hellwig <[email protected]> |
1da177e4 LT |
3977 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
3978 | S: Maintained | |
679655da | 3979 | F: fs/freevxfs/ |
1da177e4 | 3980 | |
71038f52 | 3981 | FREEZER |
49db1903 | 3982 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 3983 | M: Pavel Machek <[email protected]> |
bf1c138e | 3984 | L: [email protected] |
71038f52 | 3985 | S: Supported |
679655da JP |
3986 | F: Documentation/power/freezing-of-tasks.txt |
3987 | F: include/linux/freezer.h | |
3988 | F: kernel/freezer.c | |
71038f52 | 3989 | |
839a1f79 KRW |
3990 | FRONTSWAP API |
3991 | M: Konrad Rzeszutek Wilk <[email protected]> | |
3992 | L: [email protected] | |
3993 | S: Maintained | |
3994 | F: mm/frontswap.c | |
3995 | F: include/linux/frontswap.h | |
3996 | ||
a5432f5a | 3997 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
8b58be88 | 3998 | M: David Howells <[email protected]> |
a5432f5a DH |
3999 | L: [email protected] |
4000 | S: Supported | |
4001 | F: Documentation/filesystems/caching/ | |
4002 | F: fs/fscache/ | |
4003 | F: include/linux/fscache*.h | |
4004 | ||
f58ad8f5 | 4005 | F2FS FILE SYSTEM |
9b29d481 | 4006 | M: Jaegeuk Kim <[email protected]> |
f6238a72 | 4007 | M: Changman Lee <[email protected]> |
f58ad8f5 JK |
4008 | L: [email protected] |
4009 | W: http://en.wikipedia.org/wiki/F2FS | |
4010 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git | |
4011 | S: Maintained | |
4012 | F: Documentation/filesystems/f2fs.txt | |
3bac380c | 4013 | F: Documentation/ABI/testing/sysfs-fs-f2fs |
f58ad8f5 JK |
4014 | F: fs/f2fs/ |
4015 | F: include/linux/f2fs_fs.h | |
4016 | ||
5ab7ffea | 4017 | FUJITSU FR-V (FRV) PORT |
8b58be88 | 4018 | M: David Howells <[email protected]> |
1da177e4 | 4019 | S: Maintained |
679655da | 4020 | F: arch/frv/ |
1da177e4 | 4021 | |
20b93734 | 4022 | FUJITSU LAPTOP EXTRAS |
409a3e98 | 4023 | M: Jonathan Woithe <[email protected]> |
d0944853 | 4024 | L: [email protected] |
20b93734 | 4025 | S: Maintained |
679655da | 4026 | F: drivers/platform/x86/fujitsu-laptop.c |
20b93734 | 4027 | |
4da621b6 HK |
4028 | FUJITSU M-5MO LS CAMERA ISP DRIVER |
4029 | M: Kyungmin Park <[email protected]> | |
4030 | M: Heungjun Kim <[email protected]> | |
4031 | L: [email protected] | |
4032 | S: Maintained | |
90d72ac6 | 4033 | F: drivers/media/i2c/m5mols/ |
4da621b6 HK |
4034 | F: include/media/m5mols.h |
4035 | ||
2d24c490 RG |
4036 | FUJITSU TABLET EXTRAS |
4037 | M: Robert Gerlach <[email protected]> | |
4038 | L: [email protected] | |
4039 | S: Maintained | |
4040 | F: drivers/platform/x86/fujitsu-tablet.c | |
4041 | ||
04578f17 | 4042 | FUSE: FILESYSTEM IN USERSPACE |
8b58be88 | 4043 | M: Miklos Szeredi <[email protected]> |
04578f17 MS |
4044 | L: [email protected] |
4045 | W: http://fuse.sourceforge.net/ | |
4046 | S: Maintained | |
679655da | 4047 | F: fs/fuse/ |
c117ab84 | 4048 | F: include/uapi/linux/fuse.h |
04578f17 | 4049 | |
1da177e4 | 4050 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
8b58be88 | 4051 | M: Rik Faith <[email protected]> |
1da177e4 | 4052 | L: [email protected] |
baaea1dc | 4053 | S: Odd Fixes (e.g., new signatures) |
679655da | 4054 | F: drivers/scsi/fdomain.* |
1da177e4 | 4055 | |
d8e2162c PO |
4056 | GCOV BASED KERNEL PROFILING |
4057 | M: Peter Oberparleiter <[email protected]> | |
4058 | S: Maintained | |
4059 | F: kernel/gcov/ | |
4060 | F: Documentation/gcov.txt | |
4061 | ||
1da177e4 | 4062 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
8b58be88 | 4063 | M: Achim Leubner <[email protected]> |
1da177e4 LT |
4064 | L: [email protected] |
4065 | W: http://www.icp-vortex.com/ | |
4066 | S: Supported | |
679655da | 4067 | F: drivers/scsi/gdt* |
1da177e4 | 4068 | |
3169a1c7 HV |
4069 | GEMTEK FM RADIO RECEIVER DRIVER |
4070 | M: Hans Verkuil <[email protected]> | |
4071 | L: [email protected] | |
4072 | T: git git://linuxtv.org/media_tree.git | |
4073 | W: http://linuxtv.org | |
4074 | S: Maintained | |
4075 | F: drivers/media/radio/radio-gemtek* | |
4076 | ||
1c23af90 | 4077 | GENERIC GPIO I2C DRIVER |
880b0e26 | 4078 | M: Haavard Skinnemoen <[email protected]> |
1c23af90 | 4079 | S: Supported |
679655da JP |
4080 | F: drivers/i2c/busses/i2c-gpio.c |
4081 | F: include/linux/i2c-gpio.h | |
1c23af90 | 4082 | |
92ed1a76 PK |
4083 | GENERIC GPIO I2C MULTIPLEXER DRIVER |
4084 | M: Peter Korsgaard <[email protected]> | |
4085 | L: [email protected] | |
4086 | S: Supported | |
e7065e20 JD |
4087 | F: drivers/i2c/muxes/i2c-mux-gpio.c |
4088 | F: include/linux/i2c-mux-gpio.h | |
4089 | F: Documentation/i2c/muxes/i2c-mux-gpio | |
92ed1a76 | 4090 | |
9251ce95 | 4091 | GENERIC HDLC (WAN) DRIVERS |
8b58be88 | 4092 | M: Krzysztof Halasa <[email protected]> |
1da177e4 LT |
4093 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
4094 | S: Maintained | |
679655da JP |
4095 | F: drivers/net/wan/c101.c |
4096 | F: drivers/net/wan/hd6457* | |
4097 | F: drivers/net/wan/hdlc* | |
4098 | F: drivers/net/wan/n2.c | |
4099 | F: drivers/net/wan/pc300too.c | |
4100 | F: drivers/net/wan/pci200syn.c | |
4101 | F: drivers/net/wan/wanxl* | |
1da177e4 | 4102 | |
1527aab6 | 4103 | GENERIC INCLUDE/ASM HEADER FILES |
8b58be88 | 4104 | M: Arnd Bergmann <[email protected]> |
1527aab6 AB |
4105 | L: [email protected] |
4106 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | |
4107 | S: Maintained | |
14430813 JP |
4108 | F: include/asm-generic/ |
4109 | F: include/uapi/asm-generic/ | |
1527aab6 | 4110 | |
ff764963 KVA |
4111 | GENERIC PHY FRAMEWORK |
4112 | M: Kishon Vijay Abraham I <[email protected]> | |
4113 | L: [email protected] | |
4114 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git | |
4115 | S: Supported | |
4116 | F: drivers/phy/ | |
4117 | F: include/linux/phy/ | |
4118 | ||
ccb86a69 | 4119 | GENERIC UIO DRIVER FOR PCI DEVICES |
bda2562c | 4120 | M: "Michael S. Tsirkin" <[email protected]> |
ccb86a69 | 4121 | L: [email protected] |
ccb86a69 MT |
4122 | S: Supported |
4123 | F: drivers/uio/uio_pci_generic.c | |
4124 | ||
f8f1ec73 JP |
4125 | GET_MAINTAINER SCRIPT |
4126 | M: Joe Perches <[email protected]> | |
4127 | S: Maintained | |
4128 | F: scripts/get_maintainer.pl | |
4129 | ||
5be7b50f | 4130 | GFS2 FILE SYSTEM |
8b58be88 | 4131 | M: Steven Whitehouse <[email protected]> |
a4644184 | 4132 | L: [email protected] |
5be7b50f | 4133 | W: http://sources.redhat.com/cluster/ |
08deed1e JP |
4134 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git |
4135 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git | |
5be7b50f | 4136 | S: Supported |
679655da JP |
4137 | F: Documentation/filesystems/gfs2*.txt |
4138 | F: fs/gfs2/ | |
c117ab84 | 4139 | F: include/uapi/linux/gfs2_ondisk.h |
5be7b50f | 4140 | |
0a34eb8f | 4141 | GIGASET ISDN DRIVERS |
8b58be88 JP |
4142 | M: Hansjoerg Lipp <[email protected]> |
4143 | M: Tilman Schmidt <[email protected]> | |
0a34eb8f HL |
4144 | L: [email protected] |
4145 | W: http://gigaset307x.sourceforge.net/ | |
4146 | S: Maintained | |
679655da JP |
4147 | F: Documentation/isdn/README.gigaset |
4148 | F: drivers/isdn/gigaset/ | |
c117ab84 | 4149 | F: include/uapi/linux/gigaset_dev.h |
0a34eb8f | 4150 | |
7eea35fe JP |
4151 | GO7007 MPEG CODEC |
4152 | M: Hans Verkuil <[email protected]> | |
4153 | L: [email protected] | |
4154 | S: Maintained | |
4155 | F: drivers/media/usb/go7007/ | |
4156 | ||
a0dc00b4 | 4157 | GPIO SUBSYSTEM |
e4651a9f | 4158 | M: Linus Walleij <[email protected]> |
f2fa75cd | 4159 | M: Alexandre Courbot <[email protected]> |
d15b7179 | 4160 | L: [email protected] |
f2fa75cd LW |
4161 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
4162 | S: Maintained | |
4163 | F: Documentation/gpio/ | |
a0dc00b4 | 4164 | F: drivers/gpio/ |
bdc6e95e AC |
4165 | F: include/linux/gpio/ |
4166 | F: include/linux/gpio.h | |
9b692346 | 4167 | F: include/asm-generic/gpio.h |
a0dc00b4 | 4168 | |
71a6d0af HW |
4169 | GRE DEMULTIPLEXER DRIVER |
4170 | M: Dmitry Kozlov <[email protected]> | |
4171 | L: [email protected] | |
4172 | S: Maintained | |
11c26770 JP |
4173 | F: net/ipv4/gre_demux.c |
4174 | F: net/ipv4/gre_offload.c | |
71a6d0af HW |
4175 | F: include/net/gre.h |
4176 | ||
d4c41139 KG |
4177 | GRETH 10/100/1G Ethernet MAC device driver |
4178 | M: Kristoffer Glembo <[email protected]> | |
4179 | L: [email protected] | |
4180 | S: Maintained | |
a31a96ad | 4181 | F: drivers/net/ethernet/aeroflex/ |
d4c41139 | 4182 | |
e8deeae2 | 4183 | GSPCA FINEPIX SUBDRIVER |
8b58be88 | 4184 | M: Frank Zago <[email protected]> |
661263b5 | 4185 | L: [email protected] |
275ffde4 | 4186 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4187 | S: Maintained |
0c0d06ca | 4188 | F: drivers/media/usb/gspca/finepix.c |
e8deeae2 | 4189 | |
4b3fa3c4 OL |
4190 | GSPCA GL860 SUBDRIVER |
4191 | M: Olivier Lorin <[email protected]> | |
4192 | L: [email protected] | |
275ffde4 | 4193 | T: git git://linuxtv.org/media_tree.git |
4b3fa3c4 | 4194 | S: Maintained |
0c0d06ca | 4195 | F: drivers/media/usb/gspca/gl860/ |
4b3fa3c4 | 4196 | |
e8deeae2 | 4197 | GSPCA M5602 SUBDRIVER |
8b58be88 | 4198 | M: Erik Andren <[email protected]> |
661263b5 | 4199 | L: [email protected] |
275ffde4 | 4200 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4201 | S: Maintained |
0c0d06ca | 4202 | F: drivers/media/usb/gspca/m5602/ |
e8deeae2 JFM |
4203 | |
4204 | GSPCA PAC207 SONIXB SUBDRIVER | |
8b58be88 | 4205 | M: Hans de Goede <[email protected]> |
661263b5 | 4206 | L: [email protected] |
275ffde4 | 4207 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4208 | S: Maintained |
0c0d06ca | 4209 | F: drivers/media/usb/gspca/pac207.c |
e8deeae2 | 4210 | |
261982f1 | 4211 | GSPCA SN9C20X SUBDRIVER |
d95c5b0b | 4212 | M: Brian Johnson <[email protected]> |
261982f1 | 4213 | L: [email protected] |
275ffde4 | 4214 | T: git git://linuxtv.org/media_tree.git |
261982f1 | 4215 | S: Maintained |
0c0d06ca | 4216 | F: drivers/media/usb/gspca/sn9c20x.c |
261982f1 | 4217 | |
e8deeae2 | 4218 | GSPCA T613 SUBDRIVER |
8b58be88 | 4219 | M: Leandro Costantino <[email protected]> |
661263b5 | 4220 | L: [email protected] |
275ffde4 | 4221 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4222 | S: Maintained |
0c0d06ca | 4223 | F: drivers/media/usb/gspca/t613.c |
e8deeae2 JFM |
4224 | |
4225 | GSPCA USB WEBCAM DRIVER | |
fc3f906b | 4226 | M: Hans de Goede <[email protected]> |
661263b5 | 4227 | L: [email protected] |
275ffde4 | 4228 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4229 | S: Maintained |
0c0d06ca | 4230 | F: drivers/media/usb/gspca/ |
e8deeae2 | 4231 | |
584ec979 DB |
4232 | GUID PARTITION TABLE (GPT) |
4233 | M: Davidlohr Bueso <[email protected]> | |
4234 | L: [email protected] | |
4235 | S: Maintained | |
4236 | F: block/partitions/efi.* | |
4237 | ||
aa3c598b EG |
4238 | STK1160 USB VIDEO CAPTURE DRIVER |
4239 | M: Ezequiel Garcia <[email protected]> | |
4240 | L: [email protected] | |
275ffde4 | 4241 | T: git git://linuxtv.org/media_tree.git |
aa3c598b EG |
4242 | S: Maintained |
4243 | F: drivers/media/usb/stk1160/ | |
e8deeae2 | 4244 | |
71a6d0af HW |
4245 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
4246 | M: Frank Seidel <[email protected]> | |
4247 | L: [email protected] | |
4248 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |
4249 | S: Maintained | |
4250 | F: drivers/platform/x86/hdaps.c | |
4251 | ||
48fc9e26 HV |
4252 | HDPVR USB VIDEO ENCODER DRIVER |
4253 | M: Hans Verkuil <[email protected]> | |
4254 | L: [email protected] | |
4255 | T: git git://linuxtv.org/media_tree.git | |
4256 | W: http://linuxtv.org | |
4257 | S: Odd Fixes | |
14430813 | 4258 | F: drivers/media/usb/hdpvr/ |
48fc9e26 | 4259 | |
71a6d0af | 4260 | HWPOISON MEMORY FAILURE HANDLING |
f9625c48 | 4261 | M: Naoya Horiguchi <[email protected]> |
71a6d0af | 4262 | L: [email protected] |
71a6d0af HW |
4263 | S: Maintained |
4264 | F: mm/memory-failure.c | |
4265 | F: mm/hwpoison-inject.c | |
4266 | ||
4267 | HYPERVISOR VIRTUAL CONSOLE DRIVER | |
4268 | L: [email protected] | |
4269 | S: Odd Fixes | |
4270 | F: drivers/tty/hvc/ | |
4271 | ||
e5ab1477 AP |
4272 | HACKRF MEDIA DRIVER |
4273 | M: Antti Palosaari <[email protected]> | |
4274 | L: [email protected] | |
4275 | W: http://linuxtv.org/ | |
4276 | W: http://palosaari.fi/linux/ | |
4277 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4278 | T: git git://linuxtv.org/anttip/media_tree.git | |
4279 | S: Maintained | |
4280 | F: drivers/media/usb/hackrf/ | |
4281 | ||
5b543965 | 4282 | HARDWARE MONITORING |
7c81c60f | 4283 | M: Jean Delvare <[email protected]> |
ca462085 | 4284 | M: Guenter Roeck <[email protected]> |
5b543965 | 4285 | L: [email protected] |
595142e0 | 4286 | W: http://www.lm-sensors.org/ |
9e012c1a | 4287 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ |
885374e3 | 4288 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git |
9e012c1a | 4289 | S: Maintained |
047f4ec2 | 4290 | F: Documentation/hwmon/ |
679655da | 4291 | F: drivers/hwmon/ |
047f4ec2 | 4292 | F: include/linux/hwmon*.h |
5b543965 | 4293 | |
844dd05f | 4294 | HARDWARE RANDOM NUMBER GENERATOR CORE |
c0d0787b JP |
4295 | M: Matt Mackall <[email protected]> |
4296 | M: Herbert Xu <[email protected]> | |
4297 | S: Odd fixes | |
679655da JP |
4298 | F: Documentation/hw_random.txt |
4299 | F: drivers/char/hw_random/ | |
4300 | F: include/linux/hw_random.h | |
844dd05f | 4301 | |
8b37fcfc OBC |
4302 | HARDWARE SPINLOCK CORE |
4303 | M: Ohad Ben-Cohen <[email protected]> | |
4304 | S: Maintained | |
4305 | F: Documentation/hwspinlock.txt | |
4306 | F: drivers/hwspinlock/hwspinlock_* | |
4307 | F: include/linux/hwspinlock.h | |
4308 | ||
1da177e4 | 4309 | HARMONY SOUND DRIVER |
ac6aecbf | 4310 | L: [email protected] |
1da177e4 | 4311 | S: Maintained |
679655da | 4312 | F: sound/parisc/harmony.* |
1da177e4 | 4313 | |
91952bc0 AP |
4314 | HD29L2 MEDIA DRIVER |
4315 | M: Antti Palosaari <[email protected]> | |
4316 | L: [email protected] | |
4317 | W: http://linuxtv.org/ | |
4318 | W: http://palosaari.fi/linux/ | |
4319 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4320 | T: git git://linuxtv.org/anttip/media_tree.git | |
4321 | S: Maintained | |
4322 | F: drivers/media/dvb-frontends/hd29l2* | |
4323 | ||
e2d1d6c0 | 4324 | HEWLETT-PACKARD SMART2 RAID DRIVER |
e2d1d6c0 | 4325 | L: [email protected] |
af9f1b3c | 4326 | S: Orphan |
679655da JP |
4327 | F: Documentation/blockdev/cpqarray.txt |
4328 | F: drivers/block/cpqarray.* | |
e2d1d6c0 | 4329 | |
9257aa49 | 4330 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) |
693373db | 4331 | M: Don Brace <[email protected]> |
9257aa49 | 4332 | L: [email protected] |
693373db DB |
4333 | L: [email protected] |
4334 | L: [email protected] | |
9257aa49 SC |
4335 | S: Supported |
4336 | F: Documentation/scsi/hpsa.txt | |
4337 | F: drivers/scsi/hpsa*.[ch] | |
4338 | F: include/linux/cciss*.h | |
c117ab84 | 4339 | F: include/uapi/linux/cciss*.h |
9257aa49 | 4340 | |
e2d1d6c0 | 4341 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
693373db | 4342 | M: Don Brace <[email protected]> |
e2d1d6c0 | 4343 | L: [email protected] |
693373db DB |
4344 | L: [email protected] |
4345 | L: [email protected] | |
e2d1d6c0 | 4346 | S: Supported |
679655da JP |
4347 | F: Documentation/blockdev/cciss.txt |
4348 | F: drivers/block/cciss* | |
4349 | F: include/linux/cciss_ioctl.h | |
c117ab84 | 4350 | F: include/uapi/linux/cciss_ioctl.h |
e2d1d6c0 | 4351 | |
1da177e4 | 4352 | HFS FILESYSTEM |
6cf515e1 GU |
4353 | L: [email protected] |
4354 | S: Orphan | |
679655da JP |
4355 | F: Documentation/filesystems/hfs.txt |
4356 | F: fs/hfs/ | |
1da177e4 | 4357 | |
ef575f47 GU |
4358 | HFSPLUS FILESYSTEM |
4359 | L: [email protected] | |
4360 | S: Orphan | |
4361 | F: Documentation/filesystems/hfsplus.txt | |
4362 | F: fs/hfsplus/ | |
4363 | ||
1da177e4 | 4364 | HGA FRAMEBUFFER DRIVER |
8b58be88 | 4365 | M: Ferenc Bakonyi <[email protected]> |
1da177e4 LT |
4366 | L: [email protected] |
4367 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
4368 | S: Maintained | |
8a61f013 | 4369 | F: drivers/video/fbdev/hgafb.c |
1da177e4 | 4370 | |
4480f15b | 4371 | HIBERNATION (aka Software Suspend, aka swsusp) |
49db1903 | 4372 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 4373 | M: Pavel Machek <[email protected]> |
bf1c138e | 4374 | L: [email protected] |
e2d1d6c0 | 4375 | S: Supported |
679655da JP |
4376 | F: arch/x86/power/ |
4377 | F: drivers/base/power/ | |
4378 | F: kernel/power/ | |
4379 | F: include/linux/suspend.h | |
4380 | F: include/linux/freezer.h | |
4381 | F: include/linux/pm.h | |
679655da | 4382 | F: arch/*/include/asm/suspend*.h |
e2d1d6c0 | 4383 | |
4ef4caad | 4384 | HID CORE LAYER |
8b58be88 | 4385 | M: Jiri Kosina <[email protected]> |
eb76c5c0 | 4386 | L: [email protected] |
54e5881d | 4387 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad | 4388 | S: Maintained |
679655da JP |
4389 | F: drivers/hid/ |
4390 | F: include/linux/hid* | |
c117ab84 | 4391 | F: include/uapi/linux/hid* |
4ef4caad | 4392 | |
38bed542 | 4393 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
8b58be88 | 4394 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 4395 | L: [email protected] |
75fc2d37 | 4396 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
38bed542 | 4397 | S: Maintained |
679655da | 4398 | F: Documentation/timers/ |
5cee9645 | 4399 | F: kernel/time/hrtimer.c |
88606e80 TG |
4400 | F: kernel/time/clockevents.c |
4401 | F: kernel/time/tick*.* | |
4402 | F: kernel/time/timer_*.c | |
05ed8490 | 4403 | F: include/linux/clockchips.h |
679655da | 4404 | F: include/linux/hrtimer.h |
38bed542 | 4405 | |
1da177e4 | 4406 | HIGH-SPEED SCC DRIVER FOR AX.25 |
1da177e4 | 4407 | L: [email protected] |
8b64f2a0 | 4408 | S: Orphan |
679655da JP |
4409 | F: drivers/net/hamradio/dmascc.c |
4410 | F: drivers/net/hamradio/scc.c | |
1da177e4 | 4411 | |
ede1e6f8 | 4412 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
8b58be88 | 4413 | M: HighPoint Linux Team <[email protected]> |
ede1e6f8 HLT |
4414 | W: http://www.highpoint-tech.com |
4415 | S: Supported | |
679655da JP |
4416 | F: Documentation/scsi/hptiop.txt |
4417 | F: drivers/scsi/hptiop.c | |
ede1e6f8 | 4418 | |
1da177e4 | 4419 | HIPPI |
8b58be88 | 4420 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
4421 | L: [email protected] |
4422 | S: Maintained | |
679655da | 4423 | F: include/linux/hippidevice.h |
c117ab84 | 4424 | F: include/uapi/linux/if_hippi.h |
679655da | 4425 | F: net/802/hippi.c |
ff5a3b50 | 4426 | F: drivers/net/hippi/ |
1da177e4 | 4427 | |
ff1d2767 | 4428 | HOST AP DRIVER |
8b58be88 | 4429 | M: Jouni Malinen <[email protected]> |
85d32e7b | 4430 | L: [email protected] (subscribers-only) |
724c6b35 | 4431 | L: [email protected] |
ff1d2767 JM |
4432 | W: http://hostap.epitest.fi/ |
4433 | S: Maintained | |
679655da | 4434 | F: drivers/net/wireless/hostap/ |
ff1d2767 | 4435 | |
dd8cd779 | 4436 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
d0944853 | 4437 | L: [email protected] |
95c70215 | 4438 | S: Orphan |
679655da | 4439 | F: drivers/platform/x86/tc1100-wmi.c |
dd8cd779 | 4440 | |
e2d1d6c0 | 4441 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
8b58be88 | 4442 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 4443 | S: Maintained |
7e25d724 | 4444 | F: drivers/net/ethernet/hp/hp100.* |
e2d1d6c0 | 4445 | |
7d2c86b5 | 4446 | HPET: High Precision Event Timers driver |
8b58be88 | 4447 | M: Clemens Ladisch <[email protected]> |
b9b0332f | 4448 | S: Maintained |
679655da JP |
4449 | F: Documentation/timers/hpet.txt |
4450 | F: drivers/char/hpet.c | |
4451 | F: include/linux/hpet.h | |
c117ab84 | 4452 | F: include/uapi/linux/hpet.h |
b9b0332f | 4453 | |
e07b5d79 | 4454 | HPET: x86 |
9e06f631 | 4455 | S: Orphan |
679655da JP |
4456 | F: arch/x86/kernel/hpet.c |
4457 | F: arch/x86/include/asm/hpet.h | |
b9b0332f | 4458 | |
1da177e4 | 4459 | HPFS FILESYSTEM |
8b58be88 | 4460 | M: Mikulas Patocka <[email protected]> |
1da177e4 LT |
4461 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
4462 | S: Maintained | |
679655da | 4463 | F: fs/hpfs/ |
1da177e4 | 4464 | |
3441cded | 4465 | HSI SUBSYSTEM |
56459ea9 SR |
4466 | M: Sebastian Reichel <[email protected]> |
4467 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git | |
3441cded SR |
4468 | S: Maintained |
4469 | F: Documentation/ABI/testing/sysfs-bus-hsi | |
56459ea9 | 4470 | F: Documentation/hsi.txt |
3441cded SR |
4471 | F: drivers/hsi/ |
4472 | F: include/linux/hsi/ | |
4473 | F: include/uapi/linux/hsi/ | |
4474 | ||
7d2c86b5 | 4475 | HSO 3G MODEM DRIVER |
8b58be88 | 4476 | M: Jan Dumon <[email protected]> |
11cd29b0 DJB |
4477 | W: http://www.pharscape.org |
4478 | S: Maintained | |
679655da | 4479 | F: drivers/net/usb/hso.c |
11cd29b0 | 4480 | |
19990e29 AB |
4481 | HSR NETWORK PROTOCOL |
4482 | M: Arvid Brodin <[email protected]> | |
4483 | L: [email protected] | |
4484 | S: Maintained | |
4485 | F: net/hsr/ | |
4486 | ||
5a18c343 | 4487 | HTCPEN TOUCHSCREEN DRIVER |
8b58be88 | 4488 | M: Pau Oliva Fora <[email protected]> |
5a18c343 POF |
4489 | L: [email protected] |
4490 | S: Maintained | |
679655da | 4491 | F: drivers/input/touchscreen/htcpen.c |
5a18c343 | 4492 | |
1da177e4 | 4493 | HUGETLB FILESYSTEM |
6d49e352 | 4494 | M: Nadia Yvette Chambers <[email protected]> |
1da177e4 | 4495 | S: Maintained |
679655da | 4496 | F: fs/hugetlbfs/ |
1da177e4 | 4497 | |
05183189 S |
4498 | Hyper-V CORE AND DRIVERS |
4499 | M: K. Y. Srinivasan <[email protected]> | |
4500 | M: Haiyang Zhang <[email protected]> | |
4501 | L: [email protected] | |
4502 | S: Maintained | |
a4162747 HZ |
4503 | F: arch/x86/include/asm/mshyperv.h |
4504 | F: arch/x86/include/uapi/asm/hyperv.h | |
4505 | F: arch/x86/kernel/cpu/mshyperv.c | |
05183189 | 4506 | F: drivers/hid/hid-hyperv.c |
a4162747 | 4507 | F: drivers/hv/ |
f92ca80b | 4508 | F: drivers/input/serio/hyperv-keyboard.c |
05183189 | 4509 | F: drivers/net/hyperv/ |
a4162747 | 4510 | F: drivers/scsi/storvsc_drv.c |
8a61f013 | 4511 | F: drivers/video/fbdev/hyperv_fb.c |
a4162747 HZ |
4512 | F: include/linux/hyperv.h |
4513 | F: tools/hv/ | |
05183189 | 4514 | |
d85c8a6a | 4515 | I2C OVER PARALLEL PORT |
7c81c60f | 4516 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4517 | L: [email protected] |
4518 | S: Maintained | |
4519 | F: Documentation/i2c/busses/i2c-parport | |
4520 | F: Documentation/i2c/busses/i2c-parport-light | |
4521 | F: drivers/i2c/busses/i2c-parport.c | |
4522 | F: drivers/i2c/busses/i2c-parport-light.c | |
4523 | ||
4524 | I2C/SMBUS CONTROLLER DRIVERS FOR PC | |
7c81c60f | 4525 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4526 | L: [email protected] |
4527 | S: Maintained | |
4528 | F: Documentation/i2c/busses/i2c-ali1535 | |
4529 | F: Documentation/i2c/busses/i2c-ali1563 | |
4530 | F: Documentation/i2c/busses/i2c-ali15x3 | |
4531 | F: Documentation/i2c/busses/i2c-amd756 | |
4532 | F: Documentation/i2c/busses/i2c-amd8111 | |
4533 | F: Documentation/i2c/busses/i2c-i801 | |
4534 | F: Documentation/i2c/busses/i2c-nforce2 | |
4535 | F: Documentation/i2c/busses/i2c-piix4 | |
4536 | F: Documentation/i2c/busses/i2c-sis5595 | |
4537 | F: Documentation/i2c/busses/i2c-sis630 | |
4538 | F: Documentation/i2c/busses/i2c-sis96x | |
4539 | F: Documentation/i2c/busses/i2c-via | |
4540 | F: Documentation/i2c/busses/i2c-viapro | |
4541 | F: drivers/i2c/busses/i2c-ali1535.c | |
4542 | F: drivers/i2c/busses/i2c-ali1563.c | |
4543 | F: drivers/i2c/busses/i2c-ali15x3.c | |
4544 | F: drivers/i2c/busses/i2c-amd756.c | |
4545 | F: drivers/i2c/busses/i2c-amd756-s4882.c | |
4546 | F: drivers/i2c/busses/i2c-amd8111.c | |
4547 | F: drivers/i2c/busses/i2c-i801.c | |
4548 | F: drivers/i2c/busses/i2c-isch.c | |
4549 | F: drivers/i2c/busses/i2c-nforce2.c | |
4550 | F: drivers/i2c/busses/i2c-nforce2-s4985.c | |
4551 | F: drivers/i2c/busses/i2c-piix4.c | |
4552 | F: drivers/i2c/busses/i2c-sis5595.c | |
4553 | F: drivers/i2c/busses/i2c-sis630.c | |
4554 | F: drivers/i2c/busses/i2c-sis96x.c | |
4555 | F: drivers/i2c/busses/i2c-via.c | |
4556 | F: drivers/i2c/busses/i2c-viapro.c | |
4557 | ||
cb7f07a4 NH |
4558 | I2C/SMBUS ISMT DRIVER |
4559 | M: Seth Heasley <[email protected]> | |
4560 | M: Neil Horman <[email protected]> | |
4561 | L: [email protected] | |
4562 | F: drivers/i2c/busses/i2c-ismt.c | |
4563 | F: Documentation/i2c/busses/i2c-ismt | |
4564 | ||
6ea884db | 4565 | I2C/SMBUS STUB DRIVER |
7c81c60f | 4566 | M: Jean Delvare <[email protected]> |
846557d3 | 4567 | L: [email protected] |
6ea884db | 4568 | S: Maintained |
8547a5bc | 4569 | F: drivers/i2c/i2c-stub.c |
6ea884db | 4570 | |
5b543965 | 4571 | I2C SUBSYSTEM |
14d77c4d | 4572 | M: Wolfram Sang <[email protected]> |
846557d3 | 4573 | L: [email protected] |
9d4ea27a WS |
4574 | W: https://i2c.wiki.kernel.org/ |
4575 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | |
14d77c4d | 4576 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
1da177e4 | 4577 | S: Maintained |
679655da JP |
4578 | F: Documentation/i2c/ |
4579 | F: drivers/i2c/ | |
4580 | F: include/linux/i2c.h | |
03b70d62 | 4581 | F: include/linux/i2c-*.h |
c117ab84 CEB |
4582 | F: include/uapi/linux/i2c.h |
4583 | F: include/uapi/linux/i2c-*.h | |
1da177e4 | 4584 | |
4560d677 WS |
4585 | I2C ACPI SUPPORT |
4586 | M: Mika Westerberg <[email protected]> | |
4587 | L: [email protected] | |
4588 | L: [email protected] | |
4589 | S: Maintained | |
4560d677 | 4590 | |
d85c8a6a | 4591 | I2C-TAOS-EVM DRIVER |
7c81c60f | 4592 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4593 | L: [email protected] |
4594 | S: Maintained | |
4595 | F: Documentation/i2c/busses/i2c-taos-evm | |
4596 | F: drivers/i2c/busses/i2c-taos-evm.c | |
4597 | ||
e8c76eed | 4598 | I2C-TINY-USB DRIVER |
8b58be88 | 4599 | M: Till Harbaum <[email protected]> |
846557d3 | 4600 | L: [email protected] |
932d1872 | 4601 | W: http://www.harbaum.org/till/i2c_tiny_usb |
e8c76eed | 4602 | S: Maintained |
679655da | 4603 | F: drivers/i2c/busses/i2c-tiny-usb.c |
e8c76eed | 4604 | |
1da177e4 | 4605 | i386 BOOT CODE |
8b58be88 | 4606 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 4607 | S: Maintained |
679655da | 4608 | F: arch/x86/boot/ |
1da177e4 LT |
4609 | |
4610 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
8b58be88 | 4611 | M: "H. Peter Anvin" <[email protected]> |
54e5881d | 4612 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
4613 | S: Maintained |
4614 | ||
1da177e4 | 4615 | IA64 (Itanium) PLATFORM |
8b58be88 JP |
4616 | M: Tony Luck <[email protected]> |
4617 | M: Fenghua Yu <[email protected]> | |
1da177e4 | 4618 | L: [email protected] |
6b1c70b1 | 4619 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git |
1da177e4 | 4620 | S: Maintained |
679655da | 4621 | F: arch/ia64/ |
1da177e4 | 4622 | |
956c203c | 4623 | IBM Power in-Nest Crypto Acceleration |
5b88e270 KY |
4624 | M: Marcelo Henrique Cerri <[email protected]> |
4625 | M: Fionnuala Gunter <[email protected]> | |
956c203c KY |
4626 | L: [email protected] |
4627 | S: Supported | |
4628 | F: drivers/crypto/nx/ | |
4629 | ||
0e16aafb | 4630 | IBM Power 842 compression accelerator |
d1e66e6e | 4631 | M: Dan Streetman <[email protected]> |
0e16aafb SJ |
4632 | S: Supported |
4633 | F: drivers/crypto/nx/nx-842.c | |
4634 | F: include/linux/nx842.h | |
4635 | ||
1da177e4 | 4636 | IBM Power Linux RAID adapter |
8b58be88 | 4637 | M: Brian King <[email protected]> |
1da177e4 | 4638 | S: Supported |
679655da | 4639 | F: drivers/scsi/ipr.* |
1da177e4 | 4640 | |
9d348af4 SL |
4641 | IBM Power Virtual Ethernet Device Driver |
4642 | M: Santiago Leon <[email protected]> | |
4643 | L: [email protected] | |
4644 | S: Supported | |
9aa32835 | 4645 | F: drivers/net/ethernet/ibm/ibmveth.* |
9d348af4 | 4646 | |
e6babec6 NF |
4647 | IBM Power Virtual SCSI Device Drivers |
4648 | M: Nathan Fontenot <[email protected]> | |
4b7652cc RJ |
4649 | L: [email protected] |
4650 | S: Supported | |
e6babec6 NF |
4651 | F: drivers/scsi/ibmvscsi/ibmvscsi* |
4652 | F: drivers/scsi/ibmvscsi/viosrp.h | |
4653 | ||
4654 | IBM Power Virtual FC Device Drivers | |
4655 | M: Brian King <[email protected]> | |
4656 | L: [email protected] | |
4657 | S: Supported | |
4658 | F: drivers/scsi/ibmvscsi/ibmvfc* | |
4b7652cc | 4659 | |
1da177e4 | 4660 | IBM ServeRAID RAID DRIVER |
f9213e78 | 4661 | S: Orphan |
679655da | 4662 | F: drivers/scsi/ips.* |
1da177e4 | 4663 | |
6ed9f9c4 PT |
4664 | ICH LPC AND GPIO DRIVER |
4665 | M: Peter Tyser <[email protected]> | |
4666 | S: Maintained | |
4667 | F: drivers/mfd/lpc_ich.c | |
4668 | F: drivers/gpio/gpio-ich.c | |
4669 | ||
1e7106fc | 4670 | IDE SUBSYSTEM |
8b58be88 | 4671 | M: "David S. Miller" <[email protected]> |
1da177e4 | 4672 | L: [email protected] |
8a6e2535 | 4673 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ |
08deed1e | 4674 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git |
1da177e4 | 4675 | S: Maintained |
679655da JP |
4676 | F: Documentation/ide/ |
4677 | F: drivers/ide/ | |
4678 | F: include/linux/ide.h | |
1da177e4 | 4679 | |
6cb8c13d IP |
4680 | IDEAPAD LAPTOP EXTRAS DRIVER |
4681 | M: Ike Panhc <[email protected]> | |
4682 | L: [email protected] | |
4683 | W: http://launchpad.net/ideapad-laptop | |
4684 | S: Maintained | |
4685 | F: drivers/platform/x86/ideapad-laptop.c | |
4686 | ||
1ea4c161 AM |
4687 | IDEAPAD LAPTOP SLIDEBAR DRIVER |
4688 | M: Andrey Moiseev <[email protected]> | |
4689 | L: [email protected] | |
4690 | W: https://github.com/o2genum/ideapad-slidebar | |
4691 | S: Maintained | |
4692 | F: drivers/input/misc/ideapad_slidebar.c | |
4693 | ||
0f861e8c | 4694 | IDE/ATAPI DRIVERS |
487ba8e8 | 4695 | M: Borislav Petkov <[email protected]> |
9c5b0ce4 | 4696 | L: [email protected] |
c404c199 | 4697 | S: Maintained |
679655da JP |
4698 | F: Documentation/cdrom/ide-cd |
4699 | F: drivers/ide/ide-cd* | |
1da177e4 | 4700 | |
27471fdb | 4701 | IDLE-I7300 |
8b58be88 | 4702 | M: Andy Henroid <[email protected]> |
bf1c138e | 4703 | L: [email protected] |
27471fdb | 4704 | S: Supported |
679655da | 4705 | F: drivers/idle/i7300_idle.c |
27471fdb | 4706 | |
02cf2286 | 4707 | IEEE 802.15.4 SUBSYSTEM |
b6e195fd | 4708 | M: Alexander Aring <[email protected]> |
ebef9c12 VB |
4709 | L: [email protected] |
4710 | W: https://github.com/linux-wpan | |
4711 | T: git git://github.com/linux-wpan/linux-wpan-next.git | |
02cf2286 SL |
4712 | S: Maintained |
4713 | F: net/ieee802154/ | |
68653359 | 4714 | F: net/mac802154/ |
251741b1 | 4715 | F: drivers/net/ieee802154/ |
ebef9c12 | 4716 | F: Documentation/networking/ieee802154.txt |
02cf2286 | 4717 | |
40ad4a30 SY |
4718 | IGUANAWORKS USB IR TRANSCEIVER |
4719 | M: Sean Young <[email protected]> | |
4720 | L: [email protected] | |
4721 | S: Maintained | |
4722 | F: drivers/media/rc/iguanair.c | |
4723 | ||
9545f86e | 4724 | IIO SUBSYSTEM AND DRIVERS |
030a13d7 | 4725 | M: Jonathan Cameron <[email protected]> |
f0d61161 LPC |
4726 | R: Hartmut Knaack <[email protected]> |
4727 | R: Lars-Peter Clausen <[email protected]> | |
4728 | R: Peter Meerwald <[email protected]> | |
9545f86e AP |
4729 | L: [email protected] |
4730 | S: Maintained | |
03e7c251 | 4731 | F: drivers/iio/ |
9545f86e | 4732 | F: drivers/staging/iio/ |
8fe671fc | 4733 | F: include/linux/iio/ |
9545f86e | 4734 | |
65519263 SG |
4735 | IKANOS/ADI EAGLE ADSL USB DRIVER |
4736 | M: Matthieu Castet <[email protected]> | |
4737 | M: Stanislaw Gruszka <[email protected]> | |
4738 | S: Maintained | |
4739 | F: drivers/usb/atm/ueagle-atm.c | |
4740 | ||
e89ab51f GR |
4741 | INA209 HARDWARE MONITOR DRIVER |
4742 | M: Guenter Roeck <[email protected]> | |
4743 | L: [email protected] | |
4744 | S: Maintained | |
4745 | F: Documentation/hwmon/ina209 | |
4746 | F: Documentation/devicetree/bindings/i2c/ina209.txt | |
4747 | F: drivers/hwmon/ina209.c | |
4748 | ||
4749 | INA2XX HARDWARE MONITOR DRIVER | |
4750 | M: Guenter Roeck <[email protected]> | |
4751 | L: [email protected] | |
4752 | S: Maintained | |
4753 | F: Documentation/hwmon/ina2xx | |
4754 | F: drivers/hwmon/ina2xx.c | |
4755 | F: include/linux/platform_data/ina2xx.h | |
4756 | ||
14dc124f SIG |
4757 | INDUSTRY PACK SUBSYSTEM (IPACK) |
4758 | M: Samuel Iglesias Gonsalvez <[email protected]> | |
4759 | M: Jens Taprogge <[email protected]> | |
4760 | M: Greg Kroah-Hartman <[email protected]> | |
4761 | L: [email protected] | |
4762 | W: http://industrypack.sourceforge.net | |
4763 | S: Maintained | |
4764 | F: drivers/ipack/ | |
4765 | ||
aa7168f4 | 4766 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
74dd744f | 4767 | M: Mimi Zohar <[email protected]> |
8912176c | 4768 | M: Dmitry Kasatkin <[email protected]> |
74dd744f MZ |
4769 | L: [email protected] |
4770 | L: [email protected] | |
4771 | L: [email protected] | |
aa7168f4 | 4772 | S: Supported |
679655da | 4773 | F: security/integrity/ima/ |
aa7168f4 | 4774 | |
1da177e4 | 4775 | IMS TWINTURBO FRAMEBUFFER DRIVER |
c69f677c | 4776 | L: [email protected] |
843393d3 | 4777 | S: Orphan |
8a61f013 | 4778 | F: drivers/video/fbdev/imsttfb.c |
1da177e4 LT |
4779 | |
4780 | INFINIBAND SUBSYSTEM | |
db9fd848 | 4781 | M: Roland Dreier <[email protected]> |
8b58be88 JP |
4782 | M: Sean Hefty <[email protected]> |
4783 | M: Hal Rosenstock <[email protected]> | |
e6cc0fd1 | 4784 | L: [email protected] |
605841f5 | 4785 | W: http://www.openfabrics.org/ |
8a6e2535 | 4786 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
54e5881d | 4787 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 | 4788 | S: Supported |
679655da JP |
4789 | F: Documentation/infiniband/ |
4790 | F: drivers/infiniband/ | |
c117ab84 | 4791 | F: include/uapi/linux/if_infiniband.h |
1da177e4 | 4792 | |
c9f04f58 | 4793 | INOTIFY |
8b58be88 JP |
4794 | M: John McCutchan <[email protected]> |
4795 | M: Robert Love <[email protected]> | |
4796 | M: Eric Paris <[email protected]> | |
c9f04f58 | 4797 | S: Maintained |
679655da JP |
4798 | F: Documentation/filesystems/inotify.txt |
4799 | F: fs/notify/inotify/ | |
4800 | F: include/linux/inotify.h | |
c117ab84 | 4801 | F: include/uapi/linux/inotify.h |
c9f04f58 | 4802 | |
e2d1d6c0 | 4803 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
8b58be88 JP |
4804 | M: Dmitry Torokhov <[email protected]> |
4805 | M: Dmitry Torokhov <[email protected]> | |
e2d1d6c0 | 4806 | L: [email protected] |
8a6e2535 | 4807 | Q: http://patchwork.kernel.org/project/linux-input/list/ |
54e5881d | 4808 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
e2d1d6c0 | 4809 | S: Maintained |
679655da | 4810 | F: drivers/input/ |
f4eea7e2 | 4811 | F: include/linux/input.h |
c117ab84 | 4812 | F: include/uapi/linux/input.h |
f4eea7e2 | 4813 | F: include/linux/input/ |
e2d1d6c0 | 4814 | |
3267a87f HR |
4815 | INPUT MULTITOUCH (MT) PROTOCOL |
4816 | M: Henrik Rydberg <[email protected]> | |
4817 | L: [email protected] | |
7f9c2454 | 4818 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git |
3267a87f HR |
4819 | S: Maintained |
4820 | F: Documentation/input/multi-touch-protocol.txt | |
7f9c2454 | 4821 | F: drivers/input/input-mt.c |
3267a87f HR |
4822 | K: \b(ABS|SYN)_MT_ |
4823 | ||
4ac13e17 DJ |
4824 | INTEL C600 SERIES SAS CONTROLLER DRIVER |
4825 | M: Intel SCU Linux support <[email protected]> | |
fdc5813f | 4826 | M: Artur Paszkiewicz <[email protected]> |
4ac13e17 | 4827 | M: Dave Jiang <[email protected]> |
4ac13e17 | 4828 | L: [email protected] |
7106891a DJ |
4829 | T: git git://git.code.sf.net/p/intel-sas/isci |
4830 | S: Supported | |
4ac13e17 | 4831 | F: drivers/scsi/isci/ |
4ac13e17 | 4832 | |
26717172 LB |
4833 | INTEL IDLE DRIVER |
4834 | M: Len Brown <[email protected]> | |
bf1c138e | 4835 | L: [email protected] |
08deed1e | 4836 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
26717172 LB |
4837 | S: Supported |
4838 | F: drivers/idle/intel_idle.c | |
4839 | ||
9eb8ef74 | 4840 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
55a23c4a | 4841 | M: Maik Broemme <[email protected]> |
c69f677c | 4842 | L: [email protected] |
ce00f85c | 4843 | S: Maintained |
679655da | 4844 | F: Documentation/fb/intelfb.txt |
8a61f013 | 4845 | F: drivers/video/fbdev/intelfb/ |
9eb8ef74 | 4846 | |
1da177e4 | 4847 | INTEL 810/815 FRAMEBUFFER DRIVER |
8b58be88 | 4848 | M: Antonino Daplas <[email protected]> |
c69f677c | 4849 | L: [email protected] |
ce00f85c | 4850 | S: Maintained |
8a61f013 | 4851 | F: drivers/video/fbdev/i810/ |
1da177e4 | 4852 | |
f4a9bc4c | 4853 | INTEL MENLOW THERMAL DRIVER |
8b58be88 | 4854 | M: Sujith Thomas <[email protected]> |
d0944853 | 4855 | L: [email protected] |
5ca92bd9 | 4856 | W: https://01.org/linux-acpi |
f4a9bc4c | 4857 | S: Supported |
679655da | 4858 | F: drivers/platform/x86/intel_menlow.c |
f4a9bc4c | 4859 | |
1da177e4 | 4860 | INTEL IA32 MICROCODE UPDATE SUPPORT |
8b58be88 | 4861 | M: Tigran Aivazian <[email protected]> |
1da177e4 | 4862 | S: Maintained |
73d425fd JP |
4863 | F: arch/x86/kernel/cpu/microcode/core* |
4864 | F: arch/x86/kernel/cpu/microcode/intel* | |
1da177e4 | 4865 | |
248a9dc3 | 4866 | INTEL I/OAT DMA DRIVER |
18ebd564 | 4867 | M: Dave Jiang <[email protected]> |
08223d80 | 4868 | R: Dan Williams <[email protected]> |
18ebd564 DJ |
4869 | L: [email protected] |
4870 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
4871 | S: Supported | |
679655da | 4872 | F: drivers/dma/ioat* |
248a9dc3 | 4873 | |
6c8909b4 | 4874 | INTEL IOMMU (VT-d) |
8b58be88 | 4875 | M: David Woodhouse <[email protected]> |
6c8909b4 | 4876 | L: [email protected] |
54e5881d | 4877 | T: git git://git.infradead.org/iommu-2.6.git |
6c8909b4 | 4878 | S: Supported |
3fb39615 | 4879 | F: drivers/iommu/intel-iommu.c |
679655da | 4880 | F: include/linux/intel-iommu.h |
6c8909b4 | 4881 | |
b3e5f263 | 4882 | INTEL IOP-ADMA DMA DRIVER |
08223d80 | 4883 | R: Dan Williams <[email protected]> |
1dd8372d | 4884 | S: Odd fixes |
679655da | 4885 | F: drivers/dma/iop-adma.c |
b3e5f263 | 4886 | |
9251ce95 | 4887 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
5529c2cd | 4888 | M: Krzysztof Halasa <[email protected]> |
9251ce95 | 4889 | S: Maintained |
679655da JP |
4890 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
4891 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | |
4892 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | |
4893 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c | |
b47da977 | 4894 | F: drivers/net/ethernet/xscale/ixp4xx_eth.c |
679655da | 4895 | F: drivers/net/wan/ixp4xx_hss.c |
9251ce95 | 4896 | |
844dd05f | 4897 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
8b58be88 | 4898 | M: Deepak Saxena <[email protected]> |
844dd05f | 4899 | S: Maintained |
679655da | 4900 | F: drivers/char/hw_random/ixp4xx-rng.c |
844dd05f | 4901 | |
c3a803e8 | 4902 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) |
8b58be88 JP |
4903 | M: Jeff Kirsher <[email protected]> |
4904 | M: Jesse Brandeburg <[email protected]> | |
4905 | M: Bruce Allan <[email protected]> | |
0d164401 JK |
4906 | M: Carolyn Wyborny <[email protected]> |
4907 | M: Don Skidmore <[email protected]> | |
4908 | M: Greg Rose <[email protected]> | |
c3a803e8 | 4909 | M: Matthew Vick <[email protected]> |
8b58be88 | 4910 | M: John Ronciak <[email protected]> |
105bf2fe | 4911 | M: Mitch Williams <[email protected]> |
fcad3e6b | 4912 | M: Linux NICS <[email protected]> |
dcd01faf | 4913 | L: [email protected] |
f6fde11a | 4914 | W: http://www.intel.com/support/feedback.htm |
d94e6fed | 4915 | W: http://e1000.sourceforge.net/ |
dee1ad47 JK |
4916 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git |
4917 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git | |
1da177e4 | 4918 | S: Supported |
0d164401 JK |
4919 | F: Documentation/networking/e100.txt |
4920 | F: Documentation/networking/e1000.txt | |
4921 | F: Documentation/networking/e1000e.txt | |
4922 | F: Documentation/networking/igb.txt | |
4923 | F: Documentation/networking/igbvf.txt | |
4924 | F: Documentation/networking/ixgb.txt | |
4925 | F: Documentation/networking/ixgbe.txt | |
4926 | F: Documentation/networking/ixgbevf.txt | |
1bff6529 | 4927 | F: Documentation/networking/i40e.txt |
105bf2fe | 4928 | F: Documentation/networking/i40evf.txt |
dee1ad47 | 4929 | F: drivers/net/ethernet/intel/ |
bc90d291 | 4930 | F: drivers/net/ethernet/intel/*/ |
1da177e4 | 4931 | |
0963d59b LW |
4932 | INTEL-MID GPIO DRIVER |
4933 | M: David Cohen <[email protected]> | |
4934 | L: [email protected] | |
4935 | S: Maintained | |
4936 | F: drivers/gpio/gpio-intel-mid.c | |
4937 | ||
ca907a90 SY |
4938 | INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT |
4939 | M: Stanislav Yakovlev <[email protected]> | |
724c6b35 | 4940 | L: [email protected] |
ca907a90 | 4941 | S: Maintained |
679655da | 4942 | F: Documentation/networking/README.ipw2100 |
679655da | 4943 | F: Documentation/networking/README.ipw2200 |
ca907a90 | 4944 | F: drivers/net/wireless/ipw2x00/ |
826d2abe | 4945 | |
4bd96a7a | 4946 | INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) |
e9b7d7c8 GW |
4947 | M: Richard L Maliszewski <[email protected]> |
4948 | M: Gang Wei <[email protected]> | |
4bd96a7a SW |
4949 | M: Shane Wang <[email protected]> |
4950 | L: [email protected] | |
4951 | W: http://tboot.sourceforge.net | |
e9b7d7c8 | 4952 | T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot |
4bd96a7a SW |
4953 | S: Supported |
4954 | F: Documentation/intel_txt.txt | |
4955 | F: include/linux/tboot.h | |
4956 | F: arch/x86/kernel/tboot.c | |
4957 | ||
8a70da82 | 4958 | INTEL WIRELESS WIMAX CONNECTION 2400 |
8b58be88 | 4959 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 4960 | M: [email protected] |
63fae219 | 4961 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
4962 | S: Supported |
4963 | W: http://linuxwimax.org | |
679655da JP |
4964 | F: Documentation/wimax/README.i2400m |
4965 | F: drivers/net/wimax/i2400m/ | |
c117ab84 | 4966 | F: include/uapi/linux/wimax/i2400m.h |
8a70da82 | 4967 | |
1c0ce89c SG |
4968 | INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) |
4969 | M: Stanislaw Gruszka <[email protected]> | |
efa3144e | 4970 | L: [email protected] |
1c0ce89c | 4971 | S: Supported |
efa3144e WYG |
4972 | F: drivers/net/wireless/iwlegacy/ |
4973 | ||
b481de9c | 4974 | INTEL WIRELESS WIFI LINK (iwlwifi) |
15fae50a | 4975 | M: Johannes Berg <[email protected]> |
6161b02b | 4976 | M: Emmanuel Grumbach <[email protected]> |
a0bf797f | 4977 | M: Intel Linux Wireless <[email protected]> |
b481de9c | 4978 | L: [email protected] |
b481de9c | 4979 | W: http://intellinuxwireless.org |
b62ff718 | 4980 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git |
b481de9c | 4981 | S: Supported |
679655da | 4982 | F: drivers/net/wireless/iwlwifi/ |
b481de9c | 4983 | |
de8fe023 TW |
4984 | INTEL MANAGEMENT ENGINE (mei) |
4985 | M: Tomas Winkler <[email protected]> | |
4986 | L: [email protected] | |
4987 | S: Supported | |
c117ab84 | 4988 | F: include/uapi/linux/mei.h |
de8fe023 | 4989 | F: drivers/misc/mei/* |
e07950a1 | 4990 | F: Documentation/misc-devices/mei/* |
de8fe023 | 4991 | |
cb109a0e | 4992 | IOC3 ETHERNET DRIVER |
8b58be88 | 4993 | M: Ralf Baechle <[email protected]> |
1da177e4 LT |
4994 | L: [email protected] |
4995 | S: Maintained | |
8862bf1e | 4996 | F: drivers/net/ethernet/sgi/ioc3-eth.c |
1da177e4 | 4997 | |
cb109a0e | 4998 | IOC3 SERIAL DRIVER |
8b58be88 | 4999 | M: Pat Gefre <[email protected]> |
d39e0721 | 5000 | L: [email protected] |
cb109a0e | 5001 | S: Maintained |
df621252 | 5002 | F: drivers/tty/serial/ioc3_serial.c |
cb109a0e | 5003 | |
0b6e8569 SW |
5004 | IOMMU DRIVERS |
5005 | M: Joerg Roedel <[email protected]> | |
5006 | L: [email protected] | |
5007 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | |
5008 | S: Maintained | |
5009 | F: drivers/iommu/ | |
5010 | ||
4480f15b | 5011 | IP MASQUERADING |
8b58be88 | 5012 | M: Juanjo Ciarlante <[email protected]> |
1da177e4 | 5013 | S: Maintained |
679655da | 5014 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
1da177e4 | 5015 | |
1202d6ff | 5016 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
8b58be88 JP |
5017 | M: Francois Romieu <[email protected]> |
5018 | M: Sorbica Shieh <[email protected]> | |
1202d6ff FR |
5019 | L: [email protected] |
5020 | S: Maintained | |
7443713a | 5021 | F: drivers/net/ethernet/icplus/ipg.* |
1202d6ff | 5022 | |
4480f15b | 5023 | IPATH DRIVER |
8473c603 | 5024 | M: Mike Marciniszyn <[email protected]> |
e6cc0fd1 | 5025 | L: [email protected] |
52a09a04 | 5026 | S: Maintained |
679655da | 5027 | F: drivers/infiniband/hw/ipath/ |
77d8798b | 5028 | |
4409ebe9 | 5029 | IPMI SUBSYSTEM |
8b58be88 | 5030 | M: Corey Minyard <[email protected]> |
b0c90653 | 5031 | L: [email protected] (moderated for non-subscribers) |
4409ebe9 CM |
5032 | W: http://openipmi.sourceforge.net/ |
5033 | S: Supported | |
679655da JP |
5034 | F: Documentation/IPMI.txt |
5035 | F: drivers/char/ipmi/ | |
5036 | F: include/linux/ipmi* | |
c117ab84 | 5037 | F: include/uapi/linux/ipmi* |
4409ebe9 | 5038 | |
e2d1d6c0 | 5039 | IPS SCSI RAID DRIVER |
8b58be88 | 5040 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
5041 | L: [email protected] |
5042 | W: http://www.adaptec.com/ | |
5043 | S: Maintained | |
679655da | 5044 | F: drivers/scsi/ips* |
e2d1d6c0 RD |
5045 | |
5046 | IPVS | |
8b58be88 JP |
5047 | M: Wensong Zhang <[email protected]> |
5048 | M: Simon Horman <[email protected]> | |
5049 | M: Julian Anastasov <[email protected]> | |
979b6c13 | 5050 | L: [email protected] |
e2d1d6c0 | 5051 | L: [email protected] |
1da177e4 | 5052 | S: Maintained |
679655da | 5053 | F: Documentation/networking/ipvs-sysctl.txt |
b61d4a71 | 5054 | F: include/net/ip_vs.h |
c117ab84 | 5055 | F: include/uapi/linux/ip_vs.h |
679655da | 5056 | F: net/netfilter/ipvs/ |
1da177e4 | 5057 | |
e7839f25 | 5058 | IPWIRELESS DRIVER |
8b58be88 JP |
5059 | M: Jiri Kosina <[email protected]> |
5060 | M: David Sterba <[email protected]> | |
92094aa0 | 5061 | S: Odd Fixes |
282361a0 | 5062 | F: drivers/tty/ipwireless/ |
099dc4fb | 5063 | |
e2d1d6c0 | 5064 | IPX NETWORK LAYER |
8b58be88 | 5065 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 RD |
5066 | L: [email protected] |
5067 | S: Maintained | |
679655da | 5068 | F: include/net/ipx.h |
c117ab84 | 5069 | F: include/uapi/linux/ipx.h |
679655da | 5070 | F: net/ipx/ |
e2d1d6c0 | 5071 | |
1da177e4 | 5072 | IRDA SUBSYSTEM |
8b58be88 | 5073 | M: Samuel Ortiz <[email protected]> |
a2ac953d | 5074 | L: [email protected] (subscribers-only) |
ced649ea | 5075 | L: [email protected] |
1da177e4 | 5076 | W: http://irda.sourceforge.net/ |
f353976d | 5077 | S: Maintained |
e0057975 | 5078 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git |
679655da JP |
5079 | F: Documentation/networking/irda.txt |
5080 | F: drivers/net/irda/ | |
5081 | F: include/net/irda/ | |
5082 | F: net/irda/ | |
1da177e4 | 5083 | |
a800c7cc TG |
5084 | IRQ SUBSYSTEM |
5085 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 5086 | L: [email protected] |
a800c7cc | 5087 | S: Maintained |
75fc2d37 | 5088 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
a800c7cc | 5089 | F: kernel/irq/ |
2ed9fd28 JC |
5090 | |
5091 | IRQCHIP DRIVERS | |
5092 | M: Thomas Gleixner <[email protected]> | |
5093 | M: Jason Cooper <[email protected]> | |
5094 | L: [email protected] | |
5095 | S: Maintained | |
5096 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | |
5097 | T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core | |
5b5a9069 | 5098 | F: Documentation/devicetree/bindings/interrupt-controller/ |
edd96900 | 5099 | F: drivers/irqchip/ |
a800c7cc | 5100 | |
7ab3a837 GL |
5101 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
5102 | M: Benjamin Herrenschmidt <[email protected]> | |
7ab3a837 GL |
5103 | S: Maintained |
5104 | F: Documentation/IRQ-domain.txt | |
5105 | F: include/linux/irqdomain.h | |
5106 | F: kernel/irq/irqdomain.c | |
5107 | ||
e2d1d6c0 | 5108 | ISAPNP |
8b58be88 | 5109 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 5110 | S: Maintained |
679655da JP |
5111 | F: Documentation/isapnp.txt |
5112 | F: drivers/pnp/isapnp/ | |
5113 | F: include/linux/isapnp.h | |
e2d1d6c0 | 5114 | |
d39b8420 HV |
5115 | ISA RADIO MODULE |
5116 | M: Hans Verkuil <[email protected]> | |
5117 | L: [email protected] | |
5118 | T: git git://linuxtv.org/media_tree.git | |
5119 | W: http://linuxtv.org | |
5120 | S: Maintained | |
5121 | F: drivers/media/radio/radio-isa* | |
5122 | ||
71a6d0af HW |
5123 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
5124 | M: Peter Jones <[email protected]> | |
5125 | M: Konrad Rzeszutek Wilk <[email protected]> | |
5126 | S: Maintained | |
5127 | F: drivers/firmware/iscsi_ibft* | |
5128 | ||
14816b1e | 5129 | ISCSI |
8b58be88 | 5130 | M: Mike Christie <[email protected]> |
14816b1e MC |
5131 | L: [email protected] |
5132 | W: www.open-iscsi.org | |
54e5881d | 5133 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
14816b1e | 5134 | S: Maintained |
679655da JP |
5135 | F: drivers/scsi/*iscsi* |
5136 | F: include/scsi/*iscsi* | |
14816b1e | 5137 | |
1e65eb42 OG |
5138 | ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR |
5139 | M: Or Gerlitz <[email protected]> | |
b261aeaf | 5140 | M: Sagi Grimberg <[email protected]> |
1e65eb42 OG |
5141 | M: Roi Dayan <[email protected]> |
5142 | L: [email protected] | |
5143 | S: Supported | |
5144 | W: http://www.openfabrics.org | |
5145 | W: www.open-iscsi.org | |
5146 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
14430813 | 5147 | F: drivers/infiniband/ulp/iser/ |
1e65eb42 | 5148 | |
1da177e4 | 5149 | ISDN SUBSYSTEM |
8b58be88 | 5150 | M: Karsten Keil <[email protected]> |
d5d52273 | 5151 | L: [email protected] (subscribers-only) |
3da0ae62 | 5152 | L: [email protected] |
1da177e4 | 5153 | W: http://www.isdn4linux.de |
54e5881d | 5154 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
1da177e4 | 5155 | S: Maintained |
679655da JP |
5156 | F: Documentation/isdn/ |
5157 | F: drivers/isdn/ | |
5158 | F: include/linux/isdn.h | |
5159 | F: include/linux/isdn/ | |
c117ab84 CEB |
5160 | F: include/uapi/linux/isdn.h |
5161 | F: include/uapi/linux/isdn/ | |
1da177e4 LT |
5162 | |
5163 | ISDN SUBSYSTEM (Eicon active card driver) | |
8b58be88 | 5164 | M: Armin Schindler <[email protected]> |
d5d52273 | 5165 | L: [email protected] (subscribers-only) |
1da177e4 LT |
5166 | W: http://www.melware.de |
5167 | S: Maintained | |
679655da | 5168 | F: drivers/isdn/hardware/eicon/ |
1da177e4 | 5169 | |
d624870f | 5170 | IT87 HARDWARE MONITORING DRIVER |
7c81c60f | 5171 | M: Jean Delvare <[email protected]> |
d624870f JD |
5172 | L: [email protected] |
5173 | S: Maintained | |
5174 | F: Documentation/hwmon/it87 | |
5175 | F: drivers/hwmon/it87.c | |
5176 | ||
d7104bff AP |
5177 | IT913X MEDIA DRIVER |
5178 | M: Antti Palosaari <[email protected]> | |
5179 | L: [email protected] | |
5180 | W: http://linuxtv.org/ | |
5181 | W: http://palosaari.fi/linux/ | |
5182 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5183 | T: git git://linuxtv.org/anttip/media_tree.git | |
5184 | S: Maintained | |
249c697e | 5185 | F: drivers/media/tuners/it913x* |
d7104bff | 5186 | |
91821ff3 | 5187 | IVTV VIDEO4LINUX DRIVER |
6afdeaf8 | 5188 | M: Andy Walls <[email protected]> |
c4240509 | 5189 | L: [email protected] (moderated for non-subscribers) |
661263b5 | 5190 | L: [email protected] |
275ffde4 | 5191 | T: git git://linuxtv.org/media_tree.git |
91821ff3 HV |
5192 | W: http://www.ivtvdriver.org |
5193 | S: Maintained | |
679655da | 5194 | F: Documentation/video4linux/*.ivtv |
90d72ac6 | 5195 | F: drivers/media/pci/ivtv/ |
c117ab84 | 5196 | F: include/uapi/linux/ivtv* |
91821ff3 | 5197 | |
68620bdd MP |
5198 | IX2505V MEDIA DRIVER |
5199 | M: Malcolm Priestley <[email protected]> | |
5200 | L: [email protected] | |
5201 | W: http://linuxtv.org/ | |
5202 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5203 | S: Maintained | |
5204 | F: drivers/media/dvb-frontends/ix2505v* | |
5205 | ||
4453d736 GR |
5206 | JC42.4 TEMPERATURE SENSOR DRIVER |
5207 | M: Guenter Roeck <[email protected]> | |
5208 | L: [email protected] | |
5209 | S: Maintained | |
5210 | F: drivers/hwmon/jc42.c | |
5211 | F: Documentation/hwmon/jc42 | |
5212 | ||
e2d1d6c0 | 5213 | JFS FILESYSTEM |
3256f80f | 5214 | M: Dave Kleikamp <[email protected]> |
e2d1d6c0 RD |
5215 | L: [email protected] |
5216 | W: http://jfs.sourceforge.net/ | |
54e5881d | 5217 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
8f8f0134 | 5218 | S: Maintained |
679655da JP |
5219 | F: Documentation/filesystems/jfs.txt |
5220 | F: fs/jfs/ | |
e2d1d6c0 | 5221 | |
95252236 | 5222 | JME NETWORK DRIVER |
8b58be88 | 5223 | M: Guo-Fu Tseng <[email protected]> |
95252236 GFT |
5224 | L: [email protected] |
5225 | S: Maintained | |
63d24a0e | 5226 | F: drivers/net/ethernet/jme.* |
95252236 | 5227 | |
1da177e4 | 5228 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
8b58be88 | 5229 | M: David Woodhouse <[email protected]> |
6d85d066 DW |
5230 | L: [email protected] |
5231 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 | 5232 | S: Maintained |
679655da | 5233 | F: fs/jffs2/ |
c117ab84 | 5234 | F: include/uapi/linux/jffs2.h |
1da177e4 | 5235 | |
de456d37 | 5236 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
8b58be88 | 5237 | M: Andrew Morton <[email protected]> |
19003c18 | 5238 | M: Jan Kara <[email protected]> |
72be2ccf | 5239 | L: [email protected] |
ae0718f8 | 5240 | S: Maintained |
d183e11a | 5241 | F: fs/jbd/ |
d183e11a TT |
5242 | F: include/linux/jbd.h |
5243 | ||
5244 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) | |
5245 | M: "Theodore Ts'o" <[email protected]> | |
5246 | L: [email protected] | |
5247 | S: Maintained | |
5248 | F: fs/jbd2/ | |
5249 | F: include/linux/jbd2.h | |
ae0718f8 | 5250 | |
fd8b6cb4 | 5251 | JSM Neo PCI based serial card |
9d141cb9 | 5252 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
fd8b6cb4 BL |
5253 | L: [email protected] |
5254 | S: Maintained | |
df621252 | 5255 | F: drivers/tty/serial/jsm/ |
ae0718f8 | 5256 | |
af39917d CL |
5257 | K10TEMP HARDWARE MONITORING DRIVER |
5258 | M: Clemens Ladisch <[email protected]> | |
5259 | L: [email protected] | |
5260 | S: Maintained | |
5261 | F: Documentation/hwmon/k10temp | |
5262 | F: drivers/hwmon/k10temp.c | |
5263 | ||
4660cb35 | 5264 | K8TEMP HARDWARE MONITORING DRIVER |
8b58be88 | 5265 | M: Rudolf Marek <[email protected]> |
4660cb35 | 5266 | L: [email protected] |
ae0718f8 | 5267 | S: Maintained |
679655da JP |
5268 | F: Documentation/hwmon/k8temp |
5269 | F: drivers/hwmon/k8temp.c | |
ae0718f8 | 5270 | |
1da177e4 | 5271 | KCONFIG |
5eb1f99e | 5272 | M: "Yann E. MORIN" <[email protected]> |
347d12d7 | 5273 | L: [email protected] |
cea8321c | 5274 | T: git git://gitorious.org/linux-kconfig/linux-kconfig |
5eb1f99e | 5275 | S: Maintained |
679655da JP |
5276 | F: Documentation/kbuild/kconfig-language.txt |
5277 | F: scripts/kconfig/ | |
1da177e4 | 5278 | |
ea6c2089 | 5279 | KDUMP |
8b58be88 JP |
5280 | M: Vivek Goyal <[email protected]> |
5281 | M: Haren Myneni <[email protected]> | |
34633993 | 5282 | L: [email protected] |
ea6c2089 VG |
5283 | W: http://lse.sourceforge.net/kdump/ |
5284 | S: Maintained | |
80811493 | 5285 | F: Documentation/kdump/ |
ea6c2089 | 5286 | |
f41bf02f HV |
5287 | KEENE FM RADIO TRANSMITTER DRIVER |
5288 | M: Hans Verkuil <[email protected]> | |
5289 | L: [email protected] | |
5290 | T: git git://linuxtv.org/media_tree.git | |
5291 | W: http://linuxtv.org | |
5292 | S: Maintained | |
5293 | F: drivers/media/radio/radio-keene* | |
5294 | ||
1da177e4 | 5295 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
8b58be88 | 5296 | M: Ian Kent <[email protected]> |
f694fc97 | 5297 | L: [email protected] |
1da177e4 | 5298 | S: Maintained |
679655da | 5299 | F: fs/autofs4/ |
1da177e4 | 5300 | |
70fb7ba6 | 5301 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
5ce45962 | 5302 | M: Michal Marek <[email protected]> |
08deed1e JP |
5303 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next |
5304 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes | |
347d12d7 | 5305 | L: [email protected] |
5ce45962 | 5306 | S: Maintained |
679655da JP |
5307 | F: Documentation/kbuild/ |
5308 | F: Makefile | |
5309 | F: scripts/Makefile.* | |
70fb7ba6 MM |
5310 | F: scripts/basic/ |
5311 | F: scripts/mk* | |
5312 | F: scripts/package/ | |
1da177e4 LT |
5313 | |
5314 | KERNEL JANITORS | |
c3000e03 | 5315 | L: [email protected] |
10466f5a | 5316 | W: http://kernelnewbies.org/KernelJanitors |
ee709b0c | 5317 | S: Odd Fixes |
1da177e4 | 5318 | |
e8b43555 | 5319 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
8b58be88 | 5320 | M: "J. Bruce Fields" <[email protected]> |
16141c02 | 5321 | L: [email protected] |
1da177e4 | 5322 | W: http://nfs.sourceforge.net/ |
98fac23f | 5323 | S: Supported |
679655da | 5324 | F: fs/nfsd/ |
c117ab84 | 5325 | F: include/uapi/linux/nfsd/ |
679655da JP |
5326 | F: fs/lockd/ |
5327 | F: fs/nfs_common/ | |
5328 | F: net/sunrpc/ | |
5329 | F: include/linux/lockd/ | |
5330 | F: include/linux/sunrpc/ | |
c117ab84 | 5331 | F: include/uapi/linux/sunrpc/ |
1da177e4 | 5332 | |
13b122b3 SK |
5333 | KERNEL SELFTEST FRAMEWORK |
5334 | M: Shuah Khan <[email protected]> | |
5335 | L: [email protected] | |
5336 | T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest | |
5337 | S: Maintained | |
5338 | F: tools/testing/selftests | |
5339 | ||
426d62e2 | 5340 | KERNEL VIRTUAL MACHINE (KVM) |
0a00a775 | 5341 | M: Gleb Natapov <[email protected]> |
c93a64fe | 5342 | M: Paolo Bonzini <[email protected]> |
1fc9d2bf | 5343 | L: [email protected] |
e3e58478 | 5344 | W: http://www.linux-kvm.org |
a94b40a6 | 5345 | T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git |
426d62e2 | 5346 | S: Supported |
c93a64fe PB |
5347 | F: Documentation/*/kvm*.txt |
5348 | F: Documentation/virtual/kvm/ | |
679655da JP |
5349 | F: arch/*/kvm/ |
5350 | F: arch/*/include/asm/kvm* | |
5351 | F: include/linux/kvm* | |
c117ab84 | 5352 | F: include/uapi/linux/kvm* |
679655da | 5353 | F: virt/kvm/ |
426d62e2 | 5354 | |
ad8003d3 | 5355 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
7de609c8 | 5356 | M: Joerg Roedel <[email protected]> |
1fc9d2bf AK |
5357 | L: [email protected] |
5358 | W: http://kvm.qumranet.com | |
7de609c8 | 5359 | S: Maintained |
679655da | 5360 | F: arch/x86/include/asm/svm.h |
679655da | 5361 | F: arch/x86/kvm/svm.c |
426d62e2 | 5362 | |
513014b7 | 5363 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
ddf0289d | 5364 | M: Alexander Graf <[email protected]> |
1fc9d2bf AK |
5365 | L: [email protected] |
5366 | W: http://kvm.qumranet.com | |
6a7f972d | 5367 | T: git git://github.com/agraf/linux-2.6.git |
513014b7 | 5368 | S: Supported |
679655da JP |
5369 | F: arch/powerpc/include/asm/kvm* |
5370 | F: arch/powerpc/kvm/ | |
513014b7 | 5371 | |
1fc9d2bf | 5372 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
8b58be88 | 5373 | M: Xiantao Zhang <[email protected]> |
1fc9d2bf AK |
5374 | L: [email protected] |
5375 | W: http://kvm.qumranet.com | |
920ed9f1 | 5376 | S: Supported |
679655da JP |
5377 | F: Documentation/ia64/kvm.txt |
5378 | F: arch/ia64/include/asm/kvm* | |
5379 | F: arch/ia64/kvm/ | |
920ed9f1 | 5380 | |
85f8fffe | 5381 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
8b58be88 | 5382 | M: Christian Borntraeger <[email protected]> |
4ae57b6c | 5383 | M: Cornelia Huck <[email protected]> |
85f8fffe CB |
5384 | M: [email protected] |
5385 | L: [email protected] | |
5386 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
5387 | S: Supported | |
679655da JP |
5388 | F: Documentation/s390/kvm.txt |
5389 | F: arch/s390/include/asm/kvm* | |
80811493 | 5390 | F: arch/s390/kvm/ |
a968cd3e | 5391 | F: drivers/s390/kvm/ |
85f8fffe | 5392 | |
a749474d | 5393 | KERNEL VIRTUAL MACHINE (KVM) FOR ARM |
0f4ca79e | 5394 | M: Christoffer Dall <[email protected]> |
5c8818b4 MZ |
5395 | M: Marc Zyngier <[email protected]> |
5396 | L: [email protected] (moderated for non-subscribers) | |
a749474d CD |
5397 | L: [email protected] |
5398 | W: http://systems.cs.columbia.edu/projects/kvm-arm | |
0f4ca79e | 5399 | S: Supported |
a749474d CD |
5400 | F: arch/arm/include/uapi/asm/kvm* |
5401 | F: arch/arm/include/asm/kvm* | |
5402 | F: arch/arm/kvm/ | |
5c8818b4 MZ |
5403 | F: virt/kvm/arm/ |
5404 | F: include/kvm/arm_* | |
a749474d | 5405 | |
6394a3ec | 5406 | KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) |
5c8818b4 | 5407 | M: Christoffer Dall <[email protected]> |
6394a3ec MZ |
5408 | M: Marc Zyngier <[email protected]> |
5409 | L: [email protected] (moderated for non-subscribers) | |
5410 | L: [email protected] | |
5411 | S: Maintained | |
5412 | F: arch/arm64/include/uapi/asm/kvm* | |
5413 | F: arch/arm64/include/asm/kvm* | |
5414 | F: arch/arm64/kvm/ | |
5415 | ||
dc009d92 | 5416 | KEXEC |
8b58be88 | 5417 | M: Eric Biederman <[email protected]> |
2f327dad | 5418 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
34633993 | 5419 | L: [email protected] |
dc009d92 | 5420 | S: Maintained |
679655da | 5421 | F: include/linux/kexec.h |
c117ab84 | 5422 | F: include/uapi/linux/kexec.h |
679655da | 5423 | F: kernel/kexec.c |
dc009d92 | 5424 | |
e971461f DH |
5425 | KEYS/KEYRINGS: |
5426 | M: David Howells <[email protected]> | |
5427 | L: [email protected] | |
5428 | S: Maintained | |
d410fa4e | 5429 | F: Documentation/security/keys.txt |
e971461f DH |
5430 | F: include/linux/key.h |
5431 | F: include/linux/key-type.h | |
5432 | F: include/keys/ | |
5433 | F: security/keys/ | |
5434 | ||
7f3c68be | 5435 | KEYS-TRUSTED |
74dd744f MZ |
5436 | M: David Safford <[email protected]> |
5437 | M: Mimi Zohar <[email protected]> | |
7f3c68be MZ |
5438 | L: [email protected] |
5439 | L: [email protected] | |
5440 | S: Supported | |
d410fa4e | 5441 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be MZ |
5442 | F: include/keys/trusted-type.h |
5443 | F: security/keys/trusted.c | |
5444 | F: security/keys/trusted.h | |
5445 | ||
5446 | KEYS-ENCRYPTED | |
74dd744f MZ |
5447 | M: Mimi Zohar <[email protected]> |
5448 | M: David Safford <[email protected]> | |
7f3c68be MZ |
5449 | L: [email protected] |
5450 | L: [email protected] | |
5451 | S: Supported | |
d410fa4e | 5452 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be | 5453 | F: include/keys/encrypted-type.h |
19c90aa6 | 5454 | F: security/keys/encrypted-keys/ |
7f3c68be | 5455 | |
5b778dad | 5456 | KGDB / KDB /debug_core |
8b58be88 | 5457 | M: Jason Wessel <[email protected]> |
4063eb5f | 5458 | W: http://kgdb.wiki.kernel.org/ |
e3e2aaf7 JW |
5459 | L: [email protected] |
5460 | S: Maintained | |
679655da JP |
5461 | F: Documentation/DocBook/kgdb.tmpl |
5462 | F: drivers/misc/kgdbts.c | |
df621252 | 5463 | F: drivers/tty/serial/kgdboc.c |
5b778dad | 5464 | F: include/linux/kdb.h |
679655da | 5465 | F: include/linux/kgdb.h |
4063eb5f | 5466 | F: kernel/debug/ |
e3e2aaf7 | 5467 | |
456db8cc | 5468 | KMEMCHECK |
8b58be88 | 5469 | M: Vegard Nossum <[email protected]> |
2ed1c525 | 5470 | M: Pekka Enberg <[email protected]> |
b9ce08c0 | 5471 | S: Maintained |
410d7a97 JP |
5472 | F: Documentation/kmemcheck.txt |
5473 | F: arch/x86/include/asm/kmemcheck.h | |
5474 | F: arch/x86/mm/kmemcheck/ | |
5475 | F: include/linux/kmemcheck.h | |
5476 | F: mm/kmemcheck.c | |
b9ce08c0 | 5477 | |
c3bb4d24 | 5478 | KMEMLEAK |
8b58be88 | 5479 | M: Catalin Marinas <[email protected]> |
c3bb4d24 CM |
5480 | S: Maintained |
5481 | F: Documentation/kmemleak.txt | |
5482 | F: include/linux/kmemleak.h | |
5483 | F: mm/kmemleak.c | |
5484 | F: mm/kmemleak-test.c | |
5485 | ||
89559a61 | 5486 | KPROBES |
8b58be88 JP |
5487 | M: Ananth N Mavinakayanahalli <[email protected]> |
5488 | M: Anil S Keshavamurthy <[email protected]> | |
5489 | M: "David S. Miller" <[email protected]> | |
97c29e74 | 5490 | M: Masami Hiramatsu <[email protected]> |
89559a61 | 5491 | S: Maintained |
679655da JP |
5492 | F: Documentation/kprobes.txt |
5493 | F: include/linux/kprobes.h | |
5494 | F: kernel/kprobes.c | |
89559a61 | 5495 | |
70e84049 | 5496 | KS0108 LCD CONTROLLER DRIVER |
8b58be88 | 5497 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
5498 | W: http://miguelojeda.es/auxdisplay.htm |
5499 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 5500 | S: Maintained |
679655da JP |
5501 | F: Documentation/auxdisplay/ks0108 |
5502 | F: drivers/auxdisplay/ks0108.c | |
5503 | F: include/linux/ks0108.h | |
70e84049 | 5504 | |
1da177e4 | 5505 | LAPB module |
1da177e4 | 5506 | L: [email protected] |
bf9915cc | 5507 | S: Orphan |
679655da JP |
5508 | F: Documentation/networking/lapb-module.txt |
5509 | F: include/*/lapb.h | |
5510 | F: net/lapb/ | |
1da177e4 LT |
5511 | |
5512 | LASI 53c700 driver for PARISC | |
8b58be88 | 5513 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
5514 | L: [email protected] |
5515 | S: Maintained | |
679655da JP |
5516 | F: Documentation/scsi/53c700.txt |
5517 | F: drivers/scsi/53c700* | |
1da177e4 | 5518 | |
263de9b5 | 5519 | LED SUBSYSTEM |
c772fc26 | 5520 | M: Bryan Wu <[email protected]> |
8b58be88 | 5521 | M: Richard Purdie <[email protected]> |
aa69cb8c BW |
5522 | L: [email protected] |
5523 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | |
263de9b5 | 5524 | S: Maintained |
679655da JP |
5525 | F: drivers/leds/ |
5526 | F: include/linux/leds.h | |
263de9b5 | 5527 | |
b0461a44 | 5528 | LEGACY EEPROM DRIVER |
7c81c60f | 5529 | M: Jean Delvare <[email protected]> |
b0461a44 JD |
5530 | S: Maintained |
5531 | F: Documentation/misc-devices/eeprom | |
5532 | F: drivers/misc/eeprom/eeprom.c | |
5533 | ||
1da177e4 | 5534 | LEGO USB Tower driver |
8b58be88 | 5535 | M: Juergen Stuber <[email protected]> |
1da177e4 LT |
5536 | L: [email protected] |
5537 | W: http://legousb.sourceforge.net/ | |
5538 | S: Maintained | |
679655da | 5539 | F: drivers/usb/misc/legousbtower.c |
1da177e4 | 5540 | |
055616a8 MK |
5541 | LG2160 MEDIA DRIVER |
5542 | M: Michael Krufky <[email protected]> | |
5543 | L: [email protected] | |
5544 | W: http://linuxtv.org/ | |
5545 | W: http://github.com/mkrufky | |
5546 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5547 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5548 | S: Maintained | |
5549 | F: drivers/media/dvb-frontends/lg2160.* | |
5550 | ||
6f0e7725 MK |
5551 | LGDT3305 MEDIA DRIVER |
5552 | M: Michael Krufky <[email protected]> | |
5553 | L: [email protected] | |
5554 | W: http://linuxtv.org/ | |
5555 | W: http://github.com/mkrufky | |
5556 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5557 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5558 | S: Maintained | |
5559 | F: drivers/media/dvb-frontends/lgdt3305.* | |
5560 | ||
568a17ff | 5561 | LGUEST |
8b58be88 | 5562 | M: Rusty Russell <[email protected]> |
a4724ed6 | 5563 | L: [email protected] |
568a17ff | 5564 | W: http://lguest.ozlabs.org/ |
72e91863 | 5565 | S: Odd Fixes |
070f420b | 5566 | F: arch/x86/include/asm/lguest*.h |
679655da JP |
5567 | F: arch/x86/lguest/ |
5568 | F: drivers/lguest/ | |
5569 | F: include/linux/lguest*.h | |
070f420b | 5570 | F: tools/lguest/ |
568a17ff | 5571 | |
1acd437c SL |
5572 | LIBLOCKDEP |
5573 | M: Sasha Levin <[email protected]> | |
5574 | S: Maintained | |
5575 | F: tools/lib/lockdep/ | |
5576 | ||
1da177e4 | 5577 | LINUX FOR IBM pSERIES (RS/6000) |
8b58be88 | 5578 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
5579 | W: http://www.ibm.com/linux/ltc/projects/ppc |
5580 | S: Supported | |
11c34c7d | 5581 | F: arch/powerpc/boot/rs6000.h |
1da177e4 | 5582 | |
852bb9f5 | 5583 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
8b58be88 JP |
5584 | M: Benjamin Herrenschmidt <[email protected]> |
5585 | M: Paul Mackerras <[email protected]> | |
ea668936 | 5586 | M: Michael Ellerman <[email protected]> |
1da177e4 | 5587 | W: http://www.penguinppc.org/ |
a4724ed6 | 5588 | L: [email protected] |
8a6e2535 | 5589 | Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ |
54e5881d | 5590 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
1da177e4 | 5591 | S: Supported |
11c34c7d JP |
5592 | F: Documentation/powerpc/ |
5593 | F: arch/powerpc/ | |
1da177e4 LT |
5594 | |
5595 | LINUX FOR POWER MACINTOSH | |
8b58be88 | 5596 | M: Benjamin Herrenschmidt <[email protected]> |
1da177e4 | 5597 | W: http://www.penguinppc.org/ |
a4724ed6 | 5598 | L: [email protected] |
1da177e4 | 5599 | S: Maintained |
11c34c7d JP |
5600 | F: arch/powerpc/platforms/powermac/ |
5601 | F: drivers/macintosh/ | |
1da177e4 | 5602 | |
77a76369 | 5603 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
a149507b | 5604 | M: Anatolij Gustschin <[email protected]> |
a4724ed6 | 5605 | L: [email protected] |
cba5b1c6 | 5606 | T: git git://git.denx.de/linux-denx-agust.git |
1da177e4 | 5607 | S: Maintained |
11c34c7d JP |
5608 | F: arch/powerpc/platforms/512x/ |
5609 | F: arch/powerpc/platforms/52xx/ | |
1da177e4 LT |
5610 | |
5611 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
1d11cd67 | 5612 | M: Alistair Popple <[email protected]> |
8b58be88 | 5613 | M: Matt Porter <[email protected]> |
1da177e4 | 5614 | W: http://www.penguinppc.org/ |
a4724ed6 | 5615 | L: [email protected] |
1da177e4 | 5616 | S: Maintained |
11c34c7d JP |
5617 | F: arch/powerpc/platforms/40x/ |
5618 | F: arch/powerpc/platforms/44x/ | |
1da177e4 | 5619 | |
260c02a9 | 5620 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
a4724ed6 | 5621 | L: [email protected] |
cdeb8994 | 5622 | S: Orphan |
11c34c7d JP |
5623 | F: arch/powerpc/*/*virtex* |
5624 | F: arch/powerpc/*/*/*virtex* | |
1da177e4 | 5625 | |
e93adf1e | 5626 | LINUX FOR POWERPC EMBEDDED PPC8XX |
8b58be88 | 5627 | M: Vitaly Bordug <[email protected]> |
e93adf1e | 5628 | W: http://www.penguinppc.org/ |
a4724ed6 | 5629 | L: [email protected] |
e93adf1e | 5630 | S: Maintained |
a2b1f7c8 | 5631 | F: arch/powerpc/platforms/8xx/ |
e93adf1e | 5632 | |
1da177e4 | 5633 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
a1e0fb42 | 5634 | M: Scott Wood <[email protected]> |
8b58be88 | 5635 | M: Kumar Gala <[email protected]> |
ce00f85c | 5636 | W: http://www.penguinppc.org/ |
a4724ed6 | 5637 | L: [email protected] |
a1e0fb42 | 5638 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git |
ce00f85c | 5639 | S: Maintained |
11c34c7d | 5640 | F: arch/powerpc/platforms/83xx/ |
4c8f581d | 5641 | F: arch/powerpc/platforms/85xx/ |
1da177e4 | 5642 | |
ab06ff3a | 5643 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
8b58be88 | 5644 | M: Olof Johansson <[email protected]> |
a4724ed6 | 5645 | L: [email protected] |
92e19709 | 5646 | S: Maintained |
11c34c7d JP |
5647 | F: arch/powerpc/platforms/pasemi/ |
5648 | F: drivers/*/*pasemi* | |
5649 | F: drivers/*/*/*pasemi* | |
ab06ff3a | 5650 | |
1da177e4 | 5651 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
8b58be88 | 5652 | M: Chris Wright <[email protected]> |
1a4520be | 5653 | L: [email protected] |
1da177e4 LT |
5654 | S: Supported |
5655 | ||
a23ce6da HW |
5656 | LIS3LV02D ACCELEROMETER DRIVER |
5657 | M: Eric Piel <[email protected]> | |
5658 | S: Maintained | |
ff606677 JD |
5659 | F: Documentation/misc-devices/lis3lv02d |
5660 | F: drivers/misc/lis3lv02d/ | |
bd35665f | 5661 | F: drivers/platform/x86/hp_accel.c |
a23ce6da | 5662 | |
e2d1d6c0 | 5663 | LLC (802.2) |
8b58be88 | 5664 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 | 5665 | S: Maintained |
679655da | 5666 | F: include/linux/llc.h |
c117ab84 | 5667 | F: include/uapi/linux/llc.h |
679655da JP |
5668 | F: include/net/llc* |
5669 | F: net/llc/ | |
e2d1d6c0 | 5670 | |
4e233cbe AD |
5671 | LM73 HARDWARE MONITOR DRIVER |
5672 | M: Guillaume Ligneul <[email protected]> | |
5673 | L: [email protected] | |
5674 | S: Maintained | |
5675 | F: drivers/hwmon/lm73.c | |
5676 | ||
156e2d1a | 5677 | LM78 HARDWARE MONITOR DRIVER |
7c81c60f | 5678 | M: Jean Delvare <[email protected]> |
156e2d1a JD |
5679 | L: [email protected] |
5680 | S: Maintained | |
5681 | F: Documentation/hwmon/lm78 | |
5682 | F: drivers/hwmon/lm78.c | |
5683 | ||
1da177e4 | 5684 | LM83 HARDWARE MONITOR DRIVER |
7c81c60f | 5685 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5686 | L: [email protected] |
1da177e4 | 5687 | S: Maintained |
679655da JP |
5688 | F: Documentation/hwmon/lm83 |
5689 | F: drivers/hwmon/lm83.c | |
1da177e4 LT |
5690 | |
5691 | LM90 HARDWARE MONITOR DRIVER | |
7c81c60f | 5692 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5693 | L: [email protected] |
1da177e4 | 5694 | S: Maintained |
679655da | 5695 | F: Documentation/hwmon/lm90 |
aae7bce4 | 5696 | F: Documentation/devicetree/bindings/hwmon/lm90.txt |
679655da | 5697 | F: drivers/hwmon/lm90.c |
1da177e4 | 5698 | |
917cc4e6 GR |
5699 | LM95234 HARDWARE MONITOR DRIVER |
5700 | M: Guenter Roeck <[email protected]> | |
5701 | L: [email protected] | |
5702 | S: Maintained | |
5703 | F: Documentation/hwmon/lm95234 | |
5704 | F: drivers/hwmon/lm95234.c | |
5705 | ||
68620bdd MP |
5706 | LME2510 MEDIA DRIVER |
5707 | M: Malcolm Priestley <[email protected]> | |
5708 | L: [email protected] | |
5709 | W: http://linuxtv.org/ | |
5710 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5711 | S: Maintained | |
5712 | F: drivers/media/usb/dvb-usb-v2/lmedm04* | |
5713 | ||
512e67f9 | 5714 | LOCKDEP AND LOCKSTAT |
8b58be88 JP |
5715 | M: Peter Zijlstra <[email protected]> |
5716 | M: Ingo Molnar <[email protected]> | |
981c3a4f | 5717 | L: [email protected] |
75fc2d37 | 5718 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking |
512e67f9 | 5719 | S: Maintained |
214e0aed DB |
5720 | F: Documentation/locking/lockdep*.txt |
5721 | F: Documentation/locking/lockstat.txt | |
679655da | 5722 | F: include/linux/lockdep.h |
7486d6da | 5723 | F: kernel/locking/ |
512e67f9 | 5724 | |
dde33348 | 5725 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
8b58be88 | 5726 | M: "Richard Russon (FlatCap)" <[email protected]> |
dde33348 AA |
5727 | L: [email protected] |
5728 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 | 5729 | S: Maintained |
679655da | 5730 | F: Documentation/ldm.txt |
20d16fef | 5731 | F: block/partitions/ldm.* |
1da177e4 | 5732 | |
ef6ada3d JE |
5733 | LogFS |
5734 | M: Joern Engel <[email protected]> | |
756ccb3c | 5735 | M: Prasad Joshi <[email protected]> |
ef6ada3d JE |
5736 | L: [email protected] |
5737 | W: logfs.org | |
5738 | S: Maintained | |
5739 | F: fs/logfs/ | |
5740 | ||
b62d7946 RS |
5741 | LPC32XX MACHINE SUPPORT |
5742 | M: Roland Stigge <[email protected]> | |
5743 | L: [email protected] (moderated for non-subscribers) | |
5744 | S: Maintained | |
5745 | F: arch/arm/mach-lpc32xx/ | |
5746 | ||
c87e34ef | 5747 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
3a980508 RS |
5748 | M: Nagalakshmi Nandigama <[email protected]> |
5749 | M: Praveen Krishnamoorthy <[email protected]> | |
5750 | M: Sreekanth Reddy <[email protected]> | |
5751 | M: Abhijit Mahajan <[email protected]> | |
5752 | L: [email protected] | |
c87e34ef MED |
5753 | L: [email protected] |
5754 | W: http://www.lsilogic.com/support | |
5755 | S: Supported | |
679655da | 5756 | F: drivers/message/fusion/ |
500c152a | 5757 | F: drivers/scsi/mpt2sas/ |
5758 | F: drivers/scsi/mpt3sas/ | |
c87e34ef | 5759 | |
1da177e4 | 5760 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
8b58be88 | 5761 | M: Matthew Wilcox <[email protected]> |
1da177e4 LT |
5762 | L: [email protected] |
5763 | S: Maintained | |
679655da | 5764 | F: drivers/scsi/sym53c8xx_2/ |
1da177e4 | 5765 | |
e5f5c99a GR |
5766 | LTC4261 HARDWARE MONITOR DRIVER |
5767 | M: Guenter Roeck <[email protected]> | |
5768 | L: [email protected] | |
5769 | S: Maintained | |
5770 | F: Documentation/hwmon/ltc4261 | |
5771 | F: drivers/hwmon/ltc4261.c | |
5772 | ||
81365c31 | 5773 | LTP (Linux Test Project) |
28b8e8d4 | 5774 | M: Mike Frysinger <[email protected]> |
7d1ae8a8 | 5775 | M: Cyril Hrubis <[email protected]> |
7d1ae8a8 | 5776 | M: Wanlong Gao <[email protected]> |
f2eb7f6f CH |
5777 | M: Jan Stancek <[email protected]> |
5778 | M: Stanislav Kholmanskikh <[email protected]> | |
5779 | M: Alexey Kodanev <[email protected]> | |
81365c31 | 5780 | L: [email protected] (subscribers-only) |
f2eb7f6f | 5781 | W: http://linux-test-project.github.io/ |
7d1ae8a8 | 5782 | T: git git://github.com/linux-test-project/ltp.git |
81365c31 MF |
5783 | S: Maintained |
5784 | ||
c12a54b3 | 5785 | M32R ARCHITECTURE |
c12a54b3 | 5786 | W: http://www.linux-m32r.org/ |
b4174867 | 5787 | S: Orphan |
679655da | 5788 | F: arch/m32r/ |
c12a54b3 | 5789 | |
1da177e4 | 5790 | M68K ARCHITECTURE |
8b58be88 | 5791 | M: Geert Uytterhoeven <[email protected]> |
1da177e4 LT |
5792 | L: [email protected] |
5793 | W: http://www.linux-m68k.org/ | |
54e5881d | 5794 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
1da177e4 | 5795 | S: Maintained |
679655da | 5796 | F: arch/m68k/ |
9db35182 | 5797 | F: drivers/zorro/ |
1da177e4 LT |
5798 | |
5799 | M68K ON APPLE MACINTOSH | |
8b58be88 | 5800 | M: Joshua Thompson <[email protected]> |
1da177e4 | 5801 | W: http://www.mac.linux-m68k.org/ |
9bb9f222 | 5802 | L: [email protected] |
1da177e4 | 5803 | S: Maintained |
9db35182 | 5804 | F: arch/m68k/mac/ |
1da177e4 LT |
5805 | |
5806 | M68K ON HP9000/300 | |
8b58be88 | 5807 | M: Philip Blundell <[email protected]> |
1da177e4 LT |
5808 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
5809 | S: Maintained | |
679655da | 5810 | F: arch/m68k/hp300/ |
1da177e4 | 5811 | |
74425546 AP |
5812 | M88DS3103 MEDIA DRIVER |
5813 | M: Antti Palosaari <[email protected]> | |
5814 | L: [email protected] | |
5815 | W: http://linuxtv.org/ | |
5816 | W: http://palosaari.fi/linux/ | |
5817 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5818 | T: git git://linuxtv.org/anttip/media_tree.git | |
5819 | S: Maintained | |
5820 | F: drivers/media/dvb-frontends/m88ds3103* | |
5821 | ||
68620bdd MP |
5822 | M88RS2000 MEDIA DRIVER |
5823 | M: Malcolm Priestley <[email protected]> | |
5824 | L: [email protected] | |
5825 | W: http://linuxtv.org/ | |
5826 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5827 | S: Maintained | |
5828 | F: drivers/media/dvb-frontends/m88rs2000* | |
5829 | ||
0d62f800 AP |
5830 | M88TS2022 MEDIA DRIVER |
5831 | M: Antti Palosaari <[email protected]> | |
5832 | L: [email protected] | |
5833 | W: http://linuxtv.org/ | |
5834 | W: http://palosaari.fi/linux/ | |
5835 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5836 | T: git git://linuxtv.org/anttip/media_tree.git | |
5837 | S: Maintained | |
5838 | F: drivers/media/tuners/m88ts2022* | |
5839 | ||
07a092fa | 5840 | MA901 MASTERKIT USB FM RADIO DRIVER |
b75f0050 JP |
5841 | M: Alexey Klimov <[email protected]> |
5842 | L: [email protected] | |
5843 | T: git git://linuxtv.org/media_tree.git | |
5844 | S: Maintained | |
5845 | F: drivers/media/radio/radio-ma901.c | |
07a092fa | 5846 | |
64a327a7 | 5847 | MAC80211 |
8b58be88 | 5848 | M: Johannes Berg <[email protected]> |
64a327a7 | 5849 | L: [email protected] |
491b26b4 | 5850 | W: http://wireless.kernel.org/ |
ce466579 JB |
5851 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
5852 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
64a327a7 | 5853 | S: Maintained |
679655da JP |
5854 | F: Documentation/networking/mac80211-injection.txt |
5855 | F: include/net/mac80211.h | |
5856 | F: net/mac80211/ | |
64a327a7 | 5857 | |
b863ceb7 | 5858 | MACVLAN DRIVER |
8b58be88 | 5859 | M: Patrick McHardy <[email protected]> |
b863ceb7 PM |
5860 | L: [email protected] |
5861 | S: Maintained | |
679655da JP |
5862 | F: drivers/net/macvlan.c |
5863 | F: include/linux/if_macvlan.h | |
b863ceb7 | 5864 | |
2b6d83e2 JB |
5865 | MAILBOX API |
5866 | M: Jassi Brar <[email protected]> | |
5867 | L: [email protected] | |
5868 | S: Maintained | |
5869 | F: drivers/mailbox/ | |
5870 | F: include/linux/mailbox_client.h | |
5871 | F: include/linux/mailbox_controller.h | |
5872 | ||
faf1668c | 5873 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
8b58be88 | 5874 | M: Michael Kerrisk <[email protected]> |
795fb7e7 | 5875 | W: http://www.kernel.org/doc/man-pages |
bd7ebec6 | 5876 | L: [email protected] |
1b53dc74 | 5877 | S: Maintained |
faf1668c | 5878 | |
8427defd RK |
5879 | MARVELL ARMADA DRM SUPPORT |
5880 | M: Russell King <[email protected]> | |
5881 | S: Maintained | |
5882 | F: drivers/gpu/drm/armada/ | |
5883 | ||
44c14c1d | 5884 | MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) |
5885 | M: Mirko Lindner <[email protected]> | |
adbbf69d | 5886 | M: Stephen Hemminger <[email protected]> |
44c14c1d | 5887 | L: [email protected] |
5888 | S: Maintained | |
5889 | F: drivers/net/ethernet/marvell/sk* | |
5890 | ||
74cda169 | 5891 | MARVELL LIBERTAS WIRELESS DRIVER |
74cda169 | 5892 | L: [email protected] |
8ac3e99e | 5893 | S: Orphan |
679655da | 5894 | F: drivers/net/wireless/libertas/ |
74cda169 | 5895 | |
b60d6975 | 5896 | MARVELL MV643XX ETHERNET DRIVER |
4e3faf88 | 5897 | M: Sebastian Hesselbarth <[email protected]> |
979b6c13 | 5898 | L: [email protected] |
f5ca8502 | 5899 | S: Maintained |
527a6266 | 5900 | F: drivers/net/ethernet/marvell/mv643xx_eth.* |
679655da | 5901 | F: include/linux/mv643xx.h |
1da177e4 | 5902 | |
370b8ed9 TP |
5903 | MARVELL MVNETA ETHERNET DRIVER |
5904 | M: Thomas Petazzoni <[email protected]> | |
5905 | L: [email protected] | |
5906 | S: Maintained | |
5907 | F: drivers/net/ethernet/marvell/mvneta.* | |
5908 | ||
fcad584d | 5909 | MARVELL MWIFIEX WIRELESS DRIVER |
b9d31704 BZ |
5910 | M: Amitkumar Karwar <[email protected]> |
5911 | M: Avinash Patil <[email protected]> | |
fcad584d BZ |
5912 | L: [email protected] |
5913 | S: Maintained | |
5914 | F: drivers/net/wireless/mwifiex/ | |
5915 | ||
a2c3f656 | 5916 | MARVELL MWL8K WIRELESS DRIVER |
a040d532 | 5917 | M: Lennert Buytenhek <[email protected]> |
a2c3f656 | 5918 | L: [email protected] |
16345910 | 5919 | S: Odd Fixes |
a2c3f656 LB |
5920 | F: drivers/net/wireless/mwl8k.c |
5921 | ||
2a69567b | 5922 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
2f82af08 | 5923 | M: Nicolas Pitre <[email protected]> |
18e2842b | 5924 | S: Odd Fixes |
1fa7e547 | 5925 | F: drivers/mmc/host/mvsdio.* |
2a69567b | 5926 | |
1da177e4 | 5927 | MATROX FRAMEBUFFER DRIVER |
c69f677c | 5928 | L: [email protected] |
52653199 | 5929 | S: Orphan |
8a61f013 | 5930 | F: drivers/video/fbdev/matrox/matroxfb_* |
c117ab84 | 5931 | F: include/uapi/linux/matroxfb.h |
1da177e4 | 5932 | |
ca462085 GR |
5933 | MAX16065 HARDWARE MONITOR DRIVER |
5934 | M: Guenter Roeck <[email protected]> | |
5935 | L: [email protected] | |
5936 | S: Maintained | |
5937 | F: Documentation/hwmon/max16065 | |
5938 | F: drivers/hwmon/max16065.c | |
5939 | ||
d20620de | 5940 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
6a534c9d | 5941 | M: "Hans J. Koch" <[email protected]> |
d20620de HJK |
5942 | L: [email protected] |
5943 | S: Maintained | |
679655da JP |
5944 | F: Documentation/hwmon/max6650 |
5945 | F: drivers/hwmon/max6650.c | |
d20620de | 5946 | |
e89ab51f GR |
5947 | MAX6697 HARDWARE MONITOR DRIVER |
5948 | M: Guenter Roeck <[email protected]> | |
5949 | L: [email protected] | |
5950 | S: Maintained | |
5951 | F: Documentation/hwmon/max6697 | |
5952 | F: Documentation/devicetree/bindings/i2c/max6697.txt | |
5953 | F: drivers/hwmon/max6697.c | |
5954 | F: include/linux/platform_data/max6697.h | |
5955 | ||
9be3c9a5 HV |
5956 | MAXIRADIO FM RADIO RECEIVER DRIVER |
5957 | M: Hans Verkuil <[email protected]> | |
5958 | L: [email protected] | |
5959 | T: git git://linuxtv.org/media_tree.git | |
5960 | W: http://linuxtv.org | |
5961 | S: Maintained | |
5962 | F: drivers/media/radio/radio-maxiradio* | |
5963 | ||
127c49ae | 5964 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
009a5410 | 5965 | M: Mauro Carvalho Chehab <[email protected]> |
127c49ae JP |
5966 | P: LinuxTV.org Project |
5967 | L: [email protected] | |
5968 | W: http://linuxtv.org | |
8a6e2535 | 5969 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
275ffde4 | 5970 | T: git git://linuxtv.org/media_tree.git |
127c49ae JP |
5971 | S: Maintained |
5972 | F: Documentation/dvb/ | |
5973 | F: Documentation/video4linux/ | |
ffe06198 | 5974 | F: Documentation/DocBook/media/ |
127c49ae | 5975 | F: drivers/media/ |
ffe06198 | 5976 | F: drivers/staging/media/ |
127c49ae | 5977 | F: include/media/ |
6c0f0359 MCC |
5978 | F: include/uapi/linux/dvb/ |
5979 | F: include/uapi/linux/videodev2.h | |
5980 | F: include/uapi/linux/media.h | |
5981 | F: include/uapi/linux/v4l2-* | |
5982 | F: include/uapi/linux/meye.h | |
5983 | F: include/uapi/linux/ivtv* | |
5984 | F: include/uapi/linux/uvcvideo.h | |
d20620de | 5985 | |
6149a936 HV |
5986 | MEDIAVISION PRO MOVIE STUDIO DRIVER |
5987 | M: Hans Verkuil <[email protected]> | |
5988 | L: [email protected] | |
5989 | T: git git://linuxtv.org/media_tree.git | |
5990 | W: http://linuxtv.org | |
5991 | S: Odd Fixes | |
5992 | F: drivers/media/parport/pms* | |
5993 | ||
757e0108 | 5994 | MEGARAID SCSI DRIVERS |
8b58be88 | 5995 | M: Neela Syam Kolli <[email protected]> |
baaea1dc | 5996 | L: [email protected] |
ce00f85c JC |
5997 | W: http://megaraid.lsilogic.com |
5998 | S: Maintained | |
679655da JP |
5999 | F: Documentation/scsi/megaraid.txt |
6000 | F: drivers/scsi/megaraid.* | |
6001 | F: drivers/scsi/megaraid/ | |
757e0108 | 6002 | |
2c46c9d5 AV |
6003 | MELLANOX ETHERNET DRIVER (mlx4_en) |
6004 | M: Amir Vadai <[email protected]> | |
b75f0050 | 6005 | L: [email protected] |
2c46c9d5 AV |
6006 | S: Supported |
6007 | W: http://www.mellanox.com | |
6008 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
6009 | F: drivers/net/ethernet/mellanox/mlx4/en_* | |
6010 | ||
70ea91f1 SR |
6011 | MEMORY MANAGEMENT |
6012 | L: [email protected] | |
70ea91f1 SR |
6013 | W: http://www.linux-mm.org |
6014 | S: Maintained | |
679655da | 6015 | F: include/linux/mm.h |
551450bb CS |
6016 | F: include/linux/gfp.h |
6017 | F: include/linux/mmzone.h | |
6018 | F: include/linux/memory_hotplug.h | |
6019 | F: include/linux/vmalloc.h | |
679655da | 6020 | F: mm/ |
70ea91f1 | 6021 | |
f4e9ce66 | 6022 | MEMORY TECHNOLOGY DEVICES (MTD) |
8b58be88 | 6023 | M: David Woodhouse <[email protected]> |
242c325e | 6024 | M: Brian Norris <[email protected]> |
1da177e4 | 6025 | L: [email protected] |
8a6e2535 JP |
6026 | W: http://www.linux-mtd.infradead.org/ |
6027 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ | |
242c325e | 6028 | T: git git://git.infradead.org/linux-mtd.git |
ab95eac9 | 6029 | T: git git://git.infradead.org/l2-mtd.git |
1da177e4 | 6030 | S: Maintained |
679655da JP |
6031 | F: drivers/mtd/ |
6032 | F: include/linux/mtd/ | |
c117ab84 | 6033 | F: include/uapi/mtd/ |
1da177e4 | 6034 | |
26c57ef1 | 6035 | MEN A21 WATCHDOG DRIVER |
b75f0050 | 6036 | M: Johannes Thumshirn <[email protected]> |
26c57ef1 JT |
6037 | L: [email protected] |
6038 | S: Supported | |
6039 | F: drivers/watchdog/mena21_wdt.c | |
6040 | ||
3764e82e JT |
6041 | MEN CHAMELEON BUS (mcb) |
6042 | M: Johannes Thumshirn <[email protected]> | |
6043 | S: Supported | |
6044 | F: drivers/mcb/ | |
6045 | F: include/linux/mcb.h | |
6046 | ||
48b490d2 AW |
6047 | MEN F21BMC (Board Management Controller) |
6048 | M: Andreas Werner <[email protected]> | |
6049 | S: Supported | |
6050 | F: drivers/mfd/menf21bmc.c | |
6051 | F: drivers/watchdog/menf21bmc_wdt.c | |
6052 | F: drivers/leds/leds-menf21bmc.c | |
6053 | F: drivers/hwmon/menf21bmc_hwmon.c | |
6054 | F: Documentation/hwmon/menf21bmc | |
6055 | ||
12285945 JH |
6056 | METAG ARCHITECTURE |
6057 | M: James Hogan <[email protected]> | |
d668d9ed | 6058 | L: [email protected] |
12285945 JH |
6059 | S: Supported |
6060 | F: arch/metag/ | |
6061 | F: Documentation/metag/ | |
6062 | F: Documentation/devicetree/bindings/metag/ | |
a2c5d4ed | 6063 | F: drivers/clocksource/metag_generic.c |
5698c50d JH |
6064 | F: drivers/irqchip/irq-metag.c |
6065 | F: drivers/irqchip/irq-metag-ext.c | |
ae85ac71 | 6066 | F: drivers/tty/metag_da.c |
12285945 | 6067 | |
c6375b0a | 6068 | MICROBLAZE ARCHITECTURE |
8b58be88 | 6069 | M: Michal Simek <[email protected]> |
c6375b0a MS |
6070 | W: http://www.monstr.eu/fdt/ |
6071 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | |
6072 | S: Supported | |
0a8c7914 | 6073 | F: arch/microblaze/ |
1da177e4 LT |
6074 | |
6075 | MICROTEK X6 SCANNER | |
61eee9a7 | 6076 | M: Oliver Neukum <[email protected]> |
1da177e4 | 6077 | S: Maintained |
679655da | 6078 | F: drivers/usb/image/microtek.* |
1da177e4 LT |
6079 | |
6080 | MIPS | |
8b58be88 | 6081 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6082 | L: [email protected] |
6097050d | 6083 | W: http://www.linux-mips.org/ |
b05e988e | 6084 | T: git git://git.linux-mips.org/pub/scm/ralf/linux.git |
6097050d | 6085 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
7425b340 | 6086 | S: Supported |
679655da JP |
6087 | F: Documentation/mips/ |
6088 | F: arch/mips/ | |
1da177e4 | 6089 | |
08b7620a HV |
6090 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER |
6091 | M: Hans Verkuil <[email protected]> | |
6092 | L: [email protected] | |
6093 | T: git git://linuxtv.org/media_tree.git | |
6094 | W: http://linuxtv.org | |
6095 | S: Odd Fixes | |
6096 | F: drivers/media/radio/radio-miropcm20* | |
6097 | ||
e126ba97 EC |
6098 | Mellanox MLX5 core VPI driver |
6099 | M: Eli Cohen <[email protected]> | |
6100 | L: [email protected] | |
6101 | L: [email protected] | |
6102 | W: http://www.mellanox.com | |
6103 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
6104 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 6105 | T: git git://openfabrics.org/~eli/connect-ib.git |
e126ba97 EC |
6106 | S: Supported |
6107 | F: drivers/net/ethernet/mellanox/mlx5/core/ | |
6108 | F: include/linux/mlx5/ | |
6109 | ||
6110 | Mellanox MLX5 IB driver | |
b75f0050 JP |
6111 | M: Eli Cohen <[email protected]> |
6112 | L: [email protected] | |
6113 | W: http://www.mellanox.com | |
6114 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 6115 | T: git git://openfabrics.org/~eli/connect-ib.git |
b75f0050 JP |
6116 | S: Supported |
6117 | F: include/linux/mlx5/ | |
6118 | F: drivers/infiniband/hw/mlx5/ | |
e126ba97 | 6119 | |
1da177e4 | 6120 | MODULE SUPPORT |
8b58be88 | 6121 | M: Rusty Russell <[email protected]> |
1da177e4 | 6122 | S: Maintained |
679655da JP |
6123 | F: include/linux/module.h |
6124 | F: kernel/module.c | |
1da177e4 LT |
6125 | |
6126 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
1da177e4 | 6127 | W: http://popies.net/meye/ |
b7788e13 | 6128 | S: Orphan |
679655da | 6129 | F: Documentation/video4linux/meye.txt |
90d72ac6 | 6130 | F: drivers/media/pci/meye/ |
6c0f0359 | 6131 | F: include/uapi/linux/meye.h |
1da177e4 | 6132 | |
b9705b60 | 6133 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
8b58be88 | 6134 | M: Jiri Slaby <[email protected]> |
d735410a | 6135 | S: Maintained |
679655da | 6136 | F: Documentation/serial/moxa-smartio |
c897401b | 6137 | F: drivers/tty/mxser.* |
d735410a | 6138 | |
889b2f87 AK |
6139 | MR800 AVERMEDIA USB FM RADIO DRIVER |
6140 | M: Alexey Klimov <[email protected]> | |
6141 | L: [email protected] | |
6142 | T: git git://linuxtv.org/media_tree.git | |
6143 | S: Maintained | |
6144 | F: drivers/media/radio/radio-mr800.c | |
6145 | ||
d7155691 AO |
6146 | MRF24J40 IEEE 802.15.4 RADIO DRIVER |
6147 | M: Alan Ott <[email protected]> | |
6148 | L: [email protected] | |
6149 | S: Maintained | |
6150 | F: drivers/net/ieee802154/mrf24j40.c | |
6151 | ||
8c4c731a | 6152 | MSI LAPTOP SUPPORT |
182ae55c | 6153 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 6154 | L: [email protected] |
8c4c731a | 6155 | S: Maintained |
679655da | 6156 | F: drivers/platform/x86/msi-laptop.c |
8c4c731a | 6157 | |
0f1006b1 AA |
6158 | MSI WMI SUPPORT |
6159 | M: Anisse Astier <[email protected]> | |
d0944853 | 6160 | L: [email protected] |
0f1006b1 AA |
6161 | S: Supported |
6162 | F: drivers/platform/x86/msi-wmi.c | |
6163 | ||
19a628a0 AP |
6164 | MSI001 MEDIA DRIVER |
6165 | M: Antti Palosaari <[email protected]> | |
6166 | L: [email protected] | |
6167 | W: http://linuxtv.org/ | |
6168 | W: http://palosaari.fi/linux/ | |
6169 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6170 | T: git git://linuxtv.org/anttip/media_tree.git | |
6171 | S: Maintained | |
0185e197 | 6172 | F: drivers/media/tuners/msi001* |
19a628a0 | 6173 | |
7570589d | 6174 | MSI2500 MEDIA DRIVER |
2c57213f AP |
6175 | M: Antti Palosaari <[email protected]> |
6176 | L: [email protected] | |
6177 | W: http://linuxtv.org/ | |
6178 | W: http://palosaari.fi/linux/ | |
6179 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6180 | T: git git://linuxtv.org/anttip/media_tree.git | |
6181 | S: Maintained | |
7570589d | 6182 | F: drivers/media/usb/msi2500/ |
2c57213f | 6183 | |
62a37dc7 | 6184 | MT9M032 APTINA SENSOR DRIVER |
0e837fb9 LP |
6185 | M: Laurent Pinchart <[email protected]> |
6186 | L: [email protected] | |
6187 | T: git git://linuxtv.org/media_tree.git | |
6188 | S: Maintained | |
6189 | F: drivers/media/i2c/mt9m032.c | |
6190 | F: include/media/mt9m032.h | |
6191 | ||
62a37dc7 | 6192 | MT9P031 APTINA CAMERA SENSOR |
0e837fb9 LP |
6193 | M: Laurent Pinchart <[email protected]> |
6194 | L: [email protected] | |
6195 | T: git git://linuxtv.org/media_tree.git | |
6196 | S: Maintained | |
6197 | F: drivers/media/i2c/mt9p031.c | |
6198 | F: include/media/mt9p031.h | |
6199 | ||
62a37dc7 | 6200 | MT9T001 APTINA CAMERA SENSOR |
0e837fb9 LP |
6201 | M: Laurent Pinchart <[email protected]> |
6202 | L: [email protected] | |
6203 | T: git git://linuxtv.org/media_tree.git | |
6204 | S: Maintained | |
6205 | F: drivers/media/i2c/mt9t001.c | |
6206 | F: include/media/mt9t001.h | |
6207 | ||
62a37dc7 | 6208 | MT9V032 APTINA CAMERA SENSOR |
0e837fb9 LP |
6209 | M: Laurent Pinchart <[email protected]> |
6210 | L: [email protected] | |
6211 | T: git git://linuxtv.org/media_tree.git | |
6212 | S: Maintained | |
6213 | F: drivers/media/i2c/mt9v032.c | |
6214 | F: include/media/mt9v032.h | |
6215 | ||
4e0d13cb | 6216 | MULTIFUNCTION DEVICES (MFD) |
8b58be88 | 6217 | M: Samuel Ortiz <[email protected]> |
f7d3210e | 6218 | M: Lee Jones <[email protected]> |
7caa7991 | 6219 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
4e0d13cb | 6220 | S: Supported |
679655da | 6221 | F: drivers/mfd/ |
55b5940d | 6222 | F: include/linux/mfd/ |
4e0d13cb | 6223 | |
5c4e6f13 | 6224 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
6e443244 | 6225 | M: Chris Ball <[email protected]> |
e18eaf8f | 6226 | M: Ulf Hansson <[email protected]> |
b2503a94 | 6227 | L: [email protected] |
245feaa6 | 6228 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
708dce3f | 6229 | T: git git://git.linaro.org/people/ulf.hansson/mmc.git |
245feaa6 | 6230 | S: Maintained |
679655da JP |
6231 | F: drivers/mmc/ |
6232 | F: include/linux/mmc/ | |
c117ab84 | 6233 | F: include/uapi/linux/mmc/ |
baca2da4 | 6234 | |
15a0580c | 6235 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
22b174f8 | 6236 | S: Orphan |
679655da JP |
6237 | F: drivers/mmc/host/mmc_spi.c |
6238 | F: include/linux/spi/mmc_spi.h | |
15a0580c | 6239 | |
1da177e4 | 6240 | MULTISOUND SOUND DRIVER |
8b58be88 | 6241 | M: Andrew Veliath <[email protected]> |
1da177e4 | 6242 | S: Maintained |
679655da JP |
6243 | F: Documentation/sound/oss/MultiSound |
6244 | F: sound/oss/msnd* | |
1da177e4 | 6245 | |
d735410a | 6246 | MULTITECH MULTIPORT CARD (ISICOM) |
d86b3001 | 6247 | S: Orphan |
c897401b | 6248 | F: drivers/tty/isicom.c |
679655da | 6249 | F: include/linux/isicom.h |
d735410a | 6250 | |
550a7375 | 6251 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
f299470a | 6252 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 6253 | L: [email protected] |
43b416e5 | 6254 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
795fb7e7 | 6255 | S: Maintained |
679655da | 6256 | F: drivers/usb/musb/ |
550a7375 | 6257 | |
ea0af5f6 MK |
6258 | MXL5007T MEDIA DRIVER |
6259 | M: Michael Krufky <[email protected]> | |
6260 | L: [email protected] | |
6261 | W: http://linuxtv.org/ | |
6262 | W: http://github.com/mkrufky | |
6263 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6264 | T: git git://linuxtv.org/mkrufky/tuners.git | |
6265 | S: Maintained | |
6266 | F: drivers/media/tuners/mxl5007t.* | |
6267 | ||
2d3cf588 | 6268 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
205057ae | 6269 | M: Hyong-Youb Kim <[email protected]> |
2d3cf588 | 6270 | L: [email protected] |
205057ae | 6271 | W: https://www.myricom.com/support/downloads/myri10ge.html |
2d3cf588 | 6272 | S: Supported |
93f7848b | 6273 | F: drivers/net/ethernet/myricom/myri10ge/ |
2d3cf588 | 6274 | |
1da177e4 | 6275 | NATSEMI ETHERNET DRIVER (DP8381x) |
09d208ec | 6276 | S: Orphan |
d9fb9f38 | 6277 | F: drivers/net/ethernet/natsemi/natsemi.c |
1da177e4 | 6278 | |
23dc05a3 DM |
6279 | NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER |
6280 | M: Daniel Mack <[email protected]> | |
6281 | S: Maintained | |
6282 | L: [email protected] | |
6283 | W: http://www.native-instruments.com | |
6284 | F: sound/usb/caiaq/ | |
6285 | ||
1da177e4 | 6286 | NCP FILESYSTEM |
52653199 PV |
6287 | M: Petr Vandrovec <[email protected]> |
6288 | S: Odd Fixes | |
679655da | 6289 | F: fs/ncpfs/ |
1da177e4 | 6290 | |
a79b0322 FT |
6291 | NCR 5380 SCSI DRIVERS |
6292 | M: Finn Thain <[email protected]> | |
6293 | M: Michael Schmitz <[email protected]> | |
6294 | L: [email protected] | |
6295 | S: Maintained | |
6296 | F: Documentation/scsi/g_NCR5380.txt | |
6297 | F: drivers/scsi/NCR5380.* | |
6298 | F: drivers/scsi/arm/cumana_1.c | |
6299 | F: drivers/scsi/arm/oak.c | |
6300 | F: drivers/scsi/atari_NCR5380.c | |
6301 | F: drivers/scsi/atari_scsi.* | |
6302 | F: drivers/scsi/dmx3191d.c | |
6303 | F: drivers/scsi/dtc.* | |
6304 | F: drivers/scsi/g_NCR5380.* | |
6305 | F: drivers/scsi/g_NCR5380_mmio.c | |
6306 | F: drivers/scsi/mac_scsi.* | |
6307 | F: drivers/scsi/pas16.* | |
6308 | F: drivers/scsi/sun3_NCR5380.c | |
6309 | F: drivers/scsi/sun3_scsi.* | |
6310 | F: drivers/scsi/sun3_scsi_vme.c | |
6311 | F: drivers/scsi/t128.* | |
6312 | ||
1da177e4 | 6313 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
8b58be88 | 6314 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
6315 | L: [email protected] |
6316 | S: Maintained | |
679655da | 6317 | F: drivers/scsi/NCR_D700.* |
1da177e4 | 6318 | |
4aa3eb4c GR |
6319 | NCT6775 HARDWARE MONITOR DRIVER |
6320 | M: Guenter Roeck <[email protected]> | |
6321 | L: [email protected] | |
6322 | S: Maintained | |
6323 | F: Documentation/hwmon/nct6775 | |
6324 | F: drivers/hwmon/nct6775.c | |
6325 | ||
3c2d774c | 6326 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
8b58be88 | 6327 | M: Faisal Latif <[email protected]> |
e6cc0fd1 | 6328 | L: [email protected] |
e3d33cb1 | 6329 | W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm |
3c2d774c GS |
6330 | S: Supported |
6331 | F: drivers/infiniband/hw/nes/ | |
6332 | ||
be2f2e84 | 6333 | NETEM NETWORK EMULATOR |
adbbf69d | 6334 | M: Stephen Hemminger <[email protected]> |
f318a63b | 6335 | L: [email protected] |
be2f2e84 | 6336 | S: Maintained |
679655da | 6337 | F: net/sched/sch_netem.c |
be2f2e84 | 6338 | |
b2f5a051 | 6339 | NETERION 10GbE DRIVERS (s2io/vxge) |
e3806882 | 6340 | M: Jon Mason <[email protected]> |
4a58448b | 6341 | L: [email protected] |
4a58448b | 6342 | S: Supported |
679655da | 6343 | F: Documentation/networking/s2io.txt |
b2f5a051 | 6344 | F: Documentation/networking/vxge.txt |
86387e1a | 6345 | F: drivers/net/ethernet/neterion/ |
4a58448b | 6346 | |
db9cf3a3 | 6347 | NETFILTER ({IP,IP6,ARP,EB,NF}TABLES) |
0e05e192 | 6348 | M: Pablo Neira Ayuso <[email protected]> |
8b58be88 | 6349 | M: Patrick McHardy <[email protected]> |
42010ed0 | 6350 | M: Jozsef Kadlecsik <[email protected]> |
1a03b81d | 6351 | L: [email protected] |
82b98543 | 6352 | L: [email protected] |
1da177e4 LT |
6353 | W: http://www.netfilter.org/ |
6354 | W: http://www.iptables.org/ | |
42010ed0 PNA |
6355 | Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/ |
6356 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git | |
6357 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git | |
1da177e4 | 6358 | S: Supported |
679655da JP |
6359 | F: include/linux/netfilter* |
6360 | F: include/linux/netfilter/ | |
6361 | F: include/net/netfilter/ | |
c117ab84 CEB |
6362 | F: include/uapi/linux/netfilter* |
6363 | F: include/uapi/linux/netfilter/ | |
679655da JP |
6364 | F: net/*/netfilter.c |
6365 | F: net/*/netfilter/ | |
6366 | F: net/netfilter/ | |
1da177e4 | 6367 | |
4cc67735 | 6368 | NETLABEL |
87a0874c | 6369 | M: Paul Moore <[email protected]> |
4cc67735 PM |
6370 | W: http://netlabel.sf.net |
6371 | L: [email protected] | |
87a0874c | 6372 | S: Maintained |
80811493 | 6373 | F: Documentation/netlabel/ |
679655da JP |
6374 | F: include/net/netlabel.h |
6375 | F: net/netlabel/ | |
4cc67735 | 6376 | |
1da177e4 | 6377 | NETROM NETWORK LAYER |
8b58be88 | 6378 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6379 | L: [email protected] |
d34cb28a | 6380 | W: http://www.linux-ax25.org/ |
1da177e4 | 6381 | S: Maintained |
679655da | 6382 | F: include/net/netrom.h |
c117ab84 | 6383 | F: include/uapi/linux/netrom.h |
679655da | 6384 | F: net/netrom/ |
1da177e4 | 6385 | |
5ddb88c0 | 6386 | NETWORK BLOCK DEVICE (NBD) |
8b58be88 | 6387 | M: Paul Clements <[email protected]> |
1da177e4 | 6388 | S: Maintained |
5e4b269b | 6389 | L: [email protected] |
679655da JP |
6390 | F: Documentation/blockdev/nbd.txt |
6391 | F: drivers/block/nbd.c | |
6392 | F: include/linux/nbd.h | |
c117ab84 | 6393 | F: include/uapi/linux/nbd.h |
1da177e4 | 6394 | |
6e43650c NH |
6395 | NETWORK DROP MONITOR |
6396 | M: Neil Horman <[email protected]> | |
6397 | L: [email protected] | |
6398 | S: Maintained | |
6399 | W: https://fedorahosted.org/dropwatch/ | |
6400 | F: net/core/drop_monitor.c | |
6401 | ||
1da177e4 | 6402 | NETWORKING [GENERAL] |
8b58be88 | 6403 | M: "David S. Miller" <[email protected]> |
979b6c13 | 6404 | L: [email protected] |
b1e8fd54 | 6405 | W: http://www.linuxfoundation.org/en/Net |
11e98029 | 6406 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
814fd609 NP |
6407 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6408 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
1da177e4 | 6409 | S: Maintained |
679655da JP |
6410 | F: net/ |
6411 | F: include/net/ | |
018d21ed JP |
6412 | F: include/linux/in.h |
6413 | F: include/linux/net.h | |
6414 | F: include/linux/netdevice.h | |
c117ab84 CEB |
6415 | F: include/uapi/linux/in.h |
6416 | F: include/uapi/linux/net.h | |
6417 | F: include/uapi/linux/netdevice.h | |
7e814a6c | 6418 | F: tools/net/ |
f4e53f9a | 6419 | F: tools/testing/selftests/net/ |
335a67d2 | 6420 | F: lib/random32.c |
a101ccd1 | 6421 | F: lib/test_bpf.c |
1da177e4 LT |
6422 | |
6423 | NETWORKING [IPv4/IPv6] | |
8b58be88 JP |
6424 | M: "David S. Miller" <[email protected]> |
6425 | M: Alexey Kuznetsov <[email protected]> | |
8b58be88 JP |
6426 | M: James Morris <[email protected]> |
6427 | M: Hideaki YOSHIFUJI <[email protected]> | |
6428 | M: Patrick McHardy <[email protected]> | |
979b6c13 | 6429 | L: [email protected] |
08deed1e | 6430 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
1da177e4 | 6431 | S: Maintained |
679655da JP |
6432 | F: net/ipv4/ |
6433 | F: net/ipv6/ | |
6434 | F: include/net/ip* | |
0a14842f | 6435 | F: arch/x86/net/* |
1da177e4 | 6436 | |
73b7656c DM |
6437 | NETWORKING [IPSEC] |
6438 | M: Steffen Klassert <[email protected]> | |
6439 | M: Herbert Xu <[email protected]> | |
6440 | M: "David S. Miller" <[email protected]> | |
6441 | L: [email protected] | |
d1fc5024 SK |
6442 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git |
6443 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git | |
73b7656c | 6444 | S: Maintained |
5826bdd1 | 6445 | F: net/core/flow.c |
73b7656c DM |
6446 | F: net/xfrm/ |
6447 | F: net/key/ | |
6448 | F: net/ipv4/xfrm* | |
d1fc5024 SK |
6449 | F: net/ipv4/esp4.c |
6450 | F: net/ipv4/ah4.c | |
6451 | F: net/ipv4/ipcomp.c | |
6452 | F: net/ipv4/ip_vti.c | |
73b7656c | 6453 | F: net/ipv6/xfrm* |
d1fc5024 SK |
6454 | F: net/ipv6/esp6.c |
6455 | F: net/ipv6/ah6.c | |
6456 | F: net/ipv6/ipcomp6.c | |
6457 | F: net/ipv6/ip6_vti.c | |
73b7656c DM |
6458 | F: include/uapi/linux/xfrm.h |
6459 | F: include/net/xfrm.h | |
6460 | ||
10e2ff1c | 6461 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
87a0874c | 6462 | M: Paul Moore <[email protected]> |
10e2ff1c JM |
6463 | L: [email protected] |
6464 | S: Maintained | |
6465 | ||
29f8f632 | 6466 | NETWORKING [WIRELESS] |
8b58be88 | 6467 | M: "John W. Linville" <[email protected]> |
2cb4abd1 | 6468 | L: [email protected] |
8a6e2535 | 6469 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
08deed1e | 6470 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git |
29f8f632 | 6471 | S: Maintained |
34b921cf JP |
6472 | F: net/mac80211/ |
6473 | F: net/rfkill/ | |
679655da JP |
6474 | F: net/wireless/ |
6475 | F: include/net/ieee80211* | |
cc8b4a2b | 6476 | F: include/linux/wireless.h |
c117ab84 | 6477 | F: include/uapi/linux/wireless.h |
c984e24d | 6478 | F: include/net/iw_handler.h |
34b921cf | 6479 | F: drivers/net/wireless/ |
29f8f632 | 6480 | |
788873ac JP |
6481 | NETWORKING DRIVERS |
6482 | L: [email protected] | |
6483 | W: http://www.linuxfoundation.org/en/Net | |
11e98029 | 6484 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
08deed1e JP |
6485 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6486 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
788873ac JP |
6487 | S: Odd Fixes |
6488 | F: drivers/net/ | |
018d21ed | 6489 | F: include/linux/if_* |
0b63bf1f JD |
6490 | F: include/linux/netdevice.h |
6491 | F: include/linux/arcdevice.h | |
6492 | F: include/linux/etherdevice.h | |
6493 | F: include/linux/fcdevice.h | |
6494 | F: include/linux/fddidevice.h | |
6495 | F: include/linux/hippidevice.h | |
6496 | F: include/linux/inetdevice.h | |
c117ab84 CEB |
6497 | F: include/uapi/linux/if_* |
6498 | F: include/uapi/linux/netdevice.h | |
788873ac | 6499 | |
3d396eb1 | 6500 | NETXEN (1/10) GbE SUPPORT |
8622315e | 6501 | M: Manish Chopra <[email protected]> |
83c07dde AKS |
6502 | M: Sony Chacko <[email protected]> |
6503 | M: Rajesh Borundia <[email protected]> | |
3d396eb1 | 6504 | L: [email protected] |
9c2b5bde | 6505 | W: http://www.qlogic.com |
3d396eb1 | 6506 | S: Supported |
aa43c215 | 6507 | F: drivers/net/ethernet/qlogic/netxen/ |
3d396eb1 | 6508 | |
6423d30f AAJ |
6509 | NFC SUBSYSTEM |
6510 | M: Lauro Ramos Venancio <[email protected]> | |
6511 | M: Aloisio Almeida Jr <[email protected]> | |
6512 | M: Samuel Ortiz <[email protected]> | |
6513 | L: [email protected] | |
1eb3b216 | 6514 | L: [email protected] (subscribers-only) |
0293ba20 | 6515 | S: Supported |
6423d30f | 6516 | F: net/nfc/ |
55eb94f9 | 6517 | F: include/net/nfc/ |
c117ab84 | 6518 | F: include/uapi/linux/nfc.h |
6423d30f | 6519 | F: drivers/nfc/ |
08eaa1e0 | 6520 | F: include/linux/platform_data/pn544.h |
7ebb88e5 | 6521 | F: Documentation/devicetree/bindings/net/nfc/ |
3d396eb1 | 6522 | |
e8b43555 | 6523 | NFS, SUNRPC, AND LOCKD CLIENTS |
cd7b996a | 6524 | M: Trond Myklebust <[email protected]> |
78f58153 TM |
6525 | L: [email protected] |
6526 | W: http://client.linux-nfs.org | |
cd7b996a | 6527 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
1da177e4 | 6528 | S: Maintained |
679655da JP |
6529 | F: fs/lockd/ |
6530 | F: fs/nfs/ | |
6531 | F: fs/nfs_common/ | |
6532 | F: net/sunrpc/ | |
6533 | F: include/linux/lockd/ | |
6534 | F: include/linux/nfs* | |
6535 | F: include/linux/sunrpc/ | |
c117ab84 CEB |
6536 | F: include/uapi/linux/nfs* |
6537 | F: include/uapi/linux/sunrpc/ | |
1da177e4 | 6538 | |
85ef9cea | 6539 | NILFS2 FILESYSTEM |
e2126935 | 6540 | M: Ryusuke Konishi <[email protected]> |
6aff43f8 | 6541 | L: [email protected] |
f9472265 | 6542 | W: http://nilfs.sourceforge.net/ |
e2126935 | 6543 | T: git git://github.com/konis/nilfs2.git |
85ef9cea | 6544 | S: Supported |
679655da JP |
6545 | F: Documentation/filesystems/nilfs2.txt |
6546 | F: fs/nilfs2/ | |
6547 | F: include/linux/nilfs2_fs.h | |
85ef9cea | 6548 | |
1da177e4 | 6549 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
8b58be88 | 6550 | M: YOKOTA Hiroshi <[email protected]> |
1da177e4 LT |
6551 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6552 | S: Maintained | |
679655da JP |
6553 | F: Documentation/scsi/NinjaSCSI.txt |
6554 | F: drivers/scsi/pcmcia/nsp_* | |
1da177e4 LT |
6555 | |
6556 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
8b58be88 JP |
6557 | M: GOTO Masanori <[email protected]> |
6558 | M: YOKOTA Hiroshi <[email protected]> | |
1da177e4 LT |
6559 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6560 | S: Maintained | |
679655da JP |
6561 | F: Documentation/scsi/NinjaSCSI.txt |
6562 | F: drivers/scsi/nsp32* | |
1da177e4 | 6563 | |
fce8a7bb | 6564 | NTB DRIVER |
9ef6bf6c JM |
6565 | M: Jon Mason <[email protected]> |
6566 | M: Dave Jiang <[email protected]> | |
fce8a7bb | 6567 | S: Supported |
2984411f JM |
6568 | W: https://github.com/jonmason/ntb/wiki |
6569 | T: git git://github.com/jonmason/ntb.git | |
fce8a7bb | 6570 | F: drivers/ntb/ |
548c237c | 6571 | F: drivers/net/ntb_netdev.c |
fce8a7bb JM |
6572 | F: include/linux/ntb.h |
6573 | ||
1da177e4 | 6574 | NTFS FILESYSTEM |
2818ef50 | 6575 | M: Anton Altaparmakov <[email protected]> |
1da177e4 | 6576 | L: [email protected] |
2818ef50 | 6577 | W: http://www.tuxera.com/ |
e6f4dee7 | 6578 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git |
2818ef50 | 6579 | S: Supported |
679655da JP |
6580 | F: Documentation/filesystems/ntfs.txt |
6581 | F: fs/ntfs/ | |
1da177e4 | 6582 | |
9eb8ef74 | 6583 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
8b58be88 | 6584 | M: Antonino Daplas <[email protected]> |
c69f677c | 6585 | L: [email protected] |
ce00f85c | 6586 | S: Maintained |
8a61f013 JH |
6587 | F: drivers/video/fbdev/riva/ |
6588 | F: drivers/video/fbdev/nvidia/ | |
1da177e4 | 6589 | |
79461681 MW |
6590 | NVM EXPRESS DRIVER |
6591 | M: Matthew Wilcox <[email protected]> | |
6592 | L: [email protected] | |
6593 | T: git git://git.infradead.org/users/willy/linux-nvme.git | |
6594 | S: Supported | |
5be37bf9 | 6595 | F: drivers/block/nvme* |
79461681 MW |
6596 | F: include/linux/nvme.h |
6597 | ||
f50d7146 RK |
6598 | NXP TDA998X DRM DRIVER |
6599 | M: Russell King <[email protected]> | |
6600 | S: Supported | |
6601 | F: drivers/gpu/drm/i2c/tda998x_drv.c | |
6602 | F: include/drm/i2c/tda998x.h | |
6603 | ||
fbace43e PR |
6604 | NXP TFA9879 DRIVER |
6605 | M: Peter Rosin <[email protected]> | |
6606 | L: [email protected] (moderated for non-subscribers) | |
6607 | S: Maintained | |
6608 | F: sound/soc/codecs/tfa9879* | |
6609 | ||
f5525786 | 6610 | OMAP SUPPORT |
0e24bdd4 | 6611 | M: Tony Lindgren <[email protected]> |
f5525786 TL |
6612 | L: [email protected] |
6613 | W: http://www.muru.com/linux/omap/ | |
6614 | W: http://linux.omap.com/ | |
8a6e2535 | 6615 | Q: http://patchwork.kernel.org/project/linux-omap/list/ |
30bd0129 | 6616 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
f5525786 | 6617 | S: Maintained |
4e04d5a3 | 6618 | F: arch/arm/*omap*/ |
046d0a37 | 6619 | F: drivers/i2c/busses/i2c-omap.c |
dc68cd11 FB |
6620 | F: drivers/irqchip/irq-omap-intc.c |
6621 | F: drivers/mfd/*omap*.c | |
6622 | F: drivers/mfd/menelaus.c | |
6623 | F: drivers/mfd/palmas.c | |
6624 | F: drivers/mfd/tps65217.c | |
6625 | F: drivers/mfd/tps65218.c | |
6626 | F: drivers/mfd/tps65910.c | |
6627 | F: drivers/mfd/twl-core.[ch] | |
6628 | F: drivers/mfd/twl4030*.c | |
6629 | F: drivers/mfd/twl6030*.c | |
6630 | F: drivers/mfd/twl6040*.c | |
6631 | F: drivers/regulator/palmas-regulator*.c | |
6632 | F: drivers/regulator/pbias-regulator.c | |
6633 | F: drivers/regulator/tps65217-regulator.c | |
6634 | F: drivers/regulator/tps65218-regulator.c | |
6635 | F: drivers/regulator/tps65910-regulator.c | |
6636 | F: drivers/regulator/twl-regulator.c | |
046d0a37 | 6637 | F: include/linux/i2c-omap.h |
f5525786 | 6638 | |
50f29fbd | 6639 | OMAP DEVICE TREE SUPPORT |
cdb55ab0 | 6640 | M: Benoît Cousson <[email protected]> |
50f29fbd TL |
6641 | M: Tony Lindgren <[email protected]> |
6642 | L: [email protected] | |
d0fb18c5 | 6643 | L: [email protected] |
50f29fbd TL |
6644 | S: Maintained |
6645 | F: arch/arm/boot/dts/*omap* | |
6646 | F: arch/arm/boot/dts/*am3* | |
05eb20fa NM |
6647 | F: arch/arm/boot/dts/*am4* |
6648 | F: arch/arm/boot/dts/*am5* | |
6649 | F: arch/arm/boot/dts/*dra7* | |
50f29fbd | 6650 | |
f5525786 | 6651 | OMAP CLOCK FRAMEWORK SUPPORT |
8b58be88 | 6652 | M: Paul Walmsley <[email protected]> |
f5525786 TL |
6653 | L: [email protected] |
6654 | S: Maintained | |
6655 | F: arch/arm/*omap*/*clock* | |
6656 | ||
6657 | OMAP POWER MANAGEMENT SUPPORT | |
c69d72ae | 6658 | M: Kevin Hilman <[email protected]> |
f5525786 TL |
6659 | L: [email protected] |
6660 | S: Maintained | |
6661 | F: arch/arm/*omap*/*pm* | |
c46938d4 | 6662 | F: drivers/cpufreq/omap-cpufreq.c |
f5525786 | 6663 | |
d21db568 | 6664 | OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT |
692ab1f3 PW |
6665 | M: Rajendra Nayak <[email protected]> |
6666 | M: Paul Walmsley <[email protected]> | |
6667 | L: [email protected] | |
6668 | S: Maintained | |
d21db568 | 6669 | F: arch/arm/mach-omap2/prm* |
692ab1f3 | 6670 | |
f5525786 | 6671 | OMAP AUDIO SUPPORT |
6c284903 | 6672 | M: Peter Ujfalusi <[email protected]> |
7ec41ee5 | 6673 | M: Jarkko Nikula <[email protected]> |
f5525786 TL |
6674 | L: [email protected] (subscribers-only) |
6675 | L: [email protected] | |
6676 | S: Maintained | |
6677 | F: sound/soc/omap/ | |
6678 | ||
6679 | OMAP FRAMEBUFFER SUPPORT | |
830e6384 | 6680 | M: Tomi Valkeinen <[email protected]> |
c69f677c | 6681 | L: [email protected] |
f5525786 TL |
6682 | L: [email protected] |
6683 | S: Maintained | |
8a61f013 | 6684 | F: drivers/video/fbdev/omap/ |
f5525786 | 6685 | |
676eec0d | 6686 | OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) |
830e6384 | 6687 | M: Tomi Valkeinen <[email protected]> |
178ff4c9 | 6688 | L: [email protected] |
676eec0d | 6689 | L: [email protected] |
178ff4c9 | 6690 | S: Maintained |
8a61f013 | 6691 | F: drivers/video/fbdev/omap2/ |
178ff4c9 TV |
6692 | F: Documentation/arm/OMAP/DSS |
6693 | ||
8b37fcfc OBC |
6694 | OMAP HARDWARE SPINLOCK SUPPORT |
6695 | M: Ohad Ben-Cohen <[email protected]> | |
6696 | L: [email protected] | |
6697 | S: Maintained | |
6698 | F: drivers/hwspinlock/omap_hwspinlock.c | |
6699 | F: arch/arm/mach-omap2/hwspinlock.c | |
6700 | ||
f5525786 | 6701 | OMAP MMC SUPPORT |
8b58be88 | 6702 | M: Jarkko Lavinen <[email protected]> |
f5525786 TL |
6703 | L: [email protected] |
6704 | S: Maintained | |
653f41b5 MC |
6705 | F: drivers/mmc/host/omap.c |
6706 | ||
6707 | OMAP HS MMC SUPPORT | |
0a4585c6 | 6708 | L: [email protected] |
653f41b5 | 6709 | L: [email protected] |
dfa5d196 | 6710 | S: Orphan |
653f41b5 | 6711 | F: drivers/mmc/host/omap_hsmmc.c |
f5525786 TL |
6712 | |
6713 | OMAP RANDOM NUMBER GENERATOR SUPPORT | |
8b58be88 | 6714 | M: Deepak Saxena <[email protected]> |
f5525786 TL |
6715 | S: Maintained |
6716 | F: drivers/char/hw_random/omap-rng.c | |
6717 | ||
f400c82e | 6718 | OMAP HWMOD SUPPORT |
cdb55ab0 | 6719 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6720 | M: Paul Walmsley <[email protected]> |
6721 | L: [email protected] | |
6722 | S: Maintained | |
8fc8b12b | 6723 | F: arch/arm/mach-omap2/omap_hwmod.* |
f400c82e PW |
6724 | |
6725 | OMAP HWMOD DATA FOR OMAP4-BASED DEVICES | |
cdb55ab0 | 6726 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6727 | L: [email protected] |
6728 | S: Maintained | |
6729 | F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
6730 | ||
0db83ced | 6731 | OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) |
7e8970e1 LP |
6732 | M: Laurent Pinchart <[email protected]> |
6733 | L: [email protected] | |
6734 | S: Maintained | |
90d72ac6 | 6735 | F: drivers/media/platform/omap3isp/ |
0db83ced | 6736 | F: drivers/staging/media/omap4iss/ |
7e8970e1 | 6737 | |
f5525786 | 6738 | OMAP USB SUPPORT |
f299470a | 6739 | M: Felipe Balbi <[email protected]> |
f5525786 TL |
6740 | L: [email protected] |
6741 | L: [email protected] | |
43b416e5 | 6742 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
f5525786 | 6743 | S: Maintained |
a16fbd65 JP |
6744 | F: drivers/usb/*/*omap* |
6745 | F: arch/arm/*omap*/usb* | |
f5525786 | 6746 | |
6d994710 | 6747 | OMAP GPIO DRIVER |
a1415a8f | 6748 | M: Javier Martinez Canillas <[email protected]> |
97215800 | 6749 | M: Santosh Shilimkar <[email protected]> |
c69d72ae | 6750 | M: Kevin Hilman <[email protected]> |
6d994710 KH |
6751 | L: [email protected] |
6752 | S: Maintained | |
6753 | F: drivers/gpio/gpio-omap.c | |
6754 | ||
c351e290 MJ |
6755 | OMAP/NEWFLOW NANOBONE MACHINE SUPPORT |
6756 | M: Mark Jackson <[email protected]> | |
6757 | L: [email protected] | |
6758 | S: Maintained | |
6759 | F: arch/arm/boot/dts/am335x-nano.dts | |
6760 | ||
0ad122d9 | 6761 | OMFS FILESYSTEM |
8b58be88 | 6762 | M: Bob Copeland <[email protected]> |
0ad122d9 BC |
6763 | L: [email protected] |
6764 | S: Maintained | |
679655da JP |
6765 | F: Documentation/filesystems/omfs.txt |
6766 | F: fs/omfs/ | |
0ad122d9 | 6767 | |
c1986ee9 | 6768 | OMNIKEY CARDMAN 4000 DRIVER |
8b58be88 | 6769 | M: Harald Welte <[email protected]> |
c1986ee9 | 6770 | S: Maintained |
679655da JP |
6771 | F: drivers/char/pcmcia/cm4000_cs.c |
6772 | F: include/linux/cm4000_cs.h | |
c117ab84 | 6773 | F: include/uapi/linux/cm4000_cs.h |
c1986ee9 | 6774 | |
77c44ab1 | 6775 | OMNIKEY CARDMAN 4040 DRIVER |
8b58be88 | 6776 | M: Harald Welte <[email protected]> |
77c44ab1 | 6777 | S: Maintained |
679655da | 6778 | F: drivers/char/pcmcia/cm4040_cs.* |
77c44ab1 | 6779 | |
77d5140f | 6780 | OMNIVISION OV7670 SENSOR DRIVER |
8b58be88 | 6781 | M: Jonathan Corbet <[email protected]> |
661263b5 | 6782 | L: [email protected] |
275ffde4 | 6783 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 6784 | S: Maintained |
90d72ac6 | 6785 | F: drivers/media/i2c/ov7670.c |
77d5140f | 6786 | |
431bca73 | 6787 | ONENAND FLASH DRIVER |
8b58be88 | 6788 | M: Kyungmin Park <[email protected]> |
431bca73 TG |
6789 | L: [email protected] |
6790 | S: Maintained | |
679655da JP |
6791 | F: drivers/mtd/onenand/ |
6792 | F: include/linux/mtd/onenand*.h | |
431bca73 | 6793 | |
1da177e4 | 6794 | ONSTREAM SCSI TAPE DRIVER |
8b58be88 | 6795 | M: Willem Riede <[email protected]> |
1da177e4 LT |
6796 | L: [email protected] |
6797 | L: [email protected] | |
6798 | S: Maintained | |
f7269cfc JD |
6799 | F: Documentation/scsi/osst.txt |
6800 | F: drivers/scsi/osst.* | |
6801 | F: drivers/scsi/osst_*.h | |
6802 | F: drivers/scsi/st.h | |
1da177e4 | 6803 | |
e2d1d6c0 | 6804 | OPENCORES I2C BUS DRIVER |
8b58be88 | 6805 | M: Peter Korsgaard <[email protected]> |
846557d3 | 6806 | L: [email protected] |
e2d1d6c0 | 6807 | S: Maintained |
679655da JP |
6808 | F: Documentation/i2c/busses/i2c-ocores |
6809 | F: drivers/i2c/busses/i2c-ocores.c | |
e2d1d6c0 | 6810 | |
860c44c1 | 6811 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
19624236 | 6812 | M: Grant Likely <[email protected]> |
5d3ad8a6 | 6813 | M: Rob Herring <[email protected]> |
d0fb18c5 | 6814 | L: [email protected] |
860c44c1 | 6815 | W: http://fdt.secretlab.ca |
3bbf9b9b | 6816 | T: git git://git.secretlab.ca/git/linux-2.6.git |
860c44c1 | 6817 | S: Maintained |
f8828205 | 6818 | F: drivers/of/ |
860c44c1 | 6819 | F: include/linux/of*.h |
f8828205 | 6820 | F: scripts/dtc/ |
860c44c1 | 6821 | K: of_get_property |
d945fa0d | 6822 | K: of_match_table |
860c44c1 | 6823 | |
f8828205 | 6824 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
5d3ad8a6 | 6825 | M: Rob Herring <[email protected]> |
f8828205 GL |
6826 | M: Pawel Moll <[email protected]> |
6827 | M: Mark Rutland <[email protected]> | |
de80963e | 6828 | M: Ian Campbell <[email protected]> |
bdbff6ba | 6829 | M: Kumar Gala <[email protected]> |
f8828205 GL |
6830 | L: [email protected] |
6831 | S: Maintained | |
6832 | F: Documentation/devicetree/ | |
6833 | F: arch/*/boot/dts/ | |
6834 | F: include/dt-bindings/ | |
6835 | ||
19f9d392 JB |
6836 | OPENRISC ARCHITECTURE |
6837 | M: Jonas Bonn <[email protected]> | |
6838 | W: http://openrisc.net | |
eab7c1c0 | 6839 | L: [email protected] (moderated for non-subscribers) |
19f9d392 JB |
6840 | S: Maintained |
6841 | T: git git://openrisc.net/~jonas/linux | |
14430813 | 6842 | F: arch/openrisc/ |
19f9d392 | 6843 | |
ccb1352e | 6844 | OPENVSWITCH |
4f337ed5 | 6845 | M: Pravin Shelar <[email protected]> |
ccb1352e JG |
6846 | L: [email protected] |
6847 | W: http://openvswitch.org | |
4f337ed5 | 6848 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git |
ccb1352e JG |
6849 | S: Maintained |
6850 | F: net/openvswitch/ | |
6851 | ||
af39917d CL |
6852 | OPL4 DRIVER |
6853 | M: Clemens Ladisch <[email protected]> | |
6854 | L: [email protected] (moderated for non-subscribers) | |
6855 | T: git git://git.alsa-project.org/alsa-kernel.git | |
6856 | S: Maintained | |
6857 | F: sound/drivers/opl4/ | |
6858 | ||
1da177e4 | 6859 | OPROFILE |
4cf7e718 | 6860 | M: Robert Richter <[email protected]> |
1da177e4 LT |
6861 | L: [email protected] |
6862 | S: Maintained | |
81c4a8a6 | 6863 | F: arch/*/include/asm/oprofile*.h |
679655da JP |
6864 | F: arch/*/oprofile/ |
6865 | F: drivers/oprofile/ | |
6866 | F: include/linux/oprofile.h | |
1da177e4 | 6867 | |
e2d1d6c0 | 6868 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
8b58be88 | 6869 | M: Mark Fasheh <[email protected]> |
d6351db2 | 6870 | M: Joel Becker <[email protected]> |
e2d1d6c0 RD |
6871 | L: [email protected] (moderated for non-subscribers) |
6872 | W: http://oss.oracle.com/projects/ocfs2/ | |
2191aeba | 6873 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
e2d1d6c0 | 6874 | S: Supported |
679655da JP |
6875 | F: Documentation/filesystems/ocfs2.txt |
6876 | F: Documentation/filesystems/dlmfs.txt | |
6877 | F: fs/ocfs2/ | |
e2d1d6c0 | 6878 | |
1da177e4 | 6879 | ORINOCO DRIVER |
724c6b35 | 6880 | L: [email protected] |
491b26b4 | 6881 | W: http://wireless.kernel.org/en/users/Drivers/orinoco |
ecffdde6 | 6882 | W: http://www.nongnu.org/orinoco/ |
3a59babb | 6883 | S: Orphan |
679655da | 6884 | F: drivers/net/wireless/orinoco/ |
1da177e4 | 6885 | |
42c55aa8 | 6886 | OSD LIBRARY and FILESYSTEM |
fadc0752 | 6887 | M: Boaz Harrosh <[email protected]> |
f1f6630b | 6888 | M: Benny Halevy <[email protected]> |
68274794 BH |
6889 | L: [email protected] |
6890 | W: http://open-osd.org | |
54e5881d | 6891 | T: git git://git.open-osd.org/open-osd.git |
68274794 | 6892 | S: Maintained |
42c55aa8 | 6893 | F: drivers/scsi/osd/ |
6b6f0b6c | 6894 | F: include/scsi/osd_* |
42c55aa8 | 6895 | F: fs/exofs/ |
68274794 | 6896 | |
ef94b186 | 6897 | OVERLAY FILESYSTEM |
7c37fbda | 6898 | M: Miklos Szeredi <[email protected]> |
1d113735 MS |
6899 | L: [email protected] |
6900 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git | |
7c37fbda | 6901 | S: Supported |
1d113735 | 6902 | F: fs/overlayfs/ |
7c37fbda NB |
6903 | F: Documentation/filesystems/overlayfs.txt |
6904 | ||
e2d1d6c0 | 6905 | P54 WIRELESS DRIVER |
084cb0fe | 6906 | M: Christian Lamparter <[email protected]> |
e2d1d6c0 | 6907 | L: [email protected] |
084cb0fe | 6908 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
e2d1d6c0 | 6909 | S: Maintained |
679655da | 6910 | F: drivers/net/wireless/p54/ |
e2d1d6c0 | 6911 | |
f5cd7872 | 6912 | PA SEMI ETHERNET DRIVER |
8b58be88 | 6913 | M: Olof Johansson <[email protected]> |
f5cd7872 OJ |
6914 | L: [email protected] |
6915 | S: Maintained | |
ded19add | 6916 | F: drivers/net/ethernet/pasemi/* |
f5cd7872 | 6917 | |
beb58aa3 | 6918 | PA SEMI SMBUS DRIVER |
8b58be88 | 6919 | M: Olof Johansson <[email protected]> |
846557d3 | 6920 | L: [email protected] |
beb58aa3 | 6921 | S: Maintained |
679655da | 6922 | F: drivers/i2c/busses/i2c-pasemi.c |
beb58aa3 | 6923 | |
48fc267e SK |
6924 | PADATA PARALLEL EXECUTION MECHANISM |
6925 | M: Steffen Klassert <[email protected]> | |
48fc267e SK |
6926 | L: [email protected] |
6927 | S: Maintained | |
6928 | F: kernel/padata.c | |
6929 | F: include/linux/padata.h | |
6930 | F: Documentation/padata.txt | |
6931 | ||
709ee531 | 6932 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
8b58be88 | 6933 | M: Harald Welte <[email protected]> |
d0944853 | 6934 | L: [email protected] |
709ee531 | 6935 | S: Maintained |
679655da | 6936 | F: drivers/platform/x86/panasonic-laptop.c |
709ee531 | 6937 | |
368dd5ac | 6938 | PANASONIC MN10300/AM33/AM34 PORT |
8b58be88 JP |
6939 | M: David Howells <[email protected]> |
6940 | M: Koichi Yasutake <[email protected]> | |
4fa97181 DH |
6941 | L: [email protected] (moderated for non-subscribers) |
6942 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
6943 | S: Maintained | |
679655da JP |
6944 | F: Documentation/mn10300/ |
6945 | F: arch/mn10300/ | |
4fa97181 | 6946 | |
1da177e4 | 6947 | PARALLEL PORT SUPPORT |
3dd1a329 | 6948 | L: [email protected] (subscribers-only) |
5fdc2abe | 6949 | S: Orphan |
679655da JP |
6950 | F: drivers/parport/ |
6951 | F: include/linux/parport*.h | |
6952 | F: drivers/char/ppdev.c | |
c117ab84 | 6953 | F: include/uapi/linux/ppdev.h |
1da177e4 | 6954 | |
4cdf6bc2 | 6955 | PARAVIRT_OPS INTERFACE |
d633180c | 6956 | M: Jeremy Fitzhardinge <[email protected]> |
8b58be88 JP |
6957 | M: Chris Wright <[email protected]> |
6958 | M: Alok Kataria <[email protected]> | |
6959 | M: Rusty Russell <[email protected]> | |
c996d8b9 | 6960 | L: [email protected] |
4cdf6bc2 | 6961 | S: Supported |
679655da JP |
6962 | F: Documentation/ia64/paravirt_ops.txt |
6963 | F: arch/*/kernel/paravirt* | |
6964 | F: arch/*/include/asm/paravirt.h | |
4cdf6bc2 | 6965 | |
e2d1d6c0 | 6966 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
8b58be88 | 6967 | M: Tim Waugh <[email protected]> |
e2d1d6c0 RD |
6968 | L: [email protected] (subscribers-only) |
6969 | W: http://www.torque.net/linux-pp.html | |
6970 | S: Maintained | |
679655da JP |
6971 | F: Documentation/blockdev/paride.txt |
6972 | F: drivers/block/paride/ | |
e2d1d6c0 RD |
6973 | |
6974 | PARISC ARCHITECTURE | |
b8828770 | 6975 | M: "James E.J. Bottomley" <[email protected]> |
b38a03b8 | 6976 | M: Helge Deller <[email protected]> |
e2d1d6c0 RD |
6977 | L: [email protected] |
6978 | W: http://www.parisc-linux.org/ | |
8a6e2535 | 6979 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ |
08deed1e | 6980 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git |
fbb46caa | 6981 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git |
e2d1d6c0 | 6982 | S: Maintained |
679655da | 6983 | F: arch/parisc/ |
2b6bac9e | 6984 | F: Documentation/parisc/ |
679655da | 6985 | F: drivers/parisc/ |
2b6bac9e HD |
6986 | F: drivers/char/agp/parisc-agp.c |
6987 | F: drivers/input/serio/gscps2.c | |
6988 | F: drivers/parport/parport_gsc.* | |
6989 | F: drivers/tty/serial/8250/8250_gsc.c | |
8a61f013 | 6990 | F: drivers/video/fbdev/sti* |
2b6bac9e HD |
6991 | F: drivers/video/console/sti* |
6992 | F: drivers/video/logo/logo_parisc* | |
e2d1d6c0 | 6993 | |
1662d32c | 6994 | PC87360 HARDWARE MONITORING DRIVER |
8b58be88 | 6995 | M: Jim Cromie <[email protected]> |
1662d32c JC |
6996 | L: [email protected] |
6997 | S: Maintained | |
679655da JP |
6998 | F: Documentation/hwmon/pc87360 |
6999 | F: drivers/hwmon/pc87360.c | |
1662d32c JC |
7000 | |
7001 | PC8736x GPIO DRIVER | |
8b58be88 | 7002 | M: Jim Cromie <[email protected]> |
1662d32c | 7003 | S: Maintained |
679655da | 7004 | F: drivers/char/pc8736x_gpio.c |
1662d32c | 7005 | |
1ad107fd | 7006 | PC87427 HARDWARE MONITORING DRIVER |
7c81c60f | 7007 | M: Jean Delvare <[email protected]> |
1ad107fd JD |
7008 | L: [email protected] |
7009 | S: Maintained | |
7010 | F: Documentation/hwmon/pc87427 | |
7011 | F: drivers/hwmon/pc87427.c | |
7012 | ||
b26e0ed4 | 7013 | PCA9532 LED DRIVER |
8b58be88 | 7014 | M: Riku Voipio <[email protected]> |
b26e0ed4 | 7015 | S: Maintained |
d5ca6918 JP |
7016 | F: drivers/leds/leds-pca9532.c |
7017 | F: include/linux/leds-pca9532.h | |
b26e0ed4 | 7018 | |
5ce914a8 | 7019 | PCA9541 I2C BUS MASTER SELECTOR DRIVER |
ca462085 | 7020 | M: Guenter Roeck <[email protected]> |
5ce914a8 GR |
7021 | L: [email protected] |
7022 | S: Maintained | |
b4f0b74e | 7023 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
5ce914a8 | 7024 | |
3971dae5 | 7025 | PCDP - PRIMARY CONSOLE AND DEBUG PORT |
055e72fe | 7026 | M: Khalid Aziz <[email protected]> |
3971dae5 KA |
7027 | S: Maintained |
7028 | F: drivers/firmware/pcdp.* | |
7029 | ||
065c6359 | 7030 | PCI ERROR RECOVERY |
6305902c | 7031 | M: Linas Vepstas <[email protected]> |
c1f69db7 | 7032 | L: [email protected] |
065c6359 | 7033 | S: Supported |
679655da | 7034 | F: Documentation/PCI/pci-error-recovery.txt |
065c6359 | 7035 | |
1da177e4 | 7036 | PCI SUBSYSTEM |
5ac3a6d2 | 7037 | M: Bjorn Helgaas <[email protected]> |
2905474d | 7038 | L: [email protected] |
99662dd1 | 7039 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
c0233ed4 | 7040 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git |
1da177e4 | 7041 | S: Supported |
679655da JP |
7042 | F: Documentation/PCI/ |
7043 | F: drivers/pci/ | |
7044 | F: include/linux/pci* | |
6b49ee49 | 7045 | F: arch/x86/pci/ |
cad01f91 | 7046 | F: arch/x86/kernel/quirks.c |
1da177e4 | 7047 | |
5f6b6ccd TI |
7048 | PCI DRIVER FOR APPLIEDMICRO XGENE |
7049 | M: Tanmay Inamdar <[email protected]> | |
7050 | L: [email protected] | |
7051 | L: [email protected] | |
7052 | S: Maintained | |
7053 | F: Documentation/devicetree/bindings/pci/xgene-pci.txt | |
7054 | F: drivers/pci/host/pci-xgene.c | |
7055 | ||
f0b75693 BH |
7056 | PCI DRIVER FOR IMX6 |
7057 | M: Richard Zhu <[email protected]> | |
1ba55f55 | 7058 | M: Lucas Stach <[email protected]> |
f0b75693 BH |
7059 | L: [email protected] |
7060 | L: [email protected] (moderated for non-subscribers) | |
7061 | S: Maintained | |
7062 | F: drivers/pci/host/*imx6* | |
7063 | ||
0c4ffcfe MK |
7064 | PCI DRIVER FOR TI KEYSTONE |
7065 | M: Murali Karicheri <[email protected]> | |
7066 | L: [email protected] | |
7067 | L: [email protected] (moderated for non-subscribers) | |
7068 | S: Maintained | |
7069 | F: drivers/pci/host/*keystone* | |
7070 | ||
f0b75693 BH |
7071 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) |
7072 | M: Thomas Petazzoni <[email protected]> | |
7073 | M: Jason Cooper <[email protected]> | |
7074 | L: [email protected] | |
7075 | L: [email protected] (moderated for non-subscribers) | |
7076 | S: Maintained | |
7077 | F: drivers/pci/host/*mvebu* | |
7078 | ||
0447cfd7 TR |
7079 | PCI DRIVER FOR NVIDIA TEGRA |
7080 | M: Thierry Reding <[email protected]> | |
7081 | L: [email protected] | |
f0b75693 | 7082 | L: [email protected] |
0447cfd7 TR |
7083 | S: Supported |
7084 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | |
7085 | F: drivers/pci/host/pci-tegra.c | |
7086 | ||
47ff3de9 KVA |
7087 | PCI DRIVER FOR TI DRA7XX |
7088 | M: Kishon Vijay Abraham I <[email protected]> | |
7089 | L: [email protected] | |
7090 | L: [email protected] | |
7091 | S: Supported | |
7092 | F: Documentation/devicetree/bindings/pci/ti-pci.txt | |
7093 | F: drivers/pci/host/pci-dra7xx.c | |
7094 | ||
f0b75693 BH |
7095 | PCI DRIVER FOR RENESAS R-CAR |
7096 | M: Simon Horman <[email protected]> | |
7097 | L: [email protected] | |
7098 | L: [email protected] | |
7099 | S: Maintained | |
7100 | F: drivers/pci/host/*rcar* | |
7101 | ||
4af82255 JH |
7102 | PCI DRIVER FOR SAMSUNG EXYNOS |
7103 | M: Jingoo Han <[email protected]> | |
7104 | L: [email protected] | |
f0b75693 BH |
7105 | L: [email protected] (moderated for non-subscribers) |
7106 | L: [email protected] (moderated for non-subscribers) | |
4af82255 JH |
7107 | S: Maintained |
7108 | F: drivers/pci/host/pci-exynos.c | |
7109 | ||
f0b75693 BH |
7110 | PCI DRIVER FOR SYNOPSIS DESIGNWARE |
7111 | M: Mohit Kumar <[email protected]> | |
7112 | M: Jingoo Han <[email protected]> | |
7113 | L: [email protected] | |
7114 | S: Maintained | |
7115 | F: drivers/pci/host/*designware* | |
7116 | ||
cf28855b WD |
7117 | PCI DRIVER FOR GENERIC OF HOSTS |
7118 | M: Will Deacon <[email protected]> | |
7119 | L: [email protected] | |
7120 | L: [email protected] (moderated for non-subscribers) | |
7121 | S: Maintained | |
7122 | F: Documentation/devicetree/bindings/pci/host-generic-pci.txt | |
7123 | F: drivers/pci/host/pci-host-generic.c | |
7124 | ||
51b66a6c PA |
7125 | PCIE DRIVER FOR ST SPEAR13XX |
7126 | M: Mohit Kumar <[email protected]> | |
7127 | L: [email protected] | |
7128 | S: Maintained | |
7129 | F: drivers/pci/host/*spear* | |
7130 | ||
1da177e4 | 7131 | PCMCIA SUBSYSTEM |
4230dfc9 | 7132 | P: Linux PCMCIA Team |
f5df5881 | 7133 | L: [email protected] |
6650e0a5 | 7134 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
54e5881d | 7135 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 7136 | S: Maintained |
679655da JP |
7137 | F: Documentation/pcmcia/ |
7138 | F: drivers/pcmcia/ | |
7139 | F: include/pcmcia/ | |
1da177e4 LT |
7140 | |
7141 | PCNET32 NETWORK DRIVER | |
227fb925 | 7142 | M: Don Fry <[email protected]> |
979b6c13 | 7143 | L: [email protected] |
1da177e4 | 7144 | S: Maintained |
b955f6ca | 7145 | F: drivers/net/ethernet/amd/pcnet32.c |
1da177e4 | 7146 | |
48fc267e SK |
7147 | PCRYPT PARALLEL CRYPTO ENGINE |
7148 | M: Steffen Klassert <[email protected]> | |
7149 | L: [email protected] | |
7150 | S: Maintained | |
7151 | F: crypto/pcrypt.c | |
7152 | F: include/crypto/pcrypt.h | |
7153 | ||
e72df0b8 TH |
7154 | PER-CPU MEMORY ALLOCATOR |
7155 | M: Tejun Heo <[email protected]> | |
7156 | M: Christoph Lameter <[email protected]> | |
e72df0b8 TH |
7157 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git |
7158 | S: Maintained | |
7159 | F: include/linux/percpu*.h | |
7160 | F: mm/percpu*.c | |
7161 | F: arch/*/include/asm/percpu.h | |
7162 | ||
ad4ecbcb | 7163 | PER-TASK DELAY ACCOUNTING |
185e595f | 7164 | M: Balbir Singh <[email protected]> |
ad4ecbcb | 7165 | S: Maintained |
679655da JP |
7166 | F: include/linux/delayacct.h |
7167 | F: kernel/delayacct.c | |
ad4ecbcb | 7168 | |
57c0c15b | 7169 | PERFORMANCE EVENTS SUBSYSTEM |
8b58be88 JP |
7170 | M: Peter Zijlstra <[email protected]> |
7171 | M: Paul Mackerras <[email protected]> | |
dd9b238c | 7172 | M: Ingo Molnar <[email protected]> |
f80c5393 | 7173 | M: Arnaldo Carvalho de Melo <[email protected]> |
981c3a4f | 7174 | L: [email protected] |
75fc2d37 | 7175 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
6c0b3244 | 7176 | S: Supported |
d53e8365 | 7177 | F: kernel/events/* |
a003236c | 7178 | F: include/linux/perf_event.h |
c117ab84 | 7179 | F: include/uapi/linux/perf_event.h |
141c4296 RR |
7180 | F: arch/*/kernel/perf_event*.c |
7181 | F: arch/*/kernel/*/perf_event*.c | |
7182 | F: arch/*/kernel/*/*/perf_event*.c | |
a003236c | 7183 | F: arch/*/include/asm/perf_event.h |
a003236c VL |
7184 | F: arch/*/kernel/perf_callchain.c |
7185 | F: tools/perf/ | |
6c0b3244 | 7186 | |
dd49d0f5 | 7187 | PERSONALITY HANDLING |
8b58be88 | 7188 | M: Christoph Hellwig <[email protected]> |
dd49d0f5 JC |
7189 | L: [email protected] |
7190 | S: Maintained | |
679655da | 7191 | F: include/linux/personality.h |
c117ab84 | 7192 | F: include/uapi/linux/personality.h |
dd49d0f5 | 7193 | |
838e7a03 | 7194 | PHONET PROTOCOL |
2a06b40f | 7195 | M: Remi Denis-Courmont <[email protected]> |
838e7a03 RDC |
7196 | S: Supported |
7197 | F: Documentation/networking/phonet.txt | |
7198 | F: include/linux/phonet.h | |
7199 | F: include/net/phonet/ | |
c117ab84 | 7200 | F: include/uapi/linux/phonet.h |
838e7a03 RDC |
7201 | F: net/phonet/ |
7202 | ||
1da177e4 | 7203 | PHRAM MTD DRIVER |
8b58be88 | 7204 | M: Joern Engel <[email protected]> |
1da177e4 LT |
7205 | L: [email protected] |
7206 | S: Maintained | |
679655da | 7207 | F: drivers/mtd/devices/phram.c |
1da177e4 | 7208 | |
efdbb10e BP |
7209 | PICOLCD HID DRIVER |
7210 | M: Bruno Prémont <[email protected]> | |
7211 | L: [email protected] | |
7212 | S: Maintained | |
7213 | F: drivers/hid/hid-picolcd* | |
7214 | ||
a53bfa07 JI |
7215 | PICOXCELL SUPPORT |
7216 | M: Jamie Iles <[email protected]> | |
7217 | L: [email protected] (moderated for non-subscribers) | |
7218 | T: git git://github.com/jamieiles/linux-2.6-ji.git | |
7219 | S: Supported | |
b8733987 | 7220 | F: arch/arm/boot/dts/picoxcell* |
14430813 | 7221 | F: arch/arm/mach-picoxcell/ |
b8733987 | 7222 | F: drivers/crypto/picoxcell* |
a53bfa07 | 7223 | |
2744e8af LW |
7224 | PIN CONTROL SUBSYSTEM |
7225 | M: Linus Walleij <[email protected]> | |
c11f042b | 7226 | L: [email protected] |
2744e8af | 7227 | S: Maintained |
07f29ba6 | 7228 | F: drivers/pinctrl/ |
8e406fe4 | 7229 | F: include/linux/pinctrl/ |
2744e8af | 7230 | |
2201bbb8 JCPV |
7231 | PIN CONTROLLER - ATMEL AT91 |
7232 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
7233 | L: [email protected] (moderated for non-subscribers) | |
7234 | S: Maintained | |
7235 | F: drivers/pinctrl/pinctrl-at91.c | |
7236 | ||
9963b536 LP |
7237 | PIN CONTROLLER - RENESAS |
7238 | M: Laurent Pinchart <[email protected]> | |
7239 | L: [email protected] | |
7240 | S: Maintained | |
7241 | F: drivers/pinctrl/sh-pfc/ | |
7242 | ||
b75e60d6 | 7243 | PIN CONTROLLER - SAMSUNG |
fea685e9 | 7244 | M: Tomasz Figa <[email protected]> |
b75e60d6 DA |
7245 | M: Thomas Abraham <[email protected]> |
7246 | L: [email protected] (moderated for non-subscribers) | |
7247 | L: [email protected] (moderated for non-subscribers) | |
7248 | S: Maintained | |
9b5b33f6 | 7249 | F: drivers/pinctrl/samsung/ |
b75e60d6 | 7250 | |
deda8287 | 7251 | PIN CONTROLLER - ST SPEAR |
8e406fe4 | 7252 | M: Viresh Kumar <[email protected]> |
deda8287 VK |
7253 | L: [email protected] |
7254 | L: [email protected] (moderated for non-subscribers) | |
7255 | W: http://www.st.com/spear | |
7256 | S: Maintained | |
8e406fe4 | 7257 | F: drivers/pinctrl/spear/ |
deda8287 | 7258 | |
249a6771 | 7259 | PKTCDVD DRIVER |
dbd47133 | 7260 | M: Jiri Kosina <[email protected]> |
249a6771 | 7261 | S: Maintained |
679655da JP |
7262 | F: drivers/block/pktcdvd.c |
7263 | F: include/linux/pktcdvd.h | |
c117ab84 | 7264 | F: include/uapi/linux/pktcdvd.h |
249a6771 | 7265 | |
b31d8273 G |
7266 | PKUNITY SOC DRIVERS |
7267 | M: Guan Xuetao <[email protected]> | |
7268 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
7269 | S: Maintained | |
ceebf4d5 | 7270 | T: git git://github.com/gxt/linux.git |
b31d8273 | 7271 | F: drivers/input/serio/i8042-unicore32io.h |
d10e4a66 | 7272 | F: drivers/i2c/busses/i2c-puv3.c |
8a61f013 | 7273 | F: drivers/video/fbdev/fb-puv3.c |
2809e80b | 7274 | F: drivers/rtc/rtc-puv3.c |
b31d8273 | 7275 | |
9d2ecfb7 | 7276 | PMBUS HARDWARE MONITORING DRIVERS |
ca462085 | 7277 | M: Guenter Roeck <[email protected]> |
9d2ecfb7 GR |
7278 | L: [email protected] |
7279 | W: http://www.lm-sensors.org/ | |
7280 | W: http://www.roeck-us.net/linux/drivers/ | |
7281 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | |
7282 | S: Maintained | |
7283 | F: Documentation/hwmon/pmbus | |
7284 | F: drivers/hwmon/pmbus/ | |
7285 | F: include/linux/i2c/pmbus.h | |
7286 | ||
89a36810 | 7287 | PMC SIERRA MaxRAID DRIVER |
076cfaae | 7288 | M: Anil Ravindranath <[email protected]> |
89a36810 AR |
7289 | L: [email protected] |
7290 | W: http://www.pmc-sierra.com/ | |
7291 | S: Supported | |
7292 | F: drivers/scsi/pmcraid.* | |
7293 | ||
dbf9bfe6 | 7294 | PMC SIERRA PM8001 DRIVER |
4f0e359c | 7295 | M: [email protected] |
dbf9bfe6 | 7296 | M: [email protected] |
f5a7b525 | 7297 | L: [email protected] |
dbf9bfe6 | 7298 | L: [email protected] |
7299 | S: Supported | |
7300 | F: drivers/scsi/pm8001/ | |
7301 | ||
1da177e4 | 7302 | POSIX CLOCKS and TIMERS |
8b58be88 | 7303 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 7304 | L: [email protected] |
75fc2d37 | 7305 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
5cee9645 | 7306 | S: Maintained |
679655da JP |
7307 | F: fs/timerfd.c |
7308 | F: include/linux/timer* | |
5cee9645 | 7309 | F: kernel/time/*timer* |
1da177e4 | 7310 | |
3be86148 | 7311 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
ad8464a2 | 7312 | M: Sebastian Reichel <[email protected]> |
57318935 | 7313 | M: Dmitry Eremin-Solenikov <[email protected]> |
8b58be88 | 7314 | M: David Woodhouse <[email protected]> |
ad8464a2 | 7315 | L: [email protected] |
54e5881d | 7316 | T: git git://git.infradead.org/battery-2.6.git |
3be86148 | 7317 | S: Maintained |
679655da | 7318 | F: include/linux/power_supply.h |
8cd725a1 | 7319 | F: drivers/power/ |
3be86148 | 7320 | |
1da177e4 | 7321 | PNP SUPPORT |
46a1f21a | 7322 | M: Rafael J. Wysocki <[email protected]> |
1da177e4 | 7323 | S: Maintained |
679655da | 7324 | F: drivers/pnp/ |
1da177e4 | 7325 | |
999445d4 | 7326 | PNXxxxx I2C DRIVER |
8b58be88 | 7327 | M: Vitaly Wool <[email protected]> |
846557d3 | 7328 | L: [email protected] |
999445d4 | 7329 | S: Maintained |
679655da | 7330 | F: drivers/i2c/busses/i2c-pnx.c |
999445d4 | 7331 | |
1da177e4 | 7332 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8b58be88 | 7333 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
7334 | L: [email protected] |
7335 | S: Maintained | |
224cf5ad | 7336 | F: drivers/net/ppp/ppp_* |
1da177e4 LT |
7337 | |
7338 | PPP OVER ATM (RFC 2364) | |
8b58be88 | 7339 | M: Mitchell Blank Jr <[email protected]> |
1da177e4 | 7340 | S: Maintained |
679655da | 7341 | F: net/atm/pppoatm.c |
c117ab84 | 7342 | F: include/uapi/linux/atmppp.h |
1da177e4 LT |
7343 | |
7344 | PPP OVER ETHERNET | |
8b58be88 | 7345 | M: Michal Ostrowski <[email protected]> |
1da177e4 | 7346 | S: Maintained |
224cf5ad JK |
7347 | F: drivers/net/ppp/pppoe.c |
7348 | F: drivers/net/ppp/pppox.c | |
1da177e4 | 7349 | |
a6d2370b | 7350 | PPP OVER L2TP |
8b58be88 | 7351 | M: James Chapman <[email protected]> |
a6d2370b | 7352 | S: Maintained |
90ca28d1 | 7353 | F: net/l2tp/l2tp_ppp.c |
679655da | 7354 | F: include/linux/if_pppol2tp.h |
c117ab84 | 7355 | F: include/uapi/linux/if_pppol2tp.h |
a6d2370b | 7356 | |
eae9d2ba | 7357 | PPS SUPPORT |
8b58be88 | 7358 | M: Rodolfo Giometti <[email protected]> |
eae9d2ba RG |
7359 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
7360 | L: [email protected] (subscribers-only) | |
7361 | S: Maintained | |
cabaaf41 JP |
7362 | F: Documentation/pps/ |
7363 | F: drivers/pps/ | |
7364 | F: include/linux/pps*.h | |
eae9d2ba | 7365 | |
71a6d0af HW |
7366 | PPTP DRIVER |
7367 | M: Dmitry Kozlov <[email protected]> | |
7368 | L: [email protected] | |
7369 | S: Maintained | |
224cf5ad | 7370 | F: drivers/net/ppp/pptp.c |
71a6d0af HW |
7371 | W: http://sourceforge.net/projects/accel-pptp |
7372 | ||
1da177e4 | 7373 | PREEMPTIBLE KERNEL |
8b58be88 | 7374 | M: Robert Love <[email protected]> |
1da177e4 LT |
7375 | L: [email protected] |
7376 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
7377 | S: Supported | |
679655da JP |
7378 | F: Documentation/preempt-locking.txt |
7379 | F: include/linux/preempt.h | |
1da177e4 LT |
7380 | |
7381 | PRISM54 WIRELESS DRIVER | |
8b58be88 | 7382 | M: "Luis R. Rodriguez" <[email protected]> |
724c6b35 | 7383 | L: [email protected] |
9ef80804 | 7384 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
1d89cae1 | 7385 | S: Obsolete |
679655da | 7386 | F: drivers/net/wireless/prism54/ |
1da177e4 | 7387 | |
b3277dfa | 7388 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
743a7ecb | 7389 | M: Mikael Pettersson <[email protected]> |
b3277dfa MP |
7390 | L: [email protected] |
7391 | S: Maintained | |
679655da | 7392 | F: drivers/ata/sata_promise.* |
b3277dfa | 7393 | |
02c18891 | 7394 | PS3 NETWORK SUPPORT |
b809b9ca | 7395 | M: Geoff Levand <[email protected]> |
02c18891 | 7396 | L: [email protected] |
a4724ed6 | 7397 | L: [email protected] |
b809b9ca | 7398 | S: Maintained |
8df158ac | 7399 | F: drivers/net/ethernet/toshiba/ps3_gelic_net.* |
02c18891 | 7400 | |
f58a9d17 | 7401 | PS3 PLATFORM SUPPORT |
b809b9ca | 7402 | M: Geoff Levand <[email protected]> |
a4724ed6 SR |
7403 | L: [email protected] |
7404 | L: [email protected] | |
b809b9ca | 7405 | S: Maintained |
679655da JP |
7406 | F: arch/powerpc/boot/ps3* |
7407 | F: arch/powerpc/include/asm/lv1call.h | |
7408 | F: arch/powerpc/include/asm/ps3*.h | |
7409 | F: arch/powerpc/platforms/ps3/ | |
7410 | F: drivers/*/ps3* | |
7411 | F: drivers/ps3/ | |
fec629b8 | 7412 | F: drivers/rtc/rtc-ps3.c |
679655da | 7413 | F: drivers/usb/host/*ps3.c |
fec629b8 | 7414 | F: sound/ppc/snd_ps3* |
f58a9d17 | 7415 | |
cffb4add | 7416 | PS3VRAM DRIVER |
8b58be88 | 7417 | M: Jim Paris <[email protected]> |
a4724ed6 | 7418 | L: [email protected] |
cffb4add | 7419 | S: Maintained |
8a3977cb | 7420 | F: drivers/block/ps3vram.c |
cffb4add | 7421 | |
8defe599 | 7422 | PSTORE FILESYSTEM |
9d5e2a02 | 7423 | M: Anton Vorontsov <[email protected]> |
8defe599 AV |
7424 | M: Colin Cross <[email protected]> |
7425 | M: Kees Cook <[email protected]> | |
7426 | M: Tony Luck <[email protected]> | |
7427 | S: Maintained | |
7428 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | |
7429 | F: fs/pstore/ | |
7430 | F: include/linux/pstore* | |
04851772 | 7431 | F: drivers/firmware/efi/efi-pstore.c |
8defe599 AV |
7432 | F: drivers/acpi/apei/erst.c |
7433 | ||
7fbc415d RC |
7434 | PTP HARDWARE CLOCK SUPPORT |
7435 | M: Richard Cochran <[email protected]> | |
e7333e3c | 7436 | L: [email protected] |
7fbc415d RC |
7437 | S: Maintained |
7438 | W: http://linuxptp.sourceforge.net/ | |
7439 | F: Documentation/ABI/testing/sysfs-ptp | |
7440 | F: Documentation/ptp/* | |
0ecb3cdd | 7441 | F: drivers/net/ethernet/freescale/gianfar_ptp.c |
7fbc415d RC |
7442 | F: drivers/net/phy/dp83640* |
7443 | F: drivers/ptp/* | |
7444 | F: include/linux/ptp_cl* | |
7445 | ||
cf94a4d1 | 7446 | PTRACE SUPPORT |
e846ee5f | 7447 | M: Roland McGrath <[email protected]> |
8b58be88 | 7448 | M: Oleg Nesterov <[email protected]> |
cf94a4d1 CH |
7449 | S: Maintained |
7450 | F: include/asm-generic/syscall.h | |
7451 | F: include/linux/ptrace.h | |
7452 | F: include/linux/regset.h | |
7453 | F: include/linux/tracehook.h | |
c117ab84 | 7454 | F: include/uapi/linux/ptrace.h |
cf94a4d1 CH |
7455 | F: kernel/ptrace.c |
7456 | ||
8320204a | 7457 | PVRUSB2 VIDEO4LINUX DRIVER |
8b58be88 | 7458 | M: Mike Isely <[email protected]> |
16e9495d | 7459 | L: [email protected] (subscribers-only) |
661263b5 | 7460 | L: [email protected] |
8320204a | 7461 | W: http://www.isely.net/pvrusb2/ |
275ffde4 | 7462 | T: git git://linuxtv.org/media_tree.git |
8320204a | 7463 | S: Maintained |
679655da | 7464 | F: Documentation/video4linux/README.pvrusb2 |
0c0d06ca | 7465 | F: drivers/media/usb/pvrusb2/ |
8320204a | 7466 | |
39532e6c HG |
7467 | PWC WEBCAM DRIVER |
7468 | M: Hans de Goede <[email protected]> | |
7469 | L: [email protected] | |
7470 | T: git git://linuxtv.org/media_tree.git | |
7471 | S: Maintained | |
7472 | F: drivers/media/usb/pwc/* | |
7473 | ||
93c090b3 KD |
7474 | PWM FAN DRIVER |
7475 | M: Kamil Debski <[email protected]> | |
7476 | L: [email protected] | |
7477 | S: Supported | |
7478 | F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt | |
7479 | F: Documentation/hwmon/pwm-fan | |
7480 | F: drivers/hwmon/pwm-fan.c | |
7481 | ||
200efedd | 7482 | PWM SUBSYSTEM |
aa3495f7 TR |
7483 | M: Thierry Reding <[email protected]> |
7484 | L: [email protected] | |
0c2498f1 | 7485 | S: Maintained |
006e854f | 7486 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git |
200efedd TR |
7487 | F: Documentation/pwm.txt |
7488 | F: Documentation/devicetree/bindings/pwm/ | |
7489 | F: include/linux/pwm.h | |
0c2498f1 | 7490 | F: drivers/pwm/ |
a140b98d TR |
7491 | F: drivers/video/backlight/pwm_bl.c |
7492 | F: include/linux/pwm_backlight.h | |
0c2498f1 | 7493 | |
30ec261e | 7494 | PXA2xx/PXA3xx SUPPORT |
8da5e302 | 7495 | M: Daniel Mack <[email protected]> |
a323f664 | 7496 | M: Haojian Zhuang <[email protected]> |
8da5e302 | 7497 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 7498 | L: [email protected] (moderated for non-subscribers) |
3f640c61 | 7499 | T: git git://github.com/hzhuang1/linux.git |
8da5e302 | 7500 | T: git git://github.com/rjarzmik/linux.git |
1da177e4 | 7501 | S: Maintained |
679655da JP |
7502 | F: arch/arm/mach-pxa/ |
7503 | F: drivers/pcmcia/pxa2xx* | |
9df92e6c | 7504 | F: drivers/spi/spi-pxa2xx* |
faf2e1db | 7505 | F: drivers/usb/gadget/udc/pxa2* |
679655da | 7506 | F: include/sound/pxa2xx-lib.h |
bec4c99e | 7507 | F: sound/arm/pxa* |
14430813 | 7508 | F: sound/soc/pxa/ |
1da177e4 | 7509 | |
ec64d3bf EG |
7510 | PXA3xx NAND FLASH DRIVER |
7511 | M: Ezequiel Garcia <[email protected]> | |
7512 | L: [email protected] | |
7513 | S: Maintained | |
9a67f099 | 7514 | F: drivers/mtd/nand/pxa3xx_nand.c |
ec64d3bf | 7515 | |
3f640c61 | 7516 | MMP SUPPORT |
8b58be88 | 7517 | M: Eric Miao <[email protected]> |
a323f664 | 7518 | M: Haojian Zhuang <[email protected]> |
e8e6cb32 | 7519 | L: [email protected] (moderated for non-subscribers) |
3f640c61 HZ |
7520 | T: git git://github.com/hzhuang1/linux.git |
7521 | T: git git://git.linaro.org/people/ycmiao/pxa-linux.git | |
e8e6cb32 | 7522 | S: Maintained |
3f640c61 | 7523 | F: arch/arm/mach-mmp/ |
e8e6cb32 | 7524 | |
272f133a PO |
7525 | PXA MMCI DRIVER |
7526 | S: Orphan | |
7527 | ||
57f63bc8 | 7528 | PXA RTC DRIVER |
8b58be88 | 7529 | M: Robert Jarzmik <[email protected]> |
57f63bc8 RJ |
7530 | L: [email protected] |
7531 | S: Maintained | |
7532 | ||
cea4001a TS |
7533 | QAT DRIVER |
7534 | M: Tadeusz Struk <[email protected]> | |
7535 | L: [email protected] | |
7536 | S: Supported | |
7537 | F: drivers/crypto/qat/ | |
7538 | ||
52a09a04 | 7539 | QIB DRIVER |
8473c603 | 7540 | M: Mike Marciniszyn <[email protected]> |
52a09a04 MM |
7541 | L: [email protected] |
7542 | S: Supported | |
7543 | F: drivers/infiniband/hw/qib/ | |
7544 | ||
5e9772b9 JS |
7545 | QLOGIC QLA1280 SCSI DRIVER |
7546 | M: Michael Reed <[email protected]> | |
7547 | L: [email protected] | |
7548 | S: Maintained | |
7549 | F: drivers/scsi/qla1280.[ch] | |
7550 | ||
1da177e4 | 7551 | QLOGIC QLA2XXX FC-SCSI DRIVER |
2c804eb0 | 7552 | M: [email protected] |
1da177e4 LT |
7553 | L: [email protected] |
7554 | S: Supported | |
679655da JP |
7555 | F: Documentation/scsi/LICENSE.qla2xxx |
7556 | F: drivers/scsi/qla2xxx/ | |
1da177e4 | 7557 | |
883c98fe | 7558 | QLOGIC QLA4XXX iSCSI DRIVER |
883c98fe RA |
7559 | M: Vikas Chaudhary <[email protected]> |
7560 | M: [email protected] | |
7561 | L: [email protected] | |
7562 | S: Supported | |
bacfb81b | 7563 | F: Documentation/scsi/LICENSE.qla4xxx |
883c98fe RA |
7564 | F: drivers/scsi/qla4xxx/ |
7565 | ||
5a4faa87 | 7566 | QLOGIC QLA3XXX NETWORK DRIVER |
0a955c3a | 7567 | M: Jitendra Kalsaria <[email protected]> |
8b58be88 | 7568 | M: Ron Mercer <[email protected]> |
5a4faa87 RM |
7569 | M: [email protected] |
7570 | L: [email protected] | |
7571 | S: Supported | |
679655da | 7572 | F: Documentation/networking/LICENSE.qla3xxx |
aa43c215 | 7573 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
5a4faa87 | 7574 | |
0ec00f03 | 7575 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
195ca382 | 7576 | M: Shahed Shaikh <[email protected]> |
9f35a3cc | 7577 | M: [email protected] |
0ec00f03 AKS |
7578 | L: [email protected] |
7579 | S: Supported | |
aa43c215 | 7580 | F: drivers/net/ethernet/qlogic/qlcnic/ |
0ec00f03 | 7581 | |
c4e84bde | 7582 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
c9b1a5b5 HP |
7583 | M: Harish Patil <[email protected]> |
7584 | M: Sudarsana Kalluru <[email protected]> | |
7585 | M: [email protected] | |
4cbfbe25 | 7586 | M: [email protected] |
c4e84bde RM |
7587 | L: [email protected] |
7588 | S: Supported | |
aa43c215 | 7589 | F: drivers/net/ethernet/qlogic/qlge/ |
c4e84bde | 7590 | |
1da177e4 | 7591 | QNX4 FILESYSTEM |
8b58be88 | 7592 | M: Anders Larsen <[email protected]> |
1da177e4 LT |
7593 | W: http://www.alarsen.net/linux/qnx4fs/ |
7594 | S: Maintained | |
80811493 | 7595 | F: fs/qnx4/ |
c117ab84 CEB |
7596 | F: include/uapi/linux/qnx4_fs.h |
7597 | F: include/uapi/linux/qnxtypes.h | |
1da177e4 | 7598 | |
91952bc0 AP |
7599 | QT1010 MEDIA DRIVER |
7600 | M: Antti Palosaari <[email protected]> | |
7601 | L: [email protected] | |
7602 | W: http://linuxtv.org/ | |
7603 | W: http://palosaari.fi/linux/ | |
7604 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7605 | T: git git://linuxtv.org/anttip/media_tree.git | |
7606 | S: Maintained | |
7607 | F: drivers/media/tuners/qt1010* | |
7608 | ||
966fb5ec SM |
7609 | QUALCOMM ATHEROS ATH9K WIRELESS DRIVER |
7610 | M: QCA ath9k Development <[email protected]> | |
7611 | L: [email protected] | |
7612 | L: [email protected] | |
7613 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | |
7614 | S: Supported | |
7615 | F: drivers/net/wireless/ath/ath9k/ | |
7616 | ||
2ea0ffcb KV |
7617 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER |
7618 | M: Kalle Valo <[email protected]> | |
7619 | L: [email protected] | |
7620 | W: http://wireless.kernel.org/en/users/Drivers/ath10k | |
7621 | T: git git://github.com/kvalo/ath.git | |
7622 | S: Supported | |
7623 | F: drivers/net/wireless/ath/ath10k/ | |
7624 | ||
4f4567cf RK |
7625 | QUALCOMM HEXAGON ARCHITECTURE |
7626 | M: Richard Kuo <[email protected]> | |
7627 | L: [email protected] | |
7628 | S: Supported | |
7629 | F: arch/hexagon/ | |
7630 | ||
8e84c258 EK |
7631 | QUALCOMM WCN36XX WIRELESS DRIVER |
7632 | M: Eugene Krasnikov <[email protected]> | |
7633 | L: [email protected] | |
7634 | W: http://wireless.kernel.org/en/users/Drivers/wcn36xx | |
7635 | T: git git://github.com/KrasnikovEugene/wcn36xx.git | |
7636 | S: Supported | |
7637 | F: drivers/net/wireless/ath/wcn36xx/ | |
7638 | ||
35e3540b HV |
7639 | QUICKCAM PARALLEL PORT WEBCAMS |
7640 | M: Hans Verkuil <[email protected]> | |
7641 | L: [email protected] | |
7642 | T: git git://linuxtv.org/media_tree.git | |
7643 | W: http://linuxtv.org | |
7644 | S: Odd Fixes | |
7645 | F: drivers/media/parport/*-qcam* | |
7646 | ||
602adf40 | 7647 | RADOS BLOCK DEVICE (RBD) |
09d90327 SW |
7648 | M: Yehuda Sadeh <[email protected]> |
7649 | M: Sage Weil <[email protected]> | |
527a88b9 | 7650 | M: Alex Elder <[email protected]> |
602adf40 | 7651 | M: [email protected] |
09d90327 SW |
7652 | W: http://ceph.com/ |
7653 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | |
602adf40 YS |
7654 | S: Supported |
7655 | F: drivers/block/rbd.c | |
7656 | F: drivers/block/rbd_types.h | |
7657 | ||
1da177e4 | 7658 | RADEON FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7659 | M: Benjamin Herrenschmidt <[email protected]> |
c69f677c | 7660 | L: [email protected] |
1da177e4 | 7661 | S: Maintained |
8a61f013 | 7662 | F: drivers/video/fbdev/aty/radeon* |
c117ab84 | 7663 | F: include/uapi/linux/radeonfb.h |
1da177e4 | 7664 | |
c6c9b34c HG |
7665 | RADIOSHARK RADIO DRIVER |
7666 | M: Hans de Goede <[email protected]> | |
7667 | L: [email protected] | |
7668 | T: git git://linuxtv.org/media_tree.git | |
7669 | S: Maintained | |
7670 | F: drivers/media/radio/radio-shark.c | |
7671 | ||
7672 | RADIOSHARK2 RADIO DRIVER | |
7673 | M: Hans de Goede <[email protected]> | |
7674 | L: [email protected] | |
7675 | T: git git://linuxtv.org/media_tree.git | |
7676 | S: Maintained | |
7677 | F: drivers/media/radio/radio-shark2.c | |
7678 | F: drivers/media/radio/radio-tea5777.c | |
7679 | ||
1da177e4 | 7680 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7681 | M: Paul Mackerras <[email protected]> |
c69f677c | 7682 | L: [email protected] |
1da177e4 | 7683 | S: Maintained |
8a61f013 | 7684 | F: drivers/video/fbdev/aty/aty128fb.c |
1da177e4 | 7685 | |
e7839f25 | 7686 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 | 7687 | P: rt2x00 project |
b182427e | 7688 | M: Stanislaw Gruszka <[email protected]> |
f198f98e | 7689 | M: Helmut Schaa <[email protected]> |
95ea3627 | 7690 | L: [email protected] |
83fc9c89 | 7691 | L: [email protected] (moderated for non-subscribers) |
95ea3627 ID |
7692 | W: http://rt2x00.serialmonkey.com/ |
7693 | S: Maintained | |
7694 | F: drivers/net/wireless/rt2x00/ | |
7695 | ||
9db5579b | 7696 | RAMDISK RAM BLOCK DEVICE DRIVER |
6e575590 | 7697 | M: Nick Piggin <[email protected]> |
9db5579b | 7698 | S: Maintained |
679655da JP |
7699 | F: Documentation/blockdev/ramdisk.txt |
7700 | F: drivers/block/brd.c | |
9db5579b | 7701 | |
9e95ce27 | 7702 | RANDOM NUMBER DRIVER |
0624bcaa | 7703 | M: "Theodore Ts'o" <[email protected]> |
9e95ce27 | 7704 | S: Maintained |
679655da | 7705 | F: drivers/char/random.c |
9e95ce27 | 7706 | |
394b701c | 7707 | RAPIDIO SUBSYSTEM |
8b58be88 | 7708 | M: Matt Porter <[email protected]> |
b8bc1dd3 | 7709 | M: Alexandre Bounine <[email protected]> |
394b701c | 7710 | S: Maintained |
679655da | 7711 | F: drivers/rapidio/ |
394b701c | 7712 | |
e2d1d6c0 | 7713 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
e2d1d6c0 | 7714 | L: [email protected] |
f52a5490 | 7715 | S: Orphan |
679655da | 7716 | F: drivers/net/wireless/ray* |
e2d1d6c0 RD |
7717 | |
7718 | RCUTORTURE MODULE | |
e0198b29 | 7719 | M: Josh Triplett <[email protected]> |
8b58be88 | 7720 | M: "Paul E. McKenney" <[email protected]> |
981c3a4f | 7721 | L: [email protected] |
f9094d8e | 7722 | S: Supported |
08deed1e | 7723 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
679655da | 7724 | F: Documentation/RCU/torture.txt |
34e2d560 | 7725 | F: kernel/rcu/rcutorture.c |
e2d1d6c0 | 7726 | |
c87b9c60 PM |
7727 | RCUTORTURE TEST FRAMEWORK |
7728 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 7729 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7730 | R: Steven Rostedt <[email protected]> |
7731 | R: Mathieu Desnoyers <[email protected]> | |
7732 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7733 | L: [email protected] |
c87b9c60 PM |
7734 | S: Supported |
7735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
7736 | F: tools/testing/selftests/rcutorture | |
7737 | ||
c1f766b5 | 7738 | RDC R-321X SoC |
8b58be88 | 7739 | M: Florian Fainelli <[email protected]> |
c1f766b5 FF |
7740 | S: Maintained |
7741 | ||
db17f395 | 7742 | RDC R6040 FAST ETHERNET DRIVER |
8b58be88 | 7743 | M: Florian Fainelli <[email protected]> |
db17f395 FF |
7744 | L: [email protected] |
7745 | S: Maintained | |
58565a35 | 7746 | F: drivers/net/ethernet/rdc/r6040.c |
db17f395 | 7747 | |
a09ed661 | 7748 | RDS - RELIABLE DATAGRAM SOCKETS |
8a85ac4b | 7749 | M: Chien Yen <[email protected]> |
fbb5a558 | 7750 | L: [email protected] (moderated for non-subscribers) |
a09ed661 | 7751 | S: Supported |
679655da | 7752 | F: net/rds/ |
a09ed661 | 7753 | |
595182bc | 7754 | READ-COPY UPDATE (RCU) |
8b58be88 | 7755 | M: "Paul E. McKenney" <[email protected]> |
ab0afd6c | 7756 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7757 | R: Steven Rostedt <[email protected]> |
7758 | R: Mathieu Desnoyers <[email protected]> | |
7759 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7760 | L: [email protected] |
9fab9787 | 7761 | W: http://www.rdrop.com/users/paulmck/RCU/ |
595182bc | 7762 | S: Supported |
08deed1e | 7763 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
f9094d8e | 7764 | F: Documentation/RCU/ |
9fab9787 | 7765 | X: Documentation/RCU/torture.txt |
f9094d8e | 7766 | F: include/linux/rcu* |
4102adab PM |
7767 | X: include/linux/srcu.h |
7768 | F: kernel/rcu/ | |
34e2d560 | 7769 | X: kernel/torture.c |
595182bc | 7770 | |
0c86edc0 | 7771 | REAL TIME CLOCK (RTC) SUBSYSTEM |
8b58be88 | 7772 | M: Alessandro Zummo <[email protected]> |
76465493 | 7773 | L: [email protected] |
8a6e2535 | 7774 | Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ |
0c86edc0 | 7775 | S: Maintained |
679655da JP |
7776 | F: Documentation/rtc.txt |
7777 | F: drivers/rtc/ | |
7778 | F: include/linux/rtc.h | |
c117ab84 | 7779 | F: include/uapi/linux/rtc.h |
0c86edc0 | 7780 | |
0e400c53 MB |
7781 | REALTEK AUDIO CODECS |
7782 | M: Bard Liao <[email protected]> | |
7783 | M: Oder Chiou <[email protected]> | |
7784 | S: Maintained | |
7785 | F: sound/soc/codecs/rt* | |
7786 | F: include/sound/rt*.h | |
7787 | ||
1da177e4 | 7788 | REISERFS FILE SYSTEM |
76c4e5ea | 7789 | L: [email protected] |
1da177e4 | 7790 | S: Supported |
679655da | 7791 | F: fs/reiserfs/ |
1da177e4 | 7792 | |
b83a313b | 7793 | REGISTER MAP ABSTRACTION |
b02e48f2 | 7794 | M: Mark Brown <[email protected]> |
dd060bc9 | 7795 | L: [email protected] |
b83a313b MB |
7796 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
7797 | S: Supported | |
7798 | F: drivers/base/regmap/ | |
7799 | F: include/linux/regmap.h | |
7800 | ||
400e64df OBC |
7801 | REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM |
7802 | M: Ohad Ben-Cohen <[email protected]> | |
6bb697b6 | 7803 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git |
400e64df OBC |
7804 | S: Maintained |
7805 | F: drivers/remoteproc/ | |
7806 | F: Documentation/remoteproc.txt | |
6fc26488 | 7807 | F: include/linux/remoteproc.h |
400e64df | 7808 | |
d8115db5 OBC |
7809 | REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM |
7810 | M: Ohad Ben-Cohen <[email protected]> | |
7811 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | |
7812 | S: Maintained | |
7813 | F: drivers/rpmsg/ | |
7814 | F: Documentation/rpmsg.txt | |
7815 | F: include/linux/rpmsg.h | |
7816 | ||
1b0fe6be PZ |
7817 | RESET CONTROLLER FRAMEWORK |
7818 | M: Philipp Zabel <[email protected]> | |
7819 | S: Maintained | |
7820 | F: drivers/reset/ | |
7821 | F: Documentation/devicetree/bindings/reset/ | |
7822 | F: include/linux/reset.h | |
7823 | F: include/linux/reset-controller.h | |
7824 | ||
e0897645 | 7825 | RFKILL |
8b58be88 | 7826 | M: Johannes Berg <[email protected]> |
19d337df | 7827 | L: [email protected] |
ce466579 JB |
7828 | W: http://wireless.kernel.org/ |
7829 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
7830 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
e0897645 | 7831 | S: Maintained |
505c9247 | 7832 | F: Documentation/rfkill.txt |
80811493 | 7833 | F: net/rfkill/ |
e0897645 | 7834 | |
67e054e9 ML |
7835 | RICOH SMARTMEDIA/XD DRIVER |
7836 | M: Maxim Levitsky <[email protected]> | |
7837 | S: Maintained | |
21c26f50 JP |
7838 | F: drivers/mtd/nand/r852.c |
7839 | F: drivers/mtd/nand/r852.h | |
67e054e9 | 7840 | |
92634125 ML |
7841 | RICOH R5C592 MEMORYSTICK DRIVER |
7842 | M: Maxim Levitsky <[email protected]> | |
7843 | S: Maintained | |
7844 | F: drivers/memstick/host/r592.* | |
7845 | ||
27f1d2f9 SA |
7846 | ROCCAT DRIVERS |
7847 | M: Stefan Achatz <[email protected]> | |
7848 | W: http://sourceforge.net/projects/roccat/ | |
7849 | S: Maintained | |
7850 | F: drivers/hid/hid-roccat* | |
7851 | F: include/linux/hid-roccat* | |
7852 | F: Documentation/ABI/*/sysfs-driver-hid-roccat* | |
7853 | ||
1da177e4 LT |
7854 | ROCKETPORT DRIVER |
7855 | P: Comtrol Corp. | |
1da177e4 LT |
7856 | W: http://www.comtrol.com |
7857 | S: Maintained | |
679655da | 7858 | F: Documentation/serial/rocket.txt |
c897401b | 7859 | F: drivers/tty/rocket* |
1da177e4 LT |
7860 | |
7861 | ROSE NETWORK LAYER | |
8b58be88 | 7862 | M: Ralf Baechle <[email protected]> |
1da177e4 | 7863 | L: [email protected] |
d34cb28a | 7864 | W: http://www.linux-ax25.org/ |
1da177e4 | 7865 | S: Maintained |
679655da | 7866 | F: include/net/rose.h |
c117ab84 | 7867 | F: include/uapi/linux/rose.h |
679655da | 7868 | F: net/rose/ |
1da177e4 | 7869 | |
91952bc0 AP |
7870 | RTL2830 MEDIA DRIVER |
7871 | M: Antti Palosaari <[email protected]> | |
7872 | L: [email protected] | |
7873 | W: http://linuxtv.org/ | |
7874 | W: http://palosaari.fi/linux/ | |
7875 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7876 | T: git git://linuxtv.org/anttip/media_tree.git | |
7877 | S: Maintained | |
7878 | F: drivers/media/dvb-frontends/rtl2830* | |
7879 | ||
27a0aacf AP |
7880 | RTL2832 MEDIA DRIVER |
7881 | M: Antti Palosaari <[email protected]> | |
7882 | L: [email protected] | |
7883 | W: http://linuxtv.org/ | |
7884 | W: http://palosaari.fi/linux/ | |
7885 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7886 | T: git git://linuxtv.org/anttip/media_tree.git | |
7887 | S: Maintained | |
7888 | F: drivers/media/dvb-frontends/rtl2832* | |
7889 | ||
ba6e6f6e AP |
7890 | RTL2832_SDR MEDIA DRIVER |
7891 | M: Antti Palosaari <[email protected]> | |
7892 | L: [email protected] | |
7893 | W: http://linuxtv.org/ | |
7894 | W: http://palosaari.fi/linux/ | |
7895 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7896 | T: git git://linuxtv.org/anttip/media_tree.git | |
7897 | S: Maintained | |
b4bb1c28 | 7898 | F: drivers/media/dvb-frontends/rtl2832_sdr* |
ba6e6f6e | 7899 | |
59840488 | 7900 | RTL8180 WIRELESS DRIVER |
8b58be88 | 7901 | M: "John W. Linville" <[email protected]> |
605bebe2 | 7902 | L: [email protected] |
491b26b4 | 7903 | W: http://wireless.kernel.org/ |
54e5881d | 7904 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
605bebe2 | 7905 | S: Maintained |
3cfeb0c3 | 7906 | F: drivers/net/wireless/rtl818x/rtl8180/ |
605bebe2 | 7907 | |
59840488 | 7908 | RTL8187 WIRELESS DRIVER |
9f0939bf | 7909 | M: Herton Ronaldo Krzesinski <[email protected]> |
8b58be88 JP |
7910 | M: Hin-Tak Leung <[email protected]> |
7911 | M: Larry Finger <[email protected]> | |
7d2c86b5 | 7912 | L: [email protected] |
491b26b4 | 7913 | W: http://wireless.kernel.org/ |
54e5881d | 7914 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7d2c86b5 | 7915 | S: Maintained |
3cfeb0c3 | 7916 | F: drivers/net/wireless/rtl818x/rtl8187/ |
59840488 | 7917 | |
3cf0c8ad LF |
7918 | RTL8192CE WIRELESS DRIVER |
7919 | M: Larry Finger <[email protected]> | |
7920 | M: Chaoming Li <[email protected]> | |
7921 | L: [email protected] | |
491b26b4 | 7922 | W: http://wireless.kernel.org/ |
3cf0c8ad LF |
7923 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7924 | S: Maintained | |
7925 | F: drivers/net/wireless/rtlwifi/ | |
f0b3e4b7 | 7926 | F: drivers/net/wireless/rtlwifi/rtl8192ce/ |
59840488 | 7927 | |
9eb8ef74 | 7928 | S3 SAVAGE FRAMEBUFFER DRIVER |
8b58be88 | 7929 | M: Antonino Daplas <[email protected]> |
c69f677c | 7930 | L: [email protected] |
ce00f85c | 7931 | S: Maintained |
8a61f013 | 7932 | F: drivers/video/fbdev/savage/ |
9eb8ef74 | 7933 | |
1da177e4 | 7934 | S390 |
8b58be88 JP |
7935 | M: Martin Schwidefsky <[email protected]> |
7936 | M: Heiko Carstens <[email protected]> | |
1da177e4 | 7937 | M: [email protected] |
d58140cc | 7938 | L: [email protected] |
5238da45 HC |
7939 | W: http://www.ibm.com/developerworks/linux/linux390/ |
7940 | S: Supported | |
679655da | 7941 | F: arch/s390/ |
a968cd3e | 7942 | F: drivers/s390/ |
3bfe6858 JN |
7943 | F: Documentation/s390/ |
7944 | F: Documentation/DocBook/s390* | |
5238da45 | 7945 | |
322986ca SO |
7946 | S390 COMMON I/O LAYER |
7947 | M: Sebastian Ott <[email protected]> | |
7948 | M: Peter Oberparleiter <[email protected]> | |
7949 | L: [email protected] | |
7950 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7951 | S: Supported | |
7952 | F: drivers/s390/cio/ | |
7953 | ||
7954 | S390 DASD DRIVER | |
7955 | M: Stefan Weinhuber <[email protected]> | |
7956 | M: Stefan Haberland <[email protected]> | |
7957 | L: [email protected] | |
7958 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7959 | S: Supported | |
7960 | F: drivers/s390/block/dasd* | |
7961 | F: block/partitions/ibm.c | |
7962 | ||
5238da45 | 7963 | S390 NETWORK DRIVERS |
8b58be88 JP |
7964 | M: Ursula Braun <[email protected]> |
7965 | M: Frank Blaschka <[email protected]> | |
5238da45 | 7966 | M: [email protected] |
d58140cc | 7967 | L: [email protected] |
5238da45 HC |
7968 | W: http://www.ibm.com/developerworks/linux/linux390/ |
7969 | S: Supported | |
679655da | 7970 | F: drivers/s390/net/ |
5238da45 | 7971 | |
322986ca SO |
7972 | S390 PCI SUBSYSTEM |
7973 | M: Sebastian Ott <[email protected]> | |
7974 | M: Gerald Schaefer <[email protected]> | |
7975 | L: [email protected] | |
7976 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7977 | S: Supported | |
7978 | F: arch/s390/pci/ | |
7979 | F: drivers/pci/hotplug/s390_pci_hpc.c | |
7980 | ||
feed9b62 | 7981 | S390 ZCRYPT DRIVER |
5c8d0983 | 7982 | M: Ingo Tuchscherer <[email protected]> |
feed9b62 FB |
7983 | M: [email protected] |
7984 | L: [email protected] | |
a968cd3e | 7985 | W: http://www.ibm.com/developerworks/linux/linux390/ |
feed9b62 | 7986 | S: Supported |
d5ca6918 | 7987 | F: drivers/s390/crypto/ |
feed9b62 | 7988 | |
5238da45 | 7989 | S390 ZFCP DRIVER |
d38e19d0 | 7990 | M: Steffen Maier <[email protected]> |
5238da45 | 7991 | M: [email protected] |
d58140cc | 7992 | L: [email protected] |
5238da45 | 7993 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 | 7994 | S: Supported |
679655da | 7995 | F: drivers/s390/scsi/zfcp_* |
1da177e4 | 7996 | |
dd96df2c | 7997 | S390 IUCV NETWORK LAYER |
8b58be88 | 7998 | M: Ursula Braun <[email protected]> |
dd96df2c UB |
7999 | M: [email protected] |
8000 | L: [email protected] | |
8001 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8002 | S: Supported | |
679655da JP |
8003 | F: drivers/s390/net/*iucv* |
8004 | F: include/net/iucv/ | |
8005 | F: net/iucv/ | |
dd96df2c | 8006 | |
4dde7f75 | 8007 | S3C24XX SD/MMC Driver |
8b58be88 | 8008 | M: Ben Dooks <[email protected]> |
efc03ecb | 8009 | L: [email protected] (moderated for non-subscribers) |
4dde7f75 | 8010 | S: Supported |
679655da | 8011 | F: drivers/mmc/host/s3cmci.* |
4dde7f75 | 8012 | |
1f15a229 HV |
8013 | SAA6588 RDS RECEIVER DRIVER |
8014 | M: Hans Verkuil <[email protected]> | |
8015 | L: [email protected] | |
8016 | T: git git://linuxtv.org/media_tree.git | |
8017 | W: http://linuxtv.org | |
8018 | S: Odd Fixes | |
8019 | F: drivers/media/i2c/saa6588* | |
8020 | ||
98ed12e6 | 8021 | SAA7134 VIDEO4LINUX DRIVER |
009a5410 | 8022 | M: Mauro Carvalho Chehab <[email protected]> |
98ed12e6 MCC |
8023 | L: [email protected] |
8024 | W: http://linuxtv.org | |
8025 | T: git git://linuxtv.org/media_tree.git | |
8026 | S: Odd fixes | |
e42bf501 | 8027 | F: Documentation/video4linux/*.saa7134 |
98ed12e6 MCC |
8028 | F: drivers/media/pci/saa7134/ |
8029 | ||
1da177e4 | 8030 | SAA7146 VIDEO4LINUX-2 DRIVER |
566b8157 | 8031 | M: Hans Verkuil <[email protected]> |
661263b5 | 8032 | L: [email protected] |
275ffde4 | 8033 | T: git git://linuxtv.org/media_tree.git |
1da177e4 | 8034 | S: Maintained |
90d72ac6 MCC |
8035 | F: drivers/media/common/saa7146/ |
8036 | F: drivers/media/pci/saa7146/ | |
8037 | F: include/media/saa7146* | |
1da177e4 | 8038 | |
92304a40 | 8039 | SAMSUNG LAPTOP DRIVER |
5909c654 | 8040 | M: Corentin Chary <[email protected]> |
92304a40 CC |
8041 | L: [email protected] |
8042 | S: Maintained | |
8043 | F: drivers/platform/x86/samsung-laptop.c | |
8044 | ||
4a109cc0 | 8045 | SAMSUNG AUDIO (ASoC) DRIVERS |
250b6851 | 8046 | M: Sangbeom Kim <[email protected]> |
4a109cc0 MB |
8047 | L: [email protected] (moderated for non-subscribers) |
8048 | S: Supported | |
14430813 | 8049 | F: sound/soc/samsung/ |
4a109cc0 | 8050 | |
0d89a28b JH |
8051 | SAMSUNG FRAMEBUFFER DRIVER |
8052 | M: Jingoo Han <[email protected]> | |
8053 | L: [email protected] | |
8054 | S: Maintained | |
8a61f013 | 8055 | F: drivers/video/fbdev/s3c-fb.c |
0d89a28b | 8056 | |
f69d3a17 SK |
8057 | SAMSUNG MULTIFUNCTION DEVICE DRIVERS |
8058 | M: Sangbeom Kim <[email protected]> | |
8059 | L: [email protected] | |
8060 | S: Supported | |
8061 | F: drivers/mfd/sec*.c | |
8062 | F: drivers/regulator/s2m*.c | |
8063 | F: drivers/regulator/s5m*.c | |
f69d3a17 SK |
8064 | F: include/linux/mfd/samsung/ |
8065 | ||
038f5c4b SN |
8066 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS |
8067 | M: Kyungmin Park <[email protected]> | |
8068 | M: Sylwester Nawrocki <[email protected]> | |
8069 | L: [email protected] | |
8070 | Q: https://patchwork.linuxtv.org/project/linux-media/list/ | |
8071 | S: Supported | |
8072 | F: drivers/media/platform/exynos4-is/ | |
038f5c4b | 8073 | |
6fd86ab2 SN |
8074 | SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER |
8075 | M: Sylwester Nawrocki <[email protected]> | |
8076 | L: [email protected] | |
8077 | L: [email protected] (moderated for non-subscribers) | |
8078 | S: Maintained | |
8079 | F: drivers/media/platform/s3c-camif/ | |
8080 | F: include/media/s3c_camif.h | |
8081 | ||
b84ef24e AH |
8082 | SAMSUNG S5C73M3 CAMERA DRIVER |
8083 | M: Kyungmin Park <[email protected]> | |
8084 | M: Andrzej Hajda <[email protected]> | |
8085 | L: [email protected] | |
8086 | S: Supported | |
8087 | F: drivers/media/i2c/s5c73m3/* | |
8088 | ||
7d459937 AH |
8089 | SAMSUNG S5K5BAF CAMERA DRIVER |
8090 | M: Kyungmin Park <[email protected]> | |
8091 | M: Andrzej Hajda <[email protected]> | |
8092 | L: [email protected] | |
8093 | S: Supported | |
8094 | F: drivers/media/i2c/s5k5baf.c | |
8095 | ||
310e39c9 | 8096 | SAMSUNG SOC CLOCK DRIVERS |
fea685e9 TF |
8097 | M: Sylwester Nawrocki <[email protected]> |
8098 | M: Tomasz Figa <[email protected]> | |
310e39c9 TF |
8099 | S: Supported |
8100 | L: [email protected] (moderated for non-subscribers) | |
8101 | F: drivers/clk/samsung/ | |
8102 | ||
66890ed6 BA |
8103 | SAMSUNG SXGBE DRIVERS |
8104 | M: Byungho An <[email protected]> | |
8105 | M: Girish K S <[email protected]> | |
66890ed6 BA |
8106 | M: Vipul Pandya <[email protected]> |
8107 | S: Supported | |
8108 | L: [email protected] | |
8109 | F: drivers/net/ethernet/samsung/sxgbe/ | |
8110 | ||
e296cd32 KD |
8111 | SAMSUNG USB2 PHY DRIVER |
8112 | M: Kamil Debski <[email protected]> | |
8113 | L: [email protected] | |
8114 | S: Supported | |
8115 | F: Documentation/devicetree/bindings/phy/samsung-phy.txt | |
8116 | F: Documentation/phy/samsung-usb2.txt | |
8117 | F: drivers/phy/phy-exynos4210-usb2.c | |
8118 | F: drivers/phy/phy-exynos4x12-usb2.c | |
8119 | F: drivers/phy/phy-exynos5250-usb2.c | |
8120 | F: drivers/phy/phy-s5pv210-usb2.c | |
8121 | F: drivers/phy/phy-samsung-usb2.c | |
8122 | F: drivers/phy/phy-samsung-usb2.h | |
8123 | ||
ca749e2a | 8124 | SERIAL DRIVERS |
5e30bbb7 | 8125 | M: Greg Kroah-Hartman <[email protected]> |
ca749e2a | 8126 | L: [email protected] |
5e30bbb7 | 8127 | S: Maintained |
14430813 | 8128 | F: drivers/tty/serial/ |
ca749e2a | 8129 | |
aecb7b64 | 8130 | SYNOPSYS DESIGNWARE DMAC DRIVER |
2d8a3b3d | 8131 | M: Viresh Kumar <[email protected]> |
337ae47c | 8132 | M: Andy Shevchenko <[email protected]> |
aecb7b64 | 8133 | S: Maintained |
3d598f47 | 8134 | F: include/linux/platform_data/dma-dw.h |
61a76496 | 8135 | F: drivers/dma/dw/ |
aecb7b64 | 8136 | |
f9e37137 SJ |
8137 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER |
8138 | M: Seungwon Jeon <[email protected]> | |
8139 | M: Jaehoon Chung <[email protected]> | |
8140 | L: [email protected] | |
8141 | S: Maintained | |
8142 | F: include/linux/mmc/dw_mmc.h | |
8143 | F: drivers/mmc/host/dw_mmc* | |
8144 | ||
1db121d6 AN |
8145 | THUNDERBOLT DRIVER |
8146 | M: Andreas Noever <[email protected]> | |
8147 | S: Maintained | |
8148 | F: drivers/thunderbolt/ | |
8149 | ||
9222d247 | 8150 | TIMEKEEPING, CLOCKSOURCE CORE, NTP |
50363737 | 8151 | M: John Stultz <[email protected]> |
88606e80 | 8152 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 8153 | L: [email protected] |
75fc2d37 | 8154 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
88606e80 TG |
8155 | S: Supported |
8156 | F: include/linux/clocksource.h | |
8157 | F: include/linux/time.h | |
8158 | F: include/linux/timex.h | |
c117ab84 CEB |
8159 | F: include/uapi/linux/time.h |
8160 | F: include/uapi/linux/timex.h | |
88606e80 TG |
8161 | F: kernel/time/clocksource.c |
8162 | F: kernel/time/time*.c | |
8163 | F: kernel/time/ntp.c | |
8164 | ||
5b3f03f0 | 8165 | TLG2300 VIDEO4LINUX-2 DRIVER |
d2fa2187 | 8166 | M: Huang Shijie <[email protected]> |
a545e2ea HV |
8167 | M: Hans Verkuil <[email protected]> |
8168 | S: Odd Fixes | |
14430813 | 8169 | F: drivers/media/usb/tlg2300/ |
5b3f03f0 | 8170 | |
1da177e4 | 8171 | SC1200 WDT DRIVER |
b300645a | 8172 | M: Zwane Mwaikambo <[email protected]> |
1da177e4 | 8173 | S: Maintained |
679655da | 8174 | F: drivers/watchdog/sc1200wdt.c |
1da177e4 LT |
8175 | |
8176 | SCHEDULER | |
dd9b238c | 8177 | M: Ingo Molnar <[email protected]> |
8b58be88 | 8178 | M: Peter Zijlstra <[email protected]> |
981c3a4f | 8179 | L: [email protected] |
75fc2d37 | 8180 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
1da177e4 | 8181 | S: Maintained |
95c0d71d | 8182 | F: kernel/sched/ |
679655da | 8183 | F: include/linux/sched.h |
c117ab84 | 8184 | F: include/uapi/linux/sched.h |
c2eb505b | 8185 | F: include/linux/wait.h |
1da177e4 | 8186 | |
6bcf6737 | 8187 | SCORE ARCHITECTURE |
ed38665e | 8188 | M: Chen Liqin <[email protected]> |
a2681a75 | 8189 | M: Lennox Wu <[email protected]> |
ed38665e | 8190 | W: http://www.sunplus.com |
6bcf6737 | 8191 | S: Supported |
a2681a75 | 8192 | F: arch/score/ |
6bcf6737 | 8193 | |
1da177e4 | 8194 | SCSI CDROM DRIVER |
8b58be88 | 8195 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
8196 | L: [email protected] |
8197 | W: http://www.kernel.dk | |
8198 | S: Maintained | |
679655da | 8199 | F: drivers/scsi/sr* |
1da177e4 | 8200 | |
fb50a83d | 8201 | SCSI RDMA PROTOCOL (SRP) INITIATOR |
e6b45d49 | 8202 | M: Bart Van Assche <[email protected]> |
fb50a83d RD |
8203 | L: [email protected] |
8204 | S: Supported | |
8205 | W: http://www.openfabrics.org | |
8206 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
8207 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git | |
8208 | F: drivers/infiniband/ulp/srp/ | |
8209 | F: include/scsi/srp.h | |
8210 | ||
1da177e4 | 8211 | SCSI SG DRIVER |
8b58be88 | 8212 | M: Doug Gilbert <[email protected]> |
1da177e4 | 8213 | L: [email protected] |
59ab3c93 | 8214 | W: http://sg.danny.cz/sg |
1da177e4 | 8215 | S: Maintained |
59ab3c93 | 8216 | F: Documentation/scsi/scsi-generic.txt |
679655da JP |
8217 | F: drivers/scsi/sg.c |
8218 | F: include/scsi/sg.h | |
1da177e4 LT |
8219 | |
8220 | SCSI SUBSYSTEM | |
c95286d8 | 8221 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 | 8222 | L: [email protected] |
54e5881d JP |
8223 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
8224 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | |
8225 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 | 8226 | S: Maintained |
679655da JP |
8227 | F: drivers/scsi/ |
8228 | F: include/scsi/ | |
1da177e4 LT |
8229 | |
8230 | SCSI TAPE DRIVER | |
8b58be88 | 8231 | M: Kai Mäkisara <[email protected]> |
1da177e4 LT |
8232 | L: [email protected] |
8233 | S: Maintained | |
679655da | 8234 | F: Documentation/scsi/st.txt |
f7269cfc JD |
8235 | F: drivers/scsi/st.* |
8236 | F: drivers/scsi/st_*.h | |
1da177e4 LT |
8237 | |
8238 | SCTP PROTOCOL | |
8b6efb75 | 8239 | M: Vlad Yasevich <[email protected]> |
02c38d0a | 8240 | M: Neil Horman <[email protected]> |
1a418796 | 8241 | L: [email protected] |
5f85813c | 8242 | W: http://lksctp.sourceforge.net |
8b6efb75 | 8243 | S: Maintained |
679655da JP |
8244 | F: Documentation/networking/sctp.txt |
8245 | F: include/linux/sctp.h | |
4d58c025 | 8246 | F: include/uapi/linux/sctp.h |
679655da JP |
8247 | F: include/net/sctp/ |
8248 | F: net/sctp/ | |
1da177e4 LT |
8249 | |
8250 | SCx200 CPU SUPPORT | |
8b58be88 | 8251 | M: Jim Cromie <[email protected]> |
1662d32c | 8252 | S: Odd Fixes |
679655da | 8253 | F: Documentation/i2c/busses/scx200_acb |
390889b6 | 8254 | F: arch/x86/platform/scx200/ |
679655da JP |
8255 | F: drivers/watchdog/scx200_wdt.c |
8256 | F: drivers/i2c/busses/scx200* | |
8257 | F: drivers/mtd/maps/scx200_docflash.c | |
8258 | F: include/linux/scx200.h | |
1662d32c JC |
8259 | |
8260 | SCx200 GPIO DRIVER | |
8b58be88 | 8261 | M: Jim Cromie <[email protected]> |
1662d32c | 8262 | S: Maintained |
679655da JP |
8263 | F: drivers/char/scx200_gpio.c |
8264 | F: include/linux/scx200_gpio.h | |
1662d32c JC |
8265 | |
8266 | SCx200 HRT CLOCKSOURCE DRIVER | |
8b58be88 | 8267 | M: Jim Cromie <[email protected]> |
1662d32c | 8268 | S: Maintained |
679655da | 8269 | F: drivers/clocksource/scx200_hrt.c |
1da177e4 | 8270 | |
6a36913a | 8271 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 8272 | M: Sascha Sommer <[email protected]> |
6a36913a SS |
8273 | L: [email protected] (subscribers-only) |
8274 | S: Maintained | |
679655da | 8275 | F: drivers/mmc/host/sdricoh_cs.c |
6a36913a | 8276 | |
e7839f25 | 8277 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
6e443244 | 8278 | M: Chris Ball <[email protected]> |
7a241d6e | 8279 | L: [email protected] |
245feaa6 CB |
8280 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
8281 | S: Maintained | |
7a241d6e | 8282 | F: drivers/mmc/host/sdhci.* |
d4a45787 | 8283 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8284 | |
c04f9d61 KC |
8285 | SECURE COMPUTING |
8286 | M: Kees Cook <[email protected]> | |
a0cfd75f KC |
8287 | R: Andy Lutomirski <[email protected]> |
8288 | R: Will Drewry <[email protected]> | |
c04f9d61 KC |
8289 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp |
8290 | S: Supported | |
8291 | F: kernel/seccomp.c | |
8292 | F: include/uapi/linux/seccomp.h | |
8293 | F: include/linux/seccomp.h | |
8294 | K: \bsecure_computing | |
8295 | K: \bTIF_SECCOMP\b | |
8296 | ||
3085e9c1 | 8297 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
9d5e2a02 | 8298 | M: Anton Vorontsov <[email protected]> |
a4724ed6 | 8299 | L: [email protected] |
7a241d6e | 8300 | L: [email protected] |
e2d1d6c0 | 8301 | S: Maintained |
d4a45787 | 8302 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8303 | |
0d1bb41a | 8304 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
8b58be88 | 8305 | M: Ben Dooks <[email protected]> |
7a241d6e | 8306 | L: [email protected] |
0d1bb41a BD |
8307 | S: Maintained |
8308 | F: drivers/mmc/host/sdhci-s3c.c | |
8309 | ||
c63b3cba | 8310 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER |
2d8a3b3d | 8311 | M: Viresh Kumar <[email protected]> |
fbfa0748 | 8312 | L: [email protected] |
c63b3cba VK |
8313 | L: [email protected] |
8314 | S: Maintained | |
8315 | F: drivers/mmc/host/sdhci-spear.c | |
8316 | ||
8711cca2 | 8317 | SECURITY SUBSYSTEM |
9b45c0d2 | 8318 | M: James Morris <[email protected]> |
70b4a259 | 8319 | M: Serge E. Hallyn <[email protected]> |
8711cca2 | 8320 | L: [email protected] (suggested Cc:) |
89879a7e | 8321 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git |
9ccf010f | 8322 | W: http://kernsec.org/ |
8711cca2 | 8323 | S: Supported |
7d2c86b5 | 8324 | F: security/ |
8711cca2 | 8325 | |
1da177e4 | 8326 | SECURITY CONTACT |
8b58be88 | 8327 | M: Security Officers <[email protected]> |
1da177e4 LT |
8328 | S: Supported |
8329 | ||
8330 | SELINUX SECURITY MODULE | |
e0238b4c | 8331 | M: Paul Moore <[email protected]> |
8b58be88 | 8332 | M: Stephen Smalley <[email protected]> |
8b58be88 | 8333 | M: Eric Paris <[email protected]> |
e0238b4c | 8334 | L: [email protected] (moderated for non-subscribers) |
f058925b | 8335 | W: http://selinuxproject.org |
5a5f2acf | 8336 | T: git git://git.infradead.org/users/pcmoore/selinux |
1da177e4 | 8337 | S: Supported |
679655da JP |
8338 | F: include/linux/selinux* |
8339 | F: security/selinux/ | |
6bde95ce | 8340 | F: scripts/selinux/ |
1da177e4 | 8341 | |
c1c124e9 JJ |
8342 | APPARMOR SECURITY MODULE |
8343 | M: John Johansen <[email protected]> | |
8344 | L: [email protected] (subscribers-only, general discussion) | |
8345 | W: apparmor.wiki.kernel.org | |
8346 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git | |
8347 | S: Supported | |
8348 | F: security/apparmor/ | |
8349 | ||
cef2cf07 | 8350 | SENSABLE PHANTOM |
8b58be88 | 8351 | M: Jiri Slaby <[email protected]> |
cef2cf07 | 8352 | S: Maintained |
679655da | 8353 | F: drivers/misc/phantom.c |
c117ab84 | 8354 | F: include/uapi/linux/phantom.h |
cef2cf07 | 8355 | |
4480f15b | 8356 | SERIAL ATA (SATA) SUBSYSTEM |
3d9b9350 | 8357 | M: Tejun Heo <[email protected]> |
1da177e4 | 8358 | L: [email protected] |
3d9b9350 | 8359 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
1da177e4 | 8360 | S: Supported |
d5ca6918 JP |
8361 | F: drivers/ata/ |
8362 | F: include/linux/ata.h | |
8363 | F: include/linux/libata.h | |
1da177e4 | 8364 | |
7188b067 HG |
8365 | SERIAL ATA AHCI PLATFORM devices support |
8366 | M: Hans de Goede <[email protected]> | |
8367 | M: Tejun Heo <[email protected]> | |
8368 | L: [email protected] | |
8369 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | |
8370 | S: Supported | |
8371 | F: drivers/ata/ahci_platform.c | |
8372 | F: drivers/ata/libahci_platform.c | |
8373 | F: include/linux/ahci_platform.h | |
8374 | ||
6733b39a | 8375 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
0ca43cc0 | 8376 | M: Jayamohan Kallickal <[email protected]> |
3387f656 | 8377 | L: [email protected] |
0ca43cc0 | 8378 | W: http://www.emulex.com |
3387f656 JP |
8379 | S: Supported |
8380 | F: drivers/scsi/be2iscsi/ | |
6733b39a | 8381 | |
6b7c5b94 | 8382 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
fea3af67 AK |
8383 | M: Sathya Perla <[email protected]> |
8384 | M: Subbu Seetharaman <[email protected]> | |
8385 | M: Ajit Khaparde <[email protected]> | |
7d2c86b5 | 8386 | L: [email protected] |
fea3af67 | 8387 | W: http://www.emulex.com |
7d2c86b5 | 8388 | S: Supported |
9aebddd1 | 8389 | F: drivers/net/ethernet/emulex/benet/ |
6b7c5b94 | 8390 | |
8ceee660 | 8391 | SFC NETWORK DRIVER |
c06f51ea | 8392 | M: Solarflare linux maintainers <[email protected]> |
8533ccf3 | 8393 | M: Shradha Shah <[email protected]> |
c06f51ea | 8394 | L: [email protected] |
8ceee660 | 8395 | S: Supported |
874aeea5 | 8396 | F: drivers/net/ethernet/sfc/ |
8ceee660 | 8397 | |
e2d1d6c0 | 8398 | SGI GRU DRIVER |
cc883afc | 8399 | M: Dimitri Sivanich <[email protected]> |
e2d1d6c0 | 8400 | S: Maintained |
679655da | 8401 | F: drivers/misc/sgi-gru/ |
e2d1d6c0 RD |
8402 | |
8403 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
8b58be88 | 8404 | M: Pat Gefre <[email protected]> |
e2d1d6c0 RD |
8405 | L: [email protected] |
8406 | S: Supported | |
679655da | 8407 | F: Documentation/ia64/serial.txt |
df621252 | 8408 | F: drivers/tty/serial/ioc?_serial.c |
679655da | 8409 | F: include/linux/ioc?.h |
e2d1d6c0 | 8410 | |
75312619 | 8411 | SGI XP/XPC/XPNET DRIVER |
e180383f RH |
8412 | M: Cliff Whickman <[email protected]> |
8413 | M: Robin Holt <[email protected]> | |
75312619 | 8414 | S: Maintained |
679655da | 8415 | F: drivers/misc/sgi-xp/ |
75312619 | 8416 | |
46eacf3b AP |
8417 | SI2157 MEDIA DRIVER |
8418 | M: Antti Palosaari <[email protected]> | |
8419 | L: [email protected] | |
8420 | W: http://linuxtv.org/ | |
8421 | W: http://palosaari.fi/linux/ | |
8422 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8423 | T: git git://linuxtv.org/anttip/media_tree.git | |
8424 | S: Maintained | |
8425 | F: drivers/media/tuners/si2157* | |
8426 | ||
75e2d5ba AP |
8427 | SI2168 MEDIA DRIVER |
8428 | M: Antti Palosaari <[email protected]> | |
8429 | L: [email protected] | |
8430 | W: http://linuxtv.org/ | |
8431 | W: http://palosaari.fi/linux/ | |
8432 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8433 | T: git git://linuxtv.org/anttip/media_tree.git | |
8434 | S: Maintained | |
8435 | F: drivers/media/dvb-frontends/si2168* | |
8436 | ||
49cc629d HV |
8437 | SI470X FM RADIO RECEIVER I2C DRIVER |
8438 | M: Hans Verkuil <[email protected]> | |
8439 | L: [email protected] | |
8440 | T: git git://linuxtv.org/media_tree.git | |
8441 | W: http://linuxtv.org | |
8442 | S: Odd Fixes | |
8443 | F: drivers/media/radio/si470x/radio-si470x-i2c.c | |
8444 | ||
8445 | SI470X FM RADIO RECEIVER USB DRIVER | |
8446 | M: Hans Verkuil <[email protected]> | |
8447 | L: [email protected] | |
8448 | T: git git://linuxtv.org/media_tree.git | |
8449 | W: http://linuxtv.org | |
8450 | S: Maintained | |
8451 | F: drivers/media/radio/si470x/radio-si470x-common.c | |
8452 | F: drivers/media/radio/si470x/radio-si470x.h | |
8453 | F: drivers/media/radio/si470x/radio-si470x-usb.c | |
8454 | ||
c937ca03 EV |
8455 | SI4713 FM RADIO TRANSMITTER I2C DRIVER |
8456 | M: Eduardo Valentin <[email protected]> | |
8457 | L: [email protected] | |
8458 | T: git git://linuxtv.org/media_tree.git | |
8459 | W: http://linuxtv.org | |
8460 | S: Odd Fixes | |
99995ded | 8461 | F: drivers/media/radio/si4713/si4713.? |
c937ca03 EV |
8462 | |
8463 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER | |
8464 | M: Eduardo Valentin <[email protected]> | |
8465 | L: [email protected] | |
8466 | T: git git://linuxtv.org/media_tree.git | |
8467 | W: http://linuxtv.org | |
8468 | S: Odd Fixes | |
99995ded DR |
8469 | F: drivers/media/radio/si4713/radio-platform-si4713.c |
8470 | ||
8471 | SI4713 FM RADIO TRANSMITTER USB DRIVER | |
8472 | M: Hans Verkuil <[email protected]> | |
8473 | L: [email protected] | |
8474 | T: git git://linuxtv.org/media_tree.git | |
8475 | W: http://linuxtv.org | |
8476 | S: Maintained | |
8477 | F: drivers/media/radio/si4713/radio-usb-si4713.c | |
c937ca03 | 8478 | |
beb91d46 | 8479 | SIANO DVB DRIVER |
009a5410 | 8480 | M: Mauro Carvalho Chehab <[email protected]> |
beb91d46 MCC |
8481 | L: [email protected] |
8482 | W: http://linuxtv.org | |
8483 | T: git git://linuxtv.org/media_tree.git | |
8484 | S: Odd fixes | |
8485 | F: drivers/media/common/siano/ | |
beb91d46 | 8486 | F: drivers/media/usb/siano/ |
beb91d46 | 8487 | F: drivers/media/usb/siano/ |
14430813 | 8488 | F: drivers/media/mmc/siano/ |
beb91d46 | 8489 | |
b618b69c | 8490 | SH_VEU V4L2 MEM2MEM DRIVER |
b618b69c | 8491 | L: [email protected] |
bb60fcb2 | 8492 | S: Orphan |
b618b69c | 8493 | F: drivers/media/platform/sh_veu.c |
b618b69c GL |
8494 | |
8495 | SH_VOU V4L2 OUTPUT DRIVER | |
b618b69c | 8496 | L: [email protected] |
bb60fcb2 | 8497 | S: Orphan |
b618b69c GL |
8498 | F: drivers/media/platform/sh_vou.c |
8499 | F: include/media/sh_vou.h | |
8500 | ||
6349d997 | 8501 | SIMPLE FIRMWARE INTERFACE (SFI) |
2bf822d7 | 8502 | M: Len Brown <[email protected]> |
6349d997 LB |
8503 | L: [email protected] |
8504 | W: http://simplefirmware.org/ | |
8505 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | |
e2d1d6c0 | 8506 | S: Supported |
943fc810 | 8507 | F: arch/x86/platform/sfi/ |
6349d997 LB |
8508 | F: drivers/sfi/ |
8509 | F: include/linux/sfi*.h | |
e2d1d6c0 | 8510 | |
1da177e4 LT |
8511 | SIMTEC EB110ATX (Chalice CATS) |
8512 | P: Ben Dooks | |
b16957c6 BD |
8513 | P: Vincent Sanders <[email protected]> |
8514 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8515 | W: http://www.simtec.co.uk/products/EB110ATX/ |
8516 | S: Supported | |
8517 | ||
8518 | SIMTEC EB2410ITX (BAST) | |
8519 | P: Ben Dooks | |
b16957c6 BD |
8520 | P: Vincent Sanders <[email protected]> |
8521 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8522 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
8523 | S: Supported | |
15dba387 JP |
8524 | F: arch/arm/mach-s3c24xx/mach-bast.c |
8525 | F: arch/arm/mach-s3c24xx/bast-ide.c | |
8526 | F: arch/arm/mach-s3c24xx/bast-irq.c | |
1da177e4 | 8527 | |
4c5adde7 | 8528 | TI DAVINCI MACHINE SUPPORT |
3ba789c0 | 8529 | M: Sekhar Nori <[email protected]> |
c69d72ae | 8530 | M: Kevin Hilman <[email protected]> |
c9f46a85 | 8531 | T: git git://gitorious.org/linux-davinci/linux-davinci.git |
8a6e2535 | 8532 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ |
4c5adde7 | 8533 | S: Supported |
14430813 | 8534 | F: arch/arm/mach-davinci/ |
046d0a37 | 8535 | F: drivers/i2c/busses/i2c-davinci.c |
4c5adde7 | 8536 | |
8d4b3f08 | 8537 | TI DAVINCI SERIES MEDIA DRIVER |
9ce5eca7 | 8538 | M: Lad, Prabhakar <[email protected]> |
8d4b3f08 | 8539 | L: [email protected] |
8d4b3f08 LP |
8540 | W: http://linuxtv.org/ |
8541 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8542 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | |
9ce5eca7 | 8543 | S: Maintained |
8d4b3f08 LP |
8544 | F: drivers/media/platform/davinci/ |
8545 | F: include/media/davinci/ | |
8546 | ||
92aab3c0 | 8547 | SIS 190 ETHERNET DRIVER |
8b58be88 | 8548 | M: Francois Romieu <[email protected]> |
92aab3c0 FR |
8549 | L: [email protected] |
8550 | S: Maintained | |
8c7de408 | 8551 | F: drivers/net/ethernet/sis/sis190.c |
92aab3c0 | 8552 | |
1da177e4 | 8553 | SIS 900/7016 FAST ETHERNET DRIVER |
8b58be88 | 8554 | M: Daniele Venzano <[email protected]> |
1da177e4 | 8555 | W: http://www.brownhat.org/sis900.html |
979b6c13 | 8556 | L: [email protected] |
1da177e4 | 8557 | S: Maintained |
8c7de408 | 8558 | F: drivers/net/ethernet/sis/sis900.* |
1da177e4 LT |
8559 | |
8560 | SIS FRAMEBUFFER DRIVER | |
8b58be88 | 8561 | M: Thomas Winischhofer <[email protected]> |
1da177e4 | 8562 | W: http://www.winischhofer.net/linuxsisvga.shtml |
b7eee616 | 8563 | S: Maintained |
679655da | 8564 | F: Documentation/fb/sisfb.txt |
8a61f013 | 8565 | F: drivers/video/fbdev/sis/ |
679655da | 8566 | F: include/video/sisfb.h |
1da177e4 LT |
8567 | |
8568 | SIS USB2VGA DRIVER | |
8b58be88 | 8569 | M: Thomas Winischhofer <[email protected]> |
1da177e4 LT |
8570 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
8571 | S: Maintained | |
679655da | 8572 | F: drivers/usb/misc/sisusbvga/ |
1da177e4 | 8573 | |
415ad26d | 8574 | SLAB ALLOCATOR |
16e943bf | 8575 | M: Christoph Lameter <[email protected]> |
2ed1c525 | 8576 | M: Pekka Enberg <[email protected]> |
16e943bf CL |
8577 | M: David Rientjes <[email protected]> |
8578 | M: Joonsoo Kim <[email protected]> | |
8579 | M: Andrew Morton <[email protected]> | |
415ad26d CL |
8580 | L: [email protected] |
8581 | S: Maintained | |
679655da | 8582 | F: include/linux/sl?b*.h |
16e943bf | 8583 | F: mm/sl?b* |
415ad26d | 8584 | |
9fab9787 PM |
8585 | SLEEPABLE READ-COPY UPDATE (SRCU) |
8586 | M: Lai Jiangshan <[email protected]> | |
8587 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 8588 | M: Josh Triplett <[email protected]> |
4632a191 PM |
8589 | R: Steven Rostedt <[email protected]> |
8590 | R: Mathieu Desnoyers <[email protected]> | |
981c3a4f | 8591 | L: [email protected] |
9fab9787 PM |
8592 | W: http://www.rdrop.com/users/paulmck/RCU/ |
8593 | S: Supported | |
8594 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
4102adab PM |
8595 | F: include/linux/srcu.h |
8596 | F: kernel/rcu/srcu.c | |
9fab9787 | 8597 | |
66372841 CS |
8598 | SMACK SECURITY MODULE |
8599 | M: Casey Schaufler <[email protected]> | |
8600 | L: [email protected] | |
8601 | W: http://schaufler-ca.com | |
8602 | T: git git://git.gitorious.org/smack-next/kernel.git | |
8603 | S: Maintained | |
8604 | F: Documentation/security/Smack.txt | |
8605 | F: security/smack/ | |
8606 | ||
20651e0b | 8607 | DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) |
68ace3e1 KH |
8608 | M: Kevin Hilman <[email protected]> |
8609 | M: Nishanth Menon <[email protected]> | |
8610 | S: Maintained | |
20651e0b | 8611 | F: drivers/power/avs/ |
68ace3e1 KH |
8612 | F: include/linux/power/smartreflex.h |
8613 | L: [email protected] | |
8614 | ||
1da177e4 | 8615 | SMC91x ETHERNET DRIVER |
2f82af08 | 8616 | M: Nicolas Pitre <[email protected]> |
18e2842b | 8617 | S: Odd Fixes |
ae150435 | 8618 | F: drivers/net/ethernet/smsc/smc91x.* |
1da177e4 | 8619 | |
e8e31622 SA |
8620 | SMIA AND SMIA++ IMAGE SENSOR DRIVER |
8621 | M: Sakari Ailus <[email protected]> | |
8622 | L: [email protected] | |
8623 | S: Maintained | |
14430813 | 8624 | F: drivers/media/i2c/smiapp/ |
e8e31622 SA |
8625 | F: include/media/smiapp.h |
8626 | F: drivers/media/i2c/smiapp-pll.c | |
8627 | F: drivers/media/i2c/smiapp-pll.h | |
8628 | ||
920fa1ff GR |
8629 | SMM665 HARDWARE MONITOR DRIVER |
8630 | M: Guenter Roeck <[email protected]> | |
8631 | L: [email protected] | |
8632 | S: Maintained | |
8633 | F: Documentation/hwmon/smm665 | |
8634 | F: drivers/hwmon/smm665.c | |
8635 | ||
9df7305b | 8636 | SMSC EMC2103 HARDWARE MONITOR DRIVER |
90b24cfb | 8637 | M: Steve Glendinning <[email protected]> |
9df7305b | 8638 | L: [email protected] |
90b24cfb | 8639 | S: Maintained |
9df7305b SG |
8640 | F: Documentation/hwmon/emc2103 |
8641 | F: drivers/hwmon/emc2103.c | |
8642 | ||
a98d506c HG |
8643 | SMSC SCH5627 HARDWARE MONITOR DRIVER |
8644 | M: Hans de Goede <[email protected]> | |
8645 | L: [email protected] | |
8646 | S: Supported | |
8647 | F: Documentation/hwmon/sch5627 | |
8648 | F: drivers/hwmon/sch5627.c | |
8649 | ||
6ea884db | 8650 | SMSC47B397 HARDWARE MONITOR DRIVER |
7c81c60f | 8651 | M: Jean Delvare <[email protected]> |
6ea884db MH |
8652 | L: [email protected] |
8653 | S: Maintained | |
679655da JP |
8654 | F: Documentation/hwmon/smsc47b397 |
8655 | F: drivers/hwmon/smsc47b397.c | |
6ea884db | 8656 | |
fd9abb3d | 8657 | SMSC911x ETHERNET DRIVER |
90b24cfb | 8658 | M: Steve Glendinning <[email protected]> |
2cb37728 | 8659 | L: [email protected] |
90b24cfb | 8660 | S: Maintained |
679655da | 8661 | F: include/linux/smsc911x.h |
ae150435 | 8662 | F: drivers/net/ethernet/smsc/smsc911x.* |
2cb37728 SG |
8663 | |
8664 | SMSC9420 PCI ETHERNET DRIVER | |
90b24cfb | 8665 | M: Steve Glendinning <[email protected]> |
fd9abb3d | 8666 | L: [email protected] |
90b24cfb | 8667 | S: Maintained |
ae150435 | 8668 | F: drivers/net/ethernet/smsc/smsc9420.* |
fd9abb3d | 8669 | |
3c8a63e2 | 8670 | SMSC UFX6000 and UFX7000 USB to VGA DRIVER |
90b24cfb | 8671 | M: Steve Glendinning <[email protected]> |
3c8a63e2 | 8672 | L: [email protected] |
90b24cfb | 8673 | S: Maintained |
8a61f013 | 8674 | F: drivers/video/fbdev/smscufx.c |
3c8a63e2 | 8675 | |
668acf32 | 8676 | SOC-CAMERA V4L2 SUBSYSTEM |
8b58be88 | 8677 | M: Guennadi Liakhovetski <[email protected]> |
661263b5 | 8678 | L: [email protected] |
275ffde4 | 8679 | T: git git://linuxtv.org/media_tree.git |
795fb7e7 | 8680 | S: Maintained |
90d72ac6 MCC |
8681 | F: include/media/soc* |
8682 | F: drivers/media/i2c/soc_camera/ | |
8683 | F: drivers/media/platform/soc_camera/ | |
668acf32 | 8684 | |
e2d1d6c0 | 8685 | SOEKRIS NET48XX LED SUPPORT |
8b58be88 | 8686 | M: Chris Boot <[email protected]> |
e2d1d6c0 | 8687 | S: Maintained |
679655da | 8688 | F: drivers/leds/leds-net48xx.c |
e2d1d6c0 | 8689 | |
e3994db1 | 8690 | SOFTLOGIC 6x10 MPEG CODEC |
9661975d AU |
8691 | M: Bluecherry Maintainers <[email protected]> |
8692 | M: Andrey Utkin <[email protected]> | |
8693 | M: Andrey Utkin <[email protected]> | |
e3994db1 JP |
8694 | L: [email protected] |
8695 | S: Supported | |
8696 | F: drivers/media/pci/solo6x10/ | |
8697 | ||
1da177e4 | 8698 | SOFTWARE RAID (Multiple Disks) SUPPORT |
8b58be88 | 8699 | M: Neil Brown <[email protected]> |
1da177e4 | 8700 | L: [email protected] |
524418bb | 8701 | S: Supported |
679655da JP |
8702 | F: drivers/md/ |
8703 | F: include/linux/raid/ | |
c117ab84 | 8704 | F: include/uapi/linux/raid/ |
1da177e4 | 8705 | |
1da177e4 | 8706 | SONIC NETWORK DRIVER |
8b58be88 | 8707 | M: Thomas Bogendoerfer <[email protected]> |
979b6c13 | 8708 | L: [email protected] |
1da177e4 | 8709 | S: Maintained |
d9fb9f38 | 8710 | F: drivers/net/ethernet/natsemi/sonic.* |
1da177e4 | 8711 | |
61e115a5 | 8712 | SONICS SILICON BACKPLANE DRIVER (SSB) |
eb032b98 | 8713 | M: Michael Buesch <[email protected]> |
61e115a5 MB |
8714 | L: [email protected] |
8715 | S: Maintained | |
679655da JP |
8716 | F: drivers/ssb/ |
8717 | F: include/linux/ssb/ | |
61e115a5 | 8718 | |
1da177e4 | 8719 | SONY VAIO CONTROL DEVICE DRIVER |
8b58be88 | 8720 | M: Mattia Dongili <[email protected]> |
d0944853 | 8721 | L: [email protected] |
5b18167d | 8722 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
1da177e4 | 8723 | S: Maintained |
679655da JP |
8724 | F: Documentation/laptops/sony-laptop.txt |
8725 | F: drivers/char/sonypi.c | |
8726 | F: drivers/platform/x86/sony-laptop.c | |
8727 | F: include/linux/sony-laptop.h | |
1da177e4 | 8728 | |
baf8532a | 8729 | SONY MEMORYSTICK CARD SUPPORT |
8b58be88 | 8730 | M: Alex Dubov <[email protected]> |
baf8532a AD |
8731 | W: http://tifmxx.berlios.de/ |
8732 | S: Maintained | |
679655da | 8733 | F: drivers/memstick/host/tifm_ms.c |
baf8532a | 8734 | |
0ab30494 ML |
8735 | SONY MEMORYSTICK STANDARD SUPPORT |
8736 | M: Maxim Levitsky <[email protected]> | |
8737 | S: Maintained | |
8738 | F: drivers/memstick/core/ms_block.* | |
8739 | ||
1da177e4 | 8740 | SOUND |
8b58be88 JP |
8741 | M: Jaroslav Kysela <[email protected]> |
8742 | M: Takashi Iwai <[email protected]> | |
93711660 | 8743 | L: [email protected] (moderated for non-subscribers) |
3126a179 | 8744 | W: http://www.alsa-project.org/ |
dde7ad8d | 8745 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
3126a179 | 8746 | T: git git://git.alsa-project.org/alsa-kernel.git |
ff4a8f32 | 8747 | Q: http://patchwork.kernel.org/project/alsa-devel/list/ |
1da177e4 | 8748 | S: Maintained |
3126a179 JP |
8749 | F: Documentation/sound/ |
8750 | F: include/sound/ | |
c117ab84 | 8751 | F: include/uapi/sound/ |
679655da | 8752 | F: sound/ |
1da177e4 | 8753 | |
33bbe149 MB |
8754 | SOUND - COMPRESSED AUDIO |
8755 | M: Vinod Koul <[email protected]> | |
8756 | L: [email protected] (moderated for non-subscribers) | |
8757 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | |
8758 | S: Supported | |
f672f31a | 8759 | F: Documentation/sound/alsa/compress_offload.txt |
33bbe149 | 8760 | F: include/sound/compress_driver.h |
f672f31a | 8761 | F: include/uapi/sound/compress_* |
33bbe149 MB |
8762 | F: sound/core/compress_offload.c |
8763 | F: sound/soc/soc-compress.c | |
8764 | ||
bd903bde | 8765 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
6b9cf5c2 | 8766 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 8767 | M: Mark Brown <[email protected]> |
86f14df8 | 8768 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
93711660 | 8769 | L: [email protected] (moderated for non-subscribers) |
b0b8daf7 | 8770 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 | 8771 | S: Supported |
2820f615 | 8772 | F: Documentation/sound/alsa/soc/ |
679655da | 8773 | F: sound/soc/ |
e6e55122 | 8774 | F: include/sound/soc* |
eb1a6af3 | 8775 | |
d7f8761b MB |
8776 | SOUND - DMAENGINE HELPERS |
8777 | M: Lars-Peter Clausen <[email protected]> | |
8778 | S: Supported | |
8779 | F: include/sound/dmaengine_pcm.h | |
8780 | F: sound/core/pcm_dmaengine.c | |
8781 | F: sound/soc/soc-generic-dmaengine-pcm.c | |
8782 | ||
990a6a99 OS |
8783 | SP2 MEDIA DRIVER |
8784 | M: Olli Salonen <[email protected]> | |
8785 | L: [email protected] | |
8786 | W: http://linuxtv.org/ | |
8787 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8788 | S: Maintained | |
8789 | F: drivers/media/dvb-frontends/sp2* | |
8790 | ||
473321fc | 8791 | SPARC + UltraSPARC (sparc/sparc64) |
8b58be88 | 8792 | M: "David S. Miller" <[email protected]> |
1da177e4 | 8793 | L: [email protected] |
8a6e2535 | 8794 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ |
08deed1e JP |
8795 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
8796 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
1da177e4 | 8797 | S: Maintained |
679655da | 8798 | F: arch/sparc/ |
7765b8bb | 8799 | F: drivers/sbus/ |
1da177e4 | 8800 | |
6404fcca DM |
8801 | SPARC SERIAL DRIVERS |
8802 | M: "David S. Miller" <[email protected]> | |
8803 | L: [email protected] | |
08deed1e JP |
8804 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
8805 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
6404fcca | 8806 | S: Maintained |
6816383a | 8807 | F: include/linux/sunserialcore.h |
df621252 | 8808 | F: drivers/tty/serial/suncore.c |
df621252 GKH |
8809 | F: drivers/tty/serial/sunhv.c |
8810 | F: drivers/tty/serial/sunsab.c | |
8811 | F: drivers/tty/serial/sunsab.h | |
8812 | F: drivers/tty/serial/sunsu.c | |
8813 | F: drivers/tty/serial/sunzilog.c | |
8814 | F: drivers/tty/serial/sunzilog.h | |
6404fcca | 8815 | |
389325b4 CL |
8816 | SPARSE CHECKER |
8817 | M: "Christopher Li" <[email protected]> | |
8818 | L: [email protected] | |
8819 | W: https://sparse.wiki.kernel.org/ | |
8820 | T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git | |
8821 | T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git | |
8822 | S: Maintained | |
8823 | F: include/linux/compiler.h | |
8824 | ||
fc0c195a | 8825 | SPEAR PLATFORM SUPPORT |
2d8a3b3d | 8826 | M: Viresh Kumar <[email protected]> |
9cc23682 | 8827 | M: Shiraz Hashim <[email protected]> |
fbfa0748 VK |
8828 | L: [email protected] |
8829 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
8830 | W: http://www.st.com/spear |
8831 | S: Maintained | |
281e192f | 8832 | F: arch/arm/mach-spear/ |
fc0c195a VK |
8833 | |
8834 | SPEAR CLOCK FRAMEWORK SUPPORT | |
2d8a3b3d | 8835 | M: Viresh Kumar <[email protected]> |
fbfa0748 VK |
8836 | L: [email protected] |
8837 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
8838 | W: http://www.st.com/spear |
8839 | S: Maintained | |
5df33a62 | 8840 | F: drivers/clk/spear/ |
fc0c195a | 8841 | |
e2d1d6c0 | 8842 | SPI SUBSYSTEM |
b02e48f2 | 8843 | M: Mark Brown <[email protected]> |
dfbe403c | 8844 | L: [email protected] |
e7e4e13c | 8845 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
8a6e2535 | 8846 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
e2d1d6c0 | 8847 | S: Maintained |
679655da JP |
8848 | F: Documentation/spi/ |
8849 | F: drivers/spi/ | |
8850 | F: include/linux/spi/ | |
c117ab84 | 8851 | F: include/uapi/linux/spi/ |
e2d1d6c0 | 8852 | |
2752e401 | 8853 | SPIDERNET NETWORK DRIVER for CELL |
8b58be88 JP |
8854 | M: Ishizaki Kou <[email protected]> |
8855 | M: Jens Osterkamp <[email protected]> | |
2752e401 JL |
8856 | L: [email protected] |
8857 | S: Supported | |
679655da | 8858 | F: Documentation/networking/spider_net.txt |
8df158ac | 8859 | F: drivers/net/ethernet/toshiba/spider_net* |
2752e401 | 8860 | |
e2d1d6c0 | 8861 | SPU FILE SYSTEM |
8b58be88 | 8862 | M: Jeremy Kerr <[email protected]> |
a4724ed6 SR |
8863 | L: [email protected] |
8864 | L: [email protected] | |
e2d1d6c0 RD |
8865 | W: http://www.ibm.com/developerworks/power/cell/ |
8866 | S: Supported | |
679655da JP |
8867 | F: Documentation/filesystems/spufs.txt |
8868 | F: arch/powerpc/platforms/cell/spufs/ | |
e2d1d6c0 | 8869 | |
fc555841 | 8870 | SQUASHFS FILE SYSTEM |
d7f2ff67 | 8871 | M: Phillip Lougher <[email protected]> |
fc555841 PL |
8872 | L: [email protected] (subscribers-only) |
8873 | W: http://squashfs.org.uk | |
8874 | S: Maintained | |
679655da JP |
8875 | F: Documentation/filesystems/squashfs.txt |
8876 | F: fs/squashfs/ | |
fc555841 | 8877 | |
1da177e4 | 8878 | SRM (Alpha) environment access |
8b58be88 | 8879 | M: Jan-Benedict Glaw <[email protected]> |
1da177e4 | 8880 | S: Maintained |
679655da | 8881 | F: arch/alpha/kernel/srm_env.c |
1da177e4 | 8882 | |
26e9a397 | 8883 | STABLE BRANCH |
879a5a00 | 8884 | M: Greg Kroah-Hartman <[email protected]> |
bc7a2f3a | 8885 | L: [email protected] |
879a5a00 | 8886 | S: Supported |
7b175c46 | 8887 | F: Documentation/stable_kernel_rules.txt |
e2d1d6c0 | 8888 | |
26e9a397 | 8889 | STAGING SUBSYSTEM |
879a5a00 | 8890 | M: Greg Kroah-Hartman <[email protected]> |
630081fd | 8891 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
1c6ccf62 | 8892 | L: [email protected] |
879a5a00 | 8893 | S: Supported |
679655da | 8894 | F: drivers/staging/ |
dbc6c2cc | 8895 | |
ebd3d010 JP |
8896 | STAGING - COMEDI |
8897 | M: Ian Abbott <[email protected]> | |
81b884c9 | 8898 | M: H Hartley Sweeten <[email protected]> |
ebd3d010 JP |
8899 | S: Odd Fixes |
8900 | F: drivers/staging/comedi/ | |
8901 | ||
a0138163 JP |
8902 | STAGING - FLARION FT1000 DRIVERS |
8903 | M: Marek Belisko <[email protected]> | |
8904 | S: Odd Fixes | |
8905 | F: drivers/staging/ft1000/ | |
8906 | ||
6c1bb424 | 8907 | STAGING - INDUSTRIAL IO |
030a13d7 | 8908 | M: Jonathan Cameron <[email protected]> |
a0138163 | 8909 | L: [email protected] |
6c1bb424 JP |
8910 | S: Odd Fixes |
8911 | F: drivers/staging/iio/ | |
8912 | ||
a0138163 JP |
8913 | STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS |
8914 | M: Jarod Wilson <[email protected]> | |
8915 | W: http://www.lirc.org/ | |
8916 | S: Odd Fixes | |
b2b0186d | 8917 | F: drivers/staging/media/lirc/ |
a0138163 | 8918 | |
f5e5de1e OD |
8919 | STAGING - LUSTRE PARALLEL FILESYSTEM |
8920 | M: Oleg Drokin <[email protected]> | |
8921 | M: Andreas Dilger <[email protected]> | |
8922 | L: [email protected] (moderated for non-subscribers) | |
8923 | W: http://lustre.opensfs.org/ | |
8924 | S: Maintained | |
8925 | F: drivers/staging/lustre | |
8926 | ||
7c6b6c71 | 8927 | STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) |
b8125382 | 8928 | M: Julian Andres Klode <[email protected]> |
7c6b6c71 MD |
8929 | M: Marc Dietrich <[email protected]> |
8930 | L: [email protected] (moderated for non-subscribers) | |
5d96bf4d | 8931 | L: [email protected] |
7c6b6c71 MD |
8932 | S: Maintained |
8933 | F: drivers/staging/nvec/ | |
8934 | ||
a0138163 | 8935 | STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON) |
3140b458 JF |
8936 | M: Jens Frederich <[email protected]> |
8937 | M: Daniel Drake <[email protected]> | |
a0138163 JP |
8938 | M: Jon Nettleton <[email protected]> |
8939 | W: http://wiki.laptop.org/go/DCON | |
3140b458 | 8940 | S: Maintained |
a0138163 JP |
8941 | F: drivers/staging/olpc_dcon/ |
8942 | ||
94cfdd15 | 8943 | STAGING - OZMO DEVICES USB OVER WIFI DRIVER |
96747a8f | 8944 | M: Shigekatsu Tateno <[email protected]> |
94cfdd15 CK |
8945 | S: Maintained |
8946 | F: drivers/staging/ozwpan/ | |
8947 | ||
a0138163 | 8948 | STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER |
29e7017b JP |
8949 | M: Willy Tarreau <[email protected]> |
8950 | S: Odd Fixes | |
8951 | F: drivers/staging/panel/ | |
8952 | ||
a0138163 JP |
8953 | STAGING - REALTEK RTL8712U DRIVERS |
8954 | M: Larry Finger <[email protected]> | |
8955 | M: Florian Schilhabel <[email protected]>. | |
8956 | S: Odd Fixes | |
8957 | F: drivers/staging/rtl8712/ | |
8958 | ||
7591ba8b JS |
8959 | STAGING - REALTEK RTL8723U WIRELESS DRIVER |
8960 | M: Larry Finger <[email protected]> | |
8961 | M: Jes Sorensen <[email protected]> | |
8962 | L: [email protected] | |
8963 | S: Maintained | |
8964 | F: drivers/staging/rtl8723au/ | |
8965 | ||
510fa408 JP |
8966 | STAGING - SLICOSS |
8967 | M: Lior Dotan <[email protected]> | |
8968 | M: Christopher Harrer <[email protected]> | |
8969 | S: Odd Fixes | |
8970 | F: drivers/staging/slicoss/ | |
8971 | ||
a0138163 JP |
8972 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
8973 | M: William Hubbs <[email protected]> | |
8974 | M: Chris Brannon <[email protected]> | |
d33bce31 | 8975 | M: Kirk Reiser <[email protected]> |
a0138163 | 8976 | M: Samuel Thibault <[email protected]> |
e6a152ef | 8977 | L: [email protected] |
a0138163 JP |
8978 | W: http://www.linux-speakup.org/ |
8979 | S: Odd Fixes | |
8980 | F: drivers/staging/speakup/ | |
8981 | ||
b3e871ce JP |
8982 | STAGING - VIA VT665X DRIVERS |
8983 | M: Forest Bond <[email protected]> | |
8984 | S: Odd Fixes | |
8985 | F: drivers/staging/vt665?/ | |
8986 | ||
709bcb07 | 8987 | STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER |
3e39e66e | 8988 | M: Arnaud Patard <[email protected]> |
709bcb07 JP |
8989 | S: Odd Fixes |
8990 | F: drivers/staging/xgifb/ | |
8991 | ||
1da177e4 | 8992 | STARFIRE/DURALAN NETWORK DRIVER |
8b58be88 | 8993 | M: Ion Badulescu <[email protected]> |
b4f90189 | 8994 | S: Odd Fixes |
9bba23b0 | 8995 | F: drivers/net/ethernet/adaptec/starfire* |
1da177e4 | 8996 | |
e2d1d6c0 | 8997 | SUN3/3X |
8b58be88 | 8998 | M: Sam Creasey <[email protected]> |
e2d1d6c0 RD |
8999 | W: http://sammy.net/sun3/ |
9000 | S: Maintained | |
679655da JP |
9001 | F: arch/m68k/kernel/*sun3* |
9002 | F: arch/m68k/sun3*/ | |
9003 | F: arch/m68k/include/asm/sun3* | |
e689cf4a | 9004 | F: drivers/net/ethernet/i825xx/sun3* |
e2d1d6c0 | 9005 | |
2bc9ff01 DK |
9006 | SUNDANCE NETWORK DRIVER |
9007 | M: Denis Kirjanov <[email protected]> | |
9008 | L: [email protected] | |
9009 | S: Maintained | |
9010 | F: drivers/net/ethernet/dlink/sundance.c | |
9011 | ||
2cbb12a4 | 9012 | SUPERH |
2cbb12a4 | 9013 | L: [email protected] |
1da177e4 | 9014 | W: http://www.linux-sh.org |
8a6e2535 | 9015 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
dcaa57d5 | 9016 | S: Orphan |
066069e1 | 9017 | F: Documentation/sh/ |
679655da | 9018 | F: arch/sh/ |
066069e1 | 9019 | F: drivers/sh/ |
1da177e4 | 9020 | |
4480f15b | 9021 | SUSPEND TO RAM |
7fb06082 | 9022 | M: "Rafael J. Wysocki" <[email protected]> |
8b58be88 JP |
9023 | M: Len Brown <[email protected]> |
9024 | M: Pavel Machek <[email protected]> | |
bf1c138e | 9025 | L: [email protected] |
e2d1d6c0 | 9026 | S: Supported |
679655da JP |
9027 | F: Documentation/power/ |
9028 | F: arch/x86/kernel/acpi/ | |
9029 | F: drivers/base/power/ | |
9030 | F: kernel/power/ | |
9031 | F: include/linux/suspend.h | |
9032 | F: include/linux/freezer.h | |
9033 | F: include/linux/pm.h | |
1da177e4 LT |
9034 | |
9035 | SVGA HANDLING | |
8b58be88 | 9036 | M: Martin Mares <[email protected]> |
1da177e4 LT |
9037 | L: [email protected] |
9038 | S: Maintained | |
679655da JP |
9039 | F: Documentation/svga.txt |
9040 | F: arch/x86/boot/video* | |
1da177e4 | 9041 | |
6e28b761 KRW |
9042 | SWIOTLB SUBSYSTEM |
9043 | M: Konrad Rzeszutek Wilk <[email protected]> | |
9044 | L: [email protected] | |
9045 | S: Supported | |
9046 | F: lib/swiotlb.c | |
9047 | F: arch/*/kernel/pci-swiotlb.c | |
9048 | F: include/linux/swiotlb.h | |
9049 | ||
db8e35d5 VG |
9050 | SYNOPSYS ARC ARCHITECTURE |
9051 | M: Vineet Gupta <[email protected]> | |
db8e35d5 VG |
9052 | S: Supported |
9053 | F: arch/arc/ | |
6659a20a | 9054 | F: Documentation/devicetree/bindings/arc/ |
c6a0fe4a | 9055 | F: drivers/tty/serial/arc_uart.c |
db8e35d5 | 9056 | |
1da177e4 | 9057 | SYSV FILESYSTEM |
8b58be88 | 9058 | M: Christoph Hellwig <[email protected]> |
1da177e4 | 9059 | S: Maintained |
679655da JP |
9060 | F: Documentation/filesystems/sysv-fs.txt |
9061 | F: fs/sysv/ | |
9062 | F: include/linux/sysv_fs.h | |
1da177e4 | 9063 | |
86cfa7fc NB |
9064 | TARGET SUBSYSTEM |
9065 | M: Nicholas A. Bellinger <[email protected]> | |
9066 | L: [email protected] | |
b9f5edc2 | 9067 | L: [email protected] |
86cfa7fc | 9068 | W: http://www.linux-iscsi.org |
cf015e9f | 9069 | W: http://groups.google.com/group/linux-iscsi-target-dev |
452cf324 | 9070 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
86cfa7fc NB |
9071 | S: Supported |
9072 | F: drivers/target/ | |
9073 | F: include/target/ | |
9074 | F: Documentation/target/ | |
9075 | ||
4e68852d | 9076 | TASKSTATS STATISTICS INTERFACE |
185e595f | 9077 | M: Balbir Singh <[email protected]> |
4e68852d | 9078 | S: Maintained |
679655da JP |
9079 | F: Documentation/accounting/taskstats* |
9080 | F: include/linux/taskstats* | |
9081 | F: kernel/taskstats.c | |
4e68852d | 9082 | |
781b456a | 9083 | TC CLASSIFIER |
f935f3f8 | 9084 | M: Jamal Hadi Salim <[email protected]> |
781b456a SH |
9085 | L: [email protected] |
9086 | S: Maintained | |
679655da | 9087 | F: include/net/pkt_cls.h |
c117ab84 | 9088 | F: include/uapi/linux/pkt_cls.h |
679655da | 9089 | F: net/sched/ |
781b456a | 9090 | |
5067f08a | 9091 | TCP LOW PRIORITY MODULE |
8b58be88 JP |
9092 | M: "Wong Hoi Sing, Edison" <[email protected]> |
9093 | M: "Hung Hing Lun, Mike" <[email protected]> | |
5067f08a WHSE |
9094 | W: http://tcp-lp-mod.sourceforge.net/ |
9095 | S: Maintained | |
679655da | 9096 | F: net/ipv4/tcp_lp.c |
5067f08a | 9097 | |
91952bc0 AP |
9098 | TDA10071 MEDIA DRIVER |
9099 | M: Antti Palosaari <[email protected]> | |
9100 | L: [email protected] | |
9101 | W: http://linuxtv.org/ | |
9102 | W: http://palosaari.fi/linux/ | |
9103 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9104 | T: git git://linuxtv.org/anttip/media_tree.git | |
9105 | S: Maintained | |
9106 | F: drivers/media/dvb-frontends/tda10071* | |
9107 | ||
9108 | TDA18212 MEDIA DRIVER | |
9109 | M: Antti Palosaari <[email protected]> | |
9110 | L: [email protected] | |
9111 | W: http://linuxtv.org/ | |
9112 | W: http://palosaari.fi/linux/ | |
9113 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9114 | T: git git://linuxtv.org/anttip/media_tree.git | |
9115 | S: Maintained | |
9116 | F: drivers/media/tuners/tda18212* | |
9117 | ||
9118 | TDA18218 MEDIA DRIVER | |
9119 | M: Antti Palosaari <[email protected]> | |
9120 | L: [email protected] | |
9121 | W: http://linuxtv.org/ | |
9122 | W: http://palosaari.fi/linux/ | |
9123 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9124 | T: git git://linuxtv.org/anttip/media_tree.git | |
9125 | S: Maintained | |
9126 | F: drivers/media/tuners/tda18218* | |
9127 | ||
3b2f6aba MK |
9128 | TDA18271 MEDIA DRIVER |
9129 | M: Michael Krufky <[email protected]> | |
9130 | L: [email protected] | |
9131 | W: http://linuxtv.org/ | |
9132 | W: http://github.com/mkrufky | |
9133 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9134 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9135 | S: Maintained | |
9136 | F: drivers/media/tuners/tda18271* | |
9137 | ||
e48307a9 MK |
9138 | TDA827x MEDIA DRIVER |
9139 | M: Michael Krufky <[email protected]> | |
9140 | L: [email protected] | |
9141 | W: http://linuxtv.org/ | |
9142 | W: http://github.com/mkrufky | |
9143 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9144 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9145 | S: Maintained | |
9146 | F: drivers/media/tuners/tda8290.* | |
9147 | ||
66cf9212 MK |
9148 | TDA8290 MEDIA DRIVER |
9149 | M: Michael Krufky <[email protected]> | |
9150 | L: [email protected] | |
9151 | W: http://linuxtv.org/ | |
9152 | W: http://github.com/mkrufky | |
9153 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9154 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9155 | S: Maintained | |
9156 | F: drivers/media/tuners/tda8290.* | |
9157 | ||
4b9fba30 HV |
9158 | TDA9840 MEDIA DRIVER |
9159 | M: Hans Verkuil <[email protected]> | |
9160 | L: [email protected] | |
9161 | T: git git://linuxtv.org/media_tree.git | |
9162 | W: http://linuxtv.org | |
9163 | S: Maintained | |
9164 | F: drivers/media/i2c/tda9840* | |
9165 | ||
2cb654fd | 9166 | TEA5761 TUNER DRIVER |
009a5410 | 9167 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
9168 | L: [email protected] |
9169 | W: http://linuxtv.org | |
9170 | T: git git://linuxtv.org/media_tree.git | |
9171 | S: Odd fixes | |
9172 | F: drivers/media/tuners/tea5761.* | |
9173 | ||
9174 | TEA5767 TUNER DRIVER | |
009a5410 | 9175 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
9176 | L: [email protected] |
9177 | W: http://linuxtv.org | |
9178 | T: git git://linuxtv.org/media_tree.git | |
9179 | S: Maintained | |
9180 | F: drivers/media/tuners/tea5767.* | |
9181 | ||
4b9fba30 HV |
9182 | TEA6415C MEDIA DRIVER |
9183 | M: Hans Verkuil <[email protected]> | |
9184 | L: [email protected] | |
9185 | T: git git://linuxtv.org/media_tree.git | |
9186 | W: http://linuxtv.org | |
9187 | S: Maintained | |
9188 | F: drivers/media/i2c/tea6415c* | |
9189 | ||
9190 | TEA6420 MEDIA DRIVER | |
9191 | M: Hans Verkuil <[email protected]> | |
9192 | L: [email protected] | |
9193 | T: git git://linuxtv.org/media_tree.git | |
9194 | W: http://linuxtv.org | |
9195 | S: Maintained | |
9196 | F: drivers/media/i2c/tea6420* | |
9197 | ||
3d249d4c | 9198 | TEAM DRIVER |
dca9ab92 | 9199 | M: Jiri Pirko <[email protected]> |
3d249d4c JP |
9200 | L: [email protected] |
9201 | S: Supported | |
9202 | F: drivers/net/team/ | |
9203 | F: include/linux/if_team.h | |
c117ab84 | 9204 | F: include/uapi/linux/if_team.h |
3d249d4c | 9205 | |
7d029125 VD |
9206 | TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT |
9207 | M: Savoir-faire Linux Inc. <[email protected]> | |
9208 | S: Maintained | |
9209 | F: arch/x86/platform/ts5500/ | |
9210 | ||
40ad4a30 SY |
9211 | TECHNOTREND USB IR RECEIVER |
9212 | M: Sean Young <[email protected]> | |
9213 | L: [email protected] | |
9214 | S: Maintained | |
9215 | F: drivers/media/rc/ttusbir.c | |
9216 | ||
adabdb0c | 9217 | TEGRA ARCHITECTURE SUPPORT |
243d58ec | 9218 | M: Stephen Warren <[email protected]> |
adabdb0c | 9219 | M: Thierry Reding <[email protected]> |
554077c5 | 9220 | M: Alexandre Courbot <[email protected]> |
84b9414b | 9221 | L: [email protected] |
fd117cd1 | 9222 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
b779b88d | 9223 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git |
84b9414b | 9224 | S: Supported |
bbbe96ed | 9225 | N: [^a-z]tegra |
84b9414b | 9226 | |
adabdb0c SW |
9227 | TEGRA CLOCK DRIVER |
9228 | M: Peter De Schrijver <[email protected]> | |
9229 | M: Prashant Gaikwad <[email protected]> | |
9230 | S: Supported | |
9231 | F: drivers/clk/tegra/ | |
9232 | ||
9233 | TEGRA DMA DRIVER | |
9234 | M: Laxman Dewangan <[email protected]> | |
9235 | S: Supported | |
9236 | F: drivers/dma/tegra20-apb-dma.c | |
9237 | ||
adabdb0c SW |
9238 | TEGRA I2C DRIVER |
9239 | M: Laxman Dewangan <[email protected]> | |
9240 | S: Supported | |
9241 | F: drivers/i2c/busses/i2c-tegra.c | |
9242 | ||
9243 | TEGRA IOMMU DRIVERS | |
9244 | M: Hiroshi Doyu <[email protected]> | |
9245 | S: Supported | |
9246 | F: drivers/iommu/tegra* | |
9247 | ||
9248 | TEGRA KBC DRIVER | |
9249 | M: Rakesh Iyer <[email protected]> | |
9250 | M: Laxman Dewangan <[email protected]> | |
9251 | S: Supported | |
9252 | F: drivers/input/keyboard/tegra-kbc.c | |
9253 | ||
adabdb0c SW |
9254 | TEGRA PWM DRIVER |
9255 | M: Thierry Reding <[email protected]> | |
9256 | S: Supported | |
9257 | F: drivers/pwm/pwm-tegra.c | |
9258 | ||
9259 | TEGRA SERIAL DRIVER | |
9260 | M: Laxman Dewangan <[email protected]> | |
9261 | S: Supported | |
9262 | F: drivers/tty/serial/serial-tegra.c | |
9263 | ||
9264 | TEGRA SPI DRIVER | |
9265 | M: Laxman Dewangan <[email protected]> | |
9266 | S: Supported | |
9267 | F: drivers/spi/spi-tegra* | |
9268 | ||
1a348ccc | 9269 | TEHUTI ETHERNET DRIVER |
8b58be88 | 9270 | M: Andy Gospodarek <[email protected]> |
1a348ccc AG |
9271 | L: [email protected] |
9272 | S: Supported | |
ef7f5429 | 9273 | F: drivers/net/ethernet/tehuti/* |
1a348ccc | 9274 | |
4e68852d | 9275 | Telecom Clock Driver for MCPL0010 |
8b58be88 | 9276 | M: Mark Gross <[email protected]> |
4e68852d | 9277 | S: Supported |
679655da | 9278 | F: drivers/char/tlclk.c |
4e68852d | 9279 | |
4480f15b | 9280 | TENSILICA XTENSA PORT (xtensa) |
8b58be88 | 9281 | M: Chris Zankel <[email protected]> |
f959ed2f CZ |
9282 | M: Max Filippov <[email protected]> |
9283 | L: [email protected] | |
4e68852d | 9284 | S: Maintained |
679655da | 9285 | F: arch/xtensa/ |
3dc99857 | 9286 | F: drivers/irqchip/irq-xtensa-* |
4e68852d | 9287 | |
5313ba66 HV |
9288 | THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER |
9289 | M: Hans Verkuil <[email protected]> | |
9290 | L: [email protected] | |
9291 | T: git git://linuxtv.org/media_tree.git | |
9292 | W: http://linuxtv.org | |
9293 | S: Maintained | |
9294 | F: drivers/media/radio/radio-raremono.c | |
9295 | ||
d3fb6955 | 9296 | THERMAL |
b75f0050 | 9297 | M: Zhang Rui <[email protected]> |
f14d1c24 | 9298 | M: Eduardo Valentin <[email protected]> |
b75f0050 JP |
9299 | L: [email protected] |
9300 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | |
9301 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git | |
9302 | Q: https://patchwork.kernel.org/project/linux-pm/list/ | |
9303 | S: Supported | |
9304 | F: drivers/thermal/ | |
9305 | F: include/linux/thermal.h | |
9306 | F: include/linux/cpu_cooling.h | |
9307 | F: Documentation/devicetree/bindings/thermal/ | |
d3fb6955 | 9308 | |
30ba2fbd VD |
9309 | THINGM BLINK(1) USB RGB LED DRIVER |
9310 | M: Vivien Didelot <[email protected]> | |
9311 | S: Maintained | |
9312 | F: drivers/hid/hid-thingm.c | |
9313 | ||
4e68852d | 9314 | THINKPAD ACPI EXTRAS DRIVER |
8b58be88 | 9315 | M: Henrique de Moraes Holschuh <[email protected]> |
4e68852d | 9316 | L: [email protected] |
d0944853 | 9317 | L: [email protected] |
4e68852d AC |
9318 | W: http://ibm-acpi.sourceforge.net |
9319 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
54e5881d | 9320 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4e68852d | 9321 | S: Maintained |
679655da | 9322 | F: drivers/platform/x86/thinkpad_acpi.c |
4e68852d | 9323 | |
1b46f2a2 | 9324 | TI BANDGAP AND THERMAL DRIVER |
f14d1c24 | 9325 | M: Eduardo Valentin <[email protected]> |
1b46f2a2 | 9326 | L: [email protected] |
794b2e25 EV |
9327 | S: Supported |
9328 | F: drivers/thermal/ti-soc-thermal/ | |
1b46f2a2 | 9329 | |
49b6a5e3 TK |
9330 | TI CLOCK DRIVER |
9331 | M: Tero Kristo <[email protected]> | |
9332 | L: [email protected] | |
9333 | S: Maintained | |
9334 | F: drivers/clk/ti/ | |
9335 | F: include/linux/clk/ti.h | |
9336 | ||
4020f2d7 | 9337 | TI FLASH MEDIA INTERFACE DRIVER |
8b58be88 | 9338 | M: Alex Dubov <[email protected]> |
795fb7e7 | 9339 | S: Maintained |
679655da JP |
9340 | F: drivers/misc/tifm* |
9341 | F: drivers/mmc/host/tifm_sd.c | |
9342 | F: include/linux/tifm.h | |
4020f2d7 | 9343 | |
e0c52404 | 9344 | TI KEYSTONE MULTICORE NAVIGATOR DRIVERS |
97215800 | 9345 | M: Santosh Shilimkar <[email protected]> |
e0c52404 SS |
9346 | L: [email protected] |
9347 | L: [email protected] (moderated for non-subscribers) | |
9348 | S: Maintained | |
9349 | F: drivers/soc/ti/* | |
9350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git | |
9351 | ||
9352 | ||
152ad442 SR |
9353 | TI LM49xxx FAMILY ASoC CODEC DRIVERS |
9354 | M: M R Swami Reddy <[email protected]> | |
d392dead | 9355 | M: Vishwas A Deshpande <[email protected]> |
152ad442 SR |
9356 | L: [email protected] (moderated for non-subscribers) |
9357 | S: Maintained | |
9358 | F: sound/soc/codecs/lm49453* | |
d392dead | 9359 | F: sound/soc/codecs/isabelle* |
152ad442 | 9360 | |
0edd807d KM |
9361 | TI LP855x BACKLIGHT DRIVER |
9362 | M: Milo Kim <[email protected]> | |
9363 | S: Maintained | |
9364 | F: Documentation/backlight/lp855x-driver.txt | |
9365 | F: drivers/video/backlight/lp855x_bl.c | |
9366 | F: include/linux/platform_data/lp855x.h | |
9367 | ||
faf13f6d KM |
9368 | TI LP8727 CHARGER DRIVER |
9369 | M: Milo Kim <[email protected]> | |
9370 | S: Maintained | |
9371 | F: drivers/power/lp8727_charger.c | |
9372 | F: include/linux/platform_data/lp8727.h | |
9373 | ||
22f1229f KM |
9374 | TI LP8788 MFD DRIVER |
9375 | M: Milo Kim <[email protected]> | |
9376 | S: Maintained | |
9377 | F: drivers/iio/adc/lp8788_adc.c | |
9378 | F: drivers/leds/leds-lp8788.c | |
9379 | F: drivers/mfd/lp8788*.c | |
9380 | F: drivers/power/lp8788-charger.c | |
9381 | F: drivers/regulator/lp8788-*.c | |
9382 | F: include/linux/mfd/lp8788*.h | |
9383 | ||
dd5e8e6b | 9384 | TI TWL4030 SERIES SOC CODEC DRIVER |
3be79d13 | 9385 | M: Peter Ujfalusi <[email protected]> |
dd5e8e6b PU |
9386 | L: [email protected] (moderated for non-subscribers) |
9387 | S: Maintained | |
9388 | F: sound/soc/codecs/twl4030* | |
9389 | ||
90921014 | 9390 | TI WILINK WIRELESS DRIVERS |
90921014 LC |
9391 | L: [email protected] |
9392 | W: http://wireless.kernel.org/en/users/Drivers/wl12xx | |
9393 | W: http://wireless.kernel.org/en/users/Drivers/wl1251 | |
9394 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | |
22d072f6 | 9395 | S: Orphan |
90921014 LC |
9396 | F: drivers/net/wireless/ti/ |
9397 | F: include/linux/wl12xx.h | |
9398 | ||
e86eaa3a | 9399 | TIPC NETWORK LAYER |
8b58be88 JP |
9400 | M: Jon Maloy <[email protected]> |
9401 | M: Allan Stephens <[email protected]> | |
633d2bde AS |
9402 | L: [email protected] (core kernel code) |
9403 | L: [email protected] (user apps, general discussion) | |
e86eaa3a | 9404 | W: http://tipc.sourceforge.net/ |
e86eaa3a | 9405 | S: Maintained |
c117ab84 | 9406 | F: include/uapi/linux/tipc*.h |
679655da | 9407 | F: net/tipc/ |
e86eaa3a | 9408 | |
867e359b CM |
9409 | TILE ARCHITECTURE |
9410 | M: Chris Metcalf <[email protected]> | |
9411 | W: http://www.tilera.com/scm/ | |
9412 | S: Supported | |
9413 | F: arch/tile/ | |
6b940606 | 9414 | F: drivers/char/tile-srom.c |
5c770755 | 9415 | F: drivers/edac/tile_edac.c |
6b940606 CM |
9416 | F: drivers/net/ethernet/tile/ |
9417 | F: drivers/rtc/rtc-tile.c | |
9418 | F: drivers/tty/hvc/hvc_tile.c | |
b5c6c1a7 | 9419 | F: drivers/tty/serial/tilegx.c |
6b940606 CM |
9420 | F: drivers/usb/host/*-tilegx.c |
9421 | F: include/linux/usb/tilegx.h | |
867e359b | 9422 | |
1da177e4 | 9423 | TLAN NETWORK DRIVER |
8b58be88 | 9424 | M: Samuel Chessman <[email protected]> |
88c07dde | 9425 | L: [email protected] (subscribers-only) |
1da177e4 LT |
9426 | W: http://sourceforge.net/projects/tlan/ |
9427 | S: Maintained | |
679655da | 9428 | F: Documentation/networking/tlan.txt |
b544dbac | 9429 | F: drivers/net/ethernet/ti/tlan.* |
1da177e4 | 9430 | |
d74db3b2 | 9431 | TOMOYO SECURITY MODULE |
8b58be88 JP |
9432 | M: Kentaro Takeda <[email protected]> |
9433 | M: Tetsuo Handa <[email protected]> | |
d03a5d88 TH |
9434 | L: [email protected] (subscribers-only, for developers in English) |
9435 | L: [email protected] (subscribers-only, for users in English) | |
d74db3b2 KT |
9436 | L: [email protected] (subscribers-only, for developers in Japanese) |
9437 | L: [email protected] (subscribers-only, for users in Japanese) | |
9438 | W: http://tomoyo.sourceforge.jp/ | |
843d183c | 9439 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ |
d74db3b2 | 9440 | S: Maintained |
679655da | 9441 | F: security/tomoyo/ |
d74db3b2 | 9442 | |
9caeb532 | 9443 | TOPSTAR LAPTOP EXTRAS DRIVER |
9f0939bf | 9444 | M: Herton Ronaldo Krzesinski <[email protected]> |
d0944853 | 9445 | L: [email protected] |
9caeb532 HRK |
9446 | S: Maintained |
9447 | F: drivers/platform/x86/topstar-laptop.c | |
9448 | ||
1da177e4 | 9449 | TOSHIBA ACPI EXTRAS DRIVER |
d0944853 | 9450 | L: [email protected] |
15065531 | 9451 | S: Orphan |
679655da | 9452 | F: drivers/platform/x86/toshiba_acpi.c |
1da177e4 LT |
9453 | |
9454 | TOSHIBA SMM DRIVER | |
8b58be88 | 9455 | M: Jonathan Buzzard <[email protected]> |
1da177e4 LT |
9456 | L: [email protected] |
9457 | W: http://www.buzzard.org.uk/toshiba/ | |
9458 | S: Maintained | |
679655da JP |
9459 | F: drivers/char/toshiba.c |
9460 | F: include/linux/toshiba.h | |
c117ab84 | 9461 | F: include/uapi/linux/toshiba.h |
1da177e4 | 9462 | |
d719f900 | 9463 | TMIO MMC DRIVER |
252f29a9 | 9464 | M: Ian Molton <[email protected]> |
d1057c40 | 9465 | L: [email protected] |
d719f900 | 9466 | S: Maintained |
d1057c40 GL |
9467 | F: drivers/mmc/host/tmio_mmc* |
9468 | F: drivers/mmc/host/sh_mobile_sdhi.c | |
9469 | F: include/linux/mmc/tmio.h | |
9470 | F: include/linux/mmc/sh_mobile_sdhi.h | |
d719f900 | 9471 | |
917cc4e6 GR |
9472 | TMP401 HARDWARE MONITOR DRIVER |
9473 | M: Guenter Roeck <[email protected]> | |
9474 | L: [email protected] | |
9475 | S: Maintained | |
9476 | F: Documentation/hwmon/tmp401 | |
9477 | F: drivers/hwmon/tmp401.c | |
9478 | ||
98f32602 | 9479 | TMPFS (SHMEM FILESYSTEM) |
bfcc6e2e | 9480 | M: Hugh Dickins <[email protected]> |
98f32602 HD |
9481 | L: [email protected] |
9482 | S: Maintained | |
9483 | F: include/linux/shmem_fs.h | |
9484 | F: mm/shmem.c | |
9485 | ||
45f95b53 | 9486 | TM6000 VIDEO4LINUX DRIVER |
009a5410 | 9487 | M: Mauro Carvalho Chehab <[email protected]> |
45f95b53 MCC |
9488 | L: [email protected] |
9489 | W: http://linuxtv.org | |
9490 | T: git git://linuxtv.org/media_tree.git | |
9491 | S: Odd fixes | |
9492 | F: drivers/media/usb/tm6000/ | |
9493 | ||
c65fde19 HV |
9494 | TW68 VIDEO4LINUX DRIVER |
9495 | M: Hans Verkuil <[email protected]> | |
9496 | L: [email protected] | |
9497 | T: git git://linuxtv.org/media_tree.git | |
9498 | W: http://linuxtv.org | |
9499 | S: Odd Fixes | |
9500 | F: drivers/media/pci/tw68/ | |
9501 | ||
4e68852d | 9502 | TPM DEVICE DRIVER |
901486b8 | 9503 | M: Peter Huewe <[email protected]> |
383dec1f | 9504 | M: Ashley Lai <[email protected]> |
cbb2d5e4 | 9505 | M: Marcel Selhorst <[email protected]> |
383dec1f | 9506 | W: http://tpmdd.sourceforge.net |
63a10dfd | 9507 | L: [email protected] (moderated for non-subscribers) |
4e68852d | 9508 | S: Maintained |
679655da | 9509 | F: drivers/char/tpm/ |
4e68852d | 9510 | |
d6f005a1 JP |
9511 | TRACING |
9512 | M: Steven Rostedt <[email protected]> | |
d6f005a1 | 9513 | M: Ingo Molnar <[email protected]> |
75fc2d37 | 9514 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
d6f005a1 JP |
9515 | S: Maintained |
9516 | F: Documentation/trace/ftrace.txt | |
9517 | F: arch/*/*/*/ftrace.h | |
9518 | F: arch/*/kernel/ftrace.c | |
9519 | F: include/*/ftrace.h | |
9520 | F: include/linux/trace*.h | |
9521 | F: include/trace/ | |
9522 | F: kernel/trace/ | |
6e68e6c5 | 9523 | F: tools/testing/selftests/ftrace/ |
d6f005a1 | 9524 | |
1da177e4 | 9525 | TRIVIAL PATCHES |
8b58be88 | 9526 | M: Jiri Kosina <[email protected]> |
54e5881d | 9527 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 | 9528 | S: Maintained |
86ef925f | 9529 | K: ^Subject:.*(?i)trivial |
1da177e4 | 9530 | |
4e68852d | 9531 | TTY LAYER |
879a5a00 | 9532 | M: Greg Kroah-Hartman <[email protected]> |
25e6c11f | 9533 | M: Jiri Slaby <[email protected]> |
879a5a00 | 9534 | S: Supported |
08deed1e | 9535 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
8dd5d2f1 | 9536 | F: drivers/tty/ |
df621252 | 9537 | F: drivers/tty/serial/serial_core.c |
e3288775 AC |
9538 | F: include/linux/serial_core.h |
9539 | F: include/linux/serial.h | |
9540 | F: include/linux/tty.h | |
c117ab84 CEB |
9541 | F: include/uapi/linux/serial_core.h |
9542 | F: include/uapi/linux/serial.h | |
9543 | F: include/uapi/linux/tty.h | |
4e68852d | 9544 | |
91952bc0 AP |
9545 | TUA9001 MEDIA DRIVER |
9546 | M: Antti Palosaari <[email protected]> | |
9547 | L: [email protected] | |
9548 | W: http://linuxtv.org/ | |
9549 | W: http://palosaari.fi/linux/ | |
9550 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9551 | T: git git://linuxtv.org/anttip/media_tree.git | |
9552 | S: Maintained | |
9553 | F: drivers/media/tuners/tua9001* | |
9554 | ||
740db6d7 | 9555 | TULIP NETWORK DRIVERS |
8b58be88 | 9556 | M: Grant Grundler <[email protected]> |
740db6d7 GG |
9557 | L: [email protected] |
9558 | S: Maintained | |
0f04e2aa | 9559 | F: drivers/net/ethernet/dec/tulip/ |
1da177e4 LT |
9560 | |
9561 | TUN/TAP driver | |
ba57b6f2 | 9562 | M: Maxim Krasnyansky <[email protected]> |
1da177e4 LT |
9563 | W: http://vtun.sourceforge.net/tun |
9564 | S: Maintained | |
679655da JP |
9565 | F: Documentation/networking/tuntap.txt |
9566 | F: arch/um/os-Linux/drivers/ | |
1da177e4 | 9567 | |
b454cc66 | 9568 | TURBOCHANNEL SUBSYSTEM |
8b58be88 | 9569 | M: "Maciej W. Rozycki" <[email protected]> |
c406339c RB |
9570 | M: Ralf Baechle <[email protected]> |
9571 | L: [email protected] | |
9572 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ | |
b454cc66 | 9573 | S: Maintained |
679655da JP |
9574 | F: drivers/tc/ |
9575 | F: include/linux/tc.h | |
b454cc66 | 9576 | |
1da177e4 | 9577 | U14-34F SCSI DRIVER |
8b58be88 | 9578 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
9579 | L: [email protected] |
9580 | S: Maintained | |
679655da | 9581 | F: drivers/scsi/u14-34f.c |
1da177e4 | 9582 | |
e2d1d6c0 | 9583 | UBI FILE SYSTEM (UBIFS) |
949cb623 | 9584 | M: Artem Bityutskiy <[email protected]> |
cc8f9b99 | 9585 | M: Adrian Hunter <[email protected]> |
e2d1d6c0 | 9586 | L: [email protected] |
e2966cbe | 9587 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
9588 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
9589 | S: Maintained | |
679655da JP |
9590 | F: Documentation/filesystems/ubifs.txt |
9591 | F: fs/ubifs/ | |
e2d1d6c0 | 9592 | |
cc2020e6 | 9593 | UCLINUX (AND M68KNOMMU) |
8b58be88 | 9594 | M: Greg Ungerer <[email protected]> |
cc2020e6 AC |
9595 | W: http://www.uclinux.org/ |
9596 | L: [email protected] (subscribers-only) | |
9597 | S: Maintained | |
61bc02bb JP |
9598 | F: arch/m68k/*/*_no.* |
9599 | F: arch/m68k/include/asm/*_no.* | |
cc2020e6 | 9600 | |
1da177e4 | 9601 | UDF FILESYSTEM |
8b58be88 | 9602 | M: Jan Kara <[email protected]> |
1da177e4 | 9603 | S: Maintained |
679655da JP |
9604 | F: Documentation/filesystems/udf.txt |
9605 | F: fs/udf/ | |
1da177e4 | 9606 | |
cc2020e6 | 9607 | UFS FILESYSTEM |
8b58be88 | 9608 | M: Evgeniy Dushistov <[email protected]> |
cc2020e6 | 9609 | S: Maintained |
679655da JP |
9610 | F: Documentation/filesystems/ufs.txt |
9611 | F: fs/ufs/ | |
cc2020e6 | 9612 | |
0a09d3ab DR |
9613 | UHID USERSPACE HID IO DRIVER: |
9614 | M: David Herrmann <[email protected]> | |
9615 | L: [email protected] | |
9616 | S: Maintained | |
9617 | F: drivers/hid/uhid.c | |
c117ab84 | 9618 | F: include/uapi/linux/uhid.h |
0a09d3ab | 9619 | |
18332a80 | 9620 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
18332a80 | 9621 | L: [email protected] |
10c6c9c9 | 9622 | S: Orphan |
355ffe69 | 9623 | F: drivers/uwb/ |
679655da JP |
9624 | F: include/linux/uwb.h |
9625 | F: include/linux/uwb/ | |
18332a80 | 9626 | |
b31d8273 G |
9627 | UNICORE32 ARCHITECTURE: |
9628 | M: Guan Xuetao <[email protected]> | |
9629 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
9630 | S: Maintained | |
ceebf4d5 | 9631 | T: git git://github.com/gxt/linux.git |
b31d8273 G |
9632 | F: arch/unicore32/ |
9633 | ||
d8379ab1 TF |
9634 | UNIFDEF |
9635 | M: Tony Finch <[email protected]> | |
9636 | W: http://dotat.at/prog/unifdef | |
9637 | S: Maintained | |
9638 | F: scripts/unifdef.c | |
9639 | ||
1da177e4 | 9640 | UNIFORM CDROM DRIVER |
8b58be88 | 9641 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
9642 | W: http://www.kernel.dk |
9643 | S: Maintained | |
679655da JP |
9644 | F: Documentation/cdrom/ |
9645 | F: drivers/cdrom/cdrom.c | |
9646 | F: include/linux/cdrom.h | |
c117ab84 | 9647 | F: include/uapi/linux/cdrom.h |
1da177e4 | 9648 | |
56df0122 BR |
9649 | UNISYS S-PAR DRIVERS |
9650 | M: Benjamin Romer <[email protected]> | |
9651 | M: David Kershner <[email protected]> | |
9652 | L: [email protected] (Unisys internal) | |
9653 | S: Supported | |
9654 | F: drivers/staging/unisys/ | |
9655 | ||
9941fa6e VH |
9656 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER |
9657 | M: Vinayak Holikatti <[email protected]> | |
9941fa6e VH |
9658 | L: [email protected] |
9659 | S: Supported | |
9660 | F: Documentation/scsi/ufs.txt | |
9661 | F: drivers/scsi/ufs/ | |
9662 | ||
e2d1d6c0 | 9663 | UNSORTED BLOCK IMAGES (UBI) |
949cb623 | 9664 | M: Artem Bityutskiy <[email protected]> |
e2d1d6c0 RD |
9665 | W: http://www.linux-mtd.infradead.org/ |
9666 | L: [email protected] | |
b6b44e0a | 9667 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 | 9668 | S: Maintained |
80811493 | 9669 | F: drivers/mtd/ubi/ |
679655da | 9670 | F: include/linux/mtd/ubi.h |
c117ab84 | 9671 | F: include/uapi/mtd/ubi-user.h |
e2d1d6c0 | 9672 | |
76ac66e4 RW |
9673 | UNSORTED BLOCK IMAGES (UBI) Fastmap |
9674 | M: Richard Weinberger <[email protected]> | |
9675 | L: [email protected] | |
9676 | S: Maintained | |
9677 | F: drivers/mtd/ubi/fastmap.c | |
9678 | ||
1da177e4 | 9679 | USB ACM DRIVER |
61eee9a7 | 9680 | M: Oliver Neukum <[email protected]> |
6372594a | 9681 | L: [email protected] |
1da177e4 | 9682 | S: Maintained |
679655da JP |
9683 | F: Documentation/usb/acm.txt |
9684 | F: drivers/usb/class/cdc-acm.* | |
1da177e4 | 9685 | |
b7d572e1 PF |
9686 | USB AR5523 WIRELESS DRIVER |
9687 | M: Pontus Fuchs <[email protected]> | |
9688 | L: [email protected] | |
9689 | S: Maintained | |
9690 | F: drivers/net/wireless/ath/ar5523/ | |
9691 | ||
115bb1ff | 9692 | USB ATTACHED SCSI |
f50a4968 | 9693 | M: Hans de Goede <[email protected]> |
8eae0fb7 | 9694 | M: Gerd Hoffmann <[email protected]> |
115bb1ff MW |
9695 | L: [email protected] |
9696 | L: [email protected] | |
8eae0fb7 | 9697 | S: Maintained |
115bb1ff MW |
9698 | F: drivers/usb/storage/uas.c |
9699 | ||
1da177e4 | 9700 | USB CDC ETHERNET DRIVER |
61eee9a7 | 9701 | M: Oliver Neukum <[email protected]> |
795fb7e7 | 9702 | L: [email protected] |
1da177e4 | 9703 | S: Maintained |
679655da | 9704 | F: drivers/net/usb/cdc_*.c |
c117ab84 | 9705 | F: include/uapi/linux/usb/cdc.h |
1da177e4 | 9706 | |
b02b371e | 9707 | USB CYPRESS C67X00 DRIVER |
8b58be88 | 9708 | M: Peter Korsgaard <[email protected]> |
b02b371e PK |
9709 | L: [email protected] |
9710 | S: Maintained | |
679655da | 9711 | F: drivers/usb/c67x00/ |
b02b371e | 9712 | |
d0374f4f | 9713 | USB DAVICOM DM9601 DRIVER |
8b58be88 | 9714 | M: Peter Korsgaard <[email protected]> |
043600a6 | 9715 | L: [email protected] |
d0374f4f PK |
9716 | W: http://www.linux-usb.org/usbnet |
9717 | S: Maintained | |
679655da | 9718 | F: drivers/net/usb/dm9601.c |
d0374f4f | 9719 | |
cc2020e6 | 9720 | USB DIAMOND RIO500 DRIVER |
8b58be88 | 9721 | M: Cesar Miquel <[email protected]> |
cc2020e6 AC |
9722 | L: [email protected] |
9723 | W: http://rio500.sourceforge.net | |
9724 | S: Maintained | |
679655da | 9725 | F: drivers/usb/misc/rio500* |
cc2020e6 | 9726 | |
1da177e4 | 9727 | USB EHCI DRIVER |
578333ab | 9728 | M: Alan Stern <[email protected]> |
795fb7e7 | 9729 | L: [email protected] |
578333ab | 9730 | S: Maintained |
679655da JP |
9731 | F: Documentation/usb/ehci.txt |
9732 | F: drivers/usb/host/ehci* | |
1da177e4 | 9733 | |
69ae9e3e | 9734 | USB GADGET/PERIPHERAL SUBSYSTEM |
d6d0f665 | 9735 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 9736 | L: [email protected] |
69ae9e3e | 9737 | W: http://www.linux-usb.org/gadget |
d6d0f665 FB |
9738 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
9739 | S: Maintained | |
679655da JP |
9740 | F: drivers/usb/gadget/ |
9741 | F: include/linux/usb/gadget* | |
69ae9e3e | 9742 | |
2dea64b4 | 9743 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
8b58be88 | 9744 | M: Jiri Kosina <[email protected]> |
795fb7e7 | 9745 | L: [email protected] |
54e5881d | 9746 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 | 9747 | S: Maintained |
c2f01971 | 9748 | F: Documentation/hid/hiddev.txt |
679655da | 9749 | F: drivers/hid/usbhid/ |
1da177e4 | 9750 | |
959eea21 | 9751 | USB ISP116X DRIVER |
8b58be88 | 9752 | M: Olav Kongas <[email protected]> |
795fb7e7 | 9753 | L: [email protected] |
959eea21 | 9754 | S: Maintained |
679655da JP |
9755 | F: drivers/usb/host/isp116x* |
9756 | F: include/linux/usb/isp116x.h | |
959eea21 | 9757 | |
1da177e4 | 9758 | USB MASS STORAGE DRIVER |
8b58be88 | 9759 | M: Matthew Dharm <[email protected]> |
795fb7e7 | 9760 | L: [email protected] |
8836aeb8 | 9761 | L: [email protected] |
1da177e4 LT |
9762 | S: Maintained |
9763 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
679655da | 9764 | F: drivers/usb/storage/ |
1da177e4 | 9765 | |
af39917d CL |
9766 | USB MIDI DRIVER |
9767 | M: Clemens Ladisch <[email protected]> | |
9768 | L: [email protected] (moderated for non-subscribers) | |
9769 | T: git git://git.alsa-project.org/alsa-kernel.git | |
9770 | S: Maintained | |
9771 | F: sound/usb/midi.* | |
9772 | ||
444ce9d4 JP |
9773 | USB NETWORKING DRIVERS |
9774 | L: [email protected] | |
9775 | S: Odd Fixes | |
9776 | F: drivers/net/usb/ | |
9777 | ||
1da177e4 | 9778 | USB OHCI DRIVER |
578333ab | 9779 | M: Alan Stern <[email protected]> |
795fb7e7 | 9780 | L: [email protected] |
578333ab | 9781 | S: Maintained |
679655da JP |
9782 | F: Documentation/usb/ohci.txt |
9783 | F: drivers/usb/host/ohci* | |
1da177e4 | 9784 | |
563da3a9 VM |
9785 | USB OVER IP DRIVER |
9786 | M: Valentina Manea <[email protected]> | |
9787 | M: Shuah Khan <[email protected]> | |
9788 | L: [email protected] | |
9789 | S: Maintained | |
9790 | F: drivers/usb/usbip/ | |
9791 | F: tools/usb/usbip/ | |
9792 | ||
1da177e4 | 9793 | USB PEGASUS DRIVER |
a16b945c | 9794 | M: Petko Manolov <[email protected]> |
795fb7e7 | 9795 | L: [email protected] |
043600a6 | 9796 | L: [email protected] |
052e3128 PM |
9797 | T: git git://github.com/petkan/pegasus.git |
9798 | W: https://github.com/petkan/pegasus | |
1da177e4 | 9799 | S: Maintained |
679655da | 9800 | F: drivers/net/usb/pegasus.* |
1da177e4 | 9801 | |
d3ad558f FB |
9802 | USB PHY LAYER |
9803 | M: Felipe Balbi <[email protected]> | |
9804 | L: [email protected] | |
9805 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
9806 | S: Maintained | |
9807 | F: drivers/usb/phy/ | |
d3ad558f | 9808 | |
73e4fb3f | 9809 | USB PRINTER DRIVER (usblp) |
8b58be88 | 9810 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 9811 | L: [email protected] |
73e4fb3f | 9812 | S: Supported |
679655da | 9813 | F: drivers/usb/class/usblp.c |
1da177e4 LT |
9814 | |
9815 | USB RTL8150 DRIVER | |
a16b945c | 9816 | M: Petko Manolov <[email protected]> |
795fb7e7 | 9817 | L: [email protected] |
043600a6 | 9818 | L: [email protected] |
052e3128 PM |
9819 | T: git git://github.com/petkan/rtl8150.git |
9820 | W: https://github.com/petkan/rtl8150 | |
1da177e4 | 9821 | S: Maintained |
679655da | 9822 | F: drivers/net/usb/rtl8150.c |
1da177e4 | 9823 | |
f896b796 | 9824 | USB SERIAL SUBSYSTEM |
66085694 | 9825 | M: Johan Hovold <[email protected]> |
795fb7e7 | 9826 | L: [email protected] |
4e68852d | 9827 | S: Maintained |
679655da | 9828 | F: Documentation/usb/usb-serial.txt |
f896b796 | 9829 | F: drivers/usb/serial/ |
679655da | 9830 | F: include/linux/usb/serial.h |
1da177e4 | 9831 | |
b3f0db1c SG |
9832 | USB SMSC75XX ETHERNET DRIVER |
9833 | M: Steve Glendinning <[email protected]> | |
9834 | L: [email protected] | |
9835 | S: Maintained | |
9836 | F: drivers/net/usb/smsc75xx.* | |
9837 | ||
2f7ca802 | 9838 | USB SMSC95XX ETHERNET DRIVER |
90b24cfb | 9839 | M: Steve Glendinning <[email protected]> |
2f7ca802 | 9840 | L: [email protected] |
90b24cfb | 9841 | S: Maintained |
679655da | 9842 | F: drivers/net/usb/smsc95xx.* |
2f7ca802 | 9843 | |
1da177e4 | 9844 | USB SUBSYSTEM |
879a5a00 | 9845 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 9846 | L: [email protected] |
1da177e4 | 9847 | W: http://www.linux-usb.org |
08deed1e | 9848 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git |
1da177e4 | 9849 | S: Supported |
679655da | 9850 | F: Documentation/usb/ |
679655da JP |
9851 | F: drivers/usb/ |
9852 | F: include/linux/usb.h | |
9853 | F: include/linux/usb/ | |
1da177e4 LT |
9854 | |
9855 | USB UHCI DRIVER | |
8b58be88 | 9856 | M: Alan Stern <[email protected]> |
795fb7e7 | 9857 | L: [email protected] |
1da177e4 | 9858 | S: Maintained |
679655da | 9859 | F: drivers/usb/host/uhci* |
1da177e4 | 9860 | |
69ae9e3e | 9861 | USB "USBNET" DRIVER FRAMEWORK |
686f13bb | 9862 | M: Oliver Neukum <[email protected]> |
043600a6 | 9863 | L: [email protected] |
69ae9e3e | 9864 | W: http://www.linux-usb.org/usbnet |
1da177e4 | 9865 | S: Maintained |
679655da JP |
9866 | F: drivers/net/usb/usbnet.c |
9867 | F: include/linux/usb/usbnet.h | |
1da177e4 | 9868 | |
c0efd232 | 9869 | USB VIDEO CLASS |
c53ac071 | 9870 | M: Laurent Pinchart <[email protected]> |
616bd4e2 | 9871 | L: [email protected] (subscribers-only) |
661263b5 | 9872 | L: [email protected] |
275ffde4 | 9873 | T: git git://linuxtv.org/media_tree.git |
57c6d2e9 | 9874 | W: http://www.ideasonboard.org/uvc/ |
c0efd232 | 9875 | S: Maintained |
0c0d06ca | 9876 | F: drivers/media/usb/uvc/ |
6c0f0359 | 9877 | F: include/uapi/linux/uvcvideo.h |
1da177e4 | 9878 | |
b60b9c45 HV |
9879 | USB VISION DRIVER |
9880 | M: Hans Verkuil <[email protected]> | |
9881 | L: [email protected] | |
9882 | T: git git://linuxtv.org/media_tree.git | |
9883 | W: http://linuxtv.org | |
9884 | S: Odd Fixes | |
9885 | F: drivers/media/usb/usbvision/ | |
9886 | ||
8282da47 LP |
9887 | USB WEBCAM GADGET |
9888 | M: Laurent Pinchart <[email protected]> | |
9889 | L: [email protected] | |
9890 | S: Maintained | |
3a83c16e | 9891 | F: drivers/usb/gadget/function/*uvc* |
faf2e1db | 9892 | F: drivers/usb/gadget/legacy/webcam.c |
8282da47 | 9893 | |
bf164cc0 | 9894 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
e6146c5c | 9895 | M: Jussi Kivilinna <[email protected]> |
bf164cc0 JK |
9896 | L: [email protected] |
9897 | S: Maintained | |
679655da | 9898 | F: drivers/net/wireless/rndis_wlan.c |
bf164cc0 | 9899 | |
eb6bab13 | 9900 | USB XHCI DRIVER |
03d85053 | 9901 | M: Mathias Nyman <[email protected]> |
eb6bab13 SS |
9902 | L: [email protected] |
9903 | S: Supported | |
36d0344c SS |
9904 | F: drivers/usb/host/xhci* |
9905 | F: drivers/usb/host/pci-quirks* | |
eb6bab13 | 9906 | |
1da177e4 | 9907 | USB ZD1201 DRIVER |
4086b9ca | 9908 | L: [email protected] |
1da177e4 | 9909 | W: http://linux-lc100020.sourceforge.net |
4086b9ca | 9910 | S: Orphan |
679655da | 9911 | F: drivers/net/wireless/zd1201.* |
1da177e4 | 9912 | |
b7eee616 | 9913 | USB ZR364XX DRIVER |
8b58be88 | 9914 | M: Antoine Jacquet <[email protected]> |
795fb7e7 | 9915 | L: [email protected] |
661263b5 | 9916 | L: [email protected] |
275ffde4 | 9917 | T: git git://linuxtv.org/media_tree.git |
b7eee616 AJ |
9918 | W: http://royale.zerezo.com/zr364xx/ |
9919 | S: Maintained | |
679655da | 9920 | F: Documentation/video4linux/zr364xx.txt |
90d72ac6 | 9921 | F: drivers/media/usb/zr364xx/ |
b7eee616 | 9922 | |
e7839f25 | 9923 | USER-MODE LINUX (UML) |
8b58be88 | 9924 | M: Jeff Dike <[email protected]> |
b15194b7 | 9925 | M: Richard Weinberger <[email protected]> |
1da177e4 LT |
9926 | L: [email protected] |
9927 | L: [email protected] | |
9928 | W: http://user-mode-linux.sourceforge.net | |
9929 | S: Maintained | |
61516587 | 9930 | F: Documentation/virtual/uml/ |
679655da | 9931 | F: arch/um/ |
b070989a | 9932 | F: arch/x86/um/ |
679655da JP |
9933 | F: fs/hostfs/ |
9934 | F: fs/hppfs/ | |
b7eee616 | 9935 | |
e5f114e9 | 9936 | USERSPACE I/O (UIO) |
6a534c9d | 9937 | M: "Hans J. Koch" <[email protected]> |
879a5a00 | 9938 | M: Greg Kroah-Hartman <[email protected]> |
e5f114e9 | 9939 | S: Maintained |
679655da JP |
9940 | F: Documentation/DocBook/uio-howto.tmpl |
9941 | F: drivers/uio/ | |
9942 | F: include/linux/uio*.h | |
e5f114e9 | 9943 | |
256cccbe | 9944 | UTIL-LINUX PACKAGE |
8b58be88 | 9945 | M: Karel Zak <[email protected]> |
256cccbe KZ |
9946 | L: [email protected] |
9947 | W: http://en.wikipedia.org/wiki/Util-linux | |
9948 | T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git | |
f899b0ad KZ |
9949 | S: Maintained |
9950 | ||
c1fd1c07 | 9951 | UVESAFB DRIVER |
8b58be88 | 9952 | M: Michal Januszewski <[email protected]> |
c69f677c | 9953 | L: [email protected] |
c1fd1c07 MJ |
9954 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
9955 | S: Maintained | |
679655da | 9956 | F: Documentation/fb/uvesafb.txt |
8a61f013 | 9957 | F: drivers/video/fbdev/uvesafb.* |
c1fd1c07 | 9958 | |
4480f15b | 9959 | VFAT/FAT/MSDOS FILESYSTEM |
8b58be88 | 9960 | M: OGAWA Hirofumi <[email protected]> |
1da177e4 | 9961 | S: Maintained |
679655da JP |
9962 | F: Documentation/filesystems/vfat.txt |
9963 | F: fs/fat/ | |
1da177e4 | 9964 | |
cba3345c AW |
9965 | VFIO DRIVER |
9966 | M: Alex Williamson <[email protected]> | |
9967 | L: [email protected] | |
9968 | S: Maintained | |
9969 | F: Documentation/vfio.txt | |
9970 | F: drivers/vfio/ | |
9971 | F: include/linux/vfio.h | |
c117ab84 | 9972 | F: include/uapi/linux/vfio.h |
cba3345c | 9973 | |
9e6f3438 PO |
9974 | VIDEOBUF2 FRAMEWORK |
9975 | M: Pawel Osciak <[email protected]> | |
9976 | M: Marek Szyprowski <[email protected]> | |
e76e4706 | 9977 | M: Kyungmin Park <[email protected]> |
9e6f3438 PO |
9978 | L: [email protected] |
9979 | S: Maintained | |
90d72ac6 | 9980 | F: drivers/media/v4l2-core/videobuf2-* |
9e6f3438 PO |
9981 | F: include/media/videobuf2-* |
9982 | ||
9a82446b AS |
9983 | VIRTIO CONSOLE DRIVER |
9984 | M: Amit Shah <[email protected]> | |
9985 | L: [email protected] | |
9986 | S: Maintained | |
9987 | F: drivers/char/virtio_console.c | |
9988 | F: include/linux/virtio_console.h | |
c117ab84 | 9989 | F: include/uapi/linux/virtio_console.h |
9a82446b | 9990 | |
2426ec8f MT |
9991 | VIRTIO CORE, NET AND BLOCK DRIVERS |
9992 | M: Rusty Russell <[email protected]> | |
9993 | M: "Michael S. Tsirkin" <[email protected]> | |
9994 | L: [email protected] | |
9995 | S: Maintained | |
9996 | F: drivers/virtio/ | |
c893c8d7 | 9997 | F: tools/virtio/ |
2426ec8f MT |
9998 | F: drivers/net/virtio_net.c |
9999 | F: drivers/block/virtio_blk.c | |
10000 | F: include/linux/virtio_*.h | |
916cdabc | 10001 | F: include/uapi/linux/virtio_*.h |
2426ec8f | 10002 | |
3a4d5c94 MT |
10003 | VIRTIO HOST (VHOST) |
10004 | M: "Michael S. Tsirkin" <[email protected]> | |
10005 | L: [email protected] | |
c996d8b9 | 10006 | L: [email protected] |
3a4d5c94 MT |
10007 | L: [email protected] |
10008 | S: Maintained | |
10009 | F: drivers/vhost/ | |
c117ab84 | 10010 | F: include/uapi/linux/vhost.h |
3a4d5c94 | 10011 | |
1da177e4 | 10012 | VIA RHINE NETWORK DRIVER |
8b58be88 | 10013 | M: Roger Luethi <[email protected]> |
1da177e4 | 10014 | S: Maintained |
f2148a47 | 10015 | F: drivers/net/ethernet/via/via-rhine.c |
1da177e4 | 10016 | |
f0bf7f61 | 10017 | VIA SD/MMC CARD CONTROLLER DRIVER |
558bbb2f | 10018 | M: Bruce Chang <[email protected]> |
8b58be88 | 10019 | M: Harald Welte <[email protected]> |
f0bf7f61 HW |
10020 | S: Maintained |
10021 | F: drivers/mmc/host/via-sdmmc.c | |
10022 | ||
69e4a7c2 | 10023 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
c7babebd | 10024 | M: Florian Tobias Schandinat <[email protected]> |
c69f677c | 10025 | L: [email protected] |
69e4a7c2 | 10026 | S: Maintained |
c7babebd FTS |
10027 | F: include/linux/via-core.h |
10028 | F: include/linux/via-gpio.h | |
10029 | F: include/linux/via_i2c.h | |
8a61f013 | 10030 | F: drivers/video/fbdev/via/ |
69e4a7c2 | 10031 | |
01f20734 | 10032 | VIA VELOCITY NETWORK DRIVER |
8b58be88 | 10033 | M: Francois Romieu <[email protected]> |
01f20734 FR |
10034 | L: [email protected] |
10035 | S: Maintained | |
f2148a47 | 10036 | F: drivers/net/ethernet/via/via-velocity.* |
1da177e4 | 10037 | |
0b7bc1fa HV |
10038 | VIVI VIRTUAL VIDEO DRIVER |
10039 | M: Hans Verkuil <[email protected]> | |
10040 | L: [email protected] | |
10041 | T: git git://linuxtv.org/media_tree.git | |
10042 | W: http://linuxtv.org | |
10043 | S: Maintained | |
10044 | F: drivers/media/platform/vivi* | |
10045 | ||
be7f8273 | 10046 | VLAN (802.1Q) |
8b58be88 | 10047 | M: Patrick McHardy <[email protected]> |
be7f8273 PM |
10048 | L: [email protected] |
10049 | S: Maintained | |
679655da JP |
10050 | F: drivers/net/macvlan.c |
10051 | F: include/linux/if_*vlan.h | |
10052 | F: net/8021q/ | |
be7f8273 | 10053 | |
55e331cf | 10054 | VLYNQ BUS |
8b58be88 | 10055 | M: Florian Fainelli <[email protected]> |
8578d7af | 10056 | L: [email protected] (subscribers-only) |
55e331cf FF |
10057 | S: Maintained |
10058 | F: drivers/vlynq/vlynq.c | |
10059 | F: include/linux/vlynq.h | |
10060 | ||
390beae4 MW |
10061 | VME SUBSYSTEM |
10062 | M: Martyn Welch <[email protected]> | |
1bd289d1 | 10063 | M: Manohar Vanga <[email protected]> |
390beae4 MW |
10064 | M: Greg Kroah-Hartman <[email protected]> |
10065 | L: [email protected] | |
10066 | S: Maintained | |
10067 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | |
10068 | F: Documentation/vme_api.txt | |
10069 | F: drivers/staging/vme/ | |
10070 | F: drivers/vme/ | |
10071 | F: include/linux/vme* | |
10072 | ||
4488e09b AK |
10073 | VMWARE HYPERVISOR INTERFACE |
10074 | M: Alok Kataria <[email protected]> | |
10075 | L: [email protected] | |
10076 | S: Supported | |
10077 | F: arch/x86/kernel/cpu/vmware.c | |
10078 | ||
73b35d07 DT |
10079 | VMWARE BALLOON DRIVER |
10080 | M: Xavier Deguillard <[email protected]> | |
10081 | M: Philip Moltmann <[email protected]> | |
10082 | M: "VMware, Inc." <[email protected]> | |
10083 | L: [email protected] | |
10084 | S: Maintained | |
10085 | F: drivers/misc/vmw_balloon.c | |
10086 | ||
d1a890fa | 10087 | VMWARE VMXNET3 ETHERNET DRIVER |
65c8bb5b JP |
10088 | M: Shreyas Bhatewara <[email protected]> |
10089 | M: "VMware, Inc." <[email protected]> | |
10090 | L: [email protected] | |
10091 | S: Maintained | |
10092 | F: drivers/net/vmxnet3/ | |
d1a890fa | 10093 | |
851b1642 | 10094 | VMware PVSCSI driver |
f2d7e40e | 10095 | M: Arvind Kumar <[email protected]> |
851b1642 AK |
10096 | M: VMware PV-Drivers <[email protected]> |
10097 | L: [email protected] | |
10098 | S: Maintained | |
10099 | F: drivers/scsi/vmw_pvscsi.c | |
10100 | F: drivers/scsi/vmw_pvscsi.h | |
10101 | ||
e53e86c7 | 10102 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
88dd75af | 10103 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 10104 | M: Mark Brown <[email protected]> |
5cdeb2c8 | 10105 | L: [email protected] |
e53e86c7 | 10106 | W: http://opensource.wolfsonmicro.com/node/15 |
1dd68f01 | 10107 | W: http://www.slimlogic.co.uk/?p=48 |
6febb5ab | 10108 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git |
e53e86c7 | 10109 | S: Supported |
679655da JP |
10110 | F: drivers/regulator/ |
10111 | F: include/linux/regulator/ | |
e53e86c7 | 10112 | |
ab41319e | 10113 | VT1211 HARDWARE MONITOR DRIVER |
8b58be88 | 10114 | M: Juerg Haefliger <[email protected]> |
ab41319e JH |
10115 | L: [email protected] |
10116 | S: Maintained | |
679655da JP |
10117 | F: Documentation/hwmon/vt1211 |
10118 | F: drivers/hwmon/vt1211.c | |
ab41319e | 10119 | |
1de9e371 | 10120 | VT8231 HARDWARE MONITOR DRIVER |
8b58be88 | 10121 | M: Roger Lucas <[email protected]> |
1de9e371 RL |
10122 | L: [email protected] |
10123 | S: Maintained | |
679655da | 10124 | F: drivers/hwmon/vt8231.c |
1de9e371 | 10125 | |
88095e7b TO |
10126 | VUB300 USB to SDIO/SD/MMC bridge chip |
10127 | M: Tony Olech <[email protected]> | |
10128 | L: [email protected] | |
10129 | L: [email protected] | |
10130 | S: Supported | |
10131 | F: drivers/mmc/host/vub300.c | |
10132 | ||
1da177e4 | 10133 | W1 DALLAS'S 1-WIRE BUS |
a8018766 | 10134 | M: Evgeniy Polyakov <[email protected]> |
1da177e4 | 10135 | S: Maintained |
679655da JP |
10136 | F: Documentation/w1/ |
10137 | F: drivers/w1/ | |
1da177e4 | 10138 | |
13927079 | 10139 | W83791D HARDWARE MONITORING DRIVER |
8b58be88 | 10140 | M: Marc Hulsman <[email protected]> |
13927079 | 10141 | L: [email protected] |
25845c22 | 10142 | S: Maintained |
679655da JP |
10143 | F: Documentation/hwmon/w83791d |
10144 | F: drivers/hwmon/w83791d.c | |
13927079 | 10145 | |
61db011d | 10146 | W83793 HARDWARE MONITORING DRIVER |
8b58be88 | 10147 | M: Rudolf Marek <[email protected]> |
61db011d RM |
10148 | L: [email protected] |
10149 | S: Maintained | |
679655da JP |
10150 | F: Documentation/hwmon/w83793 |
10151 | F: drivers/hwmon/w83793.c | |
61db011d | 10152 | |
e3760b43 | 10153 | W83795 HARDWARE MONITORING DRIVER |
7c81c60f | 10154 | M: Jean Delvare <[email protected]> |
e3760b43 JD |
10155 | L: [email protected] |
10156 | S: Maintained | |
10157 | F: drivers/hwmon/w83795.c | |
10158 | ||
1da177e4 | 10159 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
8b58be88 | 10160 | M: Pierre Ossman <[email protected]> |
1da177e4 | 10161 | S: Maintained |
679655da | 10162 | F: drivers/mmc/host/wbsd.* |
1da177e4 | 10163 | |
b4e05923 HG |
10164 | WACOM PROTOCOL 4 SERIAL TABLETS |
10165 | M: Julian Squires <[email protected]> | |
10166 | M: Hans de Goede <[email protected]> | |
10167 | L: [email protected] | |
10168 | S: Maintained | |
10169 | F: drivers/input/tablet/wacom_serial4.c | |
10170 | ||
3527761c | 10171 | WATCHDOG DEVICE DRIVERS |
8b58be88 | 10172 | M: Wim Van Sebroeck <[email protected]> |
230a5cef WVS |
10173 | L: [email protected] |
10174 | W: http://www.linux-watchdog.org/ | |
f599aaf0 | 10175 | T: git git://www.linux-watchdog.org/linux-watchdog.git |
3527761c | 10176 | S: Maintained |
679655da JP |
10177 | F: Documentation/watchdog/ |
10178 | F: drivers/watchdog/ | |
10179 | F: include/linux/watchdog.h | |
c117ab84 | 10180 | F: include/uapi/linux/watchdog.h |
3527761c | 10181 | |
1da177e4 | 10182 | WD7000 SCSI DRIVER |
8b58be88 | 10183 | M: Miroslav Zagorac <[email protected]> |
1da177e4 LT |
10184 | L: [email protected] |
10185 | S: Maintained | |
679655da | 10186 | F: drivers/scsi/wd7000.c |
1da177e4 | 10187 | |
b22e00f3 DR |
10188 | WIIMOTE HID DRIVER |
10189 | M: David Herrmann <[email protected]> | |
10190 | L: [email protected] | |
10191 | S: Maintained | |
10192 | F: drivers/hid/hid-wiimote* | |
10193 | ||
e258b80e | 10194 | WINBOND CIR DRIVER |
364e9e18 | 10195 | M: David Härdeman <[email protected]> |
e258b80e | 10196 | S: Maintained |
116ab806 | 10197 | F: drivers/media/rc/winbond-cir.c |
e258b80e | 10198 | |
8a70da82 | 10199 | WIMAX STACK |
8b58be88 | 10200 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 10201 | M: [email protected] |
63fae219 | 10202 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
10203 | S: Supported |
10204 | W: http://linuxwimax.org | |
315987dc | 10205 | F: Documentation/wimax/README.wimax |
315987dc JP |
10206 | F: include/linux/wimax/debug.h |
10207 | F: include/net/wimax.h | |
c117ab84 | 10208 | F: include/uapi/linux/wimax.h |
315987dc | 10209 | F: net/wimax/ |
8a70da82 | 10210 | |
5fc14680 | 10211 | WISTRON LAPTOP BUTTON DRIVER |
8b58be88 | 10212 | M: Miloslav Trmac <[email protected]> |
5fc14680 | 10213 | S: Maintained |
679655da | 10214 | F: drivers/input/misc/wistron_btns.c |
5fc14680 | 10215 | |
1da177e4 | 10216 | WL3501 WIRELESS PCMCIA CARD DRIVER |
8b58be88 | 10217 | M: Arnaldo Carvalho de Melo <[email protected]> |
724c6b35 | 10218 | L: [email protected] |
926554c4 | 10219 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 10220 | S: Maintained |
679655da | 10221 | F: drivers/net/wireless/wl3501* |
1da177e4 | 10222 | |
febf1dff | 10223 | WM97XX TOUCHSCREEN DRIVERS |
d9f1f489 | 10224 | M: Mark Brown <[email protected]> |
8b58be88 | 10225 | M: Liam Girdwood <[email protected]> |
febf1dff MB |
10226 | L: [email protected] |
10227 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
10228 | W: http://opensource.wolfsonmicro.com/node/7 | |
10229 | S: Supported | |
679655da JP |
10230 | F: drivers/input/touchscreen/*wm97* |
10231 | F: include/linux/wm97xx.h | |
febf1dff | 10232 | |
055bcbcb | 10233 | WOLFSON MICROELECTRONICS DRIVERS |
fef95164 | 10234 | L: [email protected] |
cf8eda3e | 10235 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc |
b75ea16a | 10236 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
cf8eda3e | 10237 | W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices |
b75ea16a | 10238 | S: Supported |
3768f0b1 | 10239 | F: Documentation/hwmon/wm83?? |
af1c5386 | 10240 | F: arch/arm/mach-s3c64xx/mach-crag6410* |
f05259a6 | 10241 | F: drivers/clk/clk-wm83*.c |
9c309598 | 10242 | F: drivers/extcon/extcon-arizona.c |
b75ea16a | 10243 | F: drivers/leds/leds-wm83*.c |
25b273ba | 10244 | F: drivers/gpio/gpio-*wm*.c |
9c309598 | 10245 | F: drivers/gpio/gpio-arizona.c |
d22b0869 | 10246 | F: drivers/hwmon/wm83??-hwmon.c |
59ec6da2 MB |
10247 | F: drivers/input/misc/wm831x-on.c |
10248 | F: drivers/input/touchscreen/wm831x-ts.c | |
10249 | F: drivers/input/touchscreen/wm97*.c | |
9c309598 MB |
10250 | F: drivers/mfd/arizona* |
10251 | F: drivers/mfd/wm*.c | |
b75ea16a MB |
10252 | F: drivers/power/wm83*.c |
10253 | F: drivers/rtc/rtc-wm83*.c | |
10254 | F: drivers/regulator/wm8*.c | |
3860e6c4 | 10255 | F: drivers/video/backlight/wm83*_bl.c |
b75ea16a | 10256 | F: drivers/watchdog/wm83*_wdt.c |
9c309598 | 10257 | F: include/linux/mfd/arizona/ |
3860e6c4 | 10258 | F: include/linux/mfd/wm831x/ |
b75ea16a | 10259 | F: include/linux/mfd/wm8350/ |
3768f0b1 | 10260 | F: include/linux/mfd/wm8400* |
59ec6da2 | 10261 | F: include/linux/wm97xx.h |
055bcbcb | 10262 | F: include/sound/wm????.h |
9c309598 | 10263 | F: sound/soc/codecs/arizona.? |
055bcbcb | 10264 | F: sound/soc/codecs/wm* |
b75ea16a | 10265 | |
3e6cd7a4 TH |
10266 | WORKQUEUE |
10267 | M: Tejun Heo <[email protected]> | |
3e6cd7a4 TH |
10268 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git |
10269 | S: Maintained | |
10270 | F: include/linux/workqueue.h | |
10271 | F: kernel/workqueue.c | |
10272 | F: Documentation/workqueue.txt | |
10273 | ||
1da177e4 | 10274 | X.25 NETWORK LAYER |
8bf28059 | 10275 | M: Andrew Hendry <[email protected]> |
1da177e4 | 10276 | L: [email protected] |
8bf28059 | 10277 | S: Odd Fixes |
679655da JP |
10278 | F: Documentation/networking/x25* |
10279 | F: include/net/x25* | |
10280 | F: net/x25/ | |
1da177e4 | 10281 | |
e2d1d6c0 | 10282 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
8b58be88 JP |
10283 | M: Thomas Gleixner <[email protected]> |
10284 | M: Ingo Molnar <[email protected]> | |
10285 | M: "H. Peter Anvin" <[email protected]> | |
bcde563c | 10286 | M: [email protected] |
981c3a4f | 10287 | L: [email protected] |
75fc2d37 | 10288 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
e2d1d6c0 | 10289 | S: Maintained |
679655da JP |
10290 | F: Documentation/x86/ |
10291 | F: arch/x86/ | |
e2d1d6c0 | 10292 | |
d0944853 | 10293 | X86 PLATFORM DRIVERS |
e181ba15 | 10294 | M: Darren Hart <[email protected]> |
d0944853 | 10295 | L: [email protected] |
e181ba15 | 10296 | T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git |
d0944853 | 10297 | S: Maintained |
14430813 | 10298 | F: drivers/platform/x86/ |
d0944853 | 10299 | |
c1f5c54b IM |
10300 | X86 MCE INFRASTRUCTURE |
10301 | M: Tony Luck <[email protected]> | |
487ba8e8 | 10302 | M: Borislav Petkov <[email protected]> |
c1f5c54b IM |
10303 | L: [email protected] |
10304 | S: Maintained | |
10305 | F: arch/x86/kernel/cpu/mcheck/* | |
10306 | ||
d6fad502 | 10307 | XC2028/3028 TUNER DRIVER |
009a5410 | 10308 | M: Mauro Carvalho Chehab <[email protected]> |
d6fad502 MCC |
10309 | L: [email protected] |
10310 | W: http://linuxtv.org | |
10311 | T: git git://linuxtv.org/media_tree.git | |
10312 | S: Maintained | |
10313 | F: drivers/media/tuners/tuner-xc2028.* | |
10314 | ||
c4468085 | 10315 | XEN HYPERVISOR INTERFACE |
c4468085 | 10316 | M: Konrad Rzeszutek Wilk <[email protected]> |
3eeef8f7 KRW |
10317 | M: Boris Ostrovsky <[email protected]> |
10318 | M: David Vrabel <[email protected]> | |
11dbb52b | 10319 | L: [email protected] (moderated for non-subscribers) |
ea70ba3a | 10320 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git |
c4468085 IC |
10321 | S: Supported |
10322 | F: arch/x86/xen/ | |
10323 | F: drivers/*/xen-*front.c | |
10324 | F: drivers/xen/ | |
10325 | F: arch/x86/include/asm/xen/ | |
10326 | F: include/xen/ | |
c117ab84 | 10327 | F: include/uapi/xen/ |
c4468085 | 10328 | |
77bfb479 SS |
10329 | XEN HYPERVISOR ARM |
10330 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10331 | L: [email protected] (moderated for non-subscribers) |
77bfb479 SS |
10332 | S: Supported |
10333 | F: arch/arm/xen/ | |
10334 | F: arch/arm/include/asm/xen/ | |
10335 | ||
b475e83f SS |
10336 | XEN HYPERVISOR ARM64 |
10337 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10338 | L: [email protected] (moderated for non-subscribers) |
b475e83f SS |
10339 | S: Supported |
10340 | F: arch/arm64/xen/ | |
10341 | F: arch/arm64/include/asm/xen/ | |
10342 | ||
9b57e1a7 IC |
10343 | XEN NETWORK BACKEND DRIVER |
10344 | M: Ian Campbell <[email protected]> | |
8386040b | 10345 | M: Wei Liu <[email protected]> |
11dbb52b | 10346 | L: [email protected] (moderated for non-subscribers) |
9b57e1a7 IC |
10347 | L: [email protected] |
10348 | S: Supported | |
10349 | F: drivers/net/xen-netback/* | |
10350 | ||
c5f8e29d KRW |
10351 | XEN PCI SUBSYSTEM |
10352 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10353 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10354 | S: Supported |
10355 | F: arch/x86/pci/*xen* | |
10356 | F: drivers/pci/*xen* | |
10357 | ||
a2c5ae65 KRW |
10358 | XEN BLOCK SUBSYSTEM |
10359 | M: Konrad Rzeszutek Wilk <[email protected]> | |
10360 | L: [email protected] (moderated for non-subscribers) | |
10361 | S: Supported | |
10362 | F: drivers/block/xen-blkback/* | |
10363 | F: drivers/block/xen* | |
10364 | ||
15d03609 JG |
10365 | XEN PVSCSI DRIVERS |
10366 | M: Juergen Gross <[email protected]> | |
10367 | L: [email protected] (moderated for non-subscribers) | |
10368 | L: [email protected] | |
10369 | S: Supported | |
10370 | F: drivers/scsi/xen-scsifront.c | |
10371 | F: drivers/xen/xen-scsiback.c | |
10372 | F: include/xen/interface/io/vscsiif.h | |
10373 | ||
c5f8e29d KRW |
10374 | XEN SWIOTLB SUBSYSTEM |
10375 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10376 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10377 | S: Supported |
10378 | F: arch/x86/xen/*swiotlb* | |
10379 | F: drivers/xen/*swiotlb* | |
10380 | ||
1da177e4 LT |
10381 | XFS FILESYSTEM |
10382 | P: Silicon Graphics Inc | |
809625ca | 10383 | M: Dave Chinner <[email protected]> |
18caa67a | 10384 | M: [email protected] |
d7ede1aa | 10385 | L: [email protected] |
1da177e4 | 10386 | W: http://oss.sgi.com/projects/xfs |
54e5881d | 10387 | T: git git://oss.sgi.com/xfs/xfs.git |
1da177e4 | 10388 | S: Supported |
679655da JP |
10389 | F: Documentation/filesystems/xfs.txt |
10390 | F: fs/xfs/ | |
1da177e4 | 10391 | |
8a3b7a25 | 10392 | XILINX AXI ETHERNET DRIVER |
59a54f30 MS |
10393 | M: Anirudha Sarangi <[email protected]> |
10394 | M: John Linn <[email protected]> | |
8a3b7a25 DB |
10395 | S: Maintained |
10396 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | |
10397 | ||
238b8721 | 10398 | XILINX UARTLITE SERIAL DRIVER |
8b58be88 | 10399 | M: Peter Korsgaard <[email protected]> |
238b8721 PK |
10400 | L: [email protected] |
10401 | S: Maintained | |
df621252 | 10402 | F: drivers/tty/serial/uartlite.c |
238b8721 | 10403 | |
74316949 EB |
10404 | XILLYBUS DRIVER |
10405 | M: Eli Billauer <[email protected]> | |
10406 | L: [email protected] | |
10407 | S: Supported | |
10408 | F: drivers/char/xillybus/ | |
10409 | ||
f620e4b8 MF |
10410 | XTENSA XTFPGA PLATFORM SUPPORT |
10411 | M: Max Filippov <[email protected]> | |
10412 | L: [email protected] | |
10413 | S: Maintained | |
10414 | F: drivers/spi/spi-xtensa-xtfpga.c | |
10415 | ||
1da177e4 | 10416 | YAM DRIVER FOR AX.25 |
8b58be88 | 10417 | M: Jean-Paul Roubelat <[email protected]> |
1da177e4 LT |
10418 | L: [email protected] |
10419 | S: Maintained | |
679655da JP |
10420 | F: drivers/net/hamradio/yam* |
10421 | F: include/linux/yam.h | |
1da177e4 | 10422 | |
af64a5eb | 10423 | YEALINK PHONE DRIVER |
8b58be88 | 10424 | M: Henk Vergonet <[email protected]> |
af64a5eb HV |
10425 | L: [email protected] |
10426 | S: Maintained | |
679655da JP |
10427 | F: Documentation/input/yealink.txt |
10428 | F: drivers/input/misc/yealink.* | |
af64a5eb | 10429 | |
1da177e4 | 10430 | Z8530 DRIVER FOR AX.25 |
8b58be88 | 10431 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
10432 | W: http://yaina.de/jreuter/ |
10433 | W: http://www.qsl.net/dl1bke/ | |
10434 | L: [email protected] | |
10435 | S: Maintained | |
679655da JP |
10436 | F: Documentation/networking/z8530drv.txt |
10437 | F: drivers/net/hamradio/*scc.c | |
10438 | F: drivers/net/hamradio/z8530.h | |
1da177e4 | 10439 | |
0cf31ec1 | 10440 | ZBUD COMPRESSED PAGE ALLOCATOR |
0e3b7e54 | 10441 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10442 | L: [email protected] |
10443 | S: Maintained | |
10444 | F: mm/zbud.c | |
10445 | F: include/linux/zbud.h | |
10446 | ||
7c0c3afb | 10447 | ZD1211RW WIRELESS DRIVER |
8b58be88 JP |
10448 | M: Daniel Drake <[email protected]> |
10449 | M: Ulrich Kunitz <[email protected]> | |
7c0c3afb | 10450 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
724c6b35 | 10451 | L: [email protected] |
7c0c3afb DD |
10452 | L: [email protected] (subscribers-only) |
10453 | S: Maintained | |
679655da | 10454 | F: drivers/net/wireless/zd1211rw/ |
7c0c3afb | 10455 | |
1da177e4 | 10456 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 10457 | L: [email protected] |
f63145e2 | 10458 | L: [email protected] |
1da177e4 | 10459 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
cea8321c | 10460 | T: hg http://linuxtv.org/hg/v4l-dvb |
f63145e2 | 10461 | S: Odd Fixes |
90d72ac6 | 10462 | F: drivers/media/pci/zoran/ |
1da177e4 | 10463 | |
6920f2cc MK |
10464 | ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER |
10465 | M: Minchan Kim <[email protected]> | |
10466 | M: Nitin Gupta <[email protected]> | |
10467 | L: [email protected] | |
10468 | S: Maintained | |
10469 | F: drivers/block/zram/ | |
10470 | F: Documentation/blockdev/zram.txt | |
10471 | ||
8b4a4080 | 10472 | ZS DECSTATION Z85C30 SERIAL DRIVER |
8b58be88 | 10473 | M: "Maciej W. Rozycki" <[email protected]> |
8b4a4080 | 10474 | S: Maintained |
df621252 | 10475 | F: drivers/tty/serial/zs.* |
8b4a4080 | 10476 | |
eae70d06 MK |
10477 | ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR |
10478 | M: Minchan Kim <[email protected]> | |
10479 | M: Nitin Gupta <[email protected]> | |
10480 | L: [email protected] | |
10481 | S: Maintained | |
10482 | F: mm/zsmalloc.c | |
10483 | F: include/linux/zsmalloc.h | |
10484 | ||
0cf31ec1 | 10485 | ZSWAP COMPRESSED SWAP CACHING |
0e3b7e54 | 10486 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10487 | L: [email protected] |
10488 | S: Maintained | |
10489 | F: mm/zswap.c | |
10490 | ||
1da177e4 | 10491 | THE REST |
8b58be88 | 10492 | M: Linus Torvalds <[email protected]> |
34d03cc1 | 10493 | L: [email protected] |
8a6e2535 | 10494 | Q: http://patchwork.kernel.org/project/LKML/list/ |
d16adea3 | 10495 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git |
1da177e4 | 10496 | S: Buried alive in reporters |
34d03cc1 JP |
10497 | F: * |
10498 | F: */ |