]>
Commit | Line | Data |
---|---|---|
1da177e4 | 1 | |
cc8f9b99 | 2 | |
1da177e4 LT |
3 | List of maintainers and how to submit kernel changes |
4 | ||
5 | Please try to follow the guidelines below. This will make things | |
6 | easier on the maintainers. Not all of these guidelines matter for every | |
7 | trivial patch so apply some common sense. | |
8 | ||
9 | 1. Always _test_ your changes, however small, on at least 4 or | |
10 | 5 people, preferably many more. | |
11 | ||
12 | 2. Try to release a few ALPHA test versions to the net. Announce | |
13 | them onto the kernel channel and await results. This is especially | |
14 | important for device drivers, because often that's the only way | |
15 | you will find things like the fact version 3 firmware needs | |
16 | a magic fix you didn't know about, or some clown changed the | |
17 | chips on a board and not its name. (Don't laugh! Look at the | |
18 | SMC etherpower for that.) | |
19 | ||
20 | 3. Make sure your changes compile correctly in multiple | |
21 | configurations. In particular check that changes work both as a | |
22 | module and built into the kernel. | |
23 | ||
24 | 4. When you are happy with a change make it generally available for | |
25 | testing and await feedback. | |
26 | ||
27 | 5. Make a patch available to the relevant maintainer in the list. Use | |
28 | 'diff -u' to make the patch easy to merge. Be prepared to get your | |
29 | changes sent back with seemingly silly requests about formatting | |
30 | and variable names. These aren't as silly as they seem. One | |
31 | job the maintainers (and especially Linus) do is to keep things | |
32 | looking the same. Sometimes this means that the clever hack in | |
33 | your driver to get around a problem actually needs to become a | |
0a920b5b AW |
34 | generalized kernel feature ready for next time. |
35 | ||
36 | PLEASE check your patch with the automated style checker | |
37 | (scripts/checkpatch.pl) to catch trival style violations. | |
38 | See Documentation/CodingStyle for guidance here. | |
1da177e4 | 39 | |
f70f873b JP |
40 | PLEASE CC: the maintainers and mailing lists that are generated |
41 | by scripts/get_maintainer.pl. The results returned by the | |
42 | script will be best if you have git installed and are making | |
43 | your changes in a branch derived from Linus' latest git tree. | |
44 | See Documentation/SubmittingPatches for details. | |
45 | ||
1da177e4 LT |
46 | PLEASE try to include any credit lines you want added with the |
47 | patch. It avoids people being missed off by mistake and makes | |
48 | it easier to know who wants adding and who doesn't. | |
49 | ||
50 | PLEASE document known bugs. If it doesn't work for everything | |
51 | or does something very odd once a month document it. | |
52 | ||
c9ee133b | 53 | PLEASE remember that submissions must be made under the terms |
4500371e RD |
54 | of the OSDL certificate of contribution and should include a |
55 | Signed-off-by: line. The current version of this "Developer's | |
56 | Certificate of Origin" (DCO) is listed in the file | |
57 | Documentation/SubmittingPatches. | |
c9ee133b | 58 | |
1da177e4 LT |
59 | 6. Make sure you have the right to send any changes you make. If you |
60 | do changes at work you may find your employer owns the patch | |
61 | not you. | |
62 | ||
c9ee133b AC |
63 | 7. When sending security related changes or reports to a maintainer |
64 | please Cc: [email protected], especially if the maintainer | |
65 | does not respond. | |
66 | ||
67 | 8. Happy hacking. | |
1da177e4 | 68 | |
c7c4fb18 JP |
69 | Descriptions of section entries: |
70 | ||
71 | P: Person (obsolete) | |
72 | M: Mail patches to: FullName <address@domain> | |
eafbaac3 PM |
73 | R: Designated reviewer: FullName <address@domain> |
74 | These reviewers should be CCed on patches. | |
c7c4fb18 JP |
75 | L: Mailing list that is relevant to this area |
76 | W: Web-page with status/info | |
8a6e2535 | 77 | Q: Patchwork web based patch tracking system site |
cea8321c JP |
78 | T: SCM tree type and location. |
79 | Type is one of: git, hg, quilt, stgit, topgit | |
c7c4fb18 JP |
80 | S: Status, one of the following: |
81 | Supported: Someone is actually paid to look after this. | |
82 | Maintained: Someone actually looks after it. | |
83 | Odd Fixes: It has a maintainer but they don't have time to do | |
84 | much other than throw the odd patch in. See below.. | |
85 | Orphan: No current maintainer [but maybe you could take the | |
86 | role as you write your new code]. | |
87 | Obsolete: Old code. Something tagged obsolete generally means | |
88 | it has been replaced by a better system and you | |
89 | should be using that. | |
90 | F: Files and directories with wildcard patterns. | |
91 | A trailing slash includes all files and subdirectory files. | |
92 | F: drivers/net/ all files in and below drivers/net | |
93 | F: drivers/net/* all files in drivers/net, but not below | |
94 | F: */net/* all files in "any top level directory"/net | |
95 | One pattern per line. Multiple F: lines acceptable. | |
bbbe96ed SW |
96 | N: Files and directories with regex patterns. |
97 | N: [^a-z]tegra all files whose path contains the word tegra | |
98 | One pattern per line. Multiple N: lines acceptable. | |
6ab88e00 JP |
99 | scripts/get_maintainer.pl has different behavior for files that |
100 | match F: pattern and matches of N: patterns. By default, | |
101 | get_maintainer will not look at git log history when an F: pattern | |
102 | match occurs. When an N: match occurs, git log history is used | |
103 | to also notify the people that have git commit signatures. | |
c7c4fb18 JP |
104 | X: Files and directories that are NOT maintained, same rules as F: |
105 | Files exclusions are tested before file matches. | |
106 | Can be useful for excluding a specific subdirectory, for instance: | |
107 | F: net/ | |
108 | X: net/ipv6/ | |
109 | matches all files in and below net excluding net/ipv6/ | |
110 | K: Keyword perl extended regex pattern to match content in a | |
bbbe96ed | 111 | patch or file. For instance: |
c7c4fb18 | 112 | K: of_get_profile |
bbbe96ed | 113 | matches patches or files that contain "of_get_profile" |
c7c4fb18 | 114 | K: \b(printk|pr_(info|err))\b |
bbbe96ed SW |
115 | matches patches or files that contain one or more of the words |
116 | printk, pr_info or pr_err | |
c7c4fb18 | 117 | One regex pattern per line. Multiple K: lines acceptable. |
1da177e4 LT |
118 | |
119 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
120 | order. If you could add yourselves to it in alphabetical order that would be | |
121 | so much easier [Ed] | |
122 | ||
c7c4fb18 | 123 | Maintainers List (try to look for most precise areas first) |
1da177e4 | 124 | |
c7c4fb18 | 125 | ----------------------------------- |
679655da | 126 | |
a6d89915 | 127 | 3C59X NETWORK DRIVER |
8b58be88 | 128 | M: Steffen Klassert <[email protected]> |
a6d89915 SK |
129 | L: [email protected] |
130 | S: Maintained | |
679655da | 131 | F: Documentation/networking/vortex.txt |
ca7a8e85 | 132 | F: drivers/net/ethernet/3com/3c59x.c |
a6d89915 | 133 | |
1da177e4 | 134 | 3CR990 NETWORK DRIVER |
8b58be88 | 135 | M: David Dillow <[email protected]> |
979b6c13 | 136 | L: [email protected] |
1da177e4 | 137 | S: Maintained |
ca7a8e85 | 138 | F: drivers/net/ethernet/3com/typhoon* |
1da177e4 | 139 | |
c4de0ceb AR |
140 | 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) |
141 | M: Adam Radford <[email protected]> | |
1da177e4 | 142 | L: [email protected] |
c4de0ceb | 143 | W: http://www.lsi.com |
1da177e4 | 144 | S: Supported |
c4de0ceb | 145 | F: drivers/scsi/3w-* |
1da177e4 LT |
146 | |
147 | 53C700 AND 53C700-66 SCSI DRIVER | |
8b58be88 | 148 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
149 | L: [email protected] |
150 | S: Maintained | |
679655da | 151 | F: drivers/scsi/53c700* |
1da177e4 | 152 | |
68d96dcf AA |
153 | 6LOWPAN GENERIC (BTLE/IEEE 802.15.4) |
154 | M: Alexander Aring <[email protected]> | |
6970c34c | 155 | M: Jukka Rissanen <[email protected]> |
68d96dcf | 156 | L: [email protected] |
ebef9c12 | 157 | L: [email protected] |
68d96dcf AA |
158 | S: Maintained |
159 | F: net/6lowpan/ | |
6304f8fc | 160 | F: include/net/6lowpan.h |
68d96dcf | 161 | |
1da177e4 | 162 | 6PACK NETWORK DRIVER FOR AX.25 |
8b58be88 | 163 | M: Andreas Koensgen <[email protected]> |
1da177e4 LT |
164 | L: [email protected] |
165 | S: Maintained | |
679655da | 166 | F: drivers/net/hamradio/6pack.c |
1da177e4 | 167 | |
1da177e4 | 168 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
c8a75b34 | 169 | M: Realtek linux nic maintainers <[email protected]> |
979b6c13 | 170 | L: [email protected] |
1da177e4 | 171 | S: Maintained |
a8fe65b8 | 172 | F: drivers/net/ethernet/realtek/r8169.c |
1da177e4 LT |
173 | |
174 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
879a5a00 | 175 | M: Greg Kroah-Hartman <[email protected]> |
1da177e4 LT |
176 | L: [email protected] |
177 | W: http://serial.sourceforge.net | |
8ee16a1b | 178 | S: Maintained |
08deed1e | 179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
df621252 | 180 | F: drivers/tty/serial/8250* |
679655da | 181 | F: include/linux/serial_8250.h |
1da177e4 LT |
182 | |
183 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
979b6c13 | 184 | L: [email protected] |
0cf445ce | 185 | S: Orphan / Obsolete |
644570b8 | 186 | F: drivers/net/ethernet/8390/ |
1da177e4 | 187 | |
67543e50 | 188 | 9P FILE SYSTEM |
8b58be88 JP |
189 | M: Eric Van Hensbergen <[email protected]> |
190 | M: Ron Minnich <[email protected]> | |
191 | M: Latchesar Ionkov <[email protected]> | |
ce00f85c | 192 | L: [email protected] |
27a2a5ff | 193 | W: http://swik.net/v9fs |
8a6e2535 | 194 | Q: http://patchwork.kernel.org/project/v9fs-devel/list/ |
eeba444a | 195 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
ce00f85c | 196 | S: Maintained |
679655da JP |
197 | F: Documentation/filesystems/9p.txt |
198 | F: fs/9p/ | |
2315cb14 RL |
199 | F: net/9p/ |
200 | F: include/net/9p/ | |
201 | F: include/uapi/linux/virtio_9p.h | |
202 | F: include/trace/events/9p.h | |
203 | ||
67543e50 | 204 | |
91952bc0 AP |
205 | A8293 MEDIA DRIVER |
206 | M: Antti Palosaari <[email protected]> | |
207 | L: [email protected] | |
208 | W: http://linuxtv.org/ | |
209 | W: http://palosaari.fi/linux/ | |
210 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
211 | T: git git://linuxtv.org/anttip/media_tree.git | |
212 | S: Maintained | |
213 | F: drivers/media/dvb-frontends/a8293* | |
214 | ||
e2d1d6c0 | 215 | AACRAID SCSI RAID DRIVER |
8b58be88 | 216 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
217 | L: [email protected] |
218 | W: http://www.adaptec.com/ | |
1da177e4 | 219 | S: Supported |
679655da JP |
220 | F: Documentation/scsi/aacraid.txt |
221 | F: drivers/scsi/aacraid/ | |
1da177e4 | 222 | |
ea8f8fc8 JT |
223 | ABI/API |
224 | L: [email protected] | |
225 | F: Documentation/ABI/ | |
226 | F: include/linux/syscalls.h | |
227 | F: include/uapi/ | |
228 | F: kernel/sys_ni.c | |
229 | ||
249e3c85 | 230 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
93d0cc58 | 231 | M: Hans de Goede <[email protected]> |
f2b84bbc HG |
232 | L: [email protected] |
233 | S: Maintained | |
679655da | 234 | F: drivers/hwmon/abituguru.c |
f2b84bbc | 235 | |
249e3c85 | 236 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
8b58be88 | 237 | M: Alistair John Strachan <[email protected]> |
249e3c85 AJS |
238 | L: [email protected] |
239 | S: Maintained | |
679655da | 240 | F: drivers/hwmon/abituguru3.c |
249e3c85 | 241 | |
1da177e4 | 242 | ACENIC DRIVER |
8b58be88 | 243 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
244 | L: [email protected] |
245 | S: Maintained | |
531c4f89 | 246 | F: drivers/net/ethernet/alteon/acenic* |
1da177e4 | 247 | |
e86435eb | 248 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
8b58be88 | 249 | M: Peter Feuerer <[email protected]> |
d0944853 | 250 | L: [email protected] |
4fc26e36 JP |
251 | W: http://piie.net/?section=acerhdf |
252 | S: Maintained | |
253 | F: drivers/platform/x86/acerhdf.c | |
e86435eb | 254 | |
745a5d21 | 255 | ACER WMI LAPTOP EXTRAS |
182ae55c | 256 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 257 | L: [email protected] |
745a5d21 | 258 | S: Maintained |
679655da | 259 | F: drivers/platform/x86/acer-wmi.c |
745a5d21 | 260 | |
1da177e4 | 261 | ACPI |
49db1903 | 262 | M: Rafael J. Wysocki <[email protected]> |
7fb06082 | 263 | M: Len Brown <[email protected]> |
6968e50c | 264 | L: [email protected] |
360818b8 RW |
265 | W: https://01.org/linux-acpi |
266 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | |
267 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |
8b59a454 | 268 | S: Supported |
679655da JP |
269 | F: drivers/acpi/ |
270 | F: drivers/pnp/pnpacpi/ | |
271 | F: include/linux/acpi.h | |
43368e74 | 272 | F: include/acpi/ |
994b942f | 273 | F: Documentation/acpi |
89ca78a0 | 274 | F: Documentation/ABI/testing/sysfs-bus-acpi |
15fd830d BH |
275 | F: drivers/pci/*acpi* |
276 | F: drivers/pci/*/*acpi* | |
277 | F: drivers/pci/*/*/*acpi* | |
2754c447 | 278 | F: tools/power/acpi |
8b59a454 | 279 | |
3774929d RW |
280 | ACPI COMPONENT ARCHITECTURE (ACPICA) |
281 | M: Robert Moore <[email protected]> | |
282 | M: Lv Zheng <[email protected]> | |
283 | M: Rafael J. Wysocki <[email protected]> | |
284 | L: [email protected] | |
285 | L: [email protected] | |
286 | W: https://acpica.org/ | |
287 | W: https://github.com/acpica/acpica/ | |
288 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | |
289 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |
290 | S: Supported | |
291 | F: drivers/acpi/acpica/ | |
292 | F: include/acpi/ | |
2754c447 | 293 | F: tools/power/acpi/ |
3774929d | 294 | |
8b59a454 | 295 | ACPI FAN DRIVER |
8b58be88 | 296 | M: Zhang Rui <[email protected]> |
8b59a454 | 297 | L: [email protected] |
5ca92bd9 | 298 | W: https://01.org/linux-acpi |
8b59a454 | 299 | S: Supported |
679655da | 300 | F: drivers/acpi/fan.c |
1da177e4 | 301 | |
8b59a454 | 302 | ACPI THERMAL DRIVER |
8b58be88 | 303 | M: Zhang Rui <[email protected]> |
8b59a454 | 304 | L: [email protected] |
5ca92bd9 | 305 | W: https://01.org/linux-acpi |
8b59a454 | 306 | S: Supported |
679655da | 307 | F: drivers/acpi/*thermal* |
998be20f | 308 | |
359acec8 | 309 | ACPI VIDEO DRIVER |
8b58be88 | 310 | M: Zhang Rui <[email protected]> |
8b59a454 | 311 | L: [email protected] |
5ca92bd9 | 312 | W: https://01.org/linux-acpi |
8b59a454 | 313 | S: Supported |
679655da | 314 | F: drivers/acpi/video.c |
998be20f | 315 | |
bff431e4 | 316 | ACPI WMI DRIVER |
d0944853 | 317 | L: [email protected] |
5b927259 | 318 | S: Orphan |
679655da | 319 | F: drivers/platform/x86/wmi.c |
bff431e4 | 320 | |
2f39d519 | 321 | AD1889 ALSA SOUND DRIVER |
8b58be88 | 322 | M: Thibaut Varene <[email protected]> |
795fb7e7 JD |
323 | W: http://wiki.parisc-linux.org/AD1889 |
324 | L: [email protected] | |
325 | S: Maintained | |
679655da | 326 | F: sound/pci/ad1889.* |
2f39d519 | 327 | |
527a1a83 MH |
328 | AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER |
329 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 330 | W: http://wiki.analog.com/AD5254 |
a4edbc10 | 331 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
332 | S: Supported |
333 | F: drivers/misc/ad525x_dpot.c | |
334 | ||
335 | AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) | |
336 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 337 | W: http://wiki.analog.com/AD5398 |
a4edbc10 | 338 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
339 | S: Supported |
340 | F: drivers/regulator/ad5398.c | |
341 | ||
342 | AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) | |
343 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 344 | W: http://wiki.analog.com/AD7142 |
a4edbc10 | 345 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
346 | S: Supported |
347 | F: drivers/input/misc/ad714x.c | |
348 | ||
349 | AD7877 TOUCHSCREEN DRIVER | |
350 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 351 | W: http://wiki.analog.com/AD7877 |
a4edbc10 | 352 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
353 | S: Supported |
354 | F: drivers/input/touchscreen/ad7877.c | |
355 | ||
356 | AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) | |
357 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 358 | W: http://wiki.analog.com/AD7879 |
a4edbc10 | 359 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
360 | S: Supported |
361 | F: drivers/input/touchscreen/ad7879.c | |
362 | ||
1330b0dc JK |
363 | ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) |
364 | M: Jiri Kosina <[email protected]> | |
365 | S: Maintained | |
366 | ||
1da177e4 | 367 | ADM1025 HARDWARE MONITOR DRIVER |
7c81c60f | 368 | M: Jean Delvare <[email protected]> |
cc0b07ed | 369 | L: [email protected] |
1da177e4 | 370 | S: Maintained |
679655da JP |
371 | F: Documentation/hwmon/adm1025 |
372 | F: drivers/hwmon/adm1025.c | |
1da177e4 | 373 | |
cae2caae | 374 | ADM1029 HARDWARE MONITOR DRIVER |
fce8ffa3 | 375 | M: Corentin Labbe <[email protected]> |
cae2caae CL |
376 | L: [email protected] |
377 | S: Maintained | |
679655da | 378 | F: drivers/hwmon/adm1029.c |
cae2caae | 379 | |
cc0b88cf | 380 | ADM8211 WIRELESS DRIVER |
cc0b88cf | 381 | L: [email protected] |
491b26b4 | 382 | W: http://wireless.kernel.org/ |
e71bcbd0 | 383 | S: Orphan |
679655da | 384 | F: drivers/net/wireless/adm8211.* |
cc0b88cf | 385 | |
e8e31622 SA |
386 | ADP1653 FLASH CONTROLLER DRIVER |
387 | M: Sakari Ailus <[email protected]> | |
388 | L: [email protected] | |
389 | S: Maintained | |
390 | F: drivers/media/i2c/adp1653.c | |
391 | F: include/media/adp1653.h | |
392 | ||
527a1a83 MH |
393 | ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) |
394 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 395 | W: http://wiki.analog.com/ADP5520 |
a4edbc10 | 396 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
397 | S: Supported |
398 | F: drivers/mfd/adp5520.c | |
399 | F: drivers/video/backlight/adp5520_bl.c | |
45b4e0d5 | 400 | F: drivers/leds/leds-adp5520.c |
77278d50 | 401 | F: drivers/gpio/gpio-adp5520.c |
527a1a83 MH |
402 | F: drivers/input/keyboard/adp5520-keys.c |
403 | ||
404 | ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) | |
405 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 406 | W: http://wiki.analog.com/ADP5588 |
a4edbc10 | 407 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
408 | S: Supported |
409 | F: drivers/input/keyboard/adp5588-keys.c | |
77278d50 | 410 | F: drivers/gpio/gpio-adp5588.c |
527a1a83 MH |
411 | |
412 | ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) | |
413 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 414 | W: http://wiki.analog.com/ADP8860 |
a4edbc10 | 415 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
416 | S: Supported |
417 | F: drivers/video/backlight/adp8860_bl.c | |
418 | ||
8c22a8f5 DE |
419 | ADS1015 HARDWARE MONITOR DRIVER |
420 | M: Dirk Eibach <[email protected]> | |
421 | L: [email protected] | |
422 | S: Maintained | |
423 | F: Documentation/hwmon/ads1015 | |
424 | F: drivers/hwmon/ads1015.c | |
425 | F: include/linux/i2c/ads1015.h | |
426 | ||
1da177e4 | 427 | ADT746X FAN DRIVER |
8b58be88 | 428 | M: Colin Leroy <[email protected]> |
1da177e4 | 429 | S: Maintained |
679655da | 430 | F: drivers/macintosh/therm_adt746x.c |
1da177e4 | 431 | |
b058b859 | 432 | ADT7475 HARDWARE MONITOR DRIVER |
7c81c60f | 433 | M: Jean Delvare <[email protected]> |
b058b859 JD |
434 | L: [email protected] |
435 | S: Maintained | |
436 | F: Documentation/hwmon/adt7475 | |
437 | F: drivers/hwmon/adt7475.c | |
438 | ||
527a1a83 MH |
439 | ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) |
440 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 441 | W: http://wiki.analog.com/ADXL345 |
a4edbc10 | 442 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
443 | S: Supported |
444 | F: drivers/input/misc/adxl34x.c | |
445 | ||
8c6af9e1 | 446 | ADVANSYS SCSI DRIVER |
8b58be88 | 447 | M: Matthew Wilcox <[email protected]> |
8c6af9e1 MW |
448 | L: [email protected] |
449 | S: Maintained | |
679655da JP |
450 | F: Documentation/scsi/advansys.txt |
451 | F: drivers/scsi/advansys.c | |
8c6af9e1 | 452 | |
1da177e4 | 453 | AEDSP16 DRIVER |
8b58be88 | 454 | M: Riccardo Facchetti <[email protected]> |
1da177e4 | 455 | S: Maintained |
679655da | 456 | F: sound/oss/aedsp16.c |
1da177e4 | 457 | |
91952bc0 AP |
458 | AF9013 MEDIA DRIVER |
459 | M: Antti Palosaari <[email protected]> | |
460 | L: [email protected] | |
461 | W: http://linuxtv.org/ | |
462 | W: http://palosaari.fi/linux/ | |
463 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
464 | T: git git://linuxtv.org/anttip/media_tree.git | |
465 | S: Maintained | |
466 | F: drivers/media/dvb-frontends/af9013* | |
467 | ||
468 | AF9033 MEDIA DRIVER | |
469 | M: Antti Palosaari <[email protected]> | |
470 | L: [email protected] | |
471 | W: http://linuxtv.org/ | |
472 | W: http://palosaari.fi/linux/ | |
473 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
474 | T: git git://linuxtv.org/anttip/media_tree.git | |
475 | S: Maintained | |
476 | F: drivers/media/dvb-frontends/af9033* | |
477 | ||
1da177e4 | 478 | AFFS FILE SYSTEM |
6cf515e1 GU |
479 | L: [email protected] |
480 | S: Orphan | |
679655da JP |
481 | F: Documentation/filesystems/affs.txt |
482 | F: fs/affs/ | |
1da177e4 | 483 | |
e2d1d6c0 | 484 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
8b58be88 | 485 | M: David Howells <[email protected]> |
e2d1d6c0 RD |
486 | L: [email protected] |
487 | S: Supported | |
679655da JP |
488 | F: fs/afs/ |
489 | F: include/net/af_rxrpc.h | |
490 | F: net/rxrpc/af_rxrpc.c | |
e2d1d6c0 | 491 | |
1da177e4 | 492 | AGPGART DRIVER |
8b58be88 | 493 | M: David Airlie <[email protected]> |
878eaf61 | 494 | T: git git://people.freedesktop.org/~airlied/linux (part of drm maint) |
1da177e4 | 495 | S: Maintained |
679655da JP |
496 | F: drivers/char/agp/ |
497 | F: include/linux/agp* | |
c117ab84 | 498 | F: include/uapi/linux/agp* |
1da177e4 LT |
499 | |
500 | AHA152X SCSI DRIVER | |
8b58be88 | 501 | M: "Juergen E. Fischer" <[email protected]> |
1da177e4 LT |
502 | L: [email protected] |
503 | S: Maintained | |
679655da JP |
504 | F: drivers/scsi/aha152x* |
505 | F: drivers/scsi/pcmcia/aha152x* | |
1da177e4 | 506 | |
64624d4f | 507 | AIC7XXX / AIC79XX SCSI DRIVER |
8b58be88 | 508 | M: Hannes Reinecke <[email protected]> |
64624d4f | 509 | L: [email protected] |
1da177e4 | 510 | S: Maintained |
679655da | 511 | F: drivers/scsi/aic7xxx/ |
1da177e4 | 512 | |
450500ad HV |
513 | AIMSLAB FM RADIO RECEIVER DRIVER |
514 | M: Hans Verkuil <[email protected]> | |
515 | L: [email protected] | |
516 | T: git git://linuxtv.org/media_tree.git | |
517 | W: http://linuxtv.org | |
518 | S: Maintained | |
519 | F: drivers/media/radio/radio-aimslab* | |
520 | ||
e2d1d6c0 | 521 | AIO |
8b58be88 | 522 | M: Benjamin LaHaise <[email protected]> |
e2d1d6c0 RD |
523 | L: [email protected] |
524 | S: Supported | |
679655da JP |
525 | F: fs/aio.c |
526 | F: include/linux/*aio*.h | |
e2d1d6c0 | 527 | |
469d4ec8 AP |
528 | AIRSPY MEDIA DRIVER |
529 | M: Antti Palosaari <[email protected]> | |
530 | L: [email protected] | |
531 | W: http://linuxtv.org/ | |
532 | W: http://palosaari.fi/linux/ | |
533 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
534 | T: git git://linuxtv.org/anttip/media_tree.git | |
535 | S: Maintained | |
536 | F: drivers/media/usb/airspy/ | |
537 | ||
1da177e4 | 538 | ALCATEL SPEEDTOUCH USB DRIVER |
8b58be88 | 539 | M: Duncan Sands <[email protected]> |
6372594a | 540 | L: [email protected] |
1da177e4 LT |
541 | W: http://www.linux-usb.org/SpeedTouch/ |
542 | S: Maintained | |
679655da JP |
543 | F: drivers/usb/atm/speedtch.c |
544 | F: drivers/usb/atm/usbatm.c | |
1da177e4 | 545 | |
272f133a | 546 | ALCHEMY AU1XX0 MMC DRIVER |
8b58be88 | 547 | M: Manuel Lauss <[email protected]> |
08fcb720 | 548 | S: Maintained |
679655da | 549 | F: drivers/mmc/host/au1xmmc.c |
272f133a | 550 | |
4a4e5787 | 551 | ALI1563 I2C DRIVER |
8b58be88 | 552 | M: Rudolf Marek <[email protected]> |
846557d3 | 553 | L: [email protected] |
4a4e5787 | 554 | S: Maintained |
679655da JP |
555 | F: Documentation/i2c/busses/i2c-ali1563 |
556 | F: drivers/i2c/busses/i2c-ali1563.c | |
4a4e5787 | 557 | |
1da177e4 | 558 | ALPHA PORT |
8b58be88 | 559 | M: Richard Henderson <[email protected]> |
8b58be88 | 560 | M: Ivan Kokshaysky <[email protected]> |
abd4d609 | 561 | M: Matt Turner <[email protected]> |
c89f4f9a | 562 | S: Odd Fixes |
a9406699 | 563 | L: [email protected] |
679655da | 564 | F: arch/alpha/ |
1da177e4 | 565 | |
16b8b922 | 566 | ALTERA TRIPLE SPEED ETHERNET DRIVER |
c53fed07 | 567 | M: Vince Bridgers <[email protected]> |
16b8b922 VB |
568 | L: [email protected] |
569 | L: [email protected] (moderated for non-subscribers) | |
570 | S: Maintained | |
571 | F: drivers/net/ethernet/altera/ | |
572 | ||
adf9251f TK |
573 | ALTERA UART/JTAG UART SERIAL DRIVERS |
574 | M: Tobias Klauser <[email protected]> | |
575 | L: [email protected] | |
61bd0943 | 576 | L: [email protected] (moderated for non-subscribers) |
adf9251f TK |
577 | S: Maintained |
578 | F: drivers/tty/serial/altera_uart.c | |
579 | F: drivers/tty/serial/altera_jtaguart.c | |
580 | F: include/linux/altera_uart.h | |
581 | F: include/linux/altera_jtaguart.h | |
582 | ||
f4875e12 TL |
583 | AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER |
584 | M: Tom Lendacky <[email protected]> | |
585 | L: [email protected] | |
586 | S: Supported | |
587 | F: drivers/crypto/ccp/ | |
588 | F: include/linux/ccp.h | |
589 | ||
512d1027 | 590 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
d034fbf0 | 591 | M: Andreas Herrmann <[email protected]> |
512d1027 AH |
592 | L: [email protected] |
593 | S: Maintained | |
594 | F: Documentation/hwmon/fam15h_power | |
595 | F: drivers/hwmon/fam15h_power.c | |
596 | ||
167a675a | 597 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
8b58be88 | 598 | M: Thomas Dahlmann <[email protected]> |
67d76710 | 599 | L: [email protected] (moderated for non-subscribers) |
167a675a | 600 | S: Supported |
faf2e1db | 601 | F: drivers/usb/gadget/udc/amd5536udc.* |
167a675a | 602 | |
f90b8116 | 603 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
69006096 | 604 | P: Andres Salomon <[email protected]> |
67d76710 | 605 | L: [email protected] (moderated for non-subscribers) |
f90b8116 JC |
606 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
607 | S: Supported | |
679655da JP |
608 | F: drivers/char/hw_random/geode-rng.c |
609 | F: drivers/crypto/geode* | |
8a61f013 | 610 | F: drivers/video/fbdev/geode/ |
679655da | 611 | F: arch/x86/include/asm/geode.h |
f90b8116 | 612 | |
919ee7dd | 613 | AMD IOMMU (AMD-VI) |
e4110568 | 614 | M: Joerg Roedel <[email protected]> |
919ee7dd | 615 | L: [email protected] |
525b233c | 616 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
e4110568 | 617 | S: Maintained |
b2c16391 JP |
618 | F: drivers/iommu/amd_iommu*.[ch] |
619 | F: include/linux/amd-iommu.h | |
919ee7dd | 620 | |
16423d67 OG |
621 | AMD KFD |
622 | M: Oded Gabbay <[email protected]> | |
623 | L: [email protected] | |
624 | T: git git://people.freedesktop.org/~gabbayo/linux.git | |
625 | S: Supported | |
626 | F: drivers/gpu/drm/amd/amdkfd/ | |
627 | F: drivers/gpu/drm/radeon/radeon_kfd.c | |
628 | F: drivers/gpu/drm/radeon/radeon_kfd.h | |
629 | F: include/uapi/linux/kfd_ioctl.h | |
630 | ||
e7f5b309 | 631 | AMD MICROCODE UPDATE SUPPORT |
943482d0 | 632 | M: Andreas Herrmann <[email protected]> |
7d2c86b5 | 633 | L: [email protected] |
943482d0 | 634 | S: Maintained |
73d425fd | 635 | F: arch/x86/kernel/cpu/microcode/amd* |
e7f5b309 | 636 | |
45198c7b LT |
637 | AMD XGBE DRIVER |
638 | M: Tom Lendacky <[email protected]> | |
639 | L: [email protected] | |
640 | S: Supported | |
641 | F: drivers/net/ethernet/amd/xgbe/ | |
642 | F: drivers/net/phy/amd-xgbe-phy.c | |
643 | ||
284f42b6 | 644 | AMS (Apple Motion Sensor) DRIVER |
8b58be88 | 645 | M: Michael Hanselmann <[email protected]> |
284f42b6 | 646 | S: Supported |
bd5f47ec | 647 | F: drivers/macintosh/ams/ |
284f42b6 | 648 | |
f94b533d | 649 | AMSO1100 RNIC DRIVER |
8b58be88 JP |
650 | M: Tom Tucker <[email protected]> |
651 | M: Steve Wise <[email protected]> | |
e6cc0fd1 | 652 | L: [email protected] |
f94b533d | 653 | S: Maintained |
679655da | 654 | F: drivers/infiniband/hw/amso1100/ |
f94b533d | 655 | |
531fca16 HV |
656 | ANALOG DEVICES INC AD9389B DRIVER |
657 | M: Hans Verkuil <[email protected]> | |
658 | L: [email protected] | |
659 | S: Maintained | |
660 | F: drivers/media/i2c/ad9389b* | |
661 | ||
c40ddfa3 HV |
662 | ANALOG DEVICES INC ADV7511 DRIVER |
663 | M: Hans Verkuil <[email protected]> | |
664 | L: [email protected] | |
665 | S: Maintained | |
666 | F: drivers/media/i2c/adv7511* | |
667 | ||
531fca16 HV |
668 | ANALOG DEVICES INC ADV7604 DRIVER |
669 | M: Hans Verkuil <[email protected]> | |
670 | L: [email protected] | |
671 | S: Maintained | |
672 | F: drivers/media/i2c/adv7604* | |
673 | ||
c40ddfa3 HV |
674 | ANALOG DEVICES INC ADV7842 DRIVER |
675 | M: Hans Verkuil <[email protected]> | |
676 | L: [email protected] | |
677 | S: Maintained | |
678 | F: drivers/media/i2c/adv7842* | |
679 | ||
527a1a83 | 680 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
535bd16f | 681 | M: Lars-Peter Clausen <[email protected]> |
4bdef3bd | 682 | L: [email protected] (moderated for non-subscribers) |
a3f531ac | 683 | W: http://wiki.analog.com/ |
a4edbc10 | 684 | W: http://ez.analog.com/community/linux-device-drivers |
4bdef3bd | 685 | S: Supported |
39c9d199 | 686 | F: sound/soc/codecs/adau* |
cc52688a | 687 | F: sound/soc/codecs/adav* |
4bdef3bd | 688 | F: sound/soc/codecs/ad1* |
ae48f5ef | 689 | F: sound/soc/codecs/ad7* |
4bdef3bd | 690 | F: sound/soc/codecs/ssm* |
40216ce7 | 691 | F: sound/soc/codecs/sigmadsp.* |
4bdef3bd | 692 | |
527a1a83 | 693 | ANALOG DEVICES INC ASOC DRIVERS |
b3fe92b0 | 694 | L: [email protected] (moderated for non-subscribers) |
527a1a83 MH |
695 | L: [email protected] (moderated for non-subscribers) |
696 | W: http://blackfin.uclinux.org/ | |
697 | S: Supported | |
698 | F: sound/soc/blackfin/* | |
4ce72abc LPC |
699 | |
700 | ANALOG DEVICES INC IIO DRIVERS | |
701 | M: Lars-Peter Clausen <[email protected]> | |
702 | M: Michael Hennerich <[email protected]> | |
703 | W: http://wiki.analog.com/ | |
704 | W: http://ez.analog.com/community/linux-device-drivers | |
705 | S: Supported | |
706 | F: drivers/iio/*/ad* | |
707 | X: drivers/iio/*/adjd* | |
708 | F: drivers/staging/iio/*/ad* | |
709 | F: staging/iio/trigger/iio-trig-bfin-timer.c | |
527a1a83 | 710 | |
42269063 | 711 | AOA (Apple Onboard Audio) ALSA DRIVER |
8b58be88 | 712 | M: Johannes Berg <[email protected]> |
a4724ed6 | 713 | L: [email protected] |
93711660 | 714 | L: [email protected] (moderated for non-subscribers) |
42269063 | 715 | S: Maintained |
679655da | 716 | F: sound/aoa/ |
42269063 | 717 | |
1da177e4 | 718 | APM DRIVER |
81024fc4 JK |
719 | M: Jiri Kosina <[email protected]> |
720 | S: Odd fixes | |
679655da JP |
721 | F: arch/x86/kernel/apm_32.c |
722 | F: include/linux/apm_bios.h | |
c117ab84 | 723 | F: include/uapi/linux/apm_bios.h |
81024fc4 | 724 | F: drivers/char/apm-emulation.c |
1da177e4 | 725 | |
bd7aa4b2 | 726 | APPLE BCM5974 MULTITOUCH DRIVER |
8b58be88 | 727 | M: Henrik Rydberg <[email protected]> |
bd7aa4b2 HR |
728 | L: [email protected] |
729 | S: Maintained | |
679655da | 730 | F: drivers/input/mouse/bcm5974.c |
bd7aa4b2 | 731 | |
6f2fad74 | 732 | APPLE SMC DRIVER |
d618540f HR |
733 | M: Henrik Rydberg <[email protected]> |
734 | L: [email protected] | |
6f2fad74 | 735 | S: Maintained |
679655da | 736 | F: drivers/hwmon/applesmc.c |
6f2fad74 | 737 | |
1da177e4 | 738 | APPLETALK NETWORK LAYER |
8b58be88 | 739 | M: Arnaldo Carvalho de Melo <[email protected]> |
1da177e4 | 740 | S: Maintained |
679655da JP |
741 | F: drivers/net/appletalk/ |
742 | F: net/appletalk/ | |
1da177e4 | 743 | |
24299502 IS |
744 | APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER |
745 | M: Iyappan Subramanian <[email protected]> | |
746 | M: Keyur Chudgar <[email protected]> | |
24299502 IS |
747 | S: Supported |
748 | F: drivers/net/ethernet/apm/xgene/ | |
749 | F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt | |
750 | ||
62a37dc7 LP |
751 | APTINA CAMERA SENSOR PLL |
752 | M: Laurent Pinchart <[email protected]> | |
753 | L: [email protected] | |
754 | S: Maintained | |
755 | F: drivers/media/i2c/aptina-pll.* | |
756 | ||
a480167b | 757 | ARASAN COMPACT FLASH PATA CONTROLLER |
2d8a3b3d | 758 | M: Viresh Kumar <[email protected]> |
a480167b VK |
759 | L: [email protected] |
760 | S: Maintained | |
761 | F: include/linux/pata_arasan_cf_data.h | |
762 | F: drivers/ata/pata_arasan_cf.c | |
763 | ||
1154ea7d | 764 | ARC FRAMEBUFFER DRIVER |
8b58be88 | 765 | M: Jaya Kumar <[email protected]> |
1154ea7d | 766 | S: Maintained |
8a61f013 JH |
767 | F: drivers/video/fbdev/arcfb.c |
768 | F: drivers/video/fbdev/core/fb_defio.c | |
1154ea7d | 769 | |
1da177e4 | 770 | ARM MFM AND FLOPPY DRIVERS |
8b58be88 | 771 | M: Ian Molton <[email protected]> |
1da177e4 | 772 | S: Maintained |
679655da JP |
773 | F: arch/arm/lib/floppydma.S |
774 | F: arch/arm/include/asm/floppy.h | |
1da177e4 | 775 | |
6f96521f WD |
776 | ARM PMU PROFILING AND DEBUGGING |
777 | M: Will Deacon <[email protected]> | |
778 | S: Maintained | |
779 | F: arch/arm/kernel/perf_event* | |
780 | F: arch/arm/oprofile/common.c | |
6f96521f WD |
781 | F: arch/arm/include/asm/pmu.h |
782 | F: arch/arm/kernel/hw_breakpoint.c | |
783 | F: arch/arm/include/asm/hw_breakpoint.h | |
784 | ||
d4275354 | 785 | ARM PORT |
8b58be88 | 786 | M: Russell King <[email protected]> |
efc03ecb | 787 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
788 | W: http://www.arm.linux.org.uk/ |
789 | S: Maintained | |
790 | F: arch/arm/ | |
791 | ||
d323c243 SB |
792 | ARM SUB-ARCHITECTURES |
793 | L: [email protected] (moderated for non-subscribers) | |
56ca9d98 | 794 | S: Maintained |
d323c243 SB |
795 | F: arch/arm/mach-*/ |
796 | F: arch/arm/plat-*/ | |
797 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git | |
798 | ||
cefbf4ea RK |
799 | ARM PRIMECELL AACI PL041 DRIVER |
800 | M: Russell King <[email protected]> | |
801 | S: Maintained | |
802 | F: sound/arm/aaci.* | |
803 | ||
804 | ARM PRIMECELL CLCD PL110 DRIVER | |
805 | M: Russell King <[email protected]> | |
806 | S: Maintained | |
8a61f013 | 807 | F: drivers/video/fbdev/amba-clcd.* |
cefbf4ea RK |
808 | |
809 | ARM PRIMECELL KMI PL050 DRIVER | |
810 | M: Russell King <[email protected]> | |
811 | S: Maintained | |
812 | F: drivers/input/serio/ambakmi.* | |
813 | F: include/linux/amba/kmi.h | |
814 | ||
2761f5c2 | 815 | ARM PRIMECELL MMCI PL180/1 DRIVER |
08a5c9a2 RK |
816 | M: Russell King <[email protected]> |
817 | S: Maintained | |
679655da | 818 | F: drivers/mmc/host/mmci.* |
2f748aaa | 819 | F: include/linux/amba/mmci.h |
2761f5c2 | 820 | |
1b4304e5 RK |
821 | ARM PRIMECELL UART PL010 AND PL011 DRIVERS |
822 | M: Russell King <[email protected]> | |
823 | S: Maintained | |
824 | F: drivers/tty/serial/amba-pl01*.c | |
825 | F: include/linux/amba/serial.h | |
2761f5c2 | 826 | |
cefbf4ea RK |
827 | ARM PRIMECELL BUS SUPPORT |
828 | M: Russell King <[email protected]> | |
829 | S: Maintained | |
830 | F: drivers/amba/ | |
831 | F: include/linux/amba/bus.h | |
832 | ||
2b7a52a4 | 833 | ARM/ADS SPHERE MACHINE SUPPORT |
8b58be88 | 834 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 835 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
836 | S: Maintained |
837 | ||
9c784f95 | 838 | ARM/AFEB9260 MACHINE SUPPORT |
8b58be88 | 839 | M: Sergey Lapin <[email protected]> |
efc03ecb | 840 | L: [email protected] (moderated for non-subscribers) |
9c784f95 SL |
841 | S: Maintained |
842 | ||
2b7a52a4 | 843 | ARM/AJECO 1ARM MACHINE SUPPORT |
8b58be88 | 844 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 845 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
846 | S: Maintained |
847 | ||
1b106699 MR |
848 | ARM/Allwinner A1X SoC support |
849 | M: Maxime Ripard <[email protected]> | |
850 | L: [email protected] (moderated for non-subscribers) | |
851 | S: Maintained | |
60b0f380 MR |
852 | N: sun[x4567]i |
853 | ||
854 | ARM/Allwinner SoC Clock Support | |
855 | M: Emilio López <[email protected]> | |
856 | S: Maintained | |
857 | F: drivers/clk/sunxi/ | |
1b106699 | 858 | |
7c1e3876 CC |
859 | ARM/Amlogic MesonX SoC support |
860 | M: Carlo Caione <[email protected]> | |
861 | L: [email protected] (moderated for non-subscribers) | |
862 | S: Maintained | |
12ddbadf | 863 | F: drivers/media/rc/meson-ir.c |
7c1e3876 CC |
864 | N: meson[x68] |
865 | ||
c1fc8675 | 866 | ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES |
8b58be88 | 867 | M: Andrew Victor <[email protected]> |
c1fc8675 NF |
868 | M: Nicolas Ferre <[email protected]> |
869 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
efc03ecb | 870 | L: [email protected] (moderated for non-subscribers) |
795fb7e7 | 871 | W: http://maxim.org.za/at91_26.html |
c1fc8675 NF |
872 | W: http://www.linux4sam.org |
873 | S: Supported | |
874 | F: arch/arm/mach-at91/ | |
f0a0a58e | 875 | F: include/soc/at91/ |
70e389cc MB |
876 | F: arch/arm/boot/dts/at91*.dts |
877 | F: arch/arm/boot/dts/at91*.dtsi | |
878 | F: arch/arm/boot/dts/sama*.dts | |
879 | F: arch/arm/boot/dts/sama*.dtsi | |
d4a89c7d | 880 | |
6e05dd4e BB |
881 | ARM/ATMEL AT91 Clock Support |
882 | M: Boris Brezillon <[email protected]> | |
883 | S: Maintained | |
884 | F: drivers/clk/at91 | |
885 | ||
986cf2e9 | 886 | ARM/CALXEDA HIGHBANK ARCHITECTURE |
5d3ad8a6 | 887 | M: Rob Herring <[email protected]> |
986cf2e9 RH |
888 | L: [email protected] (moderated for non-subscribers) |
889 | S: Maintained | |
890 | F: arch/arm/mach-highbank/ | |
891 | ||
d94f944e | 892 | ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT |
5529c2cd | 893 | M: Krzysztof Halasa <[email protected]> |
d94f944e AV |
894 | S: Maintained |
895 | F: arch/arm/mach-cns3xxx/ | |
d94f944e | 896 | |
386ab516 AS |
897 | ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE |
898 | M: Alexander Shiyan <[email protected]> | |
899 | L: [email protected] (moderated for non-subscribers) | |
900 | S: Odd Fixes | |
b8ba3874 | 901 | N: clps711x |
386ab516 | 902 | |
2b7a52a4 | 903 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
ddd559b1 | 904 | M: Hartley Sweeten <[email protected]> |
1c5454ee | 905 | M: Ryan Mallon <[email protected]> |
efc03ecb | 906 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 | 907 | S: Maintained |
d19d3667 HS |
908 | F: arch/arm/mach-ep93xx/ |
909 | F: arch/arm/mach-ep93xx/include/mach/ | |
2b7a52a4 LB |
910 | |
911 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
8b58be88 | 912 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 913 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
914 | S: Maintained |
915 | ||
d4275354 | 916 | ARM/CLKDEV SUPPORT |
8b58be88 | 917 | M: Russell King <[email protected]> |
efc03ecb | 918 | L: [email protected] (moderated for non-subscribers) |
37417046 | 919 | S: Maintained |
d4275354 | 920 | F: arch/arm/include/asm/clkdev.h |
4fa2651d | 921 | F: drivers/clk/clkdev.c |
d4275354 | 922 | |
d48134e7 | 923 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
8b58be88 | 924 | M: Mike Rapoport <[email protected]> |
efc03ecb | 925 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
926 | S: Maintained |
927 | ||
94150095 HF |
928 | ARM/CONTEC MICRO9 MACHINE SUPPORT |
929 | M: Hubert Feurstein <[email protected]> | |
930 | S: Maintained | |
931 | F: arch/arm/mach-ep93xx/micro9.c | |
932 | ||
a06ae860 PP |
933 | ARM/CORESIGHT FRAMEWORK AND DRIVERS |
934 | M: Mathieu Poirier <[email protected]> | |
935 | L: [email protected] (moderated for non-subscribers) | |
936 | S: Maintained | |
937 | F: drivers/coresight/* | |
938 | F: Documentation/trace/coresight.txt | |
939 | F: Documentation/devicetree/bindings/arm/coresight.txt | |
7a25ec8e | 940 | F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* |
a06ae860 | 941 | |
1da177e4 | 942 | ARM/CORGI MACHINE SUPPORT |
8b58be88 | 943 | M: Richard Purdie <[email protected]> |
1da177e4 LT |
944 | S: Maintained |
945 | ||
881a95f9 | 946 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
162500b3 | 947 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 948 | L: [email protected] (moderated for non-subscribers) |
162500b3 HUK |
949 | T: git git://git.berlios.de/gemini-board |
950 | S: Maintained | |
f49afbb5 | 951 | F: arch/arm/mach-gemini/ |
881a95f9 | 952 | |
a990cbd8 | 953 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT |
5abf58bf | 954 | M: Barry Song <[email protected]> |
a990cbd8 | 955 | L: [email protected] (moderated for non-subscribers) |
85529d14 | 956 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
a990cbd8 BS |
957 | S: Maintained |
958 | F: arch/arm/mach-prima2/ | |
4a9c44f1 | 959 | F: drivers/clk/sirf/ |
05f30e8d BS |
960 | F: drivers/clocksource/timer-prima2.c |
961 | F: drivers/clocksource/timer-marco.c | |
f8505ef5 | 962 | N: [^a-z]sirf |
a990cbd8 | 963 | |
d4275354 | 964 | ARM/EBSA110 MACHINE SUPPORT |
8b58be88 | 965 | M: Russell King <[email protected]> |
efc03ecb | 966 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
967 | W: http://www.arm.linux.org.uk/ |
968 | S: Maintained | |
969 | F: arch/arm/mach-ebsa110/ | |
b955f6ca | 970 | F: drivers/net/ethernet/amd/am79c961a.* |
d4275354 | 971 | |
4721f3ce UKK |
972 | ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT |
973 | M: Uwe Kleine-König <[email protected]> | |
974 | L: [email protected] (moderated for non-subscribers) | |
975 | S: Maintained | |
976 | N: efm32 | |
977 | ||
a9da4f7e | 978 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
8b58be88 JP |
979 | M: Daniel Ribeiro <[email protected]> |
980 | M: Stefan Schmidt <[email protected]> | |
981 | M: Harald Welte <[email protected]> | |
d66f1886 | 982 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
983 | W: http://www.openezx.org/ |
984 | S: Maintained | |
cafc2265 SS |
985 | T: topgit git://git.openezx.org/openezx.git |
986 | F: arch/arm/mach-pxa/ezx.c | |
a9da4f7e | 987 | |
6a915af9 | 988 | ARM/FARADAY FA526 PORT |
162500b3 | 989 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 990 | L: [email protected] (moderated for non-subscribers) |
162500b3 | 991 | S: Maintained |
1fa7e547 | 992 | T: git git://git.berlios.de/gemini-board |
f49afbb5 | 993 | F: arch/arm/mm/*-fa* |
6a915af9 | 994 | |
d4275354 | 995 | ARM/FOOTBRIDGE ARCHITECTURE |
8b58be88 | 996 | M: Russell King <[email protected]> |
efc03ecb | 997 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
998 | W: http://www.arm.linux.org.uk/ |
999 | S: Maintained | |
1000 | F: arch/arm/include/asm/hardware/dec21285.h | |
1001 | F: arch/arm/mach-footbridge/ | |
1002 | ||
86183a5f | 1003 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
5df27823 | 1004 | M: Shawn Guo <[email protected]> |
8b58be88 | 1005 | M: Sascha Hauer <[email protected]> |
efc03ecb | 1006 | L: [email protected] (moderated for non-subscribers) |
86183a5f | 1007 | S: Maintained |
f1c12837 | 1008 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
adf79292 | 1009 | F: arch/arm/mach-imx/ |
ce515a6b | 1010 | F: arch/arm/mach-mxs/ |
2a82f95c | 1011 | F: arch/arm/boot/dts/imx* |
e5dafa22 | 1012 | F: arch/arm/configs/imx*_defconfig |
86183a5f | 1013 | |
2b7a52a4 | 1014 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
8b58be88 | 1015 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1016 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1017 | S: Maintained |
1018 | ||
90b8fc34 | 1019 | ARM/GUMSTIX MACHINE SUPPORT |
8b58be88 | 1020 | M: Steve Sakoman <[email protected]> |
efc03ecb | 1021 | L: [email protected] (moderated for non-subscribers) |
90b8fc34 JK |
1022 | S: Maintained |
1023 | ||
ef47d5f0 | 1024 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
8b58be88 | 1025 | M: Philipp Zabel <[email protected]> |
12a93f32 PZ |
1026 | M: Paul Parsons <[email protected]> |
1027 | L: [email protected] (moderated for non-subscribers) | |
ef47d5f0 PZ |
1028 | S: Maintained |
1029 | F: arch/arm/mach-pxa/hx4700.c | |
1030 | F: arch/arm/mach-pxa/include/mach/hx4700.h | |
12a93f32 | 1031 | F: sound/soc/pxa/hx4700.c |
ef47d5f0 | 1032 | |
4dfad069 WX |
1033 | ARM/HISILICON SOC SUPPORT |
1034 | M: Wei Xu <[email protected]> | |
1035 | L: [email protected] (moderated for non-subscribers) | |
1036 | W: http://www.hisilicon.com | |
1037 | S: Supported | |
1038 | T: git git://github.com/hisilicon/linux-hisi.git | |
1039 | F: arch/arm/mach-hisi/ | |
1040 | ||
21f37bc3 | 1041 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
8b58be88 | 1042 | M: Kristoffer Ericson <[email protected]> |
795fb7e7 JD |
1043 | W: www.jlime.com |
1044 | S: Maintained | |
084bad91 KE |
1045 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
1046 | F: arch/arm/mach-sa1100/jornada720.c | |
1047 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | |
21f37bc3 | 1048 | |
5e767ab9 JMC |
1049 | ARM/IGEP MACHINE SUPPORT |
1050 | M: Enric Balletbo i Serra <[email protected]> | |
1051 | M: Javier Martinez Canillas <[email protected]> | |
1052 | L: [email protected] | |
1053 | L: [email protected] (moderated for non-subscribers) | |
1054 | S: Maintained | |
06ff74fd | 1055 | F: arch/arm/boot/dts/omap3-igep* |
5e767ab9 | 1056 | |
403d2971 MV |
1057 | ARM/INCOME PXA270 SUPPORT |
1058 | M: Marek Vasut <[email protected]> | |
1059 | L: [email protected] (moderated for non-subscribers) | |
1060 | S: Maintained | |
ec154082 | 1061 | F: arch/arm/mach-pxa/colibri-pxa270-income.c |
403d2971 | 1062 | |
2b7a52a4 | 1063 | ARM/INTEL IOP32X ARM ARCHITECTURE |
8b58be88 | 1064 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1065 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1066 | S: Maintained |
e2bdb176 DW |
1067 | |
1068 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
efc03ecb | 1069 | L: [email protected] (moderated for non-subscribers) |
08223d80 | 1070 | S: Orphan |
2b7a52a4 LB |
1071 | |
1072 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
8b58be88 | 1073 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1074 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1075 | S: Maintained |
2b7a52a4 LB |
1076 | |
1077 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
8b58be88 | 1078 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1079 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1080 | S: Maintained |
2b7a52a4 | 1081 | |
2b7a52a4 | 1082 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
8b58be88 | 1083 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1084 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1085 | S: Maintained |
1086 | ||
dfdd8cc9 KH |
1087 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
1088 | M: Imre Kaloz <[email protected]> | |
5529c2cd | 1089 | M: Krzysztof Halasa <[email protected]> |
baea7b94 | 1090 | L: [email protected] (moderated for non-subscribers) |
dfdd8cc9 KH |
1091 | S: Maintained |
1092 | F: arch/arm/mach-ixp4xx/ | |
1093 | ||
838553c5 | 1094 | ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT |
7f49a7f7 JC |
1095 | M: Jonathan Cameron <[email protected]> |
1096 | L: [email protected] (moderated for non-subscribers) | |
1097 | S: Maintained | |
1098 | F: arch/arm/mach-pxa/stargate2.c | |
1099 | F: drivers/pcmcia/pxa2xx_stargate2.c | |
1100 | ||
2b7a52a4 | 1101 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
8b58be88 | 1102 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1103 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1104 | S: Maintained |
2b7a52a4 LB |
1105 | |
1106 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
8b58be88 | 1107 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1108 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1109 | S: Maintained |
1110 | ||
1154f858 | 1111 | ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE |
97215800 | 1112 | M: Santosh Shilimkar <[email protected]> |
1154f858 SS |
1113 | L: [email protected] (moderated for non-subscribers) |
1114 | S: Maintained | |
1115 | F: arch/arm/mach-keystone/ | |
317929cd | 1116 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git |
1154f858 | 1117 | |
bc6aa566 | 1118 | ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK |
97215800 | 1119 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1120 | L: [email protected] |
1121 | S: Maintained | |
1122 | F: drivers/clk/keystone/ | |
1123 | ||
1124 | ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE | |
97215800 | 1125 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1126 | L: [email protected] (moderated for non-subscribers) |
1127 | L: [email protected] | |
1128 | S: Maintained | |
1129 | F: drivers/clocksource/timer-keystone.c | |
1130 | ||
1131 | ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER | |
97215800 | 1132 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1133 | L: [email protected] |
1134 | S: Maintained | |
1135 | F: drivers/power/reset/keystone-reset.c | |
1136 | ||
1137 | ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS | |
97215800 | 1138 | M: Santosh Shilimkar <[email protected]> |
bc6aa566 SS |
1139 | L: [email protected] |
1140 | S: Maintained | |
1141 | F: drivers/memory/*emif* | |
1142 | ||
2b7a52a4 | 1143 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
8b58be88 | 1144 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1145 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1146 | S: Maintained |
1147 | ||
3b886171 | 1148 | ARM/MAGICIAN MACHINE SUPPORT |
8b58be88 | 1149 | M: Philipp Zabel <[email protected]> |
3b886171 PZ |
1150 | S: Maintained |
1151 | ||
75f41273 TP |
1152 | ARM/Marvell Armada 370 and Armada XP SOC support |
1153 | M: Jason Cooper <[email protected]> | |
1154 | M: Andrew Lunn <[email protected]> | |
1155 | M: Gregory Clement <[email protected]> | |
dcb71503 | 1156 | M: Sebastian Hesselbarth <[email protected]> |
75f41273 TP |
1157 | L: [email protected] (moderated for non-subscribers) |
1158 | S: Maintained | |
1159 | F: arch/arm/mach-mvebu/ | |
1160 | ||
40f4978b SH |
1161 | ARM/Marvell Berlin SoC support |
1162 | M: Sebastian Hesselbarth <[email protected]> | |
1163 | L: [email protected] (moderated for non-subscribers) | |
1164 | S: Maintained | |
1165 | F: arch/arm/mach-berlin/ | |
1166 | ||
4cfab57e | 1167 | ARM/Marvell Dove/MV78xx0/Orion SOC support |
4f1312b0 NP |
1168 | M: Jason Cooper <[email protected]> |
1169 | M: Andrew Lunn <[email protected]> | |
dcb71503 | 1170 | M: Sebastian Hesselbarth <[email protected]> |
efc03ecb | 1171 | L: [email protected] (moderated for non-subscribers) |
4f1312b0 NP |
1172 | S: Maintained |
1173 | F: arch/arm/mach-dove/ | |
54a246ff NP |
1174 | F: arch/arm/mach-mv78xx0/ |
1175 | F: arch/arm/mach-orion5x/ | |
1176 | F: arch/arm/plat-orion/ | |
3b886171 | 1177 | |
d69ac131 AC |
1178 | ARM/Orion SoC/Technologic Systems TS-78xx platform support |
1179 | M: Alexander Clouter <[email protected]> | |
1180 | L: [email protected] (moderated for non-subscribers) | |
1181 | W: http://www.digriz.org.uk/ts78xx/kernel | |
1182 | S: Maintained | |
1183 | F: arch/arm/mach-orion5x/ts78xx-* | |
1184 | ||
e54951c8 MB |
1185 | ARM/Mediatek SoC support |
1186 | M: Matthias Brugger <[email protected]> | |
1187 | L: [email protected] (moderated for non-subscribers) | |
1188 | S: Maintained | |
1189 | F: arch/arm/boot/dts/mt6* | |
1190 | F: arch/arm/boot/dts/mt8* | |
1191 | F: arch/arm/mach-mediatek/ | |
1192 | N: mtk | |
1193 | K: mediatek | |
1194 | ||
adcb079f AB |
1195 | ARM/MICREL KS8695 ARCHITECTURE |
1196 | M: Greg Ungerer <[email protected]> | |
1197 | L: [email protected] (moderated for non-subscribers) | |
14430813 | 1198 | F: arch/arm/mach-ks8695/ |
adcb079f AB |
1199 | S: Odd Fixes |
1200 | ||
d78ff0a5 | 1201 | ARM/MIOA701 MACHINE SUPPORT |
8b58be88 | 1202 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 1203 | L: [email protected] (moderated for non-subscribers) |
d78ff0a5 RJ |
1204 | F: arch/arm/mach-pxa/mioa701.c |
1205 | S: Maintained | |
1206 | ||
9624dfe6 | 1207 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
8b58be88 | 1208 | M: Michael Petchkovsky <[email protected]> |
9624dfe6 KE |
1209 | S: Maintained |
1210 | ||
e0ee9851 | 1211 | ARM/NOMADIK ARCHITECTURE |
28b8e8d4 | 1212 | M: Alessandro Rubini <[email protected]> |
e4651a9f | 1213 | M: Linus Walleij <[email protected]> |
28b8e8d4 JP |
1214 | L: [email protected] (moderated for non-subscribers) |
1215 | S: Maintained | |
1216 | F: arch/arm/mach-nomadik/ | |
ecc265fe | 1217 | F: drivers/pinctrl/nomadik/ |
87572880 | 1218 | F: drivers/i2c/busses/i2c-nomadik.c |
e4651a9f | 1219 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
e0ee9851 | 1220 | |
9d76295a | 1221 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
8b58be88 | 1222 | M: Nelson Castillo <[email protected]> |
9d76295a AG |
1223 | L: [email protected] (subscribers-only) |
1224 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | |
1225 | S: Supported | |
1226 | ||
0c19d21e DW |
1227 | ARM/QUALCOMM MSM MACHINE SUPPORT |
1228 | M: David Brown <[email protected]> | |
b4c9bfab | 1229 | M: Daniel Walker <[email protected]> |
0c19d21e | 1230 | M: Bryan Huntsman <[email protected]> |
c68af41d | 1231 | L: [email protected] |
0c19d21e | 1232 | F: arch/arm/mach-msm/ |
8a61f013 | 1233 | F: drivers/video/fbdev/msm/ |
0c19d21e DW |
1234 | F: drivers/mmc/host/msm_sdcc.c |
1235 | F: drivers/mmc/host/msm_sdcc.h | |
df621252 GKH |
1236 | F: drivers/tty/serial/msm_serial.h |
1237 | F: drivers/tty/serial/msm_serial.c | |
ea91db52 | 1238 | F: drivers/*/pm8???-* |
0a759c6e | 1239 | F: drivers/mfd/ssbi.c |
8cd5c866 | 1240 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
0c19d21e DW |
1241 | S: Maintained |
1242 | ||
8459c159 | 1243 | ARM/TOSA MACHINE SUPPORT |
8b58be88 JP |
1244 | M: Dmitry Eremin-Solenikov <[email protected]> |
1245 | M: Dirk Opfer <[email protected]> | |
8459c159 DO |
1246 | S: Maintained |
1247 | ||
5d783a2d | 1248 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
933d35f0 | 1249 | M: Marek Vasut <[email protected]> |
75280787 | 1250 | L: [email protected] |
b5e4ad57 MV |
1251 | W: http://hackndev.com |
1252 | S: Maintained | |
933d35f0 JP |
1253 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
1254 | F: arch/arm/mach-pxa/palmtx.c | |
1255 | F: arch/arm/mach-pxa/include/mach/palmt5.h | |
1256 | F: arch/arm/mach-pxa/palmt5.c | |
1257 | F: arch/arm/mach-pxa/include/mach/palmld.h | |
1258 | F: arch/arm/mach-pxa/palmld.c | |
1259 | F: arch/arm/mach-pxa/include/mach/palmte2.h | |
1260 | F: arch/arm/mach-pxa/palmte2.c | |
1261 | F: arch/arm/mach-pxa/include/mach/palmtc.h | |
1262 | F: arch/arm/mach-pxa/palmtc.c | |
b5e4ad57 | 1263 | |
b57fe924 | 1264 | ARM/PALM TREO SUPPORT |
8b58be88 | 1265 | M: Tomas Cech <[email protected]> |
75280787 | 1266 | L: [email protected] |
90af5811 TSC |
1267 | W: http://hackndev.com |
1268 | S: Maintained | |
b57fe924 JP |
1269 | F: arch/arm/mach-pxa/include/mach/palmtreo.h |
1270 | F: arch/arm/mach-pxa/palmtreo.c | |
90af5811 | 1271 | |
c49e1e63 | 1272 | ARM/PALMZ72 SUPPORT |
8b58be88 | 1273 | M: Sergey Lapin <[email protected]> |
75280787 | 1274 | L: [email protected] |
7d2c86b5 JP |
1275 | W: http://hackndev.com |
1276 | S: Maintained | |
933d35f0 JP |
1277 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
1278 | F: arch/arm/mach-pxa/palmz72.c | |
c49e1e63 | 1279 | |
1da177e4 | 1280 | ARM/PLEB SUPPORT |
8b58be88 | 1281 | M: Peter Chubb <[email protected]> |
1da177e4 LT |
1282 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
1283 | S: Maintained | |
1284 | ||
1285 | ARM/PT DIGITAL BOARD PORT | |
8b58be88 | 1286 | M: Stefan Eletzhofer <[email protected]> |
efc03ecb | 1287 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
1288 | W: http://www.arm.linux.org.uk/ |
1289 | S: Maintained | |
1290 | ||
8fc1b0f8 KG |
1291 | ARM/QUALCOMM SUPPORT |
1292 | M: Kumar Gala <[email protected]> | |
1293 | M: David Brown <[email protected]> | |
1294 | L: [email protected] | |
1295 | S: Maintained | |
1296 | F: arch/arm/mach-qcom/ | |
1297 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git | |
1298 | ||
2b7a52a4 | 1299 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
8b58be88 | 1300 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1301 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1302 | S: Maintained |
1303 | ||
d4275354 | 1304 | ARM/RISCPC ARCHITECTURE |
8b58be88 | 1305 | M: Russell King <[email protected]> |
efc03ecb | 1306 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1307 | W: http://www.arm.linux.org.uk/ |
1308 | S: Maintained | |
d4275354 RK |
1309 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
1310 | F: arch/arm/include/asm/hardware/ioc.h | |
1311 | F: arch/arm/include/asm/hardware/iomd.h | |
1312 | F: arch/arm/include/asm/hardware/memc.h | |
1313 | F: arch/arm/mach-rpc/ | |
1a6422f6 | 1314 | F: drivers/net/ethernet/8390/etherh.c |
9e13fbf7 JK |
1315 | F: drivers/net/ethernet/i825xx/ether1* |
1316 | F: drivers/net/ethernet/seeq/ether3* | |
d4275354 RK |
1317 | F: drivers/scsi/arm/ |
1318 | ||
08ddbb0a HS |
1319 | ARM/Rockchip SoC support |
1320 | M: Heiko Stuebner <[email protected]> | |
1321 | L: [email protected] (moderated for non-subscribers) | |
00250b52 | 1322 | L: [email protected] |
08ddbb0a | 1323 | S: Maintained |
541555e9 | 1324 | F: arch/arm/boot/dts/rk3* |
08ddbb0a | 1325 | F: arch/arm/mach-rockchip/ |
541555e9 HS |
1326 | F: drivers/clk/rockchip/ |
1327 | F: drivers/i2c/busses/i2c-rk3x.c | |
08ddbb0a | 1328 | F: drivers/*/*rockchip* |
541555e9 HS |
1329 | F: drivers/*/*/*rockchip* |
1330 | F: sound/soc/rockchip/ | |
08ddbb0a | 1331 | |
5bfb937c KK |
1332 | ARM/SAMSUNG EXYNOS ARM ARCHITECTURES |
1333 | M: Kukjin Kim <[email protected]> | |
efc03ecb | 1334 | L: [email protected] (moderated for non-subscribers) |
7a549d78 | 1335 | L: [email protected] (moderated for non-subscribers) |
b21477f9 | 1336 | S: Maintained |
6f0589c8 MB |
1337 | F: arch/arm/boot/dts/s3c* |
1338 | F: arch/arm/boot/dts/exynos* | |
482ce512 | 1339 | F: arch/arm/plat-samsung/ |
769bbb63 HS |
1340 | F: arch/arm/mach-s3c24*/ |
1341 | F: arch/arm/mach-s3c64xx/ | |
5bfb937c KK |
1342 | F: arch/arm/mach-s5p*/ |
1343 | F: arch/arm/mach-exynos*/ | |
eb2ffcaf BD |
1344 | F: drivers/*/*s3c2410* |
1345 | F: drivers/*/*/*s3c2410* | |
40c76662 MB |
1346 | F: drivers/spi/spi-s3c* |
1347 | F: sound/soc/samsung/* | |
33d43cdd | 1348 | N: exynos |
f556cb07 | 1349 | |
10ffa964 KP |
1350 | ARM/SAMSUNG MOBILE MACHINE SUPPORT |
1351 | M: Kyungmin Park <[email protected]> | |
1352 | L: [email protected] (moderated for non-subscribers) | |
1353 | S: Maintained | |
004bbd3c | 1354 | F: arch/arm/mach-s5pv210/ |
10ffa964 | 1355 | |
3ce4ccb6 KD |
1356 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT |
1357 | M: Kyungmin Park <[email protected]> | |
1358 | M: Kamil Debski <[email protected]> | |
1359 | L: [email protected] | |
1360 | L: [email protected] | |
1361 | S: Maintained | |
1362 | F: drivers/media/platform/s5p-g2d/ | |
1363 | ||
e6a476fd MS |
1364 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
1365 | M: Kyungmin Park <[email protected]> | |
1366 | M: Kamil Debski <[email protected]> | |
6305902c | 1367 | M: Jeongtae Park <[email protected]> |
e6a476fd MS |
1368 | L: [email protected] |
1369 | L: [email protected] | |
1370 | S: Maintained | |
934455d7 | 1371 | F: arch/arm/plat-samsung/s5p-dev-mfc.c |
90d72ac6 | 1372 | F: drivers/media/platform/s5p-mfc/ |
e6a476fd MS |
1373 | |
1374 | ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT | |
1375 | M: Kyungmin Park <[email protected]> | |
1376 | M: Tomasz Stanislawski <[email protected]> | |
1377 | L: [email protected] | |
1378 | L: [email protected] | |
1379 | S: Maintained | |
90d72ac6 | 1380 | F: drivers/media/platform/s5p-tv/ |
e6a476fd | 1381 | |
d48d38e8 | 1382 | ARM/SHMOBILE ARM ARCHITECTURE |
5e212598 | 1383 | M: Simon Horman <[email protected]> |
d48d38e8 PM |
1384 | M: Magnus Damm <[email protected]> |
1385 | L: [email protected] | |
d48d38e8 | 1386 | W: http://oss.renesas.com |
bbff48f5 | 1387 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
5e212598 | 1388 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next |
d48d38e8 | 1389 | S: Supported |
0b514fdb SH |
1390 | F: arch/arm/boot/dts/emev2* |
1391 | F: arch/arm/boot/dts/r7s* | |
1392 | F: arch/arm/boot/dts/r8a* | |
1393 | F: arch/arm/boot/dts/sh* | |
1394 | F: arch/arm/configs/ape6evm_defconfig | |
1395 | F: arch/arm/configs/armadillo800eva_defconfig | |
1396 | F: arch/arm/configs/bockw_defconfig | |
0b514fdb SH |
1397 | F: arch/arm/configs/kzm9g_defconfig |
1398 | F: arch/arm/configs/lager_defconfig | |
1399 | F: arch/arm/configs/mackerel_defconfig | |
1400 | F: arch/arm/configs/marzen_defconfig | |
1401 | F: arch/arm/configs/shmobile_defconfig | |
7a2071c5 | 1402 | F: arch/arm/include/debug/renesas-scif.S |
d48d38e8 PM |
1403 | F: arch/arm/mach-shmobile/ |
1404 | F: drivers/sh/ | |
1405 | ||
66314223 | 1406 | ARM/SOCFPGA ARCHITECTURE |
ba2b7d0a | 1407 | M: Dinh Nguyen <[email protected]> |
66314223 DN |
1408 | S: Maintained |
1409 | F: arch/arm/mach-socfpga/ | |
ba2b7d0a DN |
1410 | W: http://www.rocketboards.org |
1411 | T: git://git.rocketboards.org/linux-socfpga.git | |
1412 | T: git://git.rocketboards.org/linux-socfpga-next.git | |
66314223 DN |
1413 | |
1414 | ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT | |
ba2b7d0a | 1415 | M: Dinh Nguyen <[email protected]> |
66314223 DN |
1416 | S: Maintained |
1417 | F: drivers/clk/socfpga/ | |
1418 | ||
71bcada8 TT |
1419 | ARM/SOCFPGA EDAC SUPPORT |
1420 | M: Thor Thayer <[email protected]> | |
1421 | S: Maintained | |
1422 | F: drivers/edac/altera_edac. | |
1423 | ||
65ebcc11 | 1424 | ARM/STI ARCHITECTURE |
a92177ea SK |
1425 | M: Srinivas Kandagatla <[email protected]> |
1426 | M: Maxime Coquelin <[email protected]> | |
1427 | M: Patrice Chotard <[email protected]> | |
65ebcc11 SK |
1428 | L: [email protected] (moderated for non-subscribers) |
1429 | L: [email protected] | |
1430 | W: http://www.stlinux.com | |
1431 | S: Maintained | |
1432 | F: arch/arm/mach-sti/ | |
a92177ea SK |
1433 | F: arch/arm/boot/dts/sti* |
1434 | F: drivers/clocksource/arm_global_timer.c | |
a92177ea | 1435 | F: drivers/i2c/busses/i2c-st.c |
346e2e4a | 1436 | F: drivers/media/rc/st_rc.c |
f53b2bff | 1437 | F: drivers/mmc/host/sdhci-st.c |
6da969a5 | 1438 | F: drivers/phy/phy-stih407-usb.c |
26389c78 | 1439 | F: drivers/phy/phy-stih41x-usb.c |
346e2e4a GKH |
1440 | F: drivers/pinctrl/pinctrl-st.c |
1441 | F: drivers/reset/sti/ | |
1442 | F: drivers/tty/serial/st-asc.c | |
eb11adab | 1443 | F: drivers/usb/dwc3/dwc3-st.c |
62f6f086 PG |
1444 | F: drivers/usb/host/ehci-st.c |
1445 | F: drivers/usb/host/ohci-st.c | |
daac6f86 | 1446 | F: drivers/ata/ahci_st.c |
65ebcc11 | 1447 | |
2b7a52a4 | 1448 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
8b58be88 | 1449 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1450 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1451 | S: Maintained |
1452 | ||
1bbd7089 | 1453 | ARM/TETON BGA MACHINE SUPPORT |
706e69d6 | 1454 | M: "Mark F. Brown" <[email protected]> |
1bbd7089 MB |
1455 | L: [email protected] (moderated for non-subscribers) |
1456 | S: Maintained | |
1457 | ||
2b7a52a4 | 1458 | ARM/THECUS N2100 MACHINE SUPPORT |
8b58be88 | 1459 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1460 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1461 | S: Maintained |
1462 | ||
98ad6e3b | 1463 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
8b58be88 | 1464 | M: Wan ZongShun <[email protected]> |
efc03ecb | 1465 | L: [email protected] (moderated for non-subscribers) |
7d2c86b5 JP |
1466 | W: http://www.mcuos.com |
1467 | S: Maintained | |
4e89e8f6 | 1468 | F: arch/arm/mach-w90x900/ |
4e89e8f6 WZ |
1469 | F: drivers/input/keyboard/w90p910_keypad.c |
1470 | F: drivers/input/touchscreen/w90p910_ts.c | |
1471 | F: drivers/watchdog/nuc900_wdt.c | |
679ec0ef | 1472 | F: drivers/net/ethernet/nuvoton/w90p910_ether.c |
5351684f | 1473 | F: drivers/mtd/nand/nuc900_nand.c |
4e89e8f6 | 1474 | F: drivers/rtc/rtc-nuc900.c |
9df92e6c | 1475 | F: drivers/spi/spi-nuc900.c |
4e89e8f6 | 1476 | F: drivers/usb/host/ehci-w90x900.c |
8a61f013 | 1477 | F: drivers/video/fbdev/nuc900fb.c |
98ad6e3b | 1478 | |
54274d71 | 1479 | ARM/U300 MACHINE SUPPORT |
e4651a9f | 1480 | M: Linus Walleij <[email protected]> |
54274d71 LW |
1481 | L: [email protected] (moderated for non-subscribers) |
1482 | S: Supported | |
1483 | F: arch/arm/mach-u300/ | |
9affbd24 | 1484 | F: drivers/clocksource/timer-u300.c |
54274d71 LW |
1485 | F: drivers/i2c/busses/i2c-stu300.c |
1486 | F: drivers/rtc/rtc-coh901331.c | |
1487 | F: drivers/watchdog/coh901327_wdt.c | |
1488 | F: drivers/dma/coh901318* | |
87572880 LW |
1489 | F: drivers/mfd/ab3100* |
1490 | F: drivers/rtc/rtc-ab3100.c | |
1491 | F: drivers/rtc/rtc-coh901331.c | |
1492 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | |
54274d71 | 1493 | |
87572880 | 1494 | ARM/Ux500 ARM ARCHITECTURE |
e4651a9f | 1495 | M: Linus Walleij <[email protected]> |
870725d9 SK |
1496 | L: [email protected] (moderated for non-subscribers) |
1497 | S: Maintained | |
1498 | F: arch/arm/mach-ux500/ | |
e4651a9f | 1499 | F: drivers/clocksource/clksrc-dbx500-prcmu.c |
87572880 | 1500 | F: drivers/dma/ste_dma40* |
e4651a9f | 1501 | F: drivers/hwspinlock/u8500_hsem.c |
87572880 LW |
1502 | F: drivers/mfd/abx500* |
1503 | F: drivers/mfd/ab8500* | |
e4651a9f LW |
1504 | F: drivers/mfd/dbx500* |
1505 | F: drivers/mfd/db8500* | |
ecc265fe JP |
1506 | F: drivers/pinctrl/nomadik/pinctrl-ab* |
1507 | F: drivers/pinctrl/nomadik/pinctrl-nomadik* | |
87572880 | 1508 | F: drivers/rtc/rtc-ab8500.c |
e4651a9f | 1509 | F: drivers/rtc/rtc-pl031.c |
87572880 | 1510 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
870725d9 | 1511 | |
e93fde28 UH |
1512 | ARM/Ux500 CLOCK FRAMEWORK SUPPORT |
1513 | M: Ulf Hansson <[email protected]> | |
1514 | L: [email protected] (moderated for non-subscribers) | |
1515 | T: git git://git.linaro.org/people/ulfh/clk.git | |
1516 | S: Maintained | |
1517 | F: drivers/clk/ux500/ | |
1518 | F: include/linux/platform_data/clk-ux500.h | |
1519 | ||
740d93b1 PM |
1520 | ARM/VERSATILE EXPRESS PLATFORM |
1521 | M: Liviu Dudau <[email protected]> | |
1522 | M: Sudeep Holla <[email protected]> | |
1523 | M: Lorenzo Pieralisi <[email protected]> | |
1524 | L: [email protected] (moderated for non-subscribers) | |
1525 | S: Maintained | |
1526 | F: arch/arm/boot/dts/vexpress* | |
1527 | F: arch/arm/mach-vexpress/ | |
1528 | F: */*/vexpress* | |
7e8f403f | 1529 | F: */*/*/vexpress* |
740d93b1 PM |
1530 | F: drivers/clk/versatile/clk-vexpress-osc.c |
1531 | F: drivers/clocksource/versatile.c | |
1532 | ||
d4275354 | 1533 | ARM/VFP SUPPORT |
8b58be88 | 1534 | M: Russell King <[email protected]> |
efc03ecb | 1535 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1536 | W: http://www.arm.linux.org.uk/ |
1537 | S: Maintained | |
1538 | F: arch/arm/vfp/ | |
1539 | ||
e66b6d8e MV |
1540 | ARM/VOIPAC PXA270 SUPPORT |
1541 | M: Marek Vasut <[email protected]> | |
1542 | L: [email protected] (moderated for non-subscribers) | |
1543 | S: Maintained | |
1544 | F: arch/arm/mach-pxa/vpac270.c | |
e0cca11b | 1545 | F: arch/arm/mach-pxa/include/mach/vpac270.h |
e66b6d8e | 1546 | |
04529fe2 TP |
1547 | ARM/VT8500 ARM ARCHITECTURE |
1548 | M: Tony Prisk <[email protected]> | |
1549 | L: [email protected] (moderated for non-subscribers) | |
1550 | S: Maintained | |
1551 | F: arch/arm/mach-vt8500/ | |
41fd91b4 | 1552 | F: drivers/clocksource/vt8500_timer.c |
560746eb | 1553 | F: drivers/i2c/busses/i2c-wmt.c |
41fd91b4 TP |
1554 | F: drivers/mmc/host/wmt-sdmmc.c |
1555 | F: drivers/pwm/pwm-vt8500.c | |
1556 | F: drivers/rtc/rtc-vt8500.c | |
1557 | F: drivers/tty/serial/vt8500_serial.c | |
4f31102b | 1558 | F: drivers/usb/host/ehci-platform.c |
41fd91b4 | 1559 | F: drivers/usb/host/uhci-platform.c |
8a61f013 JH |
1560 | F: drivers/video/fbdev/vt8500lcdfb.* |
1561 | F: drivers/video/fbdev/wm8505fb* | |
1562 | F: drivers/video/fbdev/wmt_ge_rops.* | |
04529fe2 | 1563 | |
e66b6d8e MV |
1564 | ARM/ZIPIT Z2 SUPPORT |
1565 | M: Marek Vasut <[email protected]> | |
1566 | L: [email protected] (moderated for non-subscribers) | |
1567 | S: Maintained | |
1568 | F: arch/arm/mach-pxa/z2.c | |
6ab2a855 | 1569 | F: arch/arm/mach-pxa/include/mach/z2.h |
e66b6d8e | 1570 | |
51f29d44 MS |
1571 | ARM/ZYNQ ARCHITECTURE |
1572 | M: Michal Simek <[email protected]> | |
f0fd9ad8 | 1573 | R: Sören Brinkmann <[email protected]> |
51f29d44 MS |
1574 | L: [email protected] (moderated for non-subscribers) |
1575 | W: http://wiki.xilinx.com | |
1576 | T: git git://git.xilinx.com/linux-xlnx.git | |
1577 | S: Supported | |
1578 | F: arch/arm/mach-zynq/ | |
bd2a337a | 1579 | F: drivers/cpuidle/cpuidle-zynq.c |
fb9d4959 | 1580 | F: drivers/block/xsysace.c |
c2fd4e38 MS |
1581 | N: zynq |
1582 | N: xilinx | |
1583 | F: drivers/clocksource/cadence_ttc_timer.c | |
df8eb569 | 1584 | F: drivers/i2c/busses/i2c-cadence.c |
e3ec3a3d | 1585 | F: drivers/mmc/host/sdhci-of-arasan.c |
51f29d44 | 1586 | |
b8f9879e WD |
1587 | ARM SMMU DRIVER |
1588 | M: Will Deacon <[email protected]> | |
1589 | L: [email protected] (moderated for non-subscribers) | |
1590 | S: Maintained | |
1591 | F: drivers/iommu/arm-smmu.c | |
1592 | ||
38074229 CM |
1593 | ARM64 PORT (AARCH64 ARCHITECTURE) |
1594 | M: Catalin Marinas <[email protected]> | |
d19766ec | 1595 | M: Will Deacon <[email protected]> |
38074229 CM |
1596 | L: [email protected] (moderated for non-subscribers) |
1597 | S: Maintained | |
1598 | F: arch/arm64/ | |
d19766ec | 1599 | F: Documentation/arm64/ |
38074229 | 1600 | |
9d7005f9 LP |
1601 | AS3645A LED FLASH CONTROLLER DRIVER |
1602 | M: Laurent Pinchart <[email protected]> | |
1603 | L: [email protected] | |
1604 | T: git git://linuxtv.org/media_tree.git | |
1605 | S: Maintained | |
1606 | F: drivers/media/i2c/as3645a.c | |
1607 | F: include/media/as3645a.h | |
1608 | ||
d58de038 GJ |
1609 | ASC7621 HARDWARE MONITOR DRIVER |
1610 | M: George Joseph <[email protected]> | |
1611 | L: [email protected] | |
1612 | S: Maintained | |
1613 | F: Documentation/hwmon/asc7621 | |
1614 | F: drivers/hwmon/asc7621.c | |
1615 | ||
b229ece9 | 1616 | ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS |
5909c654 | 1617 | M: Corentin Chary <[email protected]> |
1da177e4 | 1618 | L: [email protected] |
d0944853 | 1619 | L: [email protected] |
76593d6f | 1620 | W: http://acpi4asus.sf.net |
85091b71 | 1621 | S: Maintained |
b229ece9 CC |
1622 | F: drivers/platform/x86/asus*.c |
1623 | F: drivers/platform/x86/eeepc*.c | |
85091b71 | 1624 | |
953a6479 | 1625 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
08223d80 | 1626 | R: Dan Williams <[email protected]> |
b3e5f263 | 1627 | W: http://sourceforge.net/projects/xscaleiop |
08223d80 | 1628 | S: Odd fixes |
679655da JP |
1629 | F: Documentation/crypto/async-tx-api.txt |
1630 | F: crypto/async_tx/ | |
1631 | F: drivers/dma/ | |
1632 | F: include/linux/dmaengine.h | |
1633 | F: include/linux/async_tx.h | |
b3e5f263 | 1634 | |
a1867d36 | 1635 | AT24 EEPROM DRIVER |
14d77c4d | 1636 | M: Wolfram Sang <[email protected]> |
a1867d36 WS |
1637 | L: [email protected] |
1638 | S: Maintained | |
1639 | F: drivers/misc/eeprom/at24.c | |
25f73ed5 | 1640 | F: include/linux/platform_data/at24.h |
a1867d36 | 1641 | |
e7839f25 | 1642 | ATA OVER ETHERNET (AOE) DRIVER |
8b58be88 | 1643 | M: "Ed L. Cashin" <[email protected]> |
eecdf226 | 1644 | W: http://support.coraid.com/support/linux |
1da177e4 | 1645 | S: Supported |
679655da JP |
1646 | F: Documentation/aoe/ |
1647 | F: drivers/block/aoe/ | |
1da177e4 | 1648 | |
9a10a870 | 1649 | ATHEROS ATH GENERIC UTILITIES |
f726ee65 | 1650 | M: "Luis R. Rodriguez" <[email protected]> |
9a10a870 JP |
1651 | L: [email protected] |
1652 | S: Supported | |
1653 | F: drivers/net/wireless/ath/* | |
1654 | ||
fa1c114f | 1655 | ATHEROS ATH5K WIRELESS DRIVER |
8b58be88 JP |
1656 | M: Jiri Slaby <[email protected]> |
1657 | M: Nick Kossifidis <[email protected]> | |
f726ee65 | 1658 | M: "Luis R. Rodriguez" <[email protected]> |
fa1c114f JS |
1659 | L: [email protected] |
1660 | L: [email protected] | |
72c706b7 | 1661 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
fa1c114f | 1662 | S: Maintained |
fa451753 | 1663 | F: drivers/net/wireless/ath/ath5k/ |
fa1c114f | 1664 | |
12e62d6f KV |
1665 | ATHEROS ATH6KL WIRELESS DRIVER |
1666 | M: Kalle Valo <[email protected]> | |
1667 | L: [email protected] | |
1668 | W: http://wireless.kernel.org/en/users/Drivers/ath6kl | |
58cfb681 | 1669 | T: git git://github.com/kvalo/ath.git |
12e62d6f KV |
1670 | S: Supported |
1671 | F: drivers/net/wireless/ath/ath6kl/ | |
1672 | ||
2be7d22f VK |
1673 | WILOCITY WIL6210 WIRELESS DRIVER |
1674 | M: Vladimir Kondratiev <[email protected]> | |
1675 | L: [email protected] | |
1676 | L: [email protected] | |
1677 | S: Supported | |
1678 | W: http://wireless.kernel.org/en/users/Drivers/wil6210 | |
1679 | F: drivers/net/wireless/ath/wil6210/ | |
dba4b74d | 1680 | F: include/uapi/linux/wil6210_uapi.h |
2be7d22f | 1681 | |
1d7e1e6b CL |
1682 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
1683 | M: Christian Lamparter <[email protected]> | |
1684 | L: [email protected] | |
1685 | W: http://wireless.kernel.org/en/users/Drivers/carl9170 | |
1686 | S: Maintained | |
1687 | F: drivers/net/wireless/ath/carl9170/ | |
1688 | ||
2c2a6172 LT |
1689 | ATK0110 HWMON DRIVER |
1690 | M: Luca Tettamanti <[email protected]> | |
1691 | L: [email protected] | |
1692 | S: Maintained | |
1693 | F: drivers/hwmon/asus_atk0110.c | |
1694 | ||
6f69a6d7 | 1695 | ATI_REMOTE2 DRIVER |
8b58be88 | 1696 | M: Ville Syrjala <[email protected]> |
6f69a6d7 | 1697 | S: Maintained |
679655da | 1698 | F: drivers/input/misc/ati_remote2.c |
6f69a6d7 | 1699 | |
7ae115b4 | 1700 | ATLX ETHERNET DRIVERS |
8b58be88 | 1701 | M: Jay Cliburn <[email protected]> |
cb2f33e9 | 1702 | M: Chris Snook <[email protected]> |
e443e383 | 1703 | L: [email protected] |
8d5ca6ec JC |
1704 | W: http://sourceforge.net/projects/atl1 |
1705 | W: http://atl1.sourceforge.net | |
1706 | S: Maintained | |
2b133ad6 | 1707 | F: drivers/net/ethernet/atheros/ |
8d5ca6ec | 1708 | |
1da177e4 | 1709 | ATM |
8b58be88 | 1710 | M: Chas Williams <[email protected]> |
476604de | 1711 | L: [email protected] (moderated for non-subscribers) |
44ae98b5 | 1712 | L: [email protected] |
1da177e4 LT |
1713 | W: http://linux-atm.sourceforge.net |
1714 | S: Maintained | |
679655da JP |
1715 | F: drivers/atm/ |
1716 | F: include/linux/atm* | |
c117ab84 | 1717 | F: include/uapi/linux/atm* |
1da177e4 | 1718 | |
04ac2f46 | 1719 | ATMEL AT91 / AT32 MCI DRIVER |
24e1511f | 1720 | M: Ludovic Desroches <[email protected]> |
04ac2f46 NF |
1721 | S: Maintained |
1722 | F: drivers/mmc/host/atmel-mci.c | |
1723 | F: drivers/mmc/host/atmel-mci-regs.h | |
1724 | ||
a1cfac48 | 1725 | ATMEL AT91 / AT32 SERIAL DRIVER |
a02875a6 | 1726 | M: Nicolas Ferre <[email protected]> |
a1cfac48 | 1727 | S: Supported |
df621252 | 1728 | F: drivers/tty/serial/atmel_serial.c |
a1cfac48 | 1729 | |
dfae90ed BS |
1730 | ATMEL Audio ALSA driver |
1731 | M: Bo Shen <[email protected]> | |
1732 | L: [email protected] (moderated for non-subscribers) | |
1733 | S: Supported | |
1734 | F: sound/soc/atmel | |
1735 | ||
b414dc16 NF |
1736 | ATMEL DMA DRIVER |
1737 | M: Nicolas Ferre <[email protected]> | |
1738 | L: [email protected] (moderated for non-subscribers) | |
1739 | S: Supported | |
1740 | F: drivers/dma/at_hdmac.c | |
1741 | F: drivers/dma/at_hdmac_regs.h | |
6f0d65af | 1742 | F: include/linux/platform_data/dma-atmel.h |
b414dc16 | 1743 | |
6bd0f436 LD |
1744 | ATMEL XDMA DRIVER |
1745 | M: Ludovic Desroches <[email protected]> | |
1746 | L: [email protected] | |
1747 | L: [email protected] | |
1748 | S: Supported | |
1749 | F: drivers/dma/at_xdmac.c | |
1750 | ||
888f2804 LD |
1751 | ATMEL I2C DRIVER |
1752 | M: Ludovic Desroches <[email protected]> | |
1753 | L: [email protected] | |
1754 | S: Supported | |
1755 | F: drivers/i2c/busses/i2c-at91.c | |
1756 | ||
15515545 JW |
1757 | ATMEL ISI DRIVER |
1758 | M: Josh Wu <[email protected]> | |
1759 | L: [email protected] | |
1760 | S: Supported | |
f2294c2d | 1761 | F: drivers/media/platform/soc_camera/atmel-isi.c |
15515545 JW |
1762 | F: include/media/atmel-isi.h |
1763 | ||
8f4c79ce | 1764 | ATMEL LCDFB DRIVER |
8b58be88 | 1765 | M: Nicolas Ferre <[email protected]> |
c69f677c | 1766 | L: [email protected] |
8f4c79ce | 1767 | S: Maintained |
8a61f013 | 1768 | F: drivers/video/fbdev/atmel_lcdfb.c |
679655da | 1769 | F: include/video/atmel_lcdc.h |
8f4c79ce | 1770 | |
89e5785f | 1771 | ATMEL MACB ETHERNET DRIVER |
a02875a6 | 1772 | M: Nicolas Ferre <[email protected]> |
89e5785f | 1773 | S: Supported |
9f2f381f | 1774 | F: drivers/net/ethernet/cadence/ |
89e5785f | 1775 | |
5cbac98a JW |
1776 | ATMEL NAND DRIVER |
1777 | M: Josh Wu <[email protected]> | |
1778 | L: [email protected] | |
1779 | S: Supported | |
1780 | F: drivers/mtd/nand/atmel_nand* | |
1781 | ||
754ce4f2 | 1782 | ATMEL SPI DRIVER |
a02875a6 | 1783 | M: Nicolas Ferre <[email protected]> |
754ce4f2 | 1784 | S: Supported |
9df92e6c | 1785 | F: drivers/spi/spi-atmel.* |
754ce4f2 | 1786 | |
0ef09015 BS |
1787 | ATMEL SSC DRIVER |
1788 | M: Bo Shen <[email protected]> | |
1789 | L: [email protected] (moderated for non-subscribers) | |
1790 | S: Supported | |
1791 | F: drivers/misc/atmel-ssc.c | |
1792 | F: include/linux/atmel-ssc.h | |
1793 | ||
e9cb1c5a NF |
1794 | ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS |
1795 | M: Nicolas Ferre <[email protected]> | |
1796 | L: [email protected] (moderated for non-subscribers) | |
1797 | S: Supported | |
1798 | F: drivers/misc/atmel_tclib.c | |
1799 | F: drivers/clocksource/tcb_clksrc.c | |
1800 | ||
914a3f3b | 1801 | ATMEL USBA UDC DRIVER |
a02875a6 NF |
1802 | M: Nicolas Ferre <[email protected]> |
1803 | L: [email protected] (moderated for non-subscribers) | |
914a3f3b | 1804 | S: Supported |
faf2e1db | 1805 | F: drivers/usb/gadget/udc/atmel_usba_udc.* |
914a3f3b | 1806 | |
1da177e4 | 1807 | ATMEL WIRELESS DRIVER |
8b58be88 | 1808 | M: Simon Kelley <[email protected]> |
724c6b35 | 1809 | L: [email protected] |
1da177e4 LT |
1810 | W: http://www.thekelleys.org.uk/atmel |
1811 | W: http://atmelwlandriver.sourceforge.net/ | |
1812 | S: Maintained | |
679655da | 1813 | F: drivers/net/wireless/atmel* |
1da177e4 | 1814 | |
26780d9e | 1815 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
b75f0050 JP |
1816 | M: Bradley Grove <[email protected]> |
1817 | L: [email protected] | |
1818 | W: http://www.attotech.com | |
1819 | S: Supported | |
1820 | F: drivers/scsi/esas2r | |
26780d9e | 1821 | |
a92b7b80 | 1822 | AUDIT SUBSYSTEM |
915f389d | 1823 | M: Paul Moore <[email protected]> |
8b58be88 | 1824 | M: Eric Paris <[email protected]> |
915f389d | 1825 | L: [email protected] (moderated for non-subscribers) |
ad3f9a22 | 1826 | W: http://people.redhat.com/sgrubb/audit/ |
915f389d | 1827 | T: git git://git.infradead.org/users/pcmoore/audit |
a92b7b80 | 1828 | S: Maintained |
679655da | 1829 | F: include/linux/audit.h |
c117ab84 | 1830 | F: include/uapi/linux/audit.h |
679655da | 1831 | F: kernel/audit* |
a92b7b80 | 1832 | |
70e84049 | 1833 | AUXILIARY DISPLAY DRIVERS |
8b58be88 | 1834 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1835 | W: http://miguelojeda.es/auxdisplay.htm |
1836 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1837 | S: Maintained |
679655da JP |
1838 | F: drivers/auxdisplay/ |
1839 | F: include/linux/cfag12864b.h | |
70e84049 | 1840 | |
5f97f7f9 | 1841 | AVR32 ARCHITECTURE |
e336f61f HCE |
1842 | M: Haavard Skinnemoen <[email protected]> |
1843 | M: Hans-Christian Egtvedt <[email protected]> | |
5f97f7f9 | 1844 | W: http://www.atmel.com/products/AVR32/ |
249d9d9d | 1845 | W: http://mirror.egtvedt.no/avr32linux.org/ |
5f97f7f9 | 1846 | W: http://avrfreaks.net/ |
e336f61f | 1847 | S: Maintained |
679655da | 1848 | F: arch/avr32/ |
5f97f7f9 HS |
1849 | |
1850 | AVR32/AT32AP MACHINE SUPPORT | |
e336f61f HCE |
1851 | M: Haavard Skinnemoen <[email protected]> |
1852 | M: Hans-Christian Egtvedt <[email protected]> | |
1853 | S: Maintained | |
679655da | 1854 | F: arch/avr32/mach-at32ap/ |
5f97f7f9 | 1855 | |
1da177e4 | 1856 | AX.25 NETWORK LAYER |
8b58be88 | 1857 | M: Ralf Baechle <[email protected]> |
1da177e4 | 1858 | L: [email protected] |
d34cb28a | 1859 | W: http://www.linux-ax25.org/ |
1da177e4 | 1860 | S: Maintained |
c117ab84 | 1861 | F: include/uapi/linux/ax25.h |
679655da JP |
1862 | F: include/net/ax25.h |
1863 | F: net/ax25/ | |
1da177e4 | 1864 | |
d5269395 | 1865 | AZ6007 DVB DRIVER |
009a5410 | 1866 | M: Mauro Carvalho Chehab <[email protected]> |
d5269395 MCC |
1867 | L: [email protected] |
1868 | W: http://linuxtv.org | |
1869 | T: git git://linuxtv.org/media_tree.git | |
1870 | S: Maintained | |
1871 | F: drivers/media/usb/dvb-usb-v2/az6007.c | |
1872 | ||
6777376e HV |
1873 | AZTECH FM RADIO RECEIVER DRIVER |
1874 | M: Hans Verkuil <[email protected]> | |
1875 | L: [email protected] | |
1876 | T: git git://linuxtv.org/media_tree.git | |
1877 | W: http://linuxtv.org | |
1878 | S: Maintained | |
1879 | F: drivers/media/radio/radio-aztech* | |
1880 | ||
e2d1d6c0 | 1881 | B43 WIRELESS DRIVER |
8b58be88 | 1882 | M: Stefano Brivio <[email protected]> |
e2d1d6c0 | 1883 | L: [email protected] |
ed072f9e | 1884 | L: [email protected] |
491b26b4 | 1885 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1886 | S: Maintained |
679655da | 1887 | F: drivers/net/wireless/b43/ |
e2d1d6c0 RD |
1888 | |
1889 | B43LEGACY WIRELESS DRIVER | |
8b58be88 JP |
1890 | M: Larry Finger <[email protected]> |
1891 | M: Stefano Brivio <[email protected]> | |
e2d1d6c0 | 1892 | L: [email protected] |
ed072f9e | 1893 | L: [email protected] |
491b26b4 | 1894 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1895 | S: Maintained |
679655da | 1896 | F: drivers/net/wireless/b43legacy/ |
e2d1d6c0 | 1897 | |
300abeb5 | 1898 | BACKLIGHT CLASS/SUBSYSTEM |
6212de88 | 1899 | M: Jingoo Han <[email protected]> |
70d14fcf | 1900 | M: Lee Jones <[email protected]> |
300abeb5 | 1901 | S: Maintained |
679655da JP |
1902 | F: drivers/video/backlight/ |
1903 | F: include/linux/backlight.h | |
300abeb5 | 1904 | |
c6c8fea2 | 1905 | BATMAN ADVANCED |
207df49e | 1906 | M: Marek Lindner <[email protected]> |
c679ff8f | 1907 | M: Simon Wunderlich <[email protected]> |
207df49e | 1908 | M: Antonio Quartulli <[email protected]> |
c6c8fea2 SE |
1909 | L: [email protected] |
1910 | W: http://www.open-mesh.org/ | |
1911 | S: Maintained | |
1912 | F: net/batman-adv/ | |
1913 | ||
e2d1d6c0 | 1914 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
8b58be88 | 1915 | M: Thomas Sailer <[email protected]> |
e2d1d6c0 RD |
1916 | L: [email protected] |
1917 | W: http://www.baycom.org/~tom/ham/ham.html | |
1918 | S: Maintained | |
679655da | 1919 | F: drivers/net/hamradio/baycom* |
e2d1d6c0 | 1920 | |
cafe5635 | 1921 | BCACHE (BLOCK LAYER CACHE) |
47cd2eb0 | 1922 | M: Kent Overstreet <[email protected]> |
cafe5635 KO |
1923 | L: [email protected] |
1924 | W: http://bcache.evilpiepirate.org | |
1925 | S: Maintained: | |
1926 | F: drivers/md/bcache/ | |
1927 | ||
e2d1d6c0 | 1928 | BEFS FILE SYSTEM |
55817d3d | 1929 | S: Orphan |
679655da JP |
1930 | F: Documentation/filesystems/befs.txt |
1931 | F: fs/befs/ | |
e2d1d6c0 | 1932 | |
564ee360 DM |
1933 | BECKHOFF CX5020 ETHERCAT MASTER DRIVER |
1934 | M: Dariusz Marcinkiewicz <[email protected]> | |
1935 | L: [email protected] | |
1936 | S: Maintained | |
1937 | F: drivers/net/ethernet/ec_bhf.c | |
1938 | ||
e2d1d6c0 | 1939 | BFS FILE SYSTEM |
8b58be88 | 1940 | M: "Tigran A. Aivazian" <[email protected]> |
e2d1d6c0 | 1941 | S: Maintained |
679655da JP |
1942 | F: Documentation/filesystems/bfs.txt |
1943 | F: fs/bfs/ | |
c117ab84 | 1944 | F: include/uapi/linux/bfs_fs.h |
e2d1d6c0 | 1945 | |
1394f032 | 1946 | BLACKFIN ARCHITECTURE |
a4edbc10 | 1947 | M: Steven Miao <[email protected]> |
b3fe92b0 | 1948 | L: [email protected] (moderated for non-subscribers) |
1443176f | 1949 | T: git git://git.code.sf.net/p/adi-linux/code |
e3b2d3f3 BW |
1950 | W: http://blackfin.uclinux.org |
1951 | S: Supported | |
679655da | 1952 | F: arch/blackfin/ |
566da5b2 | 1953 | |
e190d6b1 | 1954 | BLACKFIN EMAC DRIVER |
b3fe92b0 | 1955 | L: [email protected] (moderated for non-subscribers) |
e190d6b1 BW |
1956 | W: http://blackfin.uclinux.org |
1957 | S: Supported | |
7b35f033 | 1958 | F: drivers/net/ethernet/adi/ |
e190d6b1 | 1959 | |
566da5b2 | 1960 | BLACKFIN RTC DRIVER |
b3fe92b0 | 1961 | L: [email protected] (moderated for non-subscribers) |
566da5b2 MF |
1962 | W: http://blackfin.uclinux.org |
1963 | S: Supported | |
679655da | 1964 | F: drivers/rtc/rtc-bfin.c |
1394f032 | 1965 | |
936ed49a | 1966 | BLACKFIN SDH DRIVER |
109ec8c3 | 1967 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1968 | L: [email protected] (moderated for non-subscribers) |
936ed49a MF |
1969 | W: http://blackfin.uclinux.org |
1970 | S: Supported | |
1971 | F: drivers/mmc/host/bfin_sdh.c | |
1972 | ||
1394f032 | 1973 | BLACKFIN SERIAL DRIVER |
8b58be88 | 1974 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1975 | L: [email protected] (moderated for non-subscribers) |
e3b2d3f3 BW |
1976 | W: http://blackfin.uclinux.org |
1977 | S: Supported | |
8460241e | 1978 | F: drivers/tty/serial/bfin_uart.c |
1394f032 | 1979 | |
1e6d320f | 1980 | BLACKFIN WATCHDOG DRIVER |
b3fe92b0 | 1981 | L: [email protected] (moderated for non-subscribers) |
1e6d320f BW |
1982 | W: http://blackfin.uclinux.org |
1983 | S: Supported | |
679655da | 1984 | F: drivers/watchdog/bfin_wdt.c |
1e6d320f | 1985 | |
d24ecfcc | 1986 | BLACKFIN I2C TWI DRIVER |
8b58be88 | 1987 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1988 | L: [email protected] (moderated for non-subscribers) |
d24ecfcc BW |
1989 | W: http://blackfin.uclinux.org/ |
1990 | S: Supported | |
679655da | 1991 | F: drivers/i2c/busses/i2c-bfin-twi.c |
d24ecfcc | 1992 | |
1e204377 SJ |
1993 | BLACKFIN MEDIA DRIVER |
1994 | M: Scott Jiang <[email protected]> | |
b3fe92b0 | 1995 | L: [email protected] (moderated for non-subscribers) |
1e204377 SJ |
1996 | W: http://blackfin.uclinux.org/ |
1997 | S: Supported | |
1998 | F: drivers/media/platform/blackfin/ | |
1999 | F: drivers/media/i2c/adv7183* | |
2000 | F: drivers/media/i2c/vs6624* | |
2001 | ||
b54cf35a JSM |
2002 | BLINKM RGB LED DRIVER |
2003 | M: Jan-Simon Moeller <[email protected]> | |
2004 | S: Maintained | |
2005 | F: drivers/leds/leds-blinkm.c | |
2006 | ||
1da177e4 | 2007 | BLOCK LAYER |
8b58be88 | 2008 | M: Jens Axboe <[email protected]> |
08deed1e | 2009 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
1da177e4 | 2010 | S: Maintained |
679655da | 2011 | F: block/ |
1da177e4 | 2012 | |
2b54aaef | 2013 | BLOCK2MTD DRIVER |
8b58be88 | 2014 | M: Joern Engel <[email protected]> |
2b54aaef JE |
2015 | L: [email protected] |
2016 | S: Maintained | |
679655da | 2017 | F: drivers/mtd/devices/block2mtd.c |
2b54aaef | 2018 | |
63fbd24e | 2019 | BLUETOOTH DRIVERS |
8b58be88 | 2020 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 2021 | M: Gustavo Padovan <[email protected]> |
eb491eca | 2022 | M: Johan Hedberg <[email protected]> |
781c2844 | 2023 | L: [email protected] |
63fbd24e | 2024 | W: http://www.bluez.org/ |
22e7a424 MH |
2025 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
2026 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 2027 | S: Maintained |
679655da | 2028 | F: drivers/bluetooth/ |
1da177e4 | 2029 | |
63fbd24e | 2030 | BLUETOOTH SUBSYSTEM |
8b58be88 | 2031 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 2032 | M: Gustavo Padovan <[email protected]> |
eb491eca | 2033 | M: Johan Hedberg <[email protected]> |
63fbd24e MH |
2034 | L: [email protected] |
2035 | W: http://www.bluez.org/ | |
22e7a424 MH |
2036 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
2037 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 2038 | S: Maintained |
679655da JP |
2039 | F: net/bluetooth/ |
2040 | F: include/net/bluetooth/ | |
1da177e4 LT |
2041 | |
2042 | BONDING DRIVER | |
79b30750 | 2043 | M: Jay Vosburgh <[email protected]> |
898602a0 | 2044 | M: Veaceslav Falico <[email protected]> |
4cd72c6e | 2045 | M: Andy Gospodarek <[email protected]> |
a6c36ee6 | 2046 | L: [email protected] |
ce00f85c JC |
2047 | W: http://sourceforge.net/projects/bonding/ |
2048 | S: Supported | |
679655da | 2049 | F: drivers/net/bonding/ |
c117ab84 | 2050 | F: include/uapi/linux/if_bonding.h |
1da177e4 | 2051 | |
b5f4df34 AS |
2052 | BPF (Safe dynamic programs and tools) |
2053 | M: Alexei Starovoitov <[email protected]> | |
2054 | L: [email protected] | |
2055 | L: [email protected] | |
2056 | S: Supported | |
2057 | F: kernel/bpf/ | |
2058 | ||
39105890 | 2059 | BROADCOM B44 10/100 ETHERNET DRIVER |
8b58be88 | 2060 | M: Gary Zambrano <[email protected]> |
39105890 GZ |
2061 | L: [email protected] |
2062 | S: Supported | |
adfc5217 | 2063 | F: drivers/net/ethernet/broadcom/b44.* |
39105890 | 2064 | |
32ec90d5 FF |
2065 | BROADCOM GENET ETHERNET DRIVER |
2066 | M: Florian Fainelli <[email protected]> | |
2067 | L: [email protected] | |
2068 | S: Supported | |
2069 | F: drivers/net/ethernet/broadcom/genet/ | |
2070 | ||
948c51e6 | 2071 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
f1d1baeb JK |
2072 | M: Sony Chacko <[email protected]> |
2073 | M: [email protected] | |
948c51e6 MC |
2074 | L: [email protected] |
2075 | S: Supported | |
adfc5217 JK |
2076 | F: drivers/net/ethernet/broadcom/bnx2.* |
2077 | F: drivers/net/ethernet/broadcom/bnx2_* | |
948c51e6 | 2078 | |
4d9d2cb0 | 2079 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
08f6dd89 | 2080 | M: Ariel Elior <[email protected]> |
4d9d2cb0 ET |
2081 | L: [email protected] |
2082 | S: Supported | |
adfc5217 | 2083 | F: drivers/net/ethernet/broadcom/bnx2x/ |
4d9d2cb0 | 2084 | |
90f4c594 | 2085 | BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
497a045d | 2086 | M: Christian Daudt <[email protected]> |
a3db2bba | 2087 | M: Matt Porter <[email protected]> |
f18cf050 | 2088 | M: Florian Fainelli <[email protected]> |
497a045d | 2089 | L: [email protected] |
90f4c594 | 2090 | T: git git://github.com/broadcom/mach-bcm |
af4b8e37 CD |
2091 | S: Maintained |
2092 | F: arch/arm/mach-bcm/ | |
2093 | F: arch/arm/boot/dts/bcm113* | |
90f4c594 | 2094 | F: arch/arm/boot/dts/bcm216* |
af4b8e37 CD |
2095 | F: arch/arm/boot/dts/bcm281* |
2096 | F: arch/arm/configs/bcm_defconfig | |
e4ef47f2 | 2097 | F: drivers/mmc/host/sdhci-bcm-kona.c |
af4b8e37 CD |
2098 | F: drivers/clocksource/bcm_kona_timer.c |
2099 | ||
9209bec4 | 2100 | BROADCOM BCM2835 ARM ARCHITECTURE |
f680f25c | 2101 | M: Stephen Warren <[email protected]> |
8bcdd929 | 2102 | M: Lee Jones <[email protected]> |
f680f25c | 2103 | L: [email protected] (moderated for non-subscribers) |
8bcdd929 | 2104 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git |
f680f25c | 2105 | S: Maintained |
9209bec4 | 2106 | N: bcm2835 |
f680f25c | 2107 | |
a2f6734c KC |
2108 | BROADCOM BCM33XX MIPS ARCHITECTURE |
2109 | M: Kevin Cernekee <[email protected]> | |
2110 | L: [email protected] | |
2111 | S: Maintained | |
2112 | F: arch/mips/bcm3384/* | |
2113 | F: arch/mips/include/asm/mach-bcm3384/* | |
2114 | F: arch/mips/kernel/*bmips* | |
2115 | ||
9209bec4 | 2116 | BROADCOM BCM5301X ARM ARCHITECTURE |
5b293ebe HM |
2117 | M: Hauke Mehrtens <[email protected]> |
2118 | L: [email protected] | |
2119 | S: Maintained | |
2120 | F: arch/arm/mach-bcm/bcm_5301x.c | |
2121 | F: arch/arm/boot/dts/bcm5301x.dtsi | |
2122 | F: arch/arm/boot/dts/bcm470* | |
2123 | ||
e076e962 FF |
2124 | BROADCOM BCM63XX ARM ARCHITECTURE |
2125 | M: Florian Fainelli <[email protected]> | |
2126 | L: [email protected] | |
2127 | T: git git://git.github.com/brcm/linux.git | |
2128 | S: Maintained | |
2129 | F: arch/arm/mach-bcm/bcm63xx.c | |
2130 | F: arch/arm/include/debug/bcm63xx.S | |
2131 | ||
7110e227 KC |
2132 | BROADCOM BCM63XX/BCM33XX UDC DRIVER |
2133 | M: Kevin Cernekee <[email protected]> | |
2134 | L: [email protected] | |
2135 | S: Maintained | |
2136 | F: drivers/usb/gadget/udc/bcm63xx_udc.* | |
2137 | ||
2df94fd6 BN |
2138 | BROADCOM BCM7XXX ARM ARCHITECTURE |
2139 | M: Marc Carino <[email protected]> | |
2140 | M: Brian Norris <[email protected]> | |
3b4b6fe9 FF |
2141 | M: Gregory Fong <[email protected]> |
2142 | M: Florian Fainelli <[email protected]> | |
2df94fd6 BN |
2143 | L: [email protected] (moderated for non-subscribers) |
2144 | S: Maintained | |
2145 | F: arch/arm/mach-bcm/*brcmstb* | |
2146 | F: arch/arm/boot/dts/bcm7*.dts* | |
e36661e4 | 2147 | F: drivers/bus/brcmstb_gisb.c |
2df94fd6 | 2148 | |
70371cef KC |
2149 | BROADCOM BMIPS MIPS ARCHITECTURE |
2150 | M: Kevin Cernekee <[email protected]> | |
2151 | M: Florian Fainelli <[email protected]> | |
2152 | L: [email protected] | |
2153 | S: Maintained | |
2154 | F: arch/mips/bmips/* | |
2155 | F: arch/mips/include/asm/mach-bmips/* | |
2156 | F: arch/mips/kernel/*bmips* | |
2157 | F: arch/mips/boot/dts/bcm*.dts* | |
2158 | F: drivers/irqchip/irq-bcm7* | |
2159 | F: drivers/irqchip/irq-brcmstb* | |
2160 | ||
948c51e6 | 2161 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
23629477 | 2162 | M: Prashant Sreedharan <[email protected]> |
8b58be88 | 2163 | M: Michael Chan <[email protected]> |
948c51e6 MC |
2164 | L: [email protected] |
2165 | S: Supported | |
adfc5217 | 2166 | F: drivers/net/ethernet/broadcom/tg3.* |
948c51e6 | 2167 | |
a9533e7e HP |
2168 | BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER |
2169 | M: Brett Rudley <[email protected]> | |
818c07b8 | 2170 | M: Arend van Spriel <[email protected]> |
85d63686 | 2171 | M: Franky (Zhenhui) Lin <[email protected]> |
006a8f14 | 2172 | M: Hante Meuleman <[email protected]> |
a9533e7e | 2173 | L: [email protected] |
5615171c | 2174 | L: [email protected] |
a9533e7e | 2175 | S: Supported |
f62ebdd5 | 2176 | F: drivers/net/wireless/brcm80211/ |
a9533e7e | 2177 | |
9958d6f9 | 2178 | BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER |
3b7f040a | 2179 | M: [email protected] |
9958d6f9 BPG |
2180 | L: [email protected] |
2181 | S: Supported | |
2182 | F: drivers/scsi/bnx2fc/ | |
2183 | ||
6a6b5ad0 | 2184 | BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER |
3b7f040a | 2185 | M: [email protected] |
6a6b5ad0 EW |
2186 | L: [email protected] |
2187 | S: Supported | |
2188 | F: drivers/scsi/bnx2i/ | |
2189 | ||
36c0237f SB |
2190 | BROADCOM CYGNUS/IPROC ARM ARCHITECTURE |
2191 | M: Ray Jui <[email protected]> | |
2192 | M: Scott Branden <[email protected]> | |
2193 | L: [email protected] (moderated for non-subscribers) | |
2194 | L: [email protected] | |
2195 | T: git git://git.github.com/brcm/linux.git | |
2196 | S: Maintained | |
2197 | N: iproc | |
2198 | N: cygnus | |
2199 | N: bcm9113* | |
2200 | N: bcm9583* | |
2201 | N: bcm583* | |
2202 | N: bcm113* | |
2203 | ||
7b7f588b | 2204 | BROADCOM KONA GPIO DRIVER |
5e163903 | 2205 | M: Ray Jui <[email protected]> |
7b7f588b MM |
2206 | L: [email protected] |
2207 | S: Supported | |
2208 | F: drivers/gpio/gpio-bcm-kona.c | |
2209 | F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt | |
2210 | ||
c9678d86 RM |
2211 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) |
2212 | M: Rafał Miłecki <[email protected]> | |
2213 | L: [email protected] | |
2214 | S: Maintained | |
2215 | F: drivers/bcma/ | |
2216 | F: include/linux/bcma/ | |
2217 | ||
b8302205 FF |
2218 | BROADCOM SYSTEMPORT ETHERNET DRIVER |
2219 | M: Florian Fainelli <[email protected]> | |
2220 | L: [email protected] | |
2221 | S: Supported | |
2222 | F: drivers/net/ethernet/broadcom/bcmsysport.* | |
2223 | ||
7725ccfd | 2224 | BROCADE BFA FC SCSI DRIVER |
aa803370 AG |
2225 | M: Anil Gurumurthy <[email protected]> |
2226 | M: Sudarsana Kalluru <[email protected]> | |
455518e7 JP |
2227 | L: [email protected] |
2228 | S: Supported | |
2229 | F: drivers/scsi/bfa/ | |
7725ccfd | 2230 | |
8b230ed8 | 2231 | BROCADE BNA 10 GIGABIT ETHERNET DRIVER |
439e9575 | 2232 | M: Rasesh Mody <[email protected]> |
8b230ed8 RM |
2233 | L: [email protected] |
2234 | S: Supported | |
f844a0ea | 2235 | F: drivers/net/ethernet/brocade/bna/ |
8b230ed8 | 2236 | |
5cdf7f76 | 2237 | BSG (block layer generic sg v4 driver) |
8b58be88 | 2238 | M: FUJITA Tomonori <[email protected]> |
5cdf7f76 JA |
2239 | L: [email protected] |
2240 | S: Supported | |
679655da JP |
2241 | F: block/bsg.c |
2242 | F: include/linux/bsg.h | |
c117ab84 | 2243 | F: include/uapi/linux/bsg.h |
5cdf7f76 | 2244 | |
af39917d CL |
2245 | BT87X AUDIO DRIVER |
2246 | M: Clemens Ladisch <[email protected]> | |
2247 | L: [email protected] (moderated for non-subscribers) | |
2248 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2249 | S: Maintained | |
2250 | F: Documentation/sound/alsa/Bt87x.txt | |
2251 | F: sound/pci/bt87x.c | |
2252 | ||
ff1d5c2f | 2253 | BT8XXGPIO DRIVER |
eb032b98 | 2254 | M: Michael Buesch <[email protected]> |
ff1d5c2f MB |
2255 | W: http://bu3sch.de/btgpio.php |
2256 | S: Maintained | |
72dbb705 | 2257 | F: drivers/gpio/gpio-bt8xx.c |
ff1d5c2f | 2258 | |
eb1eb04f | 2259 | BTRFS FILE SYSTEM |
c0778e25 CM |
2260 | M: Chris Mason <[email protected]> |
2261 | M: Josef Bacik <[email protected]> | |
eb1eb04f JP |
2262 | L: [email protected] |
2263 | W: http://btrfs.wiki.kernel.org/ | |
8a6e2535 | 2264 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ |
9c106405 | 2265 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git |
eb1eb04f | 2266 | S: Maintained |
679655da JP |
2267 | F: Documentation/filesystems/btrfs.txt |
2268 | F: fs/btrfs/ | |
eb1eb04f | 2269 | |
1da177e4 | 2270 | BTTV VIDEO4LINUX DRIVER |
009a5410 | 2271 | M: Mauro Carvalho Chehab <[email protected]> |
661263b5 | 2272 | L: [email protected] |
96b6aba0 | 2273 | W: http://linuxtv.org |
275ffde4 | 2274 | T: git git://linuxtv.org/media_tree.git |
f96236e5 | 2275 | S: Odd fixes |
679655da | 2276 | F: Documentation/video4linux/bttv/ |
90d72ac6 | 2277 | F: drivers/media/pci/bt8xx/bttv* |
1da177e4 | 2278 | |
1f34923c KA |
2279 | BUSLOGIC SCSI DRIVER |
2280 | M: Khalid Aziz <[email protected]> | |
2281 | L: [email protected] | |
2282 | S: Maintained | |
2283 | F: drivers/scsi/BusLogic.* | |
2284 | F: drivers/scsi/FlashPoint.* | |
2285 | ||
af39917d CL |
2286 | C-MEDIA CMI8788 DRIVER |
2287 | M: Clemens Ladisch <[email protected]> | |
2288 | L: [email protected] (moderated for non-subscribers) | |
2289 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2290 | S: Maintained | |
2291 | F: sound/pci/oxygen/ | |
2292 | ||
2141355f MS |
2293 | C6X ARCHITECTURE |
2294 | M: Mark Salter <[email protected]> | |
2295 | M: Aurelien Jacquiot <[email protected]> | |
2296 | L: [email protected] | |
2297 | W: http://www.linux-c6x.org/wiki/index.php/Main_Page | |
2298 | S: Maintained | |
2299 | F: arch/c6x/ | |
2300 | ||
a5432f5a | 2301 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
8b58be88 | 2302 | M: David Howells <[email protected]> |
a5432f5a DH |
2303 | L: [email protected] |
2304 | S: Supported | |
2305 | F: Documentation/filesystems/caching/cachefiles.txt | |
2306 | F: fs/cachefiles/ | |
2307 | ||
c815ca39 HV |
2308 | CADET FM/AM RADIO RECEIVER DRIVER |
2309 | M: Hans Verkuil <[email protected]> | |
2310 | L: [email protected] | |
2311 | T: git git://linuxtv.org/media_tree.git | |
2312 | W: http://linuxtv.org | |
2313 | S: Maintained | |
2314 | F: drivers/media/radio/radio-cadet* | |
2315 | ||
77d5140f | 2316 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
8b58be88 | 2317 | M: Jonathan Corbet <[email protected]> |
661263b5 | 2318 | L: [email protected] |
275ffde4 | 2319 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 2320 | S: Maintained |
679655da | 2321 | F: Documentation/video4linux/cafe_ccic |
90d72ac6 | 2322 | F: drivers/media/platform/marvell-ccic/ |
77d5140f | 2323 | |
201b6bab | 2324 | CAIF NETWORK LAYER |
5c574f50 | 2325 | M: Dmitry Tarnyagin <[email protected]> |
201b6bab JP |
2326 | L: [email protected] |
2327 | S: Supported | |
2328 | F: Documentation/networking/caif/ | |
2329 | F: drivers/net/caif/ | |
c117ab84 | 2330 | F: include/uapi/linux/caif/ |
201b6bab JP |
2331 | F: include/net/caif/ |
2332 | F: net/caif/ | |
2333 | ||
77dac90f | 2334 | CALGARY x86-64 IOMMU |
8b58be88 JP |
2335 | M: Muli Ben-Yehuda <[email protected]> |
2336 | M: "Jon D. Mason" <[email protected]> | |
77dac90f MBY |
2337 | L: [email protected] |
2338 | S: Maintained | |
679655da JP |
2339 | F: arch/x86/kernel/pci-calgary_64.c |
2340 | F: arch/x86/kernel/tce_64.c | |
2341 | F: arch/x86/include/asm/calgary.h | |
2342 | F: arch/x86/include/asm/tce.h | |
77dac90f | 2343 | |
e2d1d6c0 | 2344 | CAN NETWORK LAYER |
8d15d386 | 2345 | M: Oliver Hartkopp <[email protected]> |
1caa60b6 | 2346 | L: [email protected] |
ec78213a | 2347 | W: http://gitorious.org/linux-can |
405cc273 | 2348 | T: git git://gitorious.org/linux-can/linux-can-next.git |
e2d1d6c0 | 2349 | S: Maintained |
f35f6c8f | 2350 | F: Documentation/networking/can.txt |
8d15d386 | 2351 | F: net/can/ |
8d15d386 | 2352 | F: include/linux/can/core.h |
c117ab84 CEB |
2353 | F: include/uapi/linux/can.h |
2354 | F: include/uapi/linux/can/bcm.h | |
2355 | F: include/uapi/linux/can/raw.h | |
2356 | F: include/uapi/linux/can/gw.h | |
e2d1d6c0 | 2357 | |
4261a204 | 2358 | CAN NETWORK DRIVERS |
8b58be88 | 2359 | M: Wolfgang Grandegger <[email protected]> |
ec78213a | 2360 | M: Marc Kleine-Budde <[email protected]> |
1caa60b6 | 2361 | L: [email protected] |
ec78213a | 2362 | W: http://gitorious.org/linux-can |
405cc273 | 2363 | T: git git://gitorious.org/linux-can/linux-can-next.git |
4261a204 | 2364 | S: Maintained |
8d15d386 OH |
2365 | F: drivers/net/can/ |
2366 | F: include/linux/can/dev.h | |
8d15d386 | 2367 | F: include/linux/can/platform/ |
c117ab84 CEB |
2368 | F: include/uapi/linux/can/error.h |
2369 | F: include/uapi/linux/can/netlink.h | |
4261a204 | 2370 | |
95d16c72 JM |
2371 | CAPABILITIES |
2372 | M: Serge Hallyn <[email protected]> | |
2373 | L: [email protected] | |
6305902c | 2374 | S: Supported |
95d16c72 | 2375 | F: include/linux/capability.h |
c117ab84 | 2376 | F: include/uapi/linux/capability.h |
95d16c72 | 2377 | F: security/capability.c |
6305902c | 2378 | F: security/commoncap.c |
38a94118 | 2379 | F: kernel/capability.c |
95d16c72 | 2380 | |
ef0bbac3 VB |
2381 | CC2520 IEEE-802.15.4 RADIO DRIVER |
2382 | M: Varka Bhadram <[email protected]> | |
2383 | L: [email protected] | |
2384 | S: Maintained | |
2385 | F: drivers/net/ieee802154/cc2520.c | |
2386 | F: include/linux/spi/cc2520.h | |
2387 | F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt | |
2388 | ||
b8154542 | 2389 | CELL BROADBAND ENGINE ARCHITECTURE |
8b58be88 | 2390 | M: Arnd Bergmann <[email protected]> |
a4724ed6 SR |
2391 | L: [email protected] |
2392 | L: [email protected] | |
b8154542 AB |
2393 | W: http://www.ibm.com/developerworks/power/cell/ |
2394 | S: Supported | |
679655da | 2395 | F: arch/powerpc/include/asm/cell*.h |
679655da | 2396 | F: arch/powerpc/include/asm/spu*.h |
c117ab84 | 2397 | F: arch/powerpc/include/uapi/asm/spu*.h |
679655da JP |
2398 | F: arch/powerpc/oprofile/*cell* |
2399 | F: arch/powerpc/platforms/cell/ | |
b8154542 | 2400 | |
9030aaf9 | 2401 | CEPH DISTRIBUTED FILE SYSTEM CLIENT |
09d90327 | 2402 | M: Sage Weil <[email protected]> |
82593f87 | 2403 | L: [email protected] |
09d90327 | 2404 | W: http://ceph.com/ |
fb99f881 | 2405 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
9030aaf9 SW |
2406 | S: Supported |
2407 | F: Documentation/filesystems/ceph.txt | |
14430813 JP |
2408 | F: fs/ceph/ |
2409 | F: net/ceph/ | |
2410 | F: include/linux/ceph/ | |
2411 | F: include/linux/crush/ | |
9030aaf9 | 2412 | |
18332a80 | 2413 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
18332a80 | 2414 | L: [email protected] |
10c6c9c9 | 2415 | S: Orphan |
679655da JP |
2416 | F: Documentation/usb/WUSB-Design-overview.txt |
2417 | F: Documentation/usb/wusb-cbaf | |
355ffe69 DV |
2418 | F: drivers/usb/host/hwa-hc.c |
2419 | F: drivers/usb/host/whci/ | |
679655da JP |
2420 | F: drivers/usb/wusbcore/ |
2421 | F: include/linux/usb/wusb* | |
18332a80 | 2422 | |
70e84049 | 2423 | CFAG12864B LCD DRIVER |
8b58be88 | 2424 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2425 | W: http://miguelojeda.es/auxdisplay.htm |
2426 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2427 | S: Maintained |
679655da JP |
2428 | F: drivers/auxdisplay/cfag12864b.c |
2429 | F: include/linux/cfag12864b.h | |
70e84049 MOS |
2430 | |
2431 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
8b58be88 | 2432 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2433 | W: http://miguelojeda.es/auxdisplay.htm |
2434 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2435 | S: Maintained |
679655da JP |
2436 | F: drivers/auxdisplay/cfag12864bfb.c |
2437 | F: include/linux/cfag12864b.h | |
70e84049 | 2438 | |
704232c2 | 2439 | CFG80211 and NL80211 |
8b58be88 | 2440 | M: Johannes Berg <[email protected]> |
704232c2 | 2441 | L: [email protected] |
ce466579 JB |
2442 | W: http://wireless.kernel.org/ |
2443 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
2444 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
704232c2 | 2445 | S: Maintained |
c117ab84 | 2446 | F: include/uapi/linux/nl80211.h |
679655da JP |
2447 | F: include/net/cfg80211.h |
2448 | F: net/wireless/* | |
2449 | X: net/wireless/wext* | |
704232c2 | 2450 | |
46e64261 GKH |
2451 | CHAR and MISC DRIVERS |
2452 | M: Arnd Bergmann <[email protected]> | |
879a5a00 | 2453 | M: Greg Kroah-Hartman <[email protected]> |
46e64261 | 2454 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
879a5a00 | 2455 | S: Supported |
46e64261 GKH |
2456 | F: drivers/char/* |
2457 | F: drivers/misc/* | |
471322a8 | 2458 | F: include/linux/miscdevice.h |
46e64261 | 2459 | |
0a920b5b | 2460 | CHECKPATCH |
8b58be88 | 2461 | M: Andy Whitcroft <[email protected]> |
10d83f07 JP |
2462 | M: Joe Perches <[email protected]> |
2463 | S: Maintained | |
679655da | 2464 | F: scripts/checkpatch.pl |
0a920b5b | 2465 | |
f8407f26 HW |
2466 | CHINESE DOCUMENTATION |
2467 | M: Harry Wei <[email protected]> | |
9740153c | 2468 | L: [email protected] (subscribers-only) |
f8407f26 HW |
2469 | L: [email protected] (moderated for non-subscribers) |
2470 | S: Maintained | |
2471 | F: Documentation/zh_CN/ | |
2472 | ||
2721ea2c | 2473 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
eee52f9e | 2474 | M: Peter Chen <[email protected]> |
cea8321c | 2475 | T: git git://github.com/hzpeterchen/linux-usb.git |
2721ea2c AS |
2476 | L: [email protected] |
2477 | S: Maintained | |
2478 | F: drivers/usb/chipidea/ | |
2479 | ||
ab043105 OJ |
2480 | CHROME HARDWARE PLATFORM SUPPORT |
2481 | M: Olof Johansson <[email protected]> | |
2482 | S: Maintained | |
2483 | F: drivers/platform/chrome/ | |
2484 | ||
641cb85e | 2485 | CISCO VIC ETHERNET NIC DRIVER |
2360d2e8 | 2486 | M: Christian Benvenuti <[email protected]> |
001e1c1d | 2487 | M: Sujith Sankar <[email protected]> |
c327e8f4 | 2488 | M: Govindarajulu Varadarajan <[email protected]> |
5c6652f5 | 2489 | M: Neel Patel <[email protected]> |
7063fbf2 | 2490 | S: Supported |
a6a5580c | 2491 | F: drivers/net/ethernet/cisco/enic/ |
7063fbf2 | 2492 | |
e3cf00d0 | 2493 | CISCO VIC LOW LATENCY NIC DRIVER |
b75f0050 JP |
2494 | M: Upinder Malhi <[email protected]> |
2495 | S: Supported | |
2496 | F: drivers/infiniband/hw/usnic | |
e3cf00d0 | 2497 | |
2b7a52a4 | 2498 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
5587912f | 2499 | M: Hartley Sweeten <[email protected]> |
2b7a52a4 LB |
2500 | L: [email protected] |
2501 | S: Maintained | |
57d0b7a0 | 2502 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
2b7a52a4 | 2503 | |
3d4cfdc9 MB |
2504 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
2505 | M: Brian Austin <[email protected]> | |
2506 | M: Paul Handrigan <[email protected]> | |
2507 | L: [email protected] (moderated for non-subscribers) | |
2508 | S: Maintained | |
2509 | F: sound/soc/codecs/cs* | |
2510 | ||
94574d9a KRW |
2511 | CLEANCACHE API |
2512 | M: Konrad Rzeszutek Wilk <[email protected]> | |
2513 | L: [email protected] | |
2514 | S: Maintained | |
2515 | F: mm/cleancache.c | |
2516 | F: include/linux/cleancache.h | |
2517 | ||
d4275354 | 2518 | CLK API |
8b58be88 | 2519 | M: Russell King <[email protected]> |
37417046 | 2520 | S: Maintained |
d4275354 RK |
2521 | F: include/linux/clk.h |
2522 | ||
9222d247 JS |
2523 | CLOCKSOURCE, CLOCKEVENT DRIVERS |
2524 | M: Daniel Lezcano <[email protected]> | |
2525 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 2526 | L: [email protected] |
9222d247 JS |
2527 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
2528 | S: Supported | |
2529 | F: drivers/clocksource | |
2530 | ||
5df6d737 | 2531 | CISCO FCOE HBA DRIVER |
8fc89a79 HP |
2532 | M: Hiral Patel <[email protected]> |
2533 | M: Suma Ramars <[email protected]> | |
d7e01dc6 | 2534 | M: Brian Uchino <[email protected]> |
5df6d737 AJ |
2535 | L: [email protected] |
2536 | S: Supported | |
2a99921a | 2537 | F: drivers/scsi/fnic/ |
5df6d737 | 2538 | |
529aa8cb TLSC |
2539 | CMPC ACPI DRIVER |
2540 | M: Thadeu Lima de Souza Cascardo <[email protected]> | |
2541 | M: Daniel Oliveira Nascimento <[email protected]> | |
d0944853 | 2542 | L: [email protected] |
529aa8cb TLSC |
2543 | S: Supported |
2544 | F: drivers/platform/x86/classmate-laptop.c | |
2545 | ||
74425eee | 2546 | COCCINELLE/Semantic Patches (SmPL) |
26de9c26 | 2547 | M: Julia Lawall <[email protected]> |
74425eee | 2548 | M: Gilles Muller <[email protected]> |
26de9c26 | 2549 | M: Nicolas Palix <[email protected]> |
c00b5110 | 2550 | M: Michal Marek <[email protected]> |
26de9c26 | 2551 | L: [email protected] (moderated for non-subscribers) |
c00b5110 | 2552 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
74425eee NP |
2553 | W: http://coccinelle.lip6.fr/ |
2554 | S: Supported | |
4b92b2aa | 2555 | F: Documentation/coccinelle.txt |
74425eee NP |
2556 | F: scripts/coccinelle/ |
2557 | F: scripts/coccicheck | |
2558 | ||
1da177e4 | 2559 | CODA FILE SYSTEM |
8b58be88 | 2560 | M: Jan Harkes <[email protected]> |
1da177e4 LT |
2561 | M: [email protected] |
2562 | L: [email protected] | |
2563 | W: http://www.coda.cs.cmu.edu/ | |
2564 | S: Maintained | |
679655da JP |
2565 | F: Documentation/filesystems/coda.txt |
2566 | F: fs/coda/ | |
2567 | F: include/linux/coda*.h | |
c117ab84 | 2568 | F: include/uapi/linux/coda*.h |
1da177e4 | 2569 | |
0b14261e PZ |
2570 | CODA V4L2 MEM2MEM DRIVER |
2571 | M: Philipp Zabel <[email protected]> | |
2572 | L: [email protected] | |
2573 | S: Maintained | |
2574 | F: Documentation/devicetree/bindings/media/coda.txt | |
2575 | F: drivers/media/platform/coda/ | |
2576 | ||
7704addb | 2577 | COMMON CLK FRAMEWORK |
7704addb | 2578 | M: Mike Turquette <[email protected]> |
f956165f | 2579 | M: Stephen Boyd <[email protected]> |
35c1983e | 2580 | L: [email protected] |
baeb0d9b | 2581 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git |
7704addb | 2582 | S: Maintained |
60bea3b5 SW |
2583 | F: drivers/clk/ |
2584 | X: drivers/clk/clkdev.c | |
7704addb | 2585 | F: include/linux/clk-pr* |
60bea3b5 | 2586 | F: include/linux/clk/ |
7704addb | 2587 | |
e2d1d6c0 | 2588 | COMMON INTERNET FILE SYSTEM (CIFS) |
8b58be88 | 2589 | M: Steve French <[email protected]> |
51223df6 | 2590 | L: [email protected] |
d1f28953 | 2591 | L: [email protected] (moderated for non-subscribers) |
e2d1d6c0 | 2592 | W: http://linux-cifs.samba.org/ |
bb1d5dda | 2593 | T: git git://git.samba.org/sfrench/cifs-2.6.git |
e2d1d6c0 | 2594 | S: Supported |
ec421a71 | 2595 | F: Documentation/filesystems/cifs/ |
679655da | 2596 | F: fs/cifs/ |
e2d1d6c0 | 2597 | |
1da177e4 | 2598 | COMPACTPCI HOTPLUG CORE |
8b58be88 | 2599 | M: Scott Murray <[email protected]> |
64dab204 | 2600 | L: [email protected] |
82c4dfc7 | 2601 | S: Maintained |
679655da | 2602 | F: drivers/pci/hotplug/cpci_hotplug* |
1da177e4 LT |
2603 | |
2604 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
8b58be88 | 2605 | M: Scott Murray <[email protected]> |
64dab204 | 2606 | L: [email protected] |
82c4dfc7 | 2607 | S: Maintained |
679655da | 2608 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
1da177e4 LT |
2609 | |
2610 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
8b58be88 | 2611 | M: Scott Murray <[email protected]> |
64dab204 | 2612 | L: [email protected] |
82c4dfc7 | 2613 | S: Maintained |
679655da | 2614 | F: drivers/pci/hotplug/cpcihp_generic.c |
1da177e4 | 2615 | |
5411552c | 2616 | COMPAL LAPTOP SUPPORT |
8b58be88 | 2617 | M: Cezary Jackiewicz <[email protected]> |
d0944853 | 2618 | L: [email protected] |
5411552c | 2619 | S: Maintained |
679655da | 2620 | F: drivers/platform/x86/compal-laptop.c |
5411552c | 2621 | |
949be0f7 | 2622 | CONEXANT ACCESSRUNNER USB DRIVER |
8b58be88 | 2623 | M: Simon Arlott <[email protected]> |
9ae5e3bc SA |
2624 | L: [email protected] |
2625 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 | 2626 | S: Maintained |
679655da | 2627 | F: drivers/usb/atm/cxacru.c |
949be0f7 | 2628 | |
e2d1d6c0 | 2629 | CONFIGFS |
d6351db2 JB |
2630 | M: Joel Becker <[email protected]> |
2631 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git | |
e2d1d6c0 | 2632 | S: Supported |
679655da JP |
2633 | F: fs/configfs/ |
2634 | F: include/linux/configfs.h | |
e2d1d6c0 | 2635 | |
acb9c1b2 | 2636 | CONNECTOR |
8b58be88 | 2637 | M: Evgeniy Polyakov <[email protected]> |
acb9c1b2 EP |
2638 | L: [email protected] |
2639 | S: Maintained | |
2640 | F: drivers/connector/ | |
2641 | ||
a3e3354d | 2642 | CONTROL GROUP (CGROUP) |
860ca0e6 | 2643 | M: Tejun Heo <[email protected]> |
ad50c159 | 2644 | M: Li Zefan <[email protected]> |
12340313 | 2645 | L: [email protected] |
860ca0e6 | 2646 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
fb3a0fb6 | 2647 | S: Maintained |
a3e3354d | 2648 | F: Documentation/cgroups/ |
679655da JP |
2649 | F: include/linux/cgroup* |
2650 | F: kernel/cgroup* | |
a3e3354d TH |
2651 | |
2652 | CONTROL GROUP - CPUSET | |
2653 | M: Li Zefan <[email protected]> | |
2654 | L: [email protected] | |
2655 | W: http://www.bullopensource.org/cpuset/ | |
2656 | W: http://oss.sgi.com/projects/cpusets/ | |
2657 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | |
2658 | S: Maintained | |
2659 | F: Documentation/cgroups/cpusets.txt | |
2660 | F: include/linux/cpuset.h | |
2661 | F: kernel/cpuset.c | |
2662 | ||
2663 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | |
2664 | M: Johannes Weiner <[email protected]> | |
2665 | M: Michal Hocko <[email protected]> | |
2666 | L: [email protected] | |
2667 | L: [email protected] | |
2668 | S: Maintained | |
2669 | F: mm/memcontrol.c | |
5d1ea48b | 2670 | F: mm/swap_cgroup.c |
fb3a0fb6 | 2671 | |
bebe4678 | 2672 | CORETEMP HARDWARE MONITORING DRIVER |
96859129 | 2673 | M: Fenghua Yu <[email protected]> |
bebe4678 RM |
2674 | L: [email protected] |
2675 | S: Maintained | |
679655da JP |
2676 | F: Documentation/hwmon/coretemp |
2677 | F: drivers/hwmon/coretemp.c | |
bebe4678 | 2678 | |
1da177e4 | 2679 | COSA/SRP SYNC SERIAL DRIVER |
8b58be88 | 2680 | M: Jan "Yenya" Kasprzak <[email protected]> |
1da177e4 LT |
2681 | W: http://www.fi.muni.cz/~kas/cosa/ |
2682 | S: Maintained | |
679655da | 2683 | F: drivers/net/wan/cosa* |
1da177e4 | 2684 | |
4371ee35 | 2685 | CPMAC ETHERNET DRIVER |
8b58be88 | 2686 | M: Florian Fainelli <[email protected]> |
4371ee35 FF |
2687 | L: [email protected] |
2688 | S: Maintained | |
b544dbac | 2689 | F: drivers/net/ethernet/ti/cpmac.c |
4371ee35 | 2690 | |
1da177e4 | 2691 | CPU FREQUENCY DRIVERS |
49db1903 | 2692 | M: Rafael J. Wysocki <[email protected]> |
45c009a9 | 2693 | M: Viresh Kumar <[email protected]> |
a6c072c7 | 2694 | L: [email protected] |
1da177e4 | 2695 | S: Maintained |
27209d91 VK |
2696 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
2697 | T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) | |
679655da JP |
2698 | F: drivers/cpufreq/ |
2699 | F: include/linux/cpufreq.h | |
1da177e4 | 2700 | |
8a67f0ef VK |
2701 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE |
2702 | M: Viresh Kumar <[email protected]> | |
171d0ba8 | 2703 | M: Sudeep Holla <[email protected]> |
8a67f0ef VK |
2704 | L: [email protected] |
2705 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | |
2706 | S: Maintained | |
2707 | F: drivers/cpufreq/arm_big_little.h | |
2708 | F: drivers/cpufreq/arm_big_little.c | |
2709 | F: drivers/cpufreq/arm_big_little_dt.c | |
2710 | ||
14d2c34c | 2711 | CPUIDLE DRIVER - ARM BIG LITTLE |
b75f0050 JP |
2712 | M: Lorenzo Pieralisi <[email protected]> |
2713 | M: Daniel Lezcano <[email protected]> | |
2714 | L: [email protected] | |
2715 | L: [email protected] | |
cea8321c | 2716 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
b75f0050 JP |
2717 | S: Maintained |
2718 | F: drivers/cpuidle/cpuidle-big_little.c | |
14d2c34c | 2719 | |
0c570c18 BZ |
2720 | CPUIDLE DRIVER - ARM EXYNOS |
2721 | M: Bartlomiej Zolnierkiewicz <[email protected]> | |
2722 | M: Daniel Lezcano <[email protected]> | |
2723 | M: Kukjin Kim <[email protected]> | |
2724 | L: [email protected] | |
2725 | L: [email protected] | |
2726 | S: Supported | |
2727 | F: drivers/cpuidle/cpuidle-exynos.c | |
2728 | F: arch/arm/mach-exynos/pm.c | |
2729 | ||
a8e39c35 | 2730 | CPUIDLE DRIVERS |
49db1903 | 2731 | M: Rafael J. Wysocki <[email protected]> |
a8e39c35 DL |
2732 | M: Daniel Lezcano <[email protected]> |
2733 | L: [email protected] | |
2734 | S: Maintained | |
cea8321c | 2735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
a8e39c35 DL |
2736 | F: drivers/cpuidle/* |
2737 | F: include/linux/cpuidle.h | |
2738 | ||
1da177e4 | 2739 | CPUID/MSR DRIVER |
8b58be88 | 2740 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 2741 | S: Maintained |
679655da JP |
2742 | F: arch/x86/kernel/cpuid.c |
2743 | F: arch/x86/kernel/msr.c | |
1da177e4 | 2744 | |
7fe2f639 | 2745 | CPU POWER MONITORING SUBSYSTEM |
7fe2f639 | 2746 | M: Thomas Renninger <[email protected]> |
103f1790 | 2747 | L: [email protected] |
7fe2f639 | 2748 | S: Maintained |
14430813 | 2749 | F: tools/power/cpupower/ |
7fe2f639 | 2750 | |
1da177e4 | 2751 | CRAMFS FILESYSTEM |
ce00f85c | 2752 | W: http://sourceforge.net/projects/cramfs/ |
54886a71 | 2753 | S: Orphan / Obsolete |
679655da JP |
2754 | F: Documentation/filesystems/cramfs.txt |
2755 | F: fs/cramfs/ | |
1da177e4 LT |
2756 | |
2757 | CRIS PORT | |
8b58be88 JP |
2758 | M: Mikael Starvik <[email protected]> |
2759 | M: Jesper Nilsson <[email protected]> | |
9937ac0c | 2760 | L: [email protected] |
1da177e4 LT |
2761 | W: http://developer.axis.com |
2762 | S: Maintained | |
679655da | 2763 | F: arch/cris/ |
df621252 | 2764 | F: drivers/tty/serial/crisv10.* |
1da177e4 LT |
2765 | |
2766 | CRYPTO API | |
8b58be88 JP |
2767 | M: Herbert Xu <[email protected]> |
2768 | M: "David S. Miller" <[email protected]> | |
1da177e4 | 2769 | L: [email protected] |
54e5881d | 2770 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 | 2771 | S: Maintained |
679655da JP |
2772 | F: Documentation/crypto/ |
2773 | F: arch/*/crypto/ | |
2774 | F: crypto/ | |
2775 | F: drivers/crypto/ | |
2776 | F: include/crypto/ | |
1da177e4 | 2777 | |
5b07bd57 | 2778 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
8b58be88 | 2779 | M: Neil Horman <[email protected]> |
5b07bd57 NH |
2780 | L: [email protected] |
2781 | S: Maintained | |
51a2228a JP |
2782 | F: crypto/ansi_cprng.c |
2783 | F: crypto/rng.c | |
5b07bd57 | 2784 | |
9b4ffa48 | 2785 | CS5535 Audio ALSA driver |
8b58be88 | 2786 | M: Jaya Kumar <[email protected]> |
9b4ffa48 | 2787 | S: Maintained |
679655da | 2788 | F: sound/pci/cs5535audio/ |
9b4ffa48 | 2789 | |
a910e4a9 | 2790 | CW1200 WLAN driver |
b75f0050 JP |
2791 | M: Solomon Peachy <[email protected]> |
2792 | S: Maintained | |
2793 | F: drivers/net/wireless/cw1200/ | |
a910e4a9 | 2794 | |
6d8425b1 | 2795 | CX18 VIDEO4LINUX DRIVER |
6afdeaf8 | 2796 | M: Andy Walls <[email protected]> |
7b212edf | 2797 | L: [email protected] (subscribers-only) |
661263b5 | 2798 | L: [email protected] |
275ffde4 | 2799 | T: git git://linuxtv.org/media_tree.git |
6d8425b1 | 2800 | W: http://linuxtv.org |
30e10993 | 2801 | W: http://www.ivtvdriver.org/index.php/Cx18 |
6d8425b1 | 2802 | S: Maintained |
679655da | 2803 | F: Documentation/video4linux/cx18.txt |
90d72ac6 | 2804 | F: drivers/media/pci/cx18/ |
6c0f0359 | 2805 | F: include/uapi/linux/ivtv* |
6d8425b1 | 2806 | |
3f101d91 HV |
2807 | CX2341X MPEG ENCODER HELPER MODULE |
2808 | M: Hans Verkuil <[email protected]> | |
2809 | L: [email protected] | |
2810 | T: git git://linuxtv.org/media_tree.git | |
2811 | W: http://linuxtv.org | |
2812 | S: Maintained | |
c368360b | 2813 | F: drivers/media/common/cx2341x* |
3f101d91 HV |
2814 | F: include/media/cx2341x* |
2815 | ||
20357578 | 2816 | CX88 VIDEO4LINUX DRIVER |
009a5410 | 2817 | M: Mauro Carvalho Chehab <[email protected]> |
20357578 MCC |
2818 | L: [email protected] |
2819 | W: http://linuxtv.org | |
2820 | T: git git://linuxtv.org/media_tree.git | |
2821 | S: Odd fixes | |
2822 | F: Documentation/video4linux/cx88/ | |
2823 | F: drivers/media/pci/cx88/ | |
6d8425b1 | 2824 | |
91952bc0 AP |
2825 | CXD2820R MEDIA DRIVER |
2826 | M: Antti Palosaari <[email protected]> | |
2827 | L: [email protected] | |
2828 | W: http://linuxtv.org/ | |
2829 | W: http://palosaari.fi/linux/ | |
2830 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2831 | T: git git://linuxtv.org/anttip/media_tree.git | |
2832 | S: Maintained | |
2833 | F: drivers/media/dvb-frontends/cxd2820r* | |
6d8425b1 | 2834 | |
e5ec3789 | 2835 | CXGB3 ETHERNET DRIVER (CXGB3) |
cdc99239 | 2836 | M: Santosh Raspatur <[email protected]> |
e5ec3789 SW |
2837 | L: [email protected] |
2838 | W: http://www.chelsio.com | |
2839 | S: Supported | |
f7917c00 | 2840 | F: drivers/net/ethernet/chelsio/cxgb3/ |
e5ec3789 | 2841 | |
d8ae3c33 AB |
2842 | CXGB3 ISCSI DRIVER (CXGB3I) |
2843 | M: Karen Xie <[email protected]> | |
2844 | L: [email protected] | |
2845 | W: http://www.chelsio.com | |
2846 | S: Supported | |
2847 | F: drivers/scsi/cxgbi/cxgb3i | |
2848 | ||
e5ec3789 | 2849 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
8b58be88 | 2850 | M: Steve Wise <[email protected]> |
e6cc0fd1 | 2851 | L: [email protected] |
e5ec3789 SW |
2852 | W: http://www.openfabrics.org |
2853 | S: Supported | |
679655da | 2854 | F: drivers/infiniband/hw/cxgb3/ |
e5ec3789 | 2855 | |
be4c9bad | 2856 | CXGB4 ETHERNET DRIVER (CXGB4) |
56f16c74 | 2857 | M: Hariprasad S <[email protected]> |
be4c9bad RD |
2858 | L: [email protected] |
2859 | W: http://www.chelsio.com | |
2860 | S: Supported | |
f7917c00 | 2861 | F: drivers/net/ethernet/chelsio/cxgb4/ |
be4c9bad | 2862 | |
d8ae3c33 AB |
2863 | CXGB4 ISCSI DRIVER (CXGB4I) |
2864 | M: Karen Xie <[email protected]> | |
2865 | L: [email protected] | |
2866 | W: http://www.chelsio.com | |
2867 | S: Supported | |
2868 | F: drivers/scsi/cxgbi/cxgb4i | |
2869 | ||
be4c9bad RD |
2870 | CXGB4 IWARP RNIC DRIVER (IW_CXGB4) |
2871 | M: Steve Wise <[email protected]> | |
2872 | L: [email protected] | |
2873 | W: http://www.openfabrics.org | |
2874 | S: Supported | |
2875 | F: drivers/infiniband/hw/cxgb4/ | |
2876 | ||
5c20a5c7 CL |
2877 | CXGB4VF ETHERNET DRIVER (CXGB4VF) |
2878 | M: Casey Leedom <[email protected]> | |
2879 | L: [email protected] | |
2880 | W: http://www.chelsio.com | |
2881 | S: Supported | |
f7917c00 | 2882 | F: drivers/net/ethernet/chelsio/cxgb4vf/ |
5c20a5c7 | 2883 | |
a9282d01 IM |
2884 | CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER |
2885 | M: Ian Munsie <[email protected]> | |
2886 | M: Michael Neuling <[email protected]> | |
2887 | L: [email protected] | |
2888 | S: Supported | |
2889 | F: drivers/misc/cxl/ | |
2890 | F: include/misc/cxl.h | |
2891 | F: include/uapi/misc/cxl.h | |
2892 | F: Documentation/powerpc/cxl.txt | |
2893 | F: Documentation/powerpc/cxl.txt | |
2894 | F: Documentation/ABI/testing/sysfs-class-cxl | |
2895 | ||
b52b97a3 GC |
2896 | STMMAC ETHERNET DRIVER |
2897 | M: Giuseppe Cavallaro <[email protected]> | |
2898 | L: [email protected] | |
2899 | W: http://www.stlinux.com | |
2900 | S: Supported | |
7ac6653a | 2901 | F: drivers/net/ethernet/stmicro/stmmac/ |
b52b97a3 | 2902 | |
1da177e4 | 2903 | CYBERPRO FB DRIVER |
8b58be88 | 2904 | M: Russell King <[email protected]> |
efc03ecb | 2905 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
2906 | W: http://www.arm.linux.org.uk/ |
2907 | S: Maintained | |
8a61f013 | 2908 | F: drivers/video/fbdev/cyber2000fb.* |
9fa68eae | 2909 | |
1da177e4 | 2910 | CYCLADES ASYNC MUX DRIVER |
1da177e4 | 2911 | W: http://www.cyclades.com/ |
d459883e | 2912 | S: Orphan |
c897401b | 2913 | F: drivers/tty/cyclades.c |
679655da | 2914 | F: include/linux/cyclades.h |
c117ab84 | 2915 | F: include/uapi/linux/cyclades.h |
1da177e4 LT |
2916 | |
2917 | CYCLADES PC300 DRIVER | |
1da177e4 | 2918 | W: http://www.cyclades.com/ |
d459883e | 2919 | S: Orphan |
679655da | 2920 | F: drivers/net/wan/pc300* |
1da177e4 | 2921 | |
402f6ae4 AP |
2922 | CYPRESS_FIRMWARE MEDIA DRIVER |
2923 | M: Antti Palosaari <[email protected]> | |
2924 | L: [email protected] | |
2925 | W: http://linuxtv.org/ | |
2926 | W: http://palosaari.fi/linux/ | |
2927 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2928 | T: git git://linuxtv.org/anttip/media_tree.git | |
2929 | S: Maintained | |
2930 | F: drivers/media/common/cypress_firmware* | |
2931 | ||
e3ae3525 | 2932 | CYTTSP TOUCHSCREEN DRIVER |
be9a6f40 | 2933 | M: Ferruh Yigit <[email protected]> |
6305902c | 2934 | L: [email protected] |
be9a6f40 | 2935 | S: Supported |
6305902c JP |
2936 | F: drivers/input/touchscreen/cyttsp* |
2937 | F: include/linux/input/cyttsp.h | |
e3ae3525 | 2938 | |
1da177e4 | 2939 | DAMA SLAVE for AX.25 |
8b58be88 | 2940 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
2941 | W: http://yaina.de/jreuter/ |
2942 | W: http://www.qsl.net/dl1bke/ | |
2943 | L: [email protected] | |
2944 | S: Maintained | |
679655da JP |
2945 | F: net/ax25/af_ax25.c |
2946 | F: net/ax25/ax25_dev.c | |
2947 | F: net/ax25/ax25_ds_* | |
2948 | F: net/ax25/ax25_in.c | |
2949 | F: net/ax25/ax25_out.c | |
2950 | F: net/ax25/ax25_timer.c | |
2951 | F: net/ax25/sysctl_net_ax25.c | |
1da177e4 | 2952 | |
e2d1d6c0 | 2953 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
e2d1d6c0 | 2954 | L: [email protected] |
5ff77428 | 2955 | S: Orphan |
679655da | 2956 | F: Documentation/networking/dmfe.txt |
0f04e2aa | 2957 | F: drivers/net/ethernet/dec/tulip/dmfe.c |
e2d1d6c0 RD |
2958 | |
2959 | DC390/AM53C974 SCSI driver | |
71bd849d HR |
2960 | M: Hannes Reinecke <[email protected]> |
2961 | L: [email protected] | |
e2d1d6c0 | 2962 | S: Maintained |
71bd849d | 2963 | F: drivers/scsi/am53c974.c |
e2d1d6c0 | 2964 | |
1da177e4 | 2965 | DC395x SCSI driver |
61eee9a7 | 2966 | M: Oliver Neukum <[email protected]> |
8b58be88 JP |
2967 | M: Ali Akcaagac <[email protected]> |
2968 | M: Jamie Lenehan <[email protected]> | |
f5df5881 | 2969 | L: [email protected] |
cf015e9f JP |
2970 | W: http://twibble.org/dist/dc395x/ |
2971 | W: http://lists.twibble.org/mailman/listinfo/dc395x/ | |
1da177e4 | 2972 | S: Maintained |
679655da JP |
2973 | F: Documentation/scsi/dc395x.txt |
2974 | F: drivers/scsi/dc395x.* | |
1da177e4 | 2975 | |
eb8edb08 | 2976 | DCCP PROTOCOL |
a89d030e | 2977 | M: Gerrit Renker <[email protected]> |
eb8edb08 | 2978 | L: [email protected] |
c996d8b9 | 2979 | W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp |
eb8edb08 | 2980 | S: Maintained |
679655da | 2981 | F: include/linux/dccp.h |
c117ab84 | 2982 | F: include/uapi/linux/dccp.h |
679655da JP |
2983 | F: include/linux/tfrc.h |
2984 | F: net/dccp/ | |
eb8edb08 | 2985 | |
1da177e4 | 2986 | DECnet NETWORK LAYER |
1da177e4 LT |
2987 | W: http://linux-decnet.sourceforge.net |
2988 | L: [email protected] | |
f546444d | 2989 | S: Orphan |
679655da JP |
2990 | F: Documentation/networking/decnet.txt |
2991 | F: net/decnet/ | |
1da177e4 | 2992 | |
ebff05b9 MR |
2993 | DECSTATION PLATFORM SUPPORT |
2994 | M: "Maciej W. Rozycki" <[email protected]> | |
2995 | L: [email protected] | |
2996 | W: http://www.linux-mips.org/wiki/DECstation | |
2997 | S: Maintained | |
2998 | F: arch/mips/dec/ | |
2999 | F: arch/mips/include/asm/dec/ | |
3000 | F: arch/mips/include/asm/mach-dec/ | |
3001 | ||
1da177e4 | 3002 | DEFXX FDDI NETWORK DRIVER |
8b58be88 | 3003 | M: "Maciej W. Rozycki" <[email protected]> |
1da177e4 | 3004 | S: Maintained |
33f810b2 | 3005 | F: drivers/net/fddi/defxx.* |
1da177e4 | 3006 | |
ad8f07cc | 3007 | DELL LAPTOP DRIVER |
8b58be88 | 3008 | M: Matthew Garrett <[email protected]> |
d0944853 | 3009 | L: [email protected] |
ad8f07cc | 3010 | S: Maintained |
679655da | 3011 | F: drivers/platform/x86/dell-laptop.c |
ad8f07cc | 3012 | |
1da177e4 | 3013 | DELL LAPTOP SMM DRIVER |
a1406d87 | 3014 | M: Guenter Roeck <[email protected]> |
679655da | 3015 | F: drivers/char/i8k.c |
c117ab84 | 3016 | F: include/uapi/linux/i8k.h |
1da177e4 | 3017 | |
90563ec4 | 3018 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
8b58be88 | 3019 | M: Doug Warzecha <[email protected]> |
90563ec4 | 3020 | S: Maintained |
679655da JP |
3021 | F: Documentation/dcdbas.txt |
3022 | F: drivers/firmware/dcdbas.* | |
90563ec4 | 3023 | |
0b3f6109 | 3024 | DELL WMI EXTRAS DRIVER |
8b58be88 | 3025 | M: Matthew Garrett <[email protected]> |
0b3f6109 | 3026 | S: Maintained |
36b3a96f | 3027 | F: drivers/platform/x86/dell-wmi.c |
0b3f6109 | 3028 | |
5efc75e3 PZ |
3029 | DESIGNWARE USB2 DRD IP DRIVER |
3030 | M: Paul Zimmerman <[email protected]> | |
3031 | L: [email protected] | |
18f340f9 | 3032 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
5efc75e3 | 3033 | S: Maintained |
197ba5f4 | 3034 | F: drivers/usb/dwc2/ |
5efc75e3 | 3035 | |
94ab23dd FB |
3036 | DESIGNWARE USB3 DRD IP DRIVER |
3037 | M: Felipe Balbi <[email protected]> | |
3038 | L: [email protected] | |
3039 | L: [email protected] | |
3040 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
3041 | S: Maintained | |
3042 | F: drivers/usb/dwc3/ | |
3043 | ||
833c9545 JB |
3044 | DEVICE COREDUMP (DEV_COREDUMP) |
3045 | M: Johannes Berg <[email protected]> | |
3046 | L: [email protected] | |
3047 | S: Maintained | |
3048 | F: drivers/base/devcoredump.c | |
3049 | F: include/linux/devcoredump.h | |
3050 | ||
89d07767 KP |
3051 | DEVICE FREQUENCY (DEVFREQ) |
3052 | M: MyungJoo Ham <[email protected]> | |
3053 | M: Kyungmin Park <[email protected]> | |
88476d34 | 3054 | L: [email protected] |
89d07767 KP |
3055 | S: Maintained |
3056 | F: drivers/devfreq/ | |
3057 | ||
1da177e4 | 3058 | DEVICE NUMBER REGISTRY |
8b58be88 | 3059 | M: Torben Mathiasen <[email protected]> |
1da177e4 | 3060 | W: http://lanana.org/docs/device-list/index.html |
1da177e4 LT |
3061 | S: Maintained |
3062 | ||
e2d1d6c0 | 3063 | DEVICE-MAPPER (LVM) |
854ecaad | 3064 | M: Alasdair Kergon <[email protected]> |
8504eed3 | 3065 | M: Mike Snitzer <[email protected]> |
854ecaad | 3066 | M: [email protected] |
e2d1d6c0 RD |
3067 | L: [email protected] |
3068 | W: http://sources.redhat.com/dm | |
8a6e2535 | 3069 | Q: http://patchwork.kernel.org/project/dm-devel/list/ |
41d35d25 | 3070 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git |
854ecaad | 3071 | T: quilt http://people.redhat.com/agk/patches/linux/editing/ |
e2d1d6c0 | 3072 | S: Maintained |
679655da JP |
3073 | F: Documentation/device-mapper/ |
3074 | F: drivers/md/dm* | |
854ecaad | 3075 | F: drivers/md/persistent-data/ |
679655da JP |
3076 | F: include/linux/device-mapper.h |
3077 | F: include/linux/dm-*.h | |
8504eed3 | 3078 | F: include/uapi/linux/dm-*.h |
e2d1d6c0 | 3079 | |
c0d995aa OST |
3080 | DIALOG SEMICONDUCTOR DRIVERS |
3081 | M: Support Opensource <[email protected]> | |
3082 | W: http://www.dialog-semiconductor.com/products | |
3083 | S: Supported | |
3084 | F: Documentation/hwmon/da90?? | |
3085 | F: drivers/gpio/gpio-da90??.c | |
3086 | F: drivers/hwmon/da90??-hwmon.c | |
3087 | F: drivers/input/misc/da90??_onkey.c | |
3088 | F: drivers/input/touchscreen/da9052_tsi.c | |
3089 | F: drivers/leds/leds-da90??.c | |
3090 | F: drivers/mfd/da903x.c | |
3091 | F: drivers/mfd/da90??-*.c | |
3092 | F: drivers/power/da9052-battery.c | |
3093 | F: drivers/regulator/da903x.c | |
3094 | F: drivers/regulator/da9???-regulator.[ch] | |
3095 | F: drivers/rtc/rtc-da90??.c | |
3096 | F: drivers/video/backlight/da90??_bl.c | |
3097 | F: drivers/watchdog/da90??_wdt.c | |
3098 | F: include/linux/mfd/da903x.h | |
3099 | F: include/linux/mfd/da9052/ | |
3100 | F: include/linux/mfd/da9055/ | |
3101 | F: include/linux/mfd/da9063/ | |
3102 | F: include/sound/da[79]*.h | |
3103 | F: sound/soc/codecs/da[79]*.[ch] | |
3104 | ||
599aa697 LL |
3105 | DIGI NEO AND CLASSIC PCI PRODUCTS |
3106 | M: Lidza Louina <[email protected]> | |
542f3d5a | 3107 | M: Mark Hounschell <[email protected]> |
599aa697 LL |
3108 | L: [email protected] |
3109 | S: Maintained | |
3110 | F: drivers/staging/dgnc/ | |
3111 | ||
3112 | DIGI EPCA PCI PRODUCTS | |
3113 | M: Lidza Louina <[email protected]> | |
abeb935f | 3114 | M: Mark Hounschell <[email protected]> |
6d825f79 | 3115 | M: Daeseok Youn <[email protected]> |
599aa697 LL |
3116 | L: [email protected] |
3117 | S: Maintained | |
3118 | F: drivers/staging/dgap/ | |
3119 | ||
335d7c58 | 3120 | DIOLAN U2C-12 I2C DRIVER |
ca462085 | 3121 | M: Guenter Roeck <[email protected]> |
335d7c58 GR |
3122 | L: [email protected] |
3123 | S: Maintained | |
3124 | F: drivers/i2c/busses/i2c-diolan-u2c.c | |
3125 | ||
e7839f25 | 3126 | DIRECTORY NOTIFICATION (DNOTIFY) |
8b58be88 | 3127 | M: Eric Paris <[email protected]> |
3c5119c0 | 3128 | S: Maintained |
679655da JP |
3129 | F: Documentation/filesystems/dnotify.txt |
3130 | F: fs/notify/dnotify/ | |
3131 | F: include/linux/dnotify.h | |
1da177e4 LT |
3132 | |
3133 | DISK GEOMETRY AND PARTITION HANDLING | |
8b58be88 | 3134 | M: Andries Brouwer <[email protected]> |
1da177e4 LT |
3135 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
3136 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
3137 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
3138 | S: Maintained | |
3139 | ||
4480f15b | 3140 | DISKQUOTA |
8b58be88 | 3141 | M: Jan Kara <[email protected]> |
1da177e4 | 3142 | S: Maintained |
679655da JP |
3143 | F: Documentation/filesystems/quota.txt |
3144 | F: fs/quota/ | |
3145 | F: include/linux/quota*.h | |
c117ab84 | 3146 | F: include/uapi/linux/quota*.h |
1da177e4 | 3147 | |
702686ad BT |
3148 | DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) |
3149 | M: Bernie Thompson <[email protected]> | |
3150 | L: [email protected] | |
3151 | S: Maintained | |
3152 | W: http://plugable.com/category/projects/udlfb/ | |
8a61f013 | 3153 | F: drivers/video/fbdev/udlfb.c |
702686ad BT |
3154 | F: include/video/udlfb.h |
3155 | F: Documentation/fb/udlfb.txt | |
3156 | ||
e7839f25 | 3157 | DISTRIBUTED LOCK MANAGER (DLM) |
8b58be88 JP |
3158 | M: Christine Caulfield <[email protected]> |
3159 | M: David Teigland <[email protected]> | |
a4644184 | 3160 | L: [email protected] |
5be7b50f | 3161 | W: http://sources.redhat.com/cluster/ |
54e5881d | 3162 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f | 3163 | S: Supported |
679655da | 3164 | F: fs/dlm/ |
5be7b50f | 3165 | |
53b6b3e0 SS |
3166 | DMA BUFFER SHARING FRAMEWORK |
3167 | M: Sumit Semwal <[email protected]> | |
3168 | S: Maintained | |
3169 | L: [email protected] | |
3170 | L: [email protected] | |
8ada6d2d | 3171 | L: [email protected] (moderated for non-subscribers) |
35fac7e3 | 3172 | F: drivers/dma-buf/ |
e46d12c6 JP |
3173 | F: include/linux/dma-buf* |
3174 | F: include/linux/reservation.h | |
3175 | F: include/linux/*fence.h | |
53b6b3e0 SS |
3176 | F: Documentation/dma-buf-sharing.txt |
3177 | T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | |
3178 | ||
b3e5f263 | 3179 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
4abed0af | 3180 | M: Vinod Koul <[email protected]> |
17b59560 VK |
3181 | L: [email protected] |
3182 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
08223d80 | 3183 | S: Maintained |
679655da JP |
3184 | F: drivers/dma/ |
3185 | F: include/linux/dma* | |
979a281e VK |
3186 | F: Documentation/dmaengine/ |
3187 | T: git git://git.infradead.org/users/vkoul/slave-dma.git | |
248a9dc3 | 3188 | |
b825037d | 3189 | DME1737 HARDWARE MONITOR DRIVER |
8b58be88 | 3190 | M: Juerg Haefliger <[email protected]> |
b825037d JH |
3191 | L: [email protected] |
3192 | S: Maintained | |
679655da JP |
3193 | F: Documentation/hwmon/dme1737 |
3194 | F: drivers/hwmon/dme1737.c | |
b825037d | 3195 | |
5b9c9bf6 | 3196 | DOCKING STATION DRIVER |
8b58be88 | 3197 | M: Shaohua Li <[email protected]> |
5b9c9bf6 | 3198 | L: [email protected] |
8b59a454 | 3199 | S: Supported |
679655da | 3200 | F: drivers/acpi/dock.c |
5b9c9bf6 | 3201 | |
7d2c86b5 | 3202 | DOCUMENTATION |
ad3118b9 | 3203 | M: Jonathan Corbet <[email protected]> |
795fb7e7 JD |
3204 | L: [email protected] |
3205 | S: Maintained | |
679655da | 3206 | F: Documentation/ |
97be078b RD |
3207 | X: Documentation/ABI/ |
3208 | X: Documentation/devicetree/ | |
3209 | X: Documentation/[a-z][a-z]_[A-Z][A-Z]/ | |
abbaeff3 | 3210 | |
1da177e4 | 3211 | DOUBLETALK DRIVER |
8b58be88 | 3212 | M: "James R. Van Zandt" <[email protected]> |
1da177e4 LT |
3213 | L: [email protected] |
3214 | S: Maintained | |
679655da JP |
3215 | F: drivers/char/dtlk.c |
3216 | F: include/linux/dtlk.h | |
1da177e4 | 3217 | |
e2d1d6c0 | 3218 | DPT_I2O SCSI RAID DRIVER |
8b58be88 | 3219 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
3220 | L: [email protected] |
3221 | W: http://www.adaptec.com/ | |
3222 | S: Maintained | |
679655da JP |
3223 | F: drivers/scsi/dpt* |
3224 | F: drivers/scsi/dpt/ | |
e2d1d6c0 | 3225 | |
b411b363 | 3226 | DRBD DRIVER |
28b8e8d4 JP |
3227 | P: Philipp Reisner |
3228 | P: Lars Ellenberg | |
3229 | M: [email protected] | |
3230 | L: [email protected] | |
3231 | W: http://www.drbd.org | |
3232 | T: git git://git.drbd.org/linux-2.6-drbd.git drbd | |
3233 | T: git git://git.drbd.org/drbd-8.3.git | |
3234 | S: Supported | |
3235 | F: drivers/block/drbd/ | |
3236 | F: lib/lru_cache.c | |
3237 | F: Documentation/blockdev/drbd/ | |
b411b363 | 3238 | |
87544653 | 3239 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
879a5a00 | 3240 | M: Greg Kroah-Hartman <[email protected]> |
08deed1e | 3241 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
1da177e4 | 3242 | S: Supported |
679655da | 3243 | F: Documentation/kobject.txt |
7cfc51b9 | 3244 | F: drivers/base/ |
679655da | 3245 | F: fs/sysfs/ |
87544653 | 3246 | F: fs/debugfs/ |
679655da | 3247 | F: include/linux/kobj* |
87544653 | 3248 | F: include/linux/debugfs.h |
679655da | 3249 | F: lib/kobj* |
1da177e4 LT |
3250 | |
3251 | DRM DRIVERS | |
8b58be88 | 3252 | M: David Airlie <[email protected]> |
4c6a3999 | 3253 | L: [email protected] |
b0447888 | 3254 | T: git git://people.freedesktop.org/~airlied/linux |
1da177e4 | 3255 | S: Maintained |
679655da | 3256 | F: drivers/gpu/drm/ |
433e3b34 | 3257 | F: drivers/gpu/vga/ |
850e9411 | 3258 | F: include/drm/ |
c117ab84 | 3259 | F: include/uapi/drm/ |
1da177e4 | 3260 | |
566f5939 AD |
3261 | RADEON DRM DRIVERS |
3262 | M: Alex Deucher <[email protected]> | |
3263 | M: Christian König <[email protected]> | |
3264 | L: [email protected] | |
3265 | T: git git://people.freedesktop.org/~agd5f/linux | |
3266 | S: Supported | |
3267 | F: drivers/gpu/drm/radeon/ | |
566f5939 AD |
3268 | F: include/uapi/drm/radeon* |
3269 | ||
03e255b9 TR |
3270 | DRM PANEL DRIVERS |
3271 | M: Thierry Reding <[email protected]> | |
3272 | L: [email protected] | |
3273 | T: git git://anongit.freedesktop.org/tegra/linux.git | |
3274 | S: Maintained | |
3275 | F: drivers/gpu/drm/drm_panel.c | |
3276 | F: drivers/gpu/drm/panel/ | |
3277 | F: include/drm/drm_panel.h | |
3278 | F: Documentation/devicetree/bindings/panel/ | |
3279 | ||
8daf7473 | 3280 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
cbce7107 | 3281 | M: Daniel Vetter <[email protected]> |
47f95647 | 3282 | M: Jani Nikula <[email protected]> |
362132d2 | 3283 | L: [email protected] |
8daf7473 | 3284 | L: [email protected] |
47f95647 | 3285 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
89258a97 | 3286 | T: git git://anongit.freedesktop.org/drm-intel |
8daf7473 | 3287 | S: Supported |
14430813 | 3288 | F: drivers/gpu/drm/i915/ |
8daf7473 | 3289 | F: include/drm/i915* |
c117ab84 | 3290 | F: include/uapi/drm/i915* |
8daf7473 | 3291 | |
398a6d4a KP |
3292 | DRM DRIVERS FOR EXYNOS |
3293 | M: Inki Dae <[email protected]> | |
f1501303 ID |
3294 | M: Joonyoung Shim <[email protected]> |
3295 | M: Seung-Woo Kim <[email protected]> | |
3296 | M: Kyungmin Park <[email protected]> | |
398a6d4a | 3297 | L: [email protected] |
25a58030 | 3298 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
398a6d4a | 3299 | S: Supported |
14430813 | 3300 | F: drivers/gpu/drm/exynos/ |
398a6d4a | 3301 | F: include/drm/exynos* |
c117ab84 | 3302 | F: include/uapi/drm/exynos* |
398a6d4a | 3303 | |
0a3d775f PZ |
3304 | DRM DRIVERS FOR FREESCALE IMX |
3305 | M: Philipp Zabel <[email protected]> | |
3306 | L: [email protected] | |
3307 | S: Maintained | |
3308 | F: drivers/gpu/drm/imx/ | |
3309 | F: Documentation/devicetree/bindings/drm/imx/ | |
3310 | ||
bd3b49f2 | 3311 | DRM DRIVERS FOR NVIDIA TEGRA |
a5ad7a63 TR |
3312 | M: Thierry Reding <[email protected]> |
3313 | M: Terje Bergström <[email protected]> | |
bd3b49f2 TR |
3314 | L: [email protected] |
3315 | L: [email protected] | |
a5ad7a63 | 3316 | T: git git://anongit.freedesktop.org/tegra/linux.git |
adabdb0c | 3317 | S: Supported |
dee8268f | 3318 | F: drivers/gpu/drm/tegra/ |
a5ad7a63 | 3319 | F: drivers/gpu/host1x/ |
e1e90644 | 3320 | F: include/linux/host1x.h |
a5ad7a63 | 3321 | F: include/uapi/drm/tegra_drm.h |
bd3b49f2 TR |
3322 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
3323 | ||
a284e9d1 LP |
3324 | DRM DRIVERS FOR RENESAS |
3325 | M: Laurent Pinchart <[email protected]> | |
3326 | L: [email protected] | |
3327 | L: [email protected] | |
3328 | T: git git://people.freedesktop.org/~airlied/linux | |
3329 | S: Supported | |
3330 | F: drivers/gpu/drm/rcar-du/ | |
3331 | F: drivers/gpu/drm/shmobile/ | |
3332 | F: include/linux/platform_data/rcar-du.h | |
3333 | F: include/linux/platform_data/shmob_drm.h | |
3334 | ||
598df1ac AK |
3335 | DSBR100 USB FM RADIO DRIVER |
3336 | M: Alexey Klimov <[email protected]> | |
3337 | L: [email protected] | |
3338 | T: git git://linuxtv.org/media_tree.git | |
3339 | S: Maintained | |
3340 | F: drivers/media/radio/dsbr100.c | |
3341 | ||
1da177e4 | 3342 | DSCC4 DRIVER |
8b58be88 | 3343 | M: Francois Romieu <[email protected]> |
01f20734 | 3344 | L: [email protected] |
1da177e4 | 3345 | S: Maintained |
679655da | 3346 | F: drivers/net/wan/dscc4.c |
1da177e4 | 3347 | |
91952bc0 AP |
3348 | DVB_USB_AF9015 MEDIA DRIVER |
3349 | M: Antti Palosaari <[email protected]> | |
3350 | L: [email protected] | |
3351 | W: http://linuxtv.org/ | |
3352 | W: http://palosaari.fi/linux/ | |
3353 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3354 | T: git git://linuxtv.org/anttip/media_tree.git | |
3355 | S: Maintained | |
3356 | F: drivers/media/usb/dvb-usb-v2/af9015* | |
3357 | ||
3358 | DVB_USB_AF9035 MEDIA DRIVER | |
3359 | M: Antti Palosaari <[email protected]> | |
3360 | L: [email protected] | |
3361 | W: http://linuxtv.org/ | |
3362 | W: http://palosaari.fi/linux/ | |
3363 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3364 | T: git git://linuxtv.org/anttip/media_tree.git | |
3365 | S: Maintained | |
3366 | F: drivers/media/usb/dvb-usb-v2/af9035* | |
3367 | ||
3368 | DVB_USB_ANYSEE MEDIA DRIVER | |
3369 | M: Antti Palosaari <[email protected]> | |
3370 | L: [email protected] | |
3371 | W: http://linuxtv.org/ | |
3372 | W: http://palosaari.fi/linux/ | |
3373 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3374 | T: git git://linuxtv.org/anttip/media_tree.git | |
3375 | S: Maintained | |
3376 | F: drivers/media/usb/dvb-usb-v2/anysee* | |
3377 | ||
3378 | DVB_USB_AU6610 MEDIA DRIVER | |
3379 | M: Antti Palosaari <[email protected]> | |
3380 | L: [email protected] | |
3381 | W: http://linuxtv.org/ | |
3382 | W: http://palosaari.fi/linux/ | |
3383 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3384 | T: git git://linuxtv.org/anttip/media_tree.git | |
3385 | S: Maintained | |
3386 | F: drivers/media/usb/dvb-usb-v2/au6610* | |
3387 | ||
3388 | DVB_USB_CE6230 MEDIA DRIVER | |
3389 | M: Antti Palosaari <[email protected]> | |
3390 | L: [email protected] | |
3391 | W: http://linuxtv.org/ | |
3392 | W: http://palosaari.fi/linux/ | |
3393 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3394 | T: git git://linuxtv.org/anttip/media_tree.git | |
3395 | S: Maintained | |
3396 | F: drivers/media/usb/dvb-usb-v2/ce6230* | |
3397 | ||
d099dea2 MK |
3398 | DVB_USB_CXUSB MEDIA DRIVER |
3399 | M: Michael Krufky <[email protected]> | |
3400 | L: [email protected] | |
3401 | W: http://linuxtv.org/ | |
3402 | W: http://github.com/mkrufky | |
3403 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3404 | T: git git://linuxtv.org/media_tree.git | |
3405 | S: Maintained | |
9819da66 | 3406 | F: drivers/media/usb/dvb-usb/cxusb* |
d099dea2 | 3407 | |
91952bc0 | 3408 | DVB_USB_EC168 MEDIA DRIVER |
91952bc0 AP |
3409 | M: Antti Palosaari <[email protected]> |
3410 | L: [email protected] | |
3411 | W: http://linuxtv.org/ | |
3412 | W: http://palosaari.fi/linux/ | |
3413 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3414 | T: git git://linuxtv.org/anttip/media_tree.git | |
3415 | S: Maintained | |
91952bc0 | 3416 | F: drivers/media/usb/dvb-usb-v2/ec168* |
91952bc0 | 3417 | |
5560983b | 3418 | DVB_USB_GL861 MEDIA DRIVER |
91952bc0 AP |
3419 | M: Antti Palosaari <[email protected]> |
3420 | L: [email protected] | |
3421 | W: http://linuxtv.org/ | |
91952bc0 AP |
3422 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
3423 | T: git git://linuxtv.org/anttip/media_tree.git | |
3424 | S: Maintained | |
5560983b | 3425 | F: drivers/media/usb/dvb-usb-v2/gl861* |
91952bc0 | 3426 | |
8856f5f2 MK |
3427 | DVB_USB_MXL111SF MEDIA DRIVER |
3428 | M: Michael Krufky <[email protected]> | |
3429 | L: [email protected] | |
3430 | W: http://linuxtv.org/ | |
3431 | W: http://github.com/mkrufky | |
3432 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3433 | T: git git://linuxtv.org/mkrufky/mxl111sf.git | |
3434 | S: Maintained | |
3435 | F: drivers/media/usb/dvb-usb-v2/mxl111sf* | |
3436 | ||
91952bc0 AP |
3437 | DVB_USB_RTL28XXU MEDIA DRIVER |
3438 | M: Antti Palosaari <[email protected]> | |
3439 | L: [email protected] | |
3440 | W: http://linuxtv.org/ | |
3441 | W: http://palosaari.fi/linux/ | |
3442 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3443 | T: git git://linuxtv.org/anttip/media_tree.git | |
3444 | S: Maintained | |
3445 | F: drivers/media/usb/dvb-usb-v2/rtl28xxu* | |
3446 | ||
3447 | DVB_USB_V2 MEDIA DRIVER | |
3448 | M: Antti Palosaari <[email protected]> | |
3449 | L: [email protected] | |
3450 | W: http://linuxtv.org/ | |
3451 | W: http://palosaari.fi/linux/ | |
3452 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3453 | T: git git://linuxtv.org/anttip/media_tree.git | |
3454 | S: Maintained | |
3455 | F: drivers/media/usb/dvb-usb-v2/dvb_usb* | |
3456 | F: drivers/media/usb/dvb-usb-v2/usb_urb.c | |
3457 | ||
ac0ac38f | 3458 | DYNAMIC DEBUG |
5c4a97d1 | 3459 | M: Jason Baron <[email protected]> |
ac0ac38f JB |
3460 | S: Maintained |
3461 | F: lib/dynamic_debug.c | |
3462 | F: include/linux/dynamic_debug.h | |
3463 | ||
789c7048 | 3464 | DZ DECSTATION DZ11 SERIAL DRIVER |
8b58be88 | 3465 | M: "Maciej W. Rozycki" <[email protected]> |
789c7048 | 3466 | S: Maintained |
df621252 | 3467 | F: drivers/tty/serial/dz.* |
789c7048 | 3468 | |
91952bc0 AP |
3469 | E4000 MEDIA DRIVER |
3470 | M: Antti Palosaari <[email protected]> | |
3471 | L: [email protected] | |
3472 | W: http://linuxtv.org/ | |
3473 | W: http://palosaari.fi/linux/ | |
3474 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3475 | T: git git://linuxtv.org/anttip/media_tree.git | |
3476 | S: Maintained | |
3477 | F: drivers/media/tuners/e4000* | |
3478 | ||
1da177e4 | 3479 | EATA ISA/EISA/PCI SCSI DRIVER |
8b58be88 | 3480 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
3481 | L: [email protected] |
3482 | S: Maintained | |
679655da | 3483 | F: drivers/scsi/eata.c |
1da177e4 | 3484 | |
91952bc0 AP |
3485 | EC100 MEDIA DRIVER |
3486 | M: Antti Palosaari <[email protected]> | |
3487 | L: [email protected] | |
3488 | W: http://linuxtv.org/ | |
3489 | W: http://palosaari.fi/linux/ | |
3490 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3491 | T: git git://linuxtv.org/anttip/media_tree.git | |
3492 | S: Maintained | |
3493 | F: drivers/media/dvb-frontends/ec100* | |
3494 | ||
237fead6 | 3495 | ECRYPT FILE SYSTEM |
0de9adf2 | 3496 | M: Tyler Hicks <[email protected]> |
a058bfbb | 3497 | L: [email protected] |
24a923e4 | 3498 | W: http://ecryptfs.org |
6dc7516e | 3499 | W: https://launchpad.net/ecryptfs |
237fead6 | 3500 | S: Supported |
679655da JP |
3501 | F: Documentation/filesystems/ecryptfs.txt |
3502 | F: fs/ecryptfs/ | |
237fead6 | 3503 | |
da9bb1d2 | 3504 | EDAC-CORE |
8b58be88 | 3505 | M: Doug Thompson <[email protected]> |
aa15aa0e | 3506 | M: Borislav Petkov <[email protected]> |
009a5410 | 3507 | M: Mauro Carvalho Chehab <[email protected]> |
91445c72 | 3508 | L: [email protected] |
0e438e3f | 3509 | W: bluesmoke.sourceforge.net |
8c2a6a40 | 3510 | S: Supported |
679655da | 3511 | F: Documentation/edac.txt |
91445c72 | 3512 | F: drivers/edac/ |
679655da | 3513 | F: include/linux/edac.h |
0e438e3f | 3514 | |
c476c23b | 3515 | EDAC-AMD64 |
8b58be88 | 3516 | M: Doug Thompson <[email protected]> |
487ba8e8 | 3517 | M: Borislav Petkov <[email protected]> |
91445c72 | 3518 | L: [email protected] |
c476c23b | 3519 | W: bluesmoke.sourceforge.net |
487ba8e8 | 3520 | S: Maintained |
c476c23b BP |
3521 | F: drivers/edac/amd64_edac* |
3522 | ||
836dae5d RR |
3523 | EDAC-CALXEDA |
3524 | M: Doug Thompson <[email protected]> | |
3525 | M: Robert Richter <[email protected]> | |
3526 | L: [email protected] | |
3527 | W: bluesmoke.sourceforge.net | |
3528 | S: Maintained | |
3529 | F: drivers/edac/highbank* | |
3530 | ||
f65aad41 RB |
3531 | EDAC-CAVIUM |
3532 | M: Ralf Baechle <[email protected]> | |
3533 | M: David Daney <[email protected]> | |
3534 | L: [email protected] | |
3535 | L: [email protected] | |
3536 | W: bluesmoke.sourceforge.net | |
3537 | S: Supported | |
3538 | F: drivers/edac/octeon_edac* | |
3539 | ||
0e438e3f | 3540 | EDAC-E752X |
8b58be88 JP |
3541 | M: Mark Gross <[email protected]> |
3542 | M: Doug Thompson <[email protected]> | |
91445c72 | 3543 | L: [email protected] |
0e438e3f DP |
3544 | W: bluesmoke.sourceforge.net |
3545 | S: Maintained | |
679655da | 3546 | F: drivers/edac/e752x_edac.c |
0e438e3f DP |
3547 | |
3548 | EDAC-E7XXX | |
8b58be88 | 3549 | M: Doug Thompson <[email protected]> |
91445c72 | 3550 | L: [email protected] |
0e438e3f DP |
3551 | W: bluesmoke.sourceforge.net |
3552 | S: Maintained | |
679655da | 3553 | F: drivers/edac/e7xxx_edac.c |
0e438e3f | 3554 | |
77c5f5d2 | 3555 | EDAC-GHES |
009a5410 | 3556 | M: Mauro Carvalho Chehab <[email protected]> |
77c5f5d2 MCC |
3557 | L: [email protected] |
3558 | W: bluesmoke.sourceforge.net | |
3559 | S: Maintained | |
2caa67a6 | 3560 | F: drivers/edac/ghes_edac.c |
77c5f5d2 | 3561 | |
6bc78404 | 3562 | EDAC-I82443BXGX |
8b58be88 | 3563 | M: Tim Small <[email protected]> |
91445c72 | 3564 | L: [email protected] |
6bc78404 DT |
3565 | W: bluesmoke.sourceforge.net |
3566 | S: Maintained | |
679655da | 3567 | F: drivers/edac/i82443bxgx_edac.c |
6bc78404 DT |
3568 | |
3569 | EDAC-I3000 | |
8b58be88 | 3570 | M: Jason Uhlenkott <[email protected]> |
91445c72 | 3571 | L: [email protected] |
6bc78404 DT |
3572 | W: bluesmoke.sourceforge.net |
3573 | S: Maintained | |
679655da | 3574 | F: drivers/edac/i3000_edac.c |
6bc78404 DT |
3575 | |
3576 | EDAC-I5000 | |
8b58be88 | 3577 | M: Doug Thompson <[email protected]> |
91445c72 | 3578 | L: [email protected] |
ba9a5918 DT |
3579 | W: bluesmoke.sourceforge.net |
3580 | S: Maintained | |
679655da | 3581 | F: drivers/edac/i5000_edac.c |
ba9a5918 | 3582 | |
44c12cb2 | 3583 | EDAC-I5400 |
009a5410 | 3584 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 | 3585 | L: [email protected] |
44c12cb2 MCC |
3586 | W: bluesmoke.sourceforge.net |
3587 | S: Maintained | |
679655da | 3588 | F: drivers/edac/i5400_edac.c |
44c12cb2 | 3589 | |
3c9c92b6 | 3590 | EDAC-I7300 |
009a5410 | 3591 | M: Mauro Carvalho Chehab <[email protected]> |
3c9c92b6 MCC |
3592 | L: [email protected] |
3593 | W: bluesmoke.sourceforge.net | |
3594 | S: Maintained | |
3595 | F: drivers/edac/i7300_edac.c | |
3596 | ||
67c89316 | 3597 | EDAC-I7CORE |
009a5410 | 3598 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 MCC |
3599 | L: [email protected] |
3600 | W: bluesmoke.sourceforge.net | |
3601 | S: Maintained | |
70aff0ce | 3602 | F: drivers/edac/i7core_edac.c |
67c89316 | 3603 | |
ba9a5918 | 3604 | EDAC-I82975X |
8b58be88 | 3605 | M: Ranganathan Desikan <[email protected]> |
25527885 | 3606 | M: "Arvind R." <[email protected]> |
91445c72 | 3607 | L: [email protected] |
ba9a5918 DT |
3608 | W: bluesmoke.sourceforge.net |
3609 | S: Maintained | |
679655da | 3610 | F: drivers/edac/i82975x_edac.c |
ba9a5918 | 3611 | |
791b4706 JB |
3612 | EDAC-IE31200 |
3613 | M: Jason Baron <[email protected]> | |
3614 | L: [email protected] | |
3615 | W: bluesmoke.sourceforge.net | |
3616 | S: Maintained | |
3617 | F: drivers/edac/ie31200_edac.c | |
3618 | ||
ccdfb979 JT |
3619 | EDAC-MPC85XX |
3620 | M: Johannes Thumshirn <[email protected]> | |
3621 | L: [email protected] | |
3622 | W: bluesmoke.sourceforge.net | |
3623 | S: Maintained | |
3624 | F: drivers/edac/mpc85xx_edac.[ch] | |
3625 | ||
ba9a5918 | 3626 | EDAC-PASEMI |
8b58be88 | 3627 | M: Egor Martovetsky <[email protected]> |
91445c72 | 3628 | L: [email protected] |
6bc78404 DT |
3629 | W: bluesmoke.sourceforge.net |
3630 | S: Maintained | |
679655da | 3631 | F: drivers/edac/pasemi_edac.c |
6bc78404 | 3632 | |
0e438e3f | 3633 | EDAC-R82600 |
8b58be88 | 3634 | M: Tim Small <[email protected]> |
91445c72 | 3635 | L: [email protected] |
0e438e3f DP |
3636 | W: bluesmoke.sourceforge.net |
3637 | S: Maintained | |
679655da | 3638 | F: drivers/edac/r82600_edac.c |
da9bb1d2 | 3639 | |
4d096ca7 | 3640 | EDAC-SBRIDGE |
009a5410 | 3641 | M: Mauro Carvalho Chehab <[email protected]> |
4d096ca7 MCC |
3642 | L: [email protected] |
3643 | W: bluesmoke.sourceforge.net | |
3644 | S: Maintained | |
3645 | F: drivers/edac/sb_edac.c | |
3646 | ||
af39917d CL |
3647 | EDIROL UA-101/UA-1000 DRIVER |
3648 | M: Clemens Ladisch <[email protected]> | |
3649 | L: [email protected] (moderated for non-subscribers) | |
3650 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3651 | S: Maintained | |
3652 | F: sound/usb/misc/ua101.c | |
3653 | ||
1f7df953 MF |
3654 | EXTENSIBLE FIRMWARE INTERFACE (EFI) |
3655 | M: Matt Fleming <[email protected]> | |
3656 | L: [email protected] | |
78bef24e | 3657 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git |
1f7df953 | 3658 | S: Maintained |
fb2efb5c | 3659 | F: Documentation/efi-stub.txt |
1f7df953 MF |
3660 | F: arch/ia64/kernel/efi.c |
3661 | F: arch/x86/boot/compressed/eboot.[ch] | |
3662 | F: arch/x86/include/asm/efi.h | |
3663 | F: arch/x86/platform/efi/* | |
a9499fa7 | 3664 | F: drivers/firmware/efi/* |
1f7df953 MF |
3665 | F: include/linux/efi*.h |
3666 | ||
d68772b7 MF |
3667 | EFI VARIABLE FILESYSTEM |
3668 | M: Matthew Garrett <[email protected]> | |
3669 | M: Jeremy Kerr <[email protected]> | |
3670 | M: Matt Fleming <[email protected]> | |
3671 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | |
3672 | L: [email protected] | |
3673 | S: Maintained | |
3674 | F: fs/efivarfs/ | |
3675 | ||
85a00d9b PJ |
3676 | EFIFB FRAMEBUFFER DRIVER |
3677 | L: [email protected] | |
3678 | M: Peter Jones <[email protected]> | |
3679 | S: Maintained | |
8a61f013 | 3680 | F: drivers/video/fbdev/efifb.c |
85a00d9b | 3681 | |
0bee8d28 JT |
3682 | EFS FILESYSTEM |
3683 | W: http://aeschi.ch.eu.org/efs/ | |
3684 | S: Orphan | |
679655da | 3685 | F: fs/efs/ |
0bee8d28 | 3686 | |
4480f15b | 3687 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
8b58be88 JP |
3688 | M: Hoang-Nam Nguyen <[email protected]> |
3689 | M: Christoph Raisch <[email protected]> | |
e6cc0fd1 | 3690 | L: [email protected] |
fab97220 | 3691 | S: Supported |
679655da | 3692 | F: drivers/infiniband/hw/ehca/ |
fab97220 | 3693 | |
aa8a9e25 | 3694 | EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER |
34b1901a | 3695 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
aa8a9e25 BL |
3696 | L: [email protected] |
3697 | S: Maintained | |
9aa32835 | 3698 | F: drivers/net/ethernet/ibm/ehea/ |
aa8a9e25 | 3699 | |
f0319efe | 3700 | EM28XX VIDEO4LINUX DRIVER |
009a5410 | 3701 | M: Mauro Carvalho Chehab <[email protected]> |
f0319efe MCC |
3702 | L: [email protected] |
3703 | W: http://linuxtv.org | |
3704 | T: git git://linuxtv.org/media_tree.git | |
3705 | S: Maintained | |
3706 | F: drivers/media/usb/em28xx/ | |
3707 | ||
3e3a7d66 | 3708 | EMBEDDED LINUX |
8b58be88 JP |
3709 | M: Paul Gortmaker <[email protected]> |
3710 | M: Matt Mackall <[email protected]> | |
3711 | M: David Woodhouse <[email protected]> | |
3e3a7d66 DW |
3712 | L: [email protected] |
3713 | S: Maintained | |
3714 | ||
3a1c1d44 | 3715 | EMULEX LPFC FC SCSI DRIVER |
8b58be88 | 3716 | M: James Smart <[email protected]> |
ce00f85c JC |
3717 | L: [email protected] |
3718 | W: http://sourceforge.net/projects/lpfcxxxx | |
3719 | S: Supported | |
679655da | 3720 | F: drivers/scsi/lpfc/ |
3a1c1d44 | 3721 | |
5f5bac82 | 3722 | ENE CB710 FLASH CARD READER DRIVER |
8b58be88 | 3723 | M: Michał Mirosław <[email protected]> |
5f5bac82 MM |
3724 | S: Maintained |
3725 | F: drivers/misc/cb710/ | |
3726 | F: drivers/mmc/host/cb710-mmc.* | |
3727 | F: include/linux/cb710.h | |
3728 | ||
931e39a1 ML |
3729 | ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER |
3730 | M: Maxim Levitsky <[email protected]> | |
3731 | S: Maintained | |
2a837449 | 3732 | F: drivers/media/rc/ene_ir.* |
931e39a1 | 3733 | |
ec207dcc GS |
3734 | ENHANCED ERROR HANDLING (EEH) |
3735 | M: Gavin Shan <[email protected]> | |
3736 | L: [email protected] | |
3737 | S: Supported | |
3738 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | |
3739 | F: arch/powerpc/kernel/eeh*.c | |
3740 | ||
d5ca9006 | 3741 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
8b58be88 | 3742 | M: Kristoffer Ericson <[email protected]> |
d5ca9006 | 3743 | S: Maintained |
084bad91 | 3744 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
8a61f013 | 3745 | F: drivers/video/fbdev/s1d13xxxfb.c |
679655da | 3746 | F: include/video/s1d13xxxfb.h |
d5ca9006 | 3747 | |
38df6492 ME |
3748 | ET131X NETWORK DRIVER |
3749 | M: Mark Einon <[email protected]> | |
3750 | S: Odd Fixes | |
3751 | F: drivers/net/ethernet/agere/ | |
3752 | ||
1da177e4 | 3753 | ETHERNET BRIDGE |
adbbf69d | 3754 | M: Stephen Hemminger <[email protected]> |
f318a63b | 3755 | L: [email protected] |
4c325313 | 3756 | L: [email protected] |
c996d8b9 | 3757 | W: http://www.linuxfoundation.org/en/Net:Bridge |
1da177e4 | 3758 | S: Maintained |
679655da JP |
3759 | F: include/linux/netfilter_bridge/ |
3760 | F: net/bridge/ | |
1da177e4 | 3761 | |
22f08ad9 FF |
3762 | ETHERNET PHY LIBRARY |
3763 | M: Florian Fainelli <[email protected]> | |
3764 | L: [email protected] | |
3765 | S: Maintained | |
3766 | F: include/linux/phy.h | |
3767 | F: include/linux/phy_fixed.h | |
3768 | F: drivers/net/phy/ | |
3769 | F: Documentation/networking/phy.txt | |
3770 | F: drivers/of/of_mdio.c | |
3771 | F: drivers/of/of_net.c | |
3772 | ||
1da177e4 | 3773 | EXT2 FILE SYSTEM |
01971952 | 3774 | M: Jan Kara <[email protected]> |
72be2ccf | 3775 | L: [email protected] |
1da177e4 | 3776 | S: Maintained |
679655da JP |
3777 | F: Documentation/filesystems/ext2.txt |
3778 | F: fs/ext2/ | |
3779 | F: include/linux/ext2* | |
1da177e4 LT |
3780 | |
3781 | EXT3 FILE SYSTEM | |
01971952 | 3782 | M: Jan Kara <[email protected]> |
8b58be88 | 3783 | M: Andrew Morton <[email protected]> |
3c373a5f | 3784 | M: Andreas Dilger <[email protected]> |
72be2ccf EM |
3785 | L: [email protected] |
3786 | S: Maintained | |
679655da JP |
3787 | F: Documentation/filesystems/ext3.txt |
3788 | F: fs/ext3/ | |
72be2ccf EM |
3789 | |
3790 | EXT4 FILE SYSTEM | |
8b58be88 | 3791 | M: "Theodore Ts'o" <[email protected]> |
3c373a5f | 3792 | M: Andreas Dilger <[email protected]> |
72be2ccf | 3793 | L: [email protected] |
08a225f1 | 3794 | W: http://ext4.wiki.kernel.org |
8a6e2535 | 3795 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ |
1da177e4 | 3796 | S: Maintained |
679655da JP |
3797 | F: Documentation/filesystems/ext4.txt |
3798 | F: fs/ext4/ | |
1da177e4 | 3799 | |
c5532b09 | 3800 | Extended Verification Module (EVM) |
74dd744f MZ |
3801 | M: Mimi Zohar <[email protected]> |
3802 | L: [email protected] | |
3803 | L: [email protected] | |
c5532b09 MZ |
3804 | S: Supported |
3805 | F: security/integrity/evm/ | |
3806 | ||
df6b3cfe MH |
3807 | EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) |
3808 | M: MyungJoo Ham <[email protected]> | |
3809 | M: Chanwoo Choi <[email protected]> | |
3810 | L: [email protected] | |
81df63a9 | 3811 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git |
df6b3cfe MH |
3812 | S: Maintained |
3813 | F: drivers/extcon/ | |
3814 | F: Documentation/extcon/ | |
3815 | ||
e2a75c44 JH |
3816 | EXYNOS DP DRIVER |
3817 | M: Jingoo Han <[email protected]> | |
3818 | L: [email protected] | |
3819 | S: Maintained | |
3820 | F: drivers/gpu/drm/exynos/exynos_dp* | |
3821 | ||
33ad3912 DL |
3822 | EXYNOS MIPI DISPLAY DRIVERS |
3823 | M: Inki Dae <[email protected]> | |
3824 | M: Donghwa Lee <[email protected]> | |
3825 | M: Kyungmin Park <[email protected]> | |
3826 | L: [email protected] | |
3827 | S: Maintained | |
8a61f013 | 3828 | F: drivers/video/fbdev/exynos/exynos_mipi* |
33ad3912 DL |
3829 | F: include/video/exynos_mipi* |
3830 | ||
e53004e2 | 3831 | F71805F HARDWARE MONITORING DRIVER |
7c81c60f | 3832 | M: Jean Delvare <[email protected]> |
e53004e2 JD |
3833 | L: [email protected] |
3834 | S: Maintained | |
679655da JP |
3835 | F: Documentation/hwmon/f71805f |
3836 | F: drivers/hwmon/f71805f.c | |
e53004e2 | 3837 | |
eea977ed MB |
3838 | FC0011 TUNER DRIVER |
3839 | M: Michael Buesch <[email protected]> | |
3840 | L: [email protected] | |
3841 | S: Maintained | |
ccae7af2 MCC |
3842 | F: drivers/media/tuners/fc0011.h |
3843 | F: drivers/media/tuners/fc0011.c | |
eea977ed | 3844 | |
91952bc0 AP |
3845 | FC2580 MEDIA DRIVER |
3846 | M: Antti Palosaari <[email protected]> | |
3847 | L: [email protected] | |
3848 | W: http://linuxtv.org/ | |
3849 | W: http://palosaari.fi/linux/ | |
3850 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3851 | T: git git://linuxtv.org/anttip/media_tree.git | |
3852 | S: Maintained | |
3853 | F: drivers/media/tuners/fc2580* | |
eea977ed | 3854 | |
88b2dbdb EP |
3855 | FANOTIFY |
3856 | M: Eric Paris <[email protected]> | |
3857 | S: Maintained | |
3858 | F: fs/notify/fanotify/ | |
3859 | F: include/linux/fanotify.h | |
c117ab84 | 3860 | F: include/uapi/linux/fanotify.h |
88b2dbdb | 3861 | |
1da177e4 | 3862 | FARSYNC SYNCHRONOUS DRIVER |
8b58be88 | 3863 | M: Kevin Curtis <[email protected]> |
1da177e4 LT |
3864 | W: http://www.farsite.co.uk/ |
3865 | S: Supported | |
679655da | 3866 | F: drivers/net/wan/farsync.* |
1da177e4 | 3867 | |
c5408b88 | 3868 | FAULT INJECTION SUPPORT |
8b58be88 | 3869 | M: Akinobu Mita <[email protected]> |
c5408b88 | 3870 | S: Supported |
679655da JP |
3871 | F: Documentation/fault-injection/ |
3872 | F: lib/fault-inject.c | |
c5408b88 | 3873 | |
cae727db RL |
3874 | FCOE SUBSYSTEM (libfc, libfcoe, fcoe) |
3875 | M: Robert Love <[email protected]> | |
f4aaea6d | 3876 | L: [email protected] |
cae727db RL |
3877 | W: www.Open-FCoE.org |
3878 | S: Supported | |
3879 | F: drivers/scsi/libfc/ | |
3880 | F: drivers/scsi/fcoe/ | |
3881 | F: include/scsi/fc/ | |
3882 | F: include/scsi/libfc.h | |
3883 | F: include/scsi/libfcoe.h | |
c117ab84 | 3884 | F: include/uapi/scsi/fc/ |
cae727db | 3885 | |
e2d1d6c0 | 3886 | FILE LOCKING (flock() and fcntl()/lockf()) |
8c836fa8 | 3887 | M: Jeff Layton <[email protected]> |
18156e7e | 3888 | M: J. Bruce Fields <[email protected]> |
e2d1d6c0 | 3889 | L: [email protected] |
1da177e4 | 3890 | S: Maintained |
679655da JP |
3891 | F: include/linux/fcntl.h |
3892 | F: include/linux/fs.h | |
c117ab84 CEB |
3893 | F: include/uapi/linux/fcntl.h |
3894 | F: include/uapi/linux/fs.h | |
679655da JP |
3895 | F: fs/fcntl.c |
3896 | F: fs/locks.c | |
1da177e4 | 3897 | |
e2d1d6c0 | 3898 | FILESYSTEMS (VFS and infrastructure) |
8b58be88 | 3899 | M: Alexander Viro <[email protected]> |
e2d1d6c0 | 3900 | L: [email protected] |
173acc7c | 3901 | S: Maintained |
679655da | 3902 | F: fs/* |
173acc7c | 3903 | |
b26e0ed4 | 3904 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
05576a1e | 3905 | M: Riku Voipio <[email protected]> |
b26e0ed4 RV |
3906 | L: [email protected] |
3907 | S: Maintained | |
d5ca6918 JP |
3908 | F: drivers/hwmon/f75375s.c |
3909 | F: include/linux/f75375s.h | |
b26e0ed4 | 3910 | |
a331b0c3 CL |
3911 | FIREWIRE AUDIO DRIVERS |
3912 | M: Clemens Ladisch <[email protected]> | |
3913 | L: [email protected] (moderated for non-subscribers) | |
3914 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3915 | S: Maintained | |
3916 | F: sound/firewire/ | |
3917 | ||
eb86ec51 SR |
3918 | FIREWIRE MEDIA DRIVERS (firedtv) |
3919 | M: Stefan Richter <[email protected]> | |
3920 | L: [email protected] | |
3921 | L: [email protected] | |
3922 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | |
3923 | S: Maintained | |
3924 | F: drivers/media/firewire/ | |
3925 | ||
a511ce33 CB |
3926 | FIREWIRE SBP-2 TARGET |
3927 | M: Chris Boot <[email protected]> | |
3928 | L: [email protected] | |
3929 | L: [email protected] | |
3930 | L: [email protected] | |
3931 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master | |
3932 | S: Maintained | |
3933 | F: drivers/target/sbp/ | |
3934 | ||
7d2c86b5 | 3935 | FIREWIRE SUBSYSTEM |
8b58be88 | 3936 | M: Stefan Richter <[email protected]> |
e2d1d6c0 | 3937 | L: [email protected] |
958a29cb | 3938 | W: http://ieee1394.wiki.kernel.org/ |
2ca526bf | 3939 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git |
e2d1d6c0 | 3940 | S: Maintained |
679655da | 3941 | F: drivers/firewire/ |
8f06ce3b SR |
3942 | F: include/linux/firewire.h |
3943 | F: include/uapi/linux/firewire*.h | |
9f6d3c4b | 3944 | F: tools/firewire/ |
e2d1d6c0 RD |
3945 | |
3946 | FIRMWARE LOADER (request_firmware) | |
39e68089 ML |
3947 | M: Ming Lei <[email protected]> |
3948 | L: [email protected] | |
3949 | S: Maintained | |
679655da JP |
3950 | F: Documentation/firmware_class/ |
3951 | F: drivers/base/firmware*.c | |
3952 | F: include/linux/firmware.h | |
e2d1d6c0 | 3953 | |
f730e3dc | 3954 | FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card) |
9bb3c446 PK |
3955 | M: Joshua Morris <[email protected]> |
3956 | M: Philip Kelleher <[email protected]> | |
3957 | S: Maintained | |
3958 | F: drivers/block/rsxx/ | |
3959 | ||
8206f664 JK |
3960 | FLOPPY DRIVER |
3961 | M: Jiri Kosina <[email protected]> | |
3962 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | |
3963 | S: Odd fixes | |
3964 | F: drivers/block/floppy.c | |
3965 | ||
9c9f32ed AR |
3966 | FMC SUBSYSTEM |
3967 | M: Alessandro Rubini <[email protected]> | |
3968 | W: http://www.ohwr.org/projects/fmc-bus | |
3969 | S: Supported | |
3970 | F: drivers/fmc/ | |
3971 | F: include/linux/fmc*.h | |
3972 | F: include/linux/ipmi-fru.h | |
3973 | K: fmc_d.*register | |
3974 | ||
e2d1d6c0 | 3975 | FPU EMULATOR |
8b58be88 | 3976 | M: Bill Metzenthen <[email protected]> |
e769980f | 3977 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
e2d1d6c0 | 3978 | S: Maintained |
679655da | 3979 | F: arch/x86/math-emu/ |
e2d1d6c0 RD |
3980 | |
3981 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
e2d1d6c0 | 3982 | L: [email protected] |
c173bfac | 3983 | S: Orphan |
679655da JP |
3984 | F: drivers/net/wan/dlci.c |
3985 | F: drivers/net/wan/sdla.c | |
e2d1d6c0 RD |
3986 | |
3987 | FRAMEBUFFER LAYER | |
5489e948 JCPV |
3988 | M: Jean-Christophe Plagniol-Villard <[email protected]> |
3989 | M: Tomi Valkeinen <[email protected]> | |
c69f677c | 3990 | L: [email protected] |
e2d1d6c0 | 3991 | W: http://linux-fbdev.sourceforge.net/ |
b22fe37b | 3992 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
5489e948 | 3993 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git |
56be1416 | 3994 | S: Maintained |
679655da | 3995 | F: Documentation/fb/ |
d958c62c | 3996 | F: Documentation/devicetree/bindings/fb/ |
b22fe37b PM |
3997 | F: drivers/video/ |
3998 | F: include/video/ | |
679655da | 3999 | F: include/linux/fb.h |
c117ab84 CEB |
4000 | F: include/uapi/video/ |
4001 | F: include/uapi/linux/fb.h | |
e2d1d6c0 | 4002 | |
a57c188e | 4003 | FREESCALE DIU FRAMEBUFFER DRIVER |
c4ef9bc4 | 4004 | M: Timur Tabi <[email protected]> |
a57c188e | 4005 | L: [email protected] |
c4ef9bc4 | 4006 | S: Maintained |
8a61f013 | 4007 | F: drivers/video/fbdev/fsl-diu-fb.* |
a57c188e | 4008 | |
e2d1d6c0 | 4009 | FREESCALE DMA DRIVER |
8b58be88 JP |
4010 | M: Li Yang <[email protected]> |
4011 | M: Zhang Wei <[email protected]> | |
a4724ed6 | 4012 | L: [email protected] |
e2d1d6c0 | 4013 | S: Maintained |
679655da | 4014 | F: drivers/dma/fsldma.* |
e2d1d6c0 RD |
4015 | |
4016 | FREESCALE I2C CPM DRIVER | |
8b58be88 | 4017 | M: Jochen Friedrich <[email protected]> |
a4724ed6 | 4018 | L: [email protected] |
846557d3 | 4019 | L: [email protected] |
0d2b405a | 4020 | S: Maintained |
679655da | 4021 | F: drivers/i2c/busses/i2c-cpm.c |
0d2b405a | 4022 | |
60e8c5ab | 4023 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
8b58be88 | 4024 | M: Sascha Hauer <[email protected]> |
c69f677c | 4025 | L: [email protected] |
efc03ecb | 4026 | L: [email protected] (moderated for non-subscribers) |
60e8c5ab | 4027 | S: Maintained |
bad985a1 | 4028 | F: include/linux/platform_data/video-imxfb.h |
8a61f013 | 4029 | F: drivers/video/fbdev/imxfb.c |
60e8c5ab | 4030 | |
4689a6b1 | 4031 | FREESCALE SOC FS_ENET DRIVER |
8b58be88 JP |
4032 | M: Pantelis Antoniou <[email protected]> |
4033 | M: Vitaly Bordug <[email protected]> | |
a4724ed6 | 4034 | L: [email protected] |
4689a6b1 PA |
4035 | L: [email protected] |
4036 | S: Maintained | |
ec21e2ec | 4037 | F: drivers/net/ethernet/freescale/fs_enet/ |
679655da | 4038 | F: include/linux/fs_enet_pd.h |
4689a6b1 | 4039 | |
d9e9d82c | 4040 | FREESCALE QUICC ENGINE LIBRARY |
a4724ed6 | 4041 | L: [email protected] |
c4ef9bc4 | 4042 | S: Orphan |
679655da JP |
4043 | F: arch/powerpc/sysdev/qe_lib/ |
4044 | F: arch/powerpc/include/asm/*qe.h | |
d9e9d82c | 4045 | |
b55ef929 | 4046 | FREESCALE USB PERIPHERAL DRIVERS |
8b58be88 | 4047 | M: Li Yang <[email protected]> |
6372594a | 4048 | L: [email protected] |
a4724ed6 | 4049 | L: [email protected] |
a7205b30 | 4050 | S: Maintained |
faf2e1db | 4051 | F: drivers/usb/gadget/udc/fsl* |
a7205b30 | 4052 | |
beaf53bf | 4053 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
8b58be88 | 4054 | M: Li Yang <[email protected]> |
beaf53bf | 4055 | L: [email protected] |
a4724ed6 | 4056 | L: [email protected] |
beaf53bf | 4057 | S: Maintained |
ec21e2ec | 4058 | F: drivers/net/ethernet/freescale/ucc_geth* |
beaf53bf | 4059 | |
d9e9d82c | 4060 | FREESCALE QUICC ENGINE UCC UART DRIVER |
c4ef9bc4 | 4061 | M: Timur Tabi <[email protected]> |
a4724ed6 | 4062 | L: [email protected] |
c4ef9bc4 | 4063 | S: Maintained |
df621252 | 4064 | F: drivers/tty/serial/ucc_uart.c |
d9e9d82c TT |
4065 | |
4066 | FREESCALE SOC SOUND DRIVERS | |
c4ef9bc4 | 4067 | M: Timur Tabi <[email protected]> |
dc85950a | 4068 | M: Nicolin Chen <[email protected]> |
b4b98297 | 4069 | M: Xiubo Li <[email protected]> |
93711660 | 4070 | L: [email protected] (moderated for non-subscribers) |
a4724ed6 | 4071 | L: [email protected] |
c4ef9bc4 | 4072 | S: Maintained |
69aefcea | 4073 | F: sound/soc/fsl/fsl* |
dc85950a | 4074 | F: sound/soc/fsl/imx* |
69aefcea | 4075 | F: sound/soc/fsl/mpc8610_hpcd.c |
d9e9d82c | 4076 | |
1da177e4 | 4077 | FREEVXFS FILESYSTEM |
8b58be88 | 4078 | M: Christoph Hellwig <[email protected]> |
1da177e4 LT |
4079 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
4080 | S: Maintained | |
679655da | 4081 | F: fs/freevxfs/ |
1da177e4 | 4082 | |
71038f52 | 4083 | FREEZER |
49db1903 | 4084 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 4085 | M: Pavel Machek <[email protected]> |
bf1c138e | 4086 | L: [email protected] |
71038f52 | 4087 | S: Supported |
679655da JP |
4088 | F: Documentation/power/freezing-of-tasks.txt |
4089 | F: include/linux/freezer.h | |
4090 | F: kernel/freezer.c | |
71038f52 | 4091 | |
839a1f79 KRW |
4092 | FRONTSWAP API |
4093 | M: Konrad Rzeszutek Wilk <[email protected]> | |
4094 | L: [email protected] | |
4095 | S: Maintained | |
4096 | F: mm/frontswap.c | |
4097 | F: include/linux/frontswap.h | |
4098 | ||
a5432f5a | 4099 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
8b58be88 | 4100 | M: David Howells <[email protected]> |
a5432f5a DH |
4101 | L: [email protected] |
4102 | S: Supported | |
4103 | F: Documentation/filesystems/caching/ | |
4104 | F: fs/fscache/ | |
4105 | F: include/linux/fscache*.h | |
4106 | ||
f58ad8f5 | 4107 | F2FS FILE SYSTEM |
9b29d481 | 4108 | M: Jaegeuk Kim <[email protected]> |
f6238a72 | 4109 | M: Changman Lee <[email protected]> |
f58ad8f5 JK |
4110 | L: [email protected] |
4111 | W: http://en.wikipedia.org/wiki/F2FS | |
4112 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git | |
4113 | S: Maintained | |
4114 | F: Documentation/filesystems/f2fs.txt | |
3bac380c | 4115 | F: Documentation/ABI/testing/sysfs-fs-f2fs |
f58ad8f5 JK |
4116 | F: fs/f2fs/ |
4117 | F: include/linux/f2fs_fs.h | |
4118 | ||
5ab7ffea | 4119 | FUJITSU FR-V (FRV) PORT |
8b58be88 | 4120 | M: David Howells <[email protected]> |
1da177e4 | 4121 | S: Maintained |
679655da | 4122 | F: arch/frv/ |
1da177e4 | 4123 | |
20b93734 | 4124 | FUJITSU LAPTOP EXTRAS |
409a3e98 | 4125 | M: Jonathan Woithe <[email protected]> |
d0944853 | 4126 | L: [email protected] |
20b93734 | 4127 | S: Maintained |
679655da | 4128 | F: drivers/platform/x86/fujitsu-laptop.c |
20b93734 | 4129 | |
4da621b6 HK |
4130 | FUJITSU M-5MO LS CAMERA ISP DRIVER |
4131 | M: Kyungmin Park <[email protected]> | |
4132 | M: Heungjun Kim <[email protected]> | |
4133 | L: [email protected] | |
4134 | S: Maintained | |
90d72ac6 | 4135 | F: drivers/media/i2c/m5mols/ |
4da621b6 HK |
4136 | F: include/media/m5mols.h |
4137 | ||
2d24c490 RG |
4138 | FUJITSU TABLET EXTRAS |
4139 | M: Robert Gerlach <[email protected]> | |
4140 | L: [email protected] | |
4141 | S: Maintained | |
4142 | F: drivers/platform/x86/fujitsu-tablet.c | |
4143 | ||
04578f17 | 4144 | FUSE: FILESYSTEM IN USERSPACE |
8b58be88 | 4145 | M: Miklos Szeredi <[email protected]> |
04578f17 MS |
4146 | L: [email protected] |
4147 | W: http://fuse.sourceforge.net/ | |
4148 | S: Maintained | |
679655da | 4149 | F: fs/fuse/ |
c117ab84 | 4150 | F: include/uapi/linux/fuse.h |
04578f17 | 4151 | |
1da177e4 | 4152 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
8b58be88 | 4153 | M: Rik Faith <[email protected]> |
1da177e4 | 4154 | L: [email protected] |
baaea1dc | 4155 | S: Odd Fixes (e.g., new signatures) |
679655da | 4156 | F: drivers/scsi/fdomain.* |
1da177e4 | 4157 | |
d8e2162c PO |
4158 | GCOV BASED KERNEL PROFILING |
4159 | M: Peter Oberparleiter <[email protected]> | |
4160 | S: Maintained | |
4161 | F: kernel/gcov/ | |
4162 | F: Documentation/gcov.txt | |
4163 | ||
1da177e4 | 4164 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
8b58be88 | 4165 | M: Achim Leubner <[email protected]> |
1da177e4 LT |
4166 | L: [email protected] |
4167 | W: http://www.icp-vortex.com/ | |
4168 | S: Supported | |
679655da | 4169 | F: drivers/scsi/gdt* |
1da177e4 | 4170 | |
3169a1c7 HV |
4171 | GEMTEK FM RADIO RECEIVER DRIVER |
4172 | M: Hans Verkuil <[email protected]> | |
4173 | L: [email protected] | |
4174 | T: git git://linuxtv.org/media_tree.git | |
4175 | W: http://linuxtv.org | |
4176 | S: Maintained | |
4177 | F: drivers/media/radio/radio-gemtek* | |
4178 | ||
1c23af90 | 4179 | GENERIC GPIO I2C DRIVER |
880b0e26 | 4180 | M: Haavard Skinnemoen <[email protected]> |
1c23af90 | 4181 | S: Supported |
679655da JP |
4182 | F: drivers/i2c/busses/i2c-gpio.c |
4183 | F: include/linux/i2c-gpio.h | |
1c23af90 | 4184 | |
92ed1a76 PK |
4185 | GENERIC GPIO I2C MULTIPLEXER DRIVER |
4186 | M: Peter Korsgaard <[email protected]> | |
4187 | L: [email protected] | |
4188 | S: Supported | |
e7065e20 JD |
4189 | F: drivers/i2c/muxes/i2c-mux-gpio.c |
4190 | F: include/linux/i2c-mux-gpio.h | |
4191 | F: Documentation/i2c/muxes/i2c-mux-gpio | |
92ed1a76 | 4192 | |
9251ce95 | 4193 | GENERIC HDLC (WAN) DRIVERS |
8b58be88 | 4194 | M: Krzysztof Halasa <[email protected]> |
1da177e4 LT |
4195 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
4196 | S: Maintained | |
679655da JP |
4197 | F: drivers/net/wan/c101.c |
4198 | F: drivers/net/wan/hd6457* | |
4199 | F: drivers/net/wan/hdlc* | |
4200 | F: drivers/net/wan/n2.c | |
4201 | F: drivers/net/wan/pc300too.c | |
4202 | F: drivers/net/wan/pci200syn.c | |
4203 | F: drivers/net/wan/wanxl* | |
1da177e4 | 4204 | |
1527aab6 | 4205 | GENERIC INCLUDE/ASM HEADER FILES |
8b58be88 | 4206 | M: Arnd Bergmann <[email protected]> |
1527aab6 AB |
4207 | L: [email protected] |
4208 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | |
4209 | S: Maintained | |
14430813 JP |
4210 | F: include/asm-generic/ |
4211 | F: include/uapi/asm-generic/ | |
1527aab6 | 4212 | |
ff764963 KVA |
4213 | GENERIC PHY FRAMEWORK |
4214 | M: Kishon Vijay Abraham I <[email protected]> | |
4215 | L: [email protected] | |
4216 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git | |
4217 | S: Supported | |
4218 | F: drivers/phy/ | |
4219 | F: include/linux/phy/ | |
4220 | ||
ccb86a69 | 4221 | GENERIC UIO DRIVER FOR PCI DEVICES |
bda2562c | 4222 | M: "Michael S. Tsirkin" <[email protected]> |
ccb86a69 | 4223 | L: [email protected] |
ccb86a69 MT |
4224 | S: Supported |
4225 | F: drivers/uio/uio_pci_generic.c | |
4226 | ||
f8f1ec73 JP |
4227 | GET_MAINTAINER SCRIPT |
4228 | M: Joe Perches <[email protected]> | |
4229 | S: Maintained | |
4230 | F: scripts/get_maintainer.pl | |
4231 | ||
5be7b50f | 4232 | GFS2 FILE SYSTEM |
8b58be88 | 4233 | M: Steven Whitehouse <[email protected]> |
a4644184 | 4234 | L: [email protected] |
5be7b50f | 4235 | W: http://sources.redhat.com/cluster/ |
08deed1e JP |
4236 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git |
4237 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git | |
5be7b50f | 4238 | S: Supported |
679655da JP |
4239 | F: Documentation/filesystems/gfs2*.txt |
4240 | F: fs/gfs2/ | |
c117ab84 | 4241 | F: include/uapi/linux/gfs2_ondisk.h |
5be7b50f | 4242 | |
0a34eb8f | 4243 | GIGASET ISDN DRIVERS |
8b58be88 JP |
4244 | M: Hansjoerg Lipp <[email protected]> |
4245 | M: Tilman Schmidt <[email protected]> | |
0a34eb8f HL |
4246 | L: [email protected] |
4247 | W: http://gigaset307x.sourceforge.net/ | |
4248 | S: Maintained | |
679655da JP |
4249 | F: Documentation/isdn/README.gigaset |
4250 | F: drivers/isdn/gigaset/ | |
c117ab84 | 4251 | F: include/uapi/linux/gigaset_dev.h |
0a34eb8f | 4252 | |
7eea35fe JP |
4253 | GO7007 MPEG CODEC |
4254 | M: Hans Verkuil <[email protected]> | |
4255 | L: [email protected] | |
4256 | S: Maintained | |
4257 | F: drivers/media/usb/go7007/ | |
4258 | ||
ca96ea86 BN |
4259 | GOODIX TOUCHSCREEN |
4260 | M: Bastien Nocera <[email protected]> | |
4261 | L: [email protected] | |
4262 | S: Maintained | |
4263 | F: drivers/input/touchscreen/goodix.c | |
4264 | ||
a0dc00b4 | 4265 | GPIO SUBSYSTEM |
e4651a9f | 4266 | M: Linus Walleij <[email protected]> |
f2fa75cd | 4267 | M: Alexandre Courbot <[email protected]> |
d15b7179 | 4268 | L: [email protected] |
f2fa75cd LW |
4269 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
4270 | S: Maintained | |
4271 | F: Documentation/gpio/ | |
a0dc00b4 | 4272 | F: drivers/gpio/ |
bdc6e95e AC |
4273 | F: include/linux/gpio/ |
4274 | F: include/linux/gpio.h | |
9b692346 | 4275 | F: include/asm-generic/gpio.h |
a0dc00b4 | 4276 | |
71a6d0af HW |
4277 | GRE DEMULTIPLEXER DRIVER |
4278 | M: Dmitry Kozlov <[email protected]> | |
4279 | L: [email protected] | |
4280 | S: Maintained | |
11c26770 JP |
4281 | F: net/ipv4/gre_demux.c |
4282 | F: net/ipv4/gre_offload.c | |
71a6d0af HW |
4283 | F: include/net/gre.h |
4284 | ||
d4c41139 KG |
4285 | GRETH 10/100/1G Ethernet MAC device driver |
4286 | M: Kristoffer Glembo <[email protected]> | |
4287 | L: [email protected] | |
4288 | S: Maintained | |
a31a96ad | 4289 | F: drivers/net/ethernet/aeroflex/ |
d4c41139 | 4290 | |
e8deeae2 | 4291 | GSPCA FINEPIX SUBDRIVER |
8b58be88 | 4292 | M: Frank Zago <[email protected]> |
661263b5 | 4293 | L: [email protected] |
275ffde4 | 4294 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4295 | S: Maintained |
0c0d06ca | 4296 | F: drivers/media/usb/gspca/finepix.c |
e8deeae2 | 4297 | |
4b3fa3c4 OL |
4298 | GSPCA GL860 SUBDRIVER |
4299 | M: Olivier Lorin <[email protected]> | |
4300 | L: [email protected] | |
275ffde4 | 4301 | T: git git://linuxtv.org/media_tree.git |
4b3fa3c4 | 4302 | S: Maintained |
0c0d06ca | 4303 | F: drivers/media/usb/gspca/gl860/ |
4b3fa3c4 | 4304 | |
e8deeae2 | 4305 | GSPCA M5602 SUBDRIVER |
8b58be88 | 4306 | M: Erik Andren <[email protected]> |
661263b5 | 4307 | L: [email protected] |
275ffde4 | 4308 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4309 | S: Maintained |
0c0d06ca | 4310 | F: drivers/media/usb/gspca/m5602/ |
e8deeae2 JFM |
4311 | |
4312 | GSPCA PAC207 SONIXB SUBDRIVER | |
8b58be88 | 4313 | M: Hans de Goede <[email protected]> |
661263b5 | 4314 | L: [email protected] |
275ffde4 | 4315 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4316 | S: Maintained |
0c0d06ca | 4317 | F: drivers/media/usb/gspca/pac207.c |
e8deeae2 | 4318 | |
261982f1 | 4319 | GSPCA SN9C20X SUBDRIVER |
d95c5b0b | 4320 | M: Brian Johnson <[email protected]> |
261982f1 | 4321 | L: [email protected] |
275ffde4 | 4322 | T: git git://linuxtv.org/media_tree.git |
261982f1 | 4323 | S: Maintained |
0c0d06ca | 4324 | F: drivers/media/usb/gspca/sn9c20x.c |
261982f1 | 4325 | |
e8deeae2 | 4326 | GSPCA T613 SUBDRIVER |
8b58be88 | 4327 | M: Leandro Costantino <[email protected]> |
661263b5 | 4328 | L: [email protected] |
275ffde4 | 4329 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4330 | S: Maintained |
0c0d06ca | 4331 | F: drivers/media/usb/gspca/t613.c |
e8deeae2 JFM |
4332 | |
4333 | GSPCA USB WEBCAM DRIVER | |
fc3f906b | 4334 | M: Hans de Goede <[email protected]> |
661263b5 | 4335 | L: [email protected] |
275ffde4 | 4336 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4337 | S: Maintained |
0c0d06ca | 4338 | F: drivers/media/usb/gspca/ |
e8deeae2 | 4339 | |
584ec979 DB |
4340 | GUID PARTITION TABLE (GPT) |
4341 | M: Davidlohr Bueso <[email protected]> | |
4342 | L: [email protected] | |
4343 | S: Maintained | |
4344 | F: block/partitions/efi.* | |
4345 | ||
aa3c598b EG |
4346 | STK1160 USB VIDEO CAPTURE DRIVER |
4347 | M: Ezequiel Garcia <[email protected]> | |
4348 | L: [email protected] | |
275ffde4 | 4349 | T: git git://linuxtv.org/media_tree.git |
aa3c598b EG |
4350 | S: Maintained |
4351 | F: drivers/media/usb/stk1160/ | |
e8deeae2 | 4352 | |
71a6d0af HW |
4353 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
4354 | M: Frank Seidel <[email protected]> | |
4355 | L: [email protected] | |
4356 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |
4357 | S: Maintained | |
4358 | F: drivers/platform/x86/hdaps.c | |
4359 | ||
48fc9e26 HV |
4360 | HDPVR USB VIDEO ENCODER DRIVER |
4361 | M: Hans Verkuil <[email protected]> | |
4362 | L: [email protected] | |
4363 | T: git git://linuxtv.org/media_tree.git | |
4364 | W: http://linuxtv.org | |
4365 | S: Odd Fixes | |
14430813 | 4366 | F: drivers/media/usb/hdpvr/ |
48fc9e26 | 4367 | |
71a6d0af | 4368 | HWPOISON MEMORY FAILURE HANDLING |
f9625c48 | 4369 | M: Naoya Horiguchi <[email protected]> |
71a6d0af | 4370 | L: [email protected] |
71a6d0af HW |
4371 | S: Maintained |
4372 | F: mm/memory-failure.c | |
4373 | F: mm/hwpoison-inject.c | |
4374 | ||
4375 | HYPERVISOR VIRTUAL CONSOLE DRIVER | |
4376 | L: [email protected] | |
4377 | S: Odd Fixes | |
4378 | F: drivers/tty/hvc/ | |
4379 | ||
e5ab1477 AP |
4380 | HACKRF MEDIA DRIVER |
4381 | M: Antti Palosaari <[email protected]> | |
4382 | L: [email protected] | |
4383 | W: http://linuxtv.org/ | |
4384 | W: http://palosaari.fi/linux/ | |
4385 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4386 | T: git git://linuxtv.org/anttip/media_tree.git | |
4387 | S: Maintained | |
4388 | F: drivers/media/usb/hackrf/ | |
4389 | ||
5b543965 | 4390 | HARDWARE MONITORING |
7c81c60f | 4391 | M: Jean Delvare <[email protected]> |
ca462085 | 4392 | M: Guenter Roeck <[email protected]> |
5b543965 | 4393 | L: [email protected] |
595142e0 | 4394 | W: http://www.lm-sensors.org/ |
9e012c1a | 4395 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ |
885374e3 | 4396 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git |
9e012c1a | 4397 | S: Maintained |
047f4ec2 | 4398 | F: Documentation/hwmon/ |
679655da | 4399 | F: drivers/hwmon/ |
047f4ec2 | 4400 | F: include/linux/hwmon*.h |
5b543965 | 4401 | |
844dd05f | 4402 | HARDWARE RANDOM NUMBER GENERATOR CORE |
c0d0787b JP |
4403 | M: Matt Mackall <[email protected]> |
4404 | M: Herbert Xu <[email protected]> | |
4405 | S: Odd fixes | |
679655da JP |
4406 | F: Documentation/hw_random.txt |
4407 | F: drivers/char/hw_random/ | |
4408 | F: include/linux/hw_random.h | |
844dd05f | 4409 | |
8b37fcfc OBC |
4410 | HARDWARE SPINLOCK CORE |
4411 | M: Ohad Ben-Cohen <[email protected]> | |
4412 | S: Maintained | |
4413 | F: Documentation/hwspinlock.txt | |
4414 | F: drivers/hwspinlock/hwspinlock_* | |
4415 | F: include/linux/hwspinlock.h | |
4416 | ||
1da177e4 | 4417 | HARMONY SOUND DRIVER |
ac6aecbf | 4418 | L: [email protected] |
1da177e4 | 4419 | S: Maintained |
679655da | 4420 | F: sound/parisc/harmony.* |
1da177e4 | 4421 | |
91952bc0 AP |
4422 | HD29L2 MEDIA DRIVER |
4423 | M: Antti Palosaari <[email protected]> | |
4424 | L: [email protected] | |
4425 | W: http://linuxtv.org/ | |
4426 | W: http://palosaari.fi/linux/ | |
4427 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4428 | T: git git://linuxtv.org/anttip/media_tree.git | |
4429 | S: Maintained | |
4430 | F: drivers/media/dvb-frontends/hd29l2* | |
4431 | ||
e2d1d6c0 | 4432 | HEWLETT-PACKARD SMART2 RAID DRIVER |
e2d1d6c0 | 4433 | L: [email protected] |
af9f1b3c | 4434 | S: Orphan |
679655da JP |
4435 | F: Documentation/blockdev/cpqarray.txt |
4436 | F: drivers/block/cpqarray.* | |
e2d1d6c0 | 4437 | |
9257aa49 | 4438 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) |
693373db | 4439 | M: Don Brace <[email protected]> |
9257aa49 | 4440 | L: [email protected] |
693373db DB |
4441 | L: [email protected] |
4442 | L: [email protected] | |
9257aa49 SC |
4443 | S: Supported |
4444 | F: Documentation/scsi/hpsa.txt | |
4445 | F: drivers/scsi/hpsa*.[ch] | |
4446 | F: include/linux/cciss*.h | |
c117ab84 | 4447 | F: include/uapi/linux/cciss*.h |
9257aa49 | 4448 | |
e2d1d6c0 | 4449 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
693373db | 4450 | M: Don Brace <[email protected]> |
e2d1d6c0 | 4451 | L: [email protected] |
693373db DB |
4452 | L: [email protected] |
4453 | L: [email protected] | |
e2d1d6c0 | 4454 | S: Supported |
679655da JP |
4455 | F: Documentation/blockdev/cciss.txt |
4456 | F: drivers/block/cciss* | |
4457 | F: include/linux/cciss_ioctl.h | |
c117ab84 | 4458 | F: include/uapi/linux/cciss_ioctl.h |
e2d1d6c0 | 4459 | |
1da177e4 | 4460 | HFS FILESYSTEM |
6cf515e1 GU |
4461 | L: [email protected] |
4462 | S: Orphan | |
679655da JP |
4463 | F: Documentation/filesystems/hfs.txt |
4464 | F: fs/hfs/ | |
1da177e4 | 4465 | |
ef575f47 GU |
4466 | HFSPLUS FILESYSTEM |
4467 | L: [email protected] | |
4468 | S: Orphan | |
4469 | F: Documentation/filesystems/hfsplus.txt | |
4470 | F: fs/hfsplus/ | |
4471 | ||
1da177e4 | 4472 | HGA FRAMEBUFFER DRIVER |
8b58be88 | 4473 | M: Ferenc Bakonyi <[email protected]> |
1da177e4 LT |
4474 | L: [email protected] |
4475 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
4476 | S: Maintained | |
8a61f013 | 4477 | F: drivers/video/fbdev/hgafb.c |
1da177e4 | 4478 | |
4480f15b | 4479 | HIBERNATION (aka Software Suspend, aka swsusp) |
49db1903 | 4480 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 4481 | M: Pavel Machek <[email protected]> |
bf1c138e | 4482 | L: [email protected] |
e2d1d6c0 | 4483 | S: Supported |
679655da JP |
4484 | F: arch/x86/power/ |
4485 | F: drivers/base/power/ | |
4486 | F: kernel/power/ | |
4487 | F: include/linux/suspend.h | |
4488 | F: include/linux/freezer.h | |
4489 | F: include/linux/pm.h | |
679655da | 4490 | F: arch/*/include/asm/suspend*.h |
e2d1d6c0 | 4491 | |
4ef4caad | 4492 | HID CORE LAYER |
8b58be88 | 4493 | M: Jiri Kosina <[email protected]> |
eb76c5c0 | 4494 | L: [email protected] |
54e5881d | 4495 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad | 4496 | S: Maintained |
679655da JP |
4497 | F: drivers/hid/ |
4498 | F: include/linux/hid* | |
c117ab84 | 4499 | F: include/uapi/linux/hid* |
4ef4caad | 4500 | |
38bed542 | 4501 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
8b58be88 | 4502 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 4503 | L: [email protected] |
75fc2d37 | 4504 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
38bed542 | 4505 | S: Maintained |
679655da | 4506 | F: Documentation/timers/ |
5cee9645 | 4507 | F: kernel/time/hrtimer.c |
88606e80 TG |
4508 | F: kernel/time/clockevents.c |
4509 | F: kernel/time/tick*.* | |
4510 | F: kernel/time/timer_*.c | |
05ed8490 | 4511 | F: include/linux/clockchips.h |
679655da | 4512 | F: include/linux/hrtimer.h |
38bed542 | 4513 | |
1da177e4 | 4514 | HIGH-SPEED SCC DRIVER FOR AX.25 |
1da177e4 | 4515 | L: [email protected] |
8b64f2a0 | 4516 | S: Orphan |
679655da JP |
4517 | F: drivers/net/hamradio/dmascc.c |
4518 | F: drivers/net/hamradio/scc.c | |
1da177e4 | 4519 | |
ede1e6f8 | 4520 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
8b58be88 | 4521 | M: HighPoint Linux Team <[email protected]> |
ede1e6f8 HLT |
4522 | W: http://www.highpoint-tech.com |
4523 | S: Supported | |
679655da JP |
4524 | F: Documentation/scsi/hptiop.txt |
4525 | F: drivers/scsi/hptiop.c | |
ede1e6f8 | 4526 | |
1da177e4 | 4527 | HIPPI |
8b58be88 | 4528 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
4529 | L: [email protected] |
4530 | S: Maintained | |
679655da | 4531 | F: include/linux/hippidevice.h |
c117ab84 | 4532 | F: include/uapi/linux/if_hippi.h |
679655da | 4533 | F: net/802/hippi.c |
ff5a3b50 | 4534 | F: drivers/net/hippi/ |
1da177e4 | 4535 | |
ff1d2767 | 4536 | HOST AP DRIVER |
8b58be88 | 4537 | M: Jouni Malinen <[email protected]> |
85d32e7b | 4538 | L: [email protected] (subscribers-only) |
724c6b35 | 4539 | L: [email protected] |
ff1d2767 JM |
4540 | W: http://hostap.epitest.fi/ |
4541 | S: Maintained | |
679655da | 4542 | F: drivers/net/wireless/hostap/ |
ff1d2767 | 4543 | |
dd8cd779 | 4544 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
d0944853 | 4545 | L: [email protected] |
95c70215 | 4546 | S: Orphan |
679655da | 4547 | F: drivers/platform/x86/tc1100-wmi.c |
dd8cd779 | 4548 | |
e2d1d6c0 | 4549 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
8b58be88 | 4550 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 4551 | S: Maintained |
7e25d724 | 4552 | F: drivers/net/ethernet/hp/hp100.* |
e2d1d6c0 | 4553 | |
7d2c86b5 | 4554 | HPET: High Precision Event Timers driver |
8b58be88 | 4555 | M: Clemens Ladisch <[email protected]> |
b9b0332f | 4556 | S: Maintained |
679655da JP |
4557 | F: Documentation/timers/hpet.txt |
4558 | F: drivers/char/hpet.c | |
4559 | F: include/linux/hpet.h | |
c117ab84 | 4560 | F: include/uapi/linux/hpet.h |
b9b0332f | 4561 | |
e07b5d79 | 4562 | HPET: x86 |
9e06f631 | 4563 | S: Orphan |
679655da JP |
4564 | F: arch/x86/kernel/hpet.c |
4565 | F: arch/x86/include/asm/hpet.h | |
b9b0332f | 4566 | |
1da177e4 | 4567 | HPFS FILESYSTEM |
8b58be88 | 4568 | M: Mikulas Patocka <[email protected]> |
1da177e4 LT |
4569 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
4570 | S: Maintained | |
679655da | 4571 | F: fs/hpfs/ |
1da177e4 | 4572 | |
3441cded | 4573 | HSI SUBSYSTEM |
56459ea9 SR |
4574 | M: Sebastian Reichel <[email protected]> |
4575 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git | |
3441cded SR |
4576 | S: Maintained |
4577 | F: Documentation/ABI/testing/sysfs-bus-hsi | |
56459ea9 | 4578 | F: Documentation/hsi.txt |
3441cded SR |
4579 | F: drivers/hsi/ |
4580 | F: include/linux/hsi/ | |
4581 | F: include/uapi/linux/hsi/ | |
4582 | ||
7d2c86b5 | 4583 | HSO 3G MODEM DRIVER |
8b58be88 | 4584 | M: Jan Dumon <[email protected]> |
11cd29b0 DJB |
4585 | W: http://www.pharscape.org |
4586 | S: Maintained | |
679655da | 4587 | F: drivers/net/usb/hso.c |
11cd29b0 | 4588 | |
19990e29 AB |
4589 | HSR NETWORK PROTOCOL |
4590 | M: Arvid Brodin <[email protected]> | |
4591 | L: [email protected] | |
4592 | S: Maintained | |
4593 | F: net/hsr/ | |
4594 | ||
5a18c343 | 4595 | HTCPEN TOUCHSCREEN DRIVER |
8b58be88 | 4596 | M: Pau Oliva Fora <[email protected]> |
5a18c343 POF |
4597 | L: [email protected] |
4598 | S: Maintained | |
679655da | 4599 | F: drivers/input/touchscreen/htcpen.c |
5a18c343 | 4600 | |
1da177e4 | 4601 | HUGETLB FILESYSTEM |
6d49e352 | 4602 | M: Nadia Yvette Chambers <[email protected]> |
1da177e4 | 4603 | S: Maintained |
679655da | 4604 | F: fs/hugetlbfs/ |
1da177e4 | 4605 | |
05183189 S |
4606 | Hyper-V CORE AND DRIVERS |
4607 | M: K. Y. Srinivasan <[email protected]> | |
4608 | M: Haiyang Zhang <[email protected]> | |
4609 | L: [email protected] | |
4610 | S: Maintained | |
a4162747 HZ |
4611 | F: arch/x86/include/asm/mshyperv.h |
4612 | F: arch/x86/include/uapi/asm/hyperv.h | |
4613 | F: arch/x86/kernel/cpu/mshyperv.c | |
05183189 | 4614 | F: drivers/hid/hid-hyperv.c |
a4162747 | 4615 | F: drivers/hv/ |
f92ca80b | 4616 | F: drivers/input/serio/hyperv-keyboard.c |
05183189 | 4617 | F: drivers/net/hyperv/ |
a4162747 | 4618 | F: drivers/scsi/storvsc_drv.c |
8a61f013 | 4619 | F: drivers/video/fbdev/hyperv_fb.c |
a4162747 HZ |
4620 | F: include/linux/hyperv.h |
4621 | F: tools/hv/ | |
05183189 | 4622 | |
d85c8a6a | 4623 | I2C OVER PARALLEL PORT |
7c81c60f | 4624 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4625 | L: [email protected] |
4626 | S: Maintained | |
4627 | F: Documentation/i2c/busses/i2c-parport | |
4628 | F: Documentation/i2c/busses/i2c-parport-light | |
4629 | F: drivers/i2c/busses/i2c-parport.c | |
4630 | F: drivers/i2c/busses/i2c-parport-light.c | |
4631 | ||
4632 | I2C/SMBUS CONTROLLER DRIVERS FOR PC | |
7c81c60f | 4633 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4634 | L: [email protected] |
4635 | S: Maintained | |
4636 | F: Documentation/i2c/busses/i2c-ali1535 | |
4637 | F: Documentation/i2c/busses/i2c-ali1563 | |
4638 | F: Documentation/i2c/busses/i2c-ali15x3 | |
4639 | F: Documentation/i2c/busses/i2c-amd756 | |
4640 | F: Documentation/i2c/busses/i2c-amd8111 | |
4641 | F: Documentation/i2c/busses/i2c-i801 | |
4642 | F: Documentation/i2c/busses/i2c-nforce2 | |
4643 | F: Documentation/i2c/busses/i2c-piix4 | |
4644 | F: Documentation/i2c/busses/i2c-sis5595 | |
4645 | F: Documentation/i2c/busses/i2c-sis630 | |
4646 | F: Documentation/i2c/busses/i2c-sis96x | |
4647 | F: Documentation/i2c/busses/i2c-via | |
4648 | F: Documentation/i2c/busses/i2c-viapro | |
4649 | F: drivers/i2c/busses/i2c-ali1535.c | |
4650 | F: drivers/i2c/busses/i2c-ali1563.c | |
4651 | F: drivers/i2c/busses/i2c-ali15x3.c | |
4652 | F: drivers/i2c/busses/i2c-amd756.c | |
4653 | F: drivers/i2c/busses/i2c-amd756-s4882.c | |
4654 | F: drivers/i2c/busses/i2c-amd8111.c | |
4655 | F: drivers/i2c/busses/i2c-i801.c | |
4656 | F: drivers/i2c/busses/i2c-isch.c | |
4657 | F: drivers/i2c/busses/i2c-nforce2.c | |
4658 | F: drivers/i2c/busses/i2c-nforce2-s4985.c | |
4659 | F: drivers/i2c/busses/i2c-piix4.c | |
4660 | F: drivers/i2c/busses/i2c-sis5595.c | |
4661 | F: drivers/i2c/busses/i2c-sis630.c | |
4662 | F: drivers/i2c/busses/i2c-sis96x.c | |
4663 | F: drivers/i2c/busses/i2c-via.c | |
4664 | F: drivers/i2c/busses/i2c-viapro.c | |
4665 | ||
cb7f07a4 NH |
4666 | I2C/SMBUS ISMT DRIVER |
4667 | M: Seth Heasley <[email protected]> | |
4668 | M: Neil Horman <[email protected]> | |
4669 | L: [email protected] | |
4670 | F: drivers/i2c/busses/i2c-ismt.c | |
4671 | F: Documentation/i2c/busses/i2c-ismt | |
4672 | ||
6ea884db | 4673 | I2C/SMBUS STUB DRIVER |
7c81c60f | 4674 | M: Jean Delvare <[email protected]> |
846557d3 | 4675 | L: [email protected] |
6ea884db | 4676 | S: Maintained |
8547a5bc | 4677 | F: drivers/i2c/i2c-stub.c |
6ea884db | 4678 | |
5b543965 | 4679 | I2C SUBSYSTEM |
14d77c4d | 4680 | M: Wolfram Sang <[email protected]> |
846557d3 | 4681 | L: [email protected] |
9d4ea27a WS |
4682 | W: https://i2c.wiki.kernel.org/ |
4683 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | |
14d77c4d | 4684 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
1da177e4 | 4685 | S: Maintained |
40ed1b4c | 4686 | F: Documentation/devicetree/bindings/i2c/ |
679655da JP |
4687 | F: Documentation/i2c/ |
4688 | F: drivers/i2c/ | |
4689 | F: include/linux/i2c.h | |
03b70d62 | 4690 | F: include/linux/i2c-*.h |
c117ab84 CEB |
4691 | F: include/uapi/linux/i2c.h |
4692 | F: include/uapi/linux/i2c-*.h | |
1da177e4 | 4693 | |
4560d677 WS |
4694 | I2C ACPI SUPPORT |
4695 | M: Mika Westerberg <[email protected]> | |
4696 | L: [email protected] | |
4697 | L: [email protected] | |
4698 | S: Maintained | |
4560d677 | 4699 | |
d85c8a6a | 4700 | I2C-TAOS-EVM DRIVER |
7c81c60f | 4701 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4702 | L: [email protected] |
4703 | S: Maintained | |
4704 | F: Documentation/i2c/busses/i2c-taos-evm | |
4705 | F: drivers/i2c/busses/i2c-taos-evm.c | |
4706 | ||
e8c76eed | 4707 | I2C-TINY-USB DRIVER |
8b58be88 | 4708 | M: Till Harbaum <[email protected]> |
846557d3 | 4709 | L: [email protected] |
932d1872 | 4710 | W: http://www.harbaum.org/till/i2c_tiny_usb |
e8c76eed | 4711 | S: Maintained |
679655da | 4712 | F: drivers/i2c/busses/i2c-tiny-usb.c |
e8c76eed | 4713 | |
1da177e4 | 4714 | i386 BOOT CODE |
8b58be88 | 4715 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 4716 | S: Maintained |
679655da | 4717 | F: arch/x86/boot/ |
1da177e4 LT |
4718 | |
4719 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
8b58be88 | 4720 | M: "H. Peter Anvin" <[email protected]> |
54e5881d | 4721 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
4722 | S: Maintained |
4723 | ||
1da177e4 | 4724 | IA64 (Itanium) PLATFORM |
8b58be88 JP |
4725 | M: Tony Luck <[email protected]> |
4726 | M: Fenghua Yu <[email protected]> | |
1da177e4 | 4727 | L: [email protected] |
6b1c70b1 | 4728 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git |
1da177e4 | 4729 | S: Maintained |
679655da | 4730 | F: arch/ia64/ |
1da177e4 | 4731 | |
956c203c | 4732 | IBM Power in-Nest Crypto Acceleration |
5b88e270 KY |
4733 | M: Marcelo Henrique Cerri <[email protected]> |
4734 | M: Fionnuala Gunter <[email protected]> | |
956c203c KY |
4735 | L: [email protected] |
4736 | S: Supported | |
4737 | F: drivers/crypto/nx/ | |
4738 | ||
0e16aafb | 4739 | IBM Power 842 compression accelerator |
d1e66e6e | 4740 | M: Dan Streetman <[email protected]> |
0e16aafb SJ |
4741 | S: Supported |
4742 | F: drivers/crypto/nx/nx-842.c | |
4743 | F: include/linux/nx842.h | |
4744 | ||
1da177e4 | 4745 | IBM Power Linux RAID adapter |
8b58be88 | 4746 | M: Brian King <[email protected]> |
1da177e4 | 4747 | S: Supported |
679655da | 4748 | F: drivers/scsi/ipr.* |
1da177e4 | 4749 | |
9d348af4 SL |
4750 | IBM Power Virtual Ethernet Device Driver |
4751 | M: Santiago Leon <[email protected]> | |
4752 | L: [email protected] | |
4753 | S: Supported | |
9aa32835 | 4754 | F: drivers/net/ethernet/ibm/ibmveth.* |
9d348af4 | 4755 | |
e6babec6 NF |
4756 | IBM Power Virtual SCSI Device Drivers |
4757 | M: Nathan Fontenot <[email protected]> | |
4b7652cc RJ |
4758 | L: [email protected] |
4759 | S: Supported | |
e6babec6 NF |
4760 | F: drivers/scsi/ibmvscsi/ibmvscsi* |
4761 | F: drivers/scsi/ibmvscsi/viosrp.h | |
4762 | ||
4763 | IBM Power Virtual FC Device Drivers | |
4764 | M: Brian King <[email protected]> | |
4765 | L: [email protected] | |
4766 | S: Supported | |
4767 | F: drivers/scsi/ibmvscsi/ibmvfc* | |
4b7652cc | 4768 | |
1da177e4 | 4769 | IBM ServeRAID RAID DRIVER |
f9213e78 | 4770 | S: Orphan |
679655da | 4771 | F: drivers/scsi/ips.* |
1da177e4 | 4772 | |
6ed9f9c4 PT |
4773 | ICH LPC AND GPIO DRIVER |
4774 | M: Peter Tyser <[email protected]> | |
4775 | S: Maintained | |
4776 | F: drivers/mfd/lpc_ich.c | |
4777 | F: drivers/gpio/gpio-ich.c | |
4778 | ||
1e7106fc | 4779 | IDE SUBSYSTEM |
8b58be88 | 4780 | M: "David S. Miller" <[email protected]> |
1da177e4 | 4781 | L: [email protected] |
8a6e2535 | 4782 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ |
08deed1e | 4783 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git |
1da177e4 | 4784 | S: Maintained |
679655da JP |
4785 | F: Documentation/ide/ |
4786 | F: drivers/ide/ | |
4787 | F: include/linux/ide.h | |
1da177e4 | 4788 | |
6cb8c13d IP |
4789 | IDEAPAD LAPTOP EXTRAS DRIVER |
4790 | M: Ike Panhc <[email protected]> | |
4791 | L: [email protected] | |
4792 | W: http://launchpad.net/ideapad-laptop | |
4793 | S: Maintained | |
4794 | F: drivers/platform/x86/ideapad-laptop.c | |
4795 | ||
1ea4c161 AM |
4796 | IDEAPAD LAPTOP SLIDEBAR DRIVER |
4797 | M: Andrey Moiseev <[email protected]> | |
4798 | L: [email protected] | |
4799 | W: https://github.com/o2genum/ideapad-slidebar | |
4800 | S: Maintained | |
4801 | F: drivers/input/misc/ideapad_slidebar.c | |
4802 | ||
0f861e8c | 4803 | IDE/ATAPI DRIVERS |
487ba8e8 | 4804 | M: Borislav Petkov <[email protected]> |
9c5b0ce4 | 4805 | L: [email protected] |
c404c199 | 4806 | S: Maintained |
679655da JP |
4807 | F: Documentation/cdrom/ide-cd |
4808 | F: drivers/ide/ide-cd* | |
1da177e4 | 4809 | |
27471fdb | 4810 | IDLE-I7300 |
8b58be88 | 4811 | M: Andy Henroid <[email protected]> |
bf1c138e | 4812 | L: [email protected] |
27471fdb | 4813 | S: Supported |
679655da | 4814 | F: drivers/idle/i7300_idle.c |
27471fdb | 4815 | |
02cf2286 | 4816 | IEEE 802.15.4 SUBSYSTEM |
b6e195fd | 4817 | M: Alexander Aring <[email protected]> |
ebef9c12 VB |
4818 | L: [email protected] |
4819 | W: https://github.com/linux-wpan | |
4820 | T: git git://github.com/linux-wpan/linux-wpan-next.git | |
02cf2286 SL |
4821 | S: Maintained |
4822 | F: net/ieee802154/ | |
68653359 | 4823 | F: net/mac802154/ |
251741b1 | 4824 | F: drivers/net/ieee802154/ |
580947d3 AA |
4825 | F: include/linux/nl802154.h |
4826 | F: include/linux/ieee802154.h | |
4827 | F: include/net/nl802154.h | |
4828 | F: include/net/mac802154.h | |
4829 | F: include/net/af_ieee802154.h | |
4830 | F: include/net/cfg802154.h | |
4831 | F: include/net/ieee802154_netdev.h | |
ebef9c12 | 4832 | F: Documentation/networking/ieee802154.txt |
02cf2286 | 4833 | |
b1c97193 SY |
4834 | IGORPLUG-USB IR RECEIVER |
4835 | M: Sean Young <[email protected]> | |
4836 | L: [email protected] | |
4837 | S: Maintained | |
4838 | F: drivers/media/rc/igorplugusb.c | |
4839 | ||
40ad4a30 SY |
4840 | IGUANAWORKS USB IR TRANSCEIVER |
4841 | M: Sean Young <[email protected]> | |
4842 | L: [email protected] | |
4843 | S: Maintained | |
4844 | F: drivers/media/rc/iguanair.c | |
4845 | ||
9545f86e | 4846 | IIO SUBSYSTEM AND DRIVERS |
030a13d7 | 4847 | M: Jonathan Cameron <[email protected]> |
f0d61161 LPC |
4848 | R: Hartmut Knaack <[email protected]> |
4849 | R: Lars-Peter Clausen <[email protected]> | |
4850 | R: Peter Meerwald <[email protected]> | |
9545f86e AP |
4851 | L: [email protected] |
4852 | S: Maintained | |
03e7c251 | 4853 | F: drivers/iio/ |
9545f86e | 4854 | F: drivers/staging/iio/ |
8fe671fc | 4855 | F: include/linux/iio/ |
9545f86e | 4856 | |
65519263 SG |
4857 | IKANOS/ADI EAGLE ADSL USB DRIVER |
4858 | M: Matthieu Castet <[email protected]> | |
4859 | M: Stanislaw Gruszka <[email protected]> | |
4860 | S: Maintained | |
4861 | F: drivers/usb/atm/ueagle-atm.c | |
4862 | ||
e89ab51f GR |
4863 | INA209 HARDWARE MONITOR DRIVER |
4864 | M: Guenter Roeck <[email protected]> | |
4865 | L: [email protected] | |
4866 | S: Maintained | |
4867 | F: Documentation/hwmon/ina209 | |
4868 | F: Documentation/devicetree/bindings/i2c/ina209.txt | |
4869 | F: drivers/hwmon/ina209.c | |
4870 | ||
4871 | INA2XX HARDWARE MONITOR DRIVER | |
4872 | M: Guenter Roeck <[email protected]> | |
4873 | L: [email protected] | |
4874 | S: Maintained | |
4875 | F: Documentation/hwmon/ina2xx | |
4876 | F: drivers/hwmon/ina2xx.c | |
4877 | F: include/linux/platform_data/ina2xx.h | |
4878 | ||
14dc124f SIG |
4879 | INDUSTRY PACK SUBSYSTEM (IPACK) |
4880 | M: Samuel Iglesias Gonsalvez <[email protected]> | |
4881 | M: Jens Taprogge <[email protected]> | |
4882 | M: Greg Kroah-Hartman <[email protected]> | |
4883 | L: [email protected] | |
4884 | W: http://industrypack.sourceforge.net | |
4885 | S: Maintained | |
4886 | F: drivers/ipack/ | |
4887 | ||
aa7168f4 | 4888 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
74dd744f | 4889 | M: Mimi Zohar <[email protected]> |
8912176c | 4890 | M: Dmitry Kasatkin <[email protected]> |
74dd744f MZ |
4891 | L: [email protected] |
4892 | L: [email protected] | |
4893 | L: [email protected] | |
aa7168f4 | 4894 | S: Supported |
679655da | 4895 | F: security/integrity/ima/ |
aa7168f4 | 4896 | |
9a4ea5a9 JH |
4897 | IMGTEC IR DECODER DRIVER |
4898 | M: James Hogan <[email protected]> | |
4899 | S: Maintained | |
4900 | F: drivers/media/rc/img-ir/ | |
4901 | ||
1da177e4 | 4902 | IMS TWINTURBO FRAMEBUFFER DRIVER |
c69f677c | 4903 | L: [email protected] |
843393d3 | 4904 | S: Orphan |
8a61f013 | 4905 | F: drivers/video/fbdev/imsttfb.c |
1da177e4 LT |
4906 | |
4907 | INFINIBAND SUBSYSTEM | |
db9fd848 | 4908 | M: Roland Dreier <[email protected]> |
8b58be88 JP |
4909 | M: Sean Hefty <[email protected]> |
4910 | M: Hal Rosenstock <[email protected]> | |
e6cc0fd1 | 4911 | L: [email protected] |
605841f5 | 4912 | W: http://www.openfabrics.org/ |
8a6e2535 | 4913 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
54e5881d | 4914 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 | 4915 | S: Supported |
679655da JP |
4916 | F: Documentation/infiniband/ |
4917 | F: drivers/infiniband/ | |
c117ab84 | 4918 | F: include/uapi/linux/if_infiniband.h |
1da177e4 | 4919 | |
c9f04f58 | 4920 | INOTIFY |
8b58be88 JP |
4921 | M: John McCutchan <[email protected]> |
4922 | M: Robert Love <[email protected]> | |
4923 | M: Eric Paris <[email protected]> | |
c9f04f58 | 4924 | S: Maintained |
679655da JP |
4925 | F: Documentation/filesystems/inotify.txt |
4926 | F: fs/notify/inotify/ | |
4927 | F: include/linux/inotify.h | |
c117ab84 | 4928 | F: include/uapi/linux/inotify.h |
c9f04f58 | 4929 | |
e2d1d6c0 | 4930 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
8b58be88 JP |
4931 | M: Dmitry Torokhov <[email protected]> |
4932 | M: Dmitry Torokhov <[email protected]> | |
e2d1d6c0 | 4933 | L: [email protected] |
8a6e2535 | 4934 | Q: http://patchwork.kernel.org/project/linux-input/list/ |
54e5881d | 4935 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
e2d1d6c0 | 4936 | S: Maintained |
679655da | 4937 | F: drivers/input/ |
f4eea7e2 | 4938 | F: include/linux/input.h |
c117ab84 | 4939 | F: include/uapi/linux/input.h |
f4eea7e2 | 4940 | F: include/linux/input/ |
e2d1d6c0 | 4941 | |
3267a87f HR |
4942 | INPUT MULTITOUCH (MT) PROTOCOL |
4943 | M: Henrik Rydberg <[email protected]> | |
4944 | L: [email protected] | |
7f9c2454 | 4945 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git |
3267a87f HR |
4946 | S: Maintained |
4947 | F: Documentation/input/multi-touch-protocol.txt | |
7f9c2454 | 4948 | F: drivers/input/input-mt.c |
3267a87f HR |
4949 | K: \b(ABS|SYN)_MT_ |
4950 | ||
4ac13e17 DJ |
4951 | INTEL C600 SERIES SAS CONTROLLER DRIVER |
4952 | M: Intel SCU Linux support <[email protected]> | |
fdc5813f | 4953 | M: Artur Paszkiewicz <[email protected]> |
4ac13e17 | 4954 | M: Dave Jiang <[email protected]> |
4ac13e17 | 4955 | L: [email protected] |
7106891a DJ |
4956 | T: git git://git.code.sf.net/p/intel-sas/isci |
4957 | S: Supported | |
4ac13e17 | 4958 | F: drivers/scsi/isci/ |
4ac13e17 | 4959 | |
26717172 LB |
4960 | INTEL IDLE DRIVER |
4961 | M: Len Brown <[email protected]> | |
bf1c138e | 4962 | L: [email protected] |
08deed1e | 4963 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
26717172 LB |
4964 | S: Supported |
4965 | F: drivers/idle/intel_idle.c | |
4966 | ||
7c1ac18d KCA |
4967 | INTEL PSTATE DRIVER |
4968 | M: Kristen Carlson Accardi <[email protected]> | |
4969 | L: [email protected] | |
4970 | S: Supported | |
4971 | F: drivers/cpufreq/intel_pstate.c | |
4972 | ||
9eb8ef74 | 4973 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
55a23c4a | 4974 | M: Maik Broemme <[email protected]> |
c69f677c | 4975 | L: [email protected] |
ce00f85c | 4976 | S: Maintained |
679655da | 4977 | F: Documentation/fb/intelfb.txt |
8a61f013 | 4978 | F: drivers/video/fbdev/intelfb/ |
9eb8ef74 | 4979 | |
1da177e4 | 4980 | INTEL 810/815 FRAMEBUFFER DRIVER |
8b58be88 | 4981 | M: Antonino Daplas <[email protected]> |
c69f677c | 4982 | L: [email protected] |
ce00f85c | 4983 | S: Maintained |
8a61f013 | 4984 | F: drivers/video/fbdev/i810/ |
1da177e4 | 4985 | |
f4a9bc4c | 4986 | INTEL MENLOW THERMAL DRIVER |
8b58be88 | 4987 | M: Sujith Thomas <[email protected]> |
d0944853 | 4988 | L: [email protected] |
5ca92bd9 | 4989 | W: https://01.org/linux-acpi |
f4a9bc4c | 4990 | S: Supported |
679655da | 4991 | F: drivers/platform/x86/intel_menlow.c |
f4a9bc4c | 4992 | |
1da177e4 | 4993 | INTEL IA32 MICROCODE UPDATE SUPPORT |
8b58be88 | 4994 | M: Tigran Aivazian <[email protected]> |
1da177e4 | 4995 | S: Maintained |
73d425fd JP |
4996 | F: arch/x86/kernel/cpu/microcode/core* |
4997 | F: arch/x86/kernel/cpu/microcode/intel* | |
1da177e4 | 4998 | |
248a9dc3 | 4999 | INTEL I/OAT DMA DRIVER |
18ebd564 | 5000 | M: Dave Jiang <[email protected]> |
08223d80 | 5001 | R: Dan Williams <[email protected]> |
18ebd564 DJ |
5002 | L: [email protected] |
5003 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
5004 | S: Supported | |
679655da | 5005 | F: drivers/dma/ioat* |
248a9dc3 | 5006 | |
6c8909b4 | 5007 | INTEL IOMMU (VT-d) |
8b58be88 | 5008 | M: David Woodhouse <[email protected]> |
6c8909b4 | 5009 | L: [email protected] |
54e5881d | 5010 | T: git git://git.infradead.org/iommu-2.6.git |
6c8909b4 | 5011 | S: Supported |
3fb39615 | 5012 | F: drivers/iommu/intel-iommu.c |
679655da | 5013 | F: include/linux/intel-iommu.h |
6c8909b4 | 5014 | |
b3e5f263 | 5015 | INTEL IOP-ADMA DMA DRIVER |
08223d80 | 5016 | R: Dan Williams <[email protected]> |
1dd8372d | 5017 | S: Odd fixes |
679655da | 5018 | F: drivers/dma/iop-adma.c |
b3e5f263 | 5019 | |
9251ce95 | 5020 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
5529c2cd | 5021 | M: Krzysztof Halasa <[email protected]> |
9251ce95 | 5022 | S: Maintained |
679655da JP |
5023 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
5024 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | |
5025 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | |
5026 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c | |
b47da977 | 5027 | F: drivers/net/ethernet/xscale/ixp4xx_eth.c |
679655da | 5028 | F: drivers/net/wan/ixp4xx_hss.c |
9251ce95 | 5029 | |
844dd05f | 5030 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
8b58be88 | 5031 | M: Deepak Saxena <[email protected]> |
844dd05f | 5032 | S: Maintained |
679655da | 5033 | F: drivers/char/hw_random/ixp4xx-rng.c |
844dd05f | 5034 | |
c3a803e8 | 5035 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) |
8b58be88 JP |
5036 | M: Jeff Kirsher <[email protected]> |
5037 | M: Jesse Brandeburg <[email protected]> | |
5038 | M: Bruce Allan <[email protected]> | |
0d164401 JK |
5039 | M: Carolyn Wyborny <[email protected]> |
5040 | M: Don Skidmore <[email protected]> | |
5041 | M: Greg Rose <[email protected]> | |
c3a803e8 | 5042 | M: Matthew Vick <[email protected]> |
8b58be88 | 5043 | M: John Ronciak <[email protected]> |
105bf2fe | 5044 | M: Mitch Williams <[email protected]> |
fcad3e6b | 5045 | M: Linux NICS <[email protected]> |
dcd01faf | 5046 | L: [email protected] |
f6fde11a | 5047 | W: http://www.intel.com/support/feedback.htm |
d94e6fed | 5048 | W: http://e1000.sourceforge.net/ |
dee1ad47 JK |
5049 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git |
5050 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git | |
1da177e4 | 5051 | S: Supported |
0d164401 JK |
5052 | F: Documentation/networking/e100.txt |
5053 | F: Documentation/networking/e1000.txt | |
5054 | F: Documentation/networking/e1000e.txt | |
5055 | F: Documentation/networking/igb.txt | |
5056 | F: Documentation/networking/igbvf.txt | |
5057 | F: Documentation/networking/ixgb.txt | |
5058 | F: Documentation/networking/ixgbe.txt | |
5059 | F: Documentation/networking/ixgbevf.txt | |
1bff6529 | 5060 | F: Documentation/networking/i40e.txt |
105bf2fe | 5061 | F: Documentation/networking/i40evf.txt |
dee1ad47 | 5062 | F: drivers/net/ethernet/intel/ |
bc90d291 | 5063 | F: drivers/net/ethernet/intel/*/ |
1da177e4 | 5064 | |
0963d59b LW |
5065 | INTEL-MID GPIO DRIVER |
5066 | M: David Cohen <[email protected]> | |
5067 | L: [email protected] | |
5068 | S: Maintained | |
5069 | F: drivers/gpio/gpio-intel-mid.c | |
5070 | ||
ca907a90 SY |
5071 | INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT |
5072 | M: Stanislav Yakovlev <[email protected]> | |
724c6b35 | 5073 | L: [email protected] |
ca907a90 | 5074 | S: Maintained |
679655da | 5075 | F: Documentation/networking/README.ipw2100 |
679655da | 5076 | F: Documentation/networking/README.ipw2200 |
ca907a90 | 5077 | F: drivers/net/wireless/ipw2x00/ |
826d2abe | 5078 | |
4bd96a7a | 5079 | INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) |
e9b7d7c8 GW |
5080 | M: Richard L Maliszewski <[email protected]> |
5081 | M: Gang Wei <[email protected]> | |
4bd96a7a SW |
5082 | M: Shane Wang <[email protected]> |
5083 | L: [email protected] | |
5084 | W: http://tboot.sourceforge.net | |
e9b7d7c8 | 5085 | T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot |
4bd96a7a SW |
5086 | S: Supported |
5087 | F: Documentation/intel_txt.txt | |
5088 | F: include/linux/tboot.h | |
5089 | F: arch/x86/kernel/tboot.c | |
5090 | ||
8a70da82 | 5091 | INTEL WIRELESS WIMAX CONNECTION 2400 |
8b58be88 | 5092 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 5093 | M: [email protected] |
63fae219 | 5094 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
5095 | S: Supported |
5096 | W: http://linuxwimax.org | |
679655da JP |
5097 | F: Documentation/wimax/README.i2400m |
5098 | F: drivers/net/wimax/i2400m/ | |
c117ab84 | 5099 | F: include/uapi/linux/wimax/i2400m.h |
8a70da82 | 5100 | |
1c0ce89c SG |
5101 | INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) |
5102 | M: Stanislaw Gruszka <[email protected]> | |
efa3144e | 5103 | L: [email protected] |
1c0ce89c | 5104 | S: Supported |
efa3144e WYG |
5105 | F: drivers/net/wireless/iwlegacy/ |
5106 | ||
b481de9c | 5107 | INTEL WIRELESS WIFI LINK (iwlwifi) |
15fae50a | 5108 | M: Johannes Berg <[email protected]> |
6161b02b | 5109 | M: Emmanuel Grumbach <[email protected]> |
a0bf797f | 5110 | M: Intel Linux Wireless <[email protected]> |
b481de9c | 5111 | L: [email protected] |
b481de9c | 5112 | W: http://intellinuxwireless.org |
b62ff718 | 5113 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git |
b481de9c | 5114 | S: Supported |
679655da | 5115 | F: drivers/net/wireless/iwlwifi/ |
b481de9c | 5116 | |
de8fe023 TW |
5117 | INTEL MANAGEMENT ENGINE (mei) |
5118 | M: Tomas Winkler <[email protected]> | |
5119 | L: [email protected] | |
5120 | S: Supported | |
c117ab84 | 5121 | F: include/uapi/linux/mei.h |
de8fe023 | 5122 | F: drivers/misc/mei/* |
e07950a1 | 5123 | F: Documentation/misc-devices/mei/* |
de8fe023 | 5124 | |
cb109a0e | 5125 | IOC3 ETHERNET DRIVER |
8b58be88 | 5126 | M: Ralf Baechle <[email protected]> |
1da177e4 LT |
5127 | L: [email protected] |
5128 | S: Maintained | |
8862bf1e | 5129 | F: drivers/net/ethernet/sgi/ioc3-eth.c |
1da177e4 | 5130 | |
cb109a0e | 5131 | IOC3 SERIAL DRIVER |
8b58be88 | 5132 | M: Pat Gefre <[email protected]> |
d39e0721 | 5133 | L: [email protected] |
cb109a0e | 5134 | S: Maintained |
df621252 | 5135 | F: drivers/tty/serial/ioc3_serial.c |
cb109a0e | 5136 | |
0b6e8569 SW |
5137 | IOMMU DRIVERS |
5138 | M: Joerg Roedel <[email protected]> | |
5139 | L: [email protected] | |
5140 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | |
5141 | S: Maintained | |
5142 | F: drivers/iommu/ | |
5143 | ||
4480f15b | 5144 | IP MASQUERADING |
8b58be88 | 5145 | M: Juanjo Ciarlante <[email protected]> |
1da177e4 | 5146 | S: Maintained |
679655da | 5147 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
1da177e4 | 5148 | |
1202d6ff | 5149 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
8b58be88 JP |
5150 | M: Francois Romieu <[email protected]> |
5151 | M: Sorbica Shieh <[email protected]> | |
1202d6ff FR |
5152 | L: [email protected] |
5153 | S: Maintained | |
7443713a | 5154 | F: drivers/net/ethernet/icplus/ipg.* |
1202d6ff | 5155 | |
4480f15b | 5156 | IPATH DRIVER |
8473c603 | 5157 | M: Mike Marciniszyn <[email protected]> |
e6cc0fd1 | 5158 | L: [email protected] |
52a09a04 | 5159 | S: Maintained |
679655da | 5160 | F: drivers/infiniband/hw/ipath/ |
77d8798b | 5161 | |
4409ebe9 | 5162 | IPMI SUBSYSTEM |
8b58be88 | 5163 | M: Corey Minyard <[email protected]> |
b0c90653 | 5164 | L: [email protected] (moderated for non-subscribers) |
4409ebe9 CM |
5165 | W: http://openipmi.sourceforge.net/ |
5166 | S: Supported | |
679655da JP |
5167 | F: Documentation/IPMI.txt |
5168 | F: drivers/char/ipmi/ | |
5169 | F: include/linux/ipmi* | |
c117ab84 | 5170 | F: include/uapi/linux/ipmi* |
4409ebe9 | 5171 | |
e2d1d6c0 | 5172 | IPS SCSI RAID DRIVER |
8b58be88 | 5173 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
5174 | L: [email protected] |
5175 | W: http://www.adaptec.com/ | |
5176 | S: Maintained | |
679655da | 5177 | F: drivers/scsi/ips* |
e2d1d6c0 RD |
5178 | |
5179 | IPVS | |
8b58be88 JP |
5180 | M: Wensong Zhang <[email protected]> |
5181 | M: Simon Horman <[email protected]> | |
5182 | M: Julian Anastasov <[email protected]> | |
979b6c13 | 5183 | L: [email protected] |
e2d1d6c0 | 5184 | L: [email protected] |
1da177e4 | 5185 | S: Maintained |
679655da | 5186 | F: Documentation/networking/ipvs-sysctl.txt |
b61d4a71 | 5187 | F: include/net/ip_vs.h |
c117ab84 | 5188 | F: include/uapi/linux/ip_vs.h |
679655da | 5189 | F: net/netfilter/ipvs/ |
1da177e4 | 5190 | |
e7839f25 | 5191 | IPWIRELESS DRIVER |
8b58be88 JP |
5192 | M: Jiri Kosina <[email protected]> |
5193 | M: David Sterba <[email protected]> | |
92094aa0 | 5194 | S: Odd Fixes |
282361a0 | 5195 | F: drivers/tty/ipwireless/ |
099dc4fb | 5196 | |
e2d1d6c0 | 5197 | IPX NETWORK LAYER |
8b58be88 | 5198 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 RD |
5199 | L: [email protected] |
5200 | S: Maintained | |
679655da | 5201 | F: include/net/ipx.h |
c117ab84 | 5202 | F: include/uapi/linux/ipx.h |
679655da | 5203 | F: net/ipx/ |
e2d1d6c0 | 5204 | |
1da177e4 | 5205 | IRDA SUBSYSTEM |
8b58be88 | 5206 | M: Samuel Ortiz <[email protected]> |
a2ac953d | 5207 | L: [email protected] (subscribers-only) |
ced649ea | 5208 | L: [email protected] |
1da177e4 | 5209 | W: http://irda.sourceforge.net/ |
f353976d | 5210 | S: Maintained |
e0057975 | 5211 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git |
679655da JP |
5212 | F: Documentation/networking/irda.txt |
5213 | F: drivers/net/irda/ | |
5214 | F: include/net/irda/ | |
5215 | F: net/irda/ | |
1da177e4 | 5216 | |
a800c7cc TG |
5217 | IRQ SUBSYSTEM |
5218 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 5219 | L: [email protected] |
a800c7cc | 5220 | S: Maintained |
75fc2d37 | 5221 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
a800c7cc | 5222 | F: kernel/irq/ |
2ed9fd28 JC |
5223 | |
5224 | IRQCHIP DRIVERS | |
5225 | M: Thomas Gleixner <[email protected]> | |
5226 | M: Jason Cooper <[email protected]> | |
5227 | L: [email protected] | |
5228 | S: Maintained | |
5229 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | |
5230 | T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core | |
5b5a9069 | 5231 | F: Documentation/devicetree/bindings/interrupt-controller/ |
edd96900 | 5232 | F: drivers/irqchip/ |
a800c7cc | 5233 | |
7ab3a837 GL |
5234 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
5235 | M: Benjamin Herrenschmidt <[email protected]> | |
7ab3a837 GL |
5236 | S: Maintained |
5237 | F: Documentation/IRQ-domain.txt | |
5238 | F: include/linux/irqdomain.h | |
5239 | F: kernel/irq/irqdomain.c | |
5240 | ||
e2d1d6c0 | 5241 | ISAPNP |
8b58be88 | 5242 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 5243 | S: Maintained |
679655da JP |
5244 | F: Documentation/isapnp.txt |
5245 | F: drivers/pnp/isapnp/ | |
5246 | F: include/linux/isapnp.h | |
e2d1d6c0 | 5247 | |
d39b8420 HV |
5248 | ISA RADIO MODULE |
5249 | M: Hans Verkuil <[email protected]> | |
5250 | L: [email protected] | |
5251 | T: git git://linuxtv.org/media_tree.git | |
5252 | W: http://linuxtv.org | |
5253 | S: Maintained | |
5254 | F: drivers/media/radio/radio-isa* | |
5255 | ||
71a6d0af HW |
5256 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
5257 | M: Peter Jones <[email protected]> | |
5258 | M: Konrad Rzeszutek Wilk <[email protected]> | |
5259 | S: Maintained | |
5260 | F: drivers/firmware/iscsi_ibft* | |
5261 | ||
14816b1e | 5262 | ISCSI |
8b58be88 | 5263 | M: Mike Christie <[email protected]> |
14816b1e MC |
5264 | L: [email protected] |
5265 | W: www.open-iscsi.org | |
54e5881d | 5266 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
14816b1e | 5267 | S: Maintained |
679655da JP |
5268 | F: drivers/scsi/*iscsi* |
5269 | F: include/scsi/*iscsi* | |
14816b1e | 5270 | |
1e65eb42 OG |
5271 | ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR |
5272 | M: Or Gerlitz <[email protected]> | |
b261aeaf | 5273 | M: Sagi Grimberg <[email protected]> |
1e65eb42 OG |
5274 | M: Roi Dayan <[email protected]> |
5275 | L: [email protected] | |
5276 | S: Supported | |
5277 | W: http://www.openfabrics.org | |
5278 | W: www.open-iscsi.org | |
5279 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
14430813 | 5280 | F: drivers/infiniband/ulp/iser/ |
1e65eb42 | 5281 | |
1da177e4 | 5282 | ISDN SUBSYSTEM |
8b58be88 | 5283 | M: Karsten Keil <[email protected]> |
d5d52273 | 5284 | L: [email protected] (subscribers-only) |
3da0ae62 | 5285 | L: [email protected] |
1da177e4 | 5286 | W: http://www.isdn4linux.de |
54e5881d | 5287 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
1da177e4 | 5288 | S: Maintained |
679655da JP |
5289 | F: Documentation/isdn/ |
5290 | F: drivers/isdn/ | |
5291 | F: include/linux/isdn.h | |
5292 | F: include/linux/isdn/ | |
c117ab84 CEB |
5293 | F: include/uapi/linux/isdn.h |
5294 | F: include/uapi/linux/isdn/ | |
1da177e4 LT |
5295 | |
5296 | ISDN SUBSYSTEM (Eicon active card driver) | |
8b58be88 | 5297 | M: Armin Schindler <[email protected]> |
d5d52273 | 5298 | L: [email protected] (subscribers-only) |
1da177e4 LT |
5299 | W: http://www.melware.de |
5300 | S: Maintained | |
679655da | 5301 | F: drivers/isdn/hardware/eicon/ |
1da177e4 | 5302 | |
d624870f | 5303 | IT87 HARDWARE MONITORING DRIVER |
7c81c60f | 5304 | M: Jean Delvare <[email protected]> |
d624870f JD |
5305 | L: [email protected] |
5306 | S: Maintained | |
5307 | F: Documentation/hwmon/it87 | |
5308 | F: drivers/hwmon/it87.c | |
5309 | ||
d7104bff AP |
5310 | IT913X MEDIA DRIVER |
5311 | M: Antti Palosaari <[email protected]> | |
5312 | L: [email protected] | |
5313 | W: http://linuxtv.org/ | |
5314 | W: http://palosaari.fi/linux/ | |
5315 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5316 | T: git git://linuxtv.org/anttip/media_tree.git | |
5317 | S: Maintained | |
249c697e | 5318 | F: drivers/media/tuners/it913x* |
d7104bff | 5319 | |
91821ff3 | 5320 | IVTV VIDEO4LINUX DRIVER |
6afdeaf8 | 5321 | M: Andy Walls <[email protected]> |
7b212edf | 5322 | L: [email protected] (subscribers-only) |
661263b5 | 5323 | L: [email protected] |
275ffde4 | 5324 | T: git git://linuxtv.org/media_tree.git |
91821ff3 HV |
5325 | W: http://www.ivtvdriver.org |
5326 | S: Maintained | |
679655da | 5327 | F: Documentation/video4linux/*.ivtv |
90d72ac6 | 5328 | F: drivers/media/pci/ivtv/ |
c117ab84 | 5329 | F: include/uapi/linux/ivtv* |
91821ff3 | 5330 | |
68620bdd MP |
5331 | IX2505V MEDIA DRIVER |
5332 | M: Malcolm Priestley <[email protected]> | |
5333 | L: [email protected] | |
5334 | W: http://linuxtv.org/ | |
5335 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5336 | S: Maintained | |
5337 | F: drivers/media/dvb-frontends/ix2505v* | |
5338 | ||
4453d736 GR |
5339 | JC42.4 TEMPERATURE SENSOR DRIVER |
5340 | M: Guenter Roeck <[email protected]> | |
5341 | L: [email protected] | |
5342 | S: Maintained | |
5343 | F: drivers/hwmon/jc42.c | |
5344 | F: Documentation/hwmon/jc42 | |
5345 | ||
e2d1d6c0 | 5346 | JFS FILESYSTEM |
3256f80f | 5347 | M: Dave Kleikamp <[email protected]> |
e2d1d6c0 RD |
5348 | L: [email protected] |
5349 | W: http://jfs.sourceforge.net/ | |
54e5881d | 5350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
8f8f0134 | 5351 | S: Maintained |
679655da JP |
5352 | F: Documentation/filesystems/jfs.txt |
5353 | F: fs/jfs/ | |
e2d1d6c0 | 5354 | |
95252236 | 5355 | JME NETWORK DRIVER |
8b58be88 | 5356 | M: Guo-Fu Tseng <[email protected]> |
95252236 GFT |
5357 | L: [email protected] |
5358 | S: Maintained | |
63d24a0e | 5359 | F: drivers/net/ethernet/jme.* |
95252236 | 5360 | |
1da177e4 | 5361 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
8b58be88 | 5362 | M: David Woodhouse <[email protected]> |
6d85d066 DW |
5363 | L: [email protected] |
5364 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 | 5365 | S: Maintained |
679655da | 5366 | F: fs/jffs2/ |
c117ab84 | 5367 | F: include/uapi/linux/jffs2.h |
1da177e4 | 5368 | |
de456d37 | 5369 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
8b58be88 | 5370 | M: Andrew Morton <[email protected]> |
19003c18 | 5371 | M: Jan Kara <[email protected]> |
72be2ccf | 5372 | L: [email protected] |
ae0718f8 | 5373 | S: Maintained |
d183e11a | 5374 | F: fs/jbd/ |
d183e11a TT |
5375 | F: include/linux/jbd.h |
5376 | ||
5377 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) | |
5378 | M: "Theodore Ts'o" <[email protected]> | |
5379 | L: [email protected] | |
5380 | S: Maintained | |
5381 | F: fs/jbd2/ | |
5382 | F: include/linux/jbd2.h | |
ae0718f8 | 5383 | |
fd8b6cb4 | 5384 | JSM Neo PCI based serial card |
9d141cb9 | 5385 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
fd8b6cb4 BL |
5386 | L: [email protected] |
5387 | S: Maintained | |
df621252 | 5388 | F: drivers/tty/serial/jsm/ |
ae0718f8 | 5389 | |
af39917d CL |
5390 | K10TEMP HARDWARE MONITORING DRIVER |
5391 | M: Clemens Ladisch <[email protected]> | |
5392 | L: [email protected] | |
5393 | S: Maintained | |
5394 | F: Documentation/hwmon/k10temp | |
5395 | F: drivers/hwmon/k10temp.c | |
5396 | ||
4660cb35 | 5397 | K8TEMP HARDWARE MONITORING DRIVER |
8b58be88 | 5398 | M: Rudolf Marek <[email protected]> |
4660cb35 | 5399 | L: [email protected] |
ae0718f8 | 5400 | S: Maintained |
679655da JP |
5401 | F: Documentation/hwmon/k8temp |
5402 | F: drivers/hwmon/k8temp.c | |
ae0718f8 | 5403 | |
1da177e4 | 5404 | KCONFIG |
5eb1f99e | 5405 | M: "Yann E. MORIN" <[email protected]> |
347d12d7 | 5406 | L: [email protected] |
cea8321c | 5407 | T: git git://gitorious.org/linux-kconfig/linux-kconfig |
5eb1f99e | 5408 | S: Maintained |
679655da JP |
5409 | F: Documentation/kbuild/kconfig-language.txt |
5410 | F: scripts/kconfig/ | |
1da177e4 | 5411 | |
ea6c2089 | 5412 | KDUMP |
8b58be88 JP |
5413 | M: Vivek Goyal <[email protected]> |
5414 | M: Haren Myneni <[email protected]> | |
34633993 | 5415 | L: [email protected] |
ea6c2089 VG |
5416 | W: http://lse.sourceforge.net/kdump/ |
5417 | S: Maintained | |
80811493 | 5418 | F: Documentation/kdump/ |
ea6c2089 | 5419 | |
f41bf02f HV |
5420 | KEENE FM RADIO TRANSMITTER DRIVER |
5421 | M: Hans Verkuil <[email protected]> | |
5422 | L: [email protected] | |
5423 | T: git git://linuxtv.org/media_tree.git | |
5424 | W: http://linuxtv.org | |
5425 | S: Maintained | |
5426 | F: drivers/media/radio/radio-keene* | |
5427 | ||
1da177e4 | 5428 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
8b58be88 | 5429 | M: Ian Kent <[email protected]> |
f694fc97 | 5430 | L: [email protected] |
1da177e4 | 5431 | S: Maintained |
679655da | 5432 | F: fs/autofs4/ |
1da177e4 | 5433 | |
70fb7ba6 | 5434 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
5ce45962 | 5435 | M: Michal Marek <[email protected]> |
08deed1e JP |
5436 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next |
5437 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes | |
347d12d7 | 5438 | L: [email protected] |
5ce45962 | 5439 | S: Maintained |
679655da JP |
5440 | F: Documentation/kbuild/ |
5441 | F: Makefile | |
5442 | F: scripts/Makefile.* | |
70fb7ba6 MM |
5443 | F: scripts/basic/ |
5444 | F: scripts/mk* | |
5445 | F: scripts/package/ | |
1da177e4 LT |
5446 | |
5447 | KERNEL JANITORS | |
c3000e03 | 5448 | L: [email protected] |
10466f5a | 5449 | W: http://kernelnewbies.org/KernelJanitors |
ee709b0c | 5450 | S: Odd Fixes |
1da177e4 | 5451 | |
e8b43555 | 5452 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
8b58be88 | 5453 | M: "J. Bruce Fields" <[email protected]> |
16141c02 | 5454 | L: [email protected] |
1da177e4 | 5455 | W: http://nfs.sourceforge.net/ |
98fac23f | 5456 | S: Supported |
679655da | 5457 | F: fs/nfsd/ |
c117ab84 | 5458 | F: include/uapi/linux/nfsd/ |
679655da JP |
5459 | F: fs/lockd/ |
5460 | F: fs/nfs_common/ | |
5461 | F: net/sunrpc/ | |
5462 | F: include/linux/lockd/ | |
5463 | F: include/linux/sunrpc/ | |
c117ab84 | 5464 | F: include/uapi/linux/sunrpc/ |
1da177e4 | 5465 | |
13b122b3 SK |
5466 | KERNEL SELFTEST FRAMEWORK |
5467 | M: Shuah Khan <[email protected]> | |
5468 | L: [email protected] | |
5469 | T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest | |
5470 | S: Maintained | |
5471 | F: tools/testing/selftests | |
5472 | ||
426d62e2 | 5473 | KERNEL VIRTUAL MACHINE (KVM) |
0a00a775 | 5474 | M: Gleb Natapov <[email protected]> |
c93a64fe | 5475 | M: Paolo Bonzini <[email protected]> |
1fc9d2bf | 5476 | L: [email protected] |
e3e58478 | 5477 | W: http://www.linux-kvm.org |
a94b40a6 | 5478 | T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git |
426d62e2 | 5479 | S: Supported |
c93a64fe PB |
5480 | F: Documentation/*/kvm*.txt |
5481 | F: Documentation/virtual/kvm/ | |
679655da JP |
5482 | F: arch/*/kvm/ |
5483 | F: arch/*/include/asm/kvm* | |
5484 | F: include/linux/kvm* | |
c117ab84 | 5485 | F: include/uapi/linux/kvm* |
679655da | 5486 | F: virt/kvm/ |
426d62e2 | 5487 | |
ad8003d3 | 5488 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
7de609c8 | 5489 | M: Joerg Roedel <[email protected]> |
1fc9d2bf AK |
5490 | L: [email protected] |
5491 | W: http://kvm.qumranet.com | |
7de609c8 | 5492 | S: Maintained |
679655da | 5493 | F: arch/x86/include/asm/svm.h |
679655da | 5494 | F: arch/x86/kvm/svm.c |
426d62e2 | 5495 | |
513014b7 | 5496 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
ddf0289d | 5497 | M: Alexander Graf <[email protected]> |
1fc9d2bf AK |
5498 | L: [email protected] |
5499 | W: http://kvm.qumranet.com | |
6a7f972d | 5500 | T: git git://github.com/agraf/linux-2.6.git |
513014b7 | 5501 | S: Supported |
679655da JP |
5502 | F: arch/powerpc/include/asm/kvm* |
5503 | F: arch/powerpc/kvm/ | |
513014b7 | 5504 | |
85f8fffe | 5505 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
8b58be88 | 5506 | M: Christian Borntraeger <[email protected]> |
4ae57b6c | 5507 | M: Cornelia Huck <[email protected]> |
85f8fffe CB |
5508 | M: [email protected] |
5509 | L: [email protected] | |
5510 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
5511 | S: Supported | |
679655da JP |
5512 | F: Documentation/s390/kvm.txt |
5513 | F: arch/s390/include/asm/kvm* | |
80811493 | 5514 | F: arch/s390/kvm/ |
a968cd3e | 5515 | F: drivers/s390/kvm/ |
85f8fffe | 5516 | |
a749474d | 5517 | KERNEL VIRTUAL MACHINE (KVM) FOR ARM |
0f4ca79e | 5518 | M: Christoffer Dall <[email protected]> |
5c8818b4 MZ |
5519 | M: Marc Zyngier <[email protected]> |
5520 | L: [email protected] (moderated for non-subscribers) | |
a749474d CD |
5521 | L: [email protected] |
5522 | W: http://systems.cs.columbia.edu/projects/kvm-arm | |
0f4ca79e | 5523 | S: Supported |
a749474d CD |
5524 | F: arch/arm/include/uapi/asm/kvm* |
5525 | F: arch/arm/include/asm/kvm* | |
5526 | F: arch/arm/kvm/ | |
5c8818b4 MZ |
5527 | F: virt/kvm/arm/ |
5528 | F: include/kvm/arm_* | |
a749474d | 5529 | |
6394a3ec | 5530 | KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) |
5c8818b4 | 5531 | M: Christoffer Dall <[email protected]> |
6394a3ec MZ |
5532 | M: Marc Zyngier <[email protected]> |
5533 | L: [email protected] (moderated for non-subscribers) | |
5534 | L: [email protected] | |
5535 | S: Maintained | |
5536 | F: arch/arm64/include/uapi/asm/kvm* | |
5537 | F: arch/arm64/include/asm/kvm* | |
5538 | F: arch/arm64/kvm/ | |
5539 | ||
dc009d92 | 5540 | KEXEC |
8b58be88 | 5541 | M: Eric Biederman <[email protected]> |
2f327dad | 5542 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
34633993 | 5543 | L: [email protected] |
dc009d92 | 5544 | S: Maintained |
679655da | 5545 | F: include/linux/kexec.h |
c117ab84 | 5546 | F: include/uapi/linux/kexec.h |
679655da | 5547 | F: kernel/kexec.c |
dc009d92 | 5548 | |
e971461f DH |
5549 | KEYS/KEYRINGS: |
5550 | M: David Howells <[email protected]> | |
5551 | L: [email protected] | |
5552 | S: Maintained | |
d410fa4e | 5553 | F: Documentation/security/keys.txt |
e971461f DH |
5554 | F: include/linux/key.h |
5555 | F: include/linux/key-type.h | |
5556 | F: include/keys/ | |
5557 | F: security/keys/ | |
5558 | ||
7f3c68be | 5559 | KEYS-TRUSTED |
74dd744f MZ |
5560 | M: David Safford <[email protected]> |
5561 | M: Mimi Zohar <[email protected]> | |
7f3c68be MZ |
5562 | L: [email protected] |
5563 | L: [email protected] | |
5564 | S: Supported | |
d410fa4e | 5565 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be MZ |
5566 | F: include/keys/trusted-type.h |
5567 | F: security/keys/trusted.c | |
5568 | F: security/keys/trusted.h | |
5569 | ||
5570 | KEYS-ENCRYPTED | |
74dd744f MZ |
5571 | M: Mimi Zohar <[email protected]> |
5572 | M: David Safford <[email protected]> | |
7f3c68be MZ |
5573 | L: [email protected] |
5574 | L: [email protected] | |
5575 | S: Supported | |
d410fa4e | 5576 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be | 5577 | F: include/keys/encrypted-type.h |
19c90aa6 | 5578 | F: security/keys/encrypted-keys/ |
7f3c68be | 5579 | |
5b778dad | 5580 | KGDB / KDB /debug_core |
8b58be88 | 5581 | M: Jason Wessel <[email protected]> |
4063eb5f | 5582 | W: http://kgdb.wiki.kernel.org/ |
e3e2aaf7 JW |
5583 | L: [email protected] |
5584 | S: Maintained | |
679655da JP |
5585 | F: Documentation/DocBook/kgdb.tmpl |
5586 | F: drivers/misc/kgdbts.c | |
df621252 | 5587 | F: drivers/tty/serial/kgdboc.c |
5b778dad | 5588 | F: include/linux/kdb.h |
679655da | 5589 | F: include/linux/kgdb.h |
4063eb5f | 5590 | F: kernel/debug/ |
e3e2aaf7 | 5591 | |
456db8cc | 5592 | KMEMCHECK |
8b58be88 | 5593 | M: Vegard Nossum <[email protected]> |
2ed1c525 | 5594 | M: Pekka Enberg <[email protected]> |
b9ce08c0 | 5595 | S: Maintained |
410d7a97 JP |
5596 | F: Documentation/kmemcheck.txt |
5597 | F: arch/x86/include/asm/kmemcheck.h | |
5598 | F: arch/x86/mm/kmemcheck/ | |
5599 | F: include/linux/kmemcheck.h | |
5600 | F: mm/kmemcheck.c | |
b9ce08c0 | 5601 | |
c3bb4d24 | 5602 | KMEMLEAK |
8b58be88 | 5603 | M: Catalin Marinas <[email protected]> |
c3bb4d24 CM |
5604 | S: Maintained |
5605 | F: Documentation/kmemleak.txt | |
5606 | F: include/linux/kmemleak.h | |
5607 | F: mm/kmemleak.c | |
5608 | F: mm/kmemleak-test.c | |
5609 | ||
89559a61 | 5610 | KPROBES |
8b58be88 JP |
5611 | M: Ananth N Mavinakayanahalli <[email protected]> |
5612 | M: Anil S Keshavamurthy <[email protected]> | |
5613 | M: "David S. Miller" <[email protected]> | |
97c29e74 | 5614 | M: Masami Hiramatsu <[email protected]> |
89559a61 | 5615 | S: Maintained |
679655da JP |
5616 | F: Documentation/kprobes.txt |
5617 | F: include/linux/kprobes.h | |
5618 | F: kernel/kprobes.c | |
89559a61 | 5619 | |
70e84049 | 5620 | KS0108 LCD CONTROLLER DRIVER |
8b58be88 | 5621 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
5622 | W: http://miguelojeda.es/auxdisplay.htm |
5623 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 5624 | S: Maintained |
679655da JP |
5625 | F: Documentation/auxdisplay/ks0108 |
5626 | F: drivers/auxdisplay/ks0108.c | |
5627 | F: include/linux/ks0108.h | |
70e84049 | 5628 | |
1da177e4 | 5629 | LAPB module |
1da177e4 | 5630 | L: [email protected] |
bf9915cc | 5631 | S: Orphan |
679655da JP |
5632 | F: Documentation/networking/lapb-module.txt |
5633 | F: include/*/lapb.h | |
5634 | F: net/lapb/ | |
1da177e4 LT |
5635 | |
5636 | LASI 53c700 driver for PARISC | |
8b58be88 | 5637 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
5638 | L: [email protected] |
5639 | S: Maintained | |
679655da JP |
5640 | F: Documentation/scsi/53c700.txt |
5641 | F: drivers/scsi/53c700* | |
1da177e4 | 5642 | |
263de9b5 | 5643 | LED SUBSYSTEM |
c772fc26 | 5644 | M: Bryan Wu <[email protected]> |
8b58be88 | 5645 | M: Richard Purdie <[email protected]> |
aa69cb8c BW |
5646 | L: [email protected] |
5647 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | |
263de9b5 | 5648 | S: Maintained |
679655da JP |
5649 | F: drivers/leds/ |
5650 | F: include/linux/leds.h | |
263de9b5 | 5651 | |
b0461a44 | 5652 | LEGACY EEPROM DRIVER |
7c81c60f | 5653 | M: Jean Delvare <[email protected]> |
b0461a44 JD |
5654 | S: Maintained |
5655 | F: Documentation/misc-devices/eeprom | |
5656 | F: drivers/misc/eeprom/eeprom.c | |
5657 | ||
1da177e4 | 5658 | LEGO USB Tower driver |
8b58be88 | 5659 | M: Juergen Stuber <[email protected]> |
1da177e4 LT |
5660 | L: [email protected] |
5661 | W: http://legousb.sourceforge.net/ | |
5662 | S: Maintained | |
679655da | 5663 | F: drivers/usb/misc/legousbtower.c |
1da177e4 | 5664 | |
055616a8 MK |
5665 | LG2160 MEDIA DRIVER |
5666 | M: Michael Krufky <[email protected]> | |
5667 | L: [email protected] | |
5668 | W: http://linuxtv.org/ | |
5669 | W: http://github.com/mkrufky | |
5670 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5671 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5672 | S: Maintained | |
5673 | F: drivers/media/dvb-frontends/lg2160.* | |
5674 | ||
6f0e7725 MK |
5675 | LGDT3305 MEDIA DRIVER |
5676 | M: Michael Krufky <[email protected]> | |
5677 | L: [email protected] | |
5678 | W: http://linuxtv.org/ | |
5679 | W: http://github.com/mkrufky | |
5680 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5681 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5682 | S: Maintained | |
5683 | F: drivers/media/dvb-frontends/lgdt3305.* | |
5684 | ||
568a17ff | 5685 | LGUEST |
8b58be88 | 5686 | M: Rusty Russell <[email protected]> |
a4724ed6 | 5687 | L: [email protected] |
568a17ff | 5688 | W: http://lguest.ozlabs.org/ |
72e91863 | 5689 | S: Odd Fixes |
070f420b | 5690 | F: arch/x86/include/asm/lguest*.h |
679655da JP |
5691 | F: arch/x86/lguest/ |
5692 | F: drivers/lguest/ | |
5693 | F: include/linux/lguest*.h | |
070f420b | 5694 | F: tools/lguest/ |
568a17ff | 5695 | |
1acd437c SL |
5696 | LIBLOCKDEP |
5697 | M: Sasha Levin <[email protected]> | |
5698 | S: Maintained | |
5699 | F: tools/lib/lockdep/ | |
5700 | ||
1da177e4 | 5701 | LINUX FOR IBM pSERIES (RS/6000) |
8b58be88 | 5702 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
5703 | W: http://www.ibm.com/linux/ltc/projects/ppc |
5704 | S: Supported | |
11c34c7d | 5705 | F: arch/powerpc/boot/rs6000.h |
1da177e4 | 5706 | |
852bb9f5 | 5707 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
8b58be88 JP |
5708 | M: Benjamin Herrenschmidt <[email protected]> |
5709 | M: Paul Mackerras <[email protected]> | |
ea668936 | 5710 | M: Michael Ellerman <[email protected]> |
1da177e4 | 5711 | W: http://www.penguinppc.org/ |
a4724ed6 | 5712 | L: [email protected] |
8a6e2535 | 5713 | Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ |
54e5881d | 5714 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
1da177e4 | 5715 | S: Supported |
11c34c7d JP |
5716 | F: Documentation/powerpc/ |
5717 | F: arch/powerpc/ | |
1da177e4 LT |
5718 | |
5719 | LINUX FOR POWER MACINTOSH | |
8b58be88 | 5720 | M: Benjamin Herrenschmidt <[email protected]> |
1da177e4 | 5721 | W: http://www.penguinppc.org/ |
a4724ed6 | 5722 | L: [email protected] |
1da177e4 | 5723 | S: Maintained |
11c34c7d JP |
5724 | F: arch/powerpc/platforms/powermac/ |
5725 | F: drivers/macintosh/ | |
1da177e4 | 5726 | |
77a76369 | 5727 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
a149507b | 5728 | M: Anatolij Gustschin <[email protected]> |
a4724ed6 | 5729 | L: [email protected] |
cba5b1c6 | 5730 | T: git git://git.denx.de/linux-denx-agust.git |
1da177e4 | 5731 | S: Maintained |
11c34c7d JP |
5732 | F: arch/powerpc/platforms/512x/ |
5733 | F: arch/powerpc/platforms/52xx/ | |
1da177e4 LT |
5734 | |
5735 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
1d11cd67 | 5736 | M: Alistair Popple <[email protected]> |
8b58be88 | 5737 | M: Matt Porter <[email protected]> |
1da177e4 | 5738 | W: http://www.penguinppc.org/ |
a4724ed6 | 5739 | L: [email protected] |
1da177e4 | 5740 | S: Maintained |
11c34c7d JP |
5741 | F: arch/powerpc/platforms/40x/ |
5742 | F: arch/powerpc/platforms/44x/ | |
1da177e4 | 5743 | |
260c02a9 | 5744 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
a4724ed6 | 5745 | L: [email protected] |
cdeb8994 | 5746 | S: Orphan |
11c34c7d JP |
5747 | F: arch/powerpc/*/*virtex* |
5748 | F: arch/powerpc/*/*/*virtex* | |
1da177e4 | 5749 | |
e93adf1e | 5750 | LINUX FOR POWERPC EMBEDDED PPC8XX |
8b58be88 | 5751 | M: Vitaly Bordug <[email protected]> |
e93adf1e | 5752 | W: http://www.penguinppc.org/ |
a4724ed6 | 5753 | L: [email protected] |
e93adf1e | 5754 | S: Maintained |
a2b1f7c8 | 5755 | F: arch/powerpc/platforms/8xx/ |
e93adf1e | 5756 | |
1da177e4 | 5757 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
a1e0fb42 | 5758 | M: Scott Wood <[email protected]> |
8b58be88 | 5759 | M: Kumar Gala <[email protected]> |
ce00f85c | 5760 | W: http://www.penguinppc.org/ |
a4724ed6 | 5761 | L: [email protected] |
a1e0fb42 | 5762 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git |
ce00f85c | 5763 | S: Maintained |
11c34c7d | 5764 | F: arch/powerpc/platforms/83xx/ |
4c8f581d | 5765 | F: arch/powerpc/platforms/85xx/ |
1da177e4 | 5766 | |
ab06ff3a | 5767 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
8b58be88 | 5768 | M: Olof Johansson <[email protected]> |
a4724ed6 | 5769 | L: [email protected] |
92e19709 | 5770 | S: Maintained |
11c34c7d JP |
5771 | F: arch/powerpc/platforms/pasemi/ |
5772 | F: drivers/*/*pasemi* | |
5773 | F: drivers/*/*/*pasemi* | |
ab06ff3a | 5774 | |
1da177e4 | 5775 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
8b58be88 | 5776 | M: Chris Wright <[email protected]> |
1a4520be | 5777 | L: [email protected] |
1da177e4 LT |
5778 | S: Supported |
5779 | ||
a23ce6da HW |
5780 | LIS3LV02D ACCELEROMETER DRIVER |
5781 | M: Eric Piel <[email protected]> | |
5782 | S: Maintained | |
ff606677 JD |
5783 | F: Documentation/misc-devices/lis3lv02d |
5784 | F: drivers/misc/lis3lv02d/ | |
bd35665f | 5785 | F: drivers/platform/x86/hp_accel.c |
a23ce6da | 5786 | |
e2d1d6c0 | 5787 | LLC (802.2) |
8b58be88 | 5788 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 | 5789 | S: Maintained |
679655da | 5790 | F: include/linux/llc.h |
c117ab84 | 5791 | F: include/uapi/linux/llc.h |
679655da JP |
5792 | F: include/net/llc* |
5793 | F: net/llc/ | |
e2d1d6c0 | 5794 | |
4e233cbe AD |
5795 | LM73 HARDWARE MONITOR DRIVER |
5796 | M: Guillaume Ligneul <[email protected]> | |
5797 | L: [email protected] | |
5798 | S: Maintained | |
5799 | F: drivers/hwmon/lm73.c | |
5800 | ||
156e2d1a | 5801 | LM78 HARDWARE MONITOR DRIVER |
7c81c60f | 5802 | M: Jean Delvare <[email protected]> |
156e2d1a JD |
5803 | L: [email protected] |
5804 | S: Maintained | |
5805 | F: Documentation/hwmon/lm78 | |
5806 | F: drivers/hwmon/lm78.c | |
5807 | ||
1da177e4 | 5808 | LM83 HARDWARE MONITOR DRIVER |
7c81c60f | 5809 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5810 | L: [email protected] |
1da177e4 | 5811 | S: Maintained |
679655da JP |
5812 | F: Documentation/hwmon/lm83 |
5813 | F: drivers/hwmon/lm83.c | |
1da177e4 LT |
5814 | |
5815 | LM90 HARDWARE MONITOR DRIVER | |
7c81c60f | 5816 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5817 | L: [email protected] |
1da177e4 | 5818 | S: Maintained |
679655da | 5819 | F: Documentation/hwmon/lm90 |
aae7bce4 | 5820 | F: Documentation/devicetree/bindings/hwmon/lm90.txt |
679655da | 5821 | F: drivers/hwmon/lm90.c |
1da177e4 | 5822 | |
917cc4e6 GR |
5823 | LM95234 HARDWARE MONITOR DRIVER |
5824 | M: Guenter Roeck <[email protected]> | |
5825 | L: [email protected] | |
5826 | S: Maintained | |
5827 | F: Documentation/hwmon/lm95234 | |
5828 | F: drivers/hwmon/lm95234.c | |
5829 | ||
68620bdd MP |
5830 | LME2510 MEDIA DRIVER |
5831 | M: Malcolm Priestley <[email protected]> | |
5832 | L: [email protected] | |
5833 | W: http://linuxtv.org/ | |
5834 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5835 | S: Maintained | |
5836 | F: drivers/media/usb/dvb-usb-v2/lmedm04* | |
5837 | ||
512e67f9 | 5838 | LOCKDEP AND LOCKSTAT |
8b58be88 JP |
5839 | M: Peter Zijlstra <[email protected]> |
5840 | M: Ingo Molnar <[email protected]> | |
981c3a4f | 5841 | L: [email protected] |
75fc2d37 | 5842 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking |
512e67f9 | 5843 | S: Maintained |
214e0aed DB |
5844 | F: Documentation/locking/lockdep*.txt |
5845 | F: Documentation/locking/lockstat.txt | |
679655da | 5846 | F: include/linux/lockdep.h |
7486d6da | 5847 | F: kernel/locking/ |
512e67f9 | 5848 | |
dde33348 | 5849 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
8b58be88 | 5850 | M: "Richard Russon (FlatCap)" <[email protected]> |
dde33348 AA |
5851 | L: [email protected] |
5852 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 | 5853 | S: Maintained |
679655da | 5854 | F: Documentation/ldm.txt |
20d16fef | 5855 | F: block/partitions/ldm.* |
1da177e4 | 5856 | |
ef6ada3d JE |
5857 | LogFS |
5858 | M: Joern Engel <[email protected]> | |
756ccb3c | 5859 | M: Prasad Joshi <[email protected]> |
ef6ada3d JE |
5860 | L: [email protected] |
5861 | W: logfs.org | |
5862 | S: Maintained | |
5863 | F: fs/logfs/ | |
5864 | ||
b62d7946 RS |
5865 | LPC32XX MACHINE SUPPORT |
5866 | M: Roland Stigge <[email protected]> | |
5867 | L: [email protected] (moderated for non-subscribers) | |
5868 | S: Maintained | |
5869 | F: arch/arm/mach-lpc32xx/ | |
5870 | ||
c87e34ef | 5871 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
3a980508 RS |
5872 | M: Nagalakshmi Nandigama <[email protected]> |
5873 | M: Praveen Krishnamoorthy <[email protected]> | |
5874 | M: Sreekanth Reddy <[email protected]> | |
5875 | M: Abhijit Mahajan <[email protected]> | |
5876 | L: [email protected] | |
c87e34ef MED |
5877 | L: [email protected] |
5878 | W: http://www.lsilogic.com/support | |
5879 | S: Supported | |
679655da | 5880 | F: drivers/message/fusion/ |
500c152a | 5881 | F: drivers/scsi/mpt2sas/ |
5882 | F: drivers/scsi/mpt3sas/ | |
c87e34ef | 5883 | |
1da177e4 | 5884 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
8b58be88 | 5885 | M: Matthew Wilcox <[email protected]> |
1da177e4 LT |
5886 | L: [email protected] |
5887 | S: Maintained | |
679655da | 5888 | F: drivers/scsi/sym53c8xx_2/ |
1da177e4 | 5889 | |
e5f5c99a GR |
5890 | LTC4261 HARDWARE MONITOR DRIVER |
5891 | M: Guenter Roeck <[email protected]> | |
5892 | L: [email protected] | |
5893 | S: Maintained | |
5894 | F: Documentation/hwmon/ltc4261 | |
5895 | F: drivers/hwmon/ltc4261.c | |
5896 | ||
81365c31 | 5897 | LTP (Linux Test Project) |
28b8e8d4 | 5898 | M: Mike Frysinger <[email protected]> |
7d1ae8a8 | 5899 | M: Cyril Hrubis <[email protected]> |
7d1ae8a8 | 5900 | M: Wanlong Gao <[email protected]> |
f2eb7f6f CH |
5901 | M: Jan Stancek <[email protected]> |
5902 | M: Stanislav Kholmanskikh <[email protected]> | |
5903 | M: Alexey Kodanev <[email protected]> | |
81365c31 | 5904 | L: [email protected] (subscribers-only) |
f2eb7f6f | 5905 | W: http://linux-test-project.github.io/ |
7d1ae8a8 | 5906 | T: git git://github.com/linux-test-project/ltp.git |
81365c31 MF |
5907 | S: Maintained |
5908 | ||
c12a54b3 | 5909 | M32R ARCHITECTURE |
c12a54b3 | 5910 | W: http://www.linux-m32r.org/ |
b4174867 | 5911 | S: Orphan |
679655da | 5912 | F: arch/m32r/ |
c12a54b3 | 5913 | |
1da177e4 | 5914 | M68K ARCHITECTURE |
8b58be88 | 5915 | M: Geert Uytterhoeven <[email protected]> |
1da177e4 LT |
5916 | L: [email protected] |
5917 | W: http://www.linux-m68k.org/ | |
54e5881d | 5918 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
1da177e4 | 5919 | S: Maintained |
679655da | 5920 | F: arch/m68k/ |
9db35182 | 5921 | F: drivers/zorro/ |
1da177e4 LT |
5922 | |
5923 | M68K ON APPLE MACINTOSH | |
8b58be88 | 5924 | M: Joshua Thompson <[email protected]> |
1da177e4 | 5925 | W: http://www.mac.linux-m68k.org/ |
9bb9f222 | 5926 | L: [email protected] |
1da177e4 | 5927 | S: Maintained |
9db35182 | 5928 | F: arch/m68k/mac/ |
1da177e4 LT |
5929 | |
5930 | M68K ON HP9000/300 | |
8b58be88 | 5931 | M: Philip Blundell <[email protected]> |
1da177e4 LT |
5932 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
5933 | S: Maintained | |
679655da | 5934 | F: arch/m68k/hp300/ |
1da177e4 | 5935 | |
74425546 AP |
5936 | M88DS3103 MEDIA DRIVER |
5937 | M: Antti Palosaari <[email protected]> | |
5938 | L: [email protected] | |
5939 | W: http://linuxtv.org/ | |
5940 | W: http://palosaari.fi/linux/ | |
5941 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5942 | T: git git://linuxtv.org/anttip/media_tree.git | |
5943 | S: Maintained | |
5944 | F: drivers/media/dvb-frontends/m88ds3103* | |
5945 | ||
68620bdd MP |
5946 | M88RS2000 MEDIA DRIVER |
5947 | M: Malcolm Priestley <[email protected]> | |
5948 | L: [email protected] | |
5949 | W: http://linuxtv.org/ | |
5950 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5951 | S: Maintained | |
5952 | F: drivers/media/dvb-frontends/m88rs2000* | |
5953 | ||
0d62f800 AP |
5954 | M88TS2022 MEDIA DRIVER |
5955 | M: Antti Palosaari <[email protected]> | |
5956 | L: [email protected] | |
5957 | W: http://linuxtv.org/ | |
5958 | W: http://palosaari.fi/linux/ | |
5959 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5960 | T: git git://linuxtv.org/anttip/media_tree.git | |
5961 | S: Maintained | |
5962 | F: drivers/media/tuners/m88ts2022* | |
5963 | ||
07a092fa | 5964 | MA901 MASTERKIT USB FM RADIO DRIVER |
b75f0050 JP |
5965 | M: Alexey Klimov <[email protected]> |
5966 | L: [email protected] | |
5967 | T: git git://linuxtv.org/media_tree.git | |
5968 | S: Maintained | |
5969 | F: drivers/media/radio/radio-ma901.c | |
07a092fa | 5970 | |
64a327a7 | 5971 | MAC80211 |
8b58be88 | 5972 | M: Johannes Berg <[email protected]> |
64a327a7 | 5973 | L: [email protected] |
491b26b4 | 5974 | W: http://wireless.kernel.org/ |
ce466579 JB |
5975 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
5976 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
64a327a7 | 5977 | S: Maintained |
679655da JP |
5978 | F: Documentation/networking/mac80211-injection.txt |
5979 | F: include/net/mac80211.h | |
5980 | F: net/mac80211/ | |
64a327a7 | 5981 | |
b863ceb7 | 5982 | MACVLAN DRIVER |
8b58be88 | 5983 | M: Patrick McHardy <[email protected]> |
b863ceb7 PM |
5984 | L: [email protected] |
5985 | S: Maintained | |
679655da JP |
5986 | F: drivers/net/macvlan.c |
5987 | F: include/linux/if_macvlan.h | |
b863ceb7 | 5988 | |
2b6d83e2 JB |
5989 | MAILBOX API |
5990 | M: Jassi Brar <[email protected]> | |
5991 | L: [email protected] | |
5992 | S: Maintained | |
5993 | F: drivers/mailbox/ | |
5994 | F: include/linux/mailbox_client.h | |
5995 | F: include/linux/mailbox_controller.h | |
5996 | ||
faf1668c | 5997 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
8b58be88 | 5998 | M: Michael Kerrisk <[email protected]> |
795fb7e7 | 5999 | W: http://www.kernel.org/doc/man-pages |
bd7ebec6 | 6000 | L: [email protected] |
1b53dc74 | 6001 | S: Maintained |
faf1668c | 6002 | |
8427defd RK |
6003 | MARVELL ARMADA DRM SUPPORT |
6004 | M: Russell King <[email protected]> | |
6005 | S: Maintained | |
6006 | F: drivers/gpu/drm/armada/ | |
6007 | ||
3ad50cca GR |
6008 | MARVELL 88E6352 DSA support |
6009 | M: Guenter Roeck <[email protected]> | |
6010 | S: Maintained | |
6011 | F: drivers/net/dsa/mv88e6352.c | |
6012 | ||
44c14c1d | 6013 | MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) |
6014 | M: Mirko Lindner <[email protected]> | |
adbbf69d | 6015 | M: Stephen Hemminger <[email protected]> |
44c14c1d | 6016 | L: [email protected] |
6017 | S: Maintained | |
6018 | F: drivers/net/ethernet/marvell/sk* | |
6019 | ||
74cda169 | 6020 | MARVELL LIBERTAS WIRELESS DRIVER |
74cda169 | 6021 | L: [email protected] |
8ac3e99e | 6022 | S: Orphan |
679655da | 6023 | F: drivers/net/wireless/libertas/ |
74cda169 | 6024 | |
b60d6975 | 6025 | MARVELL MV643XX ETHERNET DRIVER |
4e3faf88 | 6026 | M: Sebastian Hesselbarth <[email protected]> |
979b6c13 | 6027 | L: [email protected] |
f5ca8502 | 6028 | S: Maintained |
527a6266 | 6029 | F: drivers/net/ethernet/marvell/mv643xx_eth.* |
679655da | 6030 | F: include/linux/mv643xx.h |
1da177e4 | 6031 | |
370b8ed9 TP |
6032 | MARVELL MVNETA ETHERNET DRIVER |
6033 | M: Thomas Petazzoni <[email protected]> | |
6034 | L: [email protected] | |
6035 | S: Maintained | |
6036 | F: drivers/net/ethernet/marvell/mvneta.* | |
6037 | ||
fcad584d | 6038 | MARVELL MWIFIEX WIRELESS DRIVER |
b9d31704 BZ |
6039 | M: Amitkumar Karwar <[email protected]> |
6040 | M: Avinash Patil <[email protected]> | |
fcad584d BZ |
6041 | L: [email protected] |
6042 | S: Maintained | |
6043 | F: drivers/net/wireless/mwifiex/ | |
6044 | ||
a2c3f656 | 6045 | MARVELL MWL8K WIRELESS DRIVER |
a040d532 | 6046 | M: Lennert Buytenhek <[email protected]> |
a2c3f656 | 6047 | L: [email protected] |
16345910 | 6048 | S: Odd Fixes |
a2c3f656 LB |
6049 | F: drivers/net/wireless/mwl8k.c |
6050 | ||
2a69567b | 6051 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
2f82af08 | 6052 | M: Nicolas Pitre <[email protected]> |
18e2842b | 6053 | S: Odd Fixes |
1fa7e547 | 6054 | F: drivers/mmc/host/mvsdio.* |
2a69567b | 6055 | |
1da177e4 | 6056 | MATROX FRAMEBUFFER DRIVER |
c69f677c | 6057 | L: [email protected] |
52653199 | 6058 | S: Orphan |
8a61f013 | 6059 | F: drivers/video/fbdev/matrox/matroxfb_* |
c117ab84 | 6060 | F: include/uapi/linux/matroxfb.h |
1da177e4 | 6061 | |
ca462085 GR |
6062 | MAX16065 HARDWARE MONITOR DRIVER |
6063 | M: Guenter Roeck <[email protected]> | |
6064 | L: [email protected] | |
6065 | S: Maintained | |
6066 | F: Documentation/hwmon/max16065 | |
6067 | F: drivers/hwmon/max16065.c | |
6068 | ||
d20620de | 6069 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
6a534c9d | 6070 | M: "Hans J. Koch" <[email protected]> |
d20620de HJK |
6071 | L: [email protected] |
6072 | S: Maintained | |
679655da JP |
6073 | F: Documentation/hwmon/max6650 |
6074 | F: drivers/hwmon/max6650.c | |
d20620de | 6075 | |
e89ab51f GR |
6076 | MAX6697 HARDWARE MONITOR DRIVER |
6077 | M: Guenter Roeck <[email protected]> | |
6078 | L: [email protected] | |
6079 | S: Maintained | |
6080 | F: Documentation/hwmon/max6697 | |
6081 | F: Documentation/devicetree/bindings/i2c/max6697.txt | |
6082 | F: drivers/hwmon/max6697.c | |
6083 | F: include/linux/platform_data/max6697.h | |
6084 | ||
9be3c9a5 HV |
6085 | MAXIRADIO FM RADIO RECEIVER DRIVER |
6086 | M: Hans Verkuil <[email protected]> | |
6087 | L: [email protected] | |
6088 | T: git git://linuxtv.org/media_tree.git | |
6089 | W: http://linuxtv.org | |
6090 | S: Maintained | |
6091 | F: drivers/media/radio/radio-maxiradio* | |
6092 | ||
127c49ae | 6093 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
009a5410 | 6094 | M: Mauro Carvalho Chehab <[email protected]> |
127c49ae JP |
6095 | P: LinuxTV.org Project |
6096 | L: [email protected] | |
6097 | W: http://linuxtv.org | |
8a6e2535 | 6098 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
275ffde4 | 6099 | T: git git://linuxtv.org/media_tree.git |
127c49ae JP |
6100 | S: Maintained |
6101 | F: Documentation/dvb/ | |
6102 | F: Documentation/video4linux/ | |
ffe06198 | 6103 | F: Documentation/DocBook/media/ |
127c49ae | 6104 | F: drivers/media/ |
ffe06198 | 6105 | F: drivers/staging/media/ |
127c49ae | 6106 | F: include/media/ |
6c0f0359 MCC |
6107 | F: include/uapi/linux/dvb/ |
6108 | F: include/uapi/linux/videodev2.h | |
6109 | F: include/uapi/linux/media.h | |
6110 | F: include/uapi/linux/v4l2-* | |
6111 | F: include/uapi/linux/meye.h | |
6112 | F: include/uapi/linux/ivtv* | |
6113 | F: include/uapi/linux/uvcvideo.h | |
d20620de | 6114 | |
6149a936 HV |
6115 | MEDIAVISION PRO MOVIE STUDIO DRIVER |
6116 | M: Hans Verkuil <[email protected]> | |
6117 | L: [email protected] | |
6118 | T: git git://linuxtv.org/media_tree.git | |
6119 | W: http://linuxtv.org | |
6120 | S: Odd Fixes | |
6121 | F: drivers/media/parport/pms* | |
6122 | ||
e399065b SS |
6123 | MEGARAID SCSI/SAS DRIVERS |
6124 | M: Kashyap Desai <[email protected]> | |
6125 | M: Sumit Saxena <[email protected]> | |
6126 | M: Uday Lingala <[email protected]> | |
6127 | L: [email protected] | |
baaea1dc | 6128 | L: [email protected] |
e399065b | 6129 | W: http://www.lsi.com |
ce00f85c | 6130 | S: Maintained |
679655da JP |
6131 | F: Documentation/scsi/megaraid.txt |
6132 | F: drivers/scsi/megaraid.* | |
6133 | F: drivers/scsi/megaraid/ | |
757e0108 | 6134 | |
2c46c9d5 AV |
6135 | MELLANOX ETHERNET DRIVER (mlx4_en) |
6136 | M: Amir Vadai <[email protected]> | |
b75f0050 | 6137 | L: [email protected] |
2c46c9d5 AV |
6138 | S: Supported |
6139 | W: http://www.mellanox.com | |
6140 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
6141 | F: drivers/net/ethernet/mellanox/mlx4/en_* | |
6142 | ||
70ea91f1 SR |
6143 | MEMORY MANAGEMENT |
6144 | L: [email protected] | |
70ea91f1 SR |
6145 | W: http://www.linux-mm.org |
6146 | S: Maintained | |
679655da | 6147 | F: include/linux/mm.h |
551450bb CS |
6148 | F: include/linux/gfp.h |
6149 | F: include/linux/mmzone.h | |
6150 | F: include/linux/memory_hotplug.h | |
6151 | F: include/linux/vmalloc.h | |
679655da | 6152 | F: mm/ |
70ea91f1 | 6153 | |
f4e9ce66 | 6154 | MEMORY TECHNOLOGY DEVICES (MTD) |
8b58be88 | 6155 | M: David Woodhouse <[email protected]> |
242c325e | 6156 | M: Brian Norris <[email protected]> |
1da177e4 | 6157 | L: [email protected] |
8a6e2535 JP |
6158 | W: http://www.linux-mtd.infradead.org/ |
6159 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ | |
242c325e | 6160 | T: git git://git.infradead.org/linux-mtd.git |
ab95eac9 | 6161 | T: git git://git.infradead.org/l2-mtd.git |
1da177e4 | 6162 | S: Maintained |
679655da JP |
6163 | F: drivers/mtd/ |
6164 | F: include/linux/mtd/ | |
c117ab84 | 6165 | F: include/uapi/mtd/ |
1da177e4 | 6166 | |
26c57ef1 | 6167 | MEN A21 WATCHDOG DRIVER |
b75f0050 | 6168 | M: Johannes Thumshirn <[email protected]> |
26c57ef1 JT |
6169 | L: [email protected] |
6170 | S: Supported | |
6171 | F: drivers/watchdog/mena21_wdt.c | |
6172 | ||
3764e82e JT |
6173 | MEN CHAMELEON BUS (mcb) |
6174 | M: Johannes Thumshirn <[email protected]> | |
6175 | S: Supported | |
6176 | F: drivers/mcb/ | |
6177 | F: include/linux/mcb.h | |
6178 | ||
48b490d2 AW |
6179 | MEN F21BMC (Board Management Controller) |
6180 | M: Andreas Werner <[email protected]> | |
6181 | S: Supported | |
6182 | F: drivers/mfd/menf21bmc.c | |
6183 | F: drivers/watchdog/menf21bmc_wdt.c | |
6184 | F: drivers/leds/leds-menf21bmc.c | |
6185 | F: drivers/hwmon/menf21bmc_hwmon.c | |
6186 | F: Documentation/hwmon/menf21bmc | |
6187 | ||
12285945 JH |
6188 | METAG ARCHITECTURE |
6189 | M: James Hogan <[email protected]> | |
d668d9ed | 6190 | L: [email protected] |
12285945 JH |
6191 | S: Supported |
6192 | F: arch/metag/ | |
6193 | F: Documentation/metag/ | |
6194 | F: Documentation/devicetree/bindings/metag/ | |
a2c5d4ed | 6195 | F: drivers/clocksource/metag_generic.c |
5698c50d JH |
6196 | F: drivers/irqchip/irq-metag.c |
6197 | F: drivers/irqchip/irq-metag-ext.c | |
ae85ac71 | 6198 | F: drivers/tty/metag_da.c |
12285945 | 6199 | |
c6375b0a | 6200 | MICROBLAZE ARCHITECTURE |
8b58be88 | 6201 | M: Michal Simek <[email protected]> |
c6375b0a MS |
6202 | W: http://www.monstr.eu/fdt/ |
6203 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | |
6204 | S: Supported | |
0a8c7914 | 6205 | F: arch/microblaze/ |
1da177e4 LT |
6206 | |
6207 | MICROTEK X6 SCANNER | |
61eee9a7 | 6208 | M: Oliver Neukum <[email protected]> |
1da177e4 | 6209 | S: Maintained |
679655da | 6210 | F: drivers/usb/image/microtek.* |
1da177e4 LT |
6211 | |
6212 | MIPS | |
8b58be88 | 6213 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6214 | L: [email protected] |
6097050d | 6215 | W: http://www.linux-mips.org/ |
b05e988e | 6216 | T: git git://git.linux-mips.org/pub/scm/ralf/linux.git |
6097050d | 6217 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
7425b340 | 6218 | S: Supported |
679655da JP |
6219 | F: Documentation/mips/ |
6220 | F: arch/mips/ | |
1da177e4 | 6221 | |
08b7620a HV |
6222 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER |
6223 | M: Hans Verkuil <[email protected]> | |
6224 | L: [email protected] | |
6225 | T: git git://linuxtv.org/media_tree.git | |
6226 | W: http://linuxtv.org | |
6227 | S: Odd Fixes | |
6228 | F: drivers/media/radio/radio-miropcm20* | |
6229 | ||
e126ba97 EC |
6230 | Mellanox MLX5 core VPI driver |
6231 | M: Eli Cohen <[email protected]> | |
6232 | L: [email protected] | |
6233 | L: [email protected] | |
6234 | W: http://www.mellanox.com | |
6235 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
6236 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 6237 | T: git git://openfabrics.org/~eli/connect-ib.git |
e126ba97 EC |
6238 | S: Supported |
6239 | F: drivers/net/ethernet/mellanox/mlx5/core/ | |
6240 | F: include/linux/mlx5/ | |
6241 | ||
6242 | Mellanox MLX5 IB driver | |
b75f0050 JP |
6243 | M: Eli Cohen <[email protected]> |
6244 | L: [email protected] | |
6245 | W: http://www.mellanox.com | |
6246 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 6247 | T: git git://openfabrics.org/~eli/connect-ib.git |
b75f0050 JP |
6248 | S: Supported |
6249 | F: include/linux/mlx5/ | |
6250 | F: drivers/infiniband/hw/mlx5/ | |
e126ba97 | 6251 | |
0ce277e4 AP |
6252 | MN88472 MEDIA DRIVER |
6253 | M: Antti Palosaari <[email protected]> | |
6254 | L: [email protected] | |
6255 | W: http://linuxtv.org/ | |
6256 | W: http://palosaari.fi/linux/ | |
6257 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6258 | T: git git://linuxtv.org/anttip/media_tree.git | |
6259 | S: Maintained | |
6260 | F: drivers/staging/media/mn88472/ | |
6261 | F: drivers/media/dvb-frontends/mn88472.h | |
6262 | ||
4f4d238f AP |
6263 | MN88473 MEDIA DRIVER |
6264 | M: Antti Palosaari <[email protected]> | |
6265 | L: [email protected] | |
6266 | W: http://linuxtv.org/ | |
6267 | W: http://palosaari.fi/linux/ | |
6268 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6269 | T: git git://linuxtv.org/anttip/media_tree.git | |
6270 | S: Maintained | |
6271 | F: drivers/staging/media/mn88473/ | |
6272 | F: drivers/media/dvb-frontends/mn88473.h | |
6273 | ||
1da177e4 | 6274 | MODULE SUPPORT |
8b58be88 | 6275 | M: Rusty Russell <[email protected]> |
1da177e4 | 6276 | S: Maintained |
679655da JP |
6277 | F: include/linux/module.h |
6278 | F: kernel/module.c | |
1da177e4 LT |
6279 | |
6280 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
1da177e4 | 6281 | W: http://popies.net/meye/ |
b7788e13 | 6282 | S: Orphan |
679655da | 6283 | F: Documentation/video4linux/meye.txt |
90d72ac6 | 6284 | F: drivers/media/pci/meye/ |
6c0f0359 | 6285 | F: include/uapi/linux/meye.h |
1da177e4 | 6286 | |
b9705b60 | 6287 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
8b58be88 | 6288 | M: Jiri Slaby <[email protected]> |
d735410a | 6289 | S: Maintained |
679655da | 6290 | F: Documentation/serial/moxa-smartio |
c897401b | 6291 | F: drivers/tty/mxser.* |
d735410a | 6292 | |
889b2f87 AK |
6293 | MR800 AVERMEDIA USB FM RADIO DRIVER |
6294 | M: Alexey Klimov <[email protected]> | |
6295 | L: [email protected] | |
6296 | T: git git://linuxtv.org/media_tree.git | |
6297 | S: Maintained | |
6298 | F: drivers/media/radio/radio-mr800.c | |
6299 | ||
d7155691 AO |
6300 | MRF24J40 IEEE 802.15.4 RADIO DRIVER |
6301 | M: Alan Ott <[email protected]> | |
6302 | L: [email protected] | |
6303 | S: Maintained | |
6304 | F: drivers/net/ieee802154/mrf24j40.c | |
6305 | ||
8c4c731a | 6306 | MSI LAPTOP SUPPORT |
182ae55c | 6307 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 6308 | L: [email protected] |
8c4c731a | 6309 | S: Maintained |
679655da | 6310 | F: drivers/platform/x86/msi-laptop.c |
8c4c731a | 6311 | |
0f1006b1 AA |
6312 | MSI WMI SUPPORT |
6313 | M: Anisse Astier <[email protected]> | |
d0944853 | 6314 | L: [email protected] |
0f1006b1 AA |
6315 | S: Supported |
6316 | F: drivers/platform/x86/msi-wmi.c | |
6317 | ||
19a628a0 AP |
6318 | MSI001 MEDIA DRIVER |
6319 | M: Antti Palosaari <[email protected]> | |
6320 | L: [email protected] | |
6321 | W: http://linuxtv.org/ | |
6322 | W: http://palosaari.fi/linux/ | |
6323 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6324 | T: git git://linuxtv.org/anttip/media_tree.git | |
6325 | S: Maintained | |
0185e197 | 6326 | F: drivers/media/tuners/msi001* |
19a628a0 | 6327 | |
7570589d | 6328 | MSI2500 MEDIA DRIVER |
2c57213f AP |
6329 | M: Antti Palosaari <[email protected]> |
6330 | L: [email protected] | |
6331 | W: http://linuxtv.org/ | |
6332 | W: http://palosaari.fi/linux/ | |
6333 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6334 | T: git git://linuxtv.org/anttip/media_tree.git | |
6335 | S: Maintained | |
7570589d | 6336 | F: drivers/media/usb/msi2500/ |
2c57213f | 6337 | |
62a37dc7 | 6338 | MT9M032 APTINA SENSOR DRIVER |
0e837fb9 LP |
6339 | M: Laurent Pinchart <[email protected]> |
6340 | L: [email protected] | |
6341 | T: git git://linuxtv.org/media_tree.git | |
6342 | S: Maintained | |
6343 | F: drivers/media/i2c/mt9m032.c | |
6344 | F: include/media/mt9m032.h | |
6345 | ||
62a37dc7 | 6346 | MT9P031 APTINA CAMERA SENSOR |
0e837fb9 LP |
6347 | M: Laurent Pinchart <[email protected]> |
6348 | L: [email protected] | |
6349 | T: git git://linuxtv.org/media_tree.git | |
6350 | S: Maintained | |
6351 | F: drivers/media/i2c/mt9p031.c | |
6352 | F: include/media/mt9p031.h | |
6353 | ||
62a37dc7 | 6354 | MT9T001 APTINA CAMERA SENSOR |
0e837fb9 LP |
6355 | M: Laurent Pinchart <[email protected]> |
6356 | L: [email protected] | |
6357 | T: git git://linuxtv.org/media_tree.git | |
6358 | S: Maintained | |
6359 | F: drivers/media/i2c/mt9t001.c | |
6360 | F: include/media/mt9t001.h | |
6361 | ||
62a37dc7 | 6362 | MT9V032 APTINA CAMERA SENSOR |
0e837fb9 LP |
6363 | M: Laurent Pinchart <[email protected]> |
6364 | L: [email protected] | |
6365 | T: git git://linuxtv.org/media_tree.git | |
6366 | S: Maintained | |
6367 | F: drivers/media/i2c/mt9v032.c | |
6368 | F: include/media/mt9v032.h | |
6369 | ||
4e0d13cb | 6370 | MULTIFUNCTION DEVICES (MFD) |
8b58be88 | 6371 | M: Samuel Ortiz <[email protected]> |
f7d3210e | 6372 | M: Lee Jones <[email protected]> |
7caa7991 | 6373 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
4e0d13cb | 6374 | S: Supported |
679655da | 6375 | F: drivers/mfd/ |
55b5940d | 6376 | F: include/linux/mfd/ |
4e0d13cb | 6377 | |
5c4e6f13 | 6378 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
6e443244 | 6379 | M: Chris Ball <[email protected]> |
e18eaf8f | 6380 | M: Ulf Hansson <[email protected]> |
b2503a94 | 6381 | L: [email protected] |
245feaa6 | 6382 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
708dce3f | 6383 | T: git git://git.linaro.org/people/ulf.hansson/mmc.git |
245feaa6 | 6384 | S: Maintained |
679655da JP |
6385 | F: drivers/mmc/ |
6386 | F: include/linux/mmc/ | |
c117ab84 | 6387 | F: include/uapi/linux/mmc/ |
baca2da4 | 6388 | |
15a0580c | 6389 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
22b174f8 | 6390 | S: Orphan |
679655da JP |
6391 | F: drivers/mmc/host/mmc_spi.c |
6392 | F: include/linux/spi/mmc_spi.h | |
15a0580c | 6393 | |
1da177e4 | 6394 | MULTISOUND SOUND DRIVER |
8b58be88 | 6395 | M: Andrew Veliath <[email protected]> |
1da177e4 | 6396 | S: Maintained |
679655da JP |
6397 | F: Documentation/sound/oss/MultiSound |
6398 | F: sound/oss/msnd* | |
1da177e4 | 6399 | |
d735410a | 6400 | MULTITECH MULTIPORT CARD (ISICOM) |
d86b3001 | 6401 | S: Orphan |
c897401b | 6402 | F: drivers/tty/isicom.c |
679655da | 6403 | F: include/linux/isicom.h |
d735410a | 6404 | |
550a7375 | 6405 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
f299470a | 6406 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 6407 | L: [email protected] |
43b416e5 | 6408 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
795fb7e7 | 6409 | S: Maintained |
679655da | 6410 | F: drivers/usb/musb/ |
550a7375 | 6411 | |
ea0af5f6 MK |
6412 | MXL5007T MEDIA DRIVER |
6413 | M: Michael Krufky <[email protected]> | |
6414 | L: [email protected] | |
6415 | W: http://linuxtv.org/ | |
6416 | W: http://github.com/mkrufky | |
6417 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6418 | T: git git://linuxtv.org/mkrufky/tuners.git | |
6419 | S: Maintained | |
6420 | F: drivers/media/tuners/mxl5007t.* | |
6421 | ||
2d3cf588 | 6422 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
205057ae | 6423 | M: Hyong-Youb Kim <[email protected]> |
2d3cf588 | 6424 | L: [email protected] |
205057ae | 6425 | W: https://www.myricom.com/support/downloads/myri10ge.html |
2d3cf588 | 6426 | S: Supported |
93f7848b | 6427 | F: drivers/net/ethernet/myricom/myri10ge/ |
2d3cf588 | 6428 | |
1da177e4 | 6429 | NATSEMI ETHERNET DRIVER (DP8381x) |
09d208ec | 6430 | S: Orphan |
d9fb9f38 | 6431 | F: drivers/net/ethernet/natsemi/natsemi.c |
1da177e4 | 6432 | |
23dc05a3 DM |
6433 | NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER |
6434 | M: Daniel Mack <[email protected]> | |
6435 | S: Maintained | |
6436 | L: [email protected] | |
6437 | W: http://www.native-instruments.com | |
6438 | F: sound/usb/caiaq/ | |
6439 | ||
1da177e4 | 6440 | NCP FILESYSTEM |
52653199 PV |
6441 | M: Petr Vandrovec <[email protected]> |
6442 | S: Odd Fixes | |
679655da | 6443 | F: fs/ncpfs/ |
1da177e4 | 6444 | |
a79b0322 FT |
6445 | NCR 5380 SCSI DRIVERS |
6446 | M: Finn Thain <[email protected]> | |
6447 | M: Michael Schmitz <[email protected]> | |
6448 | L: [email protected] | |
6449 | S: Maintained | |
6450 | F: Documentation/scsi/g_NCR5380.txt | |
6451 | F: drivers/scsi/NCR5380.* | |
6452 | F: drivers/scsi/arm/cumana_1.c | |
6453 | F: drivers/scsi/arm/oak.c | |
6454 | F: drivers/scsi/atari_NCR5380.c | |
6455 | F: drivers/scsi/atari_scsi.* | |
6456 | F: drivers/scsi/dmx3191d.c | |
6457 | F: drivers/scsi/dtc.* | |
6458 | F: drivers/scsi/g_NCR5380.* | |
6459 | F: drivers/scsi/g_NCR5380_mmio.c | |
6460 | F: drivers/scsi/mac_scsi.* | |
6461 | F: drivers/scsi/pas16.* | |
a79b0322 FT |
6462 | F: drivers/scsi/sun3_scsi.* |
6463 | F: drivers/scsi/sun3_scsi_vme.c | |
6464 | F: drivers/scsi/t128.* | |
6465 | ||
1da177e4 | 6466 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
8b58be88 | 6467 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
6468 | L: [email protected] |
6469 | S: Maintained | |
679655da | 6470 | F: drivers/scsi/NCR_D700.* |
1da177e4 | 6471 | |
4aa3eb4c GR |
6472 | NCT6775 HARDWARE MONITOR DRIVER |
6473 | M: Guenter Roeck <[email protected]> | |
6474 | L: [email protected] | |
6475 | S: Maintained | |
6476 | F: Documentation/hwmon/nct6775 | |
6477 | F: drivers/hwmon/nct6775.c | |
6478 | ||
3c2d774c | 6479 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
8b58be88 | 6480 | M: Faisal Latif <[email protected]> |
e6cc0fd1 | 6481 | L: [email protected] |
e3d33cb1 | 6482 | W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm |
3c2d774c GS |
6483 | S: Supported |
6484 | F: drivers/infiniband/hw/nes/ | |
6485 | ||
be2f2e84 | 6486 | NETEM NETWORK EMULATOR |
adbbf69d | 6487 | M: Stephen Hemminger <[email protected]> |
f318a63b | 6488 | L: [email protected] |
be2f2e84 | 6489 | S: Maintained |
679655da | 6490 | F: net/sched/sch_netem.c |
be2f2e84 | 6491 | |
b2f5a051 | 6492 | NETERION 10GbE DRIVERS (s2io/vxge) |
e3806882 | 6493 | M: Jon Mason <[email protected]> |
4a58448b | 6494 | L: [email protected] |
4a58448b | 6495 | S: Supported |
679655da | 6496 | F: Documentation/networking/s2io.txt |
b2f5a051 | 6497 | F: Documentation/networking/vxge.txt |
86387e1a | 6498 | F: drivers/net/ethernet/neterion/ |
4a58448b | 6499 | |
db9cf3a3 | 6500 | NETFILTER ({IP,IP6,ARP,EB,NF}TABLES) |
0e05e192 | 6501 | M: Pablo Neira Ayuso <[email protected]> |
8b58be88 | 6502 | M: Patrick McHardy <[email protected]> |
42010ed0 | 6503 | M: Jozsef Kadlecsik <[email protected]> |
1a03b81d | 6504 | L: [email protected] |
82b98543 | 6505 | L: [email protected] |
1da177e4 LT |
6506 | W: http://www.netfilter.org/ |
6507 | W: http://www.iptables.org/ | |
42010ed0 PNA |
6508 | Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/ |
6509 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git | |
6510 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git | |
1da177e4 | 6511 | S: Supported |
679655da JP |
6512 | F: include/linux/netfilter* |
6513 | F: include/linux/netfilter/ | |
6514 | F: include/net/netfilter/ | |
c117ab84 CEB |
6515 | F: include/uapi/linux/netfilter* |
6516 | F: include/uapi/linux/netfilter/ | |
679655da JP |
6517 | F: net/*/netfilter.c |
6518 | F: net/*/netfilter/ | |
6519 | F: net/netfilter/ | |
1da177e4 | 6520 | |
4cc67735 | 6521 | NETLABEL |
87a0874c | 6522 | M: Paul Moore <[email protected]> |
4cc67735 PM |
6523 | W: http://netlabel.sf.net |
6524 | L: [email protected] | |
87a0874c | 6525 | S: Maintained |
80811493 | 6526 | F: Documentation/netlabel/ |
679655da JP |
6527 | F: include/net/netlabel.h |
6528 | F: net/netlabel/ | |
4cc67735 | 6529 | |
1da177e4 | 6530 | NETROM NETWORK LAYER |
8b58be88 | 6531 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6532 | L: [email protected] |
d34cb28a | 6533 | W: http://www.linux-ax25.org/ |
1da177e4 | 6534 | S: Maintained |
679655da | 6535 | F: include/net/netrom.h |
c117ab84 | 6536 | F: include/uapi/linux/netrom.h |
679655da | 6537 | F: net/netrom/ |
1da177e4 | 6538 | |
5ddb88c0 | 6539 | NETWORK BLOCK DEVICE (NBD) |
8b58be88 | 6540 | M: Paul Clements <[email protected]> |
1da177e4 | 6541 | S: Maintained |
5e4b269b | 6542 | L: [email protected] |
679655da JP |
6543 | F: Documentation/blockdev/nbd.txt |
6544 | F: drivers/block/nbd.c | |
6545 | F: include/linux/nbd.h | |
c117ab84 | 6546 | F: include/uapi/linux/nbd.h |
1da177e4 | 6547 | |
6e43650c NH |
6548 | NETWORK DROP MONITOR |
6549 | M: Neil Horman <[email protected]> | |
6550 | L: [email protected] | |
6551 | S: Maintained | |
6552 | W: https://fedorahosted.org/dropwatch/ | |
6553 | F: net/core/drop_monitor.c | |
6554 | ||
1da177e4 | 6555 | NETWORKING [GENERAL] |
8b58be88 | 6556 | M: "David S. Miller" <[email protected]> |
979b6c13 | 6557 | L: [email protected] |
b1e8fd54 | 6558 | W: http://www.linuxfoundation.org/en/Net |
11e98029 | 6559 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
814fd609 NP |
6560 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6561 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
1da177e4 | 6562 | S: Maintained |
679655da JP |
6563 | F: net/ |
6564 | F: include/net/ | |
018d21ed JP |
6565 | F: include/linux/in.h |
6566 | F: include/linux/net.h | |
6567 | F: include/linux/netdevice.h | |
c117ab84 CEB |
6568 | F: include/uapi/linux/in.h |
6569 | F: include/uapi/linux/net.h | |
6570 | F: include/uapi/linux/netdevice.h | |
7e814a6c | 6571 | F: tools/net/ |
f4e53f9a | 6572 | F: tools/testing/selftests/net/ |
335a67d2 | 6573 | F: lib/random32.c |
a101ccd1 | 6574 | F: lib/test_bpf.c |
1da177e4 LT |
6575 | |
6576 | NETWORKING [IPv4/IPv6] | |
8b58be88 JP |
6577 | M: "David S. Miller" <[email protected]> |
6578 | M: Alexey Kuznetsov <[email protected]> | |
8b58be88 JP |
6579 | M: James Morris <[email protected]> |
6580 | M: Hideaki YOSHIFUJI <[email protected]> | |
6581 | M: Patrick McHardy <[email protected]> | |
979b6c13 | 6582 | L: [email protected] |
08deed1e | 6583 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
1da177e4 | 6584 | S: Maintained |
679655da JP |
6585 | F: net/ipv4/ |
6586 | F: net/ipv6/ | |
6587 | F: include/net/ip* | |
0a14842f | 6588 | F: arch/x86/net/* |
1da177e4 | 6589 | |
73b7656c DM |
6590 | NETWORKING [IPSEC] |
6591 | M: Steffen Klassert <[email protected]> | |
6592 | M: Herbert Xu <[email protected]> | |
6593 | M: "David S. Miller" <[email protected]> | |
6594 | L: [email protected] | |
d1fc5024 SK |
6595 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git |
6596 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git | |
73b7656c | 6597 | S: Maintained |
5826bdd1 | 6598 | F: net/core/flow.c |
73b7656c DM |
6599 | F: net/xfrm/ |
6600 | F: net/key/ | |
6601 | F: net/ipv4/xfrm* | |
d1fc5024 SK |
6602 | F: net/ipv4/esp4.c |
6603 | F: net/ipv4/ah4.c | |
6604 | F: net/ipv4/ipcomp.c | |
6605 | F: net/ipv4/ip_vti.c | |
73b7656c | 6606 | F: net/ipv6/xfrm* |
d1fc5024 SK |
6607 | F: net/ipv6/esp6.c |
6608 | F: net/ipv6/ah6.c | |
6609 | F: net/ipv6/ipcomp6.c | |
6610 | F: net/ipv6/ip6_vti.c | |
73b7656c DM |
6611 | F: include/uapi/linux/xfrm.h |
6612 | F: include/net/xfrm.h | |
6613 | ||
10e2ff1c | 6614 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
87a0874c | 6615 | M: Paul Moore <[email protected]> |
10e2ff1c JM |
6616 | L: [email protected] |
6617 | S: Maintained | |
6618 | ||
29f8f632 | 6619 | NETWORKING [WIRELESS] |
2cb4abd1 | 6620 | L: [email protected] |
8a6e2535 | 6621 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
29f8f632 | 6622 | |
788873ac JP |
6623 | NETWORKING DRIVERS |
6624 | L: [email protected] | |
6625 | W: http://www.linuxfoundation.org/en/Net | |
11e98029 | 6626 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
08deed1e JP |
6627 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6628 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
788873ac JP |
6629 | S: Odd Fixes |
6630 | F: drivers/net/ | |
018d21ed | 6631 | F: include/linux/if_* |
0b63bf1f JD |
6632 | F: include/linux/netdevice.h |
6633 | F: include/linux/arcdevice.h | |
6634 | F: include/linux/etherdevice.h | |
6635 | F: include/linux/fcdevice.h | |
6636 | F: include/linux/fddidevice.h | |
6637 | F: include/linux/hippidevice.h | |
6638 | F: include/linux/inetdevice.h | |
c117ab84 CEB |
6639 | F: include/uapi/linux/if_* |
6640 | F: include/uapi/linux/netdevice.h | |
788873ac | 6641 | |
0e324cf6 JL |
6642 | NETWORKING DRIVERS (WIRELESS) |
6643 | M: Kalle Valo <[email protected]> | |
6644 | L: [email protected] | |
6645 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ | |
6646 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ | |
6647 | S: Maintained | |
6648 | F: drivers/net/wireless/ | |
6649 | ||
3d396eb1 | 6650 | NETXEN (1/10) GbE SUPPORT |
8622315e | 6651 | M: Manish Chopra <[email protected]> |
83c07dde AKS |
6652 | M: Sony Chacko <[email protected]> |
6653 | M: Rajesh Borundia <[email protected]> | |
3d396eb1 | 6654 | L: [email protected] |
9c2b5bde | 6655 | W: http://www.qlogic.com |
3d396eb1 | 6656 | S: Supported |
aa43c215 | 6657 | F: drivers/net/ethernet/qlogic/netxen/ |
3d396eb1 | 6658 | |
6423d30f AAJ |
6659 | NFC SUBSYSTEM |
6660 | M: Lauro Ramos Venancio <[email protected]> | |
6661 | M: Aloisio Almeida Jr <[email protected]> | |
6662 | M: Samuel Ortiz <[email protected]> | |
6663 | L: [email protected] | |
1eb3b216 | 6664 | L: [email protected] (subscribers-only) |
0293ba20 | 6665 | S: Supported |
6423d30f | 6666 | F: net/nfc/ |
55eb94f9 | 6667 | F: include/net/nfc/ |
c117ab84 | 6668 | F: include/uapi/linux/nfc.h |
6423d30f | 6669 | F: drivers/nfc/ |
08eaa1e0 | 6670 | F: include/linux/platform_data/pn544.h |
7ebb88e5 | 6671 | F: Documentation/devicetree/bindings/net/nfc/ |
3d396eb1 | 6672 | |
e8b43555 | 6673 | NFS, SUNRPC, AND LOCKD CLIENTS |
cd7b996a | 6674 | M: Trond Myklebust <[email protected]> |
78f58153 TM |
6675 | L: [email protected] |
6676 | W: http://client.linux-nfs.org | |
cd7b996a | 6677 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
1da177e4 | 6678 | S: Maintained |
679655da JP |
6679 | F: fs/lockd/ |
6680 | F: fs/nfs/ | |
6681 | F: fs/nfs_common/ | |
6682 | F: net/sunrpc/ | |
6683 | F: include/linux/lockd/ | |
6684 | F: include/linux/nfs* | |
6685 | F: include/linux/sunrpc/ | |
c117ab84 CEB |
6686 | F: include/uapi/linux/nfs* |
6687 | F: include/uapi/linux/sunrpc/ | |
1da177e4 | 6688 | |
85ef9cea | 6689 | NILFS2 FILESYSTEM |
e2126935 | 6690 | M: Ryusuke Konishi <[email protected]> |
6aff43f8 | 6691 | L: [email protected] |
f9472265 | 6692 | W: http://nilfs.sourceforge.net/ |
e2126935 | 6693 | T: git git://github.com/konis/nilfs2.git |
85ef9cea | 6694 | S: Supported |
679655da JP |
6695 | F: Documentation/filesystems/nilfs2.txt |
6696 | F: fs/nilfs2/ | |
6697 | F: include/linux/nilfs2_fs.h | |
85ef9cea | 6698 | |
1da177e4 | 6699 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
8b58be88 | 6700 | M: YOKOTA Hiroshi <[email protected]> |
1da177e4 LT |
6701 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6702 | S: Maintained | |
679655da JP |
6703 | F: Documentation/scsi/NinjaSCSI.txt |
6704 | F: drivers/scsi/pcmcia/nsp_* | |
1da177e4 LT |
6705 | |
6706 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
8b58be88 JP |
6707 | M: GOTO Masanori <[email protected]> |
6708 | M: YOKOTA Hiroshi <[email protected]> | |
1da177e4 LT |
6709 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6710 | S: Maintained | |
679655da JP |
6711 | F: Documentation/scsi/NinjaSCSI.txt |
6712 | F: drivers/scsi/nsp32* | |
1da177e4 | 6713 | |
383b8fb9 LFT |
6714 | NIOS2 ARCHITECTURE |
6715 | M: Ley Foon Tan <[email protected]> | |
6716 | L: [email protected] (moderated for non-subscribers) | |
6717 | T: git git://git.rocketboards.org/linux-socfpga.git | |
6718 | S: Maintained | |
6719 | F: arch/nios2/ | |
6720 | ||
fce8a7bb | 6721 | NTB DRIVER |
9ef6bf6c JM |
6722 | M: Jon Mason <[email protected]> |
6723 | M: Dave Jiang <[email protected]> | |
fce8a7bb | 6724 | S: Supported |
2984411f JM |
6725 | W: https://github.com/jonmason/ntb/wiki |
6726 | T: git git://github.com/jonmason/ntb.git | |
fce8a7bb | 6727 | F: drivers/ntb/ |
548c237c | 6728 | F: drivers/net/ntb_netdev.c |
fce8a7bb JM |
6729 | F: include/linux/ntb.h |
6730 | ||
1da177e4 | 6731 | NTFS FILESYSTEM |
2818ef50 | 6732 | M: Anton Altaparmakov <[email protected]> |
1da177e4 | 6733 | L: [email protected] |
2818ef50 | 6734 | W: http://www.tuxera.com/ |
e6f4dee7 | 6735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git |
2818ef50 | 6736 | S: Supported |
679655da JP |
6737 | F: Documentation/filesystems/ntfs.txt |
6738 | F: fs/ntfs/ | |
1da177e4 | 6739 | |
9eb8ef74 | 6740 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
8b58be88 | 6741 | M: Antonino Daplas <[email protected]> |
c69f677c | 6742 | L: [email protected] |
ce00f85c | 6743 | S: Maintained |
8a61f013 JH |
6744 | F: drivers/video/fbdev/riva/ |
6745 | F: drivers/video/fbdev/nvidia/ | |
1da177e4 | 6746 | |
79461681 MW |
6747 | NVM EXPRESS DRIVER |
6748 | M: Matthew Wilcox <[email protected]> | |
6749 | L: [email protected] | |
6750 | T: git git://git.infradead.org/users/willy/linux-nvme.git | |
6751 | S: Supported | |
5be37bf9 | 6752 | F: drivers/block/nvme* |
79461681 MW |
6753 | F: include/linux/nvme.h |
6754 | ||
f50d7146 RK |
6755 | NXP TDA998X DRM DRIVER |
6756 | M: Russell King <[email protected]> | |
6757 | S: Supported | |
6758 | F: drivers/gpu/drm/i2c/tda998x_drv.c | |
6759 | F: include/drm/i2c/tda998x.h | |
6760 | ||
fbace43e PR |
6761 | NXP TFA9879 DRIVER |
6762 | M: Peter Rosin <[email protected]> | |
6763 | L: [email protected] (moderated for non-subscribers) | |
6764 | S: Maintained | |
6765 | F: sound/soc/codecs/tfa9879* | |
6766 | ||
f5525786 | 6767 | OMAP SUPPORT |
0e24bdd4 | 6768 | M: Tony Lindgren <[email protected]> |
f5525786 TL |
6769 | L: [email protected] |
6770 | W: http://www.muru.com/linux/omap/ | |
6771 | W: http://linux.omap.com/ | |
8a6e2535 | 6772 | Q: http://patchwork.kernel.org/project/linux-omap/list/ |
30bd0129 | 6773 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
f5525786 | 6774 | S: Maintained |
4e04d5a3 | 6775 | F: arch/arm/*omap*/ |
046d0a37 | 6776 | F: drivers/i2c/busses/i2c-omap.c |
dc68cd11 FB |
6777 | F: drivers/irqchip/irq-omap-intc.c |
6778 | F: drivers/mfd/*omap*.c | |
6779 | F: drivers/mfd/menelaus.c | |
6780 | F: drivers/mfd/palmas.c | |
6781 | F: drivers/mfd/tps65217.c | |
6782 | F: drivers/mfd/tps65218.c | |
6783 | F: drivers/mfd/tps65910.c | |
6784 | F: drivers/mfd/twl-core.[ch] | |
6785 | F: drivers/mfd/twl4030*.c | |
6786 | F: drivers/mfd/twl6030*.c | |
6787 | F: drivers/mfd/twl6040*.c | |
6788 | F: drivers/regulator/palmas-regulator*.c | |
6789 | F: drivers/regulator/pbias-regulator.c | |
6790 | F: drivers/regulator/tps65217-regulator.c | |
6791 | F: drivers/regulator/tps65218-regulator.c | |
6792 | F: drivers/regulator/tps65910-regulator.c | |
6793 | F: drivers/regulator/twl-regulator.c | |
046d0a37 | 6794 | F: include/linux/i2c-omap.h |
f5525786 | 6795 | |
50f29fbd | 6796 | OMAP DEVICE TREE SUPPORT |
cdb55ab0 | 6797 | M: Benoît Cousson <[email protected]> |
50f29fbd TL |
6798 | M: Tony Lindgren <[email protected]> |
6799 | L: [email protected] | |
d0fb18c5 | 6800 | L: [email protected] |
50f29fbd TL |
6801 | S: Maintained |
6802 | F: arch/arm/boot/dts/*omap* | |
6803 | F: arch/arm/boot/dts/*am3* | |
05eb20fa NM |
6804 | F: arch/arm/boot/dts/*am4* |
6805 | F: arch/arm/boot/dts/*am5* | |
6806 | F: arch/arm/boot/dts/*dra7* | |
50f29fbd | 6807 | |
f5525786 | 6808 | OMAP CLOCK FRAMEWORK SUPPORT |
8b58be88 | 6809 | M: Paul Walmsley <[email protected]> |
f5525786 TL |
6810 | L: [email protected] |
6811 | S: Maintained | |
6812 | F: arch/arm/*omap*/*clock* | |
6813 | ||
6814 | OMAP POWER MANAGEMENT SUPPORT | |
c69d72ae | 6815 | M: Kevin Hilman <[email protected]> |
f5525786 TL |
6816 | L: [email protected] |
6817 | S: Maintained | |
6818 | F: arch/arm/*omap*/*pm* | |
c46938d4 | 6819 | F: drivers/cpufreq/omap-cpufreq.c |
f5525786 | 6820 | |
d21db568 | 6821 | OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT |
692ab1f3 PW |
6822 | M: Rajendra Nayak <[email protected]> |
6823 | M: Paul Walmsley <[email protected]> | |
6824 | L: [email protected] | |
6825 | S: Maintained | |
d21db568 | 6826 | F: arch/arm/mach-omap2/prm* |
692ab1f3 | 6827 | |
f5525786 | 6828 | OMAP AUDIO SUPPORT |
6c284903 | 6829 | M: Peter Ujfalusi <[email protected]> |
7ec41ee5 | 6830 | M: Jarkko Nikula <[email protected]> |
f5525786 TL |
6831 | L: [email protected] (subscribers-only) |
6832 | L: [email protected] | |
6833 | S: Maintained | |
6834 | F: sound/soc/omap/ | |
6835 | ||
18640193 TL |
6836 | OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT |
6837 | M: Roger Quadros <[email protected]> | |
6838 | M: Tony Lindgren <[email protected]> | |
6839 | L: [email protected] | |
6840 | S: Maintained | |
6841 | F: drivers/memory/omap-gpmc.c | |
6842 | F: arch/arm/mach-omap2/*gpmc* | |
6843 | ||
f5525786 | 6844 | OMAP FRAMEBUFFER SUPPORT |
830e6384 | 6845 | M: Tomi Valkeinen <[email protected]> |
c69f677c | 6846 | L: [email protected] |
f5525786 TL |
6847 | L: [email protected] |
6848 | S: Maintained | |
8a61f013 | 6849 | F: drivers/video/fbdev/omap/ |
f5525786 | 6850 | |
676eec0d | 6851 | OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) |
830e6384 | 6852 | M: Tomi Valkeinen <[email protected]> |
178ff4c9 | 6853 | L: [email protected] |
676eec0d | 6854 | L: [email protected] |
178ff4c9 | 6855 | S: Maintained |
8a61f013 | 6856 | F: drivers/video/fbdev/omap2/ |
178ff4c9 TV |
6857 | F: Documentation/arm/OMAP/DSS |
6858 | ||
8b37fcfc OBC |
6859 | OMAP HARDWARE SPINLOCK SUPPORT |
6860 | M: Ohad Ben-Cohen <[email protected]> | |
6861 | L: [email protected] | |
6862 | S: Maintained | |
6863 | F: drivers/hwspinlock/omap_hwspinlock.c | |
6864 | F: arch/arm/mach-omap2/hwspinlock.c | |
6865 | ||
f5525786 | 6866 | OMAP MMC SUPPORT |
8b58be88 | 6867 | M: Jarkko Lavinen <[email protected]> |
f5525786 TL |
6868 | L: [email protected] |
6869 | S: Maintained | |
653f41b5 MC |
6870 | F: drivers/mmc/host/omap.c |
6871 | ||
6872 | OMAP HS MMC SUPPORT | |
0a4585c6 | 6873 | L: [email protected] |
653f41b5 | 6874 | L: [email protected] |
dfa5d196 | 6875 | S: Orphan |
653f41b5 | 6876 | F: drivers/mmc/host/omap_hsmmc.c |
f5525786 TL |
6877 | |
6878 | OMAP RANDOM NUMBER GENERATOR SUPPORT | |
8b58be88 | 6879 | M: Deepak Saxena <[email protected]> |
f5525786 TL |
6880 | S: Maintained |
6881 | F: drivers/char/hw_random/omap-rng.c | |
6882 | ||
f400c82e | 6883 | OMAP HWMOD SUPPORT |
cdb55ab0 | 6884 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6885 | M: Paul Walmsley <[email protected]> |
6886 | L: [email protected] | |
6887 | S: Maintained | |
8fc8b12b | 6888 | F: arch/arm/mach-omap2/omap_hwmod.* |
f400c82e PW |
6889 | |
6890 | OMAP HWMOD DATA FOR OMAP4-BASED DEVICES | |
cdb55ab0 | 6891 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6892 | L: [email protected] |
6893 | S: Maintained | |
6894 | F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
6895 | ||
0db83ced | 6896 | OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) |
7e8970e1 LP |
6897 | M: Laurent Pinchart <[email protected]> |
6898 | L: [email protected] | |
6899 | S: Maintained | |
90d72ac6 | 6900 | F: drivers/media/platform/omap3isp/ |
0db83ced | 6901 | F: drivers/staging/media/omap4iss/ |
7e8970e1 | 6902 | |
f5525786 | 6903 | OMAP USB SUPPORT |
f299470a | 6904 | M: Felipe Balbi <[email protected]> |
f5525786 TL |
6905 | L: [email protected] |
6906 | L: [email protected] | |
43b416e5 | 6907 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
f5525786 | 6908 | S: Maintained |
a16fbd65 JP |
6909 | F: drivers/usb/*/*omap* |
6910 | F: arch/arm/*omap*/usb* | |
f5525786 | 6911 | |
6d994710 | 6912 | OMAP GPIO DRIVER |
a1415a8f | 6913 | M: Javier Martinez Canillas <[email protected]> |
97215800 | 6914 | M: Santosh Shilimkar <[email protected]> |
c69d72ae | 6915 | M: Kevin Hilman <[email protected]> |
6d994710 KH |
6916 | L: [email protected] |
6917 | S: Maintained | |
6918 | F: drivers/gpio/gpio-omap.c | |
6919 | ||
c351e290 MJ |
6920 | OMAP/NEWFLOW NANOBONE MACHINE SUPPORT |
6921 | M: Mark Jackson <[email protected]> | |
6922 | L: [email protected] | |
6923 | S: Maintained | |
6924 | F: arch/arm/boot/dts/am335x-nano.dts | |
6925 | ||
0ad122d9 | 6926 | OMFS FILESYSTEM |
8b58be88 | 6927 | M: Bob Copeland <[email protected]> |
0ad122d9 BC |
6928 | L: [email protected] |
6929 | S: Maintained | |
679655da JP |
6930 | F: Documentation/filesystems/omfs.txt |
6931 | F: fs/omfs/ | |
0ad122d9 | 6932 | |
c1986ee9 | 6933 | OMNIKEY CARDMAN 4000 DRIVER |
8b58be88 | 6934 | M: Harald Welte <[email protected]> |
c1986ee9 | 6935 | S: Maintained |
679655da JP |
6936 | F: drivers/char/pcmcia/cm4000_cs.c |
6937 | F: include/linux/cm4000_cs.h | |
c117ab84 | 6938 | F: include/uapi/linux/cm4000_cs.h |
c1986ee9 | 6939 | |
77c44ab1 | 6940 | OMNIKEY CARDMAN 4040 DRIVER |
8b58be88 | 6941 | M: Harald Welte <[email protected]> |
77c44ab1 | 6942 | S: Maintained |
679655da | 6943 | F: drivers/char/pcmcia/cm4040_cs.* |
77c44ab1 | 6944 | |
77d5140f | 6945 | OMNIVISION OV7670 SENSOR DRIVER |
8b58be88 | 6946 | M: Jonathan Corbet <[email protected]> |
661263b5 | 6947 | L: [email protected] |
275ffde4 | 6948 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 6949 | S: Maintained |
90d72ac6 | 6950 | F: drivers/media/i2c/ov7670.c |
77d5140f | 6951 | |
431bca73 | 6952 | ONENAND FLASH DRIVER |
8b58be88 | 6953 | M: Kyungmin Park <[email protected]> |
431bca73 TG |
6954 | L: [email protected] |
6955 | S: Maintained | |
679655da JP |
6956 | F: drivers/mtd/onenand/ |
6957 | F: include/linux/mtd/onenand*.h | |
431bca73 | 6958 | |
1da177e4 | 6959 | ONSTREAM SCSI TAPE DRIVER |
8b58be88 | 6960 | M: Willem Riede <[email protected]> |
1da177e4 LT |
6961 | L: [email protected] |
6962 | L: [email protected] | |
6963 | S: Maintained | |
f7269cfc JD |
6964 | F: Documentation/scsi/osst.txt |
6965 | F: drivers/scsi/osst.* | |
6966 | F: drivers/scsi/osst_*.h | |
6967 | F: drivers/scsi/st.h | |
1da177e4 | 6968 | |
e2d1d6c0 | 6969 | OPENCORES I2C BUS DRIVER |
8b58be88 | 6970 | M: Peter Korsgaard <[email protected]> |
846557d3 | 6971 | L: [email protected] |
e2d1d6c0 | 6972 | S: Maintained |
679655da JP |
6973 | F: Documentation/i2c/busses/i2c-ocores |
6974 | F: drivers/i2c/busses/i2c-ocores.c | |
e2d1d6c0 | 6975 | |
860c44c1 | 6976 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
19624236 | 6977 | M: Grant Likely <[email protected]> |
5d3ad8a6 | 6978 | M: Rob Herring <[email protected]> |
d0fb18c5 | 6979 | L: [email protected] |
860c44c1 | 6980 | W: http://fdt.secretlab.ca |
3bbf9b9b | 6981 | T: git git://git.secretlab.ca/git/linux-2.6.git |
860c44c1 | 6982 | S: Maintained |
f8828205 | 6983 | F: drivers/of/ |
860c44c1 | 6984 | F: include/linux/of*.h |
f8828205 | 6985 | F: scripts/dtc/ |
860c44c1 | 6986 | K: of_get_property |
d945fa0d | 6987 | K: of_match_table |
860c44c1 | 6988 | |
f8828205 | 6989 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
5d3ad8a6 | 6990 | M: Rob Herring <[email protected]> |
f8828205 GL |
6991 | M: Pawel Moll <[email protected]> |
6992 | M: Mark Rutland <[email protected]> | |
de80963e | 6993 | M: Ian Campbell <[email protected]> |
bdbff6ba | 6994 | M: Kumar Gala <[email protected]> |
f8828205 GL |
6995 | L: [email protected] |
6996 | S: Maintained | |
6997 | F: Documentation/devicetree/ | |
6998 | F: arch/*/boot/dts/ | |
6999 | F: include/dt-bindings/ | |
7000 | ||
19f9d392 JB |
7001 | OPENRISC ARCHITECTURE |
7002 | M: Jonas Bonn <[email protected]> | |
7003 | W: http://openrisc.net | |
eab7c1c0 | 7004 | L: [email protected] (moderated for non-subscribers) |
19f9d392 JB |
7005 | S: Maintained |
7006 | T: git git://openrisc.net/~jonas/linux | |
14430813 | 7007 | F: arch/openrisc/ |
19f9d392 | 7008 | |
ccb1352e | 7009 | OPENVSWITCH |
4f337ed5 | 7010 | M: Pravin Shelar <[email protected]> |
ccb1352e JG |
7011 | L: [email protected] |
7012 | W: http://openvswitch.org | |
4f337ed5 | 7013 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git |
ccb1352e JG |
7014 | S: Maintained |
7015 | F: net/openvswitch/ | |
7016 | ||
af39917d CL |
7017 | OPL4 DRIVER |
7018 | M: Clemens Ladisch <[email protected]> | |
7019 | L: [email protected] (moderated for non-subscribers) | |
7020 | T: git git://git.alsa-project.org/alsa-kernel.git | |
7021 | S: Maintained | |
7022 | F: sound/drivers/opl4/ | |
7023 | ||
1da177e4 | 7024 | OPROFILE |
4cf7e718 | 7025 | M: Robert Richter <[email protected]> |
1da177e4 LT |
7026 | L: [email protected] |
7027 | S: Maintained | |
81c4a8a6 | 7028 | F: arch/*/include/asm/oprofile*.h |
679655da JP |
7029 | F: arch/*/oprofile/ |
7030 | F: drivers/oprofile/ | |
7031 | F: include/linux/oprofile.h | |
1da177e4 | 7032 | |
e2d1d6c0 | 7033 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
8b58be88 | 7034 | M: Mark Fasheh <[email protected]> |
d6351db2 | 7035 | M: Joel Becker <[email protected]> |
e2d1d6c0 RD |
7036 | L: [email protected] (moderated for non-subscribers) |
7037 | W: http://oss.oracle.com/projects/ocfs2/ | |
2191aeba | 7038 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
e2d1d6c0 | 7039 | S: Supported |
679655da JP |
7040 | F: Documentation/filesystems/ocfs2.txt |
7041 | F: Documentation/filesystems/dlmfs.txt | |
7042 | F: fs/ocfs2/ | |
e2d1d6c0 | 7043 | |
1da177e4 | 7044 | ORINOCO DRIVER |
724c6b35 | 7045 | L: [email protected] |
491b26b4 | 7046 | W: http://wireless.kernel.org/en/users/Drivers/orinoco |
ecffdde6 | 7047 | W: http://www.nongnu.org/orinoco/ |
3a59babb | 7048 | S: Orphan |
679655da | 7049 | F: drivers/net/wireless/orinoco/ |
1da177e4 | 7050 | |
42c55aa8 | 7051 | OSD LIBRARY and FILESYSTEM |
fadc0752 | 7052 | M: Boaz Harrosh <[email protected]> |
f1f6630b | 7053 | M: Benny Halevy <[email protected]> |
68274794 BH |
7054 | L: [email protected] |
7055 | W: http://open-osd.org | |
54e5881d | 7056 | T: git git://git.open-osd.org/open-osd.git |
68274794 | 7057 | S: Maintained |
42c55aa8 | 7058 | F: drivers/scsi/osd/ |
6b6f0b6c | 7059 | F: include/scsi/osd_* |
42c55aa8 | 7060 | F: fs/exofs/ |
68274794 | 7061 | |
ef94b186 | 7062 | OVERLAY FILESYSTEM |
7c37fbda | 7063 | M: Miklos Szeredi <[email protected]> |
1d113735 MS |
7064 | L: [email protected] |
7065 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git | |
7c37fbda | 7066 | S: Supported |
1d113735 | 7067 | F: fs/overlayfs/ |
7c37fbda NB |
7068 | F: Documentation/filesystems/overlayfs.txt |
7069 | ||
e2d1d6c0 | 7070 | P54 WIRELESS DRIVER |
084cb0fe | 7071 | M: Christian Lamparter <[email protected]> |
e2d1d6c0 | 7072 | L: [email protected] |
084cb0fe | 7073 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
e2d1d6c0 | 7074 | S: Maintained |
679655da | 7075 | F: drivers/net/wireless/p54/ |
e2d1d6c0 | 7076 | |
f5cd7872 | 7077 | PA SEMI ETHERNET DRIVER |
8b58be88 | 7078 | M: Olof Johansson <[email protected]> |
f5cd7872 OJ |
7079 | L: [email protected] |
7080 | S: Maintained | |
ded19add | 7081 | F: drivers/net/ethernet/pasemi/* |
f5cd7872 | 7082 | |
beb58aa3 | 7083 | PA SEMI SMBUS DRIVER |
8b58be88 | 7084 | M: Olof Johansson <[email protected]> |
846557d3 | 7085 | L: [email protected] |
beb58aa3 | 7086 | S: Maintained |
679655da | 7087 | F: drivers/i2c/busses/i2c-pasemi.c |
beb58aa3 | 7088 | |
48fc267e SK |
7089 | PADATA PARALLEL EXECUTION MECHANISM |
7090 | M: Steffen Klassert <[email protected]> | |
48fc267e SK |
7091 | L: [email protected] |
7092 | S: Maintained | |
7093 | F: kernel/padata.c | |
7094 | F: include/linux/padata.h | |
7095 | F: Documentation/padata.txt | |
7096 | ||
709ee531 | 7097 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
8b58be88 | 7098 | M: Harald Welte <[email protected]> |
d0944853 | 7099 | L: [email protected] |
709ee531 | 7100 | S: Maintained |
679655da | 7101 | F: drivers/platform/x86/panasonic-laptop.c |
709ee531 | 7102 | |
368dd5ac | 7103 | PANASONIC MN10300/AM33/AM34 PORT |
8b58be88 JP |
7104 | M: David Howells <[email protected]> |
7105 | M: Koichi Yasutake <[email protected]> | |
4fa97181 DH |
7106 | L: [email protected] (moderated for non-subscribers) |
7107 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
7108 | S: Maintained | |
679655da JP |
7109 | F: Documentation/mn10300/ |
7110 | F: arch/mn10300/ | |
4fa97181 | 7111 | |
1da177e4 | 7112 | PARALLEL PORT SUPPORT |
3dd1a329 | 7113 | L: [email protected] (subscribers-only) |
5fdc2abe | 7114 | S: Orphan |
679655da JP |
7115 | F: drivers/parport/ |
7116 | F: include/linux/parport*.h | |
7117 | F: drivers/char/ppdev.c | |
c117ab84 | 7118 | F: include/uapi/linux/ppdev.h |
1da177e4 | 7119 | |
4cdf6bc2 | 7120 | PARAVIRT_OPS INTERFACE |
d633180c | 7121 | M: Jeremy Fitzhardinge <[email protected]> |
8b58be88 JP |
7122 | M: Chris Wright <[email protected]> |
7123 | M: Alok Kataria <[email protected]> | |
7124 | M: Rusty Russell <[email protected]> | |
c996d8b9 | 7125 | L: [email protected] |
4cdf6bc2 | 7126 | S: Supported |
679655da JP |
7127 | F: Documentation/ia64/paravirt_ops.txt |
7128 | F: arch/*/kernel/paravirt* | |
7129 | F: arch/*/include/asm/paravirt.h | |
4cdf6bc2 | 7130 | |
e2d1d6c0 | 7131 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
8b58be88 | 7132 | M: Tim Waugh <[email protected]> |
e2d1d6c0 RD |
7133 | L: [email protected] (subscribers-only) |
7134 | W: http://www.torque.net/linux-pp.html | |
7135 | S: Maintained | |
679655da JP |
7136 | F: Documentation/blockdev/paride.txt |
7137 | F: drivers/block/paride/ | |
e2d1d6c0 RD |
7138 | |
7139 | PARISC ARCHITECTURE | |
b8828770 | 7140 | M: "James E.J. Bottomley" <[email protected]> |
b38a03b8 | 7141 | M: Helge Deller <[email protected]> |
e2d1d6c0 RD |
7142 | L: [email protected] |
7143 | W: http://www.parisc-linux.org/ | |
8a6e2535 | 7144 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ |
08deed1e | 7145 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git |
fbb46caa | 7146 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git |
e2d1d6c0 | 7147 | S: Maintained |
679655da | 7148 | F: arch/parisc/ |
2b6bac9e | 7149 | F: Documentation/parisc/ |
679655da | 7150 | F: drivers/parisc/ |
2b6bac9e HD |
7151 | F: drivers/char/agp/parisc-agp.c |
7152 | F: drivers/input/serio/gscps2.c | |
7153 | F: drivers/parport/parport_gsc.* | |
7154 | F: drivers/tty/serial/8250/8250_gsc.c | |
8a61f013 | 7155 | F: drivers/video/fbdev/sti* |
2b6bac9e HD |
7156 | F: drivers/video/console/sti* |
7157 | F: drivers/video/logo/logo_parisc* | |
e2d1d6c0 | 7158 | |
1662d32c | 7159 | PC87360 HARDWARE MONITORING DRIVER |
8b58be88 | 7160 | M: Jim Cromie <[email protected]> |
1662d32c JC |
7161 | L: [email protected] |
7162 | S: Maintained | |
679655da JP |
7163 | F: Documentation/hwmon/pc87360 |
7164 | F: drivers/hwmon/pc87360.c | |
1662d32c JC |
7165 | |
7166 | PC8736x GPIO DRIVER | |
8b58be88 | 7167 | M: Jim Cromie <[email protected]> |
1662d32c | 7168 | S: Maintained |
679655da | 7169 | F: drivers/char/pc8736x_gpio.c |
1662d32c | 7170 | |
1ad107fd | 7171 | PC87427 HARDWARE MONITORING DRIVER |
7c81c60f | 7172 | M: Jean Delvare <[email protected]> |
1ad107fd JD |
7173 | L: [email protected] |
7174 | S: Maintained | |
7175 | F: Documentation/hwmon/pc87427 | |
7176 | F: drivers/hwmon/pc87427.c | |
7177 | ||
b26e0ed4 | 7178 | PCA9532 LED DRIVER |
8b58be88 | 7179 | M: Riku Voipio <[email protected]> |
b26e0ed4 | 7180 | S: Maintained |
d5ca6918 JP |
7181 | F: drivers/leds/leds-pca9532.c |
7182 | F: include/linux/leds-pca9532.h | |
b26e0ed4 | 7183 | |
5ce914a8 | 7184 | PCA9541 I2C BUS MASTER SELECTOR DRIVER |
ca462085 | 7185 | M: Guenter Roeck <[email protected]> |
5ce914a8 GR |
7186 | L: [email protected] |
7187 | S: Maintained | |
b4f0b74e | 7188 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
5ce914a8 | 7189 | |
3971dae5 | 7190 | PCDP - PRIMARY CONSOLE AND DEBUG PORT |
055e72fe | 7191 | M: Khalid Aziz <[email protected]> |
3971dae5 KA |
7192 | S: Maintained |
7193 | F: drivers/firmware/pcdp.* | |
7194 | ||
065c6359 | 7195 | PCI ERROR RECOVERY |
6305902c | 7196 | M: Linas Vepstas <[email protected]> |
c1f69db7 | 7197 | L: [email protected] |
065c6359 | 7198 | S: Supported |
679655da | 7199 | F: Documentation/PCI/pci-error-recovery.txt |
065c6359 | 7200 | |
1da177e4 | 7201 | PCI SUBSYSTEM |
5ac3a6d2 | 7202 | M: Bjorn Helgaas <[email protected]> |
2905474d | 7203 | L: [email protected] |
99662dd1 | 7204 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
c0233ed4 | 7205 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git |
1da177e4 | 7206 | S: Supported |
679655da JP |
7207 | F: Documentation/PCI/ |
7208 | F: drivers/pci/ | |
7209 | F: include/linux/pci* | |
6b49ee49 | 7210 | F: arch/x86/pci/ |
cad01f91 | 7211 | F: arch/x86/kernel/quirks.c |
1da177e4 | 7212 | |
5f6b6ccd TI |
7213 | PCI DRIVER FOR APPLIEDMICRO XGENE |
7214 | M: Tanmay Inamdar <[email protected]> | |
7215 | L: [email protected] | |
7216 | L: [email protected] | |
7217 | S: Maintained | |
7218 | F: Documentation/devicetree/bindings/pci/xgene-pci.txt | |
7219 | F: drivers/pci/host/pci-xgene.c | |
7220 | ||
62d0ff83 ML |
7221 | PCI DRIVER FOR FREESCALE LAYERSCAPE |
7222 | M: Minghuan Lian <[email protected]> | |
7223 | M: Mingkai Hu <[email protected]> | |
7224 | M: Roy Zang <[email protected]> | |
7225 | L: [email protected] | |
7226 | L: [email protected] | |
7227 | L: [email protected] | |
7228 | S: Maintained | |
7229 | F: drivers/pci/host/*layerscape* | |
7230 | ||
f0b75693 BH |
7231 | PCI DRIVER FOR IMX6 |
7232 | M: Richard Zhu <[email protected]> | |
1ba55f55 | 7233 | M: Lucas Stach <[email protected]> |
f0b75693 BH |
7234 | L: [email protected] |
7235 | L: [email protected] (moderated for non-subscribers) | |
7236 | S: Maintained | |
7237 | F: drivers/pci/host/*imx6* | |
7238 | ||
0c4ffcfe MK |
7239 | PCI DRIVER FOR TI KEYSTONE |
7240 | M: Murali Karicheri <[email protected]> | |
7241 | L: [email protected] | |
7242 | L: [email protected] (moderated for non-subscribers) | |
7243 | S: Maintained | |
7244 | F: drivers/pci/host/*keystone* | |
7245 | ||
f0b75693 BH |
7246 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) |
7247 | M: Thomas Petazzoni <[email protected]> | |
7248 | M: Jason Cooper <[email protected]> | |
7249 | L: [email protected] | |
7250 | L: [email protected] (moderated for non-subscribers) | |
7251 | S: Maintained | |
7252 | F: drivers/pci/host/*mvebu* | |
7253 | ||
0447cfd7 TR |
7254 | PCI DRIVER FOR NVIDIA TEGRA |
7255 | M: Thierry Reding <[email protected]> | |
7256 | L: [email protected] | |
f0b75693 | 7257 | L: [email protected] |
0447cfd7 TR |
7258 | S: Supported |
7259 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | |
7260 | F: drivers/pci/host/pci-tegra.c | |
7261 | ||
47ff3de9 KVA |
7262 | PCI DRIVER FOR TI DRA7XX |
7263 | M: Kishon Vijay Abraham I <[email protected]> | |
7264 | L: [email protected] | |
7265 | L: [email protected] | |
7266 | S: Supported | |
7267 | F: Documentation/devicetree/bindings/pci/ti-pci.txt | |
7268 | F: drivers/pci/host/pci-dra7xx.c | |
7269 | ||
f0b75693 BH |
7270 | PCI DRIVER FOR RENESAS R-CAR |
7271 | M: Simon Horman <[email protected]> | |
7272 | L: [email protected] | |
7273 | L: [email protected] | |
7274 | S: Maintained | |
7275 | F: drivers/pci/host/*rcar* | |
7276 | ||
4af82255 JH |
7277 | PCI DRIVER FOR SAMSUNG EXYNOS |
7278 | M: Jingoo Han <[email protected]> | |
7279 | L: [email protected] | |
f0b75693 BH |
7280 | L: [email protected] (moderated for non-subscribers) |
7281 | L: [email protected] (moderated for non-subscribers) | |
4af82255 JH |
7282 | S: Maintained |
7283 | F: drivers/pci/host/pci-exynos.c | |
7284 | ||
f0b75693 BH |
7285 | PCI DRIVER FOR SYNOPSIS DESIGNWARE |
7286 | M: Mohit Kumar <[email protected]> | |
7287 | M: Jingoo Han <[email protected]> | |
7288 | L: [email protected] | |
7289 | S: Maintained | |
7290 | F: drivers/pci/host/*designware* | |
7291 | ||
cf28855b WD |
7292 | PCI DRIVER FOR GENERIC OF HOSTS |
7293 | M: Will Deacon <[email protected]> | |
7294 | L: [email protected] | |
7295 | L: [email protected] (moderated for non-subscribers) | |
7296 | S: Maintained | |
7297 | F: Documentation/devicetree/bindings/pci/host-generic-pci.txt | |
7298 | F: drivers/pci/host/pci-host-generic.c | |
7299 | ||
51b66a6c PA |
7300 | PCIE DRIVER FOR ST SPEAR13XX |
7301 | M: Mohit Kumar <[email protected]> | |
7302 | L: [email protected] | |
7303 | S: Maintained | |
7304 | F: drivers/pci/host/*spear* | |
7305 | ||
1da177e4 | 7306 | PCMCIA SUBSYSTEM |
4230dfc9 | 7307 | P: Linux PCMCIA Team |
f5df5881 | 7308 | L: [email protected] |
6650e0a5 | 7309 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
54e5881d | 7310 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 7311 | S: Maintained |
679655da JP |
7312 | F: Documentation/pcmcia/ |
7313 | F: drivers/pcmcia/ | |
7314 | F: include/pcmcia/ | |
1da177e4 LT |
7315 | |
7316 | PCNET32 NETWORK DRIVER | |
227fb925 | 7317 | M: Don Fry <[email protected]> |
979b6c13 | 7318 | L: [email protected] |
1da177e4 | 7319 | S: Maintained |
b955f6ca | 7320 | F: drivers/net/ethernet/amd/pcnet32.c |
1da177e4 | 7321 | |
48fc267e SK |
7322 | PCRYPT PARALLEL CRYPTO ENGINE |
7323 | M: Steffen Klassert <[email protected]> | |
7324 | L: [email protected] | |
7325 | S: Maintained | |
7326 | F: crypto/pcrypt.c | |
7327 | F: include/crypto/pcrypt.h | |
7328 | ||
e72df0b8 TH |
7329 | PER-CPU MEMORY ALLOCATOR |
7330 | M: Tejun Heo <[email protected]> | |
7331 | M: Christoph Lameter <[email protected]> | |
e72df0b8 TH |
7332 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git |
7333 | S: Maintained | |
7334 | F: include/linux/percpu*.h | |
7335 | F: mm/percpu*.c | |
7336 | F: arch/*/include/asm/percpu.h | |
7337 | ||
ad4ecbcb | 7338 | PER-TASK DELAY ACCOUNTING |
185e595f | 7339 | M: Balbir Singh <[email protected]> |
ad4ecbcb | 7340 | S: Maintained |
679655da JP |
7341 | F: include/linux/delayacct.h |
7342 | F: kernel/delayacct.c | |
ad4ecbcb | 7343 | |
57c0c15b | 7344 | PERFORMANCE EVENTS SUBSYSTEM |
8b58be88 JP |
7345 | M: Peter Zijlstra <[email protected]> |
7346 | M: Paul Mackerras <[email protected]> | |
dd9b238c | 7347 | M: Ingo Molnar <[email protected]> |
f80c5393 | 7348 | M: Arnaldo Carvalho de Melo <[email protected]> |
981c3a4f | 7349 | L: [email protected] |
75fc2d37 | 7350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
6c0b3244 | 7351 | S: Supported |
d53e8365 | 7352 | F: kernel/events/* |
a003236c | 7353 | F: include/linux/perf_event.h |
c117ab84 | 7354 | F: include/uapi/linux/perf_event.h |
141c4296 RR |
7355 | F: arch/*/kernel/perf_event*.c |
7356 | F: arch/*/kernel/*/perf_event*.c | |
7357 | F: arch/*/kernel/*/*/perf_event*.c | |
a003236c | 7358 | F: arch/*/include/asm/perf_event.h |
a003236c VL |
7359 | F: arch/*/kernel/perf_callchain.c |
7360 | F: tools/perf/ | |
6c0b3244 | 7361 | |
dd49d0f5 | 7362 | PERSONALITY HANDLING |
8b58be88 | 7363 | M: Christoph Hellwig <[email protected]> |
dd49d0f5 JC |
7364 | L: [email protected] |
7365 | S: Maintained | |
679655da | 7366 | F: include/linux/personality.h |
c117ab84 | 7367 | F: include/uapi/linux/personality.h |
dd49d0f5 | 7368 | |
838e7a03 | 7369 | PHONET PROTOCOL |
2a06b40f | 7370 | M: Remi Denis-Courmont <[email protected]> |
838e7a03 RDC |
7371 | S: Supported |
7372 | F: Documentation/networking/phonet.txt | |
7373 | F: include/linux/phonet.h | |
7374 | F: include/net/phonet/ | |
c117ab84 | 7375 | F: include/uapi/linux/phonet.h |
838e7a03 RDC |
7376 | F: net/phonet/ |
7377 | ||
1da177e4 | 7378 | PHRAM MTD DRIVER |
8b58be88 | 7379 | M: Joern Engel <[email protected]> |
1da177e4 LT |
7380 | L: [email protected] |
7381 | S: Maintained | |
679655da | 7382 | F: drivers/mtd/devices/phram.c |
1da177e4 | 7383 | |
efdbb10e BP |
7384 | PICOLCD HID DRIVER |
7385 | M: Bruno Prémont <[email protected]> | |
7386 | L: [email protected] | |
7387 | S: Maintained | |
7388 | F: drivers/hid/hid-picolcd* | |
7389 | ||
a53bfa07 JI |
7390 | PICOXCELL SUPPORT |
7391 | M: Jamie Iles <[email protected]> | |
7392 | L: [email protected] (moderated for non-subscribers) | |
7393 | T: git git://github.com/jamieiles/linux-2.6-ji.git | |
7394 | S: Supported | |
b8733987 | 7395 | F: arch/arm/boot/dts/picoxcell* |
14430813 | 7396 | F: arch/arm/mach-picoxcell/ |
b8733987 | 7397 | F: drivers/crypto/picoxcell* |
a53bfa07 | 7398 | |
2744e8af LW |
7399 | PIN CONTROL SUBSYSTEM |
7400 | M: Linus Walleij <[email protected]> | |
c11f042b | 7401 | L: [email protected] |
2744e8af | 7402 | S: Maintained |
07f29ba6 | 7403 | F: drivers/pinctrl/ |
8e406fe4 | 7404 | F: include/linux/pinctrl/ |
2744e8af | 7405 | |
2201bbb8 JCPV |
7406 | PIN CONTROLLER - ATMEL AT91 |
7407 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
7408 | L: [email protected] (moderated for non-subscribers) | |
7409 | S: Maintained | |
c654b6bf | 7410 | F: drivers/pinctrl/pinctrl-at91.* |
2201bbb8 | 7411 | |
cbd1b652 MW |
7412 | PIN CONTROLLER - INTEL |
7413 | M: Mika Westerberg <[email protected]> | |
7414 | M: Heikki Krogerus <[email protected]> | |
7415 | S: Maintained | |
7416 | F: drivers/pinctrl/intel/ | |
2201bbb8 | 7417 | |
9963b536 LP |
7418 | PIN CONTROLLER - RENESAS |
7419 | M: Laurent Pinchart <[email protected]> | |
7420 | L: [email protected] | |
7421 | S: Maintained | |
7422 | F: drivers/pinctrl/sh-pfc/ | |
7423 | ||
b75e60d6 | 7424 | PIN CONTROLLER - SAMSUNG |
fea685e9 | 7425 | M: Tomasz Figa <[email protected]> |
b75e60d6 DA |
7426 | M: Thomas Abraham <[email protected]> |
7427 | L: [email protected] (moderated for non-subscribers) | |
7428 | L: [email protected] (moderated for non-subscribers) | |
7429 | S: Maintained | |
9b5b33f6 | 7430 | F: drivers/pinctrl/samsung/ |
b75e60d6 | 7431 | |
deda8287 | 7432 | PIN CONTROLLER - ST SPEAR |
8e406fe4 | 7433 | M: Viresh Kumar <[email protected]> |
deda8287 VK |
7434 | L: [email protected] |
7435 | L: [email protected] (moderated for non-subscribers) | |
7436 | W: http://www.st.com/spear | |
7437 | S: Maintained | |
8e406fe4 | 7438 | F: drivers/pinctrl/spear/ |
deda8287 | 7439 | |
249a6771 | 7440 | PKTCDVD DRIVER |
dbd47133 | 7441 | M: Jiri Kosina <[email protected]> |
249a6771 | 7442 | S: Maintained |
679655da JP |
7443 | F: drivers/block/pktcdvd.c |
7444 | F: include/linux/pktcdvd.h | |
c117ab84 | 7445 | F: include/uapi/linux/pktcdvd.h |
249a6771 | 7446 | |
b31d8273 G |
7447 | PKUNITY SOC DRIVERS |
7448 | M: Guan Xuetao <[email protected]> | |
7449 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
7450 | S: Maintained | |
ceebf4d5 | 7451 | T: git git://github.com/gxt/linux.git |
b31d8273 | 7452 | F: drivers/input/serio/i8042-unicore32io.h |
d10e4a66 | 7453 | F: drivers/i2c/busses/i2c-puv3.c |
8a61f013 | 7454 | F: drivers/video/fbdev/fb-puv3.c |
2809e80b | 7455 | F: drivers/rtc/rtc-puv3.c |
b31d8273 | 7456 | |
9d2ecfb7 | 7457 | PMBUS HARDWARE MONITORING DRIVERS |
ca462085 | 7458 | M: Guenter Roeck <[email protected]> |
9d2ecfb7 GR |
7459 | L: [email protected] |
7460 | W: http://www.lm-sensors.org/ | |
7461 | W: http://www.roeck-us.net/linux/drivers/ | |
7462 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | |
7463 | S: Maintained | |
7464 | F: Documentation/hwmon/pmbus | |
7465 | F: drivers/hwmon/pmbus/ | |
7466 | F: include/linux/i2c/pmbus.h | |
7467 | ||
89a36810 | 7468 | PMC SIERRA MaxRAID DRIVER |
076cfaae | 7469 | M: Anil Ravindranath <[email protected]> |
89a36810 AR |
7470 | L: [email protected] |
7471 | W: http://www.pmc-sierra.com/ | |
7472 | S: Supported | |
7473 | F: drivers/scsi/pmcraid.* | |
7474 | ||
dbf9bfe6 | 7475 | PMC SIERRA PM8001 DRIVER |
4f0e359c | 7476 | M: [email protected] |
dbf9bfe6 | 7477 | M: [email protected] |
f5a7b525 | 7478 | L: [email protected] |
dbf9bfe6 | 7479 | L: [email protected] |
7480 | S: Supported | |
7481 | F: drivers/scsi/pm8001/ | |
7482 | ||
1da177e4 | 7483 | POSIX CLOCKS and TIMERS |
8b58be88 | 7484 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 7485 | L: [email protected] |
75fc2d37 | 7486 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
5cee9645 | 7487 | S: Maintained |
679655da JP |
7488 | F: fs/timerfd.c |
7489 | F: include/linux/timer* | |
5cee9645 | 7490 | F: kernel/time/*timer* |
1da177e4 | 7491 | |
3be86148 | 7492 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
ad8464a2 | 7493 | M: Sebastian Reichel <[email protected]> |
57318935 | 7494 | M: Dmitry Eremin-Solenikov <[email protected]> |
8b58be88 | 7495 | M: David Woodhouse <[email protected]> |
ad8464a2 | 7496 | L: [email protected] |
54e5881d | 7497 | T: git git://git.infradead.org/battery-2.6.git |
3be86148 | 7498 | S: Maintained |
679655da | 7499 | F: include/linux/power_supply.h |
8cd725a1 | 7500 | F: drivers/power/ |
3be86148 | 7501 | |
1da177e4 | 7502 | PNP SUPPORT |
46a1f21a | 7503 | M: Rafael J. Wysocki <[email protected]> |
1da177e4 | 7504 | S: Maintained |
679655da | 7505 | F: drivers/pnp/ |
1da177e4 | 7506 | |
999445d4 | 7507 | PNXxxxx I2C DRIVER |
8b58be88 | 7508 | M: Vitaly Wool <[email protected]> |
846557d3 | 7509 | L: [email protected] |
999445d4 | 7510 | S: Maintained |
679655da | 7511 | F: drivers/i2c/busses/i2c-pnx.c |
999445d4 | 7512 | |
1da177e4 | 7513 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8b58be88 | 7514 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
7515 | L: [email protected] |
7516 | S: Maintained | |
224cf5ad | 7517 | F: drivers/net/ppp/ppp_* |
1da177e4 LT |
7518 | |
7519 | PPP OVER ATM (RFC 2364) | |
8b58be88 | 7520 | M: Mitchell Blank Jr <[email protected]> |
1da177e4 | 7521 | S: Maintained |
679655da | 7522 | F: net/atm/pppoatm.c |
c117ab84 | 7523 | F: include/uapi/linux/atmppp.h |
1da177e4 LT |
7524 | |
7525 | PPP OVER ETHERNET | |
8b58be88 | 7526 | M: Michal Ostrowski <[email protected]> |
1da177e4 | 7527 | S: Maintained |
224cf5ad JK |
7528 | F: drivers/net/ppp/pppoe.c |
7529 | F: drivers/net/ppp/pppox.c | |
1da177e4 | 7530 | |
a6d2370b | 7531 | PPP OVER L2TP |
8b58be88 | 7532 | M: James Chapman <[email protected]> |
a6d2370b | 7533 | S: Maintained |
90ca28d1 | 7534 | F: net/l2tp/l2tp_ppp.c |
679655da | 7535 | F: include/linux/if_pppol2tp.h |
c117ab84 | 7536 | F: include/uapi/linux/if_pppol2tp.h |
a6d2370b | 7537 | |
eae9d2ba | 7538 | PPS SUPPORT |
8b58be88 | 7539 | M: Rodolfo Giometti <[email protected]> |
eae9d2ba RG |
7540 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
7541 | L: [email protected] (subscribers-only) | |
7542 | S: Maintained | |
cabaaf41 JP |
7543 | F: Documentation/pps/ |
7544 | F: drivers/pps/ | |
7545 | F: include/linux/pps*.h | |
eae9d2ba | 7546 | |
71a6d0af HW |
7547 | PPTP DRIVER |
7548 | M: Dmitry Kozlov <[email protected]> | |
7549 | L: [email protected] | |
7550 | S: Maintained | |
224cf5ad | 7551 | F: drivers/net/ppp/pptp.c |
71a6d0af HW |
7552 | W: http://sourceforge.net/projects/accel-pptp |
7553 | ||
1da177e4 | 7554 | PREEMPTIBLE KERNEL |
8b58be88 | 7555 | M: Robert Love <[email protected]> |
1da177e4 LT |
7556 | L: [email protected] |
7557 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
7558 | S: Supported | |
679655da JP |
7559 | F: Documentation/preempt-locking.txt |
7560 | F: include/linux/preempt.h | |
1da177e4 LT |
7561 | |
7562 | PRISM54 WIRELESS DRIVER | |
8b58be88 | 7563 | M: "Luis R. Rodriguez" <[email protected]> |
724c6b35 | 7564 | L: [email protected] |
9ef80804 | 7565 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
1d89cae1 | 7566 | S: Obsolete |
679655da | 7567 | F: drivers/net/wireless/prism54/ |
1da177e4 | 7568 | |
b3277dfa | 7569 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
743a7ecb | 7570 | M: Mikael Pettersson <[email protected]> |
b3277dfa MP |
7571 | L: [email protected] |
7572 | S: Maintained | |
679655da | 7573 | F: drivers/ata/sata_promise.* |
b3277dfa | 7574 | |
02c18891 | 7575 | PS3 NETWORK SUPPORT |
b809b9ca | 7576 | M: Geoff Levand <[email protected]> |
02c18891 | 7577 | L: [email protected] |
a4724ed6 | 7578 | L: [email protected] |
b809b9ca | 7579 | S: Maintained |
8df158ac | 7580 | F: drivers/net/ethernet/toshiba/ps3_gelic_net.* |
02c18891 | 7581 | |
f58a9d17 | 7582 | PS3 PLATFORM SUPPORT |
b809b9ca | 7583 | M: Geoff Levand <[email protected]> |
a4724ed6 SR |
7584 | L: [email protected] |
7585 | L: [email protected] | |
b809b9ca | 7586 | S: Maintained |
679655da JP |
7587 | F: arch/powerpc/boot/ps3* |
7588 | F: arch/powerpc/include/asm/lv1call.h | |
7589 | F: arch/powerpc/include/asm/ps3*.h | |
7590 | F: arch/powerpc/platforms/ps3/ | |
7591 | F: drivers/*/ps3* | |
7592 | F: drivers/ps3/ | |
fec629b8 | 7593 | F: drivers/rtc/rtc-ps3.c |
679655da | 7594 | F: drivers/usb/host/*ps3.c |
fec629b8 | 7595 | F: sound/ppc/snd_ps3* |
f58a9d17 | 7596 | |
cffb4add | 7597 | PS3VRAM DRIVER |
8b58be88 | 7598 | M: Jim Paris <[email protected]> |
a4724ed6 | 7599 | L: [email protected] |
cffb4add | 7600 | S: Maintained |
8a3977cb | 7601 | F: drivers/block/ps3vram.c |
cffb4add | 7602 | |
8defe599 | 7603 | PSTORE FILESYSTEM |
9d5e2a02 | 7604 | M: Anton Vorontsov <[email protected]> |
8defe599 AV |
7605 | M: Colin Cross <[email protected]> |
7606 | M: Kees Cook <[email protected]> | |
7607 | M: Tony Luck <[email protected]> | |
7608 | S: Maintained | |
7609 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | |
7610 | F: fs/pstore/ | |
7611 | F: include/linux/pstore* | |
04851772 | 7612 | F: drivers/firmware/efi/efi-pstore.c |
8defe599 AV |
7613 | F: drivers/acpi/apei/erst.c |
7614 | ||
7fbc415d RC |
7615 | PTP HARDWARE CLOCK SUPPORT |
7616 | M: Richard Cochran <[email protected]> | |
e7333e3c | 7617 | L: [email protected] |
7fbc415d RC |
7618 | S: Maintained |
7619 | W: http://linuxptp.sourceforge.net/ | |
7620 | F: Documentation/ABI/testing/sysfs-ptp | |
7621 | F: Documentation/ptp/* | |
0ecb3cdd | 7622 | F: drivers/net/ethernet/freescale/gianfar_ptp.c |
7fbc415d RC |
7623 | F: drivers/net/phy/dp83640* |
7624 | F: drivers/ptp/* | |
7625 | F: include/linux/ptp_cl* | |
7626 | ||
cf94a4d1 | 7627 | PTRACE SUPPORT |
e846ee5f | 7628 | M: Roland McGrath <[email protected]> |
8b58be88 | 7629 | M: Oleg Nesterov <[email protected]> |
cf94a4d1 CH |
7630 | S: Maintained |
7631 | F: include/asm-generic/syscall.h | |
7632 | F: include/linux/ptrace.h | |
7633 | F: include/linux/regset.h | |
7634 | F: include/linux/tracehook.h | |
c117ab84 | 7635 | F: include/uapi/linux/ptrace.h |
cf94a4d1 CH |
7636 | F: kernel/ptrace.c |
7637 | ||
8320204a | 7638 | PVRUSB2 VIDEO4LINUX DRIVER |
8b58be88 | 7639 | M: Mike Isely <[email protected]> |
16e9495d | 7640 | L: [email protected] (subscribers-only) |
661263b5 | 7641 | L: [email protected] |
8320204a | 7642 | W: http://www.isely.net/pvrusb2/ |
275ffde4 | 7643 | T: git git://linuxtv.org/media_tree.git |
8320204a | 7644 | S: Maintained |
679655da | 7645 | F: Documentation/video4linux/README.pvrusb2 |
0c0d06ca | 7646 | F: drivers/media/usb/pvrusb2/ |
8320204a | 7647 | |
39532e6c HG |
7648 | PWC WEBCAM DRIVER |
7649 | M: Hans de Goede <[email protected]> | |
7650 | L: [email protected] | |
7651 | T: git git://linuxtv.org/media_tree.git | |
7652 | S: Maintained | |
7653 | F: drivers/media/usb/pwc/* | |
7654 | ||
93c090b3 KD |
7655 | PWM FAN DRIVER |
7656 | M: Kamil Debski <[email protected]> | |
7657 | L: [email protected] | |
7658 | S: Supported | |
7659 | F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt | |
7660 | F: Documentation/hwmon/pwm-fan | |
7661 | F: drivers/hwmon/pwm-fan.c | |
7662 | ||
200efedd | 7663 | PWM SUBSYSTEM |
aa3495f7 TR |
7664 | M: Thierry Reding <[email protected]> |
7665 | L: [email protected] | |
0c2498f1 | 7666 | S: Maintained |
006e854f | 7667 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git |
200efedd TR |
7668 | F: Documentation/pwm.txt |
7669 | F: Documentation/devicetree/bindings/pwm/ | |
7670 | F: include/linux/pwm.h | |
0c2498f1 | 7671 | F: drivers/pwm/ |
a140b98d TR |
7672 | F: drivers/video/backlight/pwm_bl.c |
7673 | F: include/linux/pwm_backlight.h | |
0c2498f1 | 7674 | |
30ec261e | 7675 | PXA2xx/PXA3xx SUPPORT |
8da5e302 | 7676 | M: Daniel Mack <[email protected]> |
a323f664 | 7677 | M: Haojian Zhuang <[email protected]> |
8da5e302 | 7678 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 7679 | L: [email protected] (moderated for non-subscribers) |
3f640c61 | 7680 | T: git git://github.com/hzhuang1/linux.git |
8da5e302 | 7681 | T: git git://github.com/rjarzmik/linux.git |
1da177e4 | 7682 | S: Maintained |
679655da JP |
7683 | F: arch/arm/mach-pxa/ |
7684 | F: drivers/pcmcia/pxa2xx* | |
9df92e6c | 7685 | F: drivers/spi/spi-pxa2xx* |
faf2e1db | 7686 | F: drivers/usb/gadget/udc/pxa2* |
679655da | 7687 | F: include/sound/pxa2xx-lib.h |
bec4c99e | 7688 | F: sound/arm/pxa* |
14430813 | 7689 | F: sound/soc/pxa/ |
1da177e4 | 7690 | |
ec64d3bf EG |
7691 | PXA3xx NAND FLASH DRIVER |
7692 | M: Ezequiel Garcia <[email protected]> | |
7693 | L: [email protected] | |
7694 | S: Maintained | |
9a67f099 | 7695 | F: drivers/mtd/nand/pxa3xx_nand.c |
ec64d3bf | 7696 | |
3f640c61 | 7697 | MMP SUPPORT |
8b58be88 | 7698 | M: Eric Miao <[email protected]> |
a323f664 | 7699 | M: Haojian Zhuang <[email protected]> |
e8e6cb32 | 7700 | L: [email protected] (moderated for non-subscribers) |
3f640c61 HZ |
7701 | T: git git://github.com/hzhuang1/linux.git |
7702 | T: git git://git.linaro.org/people/ycmiao/pxa-linux.git | |
e8e6cb32 | 7703 | S: Maintained |
3f640c61 | 7704 | F: arch/arm/mach-mmp/ |
e8e6cb32 | 7705 | |
272f133a PO |
7706 | PXA MMCI DRIVER |
7707 | S: Orphan | |
7708 | ||
57f63bc8 | 7709 | PXA RTC DRIVER |
8b58be88 | 7710 | M: Robert Jarzmik <[email protected]> |
57f63bc8 RJ |
7711 | L: [email protected] |
7712 | S: Maintained | |
7713 | ||
cea4001a TS |
7714 | QAT DRIVER |
7715 | M: Tadeusz Struk <[email protected]> | |
7716 | L: [email protected] | |
7717 | S: Supported | |
7718 | F: drivers/crypto/qat/ | |
7719 | ||
52a09a04 | 7720 | QIB DRIVER |
8473c603 | 7721 | M: Mike Marciniszyn <[email protected]> |
52a09a04 MM |
7722 | L: [email protected] |
7723 | S: Supported | |
7724 | F: drivers/infiniband/hw/qib/ | |
7725 | ||
5e9772b9 JS |
7726 | QLOGIC QLA1280 SCSI DRIVER |
7727 | M: Michael Reed <[email protected]> | |
7728 | L: [email protected] | |
7729 | S: Maintained | |
7730 | F: drivers/scsi/qla1280.[ch] | |
7731 | ||
1da177e4 | 7732 | QLOGIC QLA2XXX FC-SCSI DRIVER |
2c804eb0 | 7733 | M: [email protected] |
1da177e4 LT |
7734 | L: [email protected] |
7735 | S: Supported | |
679655da JP |
7736 | F: Documentation/scsi/LICENSE.qla2xxx |
7737 | F: drivers/scsi/qla2xxx/ | |
1da177e4 | 7738 | |
883c98fe | 7739 | QLOGIC QLA4XXX iSCSI DRIVER |
883c98fe RA |
7740 | M: Vikas Chaudhary <[email protected]> |
7741 | M: [email protected] | |
7742 | L: [email protected] | |
7743 | S: Supported | |
bacfb81b | 7744 | F: Documentation/scsi/LICENSE.qla4xxx |
883c98fe RA |
7745 | F: drivers/scsi/qla4xxx/ |
7746 | ||
5a4faa87 | 7747 | QLOGIC QLA3XXX NETWORK DRIVER |
0a955c3a | 7748 | M: Jitendra Kalsaria <[email protected]> |
8b58be88 | 7749 | M: Ron Mercer <[email protected]> |
5a4faa87 RM |
7750 | M: [email protected] |
7751 | L: [email protected] | |
7752 | S: Supported | |
679655da | 7753 | F: Documentation/networking/LICENSE.qla3xxx |
aa43c215 | 7754 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
5a4faa87 | 7755 | |
0ec00f03 | 7756 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
195ca382 | 7757 | M: Shahed Shaikh <[email protected]> |
9f35a3cc | 7758 | M: [email protected] |
0ec00f03 AKS |
7759 | L: [email protected] |
7760 | S: Supported | |
aa43c215 | 7761 | F: drivers/net/ethernet/qlogic/qlcnic/ |
0ec00f03 | 7762 | |
c4e84bde | 7763 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
c9b1a5b5 HP |
7764 | M: Harish Patil <[email protected]> |
7765 | M: Sudarsana Kalluru <[email protected]> | |
7766 | M: [email protected] | |
4cbfbe25 | 7767 | M: [email protected] |
c4e84bde RM |
7768 | L: [email protected] |
7769 | S: Supported | |
aa43c215 | 7770 | F: drivers/net/ethernet/qlogic/qlge/ |
c4e84bde | 7771 | |
1da177e4 | 7772 | QNX4 FILESYSTEM |
8b58be88 | 7773 | M: Anders Larsen <[email protected]> |
1da177e4 LT |
7774 | W: http://www.alarsen.net/linux/qnx4fs/ |
7775 | S: Maintained | |
80811493 | 7776 | F: fs/qnx4/ |
c117ab84 CEB |
7777 | F: include/uapi/linux/qnx4_fs.h |
7778 | F: include/uapi/linux/qnxtypes.h | |
1da177e4 | 7779 | |
91952bc0 AP |
7780 | QT1010 MEDIA DRIVER |
7781 | M: Antti Palosaari <[email protected]> | |
7782 | L: [email protected] | |
7783 | W: http://linuxtv.org/ | |
7784 | W: http://palosaari.fi/linux/ | |
7785 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7786 | T: git git://linuxtv.org/anttip/media_tree.git | |
7787 | S: Maintained | |
7788 | F: drivers/media/tuners/qt1010* | |
7789 | ||
966fb5ec SM |
7790 | QUALCOMM ATHEROS ATH9K WIRELESS DRIVER |
7791 | M: QCA ath9k Development <[email protected]> | |
7792 | L: [email protected] | |
7793 | L: [email protected] | |
7794 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | |
7795 | S: Supported | |
7796 | F: drivers/net/wireless/ath/ath9k/ | |
7797 | ||
2ea0ffcb KV |
7798 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER |
7799 | M: Kalle Valo <[email protected]> | |
7800 | L: [email protected] | |
7801 | W: http://wireless.kernel.org/en/users/Drivers/ath10k | |
7802 | T: git git://github.com/kvalo/ath.git | |
7803 | S: Supported | |
7804 | F: drivers/net/wireless/ath/ath10k/ | |
7805 | ||
4f4567cf RK |
7806 | QUALCOMM HEXAGON ARCHITECTURE |
7807 | M: Richard Kuo <[email protected]> | |
7808 | L: [email protected] | |
7809 | S: Supported | |
7810 | F: arch/hexagon/ | |
7811 | ||
8e84c258 EK |
7812 | QUALCOMM WCN36XX WIRELESS DRIVER |
7813 | M: Eugene Krasnikov <[email protected]> | |
7814 | L: [email protected] | |
7815 | W: http://wireless.kernel.org/en/users/Drivers/wcn36xx | |
7816 | T: git git://github.com/KrasnikovEugene/wcn36xx.git | |
7817 | S: Supported | |
7818 | F: drivers/net/wireless/ath/wcn36xx/ | |
7819 | ||
35e3540b HV |
7820 | QUICKCAM PARALLEL PORT WEBCAMS |
7821 | M: Hans Verkuil <[email protected]> | |
7822 | L: [email protected] | |
7823 | T: git git://linuxtv.org/media_tree.git | |
7824 | W: http://linuxtv.org | |
7825 | S: Odd Fixes | |
7826 | F: drivers/media/parport/*-qcam* | |
7827 | ||
602adf40 | 7828 | RADOS BLOCK DEVICE (RBD) |
09d90327 SW |
7829 | M: Yehuda Sadeh <[email protected]> |
7830 | M: Sage Weil <[email protected]> | |
527a88b9 | 7831 | M: Alex Elder <[email protected]> |
602adf40 | 7832 | M: [email protected] |
09d90327 SW |
7833 | W: http://ceph.com/ |
7834 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | |
602adf40 YS |
7835 | S: Supported |
7836 | F: drivers/block/rbd.c | |
7837 | F: drivers/block/rbd_types.h | |
7838 | ||
1da177e4 | 7839 | RADEON FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7840 | M: Benjamin Herrenschmidt <[email protected]> |
c69f677c | 7841 | L: [email protected] |
1da177e4 | 7842 | S: Maintained |
8a61f013 | 7843 | F: drivers/video/fbdev/aty/radeon* |
c117ab84 | 7844 | F: include/uapi/linux/radeonfb.h |
1da177e4 | 7845 | |
c6c9b34c HG |
7846 | RADIOSHARK RADIO DRIVER |
7847 | M: Hans de Goede <[email protected]> | |
7848 | L: [email protected] | |
7849 | T: git git://linuxtv.org/media_tree.git | |
7850 | S: Maintained | |
7851 | F: drivers/media/radio/radio-shark.c | |
7852 | ||
7853 | RADIOSHARK2 RADIO DRIVER | |
7854 | M: Hans de Goede <[email protected]> | |
7855 | L: [email protected] | |
7856 | T: git git://linuxtv.org/media_tree.git | |
7857 | S: Maintained | |
7858 | F: drivers/media/radio/radio-shark2.c | |
7859 | F: drivers/media/radio/radio-tea5777.c | |
7860 | ||
1da177e4 | 7861 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7862 | M: Paul Mackerras <[email protected]> |
c69f677c | 7863 | L: [email protected] |
1da177e4 | 7864 | S: Maintained |
8a61f013 | 7865 | F: drivers/video/fbdev/aty/aty128fb.c |
1da177e4 | 7866 | |
e7839f25 | 7867 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 | 7868 | P: rt2x00 project |
b182427e | 7869 | M: Stanislaw Gruszka <[email protected]> |
f198f98e | 7870 | M: Helmut Schaa <[email protected]> |
95ea3627 | 7871 | L: [email protected] |
83fc9c89 | 7872 | L: [email protected] (moderated for non-subscribers) |
95ea3627 ID |
7873 | W: http://rt2x00.serialmonkey.com/ |
7874 | S: Maintained | |
7875 | F: drivers/net/wireless/rt2x00/ | |
7876 | ||
9db5579b | 7877 | RAMDISK RAM BLOCK DEVICE DRIVER |
6e575590 | 7878 | M: Nick Piggin <[email protected]> |
9db5579b | 7879 | S: Maintained |
679655da JP |
7880 | F: Documentation/blockdev/ramdisk.txt |
7881 | F: drivers/block/brd.c | |
9db5579b | 7882 | |
9e95ce27 | 7883 | RANDOM NUMBER DRIVER |
0624bcaa | 7884 | M: "Theodore Ts'o" <[email protected]> |
9e95ce27 | 7885 | S: Maintained |
679655da | 7886 | F: drivers/char/random.c |
9e95ce27 | 7887 | |
394b701c | 7888 | RAPIDIO SUBSYSTEM |
8b58be88 | 7889 | M: Matt Porter <[email protected]> |
b8bc1dd3 | 7890 | M: Alexandre Bounine <[email protected]> |
394b701c | 7891 | S: Maintained |
679655da | 7892 | F: drivers/rapidio/ |
394b701c | 7893 | |
e2d1d6c0 | 7894 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
e2d1d6c0 | 7895 | L: [email protected] |
f52a5490 | 7896 | S: Orphan |
679655da | 7897 | F: drivers/net/wireless/ray* |
e2d1d6c0 RD |
7898 | |
7899 | RCUTORTURE MODULE | |
e0198b29 | 7900 | M: Josh Triplett <[email protected]> |
8b58be88 | 7901 | M: "Paul E. McKenney" <[email protected]> |
981c3a4f | 7902 | L: [email protected] |
f9094d8e | 7903 | S: Supported |
08deed1e | 7904 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
679655da | 7905 | F: Documentation/RCU/torture.txt |
34e2d560 | 7906 | F: kernel/rcu/rcutorture.c |
e2d1d6c0 | 7907 | |
c87b9c60 PM |
7908 | RCUTORTURE TEST FRAMEWORK |
7909 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 7910 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7911 | R: Steven Rostedt <[email protected]> |
7912 | R: Mathieu Desnoyers <[email protected]> | |
7913 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7914 | L: [email protected] |
c87b9c60 PM |
7915 | S: Supported |
7916 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
7917 | F: tools/testing/selftests/rcutorture | |
7918 | ||
c1f766b5 | 7919 | RDC R-321X SoC |
8b58be88 | 7920 | M: Florian Fainelli <[email protected]> |
c1f766b5 FF |
7921 | S: Maintained |
7922 | ||
db17f395 | 7923 | RDC R6040 FAST ETHERNET DRIVER |
8b58be88 | 7924 | M: Florian Fainelli <[email protected]> |
db17f395 FF |
7925 | L: [email protected] |
7926 | S: Maintained | |
58565a35 | 7927 | F: drivers/net/ethernet/rdc/r6040.c |
db17f395 | 7928 | |
a09ed661 | 7929 | RDS - RELIABLE DATAGRAM SOCKETS |
8a85ac4b | 7930 | M: Chien Yen <[email protected]> |
fbb5a558 | 7931 | L: [email protected] (moderated for non-subscribers) |
a09ed661 | 7932 | S: Supported |
679655da | 7933 | F: net/rds/ |
a09ed661 | 7934 | |
595182bc | 7935 | READ-COPY UPDATE (RCU) |
8b58be88 | 7936 | M: "Paul E. McKenney" <[email protected]> |
ab0afd6c | 7937 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7938 | R: Steven Rostedt <[email protected]> |
7939 | R: Mathieu Desnoyers <[email protected]> | |
7940 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7941 | L: [email protected] |
9fab9787 | 7942 | W: http://www.rdrop.com/users/paulmck/RCU/ |
595182bc | 7943 | S: Supported |
08deed1e | 7944 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
f9094d8e | 7945 | F: Documentation/RCU/ |
9fab9787 | 7946 | X: Documentation/RCU/torture.txt |
f9094d8e | 7947 | F: include/linux/rcu* |
4102adab PM |
7948 | X: include/linux/srcu.h |
7949 | F: kernel/rcu/ | |
34e2d560 | 7950 | X: kernel/torture.c |
595182bc | 7951 | |
0c86edc0 | 7952 | REAL TIME CLOCK (RTC) SUBSYSTEM |
8b58be88 | 7953 | M: Alessandro Zummo <[email protected]> |
76465493 | 7954 | L: [email protected] |
8a6e2535 | 7955 | Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ |
0c86edc0 | 7956 | S: Maintained |
679655da JP |
7957 | F: Documentation/rtc.txt |
7958 | F: drivers/rtc/ | |
7959 | F: include/linux/rtc.h | |
c117ab84 | 7960 | F: include/uapi/linux/rtc.h |
0c86edc0 | 7961 | |
0e400c53 MB |
7962 | REALTEK AUDIO CODECS |
7963 | M: Bard Liao <[email protected]> | |
7964 | M: Oder Chiou <[email protected]> | |
7965 | S: Maintained | |
7966 | F: sound/soc/codecs/rt* | |
7967 | F: include/sound/rt*.h | |
7968 | ||
1da177e4 | 7969 | REISERFS FILE SYSTEM |
76c4e5ea | 7970 | L: [email protected] |
1da177e4 | 7971 | S: Supported |
679655da | 7972 | F: fs/reiserfs/ |
1da177e4 | 7973 | |
b83a313b | 7974 | REGISTER MAP ABSTRACTION |
b02e48f2 | 7975 | M: Mark Brown <[email protected]> |
dd060bc9 | 7976 | L: [email protected] |
b83a313b MB |
7977 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
7978 | S: Supported | |
7979 | F: drivers/base/regmap/ | |
7980 | F: include/linux/regmap.h | |
7981 | ||
400e64df OBC |
7982 | REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM |
7983 | M: Ohad Ben-Cohen <[email protected]> | |
6bb697b6 | 7984 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git |
400e64df OBC |
7985 | S: Maintained |
7986 | F: drivers/remoteproc/ | |
7987 | F: Documentation/remoteproc.txt | |
6fc26488 | 7988 | F: include/linux/remoteproc.h |
400e64df | 7989 | |
d8115db5 OBC |
7990 | REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM |
7991 | M: Ohad Ben-Cohen <[email protected]> | |
7992 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | |
7993 | S: Maintained | |
7994 | F: drivers/rpmsg/ | |
7995 | F: Documentation/rpmsg.txt | |
7996 | F: include/linux/rpmsg.h | |
7997 | ||
1b0fe6be PZ |
7998 | RESET CONTROLLER FRAMEWORK |
7999 | M: Philipp Zabel <[email protected]> | |
8000 | S: Maintained | |
8001 | F: drivers/reset/ | |
8002 | F: Documentation/devicetree/bindings/reset/ | |
8003 | F: include/linux/reset.h | |
8004 | F: include/linux/reset-controller.h | |
8005 | ||
e0897645 | 8006 | RFKILL |
8b58be88 | 8007 | M: Johannes Berg <[email protected]> |
19d337df | 8008 | L: [email protected] |
ce466579 JB |
8009 | W: http://wireless.kernel.org/ |
8010 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
8011 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
e0897645 | 8012 | S: Maintained |
505c9247 | 8013 | F: Documentation/rfkill.txt |
80811493 | 8014 | F: net/rfkill/ |
e0897645 | 8015 | |
67e054e9 ML |
8016 | RICOH SMARTMEDIA/XD DRIVER |
8017 | M: Maxim Levitsky <[email protected]> | |
8018 | S: Maintained | |
21c26f50 JP |
8019 | F: drivers/mtd/nand/r852.c |
8020 | F: drivers/mtd/nand/r852.h | |
67e054e9 | 8021 | |
92634125 ML |
8022 | RICOH R5C592 MEMORYSTICK DRIVER |
8023 | M: Maxim Levitsky <[email protected]> | |
8024 | S: Maintained | |
8025 | F: drivers/memstick/host/r592.* | |
8026 | ||
27f1d2f9 SA |
8027 | ROCCAT DRIVERS |
8028 | M: Stefan Achatz <[email protected]> | |
8029 | W: http://sourceforge.net/projects/roccat/ | |
8030 | S: Maintained | |
8031 | F: drivers/hid/hid-roccat* | |
8032 | F: include/linux/hid-roccat* | |
8033 | F: Documentation/ABI/*/sysfs-driver-hid-roccat* | |
8034 | ||
4b8ac966 JP |
8035 | ROCKER DRIVER |
8036 | M: Jiri Pirko <[email protected]> | |
8037 | M: Scott Feldman <[email protected]> | |
8038 | L: [email protected] | |
8039 | S: Supported | |
8040 | F: drivers/net/ethernet/rocker/ | |
8041 | ||
1da177e4 LT |
8042 | ROCKETPORT DRIVER |
8043 | P: Comtrol Corp. | |
1da177e4 LT |
8044 | W: http://www.comtrol.com |
8045 | S: Maintained | |
679655da | 8046 | F: Documentation/serial/rocket.txt |
c897401b | 8047 | F: drivers/tty/rocket* |
1da177e4 | 8048 | |
7645c2f4 KC |
8049 | ROCKETPORT EXPRESS/INFINITY DRIVER |
8050 | M: Kevin Cernekee <[email protected]> | |
8051 | L: [email protected] | |
8052 | S: Odd Fixes | |
8053 | F: drivers/tty/serial/rp2.* | |
8054 | ||
1da177e4 | 8055 | ROSE NETWORK LAYER |
8b58be88 | 8056 | M: Ralf Baechle <[email protected]> |
1da177e4 | 8057 | L: [email protected] |
d34cb28a | 8058 | W: http://www.linux-ax25.org/ |
1da177e4 | 8059 | S: Maintained |
679655da | 8060 | F: include/net/rose.h |
c117ab84 | 8061 | F: include/uapi/linux/rose.h |
679655da | 8062 | F: net/rose/ |
1da177e4 | 8063 | |
91952bc0 AP |
8064 | RTL2830 MEDIA DRIVER |
8065 | M: Antti Palosaari <[email protected]> | |
8066 | L: [email protected] | |
8067 | W: http://linuxtv.org/ | |
8068 | W: http://palosaari.fi/linux/ | |
8069 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8070 | T: git git://linuxtv.org/anttip/media_tree.git | |
8071 | S: Maintained | |
8072 | F: drivers/media/dvb-frontends/rtl2830* | |
8073 | ||
27a0aacf AP |
8074 | RTL2832 MEDIA DRIVER |
8075 | M: Antti Palosaari <[email protected]> | |
8076 | L: [email protected] | |
8077 | W: http://linuxtv.org/ | |
8078 | W: http://palosaari.fi/linux/ | |
8079 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8080 | T: git git://linuxtv.org/anttip/media_tree.git | |
8081 | S: Maintained | |
8082 | F: drivers/media/dvb-frontends/rtl2832* | |
8083 | ||
ba6e6f6e AP |
8084 | RTL2832_SDR MEDIA DRIVER |
8085 | M: Antti Palosaari <[email protected]> | |
8086 | L: [email protected] | |
8087 | W: http://linuxtv.org/ | |
8088 | W: http://palosaari.fi/linux/ | |
8089 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8090 | T: git git://linuxtv.org/anttip/media_tree.git | |
8091 | S: Maintained | |
b4bb1c28 | 8092 | F: drivers/media/dvb-frontends/rtl2832_sdr* |
ba6e6f6e | 8093 | |
59840488 | 8094 | RTL8180 WIRELESS DRIVER |
605bebe2 | 8095 | L: [email protected] |
491b26b4 | 8096 | W: http://wireless.kernel.org/ |
54e5881d | 8097 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7be6ff65 | 8098 | S: Orphan |
3cfeb0c3 | 8099 | F: drivers/net/wireless/rtl818x/rtl8180/ |
605bebe2 | 8100 | |
59840488 | 8101 | RTL8187 WIRELESS DRIVER |
9f0939bf | 8102 | M: Herton Ronaldo Krzesinski <[email protected]> |
8b58be88 JP |
8103 | M: Hin-Tak Leung <[email protected]> |
8104 | M: Larry Finger <[email protected]> | |
7d2c86b5 | 8105 | L: [email protected] |
491b26b4 | 8106 | W: http://wireless.kernel.org/ |
54e5881d | 8107 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7d2c86b5 | 8108 | S: Maintained |
3cfeb0c3 | 8109 | F: drivers/net/wireless/rtl818x/rtl8187/ |
59840488 | 8110 | |
3cf0c8ad LF |
8111 | RTL8192CE WIRELESS DRIVER |
8112 | M: Larry Finger <[email protected]> | |
8113 | M: Chaoming Li <[email protected]> | |
8114 | L: [email protected] | |
491b26b4 | 8115 | W: http://wireless.kernel.org/ |
3cf0c8ad LF |
8116 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
8117 | S: Maintained | |
8118 | F: drivers/net/wireless/rtlwifi/ | |
f0b3e4b7 | 8119 | F: drivers/net/wireless/rtlwifi/rtl8192ce/ |
59840488 | 8120 | |
9eb8ef74 | 8121 | S3 SAVAGE FRAMEBUFFER DRIVER |
8b58be88 | 8122 | M: Antonino Daplas <[email protected]> |
c69f677c | 8123 | L: [email protected] |
ce00f85c | 8124 | S: Maintained |
8a61f013 | 8125 | F: drivers/video/fbdev/savage/ |
9eb8ef74 | 8126 | |
1da177e4 | 8127 | S390 |
8b58be88 JP |
8128 | M: Martin Schwidefsky <[email protected]> |
8129 | M: Heiko Carstens <[email protected]> | |
1da177e4 | 8130 | M: [email protected] |
d58140cc | 8131 | L: [email protected] |
5238da45 HC |
8132 | W: http://www.ibm.com/developerworks/linux/linux390/ |
8133 | S: Supported | |
679655da | 8134 | F: arch/s390/ |
a968cd3e | 8135 | F: drivers/s390/ |
3bfe6858 JN |
8136 | F: Documentation/s390/ |
8137 | F: Documentation/DocBook/s390* | |
5238da45 | 8138 | |
322986ca SO |
8139 | S390 COMMON I/O LAYER |
8140 | M: Sebastian Ott <[email protected]> | |
8141 | M: Peter Oberparleiter <[email protected]> | |
8142 | L: [email protected] | |
8143 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8144 | S: Supported | |
8145 | F: drivers/s390/cio/ | |
8146 | ||
8147 | S390 DASD DRIVER | |
8148 | M: Stefan Weinhuber <[email protected]> | |
8149 | M: Stefan Haberland <[email protected]> | |
8150 | L: [email protected] | |
8151 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8152 | S: Supported | |
8153 | F: drivers/s390/block/dasd* | |
8154 | F: block/partitions/ibm.c | |
8155 | ||
5238da45 | 8156 | S390 NETWORK DRIVERS |
8b58be88 JP |
8157 | M: Ursula Braun <[email protected]> |
8158 | M: Frank Blaschka <[email protected]> | |
5238da45 | 8159 | M: [email protected] |
d58140cc | 8160 | L: [email protected] |
5238da45 HC |
8161 | W: http://www.ibm.com/developerworks/linux/linux390/ |
8162 | S: Supported | |
679655da | 8163 | F: drivers/s390/net/ |
5238da45 | 8164 | |
322986ca SO |
8165 | S390 PCI SUBSYSTEM |
8166 | M: Sebastian Ott <[email protected]> | |
8167 | M: Gerald Schaefer <[email protected]> | |
8168 | L: [email protected] | |
8169 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8170 | S: Supported | |
8171 | F: arch/s390/pci/ | |
8172 | F: drivers/pci/hotplug/s390_pci_hpc.c | |
8173 | ||
feed9b62 | 8174 | S390 ZCRYPT DRIVER |
5c8d0983 | 8175 | M: Ingo Tuchscherer <[email protected]> |
feed9b62 FB |
8176 | M: [email protected] |
8177 | L: [email protected] | |
a968cd3e | 8178 | W: http://www.ibm.com/developerworks/linux/linux390/ |
feed9b62 | 8179 | S: Supported |
d5ca6918 | 8180 | F: drivers/s390/crypto/ |
feed9b62 | 8181 | |
5238da45 | 8182 | S390 ZFCP DRIVER |
d38e19d0 | 8183 | M: Steffen Maier <[email protected]> |
5238da45 | 8184 | M: [email protected] |
d58140cc | 8185 | L: [email protected] |
5238da45 | 8186 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 | 8187 | S: Supported |
679655da | 8188 | F: drivers/s390/scsi/zfcp_* |
1da177e4 | 8189 | |
dd96df2c | 8190 | S390 IUCV NETWORK LAYER |
8b58be88 | 8191 | M: Ursula Braun <[email protected]> |
dd96df2c UB |
8192 | M: [email protected] |
8193 | L: [email protected] | |
8194 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
8195 | S: Supported | |
679655da JP |
8196 | F: drivers/s390/net/*iucv* |
8197 | F: include/net/iucv/ | |
8198 | F: net/iucv/ | |
dd96df2c | 8199 | |
4dde7f75 | 8200 | S3C24XX SD/MMC Driver |
8b58be88 | 8201 | M: Ben Dooks <[email protected]> |
efc03ecb | 8202 | L: [email protected] (moderated for non-subscribers) |
4dde7f75 | 8203 | S: Supported |
679655da | 8204 | F: drivers/mmc/host/s3cmci.* |
4dde7f75 | 8205 | |
1f15a229 HV |
8206 | SAA6588 RDS RECEIVER DRIVER |
8207 | M: Hans Verkuil <[email protected]> | |
8208 | L: [email protected] | |
8209 | T: git git://linuxtv.org/media_tree.git | |
8210 | W: http://linuxtv.org | |
8211 | S: Odd Fixes | |
8212 | F: drivers/media/i2c/saa6588* | |
8213 | ||
98ed12e6 | 8214 | SAA7134 VIDEO4LINUX DRIVER |
009a5410 | 8215 | M: Mauro Carvalho Chehab <[email protected]> |
98ed12e6 MCC |
8216 | L: [email protected] |
8217 | W: http://linuxtv.org | |
8218 | T: git git://linuxtv.org/media_tree.git | |
8219 | S: Odd fixes | |
e42bf501 | 8220 | F: Documentation/video4linux/*.saa7134 |
98ed12e6 MCC |
8221 | F: drivers/media/pci/saa7134/ |
8222 | ||
1da177e4 | 8223 | SAA7146 VIDEO4LINUX-2 DRIVER |
566b8157 | 8224 | M: Hans Verkuil <[email protected]> |
661263b5 | 8225 | L: [email protected] |
275ffde4 | 8226 | T: git git://linuxtv.org/media_tree.git |
1da177e4 | 8227 | S: Maintained |
90d72ac6 MCC |
8228 | F: drivers/media/common/saa7146/ |
8229 | F: drivers/media/pci/saa7146/ | |
8230 | F: include/media/saa7146* | |
1da177e4 | 8231 | |
92304a40 | 8232 | SAMSUNG LAPTOP DRIVER |
5909c654 | 8233 | M: Corentin Chary <[email protected]> |
92304a40 CC |
8234 | L: [email protected] |
8235 | S: Maintained | |
8236 | F: drivers/platform/x86/samsung-laptop.c | |
8237 | ||
4a109cc0 | 8238 | SAMSUNG AUDIO (ASoC) DRIVERS |
250b6851 | 8239 | M: Sangbeom Kim <[email protected]> |
4a109cc0 MB |
8240 | L: [email protected] (moderated for non-subscribers) |
8241 | S: Supported | |
14430813 | 8242 | F: sound/soc/samsung/ |
4a109cc0 | 8243 | |
0d89a28b JH |
8244 | SAMSUNG FRAMEBUFFER DRIVER |
8245 | M: Jingoo Han <[email protected]> | |
8246 | L: [email protected] | |
8247 | S: Maintained | |
8a61f013 | 8248 | F: drivers/video/fbdev/s3c-fb.c |
0d89a28b | 8249 | |
f69d3a17 SK |
8250 | SAMSUNG MULTIFUNCTION DEVICE DRIVERS |
8251 | M: Sangbeom Kim <[email protected]> | |
8252 | L: [email protected] | |
8253 | S: Supported | |
8254 | F: drivers/mfd/sec*.c | |
8255 | F: drivers/regulator/s2m*.c | |
8256 | F: drivers/regulator/s5m*.c | |
f69d3a17 SK |
8257 | F: include/linux/mfd/samsung/ |
8258 | ||
038f5c4b SN |
8259 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS |
8260 | M: Kyungmin Park <[email protected]> | |
8261 | M: Sylwester Nawrocki <[email protected]> | |
8262 | L: [email protected] | |
8263 | Q: https://patchwork.linuxtv.org/project/linux-media/list/ | |
8264 | S: Supported | |
8265 | F: drivers/media/platform/exynos4-is/ | |
038f5c4b | 8266 | |
6fd86ab2 SN |
8267 | SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER |
8268 | M: Sylwester Nawrocki <[email protected]> | |
8269 | L: [email protected] | |
8270 | L: [email protected] (moderated for non-subscribers) | |
8271 | S: Maintained | |
8272 | F: drivers/media/platform/s3c-camif/ | |
8273 | F: include/media/s3c_camif.h | |
8274 | ||
b84ef24e AH |
8275 | SAMSUNG S5C73M3 CAMERA DRIVER |
8276 | M: Kyungmin Park <[email protected]> | |
8277 | M: Andrzej Hajda <[email protected]> | |
8278 | L: [email protected] | |
8279 | S: Supported | |
8280 | F: drivers/media/i2c/s5c73m3/* | |
8281 | ||
7d459937 AH |
8282 | SAMSUNG S5K5BAF CAMERA DRIVER |
8283 | M: Kyungmin Park <[email protected]> | |
8284 | M: Andrzej Hajda <[email protected]> | |
8285 | L: [email protected] | |
8286 | S: Supported | |
8287 | F: drivers/media/i2c/s5k5baf.c | |
8288 | ||
310e39c9 | 8289 | SAMSUNG SOC CLOCK DRIVERS |
fea685e9 TF |
8290 | M: Sylwester Nawrocki <[email protected]> |
8291 | M: Tomasz Figa <[email protected]> | |
310e39c9 TF |
8292 | S: Supported |
8293 | L: [email protected] (moderated for non-subscribers) | |
8294 | F: drivers/clk/samsung/ | |
8295 | ||
66890ed6 BA |
8296 | SAMSUNG SXGBE DRIVERS |
8297 | M: Byungho An <[email protected]> | |
8298 | M: Girish K S <[email protected]> | |
66890ed6 BA |
8299 | M: Vipul Pandya <[email protected]> |
8300 | S: Supported | |
8301 | L: [email protected] | |
8302 | F: drivers/net/ethernet/samsung/sxgbe/ | |
8303 | ||
e296cd32 KD |
8304 | SAMSUNG USB2 PHY DRIVER |
8305 | M: Kamil Debski <[email protected]> | |
8306 | L: [email protected] | |
8307 | S: Supported | |
8308 | F: Documentation/devicetree/bindings/phy/samsung-phy.txt | |
8309 | F: Documentation/phy/samsung-usb2.txt | |
8310 | F: drivers/phy/phy-exynos4210-usb2.c | |
8311 | F: drivers/phy/phy-exynos4x12-usb2.c | |
8312 | F: drivers/phy/phy-exynos5250-usb2.c | |
8313 | F: drivers/phy/phy-s5pv210-usb2.c | |
8314 | F: drivers/phy/phy-samsung-usb2.c | |
8315 | F: drivers/phy/phy-samsung-usb2.h | |
8316 | ||
ca749e2a | 8317 | SERIAL DRIVERS |
5e30bbb7 | 8318 | M: Greg Kroah-Hartman <[email protected]> |
ca749e2a | 8319 | L: [email protected] |
5e30bbb7 | 8320 | S: Maintained |
14430813 | 8321 | F: drivers/tty/serial/ |
ca749e2a | 8322 | |
aecb7b64 | 8323 | SYNOPSYS DESIGNWARE DMAC DRIVER |
2d8a3b3d | 8324 | M: Viresh Kumar <[email protected]> |
337ae47c | 8325 | M: Andy Shevchenko <[email protected]> |
aecb7b64 | 8326 | S: Maintained |
3d598f47 | 8327 | F: include/linux/platform_data/dma-dw.h |
61a76496 | 8328 | F: drivers/dma/dw/ |
aecb7b64 | 8329 | |
f9e37137 SJ |
8330 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER |
8331 | M: Seungwon Jeon <[email protected]> | |
8332 | M: Jaehoon Chung <[email protected]> | |
8333 | L: [email protected] | |
8334 | S: Maintained | |
8335 | F: include/linux/mmc/dw_mmc.h | |
8336 | F: drivers/mmc/host/dw_mmc* | |
8337 | ||
1db121d6 AN |
8338 | THUNDERBOLT DRIVER |
8339 | M: Andreas Noever <[email protected]> | |
8340 | S: Maintained | |
8341 | F: drivers/thunderbolt/ | |
8342 | ||
9222d247 | 8343 | TIMEKEEPING, CLOCKSOURCE CORE, NTP |
50363737 | 8344 | M: John Stultz <[email protected]> |
88606e80 | 8345 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 8346 | L: [email protected] |
75fc2d37 | 8347 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
88606e80 TG |
8348 | S: Supported |
8349 | F: include/linux/clocksource.h | |
8350 | F: include/linux/time.h | |
8351 | F: include/linux/timex.h | |
c117ab84 CEB |
8352 | F: include/uapi/linux/time.h |
8353 | F: include/uapi/linux/timex.h | |
88606e80 TG |
8354 | F: kernel/time/clocksource.c |
8355 | F: kernel/time/time*.c | |
8356 | F: kernel/time/ntp.c | |
8357 | ||
5b3f03f0 | 8358 | TLG2300 VIDEO4LINUX-2 DRIVER |
d2fa2187 | 8359 | M: Huang Shijie <[email protected]> |
a545e2ea HV |
8360 | M: Hans Verkuil <[email protected]> |
8361 | S: Odd Fixes | |
14430813 | 8362 | F: drivers/media/usb/tlg2300/ |
5b3f03f0 | 8363 | |
1da177e4 | 8364 | SC1200 WDT DRIVER |
b300645a | 8365 | M: Zwane Mwaikambo <[email protected]> |
1da177e4 | 8366 | S: Maintained |
679655da | 8367 | F: drivers/watchdog/sc1200wdt.c |
1da177e4 LT |
8368 | |
8369 | SCHEDULER | |
dd9b238c | 8370 | M: Ingo Molnar <[email protected]> |
8b58be88 | 8371 | M: Peter Zijlstra <[email protected]> |
981c3a4f | 8372 | L: [email protected] |
75fc2d37 | 8373 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
1da177e4 | 8374 | S: Maintained |
95c0d71d | 8375 | F: kernel/sched/ |
679655da | 8376 | F: include/linux/sched.h |
c117ab84 | 8377 | F: include/uapi/linux/sched.h |
c2eb505b | 8378 | F: include/linux/wait.h |
1da177e4 | 8379 | |
6bcf6737 | 8380 | SCORE ARCHITECTURE |
ed38665e | 8381 | M: Chen Liqin <[email protected]> |
a2681a75 | 8382 | M: Lennox Wu <[email protected]> |
ed38665e | 8383 | W: http://www.sunplus.com |
6bcf6737 | 8384 | S: Supported |
a2681a75 | 8385 | F: arch/score/ |
6bcf6737 | 8386 | |
1da177e4 | 8387 | SCSI CDROM DRIVER |
8b58be88 | 8388 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
8389 | L: [email protected] |
8390 | W: http://www.kernel.dk | |
8391 | S: Maintained | |
679655da | 8392 | F: drivers/scsi/sr* |
1da177e4 | 8393 | |
fb50a83d | 8394 | SCSI RDMA PROTOCOL (SRP) INITIATOR |
e6b45d49 | 8395 | M: Bart Van Assche <[email protected]> |
fb50a83d RD |
8396 | L: [email protected] |
8397 | S: Supported | |
8398 | W: http://www.openfabrics.org | |
8399 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
8400 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git | |
8401 | F: drivers/infiniband/ulp/srp/ | |
8402 | F: include/scsi/srp.h | |
8403 | ||
1da177e4 | 8404 | SCSI SG DRIVER |
8b58be88 | 8405 | M: Doug Gilbert <[email protected]> |
1da177e4 | 8406 | L: [email protected] |
59ab3c93 | 8407 | W: http://sg.danny.cz/sg |
1da177e4 | 8408 | S: Maintained |
59ab3c93 | 8409 | F: Documentation/scsi/scsi-generic.txt |
679655da JP |
8410 | F: drivers/scsi/sg.c |
8411 | F: include/scsi/sg.h | |
1da177e4 LT |
8412 | |
8413 | SCSI SUBSYSTEM | |
c95286d8 | 8414 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 | 8415 | L: [email protected] |
54e5881d JP |
8416 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
8417 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | |
8418 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 | 8419 | S: Maintained |
679655da JP |
8420 | F: drivers/scsi/ |
8421 | F: include/scsi/ | |
1da177e4 LT |
8422 | |
8423 | SCSI TAPE DRIVER | |
8b58be88 | 8424 | M: Kai Mäkisara <[email protected]> |
1da177e4 LT |
8425 | L: [email protected] |
8426 | S: Maintained | |
679655da | 8427 | F: Documentation/scsi/st.txt |
f7269cfc JD |
8428 | F: drivers/scsi/st.* |
8429 | F: drivers/scsi/st_*.h | |
1da177e4 LT |
8430 | |
8431 | SCTP PROTOCOL | |
8b6efb75 | 8432 | M: Vlad Yasevich <[email protected]> |
02c38d0a | 8433 | M: Neil Horman <[email protected]> |
1a418796 | 8434 | L: [email protected] |
5f85813c | 8435 | W: http://lksctp.sourceforge.net |
8b6efb75 | 8436 | S: Maintained |
679655da JP |
8437 | F: Documentation/networking/sctp.txt |
8438 | F: include/linux/sctp.h | |
4d58c025 | 8439 | F: include/uapi/linux/sctp.h |
679655da JP |
8440 | F: include/net/sctp/ |
8441 | F: net/sctp/ | |
1da177e4 LT |
8442 | |
8443 | SCx200 CPU SUPPORT | |
8b58be88 | 8444 | M: Jim Cromie <[email protected]> |
1662d32c | 8445 | S: Odd Fixes |
679655da | 8446 | F: Documentation/i2c/busses/scx200_acb |
390889b6 | 8447 | F: arch/x86/platform/scx200/ |
679655da JP |
8448 | F: drivers/watchdog/scx200_wdt.c |
8449 | F: drivers/i2c/busses/scx200* | |
8450 | F: drivers/mtd/maps/scx200_docflash.c | |
8451 | F: include/linux/scx200.h | |
1662d32c JC |
8452 | |
8453 | SCx200 GPIO DRIVER | |
8b58be88 | 8454 | M: Jim Cromie <[email protected]> |
1662d32c | 8455 | S: Maintained |
679655da JP |
8456 | F: drivers/char/scx200_gpio.c |
8457 | F: include/linux/scx200_gpio.h | |
1662d32c JC |
8458 | |
8459 | SCx200 HRT CLOCKSOURCE DRIVER | |
8b58be88 | 8460 | M: Jim Cromie <[email protected]> |
1662d32c | 8461 | S: Maintained |
679655da | 8462 | F: drivers/clocksource/scx200_hrt.c |
1da177e4 | 8463 | |
6a36913a | 8464 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 8465 | M: Sascha Sommer <[email protected]> |
6a36913a SS |
8466 | L: [email protected] (subscribers-only) |
8467 | S: Maintained | |
679655da | 8468 | F: drivers/mmc/host/sdricoh_cs.c |
6a36913a | 8469 | |
e7839f25 | 8470 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
6e443244 | 8471 | M: Chris Ball <[email protected]> |
7a241d6e | 8472 | L: [email protected] |
245feaa6 CB |
8473 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
8474 | S: Maintained | |
7a241d6e | 8475 | F: drivers/mmc/host/sdhci.* |
d4a45787 | 8476 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8477 | |
c04f9d61 KC |
8478 | SECURE COMPUTING |
8479 | M: Kees Cook <[email protected]> | |
a0cfd75f KC |
8480 | R: Andy Lutomirski <[email protected]> |
8481 | R: Will Drewry <[email protected]> | |
c04f9d61 KC |
8482 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp |
8483 | S: Supported | |
8484 | F: kernel/seccomp.c | |
8485 | F: include/uapi/linux/seccomp.h | |
8486 | F: include/linux/seccomp.h | |
8487 | K: \bsecure_computing | |
8488 | K: \bTIF_SECCOMP\b | |
8489 | ||
3085e9c1 | 8490 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
9d5e2a02 | 8491 | M: Anton Vorontsov <[email protected]> |
a4724ed6 | 8492 | L: [email protected] |
7a241d6e | 8493 | L: [email protected] |
e2d1d6c0 | 8494 | S: Maintained |
d4a45787 | 8495 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8496 | |
0d1bb41a | 8497 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
8b58be88 | 8498 | M: Ben Dooks <[email protected]> |
7a241d6e | 8499 | L: [email protected] |
0d1bb41a BD |
8500 | S: Maintained |
8501 | F: drivers/mmc/host/sdhci-s3c.c | |
8502 | ||
c63b3cba | 8503 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER |
2d8a3b3d | 8504 | M: Viresh Kumar <[email protected]> |
fbfa0748 | 8505 | L: [email protected] |
c63b3cba VK |
8506 | L: [email protected] |
8507 | S: Maintained | |
8508 | F: drivers/mmc/host/sdhci-spear.c | |
8509 | ||
8711cca2 | 8510 | SECURITY SUBSYSTEM |
9b45c0d2 | 8511 | M: James Morris <[email protected]> |
70b4a259 | 8512 | M: Serge E. Hallyn <[email protected]> |
8711cca2 | 8513 | L: [email protected] (suggested Cc:) |
89879a7e | 8514 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git |
9ccf010f | 8515 | W: http://kernsec.org/ |
8711cca2 | 8516 | S: Supported |
7d2c86b5 | 8517 | F: security/ |
8711cca2 | 8518 | |
1da177e4 | 8519 | SECURITY CONTACT |
8b58be88 | 8520 | M: Security Officers <[email protected]> |
1da177e4 LT |
8521 | S: Supported |
8522 | ||
8523 | SELINUX SECURITY MODULE | |
e0238b4c | 8524 | M: Paul Moore <[email protected]> |
8b58be88 | 8525 | M: Stephen Smalley <[email protected]> |
8b58be88 | 8526 | M: Eric Paris <[email protected]> |
e0238b4c | 8527 | L: [email protected] (moderated for non-subscribers) |
f058925b | 8528 | W: http://selinuxproject.org |
5a5f2acf | 8529 | T: git git://git.infradead.org/users/pcmoore/selinux |
1da177e4 | 8530 | S: Supported |
679655da JP |
8531 | F: include/linux/selinux* |
8532 | F: security/selinux/ | |
6bde95ce | 8533 | F: scripts/selinux/ |
1da177e4 | 8534 | |
c1c124e9 JJ |
8535 | APPARMOR SECURITY MODULE |
8536 | M: John Johansen <[email protected]> | |
8537 | L: [email protected] (subscribers-only, general discussion) | |
8538 | W: apparmor.wiki.kernel.org | |
8539 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git | |
8540 | S: Supported | |
8541 | F: security/apparmor/ | |
8542 | ||
cef2cf07 | 8543 | SENSABLE PHANTOM |
8b58be88 | 8544 | M: Jiri Slaby <[email protected]> |
cef2cf07 | 8545 | S: Maintained |
679655da | 8546 | F: drivers/misc/phantom.c |
c117ab84 | 8547 | F: include/uapi/linux/phantom.h |
cef2cf07 | 8548 | |
4480f15b | 8549 | SERIAL ATA (SATA) SUBSYSTEM |
3d9b9350 | 8550 | M: Tejun Heo <[email protected]> |
1da177e4 | 8551 | L: [email protected] |
3d9b9350 | 8552 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
1da177e4 | 8553 | S: Supported |
d5ca6918 JP |
8554 | F: drivers/ata/ |
8555 | F: include/linux/ata.h | |
8556 | F: include/linux/libata.h | |
1da177e4 | 8557 | |
7188b067 HG |
8558 | SERIAL ATA AHCI PLATFORM devices support |
8559 | M: Hans de Goede <[email protected]> | |
8560 | M: Tejun Heo <[email protected]> | |
8561 | L: [email protected] | |
8562 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | |
8563 | S: Supported | |
8564 | F: drivers/ata/ahci_platform.c | |
8565 | F: drivers/ata/libahci_platform.c | |
8566 | F: include/linux/ahci_platform.h | |
8567 | ||
6733b39a | 8568 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
0ca43cc0 | 8569 | M: Jayamohan Kallickal <[email protected]> |
3387f656 | 8570 | L: [email protected] |
0ca43cc0 | 8571 | W: http://www.emulex.com |
3387f656 JP |
8572 | S: Supported |
8573 | F: drivers/scsi/be2iscsi/ | |
6733b39a | 8574 | |
6b7c5b94 | 8575 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
fea3af67 AK |
8576 | M: Sathya Perla <[email protected]> |
8577 | M: Subbu Seetharaman <[email protected]> | |
8578 | M: Ajit Khaparde <[email protected]> | |
7d2c86b5 | 8579 | L: [email protected] |
fea3af67 | 8580 | W: http://www.emulex.com |
7d2c86b5 | 8581 | S: Supported |
9aebddd1 | 8582 | F: drivers/net/ethernet/emulex/benet/ |
6b7c5b94 | 8583 | |
8ceee660 | 8584 | SFC NETWORK DRIVER |
c06f51ea | 8585 | M: Solarflare linux maintainers <[email protected]> |
8533ccf3 | 8586 | M: Shradha Shah <[email protected]> |
c06f51ea | 8587 | L: [email protected] |
8ceee660 | 8588 | S: Supported |
874aeea5 | 8589 | F: drivers/net/ethernet/sfc/ |
8ceee660 | 8590 | |
e2d1d6c0 | 8591 | SGI GRU DRIVER |
cc883afc | 8592 | M: Dimitri Sivanich <[email protected]> |
e2d1d6c0 | 8593 | S: Maintained |
679655da | 8594 | F: drivers/misc/sgi-gru/ |
e2d1d6c0 RD |
8595 | |
8596 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
8b58be88 | 8597 | M: Pat Gefre <[email protected]> |
e2d1d6c0 RD |
8598 | L: [email protected] |
8599 | S: Supported | |
679655da | 8600 | F: Documentation/ia64/serial.txt |
df621252 | 8601 | F: drivers/tty/serial/ioc?_serial.c |
679655da | 8602 | F: include/linux/ioc?.h |
e2d1d6c0 | 8603 | |
75312619 | 8604 | SGI XP/XPC/XPNET DRIVER |
e180383f RH |
8605 | M: Cliff Whickman <[email protected]> |
8606 | M: Robin Holt <[email protected]> | |
75312619 | 8607 | S: Maintained |
679655da | 8608 | F: drivers/misc/sgi-xp/ |
75312619 | 8609 | |
46eacf3b AP |
8610 | SI2157 MEDIA DRIVER |
8611 | M: Antti Palosaari <[email protected]> | |
8612 | L: [email protected] | |
8613 | W: http://linuxtv.org/ | |
8614 | W: http://palosaari.fi/linux/ | |
8615 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8616 | T: git git://linuxtv.org/anttip/media_tree.git | |
8617 | S: Maintained | |
8618 | F: drivers/media/tuners/si2157* | |
8619 | ||
75e2d5ba AP |
8620 | SI2168 MEDIA DRIVER |
8621 | M: Antti Palosaari <[email protected]> | |
8622 | L: [email protected] | |
8623 | W: http://linuxtv.org/ | |
8624 | W: http://palosaari.fi/linux/ | |
8625 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8626 | T: git git://linuxtv.org/anttip/media_tree.git | |
8627 | S: Maintained | |
8628 | F: drivers/media/dvb-frontends/si2168* | |
8629 | ||
49cc629d HV |
8630 | SI470X FM RADIO RECEIVER I2C DRIVER |
8631 | M: Hans Verkuil <[email protected]> | |
8632 | L: [email protected] | |
8633 | T: git git://linuxtv.org/media_tree.git | |
8634 | W: http://linuxtv.org | |
8635 | S: Odd Fixes | |
8636 | F: drivers/media/radio/si470x/radio-si470x-i2c.c | |
8637 | ||
8638 | SI470X FM RADIO RECEIVER USB DRIVER | |
8639 | M: Hans Verkuil <[email protected]> | |
8640 | L: [email protected] | |
8641 | T: git git://linuxtv.org/media_tree.git | |
8642 | W: http://linuxtv.org | |
8643 | S: Maintained | |
8644 | F: drivers/media/radio/si470x/radio-si470x-common.c | |
8645 | F: drivers/media/radio/si470x/radio-si470x.h | |
8646 | F: drivers/media/radio/si470x/radio-si470x-usb.c | |
8647 | ||
c937ca03 EV |
8648 | SI4713 FM RADIO TRANSMITTER I2C DRIVER |
8649 | M: Eduardo Valentin <[email protected]> | |
8650 | L: [email protected] | |
8651 | T: git git://linuxtv.org/media_tree.git | |
8652 | W: http://linuxtv.org | |
8653 | S: Odd Fixes | |
99995ded | 8654 | F: drivers/media/radio/si4713/si4713.? |
c937ca03 EV |
8655 | |
8656 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER | |
8657 | M: Eduardo Valentin <[email protected]> | |
8658 | L: [email protected] | |
8659 | T: git git://linuxtv.org/media_tree.git | |
8660 | W: http://linuxtv.org | |
8661 | S: Odd Fixes | |
99995ded DR |
8662 | F: drivers/media/radio/si4713/radio-platform-si4713.c |
8663 | ||
8664 | SI4713 FM RADIO TRANSMITTER USB DRIVER | |
8665 | M: Hans Verkuil <[email protected]> | |
8666 | L: [email protected] | |
8667 | T: git git://linuxtv.org/media_tree.git | |
8668 | W: http://linuxtv.org | |
8669 | S: Maintained | |
8670 | F: drivers/media/radio/si4713/radio-usb-si4713.c | |
c937ca03 | 8671 | |
beb91d46 | 8672 | SIANO DVB DRIVER |
009a5410 | 8673 | M: Mauro Carvalho Chehab <[email protected]> |
beb91d46 MCC |
8674 | L: [email protected] |
8675 | W: http://linuxtv.org | |
8676 | T: git git://linuxtv.org/media_tree.git | |
8677 | S: Odd fixes | |
8678 | F: drivers/media/common/siano/ | |
beb91d46 | 8679 | F: drivers/media/usb/siano/ |
beb91d46 | 8680 | F: drivers/media/usb/siano/ |
14430813 | 8681 | F: drivers/media/mmc/siano/ |
beb91d46 | 8682 | |
6f15b602 HG |
8683 | SIMPLEFB FB DRIVER |
8684 | M: Hans de Goede <[email protected]> | |
8685 | L: [email protected] | |
8686 | S: Maintained | |
8687 | F: Documentation/devicetree/bindings/video/simple-framebuffer.txt | |
8688 | F: drivers/video/fbdev/simplefb.c | |
8689 | F: include/linux/platform_data/simplefb.h | |
8690 | ||
b618b69c | 8691 | SH_VEU V4L2 MEM2MEM DRIVER |
b618b69c | 8692 | L: [email protected] |
bb60fcb2 | 8693 | S: Orphan |
b618b69c | 8694 | F: drivers/media/platform/sh_veu.c |
b618b69c GL |
8695 | |
8696 | SH_VOU V4L2 OUTPUT DRIVER | |
b618b69c | 8697 | L: [email protected] |
bb60fcb2 | 8698 | S: Orphan |
b618b69c GL |
8699 | F: drivers/media/platform/sh_vou.c |
8700 | F: include/media/sh_vou.h | |
8701 | ||
6349d997 | 8702 | SIMPLE FIRMWARE INTERFACE (SFI) |
2bf822d7 | 8703 | M: Len Brown <[email protected]> |
6349d997 LB |
8704 | L: [email protected] |
8705 | W: http://simplefirmware.org/ | |
8706 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | |
e2d1d6c0 | 8707 | S: Supported |
943fc810 | 8708 | F: arch/x86/platform/sfi/ |
6349d997 LB |
8709 | F: drivers/sfi/ |
8710 | F: include/linux/sfi*.h | |
e2d1d6c0 | 8711 | |
1da177e4 LT |
8712 | SIMTEC EB110ATX (Chalice CATS) |
8713 | P: Ben Dooks | |
b16957c6 BD |
8714 | P: Vincent Sanders <[email protected]> |
8715 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8716 | W: http://www.simtec.co.uk/products/EB110ATX/ |
8717 | S: Supported | |
8718 | ||
8719 | SIMTEC EB2410ITX (BAST) | |
8720 | P: Ben Dooks | |
b16957c6 BD |
8721 | P: Vincent Sanders <[email protected]> |
8722 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8723 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
8724 | S: Supported | |
15dba387 JP |
8725 | F: arch/arm/mach-s3c24xx/mach-bast.c |
8726 | F: arch/arm/mach-s3c24xx/bast-ide.c | |
8727 | F: arch/arm/mach-s3c24xx/bast-irq.c | |
1da177e4 | 8728 | |
4c5adde7 | 8729 | TI DAVINCI MACHINE SUPPORT |
3ba789c0 | 8730 | M: Sekhar Nori <[email protected]> |
c69d72ae | 8731 | M: Kevin Hilman <[email protected]> |
c9f46a85 | 8732 | T: git git://gitorious.org/linux-davinci/linux-davinci.git |
8a6e2535 | 8733 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ |
4c5adde7 | 8734 | S: Supported |
14430813 | 8735 | F: arch/arm/mach-davinci/ |
046d0a37 | 8736 | F: drivers/i2c/busses/i2c-davinci.c |
4c5adde7 | 8737 | |
8d4b3f08 | 8738 | TI DAVINCI SERIES MEDIA DRIVER |
9ce5eca7 | 8739 | M: Lad, Prabhakar <[email protected]> |
8d4b3f08 | 8740 | L: [email protected] |
8d4b3f08 LP |
8741 | W: http://linuxtv.org/ |
8742 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8743 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | |
9ce5eca7 | 8744 | S: Maintained |
8d4b3f08 LP |
8745 | F: drivers/media/platform/davinci/ |
8746 | F: include/media/davinci/ | |
8747 | ||
92aab3c0 | 8748 | SIS 190 ETHERNET DRIVER |
8b58be88 | 8749 | M: Francois Romieu <[email protected]> |
92aab3c0 FR |
8750 | L: [email protected] |
8751 | S: Maintained | |
8c7de408 | 8752 | F: drivers/net/ethernet/sis/sis190.c |
92aab3c0 | 8753 | |
1da177e4 | 8754 | SIS 900/7016 FAST ETHERNET DRIVER |
8b58be88 | 8755 | M: Daniele Venzano <[email protected]> |
1da177e4 | 8756 | W: http://www.brownhat.org/sis900.html |
979b6c13 | 8757 | L: [email protected] |
1da177e4 | 8758 | S: Maintained |
8c7de408 | 8759 | F: drivers/net/ethernet/sis/sis900.* |
1da177e4 LT |
8760 | |
8761 | SIS FRAMEBUFFER DRIVER | |
8b58be88 | 8762 | M: Thomas Winischhofer <[email protected]> |
1da177e4 | 8763 | W: http://www.winischhofer.net/linuxsisvga.shtml |
b7eee616 | 8764 | S: Maintained |
679655da | 8765 | F: Documentation/fb/sisfb.txt |
8a61f013 | 8766 | F: drivers/video/fbdev/sis/ |
679655da | 8767 | F: include/video/sisfb.h |
1da177e4 LT |
8768 | |
8769 | SIS USB2VGA DRIVER | |
8b58be88 | 8770 | M: Thomas Winischhofer <[email protected]> |
1da177e4 LT |
8771 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
8772 | S: Maintained | |
679655da | 8773 | F: drivers/usb/misc/sisusbvga/ |
1da177e4 | 8774 | |
415ad26d | 8775 | SLAB ALLOCATOR |
16e943bf | 8776 | M: Christoph Lameter <[email protected]> |
2ed1c525 | 8777 | M: Pekka Enberg <[email protected]> |
16e943bf CL |
8778 | M: David Rientjes <[email protected]> |
8779 | M: Joonsoo Kim <[email protected]> | |
8780 | M: Andrew Morton <[email protected]> | |
415ad26d CL |
8781 | L: [email protected] |
8782 | S: Maintained | |
679655da | 8783 | F: include/linux/sl?b*.h |
16e943bf | 8784 | F: mm/sl?b* |
415ad26d | 8785 | |
9fab9787 PM |
8786 | SLEEPABLE READ-COPY UPDATE (SRCU) |
8787 | M: Lai Jiangshan <[email protected]> | |
8788 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 8789 | M: Josh Triplett <[email protected]> |
4632a191 PM |
8790 | R: Steven Rostedt <[email protected]> |
8791 | R: Mathieu Desnoyers <[email protected]> | |
981c3a4f | 8792 | L: [email protected] |
9fab9787 PM |
8793 | W: http://www.rdrop.com/users/paulmck/RCU/ |
8794 | S: Supported | |
8795 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
4102adab PM |
8796 | F: include/linux/srcu.h |
8797 | F: kernel/rcu/srcu.c | |
9fab9787 | 8798 | |
66372841 CS |
8799 | SMACK SECURITY MODULE |
8800 | M: Casey Schaufler <[email protected]> | |
8801 | L: [email protected] | |
8802 | W: http://schaufler-ca.com | |
8803 | T: git git://git.gitorious.org/smack-next/kernel.git | |
8804 | S: Maintained | |
8805 | F: Documentation/security/Smack.txt | |
8806 | F: security/smack/ | |
8807 | ||
20651e0b | 8808 | DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) |
68ace3e1 KH |
8809 | M: Kevin Hilman <[email protected]> |
8810 | M: Nishanth Menon <[email protected]> | |
8811 | S: Maintained | |
20651e0b | 8812 | F: drivers/power/avs/ |
68ace3e1 KH |
8813 | F: include/linux/power/smartreflex.h |
8814 | L: [email protected] | |
8815 | ||
1da177e4 | 8816 | SMC91x ETHERNET DRIVER |
2f82af08 | 8817 | M: Nicolas Pitre <[email protected]> |
18e2842b | 8818 | S: Odd Fixes |
ae150435 | 8819 | F: drivers/net/ethernet/smsc/smc91x.* |
1da177e4 | 8820 | |
e8e31622 SA |
8821 | SMIA AND SMIA++ IMAGE SENSOR DRIVER |
8822 | M: Sakari Ailus <[email protected]> | |
8823 | L: [email protected] | |
8824 | S: Maintained | |
14430813 | 8825 | F: drivers/media/i2c/smiapp/ |
e8e31622 SA |
8826 | F: include/media/smiapp.h |
8827 | F: drivers/media/i2c/smiapp-pll.c | |
8828 | F: drivers/media/i2c/smiapp-pll.h | |
8829 | ||
920fa1ff GR |
8830 | SMM665 HARDWARE MONITOR DRIVER |
8831 | M: Guenter Roeck <[email protected]> | |
8832 | L: [email protected] | |
8833 | S: Maintained | |
8834 | F: Documentation/hwmon/smm665 | |
8835 | F: drivers/hwmon/smm665.c | |
8836 | ||
9df7305b | 8837 | SMSC EMC2103 HARDWARE MONITOR DRIVER |
90b24cfb | 8838 | M: Steve Glendinning <[email protected]> |
9df7305b | 8839 | L: [email protected] |
90b24cfb | 8840 | S: Maintained |
9df7305b SG |
8841 | F: Documentation/hwmon/emc2103 |
8842 | F: drivers/hwmon/emc2103.c | |
8843 | ||
a98d506c HG |
8844 | SMSC SCH5627 HARDWARE MONITOR DRIVER |
8845 | M: Hans de Goede <[email protected]> | |
8846 | L: [email protected] | |
8847 | S: Supported | |
8848 | F: Documentation/hwmon/sch5627 | |
8849 | F: drivers/hwmon/sch5627.c | |
8850 | ||
6ea884db | 8851 | SMSC47B397 HARDWARE MONITOR DRIVER |
7c81c60f | 8852 | M: Jean Delvare <[email protected]> |
6ea884db MH |
8853 | L: [email protected] |
8854 | S: Maintained | |
679655da JP |
8855 | F: Documentation/hwmon/smsc47b397 |
8856 | F: drivers/hwmon/smsc47b397.c | |
6ea884db | 8857 | |
fd9abb3d | 8858 | SMSC911x ETHERNET DRIVER |
90b24cfb | 8859 | M: Steve Glendinning <[email protected]> |
2cb37728 | 8860 | L: [email protected] |
90b24cfb | 8861 | S: Maintained |
679655da | 8862 | F: include/linux/smsc911x.h |
ae150435 | 8863 | F: drivers/net/ethernet/smsc/smsc911x.* |
2cb37728 SG |
8864 | |
8865 | SMSC9420 PCI ETHERNET DRIVER | |
90b24cfb | 8866 | M: Steve Glendinning <[email protected]> |
fd9abb3d | 8867 | L: [email protected] |
90b24cfb | 8868 | S: Maintained |
ae150435 | 8869 | F: drivers/net/ethernet/smsc/smsc9420.* |
fd9abb3d | 8870 | |
3c8a63e2 | 8871 | SMSC UFX6000 and UFX7000 USB to VGA DRIVER |
90b24cfb | 8872 | M: Steve Glendinning <[email protected]> |
3c8a63e2 | 8873 | L: [email protected] |
90b24cfb | 8874 | S: Maintained |
8a61f013 | 8875 | F: drivers/video/fbdev/smscufx.c |
3c8a63e2 | 8876 | |
668acf32 | 8877 | SOC-CAMERA V4L2 SUBSYSTEM |
8b58be88 | 8878 | M: Guennadi Liakhovetski <[email protected]> |
661263b5 | 8879 | L: [email protected] |
275ffde4 | 8880 | T: git git://linuxtv.org/media_tree.git |
795fb7e7 | 8881 | S: Maintained |
90d72ac6 MCC |
8882 | F: include/media/soc* |
8883 | F: drivers/media/i2c/soc_camera/ | |
8884 | F: drivers/media/platform/soc_camera/ | |
668acf32 | 8885 | |
e2d1d6c0 | 8886 | SOEKRIS NET48XX LED SUPPORT |
8b58be88 | 8887 | M: Chris Boot <[email protected]> |
e2d1d6c0 | 8888 | S: Maintained |
679655da | 8889 | F: drivers/leds/leds-net48xx.c |
e2d1d6c0 | 8890 | |
e3994db1 | 8891 | SOFTLOGIC 6x10 MPEG CODEC |
9661975d AU |
8892 | M: Bluecherry Maintainers <[email protected]> |
8893 | M: Andrey Utkin <[email protected]> | |
8894 | M: Andrey Utkin <[email protected]> | |
e3994db1 JP |
8895 | L: [email protected] |
8896 | S: Supported | |
8897 | F: drivers/media/pci/solo6x10/ | |
8898 | ||
1da177e4 | 8899 | SOFTWARE RAID (Multiple Disks) SUPPORT |
8b58be88 | 8900 | M: Neil Brown <[email protected]> |
1da177e4 | 8901 | L: [email protected] |
524418bb | 8902 | S: Supported |
679655da JP |
8903 | F: drivers/md/ |
8904 | F: include/linux/raid/ | |
c117ab84 | 8905 | F: include/uapi/linux/raid/ |
1da177e4 | 8906 | |
1da177e4 | 8907 | SONIC NETWORK DRIVER |
8b58be88 | 8908 | M: Thomas Bogendoerfer <[email protected]> |
979b6c13 | 8909 | L: [email protected] |
1da177e4 | 8910 | S: Maintained |
d9fb9f38 | 8911 | F: drivers/net/ethernet/natsemi/sonic.* |
1da177e4 | 8912 | |
61e115a5 | 8913 | SONICS SILICON BACKPLANE DRIVER (SSB) |
eb032b98 | 8914 | M: Michael Buesch <[email protected]> |
61e115a5 MB |
8915 | L: [email protected] |
8916 | S: Maintained | |
679655da JP |
8917 | F: drivers/ssb/ |
8918 | F: include/linux/ssb/ | |
61e115a5 | 8919 | |
1da177e4 | 8920 | SONY VAIO CONTROL DEVICE DRIVER |
8b58be88 | 8921 | M: Mattia Dongili <[email protected]> |
d0944853 | 8922 | L: [email protected] |
5b18167d | 8923 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
1da177e4 | 8924 | S: Maintained |
679655da JP |
8925 | F: Documentation/laptops/sony-laptop.txt |
8926 | F: drivers/char/sonypi.c | |
8927 | F: drivers/platform/x86/sony-laptop.c | |
8928 | F: include/linux/sony-laptop.h | |
1da177e4 | 8929 | |
baf8532a | 8930 | SONY MEMORYSTICK CARD SUPPORT |
8b58be88 | 8931 | M: Alex Dubov <[email protected]> |
baf8532a AD |
8932 | W: http://tifmxx.berlios.de/ |
8933 | S: Maintained | |
679655da | 8934 | F: drivers/memstick/host/tifm_ms.c |
baf8532a | 8935 | |
0ab30494 ML |
8936 | SONY MEMORYSTICK STANDARD SUPPORT |
8937 | M: Maxim Levitsky <[email protected]> | |
8938 | S: Maintained | |
8939 | F: drivers/memstick/core/ms_block.* | |
8940 | ||
1da177e4 | 8941 | SOUND |
8b58be88 JP |
8942 | M: Jaroslav Kysela <[email protected]> |
8943 | M: Takashi Iwai <[email protected]> | |
93711660 | 8944 | L: [email protected] (moderated for non-subscribers) |
3126a179 | 8945 | W: http://www.alsa-project.org/ |
dde7ad8d | 8946 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
3126a179 | 8947 | T: git git://git.alsa-project.org/alsa-kernel.git |
ff4a8f32 | 8948 | Q: http://patchwork.kernel.org/project/alsa-devel/list/ |
1da177e4 | 8949 | S: Maintained |
3126a179 JP |
8950 | F: Documentation/sound/ |
8951 | F: include/sound/ | |
c117ab84 | 8952 | F: include/uapi/sound/ |
679655da | 8953 | F: sound/ |
1da177e4 | 8954 | |
33bbe149 MB |
8955 | SOUND - COMPRESSED AUDIO |
8956 | M: Vinod Koul <[email protected]> | |
8957 | L: [email protected] (moderated for non-subscribers) | |
8958 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | |
8959 | S: Supported | |
f672f31a | 8960 | F: Documentation/sound/alsa/compress_offload.txt |
33bbe149 | 8961 | F: include/sound/compress_driver.h |
f672f31a | 8962 | F: include/uapi/sound/compress_* |
33bbe149 MB |
8963 | F: sound/core/compress_offload.c |
8964 | F: sound/soc/soc-compress.c | |
8965 | ||
bd903bde | 8966 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
6b9cf5c2 | 8967 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 8968 | M: Mark Brown <[email protected]> |
86f14df8 | 8969 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
93711660 | 8970 | L: [email protected] (moderated for non-subscribers) |
b0b8daf7 | 8971 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 | 8972 | S: Supported |
2820f615 | 8973 | F: Documentation/sound/alsa/soc/ |
679655da | 8974 | F: sound/soc/ |
e6e55122 | 8975 | F: include/sound/soc* |
eb1a6af3 | 8976 | |
d7f8761b MB |
8977 | SOUND - DMAENGINE HELPERS |
8978 | M: Lars-Peter Clausen <[email protected]> | |
8979 | S: Supported | |
8980 | F: include/sound/dmaengine_pcm.h | |
8981 | F: sound/core/pcm_dmaengine.c | |
8982 | F: sound/soc/soc-generic-dmaengine-pcm.c | |
8983 | ||
990a6a99 OS |
8984 | SP2 MEDIA DRIVER |
8985 | M: Olli Salonen <[email protected]> | |
8986 | L: [email protected] | |
8987 | W: http://linuxtv.org/ | |
8988 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8989 | S: Maintained | |
8990 | F: drivers/media/dvb-frontends/sp2* | |
8991 | ||
473321fc | 8992 | SPARC + UltraSPARC (sparc/sparc64) |
8b58be88 | 8993 | M: "David S. Miller" <[email protected]> |
1da177e4 | 8994 | L: [email protected] |
8a6e2535 | 8995 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ |
08deed1e JP |
8996 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
8997 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
1da177e4 | 8998 | S: Maintained |
679655da | 8999 | F: arch/sparc/ |
7765b8bb | 9000 | F: drivers/sbus/ |
1da177e4 | 9001 | |
6404fcca DM |
9002 | SPARC SERIAL DRIVERS |
9003 | M: "David S. Miller" <[email protected]> | |
9004 | L: [email protected] | |
08deed1e JP |
9005 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
9006 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
6404fcca | 9007 | S: Maintained |
6816383a | 9008 | F: include/linux/sunserialcore.h |
df621252 | 9009 | F: drivers/tty/serial/suncore.c |
df621252 GKH |
9010 | F: drivers/tty/serial/sunhv.c |
9011 | F: drivers/tty/serial/sunsab.c | |
9012 | F: drivers/tty/serial/sunsab.h | |
9013 | F: drivers/tty/serial/sunsu.c | |
9014 | F: drivers/tty/serial/sunzilog.c | |
9015 | F: drivers/tty/serial/sunzilog.h | |
6404fcca | 9016 | |
389325b4 CL |
9017 | SPARSE CHECKER |
9018 | M: "Christopher Li" <[email protected]> | |
9019 | L: [email protected] | |
9020 | W: https://sparse.wiki.kernel.org/ | |
9021 | T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git | |
9022 | T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git | |
9023 | S: Maintained | |
9024 | F: include/linux/compiler.h | |
9025 | ||
fc0c195a | 9026 | SPEAR PLATFORM SUPPORT |
2d8a3b3d | 9027 | M: Viresh Kumar <[email protected]> |
9cc23682 | 9028 | M: Shiraz Hashim <[email protected]> |
fbfa0748 VK |
9029 | L: [email protected] |
9030 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
9031 | W: http://www.st.com/spear |
9032 | S: Maintained | |
281e192f | 9033 | F: arch/arm/mach-spear/ |
fc0c195a VK |
9034 | |
9035 | SPEAR CLOCK FRAMEWORK SUPPORT | |
2d8a3b3d | 9036 | M: Viresh Kumar <[email protected]> |
fbfa0748 VK |
9037 | L: [email protected] |
9038 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
9039 | W: http://www.st.com/spear |
9040 | S: Maintained | |
5df33a62 | 9041 | F: drivers/clk/spear/ |
fc0c195a | 9042 | |
e2d1d6c0 | 9043 | SPI SUBSYSTEM |
b02e48f2 | 9044 | M: Mark Brown <[email protected]> |
dfbe403c | 9045 | L: [email protected] |
e7e4e13c | 9046 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
8a6e2535 | 9047 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
e2d1d6c0 | 9048 | S: Maintained |
679655da JP |
9049 | F: Documentation/spi/ |
9050 | F: drivers/spi/ | |
9051 | F: include/linux/spi/ | |
c117ab84 | 9052 | F: include/uapi/linux/spi/ |
e2d1d6c0 | 9053 | |
2752e401 | 9054 | SPIDERNET NETWORK DRIVER for CELL |
8b58be88 JP |
9055 | M: Ishizaki Kou <[email protected]> |
9056 | M: Jens Osterkamp <[email protected]> | |
2752e401 JL |
9057 | L: [email protected] |
9058 | S: Supported | |
679655da | 9059 | F: Documentation/networking/spider_net.txt |
8df158ac | 9060 | F: drivers/net/ethernet/toshiba/spider_net* |
2752e401 | 9061 | |
e2d1d6c0 | 9062 | SPU FILE SYSTEM |
8b58be88 | 9063 | M: Jeremy Kerr <[email protected]> |
a4724ed6 SR |
9064 | L: [email protected] |
9065 | L: [email protected] | |
e2d1d6c0 RD |
9066 | W: http://www.ibm.com/developerworks/power/cell/ |
9067 | S: Supported | |
679655da JP |
9068 | F: Documentation/filesystems/spufs.txt |
9069 | F: arch/powerpc/platforms/cell/spufs/ | |
e2d1d6c0 | 9070 | |
fc555841 | 9071 | SQUASHFS FILE SYSTEM |
d7f2ff67 | 9072 | M: Phillip Lougher <[email protected]> |
fc555841 PL |
9073 | L: [email protected] (subscribers-only) |
9074 | W: http://squashfs.org.uk | |
9075 | S: Maintained | |
679655da JP |
9076 | F: Documentation/filesystems/squashfs.txt |
9077 | F: fs/squashfs/ | |
fc555841 | 9078 | |
1da177e4 | 9079 | SRM (Alpha) environment access |
8b58be88 | 9080 | M: Jan-Benedict Glaw <[email protected]> |
1da177e4 | 9081 | S: Maintained |
679655da | 9082 | F: arch/alpha/kernel/srm_env.c |
1da177e4 | 9083 | |
26e9a397 | 9084 | STABLE BRANCH |
879a5a00 | 9085 | M: Greg Kroah-Hartman <[email protected]> |
bc7a2f3a | 9086 | L: [email protected] |
879a5a00 | 9087 | S: Supported |
7b175c46 | 9088 | F: Documentation/stable_kernel_rules.txt |
e2d1d6c0 | 9089 | |
26e9a397 | 9090 | STAGING SUBSYSTEM |
879a5a00 | 9091 | M: Greg Kroah-Hartman <[email protected]> |
630081fd | 9092 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
1c6ccf62 | 9093 | L: [email protected] |
879a5a00 | 9094 | S: Supported |
679655da | 9095 | F: drivers/staging/ |
dbc6c2cc | 9096 | |
ebd3d010 JP |
9097 | STAGING - COMEDI |
9098 | M: Ian Abbott <[email protected]> | |
81b884c9 | 9099 | M: H Hartley Sweeten <[email protected]> |
ebd3d010 JP |
9100 | S: Odd Fixes |
9101 | F: drivers/staging/comedi/ | |
9102 | ||
a0138163 JP |
9103 | STAGING - FLARION FT1000 DRIVERS |
9104 | M: Marek Belisko <[email protected]> | |
9105 | S: Odd Fixes | |
9106 | F: drivers/staging/ft1000/ | |
9107 | ||
6c1bb424 | 9108 | STAGING - INDUSTRIAL IO |
030a13d7 | 9109 | M: Jonathan Cameron <[email protected]> |
a0138163 | 9110 | L: [email protected] |
6c1bb424 JP |
9111 | S: Odd Fixes |
9112 | F: drivers/staging/iio/ | |
9113 | ||
a0138163 JP |
9114 | STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS |
9115 | M: Jarod Wilson <[email protected]> | |
9116 | W: http://www.lirc.org/ | |
9117 | S: Odd Fixes | |
b2b0186d | 9118 | F: drivers/staging/media/lirc/ |
a0138163 | 9119 | |
f5e5de1e OD |
9120 | STAGING - LUSTRE PARALLEL FILESYSTEM |
9121 | M: Oleg Drokin <[email protected]> | |
9122 | M: Andreas Dilger <[email protected]> | |
9123 | L: [email protected] (moderated for non-subscribers) | |
9124 | W: http://lustre.opensfs.org/ | |
9125 | S: Maintained | |
9126 | F: drivers/staging/lustre | |
9127 | ||
7c6b6c71 | 9128 | STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) |
b8125382 | 9129 | M: Julian Andres Klode <[email protected]> |
7c6b6c71 MD |
9130 | M: Marc Dietrich <[email protected]> |
9131 | L: [email protected] (moderated for non-subscribers) | |
5d96bf4d | 9132 | L: [email protected] |
7c6b6c71 MD |
9133 | S: Maintained |
9134 | F: drivers/staging/nvec/ | |
9135 | ||
a0138163 | 9136 | STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON) |
3140b458 JF |
9137 | M: Jens Frederich <[email protected]> |
9138 | M: Daniel Drake <[email protected]> | |
a0138163 JP |
9139 | M: Jon Nettleton <[email protected]> |
9140 | W: http://wiki.laptop.org/go/DCON | |
3140b458 | 9141 | S: Maintained |
a0138163 JP |
9142 | F: drivers/staging/olpc_dcon/ |
9143 | ||
94cfdd15 | 9144 | STAGING - OZMO DEVICES USB OVER WIFI DRIVER |
96747a8f | 9145 | M: Shigekatsu Tateno <[email protected]> |
94cfdd15 CK |
9146 | S: Maintained |
9147 | F: drivers/staging/ozwpan/ | |
9148 | ||
a0138163 | 9149 | STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER |
29e7017b JP |
9150 | M: Willy Tarreau <[email protected]> |
9151 | S: Odd Fixes | |
9152 | F: drivers/staging/panel/ | |
9153 | ||
a0138163 JP |
9154 | STAGING - REALTEK RTL8712U DRIVERS |
9155 | M: Larry Finger <[email protected]> | |
9156 | M: Florian Schilhabel <[email protected]>. | |
9157 | S: Odd Fixes | |
9158 | F: drivers/staging/rtl8712/ | |
9159 | ||
7591ba8b JS |
9160 | STAGING - REALTEK RTL8723U WIRELESS DRIVER |
9161 | M: Larry Finger <[email protected]> | |
9162 | M: Jes Sorensen <[email protected]> | |
9163 | L: [email protected] | |
9164 | S: Maintained | |
9165 | F: drivers/staging/rtl8723au/ | |
9166 | ||
510fa408 JP |
9167 | STAGING - SLICOSS |
9168 | M: Lior Dotan <[email protected]> | |
9169 | M: Christopher Harrer <[email protected]> | |
9170 | S: Odd Fixes | |
9171 | F: drivers/staging/slicoss/ | |
9172 | ||
a0138163 JP |
9173 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
9174 | M: William Hubbs <[email protected]> | |
9175 | M: Chris Brannon <[email protected]> | |
d33bce31 | 9176 | M: Kirk Reiser <[email protected]> |
a0138163 | 9177 | M: Samuel Thibault <[email protected]> |
e6a152ef | 9178 | L: [email protected] |
a0138163 JP |
9179 | W: http://www.linux-speakup.org/ |
9180 | S: Odd Fixes | |
9181 | F: drivers/staging/speakup/ | |
9182 | ||
b3e871ce JP |
9183 | STAGING - VIA VT665X DRIVERS |
9184 | M: Forest Bond <[email protected]> | |
9185 | S: Odd Fixes | |
9186 | F: drivers/staging/vt665?/ | |
9187 | ||
709bcb07 | 9188 | STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER |
3e39e66e | 9189 | M: Arnaud Patard <[email protected]> |
709bcb07 JP |
9190 | S: Odd Fixes |
9191 | F: drivers/staging/xgifb/ | |
9192 | ||
1da177e4 | 9193 | STARFIRE/DURALAN NETWORK DRIVER |
8b58be88 | 9194 | M: Ion Badulescu <[email protected]> |
b4f90189 | 9195 | S: Odd Fixes |
9bba23b0 | 9196 | F: drivers/net/ethernet/adaptec/starfire* |
1da177e4 | 9197 | |
e2d1d6c0 | 9198 | SUN3/3X |
8b58be88 | 9199 | M: Sam Creasey <[email protected]> |
e2d1d6c0 RD |
9200 | W: http://sammy.net/sun3/ |
9201 | S: Maintained | |
679655da JP |
9202 | F: arch/m68k/kernel/*sun3* |
9203 | F: arch/m68k/sun3*/ | |
9204 | F: arch/m68k/include/asm/sun3* | |
e689cf4a | 9205 | F: drivers/net/ethernet/i825xx/sun3* |
e2d1d6c0 | 9206 | |
2bc9ff01 DK |
9207 | SUNDANCE NETWORK DRIVER |
9208 | M: Denis Kirjanov <[email protected]> | |
9209 | L: [email protected] | |
9210 | S: Maintained | |
9211 | F: drivers/net/ethernet/dlink/sundance.c | |
9212 | ||
2cbb12a4 | 9213 | SUPERH |
2cbb12a4 | 9214 | L: [email protected] |
1da177e4 | 9215 | W: http://www.linux-sh.org |
8a6e2535 | 9216 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
dcaa57d5 | 9217 | S: Orphan |
066069e1 | 9218 | F: Documentation/sh/ |
679655da | 9219 | F: arch/sh/ |
066069e1 | 9220 | F: drivers/sh/ |
1da177e4 | 9221 | |
4480f15b | 9222 | SUSPEND TO RAM |
7fb06082 | 9223 | M: "Rafael J. Wysocki" <[email protected]> |
8b58be88 JP |
9224 | M: Len Brown <[email protected]> |
9225 | M: Pavel Machek <[email protected]> | |
bf1c138e | 9226 | L: [email protected] |
e2d1d6c0 | 9227 | S: Supported |
679655da JP |
9228 | F: Documentation/power/ |
9229 | F: arch/x86/kernel/acpi/ | |
9230 | F: drivers/base/power/ | |
9231 | F: kernel/power/ | |
9232 | F: include/linux/suspend.h | |
9233 | F: include/linux/freezer.h | |
9234 | F: include/linux/pm.h | |
1da177e4 LT |
9235 | |
9236 | SVGA HANDLING | |
8b58be88 | 9237 | M: Martin Mares <[email protected]> |
1da177e4 LT |
9238 | L: [email protected] |
9239 | S: Maintained | |
679655da JP |
9240 | F: Documentation/svga.txt |
9241 | F: arch/x86/boot/video* | |
1da177e4 | 9242 | |
6e28b761 KRW |
9243 | SWIOTLB SUBSYSTEM |
9244 | M: Konrad Rzeszutek Wilk <[email protected]> | |
9245 | L: [email protected] | |
9246 | S: Supported | |
9247 | F: lib/swiotlb.c | |
9248 | F: arch/*/kernel/pci-swiotlb.c | |
9249 | F: include/linux/swiotlb.h | |
9250 | ||
007f790c JP |
9251 | SWITCHDEV |
9252 | M: Jiri Pirko <[email protected]> | |
9253 | L: [email protected] | |
9254 | S: Supported | |
9255 | F: net/switchdev/ | |
9256 | F: include/net/switchdev.h | |
9257 | ||
db8e35d5 VG |
9258 | SYNOPSYS ARC ARCHITECTURE |
9259 | M: Vineet Gupta <[email protected]> | |
db8e35d5 VG |
9260 | S: Supported |
9261 | F: arch/arc/ | |
6659a20a | 9262 | F: Documentation/devicetree/bindings/arc/ |
c6a0fe4a | 9263 | F: drivers/tty/serial/arc_uart.c |
db8e35d5 | 9264 | |
1da177e4 | 9265 | SYSV FILESYSTEM |
8b58be88 | 9266 | M: Christoph Hellwig <[email protected]> |
1da177e4 | 9267 | S: Maintained |
679655da JP |
9268 | F: Documentation/filesystems/sysv-fs.txt |
9269 | F: fs/sysv/ | |
9270 | F: include/linux/sysv_fs.h | |
1da177e4 | 9271 | |
86cfa7fc NB |
9272 | TARGET SUBSYSTEM |
9273 | M: Nicholas A. Bellinger <[email protected]> | |
9274 | L: [email protected] | |
b9f5edc2 | 9275 | L: [email protected] |
86cfa7fc | 9276 | W: http://www.linux-iscsi.org |
cf015e9f | 9277 | W: http://groups.google.com/group/linux-iscsi-target-dev |
452cf324 | 9278 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
86cfa7fc NB |
9279 | S: Supported |
9280 | F: drivers/target/ | |
9281 | F: include/target/ | |
9282 | F: Documentation/target/ | |
9283 | ||
4e68852d | 9284 | TASKSTATS STATISTICS INTERFACE |
185e595f | 9285 | M: Balbir Singh <[email protected]> |
4e68852d | 9286 | S: Maintained |
679655da JP |
9287 | F: Documentation/accounting/taskstats* |
9288 | F: include/linux/taskstats* | |
9289 | F: kernel/taskstats.c | |
4e68852d | 9290 | |
781b456a | 9291 | TC CLASSIFIER |
f935f3f8 | 9292 | M: Jamal Hadi Salim <[email protected]> |
781b456a SH |
9293 | L: [email protected] |
9294 | S: Maintained | |
679655da | 9295 | F: include/net/pkt_cls.h |
c117ab84 | 9296 | F: include/uapi/linux/pkt_cls.h |
679655da | 9297 | F: net/sched/ |
781b456a | 9298 | |
5067f08a | 9299 | TCP LOW PRIORITY MODULE |
8b58be88 JP |
9300 | M: "Wong Hoi Sing, Edison" <[email protected]> |
9301 | M: "Hung Hing Lun, Mike" <[email protected]> | |
5067f08a WHSE |
9302 | W: http://tcp-lp-mod.sourceforge.net/ |
9303 | S: Maintained | |
679655da | 9304 | F: net/ipv4/tcp_lp.c |
5067f08a | 9305 | |
91952bc0 AP |
9306 | TDA10071 MEDIA DRIVER |
9307 | M: Antti Palosaari <[email protected]> | |
9308 | L: [email protected] | |
9309 | W: http://linuxtv.org/ | |
9310 | W: http://palosaari.fi/linux/ | |
9311 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9312 | T: git git://linuxtv.org/anttip/media_tree.git | |
9313 | S: Maintained | |
9314 | F: drivers/media/dvb-frontends/tda10071* | |
9315 | ||
9316 | TDA18212 MEDIA DRIVER | |
9317 | M: Antti Palosaari <[email protected]> | |
9318 | L: [email protected] | |
9319 | W: http://linuxtv.org/ | |
9320 | W: http://palosaari.fi/linux/ | |
9321 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9322 | T: git git://linuxtv.org/anttip/media_tree.git | |
9323 | S: Maintained | |
9324 | F: drivers/media/tuners/tda18212* | |
9325 | ||
9326 | TDA18218 MEDIA DRIVER | |
9327 | M: Antti Palosaari <[email protected]> | |
9328 | L: [email protected] | |
9329 | W: http://linuxtv.org/ | |
9330 | W: http://palosaari.fi/linux/ | |
9331 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9332 | T: git git://linuxtv.org/anttip/media_tree.git | |
9333 | S: Maintained | |
9334 | F: drivers/media/tuners/tda18218* | |
9335 | ||
3b2f6aba MK |
9336 | TDA18271 MEDIA DRIVER |
9337 | M: Michael Krufky <[email protected]> | |
9338 | L: [email protected] | |
9339 | W: http://linuxtv.org/ | |
9340 | W: http://github.com/mkrufky | |
9341 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9342 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9343 | S: Maintained | |
9344 | F: drivers/media/tuners/tda18271* | |
9345 | ||
e48307a9 MK |
9346 | TDA827x MEDIA DRIVER |
9347 | M: Michael Krufky <[email protected]> | |
9348 | L: [email protected] | |
9349 | W: http://linuxtv.org/ | |
9350 | W: http://github.com/mkrufky | |
9351 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9352 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9353 | S: Maintained | |
9354 | F: drivers/media/tuners/tda8290.* | |
9355 | ||
66cf9212 MK |
9356 | TDA8290 MEDIA DRIVER |
9357 | M: Michael Krufky <[email protected]> | |
9358 | L: [email protected] | |
9359 | W: http://linuxtv.org/ | |
9360 | W: http://github.com/mkrufky | |
9361 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9362 | T: git git://linuxtv.org/mkrufky/tuners.git | |
9363 | S: Maintained | |
9364 | F: drivers/media/tuners/tda8290.* | |
9365 | ||
4b9fba30 HV |
9366 | TDA9840 MEDIA DRIVER |
9367 | M: Hans Verkuil <[email protected]> | |
9368 | L: [email protected] | |
9369 | T: git git://linuxtv.org/media_tree.git | |
9370 | W: http://linuxtv.org | |
9371 | S: Maintained | |
9372 | F: drivers/media/i2c/tda9840* | |
9373 | ||
2cb654fd | 9374 | TEA5761 TUNER DRIVER |
009a5410 | 9375 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
9376 | L: [email protected] |
9377 | W: http://linuxtv.org | |
9378 | T: git git://linuxtv.org/media_tree.git | |
9379 | S: Odd fixes | |
9380 | F: drivers/media/tuners/tea5761.* | |
9381 | ||
9382 | TEA5767 TUNER DRIVER | |
009a5410 | 9383 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
9384 | L: [email protected] |
9385 | W: http://linuxtv.org | |
9386 | T: git git://linuxtv.org/media_tree.git | |
9387 | S: Maintained | |
9388 | F: drivers/media/tuners/tea5767.* | |
9389 | ||
4b9fba30 HV |
9390 | TEA6415C MEDIA DRIVER |
9391 | M: Hans Verkuil <[email protected]> | |
9392 | L: [email protected] | |
9393 | T: git git://linuxtv.org/media_tree.git | |
9394 | W: http://linuxtv.org | |
9395 | S: Maintained | |
9396 | F: drivers/media/i2c/tea6415c* | |
9397 | ||
9398 | TEA6420 MEDIA DRIVER | |
9399 | M: Hans Verkuil <[email protected]> | |
9400 | L: [email protected] | |
9401 | T: git git://linuxtv.org/media_tree.git | |
9402 | W: http://linuxtv.org | |
9403 | S: Maintained | |
9404 | F: drivers/media/i2c/tea6420* | |
9405 | ||
3d249d4c | 9406 | TEAM DRIVER |
dca9ab92 | 9407 | M: Jiri Pirko <[email protected]> |
3d249d4c JP |
9408 | L: [email protected] |
9409 | S: Supported | |
9410 | F: drivers/net/team/ | |
9411 | F: include/linux/if_team.h | |
c117ab84 | 9412 | F: include/uapi/linux/if_team.h |
3d249d4c | 9413 | |
7d029125 VD |
9414 | TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT |
9415 | M: Savoir-faire Linux Inc. <[email protected]> | |
9416 | S: Maintained | |
9417 | F: arch/x86/platform/ts5500/ | |
9418 | ||
40ad4a30 SY |
9419 | TECHNOTREND USB IR RECEIVER |
9420 | M: Sean Young <[email protected]> | |
9421 | L: [email protected] | |
9422 | S: Maintained | |
9423 | F: drivers/media/rc/ttusbir.c | |
9424 | ||
adabdb0c | 9425 | TEGRA ARCHITECTURE SUPPORT |
243d58ec | 9426 | M: Stephen Warren <[email protected]> |
adabdb0c | 9427 | M: Thierry Reding <[email protected]> |
554077c5 | 9428 | M: Alexandre Courbot <[email protected]> |
84b9414b | 9429 | L: [email protected] |
fd117cd1 | 9430 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
b779b88d | 9431 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git |
84b9414b | 9432 | S: Supported |
bbbe96ed | 9433 | N: [^a-z]tegra |
84b9414b | 9434 | |
adabdb0c SW |
9435 | TEGRA CLOCK DRIVER |
9436 | M: Peter De Schrijver <[email protected]> | |
9437 | M: Prashant Gaikwad <[email protected]> | |
9438 | S: Supported | |
9439 | F: drivers/clk/tegra/ | |
9440 | ||
9441 | TEGRA DMA DRIVER | |
9442 | M: Laxman Dewangan <[email protected]> | |
9443 | S: Supported | |
9444 | F: drivers/dma/tegra20-apb-dma.c | |
9445 | ||
adabdb0c SW |
9446 | TEGRA I2C DRIVER |
9447 | M: Laxman Dewangan <[email protected]> | |
9448 | S: Supported | |
9449 | F: drivers/i2c/busses/i2c-tegra.c | |
9450 | ||
9451 | TEGRA IOMMU DRIVERS | |
9452 | M: Hiroshi Doyu <[email protected]> | |
9453 | S: Supported | |
9454 | F: drivers/iommu/tegra* | |
9455 | ||
9456 | TEGRA KBC DRIVER | |
9457 | M: Rakesh Iyer <[email protected]> | |
9458 | M: Laxman Dewangan <[email protected]> | |
9459 | S: Supported | |
9460 | F: drivers/input/keyboard/tegra-kbc.c | |
9461 | ||
adabdb0c SW |
9462 | TEGRA PWM DRIVER |
9463 | M: Thierry Reding <[email protected]> | |
9464 | S: Supported | |
9465 | F: drivers/pwm/pwm-tegra.c | |
9466 | ||
9467 | TEGRA SERIAL DRIVER | |
9468 | M: Laxman Dewangan <[email protected]> | |
9469 | S: Supported | |
9470 | F: drivers/tty/serial/serial-tegra.c | |
9471 | ||
9472 | TEGRA SPI DRIVER | |
9473 | M: Laxman Dewangan <[email protected]> | |
9474 | S: Supported | |
9475 | F: drivers/spi/spi-tegra* | |
9476 | ||
1a348ccc | 9477 | TEHUTI ETHERNET DRIVER |
8b58be88 | 9478 | M: Andy Gospodarek <[email protected]> |
1a348ccc AG |
9479 | L: [email protected] |
9480 | S: Supported | |
ef7f5429 | 9481 | F: drivers/net/ethernet/tehuti/* |
1a348ccc | 9482 | |
4e68852d | 9483 | Telecom Clock Driver for MCPL0010 |
8b58be88 | 9484 | M: Mark Gross <[email protected]> |
4e68852d | 9485 | S: Supported |
679655da | 9486 | F: drivers/char/tlclk.c |
4e68852d | 9487 | |
4480f15b | 9488 | TENSILICA XTENSA PORT (xtensa) |
8b58be88 | 9489 | M: Chris Zankel <[email protected]> |
f959ed2f CZ |
9490 | M: Max Filippov <[email protected]> |
9491 | L: [email protected] | |
4e68852d | 9492 | S: Maintained |
679655da | 9493 | F: arch/xtensa/ |
3dc99857 | 9494 | F: drivers/irqchip/irq-xtensa-* |
4e68852d | 9495 | |
5313ba66 HV |
9496 | THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER |
9497 | M: Hans Verkuil <[email protected]> | |
9498 | L: [email protected] | |
9499 | T: git git://linuxtv.org/media_tree.git | |
9500 | W: http://linuxtv.org | |
9501 | S: Maintained | |
9502 | F: drivers/media/radio/radio-raremono.c | |
9503 | ||
d3fb6955 | 9504 | THERMAL |
b75f0050 | 9505 | M: Zhang Rui <[email protected]> |
f14d1c24 | 9506 | M: Eduardo Valentin <[email protected]> |
b75f0050 JP |
9507 | L: [email protected] |
9508 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | |
9509 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git | |
9510 | Q: https://patchwork.kernel.org/project/linux-pm/list/ | |
9511 | S: Supported | |
9512 | F: drivers/thermal/ | |
9513 | F: include/linux/thermal.h | |
af6c9f16 | 9514 | F: include/uapi/linux/thermal.h |
b75f0050 JP |
9515 | F: include/linux/cpu_cooling.h |
9516 | F: Documentation/devicetree/bindings/thermal/ | |
d3fb6955 | 9517 | |
30ba2fbd VD |
9518 | THINGM BLINK(1) USB RGB LED DRIVER |
9519 | M: Vivien Didelot <[email protected]> | |
9520 | S: Maintained | |
9521 | F: drivers/hid/hid-thingm.c | |
9522 | ||
4e68852d | 9523 | THINKPAD ACPI EXTRAS DRIVER |
8b58be88 | 9524 | M: Henrique de Moraes Holschuh <[email protected]> |
4e68852d | 9525 | L: [email protected] |
d0944853 | 9526 | L: [email protected] |
4e68852d AC |
9527 | W: http://ibm-acpi.sourceforge.net |
9528 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
54e5881d | 9529 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4e68852d | 9530 | S: Maintained |
679655da | 9531 | F: drivers/platform/x86/thinkpad_acpi.c |
4e68852d | 9532 | |
1b46f2a2 | 9533 | TI BANDGAP AND THERMAL DRIVER |
f14d1c24 | 9534 | M: Eduardo Valentin <[email protected]> |
1b46f2a2 | 9535 | L: [email protected] |
794b2e25 EV |
9536 | S: Supported |
9537 | F: drivers/thermal/ti-soc-thermal/ | |
1b46f2a2 | 9538 | |
49b6a5e3 TK |
9539 | TI CLOCK DRIVER |
9540 | M: Tero Kristo <[email protected]> | |
9541 | L: [email protected] | |
9542 | S: Maintained | |
9543 | F: drivers/clk/ti/ | |
9544 | F: include/linux/clk/ti.h | |
9545 | ||
4020f2d7 | 9546 | TI FLASH MEDIA INTERFACE DRIVER |
8b58be88 | 9547 | M: Alex Dubov <[email protected]> |
795fb7e7 | 9548 | S: Maintained |
679655da JP |
9549 | F: drivers/misc/tifm* |
9550 | F: drivers/mmc/host/tifm_sd.c | |
9551 | F: include/linux/tifm.h | |
4020f2d7 | 9552 | |
e0c52404 | 9553 | TI KEYSTONE MULTICORE NAVIGATOR DRIVERS |
97215800 | 9554 | M: Santosh Shilimkar <[email protected]> |
e0c52404 SS |
9555 | L: [email protected] |
9556 | L: [email protected] (moderated for non-subscribers) | |
9557 | S: Maintained | |
9558 | F: drivers/soc/ti/* | |
9559 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git | |
9560 | ||
9561 | ||
152ad442 SR |
9562 | TI LM49xxx FAMILY ASoC CODEC DRIVERS |
9563 | M: M R Swami Reddy <[email protected]> | |
d392dead | 9564 | M: Vishwas A Deshpande <[email protected]> |
152ad442 SR |
9565 | L: [email protected] (moderated for non-subscribers) |
9566 | S: Maintained | |
9567 | F: sound/soc/codecs/lm49453* | |
d392dead | 9568 | F: sound/soc/codecs/isabelle* |
152ad442 | 9569 | |
0edd807d KM |
9570 | TI LP855x BACKLIGHT DRIVER |
9571 | M: Milo Kim <[email protected]> | |
9572 | S: Maintained | |
9573 | F: Documentation/backlight/lp855x-driver.txt | |
9574 | F: drivers/video/backlight/lp855x_bl.c | |
9575 | F: include/linux/platform_data/lp855x.h | |
9576 | ||
faf13f6d KM |
9577 | TI LP8727 CHARGER DRIVER |
9578 | M: Milo Kim <[email protected]> | |
9579 | S: Maintained | |
9580 | F: drivers/power/lp8727_charger.c | |
9581 | F: include/linux/platform_data/lp8727.h | |
9582 | ||
22f1229f KM |
9583 | TI LP8788 MFD DRIVER |
9584 | M: Milo Kim <[email protected]> | |
9585 | S: Maintained | |
9586 | F: drivers/iio/adc/lp8788_adc.c | |
9587 | F: drivers/leds/leds-lp8788.c | |
9588 | F: drivers/mfd/lp8788*.c | |
9589 | F: drivers/power/lp8788-charger.c | |
9590 | F: drivers/regulator/lp8788-*.c | |
9591 | F: include/linux/mfd/lp8788*.h | |
9592 | ||
dd5e8e6b | 9593 | TI TWL4030 SERIES SOC CODEC DRIVER |
3be79d13 | 9594 | M: Peter Ujfalusi <[email protected]> |
dd5e8e6b PU |
9595 | L: [email protected] (moderated for non-subscribers) |
9596 | S: Maintained | |
9597 | F: sound/soc/codecs/twl4030* | |
9598 | ||
90921014 | 9599 | TI WILINK WIRELESS DRIVERS |
90921014 LC |
9600 | L: [email protected] |
9601 | W: http://wireless.kernel.org/en/users/Drivers/wl12xx | |
9602 | W: http://wireless.kernel.org/en/users/Drivers/wl1251 | |
9603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | |
22d072f6 | 9604 | S: Orphan |
90921014 LC |
9605 | F: drivers/net/wireless/ti/ |
9606 | F: include/linux/wl12xx.h | |
9607 | ||
e86eaa3a | 9608 | TIPC NETWORK LAYER |
8b58be88 JP |
9609 | M: Jon Maloy <[email protected]> |
9610 | M: Allan Stephens <[email protected]> | |
633d2bde AS |
9611 | L: [email protected] (core kernel code) |
9612 | L: [email protected] (user apps, general discussion) | |
e86eaa3a | 9613 | W: http://tipc.sourceforge.net/ |
e86eaa3a | 9614 | S: Maintained |
c117ab84 | 9615 | F: include/uapi/linux/tipc*.h |
679655da | 9616 | F: net/tipc/ |
e86eaa3a | 9617 | |
867e359b | 9618 | TILE ARCHITECTURE |
c47b15c4 | 9619 | M: Chris Metcalf <[email protected]> |
867e359b CM |
9620 | W: http://www.tilera.com/scm/ |
9621 | S: Supported | |
9622 | F: arch/tile/ | |
6b940606 | 9623 | F: drivers/char/tile-srom.c |
5c770755 | 9624 | F: drivers/edac/tile_edac.c |
6b940606 CM |
9625 | F: drivers/net/ethernet/tile/ |
9626 | F: drivers/rtc/rtc-tile.c | |
9627 | F: drivers/tty/hvc/hvc_tile.c | |
b5c6c1a7 | 9628 | F: drivers/tty/serial/tilegx.c |
6b940606 CM |
9629 | F: drivers/usb/host/*-tilegx.c |
9630 | F: include/linux/usb/tilegx.h | |
867e359b | 9631 | |
1da177e4 | 9632 | TLAN NETWORK DRIVER |
8b58be88 | 9633 | M: Samuel Chessman <[email protected]> |
88c07dde | 9634 | L: [email protected] (subscribers-only) |
1da177e4 LT |
9635 | W: http://sourceforge.net/projects/tlan/ |
9636 | S: Maintained | |
679655da | 9637 | F: Documentation/networking/tlan.txt |
b544dbac | 9638 | F: drivers/net/ethernet/ti/tlan.* |
1da177e4 | 9639 | |
d74db3b2 | 9640 | TOMOYO SECURITY MODULE |
8b58be88 JP |
9641 | M: Kentaro Takeda <[email protected]> |
9642 | M: Tetsuo Handa <[email protected]> | |
d03a5d88 TH |
9643 | L: [email protected] (subscribers-only, for developers in English) |
9644 | L: [email protected] (subscribers-only, for users in English) | |
d74db3b2 KT |
9645 | L: [email protected] (subscribers-only, for developers in Japanese) |
9646 | L: [email protected] (subscribers-only, for users in Japanese) | |
9647 | W: http://tomoyo.sourceforge.jp/ | |
843d183c | 9648 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ |
d74db3b2 | 9649 | S: Maintained |
679655da | 9650 | F: security/tomoyo/ |
d74db3b2 | 9651 | |
9caeb532 | 9652 | TOPSTAR LAPTOP EXTRAS DRIVER |
9f0939bf | 9653 | M: Herton Ronaldo Krzesinski <[email protected]> |
d0944853 | 9654 | L: [email protected] |
9caeb532 HRK |
9655 | S: Maintained |
9656 | F: drivers/platform/x86/topstar-laptop.c | |
9657 | ||
1da177e4 | 9658 | TOSHIBA ACPI EXTRAS DRIVER |
d0944853 | 9659 | L: [email protected] |
15065531 | 9660 | S: Orphan |
679655da | 9661 | F: drivers/platform/x86/toshiba_acpi.c |
1da177e4 LT |
9662 | |
9663 | TOSHIBA SMM DRIVER | |
8b58be88 | 9664 | M: Jonathan Buzzard <[email protected]> |
1da177e4 LT |
9665 | L: [email protected] |
9666 | W: http://www.buzzard.org.uk/toshiba/ | |
9667 | S: Maintained | |
679655da JP |
9668 | F: drivers/char/toshiba.c |
9669 | F: include/linux/toshiba.h | |
c117ab84 | 9670 | F: include/uapi/linux/toshiba.h |
1da177e4 | 9671 | |
d719f900 | 9672 | TMIO MMC DRIVER |
252f29a9 | 9673 | M: Ian Molton <[email protected]> |
d1057c40 | 9674 | L: [email protected] |
d719f900 | 9675 | S: Maintained |
d1057c40 GL |
9676 | F: drivers/mmc/host/tmio_mmc* |
9677 | F: drivers/mmc/host/sh_mobile_sdhi.c | |
9678 | F: include/linux/mmc/tmio.h | |
9679 | F: include/linux/mmc/sh_mobile_sdhi.h | |
d719f900 | 9680 | |
917cc4e6 GR |
9681 | TMP401 HARDWARE MONITOR DRIVER |
9682 | M: Guenter Roeck <[email protected]> | |
9683 | L: [email protected] | |
9684 | S: Maintained | |
9685 | F: Documentation/hwmon/tmp401 | |
9686 | F: drivers/hwmon/tmp401.c | |
9687 | ||
98f32602 | 9688 | TMPFS (SHMEM FILESYSTEM) |
bfcc6e2e | 9689 | M: Hugh Dickins <[email protected]> |
98f32602 HD |
9690 | L: [email protected] |
9691 | S: Maintained | |
9692 | F: include/linux/shmem_fs.h | |
9693 | F: mm/shmem.c | |
9694 | ||
45f95b53 | 9695 | TM6000 VIDEO4LINUX DRIVER |
009a5410 | 9696 | M: Mauro Carvalho Chehab <[email protected]> |
45f95b53 MCC |
9697 | L: [email protected] |
9698 | W: http://linuxtv.org | |
9699 | T: git git://linuxtv.org/media_tree.git | |
9700 | S: Odd fixes | |
9701 | F: drivers/media/usb/tm6000/ | |
9702 | ||
c65fde19 HV |
9703 | TW68 VIDEO4LINUX DRIVER |
9704 | M: Hans Verkuil <[email protected]> | |
9705 | L: [email protected] | |
9706 | T: git git://linuxtv.org/media_tree.git | |
9707 | W: http://linuxtv.org | |
9708 | S: Odd Fixes | |
9709 | F: drivers/media/pci/tw68/ | |
9710 | ||
4e68852d | 9711 | TPM DEVICE DRIVER |
901486b8 | 9712 | M: Peter Huewe <[email protected]> |
383dec1f | 9713 | M: Ashley Lai <[email protected]> |
cbb2d5e4 | 9714 | M: Marcel Selhorst <[email protected]> |
383dec1f | 9715 | W: http://tpmdd.sourceforge.net |
63a10dfd | 9716 | L: [email protected] (moderated for non-subscribers) |
4e68852d | 9717 | S: Maintained |
679655da | 9718 | F: drivers/char/tpm/ |
4e68852d | 9719 | |
d6f005a1 JP |
9720 | TRACING |
9721 | M: Steven Rostedt <[email protected]> | |
d6f005a1 | 9722 | M: Ingo Molnar <[email protected]> |
75fc2d37 | 9723 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
d6f005a1 JP |
9724 | S: Maintained |
9725 | F: Documentation/trace/ftrace.txt | |
9726 | F: arch/*/*/*/ftrace.h | |
9727 | F: arch/*/kernel/ftrace.c | |
9728 | F: include/*/ftrace.h | |
9729 | F: include/linux/trace*.h | |
9730 | F: include/trace/ | |
9731 | F: kernel/trace/ | |
6e68e6c5 | 9732 | F: tools/testing/selftests/ftrace/ |
d6f005a1 | 9733 | |
1da177e4 | 9734 | TRIVIAL PATCHES |
8b58be88 | 9735 | M: Jiri Kosina <[email protected]> |
54e5881d | 9736 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 | 9737 | S: Maintained |
86ef925f | 9738 | K: ^Subject:.*(?i)trivial |
1da177e4 | 9739 | |
4e68852d | 9740 | TTY LAYER |
879a5a00 | 9741 | M: Greg Kroah-Hartman <[email protected]> |
25e6c11f | 9742 | M: Jiri Slaby <[email protected]> |
879a5a00 | 9743 | S: Supported |
08deed1e | 9744 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
8dd5d2f1 | 9745 | F: drivers/tty/ |
df621252 | 9746 | F: drivers/tty/serial/serial_core.c |
e3288775 AC |
9747 | F: include/linux/serial_core.h |
9748 | F: include/linux/serial.h | |
9749 | F: include/linux/tty.h | |
c117ab84 CEB |
9750 | F: include/uapi/linux/serial_core.h |
9751 | F: include/uapi/linux/serial.h | |
9752 | F: include/uapi/linux/tty.h | |
4e68852d | 9753 | |
91952bc0 AP |
9754 | TUA9001 MEDIA DRIVER |
9755 | M: Antti Palosaari <[email protected]> | |
9756 | L: [email protected] | |
9757 | W: http://linuxtv.org/ | |
9758 | W: http://palosaari.fi/linux/ | |
9759 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9760 | T: git git://linuxtv.org/anttip/media_tree.git | |
9761 | S: Maintained | |
9762 | F: drivers/media/tuners/tua9001* | |
9763 | ||
740db6d7 | 9764 | TULIP NETWORK DRIVERS |
8b58be88 | 9765 | M: Grant Grundler <[email protected]> |
740db6d7 GG |
9766 | L: [email protected] |
9767 | S: Maintained | |
0f04e2aa | 9768 | F: drivers/net/ethernet/dec/tulip/ |
1da177e4 LT |
9769 | |
9770 | TUN/TAP driver | |
ba57b6f2 | 9771 | M: Maxim Krasnyansky <[email protected]> |
1da177e4 LT |
9772 | W: http://vtun.sourceforge.net/tun |
9773 | S: Maintained | |
679655da JP |
9774 | F: Documentation/networking/tuntap.txt |
9775 | F: arch/um/os-Linux/drivers/ | |
1da177e4 | 9776 | |
b454cc66 | 9777 | TURBOCHANNEL SUBSYSTEM |
8b58be88 | 9778 | M: "Maciej W. Rozycki" <[email protected]> |
c406339c RB |
9779 | M: Ralf Baechle <[email protected]> |
9780 | L: [email protected] | |
9781 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ | |
b454cc66 | 9782 | S: Maintained |
679655da JP |
9783 | F: drivers/tc/ |
9784 | F: include/linux/tc.h | |
b454cc66 | 9785 | |
1da177e4 | 9786 | U14-34F SCSI DRIVER |
8b58be88 | 9787 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
9788 | L: [email protected] |
9789 | S: Maintained | |
679655da | 9790 | F: drivers/scsi/u14-34f.c |
1da177e4 | 9791 | |
e2d1d6c0 | 9792 | UBI FILE SYSTEM (UBIFS) |
949cb623 | 9793 | M: Artem Bityutskiy <[email protected]> |
cc8f9b99 | 9794 | M: Adrian Hunter <[email protected]> |
e2d1d6c0 | 9795 | L: [email protected] |
e2966cbe | 9796 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
9797 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
9798 | S: Maintained | |
679655da JP |
9799 | F: Documentation/filesystems/ubifs.txt |
9800 | F: fs/ubifs/ | |
e2d1d6c0 | 9801 | |
cc2020e6 | 9802 | UCLINUX (AND M68KNOMMU) |
8b58be88 | 9803 | M: Greg Ungerer <[email protected]> |
cc2020e6 AC |
9804 | W: http://www.uclinux.org/ |
9805 | L: [email protected] (subscribers-only) | |
9806 | S: Maintained | |
61bc02bb JP |
9807 | F: arch/m68k/*/*_no.* |
9808 | F: arch/m68k/include/asm/*_no.* | |
cc2020e6 | 9809 | |
1da177e4 | 9810 | UDF FILESYSTEM |
8b58be88 | 9811 | M: Jan Kara <[email protected]> |
1da177e4 | 9812 | S: Maintained |
679655da JP |
9813 | F: Documentation/filesystems/udf.txt |
9814 | F: fs/udf/ | |
1da177e4 | 9815 | |
cc2020e6 | 9816 | UFS FILESYSTEM |
8b58be88 | 9817 | M: Evgeniy Dushistov <[email protected]> |
cc2020e6 | 9818 | S: Maintained |
679655da JP |
9819 | F: Documentation/filesystems/ufs.txt |
9820 | F: fs/ufs/ | |
cc2020e6 | 9821 | |
0a09d3ab DR |
9822 | UHID USERSPACE HID IO DRIVER: |
9823 | M: David Herrmann <[email protected]> | |
9824 | L: [email protected] | |
9825 | S: Maintained | |
9826 | F: drivers/hid/uhid.c | |
c117ab84 | 9827 | F: include/uapi/linux/uhid.h |
0a09d3ab | 9828 | |
18332a80 | 9829 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
18332a80 | 9830 | L: [email protected] |
10c6c9c9 | 9831 | S: Orphan |
355ffe69 | 9832 | F: drivers/uwb/ |
679655da JP |
9833 | F: include/linux/uwb.h |
9834 | F: include/linux/uwb/ | |
18332a80 | 9835 | |
b31d8273 G |
9836 | UNICORE32 ARCHITECTURE: |
9837 | M: Guan Xuetao <[email protected]> | |
9838 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
9839 | S: Maintained | |
ceebf4d5 | 9840 | T: git git://github.com/gxt/linux.git |
b31d8273 G |
9841 | F: arch/unicore32/ |
9842 | ||
d8379ab1 TF |
9843 | UNIFDEF |
9844 | M: Tony Finch <[email protected]> | |
9845 | W: http://dotat.at/prog/unifdef | |
9846 | S: Maintained | |
9847 | F: scripts/unifdef.c | |
9848 | ||
1da177e4 | 9849 | UNIFORM CDROM DRIVER |
8b58be88 | 9850 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
9851 | W: http://www.kernel.dk |
9852 | S: Maintained | |
679655da JP |
9853 | F: Documentation/cdrom/ |
9854 | F: drivers/cdrom/cdrom.c | |
9855 | F: include/linux/cdrom.h | |
c117ab84 | 9856 | F: include/uapi/linux/cdrom.h |
1da177e4 | 9857 | |
56df0122 BR |
9858 | UNISYS S-PAR DRIVERS |
9859 | M: Benjamin Romer <[email protected]> | |
9860 | M: David Kershner <[email protected]> | |
9861 | L: [email protected] (Unisys internal) | |
9862 | S: Supported | |
9863 | F: drivers/staging/unisys/ | |
9864 | ||
9941fa6e VH |
9865 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER |
9866 | M: Vinayak Holikatti <[email protected]> | |
9941fa6e VH |
9867 | L: [email protected] |
9868 | S: Supported | |
9869 | F: Documentation/scsi/ufs.txt | |
9870 | F: drivers/scsi/ufs/ | |
9871 | ||
e2d1d6c0 | 9872 | UNSORTED BLOCK IMAGES (UBI) |
949cb623 | 9873 | M: Artem Bityutskiy <[email protected]> |
e2d1d6c0 RD |
9874 | W: http://www.linux-mtd.infradead.org/ |
9875 | L: [email protected] | |
b6b44e0a | 9876 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 | 9877 | S: Maintained |
80811493 | 9878 | F: drivers/mtd/ubi/ |
679655da | 9879 | F: include/linux/mtd/ubi.h |
c117ab84 | 9880 | F: include/uapi/mtd/ubi-user.h |
e2d1d6c0 | 9881 | |
76ac66e4 RW |
9882 | UNSORTED BLOCK IMAGES (UBI) Fastmap |
9883 | M: Richard Weinberger <[email protected]> | |
9884 | L: [email protected] | |
9885 | S: Maintained | |
9886 | F: drivers/mtd/ubi/fastmap.c | |
9887 | ||
1da177e4 | 9888 | USB ACM DRIVER |
61eee9a7 | 9889 | M: Oliver Neukum <[email protected]> |
6372594a | 9890 | L: [email protected] |
1da177e4 | 9891 | S: Maintained |
679655da JP |
9892 | F: Documentation/usb/acm.txt |
9893 | F: drivers/usb/class/cdc-acm.* | |
1da177e4 | 9894 | |
b7d572e1 PF |
9895 | USB AR5523 WIRELESS DRIVER |
9896 | M: Pontus Fuchs <[email protected]> | |
9897 | L: [email protected] | |
9898 | S: Maintained | |
9899 | F: drivers/net/wireless/ath/ar5523/ | |
9900 | ||
115bb1ff | 9901 | USB ATTACHED SCSI |
f50a4968 | 9902 | M: Hans de Goede <[email protected]> |
8eae0fb7 | 9903 | M: Gerd Hoffmann <[email protected]> |
115bb1ff MW |
9904 | L: [email protected] |
9905 | L: [email protected] | |
8eae0fb7 | 9906 | S: Maintained |
115bb1ff MW |
9907 | F: drivers/usb/storage/uas.c |
9908 | ||
1da177e4 | 9909 | USB CDC ETHERNET DRIVER |
61eee9a7 | 9910 | M: Oliver Neukum <[email protected]> |
795fb7e7 | 9911 | L: [email protected] |
1da177e4 | 9912 | S: Maintained |
679655da | 9913 | F: drivers/net/usb/cdc_*.c |
c117ab84 | 9914 | F: include/uapi/linux/usb/cdc.h |
1da177e4 | 9915 | |
b02b371e | 9916 | USB CYPRESS C67X00 DRIVER |
8b58be88 | 9917 | M: Peter Korsgaard <[email protected]> |
b02b371e PK |
9918 | L: [email protected] |
9919 | S: Maintained | |
679655da | 9920 | F: drivers/usb/c67x00/ |
b02b371e | 9921 | |
d0374f4f | 9922 | USB DAVICOM DM9601 DRIVER |
8b58be88 | 9923 | M: Peter Korsgaard <[email protected]> |
043600a6 | 9924 | L: [email protected] |
d0374f4f PK |
9925 | W: http://www.linux-usb.org/usbnet |
9926 | S: Maintained | |
679655da | 9927 | F: drivers/net/usb/dm9601.c |
d0374f4f | 9928 | |
cc2020e6 | 9929 | USB DIAMOND RIO500 DRIVER |
8b58be88 | 9930 | M: Cesar Miquel <[email protected]> |
cc2020e6 AC |
9931 | L: [email protected] |
9932 | W: http://rio500.sourceforge.net | |
9933 | S: Maintained | |
679655da | 9934 | F: drivers/usb/misc/rio500* |
cc2020e6 | 9935 | |
1da177e4 | 9936 | USB EHCI DRIVER |
578333ab | 9937 | M: Alan Stern <[email protected]> |
795fb7e7 | 9938 | L: [email protected] |
578333ab | 9939 | S: Maintained |
679655da JP |
9940 | F: Documentation/usb/ehci.txt |
9941 | F: drivers/usb/host/ehci* | |
1da177e4 | 9942 | |
69ae9e3e | 9943 | USB GADGET/PERIPHERAL SUBSYSTEM |
d6d0f665 | 9944 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 9945 | L: [email protected] |
69ae9e3e | 9946 | W: http://www.linux-usb.org/gadget |
d6d0f665 FB |
9947 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
9948 | S: Maintained | |
679655da JP |
9949 | F: drivers/usb/gadget/ |
9950 | F: include/linux/usb/gadget* | |
69ae9e3e | 9951 | |
2dea64b4 | 9952 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
8b58be88 | 9953 | M: Jiri Kosina <[email protected]> |
795fb7e7 | 9954 | L: [email protected] |
54e5881d | 9955 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 | 9956 | S: Maintained |
c2f01971 | 9957 | F: Documentation/hid/hiddev.txt |
679655da | 9958 | F: drivers/hid/usbhid/ |
1da177e4 | 9959 | |
959eea21 | 9960 | USB ISP116X DRIVER |
8b58be88 | 9961 | M: Olav Kongas <[email protected]> |
795fb7e7 | 9962 | L: [email protected] |
959eea21 | 9963 | S: Maintained |
679655da JP |
9964 | F: drivers/usb/host/isp116x* |
9965 | F: include/linux/usb/isp116x.h | |
959eea21 | 9966 | |
1da177e4 | 9967 | USB MASS STORAGE DRIVER |
8b58be88 | 9968 | M: Matthew Dharm <[email protected]> |
795fb7e7 | 9969 | L: [email protected] |
8836aeb8 | 9970 | L: [email protected] |
1da177e4 LT |
9971 | S: Maintained |
9972 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
679655da | 9973 | F: drivers/usb/storage/ |
1da177e4 | 9974 | |
af39917d CL |
9975 | USB MIDI DRIVER |
9976 | M: Clemens Ladisch <[email protected]> | |
9977 | L: [email protected] (moderated for non-subscribers) | |
9978 | T: git git://git.alsa-project.org/alsa-kernel.git | |
9979 | S: Maintained | |
9980 | F: sound/usb/midi.* | |
9981 | ||
444ce9d4 JP |
9982 | USB NETWORKING DRIVERS |
9983 | L: [email protected] | |
9984 | S: Odd Fixes | |
9985 | F: drivers/net/usb/ | |
9986 | ||
1da177e4 | 9987 | USB OHCI DRIVER |
578333ab | 9988 | M: Alan Stern <[email protected]> |
795fb7e7 | 9989 | L: [email protected] |
578333ab | 9990 | S: Maintained |
679655da JP |
9991 | F: Documentation/usb/ohci.txt |
9992 | F: drivers/usb/host/ohci* | |
1da177e4 | 9993 | |
563da3a9 VM |
9994 | USB OVER IP DRIVER |
9995 | M: Valentina Manea <[email protected]> | |
9996 | M: Shuah Khan <[email protected]> | |
9997 | L: [email protected] | |
9998 | S: Maintained | |
9999 | F: drivers/usb/usbip/ | |
10000 | F: tools/usb/usbip/ | |
10001 | ||
1da177e4 | 10002 | USB PEGASUS DRIVER |
a16b945c | 10003 | M: Petko Manolov <[email protected]> |
795fb7e7 | 10004 | L: [email protected] |
043600a6 | 10005 | L: [email protected] |
052e3128 PM |
10006 | T: git git://github.com/petkan/pegasus.git |
10007 | W: https://github.com/petkan/pegasus | |
1da177e4 | 10008 | S: Maintained |
679655da | 10009 | F: drivers/net/usb/pegasus.* |
1da177e4 | 10010 | |
d3ad558f FB |
10011 | USB PHY LAYER |
10012 | M: Felipe Balbi <[email protected]> | |
10013 | L: [email protected] | |
10014 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
10015 | S: Maintained | |
10016 | F: drivers/usb/phy/ | |
d3ad558f | 10017 | |
73e4fb3f | 10018 | USB PRINTER DRIVER (usblp) |
8b58be88 | 10019 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 10020 | L: [email protected] |
73e4fb3f | 10021 | S: Supported |
679655da | 10022 | F: drivers/usb/class/usblp.c |
1da177e4 LT |
10023 | |
10024 | USB RTL8150 DRIVER | |
a16b945c | 10025 | M: Petko Manolov <[email protected]> |
795fb7e7 | 10026 | L: [email protected] |
043600a6 | 10027 | L: [email protected] |
052e3128 PM |
10028 | T: git git://github.com/petkan/rtl8150.git |
10029 | W: https://github.com/petkan/rtl8150 | |
1da177e4 | 10030 | S: Maintained |
679655da | 10031 | F: drivers/net/usb/rtl8150.c |
1da177e4 | 10032 | |
f896b796 | 10033 | USB SERIAL SUBSYSTEM |
66085694 | 10034 | M: Johan Hovold <[email protected]> |
795fb7e7 | 10035 | L: [email protected] |
4e68852d | 10036 | S: Maintained |
679655da | 10037 | F: Documentation/usb/usb-serial.txt |
f896b796 | 10038 | F: drivers/usb/serial/ |
679655da | 10039 | F: include/linux/usb/serial.h |
1da177e4 | 10040 | |
b3f0db1c SG |
10041 | USB SMSC75XX ETHERNET DRIVER |
10042 | M: Steve Glendinning <[email protected]> | |
10043 | L: [email protected] | |
10044 | S: Maintained | |
10045 | F: drivers/net/usb/smsc75xx.* | |
10046 | ||
2f7ca802 | 10047 | USB SMSC95XX ETHERNET DRIVER |
90b24cfb | 10048 | M: Steve Glendinning <[email protected]> |
2f7ca802 | 10049 | L: [email protected] |
90b24cfb | 10050 | S: Maintained |
679655da | 10051 | F: drivers/net/usb/smsc95xx.* |
2f7ca802 | 10052 | |
1da177e4 | 10053 | USB SUBSYSTEM |
879a5a00 | 10054 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 10055 | L: [email protected] |
1da177e4 | 10056 | W: http://www.linux-usb.org |
08deed1e | 10057 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git |
1da177e4 | 10058 | S: Supported |
679655da | 10059 | F: Documentation/usb/ |
679655da JP |
10060 | F: drivers/usb/ |
10061 | F: include/linux/usb.h | |
10062 | F: include/linux/usb/ | |
1da177e4 LT |
10063 | |
10064 | USB UHCI DRIVER | |
8b58be88 | 10065 | M: Alan Stern <[email protected]> |
795fb7e7 | 10066 | L: [email protected] |
1da177e4 | 10067 | S: Maintained |
679655da | 10068 | F: drivers/usb/host/uhci* |
1da177e4 | 10069 | |
69ae9e3e | 10070 | USB "USBNET" DRIVER FRAMEWORK |
686f13bb | 10071 | M: Oliver Neukum <[email protected]> |
043600a6 | 10072 | L: [email protected] |
69ae9e3e | 10073 | W: http://www.linux-usb.org/usbnet |
1da177e4 | 10074 | S: Maintained |
679655da JP |
10075 | F: drivers/net/usb/usbnet.c |
10076 | F: include/linux/usb/usbnet.h | |
1da177e4 | 10077 | |
c0efd232 | 10078 | USB VIDEO CLASS |
c53ac071 | 10079 | M: Laurent Pinchart <[email protected]> |
616bd4e2 | 10080 | L: [email protected] (subscribers-only) |
661263b5 | 10081 | L: [email protected] |
275ffde4 | 10082 | T: git git://linuxtv.org/media_tree.git |
57c6d2e9 | 10083 | W: http://www.ideasonboard.org/uvc/ |
c0efd232 | 10084 | S: Maintained |
0c0d06ca | 10085 | F: drivers/media/usb/uvc/ |
6c0f0359 | 10086 | F: include/uapi/linux/uvcvideo.h |
1da177e4 | 10087 | |
b60b9c45 HV |
10088 | USB VISION DRIVER |
10089 | M: Hans Verkuil <[email protected]> | |
10090 | L: [email protected] | |
10091 | T: git git://linuxtv.org/media_tree.git | |
10092 | W: http://linuxtv.org | |
10093 | S: Odd Fixes | |
10094 | F: drivers/media/usb/usbvision/ | |
10095 | ||
8282da47 LP |
10096 | USB WEBCAM GADGET |
10097 | M: Laurent Pinchart <[email protected]> | |
10098 | L: [email protected] | |
10099 | S: Maintained | |
3a83c16e | 10100 | F: drivers/usb/gadget/function/*uvc* |
faf2e1db | 10101 | F: drivers/usb/gadget/legacy/webcam.c |
8282da47 | 10102 | |
bf164cc0 | 10103 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
e6146c5c | 10104 | M: Jussi Kivilinna <[email protected]> |
bf164cc0 JK |
10105 | L: [email protected] |
10106 | S: Maintained | |
679655da | 10107 | F: drivers/net/wireless/rndis_wlan.c |
bf164cc0 | 10108 | |
eb6bab13 | 10109 | USB XHCI DRIVER |
03d85053 | 10110 | M: Mathias Nyman <[email protected]> |
eb6bab13 SS |
10111 | L: [email protected] |
10112 | S: Supported | |
36d0344c SS |
10113 | F: drivers/usb/host/xhci* |
10114 | F: drivers/usb/host/pci-quirks* | |
eb6bab13 | 10115 | |
1da177e4 | 10116 | USB ZD1201 DRIVER |
4086b9ca | 10117 | L: [email protected] |
1da177e4 | 10118 | W: http://linux-lc100020.sourceforge.net |
4086b9ca | 10119 | S: Orphan |
679655da | 10120 | F: drivers/net/wireless/zd1201.* |
1da177e4 | 10121 | |
b7eee616 | 10122 | USB ZR364XX DRIVER |
8b58be88 | 10123 | M: Antoine Jacquet <[email protected]> |
795fb7e7 | 10124 | L: [email protected] |
661263b5 | 10125 | L: [email protected] |
275ffde4 | 10126 | T: git git://linuxtv.org/media_tree.git |
b7eee616 AJ |
10127 | W: http://royale.zerezo.com/zr364xx/ |
10128 | S: Maintained | |
679655da | 10129 | F: Documentation/video4linux/zr364xx.txt |
90d72ac6 | 10130 | F: drivers/media/usb/zr364xx/ |
b7eee616 | 10131 | |
e7839f25 | 10132 | USER-MODE LINUX (UML) |
8b58be88 | 10133 | M: Jeff Dike <[email protected]> |
b15194b7 | 10134 | M: Richard Weinberger <[email protected]> |
1da177e4 LT |
10135 | L: [email protected] |
10136 | L: [email protected] | |
10137 | W: http://user-mode-linux.sourceforge.net | |
10138 | S: Maintained | |
61516587 | 10139 | F: Documentation/virtual/uml/ |
679655da | 10140 | F: arch/um/ |
b070989a | 10141 | F: arch/x86/um/ |
679655da JP |
10142 | F: fs/hostfs/ |
10143 | F: fs/hppfs/ | |
b7eee616 | 10144 | |
e5f114e9 | 10145 | USERSPACE I/O (UIO) |
6a534c9d | 10146 | M: "Hans J. Koch" <[email protected]> |
879a5a00 | 10147 | M: Greg Kroah-Hartman <[email protected]> |
e5f114e9 | 10148 | S: Maintained |
679655da JP |
10149 | F: Documentation/DocBook/uio-howto.tmpl |
10150 | F: drivers/uio/ | |
10151 | F: include/linux/uio*.h | |
e5f114e9 | 10152 | |
256cccbe | 10153 | UTIL-LINUX PACKAGE |
8b58be88 | 10154 | M: Karel Zak <[email protected]> |
256cccbe KZ |
10155 | L: [email protected] |
10156 | W: http://en.wikipedia.org/wiki/Util-linux | |
10157 | T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git | |
f899b0ad KZ |
10158 | S: Maintained |
10159 | ||
c1fd1c07 | 10160 | UVESAFB DRIVER |
8b58be88 | 10161 | M: Michal Januszewski <[email protected]> |
c69f677c | 10162 | L: [email protected] |
c1fd1c07 MJ |
10163 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
10164 | S: Maintained | |
679655da | 10165 | F: Documentation/fb/uvesafb.txt |
8a61f013 | 10166 | F: drivers/video/fbdev/uvesafb.* |
c1fd1c07 | 10167 | |
4480f15b | 10168 | VFAT/FAT/MSDOS FILESYSTEM |
8b58be88 | 10169 | M: OGAWA Hirofumi <[email protected]> |
1da177e4 | 10170 | S: Maintained |
679655da JP |
10171 | F: Documentation/filesystems/vfat.txt |
10172 | F: fs/fat/ | |
1da177e4 | 10173 | |
cba3345c AW |
10174 | VFIO DRIVER |
10175 | M: Alex Williamson <[email protected]> | |
10176 | L: [email protected] | |
10177 | S: Maintained | |
10178 | F: Documentation/vfio.txt | |
10179 | F: drivers/vfio/ | |
10180 | F: include/linux/vfio.h | |
c117ab84 | 10181 | F: include/uapi/linux/vfio.h |
cba3345c | 10182 | |
9e6f3438 PO |
10183 | VIDEOBUF2 FRAMEWORK |
10184 | M: Pawel Osciak <[email protected]> | |
10185 | M: Marek Szyprowski <[email protected]> | |
e76e4706 | 10186 | M: Kyungmin Park <[email protected]> |
9e6f3438 PO |
10187 | L: [email protected] |
10188 | S: Maintained | |
90d72ac6 | 10189 | F: drivers/media/v4l2-core/videobuf2-* |
9e6f3438 PO |
10190 | F: include/media/videobuf2-* |
10191 | ||
9a82446b AS |
10192 | VIRTIO CONSOLE DRIVER |
10193 | M: Amit Shah <[email protected]> | |
10194 | L: [email protected] | |
10195 | S: Maintained | |
10196 | F: drivers/char/virtio_console.c | |
10197 | F: include/linux/virtio_console.h | |
c117ab84 | 10198 | F: include/uapi/linux/virtio_console.h |
9a82446b | 10199 | |
2426ec8f MT |
10200 | VIRTIO CORE, NET AND BLOCK DRIVERS |
10201 | M: Rusty Russell <[email protected]> | |
10202 | M: "Michael S. Tsirkin" <[email protected]> | |
10203 | L: [email protected] | |
10204 | S: Maintained | |
10205 | F: drivers/virtio/ | |
c893c8d7 | 10206 | F: tools/virtio/ |
2426ec8f MT |
10207 | F: drivers/net/virtio_net.c |
10208 | F: drivers/block/virtio_blk.c | |
10209 | F: include/linux/virtio_*.h | |
916cdabc | 10210 | F: include/uapi/linux/virtio_*.h |
2426ec8f | 10211 | |
3a4d5c94 MT |
10212 | VIRTIO HOST (VHOST) |
10213 | M: "Michael S. Tsirkin" <[email protected]> | |
10214 | L: [email protected] | |
c996d8b9 | 10215 | L: [email protected] |
3a4d5c94 MT |
10216 | L: [email protected] |
10217 | S: Maintained | |
10218 | F: drivers/vhost/ | |
c117ab84 | 10219 | F: include/uapi/linux/vhost.h |
3a4d5c94 | 10220 | |
1da177e4 | 10221 | VIA RHINE NETWORK DRIVER |
8b58be88 | 10222 | M: Roger Luethi <[email protected]> |
1da177e4 | 10223 | S: Maintained |
f2148a47 | 10224 | F: drivers/net/ethernet/via/via-rhine.c |
1da177e4 | 10225 | |
f0bf7f61 | 10226 | VIA SD/MMC CARD CONTROLLER DRIVER |
558bbb2f | 10227 | M: Bruce Chang <[email protected]> |
8b58be88 | 10228 | M: Harald Welte <[email protected]> |
f0bf7f61 HW |
10229 | S: Maintained |
10230 | F: drivers/mmc/host/via-sdmmc.c | |
10231 | ||
69e4a7c2 | 10232 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
c7babebd | 10233 | M: Florian Tobias Schandinat <[email protected]> |
c69f677c | 10234 | L: [email protected] |
69e4a7c2 | 10235 | S: Maintained |
c7babebd FTS |
10236 | F: include/linux/via-core.h |
10237 | F: include/linux/via-gpio.h | |
10238 | F: include/linux/via_i2c.h | |
8a61f013 | 10239 | F: drivers/video/fbdev/via/ |
69e4a7c2 | 10240 | |
01f20734 | 10241 | VIA VELOCITY NETWORK DRIVER |
8b58be88 | 10242 | M: Francois Romieu <[email protected]> |
01f20734 FR |
10243 | L: [email protected] |
10244 | S: Maintained | |
f2148a47 | 10245 | F: drivers/net/ethernet/via/via-velocity.* |
1da177e4 | 10246 | |
77911fd2 | 10247 | VIVID VIRTUAL VIDEO DRIVER |
0b7bc1fa HV |
10248 | M: Hans Verkuil <[email protected]> |
10249 | L: [email protected] | |
10250 | T: git git://linuxtv.org/media_tree.git | |
10251 | W: http://linuxtv.org | |
10252 | S: Maintained | |
77911fd2 | 10253 | F: drivers/media/platform/vivid/* |
0b7bc1fa | 10254 | |
be7f8273 | 10255 | VLAN (802.1Q) |
8b58be88 | 10256 | M: Patrick McHardy <[email protected]> |
be7f8273 PM |
10257 | L: [email protected] |
10258 | S: Maintained | |
679655da JP |
10259 | F: drivers/net/macvlan.c |
10260 | F: include/linux/if_*vlan.h | |
10261 | F: net/8021q/ | |
be7f8273 | 10262 | |
55e331cf | 10263 | VLYNQ BUS |
8b58be88 | 10264 | M: Florian Fainelli <[email protected]> |
8578d7af | 10265 | L: [email protected] (subscribers-only) |
55e331cf FF |
10266 | S: Maintained |
10267 | F: drivers/vlynq/vlynq.c | |
10268 | F: include/linux/vlynq.h | |
10269 | ||
390beae4 MW |
10270 | VME SUBSYSTEM |
10271 | M: Martyn Welch <[email protected]> | |
1bd289d1 | 10272 | M: Manohar Vanga <[email protected]> |
390beae4 MW |
10273 | M: Greg Kroah-Hartman <[email protected]> |
10274 | L: [email protected] | |
10275 | S: Maintained | |
10276 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | |
10277 | F: Documentation/vme_api.txt | |
10278 | F: drivers/staging/vme/ | |
10279 | F: drivers/vme/ | |
10280 | F: include/linux/vme* | |
10281 | ||
4488e09b AK |
10282 | VMWARE HYPERVISOR INTERFACE |
10283 | M: Alok Kataria <[email protected]> | |
10284 | L: [email protected] | |
10285 | S: Supported | |
10286 | F: arch/x86/kernel/cpu/vmware.c | |
10287 | ||
73b35d07 DT |
10288 | VMWARE BALLOON DRIVER |
10289 | M: Xavier Deguillard <[email protected]> | |
10290 | M: Philip Moltmann <[email protected]> | |
10291 | M: "VMware, Inc." <[email protected]> | |
10292 | L: [email protected] | |
10293 | S: Maintained | |
10294 | F: drivers/misc/vmw_balloon.c | |
10295 | ||
d1a890fa | 10296 | VMWARE VMXNET3 ETHERNET DRIVER |
65c8bb5b JP |
10297 | M: Shreyas Bhatewara <[email protected]> |
10298 | M: "VMware, Inc." <[email protected]> | |
10299 | L: [email protected] | |
10300 | S: Maintained | |
10301 | F: drivers/net/vmxnet3/ | |
d1a890fa | 10302 | |
851b1642 | 10303 | VMware PVSCSI driver |
f2d7e40e | 10304 | M: Arvind Kumar <[email protected]> |
851b1642 AK |
10305 | M: VMware PV-Drivers <[email protected]> |
10306 | L: [email protected] | |
10307 | S: Maintained | |
10308 | F: drivers/scsi/vmw_pvscsi.c | |
10309 | F: drivers/scsi/vmw_pvscsi.h | |
10310 | ||
e53e86c7 | 10311 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
88dd75af | 10312 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 10313 | M: Mark Brown <[email protected]> |
5cdeb2c8 | 10314 | L: [email protected] |
e53e86c7 | 10315 | W: http://opensource.wolfsonmicro.com/node/15 |
1dd68f01 | 10316 | W: http://www.slimlogic.co.uk/?p=48 |
6febb5ab | 10317 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git |
e53e86c7 | 10318 | S: Supported |
679655da JP |
10319 | F: drivers/regulator/ |
10320 | F: include/linux/regulator/ | |
e53e86c7 | 10321 | |
ab41319e | 10322 | VT1211 HARDWARE MONITOR DRIVER |
8b58be88 | 10323 | M: Juerg Haefliger <[email protected]> |
ab41319e JH |
10324 | L: [email protected] |
10325 | S: Maintained | |
679655da JP |
10326 | F: Documentation/hwmon/vt1211 |
10327 | F: drivers/hwmon/vt1211.c | |
ab41319e | 10328 | |
1de9e371 | 10329 | VT8231 HARDWARE MONITOR DRIVER |
8b58be88 | 10330 | M: Roger Lucas <[email protected]> |
1de9e371 RL |
10331 | L: [email protected] |
10332 | S: Maintained | |
679655da | 10333 | F: drivers/hwmon/vt8231.c |
1de9e371 | 10334 | |
88095e7b TO |
10335 | VUB300 USB to SDIO/SD/MMC bridge chip |
10336 | M: Tony Olech <[email protected]> | |
10337 | L: [email protected] | |
10338 | L: [email protected] | |
10339 | S: Supported | |
10340 | F: drivers/mmc/host/vub300.c | |
10341 | ||
1da177e4 | 10342 | W1 DALLAS'S 1-WIRE BUS |
a8018766 | 10343 | M: Evgeniy Polyakov <[email protected]> |
1da177e4 | 10344 | S: Maintained |
679655da JP |
10345 | F: Documentation/w1/ |
10346 | F: drivers/w1/ | |
1da177e4 | 10347 | |
13927079 | 10348 | W83791D HARDWARE MONITORING DRIVER |
8b58be88 | 10349 | M: Marc Hulsman <[email protected]> |
13927079 | 10350 | L: [email protected] |
25845c22 | 10351 | S: Maintained |
679655da JP |
10352 | F: Documentation/hwmon/w83791d |
10353 | F: drivers/hwmon/w83791d.c | |
13927079 | 10354 | |
61db011d | 10355 | W83793 HARDWARE MONITORING DRIVER |
8b58be88 | 10356 | M: Rudolf Marek <[email protected]> |
61db011d RM |
10357 | L: [email protected] |
10358 | S: Maintained | |
679655da JP |
10359 | F: Documentation/hwmon/w83793 |
10360 | F: drivers/hwmon/w83793.c | |
61db011d | 10361 | |
e3760b43 | 10362 | W83795 HARDWARE MONITORING DRIVER |
7c81c60f | 10363 | M: Jean Delvare <[email protected]> |
e3760b43 JD |
10364 | L: [email protected] |
10365 | S: Maintained | |
10366 | F: drivers/hwmon/w83795.c | |
10367 | ||
1da177e4 | 10368 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
8b58be88 | 10369 | M: Pierre Ossman <[email protected]> |
1da177e4 | 10370 | S: Maintained |
679655da | 10371 | F: drivers/mmc/host/wbsd.* |
1da177e4 | 10372 | |
b4e05923 HG |
10373 | WACOM PROTOCOL 4 SERIAL TABLETS |
10374 | M: Julian Squires <[email protected]> | |
10375 | M: Hans de Goede <[email protected]> | |
10376 | L: [email protected] | |
10377 | S: Maintained | |
10378 | F: drivers/input/tablet/wacom_serial4.c | |
10379 | ||
3527761c | 10380 | WATCHDOG DEVICE DRIVERS |
8b58be88 | 10381 | M: Wim Van Sebroeck <[email protected]> |
230a5cef WVS |
10382 | L: [email protected] |
10383 | W: http://www.linux-watchdog.org/ | |
f599aaf0 | 10384 | T: git git://www.linux-watchdog.org/linux-watchdog.git |
3527761c | 10385 | S: Maintained |
679655da JP |
10386 | F: Documentation/watchdog/ |
10387 | F: drivers/watchdog/ | |
10388 | F: include/linux/watchdog.h | |
c117ab84 | 10389 | F: include/uapi/linux/watchdog.h |
3527761c | 10390 | |
1da177e4 | 10391 | WD7000 SCSI DRIVER |
8b58be88 | 10392 | M: Miroslav Zagorac <[email protected]> |
1da177e4 LT |
10393 | L: [email protected] |
10394 | S: Maintained | |
679655da | 10395 | F: drivers/scsi/wd7000.c |
1da177e4 | 10396 | |
b22e00f3 DR |
10397 | WIIMOTE HID DRIVER |
10398 | M: David Herrmann <[email protected]> | |
10399 | L: [email protected] | |
10400 | S: Maintained | |
10401 | F: drivers/hid/hid-wiimote* | |
10402 | ||
e258b80e | 10403 | WINBOND CIR DRIVER |
364e9e18 | 10404 | M: David Härdeman <[email protected]> |
e258b80e | 10405 | S: Maintained |
116ab806 | 10406 | F: drivers/media/rc/winbond-cir.c |
e258b80e | 10407 | |
8a70da82 | 10408 | WIMAX STACK |
8b58be88 | 10409 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 10410 | M: [email protected] |
63fae219 | 10411 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
10412 | S: Supported |
10413 | W: http://linuxwimax.org | |
315987dc | 10414 | F: Documentation/wimax/README.wimax |
315987dc JP |
10415 | F: include/linux/wimax/debug.h |
10416 | F: include/net/wimax.h | |
c117ab84 | 10417 | F: include/uapi/linux/wimax.h |
315987dc | 10418 | F: net/wimax/ |
8a70da82 | 10419 | |
5fc14680 | 10420 | WISTRON LAPTOP BUTTON DRIVER |
8b58be88 | 10421 | M: Miloslav Trmac <[email protected]> |
5fc14680 | 10422 | S: Maintained |
679655da | 10423 | F: drivers/input/misc/wistron_btns.c |
5fc14680 | 10424 | |
1da177e4 | 10425 | WL3501 WIRELESS PCMCIA CARD DRIVER |
8b58be88 | 10426 | M: Arnaldo Carvalho de Melo <[email protected]> |
724c6b35 | 10427 | L: [email protected] |
926554c4 | 10428 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 10429 | S: Maintained |
679655da | 10430 | F: drivers/net/wireless/wl3501* |
1da177e4 | 10431 | |
febf1dff | 10432 | WM97XX TOUCHSCREEN DRIVERS |
d9f1f489 | 10433 | M: Mark Brown <[email protected]> |
8b58be88 | 10434 | M: Liam Girdwood <[email protected]> |
febf1dff MB |
10435 | L: [email protected] |
10436 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
10437 | W: http://opensource.wolfsonmicro.com/node/7 | |
10438 | S: Supported | |
679655da JP |
10439 | F: drivers/input/touchscreen/*wm97* |
10440 | F: include/linux/wm97xx.h | |
febf1dff | 10441 | |
055bcbcb | 10442 | WOLFSON MICROELECTRONICS DRIVERS |
fef95164 | 10443 | L: [email protected] |
cf8eda3e | 10444 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc |
b75ea16a | 10445 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
cf8eda3e | 10446 | W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices |
b75ea16a | 10447 | S: Supported |
3768f0b1 | 10448 | F: Documentation/hwmon/wm83?? |
af1c5386 | 10449 | F: arch/arm/mach-s3c64xx/mach-crag6410* |
f05259a6 | 10450 | F: drivers/clk/clk-wm83*.c |
9c309598 | 10451 | F: drivers/extcon/extcon-arizona.c |
b75ea16a | 10452 | F: drivers/leds/leds-wm83*.c |
25b273ba | 10453 | F: drivers/gpio/gpio-*wm*.c |
9c309598 | 10454 | F: drivers/gpio/gpio-arizona.c |
d22b0869 | 10455 | F: drivers/hwmon/wm83??-hwmon.c |
59ec6da2 MB |
10456 | F: drivers/input/misc/wm831x-on.c |
10457 | F: drivers/input/touchscreen/wm831x-ts.c | |
10458 | F: drivers/input/touchscreen/wm97*.c | |
9c309598 MB |
10459 | F: drivers/mfd/arizona* |
10460 | F: drivers/mfd/wm*.c | |
b75ea16a MB |
10461 | F: drivers/power/wm83*.c |
10462 | F: drivers/rtc/rtc-wm83*.c | |
10463 | F: drivers/regulator/wm8*.c | |
3860e6c4 | 10464 | F: drivers/video/backlight/wm83*_bl.c |
b75ea16a | 10465 | F: drivers/watchdog/wm83*_wdt.c |
9c309598 | 10466 | F: include/linux/mfd/arizona/ |
3860e6c4 | 10467 | F: include/linux/mfd/wm831x/ |
b75ea16a | 10468 | F: include/linux/mfd/wm8350/ |
3768f0b1 | 10469 | F: include/linux/mfd/wm8400* |
59ec6da2 | 10470 | F: include/linux/wm97xx.h |
055bcbcb | 10471 | F: include/sound/wm????.h |
9c309598 | 10472 | F: sound/soc/codecs/arizona.? |
055bcbcb | 10473 | F: sound/soc/codecs/wm* |
b75ea16a | 10474 | |
3e6cd7a4 TH |
10475 | WORKQUEUE |
10476 | M: Tejun Heo <[email protected]> | |
3e6cd7a4 TH |
10477 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git |
10478 | S: Maintained | |
10479 | F: include/linux/workqueue.h | |
10480 | F: kernel/workqueue.c | |
10481 | F: Documentation/workqueue.txt | |
10482 | ||
1da177e4 | 10483 | X.25 NETWORK LAYER |
8bf28059 | 10484 | M: Andrew Hendry <[email protected]> |
1da177e4 | 10485 | L: [email protected] |
8bf28059 | 10486 | S: Odd Fixes |
679655da JP |
10487 | F: Documentation/networking/x25* |
10488 | F: include/net/x25* | |
10489 | F: net/x25/ | |
1da177e4 | 10490 | |
e2d1d6c0 | 10491 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
8b58be88 JP |
10492 | M: Thomas Gleixner <[email protected]> |
10493 | M: Ingo Molnar <[email protected]> | |
10494 | M: "H. Peter Anvin" <[email protected]> | |
bcde563c | 10495 | M: [email protected] |
981c3a4f | 10496 | L: [email protected] |
75fc2d37 | 10497 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
e2d1d6c0 | 10498 | S: Maintained |
679655da JP |
10499 | F: Documentation/x86/ |
10500 | F: arch/x86/ | |
e2d1d6c0 | 10501 | |
d0944853 | 10502 | X86 PLATFORM DRIVERS |
e181ba15 | 10503 | M: Darren Hart <[email protected]> |
d0944853 | 10504 | L: [email protected] |
e181ba15 | 10505 | T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git |
d0944853 | 10506 | S: Maintained |
14430813 | 10507 | F: drivers/platform/x86/ |
d0944853 | 10508 | |
c1f5c54b IM |
10509 | X86 MCE INFRASTRUCTURE |
10510 | M: Tony Luck <[email protected]> | |
487ba8e8 | 10511 | M: Borislav Petkov <[email protected]> |
c1f5c54b IM |
10512 | L: [email protected] |
10513 | S: Maintained | |
10514 | F: arch/x86/kernel/cpu/mcheck/* | |
10515 | ||
f0905c5a AL |
10516 | X86 VDSO |
10517 | M: Andy Lutomirski <[email protected]> | |
10518 | L: [email protected] | |
10519 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso | |
10520 | S: Maintained | |
10521 | F: arch/x86/vdso/ | |
10522 | ||
d6fad502 | 10523 | XC2028/3028 TUNER DRIVER |
009a5410 | 10524 | M: Mauro Carvalho Chehab <[email protected]> |
d6fad502 MCC |
10525 | L: [email protected] |
10526 | W: http://linuxtv.org | |
10527 | T: git git://linuxtv.org/media_tree.git | |
10528 | S: Maintained | |
10529 | F: drivers/media/tuners/tuner-xc2028.* | |
10530 | ||
c4468085 | 10531 | XEN HYPERVISOR INTERFACE |
c4468085 | 10532 | M: Konrad Rzeszutek Wilk <[email protected]> |
3eeef8f7 KRW |
10533 | M: Boris Ostrovsky <[email protected]> |
10534 | M: David Vrabel <[email protected]> | |
11dbb52b | 10535 | L: [email protected] (moderated for non-subscribers) |
ea70ba3a | 10536 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git |
c4468085 IC |
10537 | S: Supported |
10538 | F: arch/x86/xen/ | |
10539 | F: drivers/*/xen-*front.c | |
10540 | F: drivers/xen/ | |
10541 | F: arch/x86/include/asm/xen/ | |
10542 | F: include/xen/ | |
c117ab84 | 10543 | F: include/uapi/xen/ |
c4468085 | 10544 | |
77bfb479 SS |
10545 | XEN HYPERVISOR ARM |
10546 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10547 | L: [email protected] (moderated for non-subscribers) |
77bfb479 SS |
10548 | S: Supported |
10549 | F: arch/arm/xen/ | |
10550 | F: arch/arm/include/asm/xen/ | |
10551 | ||
b475e83f SS |
10552 | XEN HYPERVISOR ARM64 |
10553 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10554 | L: [email protected] (moderated for non-subscribers) |
b475e83f SS |
10555 | S: Supported |
10556 | F: arch/arm64/xen/ | |
10557 | F: arch/arm64/include/asm/xen/ | |
10558 | ||
9b57e1a7 IC |
10559 | XEN NETWORK BACKEND DRIVER |
10560 | M: Ian Campbell <[email protected]> | |
8386040b | 10561 | M: Wei Liu <[email protected]> |
11dbb52b | 10562 | L: [email protected] (moderated for non-subscribers) |
9b57e1a7 IC |
10563 | L: [email protected] |
10564 | S: Supported | |
10565 | F: drivers/net/xen-netback/* | |
10566 | ||
c5f8e29d KRW |
10567 | XEN PCI SUBSYSTEM |
10568 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10569 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10570 | S: Supported |
10571 | F: arch/x86/pci/*xen* | |
10572 | F: drivers/pci/*xen* | |
10573 | ||
a2c5ae65 KRW |
10574 | XEN BLOCK SUBSYSTEM |
10575 | M: Konrad Rzeszutek Wilk <[email protected]> | |
10576 | L: [email protected] (moderated for non-subscribers) | |
10577 | S: Supported | |
10578 | F: drivers/block/xen-blkback/* | |
10579 | F: drivers/block/xen* | |
10580 | ||
15d03609 JG |
10581 | XEN PVSCSI DRIVERS |
10582 | M: Juergen Gross <[email protected]> | |
10583 | L: [email protected] (moderated for non-subscribers) | |
10584 | L: [email protected] | |
10585 | S: Supported | |
10586 | F: drivers/scsi/xen-scsifront.c | |
10587 | F: drivers/xen/xen-scsiback.c | |
10588 | F: include/xen/interface/io/vscsiif.h | |
10589 | ||
c5f8e29d KRW |
10590 | XEN SWIOTLB SUBSYSTEM |
10591 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10592 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10593 | S: Supported |
10594 | F: arch/x86/xen/*swiotlb* | |
10595 | F: drivers/xen/*swiotlb* | |
10596 | ||
1da177e4 LT |
10597 | XFS FILESYSTEM |
10598 | P: Silicon Graphics Inc | |
809625ca | 10599 | M: Dave Chinner <[email protected]> |
18caa67a | 10600 | M: [email protected] |
d7ede1aa | 10601 | L: [email protected] |
1da177e4 | 10602 | W: http://oss.sgi.com/projects/xfs |
54e5881d | 10603 | T: git git://oss.sgi.com/xfs/xfs.git |
1da177e4 | 10604 | S: Supported |
679655da JP |
10605 | F: Documentation/filesystems/xfs.txt |
10606 | F: fs/xfs/ | |
1da177e4 | 10607 | |
8a3b7a25 | 10608 | XILINX AXI ETHERNET DRIVER |
59a54f30 MS |
10609 | M: Anirudha Sarangi <[email protected]> |
10610 | M: John Linn <[email protected]> | |
8a3b7a25 DB |
10611 | S: Maintained |
10612 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | |
10613 | ||
238b8721 | 10614 | XILINX UARTLITE SERIAL DRIVER |
8b58be88 | 10615 | M: Peter Korsgaard <[email protected]> |
238b8721 PK |
10616 | L: [email protected] |
10617 | S: Maintained | |
df621252 | 10618 | F: drivers/tty/serial/uartlite.c |
238b8721 | 10619 | |
74316949 EB |
10620 | XILLYBUS DRIVER |
10621 | M: Eli Billauer <[email protected]> | |
10622 | L: [email protected] | |
10623 | S: Supported | |
10624 | F: drivers/char/xillybus/ | |
10625 | ||
f620e4b8 MF |
10626 | XTENSA XTFPGA PLATFORM SUPPORT |
10627 | M: Max Filippov <[email protected]> | |
10628 | L: [email protected] | |
10629 | S: Maintained | |
10630 | F: drivers/spi/spi-xtensa-xtfpga.c | |
10631 | ||
1da177e4 | 10632 | YAM DRIVER FOR AX.25 |
8b58be88 | 10633 | M: Jean-Paul Roubelat <[email protected]> |
1da177e4 LT |
10634 | L: [email protected] |
10635 | S: Maintained | |
679655da JP |
10636 | F: drivers/net/hamradio/yam* |
10637 | F: include/linux/yam.h | |
1da177e4 | 10638 | |
af64a5eb | 10639 | YEALINK PHONE DRIVER |
8b58be88 | 10640 | M: Henk Vergonet <[email protected]> |
af64a5eb HV |
10641 | L: [email protected] |
10642 | S: Maintained | |
679655da JP |
10643 | F: Documentation/input/yealink.txt |
10644 | F: drivers/input/misc/yealink.* | |
af64a5eb | 10645 | |
1da177e4 | 10646 | Z8530 DRIVER FOR AX.25 |
8b58be88 | 10647 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
10648 | W: http://yaina.de/jreuter/ |
10649 | W: http://www.qsl.net/dl1bke/ | |
10650 | L: [email protected] | |
10651 | S: Maintained | |
679655da JP |
10652 | F: Documentation/networking/z8530drv.txt |
10653 | F: drivers/net/hamradio/*scc.c | |
10654 | F: drivers/net/hamradio/z8530.h | |
1da177e4 | 10655 | |
0cf31ec1 | 10656 | ZBUD COMPRESSED PAGE ALLOCATOR |
0e3b7e54 | 10657 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10658 | L: [email protected] |
10659 | S: Maintained | |
10660 | F: mm/zbud.c | |
10661 | F: include/linux/zbud.h | |
10662 | ||
7c0c3afb | 10663 | ZD1211RW WIRELESS DRIVER |
8b58be88 JP |
10664 | M: Daniel Drake <[email protected]> |
10665 | M: Ulrich Kunitz <[email protected]> | |
7c0c3afb | 10666 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
724c6b35 | 10667 | L: [email protected] |
7c0c3afb DD |
10668 | L: [email protected] (subscribers-only) |
10669 | S: Maintained | |
679655da | 10670 | F: drivers/net/wireless/zd1211rw/ |
7c0c3afb | 10671 | |
1da177e4 | 10672 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 10673 | L: [email protected] |
f63145e2 | 10674 | L: [email protected] |
1da177e4 | 10675 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
cea8321c | 10676 | T: hg http://linuxtv.org/hg/v4l-dvb |
f63145e2 | 10677 | S: Odd Fixes |
90d72ac6 | 10678 | F: drivers/media/pci/zoran/ |
1da177e4 | 10679 | |
6920f2cc MK |
10680 | ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER |
10681 | M: Minchan Kim <[email protected]> | |
10682 | M: Nitin Gupta <[email protected]> | |
10683 | L: [email protected] | |
10684 | S: Maintained | |
10685 | F: drivers/block/zram/ | |
10686 | F: Documentation/blockdev/zram.txt | |
10687 | ||
8b4a4080 | 10688 | ZS DECSTATION Z85C30 SERIAL DRIVER |
8b58be88 | 10689 | M: "Maciej W. Rozycki" <[email protected]> |
8b4a4080 | 10690 | S: Maintained |
df621252 | 10691 | F: drivers/tty/serial/zs.* |
8b4a4080 | 10692 | |
eae70d06 MK |
10693 | ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR |
10694 | M: Minchan Kim <[email protected]> | |
10695 | M: Nitin Gupta <[email protected]> | |
10696 | L: [email protected] | |
10697 | S: Maintained | |
10698 | F: mm/zsmalloc.c | |
10699 | F: include/linux/zsmalloc.h | |
10700 | ||
0cf31ec1 | 10701 | ZSWAP COMPRESSED SWAP CACHING |
0e3b7e54 | 10702 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10703 | L: [email protected] |
10704 | S: Maintained | |
10705 | F: mm/zswap.c | |
10706 | ||
1da177e4 | 10707 | THE REST |
8b58be88 | 10708 | M: Linus Torvalds <[email protected]> |
34d03cc1 | 10709 | L: [email protected] |
8a6e2535 | 10710 | Q: http://patchwork.kernel.org/project/LKML/list/ |
d16adea3 | 10711 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git |
1da177e4 | 10712 | S: Buried alive in reporters |
34d03cc1 JP |
10713 | F: * |
10714 | F: */ |