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