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