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