]>
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 | |
147 | P: Russell King | |
148 | M: [email protected] | |
149 | L: [email protected] | |
150 | W: http://serial.sourceforge.net | |
151 | S: Maintained | |
152 | ||
153 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
154 | P: Paul Gortmaker | |
155 | M: [email protected] | |
979b6c13 | 156 | L: [email protected] |
1da177e4 LT |
157 | S: Maintained |
158 | ||
67543e50 EVH |
159 | 9P FILE SYSTEM |
160 | P: Eric Van Hensbergen | |
161 | M: [email protected] | |
162 | P: Ron Minnich | |
163 | M: [email protected] | |
164 | P: Latchesar Ionkov | |
165 | M: [email protected] | |
166 | L: [email protected] | |
167 | W: http://v9fs.sf.net | |
168 | T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git | |
169 | S: Maintained | |
170 | ||
1da177e4 LT |
171 | A2232 SERIAL BOARD DRIVER |
172 | P: Enver Haase | |
173 | M: [email protected] | |
174 | M: [email protected] | |
175 | L: [email protected] | |
176 | S: Maintained | |
177 | ||
178 | AIO | |
179 | P: Benjamin LaHaise | |
180 | M: [email protected] | |
181 | L: [email protected] | |
182 | S: Supported | |
183 | ||
f2b84bbc HG |
184 | ABIT UGURU HARDWARE MONITOR DRIVER |
185 | P: Hans de Goede | |
186 | M: [email protected] | |
187 | L: [email protected] | |
188 | S: Maintained | |
189 | ||
1da177e4 LT |
190 | ACENIC DRIVER |
191 | P: Jes Sorensen | |
192 | M: [email protected] | |
193 | L: [email protected] | |
194 | S: Maintained | |
195 | ||
196 | ACI MIXER DRIVER | |
197 | P: Robert Siemer | |
198 | M: [email protected] | |
199 | L: [email protected] | |
200 | W: http://www.stud.uni-karlsruhe.de/~uh1b/ | |
201 | S: Maintained | |
202 | ||
1da177e4 LT |
203 | AACRAID SCSI RAID DRIVER |
204 | P: Adaptec OEM Raid Solutions | |
205 | L: [email protected] | |
206 | W: http://linux.dell.com/storage.shtml | |
207 | S: Supported | |
208 | ||
209 | ACPI | |
210 | P: Len Brown | |
211 | M: [email protected] | |
6968e50c | 212 | L: [email protected] |
1da177e4 | 213 | W: http://acpi.sourceforge.net/ |
6fb0425b | 214 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
1da177e4 LT |
215 | S: Maintained |
216 | ||
217 | AD1816 SOUND DRIVER | |
218 | P: Thorsten Knabe | |
219 | M: Thorsten Knabe <[email protected]> | |
220 | W: http://linux.thorsten-knabe.de | |
221 | S: Maintained | |
222 | ||
6958ae31 KM |
223 | AD1889 SOUND DRIVER |
224 | P: Kyle McMartin | |
225 | M: [email protected] | |
226 | P: Thibaut Varene | |
227 | M: [email protected] | |
228 | W: http://wiki.parisc-linux.org/AD1889 | |
229 | L: [email protected] | |
230 | S: Maintained | |
231 | ||
1da177e4 LT |
232 | ADM1025 HARDWARE MONITOR DRIVER |
233 | P: Jean Delvare | |
234 | M: [email protected] | |
cc0b07ed | 235 | L: [email protected] |
1da177e4 LT |
236 | S: Maintained |
237 | ||
238 | ADT746X FAN DRIVER | |
239 | P: Colin Leroy | |
240 | M: [email protected] | |
241 | S: Maintained | |
242 | ||
1da177e4 LT |
243 | AEDSP16 DRIVER |
244 | P: Riccardo Facchetti | |
245 | M: [email protected] | |
246 | S: Maintained | |
247 | ||
248 | AFFS FILE SYSTEM | |
249 | P: Roman Zippel | |
250 | M: [email protected] | |
251 | S: Maintained | |
252 | ||
253 | AGPGART DRIVER | |
254 | P: Dave Jones | |
255 | M: [email protected] | |
256 | W: http://www.codemonkey.org.uk/projects/agp/ | |
1adc1230 | 257 | T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git |
1da177e4 LT |
258 | S: Maintained |
259 | ||
260 | AHA152X SCSI DRIVER | |
261 | P: Juergen E. Fischer | |
262 | M: Juergen Fischer <[email protected]> | |
263 | L: [email protected] | |
264 | S: Maintained | |
265 | ||
266 | ALCATEL SPEEDTOUCH USB DRIVER | |
267 | P: Duncan Sands | |
268 | M: [email protected] | |
269 | L: [email protected] | |
270 | L: [email protected] | |
271 | W: http://www.linux-usb.org/SpeedTouch/ | |
272 | S: Maintained | |
273 | ||
4a4e5787 RM |
274 | ALI1563 I2C DRIVER |
275 | P: Rudolf Marek | |
276 | M: [email protected] | |
cc0b07ed | 277 | L: [email protected] |
4a4e5787 RM |
278 | S: Maintained |
279 | ||
1da177e4 LT |
280 | ALPHA PORT |
281 | P: Richard Henderson | |
282 | M: [email protected] | |
283 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
284 | P: Ivan Kokshaysky | |
285 | M: [email protected] | |
286 | S: Maintained for 2.4; PCI support for 2.6. | |
287 | ||
f90b8116 JC |
288 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
289 | P: Jordan Crouse | |
290 | M: [email protected] | |
291 | L: [email protected] | |
292 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html | |
293 | S: Supported | |
294 | ||
1da177e4 LT |
295 | APM DRIVER |
296 | P: Stephen Rothwell | |
297 | M: [email protected] | |
298 | L: [email protected] | |
299 | W: http://www.canb.auug.org.au/~sfr/ | |
300 | S: Supported | |
301 | ||
302 | APPLETALK NETWORK LAYER | |
303 | P: Arnaldo Carvalho de Melo | |
304 | M: [email protected] | |
305 | S: Maintained | |
306 | ||
1154ea7d JK |
307 | ARC FRAMEBUFFER DRIVER |
308 | P: Jaya Kumar | |
309 | M: [email protected] | |
310 | S: Maintained | |
311 | ||
1da177e4 LT |
312 | ARM26 ARCHITECTURE |
313 | P: Ian Molton | |
314 | M: [email protected] | |
315 | S: Maintained | |
316 | ||
317 | ARM26/ARCHIMEDES | |
318 | P: Ian Molton | |
319 | M: [email protected] | |
320 | S: Maintained | |
321 | ||
322 | ARM26/A5000 | |
323 | P: John Appleby | |
324 | M: [email protected] | |
325 | S: Maintained | |
326 | ||
327 | ARM MFM AND FLOPPY DRIVERS | |
328 | P: Ian Molton | |
329 | M: [email protected] | |
330 | S: Maintained | |
331 | ||
332 | ARM/CORGI MACHINE SUPPORT | |
333 | P: Richard Purdie | |
334 | M: [email protected] | |
335 | S: Maintained | |
336 | ||
8459c159 DO |
337 | ARM/TOSA MACHINE SUPPORT |
338 | P: Dirk Opfer | |
339 | M: [email protected] | |
340 | S: Maintained | |
341 | ||
1da177e4 LT |
342 | ARM/PLEB SUPPORT |
343 | P: Peter Chubb | |
344 | M: [email protected] | |
345 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | |
346 | S: Maintained | |
347 | ||
348 | ARM/PT DIGITAL BOARD PORT | |
349 | P: Stefan Eletzhofer | |
350 | M: [email protected] | |
70f09f1f | 351 | L: [email protected] (subscribers-only) |
1da177e4 LT |
352 | W: http://www.arm.linux.org.uk/ |
353 | S: Maintained | |
354 | ||
355 | ARM/SHARK MACHINE SUPPORT | |
356 | P: Alexander Schulz | |
357 | M: [email protected] | |
358 | W: http://www.shark-linux.de/shark.html | |
359 | S: Maintained | |
360 | ||
361 | ARM/STRONGARM110 PORT | |
362 | P: Russell King | |
363 | M: [email protected] | |
70f09f1f | 364 | L: [email protected] (subscribers-only) |
1da177e4 LT |
365 | W: http://www.arm.linux.org.uk/ |
366 | S: Maintained | |
367 | ||
368 | ARM/S3C2410 ARM ARCHITECTURE | |
369 | P: Ben Dooks | |
370 | M: [email protected] | |
70f09f1f | 371 | L: [email protected] (subscribers-only) |
1da177e4 LT |
372 | W: http://www.fluff.org/ben/linux/ |
373 | S: Maintained | |
374 | ||
375 | ARM/S3C2440 ARM ARCHITECTURE | |
376 | P: Ben Dooks | |
377 | M: [email protected] | |
70f09f1f | 378 | L: [email protected] (subscribers-only) |
1da177e4 LT |
379 | W: http://www.fluff.org/ben/linux/ |
380 | S: Maintained | |
381 | ||
382 | ARPD SUPPORT | |
383 | P: Jonathan Layes | |
979b6c13 | 384 | L: [email protected] |
1da177e4 LT |
385 | S: Maintained |
386 | ||
387 | ASUS ACPI EXTRAS DRIVER | |
388 | P: Karol Kozimor | |
389 | M: [email protected] | |
390 | P: Julien Lerouge | |
391 | M: [email protected] | |
392 | L: [email protected] | |
393 | W: http://sourceforge.net/projects/acpi4asus | |
394 | W: http://julien.lerouge.free.fr | |
395 | S: Maintained | |
396 | ||
397 | ATA OVER ETHERNET DRIVER | |
398 | P: Ed L. Cashin | |
399 | M: [email protected] | |
400 | W: http://www.coraid.com/support/linux | |
401 | S: Supported | |
402 | ||
403 | ATM | |
404 | P: Chas Williams | |
405 | M: [email protected] | |
406 | L: [email protected] | |
407 | W: http://linux-atm.sourceforge.net | |
408 | S: Maintained | |
409 | ||
410 | ATMEL WIRELESS DRIVER | |
411 | P: Simon Kelley | |
412 | M: [email protected] | |
413 | W: http://www.thekelleys.org.uk/atmel | |
414 | W: http://atmelwlandriver.sourceforge.net/ | |
415 | S: Maintained | |
416 | ||
a92b7b80 | 417 | AUDIT SUBSYSTEM |
ad3f9a22 DW |
418 | P: David Woodhouse |
419 | M: [email protected] | |
420 | L: [email protected] | |
421 | W: http://people.redhat.com/sgrubb/audit/ | |
1adc1230 | 422 | T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git |
a92b7b80 CW |
423 | S: Maintained |
424 | ||
1da177e4 LT |
425 | AX.25 NETWORK LAYER |
426 | P: Ralf Baechle | |
427 | M: [email protected] | |
428 | L: [email protected] | |
d34cb28a | 429 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
430 | S: Maintained |
431 | ||
432 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 | |
433 | P: Thomas Sailer | |
434 | M: [email protected] | |
435 | L: [email protected] | |
436 | W: http://www.baycom.org/~tom/ham/ham.html | |
437 | S: Maintained | |
438 | ||
9eac8f95 MB |
439 | BCM43XX WIRELESS DRIVER |
440 | P: Michael Buesch | |
441 | M: [email protected] | |
442 | P: Stefano Brivio | |
443 | M: [email protected] | |
444 | W: http://bcm43xx.berlios.de/ | |
445 | S: Maintained | |
446 | ||
1da177e4 LT |
447 | BEFS FILE SYSTEM |
448 | P: Sergey S. Kostyliov | |
449 | M: [email protected] | |
450 | L: [email protected] | |
451 | S: Maintained | |
452 | ||
453 | BERKSHIRE PRODUCTS PC WATCHDOG DRIVER | |
454 | P: Kenji Hollis | |
455 | W: http://ftp.bitgate.com/pcwd/ | |
456 | S: Maintained | |
457 | ||
458 | BFS FILE SYSTEM | |
459 | P: Tigran A. Aivazian | |
460 | M: [email protected] | |
461 | L: [email protected] | |
462 | S: Maintained | |
463 | ||
464 | BLOCK LAYER | |
465 | P: Jens Axboe | |
466 | M: [email protected] | |
467 | L: [email protected] | |
6fb0425b | 468 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1da177e4 LT |
469 | S: Maintained |
470 | ||
471 | BLUETOOTH SUBSYSTEM | |
472 | P: Marcel Holtmann | |
473 | M: [email protected] | |
474 | P: Maxim Krasnyansky | |
475 | M: [email protected] | |
476 | L: [email protected] | |
477 | W: http://bluez.sf.net | |
478 | W: http://www.bluez.org | |
479 | W: http://www.holtmann.org/linux/bluetooth/ | |
1adc1230 | 480 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
1da177e4 LT |
481 | S: Maintained |
482 | ||
483 | BLUETOOTH RFCOMM LAYER | |
484 | P: Marcel Holtmann | |
485 | M: [email protected] | |
486 | P: Maxim Krasnyansky | |
487 | M: [email protected] | |
488 | S: Maintained | |
489 | ||
490 | BLUETOOTH BNEP LAYER | |
491 | P: Marcel Holtmann | |
492 | M: [email protected] | |
493 | P: Maxim Krasnyansky | |
494 | M: [email protected] | |
495 | S: Maintained | |
496 | ||
497 | BLUETOOTH CMTP LAYER | |
498 | P: Marcel Holtmann | |
499 | M: [email protected] | |
500 | S: Maintained | |
501 | ||
502 | BLUETOOTH HIDP LAYER | |
503 | P: Marcel Holtmann | |
504 | M: [email protected] | |
505 | S: Maintained | |
506 | ||
507 | BLUETOOTH HCI UART DRIVER | |
508 | P: Marcel Holtmann | |
509 | M: [email protected] | |
510 | P: Maxim Krasnyansky | |
511 | M: [email protected] | |
512 | S: Maintained | |
513 | ||
514 | BLUETOOTH HCI USB DRIVER | |
515 | P: Marcel Holtmann | |
516 | M: [email protected] | |
517 | P: Maxim Krasnyansky | |
518 | M: [email protected] | |
519 | S: Maintained | |
520 | ||
521 | BLUETOOTH HCI BCM203X DRIVER | |
522 | P: Marcel Holtmann | |
523 | M: [email protected] | |
524 | S: Maintained | |
525 | ||
526 | BLUETOOTH HCI BPA10X DRIVER | |
527 | P: Marcel Holtmann | |
528 | M: [email protected] | |
529 | S: Maintained | |
530 | ||
531 | BLUETOOTH HCI BFUSB DRIVER | |
532 | P: Marcel Holtmann | |
533 | M: [email protected] | |
534 | S: Maintained | |
535 | ||
536 | BLUETOOTH HCI DTL1 DRIVER | |
537 | P: Marcel Holtmann | |
538 | M: [email protected] | |
539 | S: Maintained | |
540 | ||
541 | BLUETOOTH HCI BLUECARD DRIVER | |
542 | P: Marcel Holtmann | |
543 | M: [email protected] | |
544 | S: Maintained | |
545 | ||
546 | BLUETOOTH HCI BT3C DRIVER | |
547 | P: Marcel Holtmann | |
548 | M: [email protected] | |
549 | S: Maintained | |
550 | ||
551 | BLUETOOTH HCI BTUART DRIVER | |
552 | P: Marcel Holtmann | |
553 | M: [email protected] | |
554 | S: Maintained | |
555 | ||
556 | BLUETOOTH HCI VHCI DRIVER | |
557 | P: Maxim Krasnyansky | |
558 | M: [email protected] | |
559 | S: Maintained | |
560 | ||
561 | BONDING DRIVER | |
562 | P: Chad Tindel | |
563 | M: [email protected] | |
564 | P: Jay Vosburgh | |
565 | M: [email protected] | |
566 | L: [email protected] | |
567 | W: http://sourceforge.net/projects/bonding/ | |
568 | S: Supported | |
569 | ||
fef1c772 AB |
570 | BROADBAND PROCESSOR ARCHITECTURE |
571 | P: Arnd Bergmann | |
572 | M: [email protected] | |
1d049816 | 573 | L: [email protected] |
6d923f98 | 574 | W: http://www.penguinppc.org/ppc64/ |
fef1c772 AB |
575 | S: Supported |
576 | ||
39105890 GZ |
577 | BROADCOM B44 10/100 ETHERNET DRIVER |
578 | P: Gary Zambrano | |
579 | M: [email protected] | |
580 | L: [email protected] | |
581 | S: Supported | |
582 | ||
948c51e6 MC |
583 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
584 | P: Michael Chan | |
585 | M: [email protected] | |
586 | L: [email protected] | |
587 | S: Supported | |
588 | ||
589 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | |
590 | P: Michael Chan | |
591 | M: [email protected] | |
592 | L: [email protected] | |
593 | S: Supported | |
594 | ||
1da177e4 | 595 | BTTV VIDEO4LINUX DRIVER |
96b6aba0 | 596 | P: Mauro Carvalho Chehab |
8d58d773 MCC |
597 | M: [email protected] |
598 | M: [email protected] | |
1da177e4 | 599 | L: [email protected] |
96b6aba0 | 600 | W: http://linuxtv.org |
ecfa4fdc | 601 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
96b6aba0 | 602 | S: Maintained |
1da177e4 | 603 | |
1da177e4 LT |
604 | COMMON INTERNET FILE SYSTEM (CIFS) |
605 | P: Steve French | |
606 | M: [email protected] | |
fb453d4b | 607 | L: [email protected] |
1da177e4 LT |
608 | L: [email protected] |
609 | W: http://us1.samba.org/samba/Linux_CIFS_client.html | |
1adc1230 | 610 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
1da177e4 LT |
611 | S: Supported |
612 | ||
7063fbf2 JB |
613 | CONFIGFS |
614 | P: Joel Becker | |
62ca3d26 JB |
615 | M: [email protected] |
616 | L: [email protected] | |
7063fbf2 JB |
617 | S: Supported |
618 | ||
1da177e4 LT |
619 | CIRRUS LOGIC GENERIC FBDEV DRIVER |
620 | P: Jeff Garzik | |
621 | M: [email protected] | |
622 | L: [email protected] | |
623 | S: Odd Fixes | |
624 | ||
625 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER | |
626 | P: Cirrus Logic Corporation (kernel 2.2 driver) | |
627 | M: Cirrus Logic Corporation, Thomas Woller <[email protected]> | |
628 | P: Nils Faerber (port to kernel 2.4) | |
629 | M: Nils Faerber <[email protected]> | |
630 | S: Maintained | |
631 | ||
632 | CODA FILE SYSTEM | |
633 | P: Jan Harkes | |
634 | M: [email protected] | |
635 | M: [email protected] | |
636 | L: [email protected] | |
637 | W: http://www.coda.cs.cmu.edu/ | |
638 | S: Maintained | |
639 | ||
640 | COMPACTPCI HOTPLUG CORE | |
641 | P: Scott Murray | |
642 | M: [email protected] | |
643 | M: [email protected] | |
644 | L: [email protected] | |
645 | S: Supported | |
646 | ||
647 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
648 | P: Scott Murray | |
649 | M: [email protected] | |
650 | M: [email protected] | |
651 | L: [email protected] | |
652 | S: Supported | |
653 | ||
654 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
655 | P: Scott Murray | |
656 | M: [email protected] | |
657 | M: [email protected] | |
658 | L: [email protected] | |
659 | S: Supported | |
660 | ||
661 | COMPUTONE INTELLIPORT MULTIPORT CARD | |
662 | P: Michael H. Warfield | |
07d46de4 | 663 | M: [email protected] |
1da177e4 | 664 | W: http://www.wittsend.com/computone.html |
07d46de4 | 665 | S: Maintained |
1da177e4 LT |
666 | |
667 | COSA/SRP SYNC SERIAL DRIVER | |
668 | P: Jan "Yenya" Kasprzak | |
669 | M: [email protected] | |
670 | W: http://www.fi.muni.cz/~kas/cosa/ | |
671 | S: Maintained | |
672 | ||
673 | CPU FREQUENCY DRIVERS | |
674 | P: Dave Jones | |
675 | M: [email protected] | |
676 | L: [email protected] | |
677 | W: http://www.codemonkey.org.uk/projects/cpufreq/ | |
1adc1230 | 678 | T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git |
1da177e4 LT |
679 | S: Maintained |
680 | ||
681 | CPUID/MSR DRIVER | |
682 | P: H. Peter Anvin | |
683 | M: [email protected] | |
684 | S: Maintained | |
685 | ||
ed90fb4a PJ |
686 | CPUSETS |
687 | P: Paul Jackson | |
688 | P: Simon Derr | |
689 | M: [email protected] | |
690 | M: [email protected] | |
691 | L: [email protected] | |
692 | W: http://www.bullopensource.org/cpuset/ | |
693 | S: Supported | |
694 | ||
1da177e4 LT |
695 | CRAMFS FILESYSTEM |
696 | W: http://sourceforge.net/projects/cramfs/ | |
697 | S: Orphan | |
698 | ||
699 | CRIS PORT | |
700 | P: Mikael Starvik | |
701 | M: [email protected] | |
702 | L: [email protected] | |
703 | W: http://developer.axis.com | |
704 | S: Maintained | |
705 | ||
706 | CRYPTO API | |
707 | P: Herbert Xu | |
708 | M: [email protected] | |
709 | P: David S. Miller | |
710 | M: [email protected] | |
711 | L: [email protected] | |
1adc1230 | 712 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 LT |
713 | S: Maintained |
714 | ||
9b4ffa48 JK |
715 | CS5535 Audio ALSA driver |
716 | P: Jaya Kumar | |
717 | M: [email protected] | |
718 | S: Maintained | |
719 | ||
1da177e4 LT |
720 | CYBERPRO FB DRIVER |
721 | P: Russell King | |
722 | M: [email protected] | |
723 | W: http://www.arm.linux.org.uk/ | |
724 | S: Maintained | |
725 | ||
9fa68eae KP |
726 | CYBLAFB FRAMEBUFFER DRIVER |
727 | P: Knut Petersen | |
728 | M: [email protected] | |
729 | L: [email protected] | |
730 | S: Maintained | |
731 | ||
1da177e4 LT |
732 | CYCLADES 2X SYNC CARD DRIVER |
733 | P: Arnaldo Carvalho de Melo | |
734 | M: [email protected] | |
735 | W: http://advogato.org/person/acme | |
736 | L: [email protected] | |
737 | S: Maintained | |
738 | ||
739 | CYCLADES ASYNC MUX DRIVER | |
740 | M: [email protected] | |
741 | W: http://www.cyclades.com/ | |
742 | S: Supported | |
743 | ||
744 | CYCLADES PC300 DRIVER | |
745 | M: [email protected] | |
746 | W: http://www.cyclades.com/ | |
747 | S: Supported | |
748 | ||
1da177e4 LT |
749 | DAMA SLAVE for AX.25 |
750 | P: Joerg Reuter | |
751 | M: [email protected] | |
752 | W: http://yaina.de/jreuter/ | |
753 | W: http://www.qsl.net/dl1bke/ | |
754 | L: [email protected] | |
755 | S: Maintained | |
756 | ||
757 | DC395x SCSI driver | |
758 | P: Oliver Neukum | |
759 | M: [email protected] | |
760 | P: Ali Akcaagac | |
761 | M: [email protected] | |
762 | P: Jamie Lenehan | |
763 | M: [email protected] | |
764 | W: http://twibble.org/dist/dc395x/ | |
765 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ | |
766 | S: Maintained | |
767 | ||
768 | DC390/AM53C974 SCSI driver | |
769 | P: Kurt Garloff | |
770 | M: [email protected] | |
771 | W: http://www.garloff.de/kurt/linux/dc390/ | |
772 | P: Guennadi Liakhovetski | |
773 | M: [email protected] | |
774 | S: Maintained | |
775 | ||
eb8edb08 ACM |
776 | DCCP PROTOCOL |
777 | P: Arnaldo Carvalho de Melo | |
778 | M: [email protected] | |
779 | L: [email protected] | |
f3b84ec2 | 780 | W: http://linux-net.osdl.org/index.php/DCCP |
eb8edb08 ACM |
781 | S: Maintained |
782 | ||
1da177e4 LT |
783 | DECnet NETWORK LAYER |
784 | P: Patrick Caulfield | |
785 | M: [email protected] | |
786 | W: http://linux-decnet.sourceforge.net | |
787 | L: [email protected] | |
788 | S: Maintained | |
789 | ||
790 | DEFXX FDDI NETWORK DRIVER | |
791 | P: Maciej W. Rozycki | |
792 | M: [email protected] | |
793 | S: Maintained | |
794 | ||
795 | DELL LAPTOP SMM DRIVER | |
796 | P: Massimo Dal Zotto | |
797 | M: [email protected] | |
798 | W: http://www.debian.org/~dz/i8k/ | |
799 | S: Maintained | |
800 | ||
90563ec4 DW |
801 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
802 | P: Doug Warzecha | |
803 | M: [email protected] | |
804 | S: Maintained | |
805 | ||
1da177e4 LT |
806 | DEVICE-MAPPER |
807 | P: Alasdair Kergon | |
808 | L: [email protected] | |
809 | W: http://sources.redhat.com/dm | |
810 | S: Maintained | |
811 | ||
812 | DEVICE NUMBER REGISTRY | |
813 | P: Torben Mathiasen | |
814 | M: [email protected] | |
815 | W: http://lanana.org/docs/device-list/index.html | |
816 | L: [email protected] | |
817 | S: Maintained | |
818 | ||
819 | DEVICE FILESYSTEM | |
820 | S: Obsolete | |
821 | ||
822 | DIGI INTL. EPCA DRIVER | |
823 | P: Digi International, Inc | |
824 | M: [email protected] | |
825 | L: [email protected] | |
826 | W: http://www.digi.com | |
827 | S: Orphaned | |
828 | ||
829 | DIGI RIGHTSWITCH NETWORK DRIVER | |
830 | P: Rick Richardson | |
979b6c13 | 831 | L: [email protected] |
1da177e4 LT |
832 | W: http://www.digi.com |
833 | S: Orphaned | |
834 | ||
835 | DIRECTORY NOTIFICATION | |
836 | P: Stephen Rothwell | |
837 | M: [email protected] | |
838 | L: [email protected] | |
839 | S: Supported | |
840 | ||
841 | DISK GEOMETRY AND PARTITION HANDLING | |
842 | P: Andries Brouwer | |
843 | M: [email protected] | |
844 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | |
845 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
846 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
847 | S: Maintained | |
848 | ||
849 | DISKQUOTA: | |
850 | P: Jan Kara | |
851 | M: [email protected] | |
852 | L: [email protected] | |
853 | S: Maintained | |
854 | ||
855 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER | |
856 | P: Tobias Ringstrom | |
857 | M: [email protected] | |
858 | L: [email protected] | |
859 | S: Maintained | |
860 | ||
ba483d57 MW |
861 | DOCBOOK FOR DOCUMENTATION |
862 | P: Martin Waitz | |
863 | M: [email protected] | |
061350e7 | 864 | T: git http://tali.admingilde.org/git/linux-docbook.git |
ba483d57 MW |
865 | S: Maintained |
866 | ||
1da177e4 LT |
867 | DOUBLETALK DRIVER |
868 | P: James R. Van Zandt | |
869 | M: [email protected] | |
870 | L: [email protected] | |
871 | S: Maintained | |
872 | ||
873 | DRIVER CORE, KOBJECTS, AND SYSFS | |
874 | P: Greg Kroah-Hartman | |
875 | M: [email protected] | |
876 | L: [email protected] | |
6fb0425b | 877 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
878 | S: Supported |
879 | ||
880 | DRM DRIVERS | |
881 | P: David Airlie | |
882 | M: [email protected] | |
883 | L: [email protected] | |
6fb0425b | 884 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 LT |
885 | S: Maintained |
886 | ||
887 | DSCC4 DRIVER | |
888 |