]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | |
2 | List of maintainers and how to submit kernel changes | |
3 | ||
4 | Please try to follow the guidelines below. This will make things | |
5 | easier on the maintainers. Not all of these guidelines matter for every | |
6 | trivial patch so apply some common sense. | |
7 | ||
8 | 1. Always _test_ your changes, however small, on at least 4 or | |
9 | 5 people, preferably many more. | |
10 | ||
11 | 2. Try to release a few ALPHA test versions to the net. Announce | |
12 | them onto the kernel channel and await results. This is especially | |
13 | important for device drivers, because often that's the only way | |
14 | you will find things like the fact version 3 firmware needs | |
15 | a magic fix you didn't know about, or some clown changed the | |
16 | chips on a board and not its name. (Don't laugh! Look at the | |
17 | SMC etherpower for that.) | |
18 | ||
19 | 3. Make sure your changes compile correctly in multiple | |
20 | configurations. In particular check that changes work both as a | |
21 | module and built into the kernel. | |
22 | ||
23 | 4. When you are happy with a change make it generally available for | |
24 | testing and await feedback. | |
25 | ||
26 | 5. Make a patch available to the relevant maintainer in the list. Use | |
27 | 'diff -u' to make the patch easy to merge. Be prepared to get your | |
28 | changes sent back with seemingly silly requests about formatting | |
29 | and variable names. These aren't as silly as they seem. One | |
30 | job the maintainers (and especially Linus) do is to keep things | |
31 | looking the same. Sometimes this means that the clever hack in | |
32 | your driver to get around a problem actually needs to become a | |
0a920b5b AW |
33 | generalized kernel feature ready for next time. |
34 | ||
35 | PLEASE check your patch with the automated style checker | |
36 | (scripts/checkpatch.pl) to catch trival style violations. | |
37 | See Documentation/CodingStyle for guidance here. | |
1da177e4 | 38 | |
f70f873b JP |
39 | PLEASE CC: the maintainers and mailing lists that are generated |
40 | by scripts/get_maintainer.pl. The results returned by the | |
41 | script will be best if you have git installed and are making | |
42 | your changes in a branch derived from Linus' latest git tree. | |
43 | See Documentation/SubmittingPatches for details. | |
44 | ||
1da177e4 LT |
45 | PLEASE try to include any credit lines you want added with the |
46 | patch. It avoids people being missed off by mistake and makes | |
47 | it easier to know who wants adding and who doesn't. | |
48 | ||
49 | PLEASE document known bugs. If it doesn't work for everything | |
50 | or does something very odd once a month document it. | |
51 | ||
c9ee133b | 52 | PLEASE remember that submissions must be made under the terms |
4500371e RD |
53 | of the OSDL certificate of contribution and should include a |
54 | Signed-off-by: line. The current version of this "Developer's | |
55 | Certificate of Origin" (DCO) is listed in the file | |
56 | Documentation/SubmittingPatches. | |
c9ee133b | 57 | |
1da177e4 LT |
58 | 6. Make sure you have the right to send any changes you make. If you |
59 | do changes at work you may find your employer owns the patch | |
60 | not you. | |
61 | ||
c9ee133b AC |
62 | 7. When sending security related changes or reports to a maintainer |
63 | please Cc: [email protected], especially if the maintainer | |
64 | does not respond. | |
65 | ||
66 | 8. Happy hacking. | |
1da177e4 | 67 | |
b7eee616 | 68 | ----------------------------------- |
1da177e4 LT |
69 | |
70 | Maintainers List (try to look for most precise areas first) | |
71 | ||
72 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
73 | order. If you could add yourselves to it in alphabetical order that would be | |
74 | so much easier [Ed] | |
75 | ||
2bed6eeb JP |
76 | P: Person (obsolete) |
77 | M: Mail patches to: FullName <address@domain> | |
1da177e4 LT |
78 | L: Mailing list that is relevant to this area |
79 | W: Web-page with status/info | |
e960bf73 | 80 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. |
4501a466 | 81 | S: Status, one of the following: |
1da177e4 LT |
82 | |
83 | Supported: Someone is actually paid to look after this. | |
84 | Maintained: Someone actually looks after it. | |
85 | Odd Fixes: It has a maintainer but they don't have time to do | |
86 | much other than throw the odd patch in. See below.. | |
87 | Orphan: No current maintainer [but maybe you could take the | |
88 | role as you write your new code]. | |
89 | Obsolete: Old code. Something tagged obsolete generally means | |
90 | it has been replaced by a better system and you | |
91 | should be using that. | |
92 | ||
679655da JP |
93 | F: Files and directories with wildcard patterns. |
94 | A trailing slash includes all files and subdirectory files. | |
95 | F: drivers/net/ all files in and below drivers/net | |
96 | F: drivers/net/* all files in drivers/net, but not below | |
97 | F: */net/* all files in "any top level directory"/net | |
98 | One pattern per line. Multiple F: lines acceptable. | |
99 | X: Files and directories that are NOT maintained, same rules as F: | |
100 | Files exclusions are tested before file matches. | |
101 | Can be useful for excluding a specific subdirectory, for instance: | |
102 | F: net/ | |
103 | X: net/ipv6/ | |
104 | matches all files in and below net excluding net/ipv6/ | |
105 | ||
1da177e4 | 106 | 3C505 NETWORK DRIVER |
8b58be88 | 107 | M: Philip Blundell <[email protected]> |
979b6c13 | 108 | L: [email protected] |
1da177e4 | 109 | S: Maintained |
679655da | 110 | F: drivers/net/3c505* |
1da177e4 | 111 | |
a6d89915 | 112 | 3C59X NETWORK DRIVER |
8b58be88 | 113 | M: Steffen Klassert <[email protected]> |
a6d89915 SK |
114 | L: [email protected] |
115 | S: Maintained | |
679655da JP |
116 | F: Documentation/networking/vortex.txt |
117 | F: drivers/net/3c59x.c | |
a6d89915 | 118 | |
1da177e4 | 119 | 3CR990 NETWORK DRIVER |
8b58be88 | 120 | M: David Dillow <[email protected]> |
979b6c13 | 121 | L: [email protected] |
1da177e4 | 122 | S: Maintained |
679655da | 123 | F: drivers/net/typhoon* |
1da177e4 | 124 | |
e2d1d6c0 | 125 | 3W-9XXX SATA-RAID CONTROLLER DRIVER |
8b58be88 | 126 | M: Adam Radford <[email protected]> |
1da177e4 LT |
127 | L: [email protected] |
128 | W: http://www.amcc.com | |
129 | S: Supported | |
679655da | 130 | F: drivers/scsi/3w-9xxx* |
1da177e4 | 131 | |
e2d1d6c0 | 132 | 3W-XXXX ATA-RAID CONTROLLER DRIVER |
8b58be88 | 133 | M: Adam Radford <[email protected]> |
1da177e4 LT |
134 | L: [email protected] |
135 | W: http://www.amcc.com | |
136 | S: Supported | |
679655da | 137 | F: drivers/scsi/3w-xxxx* |
1da177e4 LT |
138 | |
139 | 53C700 AND 53C700-66 SCSI DRIVER | |
8b58be88 | 140 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
141 | L: [email protected] |
142 | S: Maintained | |
679655da | 143 | F: drivers/scsi/53c700* |
1da177e4 LT |
144 | |
145 | 6PACK NETWORK DRIVER FOR AX.25 | |
8b58be88 | 146 | M: Andreas Koensgen <[email protected]> |
1da177e4 LT |
147 | L: [email protected] |
148 | S: Maintained | |
679655da | 149 | F: drivers/net/hamradio/6pack.c |
1da177e4 | 150 | |
1da177e4 | 151 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
8b58be88 | 152 | M: Francois Romieu <[email protected]> |
979b6c13 | 153 | L: [email protected] |
1da177e4 | 154 | S: Maintained |
679655da | 155 | F: drivers/net/r8169.c |
1da177e4 LT |
156 | |
157 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
1da177e4 LT |
158 | L: [email protected] |
159 | W: http://serial.sourceforge.net | |
90a09c9c | 160 | S: Orphan |
679655da JP |
161 | F: drivers/serial/8250* |
162 | F: include/linux/serial_8250.h | |
1da177e4 LT |
163 | |
164 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
8b58be88 | 165 | M: Paul Gortmaker <[email protected]> |
979b6c13 | 166 | L: [email protected] |
1da177e4 | 167 | S: Maintained |
679655da JP |
168 | F: drivers/net/*8390* |
169 | F: drivers/net/ax88796.c | |
1da177e4 | 170 | |
67543e50 | 171 | 9P FILE SYSTEM |
8b58be88 JP |
172 | M: Eric Van Hensbergen <[email protected]> |
173 | M: Ron Minnich <[email protected]> | |
174 | M: Latchesar Ionkov <[email protected]> | |
ce00f85c | 175 | L: [email protected] |
27a2a5ff | 176 | W: http://swik.net/v9fs |
54e5881d | 177 | T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git |
ce00f85c | 178 | S: Maintained |
679655da JP |
179 | F: Documentation/filesystems/9p.txt |
180 | F: fs/9p/ | |
67543e50 | 181 | |
1da177e4 | 182 | A2232 SERIAL BOARD DRIVER |
8b58be88 | 183 | M: Enver Haase <[email protected]> |
1da177e4 LT |
184 | L: [email protected] |
185 | S: Maintained | |
679655da | 186 | F: drivers/char/ser_a2232* |
1da177e4 | 187 | |
e2d1d6c0 | 188 | AACRAID SCSI RAID DRIVER |
8b58be88 | 189 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
190 | L: [email protected] |
191 | W: http://www.adaptec.com/ | |
1da177e4 | 192 | S: Supported |
679655da JP |
193 | F: Documentation/scsi/aacraid.txt |
194 | F: drivers/scsi/aacraid/ | |
1da177e4 | 195 | |
249e3c85 | 196 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
8b58be88 | 197 | M: Hans de Goede <[email protected]> |
f2b84bbc HG |
198 | L: [email protected] |
199 | S: Maintained | |
679655da | 200 | F: drivers/hwmon/abituguru.c |
f2b84bbc | 201 | |
249e3c85 | 202 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
8b58be88 | 203 | M: Alistair John Strachan <[email protected]> |
249e3c85 AJS |
204 | L: [email protected] |
205 | S: Maintained | |
679655da | 206 | F: drivers/hwmon/abituguru3.c |
249e3c85 | 207 | |
1da177e4 | 208 | ACENIC DRIVER |
8b58be88 | 209 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
210 | L: [email protected] |
211 | S: Maintained | |
679655da | 212 | F: drivers/net/acenic* |
1da177e4 | 213 | |
e86435eb | 214 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
8b58be88 | 215 | M: Peter Feuerer <[email protected]> |
4fc26e36 JP |
216 | W: http://piie.net/?section=acerhdf |
217 | S: Maintained | |
218 | F: drivers/platform/x86/acerhdf.c | |
e86435eb | 219 | |
745a5d21 | 220 | ACER WMI LAPTOP EXTRAS |
8b58be88 | 221 | M: Carlos Corbacho <[email protected]> |
745a5d21 CC |
222 | L: [email protected] (subscribers-only) |
223 | W: http://code.google.com/p/aceracpi | |
224 | S: Maintained | |
679655da | 225 | F: drivers/platform/x86/acer-wmi.c |
745a5d21 | 226 | |
1da177e4 | 227 | ACPI |
8b58be88 | 228 | M: Len Brown <[email protected]> |
6968e50c | 229 | L: [email protected] |
38e09d83 | 230 | W: http://www.lesswatts.org/projects/acpi/ |
54e5881d | 231 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
8b59a454 | 232 | S: Supported |
679655da JP |
233 | F: drivers/acpi/ |
234 | F: drivers/pnp/pnpacpi/ | |
235 | F: include/linux/acpi.h | |
43368e74 | 236 | F: include/acpi/ |
8b59a454 LB |
237 | |
238 | ACPI BATTERY DRIVERS | |
8b58be88 | 239 | M: Alexey Starikovskiy <[email protected]> |
8b59a454 | 240 | L: [email protected] |
0638bc8d | 241 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 242 | S: Supported |
679655da JP |
243 | F: drivers/acpi/battery.c |
244 | F: drivers/acpi/*sbs* | |
8b59a454 LB |
245 | |
246 | ACPI EC DRIVER | |
8b58be88 | 247 | M: Alexey Starikovskiy <[email protected]> |
8b59a454 | 248 | L: [email protected] |
0638bc8d | 249 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 250 | S: Supported |
679655da | 251 | F: drivers/acpi/ec.c |
8b59a454 LB |
252 | |
253 | ACPI FAN DRIVER | |
8b58be88 | 254 | M: Zhang Rui <[email protected]> |
8b59a454 | 255 | L: [email protected] |
0638bc8d | 256 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 257 | S: Supported |
679655da | 258 | F: drivers/acpi/fan.c |
1da177e4 | 259 | |
8e0af514 | 260 | ACPI PROCESSOR AGGREGATOR DRIVER |
5e5027bd | 261 | M: Shaohua Li <[email protected]> |
8e0af514 SL |
262 | L: [email protected] |
263 | W: http://www.lesswatts.org/projects/acpi/ | |
264 | S: Supported | |
265 | F: drivers/acpi/acpi_pad.c | |
266 | ||
8b59a454 | 267 | ACPI THERMAL DRIVER |
8b58be88 | 268 | M: Zhang Rui <[email protected]> |
8b59a454 | 269 | L: [email protected] |
0638bc8d | 270 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 271 | S: Supported |
679655da | 272 | F: drivers/acpi/*thermal* |
998be20f | 273 | |
359acec8 | 274 | ACPI VIDEO DRIVER |
8b58be88 | 275 | M: Zhang Rui <[email protected]> |
8b59a454 | 276 | L: [email protected] |
0638bc8d | 277 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 278 | S: Supported |
679655da | 279 | F: drivers/acpi/video.c |
998be20f | 280 | |
bff431e4 | 281 | ACPI WMI DRIVER |
8b58be88 | 282 | M: Carlos Corbacho <[email protected]> |
795fb7e7 JD |
283 | L: [email protected] |
284 | W: http://www.lesswatts.org/projects/acpi/ | |
285 | S: Maintained | |
679655da | 286 | F: drivers/platform/x86/wmi.c |
bff431e4 | 287 | |
2f39d519 | 288 | AD1889 ALSA SOUND DRIVER |
8b58be88 JP |
289 | M: Kyle McMartin <[email protected]> |
290 | M: Thibaut Varene <[email protected]> | |
795fb7e7 JD |
291 | W: http://wiki.parisc-linux.org/AD1889 |
292 | L: [email protected] | |
293 | S: Maintained | |
679655da | 294 | F: sound/pci/ad1889.* |
2f39d519 | 295 | |
1da177e4 | 296 | ADM1025 HARDWARE MONITOR DRIVER |
8b58be88 | 297 | M: Jean Delvare <[email protected]> |
cc0b07ed | 298 | L: [email protected] |
1da177e4 | 299 | S: Maintained |
679655da JP |
300 | F: Documentation/hwmon/adm1025 |
301 | F: drivers/hwmon/adm1025.c | |
1da177e4 | 302 | |
cae2caae | 303 | ADM1029 HARDWARE MONITOR DRIVER |
8b58be88 | 304 | M: Corentin Labbe <[email protected]> |
cae2caae CL |
305 | L: [email protected] |
306 | S: Maintained | |
679655da | 307 | F: drivers/hwmon/adm1029.c |
cae2caae | 308 | |
cc0b88cf | 309 | ADM8211 WIRELESS DRIVER |
8b58be88 | 310 | M: Michael Wu <[email protected]> |
cc0b88cf MW |
311 | L: [email protected] |
312 | W: http://linuxwireless.org/ | |
54e5881d | 313 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
cc0b88cf | 314 | S: Maintained |
679655da | 315 | F: drivers/net/wireless/adm8211.* |
cc0b88cf | 316 | |
1da177e4 | 317 | ADT746X FAN DRIVER |
8b58be88 | 318 | M: Colin Leroy <[email protected]> |
1da177e4 | 319 | S: Maintained |
679655da | 320 | F: drivers/macintosh/therm_adt746x.c |
1da177e4 | 321 | |
8c6af9e1 | 322 | ADVANSYS SCSI DRIVER |
8b58be88 | 323 | M: Matthew Wilcox <[email protected]> |
8c6af9e1 MW |
324 | L: [email protected] |
325 | S: Maintained | |
679655da JP |
326 | F: Documentation/scsi/advansys.txt |
327 | F: drivers/scsi/advansys.c | |
8c6af9e1 | 328 | |
1da177e4 | 329 | AEDSP16 DRIVER |
8b58be88 | 330 | M: Riccardo Facchetti <[email protected]> |
1da177e4 | 331 | S: Maintained |
679655da | 332 | F: sound/oss/aedsp16.c |
1da177e4 LT |
333 | |
334 | AFFS FILE SYSTEM | |
8b58be88 | 335 | M: Roman Zippel <[email protected]> |
1da177e4 | 336 | S: Maintained |
679655da JP |
337 | F: Documentation/filesystems/affs.txt |
338 | F: fs/affs/ | |
1da177e4 | 339 | |
e2d1d6c0 | 340 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
8b58be88 | 341 | M: David Howells <[email protected]> |
e2d1d6c0 RD |
342 | L: [email protected] |
343 | S: Supported | |
679655da JP |
344 | F: fs/afs/ |
345 | F: include/net/af_rxrpc.h | |
346 | F: net/rxrpc/af_rxrpc.c | |
e2d1d6c0 | 347 | |
1da177e4 | 348 | AGPGART DRIVER |
8b58be88 | 349 | M: David Airlie <[email protected]> |
54e5881d | 350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 | 351 | S: Maintained |
679655da JP |
352 | F: drivers/char/agp/ |
353 | F: include/linux/agp* | |
1da177e4 LT |
354 | |
355 | AHA152X SCSI DRIVER | |
8b58be88 | 356 | M: "Juergen E. Fischer" <[email protected]> |
1da177e4 LT |
357 | L: [email protected] |
358 | S: Maintained | |
679655da JP |
359 | F: drivers/scsi/aha152x* |
360 | F: drivers/scsi/pcmcia/aha152x* | |
1da177e4 | 361 | |
64624d4f | 362 | AIC7XXX / AIC79XX SCSI DRIVER |
8b58be88 | 363 | M: Hannes Reinecke <[email protected]> |
64624d4f | 364 | L: [email protected] |
1da177e4 | 365 | S: Maintained |
679655da JP |
366 | F: drivers/scsi/aic7xxx/ |
367 | F: drivers/scsi/aic7xxx_old/ | |
1da177e4 | 368 | |
e2d1d6c0 | 369 | AIO |
8b58be88 | 370 | M: Benjamin LaHaise <[email protected]> |
e2d1d6c0 RD |
371 | L: [email protected] |
372 | S: Supported | |
679655da JP |
373 | F: fs/aio.c |
374 | F: include/linux/*aio*.h | |
e2d1d6c0 | 375 | |
1da177e4 | 376 | ALCATEL SPEEDTOUCH USB DRIVER |
8b58be88 | 377 | M: Duncan Sands <[email protected]> |
6372594a | 378 | L: [email protected] |
1da177e4 LT |
379 | W: http://www.linux-usb.org/SpeedTouch/ |
380 | S: Maintained | |
679655da JP |
381 | F: drivers/usb/atm/speedtch.c |
382 | F: drivers/usb/atm/usbatm.c | |
1da177e4 | 383 | |
272f133a | 384 | ALCHEMY AU1XX0 MMC DRIVER |
8b58be88 | 385 | M: Manuel Lauss <[email protected]> |
08fcb720 | 386 | S: Maintained |
679655da | 387 | F: drivers/mmc/host/au1xmmc.c |
272f133a | 388 | |
4a4e5787 | 389 | ALI1563 I2C DRIVER |
8b58be88 | 390 | M: Rudolf Marek <[email protected]> |
846557d3 | 391 | L: [email protected] |
4a4e5787 | 392 | S: Maintained |
679655da JP |
393 | F: Documentation/i2c/busses/i2c-ali1563 |
394 | F: drivers/i2c/busses/i2c-ali1563.c | |
4a4e5787 | 395 | |
1da177e4 | 396 | ALPHA PORT |
8b58be88 | 397 | M: Richard Henderson <[email protected]> |
1da177e4 | 398 | S: Odd Fixes for 2.4; Maintained for 2.6. |
8b58be88 | 399 | M: Ivan Kokshaysky <[email protected]> |
1da177e4 | 400 | S: Maintained for 2.4; PCI support for 2.6. |
a9406699 | 401 | L: [email protected] |
679655da | 402 | F: arch/alpha/ |
1da177e4 | 403 | |
167a675a | 404 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
8b58be88 | 405 | M: Thomas Dahlmann <[email protected]> |
67d76710 | 406 | L: [email protected] (moderated for non-subscribers) |
167a675a | 407 | S: Supported |
679655da | 408 | F: drivers/usb/gadget/amd5536udc.* |
167a675a | 409 | |
f90b8116 | 410 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
ce00f85c | 411 | P: Jordan Crouse |
67d76710 | 412 | L: [email protected] (moderated for non-subscribers) |
f90b8116 JC |
413 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
414 | S: Supported | |
679655da JP |
415 | F: arch/x86/kernel/geode_32.c |
416 | F: drivers/char/hw_random/geode-rng.c | |
417 | F: drivers/crypto/geode* | |
418 | F: drivers/video/geode/ | |
419 | F: arch/x86/include/asm/geode.h | |
f90b8116 | 420 | |
919ee7dd | 421 | AMD IOMMU (AMD-VI) |
8b58be88 | 422 | M: Joerg Roedel <[email protected]> |
919ee7dd | 423 | L: [email protected] |
54e5881d | 424 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git |
919ee7dd | 425 | S: Supported |
679655da JP |
426 | F: arch/x86/kernel/amd_iommu*.c |
427 | F: arch/x86/include/asm/amd_iommu*.h | |
919ee7dd | 428 | |
e7f5b309 | 429 | AMD MICROCODE UPDATE SUPPORT |
8b58be88 | 430 | M: Andreas Herrmann <[email protected]> |
7d2c86b5 JP |
431 | L: [email protected] |
432 | S: Supported | |
679655da | 433 | F: arch/x86/kernel/microcode_amd.c |
e7f5b309 | 434 | |
284f42b6 | 435 | AMS (Apple Motion Sensor) DRIVER |
8b58be88 JP |
436 | M: Stelian Pop <[email protected]> |
437 | M: Michael Hanselmann <[email protected]> | |
284f42b6 | 438 | S: Supported |
679655da | 439 | F: drivers/hwmon/ams/ |
284f42b6 | 440 | |
f94b533d | 441 | AMSO1100 RNIC DRIVER |
8b58be88 JP |
442 | M: Tom Tucker <[email protected]> |
443 | M: Steve Wise <[email protected]> | |
e6cc0fd1 | 444 | L: [email protected] |
f94b533d | 445 | S: Maintained |
679655da | 446 | F: drivers/infiniband/hw/amso1100/ |
f94b533d | 447 | |
42269063 | 448 | AOA (Apple Onboard Audio) ALSA DRIVER |
8b58be88 | 449 | M: Johannes Berg <[email protected]> |
42269063 | 450 | L: [email protected] |
93711660 | 451 | L: [email protected] (moderated for non-subscribers) |
42269063 | 452 | S: Maintained |
679655da | 453 | F: sound/aoa/ |
42269063 | 454 | |
1da177e4 | 455 | APM DRIVER |
8b58be88 | 456 | M: Stephen Rothwell <[email protected]> |
1da177e4 LT |
457 | L: [email protected] |
458 | W: http://www.canb.auug.org.au/~sfr/ | |
459 | S: Supported | |
679655da JP |
460 | F: arch/x86/kernel/apm_32.c |
461 | F: include/linux/apm_bios.h | |
1da177e4 | 462 | |
bd7aa4b2 | 463 | APPLE BCM5974 MULTITOUCH DRIVER |
8b58be88 | 464 | M: Henrik Rydberg <[email protected]> |
bd7aa4b2 HR |
465 | L: [email protected] |
466 | S: Maintained | |
679655da | 467 | F: drivers/input/mouse/bcm5974.c |
bd7aa4b2 | 468 | |
6f2fad74 | 469 | APPLE SMC DRIVER |
8b58be88 | 470 | M: Nicolas Boichat <[email protected]> |
6f2fad74 NB |
471 | L: [email protected] |
472 | S: Maintained | |
679655da | 473 | F: drivers/hwmon/applesmc.c |
6f2fad74 | 474 | |
1da177e4 | 475 | APPLETALK NETWORK LAYER |
8b58be88 | 476 | M: Arnaldo Carvalho de Melo <[email protected]> |
1da177e4 | 477 | S: Maintained |
679655da JP |
478 | F: drivers/net/appletalk/ |
479 | F: net/appletalk/ | |
1da177e4 | 480 | |
eb9ebe67 | 481 | APPLETOUCH TOUCHPAD DRIVER |
8b58be88 | 482 | M: Johannes Berg <[email protected]> |
eb76c5c0 | 483 | L: [email protected] |
eb9ebe67 | 484 | S: Maintained |
679655da JP |
485 | F: Documentation/input/appletouch.txt |
486 | F: drivers/input/mouse/appletouch.c | |
eb9ebe67 | 487 | |
1154ea7d | 488 | ARC FRAMEBUFFER DRIVER |
8b58be88 | 489 | M: Jaya Kumar <[email protected]> |
1154ea7d | 490 | S: Maintained |
679655da JP |
491 | F: drivers/video/arcfb.c |
492 | F: drivers/video/fb_defio.c | |
1154ea7d | 493 | |
1da177e4 | 494 | ARM MFM AND FLOPPY DRIVERS |
8b58be88 | 495 | M: Ian Molton <[email protected]> |
1da177e4 | 496 | S: Maintained |
679655da JP |
497 | F: arch/arm/lib/floppydma.S |
498 | F: arch/arm/include/asm/floppy.h | |
1da177e4 | 499 | |
d4275354 | 500 | ARM PORT |
8b58be88 | 501 | M: Russell King <[email protected]> |
efc03ecb | 502 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
503 | W: http://www.arm.linux.org.uk/ |
504 | S: Maintained | |
505 | F: arch/arm/ | |
506 | ||
2761f5c2 | 507 | ARM PRIMECELL MMCI PL180/1 DRIVER |
6d79947a | 508 | S: Orphan |
679655da | 509 | F: drivers/mmc/host/mmci.* |
2761f5c2 | 510 | |
2b7a52a4 | 511 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
8b58be88 | 512 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 513 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 | 514 | S: Maintained |
679655da JP |
515 | F: arch/arm/mach-ixp23xx/ |
516 | F: arch/arm/mach-ixp23xx/include/mach/ | |
2b7a52a4 LB |
517 | |
518 | ARM/ADS SPHERE MACHINE SUPPORT | |
8b58be88 | 519 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 520 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
521 | S: Maintained |
522 | ||
9c784f95 | 523 | ARM/AFEB9260 MACHINE SUPPORT |
8b58be88 | 524 | M: Sergey Lapin <[email protected]> |
efc03ecb | 525 | L: [email protected] (moderated for non-subscribers) |
9c784f95 SL |
526 | S: Maintained |
527 | ||
2b7a52a4 | 528 | ARM/AJECO 1ARM MACHINE SUPPORT |
8b58be88 | 529 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 530 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
531 | S: Maintained |
532 | ||
d4a89c7d | 533 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
8b58be88 | 534 | M: Andrew Victor <[email protected]> |
efc03ecb | 535 | L: [email protected] (moderated for non-subscribers) |
795fb7e7 JD |
536 | W: http://maxim.org.za/at91_26.html |
537 | S: Maintained | |
d4a89c7d | 538 | |
57a473f2 | 539 | ARM/BCMRING ARM ARCHITECTURE |
ddd559b1 RK |
540 | M: Leo Chen <[email protected]> |
541 | M: Scott Branden <[email protected]> | |
efc03ecb | 542 | L: [email protected] (moderated for non-subscribers) |
57a473f2 LC |
543 | S: Maintained |
544 | F: arch/arm/mach-bcmring | |
545 | ||
546 | ARM/BCMRING MTD NAND DRIVER | |
ddd559b1 RK |
547 | M: Leo Chen <[email protected]> |
548 | M: Scott Branden <[email protected]> | |
57a473f2 LC |
549 | L: [email protected] |
550 | S: Maintained | |
551 | F: drivers/mtd/nand/bcm_umi_nand.c | |
552 | F: drivers/mtd/nand/bcm_umi_bch.c | |
553 | F: drivers/mtd/nand/bcm_umi_hamming.c | |
554 | F: drivers/mtd/nand/nand_bcm_umi.h | |
555 | ||
2b7a52a4 | 556 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
ddd559b1 RK |
557 | M: Hartley Sweeten <[email protected]> |
558 | M: Ryan Mallon <[email protected]> | |
efc03ecb | 559 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 | 560 | S: Maintained |
d19d3667 HS |
561 | F: arch/arm/mach-ep93xx/ |
562 | F: arch/arm/mach-ep93xx/include/mach/ | |
2b7a52a4 LB |
563 | |
564 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
8b58be88 | 565 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 566 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
567 | S: Maintained |
568 | ||
d4275354 | 569 | ARM/CLKDEV SUPPORT |
8b58be88 | 570 | M: Russell King <[email protected]> |
efc03ecb | 571 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
572 | F: arch/arm/common/clkdev.c |
573 | F: arch/arm/include/asm/clkdev.h | |
574 | ||
d48134e7 | 575 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
8b58be88 | 576 | M: Mike Rapoport <[email protected]> |
efc03ecb | 577 | L: [email protected] (moderated for non-subscribers) |
a9da4f7e RK |
578 | S: Maintained |
579 | ||
94150095 HF |
580 | ARM/CONTEC MICRO9 MACHINE SUPPORT |
581 | M: Hubert Feurstein <[email protected]> | |
582 | S: Maintained | |
583 | F: arch/arm/mach-ep93xx/micro9.c | |
584 | ||
1da177e4 | 585 | ARM/CORGI MACHINE SUPPORT |
8b58be88 | 586 | M: Richard Purdie <[email protected]> |
1da177e4 LT |
587 | S: Maintained |
588 | ||
881a95f9 | 589 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
8b58be88 | 590 | M: Paulius Zaleckas <[email protected]> |
efc03ecb | 591 | L: [email protected] (moderated for non-subscribers) |
54e5881d | 592 | T: git git://gitorious.org/linux-gemini/mainline.git |
881a95f9 | 593 | S: Maintained |
f49afbb5 | 594 | F: arch/arm/mach-gemini/ |
881a95f9 | 595 | |
d4275354 | 596 | ARM/EBSA110 MACHINE SUPPORT |
8b58be88 | 597 | M: Russell King <[email protected]> |
efc03ecb | 598 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
599 | W: http://www.arm.linux.org.uk/ |
600 | S: Maintained | |
601 | F: arch/arm/mach-ebsa110/ | |
602 | F: drivers/net/arm/am79c961a.* | |
603 | ||
a9da4f7e | 604 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
8b58be88 JP |
605 | M: Daniel Ribeiro <[email protected]> |
606 | M: Stefan Schmidt <[email protected]> | |
607 | M: Harald Welte <[email protected]> | |
a9da4f7e RK |
608 | L: [email protected] (subscribers-only) |
609 | W: http://www.openezx.org/ | |
610 | S: Maintained | |
cafc2265 SS |
611 | T: topgit git://git.openezx.org/openezx.git |
612 | F: arch/arm/mach-pxa/ezx.c | |
a9da4f7e | 613 | |
6a915af9 | 614 | ARM/FARADAY FA526 PORT |
8b58be88 | 615 | M: Paulius Zaleckas <[email protected]> |
efc03ecb | 616 | L: [email protected] (moderated for non-subscribers) |
6a915af9 | 617 | S: Maintained |
f49afbb5 | 618 | F: arch/arm/mm/*-fa* |
6a915af9 | 619 | |
d4275354 | 620 | ARM/FOOTBRIDGE ARCHITECTURE |
8b58be88 | 621 | M: Russell King <[email protected]> |
efc03ecb | 622 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
623 | W: http://www.arm.linux.org.uk/ |
624 | S: Maintained | |
625 | F: arch/arm/include/asm/hardware/dec21285.h | |
626 | F: arch/arm/mach-footbridge/ | |
627 | ||
86183a5f | 628 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
8b58be88 | 629 | M: Sascha Hauer <[email protected]> |
efc03ecb | 630 | L: [email protected] (moderated for non-subscribers) |
86183a5f SH |
631 | S: Maintained |
632 | ||
2b7a52a4 | 633 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
8b58be88 | 634 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 635 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
636 | S: Maintained |
637 | ||
90b8fc34 | 638 | ARM/GUMSTIX MACHINE SUPPORT |
8b58be88 | 639 | M: Steve Sakoman <[email protected]> |
efc03ecb | 640 | L: [email protected] (moderated for non-subscribers) |
90b8fc34 JK |
641 | S: Maintained |
642 | ||
ef47d5f0 | 643 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
8b58be88 | 644 | M: Philipp Zabel <[email protected]> |
ef47d5f0 PZ |
645 | S: Maintained |
646 | F: arch/arm/mach-pxa/hx4700.c | |
647 | F: arch/arm/mach-pxa/include/mach/hx4700.h | |
648 | ||
21f37bc3 | 649 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
8b58be88 | 650 | M: Kristoffer Ericson <[email protected]> |
795fb7e7 JD |
651 | W: www.jlime.com |
652 | S: Maintained | |
084bad91 KE |
653 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
654 | F: arch/arm/mach-sa1100/jornada720.c | |
655 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | |
21f37bc3 | 656 | |
2b7a52a4 | 657 | ARM/INTEL IOP32X ARM ARCHITECTURE |
8b58be88 JP |
658 | M: Lennert Buytenhek <[email protected]> |
659 | M: Dan Williams <[email protected]> | |
efc03ecb | 660 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 661 | S: Maintained |
e2bdb176 DW |
662 | |
663 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
8b58be88 | 664 | M: Dan Williams <[email protected]> |
efc03ecb | 665 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 666 | S: Maintained |
2b7a52a4 LB |
667 | |
668 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
8b58be88 JP |
669 | M: Lennert Buytenhek <[email protected]> |
670 | M: Dan Williams <[email protected]> | |
efc03ecb | 671 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 672 | S: Maintained |
2b7a52a4 LB |
673 | |
674 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
8b58be88 JP |
675 | M: Lennert Buytenhek <[email protected]> |
676 | M: Dan Williams <[email protected]> | |
efc03ecb | 677 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 678 | S: Maintained |
2b7a52a4 LB |
679 | |
680 | ARM/INTEL IXP2000 ARM ARCHITECTURE | |
8b58be88 | 681 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 682 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
683 | S: Maintained |
684 | ||
685 | ARM/INTEL IXDP2850 MACHINE SUPPORT | |
8b58be88 | 686 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 687 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
688 | S: Maintained |
689 | ||
690 | ARM/INTEL IXP23XX ARM ARCHITECTURE | |
8b58be88 | 691 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 692 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
693 | S: Maintained |
694 | ||
dfdd8cc9 KH |
695 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
696 | M: Imre Kaloz <[email protected]> | |
697 | M: Krzysztof Halasa <[email protected]> | |
baea7b94 | 698 | L: [email protected] (moderated for non-subscribers) |
dfdd8cc9 KH |
699 | S: Maintained |
700 | F: arch/arm/mach-ixp4xx/ | |
701 | ||
2b7a52a4 | 702 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
8b58be88 JP |
703 | M: Lennert Buytenhek <[email protected]> |
704 | M: Dan Williams <[email protected]> | |
efc03ecb | 705 | L: [email protected] (moderated for non-subscribers) |
f00f510a | 706 | S: Maintained |
2b7a52a4 LB |
707 | |
708 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
8b58be88 | 709 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 710 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
711 | S: Maintained |
712 | ||
713 | ARM/LOGICPD PXA270 MACHINE SUPPORT | |
8b58be88 | 714 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 715 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
716 | S: Maintained |
717 | ||
3b886171 | 718 | ARM/MAGICIAN MACHINE SUPPORT |
8b58be88 | 719 | M: Philipp Zabel <[email protected]> |
3b886171 PZ |
720 | S: Maintained |
721 | ||
54a246ff NP |
722 | ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support |
723 | M: Lennert Buytenhek <[email protected]> | |
724 | M: Nicolas Pitre <[email protected]> | |
efc03ecb | 725 | L: [email protected] (moderated for non-subscribers) |
54a246ff | 726 | T: git git://git.marvell.com/orion |
3b886171 | 727 | S: Maintained |
54a246ff NP |
728 | F: arch/arm/mach-loki/ |
729 | F: arch/arm/mach-kirkwood/ | |
730 | F: arch/arm/mach-mv78xx0/ | |
731 | F: arch/arm/mach-orion5x/ | |
732 | F: arch/arm/plat-orion/ | |
3b886171 | 733 | |
d78ff0a5 | 734 | ARM/MIOA701 MACHINE SUPPORT |
8b58be88 | 735 | M: Robert Jarzmik <[email protected]> |
efc03ecb | 736 | L: [email protected] (moderated for non-subscribers) |
d78ff0a5 RJ |
737 | F: arch/arm/mach-pxa/mioa701.c |
738 | S: Maintained | |
739 | ||
9624dfe6 | 740 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
8b58be88 | 741 | M: Michael Petchkovsky <[email protected]> |
9624dfe6 KE |
742 | S: Maintained |
743 | ||
9d76295a | 744 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
8b58be88 | 745 | M: Nelson Castillo <[email protected]> |
9d76295a AG |
746 | L: [email protected] (subscribers-only) |
747 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | |
748 | S: Supported | |
749 | ||
8459c159 | 750 | ARM/TOSA MACHINE SUPPORT |
8b58be88 JP |
751 | M: Dmitry Eremin-Solenikov <[email protected]> |
752 | M: Dirk Opfer <[email protected]> | |
8459c159 DO |
753 | S: Maintained |
754 | ||
5d783a2d | 755 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
933d35f0 | 756 | M: Marek Vasut <[email protected]> |
75280787 | 757 | L: [email protected] |
b5e4ad57 MV |
758 | W: http://hackndev.com |
759 | S: Maintained | |
933d35f0 JP |
760 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
761 | F: arch/arm/mach-pxa/palmtx.c | |
762 | F: arch/arm/mach-pxa/include/mach/palmt5.h | |
763 | F: arch/arm/mach-pxa/palmt5.c | |
764 | F: arch/arm/mach-pxa/include/mach/palmld.h | |
765 | F: arch/arm/mach-pxa/palmld.c | |
766 | F: arch/arm/mach-pxa/include/mach/palmte2.h | |
767 | F: arch/arm/mach-pxa/palmte2.c | |
768 | F: arch/arm/mach-pxa/include/mach/palmtc.h | |
769 | F: arch/arm/mach-pxa/palmtc.c | |
b5e4ad57 | 770 | |
90af5811 | 771 | ARM/PALM TREO 680 SUPPORT |
8b58be88 | 772 | M: Tomas Cech <[email protected]> |
75280787 | 773 | L: [email protected] |
90af5811 TSC |
774 | W: http://hackndev.com |
775 | S: Maintained | |
933d35f0 JP |
776 | F: arch/arm/mach-pxa/include/mach/treo680.h |
777 | F: arch/arm/mach-pxa/treo680.c | |
90af5811 | 778 | |
c49e1e63 | 779 | ARM/PALMZ72 SUPPORT |
8b58be88 | 780 | M: Sergey Lapin <[email protected]> |
75280787 | 781 | L: [email protected] |
7d2c86b5 JP |
782 | W: http://hackndev.com |
783 | S: Maintained | |
933d35f0 JP |
784 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
785 | F: arch/arm/mach-pxa/palmz72.c | |
c49e1e63 | 786 | |
1da177e4 | 787 | ARM/PLEB SUPPORT |
8b58be88 | 788 | M: Peter Chubb <[email protected]> |
1da177e4 LT |
789 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
790 | S: Maintained | |
791 | ||
792 | ARM/PT DIGITAL BOARD PORT | |
8b58be88 | 793 | M: Stefan Eletzhofer <[email protected]> |
efc03ecb | 794 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
795 | W: http://www.arm.linux.org.uk/ |
796 | S: Maintained | |
797 | ||
2b7a52a4 | 798 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
8b58be88 | 799 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 800 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
801 | S: Maintained |
802 | ||
d4275354 | 803 | ARM/RISCPC ARCHITECTURE |
8b58be88 | 804 | M: Russell King <[email protected]> |
efc03ecb | 805 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
806 | W: http://www.arm.linux.org.uk/ |
807 | S: Maintained | |
808 | F: arch/arm/common/time-acorn.c | |
809 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S | |
810 | F: arch/arm/include/asm/hardware/ioc.h | |
811 | F: arch/arm/include/asm/hardware/iomd.h | |
812 | F: arch/arm/include/asm/hardware/memc.h | |
813 | F: arch/arm/mach-rpc/ | |
814 | F: drivers/net/arm/ether* | |
815 | F: drivers/scsi/arm/ | |
816 | ||
1da177e4 | 817 | ARM/SHARK MACHINE SUPPORT |
8b58be88 | 818 | M: Alexander Schulz <[email protected]> |
1da177e4 LT |
819 | W: http://www.shark-linux.de/shark.html |
820 | S: Maintained | |
821 | ||
b21477f9 | 822 | ARM/SAMSUNG ARM ARCHITECTURES |
8b58be88 | 823 | M: Ben Dooks <[email protected]> |
efc03ecb | 824 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
825 | W: http://www.fluff.org/ben/linux/ |
826 | S: Maintained | |
827 | F: arch/arm/plat-s3c/ | |
828 | F: arch/arm/plat-s3c24xx/ | |
829 | ||
1da177e4 | 830 | ARM/S3C2410 ARM ARCHITECTURE |
8b58be88 | 831 | M: Ben Dooks <[email protected]> |
efc03ecb | 832 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
833 | W: http://www.fluff.org/ben/linux/ |
834 | S: Maintained | |
3a45c9e4 | 835 | F: arch/arm/mach-s3c2410/ |
1da177e4 LT |
836 | |
837 | ARM/S3C2440 ARM ARCHITECTURE | |
8b58be88 | 838 | M: Ben Dooks <[email protected]> |
efc03ecb | 839 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
840 | W: http://www.fluff.org/ben/linux/ |
841 | S: Maintained | |
3a45c9e4 | 842 | F: arch/arm/mach-s3c2440/ |
1da177e4 | 843 | |
b21477f9 | 844 | ARM/S3C2442 ARM ARCHITECTURE |
8b58be88 | 845 | M: Ben Dooks <[email protected]> |
efc03ecb | 846 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
847 | W: http://www.fluff.org/ben/linux/ |
848 | S: Maintained | |
849 | F: arch/arm/mach-s3c2442/ | |
850 | ||
851 | ARM/S3C2443 ARM ARCHITECTURE | |
8b58be88 | 852 | M: Ben Dooks <[email protected]> |
efc03ecb | 853 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
854 | W: http://www.fluff.org/ben/linux/ |
855 | S: Maintained | |
856 | F: arch/arm/mach-s3c2443/ | |
857 | ||
858 | ARM/S3C6400 ARM ARCHITECTURE | |
8b58be88 | 859 | M: Ben Dooks <[email protected]> |
efc03ecb | 860 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
861 | W: http://www.fluff.org/ben/linux/ |
862 | S: Maintained | |
863 | F: arch/arm/mach-s3c6400/ | |
864 | ||
865 | ARM/S3C6410 ARM ARCHITECTURE | |
8b58be88 | 866 | M: Ben Dooks <[email protected]> |
efc03ecb | 867 | L: [email protected] (moderated for non-subscribers) |
b21477f9 BD |
868 | W: http://www.fluff.org/ben/linux/ |
869 | S: Maintained | |
870 | F: arch/arm/mach-s3c6410/ | |
1da177e4 | 871 | |
2b7a52a4 | 872 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
8b58be88 | 873 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 874 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
875 | S: Maintained |
876 | ||
877 | ARM/THECUS N2100 MACHINE SUPPORT | |
8b58be88 | 878 | M: Lennert Buytenhek <[email protected]> |
efc03ecb | 879 | L: [email protected] (moderated for non-subscribers) |
2b7a52a4 LB |
880 | S: Maintained |
881 | ||
98ad6e3b | 882 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
8b58be88 | 883 | M: Wan ZongShun <[email protected]> |
efc03ecb | 884 | L: [email protected] (moderated for non-subscribers) |
7d2c86b5 JP |
885 | W: http://www.mcuos.com |
886 | S: Maintained | |
98ad6e3b | 887 | |
d4275354 | 888 | ARM/VFP SUPPORT |
8b58be88 | 889 | M: Russell King <[email protected]> |
efc03ecb | 890 | L: [email protected] (moderated for non-subscribers) |
d4275354 RK |
891 | W: http://www.arm.linux.org.uk/ |
892 | S: Maintained | |
893 | F: arch/arm/vfp/ | |
894 | ||
1da177e4 | 895 | ASUS ACPI EXTRAS DRIVER |
8b58be88 JP |
896 | M: Corentin Chary <[email protected]> |
897 | M: Karol Kozimor <[email protected]> | |
1da177e4 | 898 | L: [email protected] |
76593d6f | 899 | W: http://acpi4asus.sf.net |
85091b71 | 900 | S: Maintained |
679655da JP |
901 | F: arch/x86/kernel/acpi/boot.c |
902 | F: drivers/platform/x86/asus_acpi.c | |
85091b71 | 903 | |
6ea884db | 904 | ASUS ASB100 HARDWARE MONITOR DRIVER |
8b58be88 | 905 | M: "Mark M. Hoffman" <[email protected]> |
6ea884db MH |
906 | L: [email protected] |
907 | S: Maintained | |
679655da | 908 | F: drivers/hwmon/asb100.c |
6ea884db | 909 | |
85091b71 | 910 | ASUS LAPTOP EXTRAS DRIVER |
8b58be88 | 911 | M: Corentin Chary <[email protected]> |
85091b71 | 912 | L: [email protected] |
76593d6f | 913 | W: http://acpi4asus.sf.net |
1da177e4 | 914 | S: Maintained |
679655da | 915 | F: drivers/platform/x86/asus-laptop.c |
1da177e4 | 916 | |
953a6479 | 917 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
8b58be88 JP |
918 | M: Dan Williams <[email protected]> |
919 | M: Maciej Sosnowski <[email protected]> | |
b3e5f263 DW |
920 | W: http://sourceforge.net/projects/xscaleiop |
921 | S: Supported | |
679655da JP |
922 | F: Documentation/crypto/async-tx-api.txt |
923 | F: crypto/async_tx/ | |
924 | F: drivers/dma/ | |
925 | F: include/linux/dmaengine.h | |
926 | F: include/linux/async_tx.h | |
b3e5f263 | 927 | |
a1867d36 WS |
928 | AT24 EEPROM DRIVER |
929 | M: Wolfram Sang <[email protected]> | |
930 | L: [email protected] | |
931 | S: Maintained | |
932 | F: drivers/misc/eeprom/at24.c | |
933 | F: include/linux/i2c/at24.h | |
934 | ||
e7839f25 | 935 | ATA OVER ETHERNET (AOE) DRIVER |
8b58be88 | 936 | M: "Ed L. Cashin" <[email protected]> |
1da177e4 LT |
937 | W: http://www.coraid.com/support/linux |
938 | S: Supported | |
679655da JP |
939 | F: Documentation/aoe/ |
940 | F: drivers/block/aoe/ | |
1da177e4 | 941 | |
fa1c114f | 942 | ATHEROS ATH5K WIRELESS DRIVER |
8b58be88 JP |
943 | M: Jiri Slaby <[email protected]> |
944 | M: Nick Kossifidis <[email protected]> | |
945 | M: "Luis R. Rodriguez" <[email protected]> | |
946 | M: Bob Copeland <[email protected]> | |
fa1c114f JS |
947 | L: [email protected] |
948 | L: [email protected] | |
72c706b7 | 949 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
fa1c114f | 950 | S: Maintained |
fa451753 | 951 | F: drivers/net/wireless/ath/ath5k/ |
fa1c114f | 952 | |
f078f209 | 953 | ATHEROS ATH9K WIRELESS DRIVER |
8b58be88 JP |
954 | M: "Luis R. Rodriguez" <[email protected]> |
955 | M: Jouni Malinen <[email protected]> | |
956 | M: Sujith Manoharan <[email protected]> | |
957 | M: Vasanthakumar Thiagarajan <[email protected]> | |
958 | M: Senthil Balasubramanian <[email protected]> | |
f078f209 LR |
959 | L: [email protected] |
960 | L: [email protected] | |
72c706b7 | 961 | W: http://wireless.kernel.org/en/users/Drivers/ath9k |
f078f209 | 962 | S: Supported |
fa451753 | 963 | F: drivers/net/wireless/ath/ath9k/ |
f078f209 | 964 | |
75ca88c9 | 965 | ATHEROS AR9170 WIRELESS DRIVER |
8b58be88 | 966 | M: Christian Lamparter <[email protected]> |
75ca88c9 CL |
967 | L: [email protected] |
968 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 | |
969 | S: Maintained | |
fa451753 | 970 | F: drivers/net/wireless/ath/ar9170/ |
75ca88c9 | 971 | |
2c2a6172 LT |
972 | ATK0110 HWMON DRIVER |
973 | M: Luca Tettamanti <[email protected]> | |
974 | L: [email protected] | |
975 | S: Maintained | |
976 | F: drivers/hwmon/asus_atk0110.c | |
977 | ||
6f69a6d7 | 978 | ATI_REMOTE2 DRIVER |
8b58be88 | 979 | M: Ville Syrjala <[email protected]> |
6f69a6d7 | 980 | S: Maintained |
679655da | 981 | F: drivers/input/misc/ati_remote2.c |
6f69a6d7 | 982 | |
7ae115b4 | 983 | ATLX ETHERNET DRIVERS |
8b58be88 | 984 | M: Jay Cliburn <[email protected]> |
cb2f33e9 | 985 | M: Chris Snook <[email protected]> |
8b58be88 | 986 | M: Jie Yang <[email protected]> |
8d5ca6ec JC |
987 | L: [email protected] |
988 | W: http://sourceforge.net/projects/atl1 | |
989 | W: http://atl1.sourceforge.net | |
990 | S: Maintained | |
679655da | 991 | F: drivers/net/atlx/ |
8d5ca6ec | 992 | |
1da177e4 | 993 | ATM |
8b58be88 | 994 | M: Chas Williams <[email protected]> |
476604de | 995 | L: [email protected] (moderated for non-subscribers) |
44ae98b5 | 996 | L: [email protected] |
1da177e4 LT |
997 | W: http://linux-atm.sourceforge.net |
998 | S: Maintained | |
679655da JP |
999 | F: drivers/atm/ |
1000 | F: include/linux/atm* | |
1da177e4 | 1001 | |
272f133a | 1002 | ATMEL AT91 MCI DRIVER |
8b58be88 | 1003 | M: Nicolas Ferre <[email protected]> |
efc03ecb | 1004 | L: [email protected] (moderated for non-subscribers) |
81764fa9 PO |
1005 | W: http://www.atmel.com/products/AT91/ |
1006 | W: http://www.at91.com/ | |
1007 | S: Maintained | |
679655da | 1008 | F: drivers/mmc/host/at91_mci.c |
272f133a | 1009 | |
04ac2f46 | 1010 | ATMEL AT91 / AT32 MCI DRIVER |
8b58be88 | 1011 | M: Nicolas Ferre <[email protected]> |
04ac2f46 NF |
1012 | S: Maintained |
1013 | F: drivers/mmc/host/atmel-mci.c | |
1014 | F: drivers/mmc/host/atmel-mci-regs.h | |
1015 | ||
a1cfac48 | 1016 | ATMEL AT91 / AT32 SERIAL DRIVER |
8b58be88 | 1017 | M: Haavard Skinnemoen <[email protected]> |
a1cfac48 | 1018 | S: Supported |
679655da | 1019 | F: drivers/serial/atmel_serial.c |
a1cfac48 | 1020 | |
8f4c79ce | 1021 | ATMEL LCDFB DRIVER |
8b58be88 | 1022 | M: Nicolas Ferre <[email protected]> |
8936b6db | 1023 | L: [email protected] (moderated for non-subscribers) |
8f4c79ce | 1024 | S: Maintained |
679655da JP |
1025 | F: drivers/video/atmel_lcdfb.c |
1026 | F: include/video/atmel_lcdc.h | |
8f4c79ce | 1027 | |
89e5785f | 1028 | ATMEL MACB ETHERNET DRIVER |
8b58be88 | 1029 | M: Haavard Skinnemoen <[email protected]> |
89e5785f | 1030 | S: Supported |
679655da | 1031 | F: drivers/net/macb.* |
89e5785f | 1032 | |
754ce4f2 | 1033 | ATMEL SPI DRIVER |
8b58be88 | 1034 | M: Haavard Skinnemoen <[email protected]> |
754ce4f2 | 1035 | S: Supported |
679655da | 1036 | F: drivers/spi/atmel_spi.* |
754ce4f2 | 1037 | |
914a3f3b | 1038 | ATMEL USBA UDC DRIVER |
8b58be88 | 1039 | M: Haavard Skinnemoen <[email protected]> |
914a3f3b HS |
1040 | L: [email protected] |
1041 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver | |
1042 | S: Supported | |
679655da | 1043 | F: drivers/usb/gadget/atmel_usba_udc.* |
914a3f3b | 1044 | |
1da177e4 | 1045 | ATMEL WIRELESS DRIVER |
8b58be88 | 1046 | M: Simon Kelley <[email protected]> |
724c6b35 | 1047 | L: [email protected] |
1da177e4 LT |
1048 | W: http://www.thekelleys.org.uk/atmel |
1049 | W: http://atmelwlandriver.sourceforge.net/ | |
1050 | S: Maintained | |
679655da | 1051 | F: drivers/net/wireless/atmel* |
1da177e4 | 1052 | |
a92b7b80 | 1053 | AUDIT SUBSYSTEM |
8b58be88 JP |
1054 | M: Al Viro <[email protected]> |
1055 | M: Eric Paris <[email protected]> | |
b9a06207 | 1056 | L: [email protected] (subscribers-only) |
ad3f9a22 | 1057 | W: http://people.redhat.com/sgrubb/audit/ |
54e5881d | 1058 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git |
a92b7b80 | 1059 | S: Maintained |
679655da JP |
1060 | F: include/linux/audit.h |
1061 | F: kernel/audit* | |
a92b7b80 | 1062 | |
70e84049 | 1063 | AUXILIARY DISPLAY DRIVERS |
8b58be88 | 1064 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1065 | W: http://miguelojeda.es/auxdisplay.htm |
1066 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1067 | S: Maintained |
679655da JP |
1068 | F: drivers/auxdisplay/ |
1069 | F: include/linux/cfag12864b.h | |
70e84049 | 1070 | |
5f97f7f9 | 1071 | AVR32 ARCHITECTURE |
8b58be88 | 1072 | M: Haavard Skinnemoen <[email protected]> |
5f97f7f9 HS |
1073 | W: http://www.atmel.com/products/AVR32/ |
1074 | W: http://avr32linux.org/ | |
1075 | W: http://avrfreaks.net/ | |
1076 | S: Supported | |
679655da | 1077 | F: arch/avr32/ |
5f97f7f9 HS |
1078 | |
1079 | AVR32/AT32AP MACHINE SUPPORT | |
8b58be88 | 1080 | M: Haavard Skinnemoen <[email protected]> |
5f97f7f9 | 1081 | S: Supported |
679655da | 1082 | F: arch/avr32/mach-at32ap/ |
5f97f7f9 | 1083 | |
1da177e4 | 1084 | AX.25 NETWORK LAYER |
8b58be88 | 1085 | M: Ralf Baechle <[email protected]> |
1da177e4 | 1086 | L: [email protected] |
d34cb28a | 1087 | W: http://www.linux-ax25.org/ |
1da177e4 | 1088 | S: Maintained |
679655da JP |
1089 | F: include/linux/ax25.h |
1090 | F: include/net/ax25.h | |
1091 | F: net/ax25/ | |
1da177e4 | 1092 | |
e2d1d6c0 | 1093 | B43 WIRELESS DRIVER |
8b58be88 JP |
1094 | M: Michael Buesch <[email protected]> |
1095 | M: Stefano Brivio <[email protected]> | |
e2d1d6c0 RD |
1096 | L: [email protected] |
1097 | W: http://linuxwireless.org/en/users/Drivers/b43 | |
1098 | S: Maintained | |
679655da | 1099 | F: drivers/net/wireless/b43/ |
e2d1d6c0 RD |
1100 | |
1101 | B43LEGACY WIRELESS DRIVER | |
8b58be88 JP |
1102 | M: Larry Finger <[email protected]> |
1103 | M: Stefano Brivio <[email protected]> | |
e2d1d6c0 RD |
1104 | L: [email protected] |
1105 | W: http://linuxwireless.org/en/users/Drivers/b43 | |
1106 | S: Maintained | |
679655da | 1107 | F: drivers/net/wireless/b43legacy/ |
e2d1d6c0 | 1108 | |
300abeb5 | 1109 | BACKLIGHT CLASS/SUBSYSTEM |
8b58be88 | 1110 | M: Richard Purdie <[email protected]> |
300abeb5 | 1111 | S: Maintained |
679655da JP |
1112 | F: drivers/video/backlight/ |
1113 | F: include/linux/backlight.h | |
300abeb5 | 1114 | |
e2d1d6c0 | 1115 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
8b58be88 | 1116 | M: Thomas Sailer <[email protected]> |
e2d1d6c0 RD |
1117 | L: [email protected] |
1118 | W: http://www.baycom.org/~tom/ham/ham.html | |
1119 | S: Maintained | |
679655da | 1120 | F: drivers/net/hamradio/baycom* |
e2d1d6c0 RD |
1121 | |
1122 | BEFS FILE SYSTEM | |
8b58be88 | 1123 | M: "Sergey S. Kostyliov" <[email protected]> |
e2d1d6c0 | 1124 | S: Maintained |
679655da JP |
1125 | F: Documentation/filesystems/befs.txt |
1126 | F: fs/befs/ | |
e2d1d6c0 RD |
1127 | |
1128 | BFS FILE SYSTEM | |
8b58be88 | 1129 | M: "Tigran A. Aivazian" <[email protected]> |
e2d1d6c0 | 1130 | S: Maintained |
679655da JP |
1131 | F: Documentation/filesystems/bfs.txt |
1132 | F: fs/bfs/ | |
1133 | F: include/linux/bfs_fs.h | |
e2d1d6c0 | 1134 | |
1394f032 | 1135 | BLACKFIN ARCHITECTURE |
8b58be88 | 1136 | M: Mike Frysinger <[email protected]> |
5b93e13f | 1137 | L: [email protected] |
e3b2d3f3 BW |
1138 | W: http://blackfin.uclinux.org |
1139 | S: Supported | |
679655da | 1140 | F: arch/blackfin/ |
566da5b2 | 1141 | |
e190d6b1 | 1142 | BLACKFIN EMAC DRIVER |
8b58be88 | 1143 | M: Michael Hennerich <[email protected]> |
49afa609 | 1144 | L: [email protected] |
e190d6b1 BW |
1145 | W: http://blackfin.uclinux.org |
1146 | S: Supported | |
679655da | 1147 | F: drivers/net/bfin_mac.* |
e190d6b1 | 1148 | |
566da5b2 | 1149 | BLACKFIN RTC DRIVER |
8b58be88 | 1150 | M: Mike Frysinger <[email protected]> |
49afa609 | 1151 | L: [email protected] |
566da5b2 MF |
1152 | W: http://blackfin.uclinux.org |
1153 | S: Supported | |
679655da | 1154 | F: drivers/rtc/rtc-bfin.c |
1394f032 BW |
1155 | |
1156 | BLACKFIN SERIAL DRIVER | |
8b58be88 | 1157 | M: Sonic Zhang <[email protected]> |
49afa609 | 1158 | L: [email protected] |
e3b2d3f3 BW |
1159 | W: http://blackfin.uclinux.org |
1160 | S: Supported | |
679655da | 1161 | F: drivers/serial/bfin_5xx.c |
1394f032 | 1162 | |
1e6d320f | 1163 | BLACKFIN WATCHDOG DRIVER |
8b58be88 | 1164 | M: Mike Frysinger <[email protected]> |
49afa609 | 1165 | L: [email protected] |
1e6d320f BW |
1166 | W: http://blackfin.uclinux.org |
1167 | S: Supported | |
679655da | 1168 | F: drivers/watchdog/bfin_wdt.c |
1e6d320f | 1169 | |
d24ecfcc | 1170 | BLACKFIN I2C TWI DRIVER |
8b58be88 | 1171 | M: Sonic Zhang <[email protected]> |
49afa609 | 1172 | L: [email protected] |
d24ecfcc BW |
1173 | W: http://blackfin.uclinux.org/ |
1174 | S: Supported | |
679655da | 1175 | F: drivers/i2c/busses/i2c-bfin-twi.c |
d24ecfcc | 1176 | |
1da177e4 | 1177 | BLOCK LAYER |
8b58be88 | 1178 | M: Jens Axboe <[email protected]> |
54e5881d | 1179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1da177e4 | 1180 | S: Maintained |
679655da | 1181 | F: block/ |
1da177e4 | 1182 | |
2b54aaef | 1183 | BLOCK2MTD DRIVER |
8b58be88 | 1184 | M: Joern Engel <[email protected]> |
2b54aaef JE |
1185 | L: [email protected] |
1186 | S: Maintained | |
679655da | 1187 | F: drivers/mtd/devices/block2mtd.c |
2b54aaef | 1188 | |
63fbd24e | 1189 | BLUETOOTH DRIVERS |
8b58be88 | 1190 | M: Marcel Holtmann <[email protected]> |
781c2844 | 1191 | L: [email protected] |
63fbd24e | 1192 | W: http://www.bluez.org/ |
1da177e4 | 1193 | S: Maintained |
679655da | 1194 | F: drivers/bluetooth/ |
1da177e4 | 1195 | |
63fbd24e | 1196 | BLUETOOTH SUBSYSTEM |
8b58be88 | 1197 | M: Marcel Holtmann <[email protected]> |
63fbd24e MH |
1198 | L: [email protected] |
1199 | W: http://www.bluez.org/ | |
54e5881d | 1200 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
1da177e4 | 1201 | S: Maintained |
679655da JP |
1202 | F: net/bluetooth/ |
1203 | F: include/net/bluetooth/ | |
1da177e4 LT |
1204 | |
1205 | BONDING DRIVER | |
8b58be88 | 1206 | M: Jay Vosburgh <[email protected]> |
ce00f85c JC |
1207 | L: [email protected] |
1208 | W: http://sourceforge.net/projects/bonding/ | |
1209 | S: Supported | |
679655da JP |
1210 | F: drivers/net/bonding/ |
1211 | F: include/linux/if_bonding.h | |
1da177e4 | 1212 | |
39105890 | 1213 | BROADCOM B44 10/100 ETHERNET DRIVER |
8b58be88 | 1214 | M: Gary Zambrano <[email protected]> |
39105890 GZ |
1215 | L: [email protected] |
1216 | S: Supported | |
679655da | 1217 | F: drivers/net/b44.* |
39105890 | 1218 | |
948c51e6 | 1219 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
8b58be88 | 1220 | M: Michael Chan <[email protected]> |
948c51e6 MC |
1221 | L: [email protected] |
1222 | S: Supported | |
679655da JP |
1223 | F: drivers/net/bnx2.* |
1224 | F: drivers/net/bnx2_* | |
948c51e6 | 1225 | |
4d9d2cb0 | 1226 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
8b58be88 | 1227 | M: Eilon Greenstein <[email protected]> |
4d9d2cb0 ET |
1228 | L: [email protected] |
1229 | S: Supported | |
679655da | 1230 | F: drivers/net/bnx2x* |
4d9d2cb0 | 1231 | |
948c51e6 | 1232 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
8b58be88 JP |
1233 | M: Matt Carlson <[email protected]> |
1234 | M: Michael Chan <[email protected]> | |
948c51e6 MC |
1235 | L: [email protected] |
1236 | S: Supported | |
679655da | 1237 | F: drivers/net/tg3.* |
948c51e6 | 1238 | |
7725ccfd JH |
1239 | BROCADE BFA FC SCSI DRIVER |
1240 | P: Jing Huang | |
1241 | M: [email protected] | |
1242 | L: [email protected] | |
1243 | S: Supported | |
1244 | F: drivers/scsi/bfa/ | |
1245 | ||
5cdf7f76 | 1246 | BSG (block layer generic sg v4 driver) |
8b58be88 | 1247 | M: FUJITA Tomonori <[email protected]> |
5cdf7f76 JA |
1248 | L: [email protected] |
1249 | S: Supported | |
679655da JP |
1250 | F: block/bsg.c |
1251 | F: include/linux/bsg.h | |
5cdf7f76 | 1252 | |
ff1d5c2f | 1253 | BT8XXGPIO DRIVER |
8b58be88 | 1254 | M: Michael Buesch <[email protected]> |
ff1d5c2f MB |
1255 | W: http://bu3sch.de/btgpio.php |
1256 | S: Maintained | |
679655da | 1257 | F: drivers/gpio/bt8xxgpio.c |
ff1d5c2f | 1258 | |
eb1eb04f | 1259 | BTRFS FILE SYSTEM |
8b58be88 | 1260 | M: Chris Mason <[email protected]> |
eb1eb04f JP |
1261 | L: [email protected] |
1262 | W: http://btrfs.wiki.kernel.org/ | |
54e5881d | 1263 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git |
eb1eb04f | 1264 | S: Maintained |
679655da JP |
1265 | F: Documentation/filesystems/btrfs.txt |
1266 | F: fs/btrfs/ | |
eb1eb04f | 1267 | |
1da177e4 | 1268 | BTTV VIDEO4LINUX DRIVER |
8b58be88 | 1269 | M: Mauro Carvalho Chehab <[email protected]> |
661263b5 | 1270 | L: [email protected] |
96b6aba0 | 1271 | W: http://linuxtv.org |
54e5881d | 1272 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
96b6aba0 | 1273 | S: Maintained |
679655da JP |
1274 | F: Documentation/video4linux/bttv/ |
1275 | F: drivers/media/video/bt8xx/bttv* | |
1da177e4 | 1276 | |
a5432f5a | 1277 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
8b58be88 | 1278 | M: David Howells <[email protected]> |
a5432f5a DH |
1279 | L: [email protected] |
1280 | S: Supported | |
1281 | F: Documentation/filesystems/caching/cachefiles.txt | |
1282 | F: fs/cachefiles/ | |
1283 | ||
77d5140f | 1284 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
8b58be88 | 1285 | M: Jonathan Corbet <[email protected]> |
661263b5 | 1286 | L: [email protected] |
54e5881d | 1287 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
77d5140f | 1288 | S: Maintained |
679655da JP |
1289 | F: Documentation/video4linux/cafe_ccic |
1290 | F: drivers/media/video/cafe_ccic* | |
77d5140f | 1291 | |
77dac90f | 1292 | CALGARY x86-64 IOMMU |
8b58be88 JP |
1293 | M: Muli Ben-Yehuda <[email protected]> |
1294 | M: "Jon D. Mason" <[email protected]> | |
77dac90f MBY |
1295 | L: [email protected] |
1296 | S: Maintained | |
679655da JP |
1297 | F: arch/x86/kernel/pci-calgary_64.c |
1298 | F: arch/x86/kernel/tce_64.c | |
1299 | F: arch/x86/include/asm/calgary.h | |
1300 | F: arch/x86/include/asm/tce.h | |
77dac90f | 1301 | |
e2d1d6c0 | 1302 | CAN NETWORK LAYER |
8b58be88 JP |
1303 | M: Urs Thuermann <[email protected]> |
1304 | M: Oliver Hartkopp <[email protected]> | |
e2d1d6c0 RD |
1305 | L: [email protected] (subscribers-only) |
1306 | W: http://developer.berlios.de/projects/socketcan/ | |
1307 | S: Maintained | |
679655da JP |
1308 | F: drivers/net/can/ |
1309 | F: include/linux/can/ | |
1310 | F: include/linux/can.h | |
e2d1d6c0 | 1311 | |
4261a204 | 1312 | CAN NETWORK DRIVERS |
8b58be88 | 1313 | M: Wolfgang Grandegger <[email protected]> |
4261a204 WG |
1314 | L: [email protected] (subscribers-only) |
1315 | W: http://developer.berlios.de/projects/socketcan/ | |
1316 | S: Maintained | |
1317 | ||
b8154542 | 1318 | CELL BROADBAND ENGINE ARCHITECTURE |
8b58be88 | 1319 | M: Arnd Bergmann <[email protected]> |
b8154542 AB |
1320 | L: [email protected] |
1321 | L: [email protected] | |
1322 | W: http://www.ibm.com/developerworks/power/cell/ | |
1323 | S: Supported | |
679655da | 1324 | F: arch/powerpc/include/asm/cell*.h |
679655da JP |
1325 | F: arch/powerpc/include/asm/spu*.h |
1326 | F: arch/powerpc/oprofile/*cell* | |
1327 | F: arch/powerpc/platforms/cell/ | |
b8154542 | 1328 | |
18332a80 | 1329 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
8b58be88 | 1330 | M: David Vrabel <[email protected]> |
18332a80 DV |
1331 | L: [email protected] |
1332 | S: Supported | |
679655da JP |
1333 | F: Documentation/usb/WUSB-Design-overview.txt |
1334 | F: Documentation/usb/wusb-cbaf | |
1335 | F: drivers/usb/wusbcore/ | |
1336 | F: include/linux/usb/wusb* | |
18332a80 | 1337 | |
70e84049 | 1338 | CFAG12864B LCD DRIVER |
8b58be88 | 1339 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1340 | W: http://miguelojeda.es/auxdisplay.htm |
1341 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1342 | S: Maintained |
679655da JP |
1343 | F: drivers/auxdisplay/cfag12864b.c |
1344 | F: include/linux/cfag12864b.h | |
70e84049 MOS |
1345 | |
1346 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
8b58be88 | 1347 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
1348 | W: http://miguelojeda.es/auxdisplay.htm |
1349 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 1350 | S: Maintained |
679655da JP |
1351 | F: drivers/auxdisplay/cfag12864bfb.c |
1352 | F: include/linux/cfag12864b.h | |
70e84049 | 1353 | |
704232c2 | 1354 | CFG80211 and NL80211 |
8b58be88 | 1355 | M: Johannes Berg <[email protected]> |
704232c2 JB |
1356 | L: [email protected] |
1357 | S: Maintained | |
679655da JP |
1358 | F: include/linux/nl80211.h |
1359 | F: include/net/cfg80211.h | |
1360 | F: net/wireless/* | |
1361 | X: net/wireless/wext* | |
704232c2 | 1362 | |
0a920b5b | 1363 | CHECKPATCH |
8b58be88 | 1364 | M: Andy Whitcroft <[email protected]> |
0a920b5b | 1365 | S: Supported |
679655da | 1366 | F: scripts/checkpatch.pl |
0a920b5b | 1367 | |
e2d1d6c0 | 1368 | CISCO 10G ETHERNET DRIVER |
8b58be88 JP |
1369 | M: Scott Feldman <[email protected]> |
1370 | M: Joe Eykholt <[email protected]> | |
7063fbf2 | 1371 | S: Supported |
679655da | 1372 | F: drivers/net/enic/ |
7063fbf2 | 1373 | |
2b7a52a4 | 1374 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
8b58be88 | 1375 | M: Lennert Buytenhek <[email protected]> |
2b7a52a4 LB |
1376 | L: [email protected] |
1377 | S: Maintained | |
679655da | 1378 | F: drivers/net/arm/ep93xx_eth.c |
2b7a52a4 | 1379 | |
2b7a52a4 | 1380 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
8b58be88 | 1381 | M: Lennert Buytenhek <[email protected]> |
6372594a | 1382 | L: [email protected] |
2b7a52a4 | 1383 | S: Maintained |
679655da | 1384 | F: drivers/usb/host/ohci-ep93xx.c |
2b7a52a4 | 1385 | |
d9e9d82c | 1386 | CIRRUS LOGIC CS4270 SOUND DRIVER |
8b58be88 | 1387 | M: Timur Tabi <[email protected]> |
93711660 | 1388 | L: [email protected] (moderated for non-subscribers) |
d9e9d82c | 1389 | S: Supported |
679655da | 1390 | F: sound/soc/codecs/cs4270* |
d9e9d82c | 1391 | |
d4275354 | 1392 | CLK API |
8b58be88 | 1393 | M: Russell King <[email protected]> |
d4275354 RK |
1394 | F: include/linux/clk.h |
1395 | ||
5df6d737 | 1396 | CISCO FCOE HBA DRIVER |
8b58be88 JP |
1397 | M: Abhijeet Joglekar <[email protected]> |
1398 | M: Joe Eykholt <[email protected]> | |
5df6d737 AJ |
1399 | L: [email protected] |
1400 | S: Supported | |
2a99921a | 1401 | F: drivers/scsi/fnic/ |
5df6d737 | 1402 | |
1da177e4 | 1403 | CODA FILE SYSTEM |
8b58be88 | 1404 | M: Jan Harkes <[email protected]> |
1da177e4 LT |
1405 | M: [email protected] |
1406 | L: [email protected] | |
1407 | W: http://www.coda.cs.cmu.edu/ | |
1408 | S: Maintained | |
679655da JP |
1409 | F: Documentation/filesystems/coda.txt |
1410 | F: fs/coda/ | |
1411 | F: include/linux/coda*.h | |
1da177e4 | 1412 | |
e2d1d6c0 | 1413 | COMMON INTERNET FILE SYSTEM (CIFS) |
8b58be88 | 1414 | M: Steve French <[email protected]> |
e2d1d6c0 RD |
1415 | L: [email protected] |
1416 | L: [email protected] | |
1417 | W: http://linux-cifs.samba.org/ | |
54e5881d | 1418 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
e2d1d6c0 | 1419 | S: Supported |
679655da JP |
1420 | F: Documentation/filesystems/cifs.txt |
1421 | F: fs/cifs/ | |
e2d1d6c0 | 1422 | |
1da177e4 | 1423 | COMPACTPCI HOTPLUG CORE |
8b58be88 | 1424 | M: Scott Murray <[email protected]> |
64dab204 | 1425 | L: [email protected] |
82c4dfc7 | 1426 | S: Maintained |
679655da | 1427 | F: drivers/pci/hotplug/cpci_hotplug* |
1da177e4 LT |
1428 | |
1429 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
8b58be88 | 1430 | M: Scott Murray <[email protected]> |
64dab204 | 1431 | L: [email protected] |
82c4dfc7 | 1432 | S: Maintained |
679655da | 1433 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
1da177e4 LT |
1434 | |
1435 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
8b58be88 | 1436 | M: Scott Murray <[email protected]> |
64dab204 | 1437 | L: [email protected] |
82c4dfc7 | 1438 | S: Maintained |
679655da | 1439 | F: drivers/pci/hotplug/cpcihp_generic.c |
1da177e4 | 1440 | |
5411552c | 1441 | COMPAL LAPTOP SUPPORT |
8b58be88 | 1442 | M: Cezary Jackiewicz <[email protected]> |
5411552c | 1443 | S: Maintained |
679655da | 1444 | F: drivers/platform/x86/compal-laptop.c |
5411552c | 1445 | |
1da177e4 | 1446 | COMPUTONE INTELLIPORT MULTIPORT CARD |
8b58be88 | 1447 | M: "Michael H. Warfield" <[email protected]> |
1da177e4 | 1448 | W: http://www.wittsend.com/computone.html |
07d46de4 | 1449 | S: Maintained |
679655da JP |
1450 | F: Documentation/serial/computone.txt |
1451 | F: drivers/char/ip2/ | |
1da177e4 | 1452 | |
949be0f7 | 1453 | CONEXANT ACCESSRUNNER USB DRIVER |
8b58be88 | 1454 | M: Simon Arlott <[email protected]> |
9ae5e3bc SA |
1455 | L: [email protected] |
1456 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 | 1457 | S: Maintained |
679655da | 1458 | F: drivers/usb/atm/cxacru.c |
949be0f7 | 1459 | |
e2d1d6c0 | 1460 | CONFIGFS |
8b58be88 | 1461 | M: Joel Becker <[email protected]> |
e2d1d6c0 | 1462 | S: Supported |
679655da JP |
1463 | F: fs/configfs/ |
1464 | F: include/linux/configfs.h | |
e2d1d6c0 | 1465 | |
acb9c1b2 | 1466 | CONNECTOR |
8b58be88 | 1467 | M: Evgeniy Polyakov <[email protected]> |
acb9c1b2 EP |
1468 | L: [email protected] |
1469 | S: Maintained | |
1470 | F: drivers/connector/ | |
1471 | ||
fb3a0fb6 | 1472 | CONTROL GROUPS (CGROUPS) |
8b58be88 JP |
1473 | M: Paul Menage <[email protected]> |
1474 | M: Li Zefan <[email protected]> | |
fb3a0fb6 PM |
1475 | L: [email protected] |
1476 | S: Maintained | |
679655da JP |
1477 | F: include/linux/cgroup* |
1478 | F: kernel/cgroup* | |
8ca739e3 | 1479 | F: mm/*cgroup* |
fb3a0fb6 | 1480 | |
bebe4678 | 1481 | CORETEMP HARDWARE MONITORING DRIVER |
8b58be88 | 1482 | M: Rudolf Marek <[email protected]> |
bebe4678 RM |
1483 | L: [email protected] |
1484 | S: Maintained | |
679655da JP |
1485 | F: Documentation/hwmon/coretemp |
1486 | F: drivers/hwmon/coretemp.c | |
bebe4678 | 1487 | |
1da177e4 | 1488 | COSA/SRP SYNC SERIAL DRIVER |
8b58be88 | 1489 | M: Jan "Yenya" Kasprzak <[email protected]> |
1da177e4 LT |
1490 | W: http://www.fi.muni.cz/~kas/cosa/ |
1491 | S: Maintained | |
679655da | 1492 | F: drivers/net/wan/cosa* |
1da177e4 | 1493 | |
4371ee35 | 1494 | CPMAC ETHERNET DRIVER |
8b58be88 | 1495 | M: Florian Fainelli <[email protected]> |
4371ee35 FF |
1496 | L: [email protected] |
1497 | S: Maintained | |
1498 | F: drivers/net/cpmac.c | |
1499 | ||
1da177e4 | 1500 | CPU FREQUENCY DRIVERS |
8b58be88 | 1501 | M: Dave Jones <[email protected]> |
bc5f65d4 | 1502 | L: [email protected] |
1da177e4 | 1503 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
54e5881d | 1504 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
1da177e4 | 1505 | S: Maintained |
679655da JP |
1506 | F: arch/x86/kernel/cpu/cpufreq/ |
1507 | F: drivers/cpufreq/ | |
1508 | F: include/linux/cpufreq.h | |
1da177e4 LT |
1509 | |
1510 | CPUID/MSR DRIVER | |
8b58be88 | 1511 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 1512 | S: Maintained |
679655da JP |
1513 | F: arch/x86/kernel/cpuid.c |
1514 | F: arch/x86/kernel/msr.c | |
1da177e4 | 1515 | |
ed90fb4a | 1516 | CPUSETS |
8b58be88 | 1517 | M: Paul Menage <[email protected]> |
ed90fb4a | 1518 | W: http://www.bullopensource.org/cpuset/ |
551e172a | 1519 | W: http://oss.sgi.com/projects/cpusets/ |
ed90fb4a | 1520 | S: Supported |
679655da JP |
1521 | F: Documentation/cgroups/cpusets.txt |
1522 | F: include/linux/cpuset.h | |
1523 | F: kernel/cpuset.c | |
ed90fb4a | 1524 | |
1da177e4 | 1525 | CRAMFS FILESYSTEM |
ce00f85c JC |
1526 | W: http://sourceforge.net/projects/cramfs/ |
1527 | S: Orphan | |
679655da JP |
1528 | F: Documentation/filesystems/cramfs.txt |
1529 | F: fs/cramfs/ | |
1da177e4 LT |
1530 | |
1531 | CRIS PORT | |
8b58be88 JP |
1532 | M: Mikael Starvik <[email protected]> |
1533 | M: Jesper Nilsson <[email protected]> | |
9937ac0c | 1534 | L: [email protected] |
1da177e4 LT |
1535 | W: http://developer.axis.com |
1536 | S: Maintained | |
679655da | 1537 | F: arch/cris/ |
1da177e4 LT |
1538 | |
1539 | CRYPTO API | |
8b58be88 JP |
1540 | M: Herbert Xu <[email protected]> |
1541 | M: "David S. Miller" <[email protected]> | |
1da177e4 | 1542 | L: [email protected] |
54e5881d | 1543 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 | 1544 | S: Maintained |
679655da JP |
1545 | F: Documentation/crypto/ |
1546 | F: arch/*/crypto/ | |
1547 | F: crypto/ | |
1548 | F: drivers/crypto/ | |
1549 | F: include/crypto/ | |
1da177e4 | 1550 | |
5b07bd57 | 1551 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
8b58be88 | 1552 | M: Neil Horman <[email protected]> |
5b07bd57 NH |
1553 | L: [email protected] |
1554 | S: Maintained | |
1555 | ||
9b4ffa48 | 1556 | CS5535 Audio ALSA driver |
8b58be88 | 1557 | M: Jaya Kumar <[email protected]> |
9b4ffa48 | 1558 | S: Maintained |
679655da | 1559 | F: sound/pci/cs5535audio/ |
9b4ffa48 | 1560 | |
6d8425b1 | 1561 | CX18 VIDEO4LINUX DRIVER |
8b58be88 JP |
1562 | M: Hans Verkuil <[email protected]> |
1563 | M: Andy Walls <[email protected]> | |
6d8425b1 | 1564 | L: [email protected] |
661263b5 | 1565 | L: [email protected] |
54e5881d | 1566 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
6d8425b1 | 1567 | W: http://linuxtv.org |
30e10993 | 1568 | W: http://www.ivtvdriver.org/index.php/Cx18 |
6d8425b1 | 1569 | S: Maintained |
679655da JP |
1570 | F: Documentation/video4linux/cx18.txt |
1571 | F: drivers/media/video/cx18/ | |
6d8425b1 | 1572 | |
e5ec3789 | 1573 | CXGB3 ETHERNET DRIVER (CXGB3) |
8b58be88 | 1574 | M: Divy Le Ray <[email protected]> |
e5ec3789 SW |
1575 | L: [email protected] |
1576 | W: http://www.chelsio.com | |
1577 | S: Supported | |
679655da | 1578 | F: drivers/net/cxgb3/ |
e5ec3789 SW |
1579 | |
1580 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) | |
8b58be88 | 1581 | M: Steve Wise <[email protected]> |
e6cc0fd1 | 1582 | L: [email protected] |
e5ec3789 SW |
1583 | W: http://www.openfabrics.org |
1584 | S: Supported | |
679655da | 1585 | F: drivers/infiniband/hw/cxgb3/ |
e5ec3789 | 1586 | |
1da177e4 | 1587 | CYBERPRO FB DRIVER |
8b58be88 | 1588 | M: Russell King <[email protected]> |
efc03ecb | 1589 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
1590 | W: http://www.arm.linux.org.uk/ |
1591 | S: Maintained | |
679655da | 1592 | F: drivers/video/cyber2000fb.* |
9fa68eae | 1593 | |
1da177e4 | 1594 | CYCLADES 2X SYNC CARD DRIVER |
8b58be88 | 1595 | M: Arnaldo Carvalho de Melo <[email protected]> |
926554c4 | 1596 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 1597 | S: Maintained |
679655da | 1598 | F: drivers/net/wan/cycx* |
1da177e4 LT |
1599 | |
1600 | CYCLADES ASYNC MUX DRIVER | |
1da177e4 | 1601 | W: http://www.cyclades.com/ |
d459883e | 1602 | S: Orphan |
679655da JP |
1603 | F: drivers/char/cyclades.c |
1604 | F: include/linux/cyclades.h | |
1da177e4 LT |
1605 | |
1606 | CYCLADES PC300 DRIVER | |
1da177e4 | 1607 | W: http://www.cyclades.com/ |
d459883e | 1608 | S: Orphan |
679655da | 1609 | F: drivers/net/wan/pc300* |
1da177e4 | 1610 | |
1da177e4 | 1611 | DAMA SLAVE for AX.25 |
8b58be88 | 1612 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
1613 | W: http://yaina.de/jreuter/ |
1614 | W: http://www.qsl.net/dl1bke/ | |
1615 | L: [email protected] | |
1616 | S: Maintained | |
679655da JP |
1617 | F: net/ax25/af_ax25.c |
1618 | F: net/ax25/ax25_dev.c | |
1619 | F: net/ax25/ax25_ds_* | |
1620 | F: net/ax25/ax25_in.c | |
1621 | F: net/ax25/ax25_out.c | |
1622 | F: net/ax25/ax25_timer.c | |
1623 | F: net/ax25/sysctl_net_ax25.c | |
1da177e4 | 1624 | |
e2d1d6c0 | 1625 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
8b58be88 | 1626 | M: Tobias Ringstrom <[email protected]> |
e2d1d6c0 RD |
1627 | L: [email protected] |
1628 | S: Maintained | |
679655da JP |
1629 | F: Documentation/networking/dmfe.txt |
1630 | F: drivers/net/tulip/dmfe.c | |
e2d1d6c0 RD |
1631 | |
1632 | DC390/AM53C974 SCSI driver | |
8b58be88 | 1633 | M: Kurt Garloff <[email protected]> |
e2d1d6c0 | 1634 | W: http://www.garloff.de/kurt/linux/dc390/ |
8b58be88 | 1635 | M: Guennadi Liakhovetski <[email protected]> |
e2d1d6c0 | 1636 | S: Maintained |
679655da | 1637 | F: drivers/scsi/tmscsim.* |
e2d1d6c0 | 1638 | |
1da177e4 | 1639 | DC395x SCSI driver |
8b58be88 JP |
1640 | M: Oliver Neukum <[email protected]> |
1641 | M: Ali Akcaagac <[email protected]> | |
1642 | M: Jamie Lenehan <[email protected]> | |
1da177e4 | 1643 | W: http://twibble.org/dist/dc395x/ |
f5df5881 | 1644 | L: [email protected] |
1da177e4 LT |
1645 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
1646 | S: Maintained | |
679655da JP |
1647 | F: Documentation/scsi/dc395x.txt |
1648 | F: drivers/scsi/dc395x.* | |
1da177e4 | 1649 | |
eb8edb08 | 1650 | DCCP PROTOCOL |
8b58be88 | 1651 | M: Arnaldo Carvalho de Melo <[email protected]> |
eb8edb08 | 1652 | L: [email protected] |
f3b84ec2 | 1653 | W: http://linux-net.osdl.org/index.php/DCCP |
eb8edb08 | 1654 | S: Maintained |
679655da JP |
1655 | F: include/linux/dccp.h |
1656 | F: include/linux/tfrc.h | |
1657 | F: net/dccp/ | |
eb8edb08 | 1658 | |
1da177e4 | 1659 | DECnet NETWORK LAYER |
8b58be88 | 1660 | M: Christine Caulfield <[email protected]> |
1da177e4 LT |
1661 | W: http://linux-decnet.sourceforge.net |
1662 | L: [email protected] | |
1663 | S: Maintained | |
679655da JP |
1664 | F: Documentation/networking/decnet.txt |
1665 | F: net/decnet/ | |
1da177e4 LT |
1666 | |
1667 | DEFXX FDDI NETWORK DRIVER | |
8b58be88 | 1668 | M: "Maciej W. Rozycki" <[email protected]> |
1da177e4 | 1669 | S: Maintained |
679655da | 1670 | F: drivers/net/defxx.* |
1da177e4 | 1671 | |
ad8f07cc | 1672 | DELL LAPTOP DRIVER |
8b58be88 | 1673 | M: Matthew Garrett <[email protected]> |
ad8f07cc | 1674 | S: Maintained |
679655da | 1675 | F: drivers/platform/x86/dell-laptop.c |
ad8f07cc | 1676 | |
1da177e4 | 1677 | DELL LAPTOP SMM DRIVER |
8b58be88 | 1678 | M: Massimo Dal Zotto <[email protected]> |
1da177e4 LT |
1679 | W: http://www.debian.org/~dz/i8k/ |
1680 | S: Maintained | |
679655da JP |
1681 | F: drivers/char/i8k.c |
1682 | F: include/linux/i8k.h | |
1da177e4 | 1683 | |
90563ec4 | 1684 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
8b58be88 | 1685 | M: Doug Warzecha <[email protected]> |
90563ec4 | 1686 | S: Maintained |
679655da JP |
1687 | F: Documentation/dcdbas.txt |
1688 | F: drivers/firmware/dcdbas.* | |
90563ec4 | 1689 | |
0b3f6109 | 1690 | DELL WMI EXTRAS DRIVER |
8b58be88 | 1691 | M: Matthew Garrett <[email protected]> |
0b3f6109 MG |
1692 | S: Maintained |
1693 | ||
1da177e4 | 1694 | DEVICE NUMBER REGISTRY |
8b58be88 | 1695 | M: Torben Mathiasen <[email protected]> |
1da177e4 | 1696 | W: http://lanana.org/docs/device-list/index.html |
1da177e4 LT |
1697 | S: Maintained |
1698 | ||
e2d1d6c0 RD |
1699 | DEVICE-MAPPER (LVM) |
1700 | P: Alasdair Kergon | |
1701 | L: [email protected] | |
1702 | W: http://sources.redhat.com/dm | |
1703 | S: Maintained | |
679655da JP |
1704 | F: Documentation/device-mapper/ |
1705 | F: drivers/md/dm* | |
1706 | F: include/linux/device-mapper.h | |
1707 | F: include/linux/dm-*.h | |
e2d1d6c0 | 1708 | |
1da177e4 | 1709 | DIGI INTL. EPCA DRIVER |
8b58be88 | 1710 | M: "Digi International, Inc" <[email protected]> |
1da177e4 LT |
1711 | L: [email protected] |
1712 | W: http://www.digi.com | |
baaea1dc | 1713 | S: Orphan |
679655da JP |
1714 | F: Documentation/serial/digiepca.txt |
1715 | F: drivers/char/epca* | |
1716 | F: drivers/char/digi* | |
1da177e4 | 1717 | |
e7839f25 | 1718 | DIRECTORY NOTIFICATION (DNOTIFY) |
8b58be88 | 1719 | M: Eric Paris <[email protected]> |
3c5119c0 | 1720 | S: Maintained |
679655da JP |
1721 | F: Documentation/filesystems/dnotify.txt |
1722 | F: fs/notify/dnotify/ | |
1723 | F: include/linux/dnotify.h | |
1da177e4 LT |
1724 | |
1725 | DISK GEOMETRY AND PARTITION HANDLING | |
8b58be88 | 1726 | M: Andries Brouwer <[email protected]> |
1da177e4 LT |
1727 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
1728 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
1729 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
1730 | S: Maintained | |
1731 | ||
4480f15b | 1732 | DISKQUOTA |
8b58be88 | 1733 | M: Jan Kara <[email protected]> |
1da177e4 | 1734 | S: Maintained |
679655da JP |
1735 | F: Documentation/filesystems/quota.txt |
1736 | F: fs/quota/ | |
1737 | F: include/linux/quota*.h | |
1da177e4 | 1738 | |
e7839f25 | 1739 | DISTRIBUTED LOCK MANAGER (DLM) |
8b58be88 JP |
1740 | M: Christine Caulfield <[email protected]> |
1741 | M: David Teigland <[email protected]> | |
a4644184 | 1742 | L: [email protected] |
5be7b50f | 1743 | W: http://sources.redhat.com/cluster/ |
54e5881d | 1744 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f | 1745 | S: Supported |
679655da | 1746 | F: fs/dlm/ |
5be7b50f | 1747 | |
b3e5f263 | 1748 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
8b58be88 JP |
1749 | M: Maciej Sosnowski <[email protected]> |
1750 | M: Dan Williams <[email protected]> | |
b3e5f263 | 1751 | S: Supported |
679655da JP |
1752 | F: drivers/dma/ |
1753 | F: include/linux/dma* | |
248a9dc3 | 1754 | |
b825037d | 1755 | DME1737 HARDWARE MONITOR DRIVER |
8b58be88 | 1756 | M: Juerg Haefliger <[email protected]> |
b825037d JH |
1757 | L: [email protected] |
1758 | S: Maintained | |
679655da JP |
1759 | F: Documentation/hwmon/dme1737 |
1760 | F: drivers/hwmon/dme1737.c | |
b825037d | 1761 | |
ba483d57 | 1762 | DOCBOOK FOR DOCUMENTATION |
8b58be88 | 1763 | M: Randy Dunlap <[email protected]> |
ba483d57 MW |
1764 | S: Maintained |
1765 | ||
5b9c9bf6 | 1766 | DOCKING STATION DRIVER |
8b58be88 | 1767 | M: Shaohua Li <[email protected]> |
5b9c9bf6 | 1768 | L: [email protected] |
8b59a454 | 1769 | S: Supported |
679655da | 1770 | F: drivers/acpi/dock.c |
5b9c9bf6 | 1771 | |
7d2c86b5 | 1772 | DOCUMENTATION |
8b58be88 | 1773 | M: Randy Dunlap <[email protected]> |
795fb7e7 JD |
1774 | L: [email protected] |
1775 | S: Maintained | |
679655da | 1776 | F: Documentation/ |
abbaeff3 | 1777 | |
1da177e4 | 1778 | DOUBLETALK DRIVER |
8b58be88 | 1779 | M: "James R. Van Zandt" <[email protected]> |
1da177e4 LT |
1780 | L: [email protected] |
1781 | S: Maintained | |
679655da JP |
1782 | F: drivers/char/dtlk.c |
1783 | F: include/linux/dtlk.h | |
1da177e4 | 1784 | |
e2d1d6c0 | 1785 | DPT_I2O SCSI RAID DRIVER |
8b58be88 | 1786 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
1787 | L: [email protected] |
1788 | W: http://www.adaptec.com/ | |
1789 | S: Maintained | |
679655da JP |
1790 | F: drivers/scsi/dpt* |
1791 | F: drivers/scsi/dpt/ | |
e2d1d6c0 | 1792 | |
1da177e4 | 1793 | DRIVER CORE, KOBJECTS, AND SYSFS |
8b58be88 | 1794 | M: Greg Kroah-Hartman <[email protected]> |
6fb0425b | 1795 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 | 1796 | S: Supported |
679655da | 1797 | F: Documentation/kobject.txt |
7cfc51b9 | 1798 | F: drivers/base/ |
679655da JP |
1799 | F: fs/sysfs/ |
1800 | F: include/linux/kobj* | |
1801 | F: lib/kobj* | |
1da177e4 LT |
1802 | |
1803 | DRM DRIVERS | |
8b58be88 | 1804 | M: David Airlie <[email protected]> |
1da177e4 | 1805 | L: [email protected] |
54e5881d | 1806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 | 1807 | S: Maintained |
679655da | 1808 | F: drivers/gpu/drm/ |
1da177e4 LT |
1809 | |
1810 | DSCC4 DRIVER | |
8b58be88 | 1811 | M: Francois Romieu <[email protected]> |
01f20734 | 1812 | L: [email protected] |
1da177e4 | 1813 | S: Maintained |
679655da | 1814 | F: drivers/net/wan/dscc4.c |
1da177e4 | 1815 | |
789c7048 | 1816 | DZ DECSTATION DZ11 SERIAL DRIVER |
8b58be88 | 1817 | M: "Maciej W. Rozycki" <[email protected]> |
789c7048 | 1818 | S: Maintained |
679655da | 1819 | F: drivers/serial/dz.* |
789c7048 | 1820 | |
1da177e4 | 1821 | EATA-DMA SCSI DRIVER |
8b58be88 | 1822 | M: Michael Neuffer <[email protected]> |
7d2c86b5 JP |
1823 | L: [email protected] |
1824 | L: [email protected] | |
1da177e4 | 1825 | S: Maintained |
679655da | 1826 | F: drivers/scsi/eata* |
1da177e4 LT |
1827 | |
1828 | EATA ISA/EISA/PCI SCSI DRIVER | |
8b58be88 | 1829 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
1830 | L: [email protected] |
1831 | S: Maintained | |
679655da | 1832 | F: drivers/scsi/eata.c |
1da177e4 LT |
1833 | |
1834 | EATA-PIO SCSI DRIVER | |
8b58be88 | 1835 | M: Michael Neuffer <[email protected]> |
7d2c86b5 JP |
1836 | L: [email protected] |
1837 | L: [email protected] | |
1da177e4 | 1838 | S: Maintained |
679655da | 1839 | F: drivers/scsi/eata_pio.* |
1da177e4 LT |
1840 | |
1841 | EBTABLES | |
8b58be88 | 1842 | M: Bart De Schuymer <[email protected]> |
1da177e4 LT |
1843 | L: [email protected] |
1844 | L: [email protected] | |
1845 | W: http://ebtables.sourceforge.net/ | |
1846 | S: Maintained | |
679655da JP |
1847 | F: include/linux/netfilter_bridge/ebt_*.h |
1848 | F: net/bridge/netfilter/ebt*.c | |
1da177e4 | 1849 | |
237fead6 | 1850 | ECRYPT FILE SYSTEM |
8b58be88 JP |
1851 | M: Tyler Hicks <[email protected]> |
1852 | M: Dustin Kirkland <[email protected]> | |
6dc7516e MH |
1853 | L: [email protected] |
1854 | W: https://launchpad.net/ecryptfs | |
237fead6 | 1855 | S: Supported |
679655da JP |
1856 | F: Documentation/filesystems/ecryptfs.txt |
1857 | F: fs/ecryptfs/ | |
237fead6 | 1858 | |
da9bb1d2 | 1859 | EDAC-CORE |
8b58be88 | 1860 | M: Doug Thompson <[email protected]> |
7b102d03 | 1861 | L: [email protected] (moderated for non-subscribers) |
0e438e3f | 1862 | W: bluesmoke.sourceforge.net |
8c2a6a40 | 1863 | S: Supported |
679655da JP |
1864 | F: Documentation/edac.txt |
1865 | F: drivers/edac/edac_* | |
1866 | F: include/linux/edac.h | |
0e438e3f | 1867 | |
c476c23b | 1868 | EDAC-AMD64 |
8b58be88 JP |
1869 | M: Doug Thompson <[email protected]> |
1870 | M: Borislav Petkov <[email protected]> | |
c476c23b BP |
1871 | L: [email protected] (moderated for non-subscribers) |
1872 | W: bluesmoke.sourceforge.net | |
1873 | S: Supported | |
1874 | F: drivers/edac/amd64_edac* | |
1875 | ||
0e438e3f | 1876 | EDAC-E752X |
8b58be88 JP |
1877 | M: Mark Gross <[email protected]> |
1878 | M: Doug Thompson <[email protected]> | |
7b102d03 | 1879 | L: [email protected] (moderated for non-subscribers) |
0e438e3f DP |
1880 | W: bluesmoke.sourceforge.net |
1881 | S: Maintained | |
679655da | 1882 | F: drivers/edac/e752x_edac.c |
0e438e3f DP |
1883 | |
1884 | EDAC-E7XXX | |
8b58be88 | 1885 | M: Doug Thompson <[email protected]> |
7b102d03 | 1886 | L: [email protected] (moderated for non-subscribers) |
0e438e3f DP |
1887 | W: bluesmoke.sourceforge.net |
1888 | S: Maintained | |
679655da | 1889 | F: drivers/edac/e7xxx_edac.c |
0e438e3f | 1890 | |
6bc78404 | 1891 | EDAC-I82443BXGX |
8b58be88 | 1892 | M: Tim Small <[email protected]> |
7b102d03 | 1893 | L: [email protected] (moderated for non-subscribers) |
6bc78404 DT |
1894 | W: bluesmoke.sourceforge.net |
1895 | S: Maintained | |
679655da | 1896 | F: drivers/edac/i82443bxgx_edac.c |
6bc78404 DT |
1897 | |
1898 | EDAC-I3000 | |
8b58be88 | 1899 | M: Jason Uhlenkott <[email protected]> |
7b102d03 | 1900 | L: [email protected] (moderated for non-subscribers) |
6bc78404 DT |
1901 | W: bluesmoke.sourceforge.net |
1902 | S: Maintained | |
679655da | 1903 | F: drivers/edac/i3000_edac.c |
6bc78404 DT |
1904 | |
1905 | EDAC-I5000 | |
8b58be88 | 1906 | M: Doug Thompson <[email protected]> |
7b102d03 | 1907 | L: [email protected] (moderated for non-subscribers) |
ba9a5918 DT |
1908 | W: bluesmoke.sourceforge.net |
1909 | S: Maintained | |
679655da | 1910 | F: drivers/edac/i5000_edac.c |
ba9a5918 | 1911 | |
44c12cb2 | 1912 | EDAC-I5400 |
8b58be88 | 1913 | M: Mauro Carvalho Chehab <[email protected]> |
7b102d03 | 1914 | L: [email protected] (moderated for non-subscribers) |
44c12cb2 MCC |
1915 | W: bluesmoke.sourceforge.net |
1916 | S: Maintained | |
679655da | 1917 | F: drivers/edac/i5400_edac.c |
44c12cb2 | 1918 | |
ba9a5918 | 1919 | EDAC-I82975X |
8b58be88 JP |
1920 | M: Ranganathan Desikan <[email protected]> |
1921 | M: "Arvind R." <[email protected]> | |
7b102d03 | 1922 | L: [email protected] (moderated for non-subscribers) |
ba9a5918 DT |
1923 | W: bluesmoke.sourceforge.net |
1924 | S: Maintained | |
679655da | 1925 | F: drivers/edac/i82975x_edac.c |
ba9a5918 DT |
1926 | |
1927 | EDAC-PASEMI | |
8b58be88 | 1928 | M: Egor Martovetsky <[email protected]> |
7b102d03 | 1929 | L: [email protected] (moderated for non-subscribers) |
6bc78404 DT |
1930 | W: bluesmoke.sourceforge.net |
1931 | S: Maintained | |
679655da | 1932 | F: drivers/edac/pasemi_edac.c |
6bc78404 | 1933 | |
0e438e3f | 1934 | EDAC-R82600 |
8b58be88 | 1935 | M: Tim Small <[email protected]> |
7b102d03 | 1936 | L: [email protected] (moderated for non-subscribers) |
0e438e3f DP |
1937 | W: bluesmoke.sourceforge.net |
1938 | S: Maintained | |
679655da | 1939 | F: drivers/edac/r82600_edac.c |
da9bb1d2 | 1940 | |
e59f8796 | 1941 | EEEPC LAPTOP EXTRAS DRIVER |
8b58be88 | 1942 | M: Corentin Chary <[email protected]> |
e59f8796 | 1943 | L: [email protected] |
76593d6f | 1944 | W: http://acpi4asus.sf.net |
e59f8796 | 1945 | S: Maintained |
679655da | 1946 | F: drivers/platform/x86/eeepc-laptop.c |
e59f8796 | 1947 | |
0bee8d28 JT |
1948 | EFS FILESYSTEM |
1949 | W: http://aeschi.ch.eu.org/efs/ | |
1950 | S: Orphan | |
679655da | 1951 | F: fs/efs/ |
0bee8d28 | 1952 | |
4480f15b | 1953 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
8b58be88 JP |
1954 | M: Hoang-Nam Nguyen <[email protected]> |
1955 | M: Christoph Raisch <[email protected]> | |
e6cc0fd1 | 1956 | L: [email protected] |
fab97220 | 1957 | S: Supported |
679655da | 1958 | F: drivers/infiniband/hw/ehca/ |
fab97220 | 1959 | |
3e3a7d66 | 1960 | EMBEDDED LINUX |
8b58be88 JP |
1961 | M: Paul Gortmaker <[email protected]> |
1962 | M: Matt Mackall <[email protected]> | |
1963 | M: David Woodhouse <[email protected]> | |
3e3a7d66 DW |
1964 | L: [email protected] |
1965 | S: Maintained | |
1966 | ||
3a1c1d44 | 1967 | EMULEX LPFC FC SCSI DRIVER |
8b58be88 | 1968 | M: James Smart <[email protected]> |
ce00f85c JC |
1969 | L: [email protected] |
1970 | W: http://sourceforge.net/projects/lpfcxxxx | |
1971 | S: Supported | |
679655da | 1972 | F: drivers/scsi/lpfc/ |
3a1c1d44 | 1973 | |
5f5bac82 | 1974 | ENE CB710 FLASH CARD READER DRIVER |
8b58be88 | 1975 | M: Michał Mirosław <[email protected]> |
5f5bac82 MM |
1976 | S: Maintained |
1977 | F: drivers/misc/cb710/ | |
1978 | F: drivers/mmc/host/cb710-mmc.* | |
1979 | F: include/linux/cb710.h | |
1980 | ||
1da177e4 | 1981 | EPSON 1355 FRAMEBUFFER DRIVER |
8b58be88 JP |
1982 | M: Christopher Hoover <[email protected]> |
1983 | M: Christopher Hoover <[email protected]> | |
1da177e4 | 1984 | S: Maintained |
679655da | 1985 | F: drivers/video/epson1355fb.c |
1da177e4 | 1986 | |
d5ca9006 | 1987 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
8b58be88 | 1988 | M: Kristoffer Ericson <[email protected]> |
d5ca9006 | 1989 | S: Maintained |
084bad91 | 1990 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
679655da JP |
1991 | F: drivers/video/s1d13xxxfb.c |
1992 | F: include/video/s1d13xxxfb.h | |
d5ca9006 | 1993 | |
1da177e4 | 1994 | ETHEREXPRESS-16 NETWORK DRIVER |
8b58be88 | 1995 | M: Philip Blundell <[email protected]> |
979b6c13 | 1996 | L: [email protected] |
1da177e4 | 1997 | S: Maintained |
679655da | 1998 | F: drivers/net/eexpress.* |
1da177e4 LT |
1999 | |
2000 | ETHERNET BRIDGE | |
8b58be88 | 2001 | M: Stephen Hemminger <[email protected]> |
f318a63b | 2002 | L: [email protected] |
57c511d8 | 2003 | W: http://www.linux-foundation.org/en/Net:Bridge |
1da177e4 | 2004 | S: Maintained |
679655da JP |
2005 | F: include/linux/netfilter_bridge/ |
2006 | F: net/bridge/ | |
1da177e4 LT |
2007 | |
2008 | ETHERTEAM 16I DRIVER | |
8b58be88 | 2009 | M: Mika Kuoppala <[email protected]> |
1da177e4 | 2010 | S: Maintained |
679655da | 2011 | F: drivers/net/eth16i.c |
1da177e4 LT |
2012 | |
2013 | EXT2 FILE SYSTEM | |
72be2ccf | 2014 | L: [email protected] |
1da177e4 | 2015 | S: Maintained |
679655da JP |
2016 | F: Documentation/filesystems/ext2.txt |
2017 | F: fs/ext2/ | |
2018 | F: include/linux/ext2* | |
1da177e4 LT |
2019 | |
2020 | EXT3 FILE SYSTEM | |
8b58be88 JP |
2021 | M: Andrew Morton <[email protected]> |
2022 | M: Andreas Dilger <[email protected]> | |
72be2ccf EM |
2023 | L: [email protected] |
2024 | S: Maintained | |
679655da JP |
2025 | F: Documentation/filesystems/ext3.txt |
2026 | F: fs/ext3/ | |
2027 | F: include/linux/ext3* | |
72be2ccf EM |
2028 | |
2029 | EXT4 FILE SYSTEM | |
8b58be88 JP |
2030 | M: "Theodore Ts'o" <[email protected]> |
2031 | M: Andreas Dilger <[email protected]> | |
72be2ccf | 2032 | L: [email protected] |
08a225f1 | 2033 | W: http://ext4.wiki.kernel.org |
1da177e4 | 2034 | S: Maintained |
679655da JP |
2035 | F: Documentation/filesystems/ext4.txt |
2036 | F: fs/ext4/ | |
1da177e4 | 2037 | |
e53004e2 | 2038 | F71805F HARDWARE MONITORING DRIVER |
8b58be88 | 2039 | M: Jean Delvare <[email protected]> |
e53004e2 JD |
2040 | L: [email protected] |
2041 | S: Maintained | |
679655da JP |
2042 | F: Documentation/hwmon/f71805f |
2043 | F: drivers/hwmon/f71805f.c | |
e53004e2 | 2044 | |
1da177e4 | 2045 | FARSYNC SYNCHRONOUS DRIVER |
8b58be88 | 2046 | M: Kevin Curtis <[email protected]> |
1da177e4 LT |
2047 | W: http://www.farsite.co.uk/ |
2048 | S: Supported | |
679655da | 2049 | F: drivers/net/wan/farsync.* |
1da177e4 | 2050 | |
c5408b88 | 2051 | FAULT INJECTION SUPPORT |
8b58be88 | 2052 | M: Akinobu Mita <[email protected]> |
c5408b88 | 2053 | S: Supported |
679655da JP |
2054 | F: Documentation/fault-injection/ |
2055 | F: lib/fault-inject.c | |
c5408b88 | 2056 | |
e2d1d6c0 | 2057 | FILE LOCKING (flock() and fcntl()/lockf()) |
8b58be88 | 2058 | M: Matthew Wilcox <[email protected]> |
e2d1d6c0 | 2059 | L: [email protected] |
1da177e4 | 2060 | S: Maintained |
679655da JP |
2061 | F: include/linux/fcntl.h |
2062 | F: include/linux/fs.h | |
2063 | F: fs/fcntl.c | |
2064 | F: fs/locks.c | |
1da177e4 | 2065 | |
e2d1d6c0 | 2066 | FILESYSTEMS (VFS and infrastructure) |
8b58be88 | 2067 | M: Alexander Viro <[email protected]> |
e2d1d6c0 | 2068 | L: [email protected] |
173acc7c | 2069 | S: Maintained |
679655da | 2070 | F: fs/* |
173acc7c | 2071 | |
b26e0ed4 | 2072 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
05576a1e | 2073 | M: Riku Voipio <[email protected]> |
b26e0ed4 RV |
2074 | L: [email protected] |
2075 | S: Maintained | |
d5ca6918 JP |
2076 | F: drivers/hwmon/f75375s.c |
2077 | F: include/linux/f75375s.h | |
b26e0ed4 | 2078 | |
7d2c86b5 | 2079 | FIREWIRE SUBSYSTEM |
8b58be88 JP |
2080 | M: Kristian Hoegsberg <[email protected]> |
2081 | M: Stefan Richter <[email protected]> | |
e2d1d6c0 RD |
2082 | L: [email protected] |
2083 | W: http://www.linux1394.org/ | |
54e5881d | 2084 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
e2d1d6c0 | 2085 | S: Maintained |
679655da JP |
2086 | F: drivers/firewire/ |
2087 | F: include/linux/firewire*.h | |
e2d1d6c0 RD |
2088 | |
2089 | FIRMWARE LOADER (request_firmware) | |
e2d1d6c0 | 2090 | S: Orphan |
679655da JP |
2091 | F: Documentation/firmware_class/ |
2092 | F: drivers/base/firmware*.c | |
2093 | F: include/linux/firmware.h | |
e2d1d6c0 RD |
2094 | |
2095 | FPU EMULATOR | |
8b58be88 | 2096 | M: Bill Metzenthen <[email protected]> |
e769980f | 2097 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
e2d1d6c0 | 2098 | S: Maintained |
679655da | 2099 | F: arch/x86/math-emu/ |
e2d1d6c0 RD |
2100 | |
2101 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
8b58be88 | 2102 | M: Mike McLagan <[email protected]> |
e2d1d6c0 RD |
2103 | L: [email protected] |
2104 | S: Maintained | |
679655da JP |
2105 | F: drivers/net/wan/dlci.c |
2106 | F: drivers/net/wan/sdla.c | |
e2d1d6c0 RD |
2107 | |
2108 | FRAMEBUFFER LAYER | |
e2d1d6c0 RD |
2109 | L: [email protected] (moderated for non-subscribers) |
2110 | W: http://linux-fbdev.sourceforge.net/ | |
36025a81 | 2111 | S: Orphan |
679655da JP |
2112 | F: Documentation/fb/ |
2113 | F: drivers/video/fb* | |
2114 | F: include/linux/fb.h | |
e2d1d6c0 RD |
2115 | |
2116 | FREESCALE DMA DRIVER | |
8b58be88 JP |
2117 | M: Li Yang <[email protected]> |
2118 | M: Zhang Wei <[email protected]> | |
0899d634 | 2119 | L: [email protected] |
e2d1d6c0 | 2120 | S: Maintained |
679655da | 2121 | F: drivers/dma/fsldma.* |
e2d1d6c0 RD |
2122 | |
2123 | FREESCALE I2C CPM DRIVER | |
8b58be88 | 2124 | M: Jochen Friedrich <[email protected]> |
e2d1d6c0 | 2125 | L: [email protected] |
846557d3 | 2126 | L: [email protected] |
0d2b405a | 2127 | S: Maintained |
679655da | 2128 | F: drivers/i2c/busses/i2c-cpm.c |
0d2b405a | 2129 | |
60e8c5ab | 2130 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
8b58be88 | 2131 | M: Sascha Hauer <[email protected]> |
60e8c5ab | 2132 | L: [email protected] (moderated for non-subscribers) |
efc03ecb | 2133 | L: [email protected] (moderated for non-subscribers) |
60e8c5ab | 2134 | S: Maintained |
679655da JP |
2135 | F: arch/arm/plat-mxc/include/mach/imxfb.h |
2136 | F: drivers/video/imxfb.c | |
60e8c5ab | 2137 | |
4689a6b1 | 2138 | FREESCALE SOC FS_ENET DRIVER |
8b58be88 JP |
2139 | M: Pantelis Antoniou <[email protected]> |
2140 | M: Vitaly Bordug <[email protected]> | |
88de3cab | 2141 | L: [email protected] |
4689a6b1 PA |
2142 | L: [email protected] |
2143 | S: Maintained | |
679655da JP |
2144 | F: drivers/net/fs_enet/ |
2145 | F: include/linux/fs_enet_pd.h | |
4689a6b1 | 2146 | |
d9e9d82c | 2147 | FREESCALE QUICC ENGINE LIBRARY |
8b58be88 | 2148 | M: Timur Tabi <[email protected]> |
d9e9d82c TT |
2149 | L: [email protected] |
2150 | S: Supported | |
679655da JP |
2151 | F: arch/powerpc/sysdev/qe_lib/ |
2152 | F: arch/powerpc/include/asm/*qe.h | |
d9e9d82c | 2153 | |
5429c731 | 2154 | FREESCALE USB PERIPHERIAL DRIVERS |
8b58be88 | 2155 | M: Li Yang <[email protected]> |
6372594a | 2156 | L: [email protected] |
88de3cab | 2157 | L: [email protected] |
a7205b30 | 2158 | S: Maintained |
5429c731 | 2159 | F: drivers/usb/gadget/fsl* |
a7205b30 | 2160 | |
beaf53bf | 2161 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
8b58be88 | 2162 | M: Li Yang <[email protected]> |
beaf53bf | 2163 | L: [email protected] |
88de3cab | 2164 | L: [email protected] |
beaf53bf | 2165 | S: Maintained |
679655da | 2166 | F: drivers/net/ucc_geth* |
beaf53bf | 2167 | |
d9e9d82c | 2168 | FREESCALE QUICC ENGINE UCC UART DRIVER |
8b58be88 | 2169 | M: Timur Tabi <[email protected]> |
d9e9d82c TT |
2170 | L: [email protected] |
2171 | S: Supported | |
679655da | 2172 | F: drivers/serial/ucc_uart.c |
d9e9d82c TT |
2173 | |
2174 | FREESCALE SOC SOUND DRIVERS | |
8b58be88 | 2175 | M: Timur Tabi <[email protected]> |
93711660 | 2176 | L: [email protected] (moderated for non-subscribers) |
d9e9d82c TT |
2177 | L: [email protected] |
2178 | S: Supported | |
69aefcea JP |
2179 | F: sound/soc/fsl/fsl* |
2180 | F: sound/soc/fsl/mpc8610_hpcd.c | |
d9e9d82c | 2181 | |
1da177e4 | 2182 | FREEVXFS FILESYSTEM |
8b58be88 | 2183 | M: Christoph Hellwig <[email protected]> |
1da177e4 LT |
2184 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
2185 | S: Maintained | |
679655da | 2186 | F: fs/freevxfs/ |
1da177e4 | 2187 | |
71038f52 | 2188 | FREEZER |
8b58be88 JP |
2189 | M: Pavel Machek <[email protected]> |
2190 | M: "Rafael J. Wysocki" <[email protected]> | |
71038f52 PM |
2191 | L: [email protected] |
2192 | S: Supported | |
679655da JP |
2193 | F: Documentation/power/freezing-of-tasks.txt |
2194 | F: include/linux/freezer.h | |
2195 | F: kernel/freezer.c | |
71038f52 | 2196 | |
a5432f5a | 2197 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
8b58be88 | 2198 | M: David Howells <[email protected]> |
a5432f5a DH |
2199 | L: [email protected] |
2200 | S: Supported | |
2201 | F: Documentation/filesystems/caching/ | |
2202 | F: fs/fscache/ | |
2203 | F: include/linux/fscache*.h | |
2204 | ||
5ab7ffea | 2205 | FUJITSU FR-V (FRV) PORT |
8b58be88 | 2206 | M: David Howells <[email protected]> |
1da177e4 | 2207 | S: Maintained |
679655da | 2208 | F: arch/frv/ |
1da177e4 | 2209 | |
20b93734 | 2210 | FUJITSU LAPTOP EXTRAS |
8b58be88 | 2211 | M: Jonathan Woithe <[email protected]> |
20b93734 JW |
2212 | L: [email protected] |
2213 | S: Maintained | |
679655da | 2214 | F: drivers/platform/x86/fujitsu-laptop.c |
20b93734 | 2215 | |
04578f17 | 2216 | FUSE: FILESYSTEM IN USERSPACE |
8b58be88 | 2217 | M: Miklos Szeredi <[email protected]> |
04578f17 MS |
2218 | L: [email protected] |
2219 | W: http://fuse.sourceforge.net/ | |
2220 | S: Maintained | |
679655da JP |
2221 | F: fs/fuse/ |
2222 | F: include/linux/fuse.h | |
04578f17 | 2223 | |
1da177e4 | 2224 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
8b58be88 | 2225 | M: Rik Faith <[email protected]> |
1da177e4 | 2226 | L: [email protected] |
baaea1dc | 2227 | S: Odd Fixes (e.g., new signatures) |
679655da | 2228 | F: drivers/scsi/fdomain.* |
1da177e4 LT |
2229 | |
2230 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | |
8b58be88 | 2231 | M: Achim Leubner <[email protected]> |
1da177e4 LT |
2232 | L: [email protected] |
2233 | W: http://www.icp-vortex.com/ | |
2234 | S: Supported | |
679655da | 2235 | F: drivers/scsi/gdt* |
1da177e4 | 2236 | |
1c23af90 | 2237 | GENERIC GPIO I2C DRIVER |
8b58be88 | 2238 | M: Haavard Skinnemoen <[email protected]> |
1c23af90 | 2239 | S: Supported |
679655da JP |
2240 | F: drivers/i2c/busses/i2c-gpio.c |
2241 | F: include/linux/i2c-gpio.h | |
1c23af90 | 2242 | |
9251ce95 | 2243 | GENERIC HDLC (WAN) DRIVERS |
8b58be88 | 2244 | M: Krzysztof Halasa <[email protected]> |
1da177e4 LT |
2245 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
2246 | S: Maintained | |
679655da JP |
2247 | F: drivers/net/wan/c101.c |
2248 | F: drivers/net/wan/hd6457* | |
2249 | F: drivers/net/wan/hdlc* | |
2250 | F: drivers/net/wan/n2.c | |
2251 | F: drivers/net/wan/pc300too.c | |
2252 | F: drivers/net/wan/pci200syn.c | |
2253 | F: drivers/net/wan/wanxl* | |
1da177e4 | 2254 | |
1527aab6 | 2255 | GENERIC INCLUDE/ASM HEADER FILES |
8b58be88 | 2256 | M: Arnd Bergmann <[email protected]> |
1527aab6 AB |
2257 | L: [email protected] |
2258 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | |
2259 | S: Maintained | |
2260 | F: include/asm-generic | |
2261 | ||
ccb86a69 | 2262 | GENERIC UIO DRIVER FOR PCI DEVICES |
bda2562c | 2263 | M: "Michael S. Tsirkin" <[email protected]> |
ccb86a69 | 2264 | L: [email protected] |
ccb86a69 MT |
2265 | S: Supported |
2266 | F: drivers/uio/uio_pci_generic.c | |
2267 | ||
5be7b50f | 2268 | GFS2 FILE SYSTEM |
8b58be88 | 2269 | M: Steven Whitehouse <[email protected]> |
a4644184 | 2270 | L: [email protected] |
5be7b50f | 2271 | W: http://sources.redhat.com/cluster/ |
54e5881d JP |
2272 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
2273 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
5be7b50f | 2274 | S: Supported |
679655da JP |
2275 | F: Documentation/filesystems/gfs2*.txt |
2276 | F: fs/gfs2/ | |
2277 | F: include/linux/gfs2_ondisk.h | |
5be7b50f | 2278 | |
0a34eb8f | 2279 | GIGASET ISDN DRIVERS |
8b58be88 JP |
2280 | M: Hansjoerg Lipp <[email protected]> |
2281 | M: Tilman Schmidt <[email protected]> | |
0a34eb8f HL |
2282 | L: [email protected] |
2283 | W: http://gigaset307x.sourceforge.net/ | |
2284 | S: Maintained | |
679655da JP |
2285 | F: Documentation/isdn/README.gigaset |
2286 | F: drivers/isdn/gigaset/ | |
2287 | F: include/linux/gigaset_dev.h | |
0a34eb8f | 2288 | |
e2d1d6c0 | 2289 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
8b58be88 | 2290 | M: Frank Seidel <[email protected]> |
211e3e0e FS |
2291 | L: [email protected] |
2292 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |
e2d1d6c0 | 2293 | S: Maintained |
679655da | 2294 | F: drivers/hwmon/hdaps.c |
e2d1d6c0 | 2295 | |
c90bfeb8 ME |
2296 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
2297 | L: [email protected] | |
c90bfeb8 ME |
2298 | S: Odd Fixes |
2299 | F: drivers/char/hvc_* | |
2300 | ||
e8deeae2 | 2301 | GSPCA FINEPIX SUBDRIVER |
8b58be88 | 2302 | M: Frank Zago <[email protected]> |
661263b5 | 2303 | L: [email protected] |
54e5881d | 2304 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
e8deeae2 | 2305 | S: Maintained |
679655da | 2306 | F: drivers/media/video/gspca/finepix.c |
e8deeae2 JFM |
2307 | |
2308 | GSPCA M5602 SUBDRIVER | |
8b58be88 | 2309 | M: Erik Andren <[email protected]> |
661263b5 | 2310 | L: [email protected] |
54e5881d | 2311 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
e8deeae2 | 2312 | S: Maintained |
679655da | 2313 | F: drivers/media/video/gspca/m5602/ |
e8deeae2 JFM |
2314 | |
2315 | GSPCA PAC207 SONIXB SUBDRIVER | |
8b58be88 | 2316 | M: Hans de Goede <[email protected]> |
661263b5 | 2317 | L: [email protected] |
54e5881d | 2318 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
e8deeae2 | 2319 | S: Maintained |
679655da | 2320 | F: drivers/media/video/gspca/pac207.c |
e8deeae2 | 2321 | |
261982f1 | 2322 | GSPCA SN9C20X SUBDRIVER |
d95c5b0b | 2323 | M: Brian Johnson <[email protected]> |
261982f1 BJ |
2324 | L: [email protected] |
2325 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
2326 | S: Maintained | |
2327 | F: drivers/media/video/gspca/sn9c20x.c | |
2328 | ||
e8deeae2 | 2329 | GSPCA T613 SUBDRIVER |
8b58be88 | 2330 | M: Leandro Costantino <[email protected]> |
661263b5 | 2331 | L: [email protected] |
54e5881d | 2332 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
e8deeae2 | 2333 | S: Maintained |
679655da | 2334 | F: drivers/media/video/gspca/t613.c |
e8deeae2 JFM |
2335 | |
2336 | GSPCA USB WEBCAM DRIVER | |
8b58be88 | 2337 | M: Jean-Francois Moine <[email protected]> |
e8deeae2 | 2338 | W: http://moinejf.free.fr |
661263b5 | 2339 | L: [email protected] |
54e5881d | 2340 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
e8deeae2 | 2341 | S: Maintained |
679655da | 2342 | F: drivers/media/video/gspca/ |
e8deeae2 | 2343 | |
5b543965 | 2344 | HARDWARE MONITORING |
5b543965 | 2345 | L: [email protected] |
595142e0 | 2346 | W: http://www.lm-sensors.org/ |
baaea1dc | 2347 | S: Orphan |
679655da | 2348 | F: drivers/hwmon/ |
5b543965 | 2349 | |
844dd05f | 2350 | HARDWARE RANDOM NUMBER GENERATOR CORE |
c0d0787b JP |
2351 | M: Matt Mackall <[email protected]> |
2352 | M: Herbert Xu <[email protected]> | |
2353 | S: Odd fixes | |
679655da JP |
2354 | F: Documentation/hw_random.txt |
2355 | F: drivers/char/hw_random/ | |
2356 | F: include/linux/hw_random.h | |
844dd05f | 2357 | |
1da177e4 | 2358 | HARMONY SOUND DRIVER |
8b58be88 | 2359 | M: Kyle McMartin <[email protected]> |
ac6aecbf | 2360 | L: [email protected] |
1da177e4 | 2361 | S: Maintained |
679655da | 2362 | F: sound/parisc/harmony.* |
1da177e4 LT |
2363 | |
2364 | HAYES ESP SERIAL DRIVER | |
8b58be88 | 2365 | M: "Andrew J. Robinson" <[email protected]> |
1da177e4 LT |
2366 | W: http://www.nyx.net/~arobinso |
2367 | S: Maintained | |
679655da JP |
2368 | F: Documentation/serial/hayes-esp.txt |
2369 | F: drivers/char/esp.c | |
e2d1d6c0 RD |
2370 | |
2371 | HEWLETT-PACKARD SMART2 RAID DRIVER | |
8b58be88 | 2372 | M: Chirag Kantharia <[email protected]> |
e2d1d6c0 RD |
2373 | L: [email protected] |
2374 | S: Maintained | |
679655da JP |
2375 | F: Documentation/blockdev/cpqarray.txt |
2376 | F: drivers/block/cpqarray.* | |
e2d1d6c0 RD |
2377 | |
2378 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | |
8b58be88 | 2379 | M: Mike Miller <[email protected]> |
e2d1d6c0 RD |
2380 | L: [email protected] |
2381 | S: Supported | |
679655da JP |
2382 | F: Documentation/blockdev/cciss.txt |
2383 | F: drivers/block/cciss* | |
2384 | F: include/linux/cciss_ioctl.h | |
e2d1d6c0 | 2385 | |
1da177e4 | 2386 | HFS FILESYSTEM |
8b58be88 | 2387 | M: Roman Zippel <[email protected]> |
1da177e4 | 2388 | S: Maintained |
679655da JP |
2389 | F: Documentation/filesystems/hfs.txt |
2390 | F: fs/hfs/ | |
1da177e4 LT |
2391 | |
2392 | HGA FRAMEBUFFER DRIVER | |
8b58be88 | 2393 | M: Ferenc Bakonyi <[email protected]> |
1da177e4 LT |
2394 | L: [email protected] |
2395 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
2396 | S: Maintained | |
679655da | 2397 | F: drivers/video/hgafb.c |
1da177e4 | 2398 | |
4480f15b | 2399 | HIBERNATION (aka Software Suspend, aka swsusp) |
8b58be88 JP |
2400 | M: Pavel Machek <[email protected]> |
2401 | M: "Rafael J. Wysocki" <[email protected]> | |
e2d1d6c0 RD |
2402 | L: [email protected] |
2403 | S: Supported | |
679655da JP |
2404 | F: arch/x86/power/ |
2405 | F: drivers/base/power/ | |
2406 | F: kernel/power/ | |
2407 | F: include/linux/suspend.h | |
2408 | F: include/linux/freezer.h | |
2409 | F: include/linux/pm.h | |
679655da | 2410 | F: arch/*/include/asm/suspend*.h |
e2d1d6c0 | 2411 | |
4ef4caad | 2412 | HID CORE LAYER |
8b58be88 | 2413 | M: Jiri Kosina <[email protected]> |
eb76c5c0 | 2414 | L: [email protected] |
54e5881d | 2415 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad | 2416 | S: Maintained |
679655da JP |
2417 | F: drivers/hid/ |
2418 | F: include/linux/hid* | |
4ef4caad | 2419 | |
38bed542 | 2420 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
8b58be88 | 2421 | M: Thomas Gleixner <[email protected]> |
38bed542 | 2422 | S: Maintained |
679655da JP |
2423 | F: Documentation/timers/ |
2424 | F: kernel/hrtimer.c | |
2425 | F: include/linux/hrtimer.h | |
38bed542 | 2426 | |
1da177e4 | 2427 | HIGH-SPEED SCC DRIVER FOR AX.25 |
8b58be88 | 2428 | M: Klaus Kudielka <[email protected]> |
1da177e4 LT |
2429 | L: [email protected] |
2430 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | |
2431 | S: Maintained | |
679655da JP |
2432 | F: drivers/net/hamradio/dmascc.c |
2433 | F: drivers/net/hamradio/scc.c | |
1da177e4 | 2434 | |
ede1e6f8 | 2435 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
8b58be88 | 2436 | M: HighPoint Linux Team <[email protected]> |
ede1e6f8 HLT |
2437 | W: http://www.highpoint-tech.com |
2438 | S: Supported | |
679655da JP |
2439 | F: Documentation/scsi/hptiop.txt |
2440 | F: drivers/scsi/hptiop.c | |
ede1e6f8 | 2441 | |
1da177e4 | 2442 | HIPPI |
8b58be88 | 2443 | M: Jes Sorensen <[email protected]> |
1da177e4 LT |
2444 | L: [email protected] |
2445 | S: Maintained | |
679655da JP |
2446 | F: include/linux/hippidevice.h |
2447 | F: include/linux/if_hippi.h | |
2448 | F: net/802/hippi.c | |
1da177e4 | 2449 | |
ff1d2767 | 2450 | HOST AP DRIVER |
8b58be88 | 2451 | M: Jouni Malinen <[email protected]> |
85d32e7b | 2452 | L: [email protected] (subscribers-only) |
724c6b35 | 2453 | L: [email protected] |
ff1d2767 JM |
2454 | W: http://hostap.epitest.fi/ |
2455 | S: Maintained | |
679655da | 2456 | F: drivers/net/wireless/hostap/ |
ff1d2767 | 2457 | |
dd8cd779 | 2458 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
8b58be88 | 2459 | M: Carlos Corbacho <[email protected]> |
dd8cd779 | 2460 | S: Odd Fixes |
679655da | 2461 | F: drivers/platform/x86/tc1100-wmi.c |
dd8cd779 | 2462 | |
e2d1d6c0 | 2463 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
8b58be88 | 2464 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 2465 | S: Maintained |
679655da | 2466 | F: drivers/net/hp100.* |
e2d1d6c0 | 2467 | |
7d2c86b5 | 2468 | HPET: High Precision Event Timers driver |
8b58be88 | 2469 | M: Clemens Ladisch <[email protected]> |
b9b0332f | 2470 | S: Maintained |
679655da JP |
2471 | F: Documentation/timers/hpet.txt |
2472 | F: drivers/char/hpet.c | |
2473 | F: include/linux/hpet.h | |
b9b0332f BP |
2474 | |
2475 | HPET: i386 | |
8b58be88 | 2476 | M: "Venkatesh Pallipadi (Venki)" <[email protected]> |
b9b0332f | 2477 | S: Maintained |
679655da JP |
2478 | F: arch/x86/kernel/hpet.c |
2479 | F: arch/x86/include/asm/hpet.h | |
b9b0332f BP |
2480 | |
2481 | HPET: x86_64 | |
8b58be88 | 2482 | M: Vojtech Pavlik <[email protected]> |
b9b0332f BP |
2483 | S: Maintained |
2484 | ||
7d2c86b5 | 2485 | HPET: ACPI |
8b58be88 | 2486 | M: Bob Picco <[email protected]> |
b9b0332f | 2487 | S: Maintained |
679655da | 2488 | F: drivers/char/hpet.c |
b9b0332f | 2489 | |
1da177e4 | 2490 | HPFS FILESYSTEM |
8b58be88 | 2491 | M: Mikulas Patocka <[email protected]> |
1da177e4 LT |
2492 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
2493 | S: Maintained | |
679655da | 2494 | F: fs/hpfs/ |
1da177e4 | 2495 | |
7d2c86b5 | 2496 | HSO 3G MODEM DRIVER |
8b58be88 | 2497 | M: Jan Dumon <[email protected]> |
11cd29b0 DJB |
2498 | W: http://www.pharscape.org |
2499 | S: Maintained | |
679655da | 2500 | F: drivers/net/usb/hso.c |
11cd29b0 | 2501 | |
5a18c343 | 2502 | HTCPEN TOUCHSCREEN DRIVER |
8b58be88 | 2503 | M: Pau Oliva Fora <[email protected]> |
5a18c343 POF |
2504 | L: [email protected] |
2505 | S: Maintained | |
679655da | 2506 | F: drivers/input/touchscreen/htcpen.c |
5a18c343 | 2507 | |
1da177e4 | 2508 | HUGETLB FILESYSTEM |
8b58be88 | 2509 | M: William Irwin <[email protected]> |
1da177e4 | 2510 | S: Maintained |
679655da | 2511 | F: fs/hugetlbfs/ |
1da177e4 | 2512 | |
6ea884db | 2513 | I2C/SMBUS STUB DRIVER |
8b58be88 | 2514 | M: "Mark M. Hoffman" <[email protected]> |
846557d3 | 2515 | L: [email protected] |
6ea884db | 2516 | S: Maintained |
679655da | 2517 | F: drivers/i2c/busses/i2c-stub.c |
6ea884db | 2518 | |
5b543965 | 2519 | I2C SUBSYSTEM |
8b58be88 JP |
2520 | M: "Jean Delvare (PC drivers, core)" <[email protected]> |
2521 | M: "Ben Dooks (embedded platforms)" <[email protected]> | |
846557d3 | 2522 | L: [email protected] |
a01064a9 JD |
2523 | W: http://i2c.wiki.kernel.org/ |
2524 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | |
1da177e4 | 2525 | S: Maintained |
679655da JP |
2526 | F: Documentation/i2c/ |
2527 | F: drivers/i2c/ | |
2528 | F: include/linux/i2c.h | |
2529 | F: include/linux/i2c-dev.h | |
2530 | F: include/linux/i2c-id.h | |
1da177e4 | 2531 | |
e8c76eed | 2532 | I2C-TINY-USB DRIVER |
8b58be88 | 2533 | M: Till Harbaum <[email protected]> |
846557d3 | 2534 | L: [email protected] |
932d1872 | 2535 | W: http://www.harbaum.org/till/i2c_tiny_usb |
e8c76eed | 2536 | S: Maintained |
679655da | 2537 | F: drivers/i2c/busses/i2c-tiny-usb.c |
e8c76eed | 2538 | |
1da177e4 | 2539 | i386 BOOT CODE |
8b58be88 | 2540 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 | 2541 | S: Maintained |
679655da | 2542 | F: arch/x86/boot/ |
1da177e4 LT |
2543 | |
2544 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
8b58be88 | 2545 | M: "H. Peter Anvin" <[email protected]> |
54e5881d | 2546 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
2547 | S: Maintained |
2548 | ||
1da177e4 | 2549 | IA64 (Itanium) PLATFORM |
8b58be88 JP |
2550 | M: Tony Luck <[email protected]> |
2551 | M: Fenghua Yu <[email protected]> | |
1da177e4 LT |
2552 | L: [email protected] |
2553 | W: http://www.ia64-linux.org/ | |
54e5881d | 2554 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
1da177e4 | 2555 | S: Maintained |
679655da | 2556 | F: arch/ia64/ |
1da177e4 | 2557 | |
1da177e4 | 2558 | IBM MCA SCSI SUBSYSTEM DRIVER |
8b58be88 | 2559 | M: Michael Lang <[email protected]> |
1da177e4 LT |
2560 | W: http://www.uni-mainz.de/~langm000/linux.html |
2561 | S: Maintained | |
679655da | 2562 | F: drivers/scsi/ibmmca.c |
1da177e4 LT |
2563 | |
2564 | IBM Power Linux RAID adapter | |
8b58be88 | 2565 | M: Brian King <[email protected]> |
1da177e4 | 2566 | S: Supported |
679655da | 2567 | F: drivers/scsi/ipr.* |
1da177e4 LT |
2568 | |
2569 | IBM ServeRAID RAID DRIVER | |
2570 | P: Jack Hammer | |
8b58be88 | 2571 | M: Dave Jeffery <[email protected]> |
1da177e4 | 2572 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html |
b7eee616 | 2573 | S: Supported |
679655da | 2574 | F: drivers/scsi/ips.* |
1da177e4 | 2575 | |
1e7106fc | 2576 | IDE SUBSYSTEM |
8b58be88 | 2577 | M: "David S. Miller" <[email protected]> |
1da177e4 | 2578 | L: [email protected] |
920d44ed | 2579 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
1da177e4 | 2580 | S: Maintained |
679655da JP |
2581 | F: Documentation/ide/ |
2582 | F: drivers/ide/ | |
2583 | F: include/linux/ide.h | |
1da177e4 | 2584 | |
0f861e8c | 2585 | IDE/ATAPI DRIVERS |
8b58be88 | 2586 | M: Borislav Petkov <[email protected]> |
9c5b0ce4 | 2587 | L: [email protected] |
c404c199 | 2588 | S: Maintained |
679655da JP |
2589 | F: Documentation/cdrom/ide-cd |
2590 | F: drivers/ide/ide-cd* | |
1da177e4 | 2591 | |
27471fdb | 2592 | IDLE-I7300 |
8b58be88 | 2593 | M: Andy Henroid <[email protected]> |
27471fdb AH |
2594 | L: [email protected] |
2595 | S: Supported | |
679655da | 2596 | F: drivers/idle/i7300_idle.c |
27471fdb | 2597 | |
7d2c86b5 | 2598 | IEEE 1394 SUBSYSTEM |
8b58be88 JP |
2599 | M: Ben Collins <[email protected]> |
2600 | M: Stefan Richter <[email protected]> | |
1da177e4 LT |
2601 | L: [email protected] |
2602 | W: http://www.linux1394.org/ | |
54e5881d | 2603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
1da177e4 | 2604 | S: Maintained |
544df55d | 2605 | F: Documentation/debugging-via-ohci1394.txt |
679655da | 2606 | F: drivers/ieee1394/ |
1da177e4 | 2607 | |
7d2c86b5 | 2608 | IEEE 1394 RAW I/O DRIVER |
8b58be88 JP |
2609 | M: Dan Dennedy <[email protected]> |
2610 | M: Stefan Richter <[email protected]> | |
1da177e4 | 2611 | L: [email protected] |
105d7b38 | 2612 | S: Maintained |
679655da | 2613 | F: drivers/ieee1394/raw1394* |
105d7b38 | 2614 | |
02cf2286 | 2615 | IEEE 802.15.4 SUBSYSTEM |
8b58be88 JP |
2616 | M: Dmitry Eremin-Solenikov <[email protected]> |
2617 | M: Sergey Lapin <[email protected]> | |
e0af6062 | 2618 | L: [email protected] (moderated for non-subscribers) |
02cf2286 | 2619 | W: http://apps.sourceforge.net/trac/linux-zigbee |
a060330e | 2620 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git |
02cf2286 SL |
2621 | S: Maintained |
2622 | F: net/ieee802154/ | |
a26c4463 | 2623 | F: drivers/ieee802154/ |
02cf2286 | 2624 | |
aa7168f4 | 2625 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
8b58be88 | 2626 | M: Mimi Zohar <[email protected]> |
aa7168f4 | 2627 | S: Supported |
679655da | 2628 | F: security/integrity/ima/ |
aa7168f4 | 2629 | |
1da177e4 | 2630 | IMS TWINTURBO FRAMEBUFFER DRIVER |
8936b6db | 2631 | L: [email protected] (moderated for non-subscribers) |
843393d3 | 2632 | S: Orphan |
679655da | 2633 | F: drivers/video/imsttfb.c |
1da177e4 LT |
2634 | |
2635 | INFINIBAND SUBSYSTEM | |
8b58be88 JP |
2636 | M: Roland Dreier <[email protected]> |
2637 | M: Sean Hefty <[email protected]> | |
2638 | M: Hal Rosenstock <[email protected]> | |
e6cc0fd1 | 2639 | L: [email protected] |
1da177e4 | 2640 | W: http://www.openib.org/ |
54e5881d | 2641 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 | 2642 | S: Supported |
679655da JP |
2643 | F: Documentation/infiniband/ |
2644 | F: drivers/infiniband/ | |
2645 | F: include/linux/if_infiniband.h | |
1da177e4 | 2646 | |
c9f04f58 | 2647 | INOTIFY |
8b58be88 JP |
2648 | M: John McCutchan <[email protected]> |
2649 | M: Robert Love <[email protected]> | |
2650 | M: Eric Paris <[email protected]> | |
c9f04f58 | 2651 | S: Maintained |
679655da JP |
2652 | F: Documentation/filesystems/inotify.txt |
2653 | F: fs/notify/inotify/ | |
2654 | F: include/linux/inotify.h | |
c9f04f58 | 2655 | |
e2d1d6c0 | 2656 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
8b58be88 JP |
2657 | M: Dmitry Torokhov <[email protected]> |
2658 | M: Dmitry Torokhov <[email protected]> | |
e2d1d6c0 | 2659 | L: [email protected] |
54e5881d | 2660 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
e2d1d6c0 | 2661 | S: Maintained |
679655da | 2662 | F: drivers/input/ |
e2d1d6c0 | 2663 | |
9eb8ef74 | 2664 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
8b58be88 | 2665 | M: Sylvain Meyer <[email protected]> |
8936b6db | 2666 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 2667 | S: Maintained |
679655da JP |
2668 | F: Documentation/fb/intelfb.txt |
2669 | F: drivers/video/intelfb/ | |
9eb8ef74 | 2670 | |
1da177e4 | 2671 | INTEL 810/815 FRAMEBUFFER DRIVER |
8b58be88 | 2672 | M: Antonino Daplas <[email protected]> |
8936b6db | 2673 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 2674 | S: Maintained |
679655da | 2675 | F: drivers/video/i810/ |
1da177e4 | 2676 | |
f4a9bc4c | 2677 | INTEL MENLOW THERMAL DRIVER |
8b58be88 | 2678 | M: Sujith Thomas <[email protected]> |
f4a9bc4c TS |
2679 | L: [email protected] |
2680 | W: http://www.lesswatts.org/projects/acpi/ | |
2681 | S: Supported | |
679655da | 2682 | F: drivers/platform/x86/intel_menlow.c |
f4a9bc4c | 2683 | |
1da177e4 | 2684 | INTEL IA32 MICROCODE UPDATE SUPPORT |
8b58be88 | 2685 | M: Tigran Aivazian <[email protected]> |
1da177e4 | 2686 | S: Maintained |
679655da JP |
2687 | F: arch/x86/kernel/microcode_core.c |
2688 | F: arch/x86/kernel/microcode_intel.c | |
1da177e4 | 2689 | |
248a9dc3 | 2690 | INTEL I/OAT DMA DRIVER |
8b58be88 | 2691 | M: Maciej Sosnowski <[email protected]> |
248a9dc3 | 2692 | S: Supported |
679655da | 2693 | F: drivers/dma/ioat* |
248a9dc3 | 2694 | |
6c8909b4 | 2695 | INTEL IOMMU (VT-d) |
8b58be88 | 2696 | M: David Woodhouse <[email protected]> |
6c8909b4 | 2697 | L: [email protected] |
54e5881d | 2698 | T: git git://git.infradead.org/iommu-2.6.git |
6c8909b4 | 2699 | S: Supported |
679655da JP |
2700 | F: drivers/pci/intel-iommu.c |
2701 | F: include/linux/intel-iommu.h | |
6c8909b4 | 2702 | |
b3e5f263 | 2703 | INTEL IOP-ADMA DMA DRIVER |
8b58be88 | 2704 | M: Dan Williams <[email protected]> |
f00f510a | 2705 | S: Maintained |
679655da | 2706 | F: drivers/dma/iop-adma.c |
b3e5f263 | 2707 | |
9251ce95 | 2708 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
8b58be88 | 2709 | M: Krzysztof Halasa <[email protected]> |
9251ce95 | 2710 | S: Maintained |
679655da JP |
2711 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
2712 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | |
2713 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | |
2714 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c | |
2715 | F: drivers/net/arm/ixp4xx_eth.c | |
2716 | F: drivers/net/wan/ixp4xx_hss.c | |
9251ce95 | 2717 | |
844dd05f | 2718 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
8b58be88 | 2719 | M: Deepak Saxena <[email protected]> |
844dd05f | 2720 | S: Maintained |
679655da | 2721 | F: drivers/char/hw_random/ixp4xx-rng.c |
844dd05f | 2722 | |
2b7a52a4 | 2723 | INTEL IXP2000 ETHERNET DRIVER |
8b58be88 | 2724 | M: Lennert Buytenhek <[email protected]> |
2b7a52a4 LB |
2725 | L: [email protected] |
2726 | S: Maintained | |
679655da | 2727 | F: drivers/net/ixp2000/ |
2b7a52a4 | 2728 | |
d94e6fed | 2729 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
8b58be88 JP |
2730 | M: Jeff Kirsher <[email protected]> |
2731 | M: Jesse Brandeburg <[email protected]> | |
2732 | M: Bruce Allan <[email protected]> | |
2733 | M: PJ Waskiewicz <[email protected]> | |
2734 | M: John Ronciak <[email protected]> | |
dcd01faf | 2735 | L: [email protected] |
d94e6fed | 2736 | W: http://e1000.sourceforge.net/ |
1da177e4 | 2737 | S: Supported |
679655da JP |
2738 | F: drivers/net/e100.c |
2739 | F: drivers/net/e1000/ | |
2740 | F: drivers/net/e1000e/ | |
2741 | F: drivers/net/igb/ | |
2742 | F: drivers/net/ixgb/ | |
2743 | F: drivers/net/ixgbe/ | |
1da177e4 | 2744 | |
826d2abe | 2745 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
8b58be88 | 2746 | M: Zhu Yi <[email protected]> |
8b58be88 | 2747 | M: Reinette Chatre <[email protected]> |
a0bf797f | 2748 | M: Intel Linux Wireless <[email protected]> |
724c6b35 | 2749 | L: [email protected] |
826d2abe | 2750 | W: http://ipw2100.sourceforge.net |
a0bf797f | 2751 | S: Odd Fixes |
679655da JP |
2752 | F: Documentation/networking/README.ipw2100 |
2753 | F: drivers/net/wireless/ipw2x00/ipw2100.* | |
826d2abe JK |
2754 | |
2755 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | |
8b58be88 | 2756 | M: Zhu Yi <[email protected]> |
8b58be88 | 2757 | M: Reinette Chatre <[email protected]> |
a0bf797f | 2758 | M: Intel Linux Wireless <[email protected]> |
724c6b35 | 2759 | L: [email protected] |
826d2abe | 2760 | W: http://ipw2200.sourceforge.net |
a0bf797f | 2761 | S: Odd Fixes |
679655da JP |
2762 | F: Documentation/networking/README.ipw2200 |
2763 | F: drivers/net/wireless/ipw2x00/ipw2200.* | |
826d2abe | 2764 | |
8a70da82 | 2765 | INTEL WIRELESS WIMAX CONNECTION 2400 |
8b58be88 | 2766 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 IPG |
2767 | M: [email protected] |
2768 | L: [email protected] | |
2769 | S: Supported | |
2770 | W: http://linuxwimax.org | |
679655da JP |
2771 | F: Documentation/wimax/README.i2400m |
2772 | F: drivers/net/wimax/i2400m/ | |
2773 | F: include/linux/wimax/i2400m.h | |
8a70da82 | 2774 | |
b481de9c | 2775 | INTEL WIRELESS WIFI LINK (iwlwifi) |
8b58be88 JP |
2776 | M: Zhu Yi <[email protected]> |
2777 | M: Reinette Chatre <[email protected]> | |
a0bf797f | 2778 | M: Intel Linux Wireless <[email protected]> |
b481de9c | 2779 | L: [email protected] |
b481de9c | 2780 | W: http://intellinuxwireless.org |
54e5881d | 2781 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
b481de9c | 2782 | S: Supported |
679655da | 2783 | F: drivers/net/wireless/iwlwifi/ |
b481de9c | 2784 | |
cb109a0e | 2785 | IOC3 ETHERNET DRIVER |
8b58be88 | 2786 | M: Ralf Baechle <[email protected]> |
1da177e4 LT |
2787 | L: [email protected] |
2788 | S: Maintained | |
679655da | 2789 | F: drivers/net/ioc3-eth.c |
1da177e4 | 2790 | |
cb109a0e | 2791 | IOC3 SERIAL DRIVER |
8b58be88 | 2792 | M: Pat Gefre <[email protected]> |
6650e0a5 | 2793 | L: [email protected] |
cb109a0e | 2794 | S: Maintained |
679655da | 2795 | F: drivers/serial/ioc3_serial.c |
cb109a0e | 2796 | |
4480f15b | 2797 | IP MASQUERADING |
8b58be88 | 2798 | M: Juanjo Ciarlante <[email protected]> |
1da177e4 | 2799 | S: Maintained |
679655da | 2800 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
1da177e4 | 2801 | |
1202d6ff | 2802 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
8b58be88 JP |
2803 | M: Francois Romieu <[email protected]> |
2804 | M: Sorbica Shieh <[email protected]> | |
2805 | M: Jesse Huang <[email protected]> | |
1202d6ff FR |
2806 | L: [email protected] |
2807 | S: Maintained | |
679655da | 2808 | F: drivers/net/ipg.c |
1202d6ff | 2809 | |
4480f15b | 2810 | IPATH DRIVER |
8b58be88 | 2811 | M: Ralph Campbell <[email protected]> |
e6cc0fd1 | 2812 | L: [email protected] |
f42b6471 | 2813 | T: git git://git.qlogic.com/ipath-linux-2.6 |
77d8798b | 2814 | S: Supported |
679655da | 2815 | F: drivers/infiniband/hw/ipath/ |
77d8798b | 2816 | |
4409ebe9 | 2817 | IPMI SUBSYSTEM |
8b58be88 | 2818 | M: Corey Minyard <[email protected]> |
4409ebe9 CM |
2819 | L: [email protected] |
2820 | W: http://openipmi.sourceforge.net/ | |
2821 | S: Supported | |
679655da JP |
2822 | F: Documentation/IPMI.txt |
2823 | F: drivers/char/ipmi/ | |
2824 | F: include/linux/ipmi* | |
4409ebe9 | 2825 | |
e2d1d6c0 | 2826 | IPS SCSI RAID DRIVER |
8b58be88 | 2827 | M: Adaptec OEM Raid Solutions <[email protected]> |
e2d1d6c0 RD |
2828 | L: [email protected] |
2829 | W: http://www.adaptec.com/ | |
2830 | S: Maintained | |
679655da | 2831 | F: drivers/scsi/ips* |
e2d1d6c0 RD |
2832 | |
2833 | IPVS | |
8b58be88 JP |
2834 | M: Wensong Zhang <[email protected]> |
2835 | M: Simon Horman <[email protected]> | |
2836 | M: Julian Anastasov <[email protected]> | |
979b6c13 | 2837 | L: [email protected] |
e2d1d6c0 | 2838 | L: [email protected] |
1da177e4 | 2839 | S: Maintained |
679655da | 2840 | F: Documentation/networking/ipvs-sysctl.txt |
b61d4a71 HE |
2841 | F: include/net/ip_vs.h |
2842 | F: include/linux/ip_vs.h | |
679655da | 2843 | F: net/netfilter/ipvs/ |
1da177e4 | 2844 | |
e7839f25 | 2845 | IPWIRELESS DRIVER |
8b58be88 JP |
2846 | M: Jiri Kosina <[email protected]> |
2847 | M: David Sterba <[email protected]> | |
099dc4fb | 2848 | S: Maintained |
54e5881d | 2849 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git |
679655da | 2850 | F: drivers/char/pcmcia/ipwireless/ |
099dc4fb | 2851 | |
e2d1d6c0 | 2852 | IPX NETWORK LAYER |
8b58be88 | 2853 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 RD |
2854 | L: [email protected] |
2855 | S: Maintained | |
679655da JP |
2856 | F: include/linux/ipx.h |
2857 | F: include/net/ipx.h | |
2858 | F: net/ipx/ | |
e2d1d6c0 | 2859 | |
1da177e4 | 2860 | IRDA SUBSYSTEM |
8b58be88 | 2861 | M: Samuel Ortiz <[email protected]> |
a2ac953d | 2862 | L: [email protected] (subscribers-only) |
1da177e4 | 2863 | W: http://irda.sourceforge.net/ |
f353976d | 2864 | S: Maintained |
e0057975 | 2865 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git |
679655da JP |
2866 | F: Documentation/networking/irda.txt |
2867 | F: drivers/net/irda/ | |
2868 | F: include/net/irda/ | |
2869 | F: net/irda/ | |
1da177e4 | 2870 | |
e2d1d6c0 | 2871 | ISAPNP |
8b58be88 | 2872 | M: Jaroslav Kysela <[email protected]> |
e2d1d6c0 | 2873 | S: Maintained |
679655da JP |
2874 | F: Documentation/isapnp.txt |
2875 | F: drivers/pnp/isapnp/ | |
2876 | F: include/linux/isapnp.h | |
e2d1d6c0 | 2877 | |
14816b1e | 2878 | ISCSI |
8b58be88 | 2879 | M: Mike Christie <[email protected]> |
14816b1e MC |
2880 | L: [email protected] |
2881 | W: www.open-iscsi.org | |
54e5881d | 2882 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
14816b1e | 2883 | S: Maintained |
679655da JP |
2884 | F: drivers/scsi/*iscsi* |
2885 | F: include/scsi/*iscsi* | |
14816b1e | 2886 | |
1da177e4 | 2887 | ISDN SUBSYSTEM |
8b58be88 | 2888 | M: Karsten Keil <[email protected]> |
d5d52273 | 2889 | L: [email protected] (subscribers-only) |
1da177e4 | 2890 | W: http://www.isdn4linux.de |
54e5881d | 2891 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
1da177e4 | 2892 | S: Maintained |
679655da JP |
2893 | F: Documentation/isdn/ |
2894 | F: drivers/isdn/ | |
2895 | F: include/linux/isdn.h | |
2896 | F: include/linux/isdn/ | |
1da177e4 LT |
2897 | |
2898 | ISDN SUBSYSTEM (Eicon active card driver) | |
8b58be88 | 2899 | M: Armin Schindler <[email protected]> |
d5d52273 | 2900 | L: [email protected] (subscribers-only) |
1da177e4 LT |
2901 | W: http://www.melware.de |
2902 | S: Maintained | |
679655da | 2903 | F: drivers/isdn/hardware/eicon/ |
1da177e4 | 2904 | |
91821ff3 | 2905 | IVTV VIDEO4LINUX DRIVER |
8b58be88 | 2906 | M: Hans Verkuil <[email protected]> |
91821ff3 | 2907 | L: [email protected] |
661263b5 | 2908 | L: [email protected] |
54e5881d | 2909 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
91821ff3 HV |
2910 | W: http://www.ivtvdriver.org |
2911 | S: Maintained | |
679655da JP |
2912 | F: Documentation/video4linux/*.ivtv |
2913 | F: drivers/media/video/ivtv/ | |
2914 | F: include/linux/ivtv* | |
91821ff3 | 2915 | |
e2d1d6c0 | 2916 | JFS FILESYSTEM |
8b58be88 | 2917 | M: Dave Kleikamp <[email protected]> |
e2d1d6c0 RD |
2918 | L: [email protected] |
2919 | W: http://jfs.sourceforge.net/ | |
54e5881d | 2920 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
8f8f0134 | 2921 | S: Maintained |
679655da JP |
2922 | F: Documentation/filesystems/jfs.txt |
2923 | F: fs/jfs/ | |
e2d1d6c0 | 2924 | |
95252236 | 2925 | JME NETWORK DRIVER |
8b58be88 | 2926 | M: Guo-Fu Tseng <[email protected]> |
95252236 GFT |
2927 | L: [email protected] |
2928 | S: Maintained | |
679655da | 2929 | F: drivers/net/jme.* |
95252236 | 2930 | |
1da177e4 | 2931 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
8b58be88 | 2932 | M: David Woodhouse <[email protected]> |
6d85d066 DW |
2933 | L: [email protected] |
2934 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 | 2935 | S: Maintained |
679655da JP |
2936 | F: fs/jffs2/ |
2937 | F: include/linux/jffs2.h | |
1da177e4 | 2938 | |
de456d37 | 2939 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
8b58be88 | 2940 | M: Andrew Morton <[email protected]> |
19003c18 | 2941 | M: Jan Kara <[email protected]> |
72be2ccf | 2942 | L: [email protected] |
ae0718f8 | 2943 | S: Maintained |
679655da JP |
2944 | F: fs/jbd*/ |
2945 | F: include/linux/ext*jbd*.h | |
2946 | F: include/linux/jbd*.h | |
ae0718f8 | 2947 | |
4660cb35 | 2948 | K8TEMP HARDWARE MONITORING DRIVER |
8b58be88 | 2949 | M: Rudolf Marek <[email protected]> |
4660cb35 | 2950 | L: [email protected] |
ae0718f8 | 2951 | S: Maintained |
679655da JP |
2952 | F: Documentation/hwmon/k8temp |
2953 | F: drivers/hwmon/k8temp.c | |
ae0718f8 | 2954 | |
1da177e4 | 2955 | KCONFIG |
8b58be88 | 2956 | M: Roman Zippel <[email protected]> |
347d12d7 | 2957 | L: [email protected] |
1da177e4 | 2958 | S: Maintained |
679655da JP |
2959 | F: Documentation/kbuild/kconfig-language.txt |
2960 | F: scripts/kconfig/ | |
1da177e4 | 2961 | |
ea6c2089 | 2962 | KDUMP |
8b58be88 JP |
2963 | M: Vivek Goyal <[email protected]> |
2964 | M: Haren Myneni <[email protected]> | |
34633993 | 2965 | L: [email protected] |
ea6c2089 VG |
2966 | W: http://lse.sourceforge.net/kdump/ |
2967 | S: Maintained | |
80811493 | 2968 | F: Documentation/kdump/ |
ea6c2089 | 2969 | |
1da177e4 | 2970 | KERNEL AUTOMOUNTER (AUTOFS) |
8b58be88 | 2971 | M: "H. Peter Anvin" <[email protected]> |
1da177e4 LT |
2972 | L: [email protected] |
2973 | S: Odd Fixes | |
679655da | 2974 | F: fs/autofs/ |
1da177e4 LT |
2975 | |
2976 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | |
8b58be88 | 2977 | M: Ian Kent <[email protected]> |
1da177e4 LT |
2978 | L: [email protected] |
2979 | S: Maintained | |
679655da | 2980 | F: fs/autofs4/ |
1da177e4 | 2981 | |
7d2c86b5 | 2982 | KERNEL BUILD |
8b58be88 | 2983 | M: Sam Ravnborg <[email protected]> |
54e5881d JP |
2984 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git |
2985 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | |
347d12d7 | 2986 | L: [email protected] |
b7eee616 | 2987 | S: Maintained |
679655da JP |
2988 | F: Documentation/kbuild/ |
2989 | F: Makefile | |
2990 | F: scripts/Makefile.* | |
1da177e4 LT |
2991 | |
2992 | KERNEL JANITORS | |
c3000e03 | 2993 | L: [email protected] |
ee709b0c JP |
2994 | W: http://janitor.kernelnewbies.org/ |
2995 | S: Odd Fixes | |
1da177e4 | 2996 | |
e8b43555 | 2997 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
8b58be88 JP |
2998 | M: "J. Bruce Fields" <[email protected]> |
2999 | M: Neil Brown <[email protected]> | |
16141c02 | 3000 | L: [email protected] |
1da177e4 | 3001 | W: http://nfs.sourceforge.net/ |
98fac23f | 3002 | S: Supported |
679655da JP |
3003 | F: fs/nfsd/ |
3004 | F: include/linux/nfsd/ | |
3005 | F: fs/lockd/ | |
3006 | F: fs/nfs_common/ | |
3007 | F: net/sunrpc/ | |
3008 | F: include/linux/lockd/ | |
3009 | F: include/linux/sunrpc/ | |
1da177e4 | 3010 | |
426d62e2 | 3011 | KERNEL VIRTUAL MACHINE (KVM) |
8b58be88 | 3012 | M: Avi Kivity <[email protected]> |
8e616fc8 | 3013 | M: Marcelo Tosatti <[email protected]> |
1fc9d2bf AK |
3014 | L: [email protected] |
3015 | W: http://kvm.qumranet.com | |
426d62e2 | 3016 | S: Supported |
679655da JP |
3017 | F: Documentation/*/kvm.txt |
3018 | F: arch/*/kvm/ | |
3019 | F: arch/*/include/asm/kvm* | |
3020 | F: include/linux/kvm* | |
3021 | F: virt/kvm/ | |
426d62e2 | 3022 | |
ad8003d3 | 3023 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
8b58be88 | 3024 | M: Joerg Roedel <[email protected]> |
1fc9d2bf AK |
3025 | L: [email protected] |
3026 | W: http://kvm.qumranet.com | |
426d62e2 | 3027 | S: Supported |
679655da JP |
3028 | F: arch/x86/include/asm/svm.h |
3029 | F: arch/x86/kvm/kvm_svm.h | |
3030 | F: arch/x86/kvm/svm.c | |
426d62e2 | 3031 | |
513014b7 | 3032 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
8b58be88 | 3033 | M: Hollis Blanchard <[email protected]> |
1fc9d2bf AK |
3034 | L: [email protected] |
3035 | W: http://kvm.qumranet.com | |
513014b7 | 3036 | S: Supported |
679655da JP |
3037 | F: arch/powerpc/include/asm/kvm* |
3038 | F: arch/powerpc/kvm/ | |
513014b7 | 3039 | |
1fc9d2bf | 3040 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
8b58be88 | 3041 | M: Xiantao Zhang <[email protected]> |
1fc9d2bf AK |
3042 | L: [email protected] |
3043 | W: http://kvm.qumranet.com | |
920ed9f1 | 3044 | S: Supported |
679655da JP |
3045 | F: Documentation/ia64/kvm.txt |
3046 | F: arch/ia64/include/asm/kvm* | |
3047 | F: arch/ia64/kvm/ | |
920ed9f1 | 3048 | |
85f8fffe | 3049 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
8b58be88 JP |
3050 | M: Carsten Otte <[email protected]> |
3051 | M: Christian Borntraeger <[email protected]> | |
85f8fffe CB |
3052 | M: [email protected] |
3053 | L: [email protected] | |
3054 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
3055 | S: Supported | |
679655da JP |
3056 | F: Documentation/s390/kvm.txt |
3057 | F: arch/s390/include/asm/kvm* | |
80811493 | 3058 | F: arch/s390/kvm/ |
85f8fffe | 3059 | |
dc009d92 | 3060 | KEXEC |
8b58be88 | 3061 | M: Eric Biederman <[email protected]> |
b7c698f7 | 3062 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
34633993 | 3063 | L: [email protected] |
dc009d92 | 3064 | S: Maintained |
679655da JP |
3065 | F: include/linux/kexec.h |
3066 | F: kernel/kexec.c | |
dc009d92 | 3067 | |
e3e2aaf7 | 3068 | KGDB |
8b58be88 | 3069 | M: Jason Wessel <[email protected]> |
e3e2aaf7 JW |
3070 | L: [email protected] |
3071 | S: Maintained | |
679655da JP |
3072 | F: Documentation/DocBook/kgdb.tmpl |
3073 | F: drivers/misc/kgdbts.c | |
3074 | F: drivers/serial/kgdboc.c | |
3075 | F: include/linux/kgdb.h | |
3076 | F: kernel/kgdb.c | |
e3e2aaf7 | 3077 | |
456db8cc | 3078 | KMEMCHECK |
8b58be88 | 3079 | M: Vegard Nossum <[email protected]> |
456db8cc PE |
3080 | P Pekka Enberg |
3081 | M: [email protected] | |
b9ce08c0 EGM |
3082 | S: Maintained |
3083 | ||
c3bb4d24 | 3084 | KMEMLEAK |
8b58be88 | 3085 | M: Catalin Marinas <[email protected]> |
c3bb4d24 CM |
3086 | S: Maintained |
3087 | F: Documentation/kmemleak.txt | |
3088 | F: include/linux/kmemleak.h | |
3089 | F: mm/kmemleak.c | |
3090 | F: mm/kmemleak-test.c | |
3091 | ||
b9ce08c0 | 3092 | KMEMTRACE |
8b58be88 | 3093 | M: Eduard - Gabriel Munteanu <[email protected]> |
b9ce08c0 | 3094 | S: Maintained |
dc8c7f89 | 3095 | F: Documentation/trace/kmemtrace.txt |
898f96fd | 3096 | F: include/linux/kmemtrace.h |
679655da | 3097 | F: kernel/trace/kmemtrace.c |
b9ce08c0 | 3098 | |
89559a61 | 3099 | KPROBES |
8b58be88 JP |
3100 | M: Ananth N Mavinakayanahalli <[email protected]> |
3101 | M: Anil S Keshavamurthy <[email protected]> | |
3102 | M: "David S. Miller" <[email protected]> | |
3103 | M: Masami Hiramatsu <[email protected]> | |
89559a61 | 3104 | S: Maintained |
679655da JP |
3105 | F: Documentation/kprobes.txt |
3106 | F: include/linux/kprobes.h | |
3107 | F: kernel/kprobes.c | |
89559a61 | 3108 | |
70e84049 | 3109 | KS0108 LCD CONTROLLER DRIVER |
8b58be88 | 3110 | M: Miguel Ojeda Sandonis <[email protected]> |
450c622e MO |
3111 | W: http://miguelojeda.es/auxdisplay.htm |
3112 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 | 3113 | S: Maintained |
679655da JP |
3114 | F: Documentation/auxdisplay/ks0108 |
3115 | F: drivers/auxdisplay/ks0108.c | |
3116 | F: include/linux/ks0108.h | |
70e84049 | 3117 | |
1da177e4 | 3118 | LAPB module |
1da177e4 | 3119 | L: [email protected] |
bf9915cc | 3120 | S: Orphan |
679655da JP |
3121 | F: Documentation/networking/lapb-module.txt |
3122 | F: include/*/lapb.h | |
3123 | F: net/lapb/ | |
1da177e4 LT |
3124 | |
3125 | LASI 53c700 driver for PARISC | |
8b58be88 | 3126 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
3127 | L: [email protected] |
3128 | S: Maintained | |
679655da JP |
3129 | F: Documentation/scsi/53c700.txt |
3130 | F: drivers/scsi/53c700* | |
1da177e4 | 3131 | |
263de9b5 | 3132 | LED SUBSYSTEM |
8b58be88 | 3133 | M: Richard Purdie <[email protected]> |
263de9b5 | 3134 | S: Maintained |
679655da JP |
3135 | F: drivers/leds/ |
3136 | F: include/linux/leds.h | |
263de9b5 | 3137 | |
1da177e4 | 3138 | LEGO USB Tower driver |
8b58be88 | 3139 | M: Juergen Stuber <[email protected]> |
1da177e4 LT |
3140 | L: [email protected] |
3141 | W: http://legousb.sourceforge.net/ | |
3142 | S: Maintained | |
679655da | 3143 | F: drivers/usb/misc/legousbtower.c |
1da177e4 | 3144 | |
568a17ff | 3145 | LGUEST |
8b58be88 | 3146 | M: Rusty Russell <[email protected]> |
568a17ff RR |
3147 | L: [email protected] |
3148 | W: http://lguest.ozlabs.org/ | |
3149 | S: Maintained | |
679655da JP |
3150 | F: Documentation/lguest/ |
3151 | F: arch/x86/lguest/ | |
3152 | F: drivers/lguest/ | |
3153 | F: include/linux/lguest*.h | |
3154 | F: arch/x86/include/asm/lguest*.h | |
568a17ff | 3155 | |
1da177e4 | 3156 | LINUX FOR IBM pSERIES (RS/6000) |
8b58be88 | 3157 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
3158 | W: http://www.ibm.com/linux/ltc/projects/ppc |
3159 | S: Supported | |
3160 | ||
852bb9f5 | 3161 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
8b58be88 JP |
3162 | M: Benjamin Herrenschmidt <[email protected]> |
3163 | M: Paul Mackerras <[email protected]> | |
1da177e4 LT |
3164 | W: http://www.penguinppc.org/ |
3165 | L: [email protected] | |
54e5881d | 3166 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
1da177e4 LT |
3167 | S: Supported |
3168 | ||
3169 | LINUX FOR POWER MACINTOSH | |
8b58be88 | 3170 | M: Benjamin Herrenschmidt <[email protected]> |
1da177e4 LT |
3171 | W: http://www.penguinppc.org/ |
3172 | L: [email protected] | |
3173 | S: Maintained | |
3174 | ||
77a76369 | 3175 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
8b58be88 | 3176 | M: Grant Likely <[email protected]> |
1da177e4 | 3177 | L: [email protected] |
9d37a90f | 3178 | T: git git://git.secretlab.ca/git/linux-2.6.git |
1da177e4 LT |
3179 | S: Maintained |
3180 | ||
3181 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
8b58be88 JP |
3182 | M: Josh Boyer <[email protected]> |
3183 | M: Matt Porter <[email protected]> | |
1da177e4 | 3184 | W: http://www.penguinppc.org/ |
88de3cab | 3185 | L: [email protected] |
9ae2ccf2 | 3186 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git |
1da177e4 LT |
3187 | S: Maintained |
3188 | ||
260c02a9 | 3189 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
8b58be88 | 3190 | M: Grant Likely <[email protected]> |
f210d43c | 3191 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
260c02a9 | 3192 | L: [email protected] |
9d37a90f | 3193 | T: git git://git.secretlab.ca/git/linux-2.6.git |
1da177e4 LT |
3194 | S: Maintained |
3195 | ||
e93adf1e | 3196 | LINUX FOR POWERPC EMBEDDED PPC8XX |
8b58be88 JP |
3197 | M: Vitaly Bordug <[email protected]> |
3198 | M: Marcelo Tosatti <[email protected]> | |
e93adf1e | 3199 | W: http://www.penguinppc.org/ |
88de3cab | 3200 | L: [email protected] |
e93adf1e TR |
3201 | S: Maintained |
3202 | ||
1da177e4 | 3203 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
8b58be88 | 3204 | M: Kumar Gala <[email protected]> |
ce00f85c | 3205 | W: http://www.penguinppc.org/ |
88de3cab | 3206 | L: [email protected] |
ce00f85c | 3207 | S: Maintained |
1da177e4 | 3208 | |
ab06ff3a | 3209 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
8b58be88 | 3210 | M: Olof Johansson <[email protected]> |
ab06ff3a OJ |
3211 | W: http://www.pasemi.com/ |
3212 | L: [email protected] | |
3213 | S: Supported | |
3214 | ||
1da177e4 | 3215 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
8b58be88 | 3216 | M: Chris Wright <[email protected]> |
1a4520be | 3217 | L: [email protected] |
54e5881d | 3218 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
1da177e4 LT |
3219 | S: Supported |
3220 | ||
e2d1d6c0 | 3221 | LLC (802.2) |
8b58be88 | 3222 | M: Arnaldo Carvalho de Melo <[email protected]> |
e2d1d6c0 | 3223 | S: Maintained |
679655da JP |
3224 | F: include/linux/llc.h |
3225 | F: include/net/llc* | |
3226 | F: net/llc/ | |
e2d1d6c0 | 3227 | |
455fbdd3 | 3228 | LIS3LV02D ACCELEROMETER DRIVER |
8b58be88 | 3229 | M: Eric Piel <[email protected]> |
455fbdd3 | 3230 | S: Maintained |
679655da JP |
3231 | F: Documentation/hwmon/lis3lv02d |
3232 | F: drivers/hwmon/lis3lv02d.* | |
455fbdd3 | 3233 | |
1da177e4 | 3234 | LM83 HARDWARE MONITOR DRIVER |
8b58be88 | 3235 | M: Jean Delvare <[email protected]> |
cc0b07ed | 3236 | L: [email protected] |
1da177e4 | 3237 | S: Maintained |
679655da JP |
3238 | F: Documentation/hwmon/lm83 |
3239 | F: drivers/hwmon/lm83.c | |
1da177e4 LT |
3240 | |
3241 | LM90 HARDWARE MONITOR DRIVER | |
8b58be88 | 3242 | M: Jean Delvare <[email protected]> |
cc0b07ed | 3243 | L: [email protected] |
1da177e4 | 3244 | S: Maintained |
679655da JP |
3245 | F: Documentation/hwmon/lm90 |
3246 | F: drivers/hwmon/lm90.c | |
1da177e4 | 3247 | |
512e67f9 | 3248 | LOCKDEP AND LOCKSTAT |
8b58be88 JP |
3249 | M: Peter Zijlstra <[email protected]> |
3250 | M: Ingo Molnar <[email protected]> | |
54e5881d | 3251 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git |
512e67f9 | 3252 | S: Maintained |
679655da JP |
3253 | F: Documentation/lockdep*.txt |
3254 | F: Documentation/lockstat.txt | |
3255 | F: include/linux/lockdep.h | |
3256 | F: kernel/lockdep* | |
512e67f9 | 3257 | |
dde33348 | 3258 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
8b58be88 | 3259 | M: "Richard Russon (FlatCap)" <[email protected]> |
dde33348 AA |
3260 | L: [email protected] |
3261 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 | 3262 | S: Maintained |
679655da JP |
3263 | F: Documentation/ldm.txt |
3264 | F: fs/partitions/ldm.* | |
1da177e4 | 3265 | |
c87e34ef | 3266 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
8b58be88 | 3267 | M: Eric Moore <[email protected]> |
d8a82d7b | 3268 | M: [email protected] |
cec744fb | 3269 | L: [email protected] |
c87e34ef MED |
3270 | L: [email protected] |
3271 | W: http://www.lsilogic.com/support | |
3272 | S: Supported | |
679655da | 3273 | F: drivers/message/fusion/ |
c87e34ef | 3274 | |
1da177e4 | 3275 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
8b58be88 | 3276 | M: Matthew Wilcox <[email protected]> |
1da177e4 LT |
3277 | L: [email protected] |
3278 | S: Maintained | |
679655da | 3279 | F: drivers/scsi/sym53c8xx_2/ |
1da177e4 | 3280 | |
81365c31 | 3281 | LTP (Linux Test Project) |
8b58be88 JP |
3282 | M: Subrata Modak <[email protected]> |
3283 | M: Mike Frysinger <[email protected]> | |
81365c31 MF |
3284 | L: [email protected] (subscribers-only) |
3285 | W: http://ltp.sourceforge.net/ | |
54e5881d | 3286 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git |
81365c31 MF |
3287 | S: Maintained |
3288 | ||
c12a54b3 | 3289 | M32R ARCHITECTURE |
8b58be88 | 3290 | M: Hirokazu Takata <[email protected]> |
c12a54b3 HT |
3291 | L: [email protected] |
3292 | L: [email protected] (in Japanese) | |
3293 | W: http://www.linux-m32r.org/ | |
3294 | S: Maintained | |
679655da | 3295 | F: arch/m32r/ |
c12a54b3 | 3296 | |
1da177e4 | 3297 | M68K ARCHITECTURE |
8b58be88 JP |
3298 | M: Geert Uytterhoeven <[email protected]> |
3299 | M: Roman Zippel <[email protected]> | |
1da177e4 LT |
3300 | L: [email protected] |
3301 | W: http://www.linux-m68k.org/ | |
54e5881d | 3302 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
1da177e4 | 3303 | S: Maintained |
679655da | 3304 | F: arch/m68k/ |
9db35182 | 3305 | F: drivers/zorro/ |
1da177e4 LT |
3306 | |
3307 | M68K ON APPLE MACINTOSH | |
8b58be88 | 3308 | M: Joshua Thompson <[email protected]> |
1da177e4 | 3309 | W: http://www.mac.linux-m68k.org/ |
9bb9f222 | 3310 | L: [email protected] |
1da177e4 | 3311 | S: Maintained |
9db35182 | 3312 | F: arch/m68k/mac/ |
1da177e4 LT |
3313 | |
3314 | M68K ON HP9000/300 | |
8b58be88 | 3315 | M: Philip Blundell <[email protected]> |
1da177e4 LT |
3316 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
3317 | S: Maintained | |
679655da | 3318 | F: arch/m68k/hp300/ |
1da177e4 | 3319 | |
64a327a7 | 3320 | MAC80211 |
8b58be88 | 3321 | M: Johannes Berg <[email protected]> |
64a327a7 JB |
3322 | L: [email protected] |
3323 | W: http://linuxwireless.org/ | |
54e5881d | 3324 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
64a327a7 | 3325 | S: Maintained |
679655da JP |
3326 | F: Documentation/networking/mac80211-injection.txt |
3327 | F: include/net/mac80211.h | |
3328 | F: net/mac80211/ | |
64a327a7 | 3329 | |
1036d864 | 3330 | MAC80211 PID RATE CONTROL |
8b58be88 JP |
3331 | M: Stefano Brivio <[email protected]> |
3332 | M: Mattias Nissler <[email protected]> | |
1036d864 SB |
3333 | L: [email protected] |
3334 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID | |
54e5881d | 3335 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
1036d864 | 3336 | S: Maintained |
679655da | 3337 | F: net/mac80211/rc80211_pid* |
1036d864 | 3338 | |
b863ceb7 | 3339 | MACVLAN DRIVER |
8b58be88 | 3340 | M: Patrick McHardy <[email protected]> |
b863ceb7 PM |
3341 | L: [email protected] |
3342 | S: Maintained | |
679655da JP |
3343 | F: drivers/net/macvlan.c |
3344 | F: include/linux/if_macvlan.h | |
b863ceb7 | 3345 | |
faf1668c | 3346 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
8b58be88 | 3347 | M: Michael Kerrisk <[email protected]> |
795fb7e7 | 3348 | W: http://www.kernel.org/doc/man-pages |
bd7ebec6 | 3349 | L: [email protected] |
1b53dc74 | 3350 | S: Maintained |
faf1668c | 3351 | |
74cda169 | 3352 | MARVELL LIBERTAS WIRELESS DRIVER |
8b58be88 | 3353 | M: Dan Williams <[email protected]> |
74cda169 SB |
3354 | L: [email protected] |
3355 | S: Maintained | |
679655da | 3356 | F: drivers/net/wireless/libertas/ |
74cda169 | 3357 | |
b60d6975 | 3358 | MARVELL MV643XX ETHERNET DRIVER |
8b58be88 | 3359 | M: Lennert Buytenhek <[email protected]> |
979b6c13 | 3360 | L: [email protected] |
85ba9d97 | 3361 | S: Supported |
679655da JP |
3362 | F: drivers/net/mv643xx_eth.* |
3363 | F: include/linux/mv643xx.h | |
1da177e4 | 3364 | |
a2c3f656 LB |
3365 | MARVELL MWL8K WIRELESS DRIVER |
3366 | M: Lennert Buytenhek <[email protected]> | |
3367 | L: [email protected] | |
3368 | S: Supported | |
3369 | F: drivers/net/wireless/mwl8k.c | |
3370 | ||
2a69567b | 3371 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
2f82af08 | 3372 | M: Nicolas Pitre <[email protected]> |
2a69567b PO |
3373 | S: Maintained |
3374 | ||
e2d1d6c0 | 3375 | MARVELL YUKON / SYSKONNECT DRIVER |
8b58be88 JP |
3376 | M: Mirko Lindner <[email protected]> |
3377 | M: Ralph Roesler <[email protected]> | |
e2d1d6c0 RD |
3378 | W: http://www.syskonnect.com |
3379 | S: Supported | |
3380 | ||
1da177e4 | 3381 | MATROX FRAMEBUFFER DRIVER |
8b58be88 | 3382 | M: Petr Vandrovec <[email protected]> |
8936b6db | 3383 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 3384 | S: Maintained |
679655da JP |
3385 | F: drivers/video/matrox/matroxfb_* |
3386 | F: include/linux/matroxfb.h | |
1da177e4 | 3387 | |
d20620de | 3388 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
8b58be88 | 3389 | M: "Hans J. Koch" <[email protected]> |
d20620de HJK |
3390 | L: [email protected] |
3391 | S: Maintained | |
679655da JP |
3392 | F: Documentation/hwmon/max6650 |
3393 | F: drivers/hwmon/max6650.c | |
d20620de | 3394 | |
127c49ae | 3395 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
8b58be88 | 3396 | M: Mauro Carvalho Chehab <[email protected]> |
127c49ae JP |
3397 | P: LinuxTV.org Project |
3398 | L: [email protected] | |
3399 | W: http://linuxtv.org | |
3400 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
3401 | S: Maintained | |
3402 | F: Documentation/dvb/ | |
3403 | F: Documentation/video4linux/ | |
3404 | F: drivers/media/ | |
3405 | F: include/media/ | |
3406 | F: include/linux/dvb/ | |
3407 | F: include/linux/videodev*.h | |
d20620de | 3408 | |
757e0108 | 3409 | MEGARAID SCSI DRIVERS |
8b58be88 | 3410 | M: Neela Syam Kolli <[email protected]> |
baaea1dc | 3411 | L: [email protected] |
ce00f85c JC |
3412 | W: http://megaraid.lsilogic.com |
3413 | S: Maintained | |
679655da JP |
3414 | F: Documentation/scsi/megaraid.txt |
3415 | F: drivers/scsi/megaraid.* | |
3416 | F: drivers/scsi/megaraid/ | |
757e0108 | 3417 | |
70ea91f1 SR |
3418 | MEMORY MANAGEMENT |
3419 | L: [email protected] | |
70ea91f1 SR |
3420 | W: http://www.linux-mm.org |
3421 | S: Maintained | |
679655da JP |
3422 | F: include/linux/mm.h |
3423 | F: mm/ | |
70ea91f1 | 3424 | |
938a9204 | 3425 | MEMORY RESOURCE CONTROLLER |
8b58be88 JP |
3426 | M: Balbir Singh <[email protected]> |
3427 | M: Pavel Emelyanov <[email protected]> | |
3428 | M: KAMEZAWA Hiroyuki <[email protected]> | |
938a9204 | 3429 | L: [email protected] |
938a9204 | 3430 | S: Maintained |
679655da | 3431 | F: mm/memcontrol.c |
938a9204 | 3432 | |
f4e9ce66 | 3433 | MEMORY TECHNOLOGY DEVICES (MTD) |
8b58be88 | 3434 | M: David Woodhouse <[email protected]> |
1da177e4 LT |
3435 | W: http://www.linux-mtd.infradead.org/ |
3436 | L: [email protected] | |
f4e9ce66 | 3437 | T: git git://git.infradead.org/mtd-2.6.git |
1da177e4 | 3438 | S: Maintained |
679655da JP |
3439 | F: drivers/mtd/ |
3440 | F: include/linux/mtd/ | |
3441 | F: include/mtd/ | |
1da177e4 | 3442 | |
c6375b0a | 3443 | MICROBLAZE ARCHITECTURE |
8b58be88 | 3444 | M: Michal Simek <[email protected]> |
c6375b0a MS |
3445 | L: [email protected] |
3446 | W: http://www.monstr.eu/fdt/ | |
3447 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | |
3448 | S: Supported | |
0a8c7914 | 3449 | F: arch/microblaze/ |
1da177e4 LT |
3450 | |
3451 | MICROTEK X6 SCANNER | |
8b58be88 | 3452 | M: Oliver Neukum <[email protected]> |
1da177e4 | 3453 | S: Maintained |
679655da | 3454 | F: drivers/usb/image/microtek.* |
1da177e4 LT |
3455 | |
3456 | MIPS | |
8b58be88 | 3457 | M: Ralf Baechle <[email protected]> |
d50f7ec9 | 3458 | W: http://www.linux-mips.org/ |
1da177e4 | 3459 | L: [email protected] |
54e5881d | 3460 | T: git git://git.linux-mips.org/pub/scm/linux.git |
7425b340 | 3461 | S: Supported |
679655da JP |
3462 | F: Documentation/mips/ |
3463 | F: arch/mips/ | |
1da177e4 LT |
3464 | |
3465 | MISCELLANEOUS MCA-SUPPORT | |
8b58be88 | 3466 | M: James Bottomley <[email protected]> |
1da177e4 | 3467 | S: Maintained |
679655da JP |
3468 | F: Documentation/ia64/mca.txt |
3469 | F: Documentation/mca.txt | |
3470 | F: drivers/mca/ | |
3471 | F: include/linux/mca* | |
1da177e4 LT |
3472 | |
3473 | MODULE SUPPORT | |
8b58be88 | 3474 | M: Rusty Russell <[email protected]> |
1da177e4 | 3475 | S: Maintained |
679655da JP |
3476 | F: include/linux/module.h |
3477 | F: kernel/module.c | |
1da177e4 LT |
3478 | |
3479 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
8b58be88 | 3480 | M: Stelian Pop <[email protected]> |
1da177e4 LT |
3481 | W: http://popies.net/meye/ |
3482 | S: Maintained | |
679655da JP |
3483 | F: Documentation/video4linux/meye.txt |
3484 | F: drivers/media/video/meye.* | |
3485 | F: include/linux/meye.h | |
1da177e4 | 3486 | |
c58ff04a | 3487 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 3488 | M: Pavel Pisa <[email protected]> |
efc03ecb | 3489 | L: [email protected] (moderated for non-subscribers) |
c58ff04a | 3490 | S: Maintained |
679655da | 3491 | F: drivers/mmc/host/imxmmc.* |
c58ff04a | 3492 | |
1da177e4 | 3493 | MOUSE AND MISC DEVICES [GENERAL] |
8b58be88 | 3494 | M: Alessandro Rubini <[email protected]> |
1da177e4 | 3495 | S: Maintained |
679655da JP |
3496 | F: drivers/input/mouse/ |
3497 | F: include/linux/gpio_mouse.h | |
1da177e4 | 3498 | |
b9705b60 | 3499 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
8b58be88 | 3500 | M: Jiri Slaby <[email protected]> |
d735410a | 3501 | S: Maintained |
679655da JP |
3502 | F: Documentation/serial/moxa-smartio |
3503 | F: drivers/char/mxser.* | |
d735410a | 3504 | |
8c4c731a | 3505 | MSI LAPTOP SUPPORT |
8b58be88 | 3506 | M: Lennart Poettering <[email protected]> |
04bdfb91 | 3507 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
8c4c731a LP |
3508 | W: http://0pointer.de/lennart/tchibo.html |
3509 | S: Maintained | |
679655da | 3510 | F: drivers/platform/x86/msi-laptop.c |
8c4c731a | 3511 | |
4e0d13cb | 3512 | MULTIFUNCTION DEVICES (MFD) |
8b58be88 | 3513 | M: Samuel Ortiz <[email protected]> |
54e5881d | 3514 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
4e0d13cb | 3515 | S: Supported |
679655da | 3516 | F: drivers/mfd/ |
4e0d13cb | 3517 | |
5c4e6f13 | 3518 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
3822a0e3 | 3519 | S: Orphan |
b2503a94 | 3520 | L: [email protected] |
679655da JP |
3521 | F: drivers/mmc/ |
3522 | F: include/linux/mmc/ | |
baca2da4 | 3523 | |
15a0580c | 3524 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
8b58be88 | 3525 | M: David Brownell <[email protected]> |
baaea1dc | 3526 | S: Odd Fixes |
679655da JP |
3527 | F: drivers/mmc/host/mmc_spi.c |
3528 | F: include/linux/spi/mmc_spi.h | |
15a0580c | 3529 | |
1da177e4 | 3530 | MULTISOUND SOUND DRIVER |
8b58be88 | 3531 | M: Andrew Veliath <[email protected]> |
1da177e4 | 3532 | S: Maintained |
679655da JP |
3533 | F: Documentation/sound/oss/MultiSound |
3534 | F: sound/oss/msnd* | |
1da177e4 | 3535 | |
d735410a | 3536 | MULTITECH MULTIPORT CARD (ISICOM) |
8b58be88 | 3537 | M: Jiri Slaby <[email protected]> |
d735410a | 3538 | S: Maintained |
679655da JP |
3539 | F: drivers/char/isicom.c |
3540 | F: include/linux/isicom.h | |
d735410a | 3541 | |
550a7375 | 3542 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
8b58be88 | 3543 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 3544 | L: [email protected] |
54e5881d | 3545 | T: git git://gitorious.org/musb/mainline.git |
795fb7e7 | 3546 | S: Maintained |
679655da | 3547 | F: drivers/usb/musb/ |
550a7375 | 3548 | |
2d3cf588 | 3549 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
8b58be88 JP |
3550 | M: Andrew Gallatin <[email protected]> |
3551 | M: Brice Goglin <[email protected]> | |
2d3cf588 BG |
3552 | L: [email protected] |
3553 | W: http://www.myri.com/scs/download-Myri10GE.html | |
3554 | S: Supported | |
679655da | 3555 | F: drivers/net/myri10ge/ |
2d3cf588 | 3556 | |
1da177e4 | 3557 | NATSEMI ETHERNET DRIVER (DP8381x) |
8b58be88 | 3558 | M: Tim Hockin <[email protected]> |
1da177e4 | 3559 | S: Maintained |
679655da | 3560 | F: drivers/net/natsemi.c |
1da177e4 LT |
3561 | |
3562 | NCP FILESYSTEM | |
8b58be88 | 3563 | M: Petr Vandrovec <[email protected]> |
1da177e4 | 3564 | S: Maintained |
679655da | 3565 | F: fs/ncpfs/ |
1da177e4 LT |
3566 | |
3567 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | |
8b58be88 | 3568 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
3569 | L: [email protected] |
3570 | S: Maintained | |
679655da | 3571 | F: drivers/scsi/NCR_D700.* |
1da177e4 | 3572 | |
3c2d774c | 3573 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
8b58be88 JP |
3574 | M: Faisal Latif <[email protected]> |
3575 | M: Chien Tung <[email protected]> | |
e6cc0fd1 | 3576 | L: [email protected] |
3c2d774c GS |
3577 | W: http://www.neteffect.com |
3578 | S: Supported | |
3579 | F: drivers/infiniband/hw/nes/ | |
3580 | ||
be2f2e84 | 3581 | NETEM NETWORK EMULATOR |
8b58be88 | 3582 | M: Stephen Hemminger <[email protected]> |
f318a63b | 3583 | L: [email protected] |
be2f2e84 | 3584 | S: Maintained |
679655da | 3585 | F: net/sched/sch_netem.c |
be2f2e84 | 3586 | |
b136d1cb | 3587 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) |
8b58be88 JP |
3588 | M: Ramkrishna Vepa <[email protected]> |
3589 | M: Rastapur Santosh <[email protected]> | |
3590 | M: Sivakumar Subramani <[email protected]> | |
3591 | M: Sreenivasa Honnur <[email protected]> | |
3592 | M: Anil Murthy <[email protected]> | |
4a58448b | 3593 | L: [email protected] |
b136d1cb RV |
3594 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous |
3595 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous | |
4a58448b | 3596 | S: Supported |
679655da JP |
3597 | F: Documentation/networking/s2io.txt |
3598 | F: drivers/net/s2io* | |
4a58448b | 3599 | |
1da177e4 LT |
3600 | NETFILTER/IPTABLES/IPCHAINS |
3601 | P: Rusty Russell | |
3602 | P: Marc Boucher | |
3603 | P: James Morris | |
3604 | P: Harald Welte | |
3605 | P: Jozsef Kadlecsik | |
8b58be88 | 3606 | M: Patrick McHardy <[email protected]> |
1a03b81d PM |
3607 | L: [email protected] |
3608 | L: [email protected] | |
82b98543 | 3609 | L: [email protected] |
1da177e4 LT |
3610 | W: http://www.netfilter.org/ |
3611 | W: http://www.iptables.org/ | |
3f1f7cf0 | 3612 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
1da177e4 | 3613 | S: Supported |
679655da JP |
3614 | F: include/linux/netfilter* |
3615 | F: include/linux/netfilter/ | |
3616 | F: include/net/netfilter/ | |
3617 | F: net/*/netfilter.c | |
3618 | F: net/*/netfilter/ | |
3619 | F: net/netfilter/ | |
1da177e4 | 3620 | |
4cc67735 | 3621 | NETLABEL |
8b58be88 | 3622 | M: Paul Moore <[email protected]> |
4cc67735 PM |
3623 | W: http://netlabel.sf.net |
3624 | L: [email protected] | |
3625 | S: Supported | |
80811493 | 3626 | F: Documentation/netlabel/ |
679655da JP |
3627 | F: include/net/netlabel.h |
3628 | F: net/netlabel/ | |
4cc67735 | 3629 | |
1da177e4 | 3630 | NETROM NETWORK LAYER |
8b58be88 | 3631 | M: Ralf Baechle <[email protected]> |
1da177e4 | 3632 | L: [email protected] |
d34cb28a | 3633 | W: http://www.linux-ax25.org/ |
1da177e4 | 3634 | S: Maintained |
679655da JP |
3635 | F: include/linux/netrom.h |
3636 | F: include/net/netrom.h | |
3637 | F: net/netrom/ | |
1da177e4 | 3638 | |
5ddb88c0 | 3639 | NETWORK BLOCK DEVICE (NBD) |
8b58be88 | 3640 | M: Paul Clements <[email protected]> |
1da177e4 | 3641 | S: Maintained |
679655da JP |
3642 | F: Documentation/blockdev/nbd.txt |
3643 | F: drivers/block/nbd.c | |
3644 | F: include/linux/nbd.h | |
1da177e4 | 3645 | |
6e43650c NH |
3646 | NETWORK DROP MONITOR |
3647 | M: Neil Horman <[email protected]> | |
3648 | L: [email protected] | |
3649 | S: Maintained | |
3650 | W: https://fedorahosted.org/dropwatch/ | |
3651 | F: net/core/drop_monitor.c | |
3652 | ||
1da177e4 | 3653 | NETWORKING [GENERAL] |
8b58be88 | 3654 | M: "David S. Miller" <[email protected]> |
979b6c13 | 3655 | L: [email protected] |
b1e8fd54 | 3656 | W: http://www.linuxfoundation.org/en/Net |
d1f6803a | 3657 | W: http://patchwork.ozlabs.org/project/netdev/list/ |
b1e8fd54 | 3658 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
1da177e4 | 3659 | S: Maintained |
679655da JP |
3660 | F: net/ |
3661 | F: include/net/ | |
018d21ed JP |
3662 | F: include/linux/in.h |
3663 | F: include/linux/net.h | |
3664 | F: include/linux/netdevice.h | |
1da177e4 LT |
3665 | |
3666 | NETWORKING [IPv4/IPv6] | |
8b58be88 JP |
3667 | M: "David S. Miller" <[email protected]> |
3668 | M: Alexey Kuznetsov <[email protected]> | |
3669 | M: "Pekka Savola (ipv6)" <[email protected]> | |
3670 | M: James Morris <[email protected]> | |
3671 | M: Hideaki YOSHIFUJI <[email protected]> | |
3672 | M: Patrick McHardy <[email protected]> | |
979b6c13 | 3673 | L: [email protected] |
54e5881d | 3674 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
1da177e4 | 3675 | S: Maintained |
679655da JP |
3676 | F: net/ipv4/ |
3677 | F: net/ipv6/ | |
3678 | F: include/net/ip* | |
1da177e4 | 3679 | |
10e2ff1c | 3680 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
8b58be88 | 3681 | M: Paul Moore <[email protected]> |
10e2ff1c JM |
3682 | L: [email protected] |
3683 | S: Maintained | |
3684 | ||
29f8f632 | 3685 | NETWORKING [WIRELESS] |
8b58be88 | 3686 | M: "John W. Linville" <[email protected]> |
2cb4abd1 | 3687 | L: [email protected] |
54e5881d | 3688 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
29f8f632 | 3689 | S: Maintained |
34b921cf JP |
3690 | F: net/mac80211/ |
3691 | F: net/rfkill/ | |
679655da JP |
3692 | F: net/wireless/ |
3693 | F: include/net/ieee80211* | |
cc8b4a2b | 3694 | F: include/linux/wireless.h |
34b921cf | 3695 | F: drivers/net/wireless/ |
29f8f632 | 3696 | |
788873ac JP |
3697 | NETWORKING DRIVERS |
3698 | L: [email protected] | |
3699 | W: http://www.linuxfoundation.org/en/Net | |
3700 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | |
3701 | S: Odd Fixes | |
3702 | F: drivers/net/ | |
018d21ed JP |
3703 | F: include/linux/if_* |
3704 | F: include/linux/*device.h | |
788873ac | 3705 | |
3d396eb1 | 3706 | NETXEN (1/10) GbE SUPPORT |
8b58be88 | 3707 | M: Dhananjay Phadke <[email protected]> |
3d396eb1 AK |
3708 | L: [email protected] |
3709 | W: http://www.netxen.com | |
3710 | S: Supported | |
679655da | 3711 | F: drivers/net/netxen/ |
3d396eb1 | 3712 | |
e8b43555 | 3713 | NFS, SUNRPC, AND LOCKD CLIENTS |
8b58be88 | 3714 | M: Trond Myklebust <[email protected]> |
78f58153 TM |
3715 | L: [email protected] |
3716 | W: http://client.linux-nfs.org | |
3717 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | |
1da177e4 | 3718 | S: Maintained |
679655da JP |
3719 | F: fs/lockd/ |
3720 | F: fs/nfs/ | |
3721 | F: fs/nfs_common/ | |
3722 | F: net/sunrpc/ | |
3723 | F: include/linux/lockd/ | |
3724 | F: include/linux/nfs* | |
3725 | F: include/linux/sunrpc/ | |
1da177e4 LT |
3726 | |
3727 | NI5010 NETWORK DRIVER | |
8b58be88 JP |
3728 | M: Jan-Pascal van Best <[email protected]> |
3729 | M: Andreas Mohr <[email protected]> | |
979b6c13 | 3730 | L: [email protected] |
1da177e4 | 3731 | S: Maintained |
679655da | 3732 | F: drivers/net/ni5010.* |
1da177e4 | 3733 | |
85ef9cea | 3734 | NILFS2 FILESYSTEM |
8b58be88 | 3735 | M: KONISHI Ryusuke <[email protected]> |
85ef9cea RK |
3736 | L: [email protected] |
3737 | W: http://www.nilfs.org/en/ | |
3738 | S: Supported | |
679655da JP |
3739 | F: Documentation/filesystems/nilfs2.txt |
3740 | F: fs/nilfs2/ | |
3741 | F: include/linux/nilfs2_fs.h | |
85ef9cea | 3742 | |
1da177e4 | 3743 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
8b58be88 | 3744 | M: YOKOTA Hiroshi <[email protected]> |
1da177e4 LT |
3745 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
3746 | S: Maintained | |
679655da JP |
3747 | F: Documentation/scsi/NinjaSCSI.txt |
3748 | F: drivers/scsi/pcmcia/nsp_* | |
1da177e4 LT |
3749 | |
3750 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
8b58be88 JP |
3751 | M: GOTO Masanori <[email protected]> |
3752 | M: YOKOTA Hiroshi <[email protected]> | |
1da177e4 LT |
3753 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
3754 | S: Maintained | |
679655da JP |
3755 | F: Documentation/scsi/NinjaSCSI.txt |
3756 | F: drivers/scsi/nsp32* | |
1da177e4 | 3757 | |
1da177e4 | 3758 | NTFS FILESYSTEM |
8b58be88 | 3759 | M: Anton Altaparmakov <[email protected]> |
1da177e4 | 3760 | L: [email protected] |
169ccbd4 | 3761 | W: http://www.linux-ntfs.org/ |
54e5881d | 3762 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
1da177e4 | 3763 | S: Maintained |
679655da JP |
3764 | F: Documentation/filesystems/ntfs.txt |
3765 | F: fs/ntfs/ | |
1da177e4 | 3766 | |
9eb8ef74 | 3767 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
8b58be88 | 3768 | M: Antonino Daplas <[email protected]> |
8936b6db | 3769 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 3770 | S: Maintained |
679655da JP |
3771 | F: drivers/video/riva/ |
3772 | F: drivers/video/nvidia/ | |
1da177e4 | 3773 | |
f5525786 | 3774 | OMAP SUPPORT |
0e24bdd4 | 3775 | M: Tony Lindgren <[email protected]> |
f5525786 TL |
3776 | L: [email protected] |
3777 | W: http://www.muru.com/linux/omap/ | |
3778 | W: http://linux.omap.com/ | |
3779 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | |
3780 | S: Maintained | |
4e04d5a3 | 3781 | F: arch/arm/*omap*/ |
f5525786 TL |
3782 | |
3783 | OMAP CLOCK FRAMEWORK SUPPORT | |
8b58be88 | 3784 | M: Paul Walmsley <[email protected]> |
f5525786 TL |
3785 | L: [email protected] |
3786 | S: Maintained | |
3787 | F: arch/arm/*omap*/*clock* | |
3788 | ||
3789 | OMAP POWER MANAGEMENT SUPPORT | |
8b58be88 | 3790 | M: Kevin Hilman <[email protected]> |
f5525786 TL |
3791 | L: [email protected] |
3792 | S: Maintained | |
3793 | F: arch/arm/*omap*/*pm* | |
3794 | ||
3795 | OMAP AUDIO SUPPORT | |
8b58be88 | 3796 | M: Jarkko Nikula <[email protected]> |
f5525786 TL |
3797 | L: [email protected] (subscribers-only) |
3798 | L: [email protected] | |
3799 | S: Maintained | |
3800 | F: sound/soc/omap/ | |
3801 | ||
3802 | OMAP FRAMEBUFFER SUPPORT | |
8b58be88 | 3803 | M: Imre Deak <[email protected]> |
f5525786 TL |
3804 | L: [email protected] (moderated for non-subscribers) |
3805 | L: [email protected] | |
3806 | S: Maintained | |
3807 | F: drivers/video/omap/ | |
3808 | ||
3809 | OMAP MMC SUPPORT | |
8b58be88 | 3810 | M: Jarkko Lavinen <[email protected]> |
f5525786 TL |
3811 | L: [email protected] |
3812 | S: Maintained | |
653f41b5 MC |
3813 | F: drivers/mmc/host/omap.c |
3814 | ||
3815 | OMAP HS MMC SUPPORT | |
3816 | M: Madhusudhan Chikkature <[email protected]> | |
3817 | L: [email protected] | |
3818 | S: Maintained | |
3819 | F: drivers/mmc/host/omap_hsmmc.c | |
f5525786 TL |
3820 | |
3821 | OMAP RANDOM NUMBER GENERATOR SUPPORT | |
8b58be88 | 3822 | M: Deepak Saxena <[email protected]> |
f5525786 TL |
3823 | S: Maintained |
3824 | F: drivers/char/hw_random/omap-rng.c | |
3825 | ||
3826 | OMAP USB SUPPORT | |
8b58be88 JP |
3827 | M: Felipe Balbi <[email protected]> |
3828 | M: David Brownell <[email protected]> | |
f5525786 TL |
3829 | L: [email protected] |
3830 | L: [email protected] | |
3831 | S: Maintained | |
3832 | ||
0ad122d9 | 3833 | OMFS FILESYSTEM |
8b58be88 | 3834 | M: Bob Copeland <[email protected]> |
0ad122d9 BC |
3835 | L: [email protected] |
3836 | S: Maintained | |
679655da JP |
3837 | F: Documentation/filesystems/omfs.txt |
3838 | F: fs/omfs/ | |
0ad122d9 | 3839 | |
c1986ee9 | 3840 | OMNIKEY CARDMAN 4000 DRIVER |
8b58be88 | 3841 | M: Harald Welte <[email protected]> |
c1986ee9 | 3842 | S: Maintained |
679655da JP |
3843 | F: drivers/char/pcmcia/cm4000_cs.c |
3844 | F: include/linux/cm4000_cs.h | |
c1986ee9 | 3845 | |
77c44ab1 | 3846 | OMNIKEY CARDMAN 4040 DRIVER |
8b58be88 | 3847 | M: Harald Welte <[email protected]> |
77c44ab1 | 3848 | S: Maintained |
679655da | 3849 | F: drivers/char/pcmcia/cm4040_cs.* |
77c44ab1 | 3850 | |
77d5140f | 3851 | OMNIVISION OV7670 SENSOR DRIVER |
8b58be88 | 3852 | M: Jonathan Corbet <[email protected]> |
661263b5 | 3853 | L: [email protected] |
54e5881d | 3854 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
77d5140f | 3855 | S: Maintained |
679655da | 3856 | F: drivers/media/video/ov7670.c |
77d5140f | 3857 | |
431bca73 | 3858 | ONENAND FLASH DRIVER |
8b58be88 | 3859 | M: Kyungmin Park <[email protected]> |
431bca73 TG |
3860 | L: [email protected] |
3861 | S: Maintained | |
679655da JP |
3862 | F: drivers/mtd/onenand/ |
3863 | F: include/linux/mtd/onenand*.h | |
431bca73 | 3864 | |
1da177e4 | 3865 | ONSTREAM SCSI TAPE DRIVER |
8b58be88 | 3866 | M: Willem Riede <[email protected]> |
1da177e4 LT |
3867 | L: [email protected] |
3868 | L: [email protected] | |
3869 | S: Maintained | |
679655da JP |
3870 | F: drivers/scsi/osst* |
3871 | F: drivers/scsi/st* | |
1da177e4 | 3872 | |
e2d1d6c0 | 3873 | OPENCORES I2C BUS DRIVER |
8b58be88 | 3874 | M: Peter Korsgaard <[email protected]> |
846557d3 | 3875 | L: [email protected] |
e2d1d6c0 | 3876 | S: Maintained |
679655da JP |
3877 | F: Documentation/i2c/busses/i2c-ocores |
3878 | F: drivers/i2c/busses/i2c-ocores.c | |
e2d1d6c0 | 3879 | |
1da177e4 | 3880 | OPROFILE |
8b58be88 | 3881 | M: Robert Richter <[email protected]> |
1da177e4 LT |
3882 | L: [email protected] |
3883 | S: Maintained | |
679655da JP |
3884 | F: arch/*/oprofile/ |
3885 | F: drivers/oprofile/ | |
3886 | F: include/linux/oprofile.h | |
1da177e4 | 3887 | |
e2d1d6c0 | 3888 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
8b58be88 JP |
3889 | M: Mark Fasheh <[email protected]> |
3890 | M: Joel Becker <[email protected]> | |
e2d1d6c0 RD |
3891 | L: [email protected] (moderated for non-subscribers) |
3892 | W: http://oss.oracle.com/projects/ocfs2/ | |
2191aeba | 3893 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
e2d1d6c0 | 3894 | S: Supported |
679655da JP |
3895 | F: Documentation/filesystems/ocfs2.txt |
3896 | F: Documentation/filesystems/dlmfs.txt | |
3897 | F: fs/ocfs2/ | |
e2d1d6c0 | 3898 | |
1da177e4 | 3899 | ORINOCO DRIVER |
8b58be88 JP |
3900 | M: Pavel Roskin <[email protected]> |
3901 | M: David Gibson <[email protected]> | |
724c6b35 | 3902 | L: [email protected] |
ecffdde6 PR |
3903 | L: [email protected] |
3904 | L: [email protected] | |
3905 | W: http://www.nongnu.org/orinoco/ | |
1da177e4 | 3906 | S: Maintained |
679655da | 3907 | F: drivers/net/wireless/orinoco/ |
1da177e4 | 3908 | |
42c55aa8 | 3909 | OSD LIBRARY and FILESYSTEM |
8b58be88 JP |
3910 | M: Boaz Harrosh <[email protected]> |
3911 | M: Benny Halevy <[email protected]> | |
68274794 BH |
3912 | L: [email protected] |
3913 | W: http://open-osd.org | |
54e5881d | 3914 | T: git git://git.open-osd.org/open-osd.git |
68274794 | 3915 | S: Maintained |
42c55aa8 | 3916 | F: drivers/scsi/osd/ |
6b6f0b6c | 3917 | F: include/scsi/osd_* |
42c55aa8 | 3918 | F: fs/exofs/ |
68274794 | 3919 | |
e2d1d6c0 | 3920 | P54 WIRELESS DRIVER |
8b58be88 | 3921 | M: Michael Wu <[email protected]> |
e2d1d6c0 RD |
3922 | L: [email protected] |
3923 | W: http://prism54.org | |
54e5881d | 3924 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
e2d1d6c0 | 3925 | S: Maintained |
679655da | 3926 | F: drivers/net/wireless/p54/ |
e2d1d6c0 | 3927 | |
f5cd7872 | 3928 | PA SEMI ETHERNET DRIVER |
8b58be88 | 3929 | M: Olof Johansson <[email protected]> |
f5cd7872 OJ |
3930 | L: [email protected] |
3931 | S: Maintained | |
679655da | 3932 | F: drivers/net/pasemi_mac.* |
f5cd7872 | 3933 | |
beb58aa3 | 3934 | PA SEMI SMBUS DRIVER |
8b58be88 | 3935 | M: Olof Johansson <[email protected]> |
846557d3 | 3936 | L: [email protected] |
beb58aa3 | 3937 | S: Maintained |
679655da | 3938 | F: drivers/i2c/busses/i2c-pasemi.c |
beb58aa3 | 3939 | |
709ee531 | 3940 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
8b58be88 | 3941 | M: Harald Welte <[email protected]> |
709ee531 | 3942 | S: Maintained |
679655da | 3943 | F: drivers/platform/x86/panasonic-laptop.c |
709ee531 | 3944 | |
4fa97181 | 3945 | PANASONIC MN10300/AM33 PORT |
8b58be88 JP |
3946 | M: David Howells <[email protected]> |
3947 | M: Koichi Yasutake <[email protected]> | |
4fa97181 DH |
3948 | L: [email protected] (moderated for non-subscribers) |
3949 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
3950 | S: Maintained | |
679655da JP |
3951 | F: Documentation/mn10300/ |
3952 | F: arch/mn10300/ | |
4fa97181 | 3953 | |
1da177e4 | 3954 | PARALLEL PORT SUPPORT |
3dd1a329 | 3955 | L: [email protected] (subscribers-only) |
5fdc2abe | 3956 | S: Orphan |
679655da JP |
3957 | F: drivers/parport/ |
3958 | F: include/linux/parport*.h | |
3959 | F: drivers/char/ppdev.c | |
3960 | F: include/linux/ppdev.h | |
1da177e4 | 3961 | |
4cdf6bc2 | 3962 | PARAVIRT_OPS INTERFACE |
8b58be88 JP |
3963 | M: Jeremy Fitzhardinge <[email protected]> |
3964 | M: Chris Wright <[email protected]> | |
3965 | M: Alok Kataria <[email protected]> | |
3966 | M: Rusty Russell <[email protected]> | |
4cdf6bc2 | 3967 | L: [email protected] |
4cdf6bc2 | 3968 | S: Supported |
679655da JP |
3969 | F: Documentation/ia64/paravirt_ops.txt |
3970 | F: arch/*/kernel/paravirt* | |
3971 | F: arch/*/include/asm/paravirt.h | |
4cdf6bc2 | 3972 | |
e2d1d6c0 | 3973 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
8b58be88 | 3974 | M: Tim Waugh <[email protected]> |
e2d1d6c0 RD |
3975 | L: [email protected] (subscribers-only) |
3976 | W: http://www.torque.net/linux-pp.html | |
3977 | S: Maintained | |
679655da JP |
3978 | F: Documentation/blockdev/paride.txt |
3979 | F: drivers/block/paride/ | |
e2d1d6c0 RD |
3980 | |
3981 | PARISC ARCHITECTURE | |
8b58be88 JP |
3982 | M: Kyle McMartin <[email protected]> |
3983 | M: Helge Deller <[email protected]> | |
b8828770 | 3984 | M: "James E.J. Bottomley" <[email protected]> |
e2d1d6c0 RD |
3985 | L: [email protected] |
3986 | W: http://www.parisc-linux.org/ | |
54e5881d | 3987 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
e2d1d6c0 | 3988 | S: Maintained |
679655da JP |
3989 | F: arch/parisc/ |
3990 | F: drivers/parisc/ | |
e2d1d6c0 | 3991 | |
1662d32c | 3992 | PC87360 HARDWARE MONITORING DRIVER |
8b58be88 | 3993 | M: Jim Cromie <[email protected]> |
1662d32c JC |
3994 | L: [email protected] |
3995 | S: Maintained | |
679655da JP |
3996 | F: Documentation/hwmon/pc87360 |
3997 | F: drivers/hwmon/pc87360.c | |
1662d32c JC |
3998 | |
3999 | PC8736x GPIO DRIVER | |
8b58be88 | 4000 | M: Jim Cromie <[email protected]> |
1662d32c | 4001 | S: Maintained |
679655da | 4002 | F: drivers/char/pc8736x_gpio.c |
1662d32c | 4003 | |
b26e0ed4 | 4004 | PCA9532 LED DRIVER |
8b58be88 | 4005 | M: Riku Voipio <[email protected]> |
b26e0ed4 | 4006 | S: Maintained |
d5ca6918 JP |
4007 | F: drivers/leds/leds-pca9532.c |
4008 | F: include/linux/leds-pca9532.h | |
b26e0ed4 | 4009 | |
a1867d36 WS |
4010 | PCA9564/PCA9665 I2C BUS DRIVER |
4011 | M: Wolfram Sang <[email protected]> | |
4012 | L: [email protected] | |
4013 | S: Maintained | |
4014 | F: drivers/i2c/algos/i2c-algo-pca.c | |
4015 | F: drivers/i2c/busses/i2c-pca-* | |
4016 | F: include/linux/i2c-algo-pca.h | |
4017 | F: include/linux/i2c-pca-platform.h | |
4018 | ||
065c6359 | 4019 | PCI ERROR RECOVERY |
8b58be88 | 4020 | M: Linas Vepstas <[email protected]> |
c1f69db7 | 4021 | L: [email protected] |
065c6359 | 4022 | S: Supported |
679655da JP |
4023 | F: Documentation/PCI/pci-error-recovery.txt |
4024 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | |
065c6359 | 4025 | |
1da177e4 | 4026 | PCI SUBSYSTEM |
8b58be88 | 4027 | M: Jesse Barnes <[email protected]> |
2905474d | 4028 | L: [email protected] |
54e5881d | 4029 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
1da177e4 | 4030 | S: Supported |
679655da JP |
4031 | F: Documentation/PCI/ |
4032 | F: drivers/pci/ | |
4033 | F: include/linux/pci* | |
1da177e4 | 4034 | |
be3652b8 JB |
4035 | PCI HOTPLUG |
4036 | M: Jesse Barnes <[email protected]> | |
64dab204 | 4037 | L: [email protected] |
8b59a454 | 4038 | S: Supported |
be3652b8 | 4039 | F: drivers/pci/hotplug |
8cf4c195 | 4040 | |
1da177e4 | 4041 | PCMCIA SUBSYSTEM |
4230dfc9 | 4042 | P: Linux PCMCIA Team |
f5df5881 | 4043 | L: [email protected] |
6650e0a5 | 4044 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
54e5881d | 4045 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 4046 | S: Maintained |
679655da JP |
4047 | F: Documentation/pcmcia/ |
4048 | F: drivers/pcmcia/ | |
4049 | F: include/pcmcia/ | |
1da177e4 LT |
4050 | |
4051 | PCNET32 NETWORK DRIVER | |
8b58be88 | 4052 | M: Don Fry <[email protected]> |
979b6c13 | 4053 | L: [email protected] |
1da177e4 | 4054 | S: Maintained |
679655da | 4055 | F: drivers/net/pcnet32.c |
1da177e4 | 4056 | |
ad4ecbcb | 4057 | PER-TASK DELAY ACCOUNTING |
8b58be88 | 4058 | M: Balbir Singh <[email protected]> |
ad4ecbcb | 4059 | S: Maintained |
679655da JP |
4060 | F: include/linux/delayacct.h |
4061 | F: kernel/delayacct.c | |
ad4ecbcb | 4062 | |
57c0c15b | 4063 | PERFORMANCE EVENTS SUBSYSTEM |
8b58be88 JP |
4064 | M: Peter Zijlstra <[email protected]> |
4065 | M: Paul Mackerras <[email protected]> | |
4066 | M: Ingo Molnar <[email protected]> | |
6c0b3244 | 4067 | S: Supported |
a003236c VL |
4068 | F: kernel/perf_event.c |
4069 | F: include/linux/perf_event.h | |
4070 | F: arch/*/*/kernel/perf_event.c | |
4071 | F: arch/*/include/asm/perf_event.h | |
4072 | F: arch/*/lib/perf_event.c | |
4073 | F: arch/*/kernel/perf_callchain.c | |
4074 | F: tools/perf/ | |
6c0b3244 | 4075 | |
dd49d0f5 | 4076 | PERSONALITY HANDLING |
8b58be88 | 4077 | M: Christoph Hellwig <[email protected]> |
dd49d0f5 JC |
4078 | L: [email protected] |
4079 | S: Maintained | |
679655da | 4080 | F: include/linux/personality.h |
dd49d0f5 | 4081 | |
1da177e4 | 4082 | PHRAM MTD DRIVER |
8b58be88 | 4083 | M: Joern Engel <[email protected]> |
1da177e4 LT |
4084 | L: [email protected] |
4085 | S: Maintained | |
679655da | 4086 | F: drivers/mtd/devices/phram.c |
1da177e4 | 4087 | |
249a6771 | 4088 | PKTCDVD DRIVER |
8b58be88 | 4089 | M: Peter Osterlund <[email protected]> |
249a6771 | 4090 | S: Maintained |
679655da JP |
4091 | F: drivers/block/pktcdvd.c |
4092 | F: include/linux/pktcdvd.h | |
249a6771 | 4093 | |
89a36810 | 4094 | PMC SIERRA MaxRAID DRIVER |
076cfaae | 4095 | M: Anil Ravindranath <[email protected]> |
89a36810 AR |
4096 | L: [email protected] |
4097 | W: http://www.pmc-sierra.com/ | |
4098 | S: Supported | |
4099 | F: drivers/scsi/pmcraid.* | |
4100 | ||
1da177e4 | 4101 | POSIX CLOCKS and TIMERS |
8b58be88 | 4102 | M: Thomas Gleixner <[email protected]> |
1da177e4 | 4103 | S: Supported |
679655da JP |
4104 | F: fs/timerfd.c |
4105 | F: include/linux/timer* | |
4106 | F: kernel/*timer* | |
1da177e4 | 4107 | |
3be86148 | 4108 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
8b58be88 JP |
4109 | M: Anton Vorontsov <[email protected]> |
4110 | M: David Woodhouse <[email protected]> | |
54e5881d | 4111 | T: git git://git.infradead.org/battery-2.6.git |
3be86148 | 4112 | S: Maintained |
679655da JP |
4113 | F: include/linux/power_supply.h |
4114 | F: drivers/power/power_supply* | |
3be86148 | 4115 | |
1da177e4 | 4116 | PNP SUPPORT |
8b58be88 JP |
4117 | M: Adam Belay <[email protected]> |
4118 | M: Bjorn Helgaas <[email protected]> | |
1da177e4 | 4119 | S: Maintained |
679655da | 4120 | F: drivers/pnp/ |
1da177e4 | 4121 | |
999445d4 | 4122 | PNXxxxx I2C DRIVER |
8b58be88 | 4123 | M: Vitaly Wool <[email protected]> |
846557d3 | 4124 | L: [email protected] |
999445d4 | 4125 | S: Maintained |
679655da | 4126 | F: drivers/i2c/busses/i2c-pnx.c |
999445d4 | 4127 | |
1da177e4 | 4128 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8b58be88 | 4129 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
4130 | L: [email protected] |
4131 | S: Maintained | |
679655da | 4132 | F: drivers/net/ppp_* |
1da177e4 LT |
4133 | |
4134 | PPP OVER ATM (RFC 2364) | |
8b58be88 | 4135 | M: Mitchell Blank Jr <[email protected]> |
1da177e4 | 4136 | S: Maintained |
679655da JP |
4137 | F: net/atm/pppoatm.c |
4138 | F: include/linux/atmppp.h | |
1da177e4 LT |
4139 | |
4140 | PPP OVER ETHERNET | |
8b58be88 | 4141 | M: Michal Ostrowski <[email protected]> |
1da177e4 | 4142 | S: Maintained |
679655da JP |
4143 | F: drivers/net/pppoe.c |
4144 | F: drivers/net/pppox.c | |
1da177e4 | 4145 | |
a6d2370b | 4146 | PPP OVER L2TP |
8b58be88 | 4147 | M: James Chapman <[email protected]> |
a6d2370b | 4148 | S: Maintained |
679655da JP |
4149 | F: drivers/net/pppol2tp.c |
4150 | F: include/linux/if_pppol2tp.h | |
a6d2370b | 4151 | |
eae9d2ba | 4152 | PPS SUPPORT |
8b58be88 | 4153 | M: Rodolfo Giometti <[email protected]> |
eae9d2ba RG |
4154 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
4155 | L: [email protected] (subscribers-only) | |
4156 | S: Maintained | |
cabaaf41 JP |
4157 | F: Documentation/pps/ |
4158 | F: drivers/pps/ | |
4159 | F: include/linux/pps*.h | |
eae9d2ba | 4160 | |
1da177e4 | 4161 | PREEMPTIBLE KERNEL |
8b58be88 | 4162 | M: Robert Love <[email protected]> |
1da177e4 LT |
4163 | L: [email protected] |
4164 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
4165 | S: Supported | |
679655da JP |
4166 | F: Documentation/preempt-locking.txt |
4167 | F: include/linux/preempt.h | |
1da177e4 LT |
4168 | |
4169 | PRISM54 WIRELESS DRIVER | |
8b58be88 | 4170 | M: "Luis R. Rodriguez" <[email protected]> |
724c6b35 | 4171 | L: [email protected] |
1da177e4 LT |
4172 | W: http://prism54.org |
4173 | S: Maintained | |
679655da | 4174 | F: drivers/net/wireless/prism54/ |
1da177e4 LT |
4175 | |
4176 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | |
8b58be88 | 4177 | M: Peter Denison <[email protected]> |
1da177e4 LT |
4178 | W: http://www.pnd-pc.demon.co.uk/promise/ |
4179 | S: Maintained | |
4180 | ||
b3277dfa | 4181 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
8b58be88 | 4182 | M: Mikael Pettersson <[email protected]> |
b3277dfa MP |
4183 | L: [email protected] |
4184 | S: Maintained | |
679655da | 4185 | F: drivers/ata/sata_promise.* |
b3277dfa | 4186 | |
02c18891 | 4187 | PS3 NETWORK SUPPORT |
8b58be88 | 4188 | M: Geoff Levand <[email protected]> |
02c18891 MM |
4189 | L: [email protected] |
4190 | L: [email protected] | |
4191 | S: Supported | |
679655da | 4192 | F: drivers/net/ps3_gelic_net.* |
02c18891 | 4193 | |
f58a9d17 | 4194 | PS3 PLATFORM SUPPORT |
8b58be88 | 4195 | M: Geoff Levand <[email protected]> |
f58a9d17 GL |
4196 | L: [email protected] |
4197 | L: [email protected] | |
4198 | S: Supported | |
679655da JP |
4199 | F: arch/powerpc/boot/ps3* |
4200 | F: arch/powerpc/include/asm/lv1call.h | |
4201 | F: arch/powerpc/include/asm/ps3*.h | |
4202 | F: arch/powerpc/platforms/ps3/ | |
4203 | F: drivers/*/ps3* | |
4204 | F: drivers/ps3/ | |
fec629b8 | 4205 | F: drivers/rtc/rtc-ps3.c |
679655da | 4206 | F: drivers/usb/host/*ps3.c |
fec629b8 | 4207 | F: sound/ppc/snd_ps3* |
f58a9d17 | 4208 | |
cffb4add | 4209 | PS3VRAM DRIVER |
8b58be88 | 4210 | M: Jim Paris <[email protected]> |
cffb4add JP |
4211 | L: [email protected] |
4212 | S: Maintained | |
4213 | ||
cf94a4d1 | 4214 | PTRACE SUPPORT |
8b58be88 JP |
4215 | M: Roland McGrath <[email protected]> |
4216 | M: Oleg Nesterov <[email protected]> | |
cf94a4d1 CH |
4217 | S: Maintained |
4218 | F: include/asm-generic/syscall.h | |
4219 | F: include/linux/ptrace.h | |
4220 | F: include/linux/regset.h | |
4221 | F: include/linux/tracehook.h | |
4222 | F: kernel/ptrace.c | |
4223 | ||
8320204a | 4224 | PVRUSB2 VIDEO4LINUX DRIVER |
8b58be88 | 4225 | M: Mike Isely <[email protected]> |
16e9495d | 4226 | L: [email protected] (subscribers-only) |
661263b5 | 4227 | L: [email protected] |
8320204a | 4228 | W: http://www.isely.net/pvrusb2/ |
54e5881d | 4229 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
8320204a | 4230 | S: Maintained |
679655da JP |
4231 | F: Documentation/video4linux/README.pvrusb2 |
4232 | F: drivers/media/video/pvrusb2/ | |
8320204a | 4233 | |
30ec261e | 4234 | PXA2xx/PXA3xx SUPPORT |
8b58be88 JP |
4235 | M: Eric Miao <[email protected]> |
4236 | M: Russell King <[email protected]> | |
efc03ecb | 4237 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 4238 | S: Maintained |
679655da JP |
4239 | F: arch/arm/mach-pxa/ |
4240 | F: drivers/pcmcia/pxa2xx* | |
4241 | F: drivers/spi/pxa2xx* | |
4242 | F: drivers/usb/gadget/pxa2* | |
4243 | F: include/sound/pxa2xx-lib.h | |
bec4c99e MB |
4244 | F: sound/arm/pxa* |
4245 | F: sound/soc/pxa | |
1da177e4 | 4246 | |
a6bb4bab | 4247 | PXA168 SUPPORT |
8b58be88 JP |
4248 | M: Eric Miao <[email protected]> |
4249 | M: Jason Chagas <[email protected]> | |
efc03ecb | 4250 | L: [email protected] (moderated for non-subscribers) |
54e5881d | 4251 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
7517b3fb | 4252 | S: Maintained |
a6bb4bab | 4253 | |
5fa82eb8 | 4254 | PXA910 SUPPORT |
8b58be88 | 4255 | M: Eric Miao <[email protected]> |
efc03ecb | 4256 | L: [email protected] (moderated for non-subscribers) |
54e5881d | 4257 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
7517b3fb | 4258 | S: Maintained |
5fa82eb8 | 4259 | |
272f133a PO |
4260 | PXA MMCI DRIVER |
4261 | S: Orphan | |
4262 | ||
57f63bc8 | 4263 | PXA RTC DRIVER |
8b58be88 | 4264 | M: Robert Jarzmik <[email protected]> |
57f63bc8 RJ |
4265 | L: [email protected] |
4266 | S: Maintained | |
4267 | ||
1da177e4 | 4268 | QLOGIC QLA2XXX FC-SCSI DRIVER |
8b58be88 | 4269 | M: Andrew Vasquez <[email protected]> |
95e6a856 | 4270 | M: [email protected] |
1da177e4 LT |
4271 | L: [email protected] |
4272 | S: Supported | |
679655da JP |
4273 | F: Documentation/scsi/LICENSE.qla2xxx |
4274 | F: drivers/scsi/qla2xxx/ | |
1da177e4 | 4275 | |
5a4faa87 | 4276 | QLOGIC QLA3XXX NETWORK DRIVER |
8b58be88 | 4277 | M: Ron Mercer <[email protected]> |
5a4faa87 RM |
4278 | M: [email protected] |
4279 | L: [email protected] | |
4280 | S: Supported | |
679655da JP |
4281 | F: Documentation/networking/LICENSE.qla3xxx |
4282 | F: drivers/net/qla3xxx.* | |
5a4faa87 | 4283 | |
c4e84bde | 4284 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
8b58be88 | 4285 | M: Ron Mercer <[email protected]> |
4cbfbe25 | 4286 | M: [email protected] |
c4e84bde RM |
4287 | L: [email protected] |
4288 | S: Supported | |
679655da | 4289 | F: drivers/net/qlge/ |
c4e84bde | 4290 | |
1da177e4 | 4291 | QNX4 FILESYSTEM |
8b58be88 | 4292 | M: Anders Larsen <[email protected]> |
1da177e4 LT |
4293 | W: http://www.alarsen.net/linux/qnx4fs/ |
4294 | S: Maintained | |
80811493 | 4295 | F: fs/qnx4/ |
679655da JP |
4296 | F: include/linux/qnx4_fs.h |
4297 | F: include/linux/qnxtypes.h | |
1da177e4 LT |
4298 | |
4299 | RADEON FRAMEBUFFER DISPLAY DRIVER | |
8b58be88 | 4300 | M: Benjamin Herrenschmidt <[email protected]> |
8936b6db | 4301 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 4302 | S: Maintained |
679655da JP |
4303 | F: drivers/video/aty/radeon* |
4304 | F: include/linux/radeonfb.h | |
1da177e4 LT |
4305 | |
4306 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | |
8b58be88 | 4307 | M: Paul Mackerras <[email protected]> |
8936b6db | 4308 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 4309 | S: Maintained |
679655da | 4310 | F: drivers/video/aty/aty128fb.c |
1da177e4 | 4311 | |
e7839f25 | 4312 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 ID |
4313 | P: rt2x00 project |
4314 | L: [email protected] | |
6d5eaafa | 4315 | L: [email protected] |
95ea3627 ID |
4316 | W: http://rt2x00.serialmonkey.com/ |
4317 | S: Maintained | |
54e5881d | 4318 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
95ea3627 ID |
4319 | F: drivers/net/wireless/rt2x00/ |
4320 | ||
9db5579b | 4321 | RAMDISK RAM BLOCK DEVICE DRIVER |
8b58be88 | 4322 | M: Nick Piggin <[email protected]> |
9db5579b | 4323 | S: Maintained |
679655da JP |
4324 | F: Documentation/blockdev/ramdisk.txt |
4325 | F: drivers/block/brd.c | |
9db5579b | 4326 | |
9e95ce27 | 4327 | RANDOM NUMBER DRIVER |
8b58be88 | 4328 | M: Matt Mackall <[email protected]> |
9e95ce27 | 4329 | S: Maintained |
679655da | 4330 | F: drivers/char/random.c |
9e95ce27 | 4331 | |
394b701c | 4332 | RAPIDIO SUBSYSTEM |
8b58be88 | 4333 | M: Matt Porter <[email protected]> |
394b701c | 4334 | S: Maintained |
679655da | 4335 | F: drivers/rapidio/ |
394b701c | 4336 | |
e2d1d6c0 | 4337 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
8b58be88 | 4338 | M: Corey Thomas <[email protected]> |
e2d1d6c0 RD |
4339 | L: [email protected] |
4340 | S: Maintained | |
679655da | 4341 | F: drivers/net/wireless/ray* |
e2d1d6c0 RD |
4342 | |
4343 | RCUTORTURE MODULE | |
8b58be88 JP |
4344 | M: Josh Triplett <[email protected]> |
4345 | M: "Paul E. McKenney" <[email protected]> | |
e2d1d6c0 | 4346 | S: Maintained |
679655da JP |
4347 | F: Documentation/RCU/torture.txt |
4348 | F: kernel/rcutorture.c | |
e2d1d6c0 | 4349 | |
c1f766b5 | 4350 | RDC R-321X SoC |
8b58be88 | 4351 | M: Florian Fainelli <[email protected]> |
c1f766b5 FF |
4352 | S: Maintained |
4353 | ||
db17f395 | 4354 | RDC R6040 FAST ETHERNET DRIVER |
8b58be88 | 4355 | M: Florian Fainelli <[email protected]> |
db17f395 FF |
4356 | L: [email protected] |
4357 | S: Maintained | |
679655da | 4358 | F: drivers/net/r6040.c |
db17f395 | 4359 | |
a09ed661 | 4360 | RDS - RELIABLE DATAGRAM SOCKETS |
8b58be88 | 4361 | M: Andy Grover <[email protected]> |
fbb5a558 | 4362 | L: [email protected] (moderated for non-subscribers) |
a09ed661 | 4363 | S: Supported |
679655da | 4364 | F: net/rds/ |
a09ed661 | 4365 | |
595182bc | 4366 | READ-COPY UPDATE (RCU) |
8b58be88 JP |
4367 | M: Dipankar Sarma <[email protected]> |
4368 | M: "Paul E. McKenney" <[email protected]> | |
595182bc | 4369 | W: http://www.rdrop.com/users/paulmck/rclock/ |
595182bc | 4370 | S: Supported |
679655da JP |
4371 | F: Documentation/RCU/rcu.txt |
4372 | F: Documentation/RCU/rcuref.txt | |
4373 | F: include/linux/rcupdate.h | |
4374 | F: include/linux/srcu.h | |
4375 | F: kernel/rcupdate.c | |
595182bc | 4376 | |
1da177e4 | 4377 | REAL TIME CLOCK DRIVER |
8b58be88 | 4378 | M: Paul Gortmaker <[email protected]> |
1da177e4 | 4379 | S: Maintained |
679655da JP |
4380 | F: Documentation/rtc.txt |
4381 | F: drivers/rtc/ | |
4382 | F: include/linux/rtc.h | |
1da177e4 | 4383 | |
0c86edc0 | 4384 | REAL TIME CLOCK (RTC) SUBSYSTEM |
8b58be88 | 4385 | M: Alessandro Zummo <[email protected]> |
76465493 | 4386 | L: [email protected] |
0c86edc0 | 4387 | S: Maintained |
679655da JP |
4388 | F: Documentation/rtc.txt |
4389 | F: drivers/rtc/ | |
4390 | F: include/linux/rtc.h | |
0c86edc0 | 4391 | |
1da177e4 | 4392 | REISERFS FILE SYSTEM |
76c4e5ea | 4393 | L: [email protected] |
1da177e4 | 4394 | S: Supported |
679655da | 4395 | F: fs/reiserfs/ |
1da177e4 | 4396 | |
e0897645 | 4397 | RFKILL |
8b58be88 | 4398 | M: Johannes Berg <[email protected]> |
19d337df | 4399 | L: [email protected] |
e0897645 | 4400 | S: Maintained |
80811493 JP |
4401 | F Documentation/rfkill.txt |
4402 | F: net/rfkill/ | |
e0897645 | 4403 | |
e2d1d6c0 RD |
4404 | RISCOM8 DRIVER |
4405 | S: Orphan | |
679655da JP |
4406 | F: Documentation/serial/riscom8.txt |
4407 | F: drivers/char/riscom8* | |
e2d1d6c0 | 4408 | |
1da177e4 LT |
4409 | ROCKETPORT DRIVER |
4410 | P: Comtrol Corp. | |
1da177e4 LT |
4411 | W: http://www.comtrol.com |
4412 | S: Maintained | |
679655da JP |
4413 | F: Documentation/serial/rocket.txt |
4414 | F: drivers/char/rocket* | |
1da177e4 LT |
4415 | |
4416 | ROSE NETWORK LAYER | |
8b58be88 | 4417 | M: Ralf Baechle <[email protected]> |
1da177e4 | 4418 | L: [email protected] |
d34cb28a | 4419 | W: http://www.linux-ax25.org/ |
1da177e4 | 4420 | S: Maintained |
679655da JP |
4421 | F: include/linux/rose.h |
4422 | F: include/net/rose.h | |
4423 | F: net/rose/ | |
1da177e4 | 4424 | |
59840488 | 4425 | RTL8180 WIRELESS DRIVER |
8b58be88 | 4426 | M: "John W. Linville" <[email protected]> |
605bebe2 MW |
4427 | L: [email protected] |
4428 | W: http://linuxwireless.org/ | |
54e5881d | 4429 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
605bebe2 | 4430 | S: Maintained |
2b3daf58 | 4431 | F: drivers/net/wireless/rtl818x/rtl8180* |
605bebe2 | 4432 | |
59840488 | 4433 | RTL8187 WIRELESS DRIVER |
8b58be88 JP |
4434 | M: Herton Ronaldo Krzesinski <[email protected]> |
4435 | M: Hin-Tak Leung <[email protected]> | |
4436 | M: Larry Finger <[email protected]> | |
7d2c86b5 JP |
4437 | L: [email protected] |
4438 | W: http://linuxwireless.org/ | |
54e5881d | 4439 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7d2c86b5 | 4440 | S: Maintained |
679655da | 4441 | F: drivers/net/wireless/rtl818x/rtl8187* |
59840488 | 4442 | |
9eb8ef74 | 4443 | S3 SAVAGE FRAMEBUFFER DRIVER |
8b58be88 | 4444 | M: Antonino Daplas <[email protected]> |
8936b6db | 4445 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 4446 | S: Maintained |
679655da | 4447 | F: drivers/video/savage/ |
9eb8ef74 | 4448 | |
1da177e4 | 4449 | S390 |
8b58be88 JP |
4450 | M: Martin Schwidefsky <[email protected]> |
4451 | M: Heiko Carstens <[email protected]> | |
1da177e4 | 4452 | M: [email protected] |
d58140cc | 4453 | L: [email protected] |
5238da45 HC |
4454 | W: http://www.ibm.com/developerworks/linux/linux390/ |
4455 | S: Supported | |
679655da | 4456 | F: arch/s390/ |
5238da45 HC |
4457 | |
4458 | S390 NETWORK DRIVERS | |
8b58be88 JP |
4459 | M: Ursula Braun <[email protected]> |
4460 | M: Frank Blaschka <[email protected]> | |
5238da45 | 4461 | M: [email protected] |
d58140cc | 4462 | L: [email protected] |
5238da45 HC |
4463 | W: http://www.ibm.com/developerworks/linux/linux390/ |
4464 | S: Supported | |
679655da | 4465 | F: drivers/s390/net/ |
5238da45 | 4466 | |
feed9b62 | 4467 | S390 ZCRYPT DRIVER |
8b58be88 JP |
4468 | M: Felix Beck <[email protected]> |
4469 | M: Ralph Wuerthner <[email protected]> | |
feed9b62 FB |
4470 | M: [email protected] |
4471 | L: [email protected] | |
4472 | S: Supported | |
d5ca6918 | 4473 | F: drivers/s390/crypto/ |
feed9b62 | 4474 | |
5238da45 | 4475 | S390 ZFCP DRIVER |
8b58be88 JP |
4476 | M: Christof Schmitt <[email protected]> |
4477 | M: Martin Peschke <[email protected]> | |
5238da45 | 4478 | M: [email protected] |
d58140cc | 4479 | L: [email protected] |
5238da45 | 4480 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 | 4481 | S: Supported |
679655da JP |
4482 | F: Documentation/s390/zfcpdump.txt |
4483 | F: drivers/s390/scsi/zfcp_* | |
1da177e4 | 4484 | |
dd96df2c | 4485 | S390 IUCV NETWORK LAYER |
8b58be88 | 4486 | M: Ursula Braun <[email protected]> |
dd96df2c UB |
4487 | M: [email protected] |
4488 | L: [email protected] | |
4489 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
4490 | S: Supported | |
679655da JP |
4491 | F: drivers/s390/net/*iucv* |
4492 | F: include/net/iucv/ | |
4493 | F: net/iucv/ | |
dd96df2c | 4494 | |
4dde7f75 | 4495 | S3C24XX SD/MMC Driver |
8b58be88 | 4496 | M: Ben Dooks <[email protected]> |
efc03ecb | 4497 | L: [email protected] (moderated for non-subscribers) |
4dde7f75 | 4498 | S: Supported |
679655da | 4499 | F: drivers/mmc/host/s3cmci.* |
4dde7f75 | 4500 | |
1da177e4 | 4501 | SAA7146 VIDEO4LINUX-2 DRIVER |
8b58be88 | 4502 | M: Michael Hunold <[email protected]> |
661263b5 | 4503 | L: [email protected] |
54e5881d | 4504 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1da177e4 LT |
4505 | W: http://www.mihu.de/linux/saa7146 |
4506 | S: Maintained | |
679655da JP |
4507 | F: drivers/media/common/saa7146* |
4508 | F: drivers/media/video/*7146* | |
4509 | F: include/media/*7146* | |
1da177e4 | 4510 | |
1da177e4 | 4511 | SC1200 WDT DRIVER |
8b58be88 | 4512 | M: Zwane Mwaikambo <[email protected]> |
1da177e4 | 4513 | S: Maintained |
679655da | 4514 | F: drivers/watchdog/sc1200wdt.c |
1da177e4 LT |
4515 | |
4516 | SCHEDULER | |
8b58be88 JP |
4517 | M: Ingo Molnar <[email protected]> |
4518 | M: Peter Zijlstra <[email protected]> | |
1da177e4 | 4519 | S: Maintained |
679655da JP |
4520 | F: kernel/sched* |
4521 | F: include/linux/sched.h | |
1da177e4 | 4522 | |
6bcf6737 | 4523 | SCORE ARCHITECTURE |
a2681a75 JP |
4524 | M: Chen Liqin <[email protected]> |
4525 | M: Lennox Wu <[email protected]> | |
6bcf6737 CL |
4526 | W: http://www.sunplusct.com |
4527 | S: Supported | |
a2681a75 | 4528 | F: arch/score/ |
6bcf6737 | 4529 | |
1da177e4 | 4530 | SCSI CDROM DRIVER |
8b58be88 | 4531 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
4532 | L: [email protected] |
4533 | W: http://www.kernel.dk | |
4534 | S: Maintained | |
679655da | 4535 | F: drivers/scsi/sr* |
1da177e4 LT |
4536 | |
4537 | SCSI SG DRIVER | |
8b58be88 | 4538 | M: Doug Gilbert <[email protected]> |
1da177e4 LT |
4539 | L: [email protected] |
4540 | W: http://www.torque.net/sg | |
4541 | S: Maintained | |
679655da JP |
4542 | F: drivers/scsi/sg.c |
4543 | F: include/scsi/sg.h | |
1da177e4 LT |
4544 | |
4545 | SCSI SUBSYSTEM | |
60df75c1 | 4546 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 | 4547 | L: [email protected] |
54e5881d JP |
4548 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
4549 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | |
4550 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 | 4551 | S: Maintained |
679655da JP |
4552 | F: drivers/scsi/ |
4553 | F: include/scsi/ | |
1da177e4 LT |
4554 | |
4555 | SCSI TAPE DRIVER | |
8b58be88 | 4556 | M: Kai Mäkisara <[email protected]> |
1da177e4 LT |
4557 | L: [email protected] |
4558 | S: Maintained | |
679655da JP |
4559 | F: Documentation/scsi/st.txt |
4560 | F: drivers/scsi/st* | |
1da177e4 LT |
4561 | |
4562 | SCTP PROTOCOL | |
8b58be88 JP |
4563 | M: Vlad Yasevich <[email protected]> |
4564 | M: Sridhar Samudrala <[email protected]> | |
1a418796 | 4565 | L: [email protected] |
5f85813c | 4566 | W: http://lksctp.sourceforge.net |
ce00f85c | 4567 | S: Supported |
679655da JP |
4568 | F: Documentation/networking/sctp.txt |
4569 | F: include/linux/sctp.h | |
4570 | F: include/net/sctp/ | |
4571 | F: net/sctp/ | |
1da177e4 LT |
4572 | |
4573 | SCx200 CPU SUPPORT | |
8b58be88 | 4574 | M: Jim Cromie <[email protected]> |
1662d32c | 4575 | S: Odd Fixes |
679655da JP |
4576 | F: Documentation/i2c/busses/scx200_acb |
4577 | F: arch/x86/kernel/scx200_32.c | |
4578 | F: drivers/watchdog/scx200_wdt.c | |
4579 | F: drivers/i2c/busses/scx200* | |
4580 | F: drivers/mtd/maps/scx200_docflash.c | |
4581 | F: include/linux/scx200.h | |
1662d32c JC |
4582 | |
4583 | SCx200 GPIO DRIVER | |
8b58be88 | 4584 | M: Jim Cromie <[email protected]> |
1662d32c | 4585 | S: Maintained |
679655da JP |
4586 | F: drivers/char/scx200_gpio.c |
4587 | F: include/linux/scx200_gpio.h | |
1662d32c JC |
4588 | |
4589 | SCx200 HRT CLOCKSOURCE DRIVER | |
8b58be88 | 4590 | M: Jim Cromie <[email protected]> |
1662d32c | 4591 | S: Maintained |
679655da | 4592 | F: drivers/clocksource/scx200_hrt.c |
1da177e4 | 4593 | |
6a36913a | 4594 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 4595 | M: Sascha Sommer <[email protected]> |
6a36913a SS |
4596 | L: [email protected] (subscribers-only) |
4597 | S: Maintained | |
679655da | 4598 | F: drivers/mmc/host/sdricoh_cs.c |
6a36913a | 4599 | |
e7839f25 | 4600 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
7a241d6e JP |
4601 | S: Orphan |
4602 | L: [email protected] | |
4603 | F: drivers/mmc/host/sdhci.* | |
e2d1d6c0 | 4604 | |
3085e9c1 | 4605 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
8b58be88 | 4606 | M: Anton Vorontsov <[email protected]> |
3085e9c1 | 4607 | L: [email protected] |
7a241d6e | 4608 | L: [email protected] |
e2d1d6c0 | 4609 | S: Maintained |
7a241d6e | 4610 | F: drivers/mmc/host/sdhci-of.* |
e2d1d6c0 | 4611 | |
0d1bb41a | 4612 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
8b58be88 | 4613 | M: Ben Dooks <[email protected]> |
7a241d6e | 4614 | L: [email protected] |
0d1bb41a BD |
4615 | S: Maintained |
4616 | F: drivers/mmc/host/sdhci-s3c.c | |
4617 | ||
8711cca2 | 4618 | SECURITY SUBSYSTEM |
8b58be88 | 4619 | M: James Morris <[email protected]> |
8711cca2 | 4620 | L: [email protected] (suggested Cc:) |
54e5881d | 4621 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
c8334dc8 | 4622 | W: http://security.wiki.kernel.org/ |
8711cca2 | 4623 | S: Supported |
7d2c86b5 | 4624 | F: security/ |
8711cca2 | 4625 | |
1da177e4 | 4626 | SECURITY CONTACT |
8b58be88 | 4627 | M: Security Officers <[email protected]> |
1da177e4 LT |
4628 | S: Supported |
4629 | ||
4630 | SELINUX SECURITY MODULE | |
8b58be88 JP |
4631 | M: Stephen Smalley <[email protected]> |
4632 | M: James Morris <[email protected]> | |
4633 | M: Eric Paris <[email protected]> | |
7d2c86b5 | 4634 | L: [email protected] (subscribers-only, general discussion) |
f058925b | 4635 | W: http://selinuxproject.org |
54e5881d | 4636 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
1da177e4 | 4637 | S: Supported |
679655da JP |
4638 | F: include/linux/selinux* |
4639 | F: security/selinux/ | |
1da177e4 | 4640 | |
cef2cf07 | 4641 | SENSABLE PHANTOM |
8b58be88 | 4642 | M: Jiri Slaby <[email protected]> |
cef2cf07 | 4643 | S: Maintained |
679655da JP |
4644 | F: drivers/misc/phantom.c |
4645 | F: include/linux/phantom.h | |
cef2cf07 | 4646 | |
4480f15b | 4647 | SERIAL ATA (SATA) SUBSYSTEM |
8b58be88 | 4648 | M: Jeff Garzik <[email protected]> |
1da177e4 | 4649 | L: [email protected] |
54e5881d | 4650 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
1da177e4 | 4651 | S: Supported |
d5ca6918 JP |
4652 | F: drivers/ata/ |
4653 | F: include/linux/ata.h | |
4654 | F: include/linux/libata.h | |
1da177e4 | 4655 | |
6733b39a JK |
4656 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
4657 | P: Jayamohan Kallickal | |
4658 | M: [email protected] | |
4659 | L: [email protected] | |
4660 | W: http://www.serverengines.com | |
4661 | S: Supported | |
4662 | F: drivers/scsi/be2iscsi/ | |
4663 | ||
6b7c5b94 | 4664 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
8b58be88 JP |
4665 | M: Sathya Perla <[email protected]> |
4666 | M: Subbu Seetharaman <[email protected]> | |
7d2c86b5 JP |
4667 | L: [email protected] |
4668 | W: http://www.serverengines.com | |
4669 | S: Supported | |
679655da | 4670 | F: drivers/net/benet/ |
6b7c5b94 | 4671 | |
8ceee660 | 4672 | SFC NETWORK DRIVER |
c06f51ea JP |
4673 | M: Solarflare linux maintainers <[email protected]> |
4674 | M: Steve Hodgson <[email protected]> | |
4675 | M: Ben Hutchings <[email protected]> | |
4676 | L: [email protected] | |
8ceee660 | 4677 | S: Supported |
679655da | 4678 | F: drivers/net/sfc/ |
8ceee660 | 4679 | |
e2d1d6c0 | 4680 | SGI GRU DRIVER |
8b58be88 | 4681 | M: Jack Steiner <[email protected]> |
e2d1d6c0 | 4682 | S: Maintained |
679655da | 4683 | F: drivers/misc/sgi-gru/ |
e2d1d6c0 RD |
4684 | |
4685 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
8b58be88 | 4686 | M: Pat Gefre <[email protected]> |
e2d1d6c0 RD |
4687 | L: [email protected] |
4688 | S: Supported | |
679655da JP |
4689 | F: Documentation/ia64/serial.txt |
4690 | F: drivers/serial/ioc?_serial.c | |
4691 | F: include/linux/ioc?.h | |
e2d1d6c0 | 4692 | |
1da177e4 | 4693 | SGI VISUAL WORKSTATION 320 AND 540 |
8b58be88 | 4694 | M: Andrey Panin <[email protected]> |
1da177e4 LT |
4695 | L: [email protected] |
4696 | W: http://linux-visws.sf.net | |
4697 | S: Maintained for 2.6. | |
679655da | 4698 | F: Documentation/sgi-visws.txt |
1da177e4 | 4699 | |
75312619 | 4700 | SGI XP/XPC/XPNET DRIVER |
8b58be88 | 4701 | M: Robin Holt <[email protected]> |
75312619 | 4702 | S: Maintained |
679655da | 4703 | F: drivers/misc/sgi-xp/ |
75312619 | 4704 | |
e2d1d6c0 | 4705 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
8b58be88 | 4706 | M: Marc Singer <[email protected]> |
e2d1d6c0 | 4707 | W: http://projects.buici.com/arm |
efc03ecb | 4708 | L: [email protected] (moderated for non-subscribers) |
e2d1d6c0 | 4709 | S: Maintained |
679655da JP |
4710 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen |
4711 | F: arch/arm/mach-lh7a40x/ | |
4712 | F: drivers/serial/serial_lh7a40x.c | |
4713 | F: drivers/usb/gadget/lh7a40* | |
4714 | F: drivers/usb/host/ohci-lh7a40* | |
e2d1d6c0 | 4715 | |
6349d997 | 4716 | SIMPLE FIRMWARE INTERFACE (SFI) |
2bf822d7 | 4717 | M: Len Brown <[email protected]> |
6349d997 LB |
4718 | L: [email protected] |
4719 | W: http://simplefirmware.org/ | |
4720 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | |
e2d1d6c0 | 4721 | S: Supported |
6349d997 LB |
4722 | F: arch/x86/kernel/*sfi* |
4723 | F: drivers/sfi/ | |
4724 | F: include/linux/sfi*.h | |
e2d1d6c0 | 4725 | |
1da177e4 LT |
4726 | SIMTEC EB110ATX (Chalice CATS) |
4727 | P: Ben Dooks | |
8b58be88 | 4728 | M: Vincent Sanders <[email protected]> |
1da177e4 LT |
4729 | W: http://www.simtec.co.uk/products/EB110ATX/ |
4730 | S: Supported | |
4731 | ||
4732 | SIMTEC EB2410ITX (BAST) | |
4733 | P: Ben Dooks | |
8b58be88 | 4734 | M: Vincent Sanders <[email protected]> |
1da177e4 LT |
4735 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
4736 | S: Supported | |
679655da JP |
4737 | F: arch/arm/mach-s3c2410/ |
4738 | F: drivers/*/*s3c2410* | |
4739 | F: drivers/*/*/*s3c2410* | |
1da177e4 | 4740 | |
4c5adde7 KH |
4741 | TI DAVINCI MACHINE SUPPORT |
4742 | P: Kevin Hilman | |
4743 | M: [email protected] | |
4744 | S: Supported | |
4745 | F: arch/arm/mach-davinci | |
4746 | ||
92aab3c0 | 4747 | SIS 190 ETHERNET DRIVER |
8b58be88 | 4748 | M: Francois Romieu <[email protected]> |
92aab3c0 FR |
4749 | L: [email protected] |
4750 | S: Maintained | |
679655da | 4751 | F: drivers/net/sis190.c |
92aab3c0 | 4752 | |
1da177e4 | 4753 | SIS 900/7016 FAST ETHERNET DRIVER |
8b58be88 | 4754 | M: Daniele Venzano <[email protected]> |
1da177e4 | 4755 | W: http://www.brownhat.org/sis900.html |
979b6c13 | 4756 | L: [email protected] |
1da177e4 | 4757 | S: Maintained |
679655da | 4758 | F: drivers/net/sis900.* |
1da177e4 | 4759 | |
6ea884db | 4760 | SIS 96X I2C/SMBUS DRIVER |
8b58be88 | 4761 | M: "Mark M. Hoffman" <[email protected]> |
846557d3 | 4762 | L: [email protected] |
6ea884db | 4763 | S: Maintained |
679655da JP |
4764 | F: Documentation/i2c/busses/i2c-sis96x |
4765 | F: drivers/i2c/busses/i2c-sis96x.c | |
6ea884db | 4766 | |
1da177e4 | 4767 | SIS FRAMEBUFFER DRIVER |
8b58be88 | 4768 | M: Thomas Winischhofer <[email protected]> |
1da177e4 | 4769 | W: http://www.winischhofer.net/linuxsisvga.shtml |
b7eee616 | 4770 | S: Maintained |
679655da JP |
4771 | F: Documentation/fb/sisfb.txt |
4772 | F: drivers/video/sis/ | |
4773 | F: include/video/sisfb.h | |
1da177e4 LT |
4774 | |
4775 | SIS USB2VGA DRIVER | |
8b58be88 | 4776 | M: Thomas Winischhofer <[email protected]> |
1da177e4 LT |
4777 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
4778 | S: Maintained | |
679655da | 4779 | F: drivers/usb/misc/sisusbvga/ |
1da177e4 | 4780 | |
e2d1d6c0 | 4781 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
8b58be88 | 4782 | M: Stephen Hemminger <[email protected]> |
e2d1d6c0 RD |
4783 | L: [email protected] |
4784 | S: Maintained | |
679655da JP |
4785 | F: drivers/net/skge.* |
4786 | F: drivers/net/sky2.* | |
e2d1d6c0 | 4787 | |
415ad26d | 4788 | SLAB ALLOCATOR |
8b58be88 JP |
4789 | M: Christoph Lameter <[email protected]> |
4790 | M: Pekka Enberg <[email protected]> | |
4791 | M: Matt Mackall <[email protected]> | |
415ad26d CL |
4792 | L: [email protected] |
4793 | S: Maintained | |
679655da JP |
4794 | F: include/linux/sl?b*.h |
4795 | F: mm/sl?b.c | |
415ad26d | 4796 | |
1da177e4 | 4797 | SMC91x ETHERNET DRIVER |
2f82af08 | 4798 | M: Nicolas Pitre <[email protected]> |
1da177e4 | 4799 | S: Maintained |
679655da | 4800 | F: drivers/net/smc91x.* |
1da177e4 | 4801 | |
6ea884db | 4802 | SMSC47B397 HARDWARE MONITOR DRIVER |
8b58be88 | 4803 | M: "Mark M. Hoffman" <[email protected]> |
6ea884db MH |
4804 | L: [email protected] |
4805 | S: Maintained | |
679655da JP |
4806 | F: Documentation/hwmon/smsc47b397 |
4807 | F: drivers/hwmon/smsc47b397.c | |
6ea884db | 4808 | |
fd9abb3d | 4809 | SMSC911x ETHERNET DRIVER |
8b58be88 | 4810 | M: Steve Glendinning <[email protected]> |
2cb37728 SG |
4811 | L: [email protected] |
4812 | S: Supported | |
679655da JP |
4813 | F: include/linux/smsc911x.h |
4814 | F: drivers/net/smsc911x.* | |
2cb37728 SG |
4815 | |
4816 | SMSC9420 PCI ETHERNET DRIVER | |
8b58be88 | 4817 | M: Steve Glendinning <[email protected]> |
fd9abb3d SG |
4818 | L: [email protected] |
4819 | S: Supported | |
679655da | 4820 | F: drivers/net/smsc9420.* |
fd9abb3d | 4821 | |
b54f2863 | 4822 | SMX UIO Interface |
8b58be88 | 4823 | M: Ben Nizette <[email protected]> |
b54f2863 | 4824 | S: Maintained |
679655da | 4825 | F: drivers/uio/uio_smx.c |
b54f2863 | 4826 | |
e2d1d6c0 | 4827 | SN-IA64 (Itanium) SUB-PLATFORM |
8b58be88 | 4828 | M: Jes Sorensen <[email protected]> |
e2d1d6c0 RD |
4829 | L: [email protected] |
4830 | L: [email protected] | |
4831 | W: http://www.sgi.com/altix | |
4832 | S: Maintained | |
679655da | 4833 | F: arch/ia64/sn/ |
e2d1d6c0 | 4834 | |
668acf32 | 4835 | SOC-CAMERA V4L2 SUBSYSTEM |
8b58be88 | 4836 | M: Guennadi Liakhovetski <[email protected]> |
661263b5 | 4837 | L: [email protected] |
54e5881d | 4838 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
795fb7e7 | 4839 | S: Maintained |
679655da JP |
4840 | F: include/media/v4l2* |
4841 | F: drivers/media/video/v4l2* | |
668acf32 | 4842 | |
e2d1d6c0 | 4843 | SOEKRIS NET48XX LED SUPPORT |
8b58be88 | 4844 | M: Chris Boot <[email protected]> |
e2d1d6c0 | 4845 | S: Maintained |
679655da | 4846 | F: drivers/leds/leds-net48xx.c |
e2d1d6c0 | 4847 | |
1da177e4 | 4848 | SOFTWARE RAID (Multiple Disks) SUPPORT |
8b58be88 | 4849 | M: Neil Brown <[email protected]> |
1da177e4 | 4850 | L: [email protected] |
524418bb | 4851 | S: Supported |
679655da JP |
4852 | F: drivers/md/ |
4853 | F: include/linux/raid/ | |
1da177e4 | 4854 | |
1da177e4 | 4855 | SONIC NETWORK DRIVER |
8b58be88 | 4856 | M: Thomas Bogendoerfer <[email protected]> |
979b6c13 | 4857 | L: [email protected] |
1da177e4 | 4858 | S: Maintained |
679655da | 4859 | F: drivers/net/sonic.* |
1da177e4 | 4860 | |
61e115a5 | 4861 | SONICS SILICON BACKPLANE DRIVER (SSB) |
8b58be88 | 4862 | M: Michael Buesch <[email protected]> |
61e115a5 MB |
4863 | L: [email protected] |
4864 | S: Maintained | |
679655da JP |
4865 | F: drivers/ssb/ |
4866 | F: include/linux/ssb/ | |
61e115a5 | 4867 | |
1da177e4 | 4868 | SONY VAIO CONTROL DEVICE DRIVER |
8b58be88 | 4869 | M: Mattia Dongili <[email protected]> |
5b18167d MD |
4870 | L: [email protected] |
4871 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | |
1da177e4 | 4872 | S: Maintained |
679655da JP |
4873 | F: Documentation/laptops/sony-laptop.txt |
4874 | F: drivers/char/sonypi.c | |
4875 | F: drivers/platform/x86/sony-laptop.c | |
4876 | F: include/linux/sony-laptop.h | |
1da177e4 | 4877 | |
baf8532a | 4878 | SONY MEMORYSTICK CARD SUPPORT |
8b58be88 | 4879 | M: Alex Dubov <[email protected]> |
baf8532a AD |
4880 | W: http://tifmxx.berlios.de/ |
4881 | S: Maintained | |
679655da | 4882 | F: drivers/memstick/host/tifm_ms.c |
baf8532a | 4883 | |
1da177e4 | 4884 | SOUND |
8b58be88 JP |
4885 | M: Jaroslav Kysela <[email protected]> |
4886 | M: Takashi Iwai <[email protected]> | |
93711660 | 4887 | L: [email protected] (moderated for non-subscribers) |
3126a179 JP |
4888 | W: http://www.alsa-project.org/ |
4889 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git | |
4890 | T: git git://git.alsa-project.org/alsa-kernel.git | |
1da177e4 | 4891 | S: Maintained |
3126a179 JP |
4892 | F: Documentation/sound/ |
4893 | F: include/sound/ | |
679655da | 4894 | F: sound/ |
1da177e4 | 4895 | |
bd903bde | 4896 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
8b58be88 JP |
4897 | M: Liam Girdwood <[email protected]> |
4898 | M: Mark Brown <[email protected]> | |
bb74a6e5 | 4899 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git |
93711660 | 4900 | L: [email protected] (moderated for non-subscribers) |
b0b8daf7 | 4901 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 | 4902 | S: Supported |
679655da | 4903 | F: sound/soc/ |
e6e55122 | 4904 | F: include/sound/soc* |
eb1a6af3 | 4905 | |
473321fc | 4906 | SPARC + UltraSPARC (sparc/sparc64) |
8b58be88 | 4907 | M: "David S. Miller" <[email protected]> |
1da177e4 | 4908 | L: [email protected] |
54e5881d JP |
4909 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
4910 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | |
1da177e4 | 4911 | S: Maintained |
679655da | 4912 | F: arch/sparc/ |
1da177e4 LT |
4913 | |
4914 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | |
8b58be88 | 4915 | M: Roger Wolff <[email protected]> |
1da177e4 | 4916 | S: Supported |
679655da JP |
4917 | F: Documentation/serial/specialix.txt |
4918 | F: drivers/char/specialix* | |
1da177e4 | 4919 | |
e2d1d6c0 | 4920 | SPI SUBSYSTEM |
8b58be88 | 4921 | M: David Brownell <[email protected]> |
e2d1d6c0 RD |
4922 | L: [email protected] |
4923 | S: Maintained | |
679655da JP |
4924 | F: Documentation/spi/ |
4925 | F: drivers/spi/ | |
4926 | F: include/linux/spi/ | |
e2d1d6c0 | 4927 | |
2752e401 | 4928 | SPIDERNET NETWORK DRIVER for CELL |
8b58be88 JP |
4929 | M: Ishizaki Kou <[email protected]> |
4930 | M: Jens Osterkamp <[email protected]> | |
2752e401 JL |
4931 | L: [email protected] |
4932 | S: Supported | |
679655da JP |
4933 | F: Documentation/networking/spider_net.txt |
4934 | F: drivers/net/spider_net* | |
2752e401 | 4935 | |
e2d1d6c0 | 4936 | SPU FILE SYSTEM |
8b58be88 | 4937 | M: Jeremy Kerr <[email protected]> |
e2d1d6c0 RD |
4938 | L: [email protected] |
4939 | L: [email protected] | |
4940 | W: http://www.ibm.com/developerworks/power/cell/ | |
4941 | S: Supported | |
679655da JP |
4942 | F: Documentation/filesystems/spufs.txt |
4943 | F: arch/powerpc/platforms/cell/spufs/ | |
e2d1d6c0 | 4944 | |
fc555841 | 4945 | SQUASHFS FILE SYSTEM |
8b58be88 | 4946 | M: Phillip Lougher <[email protected]> |
fc555841 PL |
4947 | L: [email protected] (subscribers-only) |
4948 | W: http://squashfs.org.uk | |
4949 | S: Maintained | |
679655da JP |
4950 | F: Documentation/filesystems/squashfs.txt |
4951 | F: fs/squashfs/ | |
fc555841 | 4952 | |
1da177e4 | 4953 | SRM (Alpha) environment access |
8b58be88 | 4954 | M: Jan-Benedict Glaw <[email protected]> |
1da177e4 | 4955 | S: Maintained |
679655da | 4956 | F: arch/alpha/kernel/srm_env.c |
1da177e4 | 4957 | |
26e9a397 | 4958 | STABLE BRANCH |
8b58be88 JP |
4959 | M: Greg Kroah-Hartman <[email protected]> |
4960 | M: Chris Wright <[email protected]> | |
e2d1d6c0 RD |
4961 | L: [email protected] |
4962 | S: Maintained | |
4963 | ||
26e9a397 | 4964 | STAGING SUBSYSTEM |
8b58be88 | 4965 | M: Greg Kroah-Hartman <[email protected]> |
dbc6c2cc | 4966 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1c6ccf62 | 4967 | L: [email protected] |
dbc6c2cc | 4968 | S: Maintained |
679655da | 4969 | F: drivers/staging/ |
dbc6c2cc | 4970 | |
1da177e4 | 4971 | STARFIRE/DURALAN NETWORK DRIVER |
8b58be88 | 4972 | M: Ion Badulescu <[email protected]> |
b4f90189 | 4973 | S: Odd Fixes |
679655da | 4974 | F: drivers/net/starfire* |
1da177e4 LT |
4975 | |
4976 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | |
baaea1dc | 4977 | S: Orphan |
679655da JP |
4978 | F: drivers/net/wireless/strip.c |
4979 | F: include/linux/if_strip.h | |
1da177e4 LT |
4980 | |
4981 | STRADIS MPEG-2 DECODER DRIVER | |
8b58be88 | 4982 | M: Nathan Laredo <[email protected]> |
1da177e4 LT |
4983 | W: http://www.stradis.com/ |
4984 | S: Maintained | |
679655da | 4985 | F: drivers/media/video/stradis.c |
1da177e4 | 4986 | |
e2d1d6c0 | 4987 | SUN3/3X |
8b58be88 | 4988 | M: Sam Creasey <[email protected]> |
e2d1d6c0 RD |
4989 | W: http://sammy.net/sun3/ |
4990 | S: Maintained | |
679655da JP |
4991 | F: arch/m68k/kernel/*sun3* |
4992 | F: arch/m68k/sun3*/ | |
4993 | F: arch/m68k/include/asm/sun3* | |
e2d1d6c0 | 4994 | |
2cbb12a4 | 4995 | SUPERH |
8b58be88 | 4996 | M: Paul Mundt <[email protected]> |
2cbb12a4 | 4997 | L: [email protected] |
1da177e4 | 4998 | W: http://www.linux-sh.org |
54e5881d | 4999 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
5c806b20 | 5000 | S: Supported |
066069e1 | 5001 | F: Documentation/sh/ |
679655da | 5002 | F: arch/sh/ |
066069e1 | 5003 | F: drivers/sh/ |
1da177e4 | 5004 | |
4480f15b | 5005 | SUSPEND TO RAM |
8b58be88 JP |
5006 | M: Len Brown <[email protected]> |
5007 | M: Pavel Machek <[email protected]> | |
5008 | M: "Rafael J. Wysocki" <[email protected]> | |
e2d1d6c0 RD |
5009 | L: [email protected] |
5010 | S: Supported | |
679655da JP |
5011 | F: Documentation/power/ |
5012 | F: arch/x86/kernel/acpi/ | |
5013 | F: drivers/base/power/ | |
5014 | F: kernel/power/ | |
5015 | F: include/linux/suspend.h | |
5016 | F: include/linux/freezer.h | |
5017 | F: include/linux/pm.h | |
1da177e4 LT |
5018 | |
5019 | SVGA HANDLING | |
8b58be88 | 5020 | M: Martin Mares <[email protected]> |
1da177e4 LT |
5021 | L: [email protected] |
5022 | S: Maintained | |
679655da JP |
5023 | F: Documentation/svga.txt |
5024 | F: arch/x86/boot/video* | |
1da177e4 LT |
5025 | |
5026 | SYSV FILESYSTEM | |
8b58be88 | 5027 | M: Christoph Hellwig <[email protected]> |
1da177e4 | 5028 | S: Maintained |
679655da JP |
5029 | F: Documentation/filesystems/sysv-fs.txt |
5030 | F: fs/sysv/ | |
5031 | F: include/linux/sysv_fs.h | |
1da177e4 | 5032 | |
4e68852d | 5033 | TASKSTATS STATISTICS INTERFACE |
8b58be88 | 5034 | M: Balbir Singh <[email protected]> |
4e68852d | 5035 | S: Maintained |
679655da JP |
5036 | F: Documentation/accounting/taskstats* |
5037 | F: include/linux/taskstats* | |
5038 | F: kernel/taskstats.c | |
4e68852d | 5039 | |
781b456a | 5040 | TC CLASSIFIER |
8b58be88 | 5041 | M: Jamal Hadi Salim <[email protected]> |
781b456a SH |
5042 | L: [email protected] |
5043 | S: Maintained | |
679655da JP |
5044 | F: include/linux/pkt_cls.h |
5045 | F: include/net/pkt_cls.h | |
5046 | F: net/sched/ | |
781b456a | 5047 | |
5067f08a | 5048 | TCP LOW PRIORITY MODULE |
8b58be88 JP |
5049 | M: "Wong Hoi Sing, Edison" <[email protected]> |
5050 | M: "Hung Hing Lun, Mike" <[email protected]> | |
5067f08a WHSE |
5051 | W: http://tcp-lp-mod.sourceforge.net/ |
5052 | S: Maintained | |
679655da | 5053 | F: net/ipv4/tcp_lp.c |
5067f08a | 5054 | |
1a348ccc | 5055 | TEHUTI ETHERNET DRIVER |
8b58be88 JP |
5056 | M: Alexander Indenbaum <[email protected]> |
5057 | M: Andy Gospodarek <[email protected]> | |
1a348ccc AG |
5058 | L: [email protected] |
5059 | S: Supported | |
679655da | 5060 | F: drivers/net/tehuti* |
1a348ccc | 5061 | |
4e68852d | 5062 | Telecom Clock Driver for MCPL0010 |
8b58be88 | 5063 | M: Mark Gross <[email protected]> |
4e68852d | 5064 | S: Supported |
679655da | 5065 | F: drivers/char/tlclk.c |
4e68852d | 5066 | |
4480f15b | 5067 | TENSILICA XTENSA PORT (xtensa) |
8b58be88 | 5068 | M: Chris Zankel <[email protected]> |
4e68852d | 5069 | S: Maintained |
679655da | 5070 | F: arch/xtensa/ |
4e68852d AC |
5071 | |
5072 | THINKPAD ACPI EXTRAS DRIVER | |
8b58be88 | 5073 | M: Henrique de Moraes Holschuh <[email protected]> |
4e68852d AC |
5074 | L: [email protected] |
5075 | W: http://ibm-acpi.sourceforge.net | |
5076 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
54e5881d | 5077 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4e68852d | 5078 | S: Maintained |
679655da | 5079 | F: drivers/platform/x86/thinkpad_acpi.c |
4e68852d | 5080 | |
4020f2d7 | 5081 | TI FLASH MEDIA INTERFACE DRIVER |
8b58be88 | 5082 | M: Alex Dubov <[email protected]> |
795fb7e7 | 5083 | S: Maintained |
679655da JP |
5084 | F: drivers/misc/tifm* |
5085 | F: drivers/mmc/host/tifm_sd.c | |
5086 | F: include/linux/tifm.h | |
4020f2d7 | 5087 | |
dd5e8e6b | 5088 | TI TWL4030 SERIES SOC CODEC DRIVER |
8b58be88 | 5089 | M: Peter Ujfalusi <[email protected]> |
dd5e8e6b PU |
5090 | L: [email protected] (moderated for non-subscribers) |
5091 | S: Maintained | |
5092 | F: sound/soc/codecs/twl4030* | |
5093 | ||
e86eaa3a | 5094 | TIPC NETWORK LAYER |
8b58be88 JP |
5095 | M: Per Liden <[email protected]> |
5096 | M: Jon Maloy <[email protected]> | |
5097 | M: Allan Stephens <[email protected]> | |
e86eaa3a PL |
5098 | L: [email protected] |
5099 | W: http://tipc.sourceforge.net/ | |
5100 | W: http://tipc.cslab.ericsson.net/ | |
54e5881d | 5101 | T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git |
e86eaa3a | 5102 | S: Maintained |
679655da JP |
5103 | F: include/linux/tipc*.h |
5104 | F: include/net/tipc/ | |
5105 | F: net/tipc/ | |
e86eaa3a | 5106 | |
1da177e4 | 5107 | TLAN NETWORK DRIVER |
8b58be88 | 5108 | M: Samuel Chessman <[email protected]> |
88c07dde | 5109 | L: [email protected] (subscribers-only) |
1da177e4 LT |
5110 | W: http://sourceforge.net/projects/tlan/ |
5111 | S: Maintained | |
679655da JP |
5112 | F: Documentation/networking/tlan.txt |
5113 | F: drivers/net/tlan.* | |
1da177e4 | 5114 | |
d74db3b2 | 5115 | TOMOYO SECURITY MODULE |
8b58be88 JP |
5116 | M: Kentaro Takeda <[email protected]> |
5117 | M: Tetsuo Handa <[email protected]> | |
d74db3b2 KT |
5118 | L: [email protected] (subscribers-only, for developers and users in English) |
5119 | L: [email protected] (subscribers-only, for developers in Japanese) | |
5120 | L: [email protected] (subscribers-only, for users in Japanese) | |
5121 | W: http://tomoyo.sourceforge.jp/ | |
5122 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ | |
5123 | S: Maintained | |
679655da | 5124 | F: security/tomoyo/ |
d74db3b2 | 5125 | |
9caeb532 HRK |
5126 | TOPSTAR LAPTOP EXTRAS DRIVER |
5127 | M: Herton Ronaldo Krzesinski <[email protected]> | |
5128 | S: Maintained | |
5129 | F: drivers/platform/x86/topstar-laptop.c | |
5130 | ||
1da177e4 | 5131 | TOSHIBA ACPI EXTRAS DRIVER |
15065531 | 5132 | S: Orphan |
679655da | 5133 | F: drivers/platform/x86/toshiba_acpi.c |
1da177e4 LT |
5134 | |
5135 | TOSHIBA SMM DRIVER | |
8b58be88 | 5136 | M: Jonathan Buzzard <[email protected]> |
1da177e4 LT |
5137 | L: [email protected] |
5138 | W: http://www.buzzard.org.uk/toshiba/ | |
5139 | S: Maintained | |
679655da JP |
5140 | F: drivers/char/toshiba.c |
5141 | F: include/linux/toshiba.h | |
1da177e4 | 5142 | |
d719f900 | 5143 | TMIO MMC DRIVER |
8b58be88 | 5144 | M: Ian Molton <[email protected]> |
d719f900 | 5145 | S: Maintained |
d5ca6918 | 5146 | F: drivers/mmc/host/tmio_mmc.* |
d719f900 | 5147 | |
98f32602 | 5148 | TMPFS (SHMEM FILESYSTEM) |
8b58be88 | 5149 | M: Hugh Dickins <[email protected]> |
98f32602 HD |
5150 | L: [email protected] |
5151 | S: Maintained | |
5152 | F: include/linux/shmem_fs.h | |
5153 | F: mm/shmem.c | |
5154 | ||
4e68852d | 5155 | TPM DEVICE DRIVER |
8b58be88 JP |
5156 | M: Debora Velarde <[email protected]> |
5157 | M: Rajiv Andrade <[email protected]> | |
4e68852d | 5158 | W: http://tpmdd.sourceforge.net |
8b58be88 | 5159 | M: Marcel Selhorst <[email protected]> |
7dcce133 | 5160 | W: http://www.sirrix.com |
63a10dfd | 5161 | L: [email protected] (moderated for non-subscribers) |
4e68852d | 5162 | S: Maintained |
679655da | 5163 | F: drivers/char/tpm/ |
4e68852d | 5164 | |
d6f005a1 JP |
5165 | TRACING |
5166 | M: Steven Rostedt <[email protected]> | |
5167 | M: Frederic Weisbecker <[email protected]> | |
5168 | M: Ingo Molnar <[email protected]> | |
5169 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | |
5170 | S: Maintained | |
5171 | F: Documentation/trace/ftrace.txt | |
5172 | F: arch/*/*/*/ftrace.h | |
5173 | F: arch/*/kernel/ftrace.c | |
5174 | F: include/*/ftrace.h | |
5175 | F: include/linux/trace*.h | |
5176 | F: include/trace/ | |
5177 | F: kernel/trace/ | |
5178 | ||
1da177e4 | 5179 | TRIVIAL PATCHES |
8b58be88 | 5180 | M: Jiri Kosina <[email protected]> |
54e5881d | 5181 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 LT |
5182 | S: Maintained |
5183 | ||
4e68852d | 5184 | TTY LAYER |
57d7f282 GKH |
5185 | M: Greg Kroah-Hartman <[email protected]> |
5186 | S: Maintained | |
5187 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | |
e3288775 AC |
5188 | F: drivers/char/tty_* |
5189 | F: drivers/serial/serial_core.c | |
5190 | F: include/linux/serial_core.h | |
5191 | F: include/linux/serial.h | |
5192 | F: include/linux/tty.h | |
4e68852d | 5193 | |
740db6d7 | 5194 | TULIP NETWORK DRIVERS |
8b58be88 JP |
5195 | M: Grant Grundler <[email protected]> |
5196 | M: Kyle McMartin <[email protected]> | |
740db6d7 GG |
5197 | L: [email protected] |
5198 | S: Maintained | |
679655da | 5199 | F: drivers/net/tulip/ |
1da177e4 LT |
5200 | |
5201 | TUN/TAP driver | |
8b58be88 | 5202 | M: Maxim Krasnyansky <[email protected]> |
1da177e4 LT |
5203 | L: [email protected] |
5204 | W: http://vtun.sourceforge.net/tun | |
5205 | S: Maintained | |
679655da JP |
5206 | F: Documentation/networking/tuntap.txt |
5207 | F: arch/um/os-Linux/drivers/ | |
1da177e4 | 5208 | |
b454cc66 | 5209 | TURBOCHANNEL SUBSYSTEM |
8b58be88 | 5210 | M: "Maciej W. Rozycki" <[email protected]> |
b454cc66 | 5211 | S: Maintained |
679655da JP |
5212 | F: drivers/tc/ |
5213 | F: include/linux/tc.h | |
b454cc66 | 5214 | |
1da177e4 | 5215 | U14-34F SCSI DRIVER |
8b58be88 | 5216 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
5217 | L: [email protected] |
5218 | S: Maintained | |
679655da | 5219 | F: drivers/scsi/u14-34f.c |
1da177e4 | 5220 | |
e2d1d6c0 | 5221 | UBI FILE SYSTEM (UBIFS) |
8b58be88 JP |
5222 | M: Artem Bityutskiy <[email protected]> |
5223 | M: Adrian Hunter <[email protected]> | |
e2d1d6c0 | 5224 | L: [email protected] |
e2966cbe | 5225 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
5226 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
5227 | S: Maintained | |
679655da JP |
5228 | F: Documentation/filesystems/ubifs.txt |
5229 | F: fs/ubifs/ | |
e2d1d6c0 | 5230 | |
cc2020e6 | 5231 | UCLINUX (AND M68KNOMMU) |
8b58be88 | 5232 | M: Greg Ungerer <[email protected]> |
cc2020e6 AC |
5233 | W: http://www.uclinux.org/ |
5234 | L: [email protected] (subscribers-only) | |
5235 | S: Maintained | |
679655da | 5236 | F: arch/m68knommu/ |
cc2020e6 | 5237 | |
14fadca7 | 5238 | UCLINUX FOR RENESAS H8/300 (H8300) |
8b58be88 | 5239 | M: Yoshinori Sato <[email protected]> |
cc2020e6 AC |
5240 | W: http://uclinux-h8.sourceforge.jp/ |
5241 | S: Supported | |
5242 | ||
1da177e4 | 5243 | UDF FILESYSTEM |
8b58be88 | 5244 | M: Jan Kara <[email protected]> |
1da177e4 LT |
5245 | W: http://linux-udf.sourceforge.net |
5246 | S: Maintained | |
679655da JP |
5247 | F: Documentation/filesystems/udf.txt |
5248 | F: fs/udf/ | |
1da177e4 | 5249 | |
cc2020e6 | 5250 | UFS FILESYSTEM |
8b58be88 | 5251 | M: Evgeniy Dushistov <[email protected]> |
cc2020e6 | 5252 | S: Maintained |
679655da JP |
5253 | F: Documentation/filesystems/ufs.txt |
5254 | F: fs/ufs/ | |
cc2020e6 | 5255 | |
18332a80 | 5256 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
8b58be88 | 5257 | M: David Vrabel <[email protected]> |
18332a80 DV |
5258 | L: [email protected] |
5259 | S: Supported | |
679655da JP |
5260 | F: drivers/uwb/* |
5261 | F: include/linux/uwb.h | |
5262 | F: include/linux/uwb/ | |
18332a80 | 5263 | |
1da177e4 | 5264 | UNIFORM CDROM DRIVER |
8b58be88 | 5265 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
5266 | W: http://www.kernel.dk |
5267 | S: Maintained | |
679655da JP |
5268 | F: Documentation/cdrom/ |
5269 | F: drivers/cdrom/cdrom.c | |
5270 | F: include/linux/cdrom.h | |
1da177e4 | 5271 | |
e2d1d6c0 | 5272 | UNSORTED BLOCK IMAGES (UBI) |
8b58be88 | 5273 | M: Artem Bityutskiy <[email protected]> |
e2d1d6c0 RD |
5274 | W: http://www.linux-mtd.infradead.org/ |
5275 | L: [email protected] | |
e2966cbe | 5276 | T: git git://git.infradead.org/ubi-2.6.git |
e2d1d6c0 | 5277 | S: Maintained |
80811493 | 5278 | F: drivers/mtd/ubi/ |
679655da JP |
5279 | F: include/linux/mtd/ubi.h |
5280 | F: include/mtd/ubi-user.h | |
e2d1d6c0 | 5281 | |
1da177e4 | 5282 | USB ACM DRIVER |
8b58be88 | 5283 | M: Oliver Neukum <[email protected]> |
6372594a | 5284 | L: [email protected] |
1da177e4 | 5285 | S: Maintained |
679655da JP |
5286 | F: Documentation/usb/acm.txt |
5287 | F: drivers/usb/class/cdc-acm.* | |
1da177e4 LT |
5288 | |
5289 | USB BLOCK DRIVER (UB ub) | |
8b58be88 | 5290 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 5291 | L: [email protected] |
1da177e4 | 5292 | S: Supported |
679655da | 5293 | F: drivers/block/ub.c |
1da177e4 | 5294 | |
1da177e4 | 5295 | USB CDC ETHERNET DRIVER |
8b58be88 | 5296 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5297 | L: [email protected] |
1da177e4 LT |
5298 | S: Maintained |
5299 | W: http://www.kroah.com/linux-usb/ | |
679655da JP |
5300 | F: drivers/net/usb/cdc_*.c |
5301 | F: include/linux/usb/cdc.h | |
1da177e4 | 5302 | |
b02b371e | 5303 | USB CYPRESS C67X00 DRIVER |
8b58be88 | 5304 | M: Peter Korsgaard <[email protected]> |
b02b371e PK |
5305 | L: [email protected] |
5306 | S: Maintained | |
679655da | 5307 | F: drivers/usb/c67x00/ |
b02b371e | 5308 | |
d0374f4f | 5309 | USB DAVICOM DM9601 DRIVER |
8b58be88 | 5310 | M: Peter Korsgaard <[email protected]> |
043600a6 | 5311 | L: [email protected] |
d0374f4f PK |
5312 | W: http://www.linux-usb.org/usbnet |
5313 | S: Maintained | |
679655da | 5314 | F: drivers/net/usb/dm9601.c |
d0374f4f | 5315 | |
cc2020e6 | 5316 | USB DIAMOND RIO500 DRIVER |
8b58be88 | 5317 | M: Cesar Miquel <[email protected]> |
cc2020e6 AC |
5318 | L: [email protected] |
5319 | W: http://rio500.sourceforge.net | |
5320 | S: Maintained | |
679655da | 5321 | F: drivers/usb/misc/rio500* |
cc2020e6 | 5322 | |
1da177e4 | 5323 | USB EHCI DRIVER |
8b58be88 | 5324 | M: David Brownell <[email protected]> |
795fb7e7 | 5325 | L: [email protected] |
23d8c90e | 5326 | S: Odd Fixes |
679655da JP |
5327 | F: Documentation/usb/ehci.txt |
5328 | F: drivers/usb/host/ehci* | |
1da177e4 | 5329 | |
7ce08c93 | 5330 | USB ET61X[12]51 DRIVER |
8b58be88 | 5331 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5332 | L: [email protected] |
661263b5 | 5333 | L: [email protected] |
54e5881d | 5334 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
7ce08c93 LR |
5335 | W: http://www.linux-projects.org |
5336 | S: Maintained | |
679655da | 5337 | F: drivers/media/video/et61x251/ |
7ce08c93 | 5338 | |
69ae9e3e | 5339 | USB GADGET/PERIPHERAL SUBSYSTEM |
8b58be88 | 5340 | M: David Brownell <[email protected]> |
795fb7e7 | 5341 | L: [email protected] |
69ae9e3e DB |
5342 | W: http://www.linux-usb.org/gadget |
5343 | S: Maintained | |
679655da JP |
5344 | F: drivers/usb/gadget/ |
5345 | F: include/linux/usb/gadget* | |
69ae9e3e | 5346 | |
2dea64b4 | 5347 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
8b58be88 | 5348 | M: Jiri Kosina <[email protected]> |
795fb7e7 | 5349 | L: [email protected] |
54e5881d | 5350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 | 5351 | S: Maintained |
679655da JP |
5352 | F: Documentation/usb/hiddev.txt |
5353 | F: drivers/hid/usbhid/ | |
1da177e4 | 5354 | |
959eea21 | 5355 | USB ISP116X DRIVER |
8b58be88 | 5356 | M: Olav Kongas <[email protected]> |
795fb7e7 | 5357 | L: [email protected] |
959eea21 | 5358 | S: Maintained |
679655da JP |
5359 | F: drivers/usb/host/isp116x* |
5360 | F: include/linux/usb/isp116x.h | |
959eea21 | 5361 | |
1da177e4 | 5362 | USB KAWASAKI LSI DRIVER |
8b58be88 | 5363 | M: Oliver Neukum <[email protected]> |
795fb7e7 | 5364 | L: [email protected] |
1da177e4 | 5365 | S: Maintained |
679655da | 5366 | F: drivers/usb/serial/kl5kusb105.* |
1da177e4 LT |
5367 | |
5368 | USB MASS STORAGE DRIVER | |
8b58be88 | 5369 | M: Matthew Dharm <[email protected]> |
795fb7e7 | 5370 | L: [email protected] |
8836aeb8 | 5371 | L: [email protected] |
1da177e4 LT |
5372 | S: Maintained |
5373 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
679655da | 5374 | F: drivers/usb/storage/ |
1da177e4 LT |
5375 | |
5376 | USB OHCI DRIVER | |
8b58be88 | 5377 | M: David Brownell <[email protected]> |
795fb7e7 | 5378 | L: [email protected] |
23d8c90e | 5379 | S: Odd Fixes |
679655da JP |
5380 | F: Documentation/usb/ohci.txt |
5381 | F: drivers/usb/host/ohci* | |
1da177e4 | 5382 | |
ba460e48 | 5383 | USB OPTION-CARD DRIVER |
8b58be88 | 5384 | M: Matthias Urlichs <[email protected]> |
795fb7e7 | 5385 | L: [email protected] |
ba460e48 | 5386 | S: Maintained |
679655da | 5387 | F: drivers/usb/serial/option.c |
ba460e48 | 5388 | |
1da177e4 | 5389 | USB OV511 DRIVER |
8b58be88 | 5390 | M: Mark McClelland <[email protected]> |
795fb7e7 | 5391 | L: [email protected] |
1da177e4 LT |
5392 | W: http://alpha.dyndns.org/ov511/ |
5393 | S: Maintained | |
679655da | 5394 | F: drivers/media/video/ov511.* |
1da177e4 LT |
5395 | |
5396 | USB PEGASUS DRIVER | |
8b58be88 | 5397 | M: Petko Manolov <[email protected]> |
795fb7e7 | 5398 | L: [email protected] |
043600a6 | 5399 | L: [email protected] |
1da177e4 LT |
5400 | W: http://pegasus2.sourceforge.net/ |
5401 | S: Maintained | |
679655da | 5402 | F: drivers/net/usb/pegasus.* |
1da177e4 | 5403 | |
73e4fb3f | 5404 | USB PRINTER DRIVER (usblp) |
8b58be88 | 5405 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 5406 | L: [email protected] |
73e4fb3f | 5407 | S: Supported |
679655da | 5408 | F: drivers/usb/class/usblp.c |
1da177e4 LT |
5409 | |
5410 | USB RTL8150 DRIVER | |
8b58be88 | 5411 | M: Petko Manolov <[email protected]> |
795fb7e7 | 5412 | L: [email protected] |
043600a6 | 5413 | L: [email protected] |
1da177e4 LT |
5414 | W: http://pegasus2.sourceforge.net/ |
5415 | S: Maintained | |
679655da | 5416 | F: drivers/net/usb/rtl8150.c |
1da177e4 LT |
5417 | |
5418 | USB SE401 DRIVER | |
8b58be88 | 5419 | M: Jeroen Vreeken <[email protected]> |
795fb7e7 | 5420 | L: [email protected] |
1da177e4 LT |
5421 | W: http://www.chello.nl/~j.vreeken/se401/ |
5422 | S: Maintained | |
679655da JP |
5423 | F: Documentation/video4linux/se401.txt |
5424 | F: drivers/media/video/se401.* | |
1da177e4 | 5425 | |
4e68852d | 5426 | USB SERIAL BELKIN F5U103 DRIVER |
8b58be88 | 5427 | M: William Greathouse <[email protected]> |
795fb7e7 | 5428 | L: [email protected] |
4e68852d | 5429 | S: Maintained |
679655da | 5430 | F: drivers/usb/serial/belkin_sa.* |
4e68852d AC |
5431 | |
5432 | USB SERIAL CYPRESS M8 DRIVER | |
8b58be88 | 5433 | M: Lonnie Mendez <[email protected]> |
795fb7e7 | 5434 | L: [email protected] |
4e68852d AC |
5435 | S: Maintained |
5436 | W: http://geocities.com/i0xox0i | |
5437 | W: http://firstlight.net/cvs | |
679655da | 5438 | F: drivers/usb/serial/cypress_m8.* |
4e68852d | 5439 | |
1da177e4 | 5440 | USB SERIAL CYBERJACK DRIVER |
8b58be88 | 5441 | M: Matthias Bruestle and Harald Welte <[email protected]> |
1da177e4 LT |
5442 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
5443 | S: Maintained | |
679655da | 5444 | F: drivers/usb/serial/cyberjack.c |
1da177e4 LT |
5445 | |
5446 | USB SERIAL DIGI ACCELEPORT DRIVER | |
8b58be88 JP |
5447 | M: Peter Berger <[email protected]> |
5448 | M: Al Borchers <[email protected]> | |
795fb7e7 | 5449 | L: [email protected] |
1da177e4 | 5450 | S: Maintained |
679655da | 5451 | F: drivers/usb/serial/digi_acceleport.c |
1da177e4 LT |
5452 | |
5453 | USB SERIAL DRIVER | |
8b58be88 | 5454 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5455 | L: [email protected] |
1da177e4 | 5456 | S: Supported |
679655da JP |
5457 | F: Documentation/usb/usb-serial.txt |
5458 | F: drivers/usb/serial/generic.c | |
5459 | F: drivers/usb/serial/usb-serial.c | |
5460 | F: include/linux/usb/serial.h | |
1da177e4 | 5461 | |
1da177e4 | 5462 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
8b58be88 | 5463 | M: Gary Brubaker <[email protected]> |
795fb7e7 | 5464 | L: [email protected] |
1da177e4 | 5465 | S: Maintained |
679655da | 5466 | F: drivers/usb/serial/empeg.c |
1da177e4 LT |
5467 | |
5468 | USB SERIAL KEYSPAN DRIVER | |
8b58be88 | 5469 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5470 | L: [email protected] |
1da177e4 LT |
5471 | W: http://www.kroah.com/linux/ |
5472 | S: Maintained | |
679655da | 5473 | F: drivers/usb/serial/*keyspan* |
1da177e4 LT |
5474 | |
5475 | USB SERIAL WHITEHEAT DRIVER | |
8b58be88 | 5476 | M: Support Department <[email protected]> |
795fb7e7 | 5477 | L: [email protected] |
1da177e4 LT |
5478 | W: http://www.connecttech.com |
5479 | S: Supported | |
679655da | 5480 | F: drivers/usb/serial/whiteheat* |
1da177e4 | 5481 | |
2f7ca802 | 5482 | USB SMSC95XX ETHERNET DRIVER |
8b58be88 | 5483 | M: Steve Glendinning <[email protected]> |
2f7ca802 SG |
5484 | L: [email protected] |
5485 | S: Supported | |
679655da | 5486 | F: drivers/net/usb/smsc95xx.* |
2f7ca802 | 5487 | |
f423b9a8 | 5488 | USB SN9C1xx DRIVER |
8b58be88 | 5489 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5490 | L: [email protected] |
661263b5 | 5491 | L: [email protected] |
54e5881d | 5492 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1da177e4 LT |
5493 | W: http://www.linux-projects.org |
5494 | S: Maintained | |
679655da JP |
5495 | F: Documentation/video4linux/sn9c102.txt |
5496 | F: drivers/media/video/sn9c102/ | |
1da177e4 LT |
5497 | |
5498 | USB SUBSYSTEM | |
8b58be88 | 5499 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5500 | L: [email protected] |
1da177e4 | 5501 | W: http://www.linux-usb.org |
6fb0425b | 5502 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 | 5503 | S: Supported |
679655da JP |
5504 | F: Documentation/usb/ |
5505 | F: drivers/net/usb/ | |
5506 | F: drivers/usb/ | |
5507 | F: include/linux/usb.h | |
5508 | F: include/linux/usb/ | |
1da177e4 LT |
5509 | |
5510 | USB UHCI DRIVER | |
8b58be88 | 5511 | M: Alan Stern <[email protected]> |
795fb7e7 | 5512 | L: [email protected] |
1da177e4 | 5513 | S: Maintained |
679655da | 5514 | F: drivers/usb/host/uhci* |
1da177e4 | 5515 | |
69ae9e3e | 5516 | USB "USBNET" DRIVER FRAMEWORK |
8b58be88 | 5517 | M: David Brownell <[email protected]> |
043600a6 | 5518 | L: [email protected] |
69ae9e3e | 5519 | W: http://www.linux-usb.org/usbnet |
1da177e4 | 5520 | S: Maintained |
679655da JP |
5521 | F: drivers/net/usb/usbnet.c |
5522 | F: include/linux/usb/usbnet.h | |
1da177e4 | 5523 | |
c0efd232 | 5524 | USB VIDEO CLASS |
8b58be88 | 5525 | M: Laurent Pinchart <[email protected]> |
a67534a7 | 5526 | L: [email protected] (subscribers-only) |
661263b5 | 5527 | L: [email protected] |
54e5881d | 5528 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
c0efd232 LP |
5529 | W: http://linux-uvc.berlios.de |
5530 | S: Maintained | |
679655da | 5531 | F: drivers/media/video/uvc/ |
c0efd232 | 5532 | |
1da177e4 | 5533 | USB W996[87]CF DRIVER |
8b58be88 | 5534 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5535 | L: [email protected] |
661263b5 | 5536 | L: [email protected] |
54e5881d | 5537 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1da177e4 LT |
5538 | W: http://www.linux-projects.org |
5539 | S: Maintained | |
679655da JP |
5540 | F: Documentation/video4linux/w9968cf.txt |
5541 | F: drivers/media/video/w996* | |
1da177e4 | 5542 | |
bf164cc0 | 5543 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
8b58be88 | 5544 | M: Jussi Kivilinna <[email protected]> |
bf164cc0 JK |
5545 | L: [email protected] |
5546 | S: Maintained | |
679655da | 5547 | F: drivers/net/wireless/rndis_wlan.c |
bf164cc0 | 5548 | |
eb6bab13 | 5549 | USB XHCI DRIVER |
8b58be88 | 5550 | M: Sarah Sharp <[email protected]> |
eb6bab13 SS |
5551 | L: [email protected] |
5552 | S: Supported | |
5553 | ||
60f78052 | 5554 | USB ZC0301 DRIVER |
8b58be88 | 5555 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5556 | L: [email protected] |
661263b5 | 5557 | L: [email protected] |
54e5881d | 5558 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
60f78052 LR |
5559 | W: http://www.linux-projects.org |
5560 | S: Maintained | |
679655da JP |
5561 | F: Documentation/video4linux/zc0301.txt |
5562 | F: drivers/media/video/zc0301/ | |
60f78052 | 5563 | |
1da177e4 | 5564 | USB ZD1201 DRIVER |
8b58be88 | 5565 | M: Jeroen Vreeken <[email protected]> |
795fb7e7 | 5566 | L: [email protected] |
1da177e4 LT |
5567 | W: http://linux-lc100020.sourceforge.net |
5568 | S: Maintained | |
679655da | 5569 | F: drivers/net/wireless/zd1201.* |
1da177e4 | 5570 | |
b7eee616 | 5571 | USB ZR364XX DRIVER |
8b58be88 | 5572 | M: Antoine Jacquet <[email protected]> |
795fb7e7 | 5573 | L: [email protected] |
661263b5 | 5574 | L: [email protected] |
54e5881d | 5575 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
b7eee616 AJ |
5576 | W: http://royale.zerezo.com/zr364xx/ |
5577 | S: Maintained | |
679655da JP |
5578 | F: Documentation/video4linux/zr364xx.txt |
5579 | F: drivers/media/video/zr364xx.c | |
b7eee616 | 5580 | |
e7839f25 | 5581 | USER-MODE LINUX (UML) |
8b58be88 | 5582 | M: Jeff Dike <[email protected]> |
1da177e4 LT |
5583 | L: [email protected] |
5584 | L: [email protected] | |
5585 | W: http://user-mode-linux.sourceforge.net | |
5586 | S: Maintained | |
679655da JP |
5587 | F: Documentation/uml/ |
5588 | F: arch/um/ | |
5589 | F: fs/hostfs/ | |
5590 | F: fs/hppfs/ | |
b7eee616 | 5591 | |
e5f114e9 | 5592 | USERSPACE I/O (UIO) |
8b58be88 JP |
5593 | M: "Hans J. Koch" <[email protected]> |
5594 | M: Greg Kroah-Hartman <[email protected]> | |
e5f114e9 | 5595 | S: Maintained |
679655da JP |
5596 | F: Documentation/DocBook/uio-howto.tmpl |
5597 | F: drivers/uio/ | |
5598 | F: include/linux/uio*.h | |
e5f114e9 | 5599 | |
f899b0ad | 5600 | UTIL-LINUX-NG PACKAGE |
8b58be88 | 5601 | M: Karel Zak <[email protected]> |
f899b0ad KZ |
5602 | L: [email protected] |
5603 | W: http://kernel.org/~kzak/util-linux-ng/ | |
54e5881d | 5604 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git |
f899b0ad KZ |
5605 | S: Maintained |
5606 | ||
c1fd1c07 | 5607 | UVESAFB DRIVER |
8b58be88 | 5608 | M: Michal Januszewski <[email protected]> |
c1fd1c07 MJ |
5609 | L: [email protected] (moderated for non-subscribers) |
5610 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | |
5611 | S: Maintained | |
679655da JP |
5612 | F: Documentation/fb/uvesafb.txt |
5613 | F: drivers/video/uvesafb.* | |
c1fd1c07 | 5614 | |
4480f15b | 5615 | VFAT/FAT/MSDOS FILESYSTEM |
8b58be88 | 5616 | M: OGAWA Hirofumi <[email protected]> |
1da177e4 | 5617 | S: Maintained |
679655da JP |
5618 | F: Documentation/filesystems/vfat.txt |
5619 | F: fs/fat/ | |
1da177e4 | 5620 | |
1da177e4 | 5621 | VIA RHINE NETWORK DRIVER |
8b58be88 | 5622 | M: Roger Luethi <[email protected]> |
1da177e4 | 5623 | S: Maintained |
679655da | 5624 | F: drivers/net/via-rhine.c |
1da177e4 | 5625 | |
32c0a520 | 5626 | VIAPRO SMBUS DRIVER |
8b58be88 | 5627 | M: Jean Delvare <[email protected]> |
846557d3 | 5628 | L: [email protected] |
32c0a520 | 5629 | S: Maintained |
679655da JP |
5630 | F: Documentation/i2c/busses/i2c-viapro |
5631 | F: drivers/i2c/busses/i2c-viapro.c | |
32c0a520 | 5632 | |
f0bf7f61 | 5633 | VIA SD/MMC CARD CONTROLLER DRIVER |
8b58be88 JP |
5634 | M: Joseph Chan <[email protected]> |
5635 | M: Harald Welte <[email protected]> | |
f0bf7f61 HW |
5636 | S: Maintained |
5637 | F: drivers/mmc/host/via-sdmmc.c | |
5638 | ||
69e4a7c2 | 5639 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
8b58be88 JP |
5640 | M: Joseph Chan <[email protected]> |
5641 | M: Scott Fang <[email protected]> | |
69e4a7c2 JC |
5642 | L: [email protected] (moderated for non-subscribers) |
5643 | S: Maintained | |
679655da | 5644 | F: drivers/video/via/ |
69e4a7c2 | 5645 | |
01f20734 | 5646 | VIA VELOCITY NETWORK DRIVER |
8b58be88 | 5647 | M: Francois Romieu <[email protected]> |
01f20734 FR |
5648 | L: [email protected] |
5649 | S: Maintained | |
679655da | 5650 | F: drivers/net/via-velocity.* |
1da177e4 | 5651 | |
be7f8273 | 5652 | VLAN (802.1Q) |
8b58be88 | 5653 | M: Patrick McHardy <[email protected]> |
be7f8273 PM |
5654 | L: [email protected] |
5655 | S: Maintained | |
679655da JP |
5656 | F: drivers/net/macvlan.c |
5657 | F: include/linux/if_*vlan.h | |
5658 | F: net/8021q/ | |
be7f8273 | 5659 | |
55e331cf | 5660 | VLYNQ BUS |
8b58be88 | 5661 | M: Florian Fainelli <[email protected]> |
55e331cf FF |
5662 | L: [email protected] |
5663 | S: Maintained | |
5664 | F: drivers/vlynq/vlynq.c | |
5665 | F: include/linux/vlynq.h | |
5666 | ||
d1a890fa SB |
5667 | VMWARE VMXNET3 ETHERNET DRIVER |
5668 | M: Shreyas Bhatewara <[email protected]> | |
5669 | M: VMware, Inc. <[email protected]> | |
5670 | L: [email protected] | |
5671 | S: Maintained | |
5672 | F: drivers/net/vmxnet3/ | |
5673 | ||
e53e86c7 | 5674 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
8b58be88 JP |
5675 | M: Liam Girdwood <[email protected]> |
5676 | M: Mark Brown <[email protected]> | |
e53e86c7 | 5677 | W: http://opensource.wolfsonmicro.com/node/15 |
1dd68f01 | 5678 | W: http://www.slimlogic.co.uk/?p=48 |
54e5881d | 5679 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git |
e53e86c7 | 5680 | S: Supported |
679655da JP |
5681 | F: drivers/regulator/ |
5682 | F: include/linux/regulator/ | |
e53e86c7 | 5683 | |
ab41319e | 5684 | VT1211 HARDWARE MONITOR DRIVER |
8b58be88 | 5685 | M: Juerg Haefliger <[email protected]> |
ab41319e JH |
5686 | L: [email protected] |
5687 | S: Maintained | |
679655da JP |
5688 | F: Documentation/hwmon/vt1211 |
5689 | F: drivers/hwmon/vt1211.c | |
ab41319e | 5690 | |
1de9e371 | 5691 | VT8231 HARDWARE MONITOR DRIVER |
8b58be88 | 5692 | M: Roger Lucas <[email protected]> |
1de9e371 RL |
5693 | L: [email protected] |
5694 | S: Maintained | |
679655da | 5695 | F: drivers/hwmon/vt8231.c |
1de9e371 | 5696 | |
1da177e4 | 5697 | W1 DALLAS'S 1-WIRE BUS |
8b58be88 | 5698 | M: Evgeniy Polyakov <[email protected]> |
1da177e4 | 5699 | S: Maintained |
679655da JP |
5700 | F: Documentation/w1/ |
5701 | F: drivers/w1/ | |
1da177e4 | 5702 | |
13927079 | 5703 | W83791D HARDWARE MONITORING DRIVER |
8b58be88 | 5704 | M: Marc Hulsman <[email protected]> |
13927079 | 5705 | L: [email protected] |
25845c22 | 5706 | S: Maintained |
679655da JP |
5707 | F: Documentation/hwmon/w83791d |
5708 | F: drivers/hwmon/w83791d.c | |
13927079 | 5709 | |
61db011d | 5710 | W83793 HARDWARE MONITORING DRIVER |
8b58be88 | 5711 | M: Rudolf Marek <[email protected]> |
61db011d RM |
5712 | L: [email protected] |
5713 | S: Maintained | |
679655da JP |
5714 | F: Documentation/hwmon/w83793 |
5715 | F: drivers/hwmon/w83793.c | |
61db011d | 5716 | |
1da177e4 | 5717 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
8b58be88 | 5718 | M: Pierre Ossman <[email protected]> |
1da177e4 | 5719 | S: Maintained |
679655da | 5720 | F: drivers/mmc/host/wbsd.* |
1da177e4 | 5721 | |
3527761c | 5722 | WATCHDOG DEVICE DRIVERS |
8b58be88 | 5723 | M: Wim Van Sebroeck <[email protected]> |
54e5881d | 5724 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git |
3527761c | 5725 | S: Maintained |
679655da JP |
5726 | F: Documentation/watchdog/ |
5727 | F: drivers/watchdog/ | |
5728 | F: include/linux/watchdog.h | |
3527761c | 5729 | |
1da177e4 | 5730 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
8b58be88 | 5731 | M: Jean Tourrilhes <[email protected]> |
724c6b35 | 5732 | L: [email protected] |
1da177e4 LT |
5733 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
5734 | S: Maintained | |
679655da JP |
5735 | F: Documentation/networking/wavelan.txt |
5736 | F: drivers/net/wireless/wavelan* | |
1da177e4 LT |
5737 | |
5738 | WD7000 SCSI DRIVER | |
8b58be88 | 5739 | M: Miroslav Zagorac <[email protected]> |
1da177e4 LT |
5740 | L: [email protected] |
5741 | S: Maintained | |
679655da | 5742 | F: drivers/scsi/wd7000.c |
1da177e4 | 5743 | |
e258b80e | 5744 | WINBOND CIR DRIVER |
364e9e18 | 5745 | M: David Härdeman <[email protected]> |
e258b80e DH |
5746 | S: Maintained |
5747 | F: drivers/input/misc/winbond-cir.c | |
5748 | ||
8a70da82 | 5749 | WIMAX STACK |
8b58be88 | 5750 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 IPG |
5751 | M: [email protected] |
5752 | L: [email protected] | |
5753 | S: Supported | |
5754 | W: http://linuxwimax.org | |
5755 | ||
18332a80 | 5756 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
8b58be88 | 5757 | M: David Vrabel <[email protected]> |
18332a80 | 5758 | S: Maintained |
679655da JP |
5759 | F: include/linux/wlp.h |
5760 | F: drivers/uwb/wlp/ | |
18332a80 | 5761 | |
5fc14680 | 5762 | WISTRON LAPTOP BUTTON DRIVER |
8b58be88 | 5763 | M: Miloslav Trmac <[email protected]> |
5fc14680 | 5764 | S: Maintained |
679655da | 5765 | F: drivers/input/misc/wistron_btns.c |
5fc14680 | 5766 | |
834da346 | 5767 | WL1251 WIRELESS DRIVER |
076cfaae | 5768 | M: Kalle Valo <[email protected]> |
834da346 KV |
5769 | L: [email protected] |
5770 | W: http://wireless.kernel.org | |
5771 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | |
5772 | S: Maintained | |
5e68ff65 LC |
5773 | F: drivers/net/wireless/wl12xx/* |
5774 | X: drivers/net/wireless/wl12xx/wl1271* | |
5775 | ||
5776 | WL1271 WIRELESS DRIVER | |
5777 | M: Luciano Coelho <[email protected]> | |
5778 | L: [email protected] | |
5779 | W: http://wireless.kernel.org | |
5780 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | |
5781 | S: Maintained | |
5782 | F: drivers/net/wireless/wl12xx/wl1271* | |
834da346 | 5783 | |
1da177e4 | 5784 | WL3501 WIRELESS PCMCIA CARD DRIVER |
8b58be88 | 5785 | M: Arnaldo Carvalho de Melo <[email protected]> |
724c6b35 | 5786 | L: [email protected] |
926554c4 | 5787 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 5788 | S: Maintained |
679655da | 5789 | F: drivers/net/wireless/wl3501* |
1da177e4 | 5790 | |
febf1dff | 5791 | WM97XX TOUCHSCREEN DRIVERS |
8b58be88 JP |
5792 | M: Mark Brown <[email protected]> |
5793 | M: Liam Girdwood <[email protected]> | |
febf1dff MB |
5794 | L: [email protected] |
5795 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
5796 | W: http://opensource.wolfsonmicro.com/node/7 | |
5797 | S: Supported | |
679655da JP |
5798 | F: drivers/input/touchscreen/*wm97* |
5799 | F: include/linux/wm97xx.h | |
febf1dff | 5800 | |
b75ea16a MB |
5801 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
5802 | P: Mark Brown | |
5803 | M: [email protected] | |
5804 | L: [email protected] | |
5805 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | |
5806 | W: http://opensource.wolfsonmicro.com/node/8 | |
5807 | S: Supported | |
5808 | F: drivers/leds/leds-wm83*.c | |
5809 | F: drivers/mfd/wm8*.c | |
5810 | F: drivers/power/wm83*.c | |
5811 | F: drivers/rtc/rtc-wm83*.c | |
5812 | F: drivers/regulator/wm8*.c | |
3860e6c4 | 5813 | F: drivers/video/backlight/wm83*_bl.c |
b75ea16a | 5814 | F: drivers/watchdog/wm83*_wdt.c |
3860e6c4 | 5815 | F: include/linux/mfd/wm831x/ |
b75ea16a MB |
5816 | F: include/linux/mfd/wm8350/ |
5817 | F: include/linux/mfd/wm8400/ | |
5818 | F: sound/soc/codecs/wm8350.c | |
5819 | F: sound/soc/codecs/wm8400.c | |
5820 | ||
1da177e4 | 5821 | X.25 NETWORK LAYER |
8b58be88 | 5822 | M: Henner Eisen <[email protected]> |
1da177e4 LT |
5823 | L: [email protected] |
5824 | S: Maintained | |
679655da JP |
5825 | F: Documentation/networking/x25* |
5826 | F: include/net/x25* | |
5827 | F: net/x25/ | |
1da177e4 | 5828 | |
e2d1d6c0 | 5829 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
8b58be88 JP |
5830 | M: Thomas Gleixner <[email protected]> |
5831 | M: Ingo Molnar <[email protected]> | |
5832 | M: "H. Peter Anvin" <[email protected]> | |
bcde563c | 5833 | M: [email protected] |
54e5881d | 5834 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git |
e2d1d6c0 | 5835 | S: Maintained |
679655da JP |
5836 | F: Documentation/x86/ |
5837 | F: arch/x86/ | |
e2d1d6c0 | 5838 | |
4cdf6bc2 | 5839 | XEN HYPERVISOR INTERFACE |
8b58be88 JP |
5840 | M: Jeremy Fitzhardinge <[email protected]> |
5841 | M: Chris Wright <[email protected]> | |
4cdf6bc2 JF |
5842 | L: [email protected] |
5843 | L: [email protected] | |
5844 | S: Supported | |
679655da JP |
5845 | F: arch/x86/xen/ |
5846 | F: drivers/*/xen-*front.c | |
5847 | F: drivers/xen/ | |
5848 | F: arch/x86/include/asm/xen/ | |
5849 | F: include/xen/ | |
4cdf6bc2 | 5850 | |
1da177e4 LT |
5851 | XFS FILESYSTEM |
5852 | P: Silicon Graphics Inc | |
f08a59f1 | 5853 | M: Alex Elder <[email protected]> |
1da177e4 | 5854 | M: [email protected] |
d7ede1aa | 5855 | L: [email protected] |
1da177e4 | 5856 | W: http://oss.sgi.com/projects/xfs |
54e5881d | 5857 | T: git git://oss.sgi.com/xfs/xfs.git |
1da177e4 | 5858 | S: Supported |
679655da JP |
5859 | F: Documentation/filesystems/xfs.txt |
5860 | F: fs/xfs/ | |
1da177e4 | 5861 | |
c9d3d8ec | 5862 | XILINX SYSTEMACE DRIVER |
8b58be88 | 5863 | M: Grant Likely <[email protected]> |
c9d3d8ec | 5864 | W: http://www.secretlab.ca/ |
c9d3d8ec | 5865 | S: Maintained |
679655da | 5866 | F: drivers/block/xsysace.c |
c9d3d8ec | 5867 | |
238b8721 | 5868 | XILINX UARTLITE SERIAL DRIVER |
8b58be88 | 5869 | M: Peter Korsgaard <[email protected]> |
238b8721 PK |
5870 | L: [email protected] |
5871 | S: Maintained | |
679655da | 5872 | F: drivers/serial/uartlite.c |
238b8721 | 5873 | |
1da177e4 | 5874 | YAM DRIVER FOR AX.25 |
8b58be88 | 5875 | M: Jean-Paul Roubelat <[email protected]> |
1da177e4 LT |
5876 | L: [email protected] |
5877 | S: Maintained | |
679655da JP |
5878 | F: drivers/net/hamradio/yam* |
5879 | F: include/linux/yam.h | |
1da177e4 | 5880 | |
af64a5eb | 5881 | YEALINK PHONE DRIVER |
8b58be88 | 5882 | M: Henk Vergonet <[email protected]> |
af64a5eb HV |
5883 | L: [email protected] |
5884 | S: Maintained | |
679655da JP |
5885 | F: Documentation/input/yealink.txt |
5886 | F: drivers/input/misc/yealink.* | |
af64a5eb | 5887 | |
1da177e4 | 5888 | Z8530 DRIVER FOR AX.25 |
8b58be88 | 5889 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
5890 | W: http://yaina.de/jreuter/ |
5891 | W: http://www.qsl.net/dl1bke/ | |
5892 | L: [email protected] | |
5893 | S: Maintained | |
679655da JP |
5894 | F: Documentation/networking/z8530drv.txt |
5895 | F: drivers/net/hamradio/*scc.c | |
5896 | F: drivers/net/hamradio/z8530.h | |
1da177e4 | 5897 | |
7c0c3afb | 5898 | ZD1211RW WIRELESS DRIVER |
8b58be88 JP |
5899 | M: Daniel Drake <[email protected]> |
5900 | M: Ulrich Kunitz <[email protected]> | |
7c0c3afb | 5901 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
724c6b35 | 5902 | L: [email protected] |
7c0c3afb DD |
5903 | L: [email protected] (subscribers-only) |
5904 | S: Maintained | |
679655da | 5905 | F: drivers/net/wireless/zd1211rw/ |
7c0c3afb | 5906 | |
1da177e4 | 5907 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 5908 | L: [email protected] |
f63145e2 | 5909 | L: [email protected] |
1da177e4 | 5910 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
f63145e2 TP |
5911 | T: Mercurial http://linuxtv.org/hg/v4l-dvb |
5912 | S: Odd Fixes | |
679655da | 5913 | F: drivers/media/video/zoran/ |
1da177e4 | 5914 | |
8b4a4080 | 5915 | ZS DECSTATION Z85C30 SERIAL DRIVER |
8b58be88 | 5916 | M: "Maciej W. Rozycki" <[email protected]> |
8b4a4080 | 5917 | S: Maintained |
679655da | 5918 | F: drivers/serial/zs.* |
8b4a4080 | 5919 | |
1da177e4 | 5920 | THE REST |
8b58be88 | 5921 | M: Linus Torvalds <[email protected]> |
34d03cc1 | 5922 | L: [email protected] |
cfe81f76 | 5923 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
1da177e4 | 5924 | S: Buried alive in reporters |
34d03cc1 JP |
5925 | F: * |
5926 | F: */ |