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