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