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