]>
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]> | |
155 | L: [email protected] (moderated for non-subscribers) | |
156 | L: [email protected] | |
157 | S: Maintained | |
158 | F: net/6lowpan/ | |
6304f8fc | 159 | F: include/net/6lowpan.h |
68d96dcf | 160 | |
1da177e4 | 161 | 6PACK NETWORK DRIVER FOR AX.25 |
8b58be88 | 162 | M: Andreas Koensgen <[email protected]> |
1da177e4 LT |
163 | L: [email protected] |
164 | S: Maintained | |
679655da | 165 | F: drivers/net/hamradio/6pack.c |
1da177e4 | 166 | |
1da177e4 | 167 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
c8a75b34 | 168 | M: Realtek linux nic maintainers <[email protected]> |
979b6c13 | 169 | L: [email protected] |
1da177e4 | 170 | S: Maintained |
a8fe65b8 | 171 | F: drivers/net/ethernet/realtek/r8169.c |
1da177e4 LT |
172 | |
173 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
879a5a00 | 174 | M: Greg Kroah-Hartman <[email protected]> |
1da177e4 LT |
175 | L: [email protected] |
176 | W: http://serial.sourceforge.net | |
8ee16a1b | 177 | S: Maintained |
08deed1e | 178 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
df621252 | 179 | F: drivers/tty/serial/8250* |
679655da | 180 | F: include/linux/serial_8250.h |
1da177e4 LT |
181 | |
182 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
979b6c13 | 183 | L: [email protected] |
0cf445ce | 184 | S: Orphan / Obsolete |
644570b8 | 185 | F: drivers/net/ethernet/8390/ |
1da177e4 | 186 | |
67543e50 | 187 | 9P FILE SYSTEM |
8b58be88 JP |
188 | M: Eric Van Hensbergen <[email protected]> |
189 | M: Ron Minnich <[email protected]> | |
190 | M: Latchesar Ionkov <[email protected]> | |
ce00f85c | 191 | L: [email protected] |
27a2a5ff | 192 | W: http://swik.net/v9fs |
8a6e2535 | 193 | Q: http://patchwork.kernel.org/project/v9fs-devel/list/ |
eeba444a | 194 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
ce00f85c | 195 | S: Maintained |
679655da JP |
196 | F: Documentation/filesystems/9p.txt |
197 | F: fs/9p/ | |
2315cb14 RL |
198 | F: net/9p/ |
199 | F: include/net/9p/ | |
200 | F: include/uapi/linux/virtio_9p.h | |
201 | F: include/trace/events/9p.h | |
202 | ||
67543e50 | 203 | |
91952bc0 AP |
204 | A8293 MEDIA DRIVER |
205 | M: Antti Palosaari <[email protected]> | |
206 | L: [email protected] | |
207 | W: http://linuxtv.org/ | |
208 | W: http://palosaari.fi/linux/ | |
209 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
210 | T: git git://linuxtv.org/anttip/media_tree.git | |
211 | S: Maintained | |
212 | F: drivers/media/dvb-frontends/a8293* | |
213 | ||
e2d1d6c0 | 214 | AACRAID SCSI RAID DRIVER |
8b58be88 | 215 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
216 | L: [email protected] |
217 | W: http://www.adaptec.com/ | |
1da177e4 | 218 | S: Supported |
679655da JP |
219 | F: Documentation/scsi/aacraid.txt |
220 | F: drivers/scsi/aacraid/ | |
1da177e4 | 221 | |
ea8f8fc8 JT |
222 | ABI/API |
223 | L: [email protected] | |
224 | F: Documentation/ABI/ | |
225 | F: include/linux/syscalls.h | |
226 | F: include/uapi/ | |
227 | F: kernel/sys_ni.c | |
228 | ||
249e3c85 | 229 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
93d0cc58 | 230 | M: Hans de Goede <[email protected]> |
f2b84bbc HG |
231 | L: [email protected] |
232 | S: Maintained | |
679655da | 233 | F: drivers/hwmon/abituguru.c |
f2b84bbc | 234 | |
249e3c85 | 235 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
8b58be88 | 236 | M: Alistair John Strachan <[email protected]> |
249e3c85 AJS |
237 | L: [email protected] |
238 | S: Maintained | |
679655da | 239 | F: drivers/hwmon/abituguru3.c |
249e3c85 | 240 | |
1da177e4 | 241 | ACENIC DRIVER |
8b58be88 | 242 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
243 | L: [email protected] |
244 | S: Maintained | |
531c4f89 | 245 | F: drivers/net/ethernet/alteon/acenic* |
1da177e4 | 246 | |
e86435eb | 247 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
8b58be88 | 248 | M: Peter Feuerer <[email protected]> |
d0944853 | 249 | L: [email protected] |
4fc26e36 JP |
250 | W: http://piie.net/?section=acerhdf |
251 | S: Maintained | |
252 | F: drivers/platform/x86/acerhdf.c | |
e86435eb | 253 | |
745a5d21 | 254 | ACER WMI LAPTOP EXTRAS |
182ae55c | 255 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 256 | L: [email protected] |
745a5d21 | 257 | S: Maintained |
679655da | 258 | F: drivers/platform/x86/acer-wmi.c |
745a5d21 | 259 | |
1da177e4 | 260 | ACPI |
49db1903 | 261 | M: Rafael J. Wysocki <[email protected]> |
7fb06082 | 262 | M: Len Brown <[email protected]> |
6968e50c | 263 | L: [email protected] |
360818b8 RW |
264 | W: https://01.org/linux-acpi |
265 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | |
266 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |
8b59a454 | 267 | S: Supported |
679655da JP |
268 | F: drivers/acpi/ |
269 | F: drivers/pnp/pnpacpi/ | |
270 | F: include/linux/acpi.h | |
43368e74 | 271 | F: include/acpi/ |
994b942f | 272 | F: Documentation/acpi |
89ca78a0 | 273 | F: Documentation/ABI/testing/sysfs-bus-acpi |
15fd830d BH |
274 | F: drivers/pci/*acpi* |
275 | F: drivers/pci/*/*acpi* | |
276 | F: drivers/pci/*/*/*acpi* | |
2754c447 | 277 | F: tools/power/acpi |
8b59a454 | 278 | |
3774929d RW |
279 | ACPI COMPONENT ARCHITECTURE (ACPICA) |
280 | M: Robert Moore <[email protected]> | |
281 | M: Lv Zheng <[email protected]> | |
282 | M: Rafael J. Wysocki <[email protected]> | |
283 | L: [email protected] | |
284 | L: [email protected] | |
285 | W: https://acpica.org/ | |
286 | W: https://github.com/acpica/acpica/ | |
287 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | |
288 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | |
289 | S: Supported | |
290 | F: drivers/acpi/acpica/ | |
291 | F: include/acpi/ | |
2754c447 | 292 | F: tools/power/acpi/ |
3774929d | 293 | |
8b59a454 | 294 | ACPI FAN DRIVER |
8b58be88 | 295 | M: Zhang Rui <[email protected]> |
8b59a454 | 296 | L: [email protected] |
5ca92bd9 | 297 | W: https://01.org/linux-acpi |
8b59a454 | 298 | S: Supported |
679655da | 299 | F: drivers/acpi/fan.c |
1da177e4 | 300 | |
8b59a454 | 301 | ACPI THERMAL DRIVER |
8b58be88 | 302 | M: Zhang Rui <[email protected]> |
8b59a454 | 303 | L: [email protected] |
5ca92bd9 | 304 | W: https://01.org/linux-acpi |
8b59a454 | 305 | S: Supported |
679655da | 306 | F: drivers/acpi/*thermal* |
998be20f | 307 | |
359acec8 | 308 | ACPI VIDEO DRIVER |
8b58be88 | 309 | M: Zhang Rui <[email protected]> |
8b59a454 | 310 | L: [email protected] |
5ca92bd9 | 311 | W: https://01.org/linux-acpi |
8b59a454 | 312 | S: Supported |
679655da | 313 | F: drivers/acpi/video.c |
998be20f | 314 | |
bff431e4 | 315 | ACPI WMI DRIVER |
d0944853 | 316 | L: [email protected] |
5b927259 | 317 | S: Orphan |
679655da | 318 | F: drivers/platform/x86/wmi.c |
bff431e4 | 319 | |
2f39d519 | 320 | AD1889 ALSA SOUND DRIVER |
8b58be88 | 321 | M: Thibaut Varene <[email protected]> |
795fb7e7 JD |
322 | W: http://wiki.parisc-linux.org/AD1889 |
323 | L: [email protected] | |
324 | S: Maintained | |
679655da | 325 | F: sound/pci/ad1889.* |
2f39d519 | 326 | |
527a1a83 MH |
327 | AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER |
328 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 329 | W: http://wiki.analog.com/AD5254 |
a4edbc10 | 330 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
331 | S: Supported |
332 | F: drivers/misc/ad525x_dpot.c | |
333 | ||
334 | AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) | |
335 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 336 | W: http://wiki.analog.com/AD5398 |
a4edbc10 | 337 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
338 | S: Supported |
339 | F: drivers/regulator/ad5398.c | |
340 | ||
341 | AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) | |
342 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 343 | W: http://wiki.analog.com/AD7142 |
a4edbc10 | 344 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
345 | S: Supported |
346 | F: drivers/input/misc/ad714x.c | |
347 | ||
348 | AD7877 TOUCHSCREEN DRIVER | |
349 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 350 | W: http://wiki.analog.com/AD7877 |
a4edbc10 | 351 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
352 | S: Supported |
353 | F: drivers/input/touchscreen/ad7877.c | |
354 | ||
355 | AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) | |
356 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 357 | W: http://wiki.analog.com/AD7879 |
a4edbc10 | 358 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
359 | S: Supported |
360 | F: drivers/input/touchscreen/ad7879.c | |
361 | ||
1330b0dc JK |
362 | ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) |
363 | M: Jiri Kosina <[email protected]> | |
364 | S: Maintained | |
365 | ||
1da177e4 | 366 | ADM1025 HARDWARE MONITOR DRIVER |
7c81c60f | 367 | M: Jean Delvare <[email protected]> |
cc0b07ed | 368 | L: [email protected] |
1da177e4 | 369 | S: Maintained |
679655da JP |
370 | F: Documentation/hwmon/adm1025 |
371 | F: drivers/hwmon/adm1025.c | |
1da177e4 | 372 | |
cae2caae | 373 | ADM1029 HARDWARE MONITOR DRIVER |
fce8ffa3 | 374 | M: Corentin Labbe <[email protected]> |
cae2caae CL |
375 | L: [email protected] |
376 | S: Maintained | |
679655da | 377 | F: drivers/hwmon/adm1029.c |
cae2caae | 378 | |
cc0b88cf | 379 | ADM8211 WIRELESS DRIVER |
cc0b88cf | 380 | L: [email protected] |
491b26b4 | 381 | W: http://wireless.kernel.org/ |
e71bcbd0 | 382 | S: Orphan |
679655da | 383 | F: drivers/net/wireless/adm8211.* |
cc0b88cf | 384 | |
e8e31622 SA |
385 | ADP1653 FLASH CONTROLLER DRIVER |
386 | M: Sakari Ailus <[email protected]> | |
387 | L: [email protected] | |
388 | S: Maintained | |
389 | F: drivers/media/i2c/adp1653.c | |
390 | F: include/media/adp1653.h | |
391 | ||
527a1a83 MH |
392 | ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) |
393 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 394 | W: http://wiki.analog.com/ADP5520 |
a4edbc10 | 395 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
396 | S: Supported |
397 | F: drivers/mfd/adp5520.c | |
398 | F: drivers/video/backlight/adp5520_bl.c | |
45b4e0d5 | 399 | F: drivers/leds/leds-adp5520.c |
77278d50 | 400 | F: drivers/gpio/gpio-adp5520.c |
527a1a83 MH |
401 | F: drivers/input/keyboard/adp5520-keys.c |
402 | ||
403 | ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) | |
404 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 405 | W: http://wiki.analog.com/ADP5588 |
a4edbc10 | 406 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
407 | S: Supported |
408 | F: drivers/input/keyboard/adp5588-keys.c | |
77278d50 | 409 | F: drivers/gpio/gpio-adp5588.c |
527a1a83 MH |
410 | |
411 | ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) | |
412 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 413 | W: http://wiki.analog.com/ADP8860 |
a4edbc10 | 414 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
415 | S: Supported |
416 | F: drivers/video/backlight/adp8860_bl.c | |
417 | ||
8c22a8f5 DE |
418 | ADS1015 HARDWARE MONITOR DRIVER |
419 | M: Dirk Eibach <[email protected]> | |
420 | L: [email protected] | |
421 | S: Maintained | |
422 | F: Documentation/hwmon/ads1015 | |
423 | F: drivers/hwmon/ads1015.c | |
424 | F: include/linux/i2c/ads1015.h | |
425 | ||
1da177e4 | 426 | ADT746X FAN DRIVER |
8b58be88 | 427 | M: Colin Leroy <[email protected]> |
1da177e4 | 428 | S: Maintained |
679655da | 429 | F: drivers/macintosh/therm_adt746x.c |
1da177e4 | 430 | |
b058b859 | 431 | ADT7475 HARDWARE MONITOR DRIVER |
7c81c60f | 432 | M: Jean Delvare <[email protected]> |
b058b859 JD |
433 | L: [email protected] |
434 | S: Maintained | |
435 | F: Documentation/hwmon/adt7475 | |
436 | F: drivers/hwmon/adt7475.c | |
437 | ||
527a1a83 MH |
438 | ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) |
439 | M: Michael Hennerich <[email protected]> | |
a3f531ac | 440 | W: http://wiki.analog.com/ADXL345 |
a4edbc10 | 441 | W: http://ez.analog.com/community/linux-device-drivers |
527a1a83 MH |
442 | S: Supported |
443 | F: drivers/input/misc/adxl34x.c | |
444 | ||
8c6af9e1 | 445 | ADVANSYS SCSI DRIVER |
8b58be88 | 446 | M: Matthew Wilcox <[email protected]> |
8c6af9e1 MW |
447 | L: [email protected] |
448 | S: Maintained | |
679655da JP |
449 | F: Documentation/scsi/advansys.txt |
450 | F: drivers/scsi/advansys.c | |
8c6af9e1 | 451 | |
1da177e4 | 452 | AEDSP16 DRIVER |
8b58be88 | 453 | M: Riccardo Facchetti <[email protected]> |
1da177e4 | 454 | S: Maintained |
679655da | 455 | F: sound/oss/aedsp16.c |
1da177e4 | 456 | |
91952bc0 AP |
457 | AF9013 MEDIA DRIVER |
458 | M: Antti Palosaari <[email protected]> | |
459 | L: [email protected] | |
460 | W: http://linuxtv.org/ | |
461 | W: http://palosaari.fi/linux/ | |
462 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
463 | T: git git://linuxtv.org/anttip/media_tree.git | |
464 | S: Maintained | |
465 | F: drivers/media/dvb-frontends/af9013* | |
466 | ||
467 | AF9033 MEDIA DRIVER | |
468 | M: Antti Palosaari <[email protected]> | |
469 | L: [email protected] | |
470 | W: http://linuxtv.org/ | |
471 | W: http://palosaari.fi/linux/ | |
472 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
473 | T: git git://linuxtv.org/anttip/media_tree.git | |
474 | S: Maintained | |
475 | F: drivers/media/dvb-frontends/af9033* | |
476 | ||
1da177e4 | 477 | AFFS FILE SYSTEM |
6cf515e1 GU |
478 | L: [email protected] |
479 | S: Orphan | |
679655da JP |
480 | F: Documentation/filesystems/affs.txt |
481 | F: fs/affs/ | |
1da177e4 | 482 | |
e2d1d6c0 | 483 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
8b58be88 | 484 | M: David Howells <[email protected]> |
e2d1d6c0 RD |
485 | L: [email protected] |
486 | S: Supported | |
679655da JP |
487 | F: fs/afs/ |
488 | F: include/net/af_rxrpc.h | |
489 | F: net/rxrpc/af_rxrpc.c | |
e2d1d6c0 | 490 | |
1da177e4 | 491 | AGPGART DRIVER |
8b58be88 | 492 | M: David Airlie <[email protected]> |
878eaf61 | 493 | T: git git://people.freedesktop.org/~airlied/linux (part of drm maint) |
1da177e4 | 494 | S: Maintained |
679655da JP |
495 | F: drivers/char/agp/ |
496 | F: include/linux/agp* | |
c117ab84 | 497 | F: include/uapi/linux/agp* |
1da177e4 LT |
498 | |
499 | AHA152X SCSI DRIVER | |
8b58be88 | 500 | M: "Juergen E. Fischer" <[email protected]> |
1da177e4 LT |
501 | L: [email protected] |
502 | S: Maintained | |
679655da JP |
503 | F: drivers/scsi/aha152x* |
504 | F: drivers/scsi/pcmcia/aha152x* | |
1da177e4 | 505 | |
64624d4f | 506 | AIC7XXX / AIC79XX SCSI DRIVER |
8b58be88 | 507 | M: Hannes Reinecke <[email protected]> |
64624d4f | 508 | L: [email protected] |
1da177e4 | 509 | S: Maintained |
679655da | 510 | F: drivers/scsi/aic7xxx/ |
1da177e4 | 511 | |
450500ad HV |
512 | AIMSLAB FM RADIO RECEIVER DRIVER |
513 | M: Hans Verkuil <[email protected]> | |
514 | L: [email protected] | |
515 | T: git git://linuxtv.org/media_tree.git | |
516 | W: http://linuxtv.org | |
517 | S: Maintained | |
518 | F: drivers/media/radio/radio-aimslab* | |
519 | ||
e2d1d6c0 | 520 | AIO |
8b58be88 | 521 | M: Benjamin LaHaise <[email protected]> |
e2d1d6c0 RD |
522 | L: [email protected] |
523 | S: Supported | |
679655da JP |
524 | F: fs/aio.c |
525 | F: include/linux/*aio*.h | |
e2d1d6c0 | 526 | |
469d4ec8 AP |
527 | AIRSPY MEDIA DRIVER |
528 | M: Antti Palosaari <[email protected]> | |
529 | L: [email protected] | |
530 | W: http://linuxtv.org/ | |
531 | W: http://palosaari.fi/linux/ | |
532 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
533 | T: git git://linuxtv.org/anttip/media_tree.git | |
534 | S: Maintained | |
535 | F: drivers/media/usb/airspy/ | |
536 | ||
1da177e4 | 537 | ALCATEL SPEEDTOUCH USB DRIVER |
8b58be88 | 538 | M: Duncan Sands <[email protected]> |
6372594a | 539 | L: [email protected] |
1da177e4 LT |
540 | W: http://www.linux-usb.org/SpeedTouch/ |
541 | S: Maintained | |
679655da JP |
542 | F: drivers/usb/atm/speedtch.c |
543 | F: drivers/usb/atm/usbatm.c | |
1da177e4 | 544 | |
272f133a | 545 | ALCHEMY AU1XX0 MMC DRIVER |
8b58be88 | 546 | M: Manuel Lauss <[email protected]> |
08fcb720 | 547 | S: Maintained |
679655da | 548 | F: drivers/mmc/host/au1xmmc.c |
272f133a | 549 | |
4a4e5787 | 550 | ALI1563 I2C DRIVER |
8b58be88 | 551 | M: Rudolf Marek <[email protected]> |
846557d3 | 552 | L: [email protected] |
4a4e5787 | 553 | S: Maintained |
679655da JP |
554 | F: Documentation/i2c/busses/i2c-ali1563 |
555 | F: drivers/i2c/busses/i2c-ali1563.c | |
4a4e5787 | 556 | |
1da177e4 | 557 | ALPHA PORT |
8b58be88 | 558 | M: Richard Henderson <[email protected]> |
8b58be88 | 559 | M: Ivan Kokshaysky <[email protected]> |
abd4d609 | 560 | M: Matt Turner <[email protected]> |
c89f4f9a | 561 | S: Odd Fixes |
a9406699 | 562 | L: [email protected] |
679655da | 563 | F: arch/alpha/ |
1da177e4 | 564 | |
16b8b922 | 565 | ALTERA TRIPLE SPEED ETHERNET DRIVER |
0d9327ab | 566 | M: Vince Bridgers <[email protected]> |
16b8b922 VB |
567 | L: [email protected] |
568 | L: [email protected] (moderated for non-subscribers) | |
569 | S: Maintained | |
570 | F: drivers/net/ethernet/altera/ | |
571 | ||
adf9251f TK |
572 | ALTERA UART/JTAG UART SERIAL DRIVERS |
573 | M: Tobias Klauser <[email protected]> | |
574 | L: [email protected] | |
61bd0943 | 575 | L: [email protected] (moderated for non-subscribers) |
adf9251f TK |
576 | S: Maintained |
577 | F: drivers/tty/serial/altera_uart.c | |
578 | F: drivers/tty/serial/altera_jtaguart.c | |
579 | F: include/linux/altera_uart.h | |
580 | F: include/linux/altera_jtaguart.h | |
581 | ||
f4875e12 TL |
582 | AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER |
583 | M: Tom Lendacky <[email protected]> | |
584 | L: [email protected] | |
585 | S: Supported | |
586 | F: drivers/crypto/ccp/ | |
587 | F: include/linux/ccp.h | |
588 | ||
512d1027 | 589 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
d034fbf0 | 590 | M: Andreas Herrmann <[email protected]> |
512d1027 AH |
591 | L: [email protected] |
592 | S: Maintained | |
593 | F: Documentation/hwmon/fam15h_power | |
594 | F: drivers/hwmon/fam15h_power.c | |
595 | ||
167a675a | 596 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
8b58be88 | 597 | M: Thomas Dahlmann <[email protected]> |
67d76710 | 598 | L: [email protected] (moderated for non-subscribers) |
167a675a | 599 | S: Supported |
faf2e1db | 600 | F: drivers/usb/gadget/udc/amd5536udc.* |
167a675a | 601 | |
f90b8116 | 602 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
69006096 | 603 | P: Andres Salomon <[email protected]> |
67d76710 | 604 | L: [email protected] (moderated for non-subscribers) |
f90b8116 JC |
605 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
606 | S: Supported | |
679655da JP |
607 | F: drivers/char/hw_random/geode-rng.c |
608 | F: drivers/crypto/geode* | |
8a61f013 | 609 | F: drivers/video/fbdev/geode/ |
679655da | 610 | F: arch/x86/include/asm/geode.h |
f90b8116 | 611 | |
919ee7dd | 612 | AMD IOMMU (AMD-VI) |
e4110568 | 613 | M: Joerg Roedel <[email protected]> |
919ee7dd | 614 | L: [email protected] |
525b233c | 615 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
e4110568 | 616 | S: Maintained |
b2c16391 JP |
617 | F: drivers/iommu/amd_iommu*.[ch] |
618 | F: include/linux/amd-iommu.h | |
919ee7dd | 619 | |
e7f5b309 | 620 | AMD MICROCODE UPDATE SUPPORT |
943482d0 | 621 | M: Andreas Herrmann <[email protected]> |
7d2c86b5 | 622 | L: [email protected] |
943482d0 | 623 | S: Maintained |
73d425fd | 624 | F: arch/x86/kernel/cpu/microcode/amd* |
e7f5b309 | 625 | |
45198c7b LT |
626 | AMD XGBE DRIVER |
627 | M: Tom Lendacky <[email protected]> | |
628 | L: [email protected] | |
629 | S: Supported | |
630 | F: drivers/net/ethernet/amd/xgbe/ | |
631 | F: drivers/net/phy/amd-xgbe-phy.c | |
632 | ||
284f42b6 | 633 | AMS (Apple Motion Sensor) DRIVER |
8b58be88 | 634 | M: Michael Hanselmann <[email protected]> |
284f42b6 | 635 | S: Supported |
bd5f47ec | 636 | F: drivers/macintosh/ams/ |
284f42b6 | 637 | |
f94b533d | 638 | AMSO1100 RNIC DRIVER |
8b58be88 JP |
639 | M: Tom Tucker <[email protected]> |
640 | M: Steve Wise <[email protected]> | |
e6cc0fd1 | 641 | L: [email protected] |
f94b533d | 642 | S: Maintained |
679655da | 643 | F: drivers/infiniband/hw/amso1100/ |
f94b533d | 644 | |
531fca16 HV |
645 | ANALOG DEVICES INC AD9389B DRIVER |
646 | M: Hans Verkuil <[email protected]> | |
647 | L: [email protected] | |
648 | S: Maintained | |
649 | F: drivers/media/i2c/ad9389b* | |
650 | ||
c40ddfa3 HV |
651 | ANALOG DEVICES INC ADV7511 DRIVER |
652 | M: Hans Verkuil <[email protected]> | |
653 | L: [email protected] | |
654 | S: Maintained | |
655 | F: drivers/media/i2c/adv7511* | |
656 | ||
531fca16 HV |
657 | ANALOG DEVICES INC ADV7604 DRIVER |
658 | M: Hans Verkuil <[email protected]> | |
659 | L: [email protected] | |
660 | S: Maintained | |
661 | F: drivers/media/i2c/adv7604* | |
662 | ||
c40ddfa3 HV |
663 | ANALOG DEVICES INC ADV7842 DRIVER |
664 | M: Hans Verkuil <[email protected]> | |
665 | L: [email protected] | |
666 | S: Maintained | |
667 | F: drivers/media/i2c/adv7842* | |
668 | ||
527a1a83 | 669 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
535bd16f | 670 | M: Lars-Peter Clausen <[email protected]> |
4bdef3bd | 671 | L: [email protected] (moderated for non-subscribers) |
a3f531ac | 672 | W: http://wiki.analog.com/ |
a4edbc10 | 673 | W: http://ez.analog.com/community/linux-device-drivers |
4bdef3bd | 674 | S: Supported |
39c9d199 | 675 | F: sound/soc/codecs/adau* |
cc52688a | 676 | F: sound/soc/codecs/adav* |
4bdef3bd | 677 | F: sound/soc/codecs/ad1* |
ae48f5ef | 678 | F: sound/soc/codecs/ad7* |
4bdef3bd | 679 | F: sound/soc/codecs/ssm* |
40216ce7 | 680 | F: sound/soc/codecs/sigmadsp.* |
4bdef3bd | 681 | |
527a1a83 | 682 | ANALOG DEVICES INC ASOC DRIVERS |
b3fe92b0 | 683 | L: [email protected] (moderated for non-subscribers) |
527a1a83 MH |
684 | L: [email protected] (moderated for non-subscribers) |
685 | W: http://blackfin.uclinux.org/ | |
686 | S: Supported | |
687 | F: sound/soc/blackfin/* | |
688 | ||
42269063 | 689 | AOA (Apple Onboard Audio) ALSA DRIVER |
8b58be88 | 690 | M: Johannes Berg <[email protected]> |
a4724ed6 | 691 | L: [email protected] |
93711660 | 692 | L: [email protected] (moderated for non-subscribers) |
42269063 | 693 | S: Maintained |
679655da | 694 | F: sound/aoa/ |
42269063 | 695 | |
1da177e4 | 696 | APM DRIVER |
81024fc4 JK |
697 | M: Jiri Kosina <[email protected]> |
698 | S: Odd fixes | |
679655da JP |
699 | F: arch/x86/kernel/apm_32.c |
700 | F: include/linux/apm_bios.h | |
c117ab84 | 701 | F: include/uapi/linux/apm_bios.h |
81024fc4 | 702 | F: drivers/char/apm-emulation.c |
1da177e4 | 703 | |
bd7aa4b2 | 704 | APPLE BCM5974 MULTITOUCH DRIVER |
8b58be88 | 705 | M: Henrik Rydberg <[email protected]> |
bd7aa4b2 HR |
706 | L: [email protected] |
707 | S: Maintained | |
679655da | 708 | F: drivers/input/mouse/bcm5974.c |
bd7aa4b2 | 709 | |
6f2fad74 | 710 | APPLE SMC DRIVER |
d618540f HR |
711 | M: Henrik Rydberg <[email protected]> |
712 | L: [email protected] | |
6f2fad74 | 713 | S: Maintained |
679655da | 714 | F: drivers/hwmon/applesmc.c |
6f2fad74 | 715 | |
1da177e4 | 716 | APPLETALK NETWORK LAYER |
8b58be88 | 717 | M: Arnaldo Carvalho de Melo <[email protected]> |
1da177e4 | 718 | S: Maintained |
679655da JP |
719 | F: drivers/net/appletalk/ |
720 | F: net/appletalk/ | |
1da177e4 | 721 | |
24299502 IS |
722 | APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER |
723 | M: Iyappan Subramanian <[email protected]> | |
724 | M: Keyur Chudgar <[email protected]> | |
725 | M: Ravi Patel <[email protected]> | |
726 | S: Supported | |
727 | F: drivers/net/ethernet/apm/xgene/ | |
728 | F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt | |
729 | ||
62a37dc7 LP |
730 | APTINA CAMERA SENSOR PLL |
731 | M: Laurent Pinchart <[email protected]> | |
732 | L: [email protected] | |
733 | S: Maintained | |
734 | F: drivers/media/i2c/aptina-pll.* | |
735 | ||
a480167b | 736 | ARASAN COMPACT FLASH PATA CONTROLLER |
2d8a3b3d | 737 | M: Viresh Kumar <[email protected]> |
a480167b VK |
738 | L: [email protected] |
739 | S: Maintained | |
740 | F: include/linux/pata_arasan_cf_data.h | |
741 | F: drivers/ata/pata_arasan_cf.c | |
742 | ||
1154ea7d | 743 | ARC FRAMEBUFFER DRIVER |
8b58be88 | 744 | M: Jaya Kumar <[email protected]> |
1154ea7d | 745 | S: Maintained |
8a61f013 JH |
746 | F: drivers/video/fbdev/arcfb.c |
747 | F: drivers/video/fbdev/core/fb_defio.c | |
1154ea7d | 748 | |
1da177e4 | 749 | ARM MFM AND FLOPPY DRIVERS |
8b58be88 | 750 | M: Ian Molton <[email protected]> |
1da177e4 | 751 | S: Maintained |
679655da JP |
752 | F: arch/arm/lib/floppydma.S |
753 | F: arch/arm/include/asm/floppy.h | |
1da177e4 | 754 | |
6f96521f WD |
755 | ARM PMU PROFILING AND DEBUGGING |
756 | M: Will Deacon <[email protected]> | |
757 | S: Maintained | |
758 | F: arch/arm/kernel/perf_event* | |
759 | F: arch/arm/oprofile/common.c | |
6f96521f WD |
760 | F: arch/arm/include/asm/pmu.h |
761 | F: arch/arm/kernel/hw_breakpoint.c | |
762 | F: arch/arm/include/asm/hw_breakpoint.h | |
763 | ||
d4275354 | 764 | ARM PORT |
8b58be88 | 765 | M: Russell King <[email protected]> |
efc03ecb | 766 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
767 | W: http://www.arm.linux.org.uk/ |
768 | S: Maintained | |
769 | F: arch/arm/ | |
770 | ||
d323c243 SB |
771 | ARM SUB-ARCHITECTURES |
772 | L: [email protected] (moderated for non-subscribers) | |
56ca9d98 | 773 | S: Maintained |
d323c243 SB |
774 | F: arch/arm/mach-*/ |
775 | F: arch/arm/plat-*/ | |
776 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git | |
777 | ||
cefbf4ea RK |
778 | ARM PRIMECELL AACI PL041 DRIVER |
779 | M: Russell King <[email protected]> | |
780 | S: Maintained | |
781 | F: sound/arm/aaci.* | |
782 | ||
783 | ARM PRIMECELL CLCD PL110 DRIVER | |
784 | M: Russell King <[email protected]> | |
785 | S: Maintained | |
8a61f013 | 786 | F: drivers/video/fbdev/amba-clcd.* |
cefbf4ea RK |
787 | |
788 | ARM PRIMECELL KMI PL050 DRIVER | |
789 | M: Russell King <[email protected]> | |
790 | S: Maintained | |
791 | F: drivers/input/serio/ambakmi.* | |
792 | F: include/linux/amba/kmi.h | |
793 | ||
2761f5c2 | 794 | ARM PRIMECELL MMCI PL180/1 DRIVER |
08a5c9a2 RK |
795 | M: Russell King <[email protected]> |
796 | S: Maintained | |
679655da | 797 | F: drivers/mmc/host/mmci.* |
2f748aaa | 798 | F: include/linux/amba/mmci.h |
2761f5c2 | 799 | |
1b4304e5 RK |
800 | ARM PRIMECELL UART PL010 AND PL011 DRIVERS |
801 | M: Russell King <[email protected]> | |
802 | S: Maintained | |
803 | F: drivers/tty/serial/amba-pl01*.c | |
804 | F: include/linux/amba/serial.h | |
2761f5c2 | 805 | |
cefbf4ea RK |
806 | ARM PRIMECELL BUS SUPPORT |
807 | M: Russell King <[email protected]> | |
808 | S: Maintained | |
809 | F: drivers/amba/ | |
810 | F: include/linux/amba/bus.h | |
811 | ||
2b7a52a4 | 812 | ARM/ADS SPHERE MACHINE SUPPORT |
8b58be88 | 813 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 814 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
815 | S: Maintained |
816 | ||
9c784f95 | 817 | ARM/AFEB9260 MACHINE SUPPORT |
8b58be88 | 818 | M: Sergey Lapin <[email protected]> |
efc03ecb | 819 | L: [email protected] (moderated for non-subscribers) |
9c784f95 SL |
820 | S: Maintained |
821 | ||
2b7a52a4 | 822 | ARM/AJECO 1ARM MACHINE SUPPORT |
8b58be88 | 823 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 824 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
825 | S: Maintained |
826 | ||
1b106699 MR |
827 | ARM/Allwinner A1X SoC support |
828 | M: Maxime Ripard <[email protected]> | |
829 | L: [email protected] (moderated for non-subscribers) | |
830 | S: Maintained | |
60b0f380 MR |
831 | N: sun[x4567]i |
832 | ||
833 | ARM/Allwinner SoC Clock Support | |
834 | M: Emilio López <[email protected]> | |
835 | S: Maintained | |
836 | F: drivers/clk/sunxi/ | |
1b106699 | 837 | |
c1fc8675 | 838 | ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES |
8b58be88 | 839 | M: Andrew Victor <[email protected]> |
c1fc8675 NF |
840 | M: Nicolas Ferre <[email protected]> |
841 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
efc03ecb | 842 | L: [email protected] (moderated for non-subscribers) |
795fb7e7 | 843 | W: http://maxim.org.za/at91_26.html |
c1fc8675 NF |
844 | W: http://www.linux4sam.org |
845 | S: Supported | |
846 | F: arch/arm/mach-at91/ | |
70e389cc MB |
847 | F: arch/arm/boot/dts/at91*.dts |
848 | F: arch/arm/boot/dts/at91*.dtsi | |
849 | F: arch/arm/boot/dts/sama*.dts | |
850 | F: arch/arm/boot/dts/sama*.dtsi | |
d4a89c7d | 851 | |
6e05dd4e BB |
852 | ARM/ATMEL AT91 Clock Support |
853 | M: Boris Brezillon <[email protected]> | |
854 | S: Maintained | |
855 | F: drivers/clk/at91 | |
856 | ||
986cf2e9 | 857 | ARM/CALXEDA HIGHBANK ARCHITECTURE |
5d3ad8a6 | 858 | M: Rob Herring <[email protected]> |
986cf2e9 RH |
859 | L: [email protected] (moderated for non-subscribers) |
860 | S: Maintained | |
861 | F: arch/arm/mach-highbank/ | |
862 | ||
d94f944e | 863 | ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT |
9d5e2a02 | 864 | M: Anton Vorontsov <[email protected]> |
d94f944e AV |
865 | S: Maintained |
866 | F: arch/arm/mach-cns3xxx/ | |
867 | T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git | |
868 | ||
386ab516 AS |
869 | ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE |
870 | M: Alexander Shiyan <[email protected]> | |
871 | L: [email protected] (moderated for non-subscribers) | |
872 | S: Odd Fixes | |
b8ba3874 | 873 | N: clps711x |
386ab516 | 874 | |
2b7a52a4 | 875 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
ddd559b1 | 876 | M: Hartley Sweeten <[email protected]> |
1c5454ee | 877 | M: Ryan Mallon <[email protected]> |
efc03ecb | 878 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 | 879 | S: Maintained |
d19d3667 HS |
880 | F: arch/arm/mach-ep93xx/ |
881 | F: arch/arm/mach-ep93xx/include/mach/ | |
2b7a52a4 LB |
882 | |
883 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
8b58be88 | 884 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 885 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
886 | S: Maintained |
887 | ||
d4275354 | 888 | ARM/CLKDEV SUPPORT |
8b58be88 | 889 | M: Russell King <[email protected]> |
efc03ecb | 890 | L: [email protected] (moderated for non-subscribers) |
37417046 | 891 | S: Maintained |
d4275354 | 892 | F: arch/arm/include/asm/clkdev.h |
4fa2651d | 893 | F: drivers/clk/clkdev.c |
d4275354 | 894 | |
d48134e7 | 895 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
8b58be88 | 896 | M: Mike Rapoport <[email protected]> |
efc03ecb | 897 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
898 | S: Maintained |
899 | ||
94150095 HF |
900 | ARM/CONTEC MICRO9 MACHINE SUPPORT |
901 | M: Hubert Feurstein <[email protected]> | |
902 | S: Maintained | |
903 | F: arch/arm/mach-ep93xx/micro9.c | |
904 | ||
1da177e4 | 905 | ARM/CORGI MACHINE SUPPORT |
8b58be88 | 906 | M: Richard Purdie <[email protected]> |
1da177e4 LT |
907 | S: Maintained |
908 | ||
881a95f9 | 909 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
162500b3 | 910 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 911 | L: [email protected] (moderated for non-subscribers) |
162500b3 HUK |
912 | T: git git://git.berlios.de/gemini-board |
913 | S: Maintained | |
f49afbb5 | 914 | F: arch/arm/mach-gemini/ |
881a95f9 | 915 | |
a990cbd8 | 916 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT |
5abf58bf | 917 | M: Barry Song <[email protected]> |
a990cbd8 | 918 | L: [email protected] (moderated for non-subscribers) |
85529d14 | 919 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
a990cbd8 BS |
920 | S: Maintained |
921 | F: arch/arm/mach-prima2/ | |
4a9c44f1 | 922 | F: drivers/clk/sirf/ |
05f30e8d BS |
923 | F: drivers/clocksource/timer-prima2.c |
924 | F: drivers/clocksource/timer-marco.c | |
f8505ef5 | 925 | N: [^a-z]sirf |
a990cbd8 | 926 | |
d4275354 | 927 | ARM/EBSA110 MACHINE SUPPORT |
8b58be88 | 928 | M: Russell King <[email protected]> |
efc03ecb | 929 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
930 | W: http://www.arm.linux.org.uk/ |
931 | S: Maintained | |
932 | F: arch/arm/mach-ebsa110/ | |
b955f6ca | 933 | F: drivers/net/ethernet/amd/am79c961a.* |
d4275354 | 934 | |
4721f3ce UKK |
935 | ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT |
936 | M: Uwe Kleine-König <[email protected]> | |
937 | L: [email protected] (moderated for non-subscribers) | |
938 | S: Maintained | |
939 | N: efm32 | |
940 | ||
a9da4f7e | 941 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
8b58be88 JP |
942 | M: Daniel Ribeiro <[email protected]> |
943 | M: Stefan Schmidt <[email protected]> | |
944 | M: Harald Welte <[email protected]> | |
d66f1886 | 945 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
946 | W: http://www.openezx.org/ |
947 | S: Maintained | |
cafc2265 SS |
948 | T: topgit git://git.openezx.org/openezx.git |
949 | F: arch/arm/mach-pxa/ezx.c | |
a9da4f7e | 950 | |
6a915af9 | 951 | ARM/FARADAY FA526 PORT |
162500b3 | 952 | M: Hans Ulli Kroll <[email protected]> |
efc03ecb | 953 | L: [email protected] (moderated for non-subscribers) |
162500b3 | 954 | S: Maintained |
1fa7e547 | 955 | T: git git://git.berlios.de/gemini-board |
f49afbb5 | 956 | F: arch/arm/mm/*-fa* |
6a915af9 | 957 | |
d4275354 | 958 | ARM/FOOTBRIDGE ARCHITECTURE |
8b58be88 | 959 | M: Russell King <[email protected]> |
efc03ecb | 960 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
961 | W: http://www.arm.linux.org.uk/ |
962 | S: Maintained | |
963 | F: arch/arm/include/asm/hardware/dec21285.h | |
964 | F: arch/arm/mach-footbridge/ | |
965 | ||
86183a5f | 966 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
f1c12837 | 967 | M: Shawn Guo <[email protected]> |
8b58be88 | 968 | M: Sascha Hauer <[email protected]> |
efc03ecb | 969 | L: [email protected] (moderated for non-subscribers) |
86183a5f | 970 | S: Maintained |
f1c12837 | 971 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
adf79292 | 972 | F: arch/arm/mach-imx/ |
ce515a6b | 973 | F: arch/arm/mach-mxs/ |
2a82f95c | 974 | F: arch/arm/boot/dts/imx* |
e5dafa22 | 975 | F: arch/arm/configs/imx*_defconfig |
86183a5f | 976 | |
2b7a52a4 | 977 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
8b58be88 | 978 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 979 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
980 | S: Maintained |
981 | ||
90b8fc34 | 982 | ARM/GUMSTIX MACHINE SUPPORT |
8b58be88 | 983 | M: Steve Sakoman <[email protected]> |
efc03ecb | 984 | L: [email protected] (moderated for non-subscribers) |
90b8fc34 JK |
985 | S: Maintained |
986 | ||
ef47d5f0 | 987 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
8b58be88 | 988 | M: Philipp Zabel <[email protected]> |
12a93f32 PZ |
989 | M: Paul Parsons <[email protected]> |
990 | L: [email protected] (moderated for non-subscribers) | |
ef47d5f0 PZ |
991 | S: Maintained |
992 | F: arch/arm/mach-pxa/hx4700.c | |
993 | F: arch/arm/mach-pxa/include/mach/hx4700.h | |
12a93f32 | 994 | F: sound/soc/pxa/hx4700.c |
ef47d5f0 | 995 | |
4dfad069 WX |
996 | ARM/HISILICON SOC SUPPORT |
997 | M: Wei Xu <[email protected]> | |
998 | L: [email protected] (moderated for non-subscribers) | |
999 | W: http://www.hisilicon.com | |
1000 | S: Supported | |
1001 | T: git git://github.com/hisilicon/linux-hisi.git | |
1002 | F: arch/arm/mach-hisi/ | |
1003 | ||
21f37bc3 | 1004 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
8b58be88 | 1005 | M: Kristoffer Ericson <[email protected]> |
795fb7e7 JD |
1006 | W: www.jlime.com |
1007 | S: Maintained | |
084bad91 KE |
1008 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
1009 | F: arch/arm/mach-sa1100/jornada720.c | |
1010 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | |
21f37bc3 | 1011 | |
5e767ab9 JMC |
1012 | ARM/IGEP MACHINE SUPPORT |
1013 | M: Enric Balletbo i Serra <[email protected]> | |
1014 | M: Javier Martinez Canillas <[email protected]> | |
1015 | L: [email protected] | |
1016 | L: [email protected] (moderated for non-subscribers) | |
1017 | S: Maintained | |
06ff74fd | 1018 | F: arch/arm/boot/dts/omap3-igep* |
5e767ab9 | 1019 | |
403d2971 MV |
1020 | ARM/INCOME PXA270 SUPPORT |
1021 | M: Marek Vasut <[email protected]> | |
1022 | L: [email protected] (moderated for non-subscribers) | |
1023 | S: Maintained | |
ec154082 | 1024 | F: arch/arm/mach-pxa/colibri-pxa270-income.c |
403d2971 | 1025 | |
2b7a52a4 | 1026 | ARM/INTEL IOP32X ARM ARCHITECTURE |
8b58be88 | 1027 | M: Lennert Buytenhek <[email protected]> |
ab5f8c6e | 1028 | M: Dan Williams <[email protected]> |
efc03ecb | 1029 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1030 | S: Maintained |
e2bdb176 DW |
1031 | |
1032 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
ab5f8c6e | 1033 | M: Dan Williams <[email protected]> |
efc03ecb | 1034 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1035 | S: Maintained |
2b7a52a4 LB |
1036 | |
1037 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
8b58be88 | 1038 | M: Lennert Buytenhek <[email protected]> |
ab5f8c6e | 1039 | M: Dan Williams <[email protected]> |
efc03ecb | 1040 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1041 | S: Maintained |
2b7a52a4 LB |
1042 | |
1043 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
8b58be88 | 1044 | M: Lennert Buytenhek <[email protected]> |
ab5f8c6e | 1045 | M: Dan Williams <[email protected]> |
efc03ecb | 1046 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1047 | S: Maintained |
2b7a52a4 | 1048 | |
2b7a52a4 | 1049 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
8b58be88 | 1050 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1051 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1052 | S: Maintained |
1053 | ||
dfdd8cc9 KH |
1054 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
1055 | M: Imre Kaloz <[email protected]> | |
1056 | M: Krzysztof Halasa <[email protected]> | |
baea7b94 | 1057 | L: [email protected] (moderated for non-subscribers) |
dfdd8cc9 KH |
1058 | S: Maintained |
1059 | F: arch/arm/mach-ixp4xx/ | |
1060 | ||
838553c5 | 1061 | ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT |
7f49a7f7 JC |
1062 | M: Jonathan Cameron <[email protected]> |
1063 | L: [email protected] (moderated for non-subscribers) | |
1064 | S: Maintained | |
1065 | F: arch/arm/mach-pxa/stargate2.c | |
1066 | F: drivers/pcmcia/pxa2xx_stargate2.c | |
1067 | ||
2b7a52a4 | 1068 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
8b58be88 | 1069 | M: Lennert Buytenhek <[email protected]> |
ab5f8c6e | 1070 | M: Dan Williams <[email protected]> |
efc03ecb | 1071 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 1072 | S: Maintained |
2b7a52a4 LB |
1073 | |
1074 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
8b58be88 | 1075 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1076 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1077 | S: Maintained |
1078 | ||
1154f858 SS |
1079 | ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE |
1080 | M: Santosh Shilimkar <[email protected]> | |
1081 | L: [email protected] (moderated for non-subscribers) | |
1082 | S: Maintained | |
1083 | F: arch/arm/mach-keystone/ | |
317929cd | 1084 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git |
1154f858 | 1085 | |
bc6aa566 SS |
1086 | ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK |
1087 | M: Santosh Shilimkar <[email protected]> | |
1088 | L: [email protected] | |
1089 | S: Maintained | |
1090 | F: drivers/clk/keystone/ | |
1091 | ||
1092 | ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE | |
1093 | M: Santosh Shilimkar <[email protected]> | |
1094 | L: [email protected] (moderated for non-subscribers) | |
1095 | L: [email protected] | |
1096 | S: Maintained | |
1097 | F: drivers/clocksource/timer-keystone.c | |
1098 | ||
1099 | ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER | |
1100 | M: Santosh Shilimkar <[email protected]> | |
1101 | L: [email protected] | |
1102 | S: Maintained | |
1103 | F: drivers/power/reset/keystone-reset.c | |
1104 | ||
1105 | ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS | |
1106 | M: Santosh Shilimkar <[email protected]> | |
1107 | L: [email protected] | |
1108 | S: Maintained | |
1109 | F: drivers/memory/*emif* | |
1110 | ||
2b7a52a4 | 1111 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
8b58be88 | 1112 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1113 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1114 | S: Maintained |
1115 | ||
3b886171 | 1116 | ARM/MAGICIAN MACHINE SUPPORT |
8b58be88 | 1117 | M: Philipp Zabel <[email protected]> |
3b886171 PZ |
1118 | S: Maintained |
1119 | ||
75f41273 TP |
1120 | ARM/Marvell Armada 370 and Armada XP SOC support |
1121 | M: Jason Cooper <[email protected]> | |
1122 | M: Andrew Lunn <[email protected]> | |
1123 | M: Gregory Clement <[email protected]> | |
dcb71503 | 1124 | M: Sebastian Hesselbarth <[email protected]> |
75f41273 TP |
1125 | L: [email protected] (moderated for non-subscribers) |
1126 | S: Maintained | |
1127 | F: arch/arm/mach-mvebu/ | |
1128 | ||
40f4978b SH |
1129 | ARM/Marvell Berlin SoC support |
1130 | M: Sebastian Hesselbarth <[email protected]> | |
1131 | L: [email protected] (moderated for non-subscribers) | |
1132 | S: Maintained | |
1133 | F: arch/arm/mach-berlin/ | |
1134 | ||
4cfab57e | 1135 | ARM/Marvell Dove/MV78xx0/Orion SOC support |
4f1312b0 NP |
1136 | M: Jason Cooper <[email protected]> |
1137 | M: Andrew Lunn <[email protected]> | |
dcb71503 | 1138 | M: Sebastian Hesselbarth <[email protected]> |
efc03ecb | 1139 | L: [email protected] (moderated for non-subscribers) |
4f1312b0 NP |
1140 | S: Maintained |
1141 | F: arch/arm/mach-dove/ | |
54a246ff NP |
1142 | F: arch/arm/mach-mv78xx0/ |
1143 | F: arch/arm/mach-orion5x/ | |
1144 | F: arch/arm/plat-orion/ | |
3b886171 | 1145 | |
d69ac131 AC |
1146 | ARM/Orion SoC/Technologic Systems TS-78xx platform support |
1147 | M: Alexander Clouter <[email protected]> | |
1148 | L: [email protected] (moderated for non-subscribers) | |
1149 | W: http://www.digriz.org.uk/ts78xx/kernel | |
1150 | S: Maintained | |
1151 | F: arch/arm/mach-orion5x/ts78xx-* | |
1152 | ||
adcb079f AB |
1153 | ARM/MICREL KS8695 ARCHITECTURE |
1154 | M: Greg Ungerer <[email protected]> | |
1155 | L: [email protected] (moderated for non-subscribers) | |
14430813 | 1156 | F: arch/arm/mach-ks8695/ |
adcb079f AB |
1157 | S: Odd Fixes |
1158 | ||
d78ff0a5 | 1159 | ARM/MIOA701 MACHINE SUPPORT |
8b58be88 | 1160 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 1161 | L: [email protected] (moderated for non-subscribers) |
d78ff0a5 RJ |
1162 | F: arch/arm/mach-pxa/mioa701.c |
1163 | S: Maintained | |
1164 | ||
9624dfe6 | 1165 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
8b58be88 | 1166 | M: Michael Petchkovsky <[email protected]> |
9624dfe6 KE |
1167 | S: Maintained |
1168 | ||
e0ee9851 | 1169 | ARM/NOMADIK ARCHITECTURE |
28b8e8d4 | 1170 | M: Alessandro Rubini <[email protected]> |
e4651a9f | 1171 | M: Linus Walleij <[email protected]> |
28b8e8d4 JP |
1172 | L: [email protected] (moderated for non-subscribers) |
1173 | S: Maintained | |
1174 | F: arch/arm/mach-nomadik/ | |
ecc265fe | 1175 | F: drivers/pinctrl/nomadik/ |
87572880 | 1176 | F: drivers/i2c/busses/i2c-nomadik.c |
e4651a9f | 1177 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
e0ee9851 | 1178 | |
9d76295a | 1179 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
8b58be88 | 1180 | M: Nelson Castillo <[email protected]> |
9d76295a AG |
1181 | L: [email protected] (subscribers-only) |
1182 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | |
1183 | S: Supported | |
1184 | ||
0c19d21e DW |
1185 | ARM/QUALCOMM MSM MACHINE SUPPORT |
1186 | M: David Brown <[email protected]> | |
b4c9bfab | 1187 | M: Daniel Walker <[email protected]> |
0c19d21e | 1188 | M: Bryan Huntsman <[email protected]> |
c68af41d | 1189 | L: [email protected] |
0c19d21e | 1190 | F: arch/arm/mach-msm/ |
8a61f013 | 1191 | F: drivers/video/fbdev/msm/ |
0c19d21e DW |
1192 | F: drivers/mmc/host/msm_sdcc.c |
1193 | F: drivers/mmc/host/msm_sdcc.h | |
df621252 GKH |
1194 | F: drivers/tty/serial/msm_serial.h |
1195 | F: drivers/tty/serial/msm_serial.c | |
ea91db52 | 1196 | F: drivers/*/pm8???-* |
0a759c6e | 1197 | F: drivers/mfd/ssbi.c |
8cd5c866 | 1198 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
0c19d21e DW |
1199 | S: Maintained |
1200 | ||
8459c159 | 1201 | ARM/TOSA MACHINE SUPPORT |
8b58be88 JP |
1202 | M: Dmitry Eremin-Solenikov <[email protected]> |
1203 | M: Dirk Opfer <[email protected]> | |
8459c159 DO |
1204 | S: Maintained |
1205 | ||
5d783a2d | 1206 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
933d35f0 | 1207 | M: Marek Vasut <[email protected]> |
75280787 | 1208 | L: [email protected] |
b5e4ad57 MV |
1209 | W: http://hackndev.com |
1210 | S: Maintained | |
933d35f0 JP |
1211 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
1212 | F: arch/arm/mach-pxa/palmtx.c | |
1213 | F: arch/arm/mach-pxa/include/mach/palmt5.h | |
1214 | F: arch/arm/mach-pxa/palmt5.c | |
1215 | F: arch/arm/mach-pxa/include/mach/palmld.h | |
1216 | F: arch/arm/mach-pxa/palmld.c | |
1217 | F: arch/arm/mach-pxa/include/mach/palmte2.h | |
1218 | F: arch/arm/mach-pxa/palmte2.c | |
1219 | F: arch/arm/mach-pxa/include/mach/palmtc.h | |
1220 | F: arch/arm/mach-pxa/palmtc.c | |
b5e4ad57 | 1221 | |
b57fe924 | 1222 | ARM/PALM TREO SUPPORT |
8b58be88 | 1223 | M: Tomas Cech <[email protected]> |
75280787 | 1224 | L: [email protected] |
90af5811 TSC |
1225 | W: http://hackndev.com |
1226 | S: Maintained | |
b57fe924 JP |
1227 | F: arch/arm/mach-pxa/include/mach/palmtreo.h |
1228 | F: arch/arm/mach-pxa/palmtreo.c | |
90af5811 | 1229 | |
c49e1e63 | 1230 | ARM/PALMZ72 SUPPORT |
8b58be88 | 1231 | M: Sergey Lapin <[email protected]> |
75280787 | 1232 | L: [email protected] |
7d2c86b5 JP |
1233 | W: http://hackndev.com |
1234 | S: Maintained | |
933d35f0 JP |
1235 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
1236 | F: arch/arm/mach-pxa/palmz72.c | |
c49e1e63 | 1237 | |
1da177e4 | 1238 | ARM/PLEB SUPPORT |
8b58be88 | 1239 | M: Peter Chubb <[email protected]> |
1da177e4 LT |
1240 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
1241 | S: Maintained | |
1242 | ||
1243 | ARM/PT DIGITAL BOARD PORT | |
8b58be88 | 1244 | M: Stefan Eletzhofer <[email protected]> |
efc03ecb | 1245 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
1246 | W: http://www.arm.linux.org.uk/ |
1247 | S: Maintained | |
1248 | ||
8fc1b0f8 KG |
1249 | ARM/QUALCOMM SUPPORT |
1250 | M: Kumar Gala <[email protected]> | |
1251 | M: David Brown <[email protected]> | |
1252 | L: [email protected] | |
1253 | S: Maintained | |
1254 | F: arch/arm/mach-qcom/ | |
1255 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git | |
1256 | ||
2b7a52a4 | 1257 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
8b58be88 | 1258 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1259 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1260 | S: Maintained |
1261 | ||
d4275354 | 1262 | ARM/RISCPC ARCHITECTURE |
8b58be88 | 1263 | M: Russell King <[email protected]> |
efc03ecb | 1264 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1265 | W: http://www.arm.linux.org.uk/ |
1266 | S: Maintained | |
d4275354 RK |
1267 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
1268 | F: arch/arm/include/asm/hardware/ioc.h | |
1269 | F: arch/arm/include/asm/hardware/iomd.h | |
1270 | F: arch/arm/include/asm/hardware/memc.h | |
1271 | F: arch/arm/mach-rpc/ | |
1a6422f6 | 1272 | F: drivers/net/ethernet/8390/etherh.c |
9e13fbf7 JK |
1273 | F: drivers/net/ethernet/i825xx/ether1* |
1274 | F: drivers/net/ethernet/seeq/ether3* | |
d4275354 RK |
1275 | F: drivers/scsi/arm/ |
1276 | ||
08ddbb0a HS |
1277 | ARM/Rockchip SoC support |
1278 | M: Heiko Stuebner <[email protected]> | |
1279 | L: [email protected] (moderated for non-subscribers) | |
00250b52 | 1280 | L: [email protected] |
08ddbb0a | 1281 | S: Maintained |
541555e9 | 1282 | F: arch/arm/boot/dts/rk3* |
08ddbb0a | 1283 | F: arch/arm/mach-rockchip/ |
541555e9 HS |
1284 | F: drivers/clk/rockchip/ |
1285 | F: drivers/i2c/busses/i2c-rk3x.c | |
08ddbb0a | 1286 | F: drivers/*/*rockchip* |
541555e9 HS |
1287 | F: drivers/*/*/*rockchip* |
1288 | F: sound/soc/rockchip/ | |
08ddbb0a | 1289 | |
b21477f9 | 1290 | ARM/SAMSUNG ARM ARCHITECTURES |
8b58be88 | 1291 | M: Ben Dooks <[email protected]> |
482ce512 | 1292 | M: Kukjin Kim <[email protected]> |
efc03ecb | 1293 | L: [email protected] (moderated for non-subscribers) |
7a549d78 | 1294 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
1295 | W: http://www.fluff.org/ben/linux/ |
1296 | S: Maintained | |
6f0589c8 MB |
1297 | F: arch/arm/boot/dts/s3c* |
1298 | F: arch/arm/boot/dts/exynos* | |
482ce512 | 1299 | F: arch/arm/plat-samsung/ |
769bbb63 HS |
1300 | F: arch/arm/mach-s3c24*/ |
1301 | F: arch/arm/mach-s3c64xx/ | |
eb2ffcaf BD |
1302 | F: drivers/*/*s3c2410* |
1303 | F: drivers/*/*/*s3c2410* | |
40c76662 MB |
1304 | F: drivers/spi/spi-s3c* |
1305 | F: sound/soc/samsung/* | |
1da177e4 | 1306 | |
0dcecae2 | 1307 | ARM/S5P EXYNOS ARM ARCHITECTURES |
f556cb07 KK |
1308 | M: Kukjin Kim <[email protected]> |
1309 | L: [email protected] (moderated for non-subscribers) | |
1310 | L: [email protected] (moderated for non-subscribers) | |
1311 | S: Maintained | |
1312 | F: arch/arm/mach-s5p*/ | |
0dcecae2 | 1313 | F: arch/arm/mach-exynos*/ |
33d43cdd | 1314 | N: exynos |
f556cb07 | 1315 | |
10ffa964 KP |
1316 | ARM/SAMSUNG MOBILE MACHINE SUPPORT |
1317 | M: Kyungmin Park <[email protected]> | |
1318 | L: [email protected] (moderated for non-subscribers) | |
1319 | S: Maintained | |
1320 | F: arch/arm/mach-s5pv210/mach-aquila.c | |
1321 | F: arch/arm/mach-s5pv210/mach-goni.c | |
10ffa964 | 1322 | |
3ce4ccb6 KD |
1323 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT |
1324 | M: Kyungmin Park <[email protected]> | |
1325 | M: Kamil Debski <[email protected]> | |
1326 | L: [email protected] | |
1327 | L: [email protected] | |
1328 | S: Maintained | |
1329 | F: drivers/media/platform/s5p-g2d/ | |
1330 | ||
e6a476fd MS |
1331 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
1332 | M: Kyungmin Park <[email protected]> | |
1333 | M: Kamil Debski <[email protected]> | |
6305902c | 1334 | M: Jeongtae Park <[email protected]> |
e6a476fd MS |
1335 | L: [email protected] |
1336 | L: [email protected] | |
1337 | S: Maintained | |
934455d7 | 1338 | F: arch/arm/plat-samsung/s5p-dev-mfc.c |
90d72ac6 | 1339 | F: drivers/media/platform/s5p-mfc/ |
e6a476fd MS |
1340 | |
1341 | ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT | |
1342 | M: Kyungmin Park <[email protected]> | |
1343 | M: Tomasz Stanislawski <[email protected]> | |
1344 | L: [email protected] | |
1345 | L: [email protected] | |
1346 | S: Maintained | |
90d72ac6 | 1347 | F: drivers/media/platform/s5p-tv/ |
e6a476fd | 1348 | |
d48d38e8 | 1349 | ARM/SHMOBILE ARM ARCHITECTURE |
5e212598 | 1350 | M: Simon Horman <[email protected]> |
d48d38e8 PM |
1351 | M: Magnus Damm <[email protected]> |
1352 | L: [email protected] | |
d48d38e8 | 1353 | W: http://oss.renesas.com |
bbff48f5 | 1354 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
5e212598 | 1355 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next |
d48d38e8 | 1356 | S: Supported |
0b514fdb SH |
1357 | F: arch/arm/boot/dts/emev2* |
1358 | F: arch/arm/boot/dts/r7s* | |
1359 | F: arch/arm/boot/dts/r8a* | |
1360 | F: arch/arm/boot/dts/sh* | |
1361 | F: arch/arm/configs/ape6evm_defconfig | |
1362 | F: arch/arm/configs/armadillo800eva_defconfig | |
1363 | F: arch/arm/configs/bockw_defconfig | |
1364 | F: arch/arm/configs/genmai_defconfig | |
1365 | F: arch/arm/configs/koelsch_defconfig | |
1366 | F: arch/arm/configs/kzm9g_defconfig | |
1367 | F: arch/arm/configs/lager_defconfig | |
1368 | F: arch/arm/configs/mackerel_defconfig | |
1369 | F: arch/arm/configs/marzen_defconfig | |
1370 | F: arch/arm/configs/shmobile_defconfig | |
d48d38e8 PM |
1371 | F: arch/arm/mach-shmobile/ |
1372 | F: drivers/sh/ | |
1373 | ||
66314223 DN |
1374 | ARM/SOCFPGA ARCHITECTURE |
1375 | M: Dinh Nguyen <[email protected]> | |
1376 | S: Maintained | |
1377 | F: arch/arm/mach-socfpga/ | |
1378 | ||
1379 | ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT | |
1380 | M: Dinh Nguyen <[email protected]> | |
1381 | S: Maintained | |
1382 | F: drivers/clk/socfpga/ | |
1383 | ||
65ebcc11 | 1384 | ARM/STI ARCHITECTURE |
a92177ea SK |
1385 | M: Srinivas Kandagatla <[email protected]> |
1386 | M: Maxime Coquelin <[email protected]> | |
1387 | M: Patrice Chotard <[email protected]> | |
65ebcc11 SK |
1388 | L: [email protected] (moderated for non-subscribers) |
1389 | L: [email protected] | |
1390 | W: http://www.stlinux.com | |
1391 | S: Maintained | |
1392 | F: arch/arm/mach-sti/ | |
a92177ea SK |
1393 | F: arch/arm/boot/dts/sti* |
1394 | F: drivers/clocksource/arm_global_timer.c | |
1395 | F: drivers/reset/sti/ | |
1396 | F: drivers/pinctrl/pinctrl-st.c | |
1397 | F: drivers/media/rc/st_rc.c | |
1398 | F: drivers/i2c/busses/i2c-st.c | |
1399 | F: drivers/tty/serial/st-asc.c | |
f53b2bff | 1400 | F: drivers/mmc/host/sdhci-st.c |
65ebcc11 | 1401 | |
2b7a52a4 | 1402 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
8b58be88 | 1403 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1404 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1405 | S: Maintained |
1406 | ||
1bbd7089 | 1407 | ARM/TETON BGA MACHINE SUPPORT |
706e69d6 | 1408 | M: "Mark F. Brown" <[email protected]> |
1bbd7089 MB |
1409 | L: [email protected] (moderated for non-subscribers) |
1410 | S: Maintained | |
1411 | ||
2b7a52a4 | 1412 | ARM/THECUS N2100 MACHINE SUPPORT |
8b58be88 | 1413 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 1414 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
1415 | S: Maintained |
1416 | ||
98ad6e3b | 1417 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
8b58be88 | 1418 | M: Wan ZongShun <[email protected]> |
efc03ecb | 1419 | L: [email protected] (moderated for non-subscribers) |
7d2c86b5 JP |
1420 | W: http://www.mcuos.com |
1421 | S: Maintained | |
4e89e8f6 | 1422 | F: arch/arm/mach-w90x900/ |
4e89e8f6 WZ |
1423 | F: drivers/input/keyboard/w90p910_keypad.c |
1424 | F: drivers/input/touchscreen/w90p910_ts.c | |
1425 | F: drivers/watchdog/nuc900_wdt.c | |
679ec0ef | 1426 | F: drivers/net/ethernet/nuvoton/w90p910_ether.c |
5351684f | 1427 | F: drivers/mtd/nand/nuc900_nand.c |
4e89e8f6 | 1428 | F: drivers/rtc/rtc-nuc900.c |
9df92e6c | 1429 | F: drivers/spi/spi-nuc900.c |
4e89e8f6 | 1430 | F: drivers/usb/host/ehci-w90x900.c |
8a61f013 | 1431 | F: drivers/video/fbdev/nuc900fb.c |
98ad6e3b | 1432 | |
54274d71 | 1433 | ARM/U300 MACHINE SUPPORT |
e4651a9f | 1434 | M: Linus Walleij <[email protected]> |
54274d71 LW |
1435 | L: [email protected] (moderated for non-subscribers) |
1436 | S: Supported | |
1437 | F: arch/arm/mach-u300/ | |
9affbd24 | 1438 | F: drivers/clocksource/timer-u300.c |
54274d71 LW |
1439 | F: drivers/i2c/busses/i2c-stu300.c |
1440 | F: drivers/rtc/rtc-coh901331.c | |
1441 | F: drivers/watchdog/coh901327_wdt.c | |
1442 | F: drivers/dma/coh901318* | |
87572880 LW |
1443 | F: drivers/mfd/ab3100* |
1444 | F: drivers/rtc/rtc-ab3100.c | |
1445 | F: drivers/rtc/rtc-coh901331.c | |
1446 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | |
54274d71 | 1447 | |
87572880 | 1448 | ARM/Ux500 ARM ARCHITECTURE |
e4651a9f | 1449 | M: Linus Walleij <[email protected]> |
870725d9 SK |
1450 | L: [email protected] (moderated for non-subscribers) |
1451 | S: Maintained | |
1452 | F: arch/arm/mach-ux500/ | |
e4651a9f | 1453 | F: drivers/clocksource/clksrc-dbx500-prcmu.c |
87572880 | 1454 | F: drivers/dma/ste_dma40* |
e4651a9f | 1455 | F: drivers/hwspinlock/u8500_hsem.c |
87572880 LW |
1456 | F: drivers/mfd/abx500* |
1457 | F: drivers/mfd/ab8500* | |
e4651a9f LW |
1458 | F: drivers/mfd/dbx500* |
1459 | F: drivers/mfd/db8500* | |
ecc265fe JP |
1460 | F: drivers/pinctrl/nomadik/pinctrl-ab* |
1461 | F: drivers/pinctrl/nomadik/pinctrl-nomadik* | |
87572880 | 1462 | F: drivers/rtc/rtc-ab8500.c |
e4651a9f | 1463 | F: drivers/rtc/rtc-pl031.c |
87572880 | 1464 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
870725d9 | 1465 | |
e93fde28 UH |
1466 | ARM/Ux500 CLOCK FRAMEWORK SUPPORT |
1467 | M: Ulf Hansson <[email protected]> | |
1468 | L: [email protected] (moderated for non-subscribers) | |
1469 | T: git git://git.linaro.org/people/ulfh/clk.git | |
1470 | S: Maintained | |
1471 | F: drivers/clk/ux500/ | |
1472 | F: include/linux/platform_data/clk-ux500.h | |
1473 | ||
d4275354 | 1474 | ARM/VFP SUPPORT |
8b58be88 | 1475 | M: Russell King <[email protected]> |
efc03ecb | 1476 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
1477 | W: http://www.arm.linux.org.uk/ |
1478 | S: Maintained | |
1479 | F: arch/arm/vfp/ | |
1480 | ||
e66b6d8e MV |
1481 | ARM/VOIPAC PXA270 SUPPORT |
1482 | M: Marek Vasut <[email protected]> | |
1483 | L: [email protected] (moderated for non-subscribers) | |
1484 | S: Maintained | |
1485 | F: arch/arm/mach-pxa/vpac270.c | |
e0cca11b | 1486 | F: arch/arm/mach-pxa/include/mach/vpac270.h |
e66b6d8e | 1487 | |
04529fe2 TP |
1488 | ARM/VT8500 ARM ARCHITECTURE |
1489 | M: Tony Prisk <[email protected]> | |
1490 | L: [email protected] (moderated for non-subscribers) | |
1491 | S: Maintained | |
1492 | F: arch/arm/mach-vt8500/ | |
41fd91b4 | 1493 | F: drivers/clocksource/vt8500_timer.c |
560746eb | 1494 | F: drivers/i2c/busses/i2c-wmt.c |
41fd91b4 TP |
1495 | F: drivers/mmc/host/wmt-sdmmc.c |
1496 | F: drivers/pwm/pwm-vt8500.c | |
1497 | F: drivers/rtc/rtc-vt8500.c | |
1498 | F: drivers/tty/serial/vt8500_serial.c | |
4f31102b | 1499 | F: drivers/usb/host/ehci-platform.c |
41fd91b4 | 1500 | F: drivers/usb/host/uhci-platform.c |
8a61f013 JH |
1501 | F: drivers/video/fbdev/vt8500lcdfb.* |
1502 | F: drivers/video/fbdev/wm8505fb* | |
1503 | F: drivers/video/fbdev/wmt_ge_rops.* | |
04529fe2 | 1504 | |
e66b6d8e MV |
1505 | ARM/ZIPIT Z2 SUPPORT |
1506 | M: Marek Vasut <[email protected]> | |
1507 | L: [email protected] (moderated for non-subscribers) | |
1508 | S: Maintained | |
1509 | F: arch/arm/mach-pxa/z2.c | |
6ab2a855 | 1510 | F: arch/arm/mach-pxa/include/mach/z2.h |
e66b6d8e | 1511 | |
51f29d44 MS |
1512 | ARM/ZYNQ ARCHITECTURE |
1513 | M: Michal Simek <[email protected]> | |
1514 | L: [email protected] (moderated for non-subscribers) | |
1515 | W: http://wiki.xilinx.com | |
1516 | T: git git://git.xilinx.com/linux-xlnx.git | |
1517 | S: Supported | |
1518 | F: arch/arm/mach-zynq/ | |
bd2a337a | 1519 | F: drivers/cpuidle/cpuidle-zynq.c |
c2fd4e38 MS |
1520 | N: zynq |
1521 | N: xilinx | |
1522 | F: drivers/clocksource/cadence_ttc_timer.c | |
df8eb569 | 1523 | F: drivers/i2c/busses/i2c-cadence.c |
e3ec3a3d | 1524 | F: drivers/mmc/host/sdhci-of-arasan.c |
51f29d44 | 1525 | |
b8f9879e WD |
1526 | ARM SMMU DRIVER |
1527 | M: Will Deacon <[email protected]> | |
1528 | L: [email protected] (moderated for non-subscribers) | |
1529 | S: Maintained | |
1530 | F: drivers/iommu/arm-smmu.c | |
1531 | ||
38074229 CM |
1532 | ARM64 PORT (AARCH64 ARCHITECTURE) |
1533 | M: Catalin Marinas <[email protected]> | |
d19766ec | 1534 | M: Will Deacon <[email protected]> |
38074229 CM |
1535 | L: [email protected] (moderated for non-subscribers) |
1536 | S: Maintained | |
1537 | F: arch/arm64/ | |
d19766ec | 1538 | F: Documentation/arm64/ |
38074229 | 1539 | |
9d7005f9 LP |
1540 | AS3645A LED FLASH CONTROLLER DRIVER |
1541 | M: Laurent Pinchart <[email protected]> | |
1542 | L: [email protected] | |
1543 | T: git git://linuxtv.org/media_tree.git | |
1544 | S: Maintained | |
1545 | F: drivers/media/i2c/as3645a.c | |
1546 | F: include/media/as3645a.h | |
1547 | ||
d58de038 GJ |
1548 | ASC7621 HARDWARE MONITOR DRIVER |
1549 | M: George Joseph <[email protected]> | |
1550 | L: [email protected] | |
1551 | S: Maintained | |
1552 | F: Documentation/hwmon/asc7621 | |
1553 | F: drivers/hwmon/asc7621.c | |
1554 | ||
b229ece9 | 1555 | ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS |
5909c654 | 1556 | M: Corentin Chary <[email protected]> |
1da177e4 | 1557 | L: [email protected] |
d0944853 | 1558 | L: [email protected] |
76593d6f | 1559 | W: http://acpi4asus.sf.net |
85091b71 | 1560 | S: Maintained |
b229ece9 CC |
1561 | F: drivers/platform/x86/asus*.c |
1562 | F: drivers/platform/x86/eeepc*.c | |
85091b71 | 1563 | |
953a6479 | 1564 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
ab5f8c6e | 1565 | M: Dan Williams <[email protected]> |
b3e5f263 | 1566 | W: http://sourceforge.net/projects/xscaleiop |
1dd8372d | 1567 | S: Maintained |
679655da JP |
1568 | F: Documentation/crypto/async-tx-api.txt |
1569 | F: crypto/async_tx/ | |
1570 | F: drivers/dma/ | |
1571 | F: include/linux/dmaengine.h | |
1572 | F: include/linux/async_tx.h | |
b3e5f263 | 1573 | |
a1867d36 | 1574 | AT24 EEPROM DRIVER |
14d77c4d | 1575 | M: Wolfram Sang <[email protected]> |
a1867d36 WS |
1576 | L: [email protected] |
1577 | S: Maintained | |
1578 | F: drivers/misc/eeprom/at24.c | |
25f73ed5 | 1579 | F: include/linux/platform_data/at24.h |
a1867d36 | 1580 | |
e7839f25 | 1581 | ATA OVER ETHERNET (AOE) DRIVER |
8b58be88 | 1582 | M: "Ed L. Cashin" <[email protected]> |
eecdf226 | 1583 | W: http://support.coraid.com/support/linux |
1da177e4 | 1584 | S: Supported |
679655da JP |
1585 | F: Documentation/aoe/ |
1586 | F: drivers/block/aoe/ | |
1da177e4 | 1587 | |
9a10a870 | 1588 | ATHEROS ATH GENERIC UTILITIES |
f726ee65 | 1589 | M: "Luis R. Rodriguez" <[email protected]> |
9a10a870 JP |
1590 | L: [email protected] |
1591 | S: Supported | |
1592 | F: drivers/net/wireless/ath/* | |
1593 | ||
fa1c114f | 1594 | ATHEROS ATH5K WIRELESS DRIVER |
8b58be88 JP |
1595 | M: Jiri Slaby <[email protected]> |
1596 | M: Nick Kossifidis <[email protected]> | |
f726ee65 | 1597 | M: "Luis R. Rodriguez" <[email protected]> |
fa1c114f JS |
1598 | L: [email protected] |
1599 | L: [email protected] | |
72c706b7 | 1600 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
fa1c114f | 1601 | S: Maintained |
fa451753 | 1602 | F: drivers/net/wireless/ath/ath5k/ |
fa1c114f | 1603 | |
12e62d6f KV |
1604 | ATHEROS ATH6KL WIRELESS DRIVER |
1605 | M: Kalle Valo <[email protected]> | |
1606 | L: [email protected] | |
1607 | W: http://wireless.kernel.org/en/users/Drivers/ath6kl | |
58cfb681 | 1608 | T: git git://github.com/kvalo/ath.git |
12e62d6f KV |
1609 | S: Supported |
1610 | F: drivers/net/wireless/ath/ath6kl/ | |
1611 | ||
2be7d22f VK |
1612 | WILOCITY WIL6210 WIRELESS DRIVER |
1613 | M: Vladimir Kondratiev <[email protected]> | |
1614 | L: [email protected] | |
1615 | L: [email protected] | |
1616 | S: Supported | |
1617 | W: http://wireless.kernel.org/en/users/Drivers/wil6210 | |
1618 | F: drivers/net/wireless/ath/wil6210/ | |
1619 | ||
1d7e1e6b CL |
1620 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
1621 | M: Christian Lamparter <[email protected]> | |
1622 | L: [email protected] | |
1623 | W: http://wireless.kernel.org/en/users/Drivers/carl9170 | |
1624 | S: Maintained | |
1625 | F: drivers/net/wireless/ath/carl9170/ | |
1626 | ||
2c2a6172 LT |
1627 | ATK0110 HWMON DRIVER |
1628 | M: Luca Tettamanti <[email protected]> | |
1629 | L: [email protected] | |
1630 | S: Maintained | |
1631 | F: drivers/hwmon/asus_atk0110.c | |
1632 | ||
6f69a6d7 | 1633 | ATI_REMOTE2 DRIVER |
8b58be88 | 1634 | M: Ville Syrjala <[email protected]> |
6f69a6d7 | 1635 | S: Maintained |
679655da | 1636 | F: drivers/input/misc/ati_remote2.c |
6f69a6d7 | 1637 | |
7ae115b4 | 1638 | ATLX ETHERNET DRIVERS |
8b58be88 | 1639 | M: Jay Cliburn <[email protected]> |
cb2f33e9 | 1640 | M: Chris Snook <[email protected]> |
e443e383 | 1641 | L: [email protected] |
8d5ca6ec JC |
1642 | W: http://sourceforge.net/projects/atl1 |
1643 | W: http://atl1.sourceforge.net | |
1644 | S: Maintained | |
2b133ad6 | 1645 | F: drivers/net/ethernet/atheros/ |
8d5ca6ec | 1646 | |
1da177e4 | 1647 | ATM |
8b58be88 | 1648 | M: Chas Williams <[email protected]> |
476604de | 1649 | L: [email protected] (moderated for non-subscribers) |
44ae98b5 | 1650 | L: [email protected] |
1da177e4 LT |
1651 | W: http://linux-atm.sourceforge.net |
1652 | S: Maintained | |
679655da JP |
1653 | F: drivers/atm/ |
1654 | F: include/linux/atm* | |
c117ab84 | 1655 | F: include/uapi/linux/atm* |
1da177e4 | 1656 | |
04ac2f46 | 1657 | ATMEL AT91 / AT32 MCI DRIVER |
24e1511f | 1658 | M: Ludovic Desroches <[email protected]> |
04ac2f46 NF |
1659 | S: Maintained |
1660 | F: drivers/mmc/host/atmel-mci.c | |
1661 | F: drivers/mmc/host/atmel-mci-regs.h | |
1662 | ||
a1cfac48 | 1663 | ATMEL AT91 / AT32 SERIAL DRIVER |
a02875a6 | 1664 | M: Nicolas Ferre <[email protected]> |
a1cfac48 | 1665 | S: Supported |
df621252 | 1666 | F: drivers/tty/serial/atmel_serial.c |
a1cfac48 | 1667 | |
dfae90ed BS |
1668 | ATMEL Audio ALSA driver |
1669 | M: Bo Shen <[email protected]> | |
1670 | L: [email protected] (moderated for non-subscribers) | |
1671 | S: Supported | |
1672 | F: sound/soc/atmel | |
1673 | ||
b414dc16 NF |
1674 | ATMEL DMA DRIVER |
1675 | M: Nicolas Ferre <[email protected]> | |
1676 | L: [email protected] (moderated for non-subscribers) | |
1677 | S: Supported | |
1678 | F: drivers/dma/at_hdmac.c | |
1679 | F: drivers/dma/at_hdmac_regs.h | |
6f0d65af | 1680 | F: include/linux/platform_data/dma-atmel.h |
b414dc16 | 1681 | |
888f2804 LD |
1682 | ATMEL I2C DRIVER |
1683 | M: Ludovic Desroches <[email protected]> | |
1684 | L: [email protected] | |
1685 | S: Supported | |
1686 | F: drivers/i2c/busses/i2c-at91.c | |
1687 | ||
15515545 JW |
1688 | ATMEL ISI DRIVER |
1689 | M: Josh Wu <[email protected]> | |
1690 | L: [email protected] | |
1691 | S: Supported | |
f2294c2d | 1692 | F: drivers/media/platform/soc_camera/atmel-isi.c |
15515545 JW |
1693 | F: include/media/atmel-isi.h |
1694 | ||
8f4c79ce | 1695 | ATMEL LCDFB DRIVER |
8b58be88 | 1696 | M: Nicolas Ferre <[email protected]> |
c69f677c | 1697 | L: [email protected] |
8f4c79ce | 1698 | S: Maintained |
8a61f013 | 1699 | F: drivers/video/fbdev/atmel_lcdfb.c |
679655da | 1700 | F: include/video/atmel_lcdc.h |
8f4c79ce | 1701 | |
89e5785f | 1702 | ATMEL MACB ETHERNET DRIVER |
a02875a6 | 1703 | M: Nicolas Ferre <[email protected]> |
89e5785f | 1704 | S: Supported |
9f2f381f | 1705 | F: drivers/net/ethernet/cadence/ |
89e5785f | 1706 | |
754ce4f2 | 1707 | ATMEL SPI DRIVER |
a02875a6 | 1708 | M: Nicolas Ferre <[email protected]> |
754ce4f2 | 1709 | S: Supported |
9df92e6c | 1710 | F: drivers/spi/spi-atmel.* |
754ce4f2 | 1711 | |
e9cb1c5a NF |
1712 | ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS |
1713 | M: Nicolas Ferre <[email protected]> | |
1714 | L: [email protected] (moderated for non-subscribers) | |
1715 | S: Supported | |
1716 | F: drivers/misc/atmel_tclib.c | |
1717 | F: drivers/clocksource/tcb_clksrc.c | |
1718 | ||
914a3f3b | 1719 | ATMEL USBA UDC DRIVER |
a02875a6 NF |
1720 | M: Nicolas Ferre <[email protected]> |
1721 | L: [email protected] (moderated for non-subscribers) | |
914a3f3b | 1722 | S: Supported |
faf2e1db | 1723 | F: drivers/usb/gadget/udc/atmel_usba_udc.* |
914a3f3b | 1724 | |
1da177e4 | 1725 | ATMEL WIRELESS DRIVER |
8b58be88 | 1726 | M: Simon Kelley <[email protected]> |
724c6b35 | 1727 | L: [email protected] |
1da177e4 LT |
1728 | W: http://www.thekelleys.org.uk/atmel |
1729 | W: http://atmelwlandriver.sourceforge.net/ | |
1730 | S: Maintained | |
679655da | 1731 | F: drivers/net/wireless/atmel* |
1da177e4 | 1732 | |
26780d9e | 1733 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
b75f0050 JP |
1734 | M: Bradley Grove <[email protected]> |
1735 | L: [email protected] | |
1736 | W: http://www.attotech.com | |
1737 | S: Supported | |
1738 | F: drivers/scsi/esas2r | |
26780d9e | 1739 | |
a92b7b80 | 1740 | AUDIT SUBSYSTEM |
8b58be88 | 1741 | M: Eric Paris <[email protected]> |
b9a06207 | 1742 | L: [email protected] (subscribers-only) |
ad3f9a22 | 1743 | W: http://people.redhat.com/sgrubb/audit/ |
8c8115fa | 1744 | T: git git://git.infradead.org/users/eparis/audit.git |
a92b7b80 | 1745 | S: Maintained |
679655da | 1746 | F: include/linux/audit.h |
c117ab84 | 1747 | F: include/uapi/linux/audit.h |
679655da | 1748 | F: kernel/audit* |
a92b7b80 | 1749 | |
70e84049 | 1750 | AUXILIARY DISPLAY DRIVERS |
8b58be88 | 1751 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1752 | W: http://miguelojeda.es/auxdisplay.htm |
1753 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1754 | S: Maintained |
679655da JP |
1755 | F: drivers/auxdisplay/ |
1756 | F: include/linux/cfag12864b.h | |
70e84049 | 1757 | |
5f97f7f9 | 1758 | AVR32 ARCHITECTURE |
e336f61f HCE |
1759 | M: Haavard Skinnemoen <[email protected]> |
1760 | M: Hans-Christian Egtvedt <[email protected]> | |
5f97f7f9 | 1761 | W: http://www.atmel.com/products/AVR32/ |
249d9d9d | 1762 | W: http://mirror.egtvedt.no/avr32linux.org/ |
5f97f7f9 | 1763 | W: http://avrfreaks.net/ |
e336f61f | 1764 | S: Maintained |
679655da | 1765 | F: arch/avr32/ |
5f97f7f9 HS |
1766 | |
1767 | AVR32/AT32AP MACHINE SUPPORT | |
e336f61f HCE |
1768 | M: Haavard Skinnemoen <[email protected]> |
1769 | M: Hans-Christian Egtvedt <[email protected]> | |
1770 | S: Maintained | |
679655da | 1771 | F: arch/avr32/mach-at32ap/ |
5f97f7f9 | 1772 | |
1da177e4 | 1773 | AX.25 NETWORK LAYER |
8b58be88 | 1774 | M: Ralf Baechle <[email protected]> |
1da177e4 | 1775 | L: [email protected] |
d34cb28a | 1776 | W: http://www.linux-ax25.org/ |
1da177e4 | 1777 | S: Maintained |
c117ab84 | 1778 | F: include/uapi/linux/ax25.h |
679655da JP |
1779 | F: include/net/ax25.h |
1780 | F: net/ax25/ | |
1da177e4 | 1781 | |
d5269395 | 1782 | AZ6007 DVB DRIVER |
1b2c14b4 | 1783 | M: Mauro Carvalho Chehab <[email protected]> |
d5269395 MCC |
1784 | L: [email protected] |
1785 | W: http://linuxtv.org | |
1786 | T: git git://linuxtv.org/media_tree.git | |
1787 | S: Maintained | |
1788 | F: drivers/media/usb/dvb-usb-v2/az6007.c | |
1789 | ||
6777376e HV |
1790 | AZTECH FM RADIO RECEIVER DRIVER |
1791 | M: Hans Verkuil <[email protected]> | |
1792 | L: [email protected] | |
1793 | T: git git://linuxtv.org/media_tree.git | |
1794 | W: http://linuxtv.org | |
1795 | S: Maintained | |
1796 | F: drivers/media/radio/radio-aztech* | |
1797 | ||
e2d1d6c0 | 1798 | B43 WIRELESS DRIVER |
8b58be88 | 1799 | M: Stefano Brivio <[email protected]> |
e2d1d6c0 | 1800 | L: [email protected] |
ed072f9e | 1801 | L: [email protected] |
491b26b4 | 1802 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1803 | S: Maintained |
679655da | 1804 | F: drivers/net/wireless/b43/ |
e2d1d6c0 RD |
1805 | |
1806 | B43LEGACY WIRELESS DRIVER | |
8b58be88 JP |
1807 | M: Larry Finger <[email protected]> |
1808 | M: Stefano Brivio <[email protected]> | |
e2d1d6c0 | 1809 | L: [email protected] |
ed072f9e | 1810 | L: [email protected] |
491b26b4 | 1811 | W: http://wireless.kernel.org/en/users/Drivers/b43 |
e2d1d6c0 | 1812 | S: Maintained |
679655da | 1813 | F: drivers/net/wireless/b43legacy/ |
e2d1d6c0 | 1814 | |
300abeb5 | 1815 | BACKLIGHT CLASS/SUBSYSTEM |
6212de88 | 1816 | M: Jingoo Han <[email protected]> |
70d14fcf JH |
1817 | M: Bryan Wu <[email protected]> |
1818 | M: Lee Jones <[email protected]> | |
300abeb5 | 1819 | S: Maintained |
679655da JP |
1820 | F: drivers/video/backlight/ |
1821 | F: include/linux/backlight.h | |
300abeb5 | 1822 | |
c6c8fea2 | 1823 | BATMAN ADVANCED |
207df49e | 1824 | M: Marek Lindner <[email protected]> |
c679ff8f | 1825 | M: Simon Wunderlich <[email protected]> |
207df49e | 1826 | M: Antonio Quartulli <[email protected]> |
c6c8fea2 SE |
1827 | L: [email protected] |
1828 | W: http://www.open-mesh.org/ | |
1829 | S: Maintained | |
1830 | F: net/batman-adv/ | |
1831 | ||
e2d1d6c0 | 1832 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
8b58be88 | 1833 | M: Thomas Sailer <[email protected]> |
e2d1d6c0 RD |
1834 | L: [email protected] |
1835 | W: http://www.baycom.org/~tom/ham/ham.html | |
1836 | S: Maintained | |
679655da | 1837 | F: drivers/net/hamradio/baycom* |
e2d1d6c0 | 1838 | |
cafe5635 | 1839 | BCACHE (BLOCK LAYER CACHE) |
47cd2eb0 | 1840 | M: Kent Overstreet <[email protected]> |
cafe5635 KO |
1841 | L: [email protected] |
1842 | W: http://bcache.evilpiepirate.org | |
1843 | S: Maintained: | |
1844 | F: drivers/md/bcache/ | |
1845 | ||
3faece9d KM |
1846 | BECEEM BCS200/BCS220-3/BCSM250 WIMAX SUPPORT |
1847 | M: Kevin McKinney <[email protected]> | |
1848 | M: Matthias Beyer <[email protected]> | |
1849 | L: [email protected] | |
1850 | S: Maintained | |
1851 | F: drivers/staging/bcm* | |
1852 | ||
e2d1d6c0 | 1853 | BEFS FILE SYSTEM |
55817d3d | 1854 | S: Orphan |
679655da JP |
1855 | F: Documentation/filesystems/befs.txt |
1856 | F: fs/befs/ | |
e2d1d6c0 | 1857 | |
564ee360 DM |
1858 | BECKHOFF CX5020 ETHERCAT MASTER DRIVER |
1859 | M: Dariusz Marcinkiewicz <[email protected]> | |
1860 | L: [email protected] | |
1861 | S: Maintained | |
1862 | F: drivers/net/ethernet/ec_bhf.c | |
1863 | ||
e2d1d6c0 | 1864 | BFS FILE SYSTEM |
8b58be88 | 1865 | M: "Tigran A. Aivazian" <[email protected]> |
e2d1d6c0 | 1866 | S: Maintained |
679655da JP |
1867 | F: Documentation/filesystems/bfs.txt |
1868 | F: fs/bfs/ | |
c117ab84 | 1869 | F: include/uapi/linux/bfs_fs.h |
e2d1d6c0 | 1870 | |
1394f032 | 1871 | BLACKFIN ARCHITECTURE |
a4edbc10 | 1872 | M: Steven Miao <[email protected]> |
b3fe92b0 | 1873 | L: [email protected] (moderated for non-subscribers) |
1443176f | 1874 | T: git git://git.code.sf.net/p/adi-linux/code |
e3b2d3f3 BW |
1875 | W: http://blackfin.uclinux.org |
1876 | S: Supported | |
679655da | 1877 | F: arch/blackfin/ |
566da5b2 | 1878 | |
e190d6b1 | 1879 | BLACKFIN EMAC DRIVER |
b3fe92b0 | 1880 | L: [email protected] (moderated for non-subscribers) |
e190d6b1 BW |
1881 | W: http://blackfin.uclinux.org |
1882 | S: Supported | |
7b35f033 | 1883 | F: drivers/net/ethernet/adi/ |
e190d6b1 | 1884 | |
566da5b2 | 1885 | BLACKFIN RTC DRIVER |
b3fe92b0 | 1886 | L: [email protected] (moderated for non-subscribers) |
566da5b2 MF |
1887 | W: http://blackfin.uclinux.org |
1888 | S: Supported | |
679655da | 1889 | F: drivers/rtc/rtc-bfin.c |
1394f032 | 1890 | |
936ed49a | 1891 | BLACKFIN SDH DRIVER |
109ec8c3 | 1892 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1893 | L: [email protected] (moderated for non-subscribers) |
936ed49a MF |
1894 | W: http://blackfin.uclinux.org |
1895 | S: Supported | |
1896 | F: drivers/mmc/host/bfin_sdh.c | |
1897 | ||
1394f032 | 1898 | BLACKFIN SERIAL DRIVER |
8b58be88 | 1899 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1900 | L: [email protected] (moderated for non-subscribers) |
e3b2d3f3 BW |
1901 | W: http://blackfin.uclinux.org |
1902 | S: Supported | |
8460241e | 1903 | F: drivers/tty/serial/bfin_uart.c |
1394f032 | 1904 | |
1e6d320f | 1905 | BLACKFIN WATCHDOG DRIVER |
b3fe92b0 | 1906 | L: [email protected] (moderated for non-subscribers) |
1e6d320f BW |
1907 | W: http://blackfin.uclinux.org |
1908 | S: Supported | |
679655da | 1909 | F: drivers/watchdog/bfin_wdt.c |
1e6d320f | 1910 | |
d24ecfcc | 1911 | BLACKFIN I2C TWI DRIVER |
8b58be88 | 1912 | M: Sonic Zhang <[email protected]> |
b3fe92b0 | 1913 | L: [email protected] (moderated for non-subscribers) |
d24ecfcc BW |
1914 | W: http://blackfin.uclinux.org/ |
1915 | S: Supported | |
679655da | 1916 | F: drivers/i2c/busses/i2c-bfin-twi.c |
d24ecfcc | 1917 | |
1e204377 SJ |
1918 | BLACKFIN MEDIA DRIVER |
1919 | M: Scott Jiang <[email protected]> | |
b3fe92b0 | 1920 | L: [email protected] (moderated for non-subscribers) |
1e204377 SJ |
1921 | W: http://blackfin.uclinux.org/ |
1922 | S: Supported | |
1923 | F: drivers/media/platform/blackfin/ | |
1924 | F: drivers/media/i2c/adv7183* | |
1925 | F: drivers/media/i2c/vs6624* | |
1926 | ||
b54cf35a JSM |
1927 | BLINKM RGB LED DRIVER |
1928 | M: Jan-Simon Moeller <[email protected]> | |
1929 | S: Maintained | |
1930 | F: drivers/leds/leds-blinkm.c | |
1931 | ||
1da177e4 | 1932 | BLOCK LAYER |
8b58be88 | 1933 | M: Jens Axboe <[email protected]> |
08deed1e | 1934 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
1da177e4 | 1935 | S: Maintained |
679655da | 1936 | F: block/ |
1da177e4 | 1937 | |
2b54aaef | 1938 | BLOCK2MTD DRIVER |
8b58be88 | 1939 | M: Joern Engel <[email protected]> |
2b54aaef JE |
1940 | L: [email protected] |
1941 | S: Maintained | |
679655da | 1942 | F: drivers/mtd/devices/block2mtd.c |
2b54aaef | 1943 | |
63fbd24e | 1944 | BLUETOOTH DRIVERS |
8b58be88 | 1945 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 1946 | M: Gustavo Padovan <[email protected]> |
eb491eca | 1947 | M: Johan Hedberg <[email protected]> |
781c2844 | 1948 | L: [email protected] |
63fbd24e | 1949 | W: http://www.bluez.org/ |
22e7a424 MH |
1950 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
1951 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 1952 | S: Maintained |
679655da | 1953 | F: drivers/bluetooth/ |
1da177e4 | 1954 | |
63fbd24e | 1955 | BLUETOOTH SUBSYSTEM |
8b58be88 | 1956 | M: Marcel Holtmann <[email protected]> |
960d4d1b | 1957 | M: Gustavo Padovan <[email protected]> |
eb491eca | 1958 | M: Johan Hedberg <[email protected]> |
63fbd24e MH |
1959 | L: [email protected] |
1960 | W: http://www.bluez.org/ | |
22e7a424 MH |
1961 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
1962 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git | |
1da177e4 | 1963 | S: Maintained |
679655da JP |
1964 | F: net/bluetooth/ |
1965 | F: include/net/bluetooth/ | |
1da177e4 LT |
1966 | |
1967 | BONDING DRIVER | |
79b30750 | 1968 | M: Jay Vosburgh <[email protected]> |
898602a0 | 1969 | M: Veaceslav Falico <[email protected]> |
4cd72c6e | 1970 | M: Andy Gospodarek <[email protected]> |
a6c36ee6 | 1971 | L: [email protected] |
ce00f85c JC |
1972 | W: http://sourceforge.net/projects/bonding/ |
1973 | S: Supported | |
679655da | 1974 | F: drivers/net/bonding/ |
c117ab84 | 1975 | F: include/uapi/linux/if_bonding.h |
1da177e4 | 1976 | |
b5f4df34 AS |
1977 | BPF (Safe dynamic programs and tools) |
1978 | M: Alexei Starovoitov <[email protected]> | |
1979 | L: [email protected] | |
1980 | L: [email protected] | |
1981 | S: Supported | |
1982 | F: kernel/bpf/ | |
1983 | ||
39105890 | 1984 | BROADCOM B44 10/100 ETHERNET DRIVER |
8b58be88 | 1985 | M: Gary Zambrano <[email protected]> |
39105890 GZ |
1986 | L: [email protected] |
1987 | S: Supported | |
adfc5217 | 1988 | F: drivers/net/ethernet/broadcom/b44.* |
39105890 | 1989 | |
32ec90d5 FF |
1990 | BROADCOM GENET ETHERNET DRIVER |
1991 | M: Florian Fainelli <[email protected]> | |
1992 | L: [email protected] | |
1993 | S: Supported | |
1994 | F: drivers/net/ethernet/broadcom/genet/ | |
1995 | ||
948c51e6 | 1996 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
f1d1baeb JK |
1997 | M: Sony Chacko <[email protected]> |
1998 | M: [email protected] | |
948c51e6 MC |
1999 | L: [email protected] |
2000 | S: Supported | |
adfc5217 JK |
2001 | F: drivers/net/ethernet/broadcom/bnx2.* |
2002 | F: drivers/net/ethernet/broadcom/bnx2_* | |
948c51e6 | 2003 | |
4d9d2cb0 | 2004 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
08f6dd89 | 2005 | M: Ariel Elior <[email protected]> |
4d9d2cb0 ET |
2006 | L: [email protected] |
2007 | S: Supported | |
adfc5217 | 2008 | F: drivers/net/ethernet/broadcom/bnx2x/ |
4d9d2cb0 | 2009 | |
90f4c594 | 2010 | BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
497a045d | 2011 | M: Christian Daudt <[email protected]> |
a3db2bba | 2012 | M: Matt Porter <[email protected]> |
497a045d | 2013 | L: [email protected] |
90f4c594 | 2014 | T: git git://github.com/broadcom/mach-bcm |
af4b8e37 CD |
2015 | S: Maintained |
2016 | F: arch/arm/mach-bcm/ | |
2017 | F: arch/arm/boot/dts/bcm113* | |
90f4c594 | 2018 | F: arch/arm/boot/dts/bcm216* |
af4b8e37 CD |
2019 | F: arch/arm/boot/dts/bcm281* |
2020 | F: arch/arm/configs/bcm_defconfig | |
e4ef47f2 | 2021 | F: drivers/mmc/host/sdhci-bcm-kona.c |
af4b8e37 CD |
2022 | F: drivers/clocksource/bcm_kona_timer.c |
2023 | ||
f680f25c SW |
2024 | BROADCOM BCM2835 ARM ARCHICTURE |
2025 | M: Stephen Warren <[email protected]> | |
2026 | L: [email protected] (moderated for non-subscribers) | |
2027 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git | |
2028 | S: Maintained | |
d30fe627 | 2029 | F: arch/arm/mach-bcm/board_bcm2835.c |
f680f25c SW |
2030 | F: arch/arm/boot/dts/bcm2835* |
2031 | F: arch/arm/configs/bcm2835_defconfig | |
2032 | F: drivers/*/*bcm2835* | |
2033 | ||
5b293ebe HM |
2034 | BROADCOM BCM5301X ARM ARCHICTURE |
2035 | M: Hauke Mehrtens <[email protected]> | |
2036 | L: [email protected] | |
2037 | S: Maintained | |
2038 | F: arch/arm/mach-bcm/bcm_5301x.c | |
2039 | F: arch/arm/boot/dts/bcm5301x.dtsi | |
2040 | F: arch/arm/boot/dts/bcm470* | |
2041 | ||
2df94fd6 BN |
2042 | BROADCOM BCM7XXX ARM ARCHITECTURE |
2043 | M: Marc Carino <[email protected]> | |
2044 | M: Brian Norris <[email protected]> | |
2045 | L: [email protected] (moderated for non-subscribers) | |
2046 | S: Maintained | |
2047 | F: arch/arm/mach-bcm/*brcmstb* | |
2048 | F: arch/arm/boot/dts/bcm7*.dts* | |
2049 | ||
948c51e6 | 2050 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
23629477 | 2051 | M: Prashant Sreedharan <[email protected]> |
8b58be88 | 2052 | M: Michael Chan <[email protected]> |
948c51e6 MC |
2053 | L: [email protected] |
2054 | S: Supported | |
adfc5217 | 2055 | F: drivers/net/ethernet/broadcom/tg3.* |
948c51e6 | 2056 | |
a9533e7e HP |
2057 | BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER |
2058 | M: Brett Rudley <[email protected]> | |
818c07b8 | 2059 | M: Arend van Spriel <[email protected]> |
85d63686 | 2060 | M: Franky (Zhenhui) Lin <[email protected]> |
006a8f14 | 2061 | M: Hante Meuleman <[email protected]> |
a9533e7e | 2062 | L: [email protected] |
5615171c | 2063 | L: [email protected] |
a9533e7e | 2064 | S: Supported |
f62ebdd5 | 2065 | F: drivers/net/wireless/brcm80211/ |
a9533e7e | 2066 | |
9958d6f9 | 2067 | BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER |
3b7f040a | 2068 | M: [email protected] |
9958d6f9 BPG |
2069 | L: [email protected] |
2070 | S: Supported | |
2071 | F: drivers/scsi/bnx2fc/ | |
2072 | ||
6a6b5ad0 | 2073 | BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER |
3b7f040a | 2074 | M: [email protected] |
6a6b5ad0 EW |
2075 | L: [email protected] |
2076 | S: Supported | |
2077 | F: drivers/scsi/bnx2i/ | |
2078 | ||
7b7f588b | 2079 | BROADCOM KONA GPIO DRIVER |
5e163903 | 2080 | M: Ray Jui <[email protected]> |
7b7f588b MM |
2081 | L: [email protected] |
2082 | S: Supported | |
2083 | F: drivers/gpio/gpio-bcm-kona.c | |
2084 | F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt | |
2085 | ||
c9678d86 RM |
2086 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) |
2087 | M: Rafał Miłecki <[email protected]> | |
2088 | L: [email protected] | |
2089 | S: Maintained | |
2090 | F: drivers/bcma/ | |
2091 | F: include/linux/bcma/ | |
2092 | ||
b8302205 FF |
2093 | BROADCOM SYSTEMPORT ETHERNET DRIVER |
2094 | M: Florian Fainelli <[email protected]> | |
2095 | L: [email protected] | |
2096 | S: Supported | |
2097 | F: drivers/net/ethernet/broadcom/bcmsysport.* | |
2098 | ||
7725ccfd | 2099 | BROCADE BFA FC SCSI DRIVER |
aa803370 AG |
2100 | M: Anil Gurumurthy <[email protected]> |
2101 | M: Sudarsana Kalluru <[email protected]> | |
455518e7 JP |
2102 | L: [email protected] |
2103 | S: Supported | |
2104 | F: drivers/scsi/bfa/ | |
7725ccfd | 2105 | |
8b230ed8 | 2106 | BROCADE BNA 10 GIGABIT ETHERNET DRIVER |
439e9575 | 2107 | M: Rasesh Mody <[email protected]> |
8b230ed8 RM |
2108 | L: [email protected] |
2109 | S: Supported | |
f844a0ea | 2110 | F: drivers/net/ethernet/brocade/bna/ |
8b230ed8 | 2111 | |
5cdf7f76 | 2112 | BSG (block layer generic sg v4 driver) |
8b58be88 | 2113 | M: FUJITA Tomonori <[email protected]> |
5cdf7f76 JA |
2114 | L: [email protected] |
2115 | S: Supported | |
679655da JP |
2116 | F: block/bsg.c |
2117 | F: include/linux/bsg.h | |
c117ab84 | 2118 | F: include/uapi/linux/bsg.h |
5cdf7f76 | 2119 | |
af39917d CL |
2120 | BT87X AUDIO DRIVER |
2121 | M: Clemens Ladisch <[email protected]> | |
2122 | L: [email protected] (moderated for non-subscribers) | |
2123 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2124 | S: Maintained | |
2125 | F: Documentation/sound/alsa/Bt87x.txt | |
2126 | F: sound/pci/bt87x.c | |
2127 | ||
ff1d5c2f | 2128 | BT8XXGPIO DRIVER |
eb032b98 | 2129 | M: Michael Buesch <[email protected]> |
ff1d5c2f MB |
2130 | W: http://bu3sch.de/btgpio.php |
2131 | S: Maintained | |
72dbb705 | 2132 | F: drivers/gpio/gpio-bt8xx.c |
ff1d5c2f | 2133 | |
eb1eb04f | 2134 | BTRFS FILE SYSTEM |
c0778e25 CM |
2135 | M: Chris Mason <[email protected]> |
2136 | M: Josef Bacik <[email protected]> | |
eb1eb04f JP |
2137 | L: [email protected] |
2138 | W: http://btrfs.wiki.kernel.org/ | |
8a6e2535 | 2139 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ |
9c106405 | 2140 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git |
eb1eb04f | 2141 | S: Maintained |
679655da JP |
2142 | F: Documentation/filesystems/btrfs.txt |
2143 | F: fs/btrfs/ | |
eb1eb04f | 2144 | |
1da177e4 | 2145 | BTTV VIDEO4LINUX DRIVER |
1b2c14b4 | 2146 | M: Mauro Carvalho Chehab <[email protected]> |
661263b5 | 2147 | L: [email protected] |
96b6aba0 | 2148 | W: http://linuxtv.org |
275ffde4 | 2149 | T: git git://linuxtv.org/media_tree.git |
f96236e5 | 2150 | S: Odd fixes |
679655da | 2151 | F: Documentation/video4linux/bttv/ |
90d72ac6 | 2152 | F: drivers/media/pci/bt8xx/bttv* |
1da177e4 | 2153 | |
1f34923c KA |
2154 | BUSLOGIC SCSI DRIVER |
2155 | M: Khalid Aziz <[email protected]> | |
2156 | L: [email protected] | |
2157 | S: Maintained | |
2158 | F: drivers/scsi/BusLogic.* | |
2159 | F: drivers/scsi/FlashPoint.* | |
2160 | ||
af39917d CL |
2161 | C-MEDIA CMI8788 DRIVER |
2162 | M: Clemens Ladisch <[email protected]> | |
2163 | L: [email protected] (moderated for non-subscribers) | |
2164 | T: git git://git.alsa-project.org/alsa-kernel.git | |
2165 | S: Maintained | |
2166 | F: sound/pci/oxygen/ | |
2167 | ||
2141355f MS |
2168 | C6X ARCHITECTURE |
2169 | M: Mark Salter <[email protected]> | |
2170 | M: Aurelien Jacquiot <[email protected]> | |
2171 | L: [email protected] | |
2172 | W: http://www.linux-c6x.org/wiki/index.php/Main_Page | |
2173 | S: Maintained | |
2174 | F: arch/c6x/ | |
2175 | ||
a5432f5a | 2176 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
8b58be88 | 2177 | M: David Howells <[email protected]> |
a5432f5a DH |
2178 | L: [email protected] |
2179 | S: Supported | |
2180 | F: Documentation/filesystems/caching/cachefiles.txt | |
2181 | F: fs/cachefiles/ | |
2182 | ||
c815ca39 HV |
2183 | CADET FM/AM RADIO RECEIVER DRIVER |
2184 | M: Hans Verkuil <[email protected]> | |
2185 | L: [email protected] | |
2186 | T: git git://linuxtv.org/media_tree.git | |
2187 | W: http://linuxtv.org | |
2188 | S: Maintained | |
2189 | F: drivers/media/radio/radio-cadet* | |
2190 | ||
77d5140f | 2191 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
8b58be88 | 2192 | M: Jonathan Corbet <[email protected]> |
661263b5 | 2193 | L: [email protected] |
275ffde4 | 2194 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 2195 | S: Maintained |
679655da | 2196 | F: Documentation/video4linux/cafe_ccic |
90d72ac6 | 2197 | F: drivers/media/platform/marvell-ccic/ |
77d5140f | 2198 | |
201b6bab | 2199 | CAIF NETWORK LAYER |
5c574f50 | 2200 | M: Dmitry Tarnyagin <[email protected]> |
201b6bab JP |
2201 | L: [email protected] |
2202 | S: Supported | |
2203 | F: Documentation/networking/caif/ | |
2204 | F: drivers/net/caif/ | |
c117ab84 | 2205 | F: include/uapi/linux/caif/ |
201b6bab JP |
2206 | F: include/net/caif/ |
2207 | F: net/caif/ | |
2208 | ||
77dac90f | 2209 | CALGARY x86-64 IOMMU |
8b58be88 JP |
2210 | M: Muli Ben-Yehuda <[email protected]> |
2211 | M: "Jon D. Mason" <[email protected]> | |
77dac90f MBY |
2212 | L: [email protected] |
2213 | S: Maintained | |
679655da JP |
2214 | F: arch/x86/kernel/pci-calgary_64.c |
2215 | F: arch/x86/kernel/tce_64.c | |
2216 | F: arch/x86/include/asm/calgary.h | |
2217 | F: arch/x86/include/asm/tce.h | |
77dac90f | 2218 | |
e2d1d6c0 | 2219 | CAN NETWORK LAYER |
8d15d386 | 2220 | M: Oliver Hartkopp <[email protected]> |
1caa60b6 | 2221 | L: [email protected] |
ec78213a | 2222 | W: http://gitorious.org/linux-can |
405cc273 | 2223 | T: git git://gitorious.org/linux-can/linux-can-next.git |
e2d1d6c0 | 2224 | S: Maintained |
f35f6c8f | 2225 | F: Documentation/networking/can.txt |
8d15d386 | 2226 | F: net/can/ |
8d15d386 | 2227 | F: include/linux/can/core.h |
c117ab84 CEB |
2228 | F: include/uapi/linux/can.h |
2229 | F: include/uapi/linux/can/bcm.h | |
2230 | F: include/uapi/linux/can/raw.h | |
2231 | F: include/uapi/linux/can/gw.h | |
e2d1d6c0 | 2232 | |
4261a204 | 2233 | CAN NETWORK DRIVERS |
8b58be88 | 2234 | M: Wolfgang Grandegger <[email protected]> |
ec78213a | 2235 | M: Marc Kleine-Budde <[email protected]> |
1caa60b6 | 2236 | L: [email protected] |
ec78213a | 2237 | W: http://gitorious.org/linux-can |
405cc273 | 2238 | T: git git://gitorious.org/linux-can/linux-can-next.git |
4261a204 | 2239 | S: Maintained |
8d15d386 OH |
2240 | F: drivers/net/can/ |
2241 | F: include/linux/can/dev.h | |
8d15d386 | 2242 | F: include/linux/can/platform/ |
c117ab84 CEB |
2243 | F: include/uapi/linux/can/error.h |
2244 | F: include/uapi/linux/can/netlink.h | |
4261a204 | 2245 | |
95d16c72 JM |
2246 | CAPABILITIES |
2247 | M: Serge Hallyn <[email protected]> | |
2248 | L: [email protected] | |
6305902c | 2249 | S: Supported |
95d16c72 | 2250 | F: include/linux/capability.h |
c117ab84 | 2251 | F: include/uapi/linux/capability.h |
95d16c72 | 2252 | F: security/capability.c |
6305902c | 2253 | F: security/commoncap.c |
38a94118 | 2254 | F: kernel/capability.c |
95d16c72 | 2255 | |
b8154542 | 2256 | CELL BROADBAND ENGINE ARCHITECTURE |
8b58be88 | 2257 | M: Arnd Bergmann <[email protected]> |
a4724ed6 SR |
2258 | L: [email protected] |
2259 | L: [email protected] | |
b8154542 AB |
2260 | W: http://www.ibm.com/developerworks/power/cell/ |
2261 | S: Supported | |
679655da | 2262 | F: arch/powerpc/include/asm/cell*.h |
679655da | 2263 | F: arch/powerpc/include/asm/spu*.h |
c117ab84 | 2264 | F: arch/powerpc/include/uapi/asm/spu*.h |
679655da JP |
2265 | F: arch/powerpc/oprofile/*cell* |
2266 | F: arch/powerpc/platforms/cell/ | |
b8154542 | 2267 | |
9030aaf9 | 2268 | CEPH DISTRIBUTED FILE SYSTEM CLIENT |
09d90327 | 2269 | M: Sage Weil <[email protected]> |
82593f87 | 2270 | L: [email protected] |
09d90327 | 2271 | W: http://ceph.com/ |
fb99f881 | 2272 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
9030aaf9 SW |
2273 | S: Supported |
2274 | F: Documentation/filesystems/ceph.txt | |
14430813 JP |
2275 | F: fs/ceph/ |
2276 | F: net/ceph/ | |
2277 | F: include/linux/ceph/ | |
2278 | F: include/linux/crush/ | |
9030aaf9 | 2279 | |
18332a80 | 2280 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
18332a80 | 2281 | L: [email protected] |
10c6c9c9 | 2282 | S: Orphan |
679655da JP |
2283 | F: Documentation/usb/WUSB-Design-overview.txt |
2284 | F: Documentation/usb/wusb-cbaf | |
355ffe69 DV |
2285 | F: drivers/usb/host/hwa-hc.c |
2286 | F: drivers/usb/host/whci/ | |
679655da JP |
2287 | F: drivers/usb/wusbcore/ |
2288 | F: include/linux/usb/wusb* | |
18332a80 | 2289 | |
70e84049 | 2290 | CFAG12864B LCD DRIVER |
8b58be88 | 2291 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2292 | W: http://miguelojeda.es/auxdisplay.htm |
2293 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2294 | S: Maintained |
679655da JP |
2295 | F: drivers/auxdisplay/cfag12864b.c |
2296 | F: include/linux/cfag12864b.h | |
70e84049 MOS |
2297 | |
2298 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
8b58be88 | 2299 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
2300 | W: http://miguelojeda.es/auxdisplay.htm |
2301 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 2302 | S: Maintained |
679655da JP |
2303 | F: drivers/auxdisplay/cfag12864bfb.c |
2304 | F: include/linux/cfag12864b.h | |
70e84049 | 2305 | |
704232c2 | 2306 | CFG80211 and NL80211 |
8b58be88 | 2307 | M: Johannes Berg <[email protected]> |
704232c2 | 2308 | L: [email protected] |
ce466579 JB |
2309 | W: http://wireless.kernel.org/ |
2310 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
2311 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
704232c2 | 2312 | S: Maintained |
c117ab84 | 2313 | F: include/uapi/linux/nl80211.h |
679655da JP |
2314 | F: include/net/cfg80211.h |
2315 | F: net/wireless/* | |
2316 | X: net/wireless/wext* | |
704232c2 | 2317 | |
46e64261 GKH |
2318 | CHAR and MISC DRIVERS |
2319 | M: Arnd Bergmann <[email protected]> | |
879a5a00 | 2320 | M: Greg Kroah-Hartman <[email protected]> |
46e64261 | 2321 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
879a5a00 | 2322 | S: Supported |
46e64261 GKH |
2323 | F: drivers/char/* |
2324 | F: drivers/misc/* | |
471322a8 | 2325 | F: include/linux/miscdevice.h |
46e64261 | 2326 | |
0a920b5b | 2327 | CHECKPATCH |
8b58be88 | 2328 | M: Andy Whitcroft <[email protected]> |
10d83f07 JP |
2329 | M: Joe Perches <[email protected]> |
2330 | S: Maintained | |
679655da | 2331 | F: scripts/checkpatch.pl |
0a920b5b | 2332 | |
f8407f26 HW |
2333 | CHINESE DOCUMENTATION |
2334 | M: Harry Wei <[email protected]> | |
9740153c | 2335 | L: [email protected] (subscribers-only) |
f8407f26 HW |
2336 | L: [email protected] (moderated for non-subscribers) |
2337 | S: Maintained | |
2338 | F: Documentation/zh_CN/ | |
2339 | ||
2721ea2c | 2340 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
eee52f9e | 2341 | M: Peter Chen <[email protected]> |
cea8321c | 2342 | T: git git://github.com/hzpeterchen/linux-usb.git |
2721ea2c AS |
2343 | L: [email protected] |
2344 | S: Maintained | |
2345 | F: drivers/usb/chipidea/ | |
2346 | ||
ab043105 OJ |
2347 | CHROME HARDWARE PLATFORM SUPPORT |
2348 | M: Olof Johansson <[email protected]> | |
2349 | S: Maintained | |
2350 | F: drivers/platform/chrome/ | |
2351 | ||
641cb85e | 2352 | CISCO VIC ETHERNET NIC DRIVER |
2360d2e8 | 2353 | M: Christian Benvenuti <[email protected]> |
001e1c1d | 2354 | M: Sujith Sankar <[email protected]> |
c327e8f4 | 2355 | M: Govindarajulu Varadarajan <[email protected]> |
5c6652f5 | 2356 | M: Neel Patel <[email protected]> |
7063fbf2 | 2357 | S: Supported |
a6a5580c | 2358 | F: drivers/net/ethernet/cisco/enic/ |
7063fbf2 | 2359 | |
e3cf00d0 | 2360 | CISCO VIC LOW LATENCY NIC DRIVER |
b75f0050 JP |
2361 | M: Upinder Malhi <[email protected]> |
2362 | S: Supported | |
2363 | F: drivers/infiniband/hw/usnic | |
e3cf00d0 | 2364 | |
2b7a52a4 | 2365 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
5587912f | 2366 | M: Hartley Sweeten <[email protected]> |
2b7a52a4 LB |
2367 | L: [email protected] |
2368 | S: Maintained | |
57d0b7a0 | 2369 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
2b7a52a4 | 2370 | |
3d4cfdc9 MB |
2371 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
2372 | M: Brian Austin <[email protected]> | |
2373 | M: Paul Handrigan <[email protected]> | |
2374 | L: [email protected] (moderated for non-subscribers) | |
2375 | S: Maintained | |
2376 | F: sound/soc/codecs/cs* | |
2377 | ||
94574d9a KRW |
2378 | CLEANCACHE API |
2379 | M: Konrad Rzeszutek Wilk <[email protected]> | |
2380 | L: [email protected] | |
2381 | S: Maintained | |
2382 | F: mm/cleancache.c | |
2383 | F: include/linux/cleancache.h | |
2384 | ||
d4275354 | 2385 | CLK API |
8b58be88 | 2386 | M: Russell King <[email protected]> |
37417046 | 2387 | S: Maintained |
d4275354 RK |
2388 | F: include/linux/clk.h |
2389 | ||
9222d247 JS |
2390 | CLOCKSOURCE, CLOCKEVENT DRIVERS |
2391 | M: Daniel Lezcano <[email protected]> | |
2392 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 2393 | L: [email protected] |
9222d247 JS |
2394 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
2395 | S: Supported | |
2396 | F: drivers/clocksource | |
2397 | ||
5df6d737 | 2398 | CISCO FCOE HBA DRIVER |
8fc89a79 HP |
2399 | M: Hiral Patel <[email protected]> |
2400 | M: Suma Ramars <[email protected]> | |
d7e01dc6 | 2401 | M: Brian Uchino <[email protected]> |
5df6d737 AJ |
2402 | L: [email protected] |
2403 | S: Supported | |
2a99921a | 2404 | F: drivers/scsi/fnic/ |
5df6d737 | 2405 | |
529aa8cb TLSC |
2406 | CMPC ACPI DRIVER |
2407 | M: Thadeu Lima de Souza Cascardo <[email protected]> | |
2408 | M: Daniel Oliveira Nascimento <[email protected]> | |
d0944853 | 2409 | L: [email protected] |
529aa8cb TLSC |
2410 | S: Supported |
2411 | F: drivers/platform/x86/classmate-laptop.c | |
2412 | ||
74425eee | 2413 | COCCINELLE/Semantic Patches (SmPL) |
26de9c26 | 2414 | M: Julia Lawall <[email protected]> |
74425eee | 2415 | M: Gilles Muller <[email protected]> |
26de9c26 | 2416 | M: Nicolas Palix <[email protected]> |
c00b5110 | 2417 | M: Michal Marek <[email protected]> |
26de9c26 | 2418 | L: [email protected] (moderated for non-subscribers) |
c00b5110 | 2419 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
74425eee NP |
2420 | W: http://coccinelle.lip6.fr/ |
2421 | S: Supported | |
4b92b2aa | 2422 | F: Documentation/coccinelle.txt |
74425eee NP |
2423 | F: scripts/coccinelle/ |
2424 | F: scripts/coccicheck | |
2425 | ||
1da177e4 | 2426 | CODA FILE SYSTEM |
8b58be88 | 2427 | M: Jan Harkes <[email protected]> |
1da177e4 LT |
2428 | M: [email protected] |
2429 | L: [email protected] | |
2430 | W: http://www.coda.cs.cmu.edu/ | |
2431 | S: Maintained | |
679655da JP |
2432 | F: Documentation/filesystems/coda.txt |
2433 | F: fs/coda/ | |
2434 | F: include/linux/coda*.h | |
c117ab84 | 2435 | F: include/uapi/linux/coda*.h |
1da177e4 | 2436 | |
7704addb | 2437 | COMMON CLK FRAMEWORK |
7704addb | 2438 | M: Mike Turquette <[email protected]> |
35c1983e | 2439 | L: [email protected] |
7704addb MT |
2440 | T: git git://git.linaro.org/people/mturquette/linux.git |
2441 | S: Maintained | |
60bea3b5 SW |
2442 | F: drivers/clk/ |
2443 | X: drivers/clk/clkdev.c | |
7704addb | 2444 | F: include/linux/clk-pr* |
60bea3b5 | 2445 | F: include/linux/clk/ |
7704addb | 2446 | |
e2d1d6c0 | 2447 | COMMON INTERNET FILE SYSTEM (CIFS) |
8b58be88 | 2448 | M: Steve French <[email protected]> |
51223df6 | 2449 | L: [email protected] |
d1f28953 | 2450 | L: [email protected] (moderated for non-subscribers) |
e2d1d6c0 | 2451 | W: http://linux-cifs.samba.org/ |
8a6e2535 | 2452 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ |
54e5881d | 2453 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
e2d1d6c0 | 2454 | S: Supported |
ec421a71 | 2455 | F: Documentation/filesystems/cifs/ |
679655da | 2456 | F: fs/cifs/ |
e2d1d6c0 | 2457 | |
1da177e4 | 2458 | COMPACTPCI HOTPLUG CORE |
8b58be88 | 2459 | M: Scott Murray <[email protected]> |
64dab204 | 2460 | L: [email protected] |
82c4dfc7 | 2461 | S: Maintained |
679655da | 2462 | F: drivers/pci/hotplug/cpci_hotplug* |
1da177e4 LT |
2463 | |
2464 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
8b58be88 | 2465 | M: Scott Murray <[email protected]> |
64dab204 | 2466 | L: [email protected] |
82c4dfc7 | 2467 | S: Maintained |
679655da | 2468 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
1da177e4 LT |
2469 | |
2470 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
8b58be88 | 2471 | M: Scott Murray <[email protected]> |
64dab204 | 2472 | L: [email protected] |
82c4dfc7 | 2473 | S: Maintained |
679655da | 2474 | F: drivers/pci/hotplug/cpcihp_generic.c |
1da177e4 | 2475 | |
5411552c | 2476 | COMPAL LAPTOP SUPPORT |
8b58be88 | 2477 | M: Cezary Jackiewicz <[email protected]> |
d0944853 | 2478 | L: [email protected] |
5411552c | 2479 | S: Maintained |
679655da | 2480 | F: drivers/platform/x86/compal-laptop.c |
5411552c | 2481 | |
949be0f7 | 2482 | CONEXANT ACCESSRUNNER USB DRIVER |
8b58be88 | 2483 | M: Simon Arlott <[email protected]> |
9ae5e3bc SA |
2484 | L: [email protected] |
2485 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 | 2486 | S: Maintained |
679655da | 2487 | F: drivers/usb/atm/cxacru.c |
949be0f7 | 2488 | |
e2d1d6c0 | 2489 | CONFIGFS |
d6351db2 JB |
2490 | M: Joel Becker <[email protected]> |
2491 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git | |
e2d1d6c0 | 2492 | S: Supported |
679655da JP |
2493 | F: fs/configfs/ |
2494 | F: include/linux/configfs.h | |
e2d1d6c0 | 2495 | |
acb9c1b2 | 2496 | CONNECTOR |
8b58be88 | 2497 | M: Evgeniy Polyakov <[email protected]> |
acb9c1b2 EP |
2498 | L: [email protected] |
2499 | S: Maintained | |
2500 | F: drivers/connector/ | |
2501 | ||
a3e3354d | 2502 | CONTROL GROUP (CGROUP) |
860ca0e6 | 2503 | M: Tejun Heo <[email protected]> |
ad50c159 | 2504 | M: Li Zefan <[email protected]> |
12340313 | 2505 | L: [email protected] |
860ca0e6 | 2506 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
fb3a0fb6 | 2507 | S: Maintained |
a3e3354d | 2508 | F: Documentation/cgroups/ |
679655da JP |
2509 | F: include/linux/cgroup* |
2510 | F: kernel/cgroup* | |
a3e3354d TH |
2511 | |
2512 | CONTROL GROUP - CPUSET | |
2513 | M: Li Zefan <[email protected]> | |
2514 | L: [email protected] | |
2515 | W: http://www.bullopensource.org/cpuset/ | |
2516 | W: http://oss.sgi.com/projects/cpusets/ | |
2517 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | |
2518 | S: Maintained | |
2519 | F: Documentation/cgroups/cpusets.txt | |
2520 | F: include/linux/cpuset.h | |
2521 | F: kernel/cpuset.c | |
2522 | ||
2523 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | |
2524 | M: Johannes Weiner <[email protected]> | |
2525 | M: Michal Hocko <[email protected]> | |
2526 | L: [email protected] | |
2527 | L: [email protected] | |
2528 | S: Maintained | |
2529 | F: mm/memcontrol.c | |
2530 | F: mm/page_cgroup.c | |
fb3a0fb6 | 2531 | |
bebe4678 | 2532 | CORETEMP HARDWARE MONITORING DRIVER |
96859129 | 2533 | M: Fenghua Yu <[email protected]> |
bebe4678 RM |
2534 | L: [email protected] |
2535 | S: Maintained | |
679655da JP |
2536 | F: Documentation/hwmon/coretemp |
2537 | F: drivers/hwmon/coretemp.c | |
bebe4678 | 2538 | |
1da177e4 | 2539 | COSA/SRP SYNC SERIAL DRIVER |
8b58be88 | 2540 | M: Jan "Yenya" Kasprzak <[email protected]> |
1da177e4 LT |
2541 | W: http://www.fi.muni.cz/~kas/cosa/ |
2542 | S: Maintained | |
679655da | 2543 | F: drivers/net/wan/cosa* |
1da177e4 | 2544 | |
4371ee35 | 2545 | CPMAC ETHERNET DRIVER |
8b58be88 | 2546 | M: Florian Fainelli <[email protected]> |
4371ee35 FF |
2547 | L: [email protected] |
2548 | S: Maintained | |
b544dbac | 2549 | F: drivers/net/ethernet/ti/cpmac.c |
4371ee35 | 2550 | |
1da177e4 | 2551 | CPU FREQUENCY DRIVERS |
49db1903 | 2552 | M: Rafael J. Wysocki <[email protected]> |
45c009a9 | 2553 | M: Viresh Kumar <[email protected]> |
a6c072c7 | 2554 | L: [email protected] |
1da177e4 | 2555 | S: Maintained |
27209d91 VK |
2556 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
2557 | T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) | |
679655da JP |
2558 | F: drivers/cpufreq/ |
2559 | F: include/linux/cpufreq.h | |
1da177e4 | 2560 | |
8a67f0ef VK |
2561 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE |
2562 | M: Viresh Kumar <[email protected]> | |
171d0ba8 | 2563 | M: Sudeep Holla <[email protected]> |
8a67f0ef VK |
2564 | L: [email protected] |
2565 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | |
2566 | S: Maintained | |
2567 | F: drivers/cpufreq/arm_big_little.h | |
2568 | F: drivers/cpufreq/arm_big_little.c | |
2569 | F: drivers/cpufreq/arm_big_little_dt.c | |
2570 | ||
14d2c34c | 2571 | CPUIDLE DRIVER - ARM BIG LITTLE |
b75f0050 JP |
2572 | M: Lorenzo Pieralisi <[email protected]> |
2573 | M: Daniel Lezcano <[email protected]> | |
2574 | L: [email protected] | |
2575 | L: [email protected] | |
cea8321c | 2576 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
b75f0050 JP |
2577 | S: Maintained |
2578 | F: drivers/cpuidle/cpuidle-big_little.c | |
14d2c34c | 2579 | |
a8e39c35 | 2580 | CPUIDLE DRIVERS |
49db1903 | 2581 | M: Rafael J. Wysocki <[email protected]> |
a8e39c35 DL |
2582 | M: Daniel Lezcano <[email protected]> |
2583 | L: [email protected] | |
2584 | S: Maintained | |
cea8321c | 2585 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
a8e39c35 DL |
2586 | F: drivers/cpuidle/* |
2587 | F: include/linux/cpuidle.h | |
2588 | ||
1da177e4 | 2589 | CPUID/MSR DRIVER |
8b58be88 | 2590 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 2591 | S: Maintained |
679655da JP |
2592 | F: arch/x86/kernel/cpuid.c |
2593 | F: arch/x86/kernel/msr.c | |
1da177e4 | 2594 | |
7fe2f639 | 2595 | CPU POWER MONITORING SUBSYSTEM |
7fe2f639 | 2596 | M: Thomas Renninger <[email protected]> |
103f1790 | 2597 | L: [email protected] |
7fe2f639 | 2598 | S: Maintained |
14430813 | 2599 | F: tools/power/cpupower/ |
7fe2f639 | 2600 | |
1da177e4 | 2601 | CRAMFS FILESYSTEM |
ce00f85c | 2602 | W: http://sourceforge.net/projects/cramfs/ |
54886a71 | 2603 | S: Orphan / Obsolete |
679655da JP |
2604 | F: Documentation/filesystems/cramfs.txt |
2605 | F: fs/cramfs/ | |
1da177e4 LT |
2606 | |
2607 | CRIS PORT | |
8b58be88 JP |
2608 | M: Mikael Starvik <[email protected]> |
2609 | M: Jesper Nilsson <[email protected]> | |
9937ac0c | 2610 | L: [email protected] |
1da177e4 LT |
2611 | W: http://developer.axis.com |
2612 | S: Maintained | |
679655da | 2613 | F: arch/cris/ |
df621252 | 2614 | F: drivers/tty/serial/crisv10.* |
1da177e4 LT |
2615 | |
2616 | CRYPTO API | |
8b58be88 JP |
2617 | M: Herbert Xu <[email protected]> |
2618 | M: "David S. Miller" <[email protected]> | |
1da177e4 | 2619 | L: [email protected] |
54e5881d | 2620 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 | 2621 | S: Maintained |
679655da JP |
2622 | F: Documentation/crypto/ |
2623 | F: arch/*/crypto/ | |
2624 | F: crypto/ | |
2625 | F: drivers/crypto/ | |
2626 | F: include/crypto/ | |
1da177e4 | 2627 | |
5b07bd57 | 2628 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
8b58be88 | 2629 | M: Neil Horman <[email protected]> |
5b07bd57 NH |
2630 | L: [email protected] |
2631 | S: Maintained | |
51a2228a JP |
2632 | F: crypto/ansi_cprng.c |
2633 | F: crypto/rng.c | |
5b07bd57 | 2634 | |
9b4ffa48 | 2635 | CS5535 Audio ALSA driver |
8b58be88 | 2636 | M: Jaya Kumar <[email protected]> |
9b4ffa48 | 2637 | S: Maintained |
679655da | 2638 | F: sound/pci/cs5535audio/ |
9b4ffa48 | 2639 | |
a910e4a9 | 2640 | CW1200 WLAN driver |
b75f0050 JP |
2641 | M: Solomon Peachy <[email protected]> |
2642 | S: Maintained | |
2643 | F: drivers/net/wireless/cw1200/ | |
a910e4a9 | 2644 | |
6d8425b1 | 2645 | CX18 VIDEO4LINUX DRIVER |
6afdeaf8 | 2646 | M: Andy Walls <[email protected]> |
c4240509 | 2647 | L: [email protected] (moderated for non-subscribers) |
661263b5 | 2648 | L: [email protected] |
275ffde4 | 2649 | T: git git://linuxtv.org/media_tree.git |
6d8425b1 | 2650 | W: http://linuxtv.org |
30e10993 | 2651 | W: http://www.ivtvdriver.org/index.php/Cx18 |
6d8425b1 | 2652 | S: Maintained |
679655da | 2653 | F: Documentation/video4linux/cx18.txt |
90d72ac6 | 2654 | F: drivers/media/pci/cx18/ |
6c0f0359 | 2655 | F: include/uapi/linux/ivtv* |
6d8425b1 | 2656 | |
3f101d91 HV |
2657 | CX2341X MPEG ENCODER HELPER MODULE |
2658 | M: Hans Verkuil <[email protected]> | |
2659 | L: [email protected] | |
2660 | T: git git://linuxtv.org/media_tree.git | |
2661 | W: http://linuxtv.org | |
2662 | S: Maintained | |
c368360b | 2663 | F: drivers/media/common/cx2341x* |
3f101d91 HV |
2664 | F: include/media/cx2341x* |
2665 | ||
20357578 | 2666 | CX88 VIDEO4LINUX DRIVER |
1b2c14b4 | 2667 | M: Mauro Carvalho Chehab <[email protected]> |
20357578 MCC |
2668 | L: [email protected] |
2669 | W: http://linuxtv.org | |
2670 | T: git git://linuxtv.org/media_tree.git | |
2671 | S: Odd fixes | |
2672 | F: Documentation/video4linux/cx88/ | |
2673 | F: drivers/media/pci/cx88/ | |
6d8425b1 | 2674 | |
91952bc0 AP |
2675 | CXD2820R MEDIA DRIVER |
2676 | M: Antti Palosaari <[email protected]> | |
2677 | L: [email protected] | |
2678 | W: http://linuxtv.org/ | |
2679 | W: http://palosaari.fi/linux/ | |
2680 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2681 | T: git git://linuxtv.org/anttip/media_tree.git | |
2682 | S: Maintained | |
2683 | F: drivers/media/dvb-frontends/cxd2820r* | |
6d8425b1 | 2684 | |
e5ec3789 | 2685 | CXGB3 ETHERNET DRIVER (CXGB3) |
cdc99239 | 2686 | M: Santosh Raspatur <[email protected]> |
e5ec3789 SW |
2687 | L: [email protected] |
2688 | W: http://www.chelsio.com | |
2689 | S: Supported | |
f7917c00 | 2690 | F: drivers/net/ethernet/chelsio/cxgb3/ |
e5ec3789 SW |
2691 | |
2692 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) | |
8b58be88 | 2693 | M: Steve Wise <[email protected]> |
e6cc0fd1 | 2694 | L: [email protected] |
e5ec3789 SW |
2695 | W: http://www.openfabrics.org |
2696 | S: Supported | |
679655da | 2697 | F: drivers/infiniband/hw/cxgb3/ |
e5ec3789 | 2698 | |
be4c9bad | 2699 | CXGB4 ETHERNET DRIVER (CXGB4) |
56f16c74 | 2700 | M: Hariprasad S <[email protected]> |
be4c9bad RD |
2701 | L: [email protected] |
2702 | W: http://www.chelsio.com | |
2703 | S: Supported | |
f7917c00 | 2704 | F: drivers/net/ethernet/chelsio/cxgb4/ |
be4c9bad RD |
2705 | |
2706 | CXGB4 IWARP RNIC DRIVER (IW_CXGB4) | |
2707 | M: Steve Wise <[email protected]> | |
2708 | L: [email protected] | |
2709 | W: http://www.openfabrics.org | |
2710 | S: Supported | |
2711 | F: drivers/infiniband/hw/cxgb4/ | |
2712 | ||
5c20a5c7 CL |
2713 | CXGB4VF ETHERNET DRIVER (CXGB4VF) |
2714 | M: Casey Leedom <[email protected]> | |
2715 | L: [email protected] | |
2716 | W: http://www.chelsio.com | |
2717 | S: Supported | |
f7917c00 | 2718 | F: drivers/net/ethernet/chelsio/cxgb4vf/ |
5c20a5c7 | 2719 | |
b52b97a3 GC |
2720 | STMMAC ETHERNET DRIVER |
2721 | M: Giuseppe Cavallaro <[email protected]> | |
2722 | L: [email protected] | |
2723 | W: http://www.stlinux.com | |
2724 | S: Supported | |
7ac6653a | 2725 | F: drivers/net/ethernet/stmicro/stmmac/ |
b52b97a3 | 2726 | |
1da177e4 | 2727 | CYBERPRO FB DRIVER |
8b58be88 | 2728 | M: Russell King <[email protected]> |
efc03ecb | 2729 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
2730 | W: http://www.arm.linux.org.uk/ |
2731 | S: Maintained | |
8a61f013 | 2732 | F: drivers/video/fbdev/cyber2000fb.* |
9fa68eae | 2733 | |
1da177e4 | 2734 | CYCLADES ASYNC MUX DRIVER |
1da177e4 | 2735 | W: http://www.cyclades.com/ |
d459883e | 2736 | S: Orphan |
c897401b | 2737 | F: drivers/tty/cyclades.c |
679655da | 2738 | F: include/linux/cyclades.h |
c117ab84 | 2739 | F: include/uapi/linux/cyclades.h |
1da177e4 LT |
2740 | |
2741 | CYCLADES PC300 DRIVER | |
1da177e4 | 2742 | W: http://www.cyclades.com/ |
d459883e | 2743 | S: Orphan |
679655da | 2744 | F: drivers/net/wan/pc300* |
1da177e4 | 2745 | |
402f6ae4 AP |
2746 | CYPRESS_FIRMWARE MEDIA DRIVER |
2747 | M: Antti Palosaari <[email protected]> | |
2748 | L: [email protected] | |
2749 | W: http://linuxtv.org/ | |
2750 | W: http://palosaari.fi/linux/ | |
2751 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
2752 | T: git git://linuxtv.org/anttip/media_tree.git | |
2753 | S: Maintained | |
2754 | F: drivers/media/common/cypress_firmware* | |
2755 | ||
e3ae3525 | 2756 | CYTTSP TOUCHSCREEN DRIVER |
be9a6f40 | 2757 | M: Ferruh Yigit <[email protected]> |
6305902c | 2758 | L: [email protected] |
be9a6f40 | 2759 | S: Supported |
6305902c JP |
2760 | F: drivers/input/touchscreen/cyttsp* |
2761 | F: include/linux/input/cyttsp.h | |
e3ae3525 | 2762 | |
1da177e4 | 2763 | DAMA SLAVE for AX.25 |
8b58be88 | 2764 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
2765 | W: http://yaina.de/jreuter/ |
2766 | W: http://www.qsl.net/dl1bke/ | |
2767 | L: [email protected] | |
2768 | S: Maintained | |
679655da JP |
2769 | F: net/ax25/af_ax25.c |
2770 | F: net/ax25/ax25_dev.c | |
2771 | F: net/ax25/ax25_ds_* | |
2772 | F: net/ax25/ax25_in.c | |
2773 | F: net/ax25/ax25_out.c | |
2774 | F: net/ax25/ax25_timer.c | |
2775 | F: net/ax25/sysctl_net_ax25.c | |
1da177e4 | 2776 | |
e2d1d6c0 | 2777 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
e2d1d6c0 | 2778 | L: [email protected] |
5ff77428 | 2779 | S: Orphan |
679655da | 2780 | F: Documentation/networking/dmfe.txt |
0f04e2aa | 2781 | F: drivers/net/ethernet/dec/tulip/dmfe.c |
e2d1d6c0 RD |
2782 | |
2783 | DC390/AM53C974 SCSI driver | |
8b58be88 | 2784 | M: Kurt Garloff <[email protected]> |
e2d1d6c0 | 2785 | W: http://www.garloff.de/kurt/linux/dc390/ |
8b58be88 | 2786 | M: Guennadi Liakhovetski <[email protected]> |
e2d1d6c0 | 2787 | S: Maintained |
679655da | 2788 | F: drivers/scsi/tmscsim.* |
e2d1d6c0 | 2789 | |
1da177e4 | 2790 | DC395x SCSI driver |
61eee9a7 | 2791 | M: Oliver Neukum <[email protected]> |
8b58be88 JP |
2792 | M: Ali Akcaagac <[email protected]> |
2793 | M: Jamie Lenehan <[email protected]> | |
f5df5881 | 2794 | L: [email protected] |
cf015e9f JP |
2795 | W: http://twibble.org/dist/dc395x/ |
2796 | W: http://lists.twibble.org/mailman/listinfo/dc395x/ | |
1da177e4 | 2797 | S: Maintained |
679655da JP |
2798 | F: Documentation/scsi/dc395x.txt |
2799 | F: drivers/scsi/dc395x.* | |
1da177e4 | 2800 | |
eb8edb08 | 2801 | DCCP PROTOCOL |
a89d030e | 2802 | M: Gerrit Renker <[email protected]> |
eb8edb08 | 2803 | L: [email protected] |
c996d8b9 | 2804 | W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp |
eb8edb08 | 2805 | S: Maintained |
679655da | 2806 | F: include/linux/dccp.h |
c117ab84 | 2807 | F: include/uapi/linux/dccp.h |
679655da JP |
2808 | F: include/linux/tfrc.h |
2809 | F: net/dccp/ | |
eb8edb08 | 2810 | |
1da177e4 | 2811 | DECnet NETWORK LAYER |
1da177e4 LT |
2812 | W: http://linux-decnet.sourceforge.net |
2813 | L: [email protected] | |
f546444d | 2814 | S: Orphan |
679655da JP |
2815 | F: Documentation/networking/decnet.txt |
2816 | F: net/decnet/ | |
1da177e4 | 2817 | |
ebff05b9 MR |
2818 | DECSTATION PLATFORM SUPPORT |
2819 | M: "Maciej W. Rozycki" <[email protected]> | |
2820 | L: [email protected] | |
2821 | W: http://www.linux-mips.org/wiki/DECstation | |
2822 | S: Maintained | |
2823 | F: arch/mips/dec/ | |
2824 | F: arch/mips/include/asm/dec/ | |
2825 | F: arch/mips/include/asm/mach-dec/ | |
2826 | ||
1da177e4 | 2827 | DEFXX FDDI NETWORK DRIVER |
8b58be88 | 2828 | M: "Maciej W. Rozycki" <[email protected]> |
1da177e4 | 2829 | S: Maintained |
33f810b2 | 2830 | F: drivers/net/fddi/defxx.* |
1da177e4 | 2831 | |
ad8f07cc | 2832 | DELL LAPTOP DRIVER |
8b58be88 | 2833 | M: Matthew Garrett <[email protected]> |
d0944853 | 2834 | L: [email protected] |
ad8f07cc | 2835 | S: Maintained |
679655da | 2836 | F: drivers/platform/x86/dell-laptop.c |
ad8f07cc | 2837 | |
1da177e4 | 2838 | DELL LAPTOP SMM DRIVER |
a1406d87 | 2839 | M: Guenter Roeck <[email protected]> |
679655da | 2840 | F: drivers/char/i8k.c |
c117ab84 | 2841 | F: include/uapi/linux/i8k.h |
1da177e4 | 2842 | |
90563ec4 | 2843 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
8b58be88 | 2844 | M: Doug Warzecha <[email protected]> |
90563ec4 | 2845 | S: Maintained |
679655da JP |
2846 | F: Documentation/dcdbas.txt |
2847 | F: drivers/firmware/dcdbas.* | |
90563ec4 | 2848 | |
0b3f6109 | 2849 | DELL WMI EXTRAS DRIVER |
8b58be88 | 2850 | M: Matthew Garrett <[email protected]> |
0b3f6109 | 2851 | S: Maintained |
36b3a96f | 2852 | F: drivers/platform/x86/dell-wmi.c |
0b3f6109 | 2853 | |
5efc75e3 PZ |
2854 | DESIGNWARE USB2 DRD IP DRIVER |
2855 | M: Paul Zimmerman <[email protected]> | |
2856 | L: [email protected] | |
2857 | S: Maintained | |
197ba5f4 | 2858 | F: drivers/usb/dwc2/ |
5efc75e3 | 2859 | |
94ab23dd FB |
2860 | DESIGNWARE USB3 DRD IP DRIVER |
2861 | M: Felipe Balbi <[email protected]> | |
2862 | L: [email protected] | |
2863 | L: [email protected] | |
2864 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
2865 | S: Maintained | |
2866 | F: drivers/usb/dwc3/ | |
2867 | ||
89d07767 KP |
2868 | DEVICE FREQUENCY (DEVFREQ) |
2869 | M: MyungJoo Ham <[email protected]> | |
2870 | M: Kyungmin Park <[email protected]> | |
88476d34 | 2871 | L: [email protected] |
89d07767 KP |
2872 | S: Maintained |
2873 | F: drivers/devfreq/ | |
2874 | ||
1da177e4 | 2875 | DEVICE NUMBER REGISTRY |
8b58be88 | 2876 | M: Torben Mathiasen <[email protected]> |
1da177e4 | 2877 | W: http://lanana.org/docs/device-list/index.html |
1da177e4 LT |
2878 | S: Maintained |
2879 | ||
e2d1d6c0 | 2880 | DEVICE-MAPPER (LVM) |
854ecaad | 2881 | M: Alasdair Kergon <[email protected]> |
8504eed3 | 2882 | M: Mike Snitzer <[email protected]> |
854ecaad | 2883 | M: [email protected] |
e2d1d6c0 RD |
2884 | L: [email protected] |
2885 | W: http://sources.redhat.com/dm | |
8a6e2535 | 2886 | Q: http://patchwork.kernel.org/project/dm-devel/list/ |
41d35d25 | 2887 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git |
854ecaad | 2888 | T: quilt http://people.redhat.com/agk/patches/linux/editing/ |
e2d1d6c0 | 2889 | S: Maintained |
679655da JP |
2890 | F: Documentation/device-mapper/ |
2891 | F: drivers/md/dm* | |
854ecaad | 2892 | F: drivers/md/persistent-data/ |
679655da JP |
2893 | F: include/linux/device-mapper.h |
2894 | F: include/linux/dm-*.h | |
8504eed3 | 2895 | F: include/uapi/linux/dm-*.h |
e2d1d6c0 | 2896 | |
c0d995aa OST |
2897 | DIALOG SEMICONDUCTOR DRIVERS |
2898 | M: Support Opensource <[email protected]> | |
2899 | W: http://www.dialog-semiconductor.com/products | |
2900 | S: Supported | |
2901 | F: Documentation/hwmon/da90?? | |
2902 | F: drivers/gpio/gpio-da90??.c | |
2903 | F: drivers/hwmon/da90??-hwmon.c | |
2904 | F: drivers/input/misc/da90??_onkey.c | |
2905 | F: drivers/input/touchscreen/da9052_tsi.c | |
2906 | F: drivers/leds/leds-da90??.c | |
2907 | F: drivers/mfd/da903x.c | |
2908 | F: drivers/mfd/da90??-*.c | |
2909 | F: drivers/power/da9052-battery.c | |
2910 | F: drivers/regulator/da903x.c | |
2911 | F: drivers/regulator/da9???-regulator.[ch] | |
2912 | F: drivers/rtc/rtc-da90??.c | |
2913 | F: drivers/video/backlight/da90??_bl.c | |
2914 | F: drivers/watchdog/da90??_wdt.c | |
2915 | F: include/linux/mfd/da903x.h | |
2916 | F: include/linux/mfd/da9052/ | |
2917 | F: include/linux/mfd/da9055/ | |
2918 | F: include/linux/mfd/da9063/ | |
2919 | F: include/sound/da[79]*.h | |
2920 | F: sound/soc/codecs/da[79]*.[ch] | |
2921 | ||
599aa697 LL |
2922 | DIGI NEO AND CLASSIC PCI PRODUCTS |
2923 | M: Lidza Louina <[email protected]> | |
542f3d5a | 2924 | M: Mark Hounschell <[email protected]> |
599aa697 LL |
2925 | L: [email protected] |
2926 | S: Maintained | |
2927 | F: drivers/staging/dgnc/ | |
2928 | ||
2929 | DIGI EPCA PCI PRODUCTS | |
2930 | M: Lidza Louina <[email protected]> | |
abeb935f | 2931 | M: Mark Hounschell <[email protected]> |
6d825f79 | 2932 | M: Daeseok Youn <[email protected]> |
599aa697 LL |
2933 | L: [email protected] |
2934 | S: Maintained | |
2935 | F: drivers/staging/dgap/ | |
2936 | ||
335d7c58 | 2937 | DIOLAN U2C-12 I2C DRIVER |
ca462085 | 2938 | M: Guenter Roeck <[email protected]> |
335d7c58 GR |
2939 | L: [email protected] |
2940 | S: Maintained | |
2941 | F: drivers/i2c/busses/i2c-diolan-u2c.c | |
2942 | ||
e7839f25 | 2943 | DIRECTORY NOTIFICATION (DNOTIFY) |
8b58be88 | 2944 | M: Eric Paris <[email protected]> |
3c5119c0 | 2945 | S: Maintained |
679655da JP |
2946 | F: Documentation/filesystems/dnotify.txt |
2947 | F: fs/notify/dnotify/ | |
2948 | F: include/linux/dnotify.h | |
1da177e4 LT |
2949 | |
2950 | DISK GEOMETRY AND PARTITION HANDLING | |
8b58be88 | 2951 | M: Andries Brouwer <[email protected]> |
1da177e4 LT |
2952 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
2953 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
2954 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
2955 | S: Maintained | |
2956 | ||
4480f15b | 2957 | DISKQUOTA |
8b58be88 | 2958 | M: Jan Kara <[email protected]> |
1da177e4 | 2959 | S: Maintained |
679655da JP |
2960 | F: Documentation/filesystems/quota.txt |
2961 | F: fs/quota/ | |
2962 | F: include/linux/quota*.h | |
c117ab84 | 2963 | F: include/uapi/linux/quota*.h |
1da177e4 | 2964 | |
702686ad BT |
2965 | DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) |
2966 | M: Bernie Thompson <[email protected]> | |
2967 | L: [email protected] | |
2968 | S: Maintained | |
2969 | W: http://plugable.com/category/projects/udlfb/ | |
8a61f013 | 2970 | F: drivers/video/fbdev/udlfb.c |
702686ad BT |
2971 | F: include/video/udlfb.h |
2972 | F: Documentation/fb/udlfb.txt | |
2973 | ||
e7839f25 | 2974 | DISTRIBUTED LOCK MANAGER (DLM) |
8b58be88 JP |
2975 | M: Christine Caulfield <[email protected]> |
2976 | M: David Teigland <[email protected]> | |
a4644184 | 2977 | L: [email protected] |
5be7b50f | 2978 | W: http://sources.redhat.com/cluster/ |
54e5881d | 2979 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f | 2980 | S: Supported |
679655da | 2981 | F: fs/dlm/ |
5be7b50f | 2982 | |
53b6b3e0 SS |
2983 | DMA BUFFER SHARING FRAMEWORK |
2984 | M: Sumit Semwal <[email protected]> | |
2985 | S: Maintained | |
2986 | L: [email protected] | |
2987 | L: [email protected] | |
2988 | L: [email protected] | |
35fac7e3 | 2989 | F: drivers/dma-buf/ |
e46d12c6 JP |
2990 | F: include/linux/dma-buf* |
2991 | F: include/linux/reservation.h | |
2992 | F: include/linux/*fence.h | |
53b6b3e0 SS |
2993 | F: Documentation/dma-buf-sharing.txt |
2994 | T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | |
2995 | ||
b3e5f263 | 2996 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
4abed0af | 2997 | M: Vinod Koul <[email protected]> |
ab5f8c6e | 2998 | M: Dan Williams <[email protected]> |
17b59560 VK |
2999 | L: [email protected] |
3000 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
b3e5f263 | 3001 | S: Supported |
679655da JP |
3002 | F: drivers/dma/ |
3003 | F: include/linux/dma* | |
5dbd05d4 VK |
3004 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git |
3005 | T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) | |
248a9dc3 | 3006 | |
b825037d | 3007 | DME1737 HARDWARE MONITOR DRIVER |
8b58be88 | 3008 | M: Juerg Haefliger <[email protected]> |
b825037d JH |
3009 | L: [email protected] |
3010 | S: Maintained | |
679655da JP |
3011 | F: Documentation/hwmon/dme1737 |
3012 | F: drivers/hwmon/dme1737.c | |
b825037d | 3013 | |
5b9c9bf6 | 3014 | DOCKING STATION DRIVER |
8b58be88 | 3015 | M: Shaohua Li <[email protected]> |
5b9c9bf6 | 3016 | L: [email protected] |
8b59a454 | 3017 | S: Supported |
679655da | 3018 | F: drivers/acpi/dock.c |
5b9c9bf6 | 3019 | |
7d2c86b5 | 3020 | DOCUMENTATION |
d671e424 | 3021 | M: Jiri Kosina <[email protected]> |
795fb7e7 JD |
3022 | L: [email protected] |
3023 | S: Maintained | |
679655da | 3024 | F: Documentation/ |
97be078b RD |
3025 | X: Documentation/ABI/ |
3026 | X: Documentation/devicetree/ | |
3027 | X: Documentation/[a-z][a-z]_[A-Z][A-Z]/ | |
abbaeff3 | 3028 | |
1da177e4 | 3029 | DOUBLETALK DRIVER |
8b58be88 | 3030 | M: "James R. Van Zandt" <[email protected]> |
1da177e4 LT |
3031 | L: [email protected] |
3032 | S: Maintained | |
679655da JP |
3033 | F: drivers/char/dtlk.c |
3034 | F: include/linux/dtlk.h | |
1da177e4 | 3035 | |
e2d1d6c0 | 3036 | DPT_I2O SCSI RAID DRIVER |
8b58be88 | 3037 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
3038 | L: [email protected] |
3039 | W: http://www.adaptec.com/ | |
3040 | S: Maintained | |
679655da JP |
3041 | F: drivers/scsi/dpt* |
3042 | F: drivers/scsi/dpt/ | |
e2d1d6c0 | 3043 | |
b411b363 | 3044 | DRBD DRIVER |
28b8e8d4 JP |
3045 | P: Philipp Reisner |
3046 | P: Lars Ellenberg | |
3047 | M: [email protected] | |
3048 | L: [email protected] | |
3049 | W: http://www.drbd.org | |
3050 | T: git git://git.drbd.org/linux-2.6-drbd.git drbd | |
3051 | T: git git://git.drbd.org/drbd-8.3.git | |
3052 | S: Supported | |
3053 | F: drivers/block/drbd/ | |
3054 | F: lib/lru_cache.c | |
3055 | F: Documentation/blockdev/drbd/ | |
b411b363 | 3056 | |
87544653 | 3057 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
879a5a00 | 3058 | M: Greg Kroah-Hartman <[email protected]> |
08deed1e | 3059 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
1da177e4 | 3060 | S: Supported |
679655da | 3061 | F: Documentation/kobject.txt |
7cfc51b9 | 3062 | F: drivers/base/ |
679655da | 3063 | F: fs/sysfs/ |
87544653 | 3064 | F: fs/debugfs/ |
679655da | 3065 | F: include/linux/kobj* |
87544653 | 3066 | F: include/linux/debugfs.h |
679655da | 3067 | F: lib/kobj* |
1da177e4 LT |
3068 | |
3069 | DRM DRIVERS | |
8b58be88 | 3070 | M: David Airlie <[email protected]> |
4c6a3999 | 3071 | L: [email protected] |
b0447888 | 3072 | T: git git://people.freedesktop.org/~airlied/linux |
1da177e4 | 3073 | S: Maintained |
679655da | 3074 | F: drivers/gpu/drm/ |
433e3b34 | 3075 | F: drivers/gpu/vga/ |
850e9411 | 3076 | F: include/drm/ |
c117ab84 | 3077 | F: include/uapi/drm/ |
1da177e4 | 3078 | |
566f5939 AD |
3079 | RADEON DRM DRIVERS |
3080 | M: Alex Deucher <[email protected]> | |
3081 | M: Christian König <[email protected]> | |
3082 | L: [email protected] | |
3083 | T: git git://people.freedesktop.org/~agd5f/linux | |
3084 | S: Supported | |
3085 | F: drivers/gpu/drm/radeon/ | |
566f5939 AD |
3086 | F: include/uapi/drm/radeon* |
3087 | ||
03e255b9 TR |
3088 | DRM PANEL DRIVERS |
3089 | M: Thierry Reding <[email protected]> | |
3090 | L: [email protected] | |
3091 | T: git git://anongit.freedesktop.org/tegra/linux.git | |
3092 | S: Maintained | |
3093 | F: drivers/gpu/drm/drm_panel.c | |
3094 | F: drivers/gpu/drm/panel/ | |
3095 | F: include/drm/drm_panel.h | |
3096 | F: Documentation/devicetree/bindings/panel/ | |
3097 | ||
8daf7473 | 3098 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
38e490fe | 3099 | M: Daniel Vetter <[email protected]> |
47f95647 | 3100 | M: Jani Nikula <[email protected]> |
362132d2 | 3101 | L: [email protected] |
8daf7473 | 3102 | L: [email protected] |
47f95647 | 3103 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
89258a97 | 3104 | T: git git://anongit.freedesktop.org/drm-intel |
8daf7473 | 3105 | S: Supported |
14430813 | 3106 | F: drivers/gpu/drm/i915/ |
8daf7473 | 3107 | F: include/drm/i915* |
c117ab84 | 3108 | F: include/uapi/drm/i915* |
8daf7473 | 3109 | |
398a6d4a KP |
3110 | DRM DRIVERS FOR EXYNOS |
3111 | M: Inki Dae <[email protected]> | |
f1501303 ID |
3112 | M: Joonyoung Shim <[email protected]> |
3113 | M: Seung-Woo Kim <[email protected]> | |
3114 | M: Kyungmin Park <[email protected]> | |
398a6d4a | 3115 | L: [email protected] |
25a58030 | 3116 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
398a6d4a | 3117 | S: Supported |
14430813 | 3118 | F: drivers/gpu/drm/exynos/ |
398a6d4a | 3119 | F: include/drm/exynos* |
c117ab84 | 3120 | F: include/uapi/drm/exynos* |
398a6d4a | 3121 | |
bd3b49f2 | 3122 | DRM DRIVERS FOR NVIDIA TEGRA |
a5ad7a63 TR |
3123 | M: Thierry Reding <[email protected]> |
3124 | M: Terje Bergström <[email protected]> | |
bd3b49f2 TR |
3125 | L: [email protected] |
3126 | L: [email protected] | |
a5ad7a63 | 3127 | T: git git://anongit.freedesktop.org/tegra/linux.git |
adabdb0c | 3128 | S: Supported |
dee8268f | 3129 | F: drivers/gpu/drm/tegra/ |
a5ad7a63 | 3130 | F: drivers/gpu/host1x/ |
e1e90644 | 3131 | F: include/linux/host1x.h |
a5ad7a63 | 3132 | F: include/uapi/drm/tegra_drm.h |
bd3b49f2 TR |
3133 | F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |
3134 | ||
a284e9d1 LP |
3135 | DRM DRIVERS FOR RENESAS |
3136 | M: Laurent Pinchart <[email protected]> | |
3137 | L: [email protected] | |
3138 | L: [email protected] | |
3139 | T: git git://people.freedesktop.org/~airlied/linux | |
3140 | S: Supported | |
3141 | F: drivers/gpu/drm/rcar-du/ | |
3142 | F: drivers/gpu/drm/shmobile/ | |
3143 | F: include/linux/platform_data/rcar-du.h | |
3144 | F: include/linux/platform_data/shmob_drm.h | |
3145 | ||
598df1ac AK |
3146 | DSBR100 USB FM RADIO DRIVER |
3147 | M: Alexey Klimov <[email protected]> | |
3148 | L: [email protected] | |
3149 | T: git git://linuxtv.org/media_tree.git | |
3150 | S: Maintained | |
3151 | F: drivers/media/radio/dsbr100.c | |
3152 | ||
1da177e4 | 3153 | DSCC4 DRIVER |
8b58be88 | 3154 | M: Francois Romieu <[email protected]> |
01f20734 | 3155 | L: [email protected] |
1da177e4 | 3156 | S: Maintained |
679655da | 3157 | F: drivers/net/wan/dscc4.c |
1da177e4 | 3158 | |
91952bc0 AP |
3159 | DVB_USB_AF9015 MEDIA DRIVER |
3160 | M: Antti Palosaari <[email protected]> | |
3161 | L: [email protected] | |
3162 | W: http://linuxtv.org/ | |
3163 | W: http://palosaari.fi/linux/ | |
3164 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3165 | T: git git://linuxtv.org/anttip/media_tree.git | |
3166 | S: Maintained | |
3167 | F: drivers/media/usb/dvb-usb-v2/af9015* | |
3168 | ||
3169 | DVB_USB_AF9035 MEDIA DRIVER | |
3170 | M: Antti Palosaari <[email protected]> | |
3171 | L: [email protected] | |
3172 | W: http://linuxtv.org/ | |
3173 | W: http://palosaari.fi/linux/ | |
3174 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3175 | T: git git://linuxtv.org/anttip/media_tree.git | |
3176 | S: Maintained | |
3177 | F: drivers/media/usb/dvb-usb-v2/af9035* | |
3178 | ||
3179 | DVB_USB_ANYSEE MEDIA DRIVER | |
3180 | M: Antti Palosaari <[email protected]> | |
3181 | L: [email protected] | |
3182 | W: http://linuxtv.org/ | |
3183 | W: http://palosaari.fi/linux/ | |
3184 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3185 | T: git git://linuxtv.org/anttip/media_tree.git | |
3186 | S: Maintained | |
3187 | F: drivers/media/usb/dvb-usb-v2/anysee* | |
3188 | ||
3189 | DVB_USB_AU6610 MEDIA DRIVER | |
3190 | M: Antti Palosaari <[email protected]> | |
3191 | L: [email protected] | |
3192 | W: http://linuxtv.org/ | |
3193 | W: http://palosaari.fi/linux/ | |
3194 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3195 | T: git git://linuxtv.org/anttip/media_tree.git | |
3196 | S: Maintained | |
3197 | F: drivers/media/usb/dvb-usb-v2/au6610* | |
3198 | ||
3199 | DVB_USB_CE6230 MEDIA DRIVER | |
3200 | M: Antti Palosaari <[email protected]> | |
3201 | L: [email protected] | |
3202 | W: http://linuxtv.org/ | |
3203 | W: http://palosaari.fi/linux/ | |
3204 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3205 | T: git git://linuxtv.org/anttip/media_tree.git | |
3206 | S: Maintained | |
3207 | F: drivers/media/usb/dvb-usb-v2/ce6230* | |
3208 | ||
d099dea2 MK |
3209 | DVB_USB_CXUSB MEDIA DRIVER |
3210 | M: Michael Krufky <[email protected]> | |
3211 | L: [email protected] | |
3212 | W: http://linuxtv.org/ | |
3213 | W: http://github.com/mkrufky | |
3214 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3215 | T: git git://linuxtv.org/media_tree.git | |
3216 | S: Maintained | |
9819da66 | 3217 | F: drivers/media/usb/dvb-usb/cxusb* |
d099dea2 | 3218 | |
91952bc0 | 3219 | DVB_USB_EC168 MEDIA DRIVER |
91952bc0 AP |
3220 | M: Antti Palosaari <[email protected]> |
3221 | L: [email protected] | |
3222 | W: http://linuxtv.org/ | |
3223 | W: http://palosaari.fi/linux/ | |
3224 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3225 | T: git git://linuxtv.org/anttip/media_tree.git | |
3226 | S: Maintained | |
91952bc0 | 3227 | F: drivers/media/usb/dvb-usb-v2/ec168* |
91952bc0 | 3228 | |
5560983b | 3229 | DVB_USB_GL861 MEDIA DRIVER |
91952bc0 AP |
3230 | M: Antti Palosaari <[email protected]> |
3231 | L: [email protected] | |
3232 | W: http://linuxtv.org/ | |
91952bc0 AP |
3233 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
3234 | T: git git://linuxtv.org/anttip/media_tree.git | |
3235 | S: Maintained | |
5560983b | 3236 | F: drivers/media/usb/dvb-usb-v2/gl861* |
91952bc0 | 3237 | |
8856f5f2 MK |
3238 | DVB_USB_MXL111SF MEDIA DRIVER |
3239 | M: Michael Krufky <[email protected]> | |
3240 | L: [email protected] | |
3241 | W: http://linuxtv.org/ | |
3242 | W: http://github.com/mkrufky | |
3243 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3244 | T: git git://linuxtv.org/mkrufky/mxl111sf.git | |
3245 | S: Maintained | |
3246 | F: drivers/media/usb/dvb-usb-v2/mxl111sf* | |
3247 | ||
91952bc0 AP |
3248 | DVB_USB_RTL28XXU MEDIA DRIVER |
3249 | M: Antti Palosaari <[email protected]> | |
3250 | L: [email protected] | |
3251 | W: http://linuxtv.org/ | |
3252 | W: http://palosaari.fi/linux/ | |
3253 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3254 | T: git git://linuxtv.org/anttip/media_tree.git | |
3255 | S: Maintained | |
3256 | F: drivers/media/usb/dvb-usb-v2/rtl28xxu* | |
3257 | ||
3258 | DVB_USB_V2 MEDIA DRIVER | |
3259 | M: Antti Palosaari <[email protected]> | |
3260 | L: [email protected] | |
3261 | W: http://linuxtv.org/ | |
3262 | W: http://palosaari.fi/linux/ | |
3263 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3264 | T: git git://linuxtv.org/anttip/media_tree.git | |
3265 | S: Maintained | |
3266 | F: drivers/media/usb/dvb-usb-v2/dvb_usb* | |
3267 | F: drivers/media/usb/dvb-usb-v2/usb_urb.c | |
3268 | ||
ac0ac38f | 3269 | DYNAMIC DEBUG |
5c4a97d1 | 3270 | M: Jason Baron <[email protected]> |
ac0ac38f JB |
3271 | S: Maintained |
3272 | F: lib/dynamic_debug.c | |
3273 | F: include/linux/dynamic_debug.h | |
3274 | ||
789c7048 | 3275 | DZ DECSTATION DZ11 SERIAL DRIVER |
8b58be88 | 3276 | M: "Maciej W. Rozycki" <[email protected]> |
789c7048 | 3277 | S: Maintained |
df621252 | 3278 | F: drivers/tty/serial/dz.* |
789c7048 | 3279 | |
91952bc0 AP |
3280 | E4000 MEDIA DRIVER |
3281 | M: Antti Palosaari <[email protected]> | |
3282 | L: [email protected] | |
3283 | W: http://linuxtv.org/ | |
3284 | W: http://palosaari.fi/linux/ | |
3285 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3286 | T: git git://linuxtv.org/anttip/media_tree.git | |
3287 | S: Maintained | |
3288 | F: drivers/media/tuners/e4000* | |
3289 | ||
1da177e4 | 3290 | EATA ISA/EISA/PCI SCSI DRIVER |
8b58be88 | 3291 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
3292 | L: [email protected] |
3293 | S: Maintained | |
679655da | 3294 | F: drivers/scsi/eata.c |
1da177e4 | 3295 | |
91952bc0 AP |
3296 | EC100 MEDIA DRIVER |
3297 | M: Antti Palosaari <[email protected]> | |
3298 | L: [email protected] | |
3299 | W: http://linuxtv.org/ | |
3300 | W: http://palosaari.fi/linux/ | |
3301 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3302 | T: git git://linuxtv.org/anttip/media_tree.git | |
3303 | S: Maintained | |
3304 | F: drivers/media/dvb-frontends/ec100* | |
3305 | ||
237fead6 | 3306 | ECRYPT FILE SYSTEM |
0de9adf2 | 3307 | M: Tyler Hicks <[email protected]> |
a058bfbb | 3308 | L: [email protected] |
24a923e4 | 3309 | W: http://ecryptfs.org |
6dc7516e | 3310 | W: https://launchpad.net/ecryptfs |
237fead6 | 3311 | S: Supported |
679655da JP |
3312 | F: Documentation/filesystems/ecryptfs.txt |
3313 | F: fs/ecryptfs/ | |
237fead6 | 3314 | |
da9bb1d2 | 3315 | EDAC-CORE |
8b58be88 | 3316 | M: Doug Thompson <[email protected]> |
aa15aa0e BP |
3317 | M: Borislav Petkov <[email protected]> |
3318 | M: Mauro Carvalho Chehab <[email protected]> | |
91445c72 | 3319 | L: [email protected] |
0e438e3f | 3320 | W: bluesmoke.sourceforge.net |
8c2a6a40 | 3321 | S: Supported |
679655da | 3322 | F: Documentation/edac.txt |
91445c72 | 3323 | F: drivers/edac/ |
679655da | 3324 | F: include/linux/edac.h |
0e438e3f | 3325 | |
c476c23b | 3326 | EDAC-AMD64 |
8b58be88 | 3327 | M: Doug Thompson <[email protected]> |
487ba8e8 | 3328 | M: Borislav Petkov <[email protected]> |
91445c72 | 3329 | L: [email protected] |
c476c23b | 3330 | W: bluesmoke.sourceforge.net |
487ba8e8 | 3331 | S: Maintained |
c476c23b BP |
3332 | F: drivers/edac/amd64_edac* |
3333 | ||
836dae5d RR |
3334 | EDAC-CALXEDA |
3335 | M: Doug Thompson <[email protected]> | |
3336 | M: Robert Richter <[email protected]> | |
3337 | L: [email protected] | |
3338 | W: bluesmoke.sourceforge.net | |
3339 | S: Maintained | |
3340 | F: drivers/edac/highbank* | |
3341 | ||
f65aad41 RB |
3342 | EDAC-CAVIUM |
3343 | M: Ralf Baechle <[email protected]> | |
3344 | M: David Daney <[email protected]> | |
3345 | L: [email protected] | |
3346 | L: [email protected] | |
3347 | W: bluesmoke.sourceforge.net | |
3348 | S: Supported | |
3349 | F: drivers/edac/octeon_edac* | |
3350 | ||
0e438e3f | 3351 | EDAC-E752X |
8b58be88 JP |
3352 | M: Mark Gross <[email protected]> |
3353 | M: Doug Thompson <[email protected]> | |
91445c72 | 3354 | L: [email protected] |
0e438e3f DP |
3355 | W: bluesmoke.sourceforge.net |
3356 | S: Maintained | |
679655da | 3357 | F: drivers/edac/e752x_edac.c |
0e438e3f DP |
3358 | |
3359 | EDAC-E7XXX | |
8b58be88 | 3360 | M: Doug Thompson <[email protected]> |
91445c72 | 3361 | L: [email protected] |
0e438e3f DP |
3362 | W: bluesmoke.sourceforge.net |
3363 | S: Maintained | |
679655da | 3364 | F: drivers/edac/e7xxx_edac.c |
0e438e3f | 3365 | |
77c5f5d2 | 3366 | EDAC-GHES |
1b2c14b4 | 3367 | M: Mauro Carvalho Chehab <[email protected]> |
77c5f5d2 MCC |
3368 | L: [email protected] |
3369 | W: bluesmoke.sourceforge.net | |
3370 | S: Maintained | |
2caa67a6 | 3371 | F: drivers/edac/ghes_edac.c |
77c5f5d2 | 3372 | |
6bc78404 | 3373 | EDAC-I82443BXGX |
8b58be88 | 3374 | M: Tim Small <[email protected]> |
91445c72 | 3375 | L: [email protected] |
6bc78404 DT |
3376 | W: bluesmoke.sourceforge.net |
3377 | S: Maintained | |
679655da | 3378 | F: drivers/edac/i82443bxgx_edac.c |
6bc78404 DT |
3379 | |
3380 | EDAC-I3000 | |
8b58be88 | 3381 | M: Jason Uhlenkott <[email protected]> |
91445c72 | 3382 | L: [email protected] |
6bc78404 DT |
3383 | W: bluesmoke.sourceforge.net |
3384 | S: Maintained | |
679655da | 3385 | F: drivers/edac/i3000_edac.c |
6bc78404 DT |
3386 | |
3387 | EDAC-I5000 | |
8b58be88 | 3388 | M: Doug Thompson <[email protected]> |
91445c72 | 3389 | L: [email protected] |
ba9a5918 DT |
3390 | W: bluesmoke.sourceforge.net |
3391 | S: Maintained | |
679655da | 3392 | F: drivers/edac/i5000_edac.c |
ba9a5918 | 3393 | |
44c12cb2 | 3394 | EDAC-I5400 |
1b2c14b4 | 3395 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 | 3396 | L: [email protected] |
44c12cb2 MCC |
3397 | W: bluesmoke.sourceforge.net |
3398 | S: Maintained | |
679655da | 3399 | F: drivers/edac/i5400_edac.c |
44c12cb2 | 3400 | |
3c9c92b6 | 3401 | EDAC-I7300 |
1b2c14b4 | 3402 | M: Mauro Carvalho Chehab <[email protected]> |
3c9c92b6 MCC |
3403 | L: [email protected] |
3404 | W: bluesmoke.sourceforge.net | |
3405 | S: Maintained | |
3406 | F: drivers/edac/i7300_edac.c | |
3407 | ||
67c89316 | 3408 | EDAC-I7CORE |
1b2c14b4 | 3409 | M: Mauro Carvalho Chehab <[email protected]> |
67c89316 MCC |
3410 | L: [email protected] |
3411 | W: bluesmoke.sourceforge.net | |
3412 | S: Maintained | |
70aff0ce | 3413 | F: drivers/edac/i7core_edac.c |
67c89316 | 3414 | |
ba9a5918 | 3415 | EDAC-I82975X |
8b58be88 | 3416 | M: Ranganathan Desikan <[email protected]> |
25527885 | 3417 | M: "Arvind R." <[email protected]> |
91445c72 | 3418 | L: [email protected] |
ba9a5918 DT |
3419 | W: bluesmoke.sourceforge.net |
3420 | S: Maintained | |
679655da | 3421 | F: drivers/edac/i82975x_edac.c |
ba9a5918 | 3422 | |
791b4706 JB |
3423 | EDAC-IE31200 |
3424 | M: Jason Baron <[email protected]> | |
3425 | L: [email protected] | |
3426 | W: bluesmoke.sourceforge.net | |
3427 | S: Maintained | |
3428 | F: drivers/edac/ie31200_edac.c | |
3429 | ||
ccdfb979 JT |
3430 | EDAC-MPC85XX |
3431 | M: Johannes Thumshirn <[email protected]> | |
3432 | L: [email protected] | |
3433 | W: bluesmoke.sourceforge.net | |
3434 | S: Maintained | |
3435 | F: drivers/edac/mpc85xx_edac.[ch] | |
3436 | ||
ba9a5918 | 3437 | EDAC-PASEMI |
8b58be88 | 3438 | M: Egor Martovetsky <[email protected]> |
91445c72 | 3439 | L: [email protected] |
6bc78404 DT |
3440 | W: bluesmoke.sourceforge.net |
3441 | S: Maintained | |
679655da | 3442 | F: drivers/edac/pasemi_edac.c |
6bc78404 | 3443 | |
0e438e3f | 3444 | EDAC-R82600 |
8b58be88 | 3445 | M: Tim Small <[email protected]> |
91445c72 | 3446 | L: [email protected] |
0e438e3f DP |
3447 | W: bluesmoke.sourceforge.net |
3448 | S: Maintained | |
679655da | 3449 | F: drivers/edac/r82600_edac.c |
da9bb1d2 | 3450 | |
4d096ca7 | 3451 | EDAC-SBRIDGE |
1b2c14b4 | 3452 | M: Mauro Carvalho Chehab <[email protected]> |
4d096ca7 MCC |
3453 | L: [email protected] |
3454 | W: bluesmoke.sourceforge.net | |
3455 | S: Maintained | |
3456 | F: drivers/edac/sb_edac.c | |
3457 | ||
af39917d CL |
3458 | EDIROL UA-101/UA-1000 DRIVER |
3459 | M: Clemens Ladisch <[email protected]> | |
3460 | L: [email protected] (moderated for non-subscribers) | |
3461 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3462 | S: Maintained | |
3463 | F: sound/usb/misc/ua101.c | |
3464 | ||
1f7df953 MF |
3465 | EXTENSIBLE FIRMWARE INTERFACE (EFI) |
3466 | M: Matt Fleming <[email protected]> | |
3467 | L: [email protected] | |
78bef24e | 3468 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git |
1f7df953 | 3469 | S: Maintained |
fb2efb5c | 3470 | F: Documentation/efi-stub.txt |
1f7df953 MF |
3471 | F: arch/ia64/kernel/efi.c |
3472 | F: arch/x86/boot/compressed/eboot.[ch] | |
3473 | F: arch/x86/include/asm/efi.h | |
3474 | F: arch/x86/platform/efi/* | |
a9499fa7 | 3475 | F: drivers/firmware/efi/* |
1f7df953 MF |
3476 | F: include/linux/efi*.h |
3477 | ||
d68772b7 MF |
3478 | EFI VARIABLE FILESYSTEM |
3479 | M: Matthew Garrett <[email protected]> | |
3480 | M: Jeremy Kerr <[email protected]> | |
3481 | M: Matt Fleming <[email protected]> | |
3482 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | |
3483 | L: [email protected] | |
3484 | S: Maintained | |
3485 | F: fs/efivarfs/ | |
3486 | ||
85a00d9b PJ |
3487 | EFIFB FRAMEBUFFER DRIVER |
3488 | L: [email protected] | |
3489 | M: Peter Jones <[email protected]> | |
3490 | S: Maintained | |
8a61f013 | 3491 | F: drivers/video/fbdev/efifb.c |
85a00d9b | 3492 | |
0bee8d28 JT |
3493 | EFS FILESYSTEM |
3494 | W: http://aeschi.ch.eu.org/efs/ | |
3495 | S: Orphan | |
679655da | 3496 | F: fs/efs/ |
0bee8d28 | 3497 | |
4480f15b | 3498 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
8b58be88 JP |
3499 | M: Hoang-Nam Nguyen <[email protected]> |
3500 | M: Christoph Raisch <[email protected]> | |
e6cc0fd1 | 3501 | L: [email protected] |
fab97220 | 3502 | S: Supported |
679655da | 3503 | F: drivers/infiniband/hw/ehca/ |
fab97220 | 3504 | |
aa8a9e25 | 3505 | EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER |
34b1901a | 3506 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
aa8a9e25 BL |
3507 | L: [email protected] |
3508 | S: Maintained | |
9aa32835 | 3509 | F: drivers/net/ethernet/ibm/ehea/ |
aa8a9e25 | 3510 | |
f0319efe | 3511 | EM28XX VIDEO4LINUX DRIVER |
1b2c14b4 | 3512 | M: Mauro Carvalho Chehab <[email protected]> |
f0319efe MCC |
3513 | L: [email protected] |
3514 | W: http://linuxtv.org | |
3515 | T: git git://linuxtv.org/media_tree.git | |
3516 | S: Maintained | |
3517 | F: drivers/media/usb/em28xx/ | |
3518 | ||
3e3a7d66 | 3519 | EMBEDDED LINUX |
8b58be88 JP |
3520 | M: Paul Gortmaker <[email protected]> |
3521 | M: Matt Mackall <[email protected]> | |
3522 | M: David Woodhouse <[email protected]> | |
3e3a7d66 DW |
3523 | L: [email protected] |
3524 | S: Maintained | |
3525 | ||
3a1c1d44 | 3526 | EMULEX LPFC FC SCSI DRIVER |
8b58be88 | 3527 | M: James Smart <[email protected]> |
ce00f85c JC |
3528 | L: [email protected] |
3529 | W: http://sourceforge.net/projects/lpfcxxxx | |
3530 | S: Supported | |
679655da | 3531 | F: drivers/scsi/lpfc/ |
3a1c1d44 | 3532 | |
5f5bac82 | 3533 | ENE CB710 FLASH CARD READER DRIVER |
8b58be88 | 3534 | M: Michał Mirosław <[email protected]> |
5f5bac82 MM |
3535 | S: Maintained |
3536 | F: drivers/misc/cb710/ | |
3537 | F: drivers/mmc/host/cb710-mmc.* | |
3538 | F: include/linux/cb710.h | |
3539 | ||
931e39a1 ML |
3540 | ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER |
3541 | M: Maxim Levitsky <[email protected]> | |
3542 | S: Maintained | |
2a837449 | 3543 | F: drivers/media/rc/ene_ir.* |
931e39a1 | 3544 | |
ec207dcc GS |
3545 | ENHANCED ERROR HANDLING (EEH) |
3546 | M: Gavin Shan <[email protected]> | |
3547 | L: [email protected] | |
3548 | S: Supported | |
3549 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | |
3550 | F: arch/powerpc/kernel/eeh*.c | |
3551 | ||
d5ca9006 | 3552 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
8b58be88 | 3553 | M: Kristoffer Ericson <[email protected]> |
d5ca9006 | 3554 | S: Maintained |
084bad91 | 3555 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
8a61f013 | 3556 | F: drivers/video/fbdev/s1d13xxxfb.c |
679655da | 3557 | F: include/video/s1d13xxxfb.h |
d5ca9006 | 3558 | |
1da177e4 | 3559 | ETHERNET BRIDGE |
adbbf69d | 3560 | M: Stephen Hemminger <[email protected]> |
f318a63b | 3561 | L: [email protected] |
4c325313 | 3562 | L: [email protected] |
c996d8b9 | 3563 | W: http://www.linuxfoundation.org/en/Net:Bridge |
1da177e4 | 3564 | S: Maintained |
679655da JP |
3565 | F: include/linux/netfilter_bridge/ |
3566 | F: net/bridge/ | |
1da177e4 | 3567 | |
22f08ad9 FF |
3568 | ETHERNET PHY LIBRARY |
3569 | M: Florian Fainelli <[email protected]> | |
3570 | L: [email protected] | |
3571 | S: Maintained | |
3572 | F: include/linux/phy.h | |
3573 | F: include/linux/phy_fixed.h | |
3574 | F: drivers/net/phy/ | |
3575 | F: Documentation/networking/phy.txt | |
3576 | F: drivers/of/of_mdio.c | |
3577 | F: drivers/of/of_net.c | |
3578 | ||
1da177e4 | 3579 | EXT2 FILE SYSTEM |
01971952 | 3580 | M: Jan Kara <[email protected]> |
72be2ccf | 3581 | L: [email protected] |
1da177e4 | 3582 | S: Maintained |
679655da JP |
3583 | F: Documentation/filesystems/ext2.txt |
3584 | F: fs/ext2/ | |
3585 | F: include/linux/ext2* | |
1da177e4 LT |
3586 | |
3587 | EXT3 FILE SYSTEM | |
01971952 | 3588 | M: Jan Kara <[email protected]> |
8b58be88 | 3589 | M: Andrew Morton <[email protected]> |
3c373a5f | 3590 | M: Andreas Dilger <[email protected]> |
72be2ccf EM |
3591 | L: [email protected] |
3592 | S: Maintained | |
679655da JP |
3593 | F: Documentation/filesystems/ext3.txt |
3594 | F: fs/ext3/ | |
72be2ccf EM |
3595 | |
3596 | EXT4 FILE SYSTEM | |
8b58be88 | 3597 | M: "Theodore Ts'o" <[email protected]> |
3c373a5f | 3598 | M: Andreas Dilger <[email protected]> |
72be2ccf | 3599 | L: [email protected] |
08a225f1 | 3600 | W: http://ext4.wiki.kernel.org |
8a6e2535 | 3601 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ |
1da177e4 | 3602 | S: Maintained |
679655da JP |
3603 | F: Documentation/filesystems/ext4.txt |
3604 | F: fs/ext4/ | |
1da177e4 | 3605 | |
c5532b09 | 3606 | Extended Verification Module (EVM) |
74dd744f MZ |
3607 | M: Mimi Zohar <[email protected]> |
3608 | L: [email protected] | |
3609 | L: [email protected] | |
c5532b09 MZ |
3610 | S: Supported |
3611 | F: security/integrity/evm/ | |
3612 | ||
df6b3cfe MH |
3613 | EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) |
3614 | M: MyungJoo Ham <[email protected]> | |
3615 | M: Chanwoo Choi <[email protected]> | |
3616 | L: [email protected] | |
81df63a9 | 3617 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git |
df6b3cfe MH |
3618 | S: Maintained |
3619 | F: drivers/extcon/ | |
3620 | F: Documentation/extcon/ | |
3621 | ||
e2a75c44 JH |
3622 | EXYNOS DP DRIVER |
3623 | M: Jingoo Han <[email protected]> | |
3624 | L: [email protected] | |
3625 | S: Maintained | |
3626 | F: drivers/gpu/drm/exynos/exynos_dp* | |
3627 | ||
33ad3912 DL |
3628 | EXYNOS MIPI DISPLAY DRIVERS |
3629 | M: Inki Dae <[email protected]> | |
3630 | M: Donghwa Lee <[email protected]> | |
3631 | M: Kyungmin Park <[email protected]> | |
3632 | L: [email protected] | |
3633 | S: Maintained | |
8a61f013 | 3634 | F: drivers/video/fbdev/exynos/exynos_mipi* |
33ad3912 DL |
3635 | F: include/video/exynos_mipi* |
3636 | ||
e53004e2 | 3637 | F71805F HARDWARE MONITORING DRIVER |
7c81c60f | 3638 | M: Jean Delvare <[email protected]> |
e53004e2 JD |
3639 | L: [email protected] |
3640 | S: Maintained | |
679655da JP |
3641 | F: Documentation/hwmon/f71805f |
3642 | F: drivers/hwmon/f71805f.c | |
e53004e2 | 3643 | |
eea977ed MB |
3644 | FC0011 TUNER DRIVER |
3645 | M: Michael Buesch <[email protected]> | |
3646 | L: [email protected] | |
3647 | S: Maintained | |
ccae7af2 MCC |
3648 | F: drivers/media/tuners/fc0011.h |
3649 | F: drivers/media/tuners/fc0011.c | |
eea977ed | 3650 | |
91952bc0 AP |
3651 | FC2580 MEDIA DRIVER |
3652 | M: Antti Palosaari <[email protected]> | |
3653 | L: [email protected] | |
3654 | W: http://linuxtv.org/ | |
3655 | W: http://palosaari.fi/linux/ | |
3656 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
3657 | T: git git://linuxtv.org/anttip/media_tree.git | |
3658 | S: Maintained | |
3659 | F: drivers/media/tuners/fc2580* | |
eea977ed | 3660 | |
88b2dbdb EP |
3661 | FANOTIFY |
3662 | M: Eric Paris <[email protected]> | |
3663 | S: Maintained | |
3664 | F: fs/notify/fanotify/ | |
3665 | F: include/linux/fanotify.h | |
c117ab84 | 3666 | F: include/uapi/linux/fanotify.h |
88b2dbdb | 3667 | |
1da177e4 | 3668 | FARSYNC SYNCHRONOUS DRIVER |
8b58be88 | 3669 | M: Kevin Curtis <[email protected]> |
1da177e4 LT |
3670 | W: http://www.farsite.co.uk/ |
3671 | S: Supported | |
679655da | 3672 | F: drivers/net/wan/farsync.* |
1da177e4 | 3673 | |
c5408b88 | 3674 | FAULT INJECTION SUPPORT |
8b58be88 | 3675 | M: Akinobu Mita <[email protected]> |
c5408b88 | 3676 | S: Supported |
679655da JP |
3677 | F: Documentation/fault-injection/ |
3678 | F: lib/fault-inject.c | |
c5408b88 | 3679 | |
cae727db RL |
3680 | FCOE SUBSYSTEM (libfc, libfcoe, fcoe) |
3681 | M: Robert Love <[email protected]> | |
f4aaea6d | 3682 | L: [email protected] |
cae727db RL |
3683 | W: www.Open-FCoE.org |
3684 | S: Supported | |
3685 | F: drivers/scsi/libfc/ | |
3686 | F: drivers/scsi/fcoe/ | |
3687 | F: include/scsi/fc/ | |
3688 | F: include/scsi/libfc.h | |
3689 | F: include/scsi/libfcoe.h | |
c117ab84 | 3690 | F: include/uapi/scsi/fc/ |
cae727db | 3691 | |
e2d1d6c0 | 3692 | FILE LOCKING (flock() and fcntl()/lockf()) |
8c836fa8 | 3693 | M: Jeff Layton <[email protected]> |
18156e7e | 3694 | M: J. Bruce Fields <[email protected]> |
e2d1d6c0 | 3695 | L: [email protected] |
1da177e4 | 3696 | S: Maintained |
679655da JP |
3697 | F: include/linux/fcntl.h |
3698 | F: include/linux/fs.h | |
c117ab84 CEB |
3699 | F: include/uapi/linux/fcntl.h |
3700 | F: include/uapi/linux/fs.h | |
679655da JP |
3701 | F: fs/fcntl.c |
3702 | F: fs/locks.c | |
1da177e4 | 3703 | |
e2d1d6c0 | 3704 | FILESYSTEMS (VFS and infrastructure) |
8b58be88 | 3705 | M: Alexander Viro <[email protected]> |
e2d1d6c0 | 3706 | L: [email protected] |
173acc7c | 3707 | S: Maintained |
679655da | 3708 | F: fs/* |
173acc7c | 3709 | |
b26e0ed4 | 3710 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
05576a1e | 3711 | M: Riku Voipio <[email protected]> |
b26e0ed4 RV |
3712 | L: [email protected] |
3713 | S: Maintained | |
d5ca6918 JP |
3714 | F: drivers/hwmon/f75375s.c |
3715 | F: include/linux/f75375s.h | |
b26e0ed4 | 3716 | |
a331b0c3 CL |
3717 | FIREWIRE AUDIO DRIVERS |
3718 | M: Clemens Ladisch <[email protected]> | |
3719 | L: [email protected] (moderated for non-subscribers) | |
3720 | T: git git://git.alsa-project.org/alsa-kernel.git | |
3721 | S: Maintained | |
3722 | F: sound/firewire/ | |
3723 | ||
eb86ec51 SR |
3724 | FIREWIRE MEDIA DRIVERS (firedtv) |
3725 | M: Stefan Richter <[email protected]> | |
3726 | L: [email protected] | |
3727 | L: [email protected] | |
3728 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git | |
3729 | S: Maintained | |
3730 | F: drivers/media/firewire/ | |
3731 | ||
a511ce33 CB |
3732 | FIREWIRE SBP-2 TARGET |
3733 | M: Chris Boot <[email protected]> | |
3734 | L: [email protected] | |
3735 | L: [email protected] | |
3736 | L: [email protected] | |
3737 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master | |
3738 | S: Maintained | |
3739 | F: drivers/target/sbp/ | |
3740 | ||
7d2c86b5 | 3741 | FIREWIRE SUBSYSTEM |
8b58be88 | 3742 | M: Stefan Richter <[email protected]> |
e2d1d6c0 | 3743 | L: [email protected] |
958a29cb | 3744 | W: http://ieee1394.wiki.kernel.org/ |
2ca526bf | 3745 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git |
e2d1d6c0 | 3746 | S: Maintained |
679655da | 3747 | F: drivers/firewire/ |
8f06ce3b SR |
3748 | F: include/linux/firewire.h |
3749 | F: include/uapi/linux/firewire*.h | |
9f6d3c4b | 3750 | F: tools/firewire/ |
e2d1d6c0 RD |
3751 | |
3752 | FIRMWARE LOADER (request_firmware) | |
39e68089 ML |
3753 | M: Ming Lei <[email protected]> |
3754 | L: [email protected] | |
3755 | S: Maintained | |
679655da JP |
3756 | F: Documentation/firmware_class/ |
3757 | F: drivers/base/firmware*.c | |
3758 | F: include/linux/firmware.h | |
e2d1d6c0 | 3759 | |
f730e3dc | 3760 | FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card) |
9bb3c446 PK |
3761 | M: Joshua Morris <[email protected]> |
3762 | M: Philip Kelleher <[email protected]> | |
3763 | S: Maintained | |
3764 | F: drivers/block/rsxx/ | |
3765 | ||
8206f664 JK |
3766 | FLOPPY DRIVER |
3767 | M: Jiri Kosina <[email protected]> | |
3768 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | |
3769 | S: Odd fixes | |
3770 | F: drivers/block/floppy.c | |
3771 | ||
9c9f32ed AR |
3772 | FMC SUBSYSTEM |
3773 | M: Alessandro Rubini <[email protected]> | |
3774 | W: http://www.ohwr.org/projects/fmc-bus | |
3775 | S: Supported | |
3776 | F: drivers/fmc/ | |
3777 | F: include/linux/fmc*.h | |
3778 | F: include/linux/ipmi-fru.h | |
3779 | K: fmc_d.*register | |
3780 | ||
e2d1d6c0 | 3781 | FPU EMULATOR |
8b58be88 | 3782 | M: Bill Metzenthen <[email protected]> |
e769980f | 3783 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
e2d1d6c0 | 3784 | S: Maintained |
679655da | 3785 | F: arch/x86/math-emu/ |
e2d1d6c0 RD |
3786 | |
3787 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
e2d1d6c0 | 3788 | L: [email protected] |
c173bfac | 3789 | S: Orphan |
679655da JP |
3790 | F: drivers/net/wan/dlci.c |
3791 | F: drivers/net/wan/sdla.c | |
e2d1d6c0 RD |
3792 | |
3793 | FRAMEBUFFER LAYER | |
5489e948 JCPV |
3794 | M: Jean-Christophe Plagniol-Villard <[email protected]> |
3795 | M: Tomi Valkeinen <[email protected]> | |
c69f677c | 3796 | L: [email protected] |
e2d1d6c0 | 3797 | W: http://linux-fbdev.sourceforge.net/ |
b22fe37b | 3798 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
5489e948 | 3799 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git |
56be1416 | 3800 | S: Maintained |
679655da | 3801 | F: Documentation/fb/ |
d958c62c | 3802 | F: Documentation/devicetree/bindings/fb/ |
b22fe37b PM |
3803 | F: drivers/video/ |
3804 | F: include/video/ | |
679655da | 3805 | F: include/linux/fb.h |
c117ab84 CEB |
3806 | F: include/uapi/video/ |
3807 | F: include/uapi/linux/fb.h | |
e2d1d6c0 | 3808 | |
a57c188e | 3809 | FREESCALE DIU FRAMEBUFFER DRIVER |
c4ef9bc4 | 3810 | M: Timur Tabi <[email protected]> |
a57c188e | 3811 | L: [email protected] |
c4ef9bc4 | 3812 | S: Maintained |
8a61f013 | 3813 | F: drivers/video/fbdev/fsl-diu-fb.* |
a57c188e | 3814 | |
e2d1d6c0 | 3815 | FREESCALE DMA DRIVER |
8b58be88 JP |
3816 | M: Li Yang <[email protected]> |
3817 | M: Zhang Wei <[email protected]> | |
a4724ed6 | 3818 | L: [email protected] |
e2d1d6c0 | 3819 | S: Maintained |
679655da | 3820 | F: drivers/dma/fsldma.* |
e2d1d6c0 RD |
3821 | |
3822 | FREESCALE I2C CPM DRIVER | |
8b58be88 | 3823 | M: Jochen Friedrich <[email protected]> |
a4724ed6 | 3824 | L: [email protected] |
846557d3 | 3825 | L: [email protected] |
0d2b405a | 3826 | S: Maintained |
679655da | 3827 | F: drivers/i2c/busses/i2c-cpm.c |
0d2b405a | 3828 | |
60e8c5ab | 3829 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
8b58be88 | 3830 | M: Sascha Hauer <[email protected]> |
c69f677c | 3831 | L: [email protected] |
efc03ecb | 3832 | L: [email protected] (moderated for non-subscribers) |
60e8c5ab | 3833 | S: Maintained |
bad985a1 | 3834 | F: include/linux/platform_data/video-imxfb.h |
8a61f013 | 3835 | F: drivers/video/fbdev/imxfb.c |
60e8c5ab | 3836 | |
4689a6b1 | 3837 | FREESCALE SOC FS_ENET DRIVER |
8b58be88 JP |
3838 | M: Pantelis Antoniou <[email protected]> |
3839 | M: Vitaly Bordug <[email protected]> | |
a4724ed6 | 3840 | L: [email protected] |
4689a6b1 PA |
3841 | L: [email protected] |
3842 | S: Maintained | |
ec21e2ec | 3843 | F: drivers/net/ethernet/freescale/fs_enet/ |
679655da | 3844 | F: include/linux/fs_enet_pd.h |
4689a6b1 | 3845 | |
d9e9d82c | 3846 | FREESCALE QUICC ENGINE LIBRARY |
a4724ed6 | 3847 | L: [email protected] |
c4ef9bc4 | 3848 | S: Orphan |
679655da JP |
3849 | F: arch/powerpc/sysdev/qe_lib/ |
3850 | F: arch/powerpc/include/asm/*qe.h | |
d9e9d82c | 3851 | |
b55ef929 | 3852 | FREESCALE USB PERIPHERAL DRIVERS |
8b58be88 | 3853 | M: Li Yang <[email protected]> |
6372594a | 3854 | L: [email protected] |
a4724ed6 | 3855 | L: [email protected] |
a7205b30 | 3856 | S: Maintained |
faf2e1db | 3857 | F: drivers/usb/gadget/udc/fsl* |
a7205b30 | 3858 | |
beaf53bf | 3859 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
8b58be88 | 3860 | M: Li Yang <[email protected]> |
beaf53bf | 3861 | L: [email protected] |
a4724ed6 | 3862 | L: [email protected] |
beaf53bf | 3863 | S: Maintained |
ec21e2ec | 3864 | F: drivers/net/ethernet/freescale/ucc_geth* |
beaf53bf | 3865 | |
d9e9d82c | 3866 | FREESCALE QUICC ENGINE UCC UART DRIVER |
c4ef9bc4 | 3867 | M: Timur Tabi <[email protected]> |
a4724ed6 | 3868 | L: [email protected] |
c4ef9bc4 | 3869 | S: Maintained |
df621252 | 3870 | F: drivers/tty/serial/ucc_uart.c |
d9e9d82c TT |
3871 | |
3872 | FREESCALE SOC SOUND DRIVERS | |
c4ef9bc4 | 3873 | M: Timur Tabi <[email protected]> |
dc85950a MB |
3874 | M: Nicolin Chen <[email protected]> |
3875 | M: Xiubo Li <[email protected]> | |
93711660 | 3876 | L: [email protected] (moderated for non-subscribers) |
a4724ed6 | 3877 | L: [email protected] |
c4ef9bc4 | 3878 | S: Maintained |
69aefcea | 3879 | F: sound/soc/fsl/fsl* |
dc85950a | 3880 | F: sound/soc/fsl/imx* |
69aefcea | 3881 | F: sound/soc/fsl/mpc8610_hpcd.c |
d9e9d82c | 3882 | |
1da177e4 | 3883 | FREEVXFS FILESYSTEM |
8b58be88 | 3884 | M: Christoph Hellwig <[email protected]> |
1da177e4 LT |
3885 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
3886 | S: Maintained | |
679655da | 3887 | F: fs/freevxfs/ |
1da177e4 | 3888 | |
71038f52 | 3889 | FREEZER |
49db1903 | 3890 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 3891 | M: Pavel Machek <[email protected]> |
bf1c138e | 3892 | L: [email protected] |
71038f52 | 3893 | S: Supported |
679655da JP |
3894 | F: Documentation/power/freezing-of-tasks.txt |
3895 | F: include/linux/freezer.h | |
3896 | F: kernel/freezer.c | |
71038f52 | 3897 | |
839a1f79 KRW |
3898 | FRONTSWAP API |
3899 | M: Konrad Rzeszutek Wilk <[email protected]> | |
3900 | L: [email protected] | |
3901 | S: Maintained | |
3902 | F: mm/frontswap.c | |
3903 | F: include/linux/frontswap.h | |
3904 | ||
a5432f5a | 3905 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
8b58be88 | 3906 | M: David Howells <[email protected]> |
a5432f5a DH |
3907 | L: [email protected] |
3908 | S: Supported | |
3909 | F: Documentation/filesystems/caching/ | |
3910 | F: fs/fscache/ | |
3911 | F: include/linux/fscache*.h | |
3912 | ||
f58ad8f5 | 3913 | F2FS FILE SYSTEM |
9b29d481 | 3914 | M: Jaegeuk Kim <[email protected]> |
f6238a72 | 3915 | M: Changman Lee <[email protected]> |
f58ad8f5 JK |
3916 | L: [email protected] |
3917 | W: http://en.wikipedia.org/wiki/F2FS | |
3918 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git | |
3919 | S: Maintained | |
3920 | F: Documentation/filesystems/f2fs.txt | |
3bac380c | 3921 | F: Documentation/ABI/testing/sysfs-fs-f2fs |
f58ad8f5 JK |
3922 | F: fs/f2fs/ |
3923 | F: include/linux/f2fs_fs.h | |
3924 | ||
5ab7ffea | 3925 | FUJITSU FR-V (FRV) PORT |
8b58be88 | 3926 | M: David Howells <[email protected]> |
1da177e4 | 3927 | S: Maintained |
679655da | 3928 | F: arch/frv/ |
1da177e4 | 3929 | |
20b93734 | 3930 | FUJITSU LAPTOP EXTRAS |
409a3e98 | 3931 | M: Jonathan Woithe <[email protected]> |
d0944853 | 3932 | L: [email protected] |
20b93734 | 3933 | S: Maintained |
679655da | 3934 | F: drivers/platform/x86/fujitsu-laptop.c |
20b93734 | 3935 | |
4da621b6 HK |
3936 | FUJITSU M-5MO LS CAMERA ISP DRIVER |
3937 | M: Kyungmin Park <[email protected]> | |
3938 | M: Heungjun Kim <[email protected]> | |
3939 | L: [email protected] | |
3940 | S: Maintained | |
90d72ac6 | 3941 | F: drivers/media/i2c/m5mols/ |
4da621b6 HK |
3942 | F: include/media/m5mols.h |
3943 | ||
2d24c490 RG |
3944 | FUJITSU TABLET EXTRAS |
3945 | M: Robert Gerlach <[email protected]> | |
3946 | L: [email protected] | |
3947 | S: Maintained | |
3948 | F: drivers/platform/x86/fujitsu-tablet.c | |
3949 | ||
04578f17 | 3950 | FUSE: FILESYSTEM IN USERSPACE |
8b58be88 | 3951 | M: Miklos Szeredi <[email protected]> |
04578f17 MS |
3952 | L: [email protected] |
3953 | W: http://fuse.sourceforge.net/ | |
3954 | S: Maintained | |
679655da | 3955 | F: fs/fuse/ |
c117ab84 | 3956 | F: include/uapi/linux/fuse.h |
04578f17 | 3957 | |
1da177e4 | 3958 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
8b58be88 | 3959 | M: Rik Faith <[email protected]> |
1da177e4 | 3960 | L: [email protected] |
baaea1dc | 3961 | S: Odd Fixes (e.g., new signatures) |
679655da | 3962 | F: drivers/scsi/fdomain.* |
1da177e4 | 3963 | |
d8e2162c PO |
3964 | GCOV BASED KERNEL PROFILING |
3965 | M: Peter Oberparleiter <[email protected]> | |
3966 | S: Maintained | |
3967 | F: kernel/gcov/ | |
3968 | F: Documentation/gcov.txt | |
3969 | ||
1da177e4 | 3970 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
8b58be88 | 3971 | M: Achim Leubner <[email protected]> |
1da177e4 LT |
3972 | L: [email protected] |
3973 | W: http://www.icp-vortex.com/ | |
3974 | S: Supported | |
679655da | 3975 | F: drivers/scsi/gdt* |
1da177e4 | 3976 | |
3169a1c7 HV |
3977 | GEMTEK FM RADIO RECEIVER DRIVER |
3978 | M: Hans Verkuil <[email protected]> | |
3979 | L: [email protected] | |
3980 | T: git git://linuxtv.org/media_tree.git | |
3981 | W: http://linuxtv.org | |
3982 | S: Maintained | |
3983 | F: drivers/media/radio/radio-gemtek* | |
3984 | ||
1c23af90 | 3985 | GENERIC GPIO I2C DRIVER |
880b0e26 | 3986 | M: Haavard Skinnemoen <[email protected]> |
1c23af90 | 3987 | S: Supported |
679655da JP |
3988 | F: drivers/i2c/busses/i2c-gpio.c |
3989 | F: include/linux/i2c-gpio.h | |
1c23af90 | 3990 | |
92ed1a76 PK |
3991 | GENERIC GPIO I2C MULTIPLEXER DRIVER |
3992 | M: Peter Korsgaard <[email protected]> | |
3993 | L: [email protected] | |
3994 | S: Supported | |
e7065e20 JD |
3995 | F: drivers/i2c/muxes/i2c-mux-gpio.c |
3996 | F: include/linux/i2c-mux-gpio.h | |
3997 | F: Documentation/i2c/muxes/i2c-mux-gpio | |
92ed1a76 | 3998 | |
9251ce95 | 3999 | GENERIC HDLC (WAN) DRIVERS |
8b58be88 | 4000 | M: Krzysztof Halasa <[email protected]> |
1da177e4 LT |
4001 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
4002 | S: Maintained | |
679655da JP |
4003 | F: drivers/net/wan/c101.c |
4004 | F: drivers/net/wan/hd6457* | |
4005 | F: drivers/net/wan/hdlc* | |
4006 | F: drivers/net/wan/n2.c | |
4007 | F: drivers/net/wan/pc300too.c | |
4008 | F: drivers/net/wan/pci200syn.c | |
4009 | F: drivers/net/wan/wanxl* | |
1da177e4 | 4010 | |
1527aab6 | 4011 | GENERIC INCLUDE/ASM HEADER FILES |
8b58be88 | 4012 | M: Arnd Bergmann <[email protected]> |
1527aab6 AB |
4013 | L: [email protected] |
4014 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | |
4015 | S: Maintained | |
14430813 JP |
4016 | F: include/asm-generic/ |
4017 | F: include/uapi/asm-generic/ | |
1527aab6 | 4018 | |
ff764963 KVA |
4019 | GENERIC PHY FRAMEWORK |
4020 | M: Kishon Vijay Abraham I <[email protected]> | |
4021 | L: [email protected] | |
4022 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git | |
4023 | S: Supported | |
4024 | F: drivers/phy/ | |
4025 | F: include/linux/phy/ | |
4026 | ||
ccb86a69 | 4027 | GENERIC UIO DRIVER FOR PCI DEVICES |
bda2562c | 4028 | M: "Michael S. Tsirkin" <[email protected]> |
ccb86a69 | 4029 | L: [email protected] |
ccb86a69 MT |
4030 | S: Supported |
4031 | F: drivers/uio/uio_pci_generic.c | |
4032 | ||
f8f1ec73 JP |
4033 | GET_MAINTAINER SCRIPT |
4034 | M: Joe Perches <[email protected]> | |
4035 | S: Maintained | |
4036 | F: scripts/get_maintainer.pl | |
4037 | ||
5be7b50f | 4038 | GFS2 FILE SYSTEM |
8b58be88 | 4039 | M: Steven Whitehouse <[email protected]> |
a4644184 | 4040 | L: [email protected] |
5be7b50f | 4041 | W: http://sources.redhat.com/cluster/ |
08deed1e JP |
4042 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git |
4043 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git | |
5be7b50f | 4044 | S: Supported |
679655da JP |
4045 | F: Documentation/filesystems/gfs2*.txt |
4046 | F: fs/gfs2/ | |
c117ab84 | 4047 | F: include/uapi/linux/gfs2_ondisk.h |
5be7b50f | 4048 | |
0a34eb8f | 4049 | GIGASET ISDN DRIVERS |
8b58be88 JP |
4050 | M: Hansjoerg Lipp <[email protected]> |
4051 | M: Tilman Schmidt <[email protected]> | |
0a34eb8f HL |
4052 | L: [email protected] |
4053 | W: http://gigaset307x.sourceforge.net/ | |
4054 | S: Maintained | |
679655da JP |
4055 | F: Documentation/isdn/README.gigaset |
4056 | F: drivers/isdn/gigaset/ | |
c117ab84 | 4057 | F: include/uapi/linux/gigaset_dev.h |
0a34eb8f | 4058 | |
7eea35fe JP |
4059 | GO7007 MPEG CODEC |
4060 | M: Hans Verkuil <[email protected]> | |
4061 | L: [email protected] | |
4062 | S: Maintained | |
4063 | F: drivers/media/usb/go7007/ | |
4064 | ||
a0dc00b4 | 4065 | GPIO SUBSYSTEM |
e4651a9f | 4066 | M: Linus Walleij <[email protected]> |
f2fa75cd | 4067 | M: Alexandre Courbot <[email protected]> |
d15b7179 | 4068 | L: [email protected] |
f2fa75cd LW |
4069 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
4070 | S: Maintained | |
4071 | F: Documentation/gpio/ | |
a0dc00b4 | 4072 | F: drivers/gpio/ |
bdc6e95e AC |
4073 | F: include/linux/gpio/ |
4074 | F: include/linux/gpio.h | |
9b692346 | 4075 | F: include/asm-generic/gpio.h |
a0dc00b4 | 4076 | |
71a6d0af HW |
4077 | GRE DEMULTIPLEXER DRIVER |
4078 | M: Dmitry Kozlov <[email protected]> | |
4079 | L: [email protected] | |
4080 | S: Maintained | |
11c26770 JP |
4081 | F: net/ipv4/gre_demux.c |
4082 | F: net/ipv4/gre_offload.c | |
71a6d0af HW |
4083 | F: include/net/gre.h |
4084 | ||
d4c41139 KG |
4085 | GRETH 10/100/1G Ethernet MAC device driver |
4086 | M: Kristoffer Glembo <[email protected]> | |
4087 | L: [email protected] | |
4088 | S: Maintained | |
a31a96ad | 4089 | F: drivers/net/ethernet/aeroflex/ |
d4c41139 | 4090 | |
e8deeae2 | 4091 | GSPCA FINEPIX SUBDRIVER |
8b58be88 | 4092 | M: Frank Zago <[email protected]> |
661263b5 | 4093 | L: [email protected] |
275ffde4 | 4094 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4095 | S: Maintained |
0c0d06ca | 4096 | F: drivers/media/usb/gspca/finepix.c |
e8deeae2 | 4097 | |
4b3fa3c4 OL |
4098 | GSPCA GL860 SUBDRIVER |
4099 | M: Olivier Lorin <[email protected]> | |
4100 | L: [email protected] | |
275ffde4 | 4101 | T: git git://linuxtv.org/media_tree.git |
4b3fa3c4 | 4102 | S: Maintained |
0c0d06ca | 4103 | F: drivers/media/usb/gspca/gl860/ |
4b3fa3c4 | 4104 | |
e8deeae2 | 4105 | GSPCA M5602 SUBDRIVER |
8b58be88 | 4106 | M: Erik Andren <[email protected]> |
661263b5 | 4107 | L: [email protected] |
275ffde4 | 4108 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4109 | S: Maintained |
0c0d06ca | 4110 | F: drivers/media/usb/gspca/m5602/ |
e8deeae2 JFM |
4111 | |
4112 | GSPCA PAC207 SONIXB SUBDRIVER | |
8b58be88 | 4113 | M: Hans de Goede <[email protected]> |
661263b5 | 4114 | L: [email protected] |
275ffde4 | 4115 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4116 | S: Maintained |
0c0d06ca | 4117 | F: drivers/media/usb/gspca/pac207.c |
e8deeae2 | 4118 | |
261982f1 | 4119 | GSPCA SN9C20X SUBDRIVER |
d95c5b0b | 4120 | M: Brian Johnson <[email protected]> |
261982f1 | 4121 | L: [email protected] |
275ffde4 | 4122 | T: git git://linuxtv.org/media_tree.git |
261982f1 | 4123 | S: Maintained |
0c0d06ca | 4124 | F: drivers/media/usb/gspca/sn9c20x.c |
261982f1 | 4125 | |
e8deeae2 | 4126 | GSPCA T613 SUBDRIVER |
8b58be88 | 4127 | M: Leandro Costantino <[email protected]> |
661263b5 | 4128 | L: [email protected] |
275ffde4 | 4129 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4130 | S: Maintained |
0c0d06ca | 4131 | F: drivers/media/usb/gspca/t613.c |
e8deeae2 JFM |
4132 | |
4133 | GSPCA USB WEBCAM DRIVER | |
fc3f906b | 4134 | M: Hans de Goede <[email protected]> |
661263b5 | 4135 | L: [email protected] |
275ffde4 | 4136 | T: git git://linuxtv.org/media_tree.git |
e8deeae2 | 4137 | S: Maintained |
0c0d06ca | 4138 | F: drivers/media/usb/gspca/ |
e8deeae2 | 4139 | |
584ec979 DB |
4140 | GUID PARTITION TABLE (GPT) |
4141 | M: Davidlohr Bueso <[email protected]> | |
4142 | L: [email protected] | |
4143 | S: Maintained | |
4144 | F: block/partitions/efi.* | |
4145 | ||
aa3c598b EG |
4146 | STK1160 USB VIDEO CAPTURE DRIVER |
4147 | M: Ezequiel Garcia <[email protected]> | |
4148 | L: [email protected] | |
275ffde4 | 4149 | T: git git://linuxtv.org/media_tree.git |
aa3c598b EG |
4150 | S: Maintained |
4151 | F: drivers/media/usb/stk1160/ | |
e8deeae2 | 4152 | |
71a6d0af HW |
4153 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
4154 | M: Frank Seidel <[email protected]> | |
4155 | L: [email protected] | |
4156 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |
4157 | S: Maintained | |
4158 | F: drivers/platform/x86/hdaps.c | |
4159 | ||
48fc9e26 HV |
4160 | HDPVR USB VIDEO ENCODER DRIVER |
4161 | M: Hans Verkuil <[email protected]> | |
4162 | L: [email protected] | |
4163 | T: git git://linuxtv.org/media_tree.git | |
4164 | W: http://linuxtv.org | |
4165 | S: Odd Fixes | |
14430813 | 4166 | F: drivers/media/usb/hdpvr/ |
48fc9e26 | 4167 | |
71a6d0af | 4168 | HWPOISON MEMORY FAILURE HANDLING |
f9625c48 | 4169 | M: Naoya Horiguchi <[email protected]> |
71a6d0af | 4170 | L: [email protected] |
71a6d0af HW |
4171 | S: Maintained |
4172 | F: mm/memory-failure.c | |
4173 | F: mm/hwpoison-inject.c | |
4174 | ||
4175 | HYPERVISOR VIRTUAL CONSOLE DRIVER | |
4176 | L: [email protected] | |
4177 | S: Odd Fixes | |
4178 | F: drivers/tty/hvc/ | |
4179 | ||
5b543965 | 4180 | HARDWARE MONITORING |
7c81c60f | 4181 | M: Jean Delvare <[email protected]> |
ca462085 | 4182 | M: Guenter Roeck <[email protected]> |
5b543965 | 4183 | L: [email protected] |
595142e0 | 4184 | W: http://www.lm-sensors.org/ |
9e012c1a | 4185 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ |
885374e3 | 4186 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git |
9e012c1a | 4187 | S: Maintained |
047f4ec2 | 4188 | F: Documentation/hwmon/ |
679655da | 4189 | F: drivers/hwmon/ |
047f4ec2 | 4190 | F: include/linux/hwmon*.h |
5b543965 | 4191 | |
844dd05f | 4192 | HARDWARE RANDOM NUMBER GENERATOR CORE |
c0d0787b JP |
4193 | M: Matt Mackall <[email protected]> |
4194 | M: Herbert Xu <[email protected]> | |
4195 | S: Odd fixes | |
679655da JP |
4196 | F: Documentation/hw_random.txt |
4197 | F: drivers/char/hw_random/ | |
4198 | F: include/linux/hw_random.h | |
844dd05f | 4199 | |
8b37fcfc OBC |
4200 | HARDWARE SPINLOCK CORE |
4201 | M: Ohad Ben-Cohen <[email protected]> | |
4202 | S: Maintained | |
4203 | F: Documentation/hwspinlock.txt | |
4204 | F: drivers/hwspinlock/hwspinlock_* | |
4205 | F: include/linux/hwspinlock.h | |
4206 | ||
1da177e4 | 4207 | HARMONY SOUND DRIVER |
ac6aecbf | 4208 | L: [email protected] |
1da177e4 | 4209 | S: Maintained |
679655da | 4210 | F: sound/parisc/harmony.* |
1da177e4 | 4211 | |
91952bc0 AP |
4212 | HD29L2 MEDIA DRIVER |
4213 | M: Antti Palosaari <[email protected]> | |
4214 | L: [email protected] | |
4215 | W: http://linuxtv.org/ | |
4216 | W: http://palosaari.fi/linux/ | |
4217 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
4218 | T: git git://linuxtv.org/anttip/media_tree.git | |
4219 | S: Maintained | |
4220 | F: drivers/media/dvb-frontends/hd29l2* | |
4221 | ||
e2d1d6c0 | 4222 | HEWLETT-PACKARD SMART2 RAID DRIVER |
8b58be88 | 4223 | M: Chirag Kantharia <[email protected]> |
e2d1d6c0 RD |
4224 | L: [email protected] |
4225 | S: Maintained | |
679655da JP |
4226 | F: Documentation/blockdev/cpqarray.txt |
4227 | F: drivers/block/cpqarray.* | |
e2d1d6c0 | 4228 | |
9257aa49 | 4229 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) |
706e69d6 | 4230 | M: "Stephen M. Cameron" <[email protected]> |
9257aa49 SC |
4231 | L: [email protected] |
4232 | S: Supported | |
4233 | F: Documentation/scsi/hpsa.txt | |
4234 | F: drivers/scsi/hpsa*.[ch] | |
4235 | F: include/linux/cciss*.h | |
c117ab84 | 4236 | F: include/uapi/linux/cciss*.h |
9257aa49 | 4237 | |
e2d1d6c0 | 4238 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
8b58be88 | 4239 | M: Mike Miller <[email protected]> |
e2d1d6c0 RD |
4240 | L: [email protected] |
4241 | S: Supported | |
679655da JP |
4242 | F: Documentation/blockdev/cciss.txt |
4243 | F: drivers/block/cciss* | |
4244 | F: include/linux/cciss_ioctl.h | |
c117ab84 | 4245 | F: include/uapi/linux/cciss_ioctl.h |
e2d1d6c0 | 4246 | |
1da177e4 | 4247 | HFS FILESYSTEM |
6cf515e1 GU |
4248 | L: [email protected] |
4249 | S: Orphan | |
679655da JP |
4250 | F: Documentation/filesystems/hfs.txt |
4251 | F: fs/hfs/ | |
1da177e4 | 4252 | |
ef575f47 GU |
4253 | HFSPLUS FILESYSTEM |
4254 | L: [email protected] | |
4255 | S: Orphan | |
4256 | F: Documentation/filesystems/hfsplus.txt | |
4257 | F: fs/hfsplus/ | |
4258 | ||
1da177e4 | 4259 | HGA FRAMEBUFFER DRIVER |
8b58be88 | 4260 | M: Ferenc Bakonyi <[email protected]> |
1da177e4 LT |
4261 | L: [email protected] |
4262 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
4263 | S: Maintained | |
8a61f013 | 4264 | F: drivers/video/fbdev/hgafb.c |
1da177e4 | 4265 | |
4480f15b | 4266 | HIBERNATION (aka Software Suspend, aka swsusp) |
49db1903 | 4267 | M: "Rafael J. Wysocki" <[email protected]> |
7fb06082 | 4268 | M: Pavel Machek <[email protected]> |
bf1c138e | 4269 | L: [email protected] |
e2d1d6c0 | 4270 | S: Supported |
679655da JP |
4271 | F: arch/x86/power/ |
4272 | F: drivers/base/power/ | |
4273 | F: kernel/power/ | |
4274 | F: include/linux/suspend.h | |
4275 | F: include/linux/freezer.h | |
4276 | F: include/linux/pm.h | |
679655da | 4277 | F: arch/*/include/asm/suspend*.h |
e2d1d6c0 | 4278 | |
4ef4caad | 4279 | HID CORE LAYER |
8b58be88 | 4280 | M: Jiri Kosina <[email protected]> |
eb76c5c0 | 4281 | L: [email protected] |
54e5881d | 4282 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad | 4283 | S: Maintained |
679655da JP |
4284 | F: drivers/hid/ |
4285 | F: include/linux/hid* | |
c117ab84 | 4286 | F: include/uapi/linux/hid* |
4ef4caad | 4287 | |
38bed542 | 4288 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
8b58be88 | 4289 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 4290 | L: [email protected] |
75fc2d37 | 4291 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
38bed542 | 4292 | S: Maintained |
679655da | 4293 | F: Documentation/timers/ |
5cee9645 | 4294 | F: kernel/time/hrtimer.c |
88606e80 TG |
4295 | F: kernel/time/clockevents.c |
4296 | F: kernel/time/tick*.* | |
4297 | F: kernel/time/timer_*.c | |
05ed8490 | 4298 | F: include/linux/clockchips.h |
679655da | 4299 | F: include/linux/hrtimer.h |
38bed542 | 4300 | |
1da177e4 | 4301 | HIGH-SPEED SCC DRIVER FOR AX.25 |
1da177e4 | 4302 | L: [email protected] |
8b64f2a0 | 4303 | S: Orphan |
679655da JP |
4304 | F: drivers/net/hamradio/dmascc.c |
4305 | F: drivers/net/hamradio/scc.c | |
1da177e4 | 4306 | |
ede1e6f8 | 4307 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
8b58be88 | 4308 | M: HighPoint Linux Team <[email protected]> |
ede1e6f8 HLT |
4309 | W: http://www.highpoint-tech.com |
4310 | S: Supported | |
679655da JP |
4311 | F: Documentation/scsi/hptiop.txt |
4312 | F: drivers/scsi/hptiop.c | |
ede1e6f8 | 4313 | |
1da177e4 | 4314 | HIPPI |
8b58be88 | 4315 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
4316 | L: [email protected] |
4317 | S: Maintained | |
679655da | 4318 | F: include/linux/hippidevice.h |
c117ab84 | 4319 | F: include/uapi/linux/if_hippi.h |
679655da | 4320 | F: net/802/hippi.c |
ff5a3b50 | 4321 | F: drivers/net/hippi/ |
1da177e4 | 4322 | |
ff1d2767 | 4323 | HOST AP DRIVER |
8b58be88 | 4324 | M: Jouni Malinen <[email protected]> |
85d32e7b | 4325 | L: [email protected] (subscribers-only) |
724c6b35 | 4326 | L: [email protected] |
ff1d2767 JM |
4327 | W: http://hostap.epitest.fi/ |
4328 | S: Maintained | |
679655da | 4329 | F: drivers/net/wireless/hostap/ |
ff1d2767 | 4330 | |
dd8cd779 | 4331 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
d0944853 | 4332 | L: [email protected] |
95c70215 | 4333 | S: Orphan |
679655da | 4334 | F: drivers/platform/x86/tc1100-wmi.c |
dd8cd779 | 4335 | |
e2d1d6c0 | 4336 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
8b58be88 | 4337 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 4338 | S: Maintained |
7e25d724 | 4339 | F: drivers/net/ethernet/hp/hp100.* |
e2d1d6c0 | 4340 | |
7d2c86b5 | 4341 | HPET: High Precision Event Timers driver |
8b58be88 | 4342 | M: Clemens Ladisch <[email protected]> |
b9b0332f | 4343 | S: Maintained |
679655da JP |
4344 | F: Documentation/timers/hpet.txt |
4345 | F: drivers/char/hpet.c | |
4346 | F: include/linux/hpet.h | |
c117ab84 | 4347 | F: include/uapi/linux/hpet.h |
b9b0332f | 4348 | |
e07b5d79 | 4349 | HPET: x86 |
9e06f631 | 4350 | S: Orphan |
679655da JP |
4351 | F: arch/x86/kernel/hpet.c |
4352 | F: arch/x86/include/asm/hpet.h | |
b9b0332f | 4353 | |
1da177e4 | 4354 | HPFS FILESYSTEM |
8b58be88 | 4355 | M: Mikulas Patocka <[email protected]> |
1da177e4 LT |
4356 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
4357 | S: Maintained | |
679655da | 4358 | F: fs/hpfs/ |
1da177e4 | 4359 | |
3441cded | 4360 | HSI SUBSYSTEM |
56459ea9 SR |
4361 | M: Sebastian Reichel <[email protected]> |
4362 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git | |
3441cded SR |
4363 | S: Maintained |
4364 | F: Documentation/ABI/testing/sysfs-bus-hsi | |
56459ea9 | 4365 | F: Documentation/hsi.txt |
3441cded SR |
4366 | F: drivers/hsi/ |
4367 | F: include/linux/hsi/ | |
4368 | F: include/uapi/linux/hsi/ | |
4369 | ||
7d2c86b5 | 4370 | HSO 3G MODEM DRIVER |
8b58be88 | 4371 | M: Jan Dumon <[email protected]> |
11cd29b0 DJB |
4372 | W: http://www.pharscape.org |
4373 | S: Maintained | |
679655da | 4374 | F: drivers/net/usb/hso.c |
11cd29b0 | 4375 | |
19990e29 AB |
4376 | HSR NETWORK PROTOCOL |
4377 | M: Arvid Brodin <[email protected]> | |
4378 | L: [email protected] | |
4379 | S: Maintained | |
4380 | F: net/hsr/ | |
4381 | ||
5a18c343 | 4382 | HTCPEN TOUCHSCREEN DRIVER |
8b58be88 | 4383 | M: Pau Oliva Fora <[email protected]> |
5a18c343 POF |
4384 | L: [email protected] |
4385 | S: Maintained | |
679655da | 4386 | F: drivers/input/touchscreen/htcpen.c |
5a18c343 | 4387 | |
1da177e4 | 4388 | HUGETLB FILESYSTEM |
6d49e352 | 4389 | M: Nadia Yvette Chambers <[email protected]> |
1da177e4 | 4390 | S: Maintained |
679655da | 4391 | F: fs/hugetlbfs/ |
1da177e4 | 4392 | |
05183189 S |
4393 | Hyper-V CORE AND DRIVERS |
4394 | M: K. Y. Srinivasan <[email protected]> | |
4395 | M: Haiyang Zhang <[email protected]> | |
4396 | L: [email protected] | |
4397 | S: Maintained | |
a4162747 HZ |
4398 | F: arch/x86/include/asm/mshyperv.h |
4399 | F: arch/x86/include/uapi/asm/hyperv.h | |
4400 | F: arch/x86/kernel/cpu/mshyperv.c | |
05183189 | 4401 | F: drivers/hid/hid-hyperv.c |
a4162747 | 4402 | F: drivers/hv/ |
f92ca80b | 4403 | F: drivers/input/serio/hyperv-keyboard.c |
05183189 | 4404 | F: drivers/net/hyperv/ |
a4162747 | 4405 | F: drivers/scsi/storvsc_drv.c |
8a61f013 | 4406 | F: drivers/video/fbdev/hyperv_fb.c |
a4162747 HZ |
4407 | F: include/linux/hyperv.h |
4408 | F: tools/hv/ | |
05183189 | 4409 | |
d85c8a6a | 4410 | I2C OVER PARALLEL PORT |
7c81c60f | 4411 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4412 | L: [email protected] |
4413 | S: Maintained | |
4414 | F: Documentation/i2c/busses/i2c-parport | |
4415 | F: Documentation/i2c/busses/i2c-parport-light | |
4416 | F: drivers/i2c/busses/i2c-parport.c | |
4417 | F: drivers/i2c/busses/i2c-parport-light.c | |
4418 | ||
4419 | I2C/SMBUS CONTROLLER DRIVERS FOR PC | |
7c81c60f | 4420 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4421 | L: [email protected] |
4422 | S: Maintained | |
4423 | F: Documentation/i2c/busses/i2c-ali1535 | |
4424 | F: Documentation/i2c/busses/i2c-ali1563 | |
4425 | F: Documentation/i2c/busses/i2c-ali15x3 | |
4426 | F: Documentation/i2c/busses/i2c-amd756 | |
4427 | F: Documentation/i2c/busses/i2c-amd8111 | |
4428 | F: Documentation/i2c/busses/i2c-i801 | |
4429 | F: Documentation/i2c/busses/i2c-nforce2 | |
4430 | F: Documentation/i2c/busses/i2c-piix4 | |
4431 | F: Documentation/i2c/busses/i2c-sis5595 | |
4432 | F: Documentation/i2c/busses/i2c-sis630 | |
4433 | F: Documentation/i2c/busses/i2c-sis96x | |
4434 | F: Documentation/i2c/busses/i2c-via | |
4435 | F: Documentation/i2c/busses/i2c-viapro | |
4436 | F: drivers/i2c/busses/i2c-ali1535.c | |
4437 | F: drivers/i2c/busses/i2c-ali1563.c | |
4438 | F: drivers/i2c/busses/i2c-ali15x3.c | |
4439 | F: drivers/i2c/busses/i2c-amd756.c | |
4440 | F: drivers/i2c/busses/i2c-amd756-s4882.c | |
4441 | F: drivers/i2c/busses/i2c-amd8111.c | |
4442 | F: drivers/i2c/busses/i2c-i801.c | |
4443 | F: drivers/i2c/busses/i2c-isch.c | |
4444 | F: drivers/i2c/busses/i2c-nforce2.c | |
4445 | F: drivers/i2c/busses/i2c-nforce2-s4985.c | |
4446 | F: drivers/i2c/busses/i2c-piix4.c | |
4447 | F: drivers/i2c/busses/i2c-sis5595.c | |
4448 | F: drivers/i2c/busses/i2c-sis630.c | |
4449 | F: drivers/i2c/busses/i2c-sis96x.c | |
4450 | F: drivers/i2c/busses/i2c-via.c | |
4451 | F: drivers/i2c/busses/i2c-viapro.c | |
4452 | ||
cb7f07a4 NH |
4453 | I2C/SMBUS ISMT DRIVER |
4454 | M: Seth Heasley <[email protected]> | |
4455 | M: Neil Horman <[email protected]> | |
4456 | L: [email protected] | |
4457 | F: drivers/i2c/busses/i2c-ismt.c | |
4458 | F: Documentation/i2c/busses/i2c-ismt | |
4459 | ||
6ea884db | 4460 | I2C/SMBUS STUB DRIVER |
7c81c60f | 4461 | M: Jean Delvare <[email protected]> |
846557d3 | 4462 | L: [email protected] |
6ea884db | 4463 | S: Maintained |
8547a5bc | 4464 | F: drivers/i2c/i2c-stub.c |
6ea884db | 4465 | |
5b543965 | 4466 | I2C SUBSYSTEM |
14d77c4d | 4467 | M: Wolfram Sang <[email protected]> |
846557d3 | 4468 | L: [email protected] |
9d4ea27a WS |
4469 | W: https://i2c.wiki.kernel.org/ |
4470 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | |
14d77c4d | 4471 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
1da177e4 | 4472 | S: Maintained |
679655da JP |
4473 | F: Documentation/i2c/ |
4474 | F: drivers/i2c/ | |
4475 | F: include/linux/i2c.h | |
03b70d62 | 4476 | F: include/linux/i2c-*.h |
c117ab84 CEB |
4477 | F: include/uapi/linux/i2c.h |
4478 | F: include/uapi/linux/i2c-*.h | |
1da177e4 | 4479 | |
4560d677 WS |
4480 | I2C ACPI SUPPORT |
4481 | M: Mika Westerberg <[email protected]> | |
4482 | L: [email protected] | |
4483 | L: [email protected] | |
4484 | S: Maintained | |
4560d677 | 4485 | |
d85c8a6a | 4486 | I2C-TAOS-EVM DRIVER |
7c81c60f | 4487 | M: Jean Delvare <[email protected]> |
d85c8a6a JD |
4488 | L: [email protected] |
4489 | S: Maintained | |
4490 | F: Documentation/i2c/busses/i2c-taos-evm | |
4491 | F: drivers/i2c/busses/i2c-taos-evm.c | |
4492 | ||
e8c76eed | 4493 | I2C-TINY-USB DRIVER |
8b58be88 | 4494 | M: Till Harbaum <[email protected]> |
846557d3 | 4495 | L: [email protected] |
932d1872 | 4496 | W: http://www.harbaum.org/till/i2c_tiny_usb |
e8c76eed | 4497 | S: Maintained |
679655da | 4498 | F: drivers/i2c/busses/i2c-tiny-usb.c |
e8c76eed | 4499 | |
1da177e4 | 4500 | i386 BOOT CODE |
8b58be88 | 4501 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 4502 | S: Maintained |
679655da | 4503 | F: arch/x86/boot/ |
1da177e4 LT |
4504 | |
4505 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
8b58be88 | 4506 | M: "H. Peter Anvin" <[email protected]> |
54e5881d | 4507 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
4508 | S: Maintained |
4509 | ||
1da177e4 | 4510 | IA64 (Itanium) PLATFORM |
8b58be88 JP |
4511 | M: Tony Luck <[email protected]> |
4512 | M: Fenghua Yu <[email protected]> | |
1da177e4 | 4513 | L: [email protected] |
6b1c70b1 | 4514 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git |
1da177e4 | 4515 | S: Maintained |
679655da | 4516 | F: arch/ia64/ |
1da177e4 | 4517 | |
956c203c | 4518 | IBM Power in-Nest Crypto Acceleration |
5b88e270 KY |
4519 | M: Marcelo Henrique Cerri <[email protected]> |
4520 | M: Fionnuala Gunter <[email protected]> | |
956c203c KY |
4521 | L: [email protected] |
4522 | S: Supported | |
4523 | F: drivers/crypto/nx/ | |
4524 | ||
0e16aafb | 4525 | IBM Power 842 compression accelerator |
e6babec6 | 4526 | M: Nathan Fontenot <[email protected]> |
0e16aafb SJ |
4527 | S: Supported |
4528 | F: drivers/crypto/nx/nx-842.c | |
4529 | F: include/linux/nx842.h | |
4530 | ||
1da177e4 | 4531 | IBM Power Linux RAID adapter |
8b58be88 | 4532 | M: Brian King <[email protected]> |
1da177e4 | 4533 | S: Supported |
679655da | 4534 | F: drivers/scsi/ipr.* |
1da177e4 | 4535 | |
9d348af4 SL |
4536 | IBM Power Virtual Ethernet Device Driver |
4537 | M: Santiago Leon <[email protected]> | |
4538 | L: [email protected] | |
4539 | S: Supported | |
9aa32835 | 4540 | F: drivers/net/ethernet/ibm/ibmveth.* |
9d348af4 | 4541 | |
e6babec6 NF |
4542 | IBM Power Virtual SCSI Device Drivers |
4543 | M: Nathan Fontenot <[email protected]> | |
4b7652cc RJ |
4544 | L: [email protected] |
4545 | S: Supported | |
e6babec6 NF |
4546 | F: drivers/scsi/ibmvscsi/ibmvscsi* |
4547 | F: drivers/scsi/ibmvscsi/viosrp.h | |
4548 | ||
4549 | IBM Power Virtual FC Device Drivers | |
4550 | M: Brian King <[email protected]> | |
4551 | L: [email protected] | |
4552 | S: Supported | |
4553 | F: drivers/scsi/ibmvscsi/ibmvfc* | |
4b7652cc | 4554 | |
1da177e4 | 4555 | IBM ServeRAID RAID DRIVER |
f9213e78 | 4556 | S: Orphan |
679655da | 4557 | F: drivers/scsi/ips.* |
1da177e4 | 4558 | |
6ed9f9c4 PT |
4559 | ICH LPC AND GPIO DRIVER |
4560 | M: Peter Tyser <[email protected]> | |
4561 | S: Maintained | |
4562 | F: drivers/mfd/lpc_ich.c | |
4563 | F: drivers/gpio/gpio-ich.c | |
4564 | ||
1e7106fc | 4565 | IDE SUBSYSTEM |
8b58be88 | 4566 | M: "David S. Miller" <[email protected]> |
1da177e4 | 4567 | L: [email protected] |
8a6e2535 | 4568 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ |
08deed1e | 4569 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git |
1da177e4 | 4570 | S: Maintained |
679655da JP |
4571 | F: Documentation/ide/ |
4572 | F: drivers/ide/ | |
4573 | F: include/linux/ide.h | |
1da177e4 | 4574 | |
6cb8c13d IP |
4575 | IDEAPAD LAPTOP EXTRAS DRIVER |
4576 | M: Ike Panhc <[email protected]> | |
4577 | L: [email protected] | |
4578 | W: http://launchpad.net/ideapad-laptop | |
4579 | S: Maintained | |
4580 | F: drivers/platform/x86/ideapad-laptop.c | |
4581 | ||
1ea4c161 AM |
4582 | IDEAPAD LAPTOP SLIDEBAR DRIVER |
4583 | M: Andrey Moiseev <[email protected]> | |
4584 | L: [email protected] | |
4585 | W: https://github.com/o2genum/ideapad-slidebar | |
4586 | S: Maintained | |
4587 | F: drivers/input/misc/ideapad_slidebar.c | |
4588 | ||
0f861e8c | 4589 | IDE/ATAPI DRIVERS |
487ba8e8 | 4590 | M: Borislav Petkov <[email protected]> |
9c5b0ce4 | 4591 | L: [email protected] |
c404c199 | 4592 | S: Maintained |
679655da JP |
4593 | F: Documentation/cdrom/ide-cd |
4594 | F: drivers/ide/ide-cd* | |
1da177e4 | 4595 | |
27471fdb | 4596 | IDLE-I7300 |
8b58be88 | 4597 | M: Andy Henroid <[email protected]> |
bf1c138e | 4598 | L: [email protected] |
27471fdb | 4599 | S: Supported |
679655da | 4600 | F: drivers/idle/i7300_idle.c |
27471fdb | 4601 | |
02cf2286 | 4602 | IEEE 802.15.4 SUBSYSTEM |
b6e195fd | 4603 | M: Alexander Aring <[email protected]> |
e0af6062 | 4604 | L: [email protected] (moderated for non-subscribers) |
02cf2286 | 4605 | W: http://apps.sourceforge.net/trac/linux-zigbee |
a060330e | 4606 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git |
02cf2286 SL |
4607 | S: Maintained |
4608 | F: net/ieee802154/ | |
68653359 | 4609 | F: net/mac802154/ |
251741b1 | 4610 | F: drivers/net/ieee802154/ |
02cf2286 | 4611 | |
40ad4a30 SY |
4612 | IGUANAWORKS USB IR TRANSCEIVER |
4613 | M: Sean Young <[email protected]> | |
4614 | L: [email protected] | |
4615 | S: Maintained | |
4616 | F: drivers/media/rc/iguanair.c | |
4617 | ||
9545f86e | 4618 | IIO SUBSYSTEM AND DRIVERS |
030a13d7 | 4619 | M: Jonathan Cameron <[email protected]> |
9545f86e AP |
4620 | L: [email protected] |
4621 | S: Maintained | |
03e7c251 | 4622 | F: drivers/iio/ |
9545f86e AP |
4623 | F: drivers/staging/iio/ |
4624 | ||
65519263 SG |
4625 | IKANOS/ADI EAGLE ADSL USB DRIVER |
4626 | M: Matthieu Castet <[email protected]> | |
4627 | M: Stanislaw Gruszka <[email protected]> | |
4628 | S: Maintained | |
4629 | F: drivers/usb/atm/ueagle-atm.c | |
4630 | ||
e89ab51f GR |
4631 | INA209 HARDWARE MONITOR DRIVER |
4632 | M: Guenter Roeck <[email protected]> | |
4633 | L: [email protected] | |
4634 | S: Maintained | |
4635 | F: Documentation/hwmon/ina209 | |
4636 | F: Documentation/devicetree/bindings/i2c/ina209.txt | |
4637 | F: drivers/hwmon/ina209.c | |
4638 | ||
4639 | INA2XX HARDWARE MONITOR DRIVER | |
4640 | M: Guenter Roeck <[email protected]> | |
4641 | L: [email protected] | |
4642 | S: Maintained | |
4643 | F: Documentation/hwmon/ina2xx | |
4644 | F: drivers/hwmon/ina2xx.c | |
4645 | F: include/linux/platform_data/ina2xx.h | |
4646 | ||
14dc124f SIG |
4647 | INDUSTRY PACK SUBSYSTEM (IPACK) |
4648 | M: Samuel Iglesias Gonsalvez <[email protected]> | |
4649 | M: Jens Taprogge <[email protected]> | |
4650 | M: Greg Kroah-Hartman <[email protected]> | |
4651 | L: [email protected] | |
4652 | W: http://industrypack.sourceforge.net | |
4653 | S: Maintained | |
4654 | F: drivers/ipack/ | |
4655 | ||
aa7168f4 | 4656 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
74dd744f | 4657 | M: Mimi Zohar <[email protected]> |
8912176c | 4658 | M: Dmitry Kasatkin <[email protected]> |
74dd744f MZ |
4659 | L: [email protected] |
4660 | L: [email protected] | |
4661 | L: [email protected] | |
aa7168f4 | 4662 | S: Supported |
679655da | 4663 | F: security/integrity/ima/ |
aa7168f4 | 4664 | |
1da177e4 | 4665 | IMS TWINTURBO FRAMEBUFFER DRIVER |
c69f677c | 4666 | L: [email protected] |
843393d3 | 4667 | S: Orphan |
8a61f013 | 4668 | F: drivers/video/fbdev/imsttfb.c |
1da177e4 LT |
4669 | |
4670 | INFINIBAND SUBSYSTEM | |
db9fd848 | 4671 | M: Roland Dreier <[email protected]> |
8b58be88 JP |
4672 | M: Sean Hefty <[email protected]> |
4673 | M: Hal Rosenstock <[email protected]> | |
e6cc0fd1 | 4674 | L: [email protected] |
605841f5 | 4675 | W: http://www.openfabrics.org/ |
8a6e2535 | 4676 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
54e5881d | 4677 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 | 4678 | S: Supported |
679655da JP |
4679 | F: Documentation/infiniband/ |
4680 | F: drivers/infiniband/ | |
c117ab84 | 4681 | F: include/uapi/linux/if_infiniband.h |
1da177e4 | 4682 | |
c9f04f58 | 4683 | INOTIFY |
8b58be88 JP |
4684 | M: John McCutchan <[email protected]> |
4685 | M: Robert Love <[email protected]> | |
4686 | M: Eric Paris <[email protected]> | |
c9f04f58 | 4687 | S: Maintained |
679655da JP |
4688 | F: Documentation/filesystems/inotify.txt |
4689 | F: fs/notify/inotify/ | |
4690 | F: include/linux/inotify.h | |
c117ab84 | 4691 | F: include/uapi/linux/inotify.h |
c9f04f58 | 4692 | |
e2d1d6c0 | 4693 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
8b58be88 JP |
4694 | M: Dmitry Torokhov <[email protected]> |
4695 | M: Dmitry Torokhov <[email protected]> | |
e2d1d6c0 | 4696 | L: [email protected] |
8a6e2535 | 4697 | Q: http://patchwork.kernel.org/project/linux-input/list/ |
54e5881d | 4698 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
e2d1d6c0 | 4699 | S: Maintained |
679655da | 4700 | F: drivers/input/ |
f4eea7e2 | 4701 | F: include/linux/input.h |
c117ab84 | 4702 | F: include/uapi/linux/input.h |
f4eea7e2 | 4703 | F: include/linux/input/ |
e2d1d6c0 | 4704 | |
3267a87f HR |
4705 | INPUT MULTITOUCH (MT) PROTOCOL |
4706 | M: Henrik Rydberg <[email protected]> | |
4707 | L: [email protected] | |
7f9c2454 | 4708 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git |
3267a87f HR |
4709 | S: Maintained |
4710 | F: Documentation/input/multi-touch-protocol.txt | |
7f9c2454 | 4711 | F: drivers/input/input-mt.c |
3267a87f HR |
4712 | K: \b(ABS|SYN)_MT_ |
4713 | ||
4ac13e17 DJ |
4714 | INTEL C600 SERIES SAS CONTROLLER DRIVER |
4715 | M: Intel SCU Linux support <[email protected]> | |
fdc5813f | 4716 | M: Artur Paszkiewicz <[email protected]> |
4ac13e17 | 4717 | M: Dave Jiang <[email protected]> |
4ac13e17 | 4718 | L: [email protected] |
7106891a DJ |
4719 | T: git git://git.code.sf.net/p/intel-sas/isci |
4720 | S: Supported | |
4ac13e17 | 4721 | F: drivers/scsi/isci/ |
4ac13e17 | 4722 | |
26717172 LB |
4723 | INTEL IDLE DRIVER |
4724 | M: Len Brown <[email protected]> | |
bf1c138e | 4725 | L: [email protected] |
08deed1e | 4726 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
26717172 LB |
4727 | S: Supported |
4728 | F: drivers/idle/intel_idle.c | |
4729 | ||
9eb8ef74 | 4730 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
55a23c4a | 4731 | M: Maik Broemme <[email protected]> |
c69f677c | 4732 | L: [email protected] |
ce00f85c | 4733 | S: Maintained |
679655da | 4734 | F: Documentation/fb/intelfb.txt |
8a61f013 | 4735 | F: drivers/video/fbdev/intelfb/ |
9eb8ef74 | 4736 | |
1da177e4 | 4737 | INTEL 810/815 FRAMEBUFFER DRIVER |
8b58be88 | 4738 | M: Antonino Daplas <[email protected]> |
c69f677c | 4739 | L: [email protected] |
ce00f85c | 4740 | S: Maintained |
8a61f013 | 4741 | F: drivers/video/fbdev/i810/ |
1da177e4 | 4742 | |
f4a9bc4c | 4743 | INTEL MENLOW THERMAL DRIVER |
8b58be88 | 4744 | M: Sujith Thomas <[email protected]> |
d0944853 | 4745 | L: [email protected] |
5ca92bd9 | 4746 | W: https://01.org/linux-acpi |
f4a9bc4c | 4747 | S: Supported |
679655da | 4748 | F: drivers/platform/x86/intel_menlow.c |
f4a9bc4c | 4749 | |
1da177e4 | 4750 | INTEL IA32 MICROCODE UPDATE SUPPORT |
8b58be88 | 4751 | M: Tigran Aivazian <[email protected]> |
1da177e4 | 4752 | S: Maintained |
73d425fd JP |
4753 | F: arch/x86/kernel/cpu/microcode/core* |
4754 | F: arch/x86/kernel/cpu/microcode/intel* | |
1da177e4 | 4755 | |
248a9dc3 | 4756 | INTEL I/OAT DMA DRIVER |
ab5f8c6e | 4757 | M: Dan Williams <[email protected]> |
18ebd564 DJ |
4758 | M: Dave Jiang <[email protected]> |
4759 | L: [email protected] | |
4760 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | |
4761 | S: Supported | |
679655da | 4762 | F: drivers/dma/ioat* |
248a9dc3 | 4763 | |
6c8909b4 | 4764 | INTEL IOMMU (VT-d) |
8b58be88 | 4765 | M: David Woodhouse <[email protected]> |
6c8909b4 | 4766 | L: [email protected] |
54e5881d | 4767 | T: git git://git.infradead.org/iommu-2.6.git |
6c8909b4 | 4768 | S: Supported |
3fb39615 | 4769 | F: drivers/iommu/intel-iommu.c |
679655da | 4770 | F: include/linux/intel-iommu.h |
6c8909b4 | 4771 | |
b3e5f263 | 4772 | INTEL IOP-ADMA DMA DRIVER |
ab5f8c6e | 4773 | M: Dan Williams <[email protected]> |
1dd8372d | 4774 | S: Odd fixes |
679655da | 4775 | F: drivers/dma/iop-adma.c |
b3e5f263 | 4776 | |
9251ce95 | 4777 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
8b58be88 | 4778 | M: Krzysztof Halasa <[email protected]> |
9251ce95 | 4779 | S: Maintained |
679655da JP |
4780 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
4781 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | |
4782 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | |
4783 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c | |
b47da977 | 4784 | F: drivers/net/ethernet/xscale/ixp4xx_eth.c |
679655da | 4785 | F: drivers/net/wan/ixp4xx_hss.c |
9251ce95 | 4786 | |
844dd05f | 4787 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
8b58be88 | 4788 | M: Deepak Saxena <[email protected]> |
844dd05f | 4789 | S: Maintained |
679655da | 4790 | F: drivers/char/hw_random/ixp4xx-rng.c |
844dd05f | 4791 | |
105bf2fe | 4792 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) |
8b58be88 JP |
4793 | M: Jeff Kirsher <[email protected]> |
4794 | M: Jesse Brandeburg <[email protected]> | |
4795 | M: Bruce Allan <[email protected]> | |
0d164401 JK |
4796 | M: Carolyn Wyborny <[email protected]> |
4797 | M: Don Skidmore <[email protected]> | |
4798 | M: Greg Rose <[email protected]> | |
0d164401 | 4799 | M: Alex Duyck <[email protected]> |
8b58be88 | 4800 | M: John Ronciak <[email protected]> |
105bf2fe | 4801 | M: Mitch Williams <[email protected]> |
fcad3e6b | 4802 | M: Linux NICS <[email protected]> |
dcd01faf | 4803 | L: [email protected] |
f6fde11a | 4804 | W: http://www.intel.com/support/feedback.htm |
d94e6fed | 4805 | W: http://e1000.sourceforge.net/ |
dee1ad47 JK |
4806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git |
4807 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git | |
1da177e4 | 4808 | S: Supported |
0d164401 JK |
4809 | F: Documentation/networking/e100.txt |
4810 | F: Documentation/networking/e1000.txt | |
4811 | F: Documentation/networking/e1000e.txt | |
4812 | F: Documentation/networking/igb.txt | |
4813 | F: Documentation/networking/igbvf.txt | |
4814 | F: Documentation/networking/ixgb.txt | |
4815 | F: Documentation/networking/ixgbe.txt | |
4816 | F: Documentation/networking/ixgbevf.txt | |
1bff6529 | 4817 | F: Documentation/networking/i40e.txt |
105bf2fe | 4818 | F: Documentation/networking/i40evf.txt |
dee1ad47 | 4819 | F: drivers/net/ethernet/intel/ |
bc90d291 | 4820 | F: drivers/net/ethernet/intel/*/ |
1da177e4 | 4821 | |
0963d59b LW |
4822 | INTEL-MID GPIO DRIVER |
4823 | M: David Cohen <[email protected]> | |
4824 | L: [email protected] | |
4825 | S: Maintained | |
4826 | F: drivers/gpio/gpio-intel-mid.c | |
4827 | ||
ca907a90 SY |
4828 | INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT |
4829 | M: Stanislav Yakovlev <[email protected]> | |
724c6b35 | 4830 | L: [email protected] |
ca907a90 | 4831 | S: Maintained |
679655da | 4832 | F: Documentation/networking/README.ipw2100 |
679655da | 4833 | F: Documentation/networking/README.ipw2200 |
ca907a90 | 4834 | F: drivers/net/wireless/ipw2x00/ |
826d2abe | 4835 | |
4bd96a7a | 4836 | INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) |
e9b7d7c8 GW |
4837 | M: Richard L Maliszewski <[email protected]> |
4838 | M: Gang Wei <[email protected]> | |
4bd96a7a SW |
4839 | M: Shane Wang <[email protected]> |
4840 | L: [email protected] | |
4841 | W: http://tboot.sourceforge.net | |
e9b7d7c8 | 4842 | T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot |
4bd96a7a SW |
4843 | S: Supported |
4844 | F: Documentation/intel_txt.txt | |
4845 | F: include/linux/tboot.h | |
4846 | F: arch/x86/kernel/tboot.c | |
4847 | ||
8a70da82 | 4848 | INTEL WIRELESS WIMAX CONNECTION 2400 |
8b58be88 | 4849 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 4850 | M: [email protected] |
63fae219 | 4851 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
4852 | S: Supported |
4853 | W: http://linuxwimax.org | |
679655da JP |
4854 | F: Documentation/wimax/README.i2400m |
4855 | F: drivers/net/wimax/i2400m/ | |
c117ab84 | 4856 | F: include/uapi/linux/wimax/i2400m.h |
8a70da82 | 4857 | |
1c0ce89c SG |
4858 | INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) |
4859 | M: Stanislaw Gruszka <[email protected]> | |
efa3144e | 4860 | L: [email protected] |
1c0ce89c | 4861 | S: Supported |
efa3144e WYG |
4862 | F: drivers/net/wireless/iwlegacy/ |
4863 | ||
b481de9c | 4864 | INTEL WIRELESS WIFI LINK (iwlwifi) |
15fae50a | 4865 | M: Johannes Berg <[email protected]> |
6161b02b | 4866 | M: Emmanuel Grumbach <[email protected]> |
a0bf797f | 4867 | M: Intel Linux Wireless <[email protected]> |
b481de9c | 4868 | L: [email protected] |
b481de9c | 4869 | W: http://intellinuxwireless.org |
b62ff718 | 4870 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git |
b481de9c | 4871 | S: Supported |
679655da | 4872 | F: drivers/net/wireless/iwlwifi/ |
b481de9c | 4873 | |
de8fe023 TW |
4874 | INTEL MANAGEMENT ENGINE (mei) |
4875 | M: Tomas Winkler <[email protected]> | |
4876 | L: [email protected] | |
4877 | S: Supported | |
c117ab84 | 4878 | F: include/uapi/linux/mei.h |
de8fe023 | 4879 | F: drivers/misc/mei/* |
e07950a1 | 4880 | F: Documentation/misc-devices/mei/* |
de8fe023 | 4881 | |
cb109a0e | 4882 | IOC3 ETHERNET DRIVER |
8b58be88 | 4883 | M: Ralf Baechle <[email protected]> |
1da177e4 LT |
4884 | L: [email protected] |
4885 | S: Maintained | |
8862bf1e | 4886 | F: drivers/net/ethernet/sgi/ioc3-eth.c |
1da177e4 | 4887 | |
cb109a0e | 4888 | IOC3 SERIAL DRIVER |
8b58be88 | 4889 | M: Pat Gefre <[email protected]> |
d39e0721 | 4890 | L: [email protected] |
cb109a0e | 4891 | S: Maintained |
df621252 | 4892 | F: drivers/tty/serial/ioc3_serial.c |
cb109a0e | 4893 | |
0b6e8569 SW |
4894 | IOMMU DRIVERS |
4895 | M: Joerg Roedel <[email protected]> | |
4896 | L: [email protected] | |
4897 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | |
4898 | S: Maintained | |
4899 | F: drivers/iommu/ | |
4900 | ||
4480f15b | 4901 | IP MASQUERADING |
8b58be88 | 4902 | M: Juanjo Ciarlante <[email protected]> |
1da177e4 | 4903 | S: Maintained |
679655da | 4904 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
1da177e4 | 4905 | |
1202d6ff | 4906 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
8b58be88 JP |
4907 | M: Francois Romieu <[email protected]> |
4908 | M: Sorbica Shieh <[email protected]> | |
1202d6ff FR |
4909 | L: [email protected] |
4910 | S: Maintained | |
7443713a | 4911 | F: drivers/net/ethernet/icplus/ipg.* |
1202d6ff | 4912 | |
4480f15b | 4913 | IPATH DRIVER |
8473c603 | 4914 | M: Mike Marciniszyn <[email protected]> |
e6cc0fd1 | 4915 | L: [email protected] |
52a09a04 | 4916 | S: Maintained |
679655da | 4917 | F: drivers/infiniband/hw/ipath/ |
77d8798b | 4918 | |
4409ebe9 | 4919 | IPMI SUBSYSTEM |
8b58be88 | 4920 | M: Corey Minyard <[email protected]> |
b0c90653 | 4921 | L: [email protected] (moderated for non-subscribers) |
4409ebe9 CM |
4922 | W: http://openipmi.sourceforge.net/ |
4923 | S: Supported | |
679655da JP |
4924 | F: Documentation/IPMI.txt |
4925 | F: drivers/char/ipmi/ | |
4926 | F: include/linux/ipmi* | |
c117ab84 | 4927 | F: include/uapi/linux/ipmi* |
4409ebe9 | 4928 | |
e2d1d6c0 | 4929 | IPS SCSI RAID DRIVER |
8b58be88 | 4930 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
4931 | L: [email protected] |
4932 | W: http://www.adaptec.com/ | |
4933 | S: Maintained | |
679655da | 4934 | F: drivers/scsi/ips* |
e2d1d6c0 RD |
4935 | |
4936 | IPVS | |
8b58be88 JP |
4937 | M: Wensong Zhang <[email protected]> |
4938 | M: Simon Horman <[email protected]> | |
4939 | M: Julian Anastasov <[email protected]> | |
979b6c13 | 4940 | L: [email protected] |
e2d1d6c0 | 4941 | L: [email protected] |
1da177e4 | 4942 | S: Maintained |
679655da | 4943 | F: Documentation/networking/ipvs-sysctl.txt |
b61d4a71 | 4944 | F: include/net/ip_vs.h |
c117ab84 | 4945 | F: include/uapi/linux/ip_vs.h |
679655da | 4946 | F: net/netfilter/ipvs/ |
1da177e4 | 4947 | |
e7839f25 | 4948 | IPWIRELESS DRIVER |
8b58be88 JP |
4949 | M: Jiri Kosina <[email protected]> |
4950 | M: David Sterba <[email protected]> | |
92094aa0 | 4951 | S: Odd Fixes |
282361a0 | 4952 | F: drivers/tty/ipwireless/ |
099dc4fb | 4953 | |
e2d1d6c0 | 4954 | IPX NETWORK LAYER |
8b58be88 | 4955 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 RD |
4956 | L: [email protected] |
4957 | S: Maintained | |
679655da | 4958 | F: include/net/ipx.h |
c117ab84 | 4959 | F: include/uapi/linux/ipx.h |
679655da | 4960 | F: net/ipx/ |
e2d1d6c0 | 4961 | |
1da177e4 | 4962 | IRDA SUBSYSTEM |
8b58be88 | 4963 | M: Samuel Ortiz <[email protected]> |
a2ac953d | 4964 | L: [email protected] (subscribers-only) |
ced649ea | 4965 | L: [email protected] |
1da177e4 | 4966 | W: http://irda.sourceforge.net/ |
f353976d | 4967 | S: Maintained |
e0057975 | 4968 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git |
679655da JP |
4969 | F: Documentation/networking/irda.txt |
4970 | F: drivers/net/irda/ | |
4971 | F: include/net/irda/ | |
4972 | F: net/irda/ | |
1da177e4 | 4973 | |
a800c7cc TG |
4974 | IRQ SUBSYSTEM |
4975 | M: Thomas Gleixner <[email protected]> | |
981c3a4f | 4976 | L: [email protected] |
a800c7cc | 4977 | S: Maintained |
75fc2d37 | 4978 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
a800c7cc | 4979 | F: kernel/irq/ |
2ed9fd28 JC |
4980 | |
4981 | IRQCHIP DRIVERS | |
4982 | M: Thomas Gleixner <[email protected]> | |
4983 | M: Jason Cooper <[email protected]> | |
4984 | L: [email protected] | |
4985 | S: Maintained | |
4986 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | |
4987 | T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core | |
edd96900 | 4988 | F: drivers/irqchip/ |
a800c7cc | 4989 | |
7ab3a837 GL |
4990 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
4991 | M: Benjamin Herrenschmidt <[email protected]> | |
7ab3a837 GL |
4992 | S: Maintained |
4993 | F: Documentation/IRQ-domain.txt | |
4994 | F: include/linux/irqdomain.h | |
4995 | F: kernel/irq/irqdomain.c | |
4996 | ||
e2d1d6c0 | 4997 | ISAPNP |
8b58be88 | 4998 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 4999 | S: Maintained |
679655da JP |
5000 | F: Documentation/isapnp.txt |
5001 | F: drivers/pnp/isapnp/ | |
5002 | F: include/linux/isapnp.h | |
e2d1d6c0 | 5003 | |
d39b8420 HV |
5004 | ISA RADIO MODULE |
5005 | M: Hans Verkuil <[email protected]> | |
5006 | L: [email protected] | |
5007 | T: git git://linuxtv.org/media_tree.git | |
5008 | W: http://linuxtv.org | |
5009 | S: Maintained | |
5010 | F: drivers/media/radio/radio-isa* | |
5011 | ||
71a6d0af HW |
5012 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
5013 | M: Peter Jones <[email protected]> | |
5014 | M: Konrad Rzeszutek Wilk <[email protected]> | |
5015 | S: Maintained | |
5016 | F: drivers/firmware/iscsi_ibft* | |
5017 | ||
14816b1e | 5018 | ISCSI |
8b58be88 | 5019 | M: Mike Christie <[email protected]> |
14816b1e MC |
5020 | L: [email protected] |
5021 | W: www.open-iscsi.org | |
54e5881d | 5022 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
14816b1e | 5023 | S: Maintained |
679655da JP |
5024 | F: drivers/scsi/*iscsi* |
5025 | F: include/scsi/*iscsi* | |
14816b1e | 5026 | |
1e65eb42 OG |
5027 | ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR |
5028 | M: Or Gerlitz <[email protected]> | |
5029 | M: Roi Dayan <[email protected]> | |
5030 | L: [email protected] | |
5031 | S: Supported | |
5032 | W: http://www.openfabrics.org | |
5033 | W: www.open-iscsi.org | |
5034 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
14430813 | 5035 | F: drivers/infiniband/ulp/iser/ |
1e65eb42 | 5036 | |
1da177e4 | 5037 | ISDN SUBSYSTEM |
8b58be88 | 5038 | M: Karsten Keil <[email protected]> |
d5d52273 | 5039 | L: [email protected] (subscribers-only) |
3da0ae62 | 5040 | L: [email protected] |
1da177e4 | 5041 | W: http://www.isdn4linux.de |
54e5881d | 5042 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
1da177e4 | 5043 | S: Maintained |
679655da JP |
5044 | F: Documentation/isdn/ |
5045 | F: drivers/isdn/ | |
5046 | F: include/linux/isdn.h | |
5047 | F: include/linux/isdn/ | |
c117ab84 CEB |
5048 | F: include/uapi/linux/isdn.h |
5049 | F: include/uapi/linux/isdn/ | |
1da177e4 LT |
5050 | |
5051 | ISDN SUBSYSTEM (Eicon active card driver) | |
8b58be88 | 5052 | M: Armin Schindler <[email protected]> |
d5d52273 | 5053 | L: [email protected] (subscribers-only) |
1da177e4 LT |
5054 | W: http://www.melware.de |
5055 | S: Maintained | |
679655da | 5056 | F: drivers/isdn/hardware/eicon/ |
1da177e4 | 5057 | |
d624870f | 5058 | IT87 HARDWARE MONITORING DRIVER |
7c81c60f | 5059 | M: Jean Delvare <[email protected]> |
d624870f JD |
5060 | L: [email protected] |
5061 | S: Maintained | |
5062 | F: Documentation/hwmon/it87 | |
5063 | F: drivers/hwmon/it87.c | |
5064 | ||
d7104bff AP |
5065 | IT913X MEDIA DRIVER |
5066 | M: Antti Palosaari <[email protected]> | |
5067 | L: [email protected] | |
5068 | W: http://linuxtv.org/ | |
5069 | W: http://palosaari.fi/linux/ | |
5070 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5071 | T: git git://linuxtv.org/anttip/media_tree.git | |
5072 | S: Maintained | |
9d9fb744 | 5073 | F: drivers/media/tuners/tuner_it913x* |
d7104bff | 5074 | |
91821ff3 | 5075 | IVTV VIDEO4LINUX DRIVER |
6afdeaf8 | 5076 | M: Andy Walls <[email protected]> |
c4240509 | 5077 | L: [email protected] (moderated for non-subscribers) |
661263b5 | 5078 | L: [email protected] |
275ffde4 | 5079 | T: git git://linuxtv.org/media_tree.git |
91821ff3 HV |
5080 | W: http://www.ivtvdriver.org |
5081 | S: Maintained | |
679655da | 5082 | F: Documentation/video4linux/*.ivtv |
90d72ac6 | 5083 | F: drivers/media/pci/ivtv/ |
c117ab84 | 5084 | F: include/uapi/linux/ivtv* |
91821ff3 | 5085 | |
68620bdd MP |
5086 | IX2505V MEDIA DRIVER |
5087 | M: Malcolm Priestley <[email protected]> | |
5088 | L: [email protected] | |
5089 | W: http://linuxtv.org/ | |
5090 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5091 | S: Maintained | |
5092 | F: drivers/media/dvb-frontends/ix2505v* | |
5093 | ||
4453d736 GR |
5094 | JC42.4 TEMPERATURE SENSOR DRIVER |
5095 | M: Guenter Roeck <[email protected]> | |
5096 | L: [email protected] | |
5097 | S: Maintained | |
5098 | F: drivers/hwmon/jc42.c | |
5099 | F: Documentation/hwmon/jc42 | |
5100 | ||
e2d1d6c0 | 5101 | JFS FILESYSTEM |
3256f80f | 5102 | M: Dave Kleikamp <[email protected]> |
e2d1d6c0 RD |
5103 | L: [email protected] |
5104 | W: http://jfs.sourceforge.net/ | |
54e5881d | 5105 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
8f8f0134 | 5106 | S: Maintained |
679655da JP |
5107 | F: Documentation/filesystems/jfs.txt |
5108 | F: fs/jfs/ | |
e2d1d6c0 | 5109 | |
95252236 | 5110 | JME NETWORK DRIVER |
8b58be88 | 5111 | M: Guo-Fu Tseng <[email protected]> |
95252236 GFT |
5112 | L: [email protected] |
5113 | S: Maintained | |
63d24a0e | 5114 | F: drivers/net/ethernet/jme.* |
95252236 | 5115 | |
1da177e4 | 5116 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
8b58be88 | 5117 | M: David Woodhouse <[email protected]> |
6d85d066 DW |
5118 | L: [email protected] |
5119 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 | 5120 | S: Maintained |
679655da | 5121 | F: fs/jffs2/ |
c117ab84 | 5122 | F: include/uapi/linux/jffs2.h |
1da177e4 | 5123 | |
de456d37 | 5124 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
8b58be88 | 5125 | M: Andrew Morton <[email protected]> |
19003c18 | 5126 | M: Jan Kara <[email protected]> |
72be2ccf | 5127 | L: [email protected] |
ae0718f8 | 5128 | S: Maintained |
d183e11a | 5129 | F: fs/jbd/ |
d183e11a TT |
5130 | F: include/linux/jbd.h |
5131 | ||
5132 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) | |
5133 | M: "Theodore Ts'o" <[email protected]> | |
5134 | L: [email protected] | |
5135 | S: Maintained | |
5136 | F: fs/jbd2/ | |
5137 | F: include/linux/jbd2.h | |
ae0718f8 | 5138 | |
fd8b6cb4 | 5139 | JSM Neo PCI based serial card |
9d141cb9 | 5140 | M: Thadeu Lima de Souza Cascardo <[email protected]> |
fd8b6cb4 BL |
5141 | L: [email protected] |
5142 | S: Maintained | |
df621252 | 5143 | F: drivers/tty/serial/jsm/ |
ae0718f8 | 5144 | |
af39917d CL |
5145 | K10TEMP HARDWARE MONITORING DRIVER |
5146 | M: Clemens Ladisch <[email protected]> | |
5147 | L: [email protected] | |
5148 | S: Maintained | |
5149 | F: Documentation/hwmon/k10temp | |
5150 | F: drivers/hwmon/k10temp.c | |
5151 | ||
4660cb35 | 5152 | K8TEMP HARDWARE MONITORING DRIVER |
8b58be88 | 5153 | M: Rudolf Marek <[email protected]> |
4660cb35 | 5154 | L: [email protected] |
ae0718f8 | 5155 | S: Maintained |
679655da JP |
5156 | F: Documentation/hwmon/k8temp |
5157 | F: drivers/hwmon/k8temp.c | |
ae0718f8 | 5158 | |
1da177e4 | 5159 | KCONFIG |
5eb1f99e | 5160 | M: "Yann E. MORIN" <[email protected]> |
347d12d7 | 5161 | L: [email protected] |
cea8321c | 5162 | T: git git://gitorious.org/linux-kconfig/linux-kconfig |
5eb1f99e | 5163 | S: Maintained |
679655da JP |
5164 | F: Documentation/kbuild/kconfig-language.txt |
5165 | F: scripts/kconfig/ | |
1da177e4 | 5166 | |
ea6c2089 | 5167 | KDUMP |
8b58be88 JP |
5168 | M: Vivek Goyal <[email protected]> |
5169 | M: Haren Myneni <[email protected]> | |
34633993 | 5170 | L: [email protected] |
ea6c2089 VG |
5171 | W: http://lse.sourceforge.net/kdump/ |
5172 | S: Maintained | |
80811493 | 5173 | F: Documentation/kdump/ |
ea6c2089 | 5174 | |
f41bf02f HV |
5175 | KEENE FM RADIO TRANSMITTER DRIVER |
5176 | M: Hans Verkuil <[email protected]> | |
5177 | L: [email protected] | |
5178 | T: git git://linuxtv.org/media_tree.git | |
5179 | W: http://linuxtv.org | |
5180 | S: Maintained | |
5181 | F: drivers/media/radio/radio-keene* | |
5182 | ||
1da177e4 | 5183 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
8b58be88 | 5184 | M: Ian Kent <[email protected]> |
f694fc97 | 5185 | L: [email protected] |
1da177e4 | 5186 | S: Maintained |
679655da | 5187 | F: fs/autofs4/ |
1da177e4 | 5188 | |
70fb7ba6 | 5189 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
5ce45962 | 5190 | M: Michal Marek <[email protected]> |
08deed1e JP |
5191 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next |
5192 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes | |
347d12d7 | 5193 | L: [email protected] |
5ce45962 | 5194 | S: Maintained |
679655da JP |
5195 | F: Documentation/kbuild/ |
5196 | F: Makefile | |
5197 | F: scripts/Makefile.* | |
70fb7ba6 MM |
5198 | F: scripts/basic/ |
5199 | F: scripts/mk* | |
5200 | F: scripts/package/ | |
1da177e4 LT |
5201 | |
5202 | KERNEL JANITORS | |
c3000e03 | 5203 | L: [email protected] |
10466f5a | 5204 | W: http://kernelnewbies.org/KernelJanitors |
ee709b0c | 5205 | S: Odd Fixes |
1da177e4 | 5206 | |
e8b43555 | 5207 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
8b58be88 | 5208 | M: "J. Bruce Fields" <[email protected]> |
16141c02 | 5209 | L: [email protected] |
1da177e4 | 5210 | W: http://nfs.sourceforge.net/ |
98fac23f | 5211 | S: Supported |
679655da | 5212 | F: fs/nfsd/ |
c117ab84 | 5213 | F: include/uapi/linux/nfsd/ |
679655da JP |
5214 | F: fs/lockd/ |
5215 | F: fs/nfs_common/ | |
5216 | F: net/sunrpc/ | |
5217 | F: include/linux/lockd/ | |
5218 | F: include/linux/sunrpc/ | |
c117ab84 | 5219 | F: include/uapi/linux/sunrpc/ |
1da177e4 | 5220 | |
426d62e2 | 5221 | KERNEL VIRTUAL MACHINE (KVM) |
0a00a775 | 5222 | M: Gleb Natapov <[email protected]> |
c93a64fe | 5223 | M: Paolo Bonzini <[email protected]> |
1fc9d2bf | 5224 | L: [email protected] |
e3e58478 | 5225 | W: http://www.linux-kvm.org |
a94b40a6 | 5226 | T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git |
426d62e2 | 5227 | S: Supported |
c93a64fe PB |
5228 | F: Documentation/*/kvm*.txt |
5229 | F: Documentation/virtual/kvm/ | |
679655da JP |
5230 | F: arch/*/kvm/ |
5231 | F: arch/*/include/asm/kvm* | |
5232 | F: include/linux/kvm* | |
c117ab84 | 5233 | F: include/uapi/linux/kvm* |
679655da | 5234 | F: virt/kvm/ |
426d62e2 | 5235 | |
ad8003d3 | 5236 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
7de609c8 | 5237 | M: Joerg Roedel <[email protected]> |
1fc9d2bf AK |
5238 | L: [email protected] |
5239 | W: http://kvm.qumranet.com | |
7de609c8 | 5240 | S: Maintained |
679655da | 5241 | F: arch/x86/include/asm/svm.h |
679655da | 5242 | F: arch/x86/kvm/svm.c |
426d62e2 | 5243 | |
513014b7 | 5244 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
ddf0289d | 5245 | M: Alexander Graf <[email protected]> |
1fc9d2bf AK |
5246 | L: [email protected] |
5247 | W: http://kvm.qumranet.com | |
6a7f972d | 5248 | T: git git://github.com/agraf/linux-2.6.git |
513014b7 | 5249 | S: Supported |
679655da JP |
5250 | F: arch/powerpc/include/asm/kvm* |
5251 | F: arch/powerpc/kvm/ | |
513014b7 | 5252 | |
1fc9d2bf | 5253 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
8b58be88 | 5254 | M: Xiantao Zhang <[email protected]> |
1fc9d2bf AK |
5255 | L: [email protected] |
5256 | W: http://kvm.qumranet.com | |
920ed9f1 | 5257 | S: Supported |
679655da JP |
5258 | F: Documentation/ia64/kvm.txt |
5259 | F: arch/ia64/include/asm/kvm* | |
5260 | F: arch/ia64/kvm/ | |
920ed9f1 | 5261 | |
85f8fffe | 5262 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
8b58be88 | 5263 | M: Christian Borntraeger <[email protected]> |
4ae57b6c | 5264 | M: Cornelia Huck <[email protected]> |
85f8fffe CB |
5265 | M: [email protected] |
5266 | L: [email protected] | |
5267 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
5268 | S: Supported | |
679655da JP |
5269 | F: Documentation/s390/kvm.txt |
5270 | F: arch/s390/include/asm/kvm* | |
80811493 | 5271 | F: arch/s390/kvm/ |
a968cd3e | 5272 | F: drivers/s390/kvm/ |
85f8fffe | 5273 | |
a749474d | 5274 | KERNEL VIRTUAL MACHINE (KVM) FOR ARM |
0f4ca79e | 5275 | M: Christoffer Dall <[email protected]> |
5c8818b4 MZ |
5276 | M: Marc Zyngier <[email protected]> |
5277 | L: [email protected] (moderated for non-subscribers) | |
a749474d CD |
5278 | L: [email protected] |
5279 | W: http://systems.cs.columbia.edu/projects/kvm-arm | |
0f4ca79e | 5280 | S: Supported |
a749474d CD |
5281 | F: arch/arm/include/uapi/asm/kvm* |
5282 | F: arch/arm/include/asm/kvm* | |
5283 | F: arch/arm/kvm/ | |
5c8818b4 MZ |
5284 | F: virt/kvm/arm/ |
5285 | F: include/kvm/arm_* | |
a749474d | 5286 | |
6394a3ec | 5287 | KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) |
5c8818b4 | 5288 | M: Christoffer Dall <[email protected]> |
6394a3ec MZ |
5289 | M: Marc Zyngier <[email protected]> |
5290 | L: [email protected] (moderated for non-subscribers) | |
5291 | L: [email protected] | |
5292 | S: Maintained | |
5293 | F: arch/arm64/include/uapi/asm/kvm* | |
5294 | F: arch/arm64/include/asm/kvm* | |
5295 | F: arch/arm64/kvm/ | |
5296 | ||
dc009d92 | 5297 | KEXEC |
8b58be88 | 5298 | M: Eric Biederman <[email protected]> |
2f327dad | 5299 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
34633993 | 5300 | L: [email protected] |
dc009d92 | 5301 | S: Maintained |
679655da | 5302 | F: include/linux/kexec.h |
c117ab84 | 5303 | F: include/uapi/linux/kexec.h |
679655da | 5304 | F: kernel/kexec.c |
dc009d92 | 5305 | |
e971461f DH |
5306 | KEYS/KEYRINGS: |
5307 | M: David Howells <[email protected]> | |
5308 | L: [email protected] | |
5309 | S: Maintained | |
d410fa4e | 5310 | F: Documentation/security/keys.txt |
e971461f DH |
5311 | F: include/linux/key.h |
5312 | F: include/linux/key-type.h | |
5313 | F: include/keys/ | |
5314 | F: security/keys/ | |
5315 | ||
7f3c68be | 5316 | KEYS-TRUSTED |
74dd744f MZ |
5317 | M: David Safford <[email protected]> |
5318 | M: Mimi Zohar <[email protected]> | |
7f3c68be MZ |
5319 | L: [email protected] |
5320 | L: [email protected] | |
5321 | S: Supported | |
d410fa4e | 5322 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be MZ |
5323 | F: include/keys/trusted-type.h |
5324 | F: security/keys/trusted.c | |
5325 | F: security/keys/trusted.h | |
5326 | ||
5327 | KEYS-ENCRYPTED | |
74dd744f MZ |
5328 | M: Mimi Zohar <[email protected]> |
5329 | M: David Safford <[email protected]> | |
7f3c68be MZ |
5330 | L: [email protected] |
5331 | L: [email protected] | |
5332 | S: Supported | |
d410fa4e | 5333 | F: Documentation/security/keys-trusted-encrypted.txt |
7f3c68be | 5334 | F: include/keys/encrypted-type.h |
19c90aa6 | 5335 | F: security/keys/encrypted-keys/ |
7f3c68be | 5336 | |
5b778dad | 5337 | KGDB / KDB /debug_core |
8b58be88 | 5338 | M: Jason Wessel <[email protected]> |
4063eb5f | 5339 | W: http://kgdb.wiki.kernel.org/ |
e3e2aaf7 JW |
5340 | L: [email protected] |
5341 | S: Maintained | |
679655da JP |
5342 | F: Documentation/DocBook/kgdb.tmpl |
5343 | F: drivers/misc/kgdbts.c | |
df621252 | 5344 | F: drivers/tty/serial/kgdboc.c |
5b778dad | 5345 | F: include/linux/kdb.h |
679655da | 5346 | F: include/linux/kgdb.h |
4063eb5f | 5347 | F: kernel/debug/ |
e3e2aaf7 | 5348 | |
456db8cc | 5349 | KMEMCHECK |
8b58be88 | 5350 | M: Vegard Nossum <[email protected]> |
2ed1c525 | 5351 | M: Pekka Enberg <[email protected]> |
b9ce08c0 | 5352 | S: Maintained |
410d7a97 JP |
5353 | F: Documentation/kmemcheck.txt |
5354 | F: arch/x86/include/asm/kmemcheck.h | |
5355 | F: arch/x86/mm/kmemcheck/ | |
5356 | F: include/linux/kmemcheck.h | |
5357 | F: mm/kmemcheck.c | |
b9ce08c0 | 5358 | |
c3bb4d24 | 5359 | KMEMLEAK |
8b58be88 | 5360 | M: Catalin Marinas <[email protected]> |
c3bb4d24 CM |
5361 | S: Maintained |
5362 | F: Documentation/kmemleak.txt | |
5363 | F: include/linux/kmemleak.h | |
5364 | F: mm/kmemleak.c | |
5365 | F: mm/kmemleak-test.c | |
5366 | ||
89559a61 | 5367 | KPROBES |
8b58be88 JP |
5368 | M: Ananth N Mavinakayanahalli <[email protected]> |
5369 | M: Anil S Keshavamurthy <[email protected]> | |
5370 | M: "David S. Miller" <[email protected]> | |
97c29e74 | 5371 | M: Masami Hiramatsu <[email protected]> |
89559a61 | 5372 | S: Maintained |
679655da JP |
5373 | F: Documentation/kprobes.txt |
5374 | F: include/linux/kprobes.h | |
5375 | F: kernel/kprobes.c | |
89559a61 | 5376 | |
70e84049 | 5377 | KS0108 LCD CONTROLLER DRIVER |
8b58be88 | 5378 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
5379 | W: http://miguelojeda.es/auxdisplay.htm |
5380 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 5381 | S: Maintained |
679655da JP |
5382 | F: Documentation/auxdisplay/ks0108 |
5383 | F: drivers/auxdisplay/ks0108.c | |
5384 | F: include/linux/ks0108.h | |
70e84049 | 5385 | |
1da177e4 | 5386 | LAPB module |
1da177e4 | 5387 | L: [email protected] |
bf9915cc | 5388 | S: Orphan |
679655da JP |
5389 | F: Documentation/networking/lapb-module.txt |
5390 | F: include/*/lapb.h | |
5391 | F: net/lapb/ | |
1da177e4 LT |
5392 | |
5393 | LASI 53c700 driver for PARISC | |
8b58be88 | 5394 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
5395 | L: [email protected] |
5396 | S: Maintained | |
679655da JP |
5397 | F: Documentation/scsi/53c700.txt |
5398 | F: drivers/scsi/53c700* | |
1da177e4 | 5399 | |
263de9b5 | 5400 | LED SUBSYSTEM |
c772fc26 | 5401 | M: Bryan Wu <[email protected]> |
8b58be88 | 5402 | M: Richard Purdie <[email protected]> |
aa69cb8c BW |
5403 | L: [email protected] |
5404 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | |
263de9b5 | 5405 | S: Maintained |
679655da JP |
5406 | F: drivers/leds/ |
5407 | F: include/linux/leds.h | |
263de9b5 | 5408 | |
b0461a44 | 5409 | LEGACY EEPROM DRIVER |
7c81c60f | 5410 | M: Jean Delvare <[email protected]> |
b0461a44 JD |
5411 | S: Maintained |
5412 | F: Documentation/misc-devices/eeprom | |
5413 | F: drivers/misc/eeprom/eeprom.c | |
5414 | ||
1da177e4 | 5415 | LEGO USB Tower driver |
8b58be88 | 5416 | M: Juergen Stuber <[email protected]> |
1da177e4 LT |
5417 | L: [email protected] |
5418 | W: http://legousb.sourceforge.net/ | |
5419 | S: Maintained | |
679655da | 5420 | F: drivers/usb/misc/legousbtower.c |
1da177e4 | 5421 | |
055616a8 MK |
5422 | LG2160 MEDIA DRIVER |
5423 | M: Michael Krufky <[email protected]> | |
5424 | L: [email protected] | |
5425 | W: http://linuxtv.org/ | |
5426 | W: http://github.com/mkrufky | |
5427 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5428 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5429 | S: Maintained | |
5430 | F: drivers/media/dvb-frontends/lg2160.* | |
5431 | ||
6f0e7725 MK |
5432 | LGDT3305 MEDIA DRIVER |
5433 | M: Michael Krufky <[email protected]> | |
5434 | L: [email protected] | |
5435 | W: http://linuxtv.org/ | |
5436 | W: http://github.com/mkrufky | |
5437 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5438 | T: git git://linuxtv.org/mkrufky/tuners.git | |
5439 | S: Maintained | |
5440 | F: drivers/media/dvb-frontends/lgdt3305.* | |
5441 | ||
568a17ff | 5442 | LGUEST |
8b58be88 | 5443 | M: Rusty Russell <[email protected]> |
a4724ed6 | 5444 | L: [email protected] |
568a17ff | 5445 | W: http://lguest.ozlabs.org/ |
72e91863 | 5446 | S: Odd Fixes |
070f420b | 5447 | F: arch/x86/include/asm/lguest*.h |
679655da JP |
5448 | F: arch/x86/lguest/ |
5449 | F: drivers/lguest/ | |
5450 | F: include/linux/lguest*.h | |
070f420b | 5451 | F: tools/lguest/ |
568a17ff | 5452 | |
1acd437c SL |
5453 | LIBLOCKDEP |
5454 | M: Sasha Levin <[email protected]> | |
5455 | S: Maintained | |
5456 | F: tools/lib/lockdep/ | |
5457 | ||
1da177e4 | 5458 | LINUX FOR IBM pSERIES (RS/6000) |
8b58be88 | 5459 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
5460 | W: http://www.ibm.com/linux/ltc/projects/ppc |
5461 | S: Supported | |
11c34c7d | 5462 | F: arch/powerpc/boot/rs6000.h |
1da177e4 | 5463 | |
852bb9f5 | 5464 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
8b58be88 JP |
5465 | M: Benjamin Herrenschmidt <[email protected]> |
5466 | M: Paul Mackerras <[email protected]> | |
ea668936 | 5467 | M: Michael Ellerman <[email protected]> |
1da177e4 | 5468 | W: http://www.penguinppc.org/ |
a4724ed6 | 5469 | L: [email protected] |
8a6e2535 | 5470 | Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ |
54e5881d | 5471 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
1da177e4 | 5472 | S: Supported |
11c34c7d JP |
5473 | F: Documentation/powerpc/ |
5474 | F: arch/powerpc/ | |
1da177e4 LT |
5475 | |
5476 | LINUX FOR POWER MACINTOSH | |
8b58be88 | 5477 | M: Benjamin Herrenschmidt <[email protected]> |
1da177e4 | 5478 | W: http://www.penguinppc.org/ |
a4724ed6 | 5479 | L: [email protected] |
1da177e4 | 5480 | S: Maintained |
11c34c7d JP |
5481 | F: arch/powerpc/platforms/powermac/ |
5482 | F: drivers/macintosh/ | |
1da177e4 | 5483 | |
77a76369 | 5484 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
a149507b | 5485 | M: Anatolij Gustschin <[email protected]> |
a4724ed6 | 5486 | L: [email protected] |
cba5b1c6 | 5487 | T: git git://git.denx.de/linux-denx-agust.git |
1da177e4 | 5488 | S: Maintained |
11c34c7d JP |
5489 | F: arch/powerpc/platforms/512x/ |
5490 | F: arch/powerpc/platforms/52xx/ | |
1da177e4 LT |
5491 | |
5492 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
1d11cd67 | 5493 | M: Alistair Popple <[email protected]> |
8b58be88 | 5494 | M: Matt Porter <[email protected]> |
1da177e4 | 5495 | W: http://www.penguinppc.org/ |
a4724ed6 | 5496 | L: [email protected] |
1da177e4 | 5497 | S: Maintained |
11c34c7d JP |
5498 | F: arch/powerpc/platforms/40x/ |
5499 | F: arch/powerpc/platforms/44x/ | |
1da177e4 | 5500 | |
260c02a9 | 5501 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
a4724ed6 | 5502 | L: [email protected] |
cdeb8994 | 5503 | S: Orphan |
11c34c7d JP |
5504 | F: arch/powerpc/*/*virtex* |
5505 | F: arch/powerpc/*/*/*virtex* | |
1da177e4 | 5506 | |
e93adf1e | 5507 | LINUX FOR POWERPC EMBEDDED PPC8XX |
8b58be88 | 5508 | M: Vitaly Bordug <[email protected]> |
e93adf1e | 5509 | W: http://www.penguinppc.org/ |
a4724ed6 | 5510 | L: [email protected] |
e93adf1e | 5511 | S: Maintained |
a2b1f7c8 | 5512 | F: arch/powerpc/platforms/8xx/ |
e93adf1e | 5513 | |
1da177e4 | 5514 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
a1e0fb42 | 5515 | M: Scott Wood <[email protected]> |
8b58be88 | 5516 | M: Kumar Gala <[email protected]> |
ce00f85c | 5517 | W: http://www.penguinppc.org/ |
a4724ed6 | 5518 | L: [email protected] |
a1e0fb42 | 5519 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git |
ce00f85c | 5520 | S: Maintained |
11c34c7d | 5521 | F: arch/powerpc/platforms/83xx/ |
4c8f581d | 5522 | F: arch/powerpc/platforms/85xx/ |
1da177e4 | 5523 | |
ab06ff3a | 5524 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
8b58be88 | 5525 | M: Olof Johansson <[email protected]> |
a4724ed6 | 5526 | L: [email protected] |
92e19709 | 5527 | S: Maintained |
11c34c7d JP |
5528 | F: arch/powerpc/platforms/pasemi/ |
5529 | F: drivers/*/*pasemi* | |
5530 | F: drivers/*/*/*pasemi* | |
ab06ff3a | 5531 | |
1da177e4 | 5532 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
8b58be88 | 5533 | M: Chris Wright <[email protected]> |
1a4520be | 5534 | L: [email protected] |
1da177e4 LT |
5535 | S: Supported |
5536 | ||
a23ce6da HW |
5537 | LIS3LV02D ACCELEROMETER DRIVER |
5538 | M: Eric Piel <[email protected]> | |
5539 | S: Maintained | |
ff606677 JD |
5540 | F: Documentation/misc-devices/lis3lv02d |
5541 | F: drivers/misc/lis3lv02d/ | |
bd35665f | 5542 | F: drivers/platform/x86/hp_accel.c |
a23ce6da | 5543 | |
e2d1d6c0 | 5544 | LLC (802.2) |
8b58be88 | 5545 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 | 5546 | S: Maintained |
679655da | 5547 | F: include/linux/llc.h |
c117ab84 | 5548 | F: include/uapi/linux/llc.h |
679655da JP |
5549 | F: include/net/llc* |
5550 | F: net/llc/ | |
e2d1d6c0 | 5551 | |
4e233cbe AD |
5552 | LM73 HARDWARE MONITOR DRIVER |
5553 | M: Guillaume Ligneul <[email protected]> | |
5554 | L: [email protected] | |
5555 | S: Maintained | |
5556 | F: drivers/hwmon/lm73.c | |
5557 | ||
156e2d1a | 5558 | LM78 HARDWARE MONITOR DRIVER |
7c81c60f | 5559 | M: Jean Delvare <[email protected]> |
156e2d1a JD |
5560 | L: [email protected] |
5561 | S: Maintained | |
5562 | F: Documentation/hwmon/lm78 | |
5563 | F: drivers/hwmon/lm78.c | |
5564 | ||
1da177e4 | 5565 | LM83 HARDWARE MONITOR DRIVER |
7c81c60f | 5566 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5567 | L: [email protected] |
1da177e4 | 5568 | S: Maintained |
679655da JP |
5569 | F: Documentation/hwmon/lm83 |
5570 | F: drivers/hwmon/lm83.c | |
1da177e4 LT |
5571 | |
5572 | LM90 HARDWARE MONITOR DRIVER | |
7c81c60f | 5573 | M: Jean Delvare <[email protected]> |
cc0b07ed | 5574 | L: [email protected] |
1da177e4 | 5575 | S: Maintained |
679655da | 5576 | F: Documentation/hwmon/lm90 |
aae7bce4 | 5577 | F: Documentation/devicetree/bindings/hwmon/lm90.txt |
679655da | 5578 | F: drivers/hwmon/lm90.c |
1da177e4 | 5579 | |
917cc4e6 GR |
5580 | LM95234 HARDWARE MONITOR DRIVER |
5581 | M: Guenter Roeck <[email protected]> | |
5582 | L: [email protected] | |
5583 | S: Maintained | |
5584 | F: Documentation/hwmon/lm95234 | |
5585 | F: drivers/hwmon/lm95234.c | |
5586 | ||
68620bdd MP |
5587 | LME2510 MEDIA DRIVER |
5588 | M: Malcolm Priestley <[email protected]> | |
5589 | L: [email protected] | |
5590 | W: http://linuxtv.org/ | |
5591 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5592 | S: Maintained | |
5593 | F: drivers/media/usb/dvb-usb-v2/lmedm04* | |
5594 | ||
512e67f9 | 5595 | LOCKDEP AND LOCKSTAT |
8b58be88 JP |
5596 | M: Peter Zijlstra <[email protected]> |
5597 | M: Ingo Molnar <[email protected]> | |
981c3a4f | 5598 | L: [email protected] |
75fc2d37 | 5599 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking |
512e67f9 | 5600 | S: Maintained |
679655da JP |
5601 | F: Documentation/lockdep*.txt |
5602 | F: Documentation/lockstat.txt | |
5603 | F: include/linux/lockdep.h | |
7486d6da | 5604 | F: kernel/locking/ |
512e67f9 | 5605 | |
dde33348 | 5606 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
8b58be88 | 5607 | M: "Richard Russon (FlatCap)" <[email protected]> |
dde33348 AA |
5608 | L: [email protected] |
5609 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 | 5610 | S: Maintained |
679655da | 5611 | F: Documentation/ldm.txt |
20d16fef | 5612 | F: block/partitions/ldm.* |
1da177e4 | 5613 | |
ef6ada3d JE |
5614 | LogFS |
5615 | M: Joern Engel <[email protected]> | |
756ccb3c | 5616 | M: Prasad Joshi <[email protected]> |
ef6ada3d JE |
5617 | L: [email protected] |
5618 | W: logfs.org | |
5619 | S: Maintained | |
5620 | F: fs/logfs/ | |
5621 | ||
b62d7946 RS |
5622 | LPC32XX MACHINE SUPPORT |
5623 | M: Roland Stigge <[email protected]> | |
5624 | L: [email protected] (moderated for non-subscribers) | |
5625 | S: Maintained | |
5626 | F: arch/arm/mach-lpc32xx/ | |
5627 | ||
c87e34ef | 5628 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
3a980508 RS |
5629 | M: Nagalakshmi Nandigama <[email protected]> |
5630 | M: Praveen Krishnamoorthy <[email protected]> | |
5631 | M: Sreekanth Reddy <[email protected]> | |
5632 | M: Abhijit Mahajan <[email protected]> | |
5633 | L: [email protected] | |
c87e34ef MED |
5634 | L: [email protected] |
5635 | W: http://www.lsilogic.com/support | |
5636 | S: Supported | |
679655da | 5637 | F: drivers/message/fusion/ |
500c152a | 5638 | F: drivers/scsi/mpt2sas/ |
5639 | F: drivers/scsi/mpt3sas/ | |
c87e34ef | 5640 | |
1da177e4 | 5641 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
8b58be88 | 5642 | M: Matthew Wilcox <[email protected]> |
1da177e4 LT |
5643 | L: [email protected] |
5644 | S: Maintained | |
679655da | 5645 | F: drivers/scsi/sym53c8xx_2/ |
1da177e4 | 5646 | |
e5f5c99a GR |
5647 | LTC4261 HARDWARE MONITOR DRIVER |
5648 | M: Guenter Roeck <[email protected]> | |
5649 | L: [email protected] | |
5650 | S: Maintained | |
5651 | F: Documentation/hwmon/ltc4261 | |
5652 | F: drivers/hwmon/ltc4261.c | |
5653 | ||
81365c31 | 5654 | LTP (Linux Test Project) |
28b8e8d4 | 5655 | M: Mike Frysinger <[email protected]> |
7d1ae8a8 | 5656 | M: Cyril Hrubis <[email protected]> |
7d1ae8a8 | 5657 | M: Wanlong Gao <[email protected]> |
f2eb7f6f CH |
5658 | M: Jan Stancek <[email protected]> |
5659 | M: Stanislav Kholmanskikh <[email protected]> | |
5660 | M: Alexey Kodanev <[email protected]> | |
81365c31 | 5661 | L: [email protected] (subscribers-only) |
f2eb7f6f | 5662 | W: http://linux-test-project.github.io/ |
7d1ae8a8 | 5663 | T: git git://github.com/linux-test-project/ltp.git |
81365c31 MF |
5664 | S: Maintained |
5665 | ||
c12a54b3 | 5666 | M32R ARCHITECTURE |
8b58be88 | 5667 | M: Hirokazu Takata <[email protected]> |
0d89e54c | 5668 | L: [email protected] (moderated for non-subscribers) |
c12a54b3 HT |
5669 | L: [email protected] (in Japanese) |
5670 | W: http://www.linux-m32r.org/ | |
5671 | S: Maintained | |
679655da | 5672 | F: arch/m32r/ |
c12a54b3 | 5673 | |
1da177e4 | 5674 | M68K ARCHITECTURE |
8b58be88 | 5675 | M: Geert Uytterhoeven <[email protected]> |
1da177e4 LT |
5676 | L: [email protected] |
5677 | W: http://www.linux-m68k.org/ | |
54e5881d | 5678 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
1da177e4 | 5679 | S: Maintained |
679655da | 5680 | F: arch/m68k/ |
9db35182 | 5681 | F: drivers/zorro/ |
1da177e4 LT |
5682 | |
5683 | M68K ON APPLE MACINTOSH | |
8b58be88 | 5684 | M: Joshua Thompson <[email protected]> |
1da177e4 | 5685 | W: http://www.mac.linux-m68k.org/ |
9bb9f222 | 5686 | L: [email protected] |
1da177e4 | 5687 | S: Maintained |
9db35182 | 5688 | F: arch/m68k/mac/ |
1da177e4 LT |
5689 | |
5690 | M68K ON HP9000/300 | |
8b58be88 | 5691 | M: Philip Blundell <[email protected]> |
1da177e4 LT |
5692 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
5693 | S: Maintained | |
679655da | 5694 | F: arch/m68k/hp300/ |
1da177e4 | 5695 | |
74425546 AP |
5696 | M88DS3103 MEDIA DRIVER |
5697 | M: Antti Palosaari <[email protected]> | |
5698 | L: [email protected] | |
5699 | W: http://linuxtv.org/ | |
5700 | W: http://palosaari.fi/linux/ | |
5701 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5702 | T: git git://linuxtv.org/anttip/media_tree.git | |
5703 | S: Maintained | |
5704 | F: drivers/media/dvb-frontends/m88ds3103* | |
5705 | ||
68620bdd MP |
5706 | M88RS2000 MEDIA DRIVER |
5707 | M: Malcolm Priestley <[email protected]> | |
5708 | L: [email protected] | |
5709 | W: http://linuxtv.org/ | |
5710 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5711 | S: Maintained | |
5712 | F: drivers/media/dvb-frontends/m88rs2000* | |
5713 | ||
0d62f800 AP |
5714 | M88TS2022 MEDIA DRIVER |
5715 | M: Antti Palosaari <[email protected]> | |
5716 | L: [email protected] | |
5717 | W: http://linuxtv.org/ | |
5718 | W: http://palosaari.fi/linux/ | |
5719 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
5720 | T: git git://linuxtv.org/anttip/media_tree.git | |
5721 | S: Maintained | |
5722 | F: drivers/media/tuners/m88ts2022* | |
5723 | ||
07a092fa | 5724 | MA901 MASTERKIT USB FM RADIO DRIVER |
b75f0050 JP |
5725 | M: Alexey Klimov <[email protected]> |
5726 | L: [email protected] | |
5727 | T: git git://linuxtv.org/media_tree.git | |
5728 | S: Maintained | |
5729 | F: drivers/media/radio/radio-ma901.c | |
07a092fa | 5730 | |
64a327a7 | 5731 | MAC80211 |
8b58be88 | 5732 | M: Johannes Berg <[email protected]> |
64a327a7 | 5733 | L: [email protected] |
491b26b4 | 5734 | W: http://wireless.kernel.org/ |
ce466579 JB |
5735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
5736 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
64a327a7 | 5737 | S: Maintained |
679655da JP |
5738 | F: Documentation/networking/mac80211-injection.txt |
5739 | F: include/net/mac80211.h | |
5740 | F: net/mac80211/ | |
64a327a7 | 5741 | |
b863ceb7 | 5742 | MACVLAN DRIVER |
8b58be88 | 5743 | M: Patrick McHardy <[email protected]> |
b863ceb7 PM |
5744 | L: [email protected] |
5745 | S: Maintained | |
679655da JP |
5746 | F: drivers/net/macvlan.c |
5747 | F: include/linux/if_macvlan.h | |
b863ceb7 | 5748 | |
faf1668c | 5749 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
8b58be88 | 5750 | M: Michael Kerrisk <[email protected]> |
795fb7e7 | 5751 | W: http://www.kernel.org/doc/man-pages |
bd7ebec6 | 5752 | L: [email protected] |
1b53dc74 | 5753 | S: Maintained |
faf1668c | 5754 | |
8427defd RK |
5755 | MARVELL ARMADA DRM SUPPORT |
5756 | M: Russell King <[email protected]> | |
5757 | S: Maintained | |
5758 | F: drivers/gpu/drm/armada/ | |
5759 | ||
44c14c1d | 5760 | MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) |
5761 | M: Mirko Lindner <[email protected]> | |
adbbf69d | 5762 | M: Stephen Hemminger <[email protected]> |
44c14c1d | 5763 | L: [email protected] |
5764 | S: Maintained | |
5765 | F: drivers/net/ethernet/marvell/sk* | |
5766 | ||
74cda169 | 5767 | MARVELL LIBERTAS WIRELESS DRIVER |
74cda169 | 5768 | L: [email protected] |
8ac3e99e | 5769 | S: Orphan |
679655da | 5770 | F: drivers/net/wireless/libertas/ |
74cda169 | 5771 | |
b60d6975 | 5772 | MARVELL MV643XX ETHERNET DRIVER |
4e3faf88 | 5773 | M: Sebastian Hesselbarth <[email protected]> |
979b6c13 | 5774 | L: [email protected] |
f5ca8502 | 5775 | S: Maintained |
527a6266 | 5776 | F: drivers/net/ethernet/marvell/mv643xx_eth.* |
679655da | 5777 | F: include/linux/mv643xx.h |
1da177e4 | 5778 | |
370b8ed9 TP |
5779 | MARVELL MVNETA ETHERNET DRIVER |
5780 | M: Thomas Petazzoni <[email protected]> | |
5781 | L: [email protected] | |
5782 | S: Maintained | |
5783 | F: drivers/net/ethernet/marvell/mvneta.* | |
5784 | ||
fcad584d | 5785 | MARVELL MWIFIEX WIRELESS DRIVER |
b9d31704 BZ |
5786 | M: Amitkumar Karwar <[email protected]> |
5787 | M: Avinash Patil <[email protected]> | |
fcad584d BZ |
5788 | L: [email protected] |
5789 | S: Maintained | |
5790 | F: drivers/net/wireless/mwifiex/ | |
5791 | ||
a2c3f656 | 5792 | MARVELL MWL8K WIRELESS DRIVER |
a040d532 | 5793 | M: Lennert Buytenhek <[email protected]> |
a2c3f656 | 5794 | L: [email protected] |
16345910 | 5795 | S: Odd Fixes |
a2c3f656 LB |
5796 | F: drivers/net/wireless/mwl8k.c |
5797 | ||
2a69567b | 5798 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
2f82af08 | 5799 | M: Nicolas Pitre <[email protected]> |
18e2842b | 5800 | S: Odd Fixes |
1fa7e547 | 5801 | F: drivers/mmc/host/mvsdio.* |
2a69567b | 5802 | |
1da177e4 | 5803 | MATROX FRAMEBUFFER DRIVER |
c69f677c | 5804 | L: [email protected] |
52653199 | 5805 | S: Orphan |
8a61f013 | 5806 | F: drivers/video/fbdev/matrox/matroxfb_* |
c117ab84 | 5807 | F: include/uapi/linux/matroxfb.h |
1da177e4 | 5808 | |
ca462085 GR |
5809 | MAX16065 HARDWARE MONITOR DRIVER |
5810 | M: Guenter Roeck <[email protected]> | |
5811 | L: [email protected] | |
5812 | S: Maintained | |
5813 | F: Documentation/hwmon/max16065 | |
5814 | F: drivers/hwmon/max16065.c | |
5815 | ||
d20620de | 5816 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
6a534c9d | 5817 | M: "Hans J. Koch" <[email protected]> |
d20620de HJK |
5818 | L: [email protected] |
5819 | S: Maintained | |
679655da JP |
5820 | F: Documentation/hwmon/max6650 |
5821 | F: drivers/hwmon/max6650.c | |
d20620de | 5822 | |
e89ab51f GR |
5823 | MAX6697 HARDWARE MONITOR DRIVER |
5824 | M: Guenter Roeck <[email protected]> | |
5825 | L: [email protected] | |
5826 | S: Maintained | |
5827 | F: Documentation/hwmon/max6697 | |
5828 | F: Documentation/devicetree/bindings/i2c/max6697.txt | |
5829 | F: drivers/hwmon/max6697.c | |
5830 | F: include/linux/platform_data/max6697.h | |
5831 | ||
9be3c9a5 HV |
5832 | MAXIRADIO FM RADIO RECEIVER DRIVER |
5833 | M: Hans Verkuil <[email protected]> | |
5834 | L: [email protected] | |
5835 | T: git git://linuxtv.org/media_tree.git | |
5836 | W: http://linuxtv.org | |
5837 | S: Maintained | |
5838 | F: drivers/media/radio/radio-maxiradio* | |
5839 | ||
127c49ae | 5840 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
1b2c14b4 | 5841 | M: Mauro Carvalho Chehab <[email protected]> |
127c49ae JP |
5842 | P: LinuxTV.org Project |
5843 | L: [email protected] | |
5844 | W: http://linuxtv.org | |
8a6e2535 | 5845 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
275ffde4 | 5846 | T: git git://linuxtv.org/media_tree.git |
127c49ae JP |
5847 | S: Maintained |
5848 | F: Documentation/dvb/ | |
5849 | F: Documentation/video4linux/ | |
ffe06198 | 5850 | F: Documentation/DocBook/media/ |
127c49ae | 5851 | F: drivers/media/ |
ffe06198 | 5852 | F: drivers/staging/media/ |
127c49ae | 5853 | F: include/media/ |
6c0f0359 MCC |
5854 | F: include/uapi/linux/dvb/ |
5855 | F: include/uapi/linux/videodev2.h | |
5856 | F: include/uapi/linux/media.h | |
5857 | F: include/uapi/linux/v4l2-* | |
5858 | F: include/uapi/linux/meye.h | |
5859 | F: include/uapi/linux/ivtv* | |
5860 | F: include/uapi/linux/uvcvideo.h | |
d20620de | 5861 | |
6149a936 HV |
5862 | MEDIAVISION PRO MOVIE STUDIO DRIVER |
5863 | M: Hans Verkuil <[email protected]> | |
5864 | L: [email protected] | |
5865 | T: git git://linuxtv.org/media_tree.git | |
5866 | W: http://linuxtv.org | |
5867 | S: Odd Fixes | |
5868 | F: drivers/media/parport/pms* | |
5869 | ||
757e0108 | 5870 | MEGARAID SCSI DRIVERS |
8b58be88 | 5871 | M: Neela Syam Kolli <[email protected]> |
baaea1dc | 5872 | L: [email protected] |
ce00f85c JC |
5873 | W: http://megaraid.lsilogic.com |
5874 | S: Maintained | |
679655da JP |
5875 | F: Documentation/scsi/megaraid.txt |
5876 | F: drivers/scsi/megaraid.* | |
5877 | F: drivers/scsi/megaraid/ | |
757e0108 | 5878 | |
2c46c9d5 AV |
5879 | MELLANOX ETHERNET DRIVER (mlx4_en) |
5880 | M: Amir Vadai <[email protected]> | |
b75f0050 | 5881 | L: [email protected] |
2c46c9d5 AV |
5882 | S: Supported |
5883 | W: http://www.mellanox.com | |
5884 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
5885 | F: drivers/net/ethernet/mellanox/mlx4/en_* | |
5886 | ||
70ea91f1 SR |
5887 | MEMORY MANAGEMENT |
5888 | L: [email protected] | |
70ea91f1 SR |
5889 | W: http://www.linux-mm.org |
5890 | S: Maintained | |
679655da | 5891 | F: include/linux/mm.h |
551450bb CS |
5892 | F: include/linux/gfp.h |
5893 | F: include/linux/mmzone.h | |
5894 | F: include/linux/memory_hotplug.h | |
5895 | F: include/linux/vmalloc.h | |
679655da | 5896 | F: mm/ |
70ea91f1 | 5897 | |
f4e9ce66 | 5898 | MEMORY TECHNOLOGY DEVICES (MTD) |
8b58be88 | 5899 | M: David Woodhouse <[email protected]> |
242c325e | 5900 | M: Brian Norris <[email protected]> |
1da177e4 | 5901 | L: [email protected] |
8a6e2535 JP |
5902 | W: http://www.linux-mtd.infradead.org/ |
5903 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ | |
242c325e | 5904 | T: git git://git.infradead.org/linux-mtd.git |
1da177e4 | 5905 | S: Maintained |
679655da JP |
5906 | F: drivers/mtd/ |
5907 | F: include/linux/mtd/ | |
c117ab84 | 5908 | F: include/uapi/mtd/ |
1da177e4 | 5909 | |
26c57ef1 | 5910 | MEN A21 WATCHDOG DRIVER |
b75f0050 | 5911 | M: Johannes Thumshirn <[email protected]> |
26c57ef1 JT |
5912 | L: [email protected] |
5913 | S: Supported | |
5914 | F: drivers/watchdog/mena21_wdt.c | |
5915 | ||
3764e82e JT |
5916 | MEN CHAMELEON BUS (mcb) |
5917 | M: Johannes Thumshirn <[email protected]> | |
5918 | S: Supported | |
5919 | F: drivers/mcb/ | |
5920 | F: include/linux/mcb.h | |
5921 | ||
12285945 JH |
5922 | METAG ARCHITECTURE |
5923 | M: James Hogan <[email protected]> | |
d668d9ed | 5924 | L: [email protected] |
12285945 JH |
5925 | S: Supported |
5926 | F: arch/metag/ | |
5927 | F: Documentation/metag/ | |
5928 | F: Documentation/devicetree/bindings/metag/ | |
a2c5d4ed | 5929 | F: drivers/clocksource/metag_generic.c |
5698c50d JH |
5930 | F: drivers/irqchip/irq-metag.c |
5931 | F: drivers/irqchip/irq-metag-ext.c | |
ae85ac71 | 5932 | F: drivers/tty/metag_da.c |
12285945 | 5933 | |
c6375b0a | 5934 | MICROBLAZE ARCHITECTURE |
8b58be88 | 5935 | M: Michal Simek <[email protected]> |
c6375b0a MS |
5936 | W: http://www.monstr.eu/fdt/ |
5937 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | |
5938 | S: Supported | |
0a8c7914 | 5939 | F: arch/microblaze/ |
1da177e4 LT |
5940 | |
5941 | MICROTEK X6 SCANNER | |
61eee9a7 | 5942 | M: Oliver Neukum <[email protected]> |
1da177e4 | 5943 | S: Maintained |
679655da | 5944 | F: drivers/usb/image/microtek.* |
1da177e4 LT |
5945 | |
5946 | MIPS | |
8b58be88 | 5947 | M: Ralf Baechle <[email protected]> |
1da177e4 | 5948 | L: [email protected] |
6097050d | 5949 | W: http://www.linux-mips.org/ |
b05e988e | 5950 | T: git git://git.linux-mips.org/pub/scm/ralf/linux.git |
6097050d | 5951 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
7425b340 | 5952 | S: Supported |
679655da JP |
5953 | F: Documentation/mips/ |
5954 | F: arch/mips/ | |
1da177e4 | 5955 | |
08b7620a HV |
5956 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER |
5957 | M: Hans Verkuil <[email protected]> | |
5958 | L: [email protected] | |
5959 | T: git git://linuxtv.org/media_tree.git | |
5960 | W: http://linuxtv.org | |
5961 | S: Odd Fixes | |
5962 | F: drivers/media/radio/radio-miropcm20* | |
5963 | ||
e126ba97 EC |
5964 | Mellanox MLX5 core VPI driver |
5965 | M: Eli Cohen <[email protected]> | |
5966 | L: [email protected] | |
5967 | L: [email protected] | |
5968 | W: http://www.mellanox.com | |
5969 | Q: http://patchwork.ozlabs.org/project/netdev/list/ | |
5970 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 5971 | T: git git://openfabrics.org/~eli/connect-ib.git |
e126ba97 EC |
5972 | S: Supported |
5973 | F: drivers/net/ethernet/mellanox/mlx5/core/ | |
5974 | F: include/linux/mlx5/ | |
5975 | ||
5976 | Mellanox MLX5 IB driver | |
b75f0050 JP |
5977 | M: Eli Cohen <[email protected]> |
5978 | L: [email protected] | |
5979 | W: http://www.mellanox.com | |
5980 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
cea8321c | 5981 | T: git git://openfabrics.org/~eli/connect-ib.git |
b75f0050 JP |
5982 | S: Supported |
5983 | F: include/linux/mlx5/ | |
5984 | F: drivers/infiniband/hw/mlx5/ | |
e126ba97 | 5985 | |
1da177e4 | 5986 | MODULE SUPPORT |
8b58be88 | 5987 | M: Rusty Russell <[email protected]> |
1da177e4 | 5988 | S: Maintained |
679655da JP |
5989 | F: include/linux/module.h |
5990 | F: kernel/module.c | |
1da177e4 LT |
5991 | |
5992 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
1da177e4 | 5993 | W: http://popies.net/meye/ |
b7788e13 | 5994 | S: Orphan |
679655da | 5995 | F: Documentation/video4linux/meye.txt |
90d72ac6 | 5996 | F: drivers/media/pci/meye/ |
6c0f0359 | 5997 | F: include/uapi/linux/meye.h |
1da177e4 | 5998 | |
b9705b60 | 5999 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
8b58be88 | 6000 | M: Jiri Slaby <[email protected]> |
d735410a | 6001 | S: Maintained |
679655da | 6002 | F: Documentation/serial/moxa-smartio |
c897401b | 6003 | F: drivers/tty/mxser.* |
d735410a | 6004 | |
889b2f87 AK |
6005 | MR800 AVERMEDIA USB FM RADIO DRIVER |
6006 | M: Alexey Klimov <[email protected]> | |
6007 | L: [email protected] | |
6008 | T: git git://linuxtv.org/media_tree.git | |
6009 | S: Maintained | |
6010 | F: drivers/media/radio/radio-mr800.c | |
6011 | ||
d7155691 AO |
6012 | MRF24J40 IEEE 802.15.4 RADIO DRIVER |
6013 | M: Alan Ott <[email protected]> | |
6014 | L: [email protected] | |
6015 | S: Maintained | |
6016 | F: drivers/net/ieee802154/mrf24j40.c | |
6017 | ||
8c4c731a | 6018 | MSI LAPTOP SUPPORT |
182ae55c | 6019 | M: "Lee, Chun-Yi" <[email protected]> |
d0944853 | 6020 | L: [email protected] |
8c4c731a | 6021 | S: Maintained |
679655da | 6022 | F: drivers/platform/x86/msi-laptop.c |
8c4c731a | 6023 | |
0f1006b1 AA |
6024 | MSI WMI SUPPORT |
6025 | M: Anisse Astier <[email protected]> | |
d0944853 | 6026 | L: [email protected] |
0f1006b1 AA |
6027 | S: Supported |
6028 | F: drivers/platform/x86/msi-wmi.c | |
6029 | ||
19a628a0 AP |
6030 | MSI001 MEDIA DRIVER |
6031 | M: Antti Palosaari <[email protected]> | |
6032 | L: [email protected] | |
6033 | W: http://linuxtv.org/ | |
6034 | W: http://palosaari.fi/linux/ | |
6035 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6036 | T: git git://linuxtv.org/anttip/media_tree.git | |
6037 | S: Maintained | |
0185e197 | 6038 | F: drivers/media/tuners/msi001* |
19a628a0 | 6039 | |
7570589d | 6040 | MSI2500 MEDIA DRIVER |
2c57213f AP |
6041 | M: Antti Palosaari <[email protected]> |
6042 | L: [email protected] | |
6043 | W: http://linuxtv.org/ | |
6044 | W: http://palosaari.fi/linux/ | |
6045 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6046 | T: git git://linuxtv.org/anttip/media_tree.git | |
6047 | S: Maintained | |
7570589d | 6048 | F: drivers/media/usb/msi2500/ |
2c57213f | 6049 | |
62a37dc7 | 6050 | MT9M032 APTINA SENSOR DRIVER |
0e837fb9 LP |
6051 | M: Laurent Pinchart <[email protected]> |
6052 | L: [email protected] | |
6053 | T: git git://linuxtv.org/media_tree.git | |
6054 | S: Maintained | |
6055 | F: drivers/media/i2c/mt9m032.c | |
6056 | F: include/media/mt9m032.h | |
6057 | ||
62a37dc7 | 6058 | MT9P031 APTINA CAMERA SENSOR |
0e837fb9 LP |
6059 | M: Laurent Pinchart <[email protected]> |
6060 | L: [email protected] | |
6061 | T: git git://linuxtv.org/media_tree.git | |
6062 | S: Maintained | |
6063 | F: drivers/media/i2c/mt9p031.c | |
6064 | F: include/media/mt9p031.h | |
6065 | ||
62a37dc7 | 6066 | MT9T001 APTINA CAMERA SENSOR |
0e837fb9 LP |
6067 | M: Laurent Pinchart <[email protected]> |
6068 | L: [email protected] | |
6069 | T: git git://linuxtv.org/media_tree.git | |
6070 | S: Maintained | |
6071 | F: drivers/media/i2c/mt9t001.c | |
6072 | F: include/media/mt9t001.h | |
6073 | ||
62a37dc7 | 6074 | MT9V032 APTINA CAMERA SENSOR |
0e837fb9 LP |
6075 | M: Laurent Pinchart <[email protected]> |
6076 | L: [email protected] | |
6077 | T: git git://linuxtv.org/media_tree.git | |
6078 | S: Maintained | |
6079 | F: drivers/media/i2c/mt9v032.c | |
6080 | F: include/media/mt9v032.h | |
6081 | ||
4e0d13cb | 6082 | MULTIFUNCTION DEVICES (MFD) |
8b58be88 | 6083 | M: Samuel Ortiz <[email protected]> |
f7d3210e | 6084 | M: Lee Jones <[email protected]> |
7caa7991 | 6085 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
4e0d13cb | 6086 | S: Supported |
679655da | 6087 | F: drivers/mfd/ |
55b5940d | 6088 | F: include/linux/mfd/ |
4e0d13cb | 6089 | |
5c4e6f13 | 6090 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
6e443244 | 6091 | M: Chris Ball <[email protected]> |
e18eaf8f | 6092 | M: Ulf Hansson <[email protected]> |
b2503a94 | 6093 | L: [email protected] |
245feaa6 | 6094 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
708dce3f | 6095 | T: git git://git.linaro.org/people/ulf.hansson/mmc.git |
245feaa6 | 6096 | S: Maintained |
679655da JP |
6097 | F: drivers/mmc/ |
6098 | F: include/linux/mmc/ | |
c117ab84 | 6099 | F: include/uapi/linux/mmc/ |
baca2da4 | 6100 | |
15a0580c | 6101 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
22b174f8 | 6102 | S: Orphan |
679655da JP |
6103 | F: drivers/mmc/host/mmc_spi.c |
6104 | F: include/linux/spi/mmc_spi.h | |
15a0580c | 6105 | |
1da177e4 | 6106 | MULTISOUND SOUND DRIVER |
8b58be88 | 6107 | M: Andrew Veliath <[email protected]> |
1da177e4 | 6108 | S: Maintained |
679655da JP |
6109 | F: Documentation/sound/oss/MultiSound |
6110 | F: sound/oss/msnd* | |
1da177e4 | 6111 | |
d735410a | 6112 | MULTITECH MULTIPORT CARD (ISICOM) |
d86b3001 | 6113 | S: Orphan |
c897401b | 6114 | F: drivers/tty/isicom.c |
679655da | 6115 | F: include/linux/isicom.h |
d735410a | 6116 | |
550a7375 | 6117 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
f299470a | 6118 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 6119 | L: [email protected] |
43b416e5 | 6120 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
795fb7e7 | 6121 | S: Maintained |
679655da | 6122 | F: drivers/usb/musb/ |
550a7375 | 6123 | |
ea0af5f6 MK |
6124 | MXL5007T MEDIA DRIVER |
6125 | M: Michael Krufky <[email protected]> | |
6126 | L: [email protected] | |
6127 | W: http://linuxtv.org/ | |
6128 | W: http://github.com/mkrufky | |
6129 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
6130 | T: git git://linuxtv.org/mkrufky/tuners.git | |
6131 | S: Maintained | |
6132 | F: drivers/media/tuners/mxl5007t.* | |
6133 | ||
2d3cf588 | 6134 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
205057ae | 6135 | M: Hyong-Youb Kim <[email protected]> |
2d3cf588 | 6136 | L: [email protected] |
205057ae | 6137 | W: https://www.myricom.com/support/downloads/myri10ge.html |
2d3cf588 | 6138 | S: Supported |
93f7848b | 6139 | F: drivers/net/ethernet/myricom/myri10ge/ |
2d3cf588 | 6140 | |
1da177e4 | 6141 | NATSEMI ETHERNET DRIVER (DP8381x) |
09d208ec | 6142 | S: Orphan |
d9fb9f38 | 6143 | F: drivers/net/ethernet/natsemi/natsemi.c |
1da177e4 | 6144 | |
23dc05a3 DM |
6145 | NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER |
6146 | M: Daniel Mack <[email protected]> | |
6147 | S: Maintained | |
6148 | L: [email protected] | |
6149 | W: http://www.native-instruments.com | |
6150 | F: sound/usb/caiaq/ | |
6151 | ||
1da177e4 | 6152 | NCP FILESYSTEM |
52653199 PV |
6153 | M: Petr Vandrovec <[email protected]> |
6154 | S: Odd Fixes | |
679655da | 6155 | F: fs/ncpfs/ |
1da177e4 | 6156 | |
a79b0322 FT |
6157 | NCR 5380 SCSI DRIVERS |
6158 | M: Finn Thain <[email protected]> | |
6159 | M: Michael Schmitz <[email protected]> | |
6160 | L: [email protected] | |
6161 | S: Maintained | |
6162 | F: Documentation/scsi/g_NCR5380.txt | |
6163 | F: drivers/scsi/NCR5380.* | |
6164 | F: drivers/scsi/arm/cumana_1.c | |
6165 | F: drivers/scsi/arm/oak.c | |
6166 | F: drivers/scsi/atari_NCR5380.c | |
6167 | F: drivers/scsi/atari_scsi.* | |
6168 | F: drivers/scsi/dmx3191d.c | |
6169 | F: drivers/scsi/dtc.* | |
6170 | F: drivers/scsi/g_NCR5380.* | |
6171 | F: drivers/scsi/g_NCR5380_mmio.c | |
6172 | F: drivers/scsi/mac_scsi.* | |
6173 | F: drivers/scsi/pas16.* | |
6174 | F: drivers/scsi/sun3_NCR5380.c | |
6175 | F: drivers/scsi/sun3_scsi.* | |
6176 | F: drivers/scsi/sun3_scsi_vme.c | |
6177 | F: drivers/scsi/t128.* | |
6178 | ||
1da177e4 | 6179 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
8b58be88 | 6180 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
6181 | L: [email protected] |
6182 | S: Maintained | |
679655da | 6183 | F: drivers/scsi/NCR_D700.* |
1da177e4 | 6184 | |
4aa3eb4c GR |
6185 | NCT6775 HARDWARE MONITOR DRIVER |
6186 | M: Guenter Roeck <[email protected]> | |
6187 | L: [email protected] | |
6188 | S: Maintained | |
6189 | F: Documentation/hwmon/nct6775 | |
6190 | F: drivers/hwmon/nct6775.c | |
6191 | ||
3c2d774c | 6192 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
8b58be88 | 6193 | M: Faisal Latif <[email protected]> |
e6cc0fd1 | 6194 | L: [email protected] |
e3d33cb1 | 6195 | W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm |
3c2d774c GS |
6196 | S: Supported |
6197 | F: drivers/infiniband/hw/nes/ | |
6198 | ||
be2f2e84 | 6199 | NETEM NETWORK EMULATOR |
adbbf69d | 6200 | M: Stephen Hemminger <[email protected]> |
f318a63b | 6201 | L: [email protected] |
be2f2e84 | 6202 | S: Maintained |
679655da | 6203 | F: net/sched/sch_netem.c |
be2f2e84 | 6204 | |
b2f5a051 | 6205 | NETERION 10GbE DRIVERS (s2io/vxge) |
e3806882 | 6206 | M: Jon Mason <[email protected]> |
4a58448b | 6207 | L: [email protected] |
4a58448b | 6208 | S: Supported |
679655da | 6209 | F: Documentation/networking/s2io.txt |
b2f5a051 | 6210 | F: Documentation/networking/vxge.txt |
86387e1a | 6211 | F: drivers/net/ethernet/neterion/ |
4a58448b | 6212 | |
db9cf3a3 | 6213 | NETFILTER ({IP,IP6,ARP,EB,NF}TABLES) |
0e05e192 | 6214 | M: Pablo Neira Ayuso <[email protected]> |
8b58be88 | 6215 | M: Patrick McHardy <[email protected]> |
42010ed0 | 6216 | M: Jozsef Kadlecsik <[email protected]> |
1a03b81d | 6217 | L: [email protected] |
82b98543 | 6218 | L: [email protected] |
1da177e4 LT |
6219 | W: http://www.netfilter.org/ |
6220 | W: http://www.iptables.org/ | |
42010ed0 PNA |
6221 | Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/ |
6222 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git | |
6223 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git | |
1da177e4 | 6224 | S: Supported |
679655da JP |
6225 | F: include/linux/netfilter* |
6226 | F: include/linux/netfilter/ | |
6227 | F: include/net/netfilter/ | |
c117ab84 CEB |
6228 | F: include/uapi/linux/netfilter* |
6229 | F: include/uapi/linux/netfilter/ | |
679655da JP |
6230 | F: net/*/netfilter.c |
6231 | F: net/*/netfilter/ | |
6232 | F: net/netfilter/ | |
1da177e4 | 6233 | |
4cc67735 | 6234 | NETLABEL |
87a0874c | 6235 | M: Paul Moore <[email protected]> |
4cc67735 PM |
6236 | W: http://netlabel.sf.net |
6237 | L: [email protected] | |
87a0874c | 6238 | S: Maintained |
80811493 | 6239 | F: Documentation/netlabel/ |
679655da JP |
6240 | F: include/net/netlabel.h |
6241 | F: net/netlabel/ | |
4cc67735 | 6242 | |
1da177e4 | 6243 | NETROM NETWORK LAYER |
8b58be88 | 6244 | M: Ralf Baechle <[email protected]> |
1da177e4 | 6245 | L: [email protected] |
d34cb28a | 6246 | W: http://www.linux-ax25.org/ |
1da177e4 | 6247 | S: Maintained |
679655da | 6248 | F: include/net/netrom.h |
c117ab84 | 6249 | F: include/uapi/linux/netrom.h |
679655da | 6250 | F: net/netrom/ |
1da177e4 | 6251 | |
5ddb88c0 | 6252 | NETWORK BLOCK DEVICE (NBD) |
8b58be88 | 6253 | M: Paul Clements <[email protected]> |
1da177e4 | 6254 | S: Maintained |
5e4b269b | 6255 | L: [email protected] |
679655da JP |
6256 | F: Documentation/blockdev/nbd.txt |
6257 | F: drivers/block/nbd.c | |
6258 | F: include/linux/nbd.h | |
c117ab84 | 6259 | F: include/uapi/linux/nbd.h |
1da177e4 | 6260 | |
6e43650c NH |
6261 | NETWORK DROP MONITOR |
6262 | M: Neil Horman <[email protected]> | |
6263 | L: [email protected] | |
6264 | S: Maintained | |
6265 | W: https://fedorahosted.org/dropwatch/ | |
6266 | F: net/core/drop_monitor.c | |
6267 | ||
1da177e4 | 6268 | NETWORKING [GENERAL] |
8b58be88 | 6269 | M: "David S. Miller" <[email protected]> |
979b6c13 | 6270 | L: [email protected] |
b1e8fd54 | 6271 | W: http://www.linuxfoundation.org/en/Net |
11e98029 | 6272 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
814fd609 NP |
6273 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6274 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
1da177e4 | 6275 | S: Maintained |
679655da JP |
6276 | F: net/ |
6277 | F: include/net/ | |
018d21ed JP |
6278 | F: include/linux/in.h |
6279 | F: include/linux/net.h | |
6280 | F: include/linux/netdevice.h | |
c117ab84 CEB |
6281 | F: include/uapi/linux/in.h |
6282 | F: include/uapi/linux/net.h | |
6283 | F: include/uapi/linux/netdevice.h | |
7e814a6c | 6284 | F: tools/net/ |
f4e53f9a | 6285 | F: tools/testing/selftests/net/ |
335a67d2 | 6286 | F: lib/random32.c |
a101ccd1 | 6287 | F: lib/test_bpf.c |
1da177e4 LT |
6288 | |
6289 | NETWORKING [IPv4/IPv6] | |
8b58be88 JP |
6290 | M: "David S. Miller" <[email protected]> |
6291 | M: Alexey Kuznetsov <[email protected]> | |
8b58be88 JP |
6292 | M: James Morris <[email protected]> |
6293 | M: Hideaki YOSHIFUJI <[email protected]> | |
6294 | M: Patrick McHardy <[email protected]> | |
979b6c13 | 6295 | L: [email protected] |
08deed1e | 6296 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
1da177e4 | 6297 | S: Maintained |
679655da JP |
6298 | F: net/ipv4/ |
6299 | F: net/ipv6/ | |
6300 | F: include/net/ip* | |
0a14842f | 6301 | F: arch/x86/net/* |
1da177e4 | 6302 | |
73b7656c DM |
6303 | NETWORKING [IPSEC] |
6304 | M: Steffen Klassert <[email protected]> | |
6305 | M: Herbert Xu <[email protected]> | |
6306 | M: "David S. Miller" <[email protected]> | |
6307 | L: [email protected] | |
d1fc5024 SK |
6308 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git |
6309 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git | |
73b7656c | 6310 | S: Maintained |
5826bdd1 | 6311 | F: net/core/flow.c |
73b7656c DM |
6312 | F: net/xfrm/ |
6313 | F: net/key/ | |
6314 | F: net/ipv4/xfrm* | |
d1fc5024 SK |
6315 | F: net/ipv4/esp4.c |
6316 | F: net/ipv4/ah4.c | |
6317 | F: net/ipv4/ipcomp.c | |
6318 | F: net/ipv4/ip_vti.c | |
73b7656c | 6319 | F: net/ipv6/xfrm* |
d1fc5024 SK |
6320 | F: net/ipv6/esp6.c |
6321 | F: net/ipv6/ah6.c | |
6322 | F: net/ipv6/ipcomp6.c | |
6323 | F: net/ipv6/ip6_vti.c | |
73b7656c DM |
6324 | F: include/uapi/linux/xfrm.h |
6325 | F: include/net/xfrm.h | |
6326 | ||
10e2ff1c | 6327 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
87a0874c | 6328 | M: Paul Moore <[email protected]> |
10e2ff1c JM |
6329 | L: [email protected] |
6330 | S: Maintained | |
6331 | ||
29f8f632 | 6332 | NETWORKING [WIRELESS] |
8b58be88 | 6333 | M: "John W. Linville" <[email protected]> |
2cb4abd1 | 6334 | L: [email protected] |
8a6e2535 | 6335 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
08deed1e | 6336 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git |
29f8f632 | 6337 | S: Maintained |
34b921cf JP |
6338 | F: net/mac80211/ |
6339 | F: net/rfkill/ | |
679655da JP |
6340 | F: net/wireless/ |
6341 | F: include/net/ieee80211* | |
cc8b4a2b | 6342 | F: include/linux/wireless.h |
c117ab84 | 6343 | F: include/uapi/linux/wireless.h |
c984e24d | 6344 | F: include/net/iw_handler.h |
34b921cf | 6345 | F: drivers/net/wireless/ |
29f8f632 | 6346 | |
788873ac JP |
6347 | NETWORKING DRIVERS |
6348 | L: [email protected] | |
6349 | W: http://www.linuxfoundation.org/en/Net | |
11e98029 | 6350 | Q: http://patchwork.ozlabs.org/project/netdev/list/ |
08deed1e JP |
6351 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
6352 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |
788873ac JP |
6353 | S: Odd Fixes |
6354 | F: drivers/net/ | |
018d21ed | 6355 | F: include/linux/if_* |
0b63bf1f JD |
6356 | F: include/linux/netdevice.h |
6357 | F: include/linux/arcdevice.h | |
6358 | F: include/linux/etherdevice.h | |
6359 | F: include/linux/fcdevice.h | |
6360 | F: include/linux/fddidevice.h | |
6361 | F: include/linux/hippidevice.h | |
6362 | F: include/linux/inetdevice.h | |
c117ab84 CEB |
6363 | F: include/uapi/linux/if_* |
6364 | F: include/uapi/linux/netdevice.h | |
788873ac | 6365 | |
3d396eb1 | 6366 | NETXEN (1/10) GbE SUPPORT |
8622315e | 6367 | M: Manish Chopra <[email protected]> |
83c07dde AKS |
6368 | M: Sony Chacko <[email protected]> |
6369 | M: Rajesh Borundia <[email protected]> | |
3d396eb1 | 6370 | L: [email protected] |
9c2b5bde | 6371 | W: http://www.qlogic.com |
3d396eb1 | 6372 | S: Supported |
aa43c215 | 6373 | F: drivers/net/ethernet/qlogic/netxen/ |
3d396eb1 | 6374 | |
6423d30f AAJ |
6375 | NFC SUBSYSTEM |
6376 | M: Lauro Ramos Venancio <[email protected]> | |
6377 | M: Aloisio Almeida Jr <[email protected]> | |
6378 | M: Samuel Ortiz <[email protected]> | |
6379 | L: [email protected] | |
5adf54de | 6380 | L: [email protected] (moderated for non-subscribers) |
0293ba20 | 6381 | S: Supported |
6423d30f | 6382 | F: net/nfc/ |
55eb94f9 | 6383 | F: include/net/nfc/ |
c117ab84 | 6384 | F: include/uapi/linux/nfc.h |
6423d30f | 6385 | F: drivers/nfc/ |
08eaa1e0 | 6386 | F: include/linux/platform_data/pn544.h |
7ebb88e5 | 6387 | F: Documentation/devicetree/bindings/net/nfc/ |
3d396eb1 | 6388 | |
e8b43555 | 6389 | NFS, SUNRPC, AND LOCKD CLIENTS |
cd7b996a | 6390 | M: Trond Myklebust <[email protected]> |
78f58153 TM |
6391 | L: [email protected] |
6392 | W: http://client.linux-nfs.org | |
cd7b996a | 6393 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
1da177e4 | 6394 | S: Maintained |
679655da JP |
6395 | F: fs/lockd/ |
6396 | F: fs/nfs/ | |
6397 | F: fs/nfs_common/ | |
6398 | F: net/sunrpc/ | |
6399 | F: include/linux/lockd/ | |
6400 | F: include/linux/nfs* | |
6401 | F: include/linux/sunrpc/ | |
c117ab84 CEB |
6402 | F: include/uapi/linux/nfs* |
6403 | F: include/uapi/linux/sunrpc/ | |
1da177e4 | 6404 | |
85ef9cea | 6405 | NILFS2 FILESYSTEM |
e2126935 | 6406 | M: Ryusuke Konishi <[email protected]> |
6aff43f8 | 6407 | L: [email protected] |
f9472265 | 6408 | W: http://nilfs.sourceforge.net/ |
e2126935 | 6409 | T: git git://github.com/konis/nilfs2.git |
85ef9cea | 6410 | S: Supported |
679655da JP |
6411 | F: Documentation/filesystems/nilfs2.txt |
6412 | F: fs/nilfs2/ | |
6413 | F: include/linux/nilfs2_fs.h | |
85ef9cea | 6414 | |
1da177e4 | 6415 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
8b58be88 | 6416 | M: YOKOTA Hiroshi <[email protected]> |
1da177e4 LT |
6417 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6418 | S: Maintained | |
679655da JP |
6419 | F: Documentation/scsi/NinjaSCSI.txt |
6420 | F: drivers/scsi/pcmcia/nsp_* | |
1da177e4 LT |
6421 | |
6422 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
8b58be88 JP |
6423 | M: GOTO Masanori <[email protected]> |
6424 | M: YOKOTA Hiroshi <[email protected]> | |
1da177e4 LT |
6425 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
6426 | S: Maintained | |
679655da JP |
6427 | F: Documentation/scsi/NinjaSCSI.txt |
6428 | F: drivers/scsi/nsp32* | |
1da177e4 | 6429 | |
fce8a7bb | 6430 | NTB DRIVER |
9ef6bf6c JM |
6431 | M: Jon Mason <[email protected]> |
6432 | M: Dave Jiang <[email protected]> | |
fce8a7bb | 6433 | S: Supported |
2984411f JM |
6434 | W: https://github.com/jonmason/ntb/wiki |
6435 | T: git git://github.com/jonmason/ntb.git | |
fce8a7bb | 6436 | F: drivers/ntb/ |
548c237c | 6437 | F: drivers/net/ntb_netdev.c |
fce8a7bb JM |
6438 | F: include/linux/ntb.h |
6439 | ||
1da177e4 | 6440 | NTFS FILESYSTEM |
2818ef50 | 6441 | M: Anton Altaparmakov <[email protected]> |
1da177e4 | 6442 | L: [email protected] |
2818ef50 | 6443 | W: http://www.tuxera.com/ |
e6f4dee7 | 6444 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git |
2818ef50 | 6445 | S: Supported |
679655da JP |
6446 | F: Documentation/filesystems/ntfs.txt |
6447 | F: fs/ntfs/ | |
1da177e4 | 6448 | |
9eb8ef74 | 6449 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
8b58be88 | 6450 | M: Antonino Daplas <[email protected]> |
c69f677c | 6451 | L: [email protected] |
ce00f85c | 6452 | S: Maintained |
8a61f013 JH |
6453 | F: drivers/video/fbdev/riva/ |
6454 | F: drivers/video/fbdev/nvidia/ | |
1da177e4 | 6455 | |
79461681 MW |
6456 | NVM EXPRESS DRIVER |
6457 | M: Matthew Wilcox <[email protected]> | |
6458 | L: [email protected] | |
6459 | T: git git://git.infradead.org/users/willy/linux-nvme.git | |
6460 | S: Supported | |
5be37bf9 | 6461 | F: drivers/block/nvme* |
79461681 MW |
6462 | F: include/linux/nvme.h |
6463 | ||
f50d7146 RK |
6464 | NXP TDA998X DRM DRIVER |
6465 | M: Russell King <[email protected]> | |
6466 | S: Supported | |
6467 | F: drivers/gpu/drm/i2c/tda998x_drv.c | |
6468 | F: include/drm/i2c/tda998x.h | |
6469 | ||
f5525786 | 6470 | OMAP SUPPORT |
0e24bdd4 | 6471 | M: Tony Lindgren <[email protected]> |
f5525786 TL |
6472 | L: [email protected] |
6473 | W: http://www.muru.com/linux/omap/ | |
6474 | W: http://linux.omap.com/ | |
8a6e2535 | 6475 | Q: http://patchwork.kernel.org/project/linux-omap/list/ |
30bd0129 | 6476 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
f5525786 | 6477 | S: Maintained |
4e04d5a3 | 6478 | F: arch/arm/*omap*/ |
046d0a37 JD |
6479 | F: drivers/i2c/busses/i2c-omap.c |
6480 | F: include/linux/i2c-omap.h | |
f5525786 | 6481 | |
50f29fbd | 6482 | OMAP DEVICE TREE SUPPORT |
cdb55ab0 | 6483 | M: Benoît Cousson <[email protected]> |
50f29fbd TL |
6484 | M: Tony Lindgren <[email protected]> |
6485 | L: [email protected] | |
d0fb18c5 | 6486 | L: [email protected] |
50f29fbd TL |
6487 | S: Maintained |
6488 | F: arch/arm/boot/dts/*omap* | |
6489 | F: arch/arm/boot/dts/*am3* | |
6490 | ||
f5525786 | 6491 | OMAP CLOCK FRAMEWORK SUPPORT |
8b58be88 | 6492 | M: Paul Walmsley <[email protected]> |
f5525786 TL |
6493 | L: [email protected] |
6494 | S: Maintained | |
6495 | F: arch/arm/*omap*/*clock* | |
6496 | ||
6497 | OMAP POWER MANAGEMENT SUPPORT | |
c69d72ae | 6498 | M: Kevin Hilman <[email protected]> |
f5525786 TL |
6499 | L: [email protected] |
6500 | S: Maintained | |
6501 | F: arch/arm/*omap*/*pm* | |
c46938d4 | 6502 | F: drivers/cpufreq/omap-cpufreq.c |
f5525786 | 6503 | |
d21db568 | 6504 | OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT |
692ab1f3 PW |
6505 | M: Rajendra Nayak <[email protected]> |
6506 | M: Paul Walmsley <[email protected]> | |
6507 | L: [email protected] | |
6508 | S: Maintained | |
d21db568 | 6509 | F: arch/arm/mach-omap2/prm* |
692ab1f3 | 6510 | |
f5525786 | 6511 | OMAP AUDIO SUPPORT |
6c284903 | 6512 | M: Peter Ujfalusi <[email protected]> |
7ec41ee5 | 6513 | M: Jarkko Nikula <[email protected]> |
f5525786 TL |
6514 | L: [email protected] (subscribers-only) |
6515 | L: [email protected] | |
6516 | S: Maintained | |
6517 | F: sound/soc/omap/ | |
6518 | ||
6519 | OMAP FRAMEBUFFER SUPPORT | |
830e6384 | 6520 | M: Tomi Valkeinen <[email protected]> |
c69f677c | 6521 | L: [email protected] |
f5525786 TL |
6522 | L: [email protected] |
6523 | S: Maintained | |
8a61f013 | 6524 | F: drivers/video/fbdev/omap/ |
f5525786 | 6525 | |
676eec0d | 6526 | OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) |
830e6384 | 6527 | M: Tomi Valkeinen <[email protected]> |
178ff4c9 | 6528 | L: [email protected] |
676eec0d | 6529 | L: [email protected] |
178ff4c9 | 6530 | S: Maintained |
8a61f013 | 6531 | F: drivers/video/fbdev/omap2/ |
178ff4c9 TV |
6532 | F: Documentation/arm/OMAP/DSS |
6533 | ||
8b37fcfc OBC |
6534 | OMAP HARDWARE SPINLOCK SUPPORT |
6535 | M: Ohad Ben-Cohen <[email protected]> | |
6536 | L: [email protected] | |
6537 | S: Maintained | |
6538 | F: drivers/hwspinlock/omap_hwspinlock.c | |
6539 | F: arch/arm/mach-omap2/hwspinlock.c | |
6540 | ||
f5525786 | 6541 | OMAP MMC SUPPORT |
8b58be88 | 6542 | M: Jarkko Lavinen <[email protected]> |
f5525786 TL |
6543 | L: [email protected] |
6544 | S: Maintained | |
653f41b5 MC |
6545 | F: drivers/mmc/host/omap.c |
6546 | ||
6547 | OMAP HS MMC SUPPORT | |
14006bfb | 6548 | M: Balaji T K <[email protected]> |
0a4585c6 | 6549 | L: [email protected] |
653f41b5 | 6550 | L: [email protected] |
0a4585c6 | 6551 | S: Maintained |
653f41b5 | 6552 | F: drivers/mmc/host/omap_hsmmc.c |
f5525786 TL |
6553 | |
6554 | OMAP RANDOM NUMBER GENERATOR SUPPORT | |
8b58be88 | 6555 | M: Deepak Saxena <[email protected]> |
f5525786 TL |
6556 | S: Maintained |
6557 | F: drivers/char/hw_random/omap-rng.c | |
6558 | ||
f400c82e | 6559 | OMAP HWMOD SUPPORT |
cdb55ab0 | 6560 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6561 | M: Paul Walmsley <[email protected]> |
6562 | L: [email protected] | |
6563 | S: Maintained | |
8fc8b12b | 6564 | F: arch/arm/mach-omap2/omap_hwmod.* |
f400c82e PW |
6565 | |
6566 | OMAP HWMOD DATA FOR OMAP4-BASED DEVICES | |
cdb55ab0 | 6567 | M: Benoît Cousson <[email protected]> |
f400c82e PW |
6568 | L: [email protected] |
6569 | S: Maintained | |
6570 | F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
6571 | ||
0db83ced | 6572 | OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) |
7e8970e1 LP |
6573 | M: Laurent Pinchart <[email protected]> |
6574 | L: [email protected] | |
6575 | S: Maintained | |
90d72ac6 | 6576 | F: drivers/media/platform/omap3isp/ |
0db83ced | 6577 | F: drivers/staging/media/omap4iss/ |
7e8970e1 | 6578 | |
f5525786 | 6579 | OMAP USB SUPPORT |
f299470a | 6580 | M: Felipe Balbi <[email protected]> |
f5525786 TL |
6581 | L: [email protected] |
6582 | L: [email protected] | |
43b416e5 | 6583 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
f5525786 | 6584 | S: Maintained |
a16fbd65 JP |
6585 | F: drivers/usb/*/*omap* |
6586 | F: arch/arm/*omap*/usb* | |
f5525786 | 6587 | |
6d994710 | 6588 | OMAP GPIO DRIVER |
a1415a8f | 6589 | M: Javier Martinez Canillas <[email protected]> |
6d994710 | 6590 | M: Santosh Shilimkar <[email protected]> |
c69d72ae | 6591 | M: Kevin Hilman <[email protected]> |
6d994710 KH |
6592 | L: [email protected] |
6593 | S: Maintained | |
6594 | F: drivers/gpio/gpio-omap.c | |
6595 | ||
c351e290 MJ |
6596 | OMAP/NEWFLOW NANOBONE MACHINE SUPPORT |
6597 | M: Mark Jackson <[email protected]> | |
6598 | L: [email protected] | |
6599 | S: Maintained | |
6600 | F: arch/arm/boot/dts/am335x-nano.dts | |
6601 | ||
0ad122d9 | 6602 | OMFS FILESYSTEM |
8b58be88 | 6603 | M: Bob Copeland <[email protected]> |
0ad122d9 BC |
6604 | L: [email protected] |
6605 | S: Maintained | |
679655da JP |
6606 | F: Documentation/filesystems/omfs.txt |
6607 | F: fs/omfs/ | |
0ad122d9 | 6608 | |
c1986ee9 | 6609 | OMNIKEY CARDMAN 4000 DRIVER |
8b58be88 | 6610 | M: Harald Welte <[email protected]> |
c1986ee9 | 6611 | S: Maintained |
679655da JP |
6612 | F: drivers/char/pcmcia/cm4000_cs.c |
6613 | F: include/linux/cm4000_cs.h | |
c117ab84 | 6614 | F: include/uapi/linux/cm4000_cs.h |
c1986ee9 | 6615 | |
77c44ab1 | 6616 | OMNIKEY CARDMAN 4040 DRIVER |
8b58be88 | 6617 | M: Harald Welte <[email protected]> |
77c44ab1 | 6618 | S: Maintained |
679655da | 6619 | F: drivers/char/pcmcia/cm4040_cs.* |
77c44ab1 | 6620 | |
77d5140f | 6621 | OMNIVISION OV7670 SENSOR DRIVER |
8b58be88 | 6622 | M: Jonathan Corbet <[email protected]> |
661263b5 | 6623 | L: [email protected] |
275ffde4 | 6624 | T: git git://linuxtv.org/media_tree.git |
77d5140f | 6625 | S: Maintained |
90d72ac6 | 6626 | F: drivers/media/i2c/ov7670.c |
77d5140f | 6627 | |
431bca73 | 6628 | ONENAND FLASH DRIVER |
8b58be88 | 6629 | M: Kyungmin Park <[email protected]> |
431bca73 TG |
6630 | L: [email protected] |
6631 | S: Maintained | |
679655da JP |
6632 | F: drivers/mtd/onenand/ |
6633 | F: include/linux/mtd/onenand*.h | |
431bca73 | 6634 | |
1da177e4 | 6635 | ONSTREAM SCSI TAPE DRIVER |
8b58be88 | 6636 | M: Willem Riede <[email protected]> |
1da177e4 LT |
6637 | L: [email protected] |
6638 | L: [email protected] | |
6639 | S: Maintained | |
f7269cfc JD |
6640 | F: Documentation/scsi/osst.txt |
6641 | F: drivers/scsi/osst.* | |
6642 | F: drivers/scsi/osst_*.h | |
6643 | F: drivers/scsi/st.h | |
1da177e4 | 6644 | |
e2d1d6c0 | 6645 | OPENCORES I2C BUS DRIVER |
8b58be88 | 6646 | M: Peter Korsgaard <[email protected]> |
846557d3 | 6647 | L: [email protected] |
e2d1d6c0 | 6648 | S: Maintained |
679655da JP |
6649 | F: Documentation/i2c/busses/i2c-ocores |
6650 | F: drivers/i2c/busses/i2c-ocores.c | |
e2d1d6c0 | 6651 | |
860c44c1 | 6652 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
19624236 | 6653 | M: Grant Likely <[email protected]> |
5d3ad8a6 | 6654 | M: Rob Herring <[email protected]> |
d0fb18c5 | 6655 | L: [email protected] |
860c44c1 | 6656 | W: http://fdt.secretlab.ca |
3bbf9b9b | 6657 | T: git git://git.secretlab.ca/git/linux-2.6.git |
860c44c1 | 6658 | S: Maintained |
f8828205 | 6659 | F: drivers/of/ |
860c44c1 | 6660 | F: include/linux/of*.h |
f8828205 | 6661 | F: scripts/dtc/ |
860c44c1 | 6662 | K: of_get_property |
d945fa0d | 6663 | K: of_match_table |
860c44c1 | 6664 | |
f8828205 | 6665 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
5d3ad8a6 | 6666 | M: Rob Herring <[email protected]> |
f8828205 GL |
6667 | M: Pawel Moll <[email protected]> |
6668 | M: Mark Rutland <[email protected]> | |
de80963e | 6669 | M: Ian Campbell <[email protected]> |
bdbff6ba | 6670 | M: Kumar Gala <[email protected]> |
f8828205 GL |
6671 | L: [email protected] |
6672 | S: Maintained | |
6673 | F: Documentation/devicetree/ | |
6674 | F: arch/*/boot/dts/ | |
6675 | F: include/dt-bindings/ | |
6676 | ||
19f9d392 JB |
6677 | OPENRISC ARCHITECTURE |
6678 | M: Jonas Bonn <[email protected]> | |
6679 | W: http://openrisc.net | |
eab7c1c0 | 6680 | L: [email protected] (moderated for non-subscribers) |
19f9d392 JB |
6681 | S: Maintained |
6682 | T: git git://openrisc.net/~jonas/linux | |
14430813 | 6683 | F: arch/openrisc/ |
19f9d392 | 6684 | |
ccb1352e | 6685 | OPENVSWITCH |
4f337ed5 | 6686 | M: Pravin Shelar <[email protected]> |
ccb1352e JG |
6687 | L: [email protected] |
6688 | W: http://openvswitch.org | |
4f337ed5 | 6689 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git |
ccb1352e JG |
6690 | S: Maintained |
6691 | F: net/openvswitch/ | |
6692 | ||
af39917d CL |
6693 | OPL4 DRIVER |
6694 | M: Clemens Ladisch <[email protected]> | |
6695 | L: [email protected] (moderated for non-subscribers) | |
6696 | T: git git://git.alsa-project.org/alsa-kernel.git | |
6697 | S: Maintained | |
6698 | F: sound/drivers/opl4/ | |
6699 | ||
1da177e4 | 6700 | OPROFILE |
4cf7e718 | 6701 | M: Robert Richter <[email protected]> |
1da177e4 LT |
6702 | L: [email protected] |
6703 | S: Maintained | |
81c4a8a6 | 6704 | F: arch/*/include/asm/oprofile*.h |
679655da JP |
6705 | F: arch/*/oprofile/ |
6706 | F: drivers/oprofile/ | |
6707 | F: include/linux/oprofile.h | |
1da177e4 | 6708 | |
e2d1d6c0 | 6709 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
8b58be88 | 6710 | M: Mark Fasheh <[email protected]> |
d6351db2 | 6711 | M: Joel Becker <[email protected]> |
e2d1d6c0 RD |
6712 | L: [email protected] (moderated for non-subscribers) |
6713 | W: http://oss.oracle.com/projects/ocfs2/ | |
2191aeba | 6714 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
e2d1d6c0 | 6715 | S: Supported |
679655da JP |
6716 | F: Documentation/filesystems/ocfs2.txt |
6717 | F: Documentation/filesystems/dlmfs.txt | |
6718 | F: fs/ocfs2/ | |
e2d1d6c0 | 6719 | |
1da177e4 | 6720 | ORINOCO DRIVER |
724c6b35 | 6721 | L: [email protected] |
491b26b4 | 6722 | W: http://wireless.kernel.org/en/users/Drivers/orinoco |
ecffdde6 | 6723 | W: http://www.nongnu.org/orinoco/ |
3a59babb | 6724 | S: Orphan |
679655da | 6725 | F: drivers/net/wireless/orinoco/ |
1da177e4 | 6726 | |
42c55aa8 | 6727 | OSD LIBRARY and FILESYSTEM |
8b58be88 | 6728 | M: Boaz Harrosh <[email protected]> |
f1f6630b | 6729 | M: Benny Halevy <[email protected]> |
68274794 BH |
6730 | L: [email protected] |
6731 | W: http://open-osd.org | |
54e5881d | 6732 | T: git git://git.open-osd.org/open-osd.git |
68274794 | 6733 | S: Maintained |
42c55aa8 | 6734 | F: drivers/scsi/osd/ |
6b6f0b6c | 6735 | F: include/scsi/osd_* |
42c55aa8 | 6736 | F: fs/exofs/ |
68274794 | 6737 | |
e2d1d6c0 | 6738 | P54 WIRELESS DRIVER |
084cb0fe | 6739 | M: Christian Lamparter <[email protected]> |
e2d1d6c0 | 6740 | L: [email protected] |
084cb0fe | 6741 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
e2d1d6c0 | 6742 | S: Maintained |
679655da | 6743 | F: drivers/net/wireless/p54/ |
e2d1d6c0 | 6744 | |
f5cd7872 | 6745 | PA SEMI ETHERNET DRIVER |
8b58be88 | 6746 | M: Olof Johansson <[email protected]> |
f5cd7872 OJ |
6747 | L: [email protected] |
6748 | S: Maintained | |
ded19add | 6749 | F: drivers/net/ethernet/pasemi/* |
f5cd7872 | 6750 | |
beb58aa3 | 6751 | PA SEMI SMBUS DRIVER |
8b58be88 | 6752 | M: Olof Johansson <[email protected]> |
846557d3 | 6753 | L: [email protected] |
beb58aa3 | 6754 | S: Maintained |
679655da | 6755 | F: drivers/i2c/busses/i2c-pasemi.c |
beb58aa3 | 6756 | |
48fc267e SK |
6757 | PADATA PARALLEL EXECUTION MECHANISM |
6758 | M: Steffen Klassert <[email protected]> | |
48fc267e SK |
6759 | L: [email protected] |
6760 | S: Maintained | |
6761 | F: kernel/padata.c | |
6762 | F: include/linux/padata.h | |
6763 | F: Documentation/padata.txt | |
6764 | ||
709ee531 | 6765 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
8b58be88 | 6766 | M: Harald Welte <[email protected]> |
d0944853 | 6767 | L: [email protected] |
709ee531 | 6768 | S: Maintained |
679655da | 6769 | F: drivers/platform/x86/panasonic-laptop.c |
709ee531 | 6770 | |
368dd5ac | 6771 | PANASONIC MN10300/AM33/AM34 PORT |
8b58be88 JP |
6772 | M: David Howells <[email protected]> |
6773 | M: Koichi Yasutake <[email protected]> | |
4fa97181 DH |
6774 | L: [email protected] (moderated for non-subscribers) |
6775 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
6776 | S: Maintained | |
679655da JP |
6777 | F: Documentation/mn10300/ |
6778 | F: arch/mn10300/ | |
4fa97181 | 6779 | |
1da177e4 | 6780 | PARALLEL PORT SUPPORT |
3dd1a329 | 6781 | L: [email protected] (subscribers-only) |
5fdc2abe | 6782 | S: Orphan |
679655da JP |
6783 | F: drivers/parport/ |
6784 | F: include/linux/parport*.h | |
6785 | F: drivers/char/ppdev.c | |
c117ab84 | 6786 | F: include/uapi/linux/ppdev.h |
1da177e4 | 6787 | |
4cdf6bc2 | 6788 | PARAVIRT_OPS INTERFACE |
d633180c | 6789 | M: Jeremy Fitzhardinge <[email protected]> |
8b58be88 JP |
6790 | M: Chris Wright <[email protected]> |
6791 | M: Alok Kataria <[email protected]> | |
6792 | M: Rusty Russell <[email protected]> | |
c996d8b9 | 6793 | L: [email protected] |
4cdf6bc2 | 6794 | S: Supported |
679655da JP |
6795 | F: Documentation/ia64/paravirt_ops.txt |
6796 | F: arch/*/kernel/paravirt* | |
6797 | F: arch/*/include/asm/paravirt.h | |
4cdf6bc2 | 6798 | |
e2d1d6c0 | 6799 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
8b58be88 | 6800 | M: Tim Waugh <[email protected]> |
e2d1d6c0 RD |
6801 | L: [email protected] (subscribers-only) |
6802 | W: http://www.torque.net/linux-pp.html | |
6803 | S: Maintained | |
679655da JP |
6804 | F: Documentation/blockdev/paride.txt |
6805 | F: drivers/block/paride/ | |
e2d1d6c0 RD |
6806 | |
6807 | PARISC ARCHITECTURE | |
b8828770 | 6808 | M: "James E.J. Bottomley" <[email protected]> |
b38a03b8 | 6809 | M: Helge Deller <[email protected]> |
e2d1d6c0 RD |
6810 | L: [email protected] |
6811 | W: http://www.parisc-linux.org/ | |
8a6e2535 | 6812 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ |
08deed1e | 6813 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git |
fbb46caa | 6814 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git |
e2d1d6c0 | 6815 | S: Maintained |
679655da | 6816 | F: arch/parisc/ |
2b6bac9e | 6817 | F: Documentation/parisc/ |
679655da | 6818 | F: drivers/parisc/ |
2b6bac9e HD |
6819 | F: drivers/char/agp/parisc-agp.c |
6820 | F: drivers/input/serio/gscps2.c | |
6821 | F: drivers/parport/parport_gsc.* | |
6822 | F: drivers/tty/serial/8250/8250_gsc.c | |
8a61f013 | 6823 | F: drivers/video/fbdev/sti* |
2b6bac9e HD |
6824 | F: drivers/video/console/sti* |
6825 | F: drivers/video/logo/logo_parisc* | |
e2d1d6c0 | 6826 | |
1662d32c | 6827 | PC87360 HARDWARE MONITORING DRIVER |
8b58be88 | 6828 | M: Jim Cromie <[email protected]> |
1662d32c JC |
6829 | L: [email protected] |
6830 | S: Maintained | |
679655da JP |
6831 | F: Documentation/hwmon/pc87360 |
6832 | F: drivers/hwmon/pc87360.c | |
1662d32c JC |
6833 | |
6834 | PC8736x GPIO DRIVER | |
8b58be88 | 6835 | M: Jim Cromie <[email protected]> |
1662d32c | 6836 | S: Maintained |
679655da | 6837 | F: drivers/char/pc8736x_gpio.c |
1662d32c | 6838 | |
1ad107fd | 6839 | PC87427 HARDWARE MONITORING DRIVER |
7c81c60f | 6840 | M: Jean Delvare <[email protected]> |
1ad107fd JD |
6841 | L: [email protected] |
6842 | S: Maintained | |
6843 | F: Documentation/hwmon/pc87427 | |
6844 | F: drivers/hwmon/pc87427.c | |
6845 | ||
b26e0ed4 | 6846 | PCA9532 LED DRIVER |
8b58be88 | 6847 | M: Riku Voipio <[email protected]> |
b26e0ed4 | 6848 | S: Maintained |
d5ca6918 JP |
6849 | F: drivers/leds/leds-pca9532.c |
6850 | F: include/linux/leds-pca9532.h | |
b26e0ed4 | 6851 | |
5ce914a8 | 6852 | PCA9541 I2C BUS MASTER SELECTOR DRIVER |
ca462085 | 6853 | M: Guenter Roeck <[email protected]> |
5ce914a8 GR |
6854 | L: [email protected] |
6855 | S: Maintained | |
b4f0b74e | 6856 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
5ce914a8 | 6857 | |
3971dae5 | 6858 | PCDP - PRIMARY CONSOLE AND DEBUG PORT |
055e72fe | 6859 | M: Khalid Aziz <[email protected]> |
3971dae5 KA |
6860 | S: Maintained |
6861 | F: drivers/firmware/pcdp.* | |
6862 | ||
065c6359 | 6863 | PCI ERROR RECOVERY |
6305902c | 6864 | M: Linas Vepstas <[email protected]> |
c1f69db7 | 6865 | L: [email protected] |
065c6359 | 6866 | S: Supported |
679655da | 6867 | F: Documentation/PCI/pci-error-recovery.txt |
065c6359 | 6868 | |
1da177e4 | 6869 | PCI SUBSYSTEM |
5ac3a6d2 | 6870 | M: Bjorn Helgaas <[email protected]> |
2905474d | 6871 | L: [email protected] |
99662dd1 | 6872 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
c0233ed4 | 6873 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git |
1da177e4 | 6874 | S: Supported |
679655da JP |
6875 | F: Documentation/PCI/ |
6876 | F: drivers/pci/ | |
6877 | F: include/linux/pci* | |
6b49ee49 | 6878 | F: arch/x86/pci/ |
cad01f91 | 6879 | F: arch/x86/kernel/quirks.c |
1da177e4 | 6880 | |
f0b75693 BH |
6881 | PCI DRIVER FOR IMX6 |
6882 | M: Richard Zhu <[email protected]> | |
1ba55f55 | 6883 | M: Lucas Stach <[email protected]> |
f0b75693 BH |
6884 | L: [email protected] |
6885 | L: [email protected] (moderated for non-subscribers) | |
6886 | S: Maintained | |
6887 | F: drivers/pci/host/*imx6* | |
6888 | ||
6889 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) | |
6890 | M: Thomas Petazzoni <[email protected]> | |
6891 | M: Jason Cooper <[email protected]> | |
6892 | L: [email protected] | |
6893 | L: [email protected] (moderated for non-subscribers) | |
6894 | S: Maintained | |
6895 | F: drivers/pci/host/*mvebu* | |
6896 | ||
0447cfd7 TR |
6897 | PCI DRIVER FOR NVIDIA TEGRA |
6898 | M: Thierry Reding <[email protected]> | |
6899 | L: [email protected] | |
f0b75693 | 6900 | L: [email protected] |
0447cfd7 TR |
6901 | S: Supported |
6902 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | |
6903 | F: drivers/pci/host/pci-tegra.c | |
6904 | ||
47ff3de9 KVA |
6905 | PCI DRIVER FOR TI DRA7XX |
6906 | M: Kishon Vijay Abraham I <[email protected]> | |
6907 | L: [email protected] | |
6908 | L: [email protected] | |
6909 | S: Supported | |
6910 | F: Documentation/devicetree/bindings/pci/ti-pci.txt | |
6911 | F: drivers/pci/host/pci-dra7xx.c | |
6912 | ||
f0b75693 BH |
6913 | PCI DRIVER FOR RENESAS R-CAR |
6914 | M: Simon Horman <[email protected]> | |
6915 | L: [email protected] | |
6916 | L: [email protected] | |
6917 | S: Maintained | |
6918 | F: drivers/pci/host/*rcar* | |
6919 | ||
4af82255 JH |
6920 | PCI DRIVER FOR SAMSUNG EXYNOS |
6921 | M: Jingoo Han <[email protected]> | |
6922 | L: [email protected] | |
f0b75693 BH |
6923 | L: [email protected] (moderated for non-subscribers) |
6924 | L: [email protected] (moderated for non-subscribers) | |
4af82255 JH |
6925 | S: Maintained |
6926 | F: drivers/pci/host/pci-exynos.c | |
6927 | ||
f0b75693 BH |
6928 | PCI DRIVER FOR SYNOPSIS DESIGNWARE |
6929 | M: Mohit Kumar <[email protected]> | |
6930 | M: Jingoo Han <[email protected]> | |
6931 | L: [email protected] | |
6932 | S: Maintained | |
6933 | F: drivers/pci/host/*designware* | |
6934 | ||
cf28855b WD |
6935 | PCI DRIVER FOR GENERIC OF HOSTS |
6936 | M: Will Deacon <[email protected]> | |
6937 | L: [email protected] | |
6938 | L: [email protected] (moderated for non-subscribers) | |
6939 | S: Maintained | |
6940 | F: Documentation/devicetree/bindings/pci/host-generic-pci.txt | |
6941 | F: drivers/pci/host/pci-host-generic.c | |
6942 | ||
51b66a6c PA |
6943 | PCIE DRIVER FOR ST SPEAR13XX |
6944 | M: Mohit Kumar <[email protected]> | |
6945 | L: [email protected] | |
6946 | S: Maintained | |
6947 | F: drivers/pci/host/*spear* | |
6948 | ||
1da177e4 | 6949 | PCMCIA SUBSYSTEM |
4230dfc9 | 6950 | P: Linux PCMCIA Team |
f5df5881 | 6951 | L: [email protected] |
6650e0a5 | 6952 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
54e5881d | 6953 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 6954 | S: Maintained |
679655da JP |
6955 | F: Documentation/pcmcia/ |
6956 | F: drivers/pcmcia/ | |
6957 | F: include/pcmcia/ | |
1da177e4 LT |
6958 | |
6959 | PCNET32 NETWORK DRIVER | |
227fb925 | 6960 | M: Don Fry <[email protected]> |
979b6c13 | 6961 | L: [email protected] |
1da177e4 | 6962 | S: Maintained |
b955f6ca | 6963 | F: drivers/net/ethernet/amd/pcnet32.c |
1da177e4 | 6964 | |
48fc267e SK |
6965 | PCRYPT PARALLEL CRYPTO ENGINE |
6966 | M: Steffen Klassert <[email protected]> | |
6967 | L: [email protected] | |
6968 | S: Maintained | |
6969 | F: crypto/pcrypt.c | |
6970 | F: include/crypto/pcrypt.h | |
6971 | ||
e72df0b8 TH |
6972 | PER-CPU MEMORY ALLOCATOR |
6973 | M: Tejun Heo <[email protected]> | |
6974 | M: Christoph Lameter <[email protected]> | |
e72df0b8 TH |
6975 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git |
6976 | S: Maintained | |
6977 | F: include/linux/percpu*.h | |
6978 | F: mm/percpu*.c | |
6979 | F: arch/*/include/asm/percpu.h | |
6980 | ||
ad4ecbcb | 6981 | PER-TASK DELAY ACCOUNTING |
185e595f | 6982 | M: Balbir Singh <[email protected]> |
ad4ecbcb | 6983 | S: Maintained |
679655da JP |
6984 | F: include/linux/delayacct.h |
6985 | F: kernel/delayacct.c | |
ad4ecbcb | 6986 | |
57c0c15b | 6987 | PERFORMANCE EVENTS SUBSYSTEM |
8b58be88 JP |
6988 | M: Peter Zijlstra <[email protected]> |
6989 | M: Paul Mackerras <[email protected]> | |
dd9b238c | 6990 | M: Ingo Molnar <[email protected]> |
f80c5393 | 6991 | M: Arnaldo Carvalho de Melo <[email protected]> |
981c3a4f | 6992 | L: [email protected] |
75fc2d37 | 6993 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
6c0b3244 | 6994 | S: Supported |
d53e8365 | 6995 | F: kernel/events/* |
a003236c | 6996 | F: include/linux/perf_event.h |
c117ab84 | 6997 | F: include/uapi/linux/perf_event.h |
141c4296 RR |
6998 | F: arch/*/kernel/perf_event*.c |
6999 | F: arch/*/kernel/*/perf_event*.c | |
7000 | F: arch/*/kernel/*/*/perf_event*.c | |
a003236c | 7001 | F: arch/*/include/asm/perf_event.h |
a003236c VL |
7002 | F: arch/*/kernel/perf_callchain.c |
7003 | F: tools/perf/ | |
6c0b3244 | 7004 | |
dd49d0f5 | 7005 | PERSONALITY HANDLING |
8b58be88 | 7006 | M: Christoph Hellwig <[email protected]> |
dd49d0f5 JC |
7007 | L: [email protected] |
7008 | S: Maintained | |
679655da | 7009 | F: include/linux/personality.h |
c117ab84 | 7010 | F: include/uapi/linux/personality.h |
dd49d0f5 | 7011 | |
838e7a03 | 7012 | PHONET PROTOCOL |
2a06b40f | 7013 | M: Remi Denis-Courmont <[email protected]> |
838e7a03 RDC |
7014 | S: Supported |
7015 | F: Documentation/networking/phonet.txt | |
7016 | F: include/linux/phonet.h | |
7017 | F: include/net/phonet/ | |
c117ab84 | 7018 | F: include/uapi/linux/phonet.h |
838e7a03 RDC |
7019 | F: net/phonet/ |
7020 | ||
1da177e4 | 7021 | PHRAM MTD DRIVER |
8b58be88 | 7022 | M: Joern Engel <[email protected]> |
1da177e4 LT |
7023 | L: [email protected] |
7024 | S: Maintained | |
679655da | 7025 | F: drivers/mtd/devices/phram.c |
1da177e4 | 7026 | |
efdbb10e BP |
7027 | PICOLCD HID DRIVER |
7028 | M: Bruno Prémont <[email protected]> | |
7029 | L: [email protected] | |
7030 | S: Maintained | |
7031 | F: drivers/hid/hid-picolcd* | |
7032 | ||
a53bfa07 JI |
7033 | PICOXCELL SUPPORT |
7034 | M: Jamie Iles <[email protected]> | |
7035 | L: [email protected] (moderated for non-subscribers) | |
7036 | T: git git://github.com/jamieiles/linux-2.6-ji.git | |
7037 | S: Supported | |
b8733987 | 7038 | F: arch/arm/boot/dts/picoxcell* |
14430813 | 7039 | F: arch/arm/mach-picoxcell/ |
b8733987 | 7040 | F: drivers/crypto/picoxcell* |
a53bfa07 | 7041 | |
2744e8af LW |
7042 | PIN CONTROL SUBSYSTEM |
7043 | M: Linus Walleij <[email protected]> | |
7044 | S: Maintained | |
07f29ba6 | 7045 | F: drivers/pinctrl/ |
8e406fe4 | 7046 | F: include/linux/pinctrl/ |
2744e8af | 7047 | |
2201bbb8 JCPV |
7048 | PIN CONTROLLER - ATMEL AT91 |
7049 | M: Jean-Christophe Plagniol-Villard <[email protected]> | |
7050 | L: [email protected] (moderated for non-subscribers) | |
7051 | S: Maintained | |
7052 | F: drivers/pinctrl/pinctrl-at91.c | |
7053 | ||
9963b536 LP |
7054 | PIN CONTROLLER - RENESAS |
7055 | M: Laurent Pinchart <[email protected]> | |
7056 | L: [email protected] | |
7057 | S: Maintained | |
7058 | F: drivers/pinctrl/sh-pfc/ | |
7059 | ||
b75e60d6 | 7060 | PIN CONTROLLER - SAMSUNG |
fea685e9 | 7061 | M: Tomasz Figa <[email protected]> |
b75e60d6 DA |
7062 | M: Thomas Abraham <[email protected]> |
7063 | L: [email protected] (moderated for non-subscribers) | |
7064 | L: [email protected] (moderated for non-subscribers) | |
7065 | S: Maintained | |
9b5b33f6 | 7066 | F: drivers/pinctrl/samsung/ |
b75e60d6 | 7067 | |
deda8287 | 7068 | PIN CONTROLLER - ST SPEAR |
8e406fe4 | 7069 | M: Viresh Kumar <[email protected]> |
deda8287 VK |
7070 | L: [email protected] |
7071 | L: [email protected] (moderated for non-subscribers) | |
7072 | W: http://www.st.com/spear | |
7073 | S: Maintained | |
8e406fe4 | 7074 | F: drivers/pinctrl/spear/ |
deda8287 | 7075 | |
249a6771 | 7076 | PKTCDVD DRIVER |
dbd47133 | 7077 | M: Jiri Kosina <[email protected]> |
249a6771 | 7078 | S: Maintained |
679655da JP |
7079 | F: drivers/block/pktcdvd.c |
7080 | F: include/linux/pktcdvd.h | |
c117ab84 | 7081 | F: include/uapi/linux/pktcdvd.h |
249a6771 | 7082 | |
b31d8273 G |
7083 | PKUNITY SOC DRIVERS |
7084 | M: Guan Xuetao <[email protected]> | |
7085 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
7086 | S: Maintained | |
ceebf4d5 | 7087 | T: git git://github.com/gxt/linux.git |
b31d8273 | 7088 | F: drivers/input/serio/i8042-unicore32io.h |
d10e4a66 | 7089 | F: drivers/i2c/busses/i2c-puv3.c |
8a61f013 | 7090 | F: drivers/video/fbdev/fb-puv3.c |
2809e80b | 7091 | F: drivers/rtc/rtc-puv3.c |
b31d8273 | 7092 | |
9d2ecfb7 | 7093 | PMBUS HARDWARE MONITORING DRIVERS |
ca462085 | 7094 | M: Guenter Roeck <[email protected]> |
9d2ecfb7 GR |
7095 | L: [email protected] |
7096 | W: http://www.lm-sensors.org/ | |
7097 | W: http://www.roeck-us.net/linux/drivers/ | |
7098 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | |
7099 | S: Maintained | |
7100 | F: Documentation/hwmon/pmbus | |
7101 | F: drivers/hwmon/pmbus/ | |
7102 | F: include/linux/i2c/pmbus.h | |
7103 | ||
89a36810 | 7104 | PMC SIERRA MaxRAID DRIVER |
076cfaae | 7105 | M: Anil Ravindranath <[email protected]> |
89a36810 AR |
7106 | L: [email protected] |
7107 | W: http://www.pmc-sierra.com/ | |
7108 | S: Supported | |
7109 | F: drivers/scsi/pmcraid.* | |
7110 | ||
dbf9bfe6 | 7111 | PMC SIERRA PM8001 DRIVER |
4f0e359c | 7112 | M: [email protected] |
dbf9bfe6 | 7113 | M: [email protected] |
f5a7b525 | 7114 | L: [email protected] |
dbf9bfe6 | 7115 | L: [email protected] |
7116 | S: Supported | |
7117 | F: drivers/scsi/pm8001/ | |
7118 | ||
1da177e4 | 7119 | POSIX CLOCKS and TIMERS |
8b58be88 | 7120 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 7121 | L: [email protected] |
75fc2d37 | 7122 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
5cee9645 | 7123 | S: Maintained |
679655da JP |
7124 | F: fs/timerfd.c |
7125 | F: include/linux/timer* | |
5cee9645 | 7126 | F: kernel/time/*timer* |
1da177e4 | 7127 | |
3be86148 | 7128 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
ad8464a2 | 7129 | M: Sebastian Reichel <[email protected]> |
57318935 | 7130 | M: Dmitry Eremin-Solenikov <[email protected]> |
8b58be88 | 7131 | M: David Woodhouse <[email protected]> |
ad8464a2 | 7132 | L: [email protected] |
54e5881d | 7133 | T: git git://git.infradead.org/battery-2.6.git |
3be86148 | 7134 | S: Maintained |
679655da | 7135 | F: include/linux/power_supply.h |
8cd725a1 | 7136 | F: drivers/power/ |
3be86148 | 7137 | |
1da177e4 | 7138 | PNP SUPPORT |
46a1f21a | 7139 | M: Rafael J. Wysocki <[email protected]> |
1da177e4 | 7140 | S: Maintained |
679655da | 7141 | F: drivers/pnp/ |
1da177e4 | 7142 | |
999445d4 | 7143 | PNXxxxx I2C DRIVER |
8b58be88 | 7144 | M: Vitaly Wool <[email protected]> |
846557d3 | 7145 | L: [email protected] |
999445d4 | 7146 | S: Maintained |
679655da | 7147 | F: drivers/i2c/busses/i2c-pnx.c |
999445d4 | 7148 | |
1da177e4 | 7149 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8b58be88 | 7150 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
7151 | L: [email protected] |
7152 | S: Maintained | |
224cf5ad | 7153 | F: drivers/net/ppp/ppp_* |
1da177e4 LT |
7154 | |
7155 | PPP OVER ATM (RFC 2364) | |
8b58be88 | 7156 | M: Mitchell Blank Jr <[email protected]> |
1da177e4 | 7157 | S: Maintained |
679655da | 7158 | F: net/atm/pppoatm.c |
c117ab84 | 7159 | F: include/uapi/linux/atmppp.h |
1da177e4 LT |
7160 | |
7161 | PPP OVER ETHERNET | |
8b58be88 | 7162 | M: Michal Ostrowski <[email protected]> |
1da177e4 | 7163 | S: Maintained |
224cf5ad JK |
7164 | F: drivers/net/ppp/pppoe.c |
7165 | F: drivers/net/ppp/pppox.c | |
1da177e4 | 7166 | |
a6d2370b | 7167 | PPP OVER L2TP |
8b58be88 | 7168 | M: James Chapman <[email protected]> |
a6d2370b | 7169 | S: Maintained |
90ca28d1 | 7170 | F: net/l2tp/l2tp_ppp.c |
679655da | 7171 | F: include/linux/if_pppol2tp.h |
c117ab84 | 7172 | F: include/uapi/linux/if_pppol2tp.h |
a6d2370b | 7173 | |
eae9d2ba | 7174 | PPS SUPPORT |
8b58be88 | 7175 | M: Rodolfo Giometti <[email protected]> |
eae9d2ba RG |
7176 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
7177 | L: [email protected] (subscribers-only) | |
7178 | S: Maintained | |
cabaaf41 JP |
7179 | F: Documentation/pps/ |
7180 | F: drivers/pps/ | |
7181 | F: include/linux/pps*.h | |
eae9d2ba | 7182 | |
71a6d0af HW |
7183 | PPTP DRIVER |
7184 | M: Dmitry Kozlov <[email protected]> | |
7185 | L: [email protected] | |
7186 | S: Maintained | |
224cf5ad | 7187 | F: drivers/net/ppp/pptp.c |
71a6d0af HW |
7188 | W: http://sourceforge.net/projects/accel-pptp |
7189 | ||
1da177e4 | 7190 | PREEMPTIBLE KERNEL |
8b58be88 | 7191 | M: Robert Love <[email protected]> |
1da177e4 LT |
7192 | L: [email protected] |
7193 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
7194 | S: Supported | |
679655da JP |
7195 | F: Documentation/preempt-locking.txt |
7196 | F: include/linux/preempt.h | |
1da177e4 LT |
7197 | |
7198 | PRISM54 WIRELESS DRIVER | |
8b58be88 | 7199 | M: "Luis R. Rodriguez" <[email protected]> |
724c6b35 | 7200 | L: [email protected] |
9ef80804 | 7201 | W: http://wireless.kernel.org/en/users/Drivers/p54 |
1d89cae1 | 7202 | S: Obsolete |
679655da | 7203 | F: drivers/net/wireless/prism54/ |
1da177e4 | 7204 | |
b3277dfa | 7205 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
743a7ecb | 7206 | M: Mikael Pettersson <[email protected]> |
b3277dfa MP |
7207 | L: [email protected] |
7208 | S: Maintained | |
679655da | 7209 | F: drivers/ata/sata_promise.* |
b3277dfa | 7210 | |
02c18891 | 7211 | PS3 NETWORK SUPPORT |
b809b9ca | 7212 | M: Geoff Levand <[email protected]> |
02c18891 | 7213 | L: [email protected] |
a4724ed6 | 7214 | L: [email protected] |
b809b9ca | 7215 | S: Maintained |
8df158ac | 7216 | F: drivers/net/ethernet/toshiba/ps3_gelic_net.* |
02c18891 | 7217 | |
f58a9d17 | 7218 | PS3 PLATFORM SUPPORT |
b809b9ca | 7219 | M: Geoff Levand <[email protected]> |
a4724ed6 SR |
7220 | L: [email protected] |
7221 | L: [email protected] | |
b809b9ca | 7222 | S: Maintained |
679655da JP |
7223 | F: arch/powerpc/boot/ps3* |
7224 | F: arch/powerpc/include/asm/lv1call.h | |
7225 | F: arch/powerpc/include/asm/ps3*.h | |
7226 | F: arch/powerpc/platforms/ps3/ | |
7227 | F: drivers/*/ps3* | |
7228 | F: drivers/ps3/ | |
fec629b8 | 7229 | F: drivers/rtc/rtc-ps3.c |
679655da | 7230 | F: drivers/usb/host/*ps3.c |
fec629b8 | 7231 | F: sound/ppc/snd_ps3* |
f58a9d17 | 7232 | |
cffb4add | 7233 | PS3VRAM DRIVER |
8b58be88 | 7234 | M: Jim Paris <[email protected]> |
a4724ed6 | 7235 | L: [email protected] |
cffb4add | 7236 | S: Maintained |
8a3977cb | 7237 | F: drivers/block/ps3vram.c |
cffb4add | 7238 | |
8defe599 | 7239 | PSTORE FILESYSTEM |
9d5e2a02 | 7240 | M: Anton Vorontsov <[email protected]> |
8defe599 AV |
7241 | M: Colin Cross <[email protected]> |
7242 | M: Kees Cook <[email protected]> | |
7243 | M: Tony Luck <[email protected]> | |
7244 | S: Maintained | |
7245 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | |
7246 | F: fs/pstore/ | |
7247 | F: include/linux/pstore* | |
04851772 | 7248 | F: drivers/firmware/efi/efi-pstore.c |
8defe599 AV |
7249 | F: drivers/acpi/apei/erst.c |
7250 | ||
7fbc415d RC |
7251 | PTP HARDWARE CLOCK SUPPORT |
7252 | M: Richard Cochran <[email protected]> | |
e7333e3c | 7253 | L: [email protected] |
7fbc415d RC |
7254 | S: Maintained |
7255 | W: http://linuxptp.sourceforge.net/ | |
7256 | F: Documentation/ABI/testing/sysfs-ptp | |
7257 | F: Documentation/ptp/* | |
0ecb3cdd | 7258 | F: drivers/net/ethernet/freescale/gianfar_ptp.c |
7fbc415d RC |
7259 | F: drivers/net/phy/dp83640* |
7260 | F: drivers/ptp/* | |
7261 | F: include/linux/ptp_cl* | |
7262 | ||
cf94a4d1 | 7263 | PTRACE SUPPORT |
e846ee5f | 7264 | M: Roland McGrath <[email protected]> |
8b58be88 | 7265 | M: Oleg Nesterov <[email protected]> |
cf94a4d1 CH |
7266 | S: Maintained |
7267 | F: include/asm-generic/syscall.h | |
7268 | F: include/linux/ptrace.h | |
7269 | F: include/linux/regset.h | |
7270 | F: include/linux/tracehook.h | |
c117ab84 | 7271 | F: include/uapi/linux/ptrace.h |
cf94a4d1 CH |
7272 | F: kernel/ptrace.c |
7273 | ||
8320204a | 7274 | PVRUSB2 VIDEO4LINUX DRIVER |
8b58be88 | 7275 | M: Mike Isely <[email protected]> |
16e9495d | 7276 | L: [email protected] (subscribers-only) |
661263b5 | 7277 | L: [email protected] |
8320204a | 7278 | W: http://www.isely.net/pvrusb2/ |
275ffde4 | 7279 | T: git git://linuxtv.org/media_tree.git |
8320204a | 7280 | S: Maintained |
679655da | 7281 | F: Documentation/video4linux/README.pvrusb2 |
0c0d06ca | 7282 | F: drivers/media/usb/pvrusb2/ |
8320204a | 7283 | |
39532e6c HG |
7284 | PWC WEBCAM DRIVER |
7285 | M: Hans de Goede <[email protected]> | |
7286 | L: [email protected] | |
7287 | T: git git://linuxtv.org/media_tree.git | |
7288 | S: Maintained | |
7289 | F: drivers/media/usb/pwc/* | |
7290 | ||
200efedd | 7291 | PWM SUBSYSTEM |
aa3495f7 TR |
7292 | M: Thierry Reding <[email protected]> |
7293 | L: [email protected] | |
0c2498f1 | 7294 | S: Maintained |
006e854f | 7295 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git |
200efedd TR |
7296 | F: Documentation/pwm.txt |
7297 | F: Documentation/devicetree/bindings/pwm/ | |
7298 | F: include/linux/pwm.h | |
0c2498f1 | 7299 | F: drivers/pwm/ |
a140b98d TR |
7300 | F: drivers/video/backlight/pwm_bl.c |
7301 | F: include/linux/pwm_backlight.h | |
0c2498f1 | 7302 | |
30ec261e | 7303 | PXA2xx/PXA3xx SUPPORT |
8b58be88 JP |
7304 | M: Eric Miao <[email protected]> |
7305 | M: Russell King <[email protected]> | |
a323f664 | 7306 | M: Haojian Zhuang <[email protected]> |
efc03ecb | 7307 | L: [email protected] (moderated for non-subscribers) |
3f640c61 HZ |
7308 | T: git git://github.com/hzhuang1/linux.git |
7309 | T: git git://git.linaro.org/people/ycmiao/pxa-linux.git | |
1da177e4 | 7310 | S: Maintained |
679655da JP |
7311 | F: arch/arm/mach-pxa/ |
7312 | F: drivers/pcmcia/pxa2xx* | |
9df92e6c | 7313 | F: drivers/spi/spi-pxa2xx* |
faf2e1db | 7314 | F: drivers/usb/gadget/udc/pxa2* |
679655da | 7315 | F: include/sound/pxa2xx-lib.h |
bec4c99e | 7316 | F: sound/arm/pxa* |
14430813 | 7317 | F: sound/soc/pxa/ |
1da177e4 | 7318 | |
ec64d3bf EG |
7319 | PXA3xx NAND FLASH DRIVER |
7320 | M: Ezequiel Garcia <[email protected]> | |
7321 | L: [email protected] | |
7322 | S: Maintained | |
9a67f099 | 7323 | F: drivers/mtd/nand/pxa3xx_nand.c |
ec64d3bf | 7324 | |
3f640c61 | 7325 | MMP SUPPORT |
8b58be88 | 7326 | M: Eric Miao <[email protected]> |
a323f664 | 7327 | M: Haojian Zhuang <[email protected]> |
e8e6cb32 | 7328 | L: [email protected] (moderated for non-subscribers) |
3f640c61 HZ |
7329 | T: git git://github.com/hzhuang1/linux.git |
7330 | T: git git://git.linaro.org/people/ycmiao/pxa-linux.git | |
e8e6cb32 | 7331 | S: Maintained |
3f640c61 | 7332 | F: arch/arm/mach-mmp/ |
e8e6cb32 | 7333 | |
272f133a PO |
7334 | PXA MMCI DRIVER |
7335 | S: Orphan | |
7336 | ||
57f63bc8 | 7337 | PXA RTC DRIVER |
8b58be88 | 7338 | M: Robert Jarzmik <[email protected]> |
57f63bc8 RJ |
7339 | L: [email protected] |
7340 | S: Maintained | |
7341 | ||
cea4001a TS |
7342 | QAT DRIVER |
7343 | M: Tadeusz Struk <[email protected]> | |
7344 | L: [email protected] | |
7345 | S: Supported | |
7346 | F: drivers/crypto/qat/ | |
7347 | ||
52a09a04 | 7348 | QIB DRIVER |
8473c603 | 7349 | M: Mike Marciniszyn <[email protected]> |
52a09a04 MM |
7350 | L: [email protected] |
7351 | S: Supported | |
7352 | F: drivers/infiniband/hw/qib/ | |
7353 | ||
5e9772b9 JS |
7354 | QLOGIC QLA1280 SCSI DRIVER |
7355 | M: Michael Reed <[email protected]> | |
7356 | L: [email protected] | |
7357 | S: Maintained | |
7358 | F: drivers/scsi/qla1280.[ch] | |
7359 | ||
1da177e4 | 7360 | QLOGIC QLA2XXX FC-SCSI DRIVER |
2c804eb0 | 7361 | M: [email protected] |
1da177e4 LT |
7362 | L: [email protected] |
7363 | S: Supported | |
679655da JP |
7364 | F: Documentation/scsi/LICENSE.qla2xxx |
7365 | F: drivers/scsi/qla2xxx/ | |
1da177e4 | 7366 | |
883c98fe | 7367 | QLOGIC QLA4XXX iSCSI DRIVER |
883c98fe RA |
7368 | M: Vikas Chaudhary <[email protected]> |
7369 | M: [email protected] | |
7370 | L: [email protected] | |
7371 | S: Supported | |
bacfb81b | 7372 | F: Documentation/scsi/LICENSE.qla4xxx |
883c98fe RA |
7373 | F: drivers/scsi/qla4xxx/ |
7374 | ||
5a4faa87 | 7375 | QLOGIC QLA3XXX NETWORK DRIVER |
0a955c3a | 7376 | M: Jitendra Kalsaria <[email protected]> |
8b58be88 | 7377 | M: Ron Mercer <[email protected]> |
5a4faa87 RM |
7378 | M: [email protected] |
7379 | L: [email protected] | |
7380 | S: Supported | |
679655da | 7381 | F: Documentation/networking/LICENSE.qla3xxx |
aa43c215 | 7382 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
5a4faa87 | 7383 | |
0ec00f03 | 7384 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
195ca382 | 7385 | M: Shahed Shaikh <[email protected]> |
e6b0b019 | 7386 | M: [email protected] |
0ec00f03 AKS |
7387 | L: [email protected] |
7388 | S: Supported | |
aa43c215 | 7389 | F: drivers/net/ethernet/qlogic/qlcnic/ |
0ec00f03 | 7390 | |
c4e84bde | 7391 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
d4ec1b5c | 7392 | M: Shahed Shaikh <[email protected]> |
b997d79a | 7393 | M: Jitendra Kalsaria <[email protected]> |
8b58be88 | 7394 | M: Ron Mercer <[email protected]> |
4cbfbe25 | 7395 | M: [email protected] |
c4e84bde RM |
7396 | L: [email protected] |
7397 | S: Supported | |
aa43c215 | 7398 | F: drivers/net/ethernet/qlogic/qlge/ |
c4e84bde | 7399 | |
1da177e4 | 7400 | QNX4 FILESYSTEM |
8b58be88 | 7401 | M: Anders Larsen <[email protected]> |
1da177e4 LT |
7402 | W: http://www.alarsen.net/linux/qnx4fs/ |
7403 | S: Maintained | |
80811493 | 7404 | F: fs/qnx4/ |
c117ab84 CEB |
7405 | F: include/uapi/linux/qnx4_fs.h |
7406 | F: include/uapi/linux/qnxtypes.h | |
1da177e4 | 7407 | |
91952bc0 AP |
7408 | QT1010 MEDIA DRIVER |
7409 | M: Antti Palosaari <[email protected]> | |
7410 | L: [email protected] | |
7411 | W: http://linuxtv.org/ | |
7412 | W: http://palosaari.fi/linux/ | |
7413 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7414 | T: git git://linuxtv.org/anttip/media_tree.git | |
7415 | S: Maintained | |
7416 | F: drivers/media/tuners/qt1010* | |
7417 | ||
966fb5ec SM |
7418 | QUALCOMM ATHEROS ATH9K WIRELESS DRIVER |
7419 | M: QCA ath9k Development <[email protected]> | |
7420 | L: [email protected] | |
7421 | L: [email protected] | |
7422 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | |
7423 | S: Supported | |
7424 | F: drivers/net/wireless/ath/ath9k/ | |
7425 | ||
2ea0ffcb KV |
7426 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER |
7427 | M: Kalle Valo <[email protected]> | |
7428 | L: [email protected] | |
7429 | W: http://wireless.kernel.org/en/users/Drivers/ath10k | |
7430 | T: git git://github.com/kvalo/ath.git | |
7431 | S: Supported | |
7432 | F: drivers/net/wireless/ath/ath10k/ | |
7433 | ||
4f4567cf RK |
7434 | QUALCOMM HEXAGON ARCHITECTURE |
7435 | M: Richard Kuo <[email protected]> | |
7436 | L: [email protected] | |
7437 | S: Supported | |
7438 | F: arch/hexagon/ | |
7439 | ||
8e84c258 EK |
7440 | QUALCOMM WCN36XX WIRELESS DRIVER |
7441 | M: Eugene Krasnikov <[email protected]> | |
7442 | L: [email protected] | |
7443 | W: http://wireless.kernel.org/en/users/Drivers/wcn36xx | |
7444 | T: git git://github.com/KrasnikovEugene/wcn36xx.git | |
7445 | S: Supported | |
7446 | F: drivers/net/wireless/ath/wcn36xx/ | |
7447 | ||
35e3540b HV |
7448 | QUICKCAM PARALLEL PORT WEBCAMS |
7449 | M: Hans Verkuil <[email protected]> | |
7450 | L: [email protected] | |
7451 | T: git git://linuxtv.org/media_tree.git | |
7452 | W: http://linuxtv.org | |
7453 | S: Odd Fixes | |
7454 | F: drivers/media/parport/*-qcam* | |
7455 | ||
602adf40 | 7456 | RADOS BLOCK DEVICE (RBD) |
09d90327 SW |
7457 | M: Yehuda Sadeh <[email protected]> |
7458 | M: Sage Weil <[email protected]> | |
527a88b9 | 7459 | M: Alex Elder <[email protected]> |
602adf40 | 7460 | M: [email protected] |
09d90327 SW |
7461 | W: http://ceph.com/ |
7462 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | |
602adf40 YS |
7463 | S: Supported |
7464 | F: drivers/block/rbd.c | |
7465 | F: drivers/block/rbd_types.h | |
7466 | ||
1da177e4 | 7467 | RADEON FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7468 | M: Benjamin Herrenschmidt <[email protected]> |
c69f677c | 7469 | L: [email protected] |
1da177e4 | 7470 | S: Maintained |
8a61f013 | 7471 | F: drivers/video/fbdev/aty/radeon* |
c117ab84 | 7472 | F: include/uapi/linux/radeonfb.h |
1da177e4 | 7473 | |
c6c9b34c HG |
7474 | RADIOSHARK RADIO DRIVER |
7475 | M: Hans de Goede <[email protected]> | |
7476 | L: [email protected] | |
7477 | T: git git://linuxtv.org/media_tree.git | |
7478 | S: Maintained | |
7479 | F: drivers/media/radio/radio-shark.c | |
7480 | ||
7481 | RADIOSHARK2 RADIO DRIVER | |
7482 | M: Hans de Goede <[email protected]> | |
7483 | L: [email protected] | |
7484 | T: git git://linuxtv.org/media_tree.git | |
7485 | S: Maintained | |
7486 | F: drivers/media/radio/radio-shark2.c | |
7487 | F: drivers/media/radio/radio-tea5777.c | |
7488 | ||
1da177e4 | 7489 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
8b58be88 | 7490 | M: Paul Mackerras <[email protected]> |
c69f677c | 7491 | L: [email protected] |
1da177e4 | 7492 | S: Maintained |
8a61f013 | 7493 | F: drivers/video/fbdev/aty/aty128fb.c |
1da177e4 | 7494 | |
e7839f25 | 7495 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 | 7496 | P: rt2x00 project |
e1a6542f | 7497 | M: Ivo van Doorn <[email protected]> |
f198f98e | 7498 | M: Helmut Schaa <[email protected]> |
95ea3627 | 7499 | L: [email protected] |
83fc9c89 | 7500 | L: [email protected] (moderated for non-subscribers) |
95ea3627 ID |
7501 | W: http://rt2x00.serialmonkey.com/ |
7502 | S: Maintained | |
54e5881d | 7503 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
95ea3627 ID |
7504 | F: drivers/net/wireless/rt2x00/ |
7505 | ||
9db5579b | 7506 | RAMDISK RAM BLOCK DEVICE DRIVER |
6e575590 | 7507 | M: Nick Piggin <[email protected]> |
9db5579b | 7508 | S: Maintained |
679655da JP |
7509 | F: Documentation/blockdev/ramdisk.txt |
7510 | F: drivers/block/brd.c | |
9db5579b | 7511 | |
9e95ce27 | 7512 | RANDOM NUMBER DRIVER |
0624bcaa | 7513 | M: "Theodore Ts'o" <[email protected]> |
9e95ce27 | 7514 | S: Maintained |
679655da | 7515 | F: drivers/char/random.c |
9e95ce27 | 7516 | |
394b701c | 7517 | RAPIDIO SUBSYSTEM |
8b58be88 | 7518 | M: Matt Porter <[email protected]> |
b8bc1dd3 | 7519 | M: Alexandre Bounine <[email protected]> |
394b701c | 7520 | S: Maintained |
679655da | 7521 | F: drivers/rapidio/ |
394b701c | 7522 | |
e2d1d6c0 | 7523 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
e2d1d6c0 | 7524 | L: [email protected] |
f52a5490 | 7525 | S: Orphan |
679655da | 7526 | F: drivers/net/wireless/ray* |
e2d1d6c0 RD |
7527 | |
7528 | RCUTORTURE MODULE | |
e0198b29 | 7529 | M: Josh Triplett <[email protected]> |
8b58be88 | 7530 | M: "Paul E. McKenney" <[email protected]> |
981c3a4f | 7531 | L: [email protected] |
f9094d8e | 7532 | S: Supported |
08deed1e | 7533 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
679655da | 7534 | F: Documentation/RCU/torture.txt |
34e2d560 | 7535 | F: kernel/rcu/rcutorture.c |
e2d1d6c0 | 7536 | |
c87b9c60 PM |
7537 | RCUTORTURE TEST FRAMEWORK |
7538 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 7539 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7540 | R: Steven Rostedt <[email protected]> |
7541 | R: Mathieu Desnoyers <[email protected]> | |
7542 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7543 | L: [email protected] |
c87b9c60 PM |
7544 | S: Supported |
7545 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
7546 | F: tools/testing/selftests/rcutorture | |
7547 | ||
c1f766b5 | 7548 | RDC R-321X SoC |
8b58be88 | 7549 | M: Florian Fainelli <[email protected]> |
c1f766b5 FF |
7550 | S: Maintained |
7551 | ||
db17f395 | 7552 | RDC R6040 FAST ETHERNET DRIVER |
8b58be88 | 7553 | M: Florian Fainelli <[email protected]> |
db17f395 FF |
7554 | L: [email protected] |
7555 | S: Maintained | |
58565a35 | 7556 | F: drivers/net/ethernet/rdc/r6040.c |
db17f395 | 7557 | |
a09ed661 | 7558 | RDS - RELIABLE DATAGRAM SOCKETS |
8a85ac4b | 7559 | M: Chien Yen <[email protected]> |
fbb5a558 | 7560 | L: [email protected] (moderated for non-subscribers) |
a09ed661 | 7561 | S: Supported |
679655da | 7562 | F: net/rds/ |
a09ed661 | 7563 | |
595182bc | 7564 | READ-COPY UPDATE (RCU) |
8b58be88 | 7565 | M: "Paul E. McKenney" <[email protected]> |
ab0afd6c | 7566 | M: Josh Triplett <[email protected]> |
4632a191 PM |
7567 | R: Steven Rostedt <[email protected]> |
7568 | R: Mathieu Desnoyers <[email protected]> | |
7569 | R: Lai Jiangshan <[email protected]> | |
981c3a4f | 7570 | L: [email protected] |
9fab9787 | 7571 | W: http://www.rdrop.com/users/paulmck/RCU/ |
595182bc | 7572 | S: Supported |
08deed1e | 7573 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
f9094d8e | 7574 | F: Documentation/RCU/ |
9fab9787 | 7575 | X: Documentation/RCU/torture.txt |
f9094d8e | 7576 | F: include/linux/rcu* |
4102adab PM |
7577 | X: include/linux/srcu.h |
7578 | F: kernel/rcu/ | |
34e2d560 | 7579 | X: kernel/torture.c |
595182bc | 7580 | |
0c86edc0 | 7581 | REAL TIME CLOCK (RTC) SUBSYSTEM |
8b58be88 | 7582 | M: Alessandro Zummo <[email protected]> |
76465493 | 7583 | L: [email protected] |
8a6e2535 | 7584 | Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ |
0c86edc0 | 7585 | S: Maintained |
679655da JP |
7586 | F: Documentation/rtc.txt |
7587 | F: drivers/rtc/ | |
7588 | F: include/linux/rtc.h | |
c117ab84 | 7589 | F: include/uapi/linux/rtc.h |
0c86edc0 | 7590 | |
0e400c53 MB |
7591 | REALTEK AUDIO CODECS |
7592 | M: Bard Liao <[email protected]> | |
7593 | M: Oder Chiou <[email protected]> | |
7594 | S: Maintained | |
7595 | F: sound/soc/codecs/rt* | |
7596 | F: include/sound/rt*.h | |
7597 | ||
1da177e4 | 7598 | REISERFS FILE SYSTEM |
76c4e5ea | 7599 | L: [email protected] |
1da177e4 | 7600 | S: Supported |
679655da | 7601 | F: fs/reiserfs/ |
1da177e4 | 7602 | |
b83a313b | 7603 | REGISTER MAP ABSTRACTION |
b02e48f2 | 7604 | M: Mark Brown <[email protected]> |
b83a313b MB |
7605 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
7606 | S: Supported | |
7607 | F: drivers/base/regmap/ | |
7608 | F: include/linux/regmap.h | |
7609 | ||
400e64df OBC |
7610 | REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM |
7611 | M: Ohad Ben-Cohen <[email protected]> | |
6bb697b6 | 7612 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git |
400e64df OBC |
7613 | S: Maintained |
7614 | F: drivers/remoteproc/ | |
7615 | F: Documentation/remoteproc.txt | |
6fc26488 | 7616 | F: include/linux/remoteproc.h |
400e64df | 7617 | |
d8115db5 OBC |
7618 | REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM |
7619 | M: Ohad Ben-Cohen <[email protected]> | |
7620 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | |
7621 | S: Maintained | |
7622 | F: drivers/rpmsg/ | |
7623 | F: Documentation/rpmsg.txt | |
7624 | F: include/linux/rpmsg.h | |
7625 | ||
1b0fe6be PZ |
7626 | RESET CONTROLLER FRAMEWORK |
7627 | M: Philipp Zabel <[email protected]> | |
7628 | S: Maintained | |
7629 | F: drivers/reset/ | |
7630 | F: Documentation/devicetree/bindings/reset/ | |
7631 | F: include/linux/reset.h | |
7632 | F: include/linux/reset-controller.h | |
7633 | ||
e0897645 | 7634 | RFKILL |
8b58be88 | 7635 | M: Johannes Berg <[email protected]> |
19d337df | 7636 | L: [email protected] |
ce466579 JB |
7637 | W: http://wireless.kernel.org/ |
7638 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | |
7639 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | |
e0897645 | 7640 | S: Maintained |
505c9247 | 7641 | F: Documentation/rfkill.txt |
80811493 | 7642 | F: net/rfkill/ |
e0897645 | 7643 | |
67e054e9 ML |
7644 | RICOH SMARTMEDIA/XD DRIVER |
7645 | M: Maxim Levitsky <[email protected]> | |
7646 | S: Maintained | |
21c26f50 JP |
7647 | F: drivers/mtd/nand/r852.c |
7648 | F: drivers/mtd/nand/r852.h | |
67e054e9 | 7649 | |
92634125 ML |
7650 | RICOH R5C592 MEMORYSTICK DRIVER |
7651 | M: Maxim Levitsky <[email protected]> | |
7652 | S: Maintained | |
7653 | F: drivers/memstick/host/r592.* | |
7654 | ||
27f1d2f9 SA |
7655 | ROCCAT DRIVERS |
7656 | M: Stefan Achatz <[email protected]> | |
7657 | W: http://sourceforge.net/projects/roccat/ | |
7658 | S: Maintained | |
7659 | F: drivers/hid/hid-roccat* | |
7660 | F: include/linux/hid-roccat* | |
7661 | F: Documentation/ABI/*/sysfs-driver-hid-roccat* | |
7662 | ||
1da177e4 LT |
7663 | ROCKETPORT DRIVER |
7664 | P: Comtrol Corp. | |
1da177e4 LT |
7665 | W: http://www.comtrol.com |
7666 | S: Maintained | |
679655da | 7667 | F: Documentation/serial/rocket.txt |
c897401b | 7668 | F: drivers/tty/rocket* |
1da177e4 LT |
7669 | |
7670 | ROSE NETWORK LAYER | |
8b58be88 | 7671 | M: Ralf Baechle <[email protected]> |
1da177e4 | 7672 | L: [email protected] |
d34cb28a | 7673 | W: http://www.linux-ax25.org/ |
1da177e4 | 7674 | S: Maintained |
679655da | 7675 | F: include/net/rose.h |
c117ab84 | 7676 | F: include/uapi/linux/rose.h |
679655da | 7677 | F: net/rose/ |
1da177e4 | 7678 | |
91952bc0 AP |
7679 | RTL2830 MEDIA DRIVER |
7680 | M: Antti Palosaari <[email protected]> | |
7681 | L: [email protected] | |
7682 | W: http://linuxtv.org/ | |
7683 | W: http://palosaari.fi/linux/ | |
7684 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7685 | T: git git://linuxtv.org/anttip/media_tree.git | |
7686 | S: Maintained | |
7687 | F: drivers/media/dvb-frontends/rtl2830* | |
7688 | ||
27a0aacf AP |
7689 | RTL2832 MEDIA DRIVER |
7690 | M: Antti Palosaari <[email protected]> | |
7691 | L: [email protected] | |
7692 | W: http://linuxtv.org/ | |
7693 | W: http://palosaari.fi/linux/ | |
7694 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7695 | T: git git://linuxtv.org/anttip/media_tree.git | |
7696 | S: Maintained | |
7697 | F: drivers/media/dvb-frontends/rtl2832* | |
7698 | ||
ba6e6f6e AP |
7699 | RTL2832_SDR MEDIA DRIVER |
7700 | M: Antti Palosaari <[email protected]> | |
7701 | L: [email protected] | |
7702 | W: http://linuxtv.org/ | |
7703 | W: http://palosaari.fi/linux/ | |
7704 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
7705 | T: git git://linuxtv.org/anttip/media_tree.git | |
7706 | S: Maintained | |
b4bb1c28 | 7707 | F: drivers/media/dvb-frontends/rtl2832_sdr* |
ba6e6f6e | 7708 | |
59840488 | 7709 | RTL8180 WIRELESS DRIVER |
8b58be88 | 7710 | M: "John W. Linville" <[email protected]> |
605bebe2 | 7711 | L: [email protected] |
491b26b4 | 7712 | W: http://wireless.kernel.org/ |
54e5881d | 7713 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
605bebe2 | 7714 | S: Maintained |
3cfeb0c3 | 7715 | F: drivers/net/wireless/rtl818x/rtl8180/ |
605bebe2 | 7716 | |
59840488 | 7717 | RTL8187 WIRELESS DRIVER |
9f0939bf | 7718 | M: Herton Ronaldo Krzesinski <[email protected]> |
8b58be88 JP |
7719 | M: Hin-Tak Leung <[email protected]> |
7720 | M: Larry Finger <[email protected]> | |
7d2c86b5 | 7721 | L: [email protected] |
491b26b4 | 7722 | W: http://wireless.kernel.org/ |
54e5881d | 7723 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7d2c86b5 | 7724 | S: Maintained |
3cfeb0c3 | 7725 | F: drivers/net/wireless/rtl818x/rtl8187/ |
59840488 | 7726 | |
3cf0c8ad LF |
7727 | RTL8192CE WIRELESS DRIVER |
7728 | M: Larry Finger <[email protected]> | |
7729 | M: Chaoming Li <[email protected]> | |
7730 | L: [email protected] | |
491b26b4 | 7731 | W: http://wireless.kernel.org/ |
3cf0c8ad LF |
7732 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7733 | S: Maintained | |
7734 | F: drivers/net/wireless/rtlwifi/ | |
f0b3e4b7 | 7735 | F: drivers/net/wireless/rtlwifi/rtl8192ce/ |
59840488 | 7736 | |
9eb8ef74 | 7737 | S3 SAVAGE FRAMEBUFFER DRIVER |
8b58be88 | 7738 | M: Antonino Daplas <[email protected]> |
c69f677c | 7739 | L: [email protected] |
ce00f85c | 7740 | S: Maintained |
8a61f013 | 7741 | F: drivers/video/fbdev/savage/ |
9eb8ef74 | 7742 | |
1da177e4 | 7743 | S390 |
8b58be88 JP |
7744 | M: Martin Schwidefsky <[email protected]> |
7745 | M: Heiko Carstens <[email protected]> | |
1da177e4 | 7746 | M: [email protected] |
d58140cc | 7747 | L: [email protected] |
5238da45 HC |
7748 | W: http://www.ibm.com/developerworks/linux/linux390/ |
7749 | S: Supported | |
679655da | 7750 | F: arch/s390/ |
a968cd3e | 7751 | F: drivers/s390/ |
3bfe6858 JN |
7752 | F: Documentation/s390/ |
7753 | F: Documentation/DocBook/s390* | |
5238da45 | 7754 | |
322986ca SO |
7755 | S390 COMMON I/O LAYER |
7756 | M: Sebastian Ott <[email protected]> | |
7757 | M: Peter Oberparleiter <[email protected]> | |
7758 | L: [email protected] | |
7759 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7760 | S: Supported | |
7761 | F: drivers/s390/cio/ | |
7762 | ||
7763 | S390 DASD DRIVER | |
7764 | M: Stefan Weinhuber <[email protected]> | |
7765 | M: Stefan Haberland <[email protected]> | |
7766 | L: [email protected] | |
7767 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7768 | S: Supported | |
7769 | F: drivers/s390/block/dasd* | |
7770 | F: block/partitions/ibm.c | |
7771 | ||
5238da45 | 7772 | S390 NETWORK DRIVERS |
8b58be88 JP |
7773 | M: Ursula Braun <[email protected]> |
7774 | M: Frank Blaschka <[email protected]> | |
5238da45 | 7775 | M: [email protected] |
d58140cc | 7776 | L: [email protected] |
5238da45 HC |
7777 | W: http://www.ibm.com/developerworks/linux/linux390/ |
7778 | S: Supported | |
679655da | 7779 | F: drivers/s390/net/ |
5238da45 | 7780 | |
322986ca SO |
7781 | S390 PCI SUBSYSTEM |
7782 | M: Sebastian Ott <[email protected]> | |
7783 | M: Gerald Schaefer <[email protected]> | |
7784 | L: [email protected] | |
7785 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7786 | S: Supported | |
7787 | F: arch/s390/pci/ | |
7788 | F: drivers/pci/hotplug/s390_pci_hpc.c | |
7789 | ||
feed9b62 | 7790 | S390 ZCRYPT DRIVER |
5c8d0983 | 7791 | M: Ingo Tuchscherer <[email protected]> |
feed9b62 FB |
7792 | M: [email protected] |
7793 | L: [email protected] | |
a968cd3e | 7794 | W: http://www.ibm.com/developerworks/linux/linux390/ |
feed9b62 | 7795 | S: Supported |
d5ca6918 | 7796 | F: drivers/s390/crypto/ |
feed9b62 | 7797 | |
5238da45 | 7798 | S390 ZFCP DRIVER |
d38e19d0 | 7799 | M: Steffen Maier <[email protected]> |
5238da45 | 7800 | M: [email protected] |
d58140cc | 7801 | L: [email protected] |
5238da45 | 7802 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 | 7803 | S: Supported |
679655da | 7804 | F: drivers/s390/scsi/zfcp_* |
1da177e4 | 7805 | |
dd96df2c | 7806 | S390 IUCV NETWORK LAYER |
8b58be88 | 7807 | M: Ursula Braun <[email protected]> |
dd96df2c UB |
7808 | M: [email protected] |
7809 | L: [email protected] | |
7810 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
7811 | S: Supported | |
679655da JP |
7812 | F: drivers/s390/net/*iucv* |
7813 | F: include/net/iucv/ | |
7814 | F: net/iucv/ | |
dd96df2c | 7815 | |
4dde7f75 | 7816 | S3C24XX SD/MMC Driver |
8b58be88 | 7817 | M: Ben Dooks <[email protected]> |
efc03ecb | 7818 | L: [email protected] (moderated for non-subscribers) |
4dde7f75 | 7819 | S: Supported |
679655da | 7820 | F: drivers/mmc/host/s3cmci.* |
4dde7f75 | 7821 | |
1f15a229 HV |
7822 | SAA6588 RDS RECEIVER DRIVER |
7823 | M: Hans Verkuil <[email protected]> | |
7824 | L: [email protected] | |
7825 | T: git git://linuxtv.org/media_tree.git | |
7826 | W: http://linuxtv.org | |
7827 | S: Odd Fixes | |
7828 | F: drivers/media/i2c/saa6588* | |
7829 | ||
98ed12e6 | 7830 | SAA7134 VIDEO4LINUX DRIVER |
1b2c14b4 | 7831 | M: Mauro Carvalho Chehab <[email protected]> |
98ed12e6 MCC |
7832 | L: [email protected] |
7833 | W: http://linuxtv.org | |
7834 | T: git git://linuxtv.org/media_tree.git | |
7835 | S: Odd fixes | |
e42bf501 | 7836 | F: Documentation/video4linux/*.saa7134 |
98ed12e6 MCC |
7837 | F: drivers/media/pci/saa7134/ |
7838 | ||
1da177e4 | 7839 | SAA7146 VIDEO4LINUX-2 DRIVER |
566b8157 | 7840 | M: Hans Verkuil <[email protected]> |
661263b5 | 7841 | L: [email protected] |
275ffde4 | 7842 | T: git git://linuxtv.org/media_tree.git |
1da177e4 | 7843 | S: Maintained |
90d72ac6 MCC |
7844 | F: drivers/media/common/saa7146/ |
7845 | F: drivers/media/pci/saa7146/ | |
7846 | F: include/media/saa7146* | |
1da177e4 | 7847 | |
92304a40 | 7848 | SAMSUNG LAPTOP DRIVER |
5909c654 | 7849 | M: Corentin Chary <[email protected]> |
92304a40 CC |
7850 | L: [email protected] |
7851 | S: Maintained | |
7852 | F: drivers/platform/x86/samsung-laptop.c | |
7853 | ||
4a109cc0 | 7854 | SAMSUNG AUDIO (ASoC) DRIVERS |
250b6851 | 7855 | M: Sangbeom Kim <[email protected]> |
4a109cc0 MB |
7856 | L: [email protected] (moderated for non-subscribers) |
7857 | S: Supported | |
14430813 | 7858 | F: sound/soc/samsung/ |
4a109cc0 | 7859 | |
0d89a28b JH |
7860 | SAMSUNG FRAMEBUFFER DRIVER |
7861 | M: Jingoo Han <[email protected]> | |
7862 | L: [email protected] | |
7863 | S: Maintained | |
8a61f013 | 7864 | F: drivers/video/fbdev/s3c-fb.c |
0d89a28b | 7865 | |
f69d3a17 SK |
7866 | SAMSUNG MULTIFUNCTION DEVICE DRIVERS |
7867 | M: Sangbeom Kim <[email protected]> | |
7868 | L: [email protected] | |
7869 | S: Supported | |
7870 | F: drivers/mfd/sec*.c | |
7871 | F: drivers/regulator/s2m*.c | |
7872 | F: drivers/regulator/s5m*.c | |
7873 | F: drivers/rtc/rtc-sec.c | |
7874 | F: include/linux/mfd/samsung/ | |
7875 | ||
038f5c4b SN |
7876 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS |
7877 | M: Kyungmin Park <[email protected]> | |
7878 | M: Sylwester Nawrocki <[email protected]> | |
7879 | L: [email protected] | |
7880 | Q: https://patchwork.linuxtv.org/project/linux-media/list/ | |
7881 | S: Supported | |
7882 | F: drivers/media/platform/exynos4-is/ | |
038f5c4b | 7883 | |
6fd86ab2 SN |
7884 | SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER |
7885 | M: Sylwester Nawrocki <[email protected]> | |
7886 | L: [email protected] | |
7887 | L: [email protected] (moderated for non-subscribers) | |
7888 | S: Maintained | |
7889 | F: drivers/media/platform/s3c-camif/ | |
7890 | F: include/media/s3c_camif.h | |
7891 | ||
b84ef24e AH |
7892 | SAMSUNG S5C73M3 CAMERA DRIVER |
7893 | M: Kyungmin Park <[email protected]> | |
7894 | M: Andrzej Hajda <[email protected]> | |
7895 | L: [email protected] | |
7896 | S: Supported | |
7897 | F: drivers/media/i2c/s5c73m3/* | |
7898 | ||
7d459937 AH |
7899 | SAMSUNG S5K5BAF CAMERA DRIVER |
7900 | M: Kyungmin Park <[email protected]> | |
7901 | M: Andrzej Hajda <[email protected]> | |
7902 | L: [email protected] | |
7903 | S: Supported | |
7904 | F: drivers/media/i2c/s5k5baf.c | |
7905 | ||
310e39c9 | 7906 | SAMSUNG SOC CLOCK DRIVERS |
fea685e9 TF |
7907 | M: Sylwester Nawrocki <[email protected]> |
7908 | M: Tomasz Figa <[email protected]> | |
310e39c9 TF |
7909 | S: Supported |
7910 | L: [email protected] (moderated for non-subscribers) | |
7911 | F: drivers/clk/samsung/ | |
7912 | ||
66890ed6 BA |
7913 | SAMSUNG SXGBE DRIVERS |
7914 | M: Byungho An <[email protected]> | |
7915 | M: Girish K S <[email protected]> | |
66890ed6 BA |
7916 | M: Vipul Pandya <[email protected]> |
7917 | S: Supported | |
7918 | L: [email protected] | |
7919 | F: drivers/net/ethernet/samsung/sxgbe/ | |
7920 | ||
e296cd32 KD |
7921 | SAMSUNG USB2 PHY DRIVER |
7922 | M: Kamil Debski <[email protected]> | |
7923 | L: [email protected] | |
7924 | S: Supported | |
7925 | F: Documentation/devicetree/bindings/phy/samsung-phy.txt | |
7926 | F: Documentation/phy/samsung-usb2.txt | |
7927 | F: drivers/phy/phy-exynos4210-usb2.c | |
7928 | F: drivers/phy/phy-exynos4x12-usb2.c | |
7929 | F: drivers/phy/phy-exynos5250-usb2.c | |
7930 | F: drivers/phy/phy-s5pv210-usb2.c | |
7931 | F: drivers/phy/phy-samsung-usb2.c | |
7932 | F: drivers/phy/phy-samsung-usb2.h | |
7933 | ||
ca749e2a | 7934 | SERIAL DRIVERS |
5e30bbb7 | 7935 | M: Greg Kroah-Hartman <[email protected]> |
ca749e2a | 7936 | L: [email protected] |
5e30bbb7 | 7937 | S: Maintained |
14430813 | 7938 | F: drivers/tty/serial/ |
ca749e2a | 7939 | |
aecb7b64 | 7940 | SYNOPSYS DESIGNWARE DMAC DRIVER |
2d8a3b3d | 7941 | M: Viresh Kumar <[email protected]> |
337ae47c | 7942 | M: Andy Shevchenko <[email protected]> |
aecb7b64 VK |
7943 | S: Maintained |
7944 | F: include/linux/dw_dmac.h | |
61a76496 | 7945 | F: drivers/dma/dw/ |
aecb7b64 | 7946 | |
f9e37137 SJ |
7947 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER |
7948 | M: Seungwon Jeon <[email protected]> | |
7949 | M: Jaehoon Chung <[email protected]> | |
7950 | L: [email protected] | |
7951 | S: Maintained | |
7952 | F: include/linux/mmc/dw_mmc.h | |
7953 | F: drivers/mmc/host/dw_mmc* | |
7954 | ||
1db121d6 AN |
7955 | THUNDERBOLT DRIVER |
7956 | M: Andreas Noever <[email protected]> | |
7957 | S: Maintained | |
7958 | F: drivers/thunderbolt/ | |
7959 | ||
9222d247 | 7960 | TIMEKEEPING, CLOCKSOURCE CORE, NTP |
50363737 | 7961 | M: John Stultz <[email protected]> |
88606e80 | 7962 | M: Thomas Gleixner <[email protected]> |
981c3a4f | 7963 | L: [email protected] |
75fc2d37 | 7964 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
88606e80 TG |
7965 | S: Supported |
7966 | F: include/linux/clocksource.h | |
7967 | F: include/linux/time.h | |
7968 | F: include/linux/timex.h | |
c117ab84 CEB |
7969 | F: include/uapi/linux/time.h |
7970 | F: include/uapi/linux/timex.h | |
88606e80 TG |
7971 | F: kernel/time/clocksource.c |
7972 | F: kernel/time/time*.c | |
7973 | F: kernel/time/ntp.c | |
7974 | ||
5b3f03f0 | 7975 | TLG2300 VIDEO4LINUX-2 DRIVER |
d2fa2187 | 7976 | M: Huang Shijie <[email protected]> |
a545e2ea HV |
7977 | M: Hans Verkuil <[email protected]> |
7978 | S: Odd Fixes | |
14430813 | 7979 | F: drivers/media/usb/tlg2300/ |
5b3f03f0 | 7980 | |
1da177e4 | 7981 | SC1200 WDT DRIVER |
b300645a | 7982 | M: Zwane Mwaikambo <[email protected]> |
1da177e4 | 7983 | S: Maintained |
679655da | 7984 | F: drivers/watchdog/sc1200wdt.c |
1da177e4 LT |
7985 | |
7986 | SCHEDULER | |
dd9b238c | 7987 | M: Ingo Molnar <[email protected]> |
8b58be88 | 7988 | M: Peter Zijlstra <[email protected]> |
981c3a4f | 7989 | L: [email protected] |
75fc2d37 | 7990 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
1da177e4 | 7991 | S: Maintained |
95c0d71d | 7992 | F: kernel/sched/ |
679655da | 7993 | F: include/linux/sched.h |
c117ab84 | 7994 | F: include/uapi/linux/sched.h |
c2eb505b | 7995 | F: include/linux/wait.h |
1da177e4 | 7996 | |
6bcf6737 | 7997 | SCORE ARCHITECTURE |
ed38665e | 7998 | M: Chen Liqin <[email protected]> |
a2681a75 | 7999 | M: Lennox Wu <[email protected]> |
ed38665e | 8000 | W: http://www.sunplus.com |
6bcf6737 | 8001 | S: Supported |
a2681a75 | 8002 | F: arch/score/ |
6bcf6737 | 8003 | |
1da177e4 | 8004 | SCSI CDROM DRIVER |
8b58be88 | 8005 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
8006 | L: [email protected] |
8007 | W: http://www.kernel.dk | |
8008 | S: Maintained | |
679655da | 8009 | F: drivers/scsi/sr* |
1da177e4 | 8010 | |
fb50a83d | 8011 | SCSI RDMA PROTOCOL (SRP) INITIATOR |
e6b45d49 | 8012 | M: Bart Van Assche <[email protected]> |
fb50a83d RD |
8013 | L: [email protected] |
8014 | S: Supported | |
8015 | W: http://www.openfabrics.org | |
8016 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
8017 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git | |
8018 | F: drivers/infiniband/ulp/srp/ | |
8019 | F: include/scsi/srp.h | |
8020 | ||
1da177e4 | 8021 | SCSI SG DRIVER |
8b58be88 | 8022 | M: Doug Gilbert <[email protected]> |
1da177e4 | 8023 | L: [email protected] |
59ab3c93 | 8024 | W: http://sg.danny.cz/sg |
1da177e4 | 8025 | S: Maintained |
59ab3c93 | 8026 | F: Documentation/scsi/scsi-generic.txt |
679655da JP |
8027 | F: drivers/scsi/sg.c |
8028 | F: include/scsi/sg.h | |
1da177e4 LT |
8029 | |
8030 | SCSI SUBSYSTEM | |
c95286d8 | 8031 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 | 8032 | L: [email protected] |
54e5881d JP |
8033 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
8034 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | |
8035 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 | 8036 | S: Maintained |
679655da JP |
8037 | F: drivers/scsi/ |
8038 | F: include/scsi/ | |
1da177e4 LT |
8039 | |
8040 | SCSI TAPE DRIVER | |
8b58be88 | 8041 | M: Kai Mäkisara <[email protected]> |
1da177e4 LT |
8042 | L: [email protected] |
8043 | S: Maintained | |
679655da | 8044 | F: Documentation/scsi/st.txt |
f7269cfc JD |
8045 | F: drivers/scsi/st.* |
8046 | F: drivers/scsi/st_*.h | |
1da177e4 LT |
8047 | |
8048 | SCTP PROTOCOL | |
8b6efb75 | 8049 | M: Vlad Yasevich <[email protected]> |
02c38d0a | 8050 | M: Neil Horman <[email protected]> |
1a418796 | 8051 | L: [email protected] |
5f85813c | 8052 | W: http://lksctp.sourceforge.net |
8b6efb75 | 8053 | S: Maintained |
679655da JP |
8054 | F: Documentation/networking/sctp.txt |
8055 | F: include/linux/sctp.h | |
4d58c025 | 8056 | F: include/uapi/linux/sctp.h |
679655da JP |
8057 | F: include/net/sctp/ |
8058 | F: net/sctp/ | |
1da177e4 LT |
8059 | |
8060 | SCx200 CPU SUPPORT | |
8b58be88 | 8061 | M: Jim Cromie <[email protected]> |
1662d32c | 8062 | S: Odd Fixes |
679655da | 8063 | F: Documentation/i2c/busses/scx200_acb |
390889b6 | 8064 | F: arch/x86/platform/scx200/ |
679655da JP |
8065 | F: drivers/watchdog/scx200_wdt.c |
8066 | F: drivers/i2c/busses/scx200* | |
8067 | F: drivers/mtd/maps/scx200_docflash.c | |
8068 | F: include/linux/scx200.h | |
1662d32c JC |
8069 | |
8070 | SCx200 GPIO DRIVER | |
8b58be88 | 8071 | M: Jim Cromie <[email protected]> |
1662d32c | 8072 | S: Maintained |
679655da JP |
8073 | F: drivers/char/scx200_gpio.c |
8074 | F: include/linux/scx200_gpio.h | |
1662d32c JC |
8075 | |
8076 | SCx200 HRT CLOCKSOURCE DRIVER | |
8b58be88 | 8077 | M: Jim Cromie <[email protected]> |
1662d32c | 8078 | S: Maintained |
679655da | 8079 | F: drivers/clocksource/scx200_hrt.c |
1da177e4 | 8080 | |
6a36913a | 8081 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 8082 | M: Sascha Sommer <[email protected]> |
6a36913a SS |
8083 | L: [email protected] (subscribers-only) |
8084 | S: Maintained | |
679655da | 8085 | F: drivers/mmc/host/sdricoh_cs.c |
6a36913a | 8086 | |
e7839f25 | 8087 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
6e443244 | 8088 | M: Chris Ball <[email protected]> |
7a241d6e | 8089 | L: [email protected] |
245feaa6 CB |
8090 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git |
8091 | S: Maintained | |
7a241d6e | 8092 | F: drivers/mmc/host/sdhci.* |
d4a45787 | 8093 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8094 | |
c04f9d61 KC |
8095 | SECURE COMPUTING |
8096 | M: Kees Cook <[email protected]> | |
8097 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp | |
8098 | S: Supported | |
8099 | F: kernel/seccomp.c | |
8100 | F: include/uapi/linux/seccomp.h | |
8101 | F: include/linux/seccomp.h | |
8102 | K: \bsecure_computing | |
8103 | K: \bTIF_SECCOMP\b | |
8104 | ||
3085e9c1 | 8105 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
9d5e2a02 | 8106 | M: Anton Vorontsov <[email protected]> |
a4724ed6 | 8107 | L: [email protected] |
7a241d6e | 8108 | L: [email protected] |
e2d1d6c0 | 8109 | S: Maintained |
d4a45787 | 8110 | F: drivers/mmc/host/sdhci-pltfm.[ch] |
e2d1d6c0 | 8111 | |
0d1bb41a | 8112 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
8b58be88 | 8113 | M: Ben Dooks <[email protected]> |
7a241d6e | 8114 | L: [email protected] |
0d1bb41a BD |
8115 | S: Maintained |
8116 | F: drivers/mmc/host/sdhci-s3c.c | |
8117 | ||
c63b3cba | 8118 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER |
2d8a3b3d | 8119 | M: Viresh Kumar <[email protected]> |
fbfa0748 | 8120 | L: [email protected] |
c63b3cba VK |
8121 | L: [email protected] |
8122 | S: Maintained | |
8123 | F: drivers/mmc/host/sdhci-spear.c | |
8124 | ||
8711cca2 | 8125 | SECURITY SUBSYSTEM |
9b45c0d2 | 8126 | M: James Morris <[email protected]> |
70b4a259 | 8127 | M: Serge E. Hallyn <[email protected]> |
8711cca2 | 8128 | L: [email protected] (suggested Cc:) |
89879a7e | 8129 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git |
9ccf010f | 8130 | W: http://kernsec.org/ |
8711cca2 | 8131 | S: Supported |
7d2c86b5 | 8132 | F: security/ |
8711cca2 | 8133 | |
1da177e4 | 8134 | SECURITY CONTACT |
8b58be88 | 8135 | M: Security Officers <[email protected]> |
1da177e4 LT |
8136 | S: Supported |
8137 | ||
8138 | SELINUX SECURITY MODULE | |
e0238b4c | 8139 | M: Paul Moore <[email protected]> |
8b58be88 | 8140 | M: Stephen Smalley <[email protected]> |
8b58be88 | 8141 | M: Eric Paris <[email protected]> |
e0238b4c | 8142 | L: [email protected] (moderated for non-subscribers) |
f058925b | 8143 | W: http://selinuxproject.org |
5a5f2acf | 8144 | T: git git://git.infradead.org/users/pcmoore/selinux |
1da177e4 | 8145 | S: Supported |
679655da JP |
8146 | F: include/linux/selinux* |
8147 | F: security/selinux/ | |
6bde95ce | 8148 | F: scripts/selinux/ |
1da177e4 | 8149 | |
c1c124e9 JJ |
8150 | APPARMOR SECURITY MODULE |
8151 | M: John Johansen <[email protected]> | |
8152 | L: [email protected] (subscribers-only, general discussion) | |
8153 | W: apparmor.wiki.kernel.org | |
8154 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git | |
8155 | S: Supported | |
8156 | F: security/apparmor/ | |
8157 | ||
cef2cf07 | 8158 | SENSABLE PHANTOM |
8b58be88 | 8159 | M: Jiri Slaby <[email protected]> |
cef2cf07 | 8160 | S: Maintained |
679655da | 8161 | F: drivers/misc/phantom.c |
c117ab84 | 8162 | F: include/uapi/linux/phantom.h |
cef2cf07 | 8163 | |
4480f15b | 8164 | SERIAL ATA (SATA) SUBSYSTEM |
3d9b9350 | 8165 | M: Tejun Heo <[email protected]> |
1da177e4 | 8166 | L: [email protected] |
3d9b9350 | 8167 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
1da177e4 | 8168 | S: Supported |
d5ca6918 JP |
8169 | F: drivers/ata/ |
8170 | F: include/linux/ata.h | |
8171 | F: include/linux/libata.h | |
1da177e4 | 8172 | |
7188b067 HG |
8173 | SERIAL ATA AHCI PLATFORM devices support |
8174 | M: Hans de Goede <[email protected]> | |
8175 | M: Tejun Heo <[email protected]> | |
8176 | L: [email protected] | |
8177 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | |
8178 | S: Supported | |
8179 | F: drivers/ata/ahci_platform.c | |
8180 | F: drivers/ata/libahci_platform.c | |
8181 | F: include/linux/ahci_platform.h | |
8182 | ||
6733b39a | 8183 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
0ca43cc0 | 8184 | M: Jayamohan Kallickal <[email protected]> |
3387f656 | 8185 | L: [email protected] |
0ca43cc0 | 8186 | W: http://www.emulex.com |
3387f656 JP |
8187 | S: Supported |
8188 | F: drivers/scsi/be2iscsi/ | |
6733b39a | 8189 | |
6b7c5b94 | 8190 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
fea3af67 AK |
8191 | M: Sathya Perla <[email protected]> |
8192 | M: Subbu Seetharaman <[email protected]> | |
8193 | M: Ajit Khaparde <[email protected]> | |
7d2c86b5 | 8194 | L: [email protected] |
fea3af67 | 8195 | W: http://www.emulex.com |
7d2c86b5 | 8196 | S: Supported |
9aebddd1 | 8197 | F: drivers/net/ethernet/emulex/benet/ |
6b7c5b94 | 8198 | |
8ceee660 | 8199 | SFC NETWORK DRIVER |
c06f51ea | 8200 | M: Solarflare linux maintainers <[email protected]> |
8533ccf3 | 8201 | M: Shradha Shah <[email protected]> |
c06f51ea | 8202 | L: [email protected] |
8ceee660 | 8203 | S: Supported |
874aeea5 | 8204 | F: drivers/net/ethernet/sfc/ |
8ceee660 | 8205 | |
e2d1d6c0 | 8206 | SGI GRU DRIVER |
cc883afc | 8207 | M: Dimitri Sivanich <[email protected]> |
e2d1d6c0 | 8208 | S: Maintained |
679655da | 8209 | F: drivers/misc/sgi-gru/ |
e2d1d6c0 RD |
8210 | |
8211 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
8b58be88 | 8212 | M: Pat Gefre <[email protected]> |
e2d1d6c0 RD |
8213 | L: [email protected] |
8214 | S: Supported | |
679655da | 8215 | F: Documentation/ia64/serial.txt |
df621252 | 8216 | F: drivers/tty/serial/ioc?_serial.c |
679655da | 8217 | F: include/linux/ioc?.h |
e2d1d6c0 | 8218 | |
75312619 | 8219 | SGI XP/XPC/XPNET DRIVER |
e180383f RH |
8220 | M: Cliff Whickman <[email protected]> |
8221 | M: Robin Holt <[email protected]> | |
75312619 | 8222 | S: Maintained |
679655da | 8223 | F: drivers/misc/sgi-xp/ |
75312619 | 8224 | |
46eacf3b AP |
8225 | SI2157 MEDIA DRIVER |
8226 | M: Antti Palosaari <[email protected]> | |
8227 | L: [email protected] | |
8228 | W: http://linuxtv.org/ | |
8229 | W: http://palosaari.fi/linux/ | |
8230 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8231 | T: git git://linuxtv.org/anttip/media_tree.git | |
8232 | S: Maintained | |
8233 | F: drivers/media/tuners/si2157* | |
8234 | ||
75e2d5ba AP |
8235 | SI2168 MEDIA DRIVER |
8236 | M: Antti Palosaari <[email protected]> | |
8237 | L: [email protected] | |
8238 | W: http://linuxtv.org/ | |
8239 | W: http://palosaari.fi/linux/ | |
8240 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8241 | T: git git://linuxtv.org/anttip/media_tree.git | |
8242 | S: Maintained | |
8243 | F: drivers/media/dvb-frontends/si2168* | |
8244 | ||
49cc629d HV |
8245 | SI470X FM RADIO RECEIVER I2C DRIVER |
8246 | M: Hans Verkuil <[email protected]> | |
8247 | L: [email protected] | |
8248 | T: git git://linuxtv.org/media_tree.git | |
8249 | W: http://linuxtv.org | |
8250 | S: Odd Fixes | |
8251 | F: drivers/media/radio/si470x/radio-si470x-i2c.c | |
8252 | ||
8253 | SI470X FM RADIO RECEIVER USB DRIVER | |
8254 | M: Hans Verkuil <[email protected]> | |
8255 | L: [email protected] | |
8256 | T: git git://linuxtv.org/media_tree.git | |
8257 | W: http://linuxtv.org | |
8258 | S: Maintained | |
8259 | F: drivers/media/radio/si470x/radio-si470x-common.c | |
8260 | F: drivers/media/radio/si470x/radio-si470x.h | |
8261 | F: drivers/media/radio/si470x/radio-si470x-usb.c | |
8262 | ||
c937ca03 EV |
8263 | SI4713 FM RADIO TRANSMITTER I2C DRIVER |
8264 | M: Eduardo Valentin <[email protected]> | |
8265 | L: [email protected] | |
8266 | T: git git://linuxtv.org/media_tree.git | |
8267 | W: http://linuxtv.org | |
8268 | S: Odd Fixes | |
99995ded | 8269 | F: drivers/media/radio/si4713/si4713.? |
c937ca03 EV |
8270 | |
8271 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER | |
8272 | M: Eduardo Valentin <[email protected]> | |
8273 | L: [email protected] | |
8274 | T: git git://linuxtv.org/media_tree.git | |
8275 | W: http://linuxtv.org | |
8276 | S: Odd Fixes | |
99995ded DR |
8277 | F: drivers/media/radio/si4713/radio-platform-si4713.c |
8278 | ||
8279 | SI4713 FM RADIO TRANSMITTER USB DRIVER | |
8280 | M: Hans Verkuil <[email protected]> | |
8281 | L: [email protected] | |
8282 | T: git git://linuxtv.org/media_tree.git | |
8283 | W: http://linuxtv.org | |
8284 | S: Maintained | |
8285 | F: drivers/media/radio/si4713/radio-usb-si4713.c | |
c937ca03 | 8286 | |
beb91d46 | 8287 | SIANO DVB DRIVER |
1b2c14b4 | 8288 | M: Mauro Carvalho Chehab <[email protected]> |
beb91d46 MCC |
8289 | L: [email protected] |
8290 | W: http://linuxtv.org | |
8291 | T: git git://linuxtv.org/media_tree.git | |
8292 | S: Odd fixes | |
8293 | F: drivers/media/common/siano/ | |
beb91d46 | 8294 | F: drivers/media/usb/siano/ |
beb91d46 | 8295 | F: drivers/media/usb/siano/ |
14430813 | 8296 | F: drivers/media/mmc/siano/ |
beb91d46 | 8297 | |
b618b69c | 8298 | SH_VEU V4L2 MEM2MEM DRIVER |
b618b69c | 8299 | L: [email protected] |
bb60fcb2 | 8300 | S: Orphan |
b618b69c | 8301 | F: drivers/media/platform/sh_veu.c |
b618b69c GL |
8302 | |
8303 | SH_VOU V4L2 OUTPUT DRIVER | |
b618b69c | 8304 | L: [email protected] |
bb60fcb2 | 8305 | S: Orphan |
b618b69c GL |
8306 | F: drivers/media/platform/sh_vou.c |
8307 | F: include/media/sh_vou.h | |
8308 | ||
6349d997 | 8309 | SIMPLE FIRMWARE INTERFACE (SFI) |
2bf822d7 | 8310 | M: Len Brown <[email protected]> |
6349d997 LB |
8311 | L: [email protected] |
8312 | W: http://simplefirmware.org/ | |
8313 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | |
e2d1d6c0 | 8314 | S: Supported |
943fc810 | 8315 | F: arch/x86/platform/sfi/ |
6349d997 LB |
8316 | F: drivers/sfi/ |
8317 | F: include/linux/sfi*.h | |
e2d1d6c0 | 8318 | |
1da177e4 LT |
8319 | SIMTEC EB110ATX (Chalice CATS) |
8320 | P: Ben Dooks | |
b16957c6 BD |
8321 | P: Vincent Sanders <[email protected]> |
8322 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8323 | W: http://www.simtec.co.uk/products/EB110ATX/ |
8324 | S: Supported | |
8325 | ||
8326 | SIMTEC EB2410ITX (BAST) | |
8327 | P: Ben Dooks | |
b16957c6 BD |
8328 | P: Vincent Sanders <[email protected]> |
8329 | M: Simtec Linux Team <[email protected]> | |
1da177e4 LT |
8330 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
8331 | S: Supported | |
15dba387 JP |
8332 | F: arch/arm/mach-s3c24xx/mach-bast.c |
8333 | F: arch/arm/mach-s3c24xx/bast-ide.c | |
8334 | F: arch/arm/mach-s3c24xx/bast-irq.c | |
1da177e4 | 8335 | |
4c5adde7 | 8336 | TI DAVINCI MACHINE SUPPORT |
3ba789c0 | 8337 | M: Sekhar Nori <[email protected]> |
c69d72ae | 8338 | M: Kevin Hilman <[email protected]> |
f296ed78 | 8339 | L: [email protected] (moderated for non-subscribers) |
c9f46a85 | 8340 | T: git git://gitorious.org/linux-davinci/linux-davinci.git |
8a6e2535 | 8341 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ |
4c5adde7 | 8342 | S: Supported |
14430813 | 8343 | F: arch/arm/mach-davinci/ |
046d0a37 | 8344 | F: drivers/i2c/busses/i2c-davinci.c |
4c5adde7 | 8345 | |
8d4b3f08 | 8346 | TI DAVINCI SERIES MEDIA DRIVER |
9ce5eca7 | 8347 | M: Lad, Prabhakar <[email protected]> |
8d4b3f08 LP |
8348 | L: [email protected] |
8349 | L: [email protected] (moderated for non-subscribers) | |
8350 | W: http://linuxtv.org/ | |
8351 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8352 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | |
9ce5eca7 | 8353 | S: Maintained |
8d4b3f08 LP |
8354 | F: drivers/media/platform/davinci/ |
8355 | F: include/media/davinci/ | |
8356 | ||
92aab3c0 | 8357 | SIS 190 ETHERNET DRIVER |
8b58be88 | 8358 | M: Francois Romieu <[email protected]> |
92aab3c0 FR |
8359 | L: [email protected] |
8360 | S: Maintained | |
8c7de408 | 8361 | F: drivers/net/ethernet/sis/sis190.c |
92aab3c0 | 8362 | |
1da177e4 | 8363 | SIS 900/7016 FAST ETHERNET DRIVER |
8b58be88 | 8364 | M: Daniele Venzano <[email protected]> |
1da177e4 | 8365 | W: http://www.brownhat.org/sis900.html |
979b6c13 | 8366 | L: [email protected] |
1da177e4 | 8367 | S: Maintained |
8c7de408 | 8368 | F: drivers/net/ethernet/sis/sis900.* |
1da177e4 LT |
8369 | |
8370 | SIS FRAMEBUFFER DRIVER | |
8b58be88 | 8371 | M: Thomas Winischhofer <[email protected]> |
1da177e4 | 8372 | W: http://www.winischhofer.net/linuxsisvga.shtml |
b7eee616 | 8373 | S: Maintained |
679655da | 8374 | F: Documentation/fb/sisfb.txt |
8a61f013 | 8375 | F: drivers/video/fbdev/sis/ |
679655da | 8376 | F: include/video/sisfb.h |
1da177e4 LT |
8377 | |
8378 | SIS USB2VGA DRIVER | |
8b58be88 | 8379 | M: Thomas Winischhofer <[email protected]> |
1da177e4 LT |
8380 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
8381 | S: Maintained | |
679655da | 8382 | F: drivers/usb/misc/sisusbvga/ |
1da177e4 | 8383 | |
415ad26d | 8384 | SLAB ALLOCATOR |
16e943bf | 8385 | M: Christoph Lameter <[email protected]> |
2ed1c525 | 8386 | M: Pekka Enberg <[email protected]> |
16e943bf CL |
8387 | M: David Rientjes <[email protected]> |
8388 | M: Joonsoo Kim <[email protected]> | |
8389 | M: Andrew Morton <[email protected]> | |
415ad26d CL |
8390 | L: [email protected] |
8391 | S: Maintained | |
679655da | 8392 | F: include/linux/sl?b*.h |
16e943bf | 8393 | F: mm/sl?b* |
415ad26d | 8394 | |
9fab9787 PM |
8395 | SLEEPABLE READ-COPY UPDATE (SRCU) |
8396 | M: Lai Jiangshan <[email protected]> | |
8397 | M: "Paul E. McKenney" <[email protected]> | |
ab0afd6c | 8398 | M: Josh Triplett <[email protected]> |
4632a191 PM |
8399 | R: Steven Rostedt <[email protected]> |
8400 | R: Mathieu Desnoyers <[email protected]> | |
981c3a4f | 8401 | L: [email protected] |
9fab9787 PM |
8402 | W: http://www.rdrop.com/users/paulmck/RCU/ |
8403 | S: Supported | |
8404 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |
4102adab PM |
8405 | F: include/linux/srcu.h |
8406 | F: kernel/rcu/srcu.c | |
9fab9787 | 8407 | |
66372841 CS |
8408 | SMACK SECURITY MODULE |
8409 | M: Casey Schaufler <[email protected]> | |
8410 | L: [email protected] | |
8411 | W: http://schaufler-ca.com | |
8412 | T: git git://git.gitorious.org/smack-next/kernel.git | |
8413 | S: Maintained | |
8414 | F: Documentation/security/Smack.txt | |
8415 | F: security/smack/ | |
8416 | ||
68ace3e1 KH |
8417 | SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) |
8418 | M: Kevin Hilman <[email protected]> | |
8419 | M: Nishanth Menon <[email protected]> | |
8420 | S: Maintained | |
8421 | F: drivers/power/avs/smartreflex.c | |
8422 | F: include/linux/power/smartreflex.h | |
8423 | L: [email protected] | |
8424 | ||
1da177e4 | 8425 | SMC91x ETHERNET DRIVER |
2f82af08 | 8426 | M: Nicolas Pitre <[email protected]> |
18e2842b | 8427 | S: Odd Fixes |
ae150435 | 8428 | F: drivers/net/ethernet/smsc/smc91x.* |
1da177e4 | 8429 | |
e8e31622 SA |
8430 | SMIA AND SMIA++ IMAGE SENSOR DRIVER |
8431 | M: Sakari Ailus <[email protected]> | |
8432 | L: [email protected] | |
8433 | S: Maintained | |
14430813 | 8434 | F: drivers/media/i2c/smiapp/ |
e8e31622 SA |
8435 | F: include/media/smiapp.h |
8436 | F: drivers/media/i2c/smiapp-pll.c | |
8437 | F: drivers/media/i2c/smiapp-pll.h | |
8438 | ||
920fa1ff GR |
8439 | SMM665 HARDWARE MONITOR DRIVER |
8440 | M: Guenter Roeck <[email protected]> | |
8441 | L: [email protected] | |
8442 | S: Maintained | |
8443 | F: Documentation/hwmon/smm665 | |
8444 | F: drivers/hwmon/smm665.c | |
8445 | ||
9df7305b | 8446 | SMSC EMC2103 HARDWARE MONITOR DRIVER |
90b24cfb | 8447 | M: Steve Glendinning <[email protected]> |
9df7305b | 8448 | L: [email protected] |
90b24cfb | 8449 | S: Maintained |
9df7305b SG |
8450 | F: Documentation/hwmon/emc2103 |
8451 | F: drivers/hwmon/emc2103.c | |
8452 | ||
a98d506c HG |
8453 | SMSC SCH5627 HARDWARE MONITOR DRIVER |
8454 | M: Hans de Goede <[email protected]> | |
8455 | L: [email protected] | |
8456 | S: Supported | |
8457 | F: Documentation/hwmon/sch5627 | |
8458 | F: drivers/hwmon/sch5627.c | |
8459 | ||
6ea884db | 8460 | SMSC47B397 HARDWARE MONITOR DRIVER |
7c81c60f | 8461 | M: Jean Delvare <[email protected]> |
6ea884db MH |
8462 | L: [email protected] |
8463 | S: Maintained | |
679655da JP |
8464 | F: Documentation/hwmon/smsc47b397 |
8465 | F: drivers/hwmon/smsc47b397.c | |
6ea884db | 8466 | |
fd9abb3d | 8467 | SMSC911x ETHERNET DRIVER |
90b24cfb | 8468 | M: Steve Glendinning <[email protected]> |
2cb37728 | 8469 | L: [email protected] |
90b24cfb | 8470 | S: Maintained |
679655da | 8471 | F: include/linux/smsc911x.h |
ae150435 | 8472 | F: drivers/net/ethernet/smsc/smsc911x.* |
2cb37728 SG |
8473 | |
8474 | SMSC9420 PCI ETHERNET DRIVER | |
90b24cfb | 8475 | M: Steve Glendinning <[email protected]> |
fd9abb3d | 8476 | L: [email protected] |
90b24cfb | 8477 | S: Maintained |
ae150435 | 8478 | F: drivers/net/ethernet/smsc/smsc9420.* |
fd9abb3d | 8479 | |
3c8a63e2 | 8480 | SMSC UFX6000 and UFX7000 USB to VGA DRIVER |
90b24cfb | 8481 | M: Steve Glendinning <[email protected]> |
3c8a63e2 | 8482 | L: [email protected] |
90b24cfb | 8483 | S: Maintained |
8a61f013 | 8484 | F: drivers/video/fbdev/smscufx.c |
3c8a63e2 | 8485 | |
668acf32 | 8486 | SOC-CAMERA V4L2 SUBSYSTEM |
8b58be88 | 8487 | M: Guennadi Liakhovetski <[email protected]> |
661263b5 | 8488 | L: [email protected] |
275ffde4 | 8489 | T: git git://linuxtv.org/media_tree.git |
795fb7e7 | 8490 | S: Maintained |
90d72ac6 MCC |
8491 | F: include/media/soc* |
8492 | F: drivers/media/i2c/soc_camera/ | |
8493 | F: drivers/media/platform/soc_camera/ | |
668acf32 | 8494 | |
e2d1d6c0 | 8495 | SOEKRIS NET48XX LED SUPPORT |
8b58be88 | 8496 | M: Chris Boot <[email protected]> |
e2d1d6c0 | 8497 | S: Maintained |
679655da | 8498 | F: drivers/leds/leds-net48xx.c |
e2d1d6c0 | 8499 | |
e3994db1 JP |
8500 | SOFTLOGIC 6x10 MPEG CODEC |
8501 | M: Ismael Luceno <[email protected]> | |
8502 | L: [email protected] | |
8503 | S: Supported | |
8504 | F: drivers/media/pci/solo6x10/ | |
8505 | ||
1da177e4 | 8506 | SOFTWARE RAID (Multiple Disks) SUPPORT |
8b58be88 | 8507 | M: Neil Brown <[email protected]> |
1da177e4 | 8508 | L: [email protected] |
524418bb | 8509 | S: Supported |
679655da JP |
8510 | F: drivers/md/ |
8511 | F: include/linux/raid/ | |
c117ab84 | 8512 | F: include/uapi/linux/raid/ |
1da177e4 | 8513 | |
1da177e4 | 8514 | SONIC NETWORK DRIVER |
8b58be88 | 8515 | M: Thomas Bogendoerfer <[email protected]> |
979b6c13 | 8516 | L: [email protected] |
1da177e4 | 8517 | S: Maintained |
d9fb9f38 | 8518 | F: drivers/net/ethernet/natsemi/sonic.* |
1da177e4 | 8519 | |
61e115a5 | 8520 | SONICS SILICON BACKPLANE DRIVER (SSB) |
eb032b98 | 8521 | M: Michael Buesch <[email protected]> |
61e115a5 MB |
8522 | L: [email protected] |
8523 | S: Maintained | |
679655da JP |
8524 | F: drivers/ssb/ |
8525 | F: include/linux/ssb/ | |
61e115a5 | 8526 | |
1da177e4 | 8527 | SONY VAIO CONTROL DEVICE DRIVER |
8b58be88 | 8528 | M: Mattia Dongili <[email protected]> |
d0944853 | 8529 | L: [email protected] |
5b18167d | 8530 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
1da177e4 | 8531 | S: Maintained |
679655da JP |
8532 | F: Documentation/laptops/sony-laptop.txt |
8533 | F: drivers/char/sonypi.c | |
8534 | F: drivers/platform/x86/sony-laptop.c | |
8535 | F: include/linux/sony-laptop.h | |
1da177e4 | 8536 | |
baf8532a | 8537 | SONY MEMORYSTICK CARD SUPPORT |
8b58be88 | 8538 | M: Alex Dubov <[email protected]> |
baf8532a AD |
8539 | W: http://tifmxx.berlios.de/ |
8540 | S: Maintained | |
679655da | 8541 | F: drivers/memstick/host/tifm_ms.c |
baf8532a | 8542 | |
0ab30494 ML |
8543 | SONY MEMORYSTICK STANDARD SUPPORT |
8544 | M: Maxim Levitsky <[email protected]> | |
8545 | S: Maintained | |
8546 | F: drivers/memstick/core/ms_block.* | |
8547 | ||
1da177e4 | 8548 | SOUND |
8b58be88 JP |
8549 | M: Jaroslav Kysela <[email protected]> |
8550 | M: Takashi Iwai <[email protected]> | |
93711660 | 8551 | L: [email protected] (moderated for non-subscribers) |
3126a179 | 8552 | W: http://www.alsa-project.org/ |
dde7ad8d | 8553 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
3126a179 | 8554 | T: git git://git.alsa-project.org/alsa-kernel.git |
ff4a8f32 | 8555 | Q: http://patchwork.kernel.org/project/alsa-devel/list/ |
1da177e4 | 8556 | S: Maintained |
3126a179 JP |
8557 | F: Documentation/sound/ |
8558 | F: include/sound/ | |
c117ab84 | 8559 | F: include/uapi/sound/ |
679655da | 8560 | F: sound/ |
1da177e4 | 8561 | |
33bbe149 MB |
8562 | SOUND - COMPRESSED AUDIO |
8563 | M: Vinod Koul <[email protected]> | |
8564 | L: [email protected] (moderated for non-subscribers) | |
8565 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | |
8566 | S: Supported | |
f672f31a | 8567 | F: Documentation/sound/alsa/compress_offload.txt |
33bbe149 | 8568 | F: include/sound/compress_driver.h |
f672f31a | 8569 | F: include/uapi/sound/compress_* |
33bbe149 MB |
8570 | F: sound/core/compress_offload.c |
8571 | F: sound/soc/soc-compress.c | |
8572 | ||
bd903bde | 8573 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
6b9cf5c2 | 8574 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 8575 | M: Mark Brown <[email protected]> |
86f14df8 | 8576 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
93711660 | 8577 | L: [email protected] (moderated for non-subscribers) |
b0b8daf7 | 8578 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 | 8579 | S: Supported |
2820f615 | 8580 | F: Documentation/sound/alsa/soc/ |
679655da | 8581 | F: sound/soc/ |
e6e55122 | 8582 | F: include/sound/soc* |
eb1a6af3 | 8583 | |
d7f8761b MB |
8584 | SOUND - DMAENGINE HELPERS |
8585 | M: Lars-Peter Clausen <[email protected]> | |
8586 | S: Supported | |
8587 | F: include/sound/dmaengine_pcm.h | |
8588 | F: sound/core/pcm_dmaengine.c | |
8589 | F: sound/soc/soc-generic-dmaengine-pcm.c | |
8590 | ||
473321fc | 8591 | SPARC + UltraSPARC (sparc/sparc64) |
8b58be88 | 8592 | M: "David S. Miller" <[email protected]> |
1da177e4 | 8593 | L: [email protected] |
8a6e2535 | 8594 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ |
08deed1e JP |
8595 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
8596 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
1da177e4 | 8597 | S: Maintained |
679655da | 8598 | F: arch/sparc/ |
7765b8bb | 8599 | F: drivers/sbus/ |
1da177e4 | 8600 | |
6404fcca DM |
8601 | SPARC SERIAL DRIVERS |
8602 | M: "David S. Miller" <[email protected]> | |
8603 | L: [email protected] | |
08deed1e JP |
8604 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
8605 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git | |
6404fcca | 8606 | S: Maintained |
6816383a | 8607 | F: include/linux/sunserialcore.h |
df621252 | 8608 | F: drivers/tty/serial/suncore.c |
df621252 GKH |
8609 | F: drivers/tty/serial/sunhv.c |
8610 | F: drivers/tty/serial/sunsab.c | |
8611 | F: drivers/tty/serial/sunsab.h | |
8612 | F: drivers/tty/serial/sunsu.c | |
8613 | F: drivers/tty/serial/sunzilog.c | |
8614 | F: drivers/tty/serial/sunzilog.h | |
6404fcca | 8615 | |
389325b4 CL |
8616 | SPARSE CHECKER |
8617 | M: "Christopher Li" <[email protected]> | |
8618 | L: [email protected] | |
8619 | W: https://sparse.wiki.kernel.org/ | |
8620 | T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git | |
8621 | T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git | |
8622 | S: Maintained | |
8623 | F: include/linux/compiler.h | |
8624 | ||
fc0c195a | 8625 | SPEAR PLATFORM SUPPORT |
2d8a3b3d | 8626 | M: Viresh Kumar <[email protected]> |
9cc23682 | 8627 | M: Shiraz Hashim <[email protected]> |
fbfa0748 VK |
8628 | L: [email protected] |
8629 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
8630 | W: http://www.st.com/spear |
8631 | S: Maintained | |
281e192f | 8632 | F: arch/arm/mach-spear/ |
fc0c195a VK |
8633 | |
8634 | SPEAR CLOCK FRAMEWORK SUPPORT | |
2d8a3b3d | 8635 | M: Viresh Kumar <[email protected]> |
fbfa0748 VK |
8636 | L: [email protected] |
8637 | L: [email protected] (moderated for non-subscribers) | |
fc0c195a VK |
8638 | W: http://www.st.com/spear |
8639 | S: Maintained | |
5df33a62 | 8640 | F: drivers/clk/spear/ |
fc0c195a | 8641 | |
e2d1d6c0 | 8642 | SPI SUBSYSTEM |
b02e48f2 | 8643 | M: Mark Brown <[email protected]> |
dfbe403c | 8644 | L: [email protected] |
e7e4e13c | 8645 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
8a6e2535 | 8646 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
e2d1d6c0 | 8647 | S: Maintained |
679655da JP |
8648 | F: Documentation/spi/ |
8649 | F: drivers/spi/ | |
8650 | F: include/linux/spi/ | |
c117ab84 | 8651 | F: include/uapi/linux/spi/ |
e2d1d6c0 | 8652 | |
2752e401 | 8653 | SPIDERNET NETWORK DRIVER for CELL |
8b58be88 JP |
8654 | M: Ishizaki Kou <[email protected]> |
8655 | M: Jens Osterkamp <[email protected]> | |
2752e401 JL |
8656 | L: [email protected] |
8657 | S: Supported | |
679655da | 8658 | F: Documentation/networking/spider_net.txt |
8df158ac | 8659 | F: drivers/net/ethernet/toshiba/spider_net* |
2752e401 | 8660 | |
e2d1d6c0 | 8661 | SPU FILE SYSTEM |
8b58be88 | 8662 | M: Jeremy Kerr <[email protected]> |
a4724ed6 SR |
8663 | L: [email protected] |
8664 | L: [email protected] | |
e2d1d6c0 RD |
8665 | W: http://www.ibm.com/developerworks/power/cell/ |
8666 | S: Supported | |
679655da JP |
8667 | F: Documentation/filesystems/spufs.txt |
8668 | F: arch/powerpc/platforms/cell/spufs/ | |
e2d1d6c0 | 8669 | |
fc555841 | 8670 | SQUASHFS FILE SYSTEM |
d7f2ff67 | 8671 | M: Phillip Lougher <[email protected]> |
fc555841 PL |
8672 | L: [email protected] (subscribers-only) |
8673 | W: http://squashfs.org.uk | |
8674 | S: Maintained | |
679655da JP |
8675 | F: Documentation/filesystems/squashfs.txt |
8676 | F: fs/squashfs/ | |
fc555841 | 8677 | |
1da177e4 | 8678 | SRM (Alpha) environment access |
8b58be88 | 8679 | M: Jan-Benedict Glaw <[email protected]> |
1da177e4 | 8680 | S: Maintained |
679655da | 8681 | F: arch/alpha/kernel/srm_env.c |
1da177e4 | 8682 | |
26e9a397 | 8683 | STABLE BRANCH |
879a5a00 | 8684 | M: Greg Kroah-Hartman <[email protected]> |
bc7a2f3a | 8685 | L: [email protected] |
879a5a00 | 8686 | S: Supported |
7b175c46 | 8687 | F: Documentation/stable_kernel_rules.txt |
e2d1d6c0 | 8688 | |
26e9a397 | 8689 | STAGING SUBSYSTEM |
879a5a00 | 8690 | M: Greg Kroah-Hartman <[email protected]> |
630081fd | 8691 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
1c6ccf62 | 8692 | L: [email protected] |
879a5a00 | 8693 | S: Supported |
679655da | 8694 | F: drivers/staging/ |
dbc6c2cc | 8695 | |
ebd3d010 JP |
8696 | STAGING - COMEDI |
8697 | M: Ian Abbott <[email protected]> | |
81b884c9 | 8698 | M: H Hartley Sweeten <[email protected]> |
ebd3d010 JP |
8699 | S: Odd Fixes |
8700 | F: drivers/staging/comedi/ | |
8701 | ||
8dc2bbe7 ME |
8702 | STAGING - ET131X NETWORK DRIVER |
8703 | M: Mark Einon <[email protected]> | |
8704 | S: Odd Fixes | |
8705 | F: drivers/staging/et131x/ | |
8706 | ||
a0138163 JP |
8707 | STAGING - FLARION FT1000 DRIVERS |
8708 | M: Marek Belisko <[email protected]> | |
8709 | S: Odd Fixes | |
8710 | F: drivers/staging/ft1000/ | |
8711 | ||
6c1bb424 | 8712 | STAGING - INDUSTRIAL IO |
030a13d7 | 8713 | M: Jonathan Cameron <[email protected]> |
a0138163 | 8714 | L: [email protected] |
6c1bb424 JP |
8715 | S: Odd Fixes |
8716 | F: drivers/staging/iio/ | |
8717 | ||
a0138163 JP |
8718 | STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS |
8719 | M: Jarod Wilson <[email protected]> | |
8720 | W: http://www.lirc.org/ | |
8721 | S: Odd Fixes | |
b2b0186d | 8722 | F: drivers/staging/media/lirc/ |
a0138163 | 8723 | |
7c6b6c71 | 8724 | STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) |
b8125382 | 8725 | M: Julian Andres Klode <[email protected]> |
7c6b6c71 MD |
8726 | M: Marc Dietrich <[email protected]> |
8727 | L: [email protected] (moderated for non-subscribers) | |
5d96bf4d | 8728 | L: [email protected] |
7c6b6c71 MD |
8729 | S: Maintained |
8730 | F: drivers/staging/nvec/ | |
8731 | ||
a0138163 | 8732 | STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON) |
3140b458 JF |
8733 | M: Jens Frederich <[email protected]> |
8734 | M: Daniel Drake <[email protected]> | |
a0138163 JP |
8735 | M: Jon Nettleton <[email protected]> |
8736 | W: http://wiki.laptop.org/go/DCON | |
3140b458 | 8737 | S: Maintained |
a0138163 JP |
8738 | F: drivers/staging/olpc_dcon/ |
8739 | ||
94cfdd15 | 8740 | STAGING - OZMO DEVICES USB OVER WIFI DRIVER |
96747a8f | 8741 | M: Shigekatsu Tateno <[email protected]> |
94cfdd15 CK |
8742 | S: Maintained |
8743 | F: drivers/staging/ozwpan/ | |
8744 | ||
a0138163 | 8745 | STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER |
29e7017b JP |
8746 | M: Willy Tarreau <[email protected]> |
8747 | S: Odd Fixes | |
8748 | F: drivers/staging/panel/ | |
8749 | ||
a0138163 JP |
8750 | STAGING - REALTEK RTL8712U DRIVERS |
8751 | M: Larry Finger <[email protected]> | |
8752 | M: Florian Schilhabel <[email protected]>. | |
8753 | S: Odd Fixes | |
8754 | F: drivers/staging/rtl8712/ | |
8755 | ||
7591ba8b JS |
8756 | STAGING - REALTEK RTL8723U WIRELESS DRIVER |
8757 | M: Larry Finger <[email protected]> | |
8758 | M: Jes Sorensen <[email protected]> | |
8759 | L: [email protected] | |
8760 | S: Maintained | |
8761 | F: drivers/staging/rtl8723au/ | |
8762 | ||
510fa408 JP |
8763 | STAGING - SLICOSS |
8764 | M: Lior Dotan <[email protected]> | |
8765 | M: Christopher Harrer <[email protected]> | |
8766 | S: Odd Fixes | |
8767 | F: drivers/staging/slicoss/ | |
8768 | ||
a0138163 JP |
8769 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
8770 | M: William Hubbs <[email protected]> | |
8771 | M: Chris Brannon <[email protected]> | |
d33bce31 | 8772 | M: Kirk Reiser <[email protected]> |
a0138163 | 8773 | M: Samuel Thibault <[email protected]> |
e6a152ef | 8774 | L: [email protected] |
a0138163 JP |
8775 | W: http://www.linux-speakup.org/ |
8776 | S: Odd Fixes | |
8777 | F: drivers/staging/speakup/ | |
8778 | ||
b3e871ce JP |
8779 | STAGING - VIA VT665X DRIVERS |
8780 | M: Forest Bond <[email protected]> | |
8781 | S: Odd Fixes | |
8782 | F: drivers/staging/vt665?/ | |
8783 | ||
709bcb07 | 8784 | STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER |
3e39e66e | 8785 | M: Arnaud Patard <[email protected]> |
709bcb07 JP |
8786 | S: Odd Fixes |
8787 | F: drivers/staging/xgifb/ | |
8788 | ||
1da177e4 | 8789 | STARFIRE/DURALAN NETWORK DRIVER |
8b58be88 | 8790 | M: Ion Badulescu <[email protected]> |
b4f90189 | 8791 | S: Odd Fixes |
9bba23b0 | 8792 | F: drivers/net/ethernet/adaptec/starfire* |
1da177e4 | 8793 | |
e2d1d6c0 | 8794 | SUN3/3X |
8b58be88 | 8795 | M: Sam Creasey <[email protected]> |
e2d1d6c0 RD |
8796 | W: http://sammy.net/sun3/ |
8797 | S: Maintained | |
679655da JP |
8798 | F: arch/m68k/kernel/*sun3* |
8799 | F: arch/m68k/sun3*/ | |
8800 | F: arch/m68k/include/asm/sun3* | |
e689cf4a | 8801 | F: drivers/net/ethernet/i825xx/sun3* |
e2d1d6c0 | 8802 | |
2bc9ff01 DK |
8803 | SUNDANCE NETWORK DRIVER |
8804 | M: Denis Kirjanov <[email protected]> | |
8805 | L: [email protected] | |
8806 | S: Maintained | |
8807 | F: drivers/net/ethernet/dlink/sundance.c | |
8808 | ||
2cbb12a4 | 8809 | SUPERH |
2cbb12a4 | 8810 | L: [email protected] |
1da177e4 | 8811 | W: http://www.linux-sh.org |
8a6e2535 | 8812 | Q: http://patchwork.kernel.org/project/linux-sh/list/ |
dcaa57d5 | 8813 | S: Orphan |
066069e1 | 8814 | F: Documentation/sh/ |
679655da | 8815 | F: arch/sh/ |
066069e1 | 8816 | F: drivers/sh/ |
1da177e4 | 8817 | |
4480f15b | 8818 | SUSPEND TO RAM |
7fb06082 | 8819 | M: "Rafael J. Wysocki" <[email protected]> |
8b58be88 JP |
8820 | M: Len Brown <[email protected]> |
8821 | M: Pavel Machek <[email protected]> | |
bf1c138e | 8822 | L: [email protected] |
e2d1d6c0 | 8823 | S: Supported |
679655da JP |
8824 | F: Documentation/power/ |
8825 | F: arch/x86/kernel/acpi/ | |
8826 | F: drivers/base/power/ | |
8827 | F: kernel/power/ | |
8828 | F: include/linux/suspend.h | |
8829 | F: include/linux/freezer.h | |
8830 | F: include/linux/pm.h | |
1da177e4 LT |
8831 | |
8832 | SVGA HANDLING | |
8b58be88 | 8833 | M: Martin Mares <[email protected]> |
1da177e4 LT |
8834 | L: [email protected] |
8835 | S: Maintained | |
679655da JP |
8836 | F: Documentation/svga.txt |
8837 | F: arch/x86/boot/video* | |
1da177e4 | 8838 | |
6e28b761 KRW |
8839 | SWIOTLB SUBSYSTEM |
8840 | M: Konrad Rzeszutek Wilk <[email protected]> | |
8841 | L: [email protected] | |
8842 | S: Supported | |
8843 | F: lib/swiotlb.c | |
8844 | F: arch/*/kernel/pci-swiotlb.c | |
8845 | F: include/linux/swiotlb.h | |
8846 | ||
db8e35d5 VG |
8847 | SYNOPSYS ARC ARCHITECTURE |
8848 | M: Vineet Gupta <[email protected]> | |
db8e35d5 VG |
8849 | S: Supported |
8850 | F: arch/arc/ | |
6659a20a | 8851 | F: Documentation/devicetree/bindings/arc/ |
c6a0fe4a | 8852 | F: drivers/tty/serial/arc_uart.c |
db8e35d5 | 8853 | |
1da177e4 | 8854 | SYSV FILESYSTEM |
8b58be88 | 8855 | M: Christoph Hellwig <[email protected]> |
1da177e4 | 8856 | S: Maintained |
679655da JP |
8857 | F: Documentation/filesystems/sysv-fs.txt |
8858 | F: fs/sysv/ | |
8859 | F: include/linux/sysv_fs.h | |
1da177e4 | 8860 | |
86cfa7fc NB |
8861 | TARGET SUBSYSTEM |
8862 | M: Nicholas A. Bellinger <[email protected]> | |
8863 | L: [email protected] | |
b9f5edc2 | 8864 | L: [email protected] |
86cfa7fc | 8865 | W: http://www.linux-iscsi.org |
cf015e9f | 8866 | W: http://groups.google.com/group/linux-iscsi-target-dev |
452cf324 | 8867 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
86cfa7fc NB |
8868 | S: Supported |
8869 | F: drivers/target/ | |
8870 | F: include/target/ | |
8871 | F: Documentation/target/ | |
8872 | ||
4e68852d | 8873 | TASKSTATS STATISTICS INTERFACE |
185e595f | 8874 | M: Balbir Singh <[email protected]> |
4e68852d | 8875 | S: Maintained |
679655da JP |
8876 | F: Documentation/accounting/taskstats* |
8877 | F: include/linux/taskstats* | |
8878 | F: kernel/taskstats.c | |
4e68852d | 8879 | |
781b456a | 8880 | TC CLASSIFIER |
f935f3f8 | 8881 | M: Jamal Hadi Salim <[email protected]> |
781b456a SH |
8882 | L: [email protected] |
8883 | S: Maintained | |
679655da | 8884 | F: include/net/pkt_cls.h |
c117ab84 | 8885 | F: include/uapi/linux/pkt_cls.h |
679655da | 8886 | F: net/sched/ |
781b456a | 8887 | |
5067f08a | 8888 | TCP LOW PRIORITY MODULE |
8b58be88 JP |
8889 | M: "Wong Hoi Sing, Edison" <[email protected]> |
8890 | M: "Hung Hing Lun, Mike" <[email protected]> | |
5067f08a WHSE |
8891 | W: http://tcp-lp-mod.sourceforge.net/ |
8892 | S: Maintained | |
679655da | 8893 | F: net/ipv4/tcp_lp.c |
5067f08a | 8894 | |
91952bc0 AP |
8895 | TDA10071 MEDIA DRIVER |
8896 | M: Antti Palosaari <[email protected]> | |
8897 | L: [email protected] | |
8898 | W: http://linuxtv.org/ | |
8899 | W: http://palosaari.fi/linux/ | |
8900 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8901 | T: git git://linuxtv.org/anttip/media_tree.git | |
8902 | S: Maintained | |
8903 | F: drivers/media/dvb-frontends/tda10071* | |
8904 | ||
8905 | TDA18212 MEDIA DRIVER | |
8906 | M: Antti Palosaari <[email protected]> | |
8907 | L: [email protected] | |
8908 | W: http://linuxtv.org/ | |
8909 | W: http://palosaari.fi/linux/ | |
8910 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8911 | T: git git://linuxtv.org/anttip/media_tree.git | |
8912 | S: Maintained | |
8913 | F: drivers/media/tuners/tda18212* | |
8914 | ||
8915 | TDA18218 MEDIA DRIVER | |
8916 | M: Antti Palosaari <[email protected]> | |
8917 | L: [email protected] | |
8918 | W: http://linuxtv.org/ | |
8919 | W: http://palosaari.fi/linux/ | |
8920 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8921 | T: git git://linuxtv.org/anttip/media_tree.git | |
8922 | S: Maintained | |
8923 | F: drivers/media/tuners/tda18218* | |
8924 | ||
3b2f6aba MK |
8925 | TDA18271 MEDIA DRIVER |
8926 | M: Michael Krufky <[email protected]> | |
8927 | L: [email protected] | |
8928 | W: http://linuxtv.org/ | |
8929 | W: http://github.com/mkrufky | |
8930 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8931 | T: git git://linuxtv.org/mkrufky/tuners.git | |
8932 | S: Maintained | |
8933 | F: drivers/media/tuners/tda18271* | |
8934 | ||
e48307a9 MK |
8935 | TDA827x MEDIA DRIVER |
8936 | M: Michael Krufky <[email protected]> | |
8937 | L: [email protected] | |
8938 | W: http://linuxtv.org/ | |
8939 | W: http://github.com/mkrufky | |
8940 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8941 | T: git git://linuxtv.org/mkrufky/tuners.git | |
8942 | S: Maintained | |
8943 | F: drivers/media/tuners/tda8290.* | |
8944 | ||
66cf9212 MK |
8945 | TDA8290 MEDIA DRIVER |
8946 | M: Michael Krufky <[email protected]> | |
8947 | L: [email protected] | |
8948 | W: http://linuxtv.org/ | |
8949 | W: http://github.com/mkrufky | |
8950 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
8951 | T: git git://linuxtv.org/mkrufky/tuners.git | |
8952 | S: Maintained | |
8953 | F: drivers/media/tuners/tda8290.* | |
8954 | ||
4b9fba30 HV |
8955 | TDA9840 MEDIA DRIVER |
8956 | M: Hans Verkuil <[email protected]> | |
8957 | L: [email protected] | |
8958 | T: git git://linuxtv.org/media_tree.git | |
8959 | W: http://linuxtv.org | |
8960 | S: Maintained | |
8961 | F: drivers/media/i2c/tda9840* | |
8962 | ||
2cb654fd | 8963 | TEA5761 TUNER DRIVER |
1b2c14b4 | 8964 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
8965 | L: [email protected] |
8966 | W: http://linuxtv.org | |
8967 | T: git git://linuxtv.org/media_tree.git | |
8968 | S: Odd fixes | |
8969 | F: drivers/media/tuners/tea5761.* | |
8970 | ||
8971 | TEA5767 TUNER DRIVER | |
1b2c14b4 | 8972 | M: Mauro Carvalho Chehab <[email protected]> |
2cb654fd MCC |
8973 | L: [email protected] |
8974 | W: http://linuxtv.org | |
8975 | T: git git://linuxtv.org/media_tree.git | |
8976 | S: Maintained | |
8977 | F: drivers/media/tuners/tea5767.* | |
8978 | ||
4b9fba30 HV |
8979 | TEA6415C MEDIA DRIVER |
8980 | M: Hans Verkuil <[email protected]> | |
8981 | L: [email protected] | |
8982 | T: git git://linuxtv.org/media_tree.git | |
8983 | W: http://linuxtv.org | |
8984 | S: Maintained | |
8985 | F: drivers/media/i2c/tea6415c* | |
8986 | ||
8987 | TEA6420 MEDIA DRIVER | |
8988 | M: Hans Verkuil <[email protected]> | |
8989 | L: [email protected] | |
8990 | T: git git://linuxtv.org/media_tree.git | |
8991 | W: http://linuxtv.org | |
8992 | S: Maintained | |
8993 | F: drivers/media/i2c/tea6420* | |
8994 | ||
3d249d4c | 8995 | TEAM DRIVER |
dca9ab92 | 8996 | M: Jiri Pirko <[email protected]> |
3d249d4c JP |
8997 | L: [email protected] |
8998 | S: Supported | |
8999 | F: drivers/net/team/ | |
9000 | F: include/linux/if_team.h | |
c117ab84 | 9001 | F: include/uapi/linux/if_team.h |
3d249d4c | 9002 | |
7d029125 VD |
9003 | TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT |
9004 | M: Savoir-faire Linux Inc. <[email protected]> | |
9005 | S: Maintained | |
9006 | F: arch/x86/platform/ts5500/ | |
9007 | ||
40ad4a30 SY |
9008 | TECHNOTREND USB IR RECEIVER |
9009 | M: Sean Young <[email protected]> | |
9010 | L: [email protected] | |
9011 | S: Maintained | |
9012 | F: drivers/media/rc/ttusbir.c | |
9013 | ||
adabdb0c | 9014 | TEGRA ARCHITECTURE SUPPORT |
243d58ec | 9015 | M: Stephen Warren <[email protected]> |
adabdb0c | 9016 | M: Thierry Reding <[email protected]> |
84b9414b | 9017 | L: [email protected] |
fd117cd1 | 9018 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
b779b88d | 9019 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git |
84b9414b | 9020 | S: Supported |
bbbe96ed | 9021 | N: [^a-z]tegra |
84b9414b | 9022 | |
adabdb0c SW |
9023 | TEGRA ASOC DRIVER |
9024 | M: Stephen Warren <[email protected]> | |
9025 | S: Supported | |
9026 | F: sound/soc/tegra/ | |
9027 | ||
9028 | TEGRA CLOCK DRIVER | |
9029 | M: Peter De Schrijver <[email protected]> | |
9030 | M: Prashant Gaikwad <[email protected]> | |
9031 | S: Supported | |
9032 | F: drivers/clk/tegra/ | |
9033 | ||
9034 | TEGRA DMA DRIVER | |
9035 | M: Laxman Dewangan <[email protected]> | |
9036 | S: Supported | |
9037 | F: drivers/dma/tegra20-apb-dma.c | |
9038 | ||
9039 | TEGRA GPIO DRIVER | |
9040 | M: Stephen Warren <[email protected]> | |
9041 | S: Supported | |
9042 | F: drivers/gpio/gpio-tegra.c | |
9043 | ||
9044 | TEGRA I2C DRIVER | |
9045 | M: Laxman Dewangan <[email protected]> | |
9046 | S: Supported | |
9047 | F: drivers/i2c/busses/i2c-tegra.c | |
9048 | ||
9049 | TEGRA IOMMU DRIVERS | |
9050 | M: Hiroshi Doyu <[email protected]> | |
9051 | S: Supported | |
9052 | F: drivers/iommu/tegra* | |
9053 | ||
9054 | TEGRA KBC DRIVER | |
9055 | M: Rakesh Iyer <[email protected]> | |
9056 | M: Laxman Dewangan <[email protected]> | |
9057 | S: Supported | |
9058 | F: drivers/input/keyboard/tegra-kbc.c | |
9059 | ||
9060 | TEGRA PINCTRL DRIVER | |
9061 | M: Stephen Warren <[email protected]> | |
9062 | S: Supported | |
9063 | F: drivers/pinctrl/pinctrl-tegra* | |
9064 | ||
9065 | TEGRA PWM DRIVER | |
9066 | M: Thierry Reding <[email protected]> | |
9067 | S: Supported | |
9068 | F: drivers/pwm/pwm-tegra.c | |
9069 | ||
9070 | TEGRA SERIAL DRIVER | |
9071 | M: Laxman Dewangan <[email protected]> | |
9072 | S: Supported | |
9073 | F: drivers/tty/serial/serial-tegra.c | |
9074 | ||
9075 | TEGRA SPI DRIVER | |
9076 | M: Laxman Dewangan <[email protected]> | |
9077 | S: Supported | |
9078 | F: drivers/spi/spi-tegra* | |
9079 | ||
1a348ccc | 9080 | TEHUTI ETHERNET DRIVER |
8b58be88 | 9081 | M: Andy Gospodarek <[email protected]> |
1a348ccc AG |
9082 | L: [email protected] |
9083 | S: Supported | |
ef7f5429 | 9084 | F: drivers/net/ethernet/tehuti/* |
1a348ccc | 9085 | |
4e68852d | 9086 | Telecom Clock Driver for MCPL0010 |
8b58be88 | 9087 | M: Mark Gross <[email protected]> |
4e68852d | 9088 | S: Supported |
679655da | 9089 | F: drivers/char/tlclk.c |
4e68852d | 9090 | |
4480f15b | 9091 | TENSILICA XTENSA PORT (xtensa) |
8b58be88 | 9092 | M: Chris Zankel <[email protected]> |
f959ed2f CZ |
9093 | M: Max Filippov <[email protected]> |
9094 | L: [email protected] | |
4e68852d | 9095 | S: Maintained |
679655da | 9096 | F: arch/xtensa/ |
3dc99857 | 9097 | F: drivers/irqchip/irq-xtensa-* |
4e68852d | 9098 | |
5313ba66 HV |
9099 | THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER |
9100 | M: Hans Verkuil <[email protected]> | |
9101 | L: [email protected] | |
9102 | T: git git://linuxtv.org/media_tree.git | |
9103 | W: http://linuxtv.org | |
9104 | S: Maintained | |
9105 | F: drivers/media/radio/radio-raremono.c | |
9106 | ||
d3fb6955 | 9107 | THERMAL |
b75f0050 | 9108 | M: Zhang Rui <[email protected]> |
f14d1c24 | 9109 | M: Eduardo Valentin <[email protected]> |
b75f0050 JP |
9110 | L: [email protected] |
9111 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | |
9112 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git | |
9113 | Q: https://patchwork.kernel.org/project/linux-pm/list/ | |
9114 | S: Supported | |
9115 | F: drivers/thermal/ | |
9116 | F: include/linux/thermal.h | |
9117 | F: include/linux/cpu_cooling.h | |
9118 | F: Documentation/devicetree/bindings/thermal/ | |
d3fb6955 | 9119 | |
30ba2fbd VD |
9120 | THINGM BLINK(1) USB RGB LED DRIVER |
9121 | M: Vivien Didelot <[email protected]> | |
9122 | S: Maintained | |
9123 | F: drivers/hid/hid-thingm.c | |
9124 | ||
4e68852d | 9125 | THINKPAD ACPI EXTRAS DRIVER |
8b58be88 | 9126 | M: Henrique de Moraes Holschuh <[email protected]> |
4e68852d | 9127 | L: [email protected] |
d0944853 | 9128 | L: [email protected] |
4e68852d AC |
9129 | W: http://ibm-acpi.sourceforge.net |
9130 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
54e5881d | 9131 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4e68852d | 9132 | S: Maintained |
679655da | 9133 | F: drivers/platform/x86/thinkpad_acpi.c |
4e68852d | 9134 | |
1b46f2a2 | 9135 | TI BANDGAP AND THERMAL DRIVER |
f14d1c24 | 9136 | M: Eduardo Valentin <[email protected]> |
1b46f2a2 | 9137 | L: [email protected] |
794b2e25 EV |
9138 | S: Supported |
9139 | F: drivers/thermal/ti-soc-thermal/ | |
1b46f2a2 | 9140 | |
49b6a5e3 TK |
9141 | TI CLOCK DRIVER |
9142 | M: Tero Kristo <[email protected]> | |
9143 | L: [email protected] | |
9144 | S: Maintained | |
9145 | F: drivers/clk/ti/ | |
9146 | F: include/linux/clk/ti.h | |
9147 | ||
4020f2d7 | 9148 | TI FLASH MEDIA INTERFACE DRIVER |
8b58be88 | 9149 | M: Alex Dubov <[email protected]> |
795fb7e7 | 9150 | S: Maintained |
679655da JP |
9151 | F: drivers/misc/tifm* |
9152 | F: drivers/mmc/host/tifm_sd.c | |
9153 | F: include/linux/tifm.h | |
4020f2d7 | 9154 | |
152ad442 SR |
9155 | TI LM49xxx FAMILY ASoC CODEC DRIVERS |
9156 | M: M R Swami Reddy <[email protected]> | |
d392dead | 9157 | M: Vishwas A Deshpande <[email protected]> |
152ad442 SR |
9158 | L: [email protected] (moderated for non-subscribers) |
9159 | S: Maintained | |
9160 | F: sound/soc/codecs/lm49453* | |
d392dead | 9161 | F: sound/soc/codecs/isabelle* |
152ad442 | 9162 | |
0edd807d KM |
9163 | TI LP855x BACKLIGHT DRIVER |
9164 | M: Milo Kim <[email protected]> | |
9165 | S: Maintained | |
9166 | F: Documentation/backlight/lp855x-driver.txt | |
9167 | F: drivers/video/backlight/lp855x_bl.c | |
9168 | F: include/linux/platform_data/lp855x.h | |
9169 | ||
faf13f6d KM |
9170 | TI LP8727 CHARGER DRIVER |
9171 | M: Milo Kim <[email protected]> | |
9172 | S: Maintained | |
9173 | F: drivers/power/lp8727_charger.c | |
9174 | F: include/linux/platform_data/lp8727.h | |
9175 | ||
22f1229f KM |
9176 | TI LP8788 MFD DRIVER |
9177 | M: Milo Kim <[email protected]> | |
9178 | S: Maintained | |
9179 | F: drivers/iio/adc/lp8788_adc.c | |
9180 | F: drivers/leds/leds-lp8788.c | |
9181 | F: drivers/mfd/lp8788*.c | |
9182 | F: drivers/power/lp8788-charger.c | |
9183 | F: drivers/regulator/lp8788-*.c | |
9184 | F: include/linux/mfd/lp8788*.h | |
9185 | ||
dd5e8e6b | 9186 | TI TWL4030 SERIES SOC CODEC DRIVER |
3be79d13 | 9187 | M: Peter Ujfalusi <[email protected]> |
dd5e8e6b PU |
9188 | L: [email protected] (moderated for non-subscribers) |
9189 | S: Maintained | |
9190 | F: sound/soc/codecs/twl4030* | |
9191 | ||
90921014 | 9192 | TI WILINK WIRELESS DRIVERS |
90921014 LC |
9193 | L: [email protected] |
9194 | W: http://wireless.kernel.org/en/users/Drivers/wl12xx | |
9195 | W: http://wireless.kernel.org/en/users/Drivers/wl1251 | |
9196 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | |
22d072f6 | 9197 | S: Orphan |
90921014 LC |
9198 | F: drivers/net/wireless/ti/ |
9199 | F: include/linux/wl12xx.h | |
9200 | ||
e86eaa3a | 9201 | TIPC NETWORK LAYER |
8b58be88 JP |
9202 | M: Jon Maloy <[email protected]> |
9203 | M: Allan Stephens <[email protected]> | |
633d2bde AS |
9204 | L: [email protected] (core kernel code) |
9205 | L: [email protected] (user apps, general discussion) | |
e86eaa3a | 9206 | W: http://tipc.sourceforge.net/ |
e86eaa3a | 9207 | S: Maintained |
c117ab84 | 9208 | F: include/uapi/linux/tipc*.h |
679655da | 9209 | F: net/tipc/ |
e86eaa3a | 9210 | |
867e359b CM |
9211 | TILE ARCHITECTURE |
9212 | M: Chris Metcalf <[email protected]> | |
9213 | W: http://www.tilera.com/scm/ | |
9214 | S: Supported | |
9215 | F: arch/tile/ | |
6b940606 | 9216 | F: drivers/char/tile-srom.c |
5c770755 | 9217 | F: drivers/edac/tile_edac.c |
6b940606 CM |
9218 | F: drivers/net/ethernet/tile/ |
9219 | F: drivers/rtc/rtc-tile.c | |
9220 | F: drivers/tty/hvc/hvc_tile.c | |
b5c6c1a7 | 9221 | F: drivers/tty/serial/tilegx.c |
6b940606 CM |
9222 | F: drivers/usb/host/*-tilegx.c |
9223 | F: include/linux/usb/tilegx.h | |
867e359b | 9224 | |
1da177e4 | 9225 | TLAN NETWORK DRIVER |
8b58be88 | 9226 | M: Samuel Chessman <[email protected]> |
88c07dde | 9227 | L: [email protected] (subscribers-only) |
1da177e4 LT |
9228 | W: http://sourceforge.net/projects/tlan/ |
9229 | S: Maintained | |
679655da | 9230 | F: Documentation/networking/tlan.txt |
b544dbac | 9231 | F: drivers/net/ethernet/ti/tlan.* |
1da177e4 | 9232 | |
d74db3b2 | 9233 | TOMOYO SECURITY MODULE |
8b58be88 JP |
9234 | M: Kentaro Takeda <[email protected]> |
9235 | M: Tetsuo Handa <[email protected]> | |
d03a5d88 TH |
9236 | L: [email protected] (subscribers-only, for developers in English) |
9237 | L: [email protected] (subscribers-only, for users in English) | |
d74db3b2 KT |
9238 | L: [email protected] (subscribers-only, for developers in Japanese) |
9239 | L: [email protected] (subscribers-only, for users in Japanese) | |
9240 | W: http://tomoyo.sourceforge.jp/ | |
843d183c | 9241 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ |
d74db3b2 | 9242 | S: Maintained |
679655da | 9243 | F: security/tomoyo/ |
d74db3b2 | 9244 | |
9caeb532 | 9245 | TOPSTAR LAPTOP EXTRAS DRIVER |
9f0939bf | 9246 | M: Herton Ronaldo Krzesinski <[email protected]> |
d0944853 | 9247 | L: [email protected] |
9caeb532 HRK |
9248 | S: Maintained |
9249 | F: drivers/platform/x86/topstar-laptop.c | |
9250 | ||
1da177e4 | 9251 | TOSHIBA ACPI EXTRAS DRIVER |
d0944853 | 9252 | L: [email protected] |
15065531 | 9253 | S: Orphan |
679655da | 9254 | F: drivers/platform/x86/toshiba_acpi.c |
1da177e4 LT |
9255 | |
9256 | TOSHIBA SMM DRIVER | |
8b58be88 | 9257 | M: Jonathan Buzzard <[email protected]> |
1da177e4 LT |
9258 | L: [email protected] |
9259 | W: http://www.buzzard.org.uk/toshiba/ | |
9260 | S: Maintained | |
679655da JP |
9261 | F: drivers/char/toshiba.c |
9262 | F: include/linux/toshiba.h | |
c117ab84 | 9263 | F: include/uapi/linux/toshiba.h |
1da177e4 | 9264 | |
d719f900 | 9265 | TMIO MMC DRIVER |
252f29a9 | 9266 | M: Ian Molton <[email protected]> |
d1057c40 | 9267 | L: [email protected] |
d719f900 | 9268 | S: Maintained |
d1057c40 GL |
9269 | F: drivers/mmc/host/tmio_mmc* |
9270 | F: drivers/mmc/host/sh_mobile_sdhi.c | |
9271 | F: include/linux/mmc/tmio.h | |
9272 | F: include/linux/mmc/sh_mobile_sdhi.h | |
d719f900 | 9273 | |
917cc4e6 GR |
9274 | TMP401 HARDWARE MONITOR DRIVER |
9275 | M: Guenter Roeck <[email protected]> | |
9276 | L: [email protected] | |
9277 | S: Maintained | |
9278 | F: Documentation/hwmon/tmp401 | |
9279 | F: drivers/hwmon/tmp401.c | |
9280 | ||
98f32602 | 9281 | TMPFS (SHMEM FILESYSTEM) |
bfcc6e2e | 9282 | M: Hugh Dickins <[email protected]> |
98f32602 HD |
9283 | L: [email protected] |
9284 | S: Maintained | |
9285 | F: include/linux/shmem_fs.h | |
9286 | F: mm/shmem.c | |
9287 | ||
45f95b53 | 9288 | TM6000 VIDEO4LINUX DRIVER |
1b2c14b4 | 9289 | M: Mauro Carvalho Chehab <[email protected]> |
45f95b53 MCC |
9290 | L: [email protected] |
9291 | W: http://linuxtv.org | |
9292 | T: git git://linuxtv.org/media_tree.git | |
9293 | S: Odd fixes | |
9294 | F: drivers/media/usb/tm6000/ | |
9295 | ||
4e68852d | 9296 | TPM DEVICE DRIVER |
901486b8 | 9297 | M: Peter Huewe <[email protected]> |
383dec1f | 9298 | M: Ashley Lai <[email protected]> |
cbb2d5e4 | 9299 | M: Marcel Selhorst <[email protected]> |
383dec1f | 9300 | W: http://tpmdd.sourceforge.net |
63a10dfd | 9301 | L: [email protected] (moderated for non-subscribers) |
4e68852d | 9302 | S: Maintained |
679655da | 9303 | F: drivers/char/tpm/ |
4e68852d | 9304 | |
d6f005a1 JP |
9305 | TRACING |
9306 | M: Steven Rostedt <[email protected]> | |
d6f005a1 | 9307 | M: Ingo Molnar <[email protected]> |
75fc2d37 | 9308 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
d6f005a1 JP |
9309 | S: Maintained |
9310 | F: Documentation/trace/ftrace.txt | |
9311 | F: arch/*/*/*/ftrace.h | |
9312 | F: arch/*/kernel/ftrace.c | |
9313 | F: include/*/ftrace.h | |
9314 | F: include/linux/trace*.h | |
9315 | F: include/trace/ | |
9316 | F: kernel/trace/ | |
9317 | ||
1da177e4 | 9318 | TRIVIAL PATCHES |
8b58be88 | 9319 | M: Jiri Kosina <[email protected]> |
54e5881d | 9320 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 | 9321 | S: Maintained |
86ef925f | 9322 | K: ^Subject:.*(?i)trivial |
1da177e4 | 9323 | |
4e68852d | 9324 | TTY LAYER |
879a5a00 | 9325 | M: Greg Kroah-Hartman <[email protected]> |
25e6c11f | 9326 | M: Jiri Slaby <[email protected]> |
879a5a00 | 9327 | S: Supported |
08deed1e | 9328 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
8dd5d2f1 | 9329 | F: drivers/tty/ |
df621252 | 9330 | F: drivers/tty/serial/serial_core.c |
e3288775 AC |
9331 | F: include/linux/serial_core.h |
9332 | F: include/linux/serial.h | |
9333 | F: include/linux/tty.h | |
c117ab84 CEB |
9334 | F: include/uapi/linux/serial_core.h |
9335 | F: include/uapi/linux/serial.h | |
9336 | F: include/uapi/linux/tty.h | |
4e68852d | 9337 | |
91952bc0 AP |
9338 | TUA9001 MEDIA DRIVER |
9339 | M: Antti Palosaari <[email protected]> | |
9340 | L: [email protected] | |
9341 | W: http://linuxtv.org/ | |
9342 | W: http://palosaari.fi/linux/ | |
9343 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |
9344 | T: git git://linuxtv.org/anttip/media_tree.git | |
9345 | S: Maintained | |
9346 | F: drivers/media/tuners/tua9001* | |
9347 | ||
740db6d7 | 9348 | TULIP NETWORK DRIVERS |
8b58be88 | 9349 | M: Grant Grundler <[email protected]> |
740db6d7 GG |
9350 | L: [email protected] |
9351 | S: Maintained | |
0f04e2aa | 9352 | F: drivers/net/ethernet/dec/tulip/ |
1da177e4 LT |
9353 | |
9354 | TUN/TAP driver | |
ba57b6f2 | 9355 | M: Maxim Krasnyansky <[email protected]> |
1da177e4 LT |
9356 | W: http://vtun.sourceforge.net/tun |
9357 | S: Maintained | |
679655da JP |
9358 | F: Documentation/networking/tuntap.txt |
9359 | F: arch/um/os-Linux/drivers/ | |
1da177e4 | 9360 | |
b454cc66 | 9361 | TURBOCHANNEL SUBSYSTEM |
8b58be88 | 9362 | M: "Maciej W. Rozycki" <[email protected]> |
c406339c RB |
9363 | M: Ralf Baechle <[email protected]> |
9364 | L: [email protected] | |
9365 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ | |
b454cc66 | 9366 | S: Maintained |
679655da JP |
9367 | F: drivers/tc/ |
9368 | F: include/linux/tc.h | |
b454cc66 | 9369 | |
1da177e4 | 9370 | U14-34F SCSI DRIVER |
8b58be88 | 9371 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
9372 | L: [email protected] |
9373 | S: Maintained | |
679655da | 9374 | F: drivers/scsi/u14-34f.c |
1da177e4 | 9375 | |
e2d1d6c0 | 9376 | UBI FILE SYSTEM (UBIFS) |
949cb623 | 9377 | M: Artem Bityutskiy <[email protected]> |
cc8f9b99 | 9378 | M: Adrian Hunter <[email protected]> |
e2d1d6c0 | 9379 | L: [email protected] |
e2966cbe | 9380 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
9381 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
9382 | S: Maintained | |
679655da JP |
9383 | F: Documentation/filesystems/ubifs.txt |
9384 | F: fs/ubifs/ | |
e2d1d6c0 | 9385 | |
cc2020e6 | 9386 | UCLINUX (AND M68KNOMMU) |
8b58be88 | 9387 | M: Greg Ungerer <[email protected]> |
cc2020e6 AC |
9388 | W: http://www.uclinux.org/ |
9389 | L: [email protected] (subscribers-only) | |
9390 | S: Maintained | |
61bc02bb JP |
9391 | F: arch/m68k/*/*_no.* |
9392 | F: arch/m68k/include/asm/*_no.* | |
cc2020e6 | 9393 | |
1da177e4 | 9394 | UDF FILESYSTEM |
8b58be88 | 9395 | M: Jan Kara <[email protected]> |
1da177e4 | 9396 | S: Maintained |
679655da JP |
9397 | F: Documentation/filesystems/udf.txt |
9398 | F: fs/udf/ | |
1da177e4 | 9399 | |
cc2020e6 | 9400 | UFS FILESYSTEM |
8b58be88 | 9401 | M: Evgeniy Dushistov <[email protected]> |
cc2020e6 | 9402 | S: Maintained |
679655da JP |
9403 | F: Documentation/filesystems/ufs.txt |
9404 | F: fs/ufs/ | |
cc2020e6 | 9405 | |
0a09d3ab DR |
9406 | UHID USERSPACE HID IO DRIVER: |
9407 | M: David Herrmann <[email protected]> | |
9408 | L: [email protected] | |
9409 | S: Maintained | |
9410 | F: drivers/hid/uhid.c | |
c117ab84 | 9411 | F: include/uapi/linux/uhid.h |
0a09d3ab | 9412 | |
18332a80 | 9413 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
18332a80 | 9414 | L: [email protected] |
10c6c9c9 | 9415 | S: Orphan |
355ffe69 | 9416 | F: drivers/uwb/ |
679655da JP |
9417 | F: include/linux/uwb.h |
9418 | F: include/linux/uwb/ | |
18332a80 | 9419 | |
b31d8273 G |
9420 | UNICORE32 ARCHITECTURE: |
9421 | M: Guan Xuetao <[email protected]> | |
9422 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | |
9423 | S: Maintained | |
ceebf4d5 | 9424 | T: git git://github.com/gxt/linux.git |
b31d8273 G |
9425 | F: arch/unicore32/ |
9426 | ||
d8379ab1 TF |
9427 | UNIFDEF |
9428 | M: Tony Finch <[email protected]> | |
9429 | W: http://dotat.at/prog/unifdef | |
9430 | S: Maintained | |
9431 | F: scripts/unifdef.c | |
9432 | ||
1da177e4 | 9433 | UNIFORM CDROM DRIVER |
8b58be88 | 9434 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
9435 | W: http://www.kernel.dk |
9436 | S: Maintained | |
679655da JP |
9437 | F: Documentation/cdrom/ |
9438 | F: drivers/cdrom/cdrom.c | |
9439 | F: include/linux/cdrom.h | |
c117ab84 | 9440 | F: include/uapi/linux/cdrom.h |
1da177e4 | 9441 | |
56df0122 BR |
9442 | UNISYS S-PAR DRIVERS |
9443 | M: Benjamin Romer <[email protected]> | |
9444 | M: David Kershner <[email protected]> | |
9445 | L: [email protected] (Unisys internal) | |
9446 | S: Supported | |
9447 | F: drivers/staging/unisys/ | |
9448 | ||
9941fa6e VH |
9449 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER |
9450 | M: Vinayak Holikatti <[email protected]> | |
9451 | M: Santosh Y <[email protected]> | |
9452 | L: [email protected] | |
9453 | S: Supported | |
9454 | F: Documentation/scsi/ufs.txt | |
9455 | F: drivers/scsi/ufs/ | |
9456 | ||
e2d1d6c0 | 9457 | UNSORTED BLOCK IMAGES (UBI) |
949cb623 | 9458 | M: Artem Bityutskiy <[email protected]> |
e2d1d6c0 RD |
9459 | W: http://www.linux-mtd.infradead.org/ |
9460 | L: [email protected] | |
b6b44e0a | 9461 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 | 9462 | S: Maintained |
80811493 | 9463 | F: drivers/mtd/ubi/ |
679655da | 9464 | F: include/linux/mtd/ubi.h |
c117ab84 | 9465 | F: include/uapi/mtd/ubi-user.h |
e2d1d6c0 | 9466 | |
76ac66e4 RW |
9467 | UNSORTED BLOCK IMAGES (UBI) Fastmap |
9468 | M: Richard Weinberger <[email protected]> | |
9469 | L: [email protected] | |
9470 | S: Maintained | |
9471 | F: drivers/mtd/ubi/fastmap.c | |
9472 | ||
1da177e4 | 9473 | USB ACM DRIVER |
61eee9a7 | 9474 | M: Oliver Neukum <[email protected]> |
6372594a | 9475 | L: [email protected] |
1da177e4 | 9476 | S: Maintained |
679655da JP |
9477 | F: Documentation/usb/acm.txt |
9478 | F: drivers/usb/class/cdc-acm.* | |
1da177e4 | 9479 | |
b7d572e1 PF |
9480 | USB AR5523 WIRELESS DRIVER |
9481 | M: Pontus Fuchs <[email protected]> | |
9482 | L: [email protected] | |
9483 | S: Maintained | |
9484 | F: drivers/net/wireless/ath/ar5523/ | |
9485 | ||
115bb1ff | 9486 | USB ATTACHED SCSI |
f50a4968 | 9487 | M: Hans de Goede <[email protected]> |
8eae0fb7 | 9488 | M: Gerd Hoffmann <[email protected]> |
115bb1ff MW |
9489 | L: [email protected] |
9490 | L: [email protected] | |
8eae0fb7 | 9491 | S: Maintained |
115bb1ff MW |
9492 | F: drivers/usb/storage/uas.c |
9493 | ||
1da177e4 | 9494 | USB CDC ETHERNET DRIVER |
61eee9a7 | 9495 | M: Oliver Neukum <[email protected]> |
795fb7e7 | 9496 | L: [email protected] |
1da177e4 | 9497 | S: Maintained |
679655da | 9498 | F: drivers/net/usb/cdc_*.c |
c117ab84 | 9499 | F: include/uapi/linux/usb/cdc.h |
1da177e4 | 9500 | |
b02b371e | 9501 | USB CYPRESS C67X00 DRIVER |
8b58be88 | 9502 | M: Peter Korsgaard <[email protected]> |
b02b371e PK |
9503 | L: [email protected] |
9504 | S: Maintained | |
679655da | 9505 | F: drivers/usb/c67x00/ |
b02b371e | 9506 | |
d0374f4f | 9507 | USB DAVICOM DM9601 DRIVER |
8b58be88 | 9508 | M: Peter Korsgaard <[email protected]> |
043600a6 | 9509 | L: [email protected] |
d0374f4f PK |
9510 | W: http://www.linux-usb.org/usbnet |
9511 | S: Maintained | |
679655da | 9512 | F: drivers/net/usb/dm9601.c |
d0374f4f | 9513 | |
cc2020e6 | 9514 | USB DIAMOND RIO500 DRIVER |
8b58be88 | 9515 | M: Cesar Miquel <[email protected]> |
cc2020e6 AC |
9516 | L: [email protected] |
9517 | W: http://rio500.sourceforge.net | |
9518 | S: Maintained | |
679655da | 9519 | F: drivers/usb/misc/rio500* |
cc2020e6 | 9520 | |
1da177e4 | 9521 | USB EHCI DRIVER |
578333ab | 9522 | M: Alan Stern <[email protected]> |
795fb7e7 | 9523 | L: [email protected] |
578333ab | 9524 | S: Maintained |
679655da JP |
9525 | F: Documentation/usb/ehci.txt |
9526 | F: drivers/usb/host/ehci* | |
1da177e4 | 9527 | |
69ae9e3e | 9528 | USB GADGET/PERIPHERAL SUBSYSTEM |
d6d0f665 | 9529 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 9530 | L: [email protected] |
69ae9e3e | 9531 | W: http://www.linux-usb.org/gadget |
d6d0f665 FB |
9532 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
9533 | S: Maintained | |
679655da JP |
9534 | F: drivers/usb/gadget/ |
9535 | F: include/linux/usb/gadget* | |
69ae9e3e | 9536 | |
2dea64b4 | 9537 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
8b58be88 | 9538 | M: Jiri Kosina <[email protected]> |
795fb7e7 | 9539 | L: [email protected] |
54e5881d | 9540 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 | 9541 | S: Maintained |
c2f01971 | 9542 | F: Documentation/hid/hiddev.txt |
679655da | 9543 | F: drivers/hid/usbhid/ |
1da177e4 | 9544 | |
857aab34 | 9545 | USB/IP DRIVERS |
857aab34 | 9546 | L: [email protected] |
3ff4afe8 | 9547 | S: Orphan |
857aab34 | 9548 | F: drivers/staging/usbip/ |
9549 | ||
959eea21 | 9550 | USB ISP116X DRIVER |
8b58be88 | 9551 | M: Olav Kongas <[email protected]> |
795fb7e7 | 9552 | L: [email protected] |
959eea21 | 9553 | S: Maintained |
679655da JP |
9554 | F: drivers/usb/host/isp116x* |
9555 | F: include/linux/usb/isp116x.h | |
959eea21 | 9556 | |
1da177e4 | 9557 | USB MASS STORAGE DRIVER |
8b58be88 | 9558 | M: Matthew Dharm <[email protected]> |
795fb7e7 | 9559 | L: [email protected] |
8836aeb8 | 9560 | L: [email protected] |
1da177e4 LT |
9561 | S: Maintained |
9562 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
679655da | 9563 | F: drivers/usb/storage/ |
1da177e4 | 9564 | |
af39917d CL |
9565 | USB MIDI DRIVER |
9566 | M: Clemens Ladisch <[email protected]> | |
9567 | L: [email protected] (moderated for non-subscribers) | |
9568 | T: git git://git.alsa-project.org/alsa-kernel.git | |
9569 | S: Maintained | |
9570 | F: sound/usb/midi.* | |
9571 | ||
444ce9d4 JP |
9572 | USB NETWORKING DRIVERS |
9573 | L: [email protected] | |
9574 | S: Odd Fixes | |
9575 | F: drivers/net/usb/ | |
9576 | ||
1da177e4 | 9577 | USB OHCI DRIVER |
578333ab | 9578 | M: Alan Stern <[email protected]> |
795fb7e7 | 9579 | L: [email protected] |
578333ab | 9580 | S: Maintained |
679655da JP |
9581 | F: Documentation/usb/ohci.txt |
9582 | F: drivers/usb/host/ohci* | |
1da177e4 | 9583 | |
563da3a9 VM |
9584 | USB OVER IP DRIVER |
9585 | M: Valentina Manea <[email protected]> | |
9586 | M: Shuah Khan <[email protected]> | |
9587 | L: [email protected] | |
9588 | S: Maintained | |
9589 | F: drivers/usb/usbip/ | |
9590 | F: tools/usb/usbip/ | |
9591 | ||
1da177e4 | 9592 | USB PEGASUS DRIVER |
a16b945c | 9593 | M: Petko Manolov <[email protected]> |
795fb7e7 | 9594 | L: [email protected] |
043600a6 | 9595 | L: [email protected] |
052e3128 PM |
9596 | T: git git://github.com/petkan/pegasus.git |
9597 | W: https://github.com/petkan/pegasus | |
1da177e4 | 9598 | S: Maintained |
679655da | 9599 | F: drivers/net/usb/pegasus.* |
1da177e4 | 9600 | |
d3ad558f FB |
9601 | USB PHY LAYER |
9602 | M: Felipe Balbi <[email protected]> | |
9603 | L: [email protected] | |
9604 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git | |
9605 | S: Maintained | |
9606 | F: drivers/usb/phy/ | |
d3ad558f | 9607 | |
73e4fb3f | 9608 | USB PRINTER DRIVER (usblp) |
8b58be88 | 9609 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 9610 | L: [email protected] |
73e4fb3f | 9611 | S: Supported |
679655da | 9612 | F: drivers/usb/class/usblp.c |
1da177e4 LT |
9613 | |
9614 | USB RTL8150 DRIVER | |
a16b945c | 9615 | M: Petko Manolov <[email protected]> |
795fb7e7 | 9616 | L: [email protected] |
043600a6 | 9617 | L: [email protected] |
052e3128 PM |
9618 | T: git git://github.com/petkan/rtl8150.git |
9619 | W: https://github.com/petkan/rtl8150 | |
1da177e4 | 9620 | S: Maintained |
679655da | 9621 | F: drivers/net/usb/rtl8150.c |
1da177e4 | 9622 | |
f896b796 | 9623 | USB SERIAL SUBSYSTEM |
66085694 | 9624 | M: Johan Hovold <[email protected]> |
795fb7e7 | 9625 | L: [email protected] |
4e68852d | 9626 | S: Maintained |
679655da | 9627 | F: Documentation/usb/usb-serial.txt |
f896b796 | 9628 | F: drivers/usb/serial/ |
679655da | 9629 | F: include/linux/usb/serial.h |
1da177e4 | 9630 | |
b3f0db1c SG |
9631 | USB SMSC75XX ETHERNET DRIVER |
9632 | M: Steve Glendinning <[email protected]> | |
9633 | L: [email protected] | |
9634 | S: Maintained | |
9635 | F: drivers/net/usb/smsc75xx.* | |
9636 | ||
2f7ca802 | 9637 | USB SMSC95XX ETHERNET DRIVER |
90b24cfb | 9638 | M: Steve Glendinning <[email protected]> |
2f7ca802 | 9639 | L: [email protected] |
90b24cfb | 9640 | S: Maintained |
679655da | 9641 | F: drivers/net/usb/smsc95xx.* |
2f7ca802 | 9642 | |
1da177e4 | 9643 | USB SUBSYSTEM |
879a5a00 | 9644 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 9645 | L: [email protected] |
1da177e4 | 9646 | W: http://www.linux-usb.org |
08deed1e | 9647 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git |
1da177e4 | 9648 | S: Supported |
679655da | 9649 | F: Documentation/usb/ |
679655da JP |
9650 | F: drivers/usb/ |
9651 | F: include/linux/usb.h | |
9652 | F: include/linux/usb/ | |
1da177e4 LT |
9653 | |
9654 | USB UHCI DRIVER | |
8b58be88 | 9655 | M: Alan Stern <[email protected]> |
795fb7e7 | 9656 | L: [email protected] |
1da177e4 | 9657 | S: Maintained |
679655da | 9658 | F: drivers/usb/host/uhci* |
1da177e4 | 9659 | |
69ae9e3e | 9660 | USB "USBNET" DRIVER FRAMEWORK |
686f13bb | 9661 | M: Oliver Neukum <[email protected]> |
043600a6 | 9662 | L: [email protected] |
69ae9e3e | 9663 | W: http://www.linux-usb.org/usbnet |
1da177e4 | 9664 | S: Maintained |
679655da JP |
9665 | F: drivers/net/usb/usbnet.c |
9666 | F: include/linux/usb/usbnet.h | |
1da177e4 | 9667 | |
c0efd232 | 9668 | USB VIDEO CLASS |
c53ac071 | 9669 | M: Laurent Pinchart <[email protected]> |
616bd4e2 | 9670 | L: [email protected] (subscribers-only) |
661263b5 | 9671 | L: [email protected] |
275ffde4 | 9672 | T: git git://linuxtv.org/media_tree.git |
57c6d2e9 | 9673 | W: http://www.ideasonboard.org/uvc/ |
c0efd232 | 9674 | S: Maintained |
0c0d06ca | 9675 | F: drivers/media/usb/uvc/ |
6c0f0359 | 9676 | F: include/uapi/linux/uvcvideo.h |
1da177e4 | 9677 | |
b60b9c45 HV |
9678 | USB VISION DRIVER |
9679 | M: Hans Verkuil <[email protected]> | |
9680 | L: [email protected] | |
9681 | T: git git://linuxtv.org/media_tree.git | |
9682 | W: http://linuxtv.org | |
9683 | S: Odd Fixes | |
9684 | F: drivers/media/usb/usbvision/ | |
9685 | ||
8282da47 LP |
9686 | USB WEBCAM GADGET |
9687 | M: Laurent Pinchart <[email protected]> | |
9688 | L: [email protected] | |
9689 | S: Maintained | |
faf2e1db JP |
9690 | F: drivers/usb/gadget/function/*uvc*.c |
9691 | F: drivers/usb/gadget/legacy/webcam.c | |
8282da47 | 9692 | |
bf164cc0 | 9693 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
e6146c5c | 9694 | M: Jussi Kivilinna <[email protected]> |
bf164cc0 JK |
9695 | L: [email protected] |
9696 | S: Maintained | |
679655da | 9697 | F: drivers/net/wireless/rndis_wlan.c |
bf164cc0 | 9698 | |
eb6bab13 | 9699 | USB XHCI DRIVER |
03d85053 | 9700 | M: Mathias Nyman <[email protected]> |
eb6bab13 SS |
9701 | L: [email protected] |
9702 | S: Supported | |
36d0344c SS |
9703 | F: drivers/usb/host/xhci* |
9704 | F: drivers/usb/host/pci-quirks* | |
eb6bab13 | 9705 | |
1da177e4 | 9706 | USB ZD1201 DRIVER |
4086b9ca | 9707 | L: [email protected] |
1da177e4 | 9708 | W: http://linux-lc100020.sourceforge.net |
4086b9ca | 9709 | S: Orphan |
679655da | 9710 | F: drivers/net/wireless/zd1201.* |
1da177e4 | 9711 | |
b7eee616 | 9712 | USB ZR364XX DRIVER |
8b58be88 | 9713 | M: Antoine Jacquet <[email protected]> |
795fb7e7 | 9714 | L: [email protected] |
661263b5 | 9715 | L: [email protected] |
275ffde4 | 9716 | T: git git://linuxtv.org/media_tree.git |
b7eee616 AJ |
9717 | W: http://royale.zerezo.com/zr364xx/ |
9718 | S: Maintained | |
679655da | 9719 | F: Documentation/video4linux/zr364xx.txt |
90d72ac6 | 9720 | F: drivers/media/usb/zr364xx/ |
b7eee616 | 9721 | |
e7839f25 | 9722 | USER-MODE LINUX (UML) |
8b58be88 | 9723 | M: Jeff Dike <[email protected]> |
b15194b7 | 9724 | M: Richard Weinberger <[email protected]> |
1da177e4 LT |
9725 | L: [email protected] |
9726 | L: [email protected] | |
9727 | W: http://user-mode-linux.sourceforge.net | |
9728 | S: Maintained | |
61516587 | 9729 | F: Documentation/virtual/uml/ |
679655da | 9730 | F: arch/um/ |
b070989a | 9731 | F: arch/x86/um/ |
679655da JP |
9732 | F: fs/hostfs/ |
9733 | F: fs/hppfs/ | |
b7eee616 | 9734 | |
e5f114e9 | 9735 | USERSPACE I/O (UIO) |
6a534c9d | 9736 | M: "Hans J. Koch" <[email protected]> |
879a5a00 | 9737 | M: Greg Kroah-Hartman <[email protected]> |
e5f114e9 | 9738 | S: Maintained |
679655da JP |
9739 | F: Documentation/DocBook/uio-howto.tmpl |
9740 | F: drivers/uio/ | |
9741 | F: include/linux/uio*.h | |
e5f114e9 | 9742 | |
256cccbe | 9743 | UTIL-LINUX PACKAGE |
8b58be88 | 9744 | M: Karel Zak <[email protected]> |
256cccbe KZ |
9745 | L: [email protected] |
9746 | W: http://en.wikipedia.org/wiki/Util-linux | |
9747 | T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git | |
f899b0ad KZ |
9748 | S: Maintained |
9749 | ||
c1fd1c07 | 9750 | UVESAFB DRIVER |
8b58be88 | 9751 | M: Michal Januszewski <[email protected]> |
c69f677c | 9752 | L: [email protected] |
c1fd1c07 MJ |
9753 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
9754 | S: Maintained | |
679655da | 9755 | F: Documentation/fb/uvesafb.txt |
8a61f013 | 9756 | F: drivers/video/fbdev/uvesafb.* |
c1fd1c07 | 9757 | |
4480f15b | 9758 | VFAT/FAT/MSDOS FILESYSTEM |
8b58be88 | 9759 | M: OGAWA Hirofumi <[email protected]> |
1da177e4 | 9760 | S: Maintained |
679655da JP |
9761 | F: Documentation/filesystems/vfat.txt |
9762 | F: fs/fat/ | |
1da177e4 | 9763 | |
cba3345c AW |
9764 | VFIO DRIVER |
9765 | M: Alex Williamson <[email protected]> | |
9766 | L: [email protected] | |
9767 | S: Maintained | |
9768 | F: Documentation/vfio.txt | |
9769 | F: drivers/vfio/ | |
9770 | F: include/linux/vfio.h | |
c117ab84 | 9771 | F: include/uapi/linux/vfio.h |
cba3345c | 9772 | |
9e6f3438 PO |
9773 | VIDEOBUF2 FRAMEWORK |
9774 | M: Pawel Osciak <[email protected]> | |
9775 | M: Marek Szyprowski <[email protected]> | |
e76e4706 | 9776 | M: Kyungmin Park <[email protected]> |
9e6f3438 PO |
9777 | L: [email protected] |
9778 | S: Maintained | |
90d72ac6 | 9779 | F: drivers/media/v4l2-core/videobuf2-* |
9e6f3438 PO |
9780 | F: include/media/videobuf2-* |
9781 | ||
9a82446b AS |
9782 | VIRTIO CONSOLE DRIVER |
9783 | M: Amit Shah <[email protected]> | |
9784 | L: [email protected] | |
9785 | S: Maintained | |
9786 | F: drivers/char/virtio_console.c | |
9787 | F: include/linux/virtio_console.h | |
c117ab84 | 9788 | F: include/uapi/linux/virtio_console.h |
9a82446b | 9789 | |
2426ec8f MT |
9790 | VIRTIO CORE, NET AND BLOCK DRIVERS |
9791 | M: Rusty Russell <[email protected]> | |
9792 | M: "Michael S. Tsirkin" <[email protected]> | |
9793 | L: [email protected] | |
9794 | S: Maintained | |
9795 | F: drivers/virtio/ | |
c893c8d7 | 9796 | F: tools/virtio/ |
2426ec8f MT |
9797 | F: drivers/net/virtio_net.c |
9798 | F: drivers/block/virtio_blk.c | |
9799 | F: include/linux/virtio_*.h | |
916cdabc | 9800 | F: include/uapi/linux/virtio_*.h |
2426ec8f | 9801 | |
3a4d5c94 MT |
9802 | VIRTIO HOST (VHOST) |
9803 | M: "Michael S. Tsirkin" <[email protected]> | |
9804 | L: [email protected] | |
c996d8b9 | 9805 | L: [email protected] |
3a4d5c94 MT |
9806 | L: [email protected] |
9807 | S: Maintained | |
9808 | F: drivers/vhost/ | |
c117ab84 | 9809 | F: include/uapi/linux/vhost.h |
3a4d5c94 | 9810 | |
1da177e4 | 9811 | VIA RHINE NETWORK DRIVER |
8b58be88 | 9812 | M: Roger Luethi <[email protected]> |
1da177e4 | 9813 | S: Maintained |
f2148a47 | 9814 | F: drivers/net/ethernet/via/via-rhine.c |
1da177e4 | 9815 | |
f0bf7f61 | 9816 | VIA SD/MMC CARD CONTROLLER DRIVER |
558bbb2f | 9817 | M: Bruce Chang <[email protected]> |
8b58be88 | 9818 | M: Harald Welte <[email protected]> |
f0bf7f61 HW |
9819 | S: Maintained |
9820 | F: drivers/mmc/host/via-sdmmc.c | |
9821 | ||
69e4a7c2 | 9822 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
c7babebd | 9823 | M: Florian Tobias Schandinat <[email protected]> |
c69f677c | 9824 | L: [email protected] |
69e4a7c2 | 9825 | S: Maintained |
c7babebd FTS |
9826 | F: include/linux/via-core.h |
9827 | F: include/linux/via-gpio.h | |
9828 | F: include/linux/via_i2c.h | |
8a61f013 | 9829 | F: drivers/video/fbdev/via/ |
69e4a7c2 | 9830 | |
01f20734 | 9831 | VIA VELOCITY NETWORK DRIVER |
8b58be88 | 9832 | M: Francois Romieu <[email protected]> |
01f20734 FR |
9833 | L: [email protected] |
9834 | S: Maintained | |
f2148a47 | 9835 | F: drivers/net/ethernet/via/via-velocity.* |
1da177e4 | 9836 | |
0b7bc1fa HV |
9837 | VIVI VIRTUAL VIDEO DRIVER |
9838 | M: Hans Verkuil <[email protected]> | |
9839 | L: [email protected] | |
9840 | T: git git://linuxtv.org/media_tree.git | |
9841 | W: http://linuxtv.org | |
9842 | S: Maintained | |
9843 | F: drivers/media/platform/vivi* | |
9844 | ||
be7f8273 | 9845 | VLAN (802.1Q) |
8b58be88 | 9846 | M: Patrick McHardy <[email protected]> |
be7f8273 PM |
9847 | L: [email protected] |
9848 | S: Maintained | |
679655da JP |
9849 | F: drivers/net/macvlan.c |
9850 | F: include/linux/if_*vlan.h | |
9851 | F: net/8021q/ | |
be7f8273 | 9852 | |
55e331cf | 9853 | VLYNQ BUS |
8b58be88 | 9854 | M: Florian Fainelli <[email protected]> |
8578d7af | 9855 | L: [email protected] (subscribers-only) |
55e331cf FF |
9856 | S: Maintained |
9857 | F: drivers/vlynq/vlynq.c | |
9858 | F: include/linux/vlynq.h | |
9859 | ||
390beae4 MW |
9860 | VME SUBSYSTEM |
9861 | M: Martyn Welch <[email protected]> | |
1bd289d1 | 9862 | M: Manohar Vanga <[email protected]> |
390beae4 MW |
9863 | M: Greg Kroah-Hartman <[email protected]> |
9864 | L: [email protected] | |
9865 | S: Maintained | |
9866 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | |
9867 | F: Documentation/vme_api.txt | |
9868 | F: drivers/staging/vme/ | |
9869 | F: drivers/vme/ | |
9870 | F: include/linux/vme* | |
9871 | ||
4488e09b AK |
9872 | VMWARE HYPERVISOR INTERFACE |
9873 | M: Alok Kataria <[email protected]> | |
9874 | L: [email protected] | |
9875 | S: Supported | |
9876 | F: arch/x86/kernel/cpu/vmware.c | |
9877 | ||
73b35d07 DT |
9878 | VMWARE BALLOON DRIVER |
9879 | M: Xavier Deguillard <[email protected]> | |
9880 | M: Philip Moltmann <[email protected]> | |
9881 | M: "VMware, Inc." <[email protected]> | |
9882 | L: [email protected] | |
9883 | S: Maintained | |
9884 | F: drivers/misc/vmw_balloon.c | |
9885 | ||
d1a890fa | 9886 | VMWARE VMXNET3 ETHERNET DRIVER |
65c8bb5b JP |
9887 | M: Shreyas Bhatewara <[email protected]> |
9888 | M: "VMware, Inc." <[email protected]> | |
9889 | L: [email protected] | |
9890 | S: Maintained | |
9891 | F: drivers/net/vmxnet3/ | |
d1a890fa | 9892 | |
851b1642 | 9893 | VMware PVSCSI driver |
f2d7e40e | 9894 | M: Arvind Kumar <[email protected]> |
851b1642 AK |
9895 | M: VMware PV-Drivers <[email protected]> |
9896 | L: [email protected] | |
9897 | S: Maintained | |
9898 | F: drivers/scsi/vmw_pvscsi.c | |
9899 | F: drivers/scsi/vmw_pvscsi.h | |
9900 | ||
e53e86c7 | 9901 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
88dd75af | 9902 | M: Liam Girdwood <[email protected]> |
b02e48f2 | 9903 | M: Mark Brown <[email protected]> |
e53e86c7 | 9904 | W: http://opensource.wolfsonmicro.com/node/15 |
1dd68f01 | 9905 | W: http://www.slimlogic.co.uk/?p=48 |
6febb5ab | 9906 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git |
e53e86c7 | 9907 | S: Supported |
679655da JP |
9908 | F: drivers/regulator/ |
9909 | F: include/linux/regulator/ | |
e53e86c7 | 9910 | |
ab41319e | 9911 | VT1211 HARDWARE MONITOR DRIVER |
8b58be88 | 9912 | M: Juerg Haefliger <[email protected]> |
ab41319e JH |
9913 | L: [email protected] |
9914 | S: Maintained | |
679655da JP |
9915 | F: Documentation/hwmon/vt1211 |
9916 | F: drivers/hwmon/vt1211.c | |
ab41319e | 9917 | |
1de9e371 | 9918 | VT8231 HARDWARE MONITOR DRIVER |
8b58be88 | 9919 | M: Roger Lucas <[email protected]> |
1de9e371 RL |
9920 | L: [email protected] |
9921 | S: Maintained | |
679655da | 9922 | F: drivers/hwmon/vt8231.c |
1de9e371 | 9923 | |
88095e7b TO |
9924 | VUB300 USB to SDIO/SD/MMC bridge chip |
9925 | M: Tony Olech <[email protected]> | |
9926 | L: [email protected] | |
9927 | L: [email protected] | |
9928 | S: Supported | |
9929 | F: drivers/mmc/host/vub300.c | |
9930 | ||
1da177e4 | 9931 | W1 DALLAS'S 1-WIRE BUS |
a8018766 | 9932 | M: Evgeniy Polyakov <[email protected]> |
1da177e4 | 9933 | S: Maintained |
679655da JP |
9934 | F: Documentation/w1/ |
9935 | F: drivers/w1/ | |
1da177e4 | 9936 | |
13927079 | 9937 | W83791D HARDWARE MONITORING DRIVER |
8b58be88 | 9938 | M: Marc Hulsman <[email protected]> |
13927079 | 9939 | L: [email protected] |
25845c22 | 9940 | S: Maintained |
679655da JP |
9941 | F: Documentation/hwmon/w83791d |
9942 | F: drivers/hwmon/w83791d.c | |
13927079 | 9943 | |
61db011d | 9944 | W83793 HARDWARE MONITORING DRIVER |
8b58be88 | 9945 | M: Rudolf Marek <[email protected]> |
61db011d RM |
9946 | L: [email protected] |
9947 | S: Maintained | |
679655da JP |
9948 | F: Documentation/hwmon/w83793 |
9949 | F: drivers/hwmon/w83793.c | |
61db011d | 9950 | |
e3760b43 | 9951 | W83795 HARDWARE MONITORING DRIVER |
7c81c60f | 9952 | M: Jean Delvare <[email protected]> |
e3760b43 JD |
9953 | L: [email protected] |
9954 | S: Maintained | |
9955 | F: drivers/hwmon/w83795.c | |
9956 | ||
1da177e4 | 9957 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
8b58be88 | 9958 | M: Pierre Ossman <[email protected]> |
1da177e4 | 9959 | S: Maintained |
679655da | 9960 | F: drivers/mmc/host/wbsd.* |
1da177e4 | 9961 | |
b4e05923 HG |
9962 | WACOM PROTOCOL 4 SERIAL TABLETS |
9963 | M: Julian Squires <[email protected]> | |
9964 | M: Hans de Goede <[email protected]> | |
9965 | L: [email protected] | |
9966 | S: Maintained | |
9967 | F: drivers/input/tablet/wacom_serial4.c | |
9968 | ||
3527761c | 9969 | WATCHDOG DEVICE DRIVERS |
8b58be88 | 9970 | M: Wim Van Sebroeck <[email protected]> |
230a5cef WVS |
9971 | L: [email protected] |
9972 | W: http://www.linux-watchdog.org/ | |
f599aaf0 | 9973 | T: git git://www.linux-watchdog.org/linux-watchdog.git |
3527761c | 9974 | S: Maintained |
679655da JP |
9975 | F: Documentation/watchdog/ |
9976 | F: drivers/watchdog/ | |
9977 | F: include/linux/watchdog.h | |
c117ab84 | 9978 | F: include/uapi/linux/watchdog.h |
3527761c | 9979 | |
1da177e4 | 9980 | WD7000 SCSI DRIVER |
8b58be88 | 9981 | M: Miroslav Zagorac <[email protected]> |
1da177e4 LT |
9982 | L: [email protected] |
9983 | S: Maintained | |
679655da | 9984 | F: drivers/scsi/wd7000.c |
1da177e4 | 9985 | |
b22e00f3 DR |
9986 | WIIMOTE HID DRIVER |
9987 | M: David Herrmann <[email protected]> | |
9988 | L: [email protected] | |
9989 | S: Maintained | |
9990 | F: drivers/hid/hid-wiimote* | |
9991 | ||
e258b80e | 9992 | WINBOND CIR DRIVER |
364e9e18 | 9993 | M: David Härdeman <[email protected]> |
e258b80e | 9994 | S: Maintained |
116ab806 | 9995 | F: drivers/media/rc/winbond-cir.c |
e258b80e | 9996 | |
8a70da82 | 9997 | WIMAX STACK |
8b58be88 | 9998 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 | 9999 | M: [email protected] |
63fae219 | 10000 | L: [email protected] (subscribers-only) |
8a70da82 IPG |
10001 | S: Supported |
10002 | W: http://linuxwimax.org | |
315987dc | 10003 | F: Documentation/wimax/README.wimax |
315987dc JP |
10004 | F: include/linux/wimax/debug.h |
10005 | F: include/net/wimax.h | |
c117ab84 | 10006 | F: include/uapi/linux/wimax.h |
315987dc | 10007 | F: net/wimax/ |
8a70da82 | 10008 | |
5fc14680 | 10009 | WISTRON LAPTOP BUTTON DRIVER |
8b58be88 | 10010 | M: Miloslav Trmac <[email protected]> |
5fc14680 | 10011 | S: Maintained |
679655da | 10012 | F: drivers/input/misc/wistron_btns.c |
5fc14680 | 10013 | |
1da177e4 | 10014 | WL3501 WIRELESS PCMCIA CARD DRIVER |
8b58be88 | 10015 | M: Arnaldo Carvalho de Melo <[email protected]> |
724c6b35 | 10016 | L: [email protected] |
926554c4 | 10017 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 10018 | S: Maintained |
679655da | 10019 | F: drivers/net/wireless/wl3501* |
1da177e4 | 10020 | |
febf1dff | 10021 | WM97XX TOUCHSCREEN DRIVERS |
d9f1f489 | 10022 | M: Mark Brown <[email protected]> |
8b58be88 | 10023 | M: Liam Girdwood <[email protected]> |
febf1dff MB |
10024 | L: [email protected] |
10025 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
10026 | W: http://opensource.wolfsonmicro.com/node/7 | |
10027 | S: Supported | |
679655da JP |
10028 | F: drivers/input/touchscreen/*wm97* |
10029 | F: include/linux/wm97xx.h | |
febf1dff | 10030 | |
055bcbcb | 10031 | WOLFSON MICROELECTRONICS DRIVERS |
fef95164 | 10032 | L: [email protected] |
cf8eda3e | 10033 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc |
b75ea16a | 10034 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
cf8eda3e | 10035 | W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices |
b75ea16a | 10036 | S: Supported |
3768f0b1 | 10037 | F: Documentation/hwmon/wm83?? |
af1c5386 | 10038 | F: arch/arm/mach-s3c64xx/mach-crag6410* |
f05259a6 | 10039 | F: drivers/clk/clk-wm83*.c |
9c309598 | 10040 | F: drivers/extcon/extcon-arizona.c |
b75ea16a | 10041 | F: drivers/leds/leds-wm83*.c |
25b273ba | 10042 | F: drivers/gpio/gpio-*wm*.c |
9c309598 | 10043 | F: drivers/gpio/gpio-arizona.c |
d22b0869 | 10044 | F: drivers/hwmon/wm83??-hwmon.c |
59ec6da2 MB |
10045 | F: drivers/input/misc/wm831x-on.c |
10046 | F: drivers/input/touchscreen/wm831x-ts.c | |
10047 | F: drivers/input/touchscreen/wm97*.c | |
9c309598 MB |
10048 | F: drivers/mfd/arizona* |
10049 | F: drivers/mfd/wm*.c | |
b75ea16a MB |
10050 | F: drivers/power/wm83*.c |
10051 | F: drivers/rtc/rtc-wm83*.c | |
10052 | F: drivers/regulator/wm8*.c | |
3860e6c4 | 10053 | F: drivers/video/backlight/wm83*_bl.c |
b75ea16a | 10054 | F: drivers/watchdog/wm83*_wdt.c |
9c309598 | 10055 | F: include/linux/mfd/arizona/ |
3860e6c4 | 10056 | F: include/linux/mfd/wm831x/ |
b75ea16a | 10057 | F: include/linux/mfd/wm8350/ |
3768f0b1 | 10058 | F: include/linux/mfd/wm8400* |
59ec6da2 | 10059 | F: include/linux/wm97xx.h |
055bcbcb | 10060 | F: include/sound/wm????.h |
9c309598 | 10061 | F: sound/soc/codecs/arizona.? |
055bcbcb | 10062 | F: sound/soc/codecs/wm* |
b75ea16a | 10063 | |
3e6cd7a4 TH |
10064 | WORKQUEUE |
10065 | M: Tejun Heo <[email protected]> | |
3e6cd7a4 TH |
10066 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git |
10067 | S: Maintained | |
10068 | F: include/linux/workqueue.h | |
10069 | F: kernel/workqueue.c | |
10070 | F: Documentation/workqueue.txt | |
10071 | ||
1da177e4 | 10072 | X.25 NETWORK LAYER |
8bf28059 | 10073 | M: Andrew Hendry <[email protected]> |
1da177e4 | 10074 | L: [email protected] |
8bf28059 | 10075 | S: Odd Fixes |
679655da JP |
10076 | F: Documentation/networking/x25* |
10077 | F: include/net/x25* | |
10078 | F: net/x25/ | |
1da177e4 | 10079 | |
e2d1d6c0 | 10080 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
8b58be88 JP |
10081 | M: Thomas Gleixner <[email protected]> |
10082 | M: Ingo Molnar <[email protected]> | |
10083 | M: "H. Peter Anvin" <[email protected]> | |
bcde563c | 10084 | M: [email protected] |
981c3a4f | 10085 | L: [email protected] |
75fc2d37 | 10086 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
e2d1d6c0 | 10087 | S: Maintained |
679655da JP |
10088 | F: Documentation/x86/ |
10089 | F: arch/x86/ | |
e2d1d6c0 | 10090 | |
d0944853 | 10091 | X86 PLATFORM DRIVERS |
e181ba15 | 10092 | M: Darren Hart <[email protected]> |
d0944853 | 10093 | L: [email protected] |
e181ba15 | 10094 | T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git |
d0944853 | 10095 | S: Maintained |
14430813 | 10096 | F: drivers/platform/x86/ |
d0944853 | 10097 | |
c1f5c54b IM |
10098 | X86 MCE INFRASTRUCTURE |
10099 | M: Tony Luck <[email protected]> | |
487ba8e8 | 10100 | M: Borislav Petkov <[email protected]> |
c1f5c54b IM |
10101 | L: [email protected] |
10102 | S: Maintained | |
10103 | F: arch/x86/kernel/cpu/mcheck/* | |
10104 | ||
d6fad502 | 10105 | XC2028/3028 TUNER DRIVER |
1b2c14b4 | 10106 | M: Mauro Carvalho Chehab <[email protected]> |
d6fad502 MCC |
10107 | L: [email protected] |
10108 | W: http://linuxtv.org | |
10109 | T: git git://linuxtv.org/media_tree.git | |
10110 | S: Maintained | |
10111 | F: drivers/media/tuners/tuner-xc2028.* | |
10112 | ||
c4468085 | 10113 | XEN HYPERVISOR INTERFACE |
c4468085 | 10114 | M: Konrad Rzeszutek Wilk <[email protected]> |
3eeef8f7 KRW |
10115 | M: Boris Ostrovsky <[email protected]> |
10116 | M: David Vrabel <[email protected]> | |
11dbb52b | 10117 | L: [email protected] (moderated for non-subscribers) |
ea70ba3a | 10118 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git |
c4468085 IC |
10119 | S: Supported |
10120 | F: arch/x86/xen/ | |
10121 | F: drivers/*/xen-*front.c | |
10122 | F: drivers/xen/ | |
10123 | F: arch/x86/include/asm/xen/ | |
10124 | F: include/xen/ | |
c117ab84 | 10125 | F: include/uapi/xen/ |
c4468085 | 10126 | |
77bfb479 SS |
10127 | XEN HYPERVISOR ARM |
10128 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10129 | L: [email protected] (moderated for non-subscribers) |
77bfb479 SS |
10130 | S: Supported |
10131 | F: arch/arm/xen/ | |
10132 | F: arch/arm/include/asm/xen/ | |
10133 | ||
b475e83f SS |
10134 | XEN HYPERVISOR ARM64 |
10135 | M: Stefano Stabellini <[email protected]> | |
11dbb52b | 10136 | L: [email protected] (moderated for non-subscribers) |
b475e83f SS |
10137 | S: Supported |
10138 | F: arch/arm64/xen/ | |
10139 | F: arch/arm64/include/asm/xen/ | |
10140 | ||
9b57e1a7 IC |
10141 | XEN NETWORK BACKEND DRIVER |
10142 | M: Ian Campbell <[email protected]> | |
8386040b | 10143 | M: Wei Liu <[email protected]> |
11dbb52b | 10144 | L: [email protected] (moderated for non-subscribers) |
9b57e1a7 IC |
10145 | L: [email protected] |
10146 | S: Supported | |
10147 | F: drivers/net/xen-netback/* | |
10148 | ||
c5f8e29d KRW |
10149 | XEN PCI SUBSYSTEM |
10150 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10151 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10152 | S: Supported |
10153 | F: arch/x86/pci/*xen* | |
10154 | F: drivers/pci/*xen* | |
10155 | ||
a2c5ae65 KRW |
10156 | XEN BLOCK SUBSYSTEM |
10157 | M: Konrad Rzeszutek Wilk <[email protected]> | |
10158 | L: [email protected] (moderated for non-subscribers) | |
10159 | S: Supported | |
10160 | F: drivers/block/xen-blkback/* | |
10161 | F: drivers/block/xen* | |
10162 | ||
c5f8e29d KRW |
10163 | XEN SWIOTLB SUBSYSTEM |
10164 | M: Konrad Rzeszutek Wilk <[email protected]> | |
11dbb52b | 10165 | L: [email protected] (moderated for non-subscribers) |
c5f8e29d KRW |
10166 | S: Supported |
10167 | F: arch/x86/xen/*swiotlb* | |
10168 | F: drivers/xen/*swiotlb* | |
10169 | ||
1da177e4 LT |
10170 | XFS FILESYSTEM |
10171 | P: Silicon Graphics Inc | |
809625ca | 10172 | M: Dave Chinner <[email protected]> |
18caa67a | 10173 | M: [email protected] |
d7ede1aa | 10174 | L: [email protected] |
1da177e4 | 10175 | W: http://oss.sgi.com/projects/xfs |
54e5881d | 10176 | T: git git://oss.sgi.com/xfs/xfs.git |
1da177e4 | 10177 | S: Supported |
679655da JP |
10178 | F: Documentation/filesystems/xfs.txt |
10179 | F: fs/xfs/ | |
1da177e4 | 10180 | |
8a3b7a25 | 10181 | XILINX AXI ETHERNET DRIVER |
59a54f30 MS |
10182 | M: Anirudha Sarangi <[email protected]> |
10183 | M: John Linn <[email protected]> | |
8a3b7a25 DB |
10184 | S: Maintained |
10185 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | |
10186 | ||
c9d3d8ec | 10187 | XILINX SYSTEMACE DRIVER |
cdeb8994 | 10188 | S: Orphan |
679655da | 10189 | F: drivers/block/xsysace.c |
c9d3d8ec | 10190 | |
238b8721 | 10191 | XILINX UARTLITE SERIAL DRIVER |
8b58be88 | 10192 | M: Peter Korsgaard <[email protected]> |
238b8721 PK |
10193 | L: [email protected] |
10194 | S: Maintained | |
df621252 | 10195 | F: drivers/tty/serial/uartlite.c |
238b8721 | 10196 | |
f620e4b8 MF |
10197 | XTENSA XTFPGA PLATFORM SUPPORT |
10198 | M: Max Filippov <[email protected]> | |
10199 | L: [email protected] | |
10200 | S: Maintained | |
10201 | F: drivers/spi/spi-xtensa-xtfpga.c | |
10202 | ||
1da177e4 | 10203 | YAM DRIVER FOR AX.25 |
8b58be88 | 10204 | M: Jean-Paul Roubelat <[email protected]> |
1da177e4 LT |
10205 | L: [email protected] |
10206 | S: Maintained | |
679655da JP |
10207 | F: drivers/net/hamradio/yam* |
10208 | F: include/linux/yam.h | |
1da177e4 | 10209 | |
af64a5eb | 10210 | YEALINK PHONE DRIVER |
8b58be88 | 10211 | M: Henk Vergonet <[email protected]> |
af64a5eb HV |
10212 | L: [email protected] |
10213 | S: Maintained | |
679655da JP |
10214 | F: Documentation/input/yealink.txt |
10215 | F: drivers/input/misc/yealink.* | |
af64a5eb | 10216 | |
1da177e4 | 10217 | Z8530 DRIVER FOR AX.25 |
8b58be88 | 10218 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
10219 | W: http://yaina.de/jreuter/ |
10220 | W: http://www.qsl.net/dl1bke/ | |
10221 | L: [email protected] | |
10222 | S: Maintained | |
679655da JP |
10223 | F: Documentation/networking/z8530drv.txt |
10224 | F: drivers/net/hamradio/*scc.c | |
10225 | F: drivers/net/hamradio/z8530.h | |
1da177e4 | 10226 | |
0cf31ec1 | 10227 | ZBUD COMPRESSED PAGE ALLOCATOR |
0e3b7e54 | 10228 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10229 | L: [email protected] |
10230 | S: Maintained | |
10231 | F: mm/zbud.c | |
10232 | F: include/linux/zbud.h | |
10233 | ||
7c0c3afb | 10234 | ZD1211RW WIRELESS DRIVER |
8b58be88 JP |
10235 | M: Daniel Drake <[email protected]> |
10236 | M: Ulrich Kunitz <[email protected]> | |
7c0c3afb | 10237 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
724c6b35 | 10238 | L: [email protected] |
7c0c3afb DD |
10239 | L: [email protected] (subscribers-only) |
10240 | S: Maintained | |
679655da | 10241 | F: drivers/net/wireless/zd1211rw/ |
7c0c3afb | 10242 | |
1da177e4 | 10243 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 10244 | L: [email protected] |
f63145e2 | 10245 | L: [email protected] |
1da177e4 | 10246 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
cea8321c | 10247 | T: hg http://linuxtv.org/hg/v4l-dvb |
f63145e2 | 10248 | S: Odd Fixes |
90d72ac6 | 10249 | F: drivers/media/pci/zoran/ |
1da177e4 | 10250 | |
6920f2cc MK |
10251 | ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER |
10252 | M: Minchan Kim <[email protected]> | |
10253 | M: Nitin Gupta <[email protected]> | |
10254 | L: [email protected] | |
10255 | S: Maintained | |
10256 | F: drivers/block/zram/ | |
10257 | F: Documentation/blockdev/zram.txt | |
10258 | ||
8b4a4080 | 10259 | ZS DECSTATION Z85C30 SERIAL DRIVER |
8b58be88 | 10260 | M: "Maciej W. Rozycki" <[email protected]> |
8b4a4080 | 10261 | S: Maintained |
df621252 | 10262 | F: drivers/tty/serial/zs.* |
8b4a4080 | 10263 | |
eae70d06 MK |
10264 | ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR |
10265 | M: Minchan Kim <[email protected]> | |
10266 | M: Nitin Gupta <[email protected]> | |
10267 | L: [email protected] | |
10268 | S: Maintained | |
10269 | F: mm/zsmalloc.c | |
10270 | F: include/linux/zsmalloc.h | |
10271 | ||
0cf31ec1 | 10272 | ZSWAP COMPRESSED SWAP CACHING |
0e3b7e54 | 10273 | M: Seth Jennings <[email protected]> |
0cf31ec1 SJ |
10274 | L: [email protected] |
10275 | S: Maintained | |
10276 | F: mm/zswap.c | |
10277 | ||
1da177e4 | 10278 | THE REST |
8b58be88 | 10279 | M: Linus Torvalds <[email protected]> |
34d03cc1 | 10280 | L: [email protected] |
8a6e2535 | 10281 | Q: http://patchwork.kernel.org/project/LKML/list/ |
d16adea3 | 10282 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git |
1da177e4 | 10283 | S: Buried alive in reporters |
34d03cc1 JP |
10284 | F: * |
10285 | F: */ |