]>
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 JP |
906 | M: Jay Cliburn <[email protected]> |
907 | M: Chris Snook <[email protected]> | |
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 | |
2a69567b | 3275 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
8b58be88 | 3276 | M: Nicolas Pitre <[email protected]> |
2a69567b PO |
3277 | S: Maintained |
3278 | ||
e2d1d6c0 | 3279 | MARVELL YUKON / SYSKONNECT DRIVER |
8b58be88 JP |
3280 | M: Mirko Lindner <[email protected]> |
3281 | M: Ralph Roesler <[email protected]> | |
e2d1d6c0 RD |
3282 | W: http://www.syskonnect.com |
3283 | S: Supported | |
3284 | ||
1da177e4 | 3285 | MATROX FRAMEBUFFER DRIVER |
8b58be88 | 3286 | M: Petr Vandrovec <[email protected]> |
8936b6db | 3287 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 3288 | S: Maintained |
679655da JP |
3289 | F: drivers/video/matrox/matroxfb_* |
3290 | F: include/linux/matroxfb.h | |
1da177e4 | 3291 | |
d20620de | 3292 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
8b58be88 | 3293 | M: "Hans J. Koch" <[email protected]> |
d20620de HJK |
3294 | L: [email protected] |
3295 | S: Maintained | |
679655da JP |
3296 | F: Documentation/hwmon/max6650 |
3297 | F: drivers/hwmon/max6650.c | |
d20620de | 3298 | |
127c49ae | 3299 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
8b58be88 | 3300 | M: Mauro Carvalho Chehab <[email protected]> |
127c49ae JP |
3301 | P: LinuxTV.org Project |
3302 | L: [email protected] | |
3303 | W: http://linuxtv.org | |
3304 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
3305 | S: Maintained | |
3306 | F: Documentation/dvb/ | |
3307 | F: Documentation/video4linux/ | |
3308 | F: drivers/media/ | |
3309 | F: include/media/ | |
3310 | F: include/linux/dvb/ | |
3311 | F: include/linux/videodev*.h | |
d20620de | 3312 | |
757e0108 | 3313 | MEGARAID SCSI DRIVERS |
8b58be88 | 3314 | M: Neela Syam Kolli <[email protected]> |
baaea1dc | 3315 | L: [email protected] |
ce00f85c JC |
3316 | W: http://megaraid.lsilogic.com |
3317 | S: Maintained | |
679655da JP |
3318 | F: Documentation/scsi/megaraid.txt |
3319 | F: drivers/scsi/megaraid.* | |
3320 | F: drivers/scsi/megaraid/ | |
757e0108 | 3321 | |
70ea91f1 SR |
3322 | MEMORY MANAGEMENT |
3323 | L: [email protected] | |
70ea91f1 SR |
3324 | W: http://www.linux-mm.org |
3325 | S: Maintained | |
679655da JP |
3326 | F: include/linux/mm.h |
3327 | F: mm/ | |
70ea91f1 | 3328 | |
938a9204 | 3329 | MEMORY RESOURCE CONTROLLER |
8b58be88 JP |
3330 | M: Balbir Singh <[email protected]> |
3331 | M: Pavel Emelyanov <[email protected]> | |
3332 | M: KAMEZAWA Hiroyuki <[email protected]> | |
938a9204 | 3333 | L: [email protected] |
938a9204 | 3334 | S: Maintained |
679655da | 3335 | F: mm/memcontrol.c |
938a9204 | 3336 | |
f4e9ce66 | 3337 | MEMORY TECHNOLOGY DEVICES (MTD) |
8b58be88 | 3338 | M: David Woodhouse <[email protected]> |
1da177e4 LT |
3339 | W: http://www.linux-mtd.infradead.org/ |
3340 | L: [email protected] | |
f4e9ce66 | 3341 | T: git git://git.infradead.org/mtd-2.6.git |
1da177e4 | 3342 | S: Maintained |
679655da JP |
3343 | F: drivers/mtd/ |
3344 | F: include/linux/mtd/ | |
3345 | F: include/mtd/ | |
1da177e4 | 3346 | |
c6375b0a | 3347 | MICROBLAZE ARCHITECTURE |
8b58be88 | 3348 | M: Michal Simek <[email protected]> |
c6375b0a MS |
3349 | L: [email protected] |
3350 | W: http://www.monstr.eu/fdt/ | |
3351 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | |
3352 | S: Supported | |
0a8c7914 | 3353 | F: arch/microblaze/ |
1da177e4 LT |
3354 | |
3355 | MICROTEK X6 SCANNER | |
8b58be88 | 3356 | M: Oliver Neukum <[email protected]> |
1da177e4 | 3357 | S: Maintained |
679655da | 3358 | F: drivers/usb/image/microtek.* |
1da177e4 LT |
3359 | |
3360 | MIPS | |
8b58be88 | 3361 | M: Ralf Baechle <[email protected]> |
d50f7ec9 | 3362 | W: http://www.linux-mips.org/ |
1da177e4 | 3363 | L: [email protected] |
54e5881d | 3364 | T: git git://git.linux-mips.org/pub/scm/linux.git |
7425b340 | 3365 | S: Supported |
679655da JP |
3366 | F: Documentation/mips/ |
3367 | F: arch/mips/ | |
1da177e4 LT |
3368 | |
3369 | MISCELLANEOUS MCA-SUPPORT | |
8b58be88 | 3370 | M: James Bottomley <[email protected]> |
1da177e4 | 3371 | S: Maintained |
679655da JP |
3372 | F: Documentation/ia64/mca.txt |
3373 | F: Documentation/mca.txt | |
3374 | F: drivers/mca/ | |
3375 | F: include/linux/mca* | |
1da177e4 LT |
3376 | |
3377 | MODULE SUPPORT | |
8b58be88 | 3378 | M: Rusty Russell <[email protected]> |
1da177e4 | 3379 | S: Maintained |
679655da JP |
3380 | F: include/linux/module.h |
3381 | F: kernel/module.c | |
1da177e4 LT |
3382 | |
3383 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
8b58be88 | 3384 | M: Stelian Pop <[email protected]> |
1da177e4 LT |
3385 | W: http://popies.net/meye/ |
3386 | S: Maintained | |
679655da JP |
3387 | F: Documentation/video4linux/meye.txt |
3388 | F: drivers/media/video/meye.* | |
3389 | F: include/linux/meye.h | |
1da177e4 | 3390 | |
c58ff04a | 3391 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 3392 | M: Pavel Pisa <[email protected]> |
c58ff04a | 3393 | L: [email protected] (subscribers-only) |
c58ff04a | 3394 | S: Maintained |
679655da | 3395 | F: drivers/mmc/host/imxmmc.* |
c58ff04a | 3396 | |
1da177e4 | 3397 | MOUSE AND MISC DEVICES [GENERAL] |
8b58be88 | 3398 | M: Alessandro Rubini <[email protected]> |
1da177e4 | 3399 | S: Maintained |
679655da JP |
3400 | F: drivers/input/mouse/ |
3401 | F: include/linux/gpio_mouse.h | |
1da177e4 | 3402 | |
b9705b60 | 3403 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
8b58be88 | 3404 | M: Jiri Slaby <[email protected]> |
d735410a | 3405 | S: Maintained |
679655da JP |
3406 | F: Documentation/serial/moxa-smartio |
3407 | F: drivers/char/mxser.* | |
d735410a | 3408 | |
8c4c731a | 3409 | MSI LAPTOP SUPPORT |
8b58be88 | 3410 | M: Lennart Poettering <[email protected]> |
04bdfb91 | 3411 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
8c4c731a LP |
3412 | W: http://0pointer.de/lennart/tchibo.html |
3413 | S: Maintained | |
679655da | 3414 | F: drivers/platform/x86/msi-laptop.c |
8c4c731a | 3415 | |
4e0d13cb | 3416 | MULTIFUNCTION DEVICES (MFD) |
8b58be88 | 3417 | M: Samuel Ortiz <[email protected]> |
54e5881d | 3418 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
4e0d13cb | 3419 | S: Supported |
679655da | 3420 | F: drivers/mfd/ |
4e0d13cb | 3421 | |
5c4e6f13 | 3422 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
3822a0e3 | 3423 | S: Orphan |
679655da JP |
3424 | F: drivers/mmc/ |
3425 | F: include/linux/mmc/ | |
baca2da4 | 3426 | |
15a0580c | 3427 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
8b58be88 | 3428 | M: David Brownell <[email protected]> |
baaea1dc | 3429 | S: Odd Fixes |
679655da JP |
3430 | F: drivers/mmc/host/mmc_spi.c |
3431 | F: include/linux/spi/mmc_spi.h | |
15a0580c | 3432 | |
1da177e4 | 3433 | MULTISOUND SOUND DRIVER |
8b58be88 | 3434 | M: Andrew Veliath <[email protected]> |
1da177e4 | 3435 | S: Maintained |
679655da JP |
3436 | F: Documentation/sound/oss/MultiSound |
3437 | F: sound/oss/msnd* | |
1da177e4 | 3438 | |
d735410a | 3439 | MULTITECH MULTIPORT CARD (ISICOM) |
8b58be88 | 3440 | M: Jiri Slaby <[email protected]> |
d735410a | 3441 | S: Maintained |
679655da JP |
3442 | F: drivers/char/isicom.c |
3443 | F: include/linux/isicom.h | |
d735410a | 3444 | |
550a7375 | 3445 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
8b58be88 | 3446 | M: Felipe Balbi <[email protected]> |
795fb7e7 | 3447 | L: [email protected] |
54e5881d | 3448 | T: git git://gitorious.org/musb/mainline.git |
795fb7e7 | 3449 | S: Maintained |
679655da | 3450 | F: drivers/usb/musb/ |
550a7375 | 3451 | |
2d3cf588 | 3452 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
8b58be88 JP |
3453 | M: Andrew Gallatin <[email protected]> |
3454 | M: Brice Goglin <[email protected]> | |
2d3cf588 BG |
3455 | L: [email protected] |
3456 | W: http://www.myri.com/scs/download-Myri10GE.html | |
3457 | S: Supported | |
679655da | 3458 | F: drivers/net/myri10ge/ |
2d3cf588 | 3459 | |
1da177e4 | 3460 | NATSEMI ETHERNET DRIVER (DP8381x) |
8b58be88 | 3461 | M: Tim Hockin <[email protected]> |
1da177e4 | 3462 | S: Maintained |
679655da | 3463 | F: drivers/net/natsemi.c |
1da177e4 LT |
3464 | |
3465 | NCP FILESYSTEM | |
8b58be88 | 3466 | M: Petr Vandrovec <[email protected]> |
1da177e4 LT |
3467 | L: [email protected] |
3468 | S: Maintained | |
679655da | 3469 | F: fs/ncpfs/ |
1da177e4 LT |
3470 | |
3471 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | |
8b58be88 | 3472 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 LT |
3473 | L: [email protected] |
3474 | S: Maintained | |
679655da | 3475 | F: drivers/scsi/NCR_D700.* |
1da177e4 | 3476 | |
3c2d774c | 3477 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
8b58be88 JP |
3478 | M: Faisal Latif <[email protected]> |
3479 | M: Chien Tung <[email protected]> | |
3c2d774c GS |
3480 | L: [email protected] |
3481 | W: http://www.neteffect.com | |
3482 | S: Supported | |
3483 | F: drivers/infiniband/hw/nes/ | |
3484 | ||
be2f2e84 | 3485 | NETEM NETWORK EMULATOR |
8b58be88 | 3486 | M: Stephen Hemminger <[email protected]> |
f318a63b | 3487 | L: [email protected] |
be2f2e84 | 3488 | S: Maintained |
679655da | 3489 | F: net/sched/sch_netem.c |
be2f2e84 | 3490 | |
b136d1cb | 3491 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) |
8b58be88 JP |
3492 | M: Ramkrishna Vepa <[email protected]> |
3493 | M: Rastapur Santosh <[email protected]> | |
3494 | M: Sivakumar Subramani <[email protected]> | |
3495 | M: Sreenivasa Honnur <[email protected]> | |
3496 | M: Anil Murthy <[email protected]> | |
4a58448b | 3497 | L: [email protected] |
b136d1cb RV |
3498 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous |
3499 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous | |
4a58448b | 3500 | S: Supported |
679655da JP |
3501 | F: Documentation/networking/s2io.txt |
3502 | F: drivers/net/s2io* | |
4a58448b | 3503 | |
1da177e4 LT |
3504 | NETFILTER/IPTABLES/IPCHAINS |
3505 | P: Rusty Russell | |
3506 | P: Marc Boucher | |
3507 | P: James Morris | |
3508 | P: Harald Welte | |
3509 | P: Jozsef Kadlecsik | |
8b58be88 | 3510 | M: Patrick McHardy <[email protected]> |
1a03b81d PM |
3511 | L: [email protected] |
3512 | L: [email protected] | |
82b98543 | 3513 | L: [email protected] |
1da177e4 LT |
3514 | W: http://www.netfilter.org/ |
3515 | W: http://www.iptables.org/ | |
3f1f7cf0 | 3516 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
1da177e4 | 3517 | S: Supported |
679655da JP |
3518 | F: include/linux/netfilter* |
3519 | F: include/linux/netfilter/ | |
3520 | F: include/net/netfilter/ | |
3521 | F: net/*/netfilter.c | |
3522 | F: net/*/netfilter/ | |
3523 | F: net/netfilter/ | |
1da177e4 | 3524 | |
4cc67735 | 3525 | NETLABEL |
8b58be88 | 3526 | M: Paul Moore <[email protected]> |
4cc67735 PM |
3527 | W: http://netlabel.sf.net |
3528 | L: [email protected] | |
3529 | S: Supported | |
80811493 | 3530 | F: Documentation/netlabel/ |
679655da JP |
3531 | F: include/net/netlabel.h |
3532 | F: net/netlabel/ | |
4cc67735 | 3533 | |
1da177e4 | 3534 | NETROM NETWORK LAYER |
8b58be88 | 3535 | M: Ralf Baechle <[email protected]> |
1da177e4 | 3536 | L: [email protected] |
d34cb28a | 3537 | W: http://www.linux-ax25.org/ |
1da177e4 | 3538 | S: Maintained |
679655da JP |
3539 | F: include/linux/netrom.h |
3540 | F: include/net/netrom.h | |
3541 | F: net/netrom/ | |
1da177e4 | 3542 | |
5ddb88c0 | 3543 | NETWORK BLOCK DEVICE (NBD) |
8b58be88 | 3544 | M: Paul Clements <[email protected]> |
1da177e4 | 3545 | S: Maintained |
679655da JP |
3546 | F: Documentation/blockdev/nbd.txt |
3547 | F: drivers/block/nbd.c | |
3548 | F: include/linux/nbd.h | |
1da177e4 LT |
3549 | |
3550 | NETWORKING [GENERAL] | |
8b58be88 | 3551 | M: "David S. Miller" <[email protected]> |
979b6c13 | 3552 | L: [email protected] |
b1e8fd54 JP |
3553 | W: http://www.linuxfoundation.org/en/Net |
3554 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | |
1da177e4 | 3555 | S: Maintained |
679655da JP |
3556 | F: net/ |
3557 | F: include/net/ | |
1da177e4 LT |
3558 | |
3559 | NETWORKING [IPv4/IPv6] | |
8b58be88 JP |
3560 | M: "David S. Miller" <[email protected]> |
3561 | M: Alexey Kuznetsov <[email protected]> | |
3562 | M: "Pekka Savola (ipv6)" <[email protected]> | |
3563 | M: James Morris <[email protected]> | |
3564 | M: Hideaki YOSHIFUJI <[email protected]> | |
3565 | M: Patrick McHardy <[email protected]> | |
979b6c13 | 3566 | L: [email protected] |
54e5881d | 3567 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
1da177e4 | 3568 | S: Maintained |
679655da JP |
3569 | F: net/ipv4/ |
3570 | F: net/ipv6/ | |
3571 | F: include/net/ip* | |
1da177e4 | 3572 | |
10e2ff1c | 3573 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
8b58be88 | 3574 | M: Paul Moore <[email protected]> |
10e2ff1c JM |
3575 | L: [email protected] |
3576 | S: Maintained | |
3577 | ||
29f8f632 | 3578 | NETWORKING [WIRELESS] |
8b58be88 | 3579 | M: "John W. Linville" <[email protected]> |
2cb4abd1 | 3580 | L: [email protected] |
54e5881d | 3581 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
29f8f632 | 3582 | S: Maintained |
679655da JP |
3583 | F: net/wireless/ |
3584 | F: include/net/ieee80211* | |
cc8b4a2b | 3585 | F: include/linux/wireless.h |
29f8f632 | 3586 | |
788873ac JP |
3587 | NETWORKING DRIVERS |
3588 | L: [email protected] | |
3589 | W: http://www.linuxfoundation.org/en/Net | |
3590 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | |
3591 | S: Odd Fixes | |
3592 | F: drivers/net/ | |
3593 | ||
3d396eb1 | 3594 | NETXEN (1/10) GbE SUPPORT |
8b58be88 | 3595 | M: Dhananjay Phadke <[email protected]> |
3d396eb1 AK |
3596 | L: [email protected] |
3597 | W: http://www.netxen.com | |
3598 | S: Supported | |
679655da | 3599 | F: drivers/net/netxen/ |
3d396eb1 | 3600 | |
e8b43555 | 3601 | NFS, SUNRPC, AND LOCKD CLIENTS |
8b58be88 | 3602 | M: Trond Myklebust <[email protected]> |
78f58153 TM |
3603 | L: [email protected] |
3604 | W: http://client.linux-nfs.org | |
3605 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | |
1da177e4 | 3606 | S: Maintained |
679655da JP |
3607 | F: fs/lockd/ |
3608 | F: fs/nfs/ | |
3609 | F: fs/nfs_common/ | |
3610 | F: net/sunrpc/ | |
3611 | F: include/linux/lockd/ | |
3612 | F: include/linux/nfs* | |
3613 | F: include/linux/sunrpc/ | |
1da177e4 LT |
3614 | |
3615 | NI5010 NETWORK DRIVER | |
8b58be88 JP |
3616 | M: Jan-Pascal van Best <[email protected]> |
3617 | M: Andreas Mohr <[email protected]> | |
979b6c13 | 3618 | L: [email protected] |
1da177e4 | 3619 | S: Maintained |
679655da | 3620 | F: drivers/net/ni5010.* |
1da177e4 | 3621 | |
85ef9cea | 3622 | NILFS2 FILESYSTEM |
8b58be88 | 3623 | M: KONISHI Ryusuke <[email protected]> |
85ef9cea RK |
3624 | L: [email protected] |
3625 | W: http://www.nilfs.org/en/ | |
3626 | S: Supported | |
679655da JP |
3627 | F: Documentation/filesystems/nilfs2.txt |
3628 | F: fs/nilfs2/ | |
3629 | F: include/linux/nilfs2_fs.h | |
85ef9cea | 3630 | |
1da177e4 | 3631 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
8b58be88 | 3632 | M: YOKOTA Hiroshi <[email protected]> |
1da177e4 LT |
3633 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
3634 | S: Maintained | |
679655da JP |
3635 | F: Documentation/scsi/NinjaSCSI.txt |
3636 | F: drivers/scsi/pcmcia/nsp_* | |
1da177e4 LT |
3637 | |
3638 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
8b58be88 JP |
3639 | M: GOTO Masanori <[email protected]> |
3640 | M: YOKOTA Hiroshi <[email protected]> | |
1da177e4 LT |
3641 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
3642 | S: Maintained | |
679655da JP |
3643 | F: Documentation/scsi/NinjaSCSI.txt |
3644 | F: drivers/scsi/nsp32* | |
1da177e4 | 3645 | |
1da177e4 | 3646 | NTFS FILESYSTEM |
8b58be88 | 3647 | M: Anton Altaparmakov <[email protected]> |
1da177e4 | 3648 | L: [email protected] |
169ccbd4 | 3649 | W: http://www.linux-ntfs.org/ |
54e5881d | 3650 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
1da177e4 | 3651 | S: Maintained |
679655da JP |
3652 | F: Documentation/filesystems/ntfs.txt |
3653 | F: fs/ntfs/ | |
1da177e4 | 3654 | |
9eb8ef74 | 3655 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
8b58be88 | 3656 | M: Antonino Daplas <[email protected]> |
8936b6db | 3657 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 3658 | S: Maintained |
679655da JP |
3659 | F: drivers/video/riva/ |
3660 | F: drivers/video/nvidia/ | |
1da177e4 | 3661 | |
f5525786 | 3662 | OMAP SUPPORT |
8b58be88 | 3663 | M: "Tony Lindgren <[email protected]>" <[email protected]> |
f5525786 TL |
3664 | L: [email protected] |
3665 | W: http://www.muru.com/linux/omap/ | |
3666 | W: http://linux.omap.com/ | |
3667 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | |
3668 | S: Maintained | |
3669 | F: arch/arm/*omap* | |
3670 | ||
3671 | OMAP CLOCK FRAMEWORK SUPPORT | |
8b58be88 | 3672 | M: Paul Walmsley <[email protected]> |
f5525786 TL |
3673 | L: [email protected] |
3674 | S: Maintained | |
3675 | F: arch/arm/*omap*/*clock* | |
3676 | ||
3677 | OMAP POWER MANAGEMENT SUPPORT | |
8b58be88 | 3678 | M: Kevin Hilman <[email protected]> |
f5525786 TL |
3679 | L: [email protected] |
3680 | S: Maintained | |
3681 | F: arch/arm/*omap*/*pm* | |
3682 | ||
3683 | OMAP AUDIO SUPPORT | |
8b58be88 | 3684 | M: Jarkko Nikula <[email protected]> |
f5525786 TL |
3685 | L: [email protected] (subscribers-only) |
3686 | L: [email protected] | |
3687 | S: Maintained | |
3688 | F: sound/soc/omap/ | |
3689 | ||
3690 | OMAP FRAMEBUFFER SUPPORT | |
8b58be88 | 3691 | M: Imre Deak <[email protected]> |
f5525786 TL |
3692 | L: [email protected] (moderated for non-subscribers) |
3693 | L: [email protected] | |
3694 | S: Maintained | |
3695 | F: drivers/video/omap/ | |
3696 | ||
3697 | OMAP MMC SUPPORT | |
8b58be88 | 3698 | M: Jarkko Lavinen <[email protected]> |
f5525786 TL |
3699 | L: [email protected] |
3700 | S: Maintained | |
3701 | F: drivers/mmc/host/*omap* | |
3702 | ||
3703 | OMAP RANDOM NUMBER GENERATOR SUPPORT | |
8b58be88 | 3704 | M: Deepak Saxena <[email protected]> |
f5525786 TL |
3705 | S: Maintained |
3706 | F: drivers/char/hw_random/omap-rng.c | |
3707 | ||
3708 | OMAP USB SUPPORT | |
8b58be88 JP |
3709 | M: Felipe Balbi <[email protected]> |
3710 | M: David Brownell <[email protected]> | |
f5525786 TL |
3711 | L: [email protected] |
3712 | L: [email protected] | |
3713 | S: Maintained | |
3714 | ||
0ad122d9 | 3715 | OMFS FILESYSTEM |
8b58be88 | 3716 | M: Bob Copeland <[email protected]> |
0ad122d9 BC |
3717 | L: [email protected] |
3718 | S: Maintained | |
679655da JP |
3719 | F: Documentation/filesystems/omfs.txt |
3720 | F: fs/omfs/ | |
0ad122d9 | 3721 | |
c1986ee9 | 3722 | OMNIKEY CARDMAN 4000 DRIVER |
8b58be88 | 3723 | M: Harald Welte <[email protected]> |
c1986ee9 | 3724 | S: Maintained |
679655da JP |
3725 | F: drivers/char/pcmcia/cm4000_cs.c |
3726 | F: include/linux/cm4000_cs.h | |
c1986ee9 | 3727 | |
77c44ab1 | 3728 | OMNIKEY CARDMAN 4040 DRIVER |
8b58be88 | 3729 | M: Harald Welte <[email protected]> |
77c44ab1 | 3730 | S: Maintained |
679655da | 3731 | F: drivers/char/pcmcia/cm4040_cs.* |
77c44ab1 | 3732 | |
77d5140f | 3733 | OMNIVISION OV7670 SENSOR DRIVER |
8b58be88 | 3734 | M: Jonathan Corbet <[email protected]> |
661263b5 | 3735 | L: [email protected] |
54e5881d | 3736 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
77d5140f | 3737 | S: Maintained |
679655da | 3738 | F: drivers/media/video/ov7670.c |
77d5140f | 3739 | |
431bca73 | 3740 | ONENAND FLASH DRIVER |
8b58be88 | 3741 | M: Kyungmin Park <[email protected]> |
431bca73 TG |
3742 | L: [email protected] |
3743 | S: Maintained | |
679655da JP |
3744 | F: drivers/mtd/onenand/ |
3745 | F: include/linux/mtd/onenand*.h | |
431bca73 | 3746 | |
1da177e4 | 3747 | ONSTREAM SCSI TAPE DRIVER |
8b58be88 | 3748 | M: Willem Riede <[email protected]> |
1da177e4 LT |
3749 | L: [email protected] |
3750 | L: [email protected] | |
3751 | S: Maintained | |
679655da JP |
3752 | F: drivers/scsi/osst* |
3753 | F: drivers/scsi/st* | |
1da177e4 | 3754 | |
e2d1d6c0 | 3755 | OPENCORES I2C BUS DRIVER |
8b58be88 | 3756 | M: Peter Korsgaard <[email protected]> |
846557d3 | 3757 | L: [email protected] |
e2d1d6c0 | 3758 | S: Maintained |
679655da JP |
3759 | F: Documentation/i2c/busses/i2c-ocores |
3760 | F: drivers/i2c/busses/i2c-ocores.c | |
e2d1d6c0 | 3761 | |
1da177e4 | 3762 | OPROFILE |
8b58be88 | 3763 | M: Robert Richter <[email protected]> |
1da177e4 LT |
3764 | L: [email protected] |
3765 | S: Maintained | |
679655da JP |
3766 | F: arch/*/oprofile/ |
3767 | F: drivers/oprofile/ | |
3768 | F: include/linux/oprofile.h | |
1da177e4 | 3769 | |
e2d1d6c0 | 3770 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
8b58be88 JP |
3771 | M: Mark Fasheh <[email protected]> |
3772 | M: Joel Becker <[email protected]> | |
e2d1d6c0 RD |
3773 | L: [email protected] (moderated for non-subscribers) |
3774 | W: http://oss.oracle.com/projects/ocfs2/ | |
2191aeba | 3775 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
e2d1d6c0 | 3776 | S: Supported |
679655da JP |
3777 | F: Documentation/filesystems/ocfs2.txt |
3778 | F: Documentation/filesystems/dlmfs.txt | |
3779 | F: fs/ocfs2/ | |
e2d1d6c0 | 3780 | |
1da177e4 | 3781 | ORINOCO DRIVER |
8b58be88 JP |
3782 | M: Pavel Roskin <[email protected]> |
3783 | M: David Gibson <[email protected]> | |
724c6b35 | 3784 | L: [email protected] |
ecffdde6 PR |
3785 | L: [email protected] |
3786 | L: [email protected] | |
3787 | W: http://www.nongnu.org/orinoco/ | |
1da177e4 | 3788 | S: Maintained |
679655da | 3789 | F: drivers/net/wireless/orinoco/ |
1da177e4 | 3790 | |
42c55aa8 | 3791 | OSD LIBRARY and FILESYSTEM |
8b58be88 JP |
3792 | M: Boaz Harrosh <[email protected]> |
3793 | M: Benny Halevy <[email protected]> | |
68274794 BH |
3794 | L: [email protected] |
3795 | W: http://open-osd.org | |
54e5881d | 3796 | T: git git://git.open-osd.org/open-osd.git |
68274794 | 3797 | S: Maintained |
42c55aa8 BH |
3798 | F: drivers/scsi/osd/ |
3799 | F: drivers/include/scsi/osd_* | |
3800 | F: fs/exofs/ | |
68274794 | 3801 | |
e2d1d6c0 | 3802 | P54 WIRELESS DRIVER |
8b58be88 | 3803 | M: Michael Wu <[email protected]> |
e2d1d6c0 RD |
3804 | L: [email protected] |
3805 | W: http://prism54.org | |
54e5881d | 3806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
e2d1d6c0 | 3807 | S: Maintained |
679655da | 3808 | F: drivers/net/wireless/p54/ |
e2d1d6c0 | 3809 | |
f5cd7872 | 3810 | PA SEMI ETHERNET DRIVER |
8b58be88 | 3811 | M: Olof Johansson <[email protected]> |
f5cd7872 OJ |
3812 | L: [email protected] |
3813 | S: Maintained | |
679655da | 3814 | F: drivers/net/pasemi_mac.* |
f5cd7872 | 3815 | |
beb58aa3 | 3816 | PA SEMI SMBUS DRIVER |
8b58be88 | 3817 | M: Olof Johansson <[email protected]> |
846557d3 | 3818 | L: [email protected] |
beb58aa3 | 3819 | S: Maintained |
679655da | 3820 | F: drivers/i2c/busses/i2c-pasemi.c |
beb58aa3 | 3821 | |
709ee531 | 3822 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
8b58be88 | 3823 | M: Harald Welte <[email protected]> |
709ee531 | 3824 | S: Maintained |
679655da | 3825 | F: drivers/platform/x86/panasonic-laptop.c |
709ee531 | 3826 | |
4fa97181 | 3827 | PANASONIC MN10300/AM33 PORT |
8b58be88 JP |
3828 | M: David Howells <[email protected]> |
3829 | M: Koichi Yasutake <[email protected]> | |
4fa97181 DH |
3830 | L: [email protected] (moderated for non-subscribers) |
3831 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
3832 | S: Maintained | |
679655da JP |
3833 | F: Documentation/mn10300/ |
3834 | F: arch/mn10300/ | |
4fa97181 | 3835 | |
1da177e4 | 3836 | PARALLEL PORT SUPPORT |
3dd1a329 | 3837 | L: [email protected] (subscribers-only) |
5fdc2abe | 3838 | S: Orphan |
679655da JP |
3839 | F: drivers/parport/ |
3840 | F: include/linux/parport*.h | |
3841 | F: drivers/char/ppdev.c | |
3842 | F: include/linux/ppdev.h | |
1da177e4 | 3843 | |
4cdf6bc2 | 3844 | PARAVIRT_OPS INTERFACE |
8b58be88 JP |
3845 | M: Jeremy Fitzhardinge <[email protected]> |
3846 | M: Chris Wright <[email protected]> | |
3847 | M: Alok Kataria <[email protected]> | |
3848 | M: Rusty Russell <[email protected]> | |
4cdf6bc2 | 3849 | L: [email protected] |
4cdf6bc2 | 3850 | S: Supported |
679655da JP |
3851 | F: Documentation/ia64/paravirt_ops.txt |
3852 | F: arch/*/kernel/paravirt* | |
3853 | F: arch/*/include/asm/paravirt.h | |
4cdf6bc2 | 3854 | |
e2d1d6c0 | 3855 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
8b58be88 | 3856 | M: Tim Waugh <[email protected]> |
e2d1d6c0 RD |
3857 | L: [email protected] (subscribers-only) |
3858 | W: http://www.torque.net/linux-pp.html | |
3859 | S: Maintained | |
679655da JP |
3860 | F: Documentation/blockdev/paride.txt |
3861 | F: drivers/block/paride/ | |
e2d1d6c0 RD |
3862 | |
3863 | PARISC ARCHITECTURE | |
8b58be88 JP |
3864 | M: Kyle McMartin <[email protected]> |
3865 | M: Helge Deller <[email protected]> | |
e2d1d6c0 RD |
3866 | L: [email protected] |
3867 | W: http://www.parisc-linux.org/ | |
54e5881d | 3868 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
e2d1d6c0 | 3869 | S: Maintained |
679655da JP |
3870 | F: arch/parisc/ |
3871 | F: drivers/parisc/ | |
e2d1d6c0 | 3872 | |
1662d32c | 3873 | PC87360 HARDWARE MONITORING DRIVER |
8b58be88 | 3874 | M: Jim Cromie <[email protected]> |
1662d32c JC |
3875 | L: [email protected] |
3876 | S: Maintained | |
679655da JP |
3877 | F: Documentation/hwmon/pc87360 |
3878 | F: drivers/hwmon/pc87360.c | |
1662d32c JC |
3879 | |
3880 | PC8736x GPIO DRIVER | |
8b58be88 | 3881 | M: Jim Cromie <[email protected]> |
1662d32c | 3882 | S: Maintained |
679655da | 3883 | F: drivers/char/pc8736x_gpio.c |
1662d32c | 3884 | |
b26e0ed4 | 3885 | PCA9532 LED DRIVER |
8b58be88 | 3886 | M: Riku Voipio <[email protected]> |
b26e0ed4 | 3887 | S: Maintained |
d5ca6918 JP |
3888 | F: drivers/leds/leds-pca9532.c |
3889 | F: include/linux/leds-pca9532.h | |
b26e0ed4 | 3890 | |
065c6359 | 3891 | PCI ERROR RECOVERY |
8b58be88 | 3892 | M: Linas Vepstas <[email protected]> |
c1f69db7 | 3893 | L: [email protected] |
065c6359 | 3894 | S: Supported |
679655da JP |
3895 | F: Documentation/PCI/pci-error-recovery.txt |
3896 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | |
065c6359 | 3897 | |
1da177e4 | 3898 | PCI SUBSYSTEM |
8b58be88 | 3899 | M: Jesse Barnes <[email protected]> |
2905474d | 3900 | L: [email protected] |
54e5881d | 3901 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
1da177e4 | 3902 | S: Supported |
679655da JP |
3903 | F: Documentation/PCI/ |
3904 | F: drivers/pci/ | |
3905 | F: include/linux/pci* | |
1da177e4 | 3906 | |
8cf4c195 | 3907 | PCIE HOTPLUG DRIVER |
8b58be88 | 3908 | M: Kristen Carlson Accardi <[email protected]> |
64dab204 | 3909 | L: [email protected] |
8b59a454 | 3910 | S: Supported |
679655da | 3911 | F: drivers/pci/pcie/ |
8cf4c195 | 3912 | |
1da177e4 | 3913 | PCMCIA SUBSYSTEM |
4230dfc9 | 3914 | P: Linux PCMCIA Team |
f5df5881 | 3915 | L: [email protected] |
6650e0a5 | 3916 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
54e5881d | 3917 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 3918 | S: Maintained |
679655da JP |
3919 | F: Documentation/pcmcia/ |
3920 | F: drivers/pcmcia/ | |
3921 | F: include/pcmcia/ | |
1da177e4 LT |
3922 | |
3923 | PCNET32 NETWORK DRIVER | |
8b58be88 | 3924 | M: Don Fry <[email protected]> |
979b6c13 | 3925 | L: [email protected] |
1da177e4 | 3926 | S: Maintained |
679655da | 3927 | F: drivers/net/pcnet32.c |
1da177e4 | 3928 | |
ad4ecbcb | 3929 | PER-TASK DELAY ACCOUNTING |
8b58be88 | 3930 | M: Balbir Singh <[email protected]> |
ad4ecbcb | 3931 | S: Maintained |
679655da JP |
3932 | F: include/linux/delayacct.h |
3933 | F: kernel/delayacct.c | |
ad4ecbcb | 3934 | |
6c0b3244 | 3935 | PERFORMANCE COUNTER SUBSYSTEM |
8b58be88 JP |
3936 | M: Peter Zijlstra <[email protected]> |
3937 | M: Paul Mackerras <[email protected]> | |
3938 | M: Ingo Molnar <[email protected]> | |
6c0b3244 PM |
3939 | S: Supported |
3940 | ||
dd49d0f5 | 3941 | PERSONALITY HANDLING |
8b58be88 | 3942 | M: Christoph Hellwig <[email protected]> |
dd49d0f5 JC |
3943 | L: [email protected] |
3944 | S: Maintained | |
679655da | 3945 | F: include/linux/personality.h |
dd49d0f5 | 3946 | |
1da177e4 | 3947 | PHRAM MTD DRIVER |
8b58be88 | 3948 | M: Joern Engel <[email protected]> |
1da177e4 LT |
3949 | L: [email protected] |
3950 | S: Maintained | |
679655da | 3951 | F: drivers/mtd/devices/phram.c |
1da177e4 | 3952 | |
249a6771 | 3953 | PKTCDVD DRIVER |
8b58be88 | 3954 | M: Peter Osterlund <[email protected]> |
249a6771 | 3955 | S: Maintained |
679655da JP |
3956 | F: drivers/block/pktcdvd.c |
3957 | F: include/linux/pktcdvd.h | |
249a6771 | 3958 | |
1da177e4 | 3959 | POSIX CLOCKS and TIMERS |
8b58be88 | 3960 | M: Thomas Gleixner <[email protected]> |
1da177e4 | 3961 | S: Supported |
679655da JP |
3962 | F: fs/timerfd.c |
3963 | F: include/linux/timer* | |
3964 | F: kernel/*timer* | |
1da177e4 | 3965 | |
3be86148 | 3966 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
8b58be88 JP |
3967 | M: Anton Vorontsov <[email protected]> |
3968 | M: David Woodhouse <[email protected]> | |
54e5881d | 3969 | T: git git://git.infradead.org/battery-2.6.git |
3be86148 | 3970 | S: Maintained |
679655da JP |
3971 | F: include/linux/power_supply.h |
3972 | F: drivers/power/power_supply* | |
3be86148 | 3973 | |
1da177e4 | 3974 | PNP SUPPORT |
8b58be88 JP |
3975 | M: Adam Belay <[email protected]> |
3976 | M: Bjorn Helgaas <[email protected]> | |
1da177e4 | 3977 | S: Maintained |
679655da | 3978 | F: drivers/pnp/ |
1da177e4 | 3979 | |
999445d4 | 3980 | PNXxxxx I2C DRIVER |
8b58be88 | 3981 | M: Vitaly Wool <[email protected]> |
846557d3 | 3982 | L: [email protected] |
999445d4 | 3983 | S: Maintained |
679655da | 3984 | F: drivers/i2c/busses/i2c-pnx.c |
999445d4 | 3985 | |
1da177e4 | 3986 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8b58be88 | 3987 | M: Paul Mackerras <[email protected]> |
1da177e4 LT |
3988 | L: [email protected] |
3989 | S: Maintained | |
679655da | 3990 | F: drivers/net/ppp_* |
1da177e4 LT |
3991 | |
3992 | PPP OVER ATM (RFC 2364) | |
8b58be88 | 3993 | M: Mitchell Blank Jr <[email protected]> |
1da177e4 | 3994 | S: Maintained |
679655da JP |
3995 | F: net/atm/pppoatm.c |
3996 | F: include/linux/atmppp.h | |
1da177e4 LT |
3997 | |
3998 | PPP OVER ETHERNET | |
8b58be88 | 3999 | M: Michal Ostrowski <[email protected]> |
1da177e4 | 4000 | S: Maintained |
679655da JP |
4001 | F: drivers/net/pppoe.c |
4002 | F: drivers/net/pppox.c | |
1da177e4 | 4003 | |
a6d2370b | 4004 | PPP OVER L2TP |
8b58be88 | 4005 | M: James Chapman <[email protected]> |
a6d2370b | 4006 | S: Maintained |
679655da JP |
4007 | F: drivers/net/pppol2tp.c |
4008 | F: include/linux/if_pppol2tp.h | |
a6d2370b | 4009 | |
eae9d2ba | 4010 | PPS SUPPORT |
8b58be88 | 4011 | M: Rodolfo Giometti <[email protected]> |
eae9d2ba RG |
4012 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
4013 | L: [email protected] (subscribers-only) | |
4014 | S: Maintained | |
cabaaf41 JP |
4015 | F: Documentation/pps/ |
4016 | F: drivers/pps/ | |
4017 | F: include/linux/pps*.h | |
eae9d2ba | 4018 | |
1da177e4 | 4019 | PREEMPTIBLE KERNEL |
8b58be88 | 4020 | M: Robert Love <[email protected]> |
1da177e4 LT |
4021 | L: [email protected] |
4022 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
4023 | S: Supported | |
679655da JP |
4024 | F: Documentation/preempt-locking.txt |
4025 | F: include/linux/preempt.h | |
1da177e4 LT |
4026 | |
4027 | PRISM54 WIRELESS DRIVER | |
8b58be88 | 4028 | M: "Luis R. Rodriguez" <[email protected]> |
724c6b35 | 4029 | L: [email protected] |
1da177e4 LT |
4030 | W: http://prism54.org |
4031 | S: Maintained | |
679655da | 4032 | F: drivers/net/wireless/prism54/ |
1da177e4 LT |
4033 | |
4034 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | |
8b58be88 | 4035 | M: Peter Denison <[email protected]> |
1da177e4 LT |
4036 | W: http://www.pnd-pc.demon.co.uk/promise/ |
4037 | S: Maintained | |
4038 | ||
b3277dfa | 4039 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
8b58be88 | 4040 | M: Mikael Pettersson <[email protected]> |
b3277dfa MP |
4041 | L: [email protected] |
4042 | S: Maintained | |
679655da | 4043 | F: drivers/ata/sata_promise.* |
b3277dfa | 4044 | |
02c18891 | 4045 | PS3 NETWORK SUPPORT |
8b58be88 | 4046 | M: Geoff Levand <[email protected]> |
02c18891 MM |
4047 | L: [email protected] |
4048 | L: [email protected] | |
4049 | S: Supported | |
679655da | 4050 | F: drivers/net/ps3_gelic_net.* |
02c18891 | 4051 | |
f58a9d17 | 4052 | PS3 PLATFORM SUPPORT |
8b58be88 | 4053 | M: Geoff Levand <[email protected]> |
f58a9d17 GL |
4054 | L: [email protected] |
4055 | L: [email protected] | |
4056 | S: Supported | |
679655da JP |
4057 | F: arch/powerpc/boot/ps3* |
4058 | F: arch/powerpc/include/asm/lv1call.h | |
4059 | F: arch/powerpc/include/asm/ps3*.h | |
4060 | F: arch/powerpc/platforms/ps3/ | |
4061 | F: drivers/*/ps3* | |
4062 | F: drivers/ps3/ | |
fec629b8 | 4063 | F: drivers/rtc/rtc-ps3.c |
679655da | 4064 | F: drivers/usb/host/*ps3.c |
fec629b8 | 4065 | F: sound/ppc/snd_ps3* |
f58a9d17 | 4066 | |
cffb4add | 4067 | PS3VRAM DRIVER |
8b58be88 | 4068 | M: Jim Paris <[email protected]> |
cffb4add JP |
4069 | L: [email protected] |
4070 | S: Maintained | |
4071 | ||
cf94a4d1 | 4072 | PTRACE SUPPORT |
8b58be88 JP |
4073 | M: Roland McGrath <[email protected]> |
4074 | M: Oleg Nesterov <[email protected]> | |
cf94a4d1 CH |
4075 | S: Maintained |
4076 | F: include/asm-generic/syscall.h | |
4077 | F: include/linux/ptrace.h | |
4078 | F: include/linux/regset.h | |
4079 | F: include/linux/tracehook.h | |
4080 | F: kernel/ptrace.c | |
4081 | ||
8320204a | 4082 | PVRUSB2 VIDEO4LINUX DRIVER |
8b58be88 | 4083 | M: Mike Isely <[email protected]> |
16e9495d | 4084 | L: [email protected] (subscribers-only) |
661263b5 | 4085 | L: [email protected] |
8320204a | 4086 | W: http://www.isely.net/pvrusb2/ |
54e5881d | 4087 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
8320204a | 4088 | S: Maintained |
679655da JP |
4089 | F: Documentation/video4linux/README.pvrusb2 |
4090 | F: drivers/media/video/pvrusb2/ | |
8320204a | 4091 | |
30ec261e | 4092 | PXA2xx/PXA3xx SUPPORT |
8b58be88 JP |
4093 | M: Eric Miao <[email protected]> |
4094 | M: Russell King <[email protected]> | |
70f09f1f | 4095 | L: [email protected] (subscribers-only) |
1da177e4 | 4096 | S: Maintained |
679655da JP |
4097 | F: arch/arm/mach-pxa/ |
4098 | F: drivers/pcmcia/pxa2xx* | |
4099 | F: drivers/spi/pxa2xx* | |
4100 | F: drivers/usb/gadget/pxa2* | |
4101 | F: include/sound/pxa2xx-lib.h | |
bec4c99e MB |
4102 | F: sound/arm/pxa* |
4103 | F: sound/soc/pxa | |
1da177e4 | 4104 | |
a6bb4bab | 4105 | PXA168 SUPPORT |
8b58be88 JP |
4106 | M: Eric Miao <[email protected]> |
4107 | M: Jason Chagas <[email protected]> | |
a6bb4bab | 4108 | L: [email protected] (subscribers-only) |
54e5881d | 4109 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
7517b3fb | 4110 | S: Maintained |
a6bb4bab | 4111 | |
5fa82eb8 | 4112 | PXA910 SUPPORT |
8b58be88 | 4113 | M: Eric Miao <[email protected]> |
5fa82eb8 | 4114 | L: [email protected] (subscribers-only) |
54e5881d | 4115 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
7517b3fb | 4116 | S: Maintained |
5fa82eb8 | 4117 | |
272f133a PO |
4118 | PXA MMCI DRIVER |
4119 | S: Orphan | |
4120 | ||
57f63bc8 | 4121 | PXA RTC DRIVER |
8b58be88 | 4122 | M: Robert Jarzmik <[email protected]> |
57f63bc8 RJ |
4123 | L: [email protected] |
4124 | S: Maintained | |
4125 | ||
1da177e4 | 4126 | QLOGIC QLA2XXX FC-SCSI DRIVER |
8b58be88 | 4127 | M: Andrew Vasquez <[email protected]> |
95e6a856 | 4128 | M: [email protected] |
1da177e4 LT |
4129 | L: [email protected] |
4130 | S: Supported | |
679655da JP |
4131 | F: Documentation/scsi/LICENSE.qla2xxx |
4132 | F: drivers/scsi/qla2xxx/ | |
1da177e4 | 4133 | |
5a4faa87 | 4134 | QLOGIC QLA3XXX NETWORK DRIVER |
8b58be88 | 4135 | M: Ron Mercer <[email protected]> |
5a4faa87 RM |
4136 | M: [email protected] |
4137 | L: [email protected] | |
4138 | S: Supported | |
679655da JP |
4139 | F: Documentation/networking/LICENSE.qla3xxx |
4140 | F: drivers/net/qla3xxx.* | |
5a4faa87 | 4141 | |
c4e84bde | 4142 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
8b58be88 | 4143 | M: Ron Mercer <[email protected]> |
4cbfbe25 | 4144 | M: [email protected] |
c4e84bde RM |
4145 | L: [email protected] |
4146 | S: Supported | |
679655da | 4147 | F: drivers/net/qlge/ |
c4e84bde | 4148 | |
1da177e4 | 4149 | QNX4 FILESYSTEM |
8b58be88 | 4150 | M: Anders Larsen <[email protected]> |
1da177e4 LT |
4151 | W: http://www.alarsen.net/linux/qnx4fs/ |
4152 | S: Maintained | |
80811493 | 4153 | F: fs/qnx4/ |
679655da JP |
4154 | F: include/linux/qnx4_fs.h |
4155 | F: include/linux/qnxtypes.h | |
1da177e4 LT |
4156 | |
4157 | RADEON FRAMEBUFFER DISPLAY DRIVER | |
8b58be88 | 4158 | M: Benjamin Herrenschmidt <[email protected]> |
8936b6db | 4159 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 4160 | S: Maintained |
679655da JP |
4161 | F: drivers/video/aty/radeon* |
4162 | F: include/linux/radeonfb.h | |
1da177e4 LT |
4163 | |
4164 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | |
8b58be88 | 4165 | M: Paul Mackerras <[email protected]> |
8936b6db | 4166 | L: [email protected] (moderated for non-subscribers) |
1da177e4 | 4167 | S: Maintained |
679655da | 4168 | F: drivers/video/aty/aty128fb.c |
1da177e4 | 4169 | |
e7839f25 | 4170 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 ID |
4171 | P: rt2x00 project |
4172 | L: [email protected] | |
6d5eaafa | 4173 | L: [email protected] |
95ea3627 ID |
4174 | W: http://rt2x00.serialmonkey.com/ |
4175 | S: Maintained | |
54e5881d | 4176 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
95ea3627 ID |
4177 | F: drivers/net/wireless/rt2x00/ |
4178 | ||
9db5579b | 4179 | RAMDISK RAM BLOCK DEVICE DRIVER |
8b58be88 | 4180 | M: Nick Piggin <[email protected]> |
9db5579b | 4181 | S: Maintained |
679655da JP |
4182 | F: Documentation/blockdev/ramdisk.txt |
4183 | F: drivers/block/brd.c | |
9db5579b | 4184 | |
9e95ce27 | 4185 | RANDOM NUMBER DRIVER |
8b58be88 | 4186 | M: Matt Mackall <[email protected]> |
9e95ce27 | 4187 | S: Maintained |
679655da | 4188 | F: drivers/char/random.c |
9e95ce27 | 4189 | |
394b701c | 4190 | RAPIDIO SUBSYSTEM |
8b58be88 | 4191 | M: Matt Porter <[email protected]> |
394b701c | 4192 | S: Maintained |
679655da | 4193 | F: drivers/rapidio/ |
394b701c | 4194 | |
e2d1d6c0 | 4195 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
8b58be88 | 4196 | M: Corey Thomas <[email protected]> |
e2d1d6c0 RD |
4197 | L: [email protected] |
4198 | S: Maintained | |
679655da | 4199 | F: drivers/net/wireless/ray* |
e2d1d6c0 RD |
4200 | |
4201 | RCUTORTURE MODULE | |
8b58be88 JP |
4202 | M: Josh Triplett <[email protected]> |
4203 | M: "Paul E. McKenney" <[email protected]> | |
e2d1d6c0 | 4204 | S: Maintained |
679655da JP |
4205 | F: Documentation/RCU/torture.txt |
4206 | F: kernel/rcutorture.c | |
e2d1d6c0 | 4207 | |
c1f766b5 | 4208 | RDC R-321X SoC |
8b58be88 | 4209 | M: Florian Fainelli <[email protected]> |
c1f766b5 FF |
4210 | S: Maintained |
4211 | ||
db17f395 | 4212 | RDC R6040 FAST ETHERNET DRIVER |
8b58be88 | 4213 | M: Florian Fainelli <[email protected]> |
db17f395 FF |
4214 | L: [email protected] |
4215 | S: Maintained | |
679655da | 4216 | F: drivers/net/r6040.c |
db17f395 | 4217 | |
a09ed661 | 4218 | RDS - RELIABLE DATAGRAM SOCKETS |
8b58be88 | 4219 | M: Andy Grover <[email protected]> |
fbb5a558 | 4220 | L: [email protected] (moderated for non-subscribers) |
a09ed661 | 4221 | S: Supported |
679655da | 4222 | F: net/rds/ |
a09ed661 | 4223 | |
595182bc | 4224 | READ-COPY UPDATE (RCU) |
8b58be88 JP |
4225 | M: Dipankar Sarma <[email protected]> |
4226 | M: "Paul E. McKenney" <[email protected]> | |
595182bc | 4227 | W: http://www.rdrop.com/users/paulmck/rclock/ |
595182bc | 4228 | S: Supported |
679655da JP |
4229 | F: Documentation/RCU/rcu.txt |
4230 | F: Documentation/RCU/rcuref.txt | |
4231 | F: include/linux/rcupdate.h | |
4232 | F: include/linux/srcu.h | |
4233 | F: kernel/rcupdate.c | |
595182bc | 4234 | |
1da177e4 | 4235 | REAL TIME CLOCK DRIVER |
8b58be88 | 4236 | M: Paul Gortmaker <[email protected]> |
1da177e4 | 4237 | S: Maintained |
679655da JP |
4238 | F: Documentation/rtc.txt |
4239 | F: drivers/rtc/ | |
4240 | F: include/linux/rtc.h | |
1da177e4 | 4241 | |
0c86edc0 | 4242 | REAL TIME CLOCK (RTC) SUBSYSTEM |
8b58be88 | 4243 | M: Alessandro Zummo <[email protected]> |
76465493 | 4244 | L: [email protected] |
0c86edc0 | 4245 | S: Maintained |
679655da JP |
4246 | F: Documentation/rtc.txt |
4247 | F: drivers/rtc/ | |
4248 | F: include/linux/rtc.h | |
0c86edc0 | 4249 | |
1da177e4 | 4250 | REISERFS FILE SYSTEM |
76c4e5ea | 4251 | L: [email protected] |
1da177e4 | 4252 | S: Supported |
679655da | 4253 | F: fs/reiserfs/ |
1da177e4 | 4254 | |
e0897645 | 4255 | RFKILL |
8b58be88 | 4256 | M: Johannes Berg <[email protected]> |
19d337df | 4257 | L: [email protected] |
e0897645 | 4258 | S: Maintained |
80811493 JP |
4259 | F Documentation/rfkill.txt |
4260 | F: net/rfkill/ | |
e0897645 | 4261 | |
e2d1d6c0 RD |
4262 | RISCOM8 DRIVER |
4263 | S: Orphan | |
679655da JP |
4264 | F: Documentation/serial/riscom8.txt |
4265 | F: drivers/char/riscom8* | |
e2d1d6c0 | 4266 | |
1da177e4 LT |
4267 | ROCKETPORT DRIVER |
4268 | P: Comtrol Corp. | |
1da177e4 LT |
4269 | W: http://www.comtrol.com |
4270 | S: Maintained | |
679655da JP |
4271 | F: Documentation/serial/rocket.txt |
4272 | F: drivers/char/rocket* | |
1da177e4 LT |
4273 | |
4274 | ROSE NETWORK LAYER | |
8b58be88 | 4275 | M: Ralf Baechle <[email protected]> |
1da177e4 | 4276 | L: [email protected] |
d34cb28a | 4277 | W: http://www.linux-ax25.org/ |
1da177e4 | 4278 | S: Maintained |
679655da JP |
4279 | F: include/linux/rose.h |
4280 | F: include/net/rose.h | |
4281 | F: net/rose/ | |
1da177e4 | 4282 | |
59840488 | 4283 | RTL8180 WIRELESS DRIVER |
8b58be88 | 4284 | M: "John W. Linville" <[email protected]> |
605bebe2 MW |
4285 | L: [email protected] |
4286 | W: http://linuxwireless.org/ | |
54e5881d | 4287 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
605bebe2 | 4288 | S: Maintained |
679655da | 4289 | F: drivers/net/wireless/rtl818* |
605bebe2 | 4290 | |
59840488 | 4291 | RTL8187 WIRELESS DRIVER |
8b58be88 JP |
4292 | M: Herton Ronaldo Krzesinski <[email protected]> |
4293 | M: Hin-Tak Leung <[email protected]> | |
4294 | M: Larry Finger <[email protected]> | |
7d2c86b5 JP |
4295 | L: [email protected] |
4296 | W: http://linuxwireless.org/ | |
54e5881d | 4297 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
7d2c86b5 | 4298 | S: Maintained |
679655da | 4299 | F: drivers/net/wireless/rtl818x/rtl8187* |
59840488 | 4300 | |
9eb8ef74 | 4301 | S3 SAVAGE FRAMEBUFFER DRIVER |
8b58be88 | 4302 | M: Antonino Daplas <[email protected]> |
8936b6db | 4303 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 4304 | S: Maintained |
679655da | 4305 | F: drivers/video/savage/ |
9eb8ef74 | 4306 | |
1da177e4 | 4307 | S390 |
8b58be88 JP |
4308 | M: Martin Schwidefsky <[email protected]> |
4309 | M: Heiko Carstens <[email protected]> | |
1da177e4 | 4310 | M: [email protected] |
d58140cc | 4311 | L: [email protected] |
5238da45 HC |
4312 | W: http://www.ibm.com/developerworks/linux/linux390/ |
4313 | S: Supported | |
679655da | 4314 | F: arch/s390/ |
5238da45 HC |
4315 | |
4316 | S390 NETWORK DRIVERS | |
8b58be88 JP |
4317 | M: Ursula Braun <[email protected]> |
4318 | M: Frank Blaschka <[email protected]> | |
5238da45 | 4319 | M: [email protected] |
d58140cc | 4320 | L: [email protected] |
5238da45 HC |
4321 | W: http://www.ibm.com/developerworks/linux/linux390/ |
4322 | S: Supported | |
679655da | 4323 | F: drivers/s390/net/ |
5238da45 | 4324 | |
feed9b62 | 4325 | S390 ZCRYPT DRIVER |
8b58be88 JP |
4326 | M: Felix Beck <[email protected]> |
4327 | M: Ralph Wuerthner <[email protected]> | |
feed9b62 FB |
4328 | M: [email protected] |
4329 | L: [email protected] | |
4330 | S: Supported | |
d5ca6918 | 4331 | F: drivers/s390/crypto/ |
feed9b62 | 4332 | |
5238da45 | 4333 | S390 ZFCP DRIVER |
8b58be88 JP |
4334 | M: Christof Schmitt <[email protected]> |
4335 | M: Martin Peschke <[email protected]> | |
5238da45 | 4336 | M: [email protected] |
d58140cc | 4337 | L: [email protected] |
5238da45 | 4338 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 | 4339 | S: Supported |
679655da JP |
4340 | F: Documentation/s390/zfcpdump.txt |
4341 | F: drivers/s390/scsi/zfcp_* | |
1da177e4 | 4342 | |
dd96df2c | 4343 | S390 IUCV NETWORK LAYER |
8b58be88 | 4344 | M: Ursula Braun <[email protected]> |
dd96df2c UB |
4345 | M: [email protected] |
4346 | L: [email protected] | |
4347 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
4348 | S: Supported | |
679655da JP |
4349 | F: drivers/s390/net/*iucv* |
4350 | F: include/net/iucv/ | |
4351 | F: net/iucv/ | |
dd96df2c | 4352 | |
4dde7f75 | 4353 | S3C24XX SD/MMC Driver |
8b58be88 | 4354 | M: Ben Dooks <[email protected]> |
4dde7f75 | 4355 | L: [email protected] (subscribers-only) |
4dde7f75 | 4356 | S: Supported |
679655da | 4357 | F: drivers/mmc/host/s3cmci.* |
4dde7f75 | 4358 | |
1da177e4 | 4359 | SAA7146 VIDEO4LINUX-2 DRIVER |
8b58be88 | 4360 | M: Michael Hunold <[email protected]> |
661263b5 | 4361 | L: [email protected] |
54e5881d | 4362 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1da177e4 LT |
4363 | W: http://www.mihu.de/linux/saa7146 |
4364 | S: Maintained | |
679655da JP |
4365 | F: drivers/media/common/saa7146* |
4366 | F: drivers/media/video/*7146* | |
4367 | F: include/media/*7146* | |
1da177e4 | 4368 | |
1da177e4 | 4369 | SC1200 WDT DRIVER |
8b58be88 | 4370 | M: Zwane Mwaikambo <[email protected]> |
1da177e4 | 4371 | S: Maintained |
679655da | 4372 | F: drivers/watchdog/sc1200wdt.c |
1da177e4 LT |
4373 | |
4374 | SCHEDULER | |
8b58be88 JP |
4375 | M: Ingo Molnar <[email protected]> |
4376 | M: Peter Zijlstra <[email protected]> | |
1da177e4 | 4377 | S: Maintained |
679655da JP |
4378 | F: kernel/sched* |
4379 | F: include/linux/sched.h | |
1da177e4 LT |
4380 | |
4381 | SCSI CDROM DRIVER | |
8b58be88 | 4382 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
4383 | L: [email protected] |
4384 | W: http://www.kernel.dk | |
4385 | S: Maintained | |
679655da | 4386 | F: drivers/scsi/sr* |
1da177e4 LT |
4387 | |
4388 | SCSI SG DRIVER | |
8b58be88 | 4389 | M: Doug Gilbert <[email protected]> |
1da177e4 LT |
4390 | L: [email protected] |
4391 | W: http://www.torque.net/sg | |
4392 | S: Maintained | |
679655da JP |
4393 | F: drivers/scsi/sg.c |
4394 | F: include/scsi/sg.h | |
1da177e4 LT |
4395 | |
4396 | SCSI SUBSYSTEM | |
8b58be88 | 4397 | M: "James E.J. Bottomley" <[email protected]> |
1da177e4 | 4398 | L: [email protected] |
54e5881d JP |
4399 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
4400 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | |
4401 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 | 4402 | S: Maintained |
679655da JP |
4403 | F: drivers/scsi/ |
4404 | F: include/scsi/ | |
1da177e4 LT |
4405 | |
4406 | SCSI TAPE DRIVER | |
8b58be88 | 4407 | M: Kai Mäkisara <[email protected]> |
1da177e4 LT |
4408 | L: [email protected] |
4409 | S: Maintained | |
679655da JP |
4410 | F: Documentation/scsi/st.txt |
4411 | F: drivers/scsi/st* | |
1da177e4 LT |
4412 | |
4413 | SCTP PROTOCOL | |
8b58be88 JP |
4414 | M: Vlad Yasevich <[email protected]> |
4415 | M: Sridhar Samudrala <[email protected]> | |
1a418796 | 4416 | L: [email protected] |
5f85813c | 4417 | W: http://lksctp.sourceforge.net |
ce00f85c | 4418 | S: Supported |
679655da JP |
4419 | F: Documentation/networking/sctp.txt |
4420 | F: include/linux/sctp.h | |
4421 | F: include/net/sctp/ | |
4422 | F: net/sctp/ | |
1da177e4 LT |
4423 | |
4424 | SCx200 CPU SUPPORT | |
8b58be88 | 4425 | M: Jim Cromie <[email protected]> |
1662d32c | 4426 | S: Odd Fixes |
679655da JP |
4427 | F: Documentation/i2c/busses/scx200_acb |
4428 | F: arch/x86/kernel/scx200_32.c | |
4429 | F: drivers/watchdog/scx200_wdt.c | |
4430 | F: drivers/i2c/busses/scx200* | |
4431 | F: drivers/mtd/maps/scx200_docflash.c | |
4432 | F: include/linux/scx200.h | |
1662d32c JC |
4433 | |
4434 | SCx200 GPIO DRIVER | |
8b58be88 | 4435 | M: Jim Cromie <[email protected]> |
1662d32c | 4436 | S: Maintained |
679655da JP |
4437 | F: drivers/char/scx200_gpio.c |
4438 | F: include/linux/scx200_gpio.h | |
1662d32c JC |
4439 | |
4440 | SCx200 HRT CLOCKSOURCE DRIVER | |
8b58be88 | 4441 | M: Jim Cromie <[email protected]> |
1662d32c | 4442 | S: Maintained |
679655da | 4443 | F: drivers/clocksource/scx200_hrt.c |
1da177e4 | 4444 | |
6a36913a | 4445 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
8b58be88 | 4446 | M: Sascha Sommer <[email protected]> |
6a36913a SS |
4447 | L: [email protected] (subscribers-only) |
4448 | S: Maintained | |
679655da | 4449 | F: drivers/mmc/host/sdricoh_cs.c |
6a36913a | 4450 | |
e7839f25 | 4451 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
8b58be88 | 4452 | M: Pierre Ossman <[email protected]> |
b8e2006d | 4453 | L: [email protected] |
e2d1d6c0 RD |
4454 | S: Maintained |
4455 | ||
3085e9c1 | 4456 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
8b58be88 | 4457 | M: Anton Vorontsov <[email protected]> |
3085e9c1 AV |
4458 | L: [email protected] |
4459 | L: [email protected] | |
e2d1d6c0 | 4460 | S: Maintained |
679655da | 4461 | F: drivers/mmc/host/sdhci.* |
e2d1d6c0 | 4462 | |
0d1bb41a | 4463 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
8b58be88 | 4464 | M: Ben Dooks <[email protected]> |
0d1bb41a BD |
4465 | L: [email protected] |
4466 | S: Maintained | |
4467 | F: drivers/mmc/host/sdhci-s3c.c | |
4468 | ||
8711cca2 | 4469 | SECURITY SUBSYSTEM |
8b58be88 | 4470 | M: James Morris <[email protected]> |
8711cca2 | 4471 | L: [email protected] (suggested Cc:) |
54e5881d | 4472 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
c8334dc8 | 4473 | W: http://security.wiki.kernel.org/ |
8711cca2 | 4474 | S: Supported |
7d2c86b5 | 4475 | F: security/ |
8711cca2 | 4476 | |
1da177e4 | 4477 | SECURITY CONTACT |
8b58be88 | 4478 | M: Security Officers <[email protected]> |
1da177e4 LT |
4479 | S: Supported |
4480 | ||
4481 | SELINUX SECURITY MODULE | |
8b58be88 JP |
4482 | M: Stephen Smalley <[email protected]> |
4483 | M: James Morris <[email protected]> | |
4484 | M: Eric Paris <[email protected]> | |
7d2c86b5 | 4485 | L: [email protected] (subscribers-only, general discussion) |
f058925b | 4486 | W: http://selinuxproject.org |
54e5881d | 4487 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
1da177e4 | 4488 | S: Supported |
679655da JP |
4489 | F: include/linux/selinux* |
4490 | F: security/selinux/ | |
1da177e4 | 4491 | |
cef2cf07 | 4492 | SENSABLE PHANTOM |
8b58be88 | 4493 | M: Jiri Slaby <[email protected]> |
cef2cf07 | 4494 | S: Maintained |
679655da JP |
4495 | F: drivers/misc/phantom.c |
4496 | F: include/linux/phantom.h | |
cef2cf07 | 4497 | |
4480f15b | 4498 | SERIAL ATA (SATA) SUBSYSTEM |
8b58be88 | 4499 | M: Jeff Garzik <[email protected]> |
1da177e4 | 4500 | L: [email protected] |
54e5881d | 4501 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
1da177e4 | 4502 | S: Supported |
d5ca6918 JP |
4503 | F: drivers/ata/ |
4504 | F: include/linux/ata.h | |
4505 | F: include/linux/libata.h | |
1da177e4 | 4506 | |
6b7c5b94 | 4507 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
8b58be88 JP |
4508 | M: Sathya Perla <[email protected]> |
4509 | M: Subbu Seetharaman <[email protected]> | |
7d2c86b5 JP |
4510 | L: [email protected] |
4511 | W: http://www.serverengines.com | |
4512 | S: Supported | |
679655da | 4513 | F: drivers/net/benet/ |
6b7c5b94 | 4514 | |
8ceee660 BH |
4515 | SFC NETWORK DRIVER |
4516 | P: Steve Hodgson | |
4517 | P: Ben Hutchings | |
8b58be88 | 4518 | M: Robert Stonehouse <[email protected]> |
8ceee660 | 4519 | S: Supported |
679655da | 4520 | F: drivers/net/sfc/ |
8ceee660 | 4521 | |
e2d1d6c0 | 4522 | SGI GRU DRIVER |
8b58be88 | 4523 | M: Jack Steiner <[email protected]> |
e2d1d6c0 | 4524 | S: Maintained |
679655da | 4525 | F: drivers/misc/sgi-gru/ |
e2d1d6c0 RD |
4526 | |
4527 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
8b58be88 | 4528 | M: Pat Gefre <[email protected]> |
e2d1d6c0 RD |
4529 | L: [email protected] |
4530 | S: Supported | |
679655da JP |
4531 | F: Documentation/ia64/serial.txt |
4532 | F: drivers/serial/ioc?_serial.c | |
4533 | F: include/linux/ioc?.h | |
e2d1d6c0 | 4534 | |
1da177e4 | 4535 | SGI VISUAL WORKSTATION 320 AND 540 |
8b58be88 | 4536 | M: Andrey Panin <[email protected]> |
1da177e4 LT |
4537 | L: [email protected] |
4538 | W: http://linux-visws.sf.net | |
4539 | S: Maintained for 2.6. | |
679655da | 4540 | F: Documentation/sgi-visws.txt |
1da177e4 | 4541 | |
75312619 | 4542 | SGI XP/XPC/XPNET DRIVER |
8b58be88 | 4543 | M: Robin Holt <[email protected]> |
75312619 | 4544 | S: Maintained |
679655da | 4545 | F: drivers/misc/sgi-xp/ |
75312619 | 4546 | |
e2d1d6c0 | 4547 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
8b58be88 | 4548 | M: Marc Singer <[email protected]> |
e2d1d6c0 RD |
4549 | W: http://projects.buici.com/arm |
4550 | L: [email protected] (subscribers-only) | |
4551 | S: Maintained | |
679655da JP |
4552 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen |
4553 | F: arch/arm/mach-lh7a40x/ | |
4554 | F: drivers/serial/serial_lh7a40x.c | |
4555 | F: drivers/usb/gadget/lh7a40* | |
4556 | F: drivers/usb/host/ohci-lh7a40* | |
e2d1d6c0 RD |
4557 | |
4558 | SHPC HOTPLUG DRIVER | |
8b58be88 | 4559 | M: Kristen Carlson Accardi <[email protected]> |
e2d1d6c0 RD |
4560 | L: [email protected] |
4561 | S: Supported | |
679655da | 4562 | F: drivers/pci/hotplug/shpchp* |
e2d1d6c0 | 4563 | |
1da177e4 LT |
4564 | SIMTEC EB110ATX (Chalice CATS) |
4565 | P: Ben Dooks | |
8b58be88 | 4566 | M: Vincent Sanders <[email protected]> |
1da177e4 LT |
4567 | W: http://www.simtec.co.uk/products/EB110ATX/ |
4568 | S: Supported | |
4569 | ||
4570 | SIMTEC EB2410ITX (BAST) | |
4571 | P: Ben Dooks | |
8b58be88 | 4572 | M: Vincent Sanders <[email protected]> |
1da177e4 LT |
4573 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
4574 | S: Supported | |
679655da JP |
4575 | F: arch/arm/mach-s3c2410/ |
4576 | F: drivers/*/*s3c2410* | |
4577 | F: drivers/*/*/*s3c2410* | |
1da177e4 | 4578 | |
92aab3c0 | 4579 | SIS 190 ETHERNET DRIVER |
8b58be88 | 4580 | M: Francois Romieu <[email protected]> |
92aab3c0 FR |
4581 | L: [email protected] |
4582 | S: Maintained | |
679655da | 4583 | F: drivers/net/sis190.c |
92aab3c0 | 4584 | |
1da177e4 | 4585 | SIS 900/7016 FAST ETHERNET DRIVER |
8b58be88 | 4586 | M: Daniele Venzano <[email protected]> |
1da177e4 | 4587 | W: http://www.brownhat.org/sis900.html |
979b6c13 | 4588 | L: [email protected] |
1da177e4 | 4589 | S: Maintained |
679655da | 4590 | F: drivers/net/sis900.* |
1da177e4 | 4591 | |
6ea884db | 4592 | SIS 96X I2C/SMBUS DRIVER |
8b58be88 | 4593 | M: "Mark M. Hoffman" <[email protected]> |
846557d3 | 4594 | L: [email protected] |
6ea884db | 4595 | S: Maintained |
679655da JP |
4596 | F: Documentation/i2c/busses/i2c-sis96x |
4597 | F: drivers/i2c/busses/i2c-sis96x.c | |
6ea884db | 4598 | |
1da177e4 | 4599 | SIS FRAMEBUFFER DRIVER |
8b58be88 | 4600 | M: Thomas Winischhofer <[email protected]> |
1da177e4 | 4601 | W: http://www.winischhofer.net/linuxsisvga.shtml |
b7eee616 | 4602 | S: Maintained |
679655da JP |
4603 | F: Documentation/fb/sisfb.txt |
4604 | F: drivers/video/sis/ | |
4605 | F: include/video/sisfb.h | |
1da177e4 LT |
4606 | |
4607 | SIS USB2VGA DRIVER | |
8b58be88 | 4608 | M: Thomas Winischhofer <[email protected]> |
1da177e4 LT |
4609 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
4610 | S: Maintained | |
679655da | 4611 | F: drivers/usb/misc/sisusbvga/ |
1da177e4 | 4612 | |
e2d1d6c0 | 4613 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
8b58be88 | 4614 | M: Stephen Hemminger <[email protected]> |
e2d1d6c0 RD |
4615 | L: [email protected] |
4616 | S: Maintained | |
679655da JP |
4617 | F: drivers/net/skge.* |
4618 | F: drivers/net/sky2.* | |
e2d1d6c0 | 4619 | |
415ad26d | 4620 | SLAB ALLOCATOR |
8b58be88 JP |
4621 | M: Christoph Lameter <[email protected]> |
4622 | M: Pekka Enberg <[email protected]> | |
4623 | M: Matt Mackall <[email protected]> | |
415ad26d CL |
4624 | L: [email protected] |
4625 | S: Maintained | |
679655da JP |
4626 | F: include/linux/sl?b*.h |
4627 | F: mm/sl?b.c | |
415ad26d | 4628 | |
1da177e4 | 4629 | SMC91x ETHERNET DRIVER |
8b58be88 | 4630 | M: Nicolas Pitre <[email protected]> |
1da177e4 | 4631 | S: Maintained |
679655da | 4632 | F: drivers/net/smc91x.* |
1da177e4 | 4633 | |
6ea884db | 4634 | SMSC47B397 HARDWARE MONITOR DRIVER |
8b58be88 | 4635 | M: "Mark M. Hoffman" <[email protected]> |
6ea884db MH |
4636 | L: [email protected] |
4637 | S: Maintained | |
679655da JP |
4638 | F: Documentation/hwmon/smsc47b397 |
4639 | F: drivers/hwmon/smsc47b397.c | |
6ea884db | 4640 | |
fd9abb3d | 4641 | SMSC911x ETHERNET DRIVER |
8b58be88 | 4642 | M: Steve Glendinning <[email protected]> |
2cb37728 SG |
4643 | L: [email protected] |
4644 | S: Supported | |
679655da JP |
4645 | F: include/linux/smsc911x.h |
4646 | F: drivers/net/smsc911x.* | |
2cb37728 SG |
4647 | |
4648 | SMSC9420 PCI ETHERNET DRIVER | |
8b58be88 | 4649 | M: Steve Glendinning <[email protected]> |
fd9abb3d SG |
4650 | L: [email protected] |
4651 | S: Supported | |
679655da | 4652 | F: drivers/net/smsc9420.* |
fd9abb3d | 4653 | |
b54f2863 | 4654 | SMX UIO Interface |
8b58be88 | 4655 | M: Ben Nizette <[email protected]> |
b54f2863 | 4656 | S: Maintained |
679655da | 4657 | F: drivers/uio/uio_smx.c |
b54f2863 | 4658 | |
e2d1d6c0 | 4659 | SN-IA64 (Itanium) SUB-PLATFORM |
8b58be88 | 4660 | M: Jes Sorensen <[email protected]> |
e2d1d6c0 RD |
4661 | L: [email protected] |
4662 | L: [email protected] | |
4663 | W: http://www.sgi.com/altix | |
4664 | S: Maintained | |
679655da | 4665 | F: arch/ia64/sn/ |
e2d1d6c0 | 4666 | |
668acf32 | 4667 | SOC-CAMERA V4L2 SUBSYSTEM |
8b58be88 | 4668 | M: Guennadi Liakhovetski <[email protected]> |
661263b5 | 4669 | L: [email protected] |
54e5881d | 4670 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
795fb7e7 | 4671 | S: Maintained |
679655da JP |
4672 | F: include/media/v4l2* |
4673 | F: drivers/media/video/v4l2* | |
668acf32 | 4674 | |
e2d1d6c0 | 4675 | SOEKRIS NET48XX LED SUPPORT |
8b58be88 | 4676 | M: Chris Boot <[email protected]> |
e2d1d6c0 | 4677 | S: Maintained |
679655da | 4678 | F: drivers/leds/leds-net48xx.c |
e2d1d6c0 | 4679 | |
1da177e4 | 4680 | SOFTWARE RAID (Multiple Disks) SUPPORT |
8b58be88 | 4681 | M: Neil Brown <[email protected]> |
1da177e4 | 4682 | L: [email protected] |
524418bb | 4683 | S: Supported |
679655da JP |
4684 | F: drivers/md/ |
4685 | F: include/linux/raid/ | |
1da177e4 | 4686 | |
1da177e4 | 4687 | SONIC NETWORK DRIVER |
8b58be88 | 4688 | M: Thomas Bogendoerfer <[email protected]> |
979b6c13 | 4689 | L: [email protected] |
1da177e4 | 4690 | S: Maintained |
679655da | 4691 | F: drivers/net/sonic.* |
1da177e4 | 4692 | |
61e115a5 | 4693 | SONICS SILICON BACKPLANE DRIVER (SSB) |
8b58be88 | 4694 | M: Michael Buesch <[email protected]> |
61e115a5 MB |
4695 | L: [email protected] |
4696 | S: Maintained | |
679655da JP |
4697 | F: drivers/ssb/ |
4698 | F: include/linux/ssb/ | |
61e115a5 | 4699 | |
1da177e4 | 4700 | SONY VAIO CONTROL DEVICE DRIVER |
8b58be88 | 4701 | M: Mattia Dongili <[email protected]> |
5b18167d MD |
4702 | L: [email protected] |
4703 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | |
1da177e4 | 4704 | S: Maintained |
679655da JP |
4705 | F: Documentation/laptops/sony-laptop.txt |
4706 | F: drivers/char/sonypi.c | |
4707 | F: drivers/platform/x86/sony-laptop.c | |
4708 | F: include/linux/sony-laptop.h | |
1da177e4 | 4709 | |
baf8532a | 4710 | SONY MEMORYSTICK CARD SUPPORT |
8b58be88 | 4711 | M: Alex Dubov <[email protected]> |
baf8532a AD |
4712 | W: http://tifmxx.berlios.de/ |
4713 | S: Maintained | |
679655da | 4714 | F: drivers/memstick/host/tifm_ms.c |
baf8532a | 4715 | |
1da177e4 | 4716 | SOUND |
8b58be88 JP |
4717 | M: Jaroslav Kysela <[email protected]> |
4718 | M: Takashi Iwai <[email protected]> | |
93711660 | 4719 | L: [email protected] (moderated for non-subscribers) |
3126a179 JP |
4720 | W: http://www.alsa-project.org/ |
4721 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git | |
4722 | T: git git://git.alsa-project.org/alsa-kernel.git | |
1da177e4 | 4723 | S: Maintained |
3126a179 JP |
4724 | F: Documentation/sound/ |
4725 | F: include/sound/ | |
679655da | 4726 | F: sound/ |
1da177e4 | 4727 | |
bd903bde | 4728 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
8b58be88 JP |
4729 | M: Liam Girdwood <[email protected]> |
4730 | M: Mark Brown <[email protected]> | |
bb74a6e5 | 4731 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git |
93711660 | 4732 | L: [email protected] (moderated for non-subscribers) |
b0b8daf7 | 4733 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 | 4734 | S: Supported |
679655da | 4735 | F: sound/soc/ |
e6e55122 | 4736 | F: include/sound/soc* |
eb1a6af3 | 4737 | |
473321fc | 4738 | SPARC + UltraSPARC (sparc/sparc64) |
8b58be88 | 4739 | M: "David S. Miller" <[email protected]> |
1da177e4 | 4740 | L: [email protected] |
54e5881d JP |
4741 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
4742 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | |
1da177e4 | 4743 | S: Maintained |
679655da | 4744 | F: arch/sparc/ |
1da177e4 LT |
4745 | |
4746 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | |
8b58be88 | 4747 | M: Roger Wolff <[email protected]> |
1da177e4 | 4748 | S: Supported |
679655da JP |
4749 | F: Documentation/serial/specialix.txt |
4750 | F: drivers/char/specialix* | |
1da177e4 | 4751 | |
e2d1d6c0 | 4752 | SPI SUBSYSTEM |
8b58be88 | 4753 | M: David Brownell <[email protected]> |
e2d1d6c0 RD |
4754 | L: [email protected] |
4755 | S: Maintained | |
679655da JP |
4756 | F: Documentation/spi/ |
4757 | F: drivers/spi/ | |
4758 | F: include/linux/spi/ | |
e2d1d6c0 | 4759 | |
2752e401 | 4760 | SPIDERNET NETWORK DRIVER for CELL |
8b58be88 JP |
4761 | M: Ishizaki Kou <[email protected]> |
4762 | M: Jens Osterkamp <[email protected]> | |
2752e401 JL |
4763 | L: [email protected] |
4764 | S: Supported | |
679655da JP |
4765 | F: Documentation/networking/spider_net.txt |
4766 | F: drivers/net/spider_net* | |
2752e401 | 4767 | |
e2d1d6c0 | 4768 | SPU FILE SYSTEM |
8b58be88 | 4769 | M: Jeremy Kerr <[email protected]> |
e2d1d6c0 RD |
4770 | L: [email protected] |
4771 | L: [email protected] | |
4772 | W: http://www.ibm.com/developerworks/power/cell/ | |
4773 | S: Supported | |
679655da JP |
4774 | F: Documentation/filesystems/spufs.txt |
4775 | F: arch/powerpc/platforms/cell/spufs/ | |
e2d1d6c0 | 4776 | |
fc555841 | 4777 | SQUASHFS FILE SYSTEM |
8b58be88 | 4778 | M: Phillip Lougher <[email protected]> |
fc555841 PL |
4779 | L: [email protected] (subscribers-only) |
4780 | W: http://squashfs.org.uk | |
4781 | S: Maintained | |
679655da JP |
4782 | F: Documentation/filesystems/squashfs.txt |
4783 | F: fs/squashfs/ | |
fc555841 | 4784 | |
1da177e4 | 4785 | SRM (Alpha) environment access |
8b58be88 | 4786 | M: Jan-Benedict Glaw <[email protected]> |
1da177e4 | 4787 | S: Maintained |
679655da | 4788 | F: arch/alpha/kernel/srm_env.c |
1da177e4 | 4789 | |
26e9a397 | 4790 | STABLE BRANCH |
8b58be88 JP |
4791 | M: Greg Kroah-Hartman <[email protected]> |
4792 | M: Chris Wright <[email protected]> | |
e2d1d6c0 RD |
4793 | L: [email protected] |
4794 | S: Maintained | |
4795 | ||
26e9a397 | 4796 | STAGING SUBSYSTEM |
8b58be88 | 4797 | M: Greg Kroah-Hartman <[email protected]> |
dbc6c2cc | 4798 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1c6ccf62 | 4799 | L: [email protected] |
dbc6c2cc | 4800 | S: Maintained |
679655da | 4801 | F: drivers/staging/ |
dbc6c2cc | 4802 | |
1da177e4 | 4803 | STARFIRE/DURALAN NETWORK DRIVER |
8b58be88 | 4804 | M: Ion Badulescu <[email protected]> |
b4f90189 | 4805 | S: Odd Fixes |
679655da | 4806 | F: drivers/net/starfire* |
1da177e4 LT |
4807 | |
4808 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | |
baaea1dc | 4809 | S: Orphan |
679655da JP |
4810 | F: drivers/net/wireless/strip.c |
4811 | F: include/linux/if_strip.h | |
1da177e4 LT |
4812 | |
4813 | STRADIS MPEG-2 DECODER DRIVER | |
8b58be88 | 4814 | M: Nathan Laredo <[email protected]> |
1da177e4 LT |
4815 | W: http://www.stradis.com/ |
4816 | S: Maintained | |
679655da | 4817 | F: drivers/media/video/stradis.c |
1da177e4 | 4818 | |
e2d1d6c0 | 4819 | SUN3/3X |
8b58be88 | 4820 | M: Sam Creasey <[email protected]> |
e2d1d6c0 RD |
4821 | W: http://sammy.net/sun3/ |
4822 | S: Maintained | |
679655da JP |
4823 | F: arch/m68k/kernel/*sun3* |
4824 | F: arch/m68k/sun3*/ | |
4825 | F: arch/m68k/include/asm/sun3* | |
e2d1d6c0 | 4826 | |
2cbb12a4 | 4827 | SUPERH |
8b58be88 | 4828 | M: Paul Mundt <[email protected]> |
2cbb12a4 | 4829 | L: [email protected] |
1da177e4 | 4830 | W: http://www.linux-sh.org |
54e5881d | 4831 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
5c806b20 | 4832 | S: Supported |
066069e1 | 4833 | F: Documentation/sh/ |
679655da | 4834 | F: arch/sh/ |
066069e1 | 4835 | F: drivers/sh/ |
1da177e4 | 4836 | |
4480f15b | 4837 | SUSPEND TO RAM |
8b58be88 JP |
4838 | M: Len Brown <[email protected]> |
4839 | M: Pavel Machek <[email protected]> | |
4840 | M: "Rafael J. Wysocki" <[email protected]> | |
e2d1d6c0 RD |
4841 | L: [email protected] |
4842 | S: Supported | |
679655da JP |
4843 | F: Documentation/power/ |
4844 | F: arch/x86/kernel/acpi/ | |
4845 | F: drivers/base/power/ | |
4846 | F: kernel/power/ | |
4847 | F: include/linux/suspend.h | |
4848 | F: include/linux/freezer.h | |
4849 | F: include/linux/pm.h | |
1da177e4 LT |
4850 | |
4851 | SVGA HANDLING | |
8b58be88 | 4852 | M: Martin Mares <[email protected]> |
1da177e4 LT |
4853 | L: [email protected] |
4854 | S: Maintained | |
679655da JP |
4855 | F: Documentation/svga.txt |
4856 | F: arch/x86/boot/video* | |
1da177e4 LT |
4857 | |
4858 | SYSV FILESYSTEM | |
8b58be88 | 4859 | M: Christoph Hellwig <[email protected]> |
1da177e4 | 4860 | S: Maintained |
679655da JP |
4861 | F: Documentation/filesystems/sysv-fs.txt |
4862 | F: fs/sysv/ | |
4863 | F: include/linux/sysv_fs.h | |
1da177e4 | 4864 | |
4e68852d | 4865 | TASKSTATS STATISTICS INTERFACE |
8b58be88 | 4866 | M: Balbir Singh <[email protected]> |
4e68852d | 4867 | S: Maintained |
679655da JP |
4868 | F: Documentation/accounting/taskstats* |
4869 | F: include/linux/taskstats* | |
4870 | F: kernel/taskstats.c | |
4e68852d | 4871 | |
781b456a | 4872 | TC CLASSIFIER |
8b58be88 | 4873 | M: Jamal Hadi Salim <[email protected]> |
781b456a SH |
4874 | L: [email protected] |
4875 | S: Maintained | |
679655da JP |
4876 | F: include/linux/pkt_cls.h |
4877 | F: include/net/pkt_cls.h | |
4878 | F: net/sched/ | |
781b456a | 4879 | |
5067f08a | 4880 | TCP LOW PRIORITY MODULE |
8b58be88 JP |
4881 | M: "Wong Hoi Sing, Edison" <[email protected]> |
4882 | M: "Hung Hing Lun, Mike" <[email protected]> | |
5067f08a WHSE |
4883 | W: http://tcp-lp-mod.sourceforge.net/ |
4884 | S: Maintained | |
679655da | 4885 | F: net/ipv4/tcp_lp.c |
5067f08a | 4886 | |
1a348ccc | 4887 | TEHUTI ETHERNET DRIVER |
8b58be88 JP |
4888 | M: Alexander Indenbaum <[email protected]> |
4889 | M: Andy Gospodarek <[email protected]> | |
1a348ccc AG |
4890 | L: [email protected] |
4891 | S: Supported | |
679655da | 4892 | F: drivers/net/tehuti* |
1a348ccc | 4893 | |
4e68852d | 4894 | Telecom Clock Driver for MCPL0010 |
8b58be88 | 4895 | M: Mark Gross <[email protected]> |
4e68852d | 4896 | S: Supported |
679655da | 4897 | F: drivers/char/tlclk.c |
4e68852d | 4898 | |
4480f15b | 4899 | TENSILICA XTENSA PORT (xtensa) |
8b58be88 | 4900 | M: Chris Zankel <[email protected]> |
4e68852d | 4901 | S: Maintained |
679655da | 4902 | F: arch/xtensa/ |
4e68852d AC |
4903 | |
4904 | THINKPAD ACPI EXTRAS DRIVER | |
8b58be88 | 4905 | M: Henrique de Moraes Holschuh <[email protected]> |
4e68852d AC |
4906 | L: [email protected] |
4907 | W: http://ibm-acpi.sourceforge.net | |
4908 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
54e5881d | 4909 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4e68852d | 4910 | S: Maintained |
679655da | 4911 | F: drivers/platform/x86/thinkpad_acpi.c |
4e68852d | 4912 | |
4020f2d7 | 4913 | TI FLASH MEDIA INTERFACE DRIVER |
8b58be88 | 4914 | M: Alex Dubov <[email protected]> |
795fb7e7 | 4915 | S: Maintained |
679655da JP |
4916 | F: drivers/misc/tifm* |
4917 | F: drivers/mmc/host/tifm_sd.c | |
4918 | F: include/linux/tifm.h | |
4020f2d7 | 4919 | |
dd5e8e6b | 4920 | TI TWL4030 SERIES SOC CODEC DRIVER |
8b58be88 | 4921 | M: Peter Ujfalusi <[email protected]> |
dd5e8e6b PU |
4922 | L: [email protected] (moderated for non-subscribers) |
4923 | S: Maintained | |
4924 | F: sound/soc/codecs/twl4030* | |
4925 | ||
e86eaa3a | 4926 | TIPC NETWORK LAYER |
8b58be88 JP |
4927 | M: Per Liden <[email protected]> |
4928 | M: Jon Maloy <[email protected]> | |
4929 | M: Allan Stephens <[email protected]> | |
e86eaa3a PL |
4930 | L: [email protected] |
4931 | W: http://tipc.sourceforge.net/ | |
4932 | W: http://tipc.cslab.ericsson.net/ | |
54e5881d | 4933 | T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git |
e86eaa3a | 4934 | S: Maintained |
679655da JP |
4935 | F: include/linux/tipc*.h |
4936 | F: include/net/tipc/ | |
4937 | F: net/tipc/ | |
e86eaa3a | 4938 | |
1da177e4 | 4939 | TLAN NETWORK DRIVER |
8b58be88 | 4940 | M: Samuel Chessman <[email protected]> |
88c07dde | 4941 | L: [email protected] (subscribers-only) |
1da177e4 LT |
4942 | W: http://sourceforge.net/projects/tlan/ |
4943 | S: Maintained | |
679655da JP |
4944 | F: Documentation/networking/tlan.txt |
4945 | F: drivers/net/tlan.* | |
1da177e4 | 4946 | |
d74db3b2 | 4947 | TOMOYO SECURITY MODULE |
8b58be88 JP |
4948 | M: Kentaro Takeda <[email protected]> |
4949 | M: Tetsuo Handa <[email protected]> | |
d74db3b2 KT |
4950 | L: [email protected] (subscribers-only, for developers and users in English) |
4951 | L: [email protected] (subscribers-only, for developers in Japanese) | |
4952 | L: [email protected] (subscribers-only, for users in Japanese) | |
4953 | W: http://tomoyo.sourceforge.jp/ | |
4954 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ | |
4955 | S: Maintained | |
679655da | 4956 | F: security/tomoyo/ |
d74db3b2 | 4957 | |
1da177e4 | 4958 | TOSHIBA ACPI EXTRAS DRIVER |
15065531 | 4959 | S: Orphan |
679655da | 4960 | F: drivers/platform/x86/toshiba_acpi.c |
1da177e4 LT |
4961 | |
4962 | TOSHIBA SMM DRIVER | |
8b58be88 | 4963 | M: Jonathan Buzzard <[email protected]> |
1da177e4 LT |
4964 | L: [email protected] |
4965 | W: http://www.buzzard.org.uk/toshiba/ | |
4966 | S: Maintained | |
679655da JP |
4967 | F: drivers/char/toshiba.c |
4968 | F: include/linux/toshiba.h | |
1da177e4 | 4969 | |
d719f900 | 4970 | TMIO MMC DRIVER |
8b58be88 | 4971 | M: Ian Molton <[email protected]> |
d719f900 | 4972 | S: Maintained |
d5ca6918 | 4973 | F: drivers/mmc/host/tmio_mmc.* |
d719f900 | 4974 | |
98f32602 | 4975 | TMPFS (SHMEM FILESYSTEM) |
8b58be88 | 4976 | M: Hugh Dickins <[email protected]> |
98f32602 HD |
4977 | L: [email protected] |
4978 | S: Maintained | |
4979 | F: include/linux/shmem_fs.h | |
4980 | F: mm/shmem.c | |
4981 | ||
4e68852d | 4982 | TPM DEVICE DRIVER |
8b58be88 JP |
4983 | M: Debora Velarde <[email protected]> |
4984 | M: Rajiv Andrade <[email protected]> | |
4e68852d | 4985 | W: http://tpmdd.sourceforge.net |
8b58be88 | 4986 | M: Marcel Selhorst <[email protected]> |
7dcce133 | 4987 | W: http://www.sirrix.com |
63a10dfd | 4988 | L: [email protected] (moderated for non-subscribers) |
4e68852d | 4989 | S: Maintained |
679655da | 4990 | F: drivers/char/tpm/ |
4e68852d | 4991 | |
1da177e4 | 4992 | TRIVIAL PATCHES |
8b58be88 | 4993 | M: Jiri Kosina <[email protected]> |
54e5881d | 4994 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 LT |
4995 | S: Maintained |
4996 | ||
4e68852d | 4997 | TTY LAYER |
57d7f282 GKH |
4998 | M: Greg Kroah-Hartman <[email protected]> |
4999 | S: Maintained | |
5000 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | |
e3288775 AC |
5001 | F: drivers/char/tty_* |
5002 | F: drivers/serial/serial_core.c | |
5003 | F: include/linux/serial_core.h | |
5004 | F: include/linux/serial.h | |
5005 | F: include/linux/tty.h | |
4e68852d | 5006 | |
740db6d7 | 5007 | TULIP NETWORK DRIVERS |
8b58be88 JP |
5008 | M: Grant Grundler <[email protected]> |
5009 | M: Kyle McMartin <[email protected]> | |
740db6d7 GG |
5010 | L: [email protected] |
5011 | S: Maintained | |
679655da | 5012 | F: drivers/net/tulip/ |
1da177e4 LT |
5013 | |
5014 | TUN/TAP driver | |
8b58be88 | 5015 | M: Maxim Krasnyansky <[email protected]> |
1da177e4 LT |
5016 | L: [email protected] |
5017 | W: http://vtun.sourceforge.net/tun | |
5018 | S: Maintained | |
679655da JP |
5019 | F: Documentation/networking/tuntap.txt |
5020 | F: arch/um/os-Linux/drivers/ | |
1da177e4 | 5021 | |
b454cc66 | 5022 | TURBOCHANNEL SUBSYSTEM |
8b58be88 | 5023 | M: "Maciej W. Rozycki" <[email protected]> |
b454cc66 | 5024 | S: Maintained |
679655da JP |
5025 | F: drivers/tc/ |
5026 | F: include/linux/tc.h | |
b454cc66 | 5027 | |
1da177e4 | 5028 | U14-34F SCSI DRIVER |
8b58be88 | 5029 | M: Dario Ballabio <[email protected]> |
1da177e4 LT |
5030 | L: [email protected] |
5031 | S: Maintained | |
679655da | 5032 | F: drivers/scsi/u14-34f.c |
1da177e4 | 5033 | |
e2d1d6c0 | 5034 | UBI FILE SYSTEM (UBIFS) |
8b58be88 JP |
5035 | M: Artem Bityutskiy <[email protected]> |
5036 | M: Adrian Hunter <[email protected]> | |
e2d1d6c0 | 5037 | L: [email protected] |
e2966cbe | 5038 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
5039 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
5040 | S: Maintained | |
679655da JP |
5041 | F: Documentation/filesystems/ubifs.txt |
5042 | F: fs/ubifs/ | |
e2d1d6c0 | 5043 | |
cc2020e6 | 5044 | UCLINUX (AND M68KNOMMU) |
8b58be88 | 5045 | M: Greg Ungerer <[email protected]> |
cc2020e6 AC |
5046 | W: http://www.uclinux.org/ |
5047 | L: [email protected] (subscribers-only) | |
5048 | S: Maintained | |
679655da | 5049 | F: arch/m68knommu/ |
cc2020e6 | 5050 | |
14fadca7 | 5051 | UCLINUX FOR RENESAS H8/300 (H8300) |
8b58be88 | 5052 | M: Yoshinori Sato <[email protected]> |
cc2020e6 AC |
5053 | W: http://uclinux-h8.sourceforge.jp/ |
5054 | S: Supported | |
5055 | ||
1da177e4 | 5056 | UDF FILESYSTEM |
8b58be88 | 5057 | M: Jan Kara <[email protected]> |
1da177e4 LT |
5058 | W: http://linux-udf.sourceforge.net |
5059 | S: Maintained | |
679655da JP |
5060 | F: Documentation/filesystems/udf.txt |
5061 | F: fs/udf/ | |
1da177e4 | 5062 | |
cc2020e6 | 5063 | UFS FILESYSTEM |
8b58be88 | 5064 | M: Evgeniy Dushistov <[email protected]> |
cc2020e6 | 5065 | S: Maintained |
679655da JP |
5066 | F: Documentation/filesystems/ufs.txt |
5067 | F: fs/ufs/ | |
cc2020e6 | 5068 | |
18332a80 | 5069 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
8b58be88 | 5070 | M: David Vrabel <[email protected]> |
18332a80 DV |
5071 | L: [email protected] |
5072 | S: Supported | |
679655da JP |
5073 | F: drivers/uwb/* |
5074 | F: include/linux/uwb.h | |
5075 | F: include/linux/uwb/ | |
18332a80 | 5076 | |
1da177e4 | 5077 | UNIFORM CDROM DRIVER |
8b58be88 | 5078 | M: Jens Axboe <[email protected]> |
1da177e4 LT |
5079 | W: http://www.kernel.dk |
5080 | S: Maintained | |
679655da JP |
5081 | F: Documentation/cdrom/ |
5082 | F: drivers/cdrom/cdrom.c | |
5083 | F: include/linux/cdrom.h | |
1da177e4 | 5084 | |
e2d1d6c0 | 5085 | UNSORTED BLOCK IMAGES (UBI) |
8b58be88 | 5086 | M: Artem Bityutskiy <[email protected]> |
e2d1d6c0 RD |
5087 | W: http://www.linux-mtd.infradead.org/ |
5088 | L: [email protected] | |
e2966cbe | 5089 | T: git git://git.infradead.org/ubi-2.6.git |
e2d1d6c0 | 5090 | S: Maintained |
80811493 | 5091 | F: drivers/mtd/ubi/ |
679655da JP |
5092 | F: include/linux/mtd/ubi.h |
5093 | F: include/mtd/ubi-user.h | |
e2d1d6c0 | 5094 | |
1da177e4 | 5095 | USB ACM DRIVER |
8b58be88 | 5096 | M: Oliver Neukum <[email protected]> |
6372594a | 5097 | L: [email protected] |
1da177e4 | 5098 | S: Maintained |
679655da JP |
5099 | F: Documentation/usb/acm.txt |
5100 | F: drivers/usb/class/cdc-acm.* | |
1da177e4 LT |
5101 | |
5102 | USB BLOCK DRIVER (UB ub) | |
8b58be88 | 5103 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 5104 | L: [email protected] |
1da177e4 | 5105 | S: Supported |
679655da | 5106 | F: drivers/block/ub.c |
1da177e4 | 5107 | |
1da177e4 | 5108 | USB CDC ETHERNET DRIVER |
8b58be88 | 5109 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5110 | L: [email protected] |
1da177e4 LT |
5111 | S: Maintained |
5112 | W: http://www.kroah.com/linux-usb/ | |
679655da JP |
5113 | F: drivers/net/usb/cdc_*.c |
5114 | F: include/linux/usb/cdc.h | |
1da177e4 | 5115 | |
b02b371e | 5116 | USB CYPRESS C67X00 DRIVER |
8b58be88 | 5117 | M: Peter Korsgaard <[email protected]> |
b02b371e PK |
5118 | L: [email protected] |
5119 | S: Maintained | |
679655da | 5120 | F: drivers/usb/c67x00/ |
b02b371e | 5121 | |
d0374f4f | 5122 | USB DAVICOM DM9601 DRIVER |
8b58be88 | 5123 | M: Peter Korsgaard <[email protected]> |
043600a6 | 5124 | L: [email protected] |
d0374f4f PK |
5125 | W: http://www.linux-usb.org/usbnet |
5126 | S: Maintained | |
679655da | 5127 | F: drivers/net/usb/dm9601.c |
d0374f4f | 5128 | |
cc2020e6 | 5129 | USB DIAMOND RIO500 DRIVER |
8b58be88 | 5130 | M: Cesar Miquel <[email protected]> |
cc2020e6 AC |
5131 | L: [email protected] |
5132 | W: http://rio500.sourceforge.net | |
5133 | S: Maintained | |
679655da | 5134 | F: drivers/usb/misc/rio500* |
cc2020e6 | 5135 | |
1da177e4 | 5136 | USB EHCI DRIVER |
8b58be88 | 5137 | M: David Brownell <[email protected]> |
795fb7e7 | 5138 | L: [email protected] |
23d8c90e | 5139 | S: Odd Fixes |
679655da JP |
5140 | F: Documentation/usb/ehci.txt |
5141 | F: drivers/usb/host/ehci* | |
1da177e4 | 5142 | |
7ce08c93 | 5143 | USB ET61X[12]51 DRIVER |
8b58be88 | 5144 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5145 | L: [email protected] |
661263b5 | 5146 | L: [email protected] |
54e5881d | 5147 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
7ce08c93 LR |
5148 | W: http://www.linux-projects.org |
5149 | S: Maintained | |
679655da | 5150 | F: drivers/media/video/et61x251/ |
7ce08c93 | 5151 | |
69ae9e3e | 5152 | USB GADGET/PERIPHERAL SUBSYSTEM |
8b58be88 | 5153 | M: David Brownell <[email protected]> |
795fb7e7 | 5154 | L: [email protected] |
69ae9e3e DB |
5155 | W: http://www.linux-usb.org/gadget |
5156 | S: Maintained | |
679655da JP |
5157 | F: drivers/usb/gadget/ |
5158 | F: include/linux/usb/gadget* | |
69ae9e3e | 5159 | |
2dea64b4 | 5160 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
8b58be88 | 5161 | M: Jiri Kosina <[email protected]> |
795fb7e7 | 5162 | L: [email protected] |
54e5881d | 5163 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 | 5164 | S: Maintained |
679655da JP |
5165 | F: Documentation/usb/hiddev.txt |
5166 | F: drivers/hid/usbhid/ | |
1da177e4 | 5167 | |
959eea21 | 5168 | USB ISP116X DRIVER |
8b58be88 | 5169 | M: Olav Kongas <[email protected]> |
795fb7e7 | 5170 | L: [email protected] |
959eea21 | 5171 | S: Maintained |
679655da JP |
5172 | F: drivers/usb/host/isp116x* |
5173 | F: include/linux/usb/isp116x.h | |
959eea21 | 5174 | |
1da177e4 | 5175 | USB KAWASAKI LSI DRIVER |
8b58be88 | 5176 | M: Oliver Neukum <[email protected]> |
795fb7e7 | 5177 | L: [email protected] |
1da177e4 | 5178 | S: Maintained |
679655da | 5179 | F: drivers/usb/serial/kl5kusb105.* |
1da177e4 LT |
5180 | |
5181 | USB MASS STORAGE DRIVER | |
8b58be88 | 5182 | M: Matthew Dharm <[email protected]> |
795fb7e7 | 5183 | L: [email protected] |
8836aeb8 | 5184 | L: [email protected] |
1da177e4 LT |
5185 | S: Maintained |
5186 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
679655da | 5187 | F: drivers/usb/storage/ |
1da177e4 LT |
5188 | |
5189 | USB OHCI DRIVER | |
8b58be88 | 5190 | M: David Brownell <[email protected]> |
795fb7e7 | 5191 | L: [email protected] |
23d8c90e | 5192 | S: Odd Fixes |
679655da JP |
5193 | F: Documentation/usb/ohci.txt |
5194 | F: drivers/usb/host/ohci* | |
1da177e4 | 5195 | |
ba460e48 | 5196 | USB OPTION-CARD DRIVER |
8b58be88 | 5197 | M: Matthias Urlichs <[email protected]> |
795fb7e7 | 5198 | L: [email protected] |
ba460e48 | 5199 | S: Maintained |
679655da | 5200 | F: drivers/usb/serial/option.c |
ba460e48 | 5201 | |
1da177e4 | 5202 | USB OV511 DRIVER |
8b58be88 | 5203 | M: Mark McClelland <[email protected]> |
795fb7e7 | 5204 | L: [email protected] |
1da177e4 LT |
5205 | W: http://alpha.dyndns.org/ov511/ |
5206 | S: Maintained | |
679655da | 5207 | F: drivers/media/video/ov511.* |
1da177e4 LT |
5208 | |
5209 | USB PEGASUS DRIVER | |
8b58be88 | 5210 | M: Petko Manolov <[email protected]> |
795fb7e7 | 5211 | L: [email protected] |
043600a6 | 5212 | L: [email protected] |
1da177e4 LT |
5213 | W: http://pegasus2.sourceforge.net/ |
5214 | S: Maintained | |
679655da | 5215 | F: drivers/net/usb/pegasus.* |
1da177e4 | 5216 | |
73e4fb3f | 5217 | USB PRINTER DRIVER (usblp) |
8b58be88 | 5218 | M: Pete Zaitcev <[email protected]> |
795fb7e7 | 5219 | L: [email protected] |
73e4fb3f | 5220 | S: Supported |
679655da | 5221 | F: drivers/usb/class/usblp.c |
1da177e4 LT |
5222 | |
5223 | USB RTL8150 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/rtl8150.c |
1da177e4 LT |
5230 | |
5231 | USB SE401 DRIVER | |
8b58be88 | 5232 | M: Jeroen Vreeken <[email protected]> |
795fb7e7 | 5233 | L: [email protected] |
1da177e4 LT |
5234 | W: http://www.chello.nl/~j.vreeken/se401/ |
5235 | S: Maintained | |
679655da JP |
5236 | F: Documentation/video4linux/se401.txt |
5237 | F: drivers/media/video/se401.* | |
1da177e4 | 5238 | |
4e68852d | 5239 | USB SERIAL BELKIN F5U103 DRIVER |
8b58be88 | 5240 | M: William Greathouse <[email protected]> |
795fb7e7 | 5241 | L: [email protected] |
4e68852d | 5242 | S: Maintained |
679655da | 5243 | F: drivers/usb/serial/belkin_sa.* |
4e68852d AC |
5244 | |
5245 | USB SERIAL CYPRESS M8 DRIVER | |
8b58be88 | 5246 | M: Lonnie Mendez <[email protected]> |
795fb7e7 | 5247 | L: [email protected] |
4e68852d AC |
5248 | S: Maintained |
5249 | W: http://geocities.com/i0xox0i | |
5250 | W: http://firstlight.net/cvs | |
679655da | 5251 | F: drivers/usb/serial/cypress_m8.* |
4e68852d | 5252 | |
1da177e4 | 5253 | USB SERIAL CYBERJACK DRIVER |
8b58be88 | 5254 | M: Matthias Bruestle and Harald Welte <[email protected]> |
1da177e4 LT |
5255 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
5256 | S: Maintained | |
679655da | 5257 | F: drivers/usb/serial/cyberjack.c |
1da177e4 LT |
5258 | |
5259 | USB SERIAL DIGI ACCELEPORT DRIVER | |
8b58be88 JP |
5260 | M: Peter Berger <[email protected]> |
5261 | M: Al Borchers <[email protected]> | |
795fb7e7 | 5262 | L: [email protected] |
1da177e4 | 5263 | S: Maintained |
679655da | 5264 | F: drivers/usb/serial/digi_acceleport.c |
1da177e4 LT |
5265 | |
5266 | USB SERIAL DRIVER | |
8b58be88 | 5267 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5268 | L: [email protected] |
1da177e4 | 5269 | S: Supported |
679655da JP |
5270 | F: Documentation/usb/usb-serial.txt |
5271 | F: drivers/usb/serial/generic.c | |
5272 | F: drivers/usb/serial/usb-serial.c | |
5273 | F: include/linux/usb/serial.h | |
1da177e4 | 5274 | |
1da177e4 | 5275 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
8b58be88 | 5276 | M: Gary Brubaker <[email protected]> |
795fb7e7 | 5277 | L: [email protected] |
1da177e4 | 5278 | S: Maintained |
679655da | 5279 | F: drivers/usb/serial/empeg.c |
1da177e4 LT |
5280 | |
5281 | USB SERIAL KEYSPAN DRIVER | |
8b58be88 | 5282 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5283 | L: [email protected] |
1da177e4 LT |
5284 | W: http://www.kroah.com/linux/ |
5285 | S: Maintained | |
679655da | 5286 | F: drivers/usb/serial/*keyspan* |
1da177e4 LT |
5287 | |
5288 | USB SERIAL WHITEHEAT DRIVER | |
8b58be88 | 5289 | M: Support Department <[email protected]> |
795fb7e7 | 5290 | L: [email protected] |
1da177e4 LT |
5291 | W: http://www.connecttech.com |
5292 | S: Supported | |
679655da | 5293 | F: drivers/usb/serial/whiteheat* |
1da177e4 | 5294 | |
2f7ca802 | 5295 | USB SMSC95XX ETHERNET DRIVER |
8b58be88 | 5296 | M: Steve Glendinning <[email protected]> |
2f7ca802 SG |
5297 | L: [email protected] |
5298 | S: Supported | |
679655da | 5299 | F: drivers/net/usb/smsc95xx.* |
2f7ca802 | 5300 | |
f423b9a8 | 5301 | USB SN9C1xx DRIVER |
8b58be88 | 5302 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5303 | L: [email protected] |
661263b5 | 5304 | L: [email protected] |
54e5881d | 5305 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1da177e4 LT |
5306 | W: http://www.linux-projects.org |
5307 | S: Maintained | |
679655da JP |
5308 | F: Documentation/video4linux/sn9c102.txt |
5309 | F: drivers/media/video/sn9c102/ | |
1da177e4 LT |
5310 | |
5311 | USB SUBSYSTEM | |
8b58be88 | 5312 | M: Greg Kroah-Hartman <[email protected]> |
795fb7e7 | 5313 | L: [email protected] |
1da177e4 | 5314 | W: http://www.linux-usb.org |
6fb0425b | 5315 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 | 5316 | S: Supported |
679655da JP |
5317 | F: Documentation/usb/ |
5318 | F: drivers/net/usb/ | |
5319 | F: drivers/usb/ | |
5320 | F: include/linux/usb.h | |
5321 | F: include/linux/usb/ | |
1da177e4 LT |
5322 | |
5323 | USB UHCI DRIVER | |
8b58be88 | 5324 | M: Alan Stern <[email protected]> |
795fb7e7 | 5325 | L: [email protected] |
1da177e4 | 5326 | S: Maintained |
679655da | 5327 | F: drivers/usb/host/uhci* |
1da177e4 | 5328 | |
69ae9e3e | 5329 | USB "USBNET" DRIVER FRAMEWORK |
8b58be88 | 5330 | M: David Brownell <[email protected]> |
043600a6 | 5331 | L: [email protected] |
69ae9e3e | 5332 | W: http://www.linux-usb.org/usbnet |
1da177e4 | 5333 | S: Maintained |
679655da JP |
5334 | F: drivers/net/usb/usbnet.c |
5335 | F: include/linux/usb/usbnet.h | |
1da177e4 | 5336 | |
c0efd232 | 5337 | USB VIDEO CLASS |
8b58be88 | 5338 | M: Laurent Pinchart <[email protected]> |
a67534a7 | 5339 | L: [email protected] (subscribers-only) |
661263b5 | 5340 | L: [email protected] |
54e5881d | 5341 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
c0efd232 LP |
5342 | W: http://linux-uvc.berlios.de |
5343 | S: Maintained | |
679655da | 5344 | F: drivers/media/video/uvc/ |
c0efd232 | 5345 | |
1da177e4 | 5346 | USB W996[87]CF DRIVER |
8b58be88 | 5347 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5348 | L: [email protected] |
661263b5 | 5349 | L: [email protected] |
54e5881d | 5350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1da177e4 LT |
5351 | W: http://www.linux-projects.org |
5352 | S: Maintained | |
679655da JP |
5353 | F: Documentation/video4linux/w9968cf.txt |
5354 | F: drivers/media/video/w996* | |
1da177e4 | 5355 | |
bf164cc0 | 5356 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
8b58be88 | 5357 | M: Jussi Kivilinna <[email protected]> |
bf164cc0 JK |
5358 | L: [email protected] |
5359 | S: Maintained | |
679655da | 5360 | F: drivers/net/wireless/rndis_wlan.c |
bf164cc0 | 5361 | |
eb6bab13 | 5362 | USB XHCI DRIVER |
8b58be88 | 5363 | M: Sarah Sharp <[email protected]> |
eb6bab13 SS |
5364 | L: [email protected] |
5365 | S: Supported | |
5366 | ||
60f78052 | 5367 | USB ZC0301 DRIVER |
8b58be88 | 5368 | M: Luca Risolia <[email protected]> |
795fb7e7 | 5369 | L: [email protected] |
661263b5 | 5370 | L: [email protected] |
54e5881d | 5371 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
60f78052 LR |
5372 | W: http://www.linux-projects.org |
5373 | S: Maintained | |
679655da JP |
5374 | F: Documentation/video4linux/zc0301.txt |
5375 | F: drivers/media/video/zc0301/ | |
60f78052 | 5376 | |
1da177e4 | 5377 | USB ZD1201 DRIVER |
8b58be88 | 5378 | M: Jeroen Vreeken <[email protected]> |
795fb7e7 | 5379 | L: [email protected] |
1da177e4 LT |
5380 | W: http://linux-lc100020.sourceforge.net |
5381 | S: Maintained | |
679655da | 5382 | F: drivers/net/wireless/zd1201.* |
1da177e4 | 5383 | |
b7eee616 | 5384 | USB ZR364XX DRIVER |
8b58be88 | 5385 | M: Antoine Jacquet <[email protected]> |
795fb7e7 | 5386 | L: [email protected] |
661263b5 | 5387 | L: [email protected] |
54e5881d | 5388 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
b7eee616 AJ |
5389 | W: http://royale.zerezo.com/zr364xx/ |
5390 | S: Maintained | |
679655da JP |
5391 | F: Documentation/video4linux/zr364xx.txt |
5392 | F: drivers/media/video/zr364xx.c | |
b7eee616 | 5393 | |
e7839f25 | 5394 | USER-MODE LINUX (UML) |
8b58be88 | 5395 | M: Jeff Dike <[email protected]> |
1da177e4 LT |
5396 | L: [email protected] |
5397 | L: [email protected] | |
5398 | W: http://user-mode-linux.sourceforge.net | |
5399 | S: Maintained | |
679655da JP |
5400 | F: Documentation/uml/ |
5401 | F: arch/um/ | |
5402 | F: fs/hostfs/ | |
5403 | F: fs/hppfs/ | |
b7eee616 | 5404 | |
e5f114e9 | 5405 | USERSPACE I/O (UIO) |
8b58be88 JP |
5406 | M: "Hans J. Koch" <[email protected]> |
5407 | M: Greg Kroah-Hartman <[email protected]> | |
e5f114e9 | 5408 | S: Maintained |
679655da JP |
5409 | F: Documentation/DocBook/uio-howto.tmpl |
5410 | F: drivers/uio/ | |
5411 | F: include/linux/uio*.h | |
e5f114e9 | 5412 | |
f899b0ad | 5413 | UTIL-LINUX-NG PACKAGE |
8b58be88 | 5414 | M: Karel Zak <[email protected]> |
f899b0ad KZ |
5415 | L: [email protected] |
5416 | W: http://kernel.org/~kzak/util-linux-ng/ | |
54e5881d | 5417 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git |
f899b0ad KZ |
5418 | S: Maintained |
5419 | ||
c1fd1c07 | 5420 | UVESAFB DRIVER |
8b58be88 | 5421 | M: Michal Januszewski <[email protected]> |
c1fd1c07 MJ |
5422 | L: [email protected] (moderated for non-subscribers) |
5423 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | |
5424 | S: Maintained | |
679655da JP |
5425 | F: Documentation/fb/uvesafb.txt |
5426 | F: drivers/video/uvesafb.* | |
c1fd1c07 | 5427 | |
4480f15b | 5428 | VFAT/FAT/MSDOS FILESYSTEM |
8b58be88 | 5429 | M: OGAWA Hirofumi <[email protected]> |
1da177e4 | 5430 | S: Maintained |
679655da JP |
5431 | F: Documentation/filesystems/vfat.txt |
5432 | F: fs/fat/ | |
1da177e4 | 5433 | |
1da177e4 | 5434 | VIA RHINE NETWORK DRIVER |
8b58be88 | 5435 | M: Roger Luethi <[email protected]> |
1da177e4 | 5436 | S: Maintained |
679655da | 5437 | F: drivers/net/via-rhine.c |
1da177e4 | 5438 | |
32c0a520 | 5439 | VIAPRO SMBUS DRIVER |
8b58be88 | 5440 | M: Jean Delvare <[email protected]> |
846557d3 | 5441 | L: [email protected] |
32c0a520 | 5442 | S: Maintained |
679655da JP |
5443 | F: Documentation/i2c/busses/i2c-viapro |
5444 | F: drivers/i2c/busses/i2c-viapro.c | |
32c0a520 | 5445 | |
f0bf7f61 | 5446 | VIA SD/MMC CARD CONTROLLER DRIVER |
8b58be88 JP |
5447 | M: Joseph Chan <[email protected]> |
5448 | M: Harald Welte <[email protected]> | |
f0bf7f61 HW |
5449 | S: Maintained |
5450 | F: drivers/mmc/host/via-sdmmc.c | |
5451 | ||
69e4a7c2 | 5452 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
8b58be88 JP |
5453 | M: Joseph Chan <[email protected]> |
5454 | M: Scott Fang <[email protected]> | |
69e4a7c2 JC |
5455 | L: [email protected] (moderated for non-subscribers) |
5456 | S: Maintained | |
679655da | 5457 | F: drivers/video/via/ |
69e4a7c2 | 5458 | |
01f20734 | 5459 | VIA VELOCITY NETWORK DRIVER |
8b58be88 | 5460 | M: Francois Romieu <[email protected]> |
01f20734 FR |
5461 | L: [email protected] |
5462 | S: Maintained | |
679655da | 5463 | F: drivers/net/via-velocity.* |
1da177e4 | 5464 | |
be7f8273 | 5465 | VLAN (802.1Q) |
8b58be88 | 5466 | M: Patrick McHardy <[email protected]> |
be7f8273 PM |
5467 | L: [email protected] |
5468 | S: Maintained | |
679655da JP |
5469 | F: drivers/net/macvlan.c |
5470 | F: include/linux/if_*vlan.h | |
5471 | F: net/8021q/ | |
be7f8273 | 5472 | |
55e331cf | 5473 | VLYNQ BUS |
8b58be88 | 5474 | M: Florian Fainelli <[email protected]> |
55e331cf FF |
5475 | L: [email protected] |
5476 | S: Maintained | |
5477 | F: drivers/vlynq/vlynq.c | |
5478 | F: include/linux/vlynq.h | |
5479 | ||
e53e86c7 | 5480 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
8b58be88 JP |
5481 | M: Liam Girdwood <[email protected]> |
5482 | M: Mark Brown <[email protected]> | |
e53e86c7 | 5483 | W: http://opensource.wolfsonmicro.com/node/15 |
1dd68f01 | 5484 | W: http://www.slimlogic.co.uk/?p=48 |
54e5881d | 5485 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git |
e53e86c7 | 5486 | S: Supported |
679655da JP |
5487 | F: drivers/regulator/ |
5488 | F: include/linux/regulator/ | |
e53e86c7 | 5489 | |
ab41319e | 5490 | VT1211 HARDWARE MONITOR DRIVER |
8b58be88 | 5491 | M: Juerg Haefliger <[email protected]> |
ab41319e JH |
5492 | L: [email protected] |
5493 | S: Maintained | |
679655da JP |
5494 | F: Documentation/hwmon/vt1211 |
5495 | F: drivers/hwmon/vt1211.c | |
ab41319e | 5496 | |
1de9e371 | 5497 | VT8231 HARDWARE MONITOR DRIVER |
8b58be88 | 5498 | M: Roger Lucas <[email protected]> |
1de9e371 RL |
5499 | L: [email protected] |
5500 | S: Maintained | |
679655da | 5501 | F: drivers/hwmon/vt8231.c |
1de9e371 | 5502 | |
1da177e4 | 5503 | W1 DALLAS'S 1-WIRE BUS |
8b58be88 | 5504 | M: Evgeniy Polyakov <[email protected]> |
1da177e4 | 5505 | S: Maintained |
679655da JP |
5506 | F: Documentation/w1/ |
5507 | F: drivers/w1/ | |
1da177e4 | 5508 | |
13927079 | 5509 | W83791D HARDWARE MONITORING DRIVER |
8b58be88 | 5510 | M: Marc Hulsman <[email protected]> |
13927079 | 5511 | L: [email protected] |
25845c22 | 5512 | S: Maintained |
679655da JP |
5513 | F: Documentation/hwmon/w83791d |
5514 | F: drivers/hwmon/w83791d.c | |
13927079 | 5515 | |
61db011d | 5516 | W83793 HARDWARE MONITORING DRIVER |
8b58be88 | 5517 | M: Rudolf Marek <[email protected]> |
61db011d RM |
5518 | L: [email protected] |
5519 | S: Maintained | |
679655da JP |
5520 | F: Documentation/hwmon/w83793 |
5521 | F: drivers/hwmon/w83793.c | |
61db011d | 5522 | |
1da177e4 | 5523 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
8b58be88 | 5524 | M: Pierre Ossman <[email protected]> |
1da177e4 | 5525 | S: Maintained |
679655da | 5526 | F: drivers/mmc/host/wbsd.* |
1da177e4 | 5527 | |
3527761c | 5528 | WATCHDOG DEVICE DRIVERS |
8b58be88 | 5529 | M: Wim Van Sebroeck <[email protected]> |
54e5881d | 5530 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git |
3527761c | 5531 | S: Maintained |
679655da JP |
5532 | F: Documentation/watchdog/ |
5533 | F: drivers/watchdog/ | |
5534 | F: include/linux/watchdog.h | |
3527761c | 5535 | |
1da177e4 | 5536 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
8b58be88 | 5537 | M: Jean Tourrilhes <[email protected]> |
724c6b35 | 5538 | L: [email protected] |
1da177e4 LT |
5539 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
5540 | S: Maintained | |
679655da JP |
5541 | F: Documentation/networking/wavelan.txt |
5542 | F: drivers/net/wireless/wavelan* | |
1da177e4 LT |
5543 | |
5544 | WD7000 SCSI DRIVER | |
8b58be88 | 5545 | M: Miroslav Zagorac <[email protected]> |
1da177e4 LT |
5546 | L: [email protected] |
5547 | S: Maintained | |
679655da | 5548 | F: drivers/scsi/wd7000.c |
1da177e4 | 5549 | |
8a70da82 | 5550 | WIMAX STACK |
8b58be88 | 5551 | M: Inaky Perez-Gonzalez <[email protected]> |
8a70da82 IPG |
5552 | M: [email protected] |
5553 | L: [email protected] | |
5554 | S: Supported | |
5555 | W: http://linuxwimax.org | |
5556 | ||
18332a80 | 5557 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
8b58be88 | 5558 | M: David Vrabel <[email protected]> |
18332a80 | 5559 | S: Maintained |
679655da JP |
5560 | F: include/linux/wlp.h |
5561 | F: drivers/uwb/wlp/ | |
18332a80 | 5562 | |
5fc14680 | 5563 | WISTRON LAPTOP BUTTON DRIVER |
8b58be88 | 5564 | M: Miloslav Trmac <[email protected]> |
5fc14680 | 5565 | S: Maintained |
679655da | 5566 | F: drivers/input/misc/wistron_btns.c |
5fc14680 | 5567 | |
1da177e4 | 5568 | WL3501 WIRELESS PCMCIA CARD DRIVER |
8b58be88 | 5569 | M: Arnaldo Carvalho de Melo <[email protected]> |
724c6b35 | 5570 | L: [email protected] |
926554c4 | 5571 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 | 5572 | S: Maintained |
679655da | 5573 | F: drivers/net/wireless/wl3501* |
1da177e4 | 5574 | |
febf1dff | 5575 | WM97XX TOUCHSCREEN DRIVERS |
8b58be88 JP |
5576 | M: Mark Brown <[email protected]> |
5577 | M: Liam Girdwood <[email protected]> | |
febf1dff MB |
5578 | L: [email protected] |
5579 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
5580 | W: http://opensource.wolfsonmicro.com/node/7 | |
5581 | S: Supported | |
679655da JP |
5582 | F: drivers/input/touchscreen/*wm97* |
5583 | F: include/linux/wm97xx.h | |
febf1dff | 5584 | |
1da177e4 | 5585 | X.25 NETWORK LAYER |
8b58be88 | 5586 | M: Henner Eisen <[email protected]> |
1da177e4 LT |
5587 | L: [email protected] |
5588 | S: Maintained | |
679655da JP |
5589 | F: Documentation/networking/x25* |
5590 | F: include/net/x25* | |
5591 | F: net/x25/ | |
1da177e4 | 5592 | |
e2d1d6c0 | 5593 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
8b58be88 JP |
5594 | M: Thomas Gleixner <[email protected]> |
5595 | M: Ingo Molnar <[email protected]> | |
5596 | M: "H. Peter Anvin" <[email protected]> | |
bcde563c | 5597 | M: [email protected] |
54e5881d | 5598 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git |
e2d1d6c0 | 5599 | S: Maintained |
679655da JP |
5600 | F: Documentation/x86/ |
5601 | F: arch/x86/ | |
e2d1d6c0 | 5602 | |
4cdf6bc2 | 5603 | XEN HYPERVISOR INTERFACE |
8b58be88 JP |
5604 | M: Jeremy Fitzhardinge <[email protected]> |
5605 | M: Chris Wright <[email protected]> | |
4cdf6bc2 JF |
5606 | L: [email protected] |
5607 | L: [email protected] | |
5608 | S: Supported | |
679655da JP |
5609 | F: arch/x86/xen/ |
5610 | F: drivers/*/xen-*front.c | |
5611 | F: drivers/xen/ | |
5612 | F: arch/x86/include/asm/xen/ | |
5613 | F: include/xen/ | |
4cdf6bc2 | 5614 | |
1da177e4 LT |
5615 | XFS FILESYSTEM |
5616 | P: Silicon Graphics Inc | |
8b58be88 | 5617 | M: Felix Blyakher <[email protected]> |
1da177e4 | 5618 | M: [email protected] |
d7ede1aa | 5619 | L: [email protected] |
1da177e4 | 5620 | W: http://oss.sgi.com/projects/xfs |
54e5881d | 5621 | T: git git://oss.sgi.com/xfs/xfs.git |
1da177e4 | 5622 | S: Supported |
679655da JP |
5623 | F: Documentation/filesystems/xfs.txt |
5624 | F: fs/xfs/ | |
1da177e4 | 5625 | |
c9d3d8ec | 5626 | XILINX SYSTEMACE DRIVER |
8b58be88 | 5627 | M: Grant Likely <[email protected]> |
c9d3d8ec | 5628 | W: http://www.secretlab.ca/ |
c9d3d8ec | 5629 | S: Maintained |
679655da | 5630 | F: drivers/block/xsysace.c |
c9d3d8ec | 5631 | |
238b8721 | 5632 | XILINX UARTLITE SERIAL DRIVER |
8b58be88 | 5633 | M: Peter Korsgaard <[email protected]> |
238b8721 PK |
5634 | L: [email protected] |
5635 | S: Maintained | |
679655da | 5636 | F: drivers/serial/uartlite.c |
238b8721 | 5637 | |
1da177e4 | 5638 | YAM DRIVER FOR AX.25 |
8b58be88 | 5639 | M: Jean-Paul Roubelat <[email protected]> |
1da177e4 LT |
5640 | L: [email protected] |
5641 | S: Maintained | |
679655da JP |
5642 | F: drivers/net/hamradio/yam* |
5643 | F: include/linux/yam.h | |
1da177e4 | 5644 | |
af64a5eb | 5645 | YEALINK PHONE DRIVER |
8b58be88 | 5646 | M: Henk Vergonet <[email protected]> |
af64a5eb HV |
5647 | L: [email protected] |
5648 | S: Maintained | |
679655da JP |
5649 | F: Documentation/input/yealink.txt |
5650 | F: drivers/input/misc/yealink.* | |
af64a5eb | 5651 | |
1da177e4 | 5652 | Z8530 DRIVER FOR AX.25 |
8b58be88 | 5653 | M: Joerg Reuter <[email protected]> |
1da177e4 LT |
5654 | W: http://yaina.de/jreuter/ |
5655 | W: http://www.qsl.net/dl1bke/ | |
5656 | L: [email protected] | |
5657 | S: Maintained | |
679655da JP |
5658 | F: Documentation/networking/z8530drv.txt |
5659 | F: drivers/net/hamradio/*scc.c | |
5660 | F: drivers/net/hamradio/z8530.h | |
1da177e4 | 5661 | |
7c0c3afb | 5662 | ZD1211RW WIRELESS DRIVER |
8b58be88 JP |
5663 | M: Daniel Drake <[email protected]> |
5664 | M: Ulrich Kunitz <[email protected]> | |
7c0c3afb | 5665 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
724c6b35 | 5666 | L: [email protected] |
7c0c3afb DD |
5667 | L: [email protected] (subscribers-only) |
5668 | S: Maintained | |
679655da | 5669 | F: drivers/net/wireless/zd1211rw/ |
7c0c3afb | 5670 | |
1da177e4 | 5671 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 5672 | L: [email protected] |
f63145e2 | 5673 | L: [email protected] |
1da177e4 | 5674 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
f63145e2 TP |
5675 | T: Mercurial http://linuxtv.org/hg/v4l-dvb |
5676 | S: Odd Fixes | |
679655da | 5677 | F: drivers/media/video/zoran/ |
1da177e4 | 5678 | |
8b4a4080 | 5679 | ZS DECSTATION Z85C30 SERIAL DRIVER |
8b58be88 | 5680 | M: "Maciej W. Rozycki" <[email protected]> |
8b4a4080 | 5681 | S: Maintained |
679655da | 5682 | F: drivers/serial/zs.* |
8b4a4080 | 5683 | |
1da177e4 | 5684 | THE REST |
8b58be88 | 5685 | M: Linus Torvalds <[email protected]> |
34d03cc1 | 5686 | L: [email protected] |
cfe81f76 | 5687 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
1da177e4 | 5688 | S: Buried alive in reporters |
34d03cc1 JP |
5689 | F: * |
5690 | F: */ |