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