]>
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 | |
33 | generalized kernel feature ready for next time. See | |
34 | Documentation/CodingStyle for guidance here. | |
35 | ||
36 | PLEASE try to include any credit lines you want added with the | |
37 | patch. It avoids people being missed off by mistake and makes | |
38 | it easier to know who wants adding and who doesn't. | |
39 | ||
40 | PLEASE document known bugs. If it doesn't work for everything | |
41 | or does something very odd once a month document it. | |
42 | ||
c9ee133b AC |
43 | PLEASE remember that submissions must be made under the terms |
44 | of the OSDL certificate of contribution | |
45 | (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html) | |
46 | and should include a Signed-off-by: line. | |
47 | ||
1da177e4 LT |
48 | 6. Make sure you have the right to send any changes you make. If you |
49 | do changes at work you may find your employer owns the patch | |
50 | not you. | |
51 | ||
c9ee133b AC |
52 | 7. When sending security related changes or reports to a maintainer |
53 | please Cc: [email protected], especially if the maintainer | |
54 | does not respond. | |
55 | ||
56 | 8. Happy hacking. | |
1da177e4 LT |
57 | |
58 | ----------------------------------- | |
59 | ||
60 | Maintainers List (try to look for most precise areas first) | |
61 | ||
62 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
63 | order. If you could add yourselves to it in alphabetical order that would be | |
64 | so much easier [Ed] | |
65 | ||
66 | P: Person | |
67 | M: Mail patches to | |
68 | L: Mailing list that is relevant to this area | |
69 | W: Web-page with status/info | |
50306fb5 | 70 | T: SCM tree type and location. Type is one of: git, hg, quilt. |
1da177e4 LT |
71 | S: Status, one of the following: |
72 | ||
73 | Supported: Someone is actually paid to look after this. | |
74 | Maintained: Someone actually looks after it. | |
75 | Odd Fixes: It has a maintainer but they don't have time to do | |
76 | much other than throw the odd patch in. See below.. | |
77 | Orphan: No current maintainer [but maybe you could take the | |
78 | role as you write your new code]. | |
79 | Obsolete: Old code. Something tagged obsolete generally means | |
80 | it has been replaced by a better system and you | |
81 | should be using that. | |
82 | ||
83 | 3C359 NETWORK DRIVER | |
84 | P: Mike Phillips | |
85 | M: [email protected] | |
979b6c13 | 86 | L: [email protected] |
1da177e4 LT |
87 | L: [email protected] |
88 | W: http://www.linuxtr.net | |
89 | S: Maintained | |
90 | ||
91 | 3C505 NETWORK DRIVER | |
92 | P: Philip Blundell | |
93 | M: [email protected] | |
979b6c13 | 94 | L: [email protected] |
1da177e4 LT |
95 | S: Maintained |
96 | ||
97 | 3CR990 NETWORK DRIVER | |
98 | P: David Dillow | |
99 | M: [email protected] | |
979b6c13 | 100 | L: [email protected] |
1da177e4 LT |
101 | S: Maintained |
102 | ||
103 | 3W-XXXX ATA-RAID CONTROLLER DRIVER | |
104 | P: Adam Radford | |
105 | M: [email protected] | |
106 | L: [email protected] | |
107 | W: http://www.amcc.com | |
108 | S: Supported | |
109 | ||
110 | 3W-9XXX SATA-RAID CONTROLLER DRIVER | |
111 | P: Adam Radford | |
112 | M: [email protected] | |
113 | L: [email protected] | |
114 | W: http://www.amcc.com | |
115 | S: Supported | |
116 | ||
117 | 53C700 AND 53C700-66 SCSI DRIVER | |
118 | P: James E.J. Bottomley | |
119 | M: [email protected] | |
120 | L: [email protected] | |
121 | S: Maintained | |
122 | ||
123 | 6PACK NETWORK DRIVER FOR AX.25 | |
124 | P: Andreas Koensgen | |
125 | M: [email protected] | |
126 | L: [email protected] | |
127 | S: Maintained | |
128 | ||
129 | 8139CP 10/100 FAST ETHERNET DRIVER | |
130 | P: Jeff Garzik | |
131 | M: [email protected] | |
132 | S: Maintained | |
133 | ||
134 | 8139TOO 10/100 FAST ETHERNET DRIVER | |
135 | P: Jeff Garzik | |
136 | M: [email protected] | |
137 | W: http://sourceforge.net/projects/gkernel/ | |
138 | S: Maintained | |
139 | ||
140 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER | |
141 | P: Francois Romieu | |
142 | M: [email protected] | |
979b6c13 | 143 | L: [email protected] |
1da177e4 LT |
144 | S: Maintained |
145 | ||
146 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
1da177e4 LT |
147 | L: [email protected] |
148 | W: http://serial.sourceforge.net | |
353cefdb | 149 | S: Orphan |
1da177e4 LT |
150 | |
151 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
152 | P: Paul Gortmaker | |
153 | M: [email protected] | |
979b6c13 | 154 | L: [email protected] |
1da177e4 LT |
155 | S: Maintained |
156 | ||
67543e50 | 157 | 9P FILE SYSTEM |
ce00f85c JC |
158 | P: Eric Van Hensbergen |
159 | M: [email protected] | |
160 | P: Ron Minnich | |
161 | M: [email protected] | |
162 | P: Latchesar Ionkov | |
163 | M: [email protected] | |
164 | L: [email protected] | |
165 | W: http://v9fs.sf.net | |
166 | T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git | |
167 | S: Maintained | |
67543e50 | 168 | |
1da177e4 LT |
169 | A2232 SERIAL BOARD DRIVER |
170 | P: Enver Haase | |
171 | M: [email protected] | |
172 | M: [email protected] | |
173 | L: [email protected] | |
174 | S: Maintained | |
175 | ||
176 | AIO | |
177 | P: Benjamin LaHaise | |
178 | M: [email protected] | |
179 | L: [email protected] | |
180 | S: Supported | |
181 | ||
f2b84bbc HG |
182 | ABIT UGURU HARDWARE MONITOR DRIVER |
183 | P: Hans de Goede | |
184 | M: [email protected] | |
185 | L: [email protected] | |
186 | S: Maintained | |
187 | ||
1da177e4 LT |
188 | ACENIC DRIVER |
189 | P: Jes Sorensen | |
190 | M: [email protected] | |
191 | L: [email protected] | |
192 | S: Maintained | |
193 | ||
194 | ACI MIXER DRIVER | |
195 | P: Robert Siemer | |
196 | M: [email protected] | |
197 | L: [email protected] | |
198 | W: http://www.stud.uni-karlsruhe.de/~uh1b/ | |
199 | S: Maintained | |
200 | ||
1da177e4 LT |
201 | AACRAID SCSI RAID DRIVER |
202 | P: Adaptec OEM Raid Solutions | |
203 | L: [email protected] | |
204 | W: http://linux.dell.com/storage.shtml | |
205 | S: Supported | |
206 | ||
207 | ACPI | |
208 | P: Len Brown | |
209 | M: [email protected] | |
8b59a454 | 210 | M: [email protected] |
6968e50c | 211 | L: [email protected] |
1da177e4 | 212 | W: http://acpi.sourceforge.net/ |
6fb0425b | 213 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
8b59a454 LB |
214 | S: Supported |
215 | ||
216 | ACPI BATTERY DRIVERS | |
217 | P: Vladimir P. Lebedev | |
218 | M: [email protected] | |
219 | L: [email protected] | |
220 | W: http://acpi.sourceforge.net/ | |
221 | S: Supported | |
222 | ||
223 | ACPI EC DRIVER | |
224 | P: Alexey Starikovskiy | |
225 | M: [email protected] | |
226 | L: [email protected] | |
227 | W: http://acpi.sourceforge.net/ | |
228 | S: Supported | |
229 | ||
230 | ACPI FAN DRIVER | |
231 | P: Konstantin A. Karasyov | |
232 | M: [email protected] | |
233 | L: [email protected] | |
234 | W: http://acpi.sourceforge.net/ | |
235 | S: Supported | |
1da177e4 | 236 | |
998be20f KCA |
237 | ACPI PCI HOTPLUG DRIVER |
238 | P: Kristen Carlson Accardi | |
239 | M: [email protected] | |
240 | L: [email protected] | |
8b59a454 LB |
241 | S: Supported |
242 | ||
243 | ACPI THERMAL DRIVER | |
244 | P: Konstantin A. Karasyov | |
245 | M: [email protected] | |
246 | L: [email protected] | |
247 | W: http://acpi.sourceforge.net/ | |
248 | S: Supported | |
998be20f | 249 | |
1da177e4 LT |
250 | AD1816 SOUND DRIVER |
251 | P: Thorsten Knabe | |
252 | M: Thorsten Knabe <[email protected]> | |
253 | W: http://linux.thorsten-knabe.de | |
254 | S: Maintained | |
255 | ||
6958ae31 KM |
256 | AD1889 SOUND DRIVER |
257 | P: Kyle McMartin | |
258 | M: [email protected] | |
259 | P: Thibaut Varene | |
260 | M: [email protected] | |
261 | W: http://wiki.parisc-linux.org/AD1889 | |
262 | L: [email protected] | |
263 | S: Maintained | |
264 | ||
1da177e4 LT |
265 | ADM1025 HARDWARE MONITOR DRIVER |
266 | P: Jean Delvare | |
267 | M: [email protected] | |
cc0b07ed | 268 | L: [email protected] |
1da177e4 LT |
269 | S: Maintained |
270 | ||
271 | ADT746X FAN DRIVER | |
272 | P: Colin Leroy | |
273 | M: [email protected] | |
274 | S: Maintained | |
275 | ||
1da177e4 LT |
276 | AEDSP16 DRIVER |
277 | P: Riccardo Facchetti | |
278 | M: [email protected] | |
279 | S: Maintained | |
280 | ||
281 | AFFS FILE SYSTEM | |
282 | P: Roman Zippel | |
283 | M: [email protected] | |
284 | S: Maintained | |
285 | ||
286 | AGPGART DRIVER | |
287 | P: Dave Jones | |
288 | M: [email protected] | |
289 | W: http://www.codemonkey.org.uk/projects/agp/ | |
1adc1230 | 290 | T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git |
1da177e4 LT |
291 | S: Maintained |
292 | ||
293 | AHA152X SCSI DRIVER | |
294 | P: Juergen E. Fischer | |
295 | M: Juergen Fischer <[email protected]> | |
296 | L: [email protected] | |
297 | S: Maintained | |
298 | ||
299 | ALCATEL SPEEDTOUCH USB DRIVER | |
300 | P: Duncan Sands | |
301 | M: [email protected] | |
302 | L: [email protected] | |
303 | L: [email protected] | |
304 | W: http://www.linux-usb.org/SpeedTouch/ | |
305 | S: Maintained | |
306 | ||
4a4e5787 RM |
307 | ALI1563 I2C DRIVER |
308 | P: Rudolf Marek | |
7188cc66 | 309 | M: [email protected] |
5d925fec | 310 | L: [email protected] |
4a4e5787 RM |
311 | S: Maintained |
312 | ||
1da177e4 LT |
313 | ALPHA PORT |
314 | P: Richard Henderson | |
315 | M: [email protected] | |
316 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
317 | P: Ivan Kokshaysky | |
318 | M: [email protected] | |
319 | S: Maintained for 2.4; PCI support for 2.6. | |
320 | ||
f90b8116 | 321 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
ce00f85c JC |
322 | P: Jordan Crouse |
323 | M: [email protected] | |
f90b8116 JC |
324 | L: [email protected] |
325 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html | |
326 | S: Supported | |
327 | ||
284f42b6 SP |
328 | AMS (Apple Motion Sensor) DRIVER |
329 | P: Stelian Pop | |
330 | M: [email protected] | |
331 | P: Michael Hanselmann | |
332 | M: [email protected] | |
333 | S: Supported | |
334 | ||
f94b533d TT |
335 | AMSO1100 RNIC DRIVER |
336 | P: Tom Tucker | |
337 | M: [email protected] | |
338 | P: Steve Wise | |
339 | M: [email protected] | |
340 | L: [email protected] | |
341 | S: Maintained | |
342 | ||
42269063 JB |
343 | AOA (Apple Onboard Audio) ALSA DRIVER |
344 | P: Johannes Berg | |
345 | M: [email protected] | |
346 | L: [email protected] | |
347 | L: [email protected] | |
348 | S: Maintained | |
349 | ||
1da177e4 LT |
350 | APM DRIVER |
351 | P: Stephen Rothwell | |
352 | M: [email protected] | |
353 | L: [email protected] | |
354 | W: http://www.canb.auug.org.au/~sfr/ | |
355 | S: Supported | |
356 | ||
357 | APPLETALK NETWORK LAYER | |
358 | P: Arnaldo Carvalho de Melo | |
359 | M: [email protected] | |
360 | S: Maintained | |
361 | ||
1154ea7d JK |
362 | ARC FRAMEBUFFER DRIVER |
363 | P: Jaya Kumar | |
364 | M: [email protected] | |
365 | S: Maintained | |
366 | ||
1da177e4 LT |
367 | ARM26 ARCHITECTURE |
368 | P: Ian Molton | |
369 | M: [email protected] | |
370 | S: Maintained | |
371 | ||
372 | ARM26/ARCHIMEDES | |
373 | P: Ian Molton | |
374 | M: [email protected] | |
375 | S: Maintained | |
376 | ||
377 | ARM26/A5000 | |
378 | P: John Appleby | |
379 | M: [email protected] | |
380 | S: Maintained | |
381 | ||
382 | ARM MFM AND FLOPPY DRIVERS | |
383 | P: Ian Molton | |
384 | M: [email protected] | |
385 | S: Maintained | |
386 | ||
2b7a52a4 LB |
387 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
388 | P: Lennert Buytenhek | |
389 | M: [email protected] | |
390 | L: [email protected] (subscribers-only) | |
391 | S: Maintained | |
392 | ||
393 | ARM/ADS SPHERE MACHINE SUPPORT | |
394 | P: Lennert Buytenhek | |
395 | M: [email protected] | |
396 | L: [email protected] (subscribers-only) | |
397 | S: Maintained | |
398 | ||
399 | ARM/AJECO 1ARM MACHINE SUPPORT | |
400 | P: Lennert Buytenhek | |
401 | M: [email protected] | |
402 | L: [email protected] (subscribers-only) | |
403 | S: Maintained | |
404 | ||
d4a89c7d AV |
405 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
406 | P: Andrew Victor | |
407 | M: [email protected] | |
408 | L: [email protected] (subscribers-only) | |
409 | W: http://maxim.org.za/at91_26.html | |
410 | S: Maintained | |
411 | ||
2b7a52a4 LB |
412 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
413 | P: Lennert Buytenhek | |
414 | M: [email protected] | |
415 | L: [email protected] (subscribers-only) | |
416 | S: Maintained | |
417 | ||
418 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
419 | P: Lennert Buytenhek | |
420 | M: [email protected] | |
421 | L: [email protected] (subscribers-only) | |
422 | S: Maintained | |
423 | ||
1da177e4 LT |
424 | ARM/CORGI MACHINE SUPPORT |
425 | P: Richard Purdie | |
426 | M: [email protected] | |
427 | S: Maintained | |
428 | ||
2b7a52a4 LB |
429 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
430 | P: Lennert Buytenhek | |
431 | M: [email protected] | |
432 | L: [email protected] (subscribers-only) | |
433 | S: Maintained | |
434 | ||
21f37bc3 KE |
435 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
436 | P: Kristoffer Ericson | |
437 | M: [email protected] | |
438 | W: www.jlime.com | |
439 | S: Maintained | |
440 | ||
2b7a52a4 LB |
441 | ARM/INTEL IOP32X ARM ARCHITECTURE |
442 | P: Lennert Buytenhek | |
443 | M: [email protected] | |
e2bdb176 DW |
444 | P: Dan Williams |
445 | M: [email protected] | |
2b7a52a4 | 446 | L: [email protected] (subscribers-only) |
e2bdb176 DW |
447 | S: Supported |
448 | ||
449 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
450 | P: Dan Williams | |
451 | M: [email protected] | |
452 | L: [email protected] (subscribers-only) | |
453 | S: Supported | |
2b7a52a4 LB |
454 | |
455 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
456 | P: Lennert Buytenhek | |
457 | M: [email protected] | |
e2bdb176 DW |
458 | P: Dan Williams |
459 | M: [email protected] | |
2b7a52a4 | 460 | L: [email protected] (subscribers-only) |
e2bdb176 | 461 | S: Supported |
2b7a52a4 LB |
462 | |
463 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
464 | P: Lennert Buytenhek | |
465 | M: [email protected] | |
e2bdb176 DW |
466 | P: Dan Williams |
467 | M: [email protected] | |
2b7a52a4 | 468 | L: [email protected] (subscribers-only) |
e2bdb176 | 469 | S: Supported |
2b7a52a4 LB |
470 | |
471 | ARM/INTEL IXP2000 ARM ARCHITECTURE | |
472 | P: Lennert Buytenhek | |
473 | M: [email protected] | |
474 | L: [email protected] (subscribers-only) | |
475 | S: Maintained | |
476 | ||
477 | ARM/INTEL IXDP2850 MACHINE SUPPORT | |
478 | P: Lennert Buytenhek | |
479 | M: [email protected] | |
480 | L: [email protected] (subscribers-only) | |
481 | S: Maintained | |
482 | ||
483 | ARM/INTEL IXP23XX ARM ARCHITECTURE | |
484 | P: Lennert Buytenhek | |
485 | M: [email protected] | |
486 | L: [email protected] (subscribers-only) | |
487 | S: Maintained | |
488 | ||
489 | ARM/INTEL XSC3 (MANZANO) ARM CORE | |
490 | P: Lennert Buytenhek | |
491 | M: [email protected] | |
e2bdb176 DW |
492 | P: Dan Williams |
493 | M: [email protected] | |
2b7a52a4 | 494 | L: [email protected] (subscribers-only) |
e2bdb176 | 495 | S: Supported |
2b7a52a4 LB |
496 | |
497 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
498 | P: Lennert Buytenhek | |
499 | M: [email protected] | |
500 | L: [email protected] (subscribers-only) | |
501 | S: Maintained | |
502 | ||
503 | ARM/LOGICPD PXA270 MACHINE SUPPORT | |
504 | P: Lennert Buytenhek | |
505 | M: [email protected] | |
506 | L: [email protected] (subscribers-only) | |
507 | S: Maintained | |
508 | ||
8459c159 DO |
509 | ARM/TOSA MACHINE SUPPORT |
510 | P: Dirk Opfer | |
511 | M: [email protected] | |
512 | S: Maintained | |
513 | ||
1da177e4 LT |
514 | ARM/PLEB SUPPORT |
515 | P: Peter Chubb | |
516 | M: [email protected] | |
517 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | |
518 | S: Maintained | |
519 | ||
520 | ARM/PT DIGITAL BOARD PORT | |
521 | P: Stefan Eletzhofer | |
522 | M: [email protected] | |
70f09f1f | 523 | L: [email protected] (subscribers-only) |
1da177e4 LT |
524 | W: http://www.arm.linux.org.uk/ |
525 | S: Maintained | |
526 | ||
2b7a52a4 LB |
527 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
528 | P: Lennert Buytenhek | |
529 | M: [email protected] | |
530 | L: [email protected] (subscribers-only) | |
531 | S: Maintained | |
532 | ||
1da177e4 LT |
533 | ARM/SHARK MACHINE SUPPORT |
534 | P: Alexander Schulz | |
535 | M: [email protected] | |
536 | W: http://www.shark-linux.de/shark.html | |
537 | S: Maintained | |
538 | ||
539 | ARM/STRONGARM110 PORT | |
540 | P: Russell King | |
541 | M: [email protected] | |
70f09f1f | 542 | L: [email protected] (subscribers-only) |
1da177e4 LT |
543 | W: http://www.arm.linux.org.uk/ |
544 | S: Maintained | |
545 | ||
546 | ARM/S3C2410 ARM ARCHITECTURE | |
547 | P: Ben Dooks | |
449d4dd5 | 548 | M: [email protected] |
70f09f1f | 549 | L: [email protected] (subscribers-only) |
1da177e4 LT |
550 | W: http://www.fluff.org/ben/linux/ |
551 | S: Maintained | |
552 | ||
553 | ARM/S3C2440 ARM ARCHITECTURE | |
554 | P: Ben Dooks | |
449d4dd5 | 555 | M: [email protected] |
70f09f1f | 556 | L: [email protected] (subscribers-only) |
1da177e4 LT |
557 | W: http://www.fluff.org/ben/linux/ |
558 | S: Maintained | |
559 | ||
2b7a52a4 LB |
560 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
561 | P: Lennert Buytenhek | |
562 | M: [email protected] | |
563 | L: [email protected] (subscribers-only) | |
564 | S: Maintained | |
565 | ||
566 | ARM/THECUS N2100 MACHINE SUPPORT | |
567 | P: Lennert Buytenhek | |
568 | M: [email protected] | |
569 | L: [email protected] (subscribers-only) | |
570 | S: Maintained | |
571 | ||
1da177e4 LT |
572 | ARPD SUPPORT |
573 | P: Jonathan Layes | |
979b6c13 | 574 | L: [email protected] |
1da177e4 LT |
575 | S: Maintained |
576 | ||
577 | ASUS ACPI EXTRAS DRIVER | |
0b67d946 LB |
578 | P: Corentin Chary |
579 | M: [email protected] | |
1da177e4 LT |
580 | P: Karol Kozimor |
581 | M: [email protected] | |
1da177e4 LT |
582 | L: [email protected] |
583 | W: http://sourceforge.net/projects/acpi4asus | |
0b67d946 | 584 | W: http://xf.iksaif.net/acpi4asus |
1da177e4 LT |
585 | S: Maintained |
586 | ||
587 | ATA OVER ETHERNET DRIVER | |
588 | P: Ed L. Cashin | |
589 | M: [email protected] | |
590 | W: http://www.coraid.com/support/linux | |
591 | S: Supported | |
592 | ||
593 | ATM | |
594 | P: Chas Williams | |
595 | M: [email protected] | |
f37bf90e | 596 | L: [email protected] (subscribers-only) |
1da177e4 LT |
597 | W: http://linux-atm.sourceforge.net |
598 | S: Maintained | |
599 | ||
89e5785f HS |
600 | ATMEL MACB ETHERNET DRIVER |
601 | P: Atmel AVR32 Support Team | |
602 | M: [email protected] | |
603 | P: Haavard Skinnemoen | |
604 | M: [email protected] | |
605 | S: Supported | |
606 | ||
1da177e4 LT |
607 | ATMEL WIRELESS DRIVER |
608 | P: Simon Kelley | |
609 | M: [email protected] | |
610 | W: http://www.thekelleys.org.uk/atmel | |
611 | W: http://atmelwlandriver.sourceforge.net/ | |
612 | S: Maintained | |
613 | ||
a92b7b80 | 614 | AUDIT SUBSYSTEM |
ad3f9a22 DW |
615 | P: David Woodhouse |
616 | M: [email protected] | |
617 | L: [email protected] | |
618 | W: http://people.redhat.com/sgrubb/audit/ | |
1adc1230 | 619 | T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git |
a92b7b80 CW |
620 | S: Maintained |
621 | ||
5f97f7f9 HS |
622 | AVR32 ARCHITECTURE |
623 | P: Atmel AVR32 Support Team | |
624 | M: [email protected] | |
625 | P: Haavard Skinnemoen | |
626 | M: [email protected] | |
627 | W: http://www.atmel.com/products/AVR32/ | |
628 | W: http://avr32linux.org/ | |
629 | W: http://avrfreaks.net/ | |
630 | S: Supported | |
631 | ||
632 | AVR32/AT32AP MACHINE SUPPORT | |
633 | P: Atmel AVR32 Support Team | |
634 | M: [email protected] | |
635 | P: Haavard Skinnemoen | |
636 | M: [email protected] | |
637 | S: Supported | |
638 | ||
1da177e4 LT |
639 | AX.25 NETWORK LAYER |
640 | P: Ralf Baechle | |
641 | M: [email protected] | |
642 | L: [email protected] | |
d34cb28a | 643 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
644 | S: Maintained |
645 | ||
646 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 | |
647 | P: Thomas Sailer | |
648 | M: [email protected] | |
649 | L: [email protected] | |
650 | W: http://www.baycom.org/~tom/ham/ham.html | |
651 | S: Maintained | |
652 | ||
fb67a0f7 MB |
653 | BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) |
654 | P: Larry Finger | |
655 | M: [email protected] | |
9eac8f95 MB |
656 | P: Stefano Brivio |
657 | M: [email protected] | |
658 | W: http://bcm43xx.berlios.de/ | |
659 | S: Maintained | |
660 | ||
1da177e4 LT |
661 | BEFS FILE SYSTEM |
662 | P: Sergey S. Kostyliov | |
663 | M: [email protected] | |
664 | L: [email protected] | |
665 | S: Maintained | |
666 | ||
667 | BERKSHIRE PRODUCTS PC WATCHDOG DRIVER | |
668 | P: Kenji Hollis | |
669 | W: http://ftp.bitgate.com/pcwd/ | |
670 | S: Maintained | |
671 | ||
672 | BFS FILE SYSTEM | |
673 | P: Tigran A. Aivazian | |
b5b9df69 | 674 | M: [email protected] |
1da177e4 LT |
675 | L: [email protected] |
676 | S: Maintained | |
677 | ||
678 | BLOCK LAYER | |
679 | P: Jens Axboe | |
0fe23479 | 680 | M: [email protected] |
1da177e4 | 681 | L: [email protected] |
6fb0425b | 682 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1da177e4 LT |
683 | S: Maintained |
684 | ||
685 | BLUETOOTH SUBSYSTEM | |
686 | P: Marcel Holtmann | |
687 | M: [email protected] | |
688 | P: Maxim Krasnyansky | |
689 | M: [email protected] | |
690 | L: [email protected] | |
691 | W: http://bluez.sf.net | |
692 | W: http://www.bluez.org | |
693 | W: http://www.holtmann.org/linux/bluetooth/ | |
1adc1230 | 694 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
1da177e4 LT |
695 | S: Maintained |
696 | ||
697 | BLUETOOTH RFCOMM LAYER | |
698 | P: Marcel Holtmann | |
699 | M: [email protected] | |
700 | P: Maxim Krasnyansky | |
701 | M: [email protected] | |
702 | S: Maintained | |
703 | ||
704 | BLUETOOTH BNEP LAYER | |
705 | P: Marcel Holtmann | |
706 | M: [email protected] | |
707 | P: Maxim Krasnyansky | |
708 | M: [email protected] | |
709 | S: Maintained | |
710 | ||
711 | BLUETOOTH CMTP LAYER | |
712 | P: Marcel Holtmann | |
713 | M: [email protected] | |
714 | S: Maintained | |
715 | ||
716 | BLUETOOTH HIDP LAYER | |
717 | P: Marcel Holtmann | |
718 | M: [email protected] | |
719 | S: Maintained | |
720 | ||
721 | BLUETOOTH HCI UART DRIVER | |
722 | P: Marcel Holtmann | |
723 | M: [email protected] | |
724 | P: Maxim Krasnyansky | |
725 | M: [email protected] | |
726 | S: Maintained | |
727 | ||
728 | BLUETOOTH HCI USB DRIVER | |
729 | P: Marcel Holtmann | |
730 | M: [email protected] | |
731 | P: Maxim Krasnyansky | |
732 | M: [email protected] | |
733 | S: Maintained | |
734 | ||
735 | BLUETOOTH HCI BCM203X DRIVER | |
736 | P: Marcel Holtmann | |
737 | M: [email protected] | |
738 | S: Maintained | |
739 | ||
740 | BLUETOOTH HCI BPA10X DRIVER | |
741 | P: Marcel Holtmann | |
742 | M: [email protected] | |
743 | S: Maintained | |
744 | ||
745 | BLUETOOTH HCI BFUSB DRIVER | |
746 | P: Marcel Holtmann | |
747 | M: [email protected] | |
748 | S: Maintained | |
749 | ||
750 | BLUETOOTH HCI DTL1 DRIVER | |
751 | P: Marcel Holtmann | |
752 | M: [email protected] | |
753 | S: Maintained | |
754 | ||
755 | BLUETOOTH HCI BLUECARD DRIVER | |
756 | P: Marcel Holtmann | |
757 | M: [email protected] | |
758 | S: Maintained | |
759 | ||
760 | BLUETOOTH HCI BT3C DRIVER | |
761 | P: Marcel Holtmann | |
762 | M: [email protected] | |
763 | S: Maintained | |
764 | ||
765 | BLUETOOTH HCI BTUART DRIVER | |
766 | P: Marcel Holtmann | |
767 | M: [email protected] | |
768 | S: Maintained | |
769 | ||
770 | BLUETOOTH HCI VHCI DRIVER | |
771 | P: Maxim Krasnyansky | |
772 | M: [email protected] | |
773 | S: Maintained | |
774 | ||
775 | BONDING DRIVER | |
ce00f85c JC |
776 | P: Chad Tindel |
777 | M: [email protected] | |
778 | P: Jay Vosburgh | |
779 | M: [email protected] | |
780 | L: [email protected] | |
781 | W: http://sourceforge.net/projects/bonding/ | |
782 | S: Supported | |
1da177e4 | 783 | |
fef1c772 AB |
784 | BROADBAND PROCESSOR ARCHITECTURE |
785 | P: Arnd Bergmann | |
786 | M: [email protected] | |
1d049816 | 787 | L: [email protected] |
6d923f98 | 788 | W: http://www.penguinppc.org/ppc64/ |
fef1c772 AB |
789 | S: Supported |
790 | ||
39105890 GZ |
791 | BROADCOM B44 10/100 ETHERNET DRIVER |
792 | P: Gary Zambrano | |
793 | M: [email protected] | |
794 | L: [email protected] | |
795 | S: Supported | |
796 | ||
948c51e6 MC |
797 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
798 | P: Michael Chan | |
799 | M: [email protected] | |
800 | L: [email protected] | |
801 | S: Supported | |
802 | ||
803 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | |
804 | P: Michael Chan | |
805 | M: [email protected] | |
806 | L: [email protected] | |
807 | S: Supported | |
808 | ||
1da177e4 | 809 | BTTV VIDEO4LINUX DRIVER |
96b6aba0 | 810 | P: Mauro Carvalho Chehab |
8d58d773 MCC |
811 | M: [email protected] |
812 | M: [email protected] | |
1da177e4 | 813 | L: [email protected] |
96b6aba0 | 814 | W: http://linuxtv.org |
ecfa4fdc | 815 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
96b6aba0 | 816 | S: Maintained |
1da177e4 | 817 | |
77dac90f MBY |
818 | CALGARY x86-64 IOMMU |
819 | P: Muli Ben-Yehuda | |
820 | M: [email protected] | |
821 | P: Jon D. Mason | |
d8d2bedf | 822 | M: [email protected] |
77dac90f MBY |
823 | L: [email protected] |
824 | L: [email protected] | |
825 | S: Maintained | |
826 | ||
1da177e4 LT |
827 | COMMON INTERNET FILE SYSTEM (CIFS) |
828 | P: Steve French | |
829 | M: [email protected] | |
fb453d4b | 830 | L: [email protected] |
1da177e4 LT |
831 | L: [email protected] |
832 | W: http://us1.samba.org/samba/Linux_CIFS_client.html | |
1adc1230 | 833 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
1da177e4 LT |
834 | S: Supported |
835 | ||
7063fbf2 JB |
836 | CONFIGFS |
837 | P: Joel Becker | |
62ca3d26 JB |
838 | M: [email protected] |
839 | L: [email protected] | |
7063fbf2 JB |
840 | S: Supported |
841 | ||
2b7a52a4 LB |
842 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
843 | P: Lennert Buytenhek | |
844 | M: [email protected] | |
845 | L: [email protected] | |
846 | S: Maintained | |
847 | ||
1da177e4 LT |
848 | CIRRUS LOGIC GENERIC FBDEV DRIVER |
849 | P: Jeff Garzik | |
850 | M: [email protected] | |
5cd307c5 | 851 | L: [email protected] (subscribers-only) |
1da177e4 LT |
852 | S: Odd Fixes |
853 | ||
2b7a52a4 LB |
854 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
855 | P: Lennert Buytenhek | |
856 | M: [email protected] | |
857 | L: [email protected] | |
858 | S: Maintained | |
859 | ||
1da177e4 LT |
860 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER |
861 | P: Cirrus Logic Corporation (kernel 2.2 driver) | |
862 | M: Cirrus Logic Corporation, Thomas Woller <[email protected]> | |
863 | P: Nils Faerber (port to kernel 2.4) | |
864 | M: Nils Faerber <[email protected]> | |
865 | S: Maintained | |
866 | ||
867 | CODA FILE SYSTEM | |
868 | P: Jan Harkes | |
869 | M: [email protected] | |
870 | M: [email protected] | |
871 | L: [email protected] | |
872 | W: http://www.coda.cs.cmu.edu/ | |
873 | S: Maintained | |
874 | ||
875 | COMPACTPCI HOTPLUG CORE | |
876 | P: Scott Murray | |
877 | M: [email protected] | |
878 | M: [email protected] | |
879 | L: [email protected] | |
880 | S: Supported | |
881 | ||
882 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
883 | P: Scott Murray | |
884 | M: [email protected] | |
885 | M: [email protected] | |
886 | L: [email protected] | |
887 | S: Supported | |
888 | ||
889 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
890 | P: Scott Murray | |
891 | M: [email protected] | |
892 | M: [email protected] | |
893 | L: [email protected] | |
894 | S: Supported | |
895 | ||
896 | COMPUTONE INTELLIPORT MULTIPORT CARD | |
897 | P: Michael H. Warfield | |
07d46de4 | 898 | M: [email protected] |
1da177e4 | 899 | W: http://www.wittsend.com/computone.html |
07d46de4 | 900 | S: Maintained |
1da177e4 LT |
901 | |
902 | COSA/SRP SYNC SERIAL DRIVER | |
903 | P: Jan "Yenya" Kasprzak | |
904 | M: [email protected] | |
905 | W: http://www.fi.muni.cz/~kas/cosa/ | |
906 | S: Maintained | |
907 | ||
908 | CPU FREQUENCY DRIVERS | |
909 | P: Dave Jones | |
910 | M: [email protected] | |
911 | L: [email protected] | |
912 | W: http://www.codemonkey.org.uk/projects/cpufreq/ | |
7531a0b5 | 913 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
1da177e4 LT |
914 | S: Maintained |
915 | ||
916 | CPUID/MSR DRIVER | |
917 | P: H. Peter Anvin | |
918 | M: [email protected] | |
919 | S: Maintained | |
920 | ||
ed90fb4a PJ |
921 | CPUSETS |
922 | P: Paul Jackson | |
923 | P: Simon Derr | |
924 | M: [email protected] | |
925 | M: [email protected] | |
926 | L: [email protected] | |
927 | W: http://www.bullopensource.org/cpuset/ | |
928 | S: Supported | |
929 | ||
1da177e4 | 930 | CRAMFS FILESYSTEM |
ce00f85c JC |
931 | W: http://sourceforge.net/projects/cramfs/ |
932 | S: Orphan | |
1da177e4 LT |
933 | |
934 | CRIS PORT | |
935 | P: Mikael Starvik | |
936 | M: [email protected] | |
937 | L: [email protected] | |
938 | W: http://developer.axis.com | |
939 | S: Maintained | |
940 | ||
941 | CRYPTO API | |
942 | P: Herbert Xu | |
943 | M: [email protected] | |
944 | P: David S. Miller | |
945 | M: [email protected] | |
946 | L: [email protected] | |
1adc1230 | 947 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 LT |
948 | S: Maintained |
949 | ||
9b4ffa48 JK |
950 | CS5535 Audio ALSA driver |
951 | P: Jaya Kumar | |
952 | M: [email protected] | |
953 | S: Maintained | |
954 | ||
1da177e4 LT |
955 | CYBERPRO FB DRIVER |
956 | P: Russell King | |
957 | M: [email protected] | |
958 | W: http://www.arm.linux.org.uk/ | |
959 | S: Maintained | |
960 | ||
9fa68eae KP |
961 | CYBLAFB FRAMEBUFFER DRIVER |
962 | P: Knut Petersen | |
963 | M: [email protected] | |
5cd307c5 | 964 | L: [email protected] (subscribers-only) |
9fa68eae KP |
965 | S: Maintained |
966 | ||
1da177e4 LT |
967 | CYCLADES 2X SYNC CARD DRIVER |
968 | P: Arnaldo Carvalho de Melo | |
969 | M: [email protected] | |
970 | W: http://advogato.org/person/acme | |
971 | L: [email protected] | |
972 | S: Maintained | |
973 | ||
974 | CYCLADES ASYNC MUX DRIVER | |
975 | M: [email protected] | |
976 | W: http://www.cyclades.com/ | |
977 | S: Supported | |
978 | ||
979 | CYCLADES PC300 DRIVER | |
980 | M: [email protected] | |
981 | W: http://www.cyclades.com/ | |
982 | S: Supported | |
983 | ||
1da177e4 LT |
984 | DAMA SLAVE for AX.25 |
985 | P: Joerg Reuter | |
986 | M: [email protected] | |
987 | W: http://yaina.de/jreuter/ | |
988 | W: http://www.qsl.net/dl1bke/ | |
989 | L: [email protected] | |
990 | S: Maintained | |
991 | ||
992 | DC395x SCSI driver | |
993 | P: Oliver Neukum | |
994 | M: [email protected] | |
995 | P: Ali Akcaagac | |
996 | M: [email protected] | |
997 | P: Jamie Lenehan | |
998 | M: [email protected] | |
999 | W: http://twibble.org/dist/dc395x/ | |
f5df5881 | 1000 | L: [email protected] |
1da177e4 LT |
1001 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
1002 | S: Maintained | |
1003 | ||
1004 | DC390/AM53C974 SCSI driver | |
1005 | P: Kurt Garloff | |
1006 | M: [email protected] | |
1007 | W: http://www.garloff.de/kurt/linux/dc390/ | |
1008 | P: Guennadi Liakhovetski | |
1009 | M: [email protected] | |
1010 | S: Maintained | |
1011 | ||
eb8edb08 ACM |
1012 | DCCP PROTOCOL |
1013 | P: Arnaldo Carvalho de Melo | |
1014 | M: [email protected] | |
1015 | L: [email protected] | |
f3b84ec2 | 1016 | W: http://linux-net.osdl.org/index.php/DCCP |
eb8edb08 ACM |
1017 | S: Maintained |
1018 | ||
1da177e4 LT |
1019 | DECnet NETWORK LAYER |
1020 | P: Patrick Caulfield | |
1021 | M: [email protected] | |
1022 | W: http://linux-decnet.sourceforge.net | |
1023 | L: [email protected] | |
1024 | S: Maintained | |
1025 | ||
1026 | DEFXX FDDI NETWORK DRIVER | |
1027 | P: Maciej W. Rozycki | |
1028 | M: [email protected] | |
1029 | S: Maintained | |
1030 | ||
1031 | DELL LAPTOP SMM DRIVER | |
1032 | P: Massimo Dal Zotto | |
1033 | M: [email protected] | |
1034 | W: http://www.debian.org/~dz/i8k/ | |
1035 | S: Maintained | |
1036 | ||
90563ec4 DW |
1037 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
1038 | P: Doug Warzecha | |
1039 | M: [email protected] | |
1040 | S: Maintained | |
1041 | ||
5ddb88c0 | 1042 | DEVICE-MAPPER (LVM) |
1da177e4 LT |
1043 | P: Alasdair Kergon |
1044 | L: [email protected] | |
1045 | W: http://sources.redhat.com/dm | |
1046 | S: Maintained | |
1047 | ||
1048 | DEVICE NUMBER REGISTRY | |
1049 | P: Torben Mathiasen | |
1050 | M: [email protected] | |
1051 | W: http://lanana.org/docs/device-list/index.html | |
1052 | L: [email protected] | |
1053 | S: Maintained | |
1054 | ||
1055 | DEVICE FILESYSTEM | |
1056 | S: Obsolete | |
1057 | ||
1058 | DIGI INTL. EPCA DRIVER | |
1059 | P: Digi International, Inc | |
1060 | M: [email protected] | |
1061 | L: [email protected] | |
1062 | W: http://www.digi.com | |
1063 | S: Orphaned | |
1064 | ||
1065 | DIGI RIGHTSWITCH NETWORK DRIVER | |
1066 | P: Rick Richardson | |
979b6c13 | 1067 | L: [email protected] |
1da177e4 LT |
1068 | W: http://www.digi.com |
1069 | S: Orphaned | |
1070 | ||
1071 | DIRECTORY NOTIFICATION | |
1072 | P: Stephen Rothwell | |
1073 | M: [email protected] | |
1074 | L: [email protected] | |
1075 | S: Supported | |
1076 | ||
1077 | DISK GEOMETRY AND PARTITION HANDLING | |
1078 | P: Andries Brouwer | |
1079 | M: [email protected] | |
1080 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | |
1081 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
1082 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
1083 | S: Maintained | |
1084 | ||
1085 | DISKQUOTA: | |
1086 | P: Jan Kara | |
1087 | M: [email protected] | |
1088 | L: [email protected] | |
1089 | S: Maintained | |
1090 | ||
5be7b50f SW |
1091 | DISTRIBUTED LOCK MANAGER |
1092 | P: Patrick Caulfield | |
1093 | M: [email protected] | |
1094 | P: David Teigland | |
1095 | M: [email protected] | |
a4644184 | 1096 | L: [email protected] |
5be7b50f | 1097 | W: http://sources.redhat.com/cluster/ |
370298e2 SW |
1098 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
1099 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
5be7b50f SW |
1100 | S: Supported |
1101 | ||
1da177e4 LT |
1102 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
1103 | P: Tobias Ringstrom | |
1104 | M: [email protected] | |
1105 | L: [email protected] | |
1106 | S: Maintained | |
1107 | ||
ba483d57 | 1108 | DOCBOOK FOR DOCUMENTATION |
0f40efbd RD |
1109 | P: Randy Dunlap |
1110 | M: [email protected] | |
ba483d57 MW |
1111 | S: Maintained |
1112 | ||
5b9c9bf6 KCA |
1113 | DOCKING STATION DRIVER |
1114 | P: Kristen Carlson Accardi | |
1115 | M: [email protected] | |
1116 | L: [email protected] | |
8b59a454 | 1117 | S: Supported |
5b9c9bf6 | 1118 | |
1da177e4 LT |
1119 | DOUBLETALK DRIVER |
1120 | P: James R. Van Zandt | |
1121 | M: [email protected] | |
1122 | L: [email protected] | |
1123 | S: Maintained | |
1124 | ||
1125 | DRIVER CORE, KOBJECTS, AND SYSFS | |
1126 | P: Greg Kroah-Hartman | |
1127 | M: [email protected] | |
1128 | L: [email protected] | |
6fb0425b | 1129 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
1130 | S: Supported |
1131 | ||
1132 | DRM DRIVERS | |
1133 | P: David Airlie | |
1134 | M: [email protected] | |
1135 | L: [email protected] | |
6fb0425b | 1136 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 LT |
1137 | S: Maintained |
1138 | ||
1139 | DSCC4 DRIVER | |
1140 |