]>
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 LT |
38 | |
39 | PLEASE try to include any credit lines you want added with the | |
40 | patch. It avoids people being missed off by mistake and makes | |
41 | it easier to know who wants adding and who doesn't. | |
42 | ||
43 | PLEASE document known bugs. If it doesn't work for everything | |
44 | or does something very odd once a month document it. | |
45 | ||
c9ee133b | 46 | PLEASE remember that submissions must be made under the terms |
4500371e RD |
47 | of the OSDL certificate of contribution and should include a |
48 | Signed-off-by: line. The current version of this "Developer's | |
49 | Certificate of Origin" (DCO) is listed in the file | |
50 | Documentation/SubmittingPatches. | |
c9ee133b | 51 | |
1da177e4 LT |
52 | 6. Make sure you have the right to send any changes you make. If you |
53 | do changes at work you may find your employer owns the patch | |
54 | not you. | |
55 | ||
c9ee133b AC |
56 | 7. When sending security related changes or reports to a maintainer |
57 | please Cc: [email protected], especially if the maintainer | |
58 | does not respond. | |
59 | ||
60 | 8. Happy hacking. | |
1da177e4 | 61 | |
b7eee616 | 62 | ----------------------------------- |
1da177e4 LT |
63 | |
64 | Maintainers List (try to look for most precise areas first) | |
65 | ||
66 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
67 | order. If you could add yourselves to it in alphabetical order that would be | |
68 | so much easier [Ed] | |
69 | ||
70 | P: Person | |
71 | M: Mail patches to | |
72 | L: Mailing list that is relevant to this area | |
73 | W: Web-page with status/info | |
50306fb5 | 74 | T: SCM tree type and location. Type is one of: git, hg, quilt. |
1da177e4 LT |
75 | S: Status, one of the following: |
76 | ||
77 | Supported: Someone is actually paid to look after this. | |
78 | Maintained: Someone actually looks after it. | |
79 | Odd Fixes: It has a maintainer but they don't have time to do | |
80 | much other than throw the odd patch in. See below.. | |
81 | Orphan: No current maintainer [but maybe you could take the | |
82 | role as you write your new code]. | |
83 | Obsolete: Old code. Something tagged obsolete generally means | |
84 | it has been replaced by a better system and you | |
85 | should be using that. | |
86 | ||
1da177e4 LT |
87 | 3C505 NETWORK DRIVER |
88 | P: Philip Blundell | |
89 | M: [email protected] | |
979b6c13 | 90 | L: [email protected] |
1da177e4 LT |
91 | S: Maintained |
92 | ||
a6d89915 SK |
93 | 3C59X NETWORK DRIVER |
94 | P: Steffen Klassert | |
95 | M: [email protected] | |
96 | L: [email protected] | |
97 | S: Maintained | |
98 | ||
1da177e4 LT |
99 | 3CR990 NETWORK DRIVER |
100 | P: David Dillow | |
101 | M: [email protected] | |
979b6c13 | 102 | L: [email protected] |
1da177e4 LT |
103 | S: Maintained |
104 | ||
105 | 3W-XXXX ATA-RAID CONTROLLER DRIVER | |
106 | P: Adam Radford | |
107 | M: [email protected] | |
108 | L: [email protected] | |
109 | W: http://www.amcc.com | |
110 | S: Supported | |
111 | ||
112 | 3W-9XXX SATA-RAID CONTROLLER DRIVER | |
113 | P: Adam Radford | |
114 | M: [email protected] | |
115 | L: [email protected] | |
116 | W: http://www.amcc.com | |
117 | S: Supported | |
118 | ||
119 | 53C700 AND 53C700-66 SCSI DRIVER | |
120 | P: James E.J. Bottomley | |
121 | M: [email protected] | |
122 | L: [email protected] | |
123 | S: Maintained | |
124 | ||
125 | 6PACK NETWORK DRIVER FOR AX.25 | |
126 | P: Andreas Koensgen | |
127 | M: [email protected] | |
128 | L: [email protected] | |
129 | S: Maintained | |
130 | ||
1da177e4 LT |
131 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
132 | P: Francois Romieu | |
133 | M: [email protected] | |
979b6c13 | 134 | L: [email protected] |
1da177e4 LT |
135 | S: Maintained |
136 | ||
137 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
1da177e4 LT |
138 | L: [email protected] |
139 | W: http://serial.sourceforge.net | |
353cefdb | 140 | S: Orphan |
1da177e4 LT |
141 | |
142 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
143 | P: Paul Gortmaker | |
144 | M: [email protected] | |
979b6c13 | 145 | L: [email protected] |
1da177e4 LT |
146 | S: Maintained |
147 | ||
67543e50 | 148 | 9P FILE SYSTEM |
ce00f85c JC |
149 | P: Eric Van Hensbergen |
150 | M: [email protected] | |
151 | P: Ron Minnich | |
27a2a5ff | 152 | M: [email protected] |
ce00f85c JC |
153 | P: Latchesar Ionkov |
154 | M: [email protected] | |
155 | L: [email protected] | |
27a2a5ff | 156 | W: http://swik.net/v9fs |
ce00f85c JC |
157 | T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git |
158 | S: Maintained | |
67543e50 | 159 | |
1da177e4 LT |
160 | A2232 SERIAL BOARD DRIVER |
161 | P: Enver Haase | |
1da177e4 LT |
162 | M: [email protected] |
163 | L: [email protected] | |
164 | S: Maintained | |
165 | ||
fac533c2 DH |
166 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
167 | P: David Howells | |
168 | M: [email protected] | |
169 | L: [email protected] | |
170 | S: Supported | |
171 | ||
1da177e4 LT |
172 | AIO |
173 | P: Benjamin LaHaise | |
174 | M: [email protected] | |
175 | L: [email protected] | |
176 | S: Supported | |
177 | ||
249e3c85 | 178 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
f2b84bbc HG |
179 | P: Hans de Goede |
180 | M: [email protected] | |
181 | L: [email protected] | |
182 | S: Maintained | |
183 | ||
249e3c85 AJS |
184 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
185 | P: Alistair John Strachan | |
186 | M: [email protected] | |
187 | L: [email protected] | |
188 | S: Maintained | |
189 | ||
1da177e4 LT |
190 | ACENIC DRIVER |
191 | P: Jes Sorensen | |
192 | M: [email protected] | |
193 | L: [email protected] | |
194 | S: Maintained | |
195 | ||
e6d1fc3d SM |
196 | IPS SCSI RAID DRIVER |
197 | P: Adaptec OEM Raid Solutions | |
198 | M: [email protected] | |
199 | L: [email protected] | |
200 | W: http://www.adaptec.com/ | |
201 | S: Maintained | |
202 | ||
203 | DPT_I2O SCSI RAID DRIVER | |
204 | P: Adaptec OEM Raid Solutions | |
205 | M: [email protected] | |
206 | L: [email protected] | |
207 | W: http://www.adaptec.com/ | |
208 | S: Maintained | |
209 | ||
1da177e4 LT |
210 | AACRAID SCSI RAID DRIVER |
211 | P: Adaptec OEM Raid Solutions | |
e6d1fc3d | 212 | M: [email protected] |
1da177e4 | 213 | L: [email protected] |
e6d1fc3d | 214 | W: http://www.adaptec.com/ |
1da177e4 LT |
215 | S: Supported |
216 | ||
745a5d21 CC |
217 | ACER WMI LAPTOP EXTRAS |
218 | P: Carlos Corbacho | |
219 | M: [email protected] | |
220 | L: [email protected] (subscribers-only) | |
221 | W: http://code.google.com/p/aceracpi | |
222 | S: Maintained | |
223 | ||
1da177e4 | 224 | ACPI |
54cd3148 | 225 | P: Len Brown |
8b59a454 | 226 | M: [email protected] |
6968e50c | 227 | L: [email protected] |
38e09d83 | 228 | W: http://www.lesswatts.org/projects/acpi/ |
6fb0425b | 229 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
8b59a454 LB |
230 | S: Supported |
231 | ||
232 | ACPI BATTERY DRIVERS | |
a4146557 LB |
233 | P: Alexey Starikovskiy |
234 | M: [email protected] | |
8b59a454 | 235 | L: [email protected] |
0638bc8d | 236 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 LB |
237 | S: Supported |
238 | ||
239 | ACPI EC DRIVER | |
240 | P: Alexey Starikovskiy | |
a4146557 | 241 | M: [email protected] |
8b59a454 | 242 | L: [email protected] |
0638bc8d | 243 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 LB |
244 | S: Supported |
245 | ||
246 | ACPI FAN DRIVER | |
65573ee7 LB |
247 | P: Zhang Rui |
248 | M: [email protected] | |
8b59a454 | 249 | L: [email protected] |
0638bc8d | 250 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 251 | S: Supported |
1da177e4 | 252 | |
998be20f KCA |
253 | ACPI PCI HOTPLUG DRIVER |
254 | P: Kristen Carlson Accardi | |
255 | M: [email protected] | |
64dab204 | 256 | L: [email protected] |
8b59a454 LB |
257 | S: Supported |
258 | ||
259 | ACPI THERMAL DRIVER | |
65573ee7 LB |
260 | P: Zhang Rui |
261 | M: [email protected] | |
8b59a454 | 262 | L: [email protected] |
0638bc8d | 263 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 264 | S: Supported |
998be20f | 265 | |
359acec8 | 266 | ACPI VIDEO DRIVER |
65573ee7 | 267 | P: Zhang Rui |
38e09d83 | 268 | M: [email protected] |
8b59a454 | 269 | L: [email protected] |
0638bc8d | 270 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 271 | S: Supported |
998be20f | 272 | |
bff431e4 | 273 | ACPI WMI DRIVER |
795fb7e7 JD |
274 | P: Carlos Corbacho |
275 | M: [email protected] | |
276 | L: [email protected] | |
277 | W: http://www.lesswatts.org/projects/acpi/ | |
278 | S: Maintained | |
bff431e4 | 279 | |
2f39d519 | 280 | AD1889 ALSA SOUND DRIVER |
795fb7e7 JD |
281 | P: Kyle McMartin |
282 | M: [email protected] | |
283 | P: Thibaut Varene | |
284 | M: [email protected] | |
285 | W: http://wiki.parisc-linux.org/AD1889 | |
286 | L: [email protected] | |
287 | S: Maintained | |
2f39d519 | 288 | |
1da177e4 LT |
289 | ADM1025 HARDWARE MONITOR DRIVER |
290 | P: Jean Delvare | |
291 | M: [email protected] | |
cc0b07ed | 292 | L: [email protected] |
1da177e4 LT |
293 | S: Maintained |
294 | ||
cae2caae CL |
295 | ADM1029 HARDWARE MONITOR DRIVER |
296 | P: Corentin Labbe | |
297 | M: [email protected] | |
298 | L: [email protected] | |
299 | S: Maintained | |
300 | ||
cc0b88cf MW |
301 | ADM8211 WIRELESS DRIVER |
302 | P: Michael Wu | |
303 | M: [email protected] | |
304 | L: [email protected] | |
305 | W: http://linuxwireless.org/ | |
306 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | |
307 | S: Maintained | |
308 | ||
1da177e4 LT |
309 | ADT746X FAN DRIVER |
310 | P: Colin Leroy | |
311 | M: [email protected] | |
312 | S: Maintained | |
313 | ||
8c6af9e1 MW |
314 | ADVANSYS SCSI DRIVER |
315 | P: Matthew Wilcox | |
316 | M: [email protected] | |
317 | L: [email protected] | |
318 | S: Maintained | |
319 | ||
1da177e4 LT |
320 | AEDSP16 DRIVER |
321 | P: Riccardo Facchetti | |
322 | M: [email protected] | |
323 | S: Maintained | |
324 | ||
325 | AFFS FILE SYSTEM | |
326 | P: Roman Zippel | |
327 | M: [email protected] | |
328 | S: Maintained | |
329 | ||
330 | AGPGART DRIVER | |
70e8992e DJ |
331 | P: David Airlie |
332 | M: [email protected] | |
333 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | |
1da177e4 LT |
334 | S: Maintained |
335 | ||
336 | AHA152X SCSI DRIVER | |
337 | P: Juergen E. Fischer | |
338 | M: Juergen Fischer <[email protected]> | |
339 | L: [email protected] | |
340 | S: Maintained | |
341 | ||
64624d4f HR |
342 | AIC7XXX / AIC79XX SCSI DRIVER |
343 | P: Hannes Reinecke | |
344 | M: [email protected] | |
345 | L: [email protected] | |
1da177e4 LT |
346 | S: Maintained |
347 | ||
348 | ALCATEL SPEEDTOUCH USB DRIVER | |
349 | P: Duncan Sands | |
350 | M: [email protected] | |
6372594a | 351 | L: [email protected] |
1da177e4 LT |
352 | W: http://www.linux-usb.org/SpeedTouch/ |
353 | S: Maintained | |
354 | ||
272f133a | 355 | ALCHEMY AU1XX0 MMC DRIVER |
08fcb720 ML |
356 | P: Manuel Lauss |
357 | M: [email protected] | |
358 | S: Maintained | |
272f133a | 359 | |
4a4e5787 RM |
360 | ALI1563 I2C DRIVER |
361 | P: Rudolf Marek | |
7188cc66 | 362 | M: [email protected] |
5d925fec | 363 | L: [email protected] |
4a4e5787 RM |
364 | S: Maintained |
365 | ||
1da177e4 LT |
366 | ALPHA PORT |
367 | P: Richard Henderson | |
368 | M: [email protected] | |
369 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
370 | P: Ivan Kokshaysky | |
371 | M: [email protected] | |
372 | S: Maintained for 2.4; PCI support for 2.6. | |
373 | ||
167a675a TD |
374 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
375 | P: Thomas Dahlmann | |
376 | M: [email protected] | |
67d76710 | 377 | L: [email protected] (moderated for non-subscribers) |
167a675a TD |
378 | S: Supported |
379 | ||
f90b8116 | 380 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
ce00f85c | 381 | P: Jordan Crouse |
67d76710 | 382 | L: [email protected] (moderated for non-subscribers) |
f90b8116 JC |
383 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
384 | S: Supported | |
385 | ||
919ee7dd JR |
386 | AMD IOMMU (AMD-VI) |
387 | P: Joerg Roedel | |
388 | M: [email protected] | |
389 | L: [email protected] | |
390 | S: Supported | |
391 | ||
284f42b6 SP |
392 | AMS (Apple Motion Sensor) DRIVER |
393 | P: Stelian Pop | |
394 | M: [email protected] | |
395 | P: Michael Hanselmann | |
396 | M: [email protected] | |
397 | S: Supported | |
398 | ||
f94b533d TT |
399 | AMSO1100 RNIC DRIVER |
400 | P: Tom Tucker | |
401 | M: [email protected] | |
402 | P: Steve Wise | |
403 | M: [email protected] | |
78526821 | 404 | L: [email protected] |
f94b533d TT |
405 | S: Maintained |
406 | ||
42269063 JB |
407 | AOA (Apple Onboard Audio) ALSA DRIVER |
408 | P: Johannes Berg | |
409 | M: [email protected] | |
410 | L: [email protected] | |
82622046 | 411 | L: [email protected] (subscribers-only) |
42269063 JB |
412 | S: Maintained |
413 | ||
1da177e4 LT |
414 | APM DRIVER |
415 | P: Stephen Rothwell | |
416 | M: [email protected] | |
417 | L: [email protected] | |
418 | W: http://www.canb.auug.org.au/~sfr/ | |
419 | S: Supported | |
420 | ||
bd7aa4b2 HR |
421 | APPLE BCM5974 MULTITOUCH DRIVER |
422 | P: Henrik Rydberg | |
423 | M: [email protected] | |
424 | L: [email protected] | |
425 | S: Maintained | |
426 | ||
6f2fad74 NB |
427 | APPLE SMC DRIVER |
428 | P: Nicolas Boichat | |
429 | M: [email protected] | |
430 | L: [email protected] | |
431 | S: Maintained | |
432 | ||
1da177e4 LT |
433 | APPLETALK NETWORK LAYER |
434 | P: Arnaldo Carvalho de Melo | |
926554c4 | 435 | M: [email protected] |
1da177e4 LT |
436 | S: Maintained |
437 | ||
eb9ebe67 JB |
438 | APPLETOUCH TOUCHPAD DRIVER |
439 | P: Johannes Berg | |
440 | M: [email protected] | |
eb76c5c0 | 441 | L: [email protected] |
eb9ebe67 JB |
442 | S: Maintained |
443 | ||
1154ea7d JK |
444 | ARC FRAMEBUFFER DRIVER |
445 | P: Jaya Kumar | |
446 | M: [email protected] | |
447 | S: Maintained | |
448 | ||
1da177e4 LT |
449 | ARM MFM AND FLOPPY DRIVERS |
450 | P: Ian Molton | |
451 | M: [email protected] | |
452 | S: Maintained | |
453 | ||
2761f5c2 | 454 | ARM PRIMECELL MMCI PL180/1 DRIVER |
6d79947a | 455 | S: Orphan |
2761f5c2 | 456 | |
2b7a52a4 LB |
457 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
458 | P: Lennert Buytenhek | |
459 | M: [email protected] | |
460 | L: [email protected] (subscribers-only) | |
461 | S: Maintained | |
462 | ||
463 | ARM/ADS SPHERE MACHINE SUPPORT | |
464 | P: Lennert Buytenhek | |
465 | M: [email protected] | |
466 | L: [email protected] (subscribers-only) | |
467 | S: Maintained | |
468 | ||
469 | ARM/AJECO 1ARM MACHINE SUPPORT | |
470 | P: Lennert Buytenhek | |
471 | M: [email protected] | |
472 | L: [email protected] (subscribers-only) | |
473 | S: Maintained | |
474 | ||
d4a89c7d | 475 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
795fb7e7 JD |
476 | P: Andrew Victor |
477 | M: [email protected] | |
478 | L: [email protected] (subscribers-only) | |
479 | W: http://maxim.org.za/at91_26.html | |
480 | S: Maintained | |
d4a89c7d | 481 | |
2b7a52a4 LB |
482 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
483 | P: Lennert Buytenhek | |
484 | M: [email protected] | |
485 | L: [email protected] (subscribers-only) | |
486 | S: Maintained | |
487 | ||
488 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
489 | P: Lennert Buytenhek | |
490 | M: [email protected] | |
491 | L: [email protected] (subscribers-only) | |
492 | S: Maintained | |
493 | ||
a9da4f7e RK |
494 | ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT |
495 | P: Mike Rapoport | |
496 | M: [email protected] | |
497 | L: [email protected] (subscribers-only) | |
498 | S: Maintained | |
499 | ||
1da177e4 LT |
500 | ARM/CORGI MACHINE SUPPORT |
501 | P: Richard Purdie | |
502 | M: [email protected] | |
503 | S: Maintained | |
504 | ||
a9da4f7e RK |
505 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
506 | P: Daniel Ribeiro | |
507 | M: [email protected] | |
508 | P: Stefan Schmidt | |
509 | M: [email protected] | |
510 | P: Harald Welte | |
511 | M: [email protected] | |
512 | L: [email protected] (subscribers-only) | |
513 | W: http://www.openezx.org/ | |
514 | S: Maintained | |
515 | ||
86183a5f SH |
516 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
517 | P: Sascha Hauer | |
518 | M: [email protected] | |
519 | L: [email protected] (subscribers-only) | |
520 | S: Maintained | |
521 | ||
2b7a52a4 LB |
522 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
523 | P: Lennert Buytenhek | |
524 | M: [email protected] | |
525 | L: [email protected] (subscribers-only) | |
526 | S: Maintained | |
527 | ||
90b8fc34 JK |
528 | ARM/GUMSTIX MACHINE SUPPORT |
529 | P: Steve Sakoman | |
530 | M: [email protected] | |
531 | L: [email protected] (subscribers-only) | |
532 | S: Maintained | |
533 | ||
21f37bc3 | 534 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
795fb7e7 JD |
535 | P: Kristoffer Ericson |
536 | M: [email protected] | |
537 | W: www.jlime.com | |
538 | S: Maintained | |
21f37bc3 | 539 | |
2b7a52a4 LB |
540 | ARM/INTEL IOP32X ARM ARCHITECTURE |
541 | P: Lennert Buytenhek | |
542 | M: [email protected] | |
e2bdb176 DW |
543 | P: Dan Williams |
544 | M: [email protected] | |
2b7a52a4 | 545 | L: [email protected] (subscribers-only) |
e2bdb176 DW |
546 | S: Supported |
547 | ||
548 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
549 | P: Dan Williams | |
550 | M: [email protected] | |
551 | L: [email protected] (subscribers-only) | |
552 | S: Supported | |
2b7a52a4 LB |
553 | |
554 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
555 | P: Lennert Buytenhek | |
556 | M: [email protected] | |
e2bdb176 DW |
557 | P: Dan Williams |
558 | M: [email protected] | |
2b7a52a4 | 559 | L: [email protected] (subscribers-only) |
e2bdb176 | 560 | S: Supported |
2b7a52a4 LB |
561 | |
562 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
563 | P: Lennert Buytenhek | |
564 | M: [email protected] | |
e2bdb176 DW |
565 | P: Dan Williams |
566 | M: [email protected] | |
2b7a52a4 | 567 | L: [email protected] (subscribers-only) |
e2bdb176 | 568 | S: Supported |
2b7a52a4 LB |
569 | |
570 | ARM/INTEL IXP2000 ARM ARCHITECTURE | |
571 | P: Lennert Buytenhek | |
572 | M: [email protected] | |
573 | L: [email protected] (subscribers-only) | |
574 | S: Maintained | |
575 | ||
576 | ARM/INTEL IXDP2850 MACHINE SUPPORT | |
577 | P: Lennert Buytenhek | |
578 | M: [email protected] | |
579 | L: [email protected] (subscribers-only) | |
580 | S: Maintained | |
581 | ||
582 | ARM/INTEL IXP23XX ARM ARCHITECTURE | |
583 | P: Lennert Buytenhek | |
584 | M: [email protected] | |
585 | L: [email protected] (subscribers-only) | |
586 | S: Maintained | |
587 | ||
588 | ARM/INTEL XSC3 (MANZANO) ARM CORE | |
589 | P: Lennert Buytenhek | |
590 | M: [email protected] | |
e2bdb176 DW |
591 | P: Dan Williams |
592 | M: [email protected] | |
2b7a52a4 | 593 | L: [email protected] (subscribers-only) |
e2bdb176 | 594 | S: Supported |
2b7a52a4 LB |
595 | |
596 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
597 | P: Lennert Buytenhek | |
598 | M: [email protected] | |
599 | L: [email protected] (subscribers-only) | |
600 | S: Maintained | |
601 | ||
602 | ARM/LOGICPD PXA270 MACHINE SUPPORT | |
603 | P: Lennert Buytenhek | |
604 | M: [email protected] | |
605 | L: [email protected] (subscribers-only) | |
606 | S: Maintained | |
607 | ||
3b886171 PZ |
608 | ARM/MAGICIAN MACHINE SUPPORT |
609 | P: Philipp Zabel | |
610 | M: [email protected] | |
611 | S: Maintained | |
612 | ||
8459c159 | 613 | ARM/TOSA MACHINE SUPPORT |
93887049 DB |
614 | P: Dmitry Baryshkov |
615 | M: [email protected] | |
8459c159 DO |
616 | P: Dirk Opfer |
617 | M: [email protected] | |
618 | S: Maintained | |
619 | ||
b5e4ad57 MV |
620 | ARM/PALMTX SUPPORT |
621 | P: Marek Vasut | |
622 | M: [email protected] | |
623 | W: http://hackndev.com | |
624 | S: Maintained | |
625 | ||
1da177e4 LT |
626 | ARM/PLEB SUPPORT |
627 | P: Peter Chubb | |
628 | M: [email protected] | |
629 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | |
630 | S: Maintained | |
631 | ||
632 | ARM/PT DIGITAL BOARD PORT | |
633 | P: Stefan Eletzhofer | |
634 | M: [email protected] | |
70f09f1f | 635 | L: [email protected] (subscribers-only) |
1da177e4 LT |
636 | W: http://www.arm.linux.org.uk/ |
637 | S: Maintained | |
638 | ||
2b7a52a4 LB |
639 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
640 | P: Lennert Buytenhek | |
641 | M: [email protected] | |
642 | L: [email protected] (subscribers-only) | |
643 | S: Maintained | |
644 | ||
1da177e4 LT |
645 | ARM/SHARK MACHINE SUPPORT |
646 | P: Alexander Schulz | |
647 | M: [email protected] | |
648 | W: http://www.shark-linux.de/shark.html | |
649 | S: Maintained | |
650 | ||
651 | ARM/STRONGARM110 PORT | |
652 | P: Russell King | |
653 | M: [email protected] | |
70f09f1f | 654 | L: [email protected] (subscribers-only) |
1da177e4 LT |
655 | W: http://www.arm.linux.org.uk/ |
656 | S: Maintained | |
657 | ||
658 | ARM/S3C2410 ARM ARCHITECTURE | |
659 | P: Ben Dooks | |
449d4dd5 | 660 | M: [email protected] |
70f09f1f | 661 | L: [email protected] (subscribers-only) |
1da177e4 LT |
662 | W: http://www.fluff.org/ben/linux/ |
663 | S: Maintained | |
664 | ||
665 | ARM/S3C2440 ARM ARCHITECTURE | |
666 | P: Ben Dooks | |
449d4dd5 | 667 | M: [email protected] |
70f09f1f | 668 | L: [email protected] (subscribers-only) |
1da177e4 LT |
669 | W: http://www.fluff.org/ben/linux/ |
670 | S: Maintained | |
671 | ||
2b7a52a4 LB |
672 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
673 | P: Lennert Buytenhek | |
674 | M: [email protected] | |
675 | L: [email protected] (subscribers-only) | |
676 | S: Maintained | |
677 | ||
678 | ARM/THECUS N2100 MACHINE SUPPORT | |
679 | P: Lennert Buytenhek | |
680 | M: [email protected] | |
681 | L: [email protected] (subscribers-only) | |
682 | S: Maintained | |
683 | ||
1da177e4 LT |
684 | ARPD SUPPORT |
685 | P: Jonathan Layes | |
979b6c13 | 686 | L: [email protected] |
1da177e4 LT |
687 | S: Maintained |
688 | ||
689 | ASUS ACPI EXTRAS DRIVER | |
0b67d946 LB |
690 | P: Corentin Chary |
691 | M: [email protected] | |
1da177e4 LT |
692 | P: Karol Kozimor |
693 | M: [email protected] | |
1da177e4 LT |
694 | L: [email protected] |
695 | W: http://sourceforge.net/projects/acpi4asus | |
0b67d946 | 696 | W: http://xf.iksaif.net/acpi4asus |
85091b71 CC |
697 | S: Maintained |
698 | ||
6ea884db MH |
699 | ASUS ASB100 HARDWARE MONITOR DRIVER |
700 | P: Mark M. Hoffman | |
701 | M: [email protected] | |
702 | L: [email protected] | |
703 | S: Maintained | |
704 | ||
85091b71 CC |
705 | ASUS LAPTOP EXTRAS DRIVER |
706 | P: Corentin Chary | |
707 | M: [email protected] | |
708 | L: [email protected] | |
1da177e4 | 709 | W: http://sourceforge.net/projects/acpi4asus |
0b67d946 | 710 | W: http://xf.iksaif.net/acpi4asus |
1da177e4 LT |
711 | S: Maintained |
712 | ||
b3e5f263 DW |
713 | ASYNCHRONOUS TRANSFERS/TRANSFORMS API |
714 | P: Dan Williams | |
715 | M: [email protected] | |
5e45bb2e MS |
716 | P: Maciej Sosnowski |
717 | M: [email protected] | |
b3e5f263 DW |
718 | L: [email protected] |
719 | W: http://sourceforge.net/projects/xscaleiop | |
720 | S: Supported | |
721 | ||
1da177e4 LT |
722 | ATA OVER ETHERNET DRIVER |
723 | P: Ed L. Cashin | |
724 | M: [email protected] | |
725 | W: http://www.coraid.com/support/linux | |
726 | S: Supported | |
727 | ||
fa1c114f JS |
728 | ATHEROS ATH5K WIRELESS DRIVER |
729 | P: Jiri Slaby | |
730 | M: [email protected] | |
731 | P: Nick Kossifidis | |
732 | M: [email protected] | |
733 | P: Luis R. Rodriguez | |
734 | M: [email protected] | |
735 | L: [email protected] | |
736 | L: [email protected] | |
737 | S: Maintained | |
738 | ||
f078f209 LR |
739 | ATHEROS ATH9K WIRELESS DRIVER |
740 | P: Luis R. Rodriguez | |
741 | M: [email protected] | |
742 | P: Jouni Malinen | |
743 | M: [email protected] | |
744 | L: [email protected] | |
745 | L: [email protected] | |
746 | S: Supported | |
747 | ||
6f69a6d7 VS |
748 | ATI_REMOTE2 DRIVER |
749 | P: Ville Syrjala | |
750 | M: [email protected] | |
751 | S: Maintained | |
752 | ||
7ae115b4 | 753 | ATLX ETHERNET DRIVERS |
8d5ca6ec JC |
754 | P: Jay Cliburn |
755 | M: [email protected] | |
756 | P: Chris Snook | |
757 | M: [email protected] | |
7ae115b4 CS |
758 | P: Jie Yang |
759 | M: [email protected] | |
8d5ca6ec JC |
760 | L: [email protected] |
761 | W: http://sourceforge.net/projects/atl1 | |
762 | W: http://atl1.sourceforge.net | |
763 | S: Maintained | |
764 | ||
1da177e4 LT |
765 | ATM |
766 | P: Chas Williams | |
767 | M: [email protected] | |
f37bf90e | 768 | L: [email protected] (subscribers-only) |
1da177e4 LT |
769 | W: http://linux-atm.sourceforge.net |
770 | S: Maintained | |
771 | ||
272f133a | 772 | ATMEL AT91 MCI DRIVER |
81764fa9 | 773 | P: Nicolas Ferre |
8f4c79ce | 774 | M: [email protected] |
81764fa9 PO |
775 | L: [email protected] (subscribers-only) |
776 | W: http://www.atmel.com/products/AT91/ | |
777 | W: http://www.at91.com/ | |
778 | S: Maintained | |
272f133a | 779 | |
a1cfac48 HS |
780 | ATMEL AT91 / AT32 SERIAL DRIVER |
781 | P: Haavard Skinnemoen | |
782 | M: [email protected] | |
783 | L: [email protected] | |
784 | S: Supported | |
785 | ||
8f4c79ce NF |
786 | ATMEL LCDFB DRIVER |
787 | P: Nicolas Ferre | |
788 | M: [email protected] | |
8936b6db | 789 | L: [email protected] (moderated for non-subscribers) |
8f4c79ce NF |
790 | S: Maintained |
791 | ||
89e5785f | 792 | ATMEL MACB ETHERNET DRIVER |
89e5785f HS |
793 | P: Haavard Skinnemoen |
794 | M: [email protected] | |
795 | S: Supported | |
796 | ||
754ce4f2 HS |
797 | ATMEL SPI DRIVER |
798 | P: Haavard Skinnemoen | |
799 | M: [email protected] | |
800 | S: Supported | |
801 | ||
914a3f3b HS |
802 | ATMEL USBA UDC DRIVER |
803 | P: Haavard Skinnemoen | |
804 | M: [email protected] | |
805 | L: [email protected] | |
806 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver | |
807 | S: Supported | |
808 | ||
1da177e4 LT |
809 | ATMEL WIRELESS DRIVER |
810 | P: Simon Kelley | |
811 | M: [email protected] | |
724c6b35 | 812 | L: [email protected] |
1da177e4 LT |
813 | W: http://www.thekelleys.org.uk/atmel |
814 | W: http://atmelwlandriver.sourceforge.net/ | |
815 | S: Maintained | |
816 | ||
a92b7b80 | 817 | AUDIT SUBSYSTEM |
0ef1970d EP |
818 | P: Al Viro |
819 | M: [email protected] | |
820 | P: Eric Paris | |
821 | M: [email protected] | |
b9a06207 | 822 | L: [email protected] (subscribers-only) |
ad3f9a22 | 823 | W: http://people.redhat.com/sgrubb/audit/ |
0ef1970d | 824 | T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git |
a92b7b80 CW |
825 | S: Maintained |
826 | ||
70e84049 MOS |
827 | AUXILIARY DISPLAY DRIVERS |
828 | P: Miguel Ojeda Sandonis | |
450c622e | 829 | M: [email protected] |
70e84049 | 830 | L: [email protected] |
450c622e MO |
831 | W: http://miguelojeda.es/auxdisplay.htm |
832 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
833 | S: Maintained |
834 | ||
5f97f7f9 | 835 | AVR32 ARCHITECTURE |
5f97f7f9 HS |
836 | P: Haavard Skinnemoen |
837 | M: [email protected] | |
838 | W: http://www.atmel.com/products/AVR32/ | |
839 | W: http://avr32linux.org/ | |
840 | W: http://avrfreaks.net/ | |
841 | S: Supported | |
842 | ||
843 | AVR32/AT32AP MACHINE SUPPORT | |
5f97f7f9 HS |
844 | P: Haavard Skinnemoen |
845 | M: [email protected] | |
846 | S: Supported | |
847 | ||
1da177e4 LT |
848 | AX.25 NETWORK LAYER |
849 | P: Ralf Baechle | |
850 | M: [email protected] | |
851 | L: [email protected] | |
d34cb28a | 852 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
853 | S: Maintained |
854 | ||
300abeb5 RP |
855 | BACKLIGHT CLASS/SUBSYSTEM |
856 | P: Richard Purdie | |
857 | M: [email protected] | |
858 | S: Maintained | |
859 | ||
1394f032 | 860 | BLACKFIN ARCHITECTURE |
e3b2d3f3 | 861 | P: Bryan Wu |
7dd06cdb | 862 | M: [email protected] |
e3b2d3f3 BW |
863 | L: [email protected] (subscribers-only) |
864 | W: http://blackfin.uclinux.org | |
865 | S: Supported | |
566da5b2 | 866 | |
e190d6b1 BW |
867 | BLACKFIN EMAC DRIVER |
868 | P: Bryan Wu | |
7dd06cdb | 869 | M: [email protected] |
e190d6b1 BW |
870 | L: [email protected] (subscribers-only) |
871 | W: http://blackfin.uclinux.org | |
872 | S: Supported | |
873 | ||
566da5b2 MF |
874 | BLACKFIN RTC DRIVER |
875 | P: Mike Frysinger | |
566da5b2 MF |
876 | M: [email protected] |
877 | L: [email protected] (subscribers-only) | |
878 | W: http://blackfin.uclinux.org | |
879 | S: Supported | |
1394f032 BW |
880 | |
881 | BLACKFIN SERIAL DRIVER | |
9c5e710b MF |
882 | P: Sonic Zhang |
883 | M: [email protected] | |
e3b2d3f3 BW |
884 | L: [email protected] (subscribers-only) |
885 | W: http://blackfin.uclinux.org | |
886 | S: Supported | |
1394f032 | 887 | |
1e6d320f BW |
888 | BLACKFIN WATCHDOG DRIVER |
889 | P: Mike Frysinger | |
1e6d320f BW |
890 | M: [email protected] |
891 | L: [email protected] (subscribers-only) | |
892 | W: http://blackfin.uclinux.org | |
893 | S: Supported | |
894 | ||
1da177e4 LT |
895 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
896 | P: Thomas Sailer | |
897 | M: [email protected] | |
898 | L: [email protected] | |
899 | W: http://www.baycom.org/~tom/ham/ham.html | |
900 | S: Maintained | |
901 | ||
e4d6b795 MB |
902 | B43 WIRELESS DRIVER |
903 | P: Michael Buesch | |
904 | M: [email protected] | |
905 | P: Stefano Brivio | |
2817ef1a | 906 | M: [email protected] |
e4d6b795 | 907 | L: [email protected] |
2817ef1a | 908 | W: http://linuxwireless.org/en/users/Drivers/b43 |
e4d6b795 MB |
909 | S: Maintained |
910 | ||
75388acd LF |
911 | B43LEGACY WIRELESS DRIVER |
912 | P: Larry Finger | |
913 | M: [email protected] | |
2817ef1a SB |
914 | P: Stefano Brivio |
915 | M: [email protected] | |
75388acd | 916 | L: [email protected] |
2817ef1a | 917 | W: http://linuxwireless.org/en/users/Drivers/b43 |
75388acd LF |
918 | S: Maintained |
919 | ||
1da177e4 LT |
920 | BEFS FILE SYSTEM |
921 | P: Sergey S. Kostyliov | |
922 | M: [email protected] | |
923 | L: [email protected] | |
924 | S: Maintained | |
925 | ||
1da177e4 LT |
926 | BFS FILE SYSTEM |
927 | P: Tigran A. Aivazian | |
b5b9df69 | 928 | M: [email protected] |
1da177e4 LT |
929 | L: [email protected] |
930 | S: Maintained | |
931 | ||
d24ecfcc BW |
932 | BLACKFIN I2C TWI DRIVER |
933 | P: Sonic Zhang | |
934 | M: [email protected] | |
935 | L: [email protected] (subscribers-only) | |
936 | W: http://blackfin.uclinux.org/ | |
937 | S: Supported | |
938 | ||
1da177e4 LT |
939 | BLOCK LAYER |
940 | P: Jens Axboe | |
0fe23479 | 941 | M: [email protected] |
1da177e4 | 942 | L: [email protected] |
6fb0425b | 943 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1da177e4 LT |
944 | S: Maintained |
945 | ||
2b54aaef JE |
946 | BLOCK2MTD DRIVER |
947 | P: Joern Engel | |
948 | M: [email protected] | |
949 | L: [email protected] | |
950 | S: Maintained | |
951 | ||
63fbd24e | 952 | BLUETOOTH DRIVERS |
1da177e4 LT |
953 | P: Marcel Holtmann |
954 | M: [email protected] | |
781c2844 | 955 | L: [email protected] |
63fbd24e | 956 | W: http://www.bluez.org/ |
1da177e4 LT |
957 | S: Maintained |
958 | ||
63fbd24e | 959 | BLUETOOTH SUBSYSTEM |
1da177e4 LT |
960 | P: Marcel Holtmann |
961 | M: [email protected] | |
63fbd24e MH |
962 | L: [email protected] |
963 | W: http://www.bluez.org/ | |
964 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git | |
1da177e4 LT |
965 | S: Maintained |
966 | ||
967 | BONDING DRIVER | |
ce00f85c JC |
968 | P: Jay Vosburgh |
969 | M: [email protected] | |
970 | L: [email protected] | |
971 | W: http://sourceforge.net/projects/bonding/ | |
972 | S: Supported | |
1da177e4 | 973 | |
39105890 GZ |
974 | BROADCOM B44 10/100 ETHERNET DRIVER |
975 | P: Gary Zambrano | |
976 | M: [email protected] | |
977 | L: [email protected] | |
978 | S: Supported | |
979 | ||
948c51e6 MC |
980 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
981 | P: Michael Chan | |
982 | M: [email protected] | |
983 | L: [email protected] | |
984 | S: Supported | |
985 | ||
4d9d2cb0 | 986 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
24e3fcef EG |
987 | P: Eilon Greenstein |
988 | M: [email protected] | |
4d9d2cb0 ET |
989 | L: [email protected] |
990 | S: Supported | |
991 | ||
948c51e6 MC |
992 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
993 | P: Michael Chan | |
994 | M: [email protected] | |
995 | L: [email protected] | |
996 | S: Supported | |
997 | ||
5cdf7f76 JA |
998 | BSG (block layer generic sg v4 driver) |
999 | P: FUJITA Tomonori | |
1000 | M: [email protected] | |
1001 | L: [email protected] | |
1002 | S: Supported | |
1003 | ||
ff1d5c2f MB |
1004 | BT8XXGPIO DRIVER |
1005 | P: Michael Buesch | |
1006 | M: [email protected] | |
1007 | W: http://bu3sch.de/btgpio.php | |
1008 | S: Maintained | |
1009 | ||
1da177e4 | 1010 | BTTV VIDEO4LINUX DRIVER |
96b6aba0 | 1011 | P: Mauro Carvalho Chehab |
8d58d773 MCC |
1012 | M: [email protected] |
1013 | M: [email protected] | |
1da177e4 | 1014 | L: [email protected] |
96b6aba0 | 1015 | W: http://linuxtv.org |
ecfa4fdc | 1016 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
96b6aba0 | 1017 | S: Maintained |
1da177e4 | 1018 | |
77d5140f | 1019 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
795fb7e7 | 1020 | P: Jonathan Corbet |
77d5140f JC |
1021 | M: [email protected] |
1022 | L: [email protected] | |
1023 | S: Maintained | |
1024 | ||
beca222d OH |
1025 | CAN NETWORK LAYER |
1026 | P: Urs Thuermann | |
1027 | M: [email protected] | |
1028 | P: Oliver Hartkopp | |
1029 | M: [email protected] | |
220fc3fc | 1030 | L: [email protected] (subscribers-only) |
beca222d OH |
1031 | W: http://developer.berlios.de/projects/socketcan/ |
1032 | S: Maintained | |
1033 | ||
77dac90f MBY |
1034 | CALGARY x86-64 IOMMU |
1035 | P: Muli Ben-Yehuda | |
1036 | M: [email protected] | |
1037 | P: Jon D. Mason | |
d8d2bedf | 1038 | M: [email protected] |
77dac90f MBY |
1039 | L: [email protected] |
1040 | L: [email protected] | |
1041 | S: Maintained | |
1042 | ||
b8154542 AB |
1043 | CELL BROADBAND ENGINE ARCHITECTURE |
1044 | P: Arnd Bergmann | |
1045 | M: [email protected] | |
1046 | L: [email protected] | |
1047 | L: [email protected] | |
1048 | W: http://www.ibm.com/developerworks/power/cell/ | |
1049 | S: Supported | |
1050 | ||
70e84049 MOS |
1051 | CFAG12864B LCD DRIVER |
1052 | P: Miguel Ojeda Sandonis | |
450c622e | 1053 | M: [email protected] |
70e84049 | 1054 | L: [email protected] |
450c622e MO |
1055 | W: http://miguelojeda.es/auxdisplay.htm |
1056 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
1057 | S: Maintained |
1058 | ||
1059 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
1060 | P: Miguel Ojeda Sandonis | |
450c622e | 1061 | M: [email protected] |
70e84049 | 1062 | L: [email protected] |
450c622e MO |
1063 | W: http://miguelojeda.es/auxdisplay.htm |
1064 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
1065 | S: Maintained |
1066 | ||
704232c2 JB |
1067 | CFG80211 and NL80211 |
1068 | P: Johannes Berg | |
1069 | M: [email protected] | |
1070 | L: [email protected] | |
1071 | S: Maintained | |
1072 | ||
0a920b5b AW |
1073 | CHECKPATCH |
1074 | P: Andy Whitcroft | |
1075 | M: [email protected] | |
1076 | P: Randy Dunlap | |
1077 | M: [email protected] | |
1078 | P: Joel Schopp | |
1079 | M: [email protected] | |
1080 | S: Supported | |
1081 | ||
1da177e4 LT |
1082 | COMMON INTERNET FILE SYSTEM (CIFS) |
1083 | P: Steve French | |
1084 | M: [email protected] | |
fb453d4b | 1085 | L: [email protected] |
1da177e4 | 1086 | L: [email protected] |
af5a032b | 1087 | W: http://linux-cifs.samba.org/ |
1adc1230 | 1088 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
b7eee616 | 1089 | S: Supported |
1da177e4 | 1090 | |
7063fbf2 JB |
1091 | CONFIGFS |
1092 | P: Joel Becker | |
62ca3d26 JB |
1093 | M: [email protected] |
1094 | L: [email protected] | |
7063fbf2 JB |
1095 | S: Supported |
1096 | ||
2b7a52a4 LB |
1097 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
1098 | P: Lennert Buytenhek | |
1099 | M: [email protected] | |
1100 | L: [email protected] | |
1101 | S: Maintained | |
1102 | ||
2b7a52a4 LB |
1103 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
1104 | P: Lennert Buytenhek | |
1105 | M: [email protected] | |
6372594a | 1106 | L: [email protected] |
2b7a52a4 LB |
1107 | S: Maintained |
1108 | ||
d9e9d82c TT |
1109 | CIRRUS LOGIC CS4270 SOUND DRIVER |
1110 | P: Timur Tabi | |
1111 | M: [email protected] | |
1112 | L: [email protected] | |
1113 | S: Supported | |
1114 | ||
1da177e4 LT |
1115 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER |
1116 | P: Cirrus Logic Corporation (kernel 2.2 driver) | |
1117 | M: Cirrus Logic Corporation, Thomas Woller <[email protected]> | |
1118 | P: Nils Faerber (port to kernel 2.4) | |
1119 | M: Nils Faerber <[email protected]> | |
1120 | S: Maintained | |
1121 | ||
1122 | CODA FILE SYSTEM | |
1123 | P: Jan Harkes | |
1124 | M: [email protected] | |
1125 | M: [email protected] | |
1126 | L: [email protected] | |
1127 | W: http://www.coda.cs.cmu.edu/ | |
1128 | S: Maintained | |
1129 | ||
1130 | COMPACTPCI HOTPLUG CORE | |
1131 | P: Scott Murray | |
1132 | M: [email protected] | |
1133 | M: [email protected] | |
64dab204 | 1134 | L: [email protected] |
1da177e4 LT |
1135 | S: Supported |
1136 | ||
1137 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
1138 | P: Scott Murray | |
1139 | M: [email protected] | |
1140 | M: [email protected] | |
64dab204 | 1141 | L: [email protected] |
1da177e4 LT |
1142 | S: Supported |
1143 | ||
1144 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
1145 | P: Scott Murray | |
1146 | M: [email protected] | |
1147 | M: [email protected] | |
64dab204 | 1148 | L: [email protected] |
1da177e4 LT |
1149 | S: Supported |
1150 | ||
5411552c CJ |
1151 | COMPAL LAPTOP SUPPORT |
1152 | P: Cezary Jackiewicz | |
1153 | M: [email protected] | |
1154 | S: Maintained | |
1155 | ||
1da177e4 LT |
1156 | COMPUTONE INTELLIPORT MULTIPORT CARD |
1157 | P: Michael H. Warfield | |
07d46de4 | 1158 | M: [email protected] |
1da177e4 | 1159 | W: http://www.wittsend.com/computone.html |
07d46de4 | 1160 | S: Maintained |
1da177e4 | 1161 | |
949be0f7 SA |
1162 | CONEXANT ACCESSRUNNER USB DRIVER |
1163 | P: Simon Arlott | |
1164 | M: [email protected] | |
9ae5e3bc SA |
1165 | L: [email protected] |
1166 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 SA |
1167 | S: Maintained |
1168 | ||
fb3a0fb6 PM |
1169 | CONTROL GROUPS (CGROUPS) |
1170 | P: Paul Menage | |
1171 | M: [email protected] | |
1172 | L: [email protected] | |
1173 | S: Maintained | |
1174 | ||
bebe4678 RM |
1175 | CORETEMP HARDWARE MONITORING DRIVER |
1176 | P: Rudolf Marek | |
1177 | M: [email protected] | |
1178 | L: [email protected] | |
1179 | S: Maintained | |
1180 | ||
1da177e4 LT |
1181 | COSA/SRP SYNC SERIAL DRIVER |
1182 | P: Jan "Yenya" Kasprzak | |
1183 | M: [email protected] | |
1184 | W: http://www.fi.muni.cz/~kas/cosa/ | |
1185 | S: Maintained | |
1186 | ||
1187 | CPU FREQUENCY DRIVERS | |
1188 | P: Dave Jones | |
1189 | M: [email protected] | |
bc5f65d4 | 1190 | L: [email protected] |
1da177e4 | 1191 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
7531a0b5 | 1192 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
1da177e4 LT |
1193 | S: Maintained |
1194 | ||
1195 | CPUID/MSR DRIVER | |
1196 | P: H. Peter Anvin | |
1197 | M: [email protected] | |
1198 | S: Maintained | |
1199 | ||
ed90fb4a PJ |
1200 | CPUSETS |
1201 | P: Paul Jackson | |
6bffd7b5 | 1202 | P: Paul Menage |
ed90fb4a | 1203 | M: [email protected] |
6bffd7b5 | 1204 | M: [email protected] |
ed90fb4a PJ |
1205 | L: [email protected] |
1206 | W: http://www.bullopensource.org/cpuset/ | |
551e172a | 1207 | W: http://oss.sgi.com/projects/cpusets/ |
ed90fb4a PJ |
1208 | S: Supported |
1209 | ||
1da177e4 | 1210 | CRAMFS FILESYSTEM |
ce00f85c JC |
1211 | W: http://sourceforge.net/projects/cramfs/ |
1212 | S: Orphan | |
1da177e4 LT |
1213 | |
1214 | CRIS PORT | |
1215 | P: Mikael Starvik | |
1216 | M: [email protected] | |
0b07aa6d JN |
1217 | P: Jesper Nilsson |
1218 | M: [email protected] | |
1da177e4 LT |
1219 | L: [email protected] |
1220 | W: http://developer.axis.com | |
1221 | S: Maintained | |
1222 | ||
1223 | CRYPTO API | |
1224 | P: Herbert Xu | |
1225 | M: [email protected] | |
1226 | P: David S. Miller | |
1227 | M: [email protected] | |
1228 | L: [email protected] | |
1adc1230 | 1229 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 LT |
1230 | S: Maintained |
1231 | ||
9b4ffa48 JK |
1232 | CS5535 Audio ALSA driver |
1233 | P: Jaya Kumar | |
1234 | M: [email protected] | |
1235 | S: Maintained | |
1236 | ||
6d8425b1 HV |
1237 | CX18 VIDEO4LINUX DRIVER |
1238 | P: Hans Verkuil, Andy Walls | |
1239 | M: [email protected], [email protected] | |
1240 | L: [email protected] | |
1241 | L: [email protected] | |
1242 | L: [email protected] | |
1243 | W: http://linuxtv.org | |
1244 | S: Maintained | |
1245 | ||
e5ec3789 SW |
1246 | CXGB3 ETHERNET DRIVER (CXGB3) |
1247 | P: Divy Le Ray | |
1248 | M: [email protected] | |
1249 | L: [email protected] | |
1250 | W: http://www.chelsio.com | |
1251 | S: Supported | |
1252 | ||
1253 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) | |
1254 | P: Steve Wise | |
1255 | M: [email protected] | |
1256 | L: [email protected] | |
1257 | W: http://www.openfabrics.org | |
1258 | S: Supported | |
1259 | ||
1da177e4 LT |
1260 | CYBERPRO FB DRIVER |
1261 | P: Russell King | |
1262 | M: [email protected] | |
1263 | W: http://www.arm.linux.org.uk/ | |
1264 | S: Maintained | |
1265 | ||
9fa68eae KP |
1266 | CYBLAFB FRAMEBUFFER DRIVER |
1267 | P: Knut Petersen | |
1268 | M: [email protected] | |
8936b6db | 1269 | L: [email protected] (moderated for non-subscribers) |
9fa68eae KP |
1270 | S: Maintained |
1271 | ||
1da177e4 LT |
1272 | CYCLADES 2X SYNC CARD DRIVER |
1273 | P: Arnaldo Carvalho de Melo | |
926554c4 ACM |
1274 | M: [email protected] |
1275 | W: http://oops.ghostprotocols.net:81/blog | |
1da177e4 LT |
1276 | S: Maintained |
1277 | ||
1278 | CYCLADES ASYNC MUX DRIVER | |
1da177e4 | 1279 | W: http://www.cyclades.com/ |
d459883e | 1280 | S: Orphan |
1da177e4 LT |
1281 | |
1282 | CYCLADES PC300 DRIVER | |
1da177e4 | 1283 | W: http://www.cyclades.com/ |
d459883e | 1284 | S: Orphan |
1da177e4 | 1285 | |
1da177e4 LT |
1286 | DAMA SLAVE for AX.25 |
1287 | P: Joerg Reuter | |
1288 | M: [email protected] | |
1289 | W: http://yaina.de/jreuter/ | |
1290 | W: http://www.qsl.net/dl1bke/ | |
1291 | L: [email protected] | |
1292 | S: Maintained | |
1293 | ||
1294 | DC395x SCSI driver | |
1295 | P: Oliver Neukum | |
1296 | M: [email protected] | |
1297 | P: Ali Akcaagac | |
1298 | M: [email protected] | |
1299 | P: Jamie Lenehan | |
1300 | M: [email protected] | |
1301 | W: http://twibble.org/dist/dc395x/ | |
f5df5881 | 1302 | L: [email protected] |
1da177e4 LT |
1303 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
1304 | S: Maintained | |
1305 | ||
1306 | DC390/AM53C974 SCSI driver | |
1307 | P: Kurt Garloff | |
1308 | M: [email protected] | |
1309 | W: http://www.garloff.de/kurt/linux/dc390/ | |
1310 | P: Guennadi Liakhovetski | |
1311 | M: [email protected] | |
1312 | S: Maintained | |
1313 | ||
eb8edb08 ACM |
1314 | DCCP PROTOCOL |
1315 | P: Arnaldo Carvalho de Melo | |
926554c4 | 1316 | M: [email protected] |
eb8edb08 | 1317 | L: [email protected] |
f3b84ec2 | 1318 | W: http://linux-net.osdl.org/index.php/DCCP |
eb8edb08 ACM |
1319 | S: Maintained |
1320 | ||
1da177e4 | 1321 | DECnet NETWORK LAYER |
8943f268 CC |
1322 | P: Christine Caulfield |
1323 | M: [email protected] | |
1da177e4 LT |
1324 | W: http://linux-decnet.sourceforge.net |
1325 | L: [email protected] | |
1326 | S: Maintained | |
1327 | ||
1328 | DEFXX FDDI NETWORK DRIVER | |
1329 | P: Maciej W. Rozycki | |
1330 | M: [email protected] | |
1331 | S: Maintained | |
1332 | ||
1333 | DELL LAPTOP SMM DRIVER | |
1334 | P: Massimo Dal Zotto | |
1335 | M: [email protected] | |
1336 | W: http://www.debian.org/~dz/i8k/ | |
1337 | S: Maintained | |
1338 | ||
90563ec4 DW |
1339 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
1340 | P: Doug Warzecha | |
1341 | M: [email protected] | |
1342 | S: Maintained | |
1343 | ||
5ddb88c0 | 1344 | DEVICE-MAPPER (LVM) |
1da177e4 LT |
1345 | P: Alasdair Kergon |
1346 | L: [email protected] | |
1347 | W: http://sources.redhat.com/dm | |
1348 | S: Maintained | |
1349 | ||
1350 | DEVICE NUMBER REGISTRY | |
1351 | P: Torben Mathiasen | |
1352 | M: [email protected] | |
1353 | W: http://lanana.org/docs/device-list/index.html | |
1354 | L: [email protected] | |
1355 | S: Maintained | |
1356 | ||
1da177e4 LT |
1357 | DIGI INTL. EPCA DRIVER |
1358 | P: Digi International, Inc | |
1359 | M: [email protected] | |
1360 | L: [email protected] | |
1361 | W: http://www.digi.com | |
baaea1dc | 1362 | S: Orphan |
1da177e4 | 1363 | |
1da177e4 LT |
1364 | DIRECTORY NOTIFICATION |
1365 | P: Stephen Rothwell | |
1366 | M: [email protected] | |
1367 | L: [email protected] | |
1368 | S: Supported | |
1369 | ||
1370 | DISK GEOMETRY AND PARTITION HANDLING | |
1371 | P: Andries Brouwer | |
1372 | M: [email protected] | |
1373 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | |
1374 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
1375 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
1376 | S: Maintained | |
1377 | ||
1378 | DISKQUOTA: | |
1379 | P: Jan Kara | |
1380 | M: [email protected] | |
1381 | L: [email protected] | |
1382 | S: Maintained | |
1383 | ||
5be7b50f | 1384 | DISTRIBUTED LOCK MANAGER |
8943f268 CC |
1385 | P: Christine Caulfield |
1386 | M: [email protected] | |
5be7b50f SW |
1387 | P: David Teigland |
1388 | M: [email protected] | |
a4644184 | 1389 | L: [email protected] |
5be7b50f | 1390 | W: http://sources.redhat.com/cluster/ |
d7c2feaf | 1391 | T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f SW |
1392 | S: Supported |
1393 | ||
1da177e4 LT |
1394 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
1395 | P: Tobias Ringstrom | |
1396 | M: [email protected] | |
2cb4abd1 | 1397 | L: [email protected] |
1da177e4 LT |
1398 | S: Maintained |
1399 | ||
b3e5f263 | 1400 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
5e45bb2e MS |
1401 | P: Maciej Sosnowski |
1402 | M: [email protected] | |
b3e5f263 DW |
1403 | P: Dan Williams |
1404 | M: [email protected] | |
248a9dc3 | 1405 | L: [email protected] |
b3e5f263 | 1406 | S: Supported |
248a9dc3 | 1407 | |
b825037d JH |
1408 | DME1737 HARDWARE MONITOR DRIVER |
1409 | P: Juerg Haefliger | |
1410 | M: [email protected] | |
1411 | L: [email protected] | |
1412 | S: Maintained | |
1413 | ||
ba483d57 | 1414 | DOCBOOK FOR DOCUMENTATION |
0f40efbd RD |
1415 | P: Randy Dunlap |
1416 | M: [email protected] | |
ba483d57 MW |
1417 | S: Maintained |
1418 | ||
5b9c9bf6 KCA |
1419 | DOCKING STATION DRIVER |
1420 | P: Kristen Carlson Accardi | |
1421 | M: [email protected] | |
1422 | L: [email protected] | |
8b59a454 | 1423 | S: Supported |
5b9c9bf6 | 1424 | |
abbaeff3 | 1425 | DOCUMENTATION (/Documentation directory) |
795fb7e7 JD |
1426 | P: Michael Kerrisk |
1427 | M: [email protected] | |
1428 | P: Randy Dunlap | |
1429 | M: [email protected] | |
1430 | L: [email protected] | |
1431 | S: Maintained | |
abbaeff3 | 1432 | |
1da177e4 LT |
1433 | DOUBLETALK DRIVER |
1434 | P: James R. Van Zandt | |
1435 | M: [email protected] | |
1436 | L: [email protected] | |
1437 | S: Maintained | |
1438 | ||
1439 | DRIVER CORE, KOBJECTS, AND SYSFS | |
1440 | P: Greg Kroah-Hartman | |
1441 | M: [email protected] | |
1442 | L: [email protected] | |
6fb0425b | 1443 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
1444 | S: Supported |
1445 | ||
1446 | DRM DRIVERS | |
1447 | P: David Airlie | |
1448 | M: [email protected] | |
1449 | L: [email protected] | |
6fb0425b | 1450 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 LT |
1451 | S: Maintained |
1452 | ||
1453 | DSCC4 DRIVER | |
01f20734 FR |
1454 | P: Francois Romieu |
1455 | M: [email protected] | |
1456 | L: [email protected] | |
1da177e4 LT |
1457 | S: Maintained |
1458 | ||
1459 | DVB SUBSYSTEM AND DRIVERS | |
1460 | P: LinuxTV.org Project | |
8d58d773 | 1461 | M: [email protected] |
795fb7e7 | 1462 | L: [email protected] (subscription required) |
7d69fa62 | 1463 | W: http://linuxtv.org/ |
ecfa4fdc | 1464 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
8d58d773 | 1465 | S: Maintained |
1da177e4 | 1466 | |
789c7048 MR |
1467 | DZ DECSTATION DZ11 SERIAL DRIVER |
1468 | P: Maciej W. Rozycki | |
1469 | M: [email protected] | |
1470 | S: Maintained | |
1471 | ||
1da177e4 LT |
1472 | EATA-DMA SCSI DRIVER |
1473 | P: Michael Neuffer | |
1474 | L: [email protected], [email protected] | |
1475 | S: Maintained | |
1476 | ||
1477 | EATA ISA/EISA/PCI SCSI DRIVER | |
1478 | P: Dario Ballabio | |
1479 | M: [email protected] | |
1480 | L: [email protected] | |
1481 | S: Maintained | |
1482 | ||
1483 | EATA-PIO SCSI DRIVER | |
1484 | P: Michael Neuffer | |
1485 | M: [email protected] | |
1486 | L: [email protected], [email protected] | |
1487 | S: Maintained | |
1488 | ||
1489 | EBTABLES | |
1490 | P: Bart De Schuymer | |
1491 | M: [email protected] | |
1492 | L: [email protected] | |
1493 | L: [email protected] | |
1494 | W: http://ebtables.sourceforge.net/ | |
1495 | S: Maintained | |
1496 | ||
237fead6 MH |
1497 | ECRYPT FILE SYSTEM |
1498 | P: Mike Halcrow, Phillip Hellewell | |
1499 | M: [email protected], [email protected] | |
1500 | L: [email protected] | |
1501 | W: http://ecryptfs.sourceforge.net/ | |
1502 | S: Supported | |
1503 | ||
da9bb1d2 | 1504 | EDAC-CORE |
0e438e3f | 1505 | P: Doug Thompson |
ba9a5918 | 1506 | M: [email protected] |
0e438e3f DP |
1507 | L: [email protected] |
1508 | W: bluesmoke.sourceforge.net | |
8c2a6a40 | 1509 | S: Supported |
0e438e3f DP |
1510 | |
1511 | EDAC-E752X | |
8c2a6a40 | 1512 | P: Mark Gross |
ba9a5918 | 1513 | P: Doug Thompson |
8c2a6a40 | 1514 | M: [email protected] |
ba9a5918 | 1515 | M: [email protected] |
0e438e3f DP |
1516 | L: [email protected] |
1517 | W: bluesmoke.sourceforge.net | |
1518 | S: Maintained | |
1519 | ||
1520 | EDAC-E7XXX | |
8c2a6a40 | 1521 | P: Doug Thompson |
ba9a5918 | 1522 | M: [email protected] |
0e438e3f DP |
1523 | L: [email protected] |
1524 | W: bluesmoke.sourceforge.net | |
1525 | S: Maintained | |
1526 | ||
6bc78404 DT |
1527 | EDAC-I82443BXGX |
1528 | P: Tim Small | |
1529 | M: [email protected] | |
1530 | L: [email protected] | |
1531 | W: bluesmoke.sourceforge.net | |
1532 | S: Maintained | |
1533 | ||
1534 | EDAC-I3000 | |
1535 | P: Jason Uhlenkott | |
1536 | M: [email protected] | |
1537 | L: [email protected] | |
1538 | W: bluesmoke.sourceforge.net | |
1539 | S: Maintained | |
1540 | ||
1541 | EDAC-I5000 | |
1542 | P: Doug Thompson | |
ba9a5918 DT |
1543 | M: [email protected] |
1544 | L: [email protected] | |
1545 | W: bluesmoke.sourceforge.net | |
1546 | S: Maintained | |
1547 | ||
1548 | EDAC-I82975X | |
1549 | P: Ranganathan Desikan | |
1550 | P: Arvind R. | |
1551 | M: [email protected] | |
1552 | M: [email protected] | |
1553 | L: [email protected] | |
1554 | W: bluesmoke.sourceforge.net | |
1555 | S: Maintained | |
1556 | ||
1557 | EDAC-PASEMI | |
1558 | P: Egor Martovetsky | |
1559 | M: [email protected] | |
6bc78404 DT |
1560 | L: [email protected] |
1561 | W: bluesmoke.sourceforge.net | |
1562 | S: Maintained | |
1563 | ||
0e438e3f DP |
1564 | EDAC-R82600 |
1565 | P: Tim Small | |
1566 | M: [email protected] | |
1567 | L: [email protected] | |
1568 | W: bluesmoke.sourceforge.net | |
1569 | S: Maintained | |
da9bb1d2 | 1570 | |
e59f8796 EC |
1571 | EEEPC LAPTOP EXTRAS DRIVER |
1572 | P: Corentin Chary | |
1573 | M: [email protected] | |
1574 | L: [email protected] | |
1575 | W: http://sourceforge.net/projects/acpi4asus | |
1576 | S: Maintained | |
1577 | ||
1da177e4 LT |
1578 | EEPRO100 NETWORK DRIVER |
1579 | P: Andrey V. Savochkin | |
1580 | M: [email protected] | |
1581 | S: Maintained | |
1582 | ||
0bee8d28 JT |
1583 | EFS FILESYSTEM |
1584 | W: http://aeschi.ch.eu.org/efs/ | |
1585 | S: Orphan | |
1586 | ||
fab97220 HS |
1587 | EHCA (IBM GX bus InfiniBand adapter) DRIVER: |
1588 | P: Hoang-Nam Nguyen | |
1589 | M: [email protected] | |
1590 | P: Christoph Raisch | |
1591 | M: [email protected] | |
78526821 | 1592 | L: [email protected] |
fab97220 HS |
1593 | S: Supported |
1594 | ||
3e3a7d66 DW |
1595 | EMBEDDED LINUX |
1596 | P: Paul Gortmaker | |
1597 | M: [email protected] | |
a46add72 | 1598 | P: David Woodhouse |
3e3a7d66 DW |
1599 | M: [email protected] |
1600 | L: [email protected] | |
1601 | S: Maintained | |
1602 | ||
3a1c1d44 | 1603 | EMULEX LPFC FC SCSI DRIVER |
ce00f85c JC |
1604 | P: James Smart |
1605 | M: [email protected] | |
1606 | L: [email protected] | |
1607 | W: http://sourceforge.net/projects/lpfcxxxx | |
1608 | S: Supported | |
3a1c1d44 | 1609 | |
1da177e4 LT |
1610 | EPSON 1355 FRAMEBUFFER DRIVER |
1611 | P: Christopher Hoover | |
1612 | M: [email protected], [email protected] | |
1613 | S: Maintained | |
1614 | ||
1615 | ETHEREXPRESS-16 NETWORK DRIVER | |
1616 | P: Philip Blundell | |
1617 | M: [email protected] | |
979b6c13 | 1618 | L: [email protected] |
1da177e4 LT |
1619 | S: Maintained |
1620 | ||
1621 | ETHERNET BRIDGE | |
1622 | P: Stephen Hemminger | |
65ebe634 | 1623 | M: [email protected] |
f318a63b | 1624 | L: [email protected] |
57c511d8 | 1625 | W: http://www.linux-foundation.org/en/Net:Bridge |
1da177e4 LT |
1626 | S: Maintained |
1627 | ||
1628 | ETHERTEAM 16I DRIVER | |
1629 | P: Mika Kuoppala | |
1630 | M: [email protected] | |
1631 | S: Maintained | |
1632 | ||
1633 | EXT2 FILE SYSTEM | |
72be2ccf | 1634 | L: [email protected] |
1da177e4 LT |
1635 | S: Maintained |
1636 | ||
1637 | EXT3 FILE SYSTEM | |
1638 | P: Stephen Tweedie, Andrew Morton | |
8deacee4 | 1639 | M: [email protected], [email protected], [email protected] |
72be2ccf EM |
1640 | L: [email protected] |
1641 | S: Maintained | |
1642 | ||
1643 | EXT4 FILE SYSTEM | |
1644 | P: Stephen Tweedie, Andrew Morton | |
8deacee4 | 1645 | M: [email protected], [email protected], [email protected] |
72be2ccf | 1646 | L: [email protected] |
1da177e4 LT |
1647 | S: Maintained |
1648 | ||
e53004e2 JD |
1649 | F71805F HARDWARE MONITORING DRIVER |
1650 | P: Jean Delvare | |
1651 | M: [email protected] | |
1652 | L: [email protected] | |
1653 | S: Maintained | |
1654 | ||
1da177e4 LT |
1655 | FARSYNC SYNCHRONOUS DRIVER |
1656 | P: Kevin Curtis | |
1657 | M: [email protected] | |
1da177e4 LT |
1658 | W: http://www.farsite.co.uk/ |
1659 | S: Supported | |
1660 | ||
c5408b88 AM |
1661 | FAULT INJECTION SUPPORT |
1662 | P: Akinobu Mita | |
1663 | M: [email protected] | |
1664 | S: Supported | |
1665 | ||
1da177e4 LT |
1666 | FRAMEBUFFER LAYER |
1667 | P: Antonino Daplas | |
0478e62e | 1668 | M: [email protected] |
8936b6db | 1669 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
1670 | W: http://linux-fbdev.sourceforge.net/ |
1671 | S: Maintained | |
1672 | ||
173acc7c | 1673 | FREESCALE DMA DRIVER |
76b0c788 ZW |
1674 | P: Li Yang |
1675 | M: [email protected] | |
1676 | P: Zhang Wei | |
1677 | M: [email protected] | |
173acc7c ZW |
1678 | L: [email protected] |
1679 | L: [email protected] | |
1680 | S: Maintained | |
1681 | ||
0d2b405a JF |
1682 | FREESCALE I2C CPM DRIVER |
1683 | P: Jochen Friedrich | |
1684 | M: [email protected] | |
1685 | L: [email protected] | |
1686 | L: [email protected] | |
1687 | S: Maintained | |
1688 | ||
4689a6b1 PA |
1689 | FREESCALE SOC FS_ENET DRIVER |
1690 | P: Pantelis Antoniou | |
1691 | M: [email protected] | |
1692 | P: Vitaly Bordug | |
1693 | M: [email protected] | |
88de3cab | 1694 | L: [email protected] |
4689a6b1 PA |
1695 | L: [email protected] |
1696 | S: Maintained | |
1697 | ||
d9e9d82c TT |
1698 | FREESCALE QUICC ENGINE LIBRARY |
1699 | P: Timur Tabi | |
1700 | M: [email protected] | |
1701 | L: [email protected] | |
1702 | S: Supported | |
1703 | ||
a7205b30 LY |
1704 | FREESCALE HIGHSPEED USB DEVICE DRIVER |
1705 | P: Li Yang | |
1706 | M: [email protected] | |
6372594a | 1707 | L: [email protected] |
88de3cab | 1708 | L: [email protected] |
a7205b30 LY |
1709 | S: Maintained |
1710 | ||
beaf53bf LY |
1711 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
1712 | P: Li Yang | |
1713 | M: [email protected] | |
1714 | L: [email protected] | |
88de3cab | 1715 | L: [email protected] |
beaf53bf LY |
1716 | S: Maintained |
1717 | ||
d9e9d82c TT |
1718 | FREESCALE QUICC ENGINE UCC UART DRIVER |
1719 | P: Timur Tabi | |
1720 | M: [email protected] | |
1721 | L: [email protected] | |
1722 | S: Supported | |
1723 | ||
1724 | FREESCALE SOC SOUND DRIVERS | |
1725 | P: Timur Tabi | |
1726 | M: [email protected] | |
1727 | L: [email protected] | |
1728 | L: [email protected] | |
1729 | S: Supported | |
1730 | ||
1da177e4 LT |
1731 | FILE LOCKING (flock() and fcntl()/lockf()) |
1732 | P: Matthew Wilcox | |
1733 | M: [email protected] | |
1734 | L: [email protected] | |
1735 | S: Maintained | |
1736 | ||
1737 | FILESYSTEMS (VFS and infrastructure) | |
1738 | P: Alexander Viro | |
84122058 | 1739 | M: [email protected] |
b9cf92ed | 1740 | L: [email protected] |
1da177e4 LT |
1741 | S: Maintained |
1742 | ||
f148e20c | 1743 | FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) |
b3274475 SR |
1744 | P: Kristian Hoegsberg, Stefan Richter |
1745 | M: [email protected], [email protected] | |
1746 | L: [email protected] | |
1747 | W: http://www.linux1394.org/ | |
1748 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | |
1749 | S: Maintained | |
1750 | ||
1da177e4 LT |
1751 | FIRMWARE LOADER (request_firmware) |
1752 | L: [email protected] | |
1753 | S: Orphan | |
1754 | ||
1755 | FPU EMULATOR | |
1756 | P: Bill Metzenthen | |
1757 | M: [email protected] | |
1758 | W: http://suburbia.net/~billm/floating-point/emulator/ | |
1759 | S: Maintained | |
1760 | ||
1761 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
1762 | P: Mike McLagan | |
1763 | M: [email protected] | |
979b6c13 | 1764 | L: [email protected] |
1da177e4 LT |
1765 | S: Maintained |
1766 | ||
1767 | FREEVXFS FILESYSTEM | |
1768 | P: Christoph Hellwig | |
1769 | M: [email protected] | |
1770 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs | |
1771 | S: Maintained | |
1772 | ||
de3b69d7 SR |
1773 | FTRACE |
1774 | P: Steven Rostedt | |
1775 | M: [email protected] | |
1776 | S: Maintained | |
1777 | ||
5ab7ffea | 1778 | FUJITSU FR-V (FRV) PORT |
1da177e4 LT |
1779 | P: David Howells |
1780 | M: [email protected] | |
1781 | S: Maintained | |
1782 | ||
20b93734 JW |
1783 | FUJITSU LAPTOP EXTRAS |
1784 | P: Jonathan Woithe | |
1785 | M: [email protected] | |
1786 | L: [email protected] | |
1787 | S: Maintained | |
1788 | ||
04578f17 MS |
1789 | FUSE: FILESYSTEM IN USERSPACE |
1790 | P: Miklos Szeredi | |
1791 | M: [email protected] | |
1792 | L: [email protected] | |
1793 | W: http://fuse.sourceforge.net/ | |
1794 | S: Maintained | |
1795 | ||
1da177e4 LT |
1796 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
1797 | P: Rik Faith | |
1798 | M: [email protected] | |
1799 | L: [email protected] | |
baaea1dc | 1800 | S: Odd Fixes (e.g., new signatures) |
1da177e4 LT |
1801 | |
1802 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | |
1803 | P: Achim Leubner | |
1804 | M: [email protected] | |
1805 | L: [email protected] | |
1806 | W: http://www.icp-vortex.com/ | |
1807 | S: Supported | |
1808 | ||
1c23af90 HS |
1809 | GENERIC GPIO I2C DRIVER |
1810 | P: Haavard Skinnemoen | |
1811 | M: [email protected] | |
1812 | S: Supported | |
1813 | ||
1da177e4 LT |
1814 | GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS |
1815 | P: Krzysztof Halasa | |
1816 | M: [email protected] | |
1817 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | |
1818 | S: Maintained | |
1819 | ||
5be7b50f SW |
1820 | GFS2 FILE SYSTEM |
1821 | P: Steven Whitehouse | |
1822 | M: [email protected] | |
a4644184 | 1823 | L: [email protected] |
5be7b50f | 1824 | W: http://sources.redhat.com/cluster/ |
370298e2 SW |
1825 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
1826 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
5be7b50f SW |
1827 | S: Supported |
1828 | ||
0a34eb8f HL |
1829 | GIGASET ISDN DRIVERS |
1830 | P: Hansjoerg Lipp | |
1831 | M: [email protected] | |
1832 | P: Tilman Schmidt | |
1833 | M: [email protected] | |
1834 | L: [email protected] | |
1835 | W: http://gigaset307x.sourceforge.net/ | |
1836 | S: Maintained | |
1837 | ||
5b543965 | 1838 | HARDWARE MONITORING |
5b543965 | 1839 | L: [email protected] |
595142e0 | 1840 | W: http://www.lm-sensors.org/ |
baaea1dc | 1841 | S: Orphan |
5b543965 | 1842 | |
844dd05f | 1843 | HARDWARE RANDOM NUMBER GENERATOR CORE |
baaea1dc | 1844 | S: Orphan |
844dd05f | 1845 | |
860e1d6b RL |
1846 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
1847 | P: Robert Love | |
1848 | M: [email protected] | |
1849 | M: [email protected] | |
1850 | W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ | |
1851 | S: Maintained | |
1852 | ||
1da177e4 LT |
1853 | HARMONY SOUND DRIVER |
1854 | P: Kyle McMartin | |
42a5a8a6 | 1855 | M: [email protected] |
ac6aecbf | 1856 | L: [email protected] |
1da177e4 LT |
1857 | S: Maintained |
1858 | ||
1859 | HAYES ESP SERIAL DRIVER | |
1860 | P: Andrew J. Robinson | |
1861 | M: [email protected] | |
1862 | L: [email protected] | |
1863 | W: http://www.nyx.net/~arobinso | |
1864 | S: Maintained | |
1865 | ||
1866 | HFS FILESYSTEM | |
1867 | P: Roman Zippel | |
1868 | M: [email protected] | |
1869 | L: [email protected] | |
1870 | S: Maintained | |
1871 | ||
1872 | HGA FRAMEBUFFER DRIVER | |
1873 | P: Ferenc Bakonyi | |
1874 | M: [email protected] | |
1875 | L: [email protected] | |
1876 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
1877 | S: Maintained | |
1878 | ||
4ef4caad JK |
1879 | HID CORE LAYER |
1880 | P: Jiri Kosina | |
1881 | M: [email protected] | |
eb76c5c0 | 1882 | L: [email protected] |
a4dff398 | 1883 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad JK |
1884 | S: Maintained |
1885 | ||
38bed542 IM |
1886 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
1887 | P: Thomas Gleixner | |
1888 | M: [email protected] | |
1889 | L: [email protected] | |
1890 | S: Maintained | |
1891 | ||
1da177e4 LT |
1892 | HIGH-SPEED SCC DRIVER FOR AX.25 |
1893 | P: Klaus Kudielka | |
1894 | M: [email protected] | |
1895 | L: [email protected] | |
1896 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | |
1897 | S: Maintained | |
1898 | ||
ede1e6f8 HLT |
1899 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
1900 | P: HighPoint Linux Team | |
1901 | M: [email protected] | |
1902 | W: http://www.highpoint-tech.com | |
1903 | S: Supported | |
1904 | ||
1da177e4 LT |
1905 | HIPPI |
1906 | P: Jes Sorensen | |
1907 | M: [email protected] | |
1908 | L: [email protected] | |
1909 | S: Maintained | |
1910 | ||
1911 | HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA | |
1912 | P: Chirag Kantharia | |
1913 | M: [email protected] | |
1914 | L: [email protected] | |
1915 | S: Maintained | |
b7eee616 | 1916 | |
1da177e4 LT |
1917 | HEWLETT-PACKARD SMART2 RAID DRIVER |
1918 | P: Chirag Kantharia | |
1919 | M: [email protected] | |
1920 | L: [email protected] | |
1921 | S: Maintained | |
b7eee616 | 1922 | |
1da177e4 LT |
1923 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
1924 | P: Mike Miller | |
1925 | M: [email protected] | |
1926 | L: [email protected] | |
1927 | S: Supported | |
b7eee616 | 1928 | |
ff1d2767 JM |
1929 | HOST AP DRIVER |
1930 | P: Jouni Malinen | |
85d32e7b JM |
1931 | M: [email protected] |
1932 | L: [email protected] (subscribers-only) | |
724c6b35 | 1933 | L: [email protected] |
ff1d2767 JM |
1934 | W: http://hostap.epitest.fi/ |
1935 | S: Maintained | |
1936 | ||
1da177e4 LT |
1937 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
1938 | P: Jaroslav Kysela | |
c1017a4c | 1939 | M: [email protected] |
1da177e4 LT |
1940 | S: Maintained |
1941 | ||
dd8cd779 CC |
1942 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
1943 | P: Carlos Corbacho | |
1944 | M: [email protected] | |
1945 | S: Odd Fixes | |
1946 | ||
d36e74c4 | 1947 | HPET: High Precision Event Timers driver (drivers/char/hpet.c) |
b9b0332f BP |
1948 | P: Clemens Ladisch |
1949 | M: [email protected] | |
1950 | S: Maintained | |
1951 | ||
1952 | HPET: i386 | |
1953 | P: Venkatesh Pallipadi (Venki) | |
1954 | M: [email protected] | |
1955 | S: Maintained | |
1956 | ||
1957 | HPET: x86_64 | |
8bd0983e AK |
1958 | P: Vojtech Pavlik |
1959 | M: [email protected] | |
b9b0332f BP |
1960 | S: Maintained |
1961 | ||
1962 | HPET: ACPI hpet.c | |
1963 | P: Bob Picco | |
1964 | M: [email protected] | |
1965 | S: Maintained | |
1966 | ||
1da177e4 LT |
1967 | HPFS FILESYSTEM |
1968 | P: Mikulas Patocka | |
1969 | M: [email protected] | |
1970 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | |
1971 | S: Maintained | |
1972 | ||
5a18c343 POF |
1973 | HTCPEN TOUCHSCREEN DRIVER |
1974 | P: Pau Oliva Fora | |
1975 | M: [email protected] | |
1976 | L: [email protected] | |
1977 | S: Maintained | |
1978 | ||
1da177e4 LT |
1979 | HUGETLB FILESYSTEM |
1980 | P: William Irwin | |
1981 | M: [email protected] | |
1982 | S: Maintained | |
1983 | ||
6ea884db MH |
1984 | I2C/SMBUS STUB DRIVER |
1985 | P: Mark M. Hoffman | |
1986 | M: [email protected] | |
1987 | L: [email protected] | |
1988 | S: Maintained | |
1989 | ||
5b543965 | 1990 | I2C SUBSYSTEM |
710cf7e7 | 1991 | P: Jean Delvare (PC drivers, core) |
1da177e4 | 1992 | M: [email protected] |
710cf7e7 JD |
1993 | P: Ben Dooks (embedded platforms) |
1994 | M: [email protected] | |
5d925fec | 1995 | L: [email protected] |
595142e0 | 1996 | T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ |
1da177e4 LT |
1997 | S: Maintained |
1998 | ||
e8c76eed TH |
1999 | I2C-TINY-USB DRIVER |
2000 | P: Till Harbaum | |
2001 | M: [email protected] | |
2002 | L: [email protected] | |
2003 | T: http://www.harbaum.org/till/i2c_tiny_usb | |
2004 | S: Maintained | |
2005 | ||
1da177e4 | 2006 | i386 BOOT CODE |
7f1291f2 PA |
2007 | P: H. Peter Anvin |
2008 | M: [email protected] | |
1da177e4 LT |
2009 | L: [email protected] |
2010 | S: Maintained | |
2011 | ||
2012 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
1da177e4 LT |
2013 | P: H. Peter Anvin |
2014 | M: [email protected] | |
72af61c6 | 2015 | T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
2016 | S: Maintained |
2017 | ||
1da177e4 LT |
2018 | IA64 (Itanium) PLATFORM |
2019 | P: Tony Luck | |
2020 | M: [email protected] | |
2021 | L: [email protected] | |
2022 | W: http://www.ia64-linux.org/ | |
6fb0425b | 2023 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
1da177e4 LT |
2024 | S: Maintained |
2025 | ||
2026 | SN-IA64 (Itanium) SUB-PLATFORM | |
e5ee7dda GE |
2027 | P: Jes Sorensen |
2028 | M: [email protected] | |
1da177e4 LT |
2029 | L: [email protected] |
2030 | L: [email protected] | |
2031 | W: http://www.sgi.com/altix | |
2032 | S: Maintained | |
2033 | ||
2034 | IBM MCA SCSI SUBSYSTEM DRIVER | |
2035 | P: Michael Lang | |
2036 | M: [email protected] | |
2037 | W: http://www.uni-mainz.de/~langm000/linux.html | |
2038 | S: Maintained | |
2039 | ||
2040 | IBM Power Linux RAID adapter | |
2041 | P: Brian King | |
2042 | M: [email protected] | |
2043 | S: Supported | |
2044 | ||
2045 | IBM ServeRAID RAID DRIVER | |
2046 | P: Jack Hammer | |
2047 | P: Dave Jeffery | |
2048 | M: [email protected] | |
2049 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | |
b7eee616 | 2050 | S: Supported |
1da177e4 | 2051 | |
1e7106fc | 2052 | IDE SUBSYSTEM |
1da177e4 | 2053 | P: Bartlomiej Zolnierkiewicz |
1e7106fc | 2054 | M: [email protected] |
1da177e4 | 2055 | L: [email protected] |
1e7106fc | 2056 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ |
1da177e4 LT |
2057 | S: Maintained |
2058 | ||
2059 | IDE/ATAPI CDROM DRIVER | |
c404c199 | 2060 | P: Borislav Petkov |
ef709165 | 2061 | M: [email protected] |
9c5b0ce4 | 2062 | L: [email protected] |
c404c199 | 2063 | S: Maintained |
1da177e4 LT |
2064 | |
2065 | IDE/ATAPI FLOPPY DRIVERS | |
2066 | P: Paul Bristow | |
2067 | M: Paul Bristow <[email protected]> | |
2068 | W: http://paulbristow.net/linux/idefloppy.html | |
2069 | L: [email protected] | |
2070 | S: Maintained | |
2071 | ||
2072 | IDE/ATAPI TAPE DRIVERS | |
2073 | P: Gadi Oxman | |
2074 | M: Gadi Oxman <[email protected]> | |
2075 | L: [email protected] | |
2076 | S: Maintained | |
2077 | ||
f72abc21 BZ |
2078 | IDE-SCSI DRIVER |
2079 | L: [email protected] | |
2080 | L: [email protected] | |
2081 | S: Orphan | |
2082 | ||
f148e20c | 2083 | IEEE 1394 SUBSYSTEM (drivers/ieee1394) |
1da177e4 | 2084 | P: Ben Collins |
f51a5a9d | 2085 | M: [email protected] |
87730d04 SR |
2086 | P: Stefan Richter |
2087 | M: [email protected] | |
1da177e4 LT |
2088 | L: [email protected] |
2089 | W: http://www.linux1394.org/ | |
87730d04 | 2090 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
1da177e4 LT |
2091 | S: Maintained |
2092 | ||
f51a5a9d | 2093 | IEEE 1394 RAW I/O DRIVER (raw1394) |
1da177e4 LT |
2094 | P: Dan Dennedy |
2095 | M: [email protected] | |
f51a5a9d SR |
2096 | P: Stefan Richter |
2097 | M: [email protected] | |
1da177e4 | 2098 | L: [email protected] |
105d7b38 JM |
2099 | S: Maintained |
2100 | ||
1da177e4 | 2101 | IMS TWINTURBO FRAMEBUFFER DRIVER |
8936b6db | 2102 | L: [email protected] (moderated for non-subscribers) |
843393d3 | 2103 | S: Orphan |
1da177e4 LT |
2104 | |
2105 | INFINIBAND SUBSYSTEM | |
2106 | P: Roland Dreier | |
21c121cc | 2107 | M: [email protected] |
1da177e4 | 2108 | P: Sean Hefty |
ed96f247 | 2109 | M: [email protected] |
1da177e4 | 2110 | P: Hal Rosenstock |
795fb7e7 | 2111 | M: [email protected] |
78526821 | 2112 | L: [email protected] |
1da177e4 | 2113 | W: http://www.openib.org/ |
6fb0425b | 2114 | T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 LT |
2115 | S: Supported |
2116 | ||
2f1d076a | 2117 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
664d22ab | 2118 | P: Dmitry Torokhov |
62f7caf9 DT |
2119 | M: [email protected] |
2120 | M: [email protected] | |
eb76c5c0 | 2121 | L: [email protected] |
1adc1230 | 2122 | T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git |
1da177e4 LT |
2123 | S: Maintained |
2124 | ||
c9f04f58 | 2125 | INOTIFY |
18b36c71 CP |
2126 | P: John McCutchan |
2127 | M: [email protected] | |
2128 | P: Robert Love | |
2129 | M: [email protected] | |
c9f04f58 RL |
2130 | L: [email protected] |
2131 | S: Maintained | |
2132 | ||
9eb8ef74 | 2133 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
ce00f85c JC |
2134 | P: Sylvain Meyer |
2135 | M: [email protected] | |
8936b6db | 2136 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 2137 | S: Maintained |
9eb8ef74 | 2138 | |
1da177e4 | 2139 | INTEL 810/815 FRAMEBUFFER DRIVER |
ce00f85c | 2140 | P: Antonino Daplas |
0478e62e | 2141 | M: [email protected] |
8936b6db | 2142 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 2143 | S: Maintained |
1da177e4 | 2144 | |
1da177e4 LT |
2145 | INTEL IA32 MICROCODE UPDATE SUPPORT |
2146 | P: Tigran Aivazian | |
b5b9df69 | 2147 | M: [email protected] |
1da177e4 LT |
2148 | S: Maintained |
2149 | ||
248a9dc3 | 2150 | INTEL I/OAT DMA DRIVER |
5e45bb2e MS |
2151 | P: Maciej Sosnowski |
2152 | M: [email protected] | |
248a9dc3 SN |
2153 | L: [email protected] |
2154 | S: Supported | |
2155 | ||
b3e5f263 DW |
2156 | INTEL IOP-ADMA DMA DRIVER |
2157 | P: Dan Williams | |
2158 | M: [email protected] | |
2159 | L: [email protected] | |
2160 | S: Supported | |
2161 | ||
844dd05f MB |
2162 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
2163 | P: Deepak Saxena | |
2164 | M: [email protected] | |
2165 | S: Maintained | |
2166 | ||
2b7a52a4 LB |
2167 | INTEL IXP2000 ETHERNET DRIVER |
2168 | P: Lennert Buytenhek | |
2169 | M: [email protected] | |
2170 | L: [email protected] | |
2171 | S: Maintained | |
2172 | ||
d94e6fed | 2173 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
add18784 JB |
2174 | P: Jeff Kirsher |
2175 | M: [email protected] | |
e0164af6 AK |
2176 | P: Jesse Brandeburg |
2177 | M: [email protected] | |
d94e6fed AK |
2178 | P: Bruce Allan |
2179 | M: [email protected] | |
ae7b6487 JK |
2180 | P: PJ Waskiewicz |
2181 | M: [email protected] | |
20424659 AK |
2182 | P: John Ronciak |
2183 | M: [email protected] | |
dcd01faf | 2184 | L: [email protected] |
d94e6fed | 2185 | W: http://e1000.sourceforge.net/ |
1da177e4 LT |
2186 | S: Supported |
2187 | ||
826d2abe | 2188 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
1d43d312 | 2189 | P: Zhu Yi |
826d2abe JK |
2190 | M: [email protected] |
2191 | P: James Ketrenos | |
2192 | M: [email protected] | |
1d43d312 RC |
2193 | P: Reinette Chatre |
2194 | M: [email protected] | |
724c6b35 | 2195 | L: [email protected] |
f5df5881 | 2196 | L: [email protected] |
04bdfb91 | 2197 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
826d2abe JK |
2198 | W: http://ipw2100.sourceforge.net |
2199 | S: Supported | |
2200 | ||
2201 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | |
1d43d312 | 2202 | P: Zhu Yi |
826d2abe JK |
2203 | M: [email protected] |
2204 | P: James Ketrenos | |
2205 | M: [email protected] | |
1d43d312 RC |
2206 | P: Reinette Chatre |
2207 | M: [email protected] | |
724c6b35 | 2208 | L: [email protected] |
f5df5881 | 2209 | L: [email protected] |
04bdfb91 | 2210 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
826d2abe JK |
2211 | W: http://ipw2200.sourceforge.net |
2212 | S: Supported | |
2213 | ||
b481de9c ZY |
2214 | INTEL WIRELESS WIFI LINK (iwlwifi) |
2215 | P: Zhu Yi | |
2216 | M: [email protected] | |
1d43d312 RC |
2217 | P: Reinette Chatre |
2218 | M: [email protected] | |
b481de9c ZY |
2219 | L: [email protected] |
2220 | L: [email protected] | |
2221 | W: http://intellinuxwireless.org | |
2d4543fd | 2222 | T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
b481de9c ZY |
2223 | S: Supported |
2224 | ||
cb109a0e | 2225 | IOC3 ETHERNET DRIVER |
1da177e4 LT |
2226 | P: Ralf Baechle |
2227 | M: [email protected] | |
2228 | L: [email protected] | |
2229 | S: Maintained | |
2230 | ||
cb109a0e RB |
2231 | IOC3 SERIAL DRIVER |
2232 | P: Pat Gefre | |
2233 | M: [email protected] | |
6650e0a5 | 2234 | L: [email protected] |
cb109a0e RB |
2235 | S: Maintained |
2236 | ||
1da177e4 LT |
2237 | IP MASQUERADING: |
2238 | P: Juanjo Ciarlante | |
2239 | M: [email protected] | |
2240 | S: Maintained | |
2241 | ||
1202d6ff FR |
2242 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
2243 | P: Francois Romieu | |
2244 | M: [email protected] | |
2245 | P: Sorbica Shieh | |
2246 | M: [email protected] | |
2247 | P: Jesse Huang | |
2248 | M: [email protected] | |
2249 | L: [email protected] | |
2250 | S: Maintained | |
2251 | ||
77d8798b | 2252 | IPATH DRIVER: |
18b8c8f1 | 2253 | P: Ralph Campbell |
f42b6471 AJ |
2254 | M: [email protected] |
2255 | L: [email protected] | |
2256 | T: git git://git.qlogic.com/ipath-linux-2.6 | |
77d8798b BS |
2257 | S: Supported |
2258 | ||
4409ebe9 CM |
2259 | IPMI SUBSYSTEM |
2260 | P: Corey Minyard | |
2261 | M: [email protected] | |
2262 | L: [email protected] | |
2263 | W: http://openipmi.sourceforge.net/ | |
2264 | S: Supported | |
2265 | ||
1da177e4 LT |
2266 | IPX NETWORK LAYER |
2267 | P: Arnaldo Carvalho de Melo | |
926554c4 | 2268 | M: [email protected] |
979b6c13 | 2269 | L: [email protected] |
1da177e4 LT |
2270 | S: Maintained |
2271 | ||
099dc4fb DS |
2272 | IPWIRELES DRIVER |
2273 | P: Jiri Kosina | |
2274 | M: [email protected] | |
2275 | P: David Sterba | |
2276 | M: [email protected] | |
2277 | S: Maintained | |
2278 | T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git | |
2279 | ||
1da177e4 | 2280 | IRDA SUBSYSTEM |
f353976d SO |
2281 | P: Samuel Ortiz |
2282 | M: [email protected] | |
a2ac953d | 2283 | L: [email protected] (subscribers-only) |
1da177e4 | 2284 | W: http://irda.sourceforge.net/ |
f353976d | 2285 | S: Maintained |
1da177e4 | 2286 | |
14816b1e MC |
2287 | ISCSI |
2288 | P: Mike Christie | |
2289 | M: [email protected] | |
2290 | L: [email protected] | |
2291 | W: www.open-iscsi.org | |
2292 | T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git | |
2293 | S: Maintained | |
2294 | ||
1da177e4 LT |
2295 | ISAPNP |
2296 | P: Jaroslav Kysela | |
c1017a4c | 2297 | M: [email protected] |
1da177e4 LT |
2298 | S: Maintained |
2299 | ||
2300 | ISDN SUBSYSTEM | |
2301 | P: Karsten Keil | |
2302 | M: [email protected] | |
d5d52273 | 2303 | L: [email protected] (subscribers-only) |
1da177e4 | 2304 | W: http://www.isdn4linux.de |
1adc1230 | 2305 | T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git |
1da177e4 LT |
2306 | S: Maintained |
2307 | ||
2308 | ISDN SUBSYSTEM (Eicon active card driver) | |
2309 | P: Armin Schindler | |
2310 | M: [email protected] | |
d5d52273 | 2311 | L: [email protected] (subscribers-only) |
1da177e4 LT |
2312 | W: http://www.melware.de |
2313 | S: Maintained | |
2314 | ||
91821ff3 HV |
2315 | IVTV VIDEO4LINUX DRIVER |
2316 | P: Hans Verkuil | |
2317 | M: [email protected] | |
2318 | L: [email protected] | |
2319 | L: [email protected] | |
2320 | L: [email protected] | |
2321 | W: http://www.ivtvdriver.org | |
2322 | S: Maintained | |
2323 | ||
1da177e4 LT |
2324 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
2325 | P: David Woodhouse | |
2326 | M: [email protected] | |
6d85d066 DW |
2327 | L: [email protected] |
2328 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 LT |
2329 | S: Maintained |
2330 | ||
95270566 AB |
2331 | UBI FILE SYSTEM (UBIFS) |
2332 | P: Artem Bityutskiy | |
2333 | M: [email protected] | |
2334 | P: Adrian Hunter | |
2335 | M: [email protected] | |
2336 | L: [email protected] | |
2337 | T: git git://git.infradead.org/~dedekind/ubifs-2.6.git | |
2338 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html | |
2339 | S: Maintained | |
2340 | ||
1da177e4 LT |
2341 | JFS FILESYSTEM |
2342 | P: Dave Kleikamp | |
2343 | M: [email protected] | |
2344 | L: [email protected] | |
2345 | W: http://jfs.sourceforge.net/ | |
1adc1230 | 2346 | T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
1da177e4 LT |
2347 | S: Supported |
2348 | ||
de456d37 | 2349 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
ae0718f8 | 2350 | P: Stephen Tweedie, Andrew Morton |
588cc708 | 2351 | M: [email protected], [email protected] |
72be2ccf | 2352 | L: [email protected] |
ae0718f8 TT |
2353 | S: Maintained |
2354 | ||
4660cb35 RM |
2355 | K8TEMP HARDWARE MONITORING DRIVER |
2356 | P: Rudolf Marek | |
2357 | M: [email protected] | |
2358 | L: [email protected] | |
ae0718f8 TT |
2359 | S: Maintained |
2360 | ||
1da177e4 LT |
2361 | KCONFIG |
2362 | P: Roman Zippel | |
2363 | M: [email protected] | |
347d12d7 | 2364 | L: [email protected] |
1da177e4 LT |
2365 | S: Maintained |
2366 | ||
ea6c2089 VG |
2367 | KDUMP |
2368 | P: Vivek Goyal | |
4200b66c | 2369 | M: [email protected] |
ea6c2089 VG |
2370 | P: Haren Myneni |
2371 | M: [email protected] | |
34633993 | 2372 | L: [email protected] |
ea6c2089 VG |
2373 | L: [email protected] |
2374 | W: http://lse.sourceforge.net/kdump/ | |
2375 | S: Maintained | |
2376 | ||
1da177e4 LT |
2377 | KERNEL AUTOMOUNTER (AUTOFS) |
2378 | P: H. Peter Anvin | |
2379 | M: [email protected] | |
2380 | L: [email protected] | |
2381 | S: Odd Fixes | |
2382 | ||
2383 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | |
2384 | P: Ian Kent | |
2385 | M: [email protected] | |
2386 | L: [email protected] | |
2387 | S: Maintained | |
2388 | ||
2389 | KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) | |
1da177e4 LT |
2390 | P: Sam Ravnborg |
2391 | M: [email protected] | |
591b0179 SR |
2392 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git |
2393 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | |
347d12d7 | 2394 | L: [email protected] |
b7eee616 | 2395 | S: Maintained |
1da177e4 LT |
2396 | |
2397 | KERNEL JANITORS | |
2398 | P: Several | |
c3000e03 | 2399 | L: [email protected] |
1da177e4 | 2400 | W: http://www.kerneljanitors.org/ |
1da177e4 LT |
2401 | S: Maintained |
2402 | ||
e8b43555 | 2403 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
a512cd5d NB |
2404 | P: J. Bruce Fields |
2405 | M: [email protected] | |
1da177e4 | 2406 | P: Neil Brown |
98fac23f | 2407 | M: [email protected] |
16141c02 | 2408 | L: [email protected] |
1da177e4 | 2409 | W: http://nfs.sourceforge.net/ |
98fac23f | 2410 | S: Supported |
1da177e4 | 2411 | |
426d62e2 AK |
2412 | KERNEL VIRTUAL MACHINE (KVM) |
2413 | P: Avi Kivity | |
2414 | M: [email protected] | |
1fc9d2bf AK |
2415 | L: [email protected] |
2416 | W: http://kvm.qumranet.com | |
426d62e2 AK |
2417 | S: Supported |
2418 | ||
513014b7 HB |
2419 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
2420 | P: Hollis Blanchard | |
2421 | M: [email protected] | |
1fc9d2bf AK |
2422 | L: [email protected] |
2423 | W: http://kvm.qumranet.com | |
513014b7 HB |
2424 | S: Supported |
2425 | ||
1fc9d2bf | 2426 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
920ed9f1 ZX |
2427 | P: Anthony Xu |
2428 | M: [email protected] | |
2429 | P: Xiantao Zhang | |
2430 | M: [email protected] | |
1fc9d2bf AK |
2431 | L: [email protected] |
2432 | W: http://kvm.qumranet.com | |
920ed9f1 ZX |
2433 | S: Supported |
2434 | ||
85f8fffe CB |
2435 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
2436 | P: Carsten Otte | |
2437 | M: [email protected] | |
2438 | P: Christian Borntraeger | |
2439 | M: [email protected] | |
2440 | M: [email protected] | |
2441 | L: [email protected] | |
2442 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
2443 | S: Supported | |
2444 | ||
dc009d92 EB |
2445 | KEXEC |
2446 | P: Eric Biederman | |
dc009d92 | 2447 | M: [email protected] |
b7c698f7 | 2448 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
dc009d92 | 2449 | L: [email protected] |
34633993 | 2450 | L: [email protected] |
dc009d92 EB |
2451 | S: Maintained |
2452 | ||
e3e2aaf7 JW |
2453 | KGDB |
2454 | P: Jason Wessel | |
2455 | M: [email protected] | |
2456 | L: [email protected] | |
2457 | S: Maintained | |
2458 | ||
89559a61 | 2459 | KPROBES |
89559a61 PP |
2460 | P: Ananth N Mavinakayanahalli |
2461 | M: [email protected] | |
2462 | P: Anil S Keshavamurthy | |
2463 | M: [email protected] | |
2464 | P: David S. Miller | |
2465 | M: [email protected] | |
6edef97e MH |
2466 | P: Masami Hiramatsu |
2467 | M: [email protected] | |
89559a61 PP |
2468 | L: [email protected] |
2469 | S: Maintained | |
2470 | ||
70e84049 MOS |
2471 | KS0108 LCD CONTROLLER DRIVER |
2472 | P: Miguel Ojeda Sandonis | |
450c622e | 2473 | M: [email protected] |
70e84049 | 2474 | L: [email protected] |
450c622e MO |
2475 | W: http://miguelojeda.es/auxdisplay.htm |
2476 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
2477 | S: Maintained |
2478 | ||
1da177e4 | 2479 | LAPB module |
1da177e4 | 2480 | L: [email protected] |
bf9915cc | 2481 | S: Orphan |
1da177e4 LT |
2482 | |
2483 | LASI 53c700 driver for PARISC | |
2484 | P: James E.J. Bottomley | |
2485 | M: [email protected] | |
2486 | L: [email protected] | |
2487 | S: Maintained | |
2488 | ||
263de9b5 RP |
2489 | LED SUBSYSTEM |
2490 | P: Richard Purdie | |
2491 | M: [email protected] | |
2492 | S: Maintained | |
2493 | ||
1da177e4 LT |
2494 | LEGO USB Tower driver |
2495 | P: Juergen Stuber | |
2496 | M: [email protected] | |
2497 | L: [email protected] | |
2498 | W: http://legousb.sourceforge.net/ | |
2499 | S: Maintained | |
2500 | ||
568a17ff RR |
2501 | LGUEST |
2502 | P: Rusty Russell | |
2503 | M: [email protected] | |
2504 | L: [email protected] | |
2505 | W: http://lguest.ozlabs.org/ | |
2506 | S: Maintained | |
2507 | ||
1da177e4 LT |
2508 | LINUX FOR IBM pSERIES (RS/6000) |
2509 | P: Paul Mackerras | |
2510 | M: [email protected] | |
2511 | W: http://www.ibm.com/linux/ltc/projects/ppc | |
2512 | S: Supported | |
2513 | ||
2514 | LINUX FOR NCR VOYAGER | |
2515 | P: James Bottomley | |
2516 | M: [email protected] | |
2517 | W: http://www.hansenpartnership.com/voyager | |
2518 | S: Maintained | |
2519 | ||
852bb9f5 | 2520 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
1da177e4 LT |
2521 | P: Paul Mackerras |
2522 | M: [email protected] | |
852bb9f5 PM |
2523 | P: Benjamin Herrenschmidt |
2524 | M: [email protected] | |
1da177e4 LT |
2525 | W: http://www.penguinppc.org/ |
2526 | L: [email protected] | |
1adc1230 | 2527 | T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git |
1da177e4 LT |
2528 | S: Supported |
2529 | ||
2530 | LINUX FOR POWER MACINTOSH | |
2531 | P: Benjamin Herrenschmidt | |
2532 | M: [email protected] | |
2533 | W: http://www.penguinppc.org/ | |
2534 | L: [email protected] | |
2535 | S: Maintained | |
2536 | ||
77a76369 | 2537 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
1da177e4 LT |
2538 | P: Sylvain Munaut |
2539 | M: [email protected] | |
e1eea9fa GL |
2540 | P: Grant Likely |
2541 | M: [email protected] | |
1da177e4 | 2542 | L: [email protected] |
1da177e4 LT |
2543 | S: Maintained |
2544 | ||
2545 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
9a474fff JB |
2546 | P: Josh Boyer |
2547 | M: [email protected] | |
1da177e4 LT |
2548 | P: Matt Porter |
2549 | M: [email protected] | |
2550 | W: http://www.penguinppc.org/ | |
88de3cab | 2551 | L: [email protected] |
9a474fff | 2552 | T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git |
1da177e4 LT |
2553 | S: Maintained |
2554 | ||
260c02a9 GL |
2555 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
2556 | P: Grant Likely | |
2557 | M: [email protected] | |
f210d43c | 2558 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
260c02a9 | 2559 | L: [email protected] |
1da177e4 LT |
2560 | S: Maintained |
2561 | ||
e93adf1e | 2562 | LINUX FOR POWERPC EMBEDDED PPC8XX |
dba5baf3 MT |
2563 | P: Vitaly Bordug |
2564 | M: [email protected] | |
e93adf1e | 2565 | P: Marcelo Tosatti |
2e367a82 | 2566 | M: [email protected] |
e93adf1e | 2567 | W: http://www.penguinppc.org/ |
88de3cab | 2568 | L: [email protected] |
e93adf1e TR |
2569 | S: Maintained |
2570 | ||
1da177e4 | 2571 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
ce00f85c JC |
2572 | P: Kumar Gala |
2573 | M: [email protected] | |
2574 | W: http://www.penguinppc.org/ | |
88de3cab | 2575 | L: [email protected] |
ce00f85c | 2576 | S: Maintained |
1da177e4 | 2577 | |
ab06ff3a OJ |
2578 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
2579 | P: Olof Johansson | |
2580 | M: [email protected] | |
2581 | W: http://www.pasemi.com/ | |
2582 | L: [email protected] | |
2583 | S: Supported | |
2584 | ||
1da177e4 LT |
2585 | LLC (802.2) |
2586 | P: Arnaldo Carvalho de Melo | |
926554c4 | 2587 | M: [email protected] |
1da177e4 LT |
2588 | S: Maintained |
2589 | ||
1da177e4 LT |
2590 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
2591 | P: Chris Wright | |
692a2061 | 2592 | M: [email protected] |
1a4520be | 2593 | L: [email protected] |
1adc1230 | 2594 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
1da177e4 LT |
2595 | S: Supported |
2596 | ||
2597 | LM83 HARDWARE MONITOR DRIVER | |
2598 | P: Jean Delvare | |
2599 | M: [email protected] | |
cc0b07ed | 2600 | L: [email protected] |
1da177e4 LT |
2601 | S: Maintained |
2602 | ||
2603 | LM90 HARDWARE MONITOR DRIVER | |
2604 | P: Jean Delvare | |
2605 | M: [email protected] | |
cc0b07ed | 2606 | L: [email protected] |
1da177e4 LT |
2607 | S: Maintained |
2608 | ||
512e67f9 PZ |
2609 | LOCKDEP AND LOCKSTAT |
2610 | P: Peter Zijlstra | |
2611 | M: [email protected] | |
2612 | P: Ingo Molnar | |
2613 | M: [email protected] | |
2614 | L: [email protected] | |
2615 | T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | |
2616 | S: Maintained | |
2617 | ||
dde33348 | 2618 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
1da177e4 LT |
2619 | P: Richard Russon (FlatCap) |
2620 | M: [email protected] | |
dde33348 AA |
2621 | L: [email protected] |
2622 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 LT |
2623 | S: Maintained |
2624 | ||
c87e34ef MED |
2625 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
2626 | P: Eric Moore | |
d8a82d7b EM |
2627 | M: [email protected] |
2628 | M: [email protected] | |
cec744fb | 2629 | L: [email protected] |
c87e34ef MED |
2630 | L: [email protected] |
2631 | W: http://www.lsilogic.com/support | |
2632 | S: Supported | |
2633 | ||
1da177e4 LT |
2634 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
2635 | P: Matthew Wilcox | |
2636 | M: [email protected] | |
2637 | L: [email protected] | |
2638 | S: Maintained | |
2639 | ||
c12a54b3 HT |
2640 | M32R ARCHITECTURE |
2641 | P: Hirokazu Takata | |
2642 | M: [email protected] | |
2643 | L: [email protected] | |
2644 | L: [email protected] (in Japanese) | |
2645 | W: http://www.linux-m32r.org/ | |
2646 | S: Maintained | |
2647 | ||
1da177e4 LT |
2648 | M68K ARCHITECTURE |
2649 | P: Geert Uytterhoeven | |
2650 | M: [email protected] | |
2651 | P: Roman Zippel | |
2652 | M: [email protected] | |
2653 | L: [email protected] | |
2654 | W: http://www.linux-m68k.org/ | |
2655 | W: http://linux-m68k-cvs.ubb.ca/ | |
2656 | S: Maintained | |
2657 | ||
2658 | M68K ON APPLE MACINTOSH | |
2659 | P: Joshua Thompson | |
2660 | M: [email protected] | |
2661 | W: http://www.mac.linux-m68k.org/ | |
9bb9f222 | 2662 | L: [email protected] |
1da177e4 LT |
2663 | S: Maintained |
2664 | ||
2665 | M68K ON HP9000/300 | |
2666 | P: Philip Blundell | |
2667 | M: [email protected] | |
2668 | W: http://www.tazenda.demon.co.uk/phil/linux-hp | |
2669 | S: Maintained | |
2670 | ||
64a327a7 | 2671 | MAC80211 |
31c7cecb JB |
2672 | P: Johannes Berg |
2673 | M: [email protected] | |
0f48d7e1 JB |
2674 | P: Michael Wu |
2675 | M: [email protected] | |
64a327a7 JB |
2676 | L: [email protected] |
2677 | W: http://linuxwireless.org/ | |
31c7cecb | 2678 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
64a327a7 JB |
2679 | S: Maintained |
2680 | ||
1036d864 SB |
2681 | MAC80211 PID RATE CONTROL |
2682 | P: Stefano Brivio | |
2683 | M: [email protected] | |
2684 | P: Mattias Nissler | |
2685 | M: [email protected] | |
2686 | L: [email protected] | |
2687 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID | |
2688 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git | |
2689 | S: Maintained | |
2690 | ||
b863ceb7 PM |
2691 | MACVLAN DRIVER |
2692 | P: Patrick McHardy | |
2693 | M: [email protected] | |
2694 | L: [email protected] | |
2695 | S: Maintained | |
2696 | ||
1da177e4 LT |
2697 | MARVELL YUKON / SYSKONNECT DRIVER |
2698 | P: Mirko Lindner | |
795fb7e7 | 2699 | M: [email protected] |
1da177e4 | 2700 | P: Ralph Roesler |
795fb7e7 JD |
2701 | M: [email protected] |
2702 | W: http://www.syskonnect.com | |
2703 | S: Supported | |
1da177e4 | 2704 | |
faf1668c | 2705 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
ce00f85c | 2706 | P: Michael Kerrisk |
1d7f5023 | 2707 | M: [email protected] |
795fb7e7 JD |
2708 | W: http://www.kernel.org/doc/man-pages |
2709 | S: Supported | |
faf1668c | 2710 | |
74cda169 SB |
2711 | MARVELL LIBERTAS WIRELESS DRIVER |
2712 | P: Dan Williams | |
2713 | M: [email protected] | |
2714 | L: [email protected] | |
2715 | S: Maintained | |
2716 | ||
b60d6975 | 2717 | MARVELL MV643XX ETHERNET DRIVER |
85ba9d97 DF |
2718 | P: Lennert Buytenhek |
2719 | M: [email protected] | |
979b6c13 | 2720 | L: [email protected] |
85ba9d97 | 2721 | S: Supported |
1da177e4 LT |
2722 | |
2723 | MATROX FRAMEBUFFER DRIVER | |
2724 | P: Petr Vandrovec | |
2725 | M: [email protected] | |
8936b6db | 2726 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
2727 | S: Maintained |
2728 | ||
d20620de HJK |
2729 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2730 | P: Hans J. Koch | |
2731 | M: [email protected] | |
2732 | L: [email protected] | |
2733 | S: Maintained | |
2734 | ||
757e0108 | 2735 | MEGARAID SCSI DRIVERS |
ce00f85c | 2736 | P: Neela Syam Kolli |
bdd0d757 | 2737 | M: [email protected] |
baaea1dc | 2738 | L: [email protected] |
ce00f85c JC |
2739 | W: http://megaraid.lsilogic.com |
2740 | S: Maintained | |
757e0108 | 2741 | |
70ea91f1 SR |
2742 | MEMORY MANAGEMENT |
2743 | L: [email protected] | |
2744 | L: [email protected] | |
2745 | W: http://www.linux-mm.org | |
2746 | S: Maintained | |
2747 | ||
938a9204 AM |
2748 | MEMORY RESOURCE CONTROLLER |
2749 | P: Balbir Singh | |
2750 | M: [email protected] | |
2751 | P: Pavel Emelyanov | |
2752 | M: [email protected] | |
2753 | P: KAMEZAWA Hiroyuki | |
2754 | M: [email protected] | |
2755 | L: [email protected] | |
2756 | L: [email protected] | |
2757 | S: Maintained | |
2758 | ||
b920de1b DH |
2759 | MEI MN10300/AM33 PORT |
2760 | P: David Howells | |
2761 | M: [email protected] | |
2762 | P: Koichi Yasutake | |
2763 | M: [email protected] | |
66e10601 | 2764 | L: [email protected] (moderated for non-subscribers) |
b920de1b DH |
2765 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ |
2766 | S: Maintained | |
2767 | ||
f4e9ce66 | 2768 | MEMORY TECHNOLOGY DEVICES (MTD) |
1da177e4 LT |
2769 | P: David Woodhouse |
2770 | M: [email protected] | |
2771 | W: http://www.linux-mtd.infradead.org/ | |
2772 | L: [email protected] | |
f4e9ce66 | 2773 | T: git git://git.infradead.org/mtd-2.6.git |
1da177e4 LT |
2774 | S: Maintained |
2775 | ||
48576401 AB |
2776 | UNSORTED BLOCK IMAGES (UBI) |
2777 | P: Artem Bityutskiy | |
2778 | M: [email protected] | |
2779 | W: http://www.linux-mtd.infradead.org/ | |
2780 | L: [email protected] | |
21600546 | 2781 | T: git git://git.infradead.org/~dedekind/ubi-2.6.git |
48576401 AB |
2782 | S: Maintained |
2783 | ||
1da177e4 LT |
2784 | MICROTEK X6 SCANNER |
2785 | P: Oliver Neukum | |
2786 | M: [email protected] | |
2787 | S: Maintained | |
2788 | ||
2789 | MIPS | |
2790 | P: Ralf Baechle | |
2791 | M: [email protected] | |
d50f7ec9 | 2792 | W: http://www.linux-mips.org/ |
1da177e4 | 2793 | L: [email protected] |
7425b340 RB |
2794 | T: git www.linux-mips.org:/pub/scm/linux.git |
2795 | S: Supported | |
1da177e4 LT |
2796 | |
2797 | MISCELLANEOUS MCA-SUPPORT | |
2798 | P: James Bottomley | |
c4e1608e | 2799 | M: [email protected] |
1da177e4 LT |
2800 | L: [email protected] |
2801 | S: Maintained | |
2802 | ||
2803 | MODULE SUPPORT | |
2804 | P: Rusty Russell | |
2805 | M: [email protected] | |
2806 | L: [email protected] | |
2807 | S: Maintained | |
2808 | ||
2809 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
2810 | P: Stelian Pop | |
2811 | M: [email protected] | |
2812 | W: http://popies.net/meye/ | |
2813 | S: Maintained | |
2814 | ||
c58ff04a PP |
2815 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
2816 | P: Pavel Pisa | |
2817 | M: [email protected] | |
2818 | L: [email protected] (subscribers-only) | |
c58ff04a PP |
2819 | S: Maintained |
2820 | ||
1da177e4 LT |
2821 | MOUSE AND MISC DEVICES [GENERAL] |
2822 | P: Alessandro Rubini | |
2823 | M: [email protected] | |
2824 | L: [email protected] | |
2825 | S: Maintained | |
2826 | ||
b9705b60 | 2827 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
d735410a JS |
2828 | P: Jiri Slaby |
2829 | M: [email protected] | |
2830 | L: [email protected] | |
2831 | S: Maintained | |
2832 | ||
8c4c731a LP |
2833 | MSI LAPTOP SUPPORT |
2834 | P: Lennart Poettering | |
2835 | M: [email protected] | |
04bdfb91 | 2836 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
8c4c731a LP |
2837 | W: http://0pointer.de/lennart/tchibo.html |
2838 | S: Maintained | |
2839 | ||
4e0d13cb SO |
2840 | MULTIFUNCTION DEVICES (MFD) |
2841 | P: Samuel Ortiz | |
2842 | M: [email protected] | |
2843 | L: [email protected] | |
2844 | S: Supported | |
2845 | ||
5c4e6f13 | 2846 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
b9f5d804 PO |
2847 | P: Pierre Ossman |
2848 | M: [email protected] | |
2849 | L: [email protected] | |
2850 | S: Maintained | |
baca2da4 | 2851 | |
15a0580c DB |
2852 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
2853 | P: David Brownell | |
2854 | M: [email protected] | |
2855 | L: [email protected] | |
baaea1dc | 2856 | S: Odd Fixes |
15a0580c | 2857 | |
1da177e4 LT |
2858 | MULTISOUND SOUND DRIVER |
2859 | P: Andrew Veliath | |
2860 | M: [email protected] | |
2861 | S: Maintained | |
2862 | ||
d735410a JS |
2863 | MULTITECH MULTIPORT CARD (ISICOM) |
2864 | P: Jiri Slaby | |
2865 | M: [email protected] | |
2866 | L: [email protected] | |
2867 | S: Maintained | |
2868 | ||
550a7375 | 2869 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
795fb7e7 JD |
2870 | P: Felipe Balbi |
2871 | M: [email protected] | |
2872 | L: [email protected] | |
2873 | S: Maintained | |
550a7375 | 2874 | |
2d3cf588 BG |
2875 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
2876 | P: Andrew Gallatin | |
2877 | M: [email protected] | |
2878 | P: Brice Goglin | |
2879 | M: [email protected] | |
2880 | L: [email protected] | |
2881 | W: http://www.myri.com/scs/download-Myri10GE.html | |
2882 | S: Supported | |
2883 | ||
1da177e4 | 2884 | NATSEMI ETHERNET DRIVER (DP8381x) |
795fb7e7 | 2885 | P: Tim Hockin |
1da177e4 LT |
2886 | M: [email protected] |
2887 | S: Maintained | |
2888 | ||
2889 | NCP FILESYSTEM | |
2890 | P: Petr Vandrovec | |
2891 | M: [email protected] | |
2892 | L: [email protected] | |
2893 | S: Maintained | |
2894 | ||
2895 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | |
2896 | P: James E.J. Bottomley | |
2897 | M: [email protected] | |
2898 | L: [email protected] | |
2899 | S: Maintained | |
2900 | ||
3c2d774c GS |
2901 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
2902 | P: Faisal Latif | |
2903 | M: [email protected] | |
5f625606 CT |
2904 | P: Chien Tung |
2905 | M: [email protected] | |
3c2d774c GS |
2906 | L: [email protected] |
2907 | W: http://www.neteffect.com | |
2908 | S: Supported | |
2909 | F: drivers/infiniband/hw/nes/ | |
2910 | ||
be2f2e84 SH |
2911 | NETEM NETWORK EMULATOR |
2912 | P: Stephen Hemminger | |
65ebe634 | 2913 | M: [email protected] |
f318a63b | 2914 | L: [email protected] |
be2f2e84 SH |
2915 | S: Maintained |
2916 | ||
4a58448b JS |
2917 | NETERION (S2IO) Xframe 10GbE DRIVER |
2918 | P: Ramkrishna Vepa | |
2919 | M: [email protected] | |
2920 | P: Rastapur Santosh | |
2921 | M: [email protected] | |
2922 | P: Sivakumar Subramani | |
2923 | M: [email protected] | |
2924 | P: Sreenivasa Honnur | |
2925 | M: [email protected] | |
2926 | L: [email protected] | |
2927 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous | |
2928 | S: Supported | |
2929 | ||
1da177e4 LT |
2930 | NETFILTER/IPTABLES/IPCHAINS |
2931 | P: Rusty Russell | |
2932 | P: Marc Boucher | |
2933 | P: James Morris | |
2934 | P: Harald Welte | |
2935 | P: Jozsef Kadlecsik | |
82b98543 PM |
2936 | P: Patrick McHardy |
2937 | M: [email protected] | |
1a03b81d PM |
2938 | L: [email protected] |
2939 | L: [email protected] | |
82b98543 | 2940 | L: [email protected] |
1da177e4 LT |
2941 | W: http://www.netfilter.org/ |
2942 | W: http://www.iptables.org/ | |
1da177e4 LT |
2943 | S: Supported |
2944 | ||
4cc67735 PM |
2945 | NETLABEL |
2946 | P: Paul Moore | |
2947 | M: [email protected] | |
2948 | W: http://netlabel.sf.net | |
2949 | L: [email protected] | |
2950 | S: Supported | |
2951 | ||
1da177e4 LT |
2952 | NETROM NETWORK LAYER |
2953 | P: Ralf Baechle | |
2954 | M: [email protected] | |
2955 | L: [email protected] | |
d34cb28a | 2956 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
2957 | S: Maintained |
2958 | ||
5ddb88c0 | 2959 | NETWORK BLOCK DEVICE (NBD) |
1da177e4 LT |
2960 | P: Paul Clements |
2961 | M: [email protected] | |
2962 | S: Maintained | |
2963 | ||
2964 | NETWORK DEVICE DRIVERS | |
1da177e4 LT |
2965 | P: Jeff Garzik |
2966 | M: [email protected] | |
979b6c13 | 2967 | L: [email protected] |
6fb0425b | 2968 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git |
1da177e4 LT |
2969 | S: Maintained |
2970 | ||
2971 | NETWORKING [GENERAL] | |
2972 | P: Networking Team | |
979b6c13 RB |
2973 | M: [email protected] |
2974 | L: [email protected] | |
f1465f7e | 2975 | W: http://linux-net.osdl.org/ |
1da177e4 LT |
2976 | S: Maintained |
2977 | ||
2978 | NETWORKING [IPv4/IPv6] | |
2979 | P: David S. Miller | |
2980 | M: [email protected] | |
2981 | P: Alexey Kuznetsov | |
2982 | M: [email protected] | |
2983 | P: Pekka Savola (ipv6) | |
2984 | M: [email protected] | |
2985 | P: James Morris | |
48de5bee | 2986 | M: [email protected] |
1da177e4 LT |
2987 | P: Hideaki YOSHIFUJI |
2988 | M: [email protected] | |
2989 | P: Patrick McHardy | |
1a03b81d | 2990 | M: [email protected] |
979b6c13 | 2991 | L: [email protected] |
d5ca3117 | 2992 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git |
1da177e4 LT |
2993 | S: Maintained |
2994 | ||
10e2ff1c JM |
2995 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
2996 | P: Paul Moore | |
2997 | M: [email protected] | |
2998 | L: [email protected] | |
2999 | S: Maintained | |
3000 | ||
29f8f632 JL |
3001 | NETWORKING [WIRELESS] |
3002 | P: John W. Linville | |
3003 | M: [email protected] | |
2cb4abd1 | 3004 | L: [email protected] |
29f8f632 JL |
3005 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
3006 | S: Maintained | |
3007 | ||
3d396eb1 | 3008 | NETXEN (1/10) GbE SUPPORT |
d230ce30 | 3009 | P: Dhananjay Phadke |
3010 | M: [email protected] | |
3d396eb1 AK |
3011 | L: [email protected] |
3012 | W: http://www.netxen.com | |
3013 | S: Supported | |
3014 | ||
1da177e4 LT |
3015 | IPVS |
3016 | P: Wensong Zhang | |
3017 | M: [email protected] | |
9d30c171 H |
3018 | P: Simon Horman |
3019 | M: [email protected] | |
1da177e4 LT |
3020 | P: Julian Anastasov |
3021 | M: [email protected] | |
9d30c171 | 3022 | L: [email protected] |
37cc6780 | 3023 | L: [email protected] |
1da177e4 LT |
3024 | S: Maintained |
3025 | ||
e8b43555 | 3026 | NFS, SUNRPC, AND LOCKD CLIENTS |
1da177e4 | 3027 | P: Trond Myklebust |
78f58153 TM |
3028 | M: [email protected] |
3029 | L: [email protected] | |
3030 | W: http://client.linux-nfs.org | |
3031 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | |
1da177e4 LT |
3032 | S: Maintained |
3033 | ||
3034 | NI5010 NETWORK DRIVER | |
5b552b16 AM |
3035 | P: Jan-Pascal van Best |
3036 | M: [email protected] | |
3037 | P: Andreas Mohr | |
3038 | M: [email protected] | |
979b6c13 | 3039 | L: [email protected] |
1da177e4 LT |
3040 | S: Maintained |
3041 | ||
3042 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER | |
3043 | P: YOKOTA Hiroshi | |
3044 | M: [email protected] | |
3045 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
3046 | S: Maintained | |
3047 | ||
3048 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
3049 | P: GOTO Masanori | |
3050 | M: [email protected] | |
3051 | P: YOKOTA Hiroshi | |
3052 | M: [email protected] | |
3053 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
3054 | S: Maintained | |
3055 | ||
1da177e4 LT |
3056 | NTFS FILESYSTEM |
3057 | P: Anton Altaparmakov | |
3058 | M: [email protected] | |
3059 | L: [email protected] | |
3060 | L: [email protected] | |
169ccbd4 | 3061 | W: http://www.linux-ntfs.org/ |
1adc1230 | 3062 | T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
1da177e4 LT |
3063 | S: Maintained |
3064 | ||
9eb8ef74 | 3065 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
ce00f85c | 3066 | P: Antonino Daplas |
0478e62e | 3067 | M: [email protected] |
8936b6db | 3068 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 3069 | S: Maintained |
1da177e4 | 3070 | |
1ded969f PK |
3071 | OPENCORES I2C BUS DRIVER |
3072 | P: Peter Korsgaard | |
3073 | M: [email protected] | |
5d925fec | 3074 | L: [email protected] |
1ded969f PK |
3075 | S: Maintained |
3076 | ||
ccd979bd MF |
3077 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
3078 | P: Mark Fasheh | |
a5754337 MF |
3079 | M: [email protected] |
3080 | P: Joel Becker | |
3081 | M: [email protected] | |
c0ff1f26 | 3082 | L: [email protected] (moderated for non-subscribers) |
ccd979bd | 3083 | W: http://oss.oracle.com/projects/ocfs2/ |
dda47bce | 3084 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git |
b7eee616 | 3085 | S: Supported |
ccd979bd | 3086 | |
0ad122d9 BC |
3087 | OMFS FILESYSTEM |
3088 | P: Bob Copeland | |
3089 | M: [email protected] | |
3090 | L: [email protected] | |
3091 | S: Maintained | |
3092 | ||
c1986ee9 HW |
3093 | OMNIKEY CARDMAN 4000 DRIVER |
3094 | P: Harald Welte | |
3095 | M: [email protected] | |
3096 | S: Maintained | |
3097 | ||
77c44ab1 HW |
3098 | OMNIKEY CARDMAN 4040 DRIVER |
3099 | P: Harald Welte | |
3100 | M: [email protected] | |
3101 | S: Maintained | |
3102 | ||
77d5140f | 3103 | OMNIVISION OV7670 SENSOR DRIVER |
795fb7e7 | 3104 | P: Jonathan Corbet |
77d5140f JC |
3105 | M: [email protected] |
3106 | L: [email protected] | |
3107 | S: Maintained | |
3108 | ||
431bca73 TG |
3109 | ONENAND FLASH DRIVER |
3110 | P: Kyungmin Park | |
3111 | M: [email protected] | |
3112 | L: [email protected] | |
3113 | S: Maintained | |
3114 | ||
1da177e4 LT |
3115 | ONSTREAM SCSI TAPE DRIVER |
3116 | P: Willem Riede | |
3117 | M: [email protected] | |
3118 | L: [email protected] | |
3119 | L: [email protected] | |
3120 | S: Maintained | |
3121 | ||
1da177e4 | 3122 | OPROFILE |
d1a5d197 RR |
3123 | P: Robert Richter |
3124 | M: [email protected] | |
1da177e4 LT |
3125 | L: [email protected] |
3126 | S: Maintained | |
3127 | ||
3128 | ORINOCO DRIVER | |
3129 | P: Pavel Roskin | |
3130 | M: [email protected] | |
3131 | P: David Gibson | |
3132 | M: [email protected] | |
724c6b35 | 3133 | L: [email protected] |
ecffdde6 PR |
3134 | L: [email protected] |
3135 | L: [email protected] | |
3136 | W: http://www.nongnu.org/orinoco/ | |
1da177e4 LT |
3137 | S: Maintained |
3138 | ||
f5cd7872 OJ |
3139 | PA SEMI ETHERNET DRIVER |
3140 | P: Olof Johansson | |
3141 | M: [email protected] | |
3142 | L: [email protected] | |
3143 | S: Maintained | |
3144 | ||
beb58aa3 OJ |
3145 | PA SEMI SMBUS DRIVER |
3146 | P: Olof Johansson | |
3147 | M: [email protected] | |
3148 | L: [email protected] | |
3149 | S: Maintained | |
3150 | ||
1da177e4 | 3151 | PARALLEL PORT SUPPORT |
3dd1a329 | 3152 | L: [email protected] (subscribers-only) |
5fdc2abe | 3153 | S: Orphan |
1da177e4 LT |
3154 | |
3155 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES | |
3156 | P: Tim Waugh | |
3157 | M: [email protected] | |
3dd1a329 | 3158 | L: [email protected] (subscribers-only) |
1da177e4 LT |
3159 | W: http://www.torque.net/linux-pp.html |
3160 | S: Maintained | |
3161 | ||
3162 | PARISC ARCHITECTURE | |
ac6aecbf | 3163 | P: Kyle McMartin |
42a5a8a6 | 3164 | M: [email protected] |
1da177e4 LT |
3165 | P: Matthew Wilcox |
3166 | M: [email protected] | |
3167 | P: Grant Grundler | |
3168 | M: [email protected] | |
ac6aecbf | 3169 | L: [email protected] |
1da177e4 | 3170 | W: http://www.parisc-linux.org/ |
223232de | 3171 | T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
1da177e4 LT |
3172 | S: Maintained |
3173 | ||
4cdf6bc2 JF |
3174 | PARAVIRT_OPS INTERFACE |
3175 | P: Jeremy Fitzhardinge | |
3176 | M: [email protected] | |
3177 | P: Chris Wright | |
3178 | M: [email protected] | |
3179 | P: Zachary Amsden | |
3180 | M: [email protected] | |
3181 | P: Rusty Russell | |
3182 | M: [email protected] | |
3183 | L: [email protected] | |
3184 | L: [email protected] | |
3185 | S: Supported | |
3186 | ||
1662d32c JC |
3187 | PC87360 HARDWARE MONITORING DRIVER |
3188 | P: Jim Cromie | |
3189 | M: [email protected] | |
3190 | L: [email protected] | |
3191 | S: Maintained | |
3192 | ||
3193 | PC8736x GPIO DRIVER | |
3194 | P: Jim Cromie | |
3195 | M: [email protected] | |
3196 | S: Maintained | |
3197 | ||
065c6359 LV |
3198 | PCI ERROR RECOVERY |
3199 | P: Linas Vepstas | |
3200 | M: [email protected] | |
3201 | L: [email protected] | |
c1f69db7 | 3202 | L: [email protected] |
065c6359 LV |
3203 | S: Supported |
3204 | ||
1da177e4 | 3205 | PCI SUBSYSTEM |
af40b485 GKH |
3206 | P: Jesse Barnes |
3207 | M: [email protected] | |
1da177e4 | 3208 | L: [email protected] |
2905474d | 3209 | L: [email protected] |
460895c4 | 3210 | T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
1da177e4 LT |
3211 | S: Supported |
3212 | ||
3213 | PCI HOTPLUG CORE | |
795fb7e7 | 3214 | P: Kristen Carlson Accardi |
fb5f4d7a | 3215 | M: [email protected] |
1da177e4 LT |
3216 | S: Supported |
3217 | ||
8cf4c195 KA |
3218 | PCIE HOTPLUG DRIVER |
3219 | P: Kristen Carlson Accardi | |
3220 | M: [email protected] | |
64dab204 | 3221 | L: [email protected] |
8b59a454 | 3222 | S: Supported |
8cf4c195 | 3223 | |
1da177e4 | 3224 | PCMCIA SUBSYSTEM |
4230dfc9 | 3225 | P: Linux PCMCIA Team |
f5df5881 | 3226 | L: [email protected] |
6650e0a5 | 3227 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
6fb0425b | 3228 | T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 3229 | S: Maintained |
1da177e4 LT |
3230 | |
3231 | PCNET32 NETWORK DRIVER | |
04ce0948 | 3232 | P: Don Fry |
3233 | M: [email protected] | |
979b6c13 | 3234 | L: [email protected] |
1da177e4 LT |
3235 | S: Maintained |
3236 | ||
ad4ecbcb | 3237 | PER-TASK DELAY ACCOUNTING |
abc5f23a BS |
3238 | P: Balbir Singh |
3239 | M: [email protected] | |
ad4ecbcb SN |
3240 | L: [email protected] |
3241 | S: Maintained | |
3242 | ||
dd49d0f5 JC |
3243 | PERSONALITY HANDLING |
3244 | P: Christoph Hellwig | |
3245 | M: [email protected] | |
3246 | L: [email protected] | |
3247 | S: Maintained | |
3248 | ||
1da177e4 | 3249 | PHRAM MTD DRIVER |
2b54aaef JE |
3250 | P: Joern Engel |
3251 | M: [email protected] | |
1da177e4 LT |
3252 | L: [email protected] |
3253 | S: Maintained | |
3254 | ||
249a6771 PO |
3255 | PKTCDVD DRIVER |
3256 | P: Peter Osterlund | |
3257 | M: [email protected] | |
3258 | L: [email protected] | |
249a6771 PO |
3259 | S: Maintained |
3260 | ||
1da177e4 | 3261 | POSIX CLOCKS and TIMERS |
aa781aeb IM |
3262 | P: Thomas Gleixner |
3263 | M: [email protected] | |
f1c3ddff | 3264 | L: [email protected] |
1da177e4 LT |
3265 | S: Supported |
3266 | ||
3be86148 AV |
3267 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
3268 | P: Anton Vorontsov | |
3269 | M: [email protected] | |
3270 | P: David Woodhouse | |
3271 | M: [email protected] | |
3272 | L: [email protected] | |
3be86148 AV |
3273 | T: git git.infradead.org/battery-2.6.git |
3274 | S: Maintained | |
3275 | ||
1da177e4 LT |
3276 | PNP SUPPORT |
3277 | P: Adam Belay | |
3278 | M: [email protected] | |
3279 | S: Maintained | |
3280 | ||
999445d4 VW |
3281 | PNXxxxx I2C DRIVER |
3282 | P: Vitaly Wool | |
3283 | M: [email protected] | |
3284 | L: [email protected] | |
3285 | S: Maintained | |
3286 | ||
1da177e4 LT |
3287 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
3288 | P: Paul Mackerras | |
3289 | M: [email protected] | |
3290 | L: [email protected] | |
3291 | S: Maintained | |
3292 | ||
3293 | PPP OVER ATM (RFC 2364) | |
3294 | P: Mitchell Blank Jr | |
3295 | M: [email protected] | |
3296 | S: Maintained | |
3297 | ||
3298 | PPP OVER ETHERNET | |
3299 | P: Michal Ostrowski | |
5e70b7f3 | 3300 | M: [email protected] |
1da177e4 LT |
3301 | S: Maintained |
3302 | ||
a6d2370b JC |
3303 | PPP OVER L2TP |
3304 | P: James Chapman | |
3305 | M: [email protected] | |
3306 | S: Maintained | |
3307 | ||
1da177e4 LT |
3308 | PREEMPTIBLE KERNEL |
3309 | P: Robert Love | |
3310 | M: [email protected] | |
3311 | L: [email protected] | |
3312 | L: [email protected] | |
3313 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
3314 | S: Supported | |
3315 | ||
eff1a59c MW |
3316 | P54 WIRELESS DRIVER |
3317 | P: Michael Wu | |
3318 | M: [email protected] | |
3319 | L: [email protected] | |
3320 | W: http://prism54.org | |
3321 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | |
3322 | S: Maintained | |
3323 | ||
1da177e4 | 3324 | PRISM54 WIRELESS DRIVER |
e88b34ba LR |
3325 | P: Luis R. Rodriguez |
3326 | M: [email protected] | |
724c6b35 | 3327 | L: [email protected] |
1da177e4 LT |
3328 | W: http://prism54.org |
3329 | S: Maintained | |
3330 | ||
3331 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | |
3332 | P: Peter Denison | |
3333 | M: [email protected] | |
3334 | W: http://www.pnd-pc.demon.co.uk/promise/ | |
3335 | S: Maintained | |
3336 | ||
b3277dfa MP |
3337 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
3338 | P: Mikael Pettersson | |
3339 | M: [email protected] | |
3340 | L: [email protected] | |
3341 | S: Maintained | |
3342 | ||
02c18891 MM |
3343 | PS3 NETWORK SUPPORT |
3344 | P: Masakazu Mokuno | |
3345 | M: [email protected] | |
3346 | L: [email protected] | |
3347 | L: [email protected] | |
3348 | S: Supported | |
3349 | ||
f58a9d17 GL |
3350 | PS3 PLATFORM SUPPORT |
3351 | P: Geoff Levand | |
3352 | M: [email protected] | |
3353 | L: [email protected] | |
3354 | L: [email protected] | |
3355 | S: Supported | |
3356 | ||
8320204a MK |
3357 | PVRUSB2 VIDEO4LINUX DRIVER |
3358 | P: Mike Isely | |
3359 | M: [email protected] | |
16e9495d | 3360 | L: [email protected] (subscribers-only) |
8320204a MK |
3361 | L: [email protected] |
3362 | W: http://www.isely.net/pvrusb2/ | |
3363 | S: Maintained | |
3364 | ||
30ec261e EM |
3365 | PXA2xx/PXA3xx SUPPORT |
3366 | P: Eric Miao | |
3367 | M: [email protected] | |
3368 | P: Russell King | |
3369 | M: [email protected] | |
70f09f1f | 3370 | L: [email protected] (subscribers-only) |
1da177e4 LT |
3371 | S: Maintained |
3372 | ||
272f133a PO |
3373 | PXA MMCI DRIVER |
3374 | S: Orphan | |
3375 | ||
1da177e4 LT |
3376 | QLOGIC QLA2XXX FC-SCSI DRIVER |
3377 | P: Andrew Vasquez | |
95e6a856 | 3378 | M: [email protected] |
1da177e4 LT |
3379 | L: [email protected] |
3380 | S: Supported | |
3381 | ||
5a4faa87 RM |
3382 | QLOGIC QLA3XXX NETWORK DRIVER |
3383 | P: Ron Mercer | |
3384 | M: [email protected] | |
3385 | L: [email protected] | |
3386 | S: Supported | |
3387 | ||
1da177e4 LT |
3388 | QNX4 FILESYSTEM |
3389 | P: Anders Larsen | |
3390 | M: [email protected] | |
3391 | L: [email protected] | |
3392 | W: http://www.alarsen.net/linux/qnx4fs/ | |
3393 | S: Maintained | |
3394 | ||
3395 | RADEON FRAMEBUFFER DISPLAY DRIVER | |
187a2784 BH |
3396 | P: Benjamin Herrenschmidt |
3397 | M: [email protected] | |
8936b6db | 3398 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
3399 | S: Maintained |
3400 | ||
3401 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | |
187a2784 BH |
3402 | P: Paul Mackerras |
3403 | M: [email protected] | |
8936b6db | 3404 | L: [email protected] (moderated for non-subscribers) |
1da177e4 LT |
3405 | S: Maintained |
3406 | ||
3407 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER | |
3408 | P: Corey Thomas | |
7c4a52eb | 3409 | M: [email protected] |
724c6b35 | 3410 | L: [email protected] |
1da177e4 LT |
3411 | S: Maintained |
3412 | ||
95ea3627 ID |
3413 | RALINK RT2X00 WLAN DRIVER |
3414 | P: rt2x00 project | |
3415 | L: [email protected] | |
3416 | L: [email protected] | |
3417 | W: http://rt2x00.serialmonkey.com/ | |
3418 | S: Maintained | |
2dd0f692 | 3419 | T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git |
95ea3627 ID |
3420 | F: drivers/net/wireless/rt2x00/ |
3421 | ||
9db5579b NP |
3422 | RAMDISK RAM BLOCK DEVICE DRIVER |
3423 | P: Nick Piggin | |
3424 | M: [email protected] | |
3425 | S: Maintained | |
3426 | ||
9e95ce27 MM |
3427 | RANDOM NUMBER DRIVER |
3428 | P: Matt Mackall | |
3429 | M: [email protected] | |
3430 | S: Maintained | |
3431 | ||
394b701c MP |
3432 | RAPIDIO SUBSYSTEM |
3433 | P: Matt Porter | |
3434 | M: [email protected] | |
3435 | L: [email protected] | |
3436 | S: Maintained | |
3437 | ||
c1f766b5 FF |
3438 | RDC R-321X SoC |
3439 | P: Florian Fainelli | |
3440 | M: [email protected] | |
3441 | L: [email protected] | |
3442 | S: Maintained | |
3443 | ||
db17f395 FF |
3444 | RDC R6040 FAST ETHERNET DRIVER |
3445 | P: Florian Fainelli | |
3446 | M: [email protected] | |
3447 | L: [email protected] | |
3448 | S: Maintained | |
3449 | ||
595182bc JT |
3450 | READ-COPY UPDATE (RCU) |
3451 | P: Dipankar Sarma | |
3452 | M: [email protected] | |
3453 | W: http://www.rdrop.com/users/paulmck/rclock/ | |
3454 | L: [email protected] | |
3455 | S: Supported | |
3456 | ||
3457 | RCUTORTURE MODULE | |
3458 | P: Josh Triplett | |
3459 | M: [email protected] | |
3460 | L: [email protected] | |
3461 | S: Maintained | |
3462 | ||
1da177e4 LT |
3463 | REAL TIME CLOCK DRIVER |
3464 | P: Paul Gortmaker | |
3465 | M: [email protected] | |
3466 | L: [email protected] | |
3467 | S: Maintained | |
3468 | ||
0c86edc0 AZ |
3469 | REAL TIME CLOCK (RTC) SUBSYSTEM |
3470 | P: Alessandro Zummo | |
3471 | M: [email protected] | |
76465493 | 3472 | L: [email protected] |
0c86edc0 AZ |
3473 | S: Maintained |
3474 | ||
1da177e4 | 3475 | REISERFS FILE SYSTEM |
76c4e5ea | 3476 | L: [email protected] |
1da177e4 LT |
3477 | S: Supported |
3478 | ||
e0897645 ID |
3479 | RFKILL |
3480 | P: Ivo van Doorn | |
3481 | M: [email protected] | |
3482 | L: [email protected] | |
3483 | S: Maintained | |
3484 | F: net/rfkill | |
3485 | ||
1da177e4 LT |
3486 | ROCKETPORT DRIVER |
3487 | P: Comtrol Corp. | |
1da177e4 LT |
3488 | W: http://www.comtrol.com |
3489 | S: Maintained | |
3490 | ||
3491 | ROSE NETWORK LAYER | |
3492 | P: Ralf Baechle | |
3493 | M: [email protected] | |
3494 | L: [email protected] | |
d34cb28a | 3495 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
3496 | S: Maintained |
3497 | ||
3498 | RISCOM8 DRIVER | |
3499 | S: Orphan | |
3500 | ||
605bebe2 MW |
3501 | RTL818X WIRELESS DRIVER |
3502 | P: Michael Wu | |
3503 | M: [email protected] | |
3504 | P: Andrea Merello | |
3505 | M: [email protected] | |
3506 | L: [email protected] | |
3507 | W: http://linuxwireless.org/ | |
3508 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | |
3509 | S: Maintained | |
3510 | ||
9eb8ef74 | 3511 | S3 SAVAGE FRAMEBUFFER DRIVER |
ce00f85c | 3512 | P: Antonino Daplas |
0478e62e | 3513 | M: [email protected] |
8936b6db | 3514 | L: [email protected] (moderated for non-subscribers) |
ce00f85c | 3515 | S: Maintained |
9eb8ef74 | 3516 | |
1da177e4 LT |
3517 | S390 |
3518 | P: Martin Schwidefsky | |
3519 | M: [email protected] | |
83014255 MS |
3520 | P: Heiko Carstens |
3521 | M: [email protected] | |
1da177e4 | 3522 | M: [email protected] |
d58140cc | 3523 | L: [email protected] |
5238da45 HC |
3524 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3525 | S: Supported | |
3526 | ||
3527 | S390 NETWORK DRIVERS | |
dd96df2c | 3528 | P: Ursula Braun |
23fcc8d9 | 3529 | M: [email protected] |
b9192ad9 UB |
3530 | P: Frank Blaschka |
3531 | M: [email protected] | |
5238da45 | 3532 | M: [email protected] |
d58140cc | 3533 | L: [email protected] |
5238da45 HC |
3534 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3535 | S: Supported | |
3536 | ||
3537 | S390 ZFCP DRIVER | |
0033bb47 SS |
3538 | P: Christof Schmitt |
3539 | M: [email protected] | |
3540 | P: Martin Peschke | |
3541 | M: [email protected] | |
5238da45 | 3542 | M: [email protected] |
d58140cc | 3543 | L: [email protected] |
5238da45 | 3544 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 LT |
3545 | S: Supported |
3546 | ||
dd96df2c UB |
3547 | S390 IUCV NETWORK LAYER |
3548 | P: Ursula Braun | |
23fcc8d9 | 3549 | M: [email protected] |
dd96df2c UB |
3550 | M: [email protected] |
3551 | L: [email protected] | |
3552 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
3553 | S: Supported | |
3554 | ||
4dde7f75 BD |
3555 | S3C24XX SD/MMC Driver |
3556 | P: Ben Dooks | |
3557 | M: [email protected] | |
3558 | L: [email protected] (subscribers-only) | |
3559 | L: [email protected] | |
3560 | S: Supported | |
3561 | ||
1da177e4 LT |
3562 | SAA7146 VIDEO4LINUX-2 DRIVER |
3563 | P: Michael Hunold | |
3564 | M: [email protected] | |
3565 | W: http://www.mihu.de/linux/saa7146 | |
3566 | S: Maintained | |
3567 | ||
1da177e4 LT |
3568 | SC1200 WDT DRIVER |
3569 | P: Zwane Mwaikambo | |
3c7bf1ea | 3570 | M: [email protected] |
1da177e4 LT |
3571 | S: Maintained |
3572 | ||
3573 | SCHEDULER | |
3574 | P: Ingo Molnar | |
3575 | M: [email protected] | |
3576 | P: Robert Love [the preemptible kernel bits] | |
3577 | M: [email protected] | |
3578 | L: [email protected] | |
3579 | S: Maintained | |
3580 | ||
3581 | SCSI CDROM DRIVER | |
3582 | P: Jens Axboe | |
0fe23479 | 3583 | M: [email protected] |
1da177e4 LT |
3584 | L: [email protected] |
3585 | W: http://www.kernel.dk | |
3586 | S: Maintained | |
3587 | ||
3588 | SCSI SG DRIVER | |
3589 | P: Doug Gilbert | |
3590 | M: [email protected] | |
3591 | L: [email protected] | |
3592 | W: http://www.torque.net/sg | |
3593 | S: Maintained | |
3594 | ||
3595 | SCSI SUBSYSTEM | |
3596 | P: James E.J. Bottomley | |
c4e1608e | 3597 | M: [email protected] |
1da177e4 | 3598 | L: [email protected] |
6fb0425b | 3599 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
c4e1608e JB |
3600 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git |
3601 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 LT |
3602 | S: Maintained |
3603 | ||
3604 | SCSI TAPE DRIVER | |
dd4ef01c | 3605 | P: Kai Mäkisara |
1da177e4 LT |
3606 | M: [email protected] |
3607 | L: [email protected] | |
3608 | S: Maintained | |
3609 | ||
3610 | SCTP PROTOCOL | |
5f85813c SS |
3611 | P: Vlad Yasevich |
3612 | M: [email protected] | |
ce00f85c JC |
3613 | P: Sridhar Samudrala |
3614 | M: [email protected] | |
1a418796 | 3615 | L: [email protected] |
5f85813c | 3616 | W: http://lksctp.sourceforge.net |
ce00f85c | 3617 | S: Supported |
1da177e4 LT |
3618 | |
3619 | SCx200 CPU SUPPORT | |
1662d32c JC |
3620 | P: Jim Cromie |
3621 | M: [email protected] | |
3622 | S: Odd Fixes | |
3623 | ||
3624 | SCx200 GPIO DRIVER | |
3625 | P: Jim Cromie | |
3626 | M: [email protected] | |
3627 | S: Maintained | |
3628 | ||
3629 | SCx200 HRT CLOCKSOURCE DRIVER | |
3630 | P: Jim Cromie | |
3631 | M: [email protected] | |
3632 | S: Maintained | |
1da177e4 | 3633 | |
6a36913a SS |
3634 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
3635 | P: Sascha Sommer | |
3636 | M: [email protected] | |
3637 | L: [email protected] (subscribers-only) | |
3638 | S: Maintained | |
3639 | ||
1da177e4 LT |
3640 | SECURITY CONTACT |
3641 | P: Security Officers | |
3642 | M: [email protected] | |
3643 | S: Supported | |
3644 | ||
3645 | SELINUX SECURITY MODULE | |
3646 | P: Stephen Smalley | |
62cfe7ef | 3647 | M: [email protected] |
1da177e4 | 3648 | P: James Morris |
48de5bee | 3649 | M: [email protected] |
588a3157 SS |
3650 | P: Eric Paris |
3651 | M: [email protected] | |
1da177e4 | 3652 | L: [email protected] (kernel issues) |
795fb7e7 | 3653 | L: [email protected] (subscribers-only, general discussion) |
1da177e4 LT |
3654 | W: http://www.nsa.gov/selinux |
3655 | S: Supported | |
3656 | ||
cef2cf07 JS |
3657 | SENSABLE PHANTOM |
3658 | P: Jiri Slaby | |
3659 | M: [email protected] | |
3660 | S: Maintained | |
3661 | ||
1da177e4 LT |
3662 | SERIAL ATA (SATA) SUBSYSTEM: |
3663 | P: Jeff Garzik | |
3664 | M: [email protected] | |
3665 | L: [email protected] | |
6fb0425b | 3666 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
1da177e4 LT |
3667 | S: Supported |
3668 | ||
3669 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
3670 | P: Pat Gefre | |
3671 | M: [email protected] | |
3672 | L: [email protected] | |
3673 | S: Supported | |
3674 | ||
8ceee660 BH |
3675 | SFC NETWORK DRIVER |
3676 | P: Steve Hodgson | |
3677 | P: Ben Hutchings | |
3678 | P: Robert Stonehouse | |
3679 | M: [email protected] | |
3680 | S: Supported | |
3681 | ||
1da177e4 LT |
3682 | SGI VISUAL WORKSTATION 320 AND 540 |
3683 | P: Andrey Panin | |
3684 | M: [email protected] | |
3685 | L: [email protected] | |
3686 | W: http://linux-visws.sf.net | |
3687 | S: Maintained for 2.6. | |
3688 | ||
75312619 JS |
3689 | SGI GRU DRIVER |
3690 | P: Jack Steiner | |
3691 | M: [email protected] | |
3692 | S: Maintained | |
3693 | ||
3694 | SGI XP/XPC/XPNET DRIVER | |
3695 | P: Dean Nelson | |
3696 | M: [email protected] | |
3697 | S: Maintained | |
3698 | ||
1da177e4 LT |
3699 | SIMTEC EB110ATX (Chalice CATS) |
3700 | P: Ben Dooks | |
3701 | P: Vincent Sanders | |
3702 | M: [email protected] | |
3703 | W: http://www.simtec.co.uk/products/EB110ATX/ | |
3704 | S: Supported | |
3705 | ||
3706 | SIMTEC EB2410ITX (BAST) | |
3707 | P: Ben Dooks | |
3708 | P: Vincent Sanders | |
3709 | M: [email protected] | |
3710 | W: http://www.simtec.co.uk/products/EB2410ITX/ | |
3711 | S: Supported | |
3712 | ||
92aab3c0 FR |
3713 | SIS 190 ETHERNET DRIVER |
3714 | P: Francois Romieu | |
3715 | M: [email protected] | |
3716 | L: [email protected] | |
3717 | S: Maintained | |
3718 | ||
1da177e4 LT |
3719 | SIS 900/7016 FAST ETHERNET DRIVER |
3720 | P: Daniele Venzano | |
3721 | M: [email protected] | |
3722 | W: http://www.brownhat.org/sis900.html | |
979b6c13 | 3723 | L: [email protected] |
1da177e4 LT |
3724 | S: Maintained |
3725 | ||
6ea884db MH |
3726 | SIS 96X I2C/SMBUS DRIVER |
3727 | P: Mark M. Hoffman | |
3728 | M: [email protected] | |
3729 | L: [email protected] | |
3730 | S: Maintained | |
3731 | ||
1da177e4 LT |
3732 | SIS FRAMEBUFFER DRIVER |
3733 | P: Thomas Winischhofer | |
3734 | M: [email protected] | |
3735 | W: http://www.winischhofer.net/linuxsisvga.shtml | |
b7eee616 | 3736 | S: Maintained |
1da177e4 LT |
3737 | |
3738 | SIS USB2VGA DRIVER | |
3739 | P: Thomas Winischhofer | |
3740 | M: [email protected] | |
3741 | W: http://www.winischhofer.at/linuxsisusbvga.shtml | |
3742 | S: Maintained | |
3743 | ||
415ad26d CL |
3744 | SLAB ALLOCATOR |
3745 | P: Christoph Lameter | |
cde53535 | 3746 | M: [email protected] |
415ad26d CL |
3747 | P: Pekka Enberg |
3748 | M: [email protected] | |
c76d118e PE |
3749 | P: Matt Mackall |
3750 | M: [email protected] | |
415ad26d CL |
3751 | L: [email protected] |
3752 | S: Maintained | |
3753 | ||
1da177e4 LT |
3754 | SMC91x ETHERNET DRIVER |
3755 | P: Nicolas Pitre | |
3756 | M: [email protected] | |
3757 | S: Maintained | |
3758 | ||
6ea884db MH |
3759 | SMSC47B397 HARDWARE MONITOR DRIVER |
3760 | P: Mark M. Hoffman | |
3761 | M: [email protected] | |
3762 | L: [email protected] | |
3763 | S: Maintained | |
3764 | ||
b54f2863 BN |
3765 | SMX UIO Interface |
3766 | P: Ben Nizette | |
3767 | M: [email protected] | |
3768 | S: Maintained | |
3769 | ||
668acf32 | 3770 | SOC-CAMERA V4L2 SUBSYSTEM |
795fb7e7 JD |
3771 | P: Guennadi Liakhovetski |
3772 | M: [email protected] | |
3773 | L: [email protected] | |
3774 | S: Maintained | |
668acf32 | 3775 | |
1da177e4 LT |
3776 | SOFTWARE RAID (Multiple Disks) SUPPORT |
3777 | P: Ingo Molnar | |
3778 | M: [email protected] | |
3779 | P: Neil Brown | |
524418bb | 3780 | M: [email protected] |
1da177e4 | 3781 | L: [email protected] |
524418bb | 3782 | S: Supported |
1da177e4 | 3783 | |
95a631e2 | 3784 | HIBERNATION (aka Software Suspend, aka swsusp): |
1da177e4 LT |
3785 | P: Pavel Machek |
3786 | M: [email protected] | |
95a631e2 PM |
3787 | P: Rafael J. Wysocki |
3788 | M: [email protected] | |
3789 | L: [email protected] | |
3790 | S: Supported | |
3791 | ||
3792 | SUSPEND TO RAM: | |
a0ce317a LB |
3793 | P: Len Brown |
3794 | M: [email protected] | |
95a631e2 PM |
3795 | P: Pavel Machek |
3796 | M: [email protected] | |
3797 | P: Rafael J. Wysocki | |
3798 | M: [email protected] | |
f318a63b | 3799 | L: [email protected] |
a0ce317a | 3800 | S: Supported |
1da177e4 LT |
3801 | |
3802 | SONIC NETWORK DRIVER | |
3803 | P: Thomas Bogendoerfer | |
3804 | M: [email protected] | |
979b6c13 | 3805 | L: [email protected] |
1da177e4 LT |
3806 | S: Maintained |
3807 | ||
61e115a5 MB |
3808 | SONICS SILICON BACKPLANE DRIVER (SSB) |
3809 | P: Michael Buesch | |
3810 | M: [email protected] | |
3811 | L: [email protected] | |
3812 | S: Maintained | |
3813 | ||
1da177e4 | 3814 | SONY VAIO CONTROL DEVICE DRIVER |
0d477fac MD |
3815 | P: Mattia Dongili |
3816 | M: [email protected] | |
5b18167d MD |
3817 | L: [email protected] |
3818 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | |
1da177e4 LT |
3819 | S: Maintained |
3820 | ||
baf8532a AD |
3821 | SONY MEMORYSTICK CARD SUPPORT |
3822 | P: Alex Dubov | |
3823 | M: [email protected] | |
3824 | L: [email protected] | |
3825 | W: http://tifmxx.berlios.de/ | |
3826 | S: Maintained | |
3827 | ||
1da177e4 LT |
3828 | SOUND |
3829 | P: Jaroslav Kysela | |
c1017a4c | 3830 | M: [email protected] |
82622046 | 3831 | L: [email protected] (subscribers-only) |
1da177e4 LT |
3832 | S: Maintained |
3833 | ||
eb1a6af3 LG |
3834 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT |
3835 | P: Liam Girdwood | |
3836 | M: [email protected] | |
2cad0ad6 MB |
3837 | P: Mark Brown |
3838 | M: [email protected] | |
3839 | T: git opensource.wolfsonmicro.com/linux-2.6-asoc | |
82622046 | 3840 | L: [email protected] (subscribers-only) |
eb1a6af3 LG |
3841 | S: Supported |
3842 | ||
025c3987 KG |
3843 | SPI SUBSYSTEM |
3844 | P: David Brownell | |
3845 | M: [email protected] | |
3846 | L: [email protected] | |
3847 | S: Maintained | |
3848 | ||
b8154542 AB |
3849 | SPU FILE SYSTEM |
3850 | P: Jeremy Kerr | |
3851 | M: [email protected] | |
3852 | L: [email protected] | |
3853 | L: [email protected] | |
3854 | W: http://www.ibm.com/developerworks/power/cell/ | |
3855 | S: Supported | |
3856 | ||
855f46ad SR |
3857 | STABLE BRANCH: |
3858 | P: Greg Kroah-Hartman | |
3859 | M: [email protected] | |
3860 | P: Chris Wright | |
3861 | M: [email protected] | |
3862 | L: [email protected] | |
3863 | S: Maintained | |
3864 | ||
1da177e4 LT |
3865 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
3866 | P: Marc Singer | |
3867 | M: [email protected] | |
3868 | W: http://projects.buici.com/arm | |
70f09f1f | 3869 | L: [email protected] (subscribers-only) |
1da177e4 LT |
3870 | S: Maintained |
3871 | ||
8cf4c195 KA |
3872 | SHPC HOTPLUG DRIVER |
3873 | P: Kristen Carlson Accardi | |
3874 | M: [email protected] | |
64dab204 | 3875 | L: [email protected] |
8b59a454 | 3876 | S: Supported |
8cf4c195 | 3877 | |
d129bceb PO |
3878 | SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER |
3879 | P: Pierre Ossman | |
3880 | M: [email protected] | |
3881 | L: [email protected] | |
d129bceb PO |
3882 | S: Maintained |
3883 | ||
4b1ac9ab SH |
3884 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
3885 | P: Stephen Hemminger | |
65ebe634 | 3886 | M: [email protected] |
4b1ac9ab SH |
3887 | L: [email protected] |
3888 | S: Maintained | |
3889 | ||
1a87d942 CB |
3890 | SOEKRIS NET48XX LED SUPPORT |
3891 | P: Chris Boot | |
3892 | M: [email protected] | |
3893 | S: Maintained | |
3894 | ||
1da177e4 LT |
3895 | SPARC (sparc32): |
3896 | P: William L. Irwin | |
3897 | M: [email protected] | |
3898 | L: [email protected] | |
3899 | S: Maintained | |
3900 | ||
3901 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | |
3902 | P: Roger Wolff | |
3903 | M: [email protected] | |
3904 | L: [email protected] ? | |
3905 | S: Supported | |
3906 | ||
2752e401 | 3907 | SPIDERNET NETWORK DRIVER for CELL |
cb8da8a3 JO |
3908 | P: Ishizaki Kou |
3909 | M: [email protected] | |
3910 | P: Jens Osterkamp | |
3911 | M: [email protected] | |
2752e401 JL |
3912 | L: [email protected] |
3913 | S: Supported | |
3914 | ||
1da177e4 LT |
3915 | SRM (Alpha) environment access |
3916 | P: Jan-Benedict Glaw | |
3917 | M: [email protected] | |
3918 | L: [email protected] | |
3919 | S: Maintained | |
3920 | ||
3921 | STARFIRE/DURALAN NETWORK DRIVER | |
3922 | P: Ion Badulescu | |
3923 | M: [email protected] | |
3924 | S: Maintained | |
3925 | ||
3926 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | |
3927 | W: http://mosquitonet.Stanford.EDU/strip.html | |
baaea1dc | 3928 | S: Orphan |
1da177e4 LT |
3929 | |
3930 | STRADIS MPEG-2 DECODER DRIVER | |
3931 | P: Nathan Laredo | |
3932 | M: [email protected] | |
1da177e4 LT |
3933 | W: http://www.stradis.com/ |
3934 | S: Maintained | |
3935 | ||
2cbb12a4 | 3936 | SUPERH |
1da177e4 LT |
3937 | P: Paul Mundt |
3938 | M: [email protected] | |
2cbb12a4 | 3939 | L: [email protected] |
1da177e4 | 3940 | W: http://www.linux-sh.org |
2cbb12a4 | 3941 | T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
5c806b20 | 3942 | S: Supported |
1da177e4 LT |
3943 | |
3944 | SUN3/3X | |
3945 | P: Sam Creasey | |
3946 | M: [email protected] | |
1da177e4 LT |
3947 | W: http://sammy.net/sun3/ |
3948 | S: Maintained | |
3949 | ||
3950 | SVGA HANDLING | |
3951 | P: Martin Mares | |
3952 | M: [email protected] | |
3953 | L: [email protected] | |
3954 | S: Maintained | |
3955 | ||
3956 | SYSV FILESYSTEM | |
3957 | P: Christoph Hellwig | |
3958 | M: [email protected] | |
3959 | S: Maintained | |
3960 | ||
4e68852d | 3961 | TASKSTATS STATISTICS INTERFACE |
abc5f23a BS |
3962 | P: Balbir Singh |
3963 | M: [email protected] | |
4e68852d AC |
3964 | L: [email protected] |
3965 | S: Maintained | |
3966 | ||
781b456a SH |
3967 | TC CLASSIFIER |
3968 | P: Jamal Hadi Salim | |
3969 | M: [email protected] | |
3970 | L: [email protected] | |
3971 | S: Maintained | |
3972 | ||
5067f08a WHSE |
3973 | TCP LOW PRIORITY MODULE |
3974 | P: Wong Hoi Sing, Edison | |
3975 | M: [email protected] | |
3976 | P: Hung Hing Lun, Mike | |
3977 | M: [email protected] | |
3978 | W: http://tcp-lp-mod.sourceforge.net/ | |
3979 | S: Maintained | |
3980 | ||
1a348ccc AG |
3981 | TEHUTI ETHERNET DRIVER |
3982 | P: Alexander Indenbaum | |
3983 | M: [email protected] | |
3984 | P: Andy Gospodarek | |
3985 | M: [email protected] | |
3986 | L: [email protected] | |
3987 | S: Supported | |
3988 | ||
4e68852d AC |
3989 | Telecom Clock Driver for MCPL0010 |
3990 | P: Mark Gross | |
3991 | M: [email protected] | |
3992 | S: Supported | |
3993 | ||
3994 | TENSILICA XTENSA PORT (xtensa): | |
3995 | P: Chris Zankel | |
3996 | M: [email protected] | |
3997 | S: Maintained | |
3998 | ||
3999 | THINKPAD ACPI EXTRAS DRIVER | |
4000 | P: Henrique de Moraes Holschuh | |
4001 | M: [email protected] | |
4002 | L: [email protected] | |
4003 | W: http://ibm-acpi.sourceforge.net | |
4004 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
4005 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | |
4006 | S: Maintained | |
4007 | ||
4020f2d7 | 4008 | TI FLASH MEDIA INTERFACE DRIVER |
795fb7e7 JD |
4009 | P: Alex Dubov |
4010 | M: [email protected] | |
4011 | S: Maintained | |
4020f2d7 | 4012 | |
9f9c24f4 SK |
4013 | TI OMAP MMC INTERFACE DRIVER |
4014 | P: Carlos Aguiar, Anderson Briglia and Syed Khasim | |
b6a7e4c0 | 4015 | M: [email protected] |
9f9c24f4 SK |
4016 | W: http://linux.omap.com |
4017 | W: http://www.muru.com/linux/omap/ | |
4018 | S: Maintained | |
4019 | ||
844dd05f MB |
4020 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT |
4021 | P: Deepak Saxena | |
4022 | M: [email protected] | |
4023 | S: Maintained | |
4024 | ||
e86eaa3a PL |
4025 | TIPC NETWORK LAYER |
4026 | P: Per Liden | |
7c2b2aae | 4027 | M: [email protected] |
e86eaa3a | 4028 | P: Jon Maloy |
7c2b2aae | 4029 | M: [email protected] |
e86eaa3a | 4030 | P: Allan Stephens |
7c2b2aae | 4031 | M: [email protected] |
e86eaa3a PL |
4032 | L: [email protected] |
4033 | W: http://tipc.sourceforge.net/ | |
4034 | W: http://tipc.cslab.ericsson.net/ | |
4035 | T: git tipc.cslab.ericsson.net:/pub/git/tipc.git | |
4036 | S: Maintained | |
4037 | ||
1da177e4 LT |
4038 | TLAN NETWORK DRIVER |
4039 | P: Samuel Chessman | |
4040 | M: [email protected] | |
88c07dde | 4041 | L: [email protected] (subscribers-only) |
1da177e4 LT |
4042 | W: http://sourceforge.net/projects/tlan/ |
4043 | S: Maintained | |
4044 | ||
1da177e4 LT |
4045 | TOSHIBA ACPI EXTRAS DRIVER |
4046 | P: John Belmonte | |
4047 | M: [email protected] | |
4048 | W: http://memebeam.org/toys/ToshibaAcpiDriver | |
4049 | S: Maintained | |
4050 | ||
4051 | TOSHIBA SMM DRIVER | |
4052 | P: Jonathan Buzzard | |
4053 | M: [email protected] | |
4054 | L: [email protected] | |
4055 | W: http://www.buzzard.org.uk/toshiba/ | |
4056 | S: Maintained | |
4057 | ||
4e68852d | 4058 | TPM DEVICE DRIVER |
141c0240 RA |
4059 | P: Debora Velarde |
4060 | M: [email protected] | |
4061 | P: Rajiv Andrade | |
4062 | M: [email protected] | |
4e68852d AC |
4063 | W: http://tpmdd.sourceforge.net |
4064 | P: Marcel Selhorst | |
4065 | M: [email protected] | |
4066 | W: http://www.prosec.rub.de/tpm/ | |
4067 | L: [email protected] | |
4068 | S: Maintained | |
4069 | ||
1da177e4 | 4070 | TRIVIAL PATCHES |
1560a79a | 4071 | P: Jesper Juhl |
ce00f85c JC |
4072 | M: [email protected] |
4073 | L: [email protected] | |
1da177e4 LT |
4074 | S: Maintained |
4075 | ||
4e68852d AC |
4076 | TTY LAYER |
4077 | P: Alan Cox | |
4078 | M: [email protected] | |
4079 | L: [email protected] | |
4080 | S: Maintained | |
4081 | ||
740db6d7 GG |
4082 | TULIP NETWORK DRIVERS |
4083 | P: Grant Grundler | |
4084 | M: [email protected] | |
4085 | P: Kyle McMartin | |
42a5a8a6 | 4086 | M: [email protected] |
740db6d7 GG |
4087 | L: [email protected] |
4088 | S: Maintained | |
1da177e4 LT |
4089 | |
4090 | TUN/TAP driver | |
4091 | P: Maxim Krasnyansky | |
66777b79 | 4092 | M: [email protected] |
1da177e4 LT |
4093 | L: [email protected] |
4094 | W: http://vtun.sourceforge.net/tun | |
4095 | S: Maintained | |
4096 | ||
b454cc66 MR |
4097 | TURBOCHANNEL SUBSYSTEM |
4098 | P: Maciej W. Rozycki | |
4099 | M: [email protected] | |
4100 | S: Maintained | |
4101 | ||
1da177e4 LT |
4102 | U14-34F SCSI DRIVER |
4103 | P: Dario Ballabio | |
4104 | M: [email protected] | |
4105 | L: [email protected] | |
4106 | S: Maintained | |
4107 | ||
cc2020e6 AC |
4108 | UCLINUX (AND M68KNOMMU) |
4109 | P: Greg Ungerer | |
4110 | M: [email protected] | |
4111 | W: http://www.uclinux.org/ | |
4112 | L: [email protected] (subscribers-only) | |
4113 | S: Maintained | |
4114 | ||
cc2020e6 AC |
4115 | UCLINUX FOR RENESAS H8/300 |
4116 | P: Yoshinori Sato | |
4117 | M: [email protected] | |
4118 | W: http://uclinux-h8.sourceforge.jp/ | |
4119 | S: Supported | |
4120 | ||
1da177e4 | 4121 | UDF FILESYSTEM |
800fdfb9 JK |
4122 | P: Jan Kara |
4123 | M: [email protected] | |
1da177e4 LT |
4124 | W: http://linux-udf.sourceforge.net |
4125 | S: Maintained | |
4126 | ||
cc2020e6 AC |
4127 | UFS FILESYSTEM |
4128 | P: Evgeniy Dushistov | |
4129 | M: [email protected] | |
4130 | L: [email protected] | |
4131 | S: Maintained | |
4132 | ||
4133 | UltraSPARC (sparc64): | |
4134 | P: David S. Miller | |
4135 | M: [email protected] | |
4136 | L: [email protected] | |
4137 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git | |
4138 | S: Maintained | |
4139 | ||
1da177e4 LT |
4140 | UNIFORM CDROM DRIVER |
4141 | P: Jens Axboe | |
0fe23479 | 4142 | M: [email protected] |
1da177e4 LT |
4143 | L: [email protected] |
4144 | W: http://www.kernel.dk | |
4145 | S: Maintained | |
4146 | ||
4147 | USB ACM DRIVER | |
4148 | P: Oliver Neukum | |
4149 | M: [email protected] | |
6372594a | 4150 | L: [email protected] |
1da177e4 LT |
4151 | S: Maintained |
4152 | ||
4153 | USB BLOCK DRIVER (UB ub) | |
4154 | P: Pete Zaitcev | |
4155 | M: [email protected] | |
4156 | L: [email protected] | |
795fb7e7 | 4157 | L: [email protected] |
1da177e4 LT |
4158 | S: Supported |
4159 | ||
1da177e4 LT |
4160 | USB CDC ETHERNET DRIVER |
4161 | P: Greg Kroah-Hartman | |
4162 | M: [email protected] | |
795fb7e7 | 4163 | L: [email protected] |
1da177e4 LT |
4164 | S: Maintained |
4165 | W: http://www.kroah.com/linux-usb/ | |
4166 | ||
b02b371e PK |
4167 | USB CYPRESS C67X00 DRIVER |
4168 | P: Peter Korsgaard | |
4169 | M: [email protected] | |
4170 | L: [email protected] | |
4171 | S: Maintained | |
4172 | ||
d0374f4f PK |
4173 | USB DAVICOM DM9601 DRIVER |
4174 | P: Peter Korsgaard | |
4175 | M: [email protected] | |
043600a6 | 4176 | L: [email protected] |
d0374f4f PK |
4177 | W: http://www.linux-usb.org/usbnet |
4178 | S: Maintained | |
4179 | ||
cc2020e6 AC |
4180 | USB DIAMOND RIO500 DRIVER |
4181 | P: Cesar Miquel | |
4182 | M: [email protected] | |
4183 | L: [email protected] | |
4184 | W: http://rio500.sourceforge.net | |
4185 | S: Maintained | |
4186 | ||
1da177e4 LT |
4187 | USB EHCI DRIVER |
4188 | P: David Brownell | |
4189 | M: [email protected] | |
795fb7e7 | 4190 | L: [email protected] |
23d8c90e | 4191 | S: Odd Fixes |
1da177e4 | 4192 | |
7ce08c93 LR |
4193 | USB ET61X[12]51 DRIVER |
4194 | P: Luca Risolia | |
4195 | M: [email protected] | |
795fb7e7 | 4196 | L: [email protected] |
7ce08c93 LR |
4197 | L: [email protected] |
4198 | W: http://www.linux-projects.org | |
4199 | S: Maintained | |
4200 | ||
69ae9e3e DB |
4201 | USB GADGET/PERIPHERAL SUBSYSTEM |
4202 | P: David Brownell | |
4203 | M: [email protected] | |
795fb7e7 | 4204 | L: [email protected] |
69ae9e3e DB |
4205 | W: http://www.linux-usb.org/gadget |
4206 | S: Maintained | |
4207 | ||
2dea64b4 | 4208 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
641266fd JK |
4209 | P: Jiri Kosina |
4210 | M: [email protected] | |
795fb7e7 | 4211 | L: [email protected] |
a4dff398 | 4212 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 LT |
4213 | S: Maintained |
4214 | ||
959eea21 OK |
4215 | USB ISP116X DRIVER |
4216 | P: Olav Kongas | |
4217 | M: [email protected] | |
795fb7e7 | 4218 | L: [email protected] |
959eea21 OK |
4219 | S: Maintained |
4220 | ||
1da177e4 LT |
4221 | USB KAWASAKI LSI DRIVER |
4222 | P: Oliver Neukum | |
4223 | M: [email protected] | |
795fb7e7 | 4224 | L: [email protected] |
1da177e4 LT |
4225 | S: Maintained |
4226 | ||
4227 | USB MASS STORAGE DRIVER | |
4228 | P: Matthew Dharm | |
4229 | M: [email protected] | |
795fb7e7 | 4230 | L: [email protected] |
8836aeb8 | 4231 | L: [email protected] |
1da177e4 LT |
4232 | S: Maintained |
4233 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
4234 | ||
4235 | USB OHCI DRIVER | |
23d8c90e DB |
4236 | P: David Brownell |
4237 | M: [email protected] | |
795fb7e7 | 4238 | L: [email protected] |
23d8c90e | 4239 | S: Odd Fixes |
1da177e4 | 4240 | |
ba460e48 MU |
4241 | USB OPTION-CARD DRIVER |
4242 | P: Matthias Urlichs | |
4243 | M: [email protected] | |
795fb7e7 | 4244 | L: [email protected] |
ba460e48 MU |
4245 | S: Maintained |
4246 | ||
1da177e4 LT |
4247 | USB OV511 DRIVER |
4248 | P: Mark McClelland | |
4249 | M: [email protected] | |
795fb7e7 | 4250 | L: [email protected] |
1da177e4 LT |
4251 | W: http://alpha.dyndns.org/ov511/ |
4252 | S: Maintained | |
4253 | ||
4254 | USB PEGASUS DRIVER | |
4255 | P: Petko Manolov | |
4256 | M: [email protected] | |
795fb7e7 | 4257 | L: [email protected] |
043600a6 | 4258 | L: [email protected] |
1da177e4 LT |
4259 | W: http://pegasus2.sourceforge.net/ |
4260 | S: Maintained | |
4261 | ||
73e4fb3f PZ |
4262 | USB PRINTER DRIVER (usblp) |
4263 | P: Pete Zaitcev | |
4264 | M: [email protected] | |
795fb7e7 | 4265 | L: [email protected] |
73e4fb3f | 4266 | S: Supported |
1da177e4 LT |
4267 | |
4268 | USB RTL8150 DRIVER | |
4269 | P: Petko Manolov | |
4270 | M: [email protected] | |
795fb7e7 | 4271 | L: [email protected] |
043600a6 | 4272 | L: [email protected] |
1da177e4 LT |
4273 | W: http://pegasus2.sourceforge.net/ |
4274 | S: Maintained | |
4275 | ||
4276 | USB SE401 DRIVER | |
4277 | P: Jeroen Vreeken | |
4278 | M: [email protected] | |
795fb7e7 | 4279 | L: [email protected] |
1da177e4 LT |
4280 | W: http://www.chello.nl/~j.vreeken/se401/ |
4281 | S: Maintained | |
4282 | ||
4e68852d AC |
4283 | USB SERIAL BELKIN F5U103 DRIVER |
4284 | P: William Greathouse | |
4285 | M: [email protected] | |
795fb7e7 | 4286 | L: [email protected] |
4e68852d AC |
4287 | S: Maintained |
4288 | ||
4289 | USB SERIAL CYPRESS M8 DRIVER | |
4290 | P: Lonnie Mendez | |
4291 | M: [email protected] | |
795fb7e7 | 4292 | L: [email protected] |
4e68852d AC |
4293 | S: Maintained |
4294 | W: http://geocities.com/i0xox0i | |
4295 | W: http://firstlight.net/cvs | |
4296 | ||
1da177e4 LT |
4297 | USB SERIAL CYBERJACK DRIVER |
4298 | P: Matthias Bruestle and Harald Welte | |
4299 | M: [email protected] | |
4300 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php | |
4301 | S: Maintained | |
4302 | ||
4303 | USB SERIAL DIGI ACCELEPORT DRIVER | |
4304 | P: Peter Berger and Al Borchers | |
4305 | M: [email protected] | |
4306 | M: [email protected] | |
795fb7e7 | 4307 | L: [email protected] |
1da177e4 LT |
4308 | S: Maintained |
4309 | ||
4310 | USB SERIAL DRIVER | |
4311 | P: Greg Kroah-Hartman | |
4312 | M: [email protected] | |
795fb7e7 | 4313 | L: [email protected] |
1da177e4 LT |
4314 | S: Supported |
4315 | ||
1da177e4 LT |
4316 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
4317 | P: Gary Brubaker | |
4318 | M: [email protected] | |
795fb7e7 | 4319 | L: [email protected] |
1da177e4 LT |
4320 | S: Maintained |
4321 | ||
4322 | USB SERIAL KEYSPAN DRIVER | |
4323 | P: Greg Kroah-Hartman | |
4324 | M: [email protected] | |
795fb7e7 | 4325 | L: [email protected] |
1da177e4 LT |
4326 | W: http://www.kroah.com/linux/ |
4327 | S: Maintained | |
4328 | ||
4329 | USB SERIAL WHITEHEAT DRIVER | |
8bc84930 SM |
4330 | P: Support Department |
4331 | M: [email protected] | |
795fb7e7 | 4332 | L: [email protected] |
1da177e4 LT |
4333 | W: http://www.connecttech.com |
4334 | S: Supported | |
4335 | ||
f423b9a8 | 4336 | USB SN9C1xx DRIVER |
1da177e4 LT |
4337 | P: Luca Risolia |
4338 | M: [email protected] | |
795fb7e7 | 4339 | L: [email protected] |
7ce08c93 | 4340 | L: [email protected] |
1da177e4 LT |
4341 | W: http://www.linux-projects.org |
4342 | S: Maintained | |
4343 | ||
4344 | USB SUBSYSTEM | |
4345 | P: Greg Kroah-Hartman | |
4346 | M: [email protected] | |
795fb7e7 | 4347 | L: [email protected] |
1da177e4 | 4348 | W: http://www.linux-usb.org |
6fb0425b | 4349 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
4350 | S: Supported |
4351 | ||
4352 | USB UHCI DRIVER | |
4353 | P: Alan Stern | |
4354 | M: [email protected] | |
795fb7e7 | 4355 | L: [email protected] |
1da177e4 LT |
4356 | S: Maintained |
4357 | ||
69ae9e3e | 4358 | USB "USBNET" DRIVER FRAMEWORK |
1da177e4 LT |
4359 | P: David Brownell |
4360 | M: [email protected] | |
043600a6 | 4361 | L: [email protected] |
69ae9e3e | 4362 | W: http://www.linux-usb.org/usbnet |
1da177e4 LT |
4363 | S: Maintained |
4364 | ||
c0efd232 LP |
4365 | USB VIDEO CLASS |
4366 | P: Laurent Pinchart | |
4367 | M: [email protected] | |
ecc9a04d | 4368 | L: [email protected] |
c0efd232 LP |
4369 | L: [email protected] |
4370 | W: http://linux-uvc.berlios.de | |
4371 | S: Maintained | |
4372 | ||
1da177e4 LT |
4373 | USB W996[87]CF DRIVER |
4374 | P: Luca Risolia | |
4375 | M: [email protected] | |
795fb7e7 | 4376 | L: [email protected] |
7ce08c93 | 4377 | L: [email protected] |
1da177e4 LT |
4378 | W: http://www.linux-projects.org |
4379 | S: Maintained | |
4380 | ||
bf164cc0 JK |
4381 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
4382 | P: Jussi Kivilinna | |
4383 | M: [email protected] | |
4384 | L: [email protected] | |
4385 | S: Maintained | |
4386 | ||
60f78052 LR |
4387 | USB ZC0301 DRIVER |
4388 | P: Luca Risolia | |
4389 | M: [email protected] | |
795fb7e7 | 4390 | L: [email protected] |
60f78052 LR |
4391 | L: [email protected] |
4392 | W: http://www.linux-projects.org | |
4393 | S: Maintained | |
4394 | ||
1da177e4 LT |
4395 | USB ZD1201 DRIVER |
4396 | P: Jeroen Vreeken | |
4397 | M: [email protected] | |
795fb7e7 | 4398 | L: [email protected] |
1da177e4 LT |
4399 | W: http://linux-lc100020.sourceforge.net |
4400 | S: Maintained | |
4401 | ||
b7eee616 AJ |
4402 | USB ZR364XX DRIVER |
4403 | P: Antoine Jacquet | |
4404 | M: [email protected] | |
795fb7e7 | 4405 | L: [email protected] |
b7eee616 AJ |
4406 | L: [email protected] |
4407 | W: http://royale.zerezo.com/zr364xx/ | |
4408 | S: Maintained | |
4409 | ||
1da177e4 LT |
4410 | USER-MODE LINUX |
4411 | P: Jeff Dike | |
6650e0a5 | 4412 | M: [email protected] |
1da177e4 LT |
4413 | L: [email protected] |
4414 | L: [email protected] | |
4415 | W: http://user-mode-linux.sourceforge.net | |
4416 | S: Maintained | |
b7eee616 | 4417 | |
e5f114e9 HJK |
4418 | USERSPACE I/O (UIO) |
4419 | P: Hans J. Koch | |
4420 | M: [email protected] | |
4421 | P: Greg Kroah-Hartman | |
4422 | M: [email protected] | |
4423 | L: [email protected] | |
4424 | S: Maintained | |
4425 | ||
f899b0ad KZ |
4426 | UTIL-LINUX-NG PACKAGE |
4427 | P: Karel Zak | |
4428 | M: [email protected] | |
4429 | L: [email protected] | |
4430 | W: http://kernel.org/~kzak/util-linux-ng/ | |
4431 | T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git | |
4432 | S: Maintained | |
4433 | ||
4e68852d | 4434 | VFAT/FAT/MSDOS FILESYSTEM: |
1da177e4 LT |
4435 | P: OGAWA Hirofumi |
4436 | M: [email protected] | |
4437 | L: [email protected] | |
4438 | S: Maintained | |
4439 | ||
1da177e4 LT |
4440 | VIA RHINE NETWORK DRIVER |
4441 | P: Roger Luethi | |
4442 | M: [email protected] | |
4443 | S: Maintained | |
4444 | ||
32c0a520 JD |
4445 | VIAPRO SMBUS DRIVER |
4446 | P: Jean Delvare | |
4447 | M: [email protected] | |
5d925fec | 4448 | L: [email protected] |
32c0a520 JD |
4449 | S: Maintained |
4450 | ||
01f20734 FR |
4451 | VIA VELOCITY NETWORK DRIVER |
4452 | P: Francois Romieu | |
4453 | M: [email protected] | |
4454 | L: [email protected] | |
4455 | S: Maintained | |
4456 | ||
1da177e4 | 4457 | VIDEO FOR LINUX |
96b6aba0 | 4458 | P: Mauro Carvalho Chehab |
8d58d773 MCC |
4459 | M: [email protected] |
4460 | M: [email protected] | |
1da177e4 | 4461 | L: [email protected] |
96b6aba0 | 4462 | W: http://linuxtv.org |
ecfa4fdc | 4463 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
96b6aba0 | 4464 | S: Maintained |
1da177e4 | 4465 | |
be7f8273 PM |
4466 | VLAN (802.1Q) |
4467 | P: Patrick McHardy | |
4468 | M: [email protected] | |
4469 | L: [email protected] | |
4470 | S: Maintained | |
4471 | ||
e53e86c7 LG |
4472 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
4473 | P: Liam Girdwood | |
4474 | M: [email protected] | |
4475 | P: Mark Brown | |
4476 | M: [email protected] | |
4477 | W: http://opensource.wolfsonmicro.com/node/15 | |
4478 | T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git | |
4479 | S: Supported | |
4480 | ||
ab41319e JH |
4481 | VT1211 HARDWARE MONITOR DRIVER |
4482 | P: Juerg Haefliger | |
4483 | M: [email protected] | |
4484 | L: [email protected] | |
4485 | S: Maintained | |
4486 | ||
1de9e371 RL |
4487 | VT8231 HARDWARE MONITOR DRIVER |
4488 | P: Roger Lucas | |
af865765 | 4489 | M: [email protected] |
1de9e371 RL |
4490 | L: [email protected] |
4491 | S: Maintained | |
4492 | ||
1da177e4 LT |
4493 | W1 DALLAS'S 1-WIRE BUS |
4494 | P: Evgeniy Polyakov | |
4495 | M: [email protected] | |
1da177e4 LT |
4496 | S: Maintained |
4497 | ||
13927079 | 4498 | W83791D HARDWARE MONITORING DRIVER |
25845c22 MH |
4499 | P: Marc Hulsman |
4500 | M: [email protected] | |
13927079 | 4501 | L: [email protected] |
25845c22 | 4502 | S: Maintained |
13927079 | 4503 | |
61db011d RM |
4504 | W83793 HARDWARE MONITORING DRIVER |
4505 | P: Rudolf Marek | |
4506 | M: [email protected] | |
4507 | L: [email protected] | |
4508 | S: Maintained | |
4509 | ||
1da177e4 LT |
4510 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
4511 | P: Pierre Ossman | |
4512 | M: [email protected] | |
fac88991 | 4513 | L: [email protected] |
1da177e4 LT |
4514 | S: Maintained |
4515 | ||
3527761c WVS |
4516 | WATCHDOG DEVICE DRIVERS |
4517 | P: Wim Van Sebroeck | |
4518 | M: [email protected] | |
4519 | T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git | |
4520 | S: Maintained | |
4521 | ||
1da177e4 LT |
4522 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
4523 | P: Jean Tourrilhes | |
4524 | M: [email protected] | |
724c6b35 | 4525 | L: [email protected] |
1da177e4 LT |
4526 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
4527 | S: Maintained | |
4528 | ||
4529 | WD7000 SCSI DRIVER | |
4530 | P: Miroslav Zagorac | |
4531 | M: [email protected] | |
4532 | L: [email protected] | |
4533 | S: Maintained | |
4534 | ||
5fc14680 DT |
4535 | WISTRON LAPTOP BUTTON DRIVER |
4536 | P: Miloslav Trmac | |
4537 | M: [email protected] | |
4538 | S: Maintained | |
4539 | ||
1da177e4 LT |
4540 | WL3501 WIRELESS PCMCIA CARD DRIVER |
4541 | P: Arnaldo Carvalho de Melo | |
926554c4 | 4542 | M: [email protected] |
724c6b35 | 4543 | L: [email protected] |
926554c4 | 4544 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 LT |
4545 | S: Maintained |
4546 | ||
febf1dff MB |
4547 | WM97XX TOUCHSCREEN DRIVERS |
4548 | P: Mark Brown | |
4549 | M: [email protected] | |
4550 | P: Liam Girdwood | |
4551 | M: [email protected] | |
4552 | L: [email protected] | |
4553 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
4554 | W: http://opensource.wolfsonmicro.com/node/7 | |
4555 | S: Supported | |
4556 | ||
1da177e4 LT |
4557 | X.25 NETWORK LAYER |
4558 | P: Henner Eisen | |
4559 | M: [email protected] | |
4560 | L: [email protected] | |
4561 | S: Maintained | |
4562 | ||
4cdf6bc2 JF |
4563 | XEN HYPERVISOR INTERFACE |
4564 | P: Jeremy Fitzhardinge | |
4565 | M: [email protected] | |
4566 | P: Chris Wright | |
4567 | M: [email protected] | |
4568 | L: [email protected] | |
4569 | L: [email protected] | |
4570 | S: Supported | |
4571 | ||
1da177e4 LT |
4572 | XFS FILESYSTEM |
4573 | P: Silicon Graphics Inc | |
78bfd361 | 4574 | P: Tim Shimmin |
1da177e4 | 4575 | M: [email protected] |
d7ede1aa | 4576 | L: [email protected] |
1da177e4 | 4577 | W: http://oss.sgi.com/projects/xfs |
e99f056b | 4578 | T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git |
1da177e4 LT |
4579 | S: Supported |
4580 | ||
c9d3d8ec GL |
4581 | XILINX SYSTEMACE DRIVER |
4582 | P: Grant Likely | |
4583 | M: [email protected] | |
4584 | W: http://www.secretlab.ca/ | |
4585 | L: [email protected] | |
4586 | S: Maintained | |
4587 | ||
238b8721 PK |
4588 | XILINX UARTLITE SERIAL DRIVER |
4589 | P: Peter Korsgaard | |
4590 | M: [email protected] | |
4591 | L: [email protected] | |
4592 | S: Maintained | |
4593 | ||
6ce59b46 IM |
4594 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
4595 | P: Thomas Gleixner | |
4596 | M: [email protected] | |
1da177e4 LT |
4597 | P: Ingo Molnar |
4598 | M: [email protected] | |
6ce59b46 IM |
4599 | P: H. Peter Anvin |
4600 | M: [email protected] | |
4601 | L: [email protected] | |
4602 | T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | |
1da177e4 LT |
4603 | S: Maintained |
4604 | ||
1da177e4 LT |
4605 | YAM DRIVER FOR AX.25 |
4606 | P: Jean-Paul Roubelat | |
4607 | M: [email protected] | |
4608 | L: [email protected] | |
4609 | S: Maintained | |
4610 | ||
af64a5eb HV |
4611 | YEALINK PHONE DRIVER |
4612 | P: Henk Vergonet | |
4613 | M: [email protected] | |
4614 | L: [email protected] | |
4615 | S: Maintained | |
4616 | ||
1da177e4 LT |
4617 | Z8530 DRIVER FOR AX.25 |
4618 | P: Joerg Reuter | |
4619 | M: [email protected] | |
4620 | W: http://yaina.de/jreuter/ | |
4621 | W: http://www.qsl.net/dl1bke/ | |
4622 | L: [email protected] | |
4623 | S: Maintained | |
4624 | ||
7c0c3afb DD |
4625 | ZD1211RW WIRELESS DRIVER |
4626 | P: Daniel Drake | |
4627 | M: [email protected] | |
4628 | P: Ulrich Kunitz | |
4629 | M: [email protected] | |
4630 | W: http://zd1211.ath.cx/wiki/DriverRewrite | |
724c6b35 | 4631 | L: [email protected] |
7c0c3afb DD |
4632 | L: [email protected] (subscribers-only) |
4633 | S: Maintained | |
4634 | ||
1da177e4 LT |
4635 | ZR36067 VIDEO FOR LINUX DRIVER |
4636 | P: Ronald Bultje | |
4637 | M: [email protected] | |
4638 | L: [email protected] | |
4639 | W: http://mjpeg.sourceforge.net/driver-zoran/ | |
4640 | S: Maintained | |
4641 | ||
8b4a4080 MR |
4642 | ZS DECSTATION Z85C30 SERIAL DRIVER |
4643 | P: Maciej W. Rozycki | |
4644 | M: [email protected] | |
4645 | S: Maintained | |
4646 | ||
1da177e4 LT |
4647 | THE REST |
4648 | P: Linus Torvalds | |
4649 | S: Buried alive in reporters |