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