]>
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 | ||
e6d1fc3d SM |
201 | IPS SCSI RAID DRIVER |
202 | P: Adaptec OEM Raid Solutions | |
203 | M: [email protected] | |
204 | L: [email protected] | |
205 | W: http://www.adaptec.com/ | |
206 | S: Maintained | |
207 | ||
208 | DPT_I2O SCSI RAID DRIVER | |
209 | P: Adaptec OEM Raid Solutions | |
210 | M: [email protected] | |
211 | L: [email protected] | |
212 | W: http://www.adaptec.com/ | |
213 | S: Maintained | |
214 | ||
1da177e4 LT |
215 | AACRAID SCSI RAID DRIVER |
216 | P: Adaptec OEM Raid Solutions | |
e6d1fc3d | 217 | M: [email protected] |
1da177e4 | 218 | L: [email protected] |
e6d1fc3d | 219 | W: http://www.adaptec.com/ |
1da177e4 LT |
220 | S: Supported |
221 | ||
222 | ACPI | |
223 | P: Len Brown | |
224 | M: [email protected] | |
8b59a454 | 225 | M: [email protected] |
6968e50c | 226 | L: [email protected] |
1da177e4 | 227 | W: http://acpi.sourceforge.net/ |
6fb0425b | 228 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
8b59a454 LB |
229 | S: Supported |
230 | ||
231 | ACPI BATTERY DRIVERS | |
232 | P: Vladimir P. Lebedev | |
233 | M: [email protected] | |
234 | L: [email protected] | |
235 | W: http://acpi.sourceforge.net/ | |
236 | S: Supported | |
237 | ||
238 | ACPI EC DRIVER | |
239 | P: Alexey Starikovskiy | |
240 | M: [email protected] | |
241 | L: [email protected] | |
242 | W: http://acpi.sourceforge.net/ | |
243 | S: Supported | |
244 | ||
245 | ACPI FAN DRIVER | |
246 | P: Konstantin A. Karasyov | |
247 | M: [email protected] | |
248 | L: [email protected] | |
249 | W: http://acpi.sourceforge.net/ | |
250 | S: Supported | |
1da177e4 | 251 | |
998be20f KCA |
252 | ACPI PCI HOTPLUG DRIVER |
253 | P: Kristen Carlson Accardi | |
254 | M: [email protected] | |
255 | L: [email protected] | |
8b59a454 LB |
256 | S: Supported |
257 | ||
258 | ACPI THERMAL DRIVER | |
259 | P: Konstantin A. Karasyov | |
260 | M: [email protected] | |
261 | L: [email protected] | |
262 | W: http://acpi.sourceforge.net/ | |
263 | S: Supported | |
998be20f | 264 | |
359acec8 LB |
265 | ACPI VIDEO DRIVER |
266 | P: Luming Yu | |
267 | M: [email protected] | |
8b59a454 LB |
268 | L: [email protected] |
269 | W: http://acpi.sourceforge.net/ | |
270 | S: Supported | |
998be20f | 271 | |
1da177e4 LT |
272 | AD1816 SOUND DRIVER |
273 | P: Thorsten Knabe | |
274 | M: Thorsten Knabe <[email protected]> | |
275 | W: http://linux.thorsten-knabe.de | |
276 | S: Maintained | |
277 | ||
6958ae31 KM |
278 | AD1889 SOUND DRIVER |
279 | P: Kyle McMartin | |
280 | M: [email protected] | |
281 | P: Thibaut Varene | |
282 | M: [email protected] | |
283 | W: http://wiki.parisc-linux.org/AD1889 | |
284 | L: [email protected] | |
285 | S: Maintained | |
286 | ||
1da177e4 LT |
287 | ADM1025 HARDWARE MONITOR DRIVER |
288 | P: Jean Delvare | |
289 | M: [email protected] | |
cc0b07ed | 290 | L: [email protected] |
1da177e4 LT |
291 | S: Maintained |
292 | ||
cae2caae CL |
293 | ADM1029 HARDWARE MONITOR DRIVER |
294 | P: Corentin Labbe | |
295 | M: [email protected] | |
296 | L: [email protected] | |
297 | S: Maintained | |
298 | ||
1da177e4 LT |
299 | ADT746X FAN DRIVER |
300 | P: Colin Leroy | |
301 | M: [email protected] | |
302 | S: Maintained | |
303 | ||
1da177e4 LT |
304 | AEDSP16 DRIVER |
305 | P: Riccardo Facchetti | |
306 | M: [email protected] | |
307 | S: Maintained | |
308 | ||
309 | AFFS FILE SYSTEM | |
310 | P: Roman Zippel | |
311 | M: [email protected] | |
312 | S: Maintained | |
313 | ||
314 | AGPGART DRIVER | |
315 | P: Dave Jones | |
316 | M: [email protected] | |
317 | W: http://www.codemonkey.org.uk/projects/agp/ | |
1adc1230 | 318 | T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git |
1da177e4 LT |
319 | S: Maintained |
320 | ||
321 | AHA152X SCSI DRIVER | |
322 | P: Juergen E. Fischer | |
323 | M: Juergen Fischer <[email protected]> | |
324 | L: [email protected] | |
325 | S: Maintained | |
326 | ||
327 | ALCATEL SPEEDTOUCH USB DRIVER | |
328 | P: Duncan Sands | |
329 | M: [email protected] | |
330 | L: [email protected] | |
331 | L: [email protected] | |
332 | W: http://www.linux-usb.org/SpeedTouch/ | |
333 | S: Maintained | |
334 | ||
4a4e5787 RM |
335 | ALI1563 I2C DRIVER |
336 | P: Rudolf Marek | |
7188cc66 | 337 | M: [email protected] |
5d925fec | 338 | L: [email protected] |
4a4e5787 RM |
339 | S: Maintained |
340 | ||
1da177e4 LT |
341 | ALPHA PORT |
342 | P: Richard Henderson | |
343 | M: [email protected] | |
344 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
345 | P: Ivan Kokshaysky | |
346 | M: [email protected] | |
347 | S: Maintained for 2.4; PCI support for 2.6. | |
348 | ||
f90b8116 | 349 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
ce00f85c JC |
350 | P: Jordan Crouse |
351 | M: [email protected] | |
f90b8116 JC |
352 | L: [email protected] |
353 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html | |
354 | S: Supported | |
355 | ||
284f42b6 SP |
356 | AMS (Apple Motion Sensor) DRIVER |
357 | P: Stelian Pop | |
358 | M: [email protected] | |
359 | P: Michael Hanselmann | |
360 | M: [email protected] | |
361 | S: Supported | |
362 | ||
f94b533d TT |
363 | AMSO1100 RNIC DRIVER |
364 | P: Tom Tucker | |
365 | M: [email protected] | |
366 | P: Steve Wise | |
367 | M: [email protected] | |
368 | L: [email protected] | |
369 | S: Maintained | |
370 | ||
42269063 JB |
371 | AOA (Apple Onboard Audio) ALSA DRIVER |
372 | P: Johannes Berg | |
373 | M: [email protected] | |
374 | L: [email protected] | |
375 | L: [email protected] | |
376 | S: Maintained | |
377 | ||
1da177e4 LT |
378 | APM DRIVER |
379 | P: Stephen Rothwell | |
380 | M: [email protected] | |
381 | L: [email protected] | |
382 | W: http://www.canb.auug.org.au/~sfr/ | |
383 | S: Supported | |
384 | ||
385 | APPLETALK NETWORK LAYER | |
386 | P: Arnaldo Carvalho de Melo | |
926554c4 | 387 | M: [email protected] |
1da177e4 LT |
388 | S: Maintained |
389 | ||
1154ea7d JK |
390 | ARC FRAMEBUFFER DRIVER |
391 | P: Jaya Kumar | |
392 | M: [email protected] | |
393 | S: Maintained | |
394 | ||
1da177e4 LT |
395 | ARM26 ARCHITECTURE |
396 | P: Ian Molton | |
397 | M: [email protected] | |
398 | S: Maintained | |
399 | ||
400 | ARM26/ARCHIMEDES | |
401 | P: Ian Molton | |
402 | M: [email protected] | |
403 | S: Maintained | |
404 | ||
405 | ARM26/A5000 | |
406 | P: John Appleby | |
407 | M: [email protected] | |
408 | S: Maintained | |
409 | ||
410 | ARM MFM AND FLOPPY DRIVERS | |
411 | P: Ian Molton | |
412 | M: [email protected] | |
413 | S: Maintained | |
414 | ||
2b7a52a4 LB |
415 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
416 | P: Lennert Buytenhek | |
417 | M: [email protected] | |
418 | L: [email protected] (subscribers-only) | |
419 | S: Maintained | |
420 | ||
421 | ARM/ADS SPHERE MACHINE SUPPORT | |
422 | P: Lennert Buytenhek | |
423 | M: [email protected] | |
424 | L: [email protected] (subscribers-only) | |
425 | S: Maintained | |
426 | ||
427 | ARM/AJECO 1ARM MACHINE SUPPORT | |
428 | P: Lennert Buytenhek | |
429 | M: [email protected] | |
430 | L: [email protected] (subscribers-only) | |
431 | S: Maintained | |
432 | ||
d4a89c7d AV |
433 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
434 | P: Andrew Victor | |
435 | M: [email protected] | |
436 | L: [email protected] (subscribers-only) | |
437 | W: http://maxim.org.za/at91_26.html | |
438 | S: Maintained | |
439 | ||
2b7a52a4 LB |
440 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
441 | P: Lennert Buytenhek | |
442 | M: [email protected] | |
443 | L: [email protected] (subscribers-only) | |
444 | S: Maintained | |
445 | ||
446 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
447 | P: Lennert Buytenhek | |
448 | M: [email protected] | |
449 | L: [email protected] (subscribers-only) | |
450 | S: Maintained | |
451 | ||
1da177e4 LT |
452 | ARM/CORGI MACHINE SUPPORT |
453 | P: Richard Purdie | |
454 | M: [email protected] | |
455 | S: Maintained | |
456 | ||
2b7a52a4 LB |
457 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
458 | P: Lennert Buytenhek | |
459 | M: [email protected] | |
460 | L: [email protected] (subscribers-only) | |
461 | S: Maintained | |
462 | ||
21f37bc3 KE |
463 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
464 | P: Kristoffer Ericson | |
465 | M: [email protected] | |
466 | W: www.jlime.com | |
467 | S: Maintained | |
468 | ||
2b7a52a4 LB |
469 | ARM/INTEL IOP32X ARM ARCHITECTURE |
470 | P: Lennert Buytenhek | |
471 | M: [email protected] | |
e2bdb176 DW |
472 | P: Dan Williams |
473 | M: [email protected] | |
2b7a52a4 | 474 | L: [email protected] (subscribers-only) |
e2bdb176 DW |
475 | S: Supported |
476 | ||
477 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
478 | P: Dan Williams | |
479 | M: [email protected] | |
480 | L: [email protected] (subscribers-only) | |
481 | S: Supported | |
2b7a52a4 LB |
482 | |
483 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
484 | P: Lennert Buytenhek | |
485 | M: [email protected] | |
e2bdb176 DW |
486 | P: Dan Williams |
487 | M: [email protected] | |
2b7a52a4 | 488 | L: [email protected] (subscribers-only) |
e2bdb176 | 489 | S: Supported |
2b7a52a4 LB |
490 | |
491 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
492 | P: Lennert Buytenhek | |
493 | M: [email protected] | |
e2bdb176 DW |
494 | P: Dan Williams |
495 | M: [email protected] | |
2b7a52a4 | 496 | L: [email protected] (subscribers-only) |
e2bdb176 | 497 | S: Supported |
2b7a52a4 LB |
498 | |
499 | ARM/INTEL IXP2000 ARM ARCHITECTURE | |
500 | P: Lennert Buytenhek | |
501 | M: [email protected] | |
502 | L: [email protected] (subscribers-only) | |
503 | S: Maintained | |
504 | ||
505 | ARM/INTEL IXDP2850 MACHINE SUPPORT | |
506 | P: Lennert Buytenhek | |
507 | M: [email protected] | |
508 | L: [email protected] (subscribers-only) | |
509 | S: Maintained | |
510 | ||
511 | ARM/INTEL IXP23XX ARM ARCHITECTURE | |
512 | P: Lennert Buytenhek | |
513 | M: [email protected] | |
514 | L: [email protected] (subscribers-only) | |
515 | S: Maintained | |
516 | ||
517 | ARM/INTEL XSC3 (MANZANO) ARM CORE | |
518 | P: Lennert Buytenhek | |
519 | M: [email protected] | |
e2bdb176 DW |
520 | P: Dan Williams |
521 | M: [email protected] | |
2b7a52a4 | 522 | L: [email protected] (subscribers-only) |
e2bdb176 | 523 | S: Supported |
2b7a52a4 LB |
524 | |
525 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
526 | P: Lennert Buytenhek | |
527 | M: [email protected] | |
528 | L: [email protected] (subscribers-only) | |
529 | S: Maintained | |
530 | ||
531 | ARM/LOGICPD PXA270 MACHINE SUPPORT | |
532 | P: Lennert Buytenhek | |
533 | M: [email protected] | |
534 | L: [email protected] (subscribers-only) | |
535 | S: Maintained | |
536 | ||
8459c159 DO |
537 | ARM/TOSA MACHINE SUPPORT |
538 | P: Dirk Opfer | |
539 | M: [email protected] | |
540 | S: Maintained | |
541 | ||
1da177e4 LT |
542 | ARM/PLEB SUPPORT |
543 | P: Peter Chubb | |
544 | M: [email protected] | |
545 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | |
546 | S: Maintained | |
547 | ||
548 | ARM/PT DIGITAL BOARD PORT | |
549 | P: Stefan Eletzhofer | |
550 | M: [email protected] | |
70f09f1f | 551 | L: [email protected] (subscribers-only) |
1da177e4 LT |
552 | W: http://www.arm.linux.org.uk/ |
553 | S: Maintained | |
554 | ||
2b7a52a4 LB |
555 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
556 | P: Lennert Buytenhek | |
557 | M: [email protected] | |
558 | L: [email protected] (subscribers-only) | |
559 | S: Maintained | |
560 | ||
1da177e4 LT |
561 | ARM/SHARK MACHINE SUPPORT |
562 | P: Alexander Schulz | |
563 | M: [email protected] | |
564 | W: http://www.shark-linux.de/shark.html | |
565 | S: Maintained | |
566 | ||
567 | ARM/STRONGARM110 PORT | |
568 | P: Russell King | |
569 | M: [email protected] | |
70f09f1f | 570 | L: [email protected] (subscribers-only) |
1da177e4 LT |
571 | W: http://www.arm.linux.org.uk/ |
572 | S: Maintained | |
573 | ||
574 | ARM/S3C2410 ARM ARCHITECTURE | |
575 | P: Ben Dooks | |
449d4dd5 | 576 | M: [email protected] |
70f09f1f | 577 | L: [email protected] (subscribers-only) |
1da177e4 LT |
578 | W: http://www.fluff.org/ben/linux/ |
579 | S: Maintained | |
580 | ||
581 | ARM/S3C2440 ARM ARCHITECTURE | |
582 | P: Ben Dooks | |
449d4dd5 | 583 | M: [email protected] |
70f09f1f | 584 | L: [email protected] (subscribers-only) |
1da177e4 LT |
585 | W: http://www.fluff.org/ben/linux/ |
586 | S: Maintained | |
587 | ||
2b7a52a4 LB |
588 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
589 | P: Lennert Buytenhek | |
590 | M: [email protected] | |
591 | L: [email protected] (subscribers-only) | |
592 | S: Maintained | |
593 | ||
594 | ARM/THECUS N2100 MACHINE SUPPORT | |
595 | P: Lennert Buytenhek | |
596 | M: [email protected] | |
597 | L: [email protected] (subscribers-only) | |
598 | S: Maintained | |
599 | ||
1da177e4 LT |
600 | ARPD SUPPORT |
601 | P: Jonathan Layes | |
979b6c13 | 602 | L: [email protected] |
1da177e4 LT |
603 | S: Maintained |
604 | ||
605 | ASUS ACPI EXTRAS DRIVER | |
0b67d946 LB |
606 | P: Corentin Chary |
607 | M: [email protected] | |
1da177e4 LT |
608 | P: Karol Kozimor |
609 | M: [email protected] | |
1da177e4 LT |
610 | L: [email protected] |
611 | W: http://sourceforge.net/projects/acpi4asus | |
0b67d946 | 612 | W: http://xf.iksaif.net/acpi4asus |
85091b71 CC |
613 | S: Maintained |
614 | ||
615 | ASUS LAPTOP EXTRAS DRIVER | |
616 | P: Corentin Chary | |
617 | M: [email protected] | |
618 | L: [email protected] | |
1da177e4 | 619 | W: http://sourceforge.net/projects/acpi4asus |
0b67d946 | 620 | W: http://xf.iksaif.net/acpi4asus |
1da177e4 LT |
621 | S: Maintained |
622 | ||
623 | ATA OVER ETHERNET DRIVER | |
624 | P: Ed L. Cashin | |
625 | M: [email protected] | |
626 | W: http://www.coraid.com/support/linux | |
627 | S: Supported | |
628 | ||
8d5ca6ec JC |
629 | ATL1 ETHERNET DRIVER |
630 | P: Jay Cliburn | |
631 | M: [email protected] | |
632 | P: Chris Snook | |
633 | M: [email protected] | |
634 | L: [email protected] | |
635 | W: http://sourceforge.net/projects/atl1 | |
636 | W: http://atl1.sourceforge.net | |
637 | S: Maintained | |
638 | ||
1da177e4 LT |
639 | ATM |
640 | P: Chas Williams | |
641 | M: [email protected] | |
f37bf90e | 642 | L: [email protected] (subscribers-only) |
1da177e4 LT |
643 | W: http://linux-atm.sourceforge.net |
644 | S: Maintained | |
645 | ||
89e5785f | 646 | ATMEL MACB ETHERNET DRIVER |
89e5785f HS |
647 | P: Haavard Skinnemoen |
648 | M: [email protected] | |
649 | S: Supported | |
650 | ||
754ce4f2 HS |
651 | ATMEL SPI DRIVER |
652 | P: Haavard Skinnemoen | |
653 | M: [email protected] | |
654 | S: Supported | |
655 | ||
1da177e4 LT |
656 | ATMEL WIRELESS DRIVER |
657 | P: Simon Kelley | |
658 | M: [email protected] | |
659 | W: http://www.thekelleys.org.uk/atmel | |
660 | W: http://atmelwlandriver.sourceforge.net/ | |
661 | S: Maintained | |
662 | ||
a92b7b80 | 663 | AUDIT SUBSYSTEM |
ad3f9a22 DW |
664 | P: David Woodhouse |
665 | M: [email protected] | |
666 | L: [email protected] | |
667 | W: http://people.redhat.com/sgrubb/audit/ | |
1adc1230 | 668 | T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git |
a92b7b80 CW |
669 | S: Maintained |
670 | ||
70e84049 MOS |
671 | AUXILIARY DISPLAY DRIVERS |
672 | P: Miguel Ojeda Sandonis | |
673 | M: [email protected] | |
674 | L: [email protected] | |
675 | S: Maintained | |
676 | ||
5f97f7f9 | 677 | AVR32 ARCHITECTURE |
5f97f7f9 HS |
678 | P: Haavard Skinnemoen |
679 | M: [email protected] | |
680 | W: http://www.atmel.com/products/AVR32/ | |
681 | W: http://avr32linux.org/ | |
682 | W: http://avrfreaks.net/ | |
683 | S: Supported | |
684 | ||
685 | AVR32/AT32AP MACHINE SUPPORT | |
5f97f7f9 HS |
686 | P: Haavard Skinnemoen |
687 | M: [email protected] | |
688 | S: Supported | |
689 | ||
1da177e4 LT |
690 | AX.25 NETWORK LAYER |
691 | P: Ralf Baechle | |
692 | M: [email protected] | |
693 | L: [email protected] | |
d34cb28a | 694 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
695 | S: Maintained |
696 | ||
300abeb5 RP |
697 | BACKLIGHT CLASS/SUBSYSTEM |
698 | P: Richard Purdie | |
699 | M: [email protected] | |
700 | S: Maintained | |
701 | ||
1da177e4 LT |
702 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
703 | P: Thomas Sailer | |
704 | M: [email protected] | |
705 | L: [email protected] | |
706 | W: http://www.baycom.org/~tom/ham/ham.html | |
707 | S: Maintained | |
708 | ||
fb67a0f7 MB |
709 | BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) |
710 | P: Larry Finger | |
711 | M: [email protected] | |
9eac8f95 MB |
712 | P: Stefano Brivio |
713 | M: [email protected] | |
714 | W: http://bcm43xx.berlios.de/ | |
715 | S: Maintained | |
716 | ||
1da177e4 LT |
717 | BEFS FILE SYSTEM |
718 | P: Sergey S. Kostyliov | |
719 | M: [email protected] | |
720 | L: [email protected] | |
721 | S: Maintained | |
722 | ||
723 | BERKSHIRE PRODUCTS PC WATCHDOG DRIVER | |
724 | P: Kenji Hollis | |
725 | W: http://ftp.bitgate.com/pcwd/ | |
726 | S: Maintained | |
727 | ||
728 | BFS FILE SYSTEM | |
729 | P: Tigran A. Aivazian | |
b5b9df69 | 730 | M: [email protected] |
1da177e4 LT |
731 | L: [email protected] |
732 | S: Maintained | |
733 | ||
734 | BLOCK LAYER | |
735 | P: Jens Axboe | |
0fe23479 | 736 | M: [email protected] |
1da177e4 | 737 | L: [email protected] |
6fb0425b | 738 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1da177e4 LT |
739 | S: Maintained |
740 | ||
741 | BLUETOOTH SUBSYSTEM | |
742 | P: Marcel Holtmann | |
743 | M: [email protected] | |
744 | P: Maxim Krasnyansky | |
745 | M: [email protected] | |
746 | L: [email protected] | |
747 | W: http://bluez.sf.net | |
748 | W: http://www.bluez.org | |
749 | W: http://www.holtmann.org/linux/bluetooth/ | |
1adc1230 | 750 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
1da177e4 LT |
751 | S: Maintained |
752 | ||
753 | BLUETOOTH RFCOMM LAYER | |
754 | P: Marcel Holtmann | |
755 | M: [email protected] | |
756 | P: Maxim Krasnyansky | |
757 | M: [email protected] | |
758 | S: Maintained | |
759 | ||
760 | BLUETOOTH BNEP LAYER | |
761 | P: Marcel Holtmann | |
762 | M: [email protected] | |
763 | P: Maxim Krasnyansky | |
764 | M: [email protected] | |
765 | S: Maintained | |
766 | ||
767 | BLUETOOTH CMTP LAYER | |
768 | P: Marcel Holtmann | |
769 | M: [email protected] | |
770 | S: Maintained | |
771 | ||
772 | BLUETOOTH HIDP LAYER | |
773 | P: Marcel Holtmann | |
774 | M: [email protected] | |
775 | S: Maintained | |
776 | ||
777 | BLUETOOTH HCI UART DRIVER | |
778 | P: Marcel Holtmann | |
779 | M: [email protected] | |
780 | P: Maxim Krasnyansky | |
781 | M: [email protected] | |
782 | S: Maintained | |
783 | ||
784 | BLUETOOTH HCI USB DRIVER | |
785 | P: Marcel Holtmann | |
786 | M: [email protected] | |
787 | P: Maxim Krasnyansky | |
788 | M: [email protected] | |
789 | S: Maintained | |
790 | ||
791 | BLUETOOTH HCI BCM203X DRIVER | |
792 | P: Marcel Holtmann | |
793 | M: [email protected] | |
794 | S: Maintained | |
795 | ||
796 | BLUETOOTH HCI BPA10X DRIVER | |
797 | P: Marcel Holtmann | |
798 | M: [email protected] | |
799 | S: Maintained | |
800 | ||
801 | BLUETOOTH HCI BFUSB DRIVER | |
802 | P: Marcel Holtmann | |
803 | M: [email protected] | |
804 | S: Maintained | |
805 | ||
806 | BLUETOOTH HCI DTL1 DRIVER | |
807 | P: Marcel Holtmann | |
808 | M: [email protected] | |
809 | S: Maintained | |
810 | ||
811 | BLUETOOTH HCI BLUECARD DRIVER | |
812 | P: Marcel Holtmann | |
813 | M: [email protected] | |
814 | S: Maintained | |
815 | ||
816 | BLUETOOTH HCI BT3C DRIVER | |
817 | P: Marcel Holtmann | |
818 | M: [email protected] | |
819 | S: Maintained | |
820 | ||
821 | BLUETOOTH HCI BTUART DRIVER | |
822 | P: Marcel Holtmann | |
823 | M: [email protected] | |
824 | S: Maintained | |
825 | ||
826 | BLUETOOTH HCI VHCI DRIVER | |
827 | P: Maxim Krasnyansky | |
828 | M: [email protected] | |
829 | S: Maintained | |
830 | ||
831 | BONDING DRIVER | |
ce00f85c JC |
832 | P: Chad Tindel |
833 | M: [email protected] | |
834 | P: Jay Vosburgh | |
835 | M: [email protected] | |
836 | L: [email protected] | |
837 | W: http://sourceforge.net/projects/bonding/ | |
838 | S: Supported | |
1da177e4 | 839 | |
fef1c772 AB |
840 | BROADBAND PROCESSOR ARCHITECTURE |
841 | P: Arnd Bergmann | |
842 | M: [email protected] | |
1d049816 | 843 | L: [email protected] |
6d923f98 | 844 | W: http://www.penguinppc.org/ppc64/ |
fef1c772 AB |
845 | S: Supported |
846 | ||
39105890 GZ |
847 | BROADCOM B44 10/100 ETHERNET DRIVER |
848 | P: Gary Zambrano | |
849 | M: [email protected] | |
850 | L: [email protected] | |
851 | S: Supported | |
852 | ||
948c51e6 MC |
853 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
854 | P: Michael Chan | |
855 | M: [email protected] | |
856 | L: [email protected] | |
857 | S: Supported | |
858 | ||
859 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | |
860 | P: Michael Chan | |
861 | M: [email protected] | |
862 | L: [email protected] | |
863 | S: Supported | |
864 | ||
1da177e4 | 865 | BTTV VIDEO4LINUX DRIVER |
96b6aba0 | 866 | P: Mauro Carvalho Chehab |
8d58d773 MCC |
867 | M: [email protected] |
868 | M: [email protected] | |
1da177e4 | 869 | L: [email protected] |
96b6aba0 | 870 | W: http://linuxtv.org |
ecfa4fdc | 871 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
96b6aba0 | 872 | S: Maintained |
1da177e4 | 873 | |
77dac90f MBY |
874 | CALGARY x86-64 IOMMU |
875 | P: Muli Ben-Yehuda | |
876 | M: [email protected] | |
877 | P: Jon D. Mason | |
d8d2bedf | 878 | M: [email protected] |
77dac90f MBY |
879 | L: [email protected] |
880 | L: [email protected] | |
881 | S: Maintained | |
882 | ||
70e84049 MOS |
883 | CFAG12864B LCD DRIVER |
884 | P: Miguel Ojeda Sandonis | |
885 | M: [email protected] | |
886 | L: [email protected] | |
887 | S: Maintained | |
888 | ||
889 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
890 | P: Miguel Ojeda Sandonis | |
891 | M: [email protected] | |
892 | L: [email protected] | |
893 | S: Maintained | |
894 | ||
1da177e4 LT |
895 | COMMON INTERNET FILE SYSTEM (CIFS) |
896 | P: Steve French | |
897 | M: [email protected] | |
fb453d4b | 898 | L: [email protected] |
1da177e4 LT |
899 | L: [email protected] |
900 | W: http://us1.samba.org/samba/Linux_CIFS_client.html | |
1adc1230 | 901 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
1da177e4 LT |
902 | S: Supported |
903 | ||
7063fbf2 JB |
904 | CONFIGFS |
905 | P: Joel Becker | |
62ca3d26 JB |
906 | M: [email protected] |
907 | L: [email protected] | |
7063fbf2 JB |
908 | S: Supported |
909 | ||
2b7a52a4 LB |
910 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
911 | P: Lennert Buytenhek | |
912 | M: [email protected] | |
913 | L: [email protected] | |
914 | S: Maintained | |
915 | ||
1da177e4 LT |
916 | CIRRUS LOGIC GENERIC FBDEV DRIVER |
917 | P: Jeff Garzik | |
918 | M: [email protected] | |
5cd307c5 | 919 | L: [email protected] (subscribers-only) |
1da177e4 LT |
920 | S: Odd Fixes |
921 | ||
2b7a52a4 LB |
922 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
923 | P: Lennert Buytenhek | |
924 | M: [email protected] | |
925 | L: [email protected] | |
926 | S: Maintained | |
927 | ||
1da177e4 LT |
928 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER |
929 | P: Cirrus Logic Corporation (kernel 2.2 driver) | |
930 | M: Cirrus Logic Corporation, Thomas Woller <[email protected]> | |
931 | P: Nils Faerber (port to kernel 2.4) | |
932 | M: Nils Faerber <[email protected]> | |
933 | S: Maintained | |
934 | ||
935 | CODA FILE SYSTEM | |
936 | P: Jan Harkes | |
937 | M: [email protected] | |
938 | M: [email protected] | |
939 | L: [email protected] | |
940 | W: http://www.coda.cs.cmu.edu/ | |
941 | S: Maintained | |
942 | ||
943 | COMPACTPCI HOTPLUG CORE | |
944 | P: Scott Murray | |
945 | M: [email protected] | |
946 | M: [email protected] | |
947 | L: [email protected] | |
948 | S: Supported | |
949 | ||
950 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
951 | P: Scott Murray | |
952 | M: [email protected] | |
953 | M: [email protected] | |
954 | L: [email protected] | |
955 | S: Supported | |
956 | ||
957 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
958 | P: Scott Murray | |
959 | M: [email protected] | |
960 | M: [email protected] | |
961 | L: [email protected] | |
962 | S: Supported | |
963 | ||
964 | COMPUTONE INTELLIPORT MULTIPORT CARD | |
965 | P: Michael H. Warfield | |
07d46de4 | 966 | M: [email protected] |
1da177e4 | 967 | W: http://www.wittsend.com/computone.html |
07d46de4 | 968 | S: Maintained |
1da177e4 LT |
969 | |
970 | COSA/SRP SYNC SERIAL DRIVER | |
971 | P: Jan "Yenya" Kasprzak | |
972 | M: [email protected] | |
973 | W: http://www.fi.muni.cz/~kas/cosa/ | |
974 | S: Maintained | |
975 | ||
976 | CPU FREQUENCY DRIVERS | |
977 | P: Dave Jones | |
978 | M: [email protected] | |
979 | L: [email protected] | |
980 | W: http://www.codemonkey.org.uk/projects/cpufreq/ | |
7531a0b5 | 981 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
1da177e4 LT |
982 | S: Maintained |
983 | ||
984 | CPUID/MSR DRIVER | |
985 | P: H. Peter Anvin | |
986 | M: [email protected] | |
987 | S: Maintained | |
988 | ||
ed90fb4a PJ |
989 | CPUSETS |
990 | P: Paul Jackson | |
991 | P: Simon Derr | |
992 | M: [email protected] | |
993 | M: [email protected] | |
994 | L: [email protected] | |
995 | W: http://www.bullopensource.org/cpuset/ | |
996 | S: Supported | |
997 | ||
1da177e4 | 998 | CRAMFS FILESYSTEM |
ce00f85c JC |
999 | W: http://sourceforge.net/projects/cramfs/ |
1000 | S: Orphan | |
1da177e4 LT |
1001 | |
1002 | CRIS PORT | |
1003 | P: Mikael Starvik | |
1004 | M: [email protected] | |
1005 | L: [email protected] | |
1006 | W: http://developer.axis.com | |
1007 | S: Maintained | |
1008 | ||
1009 | CRYPTO API | |
1010 | P: Herbert Xu | |
1011 | M: [email protected] | |
1012 | P: David S. Miller | |
1013 | M: [email protected] | |
1014 | L: [email protected] | |
1adc1230 | 1015 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 LT |
1016 | S: Maintained |
1017 | ||
9b4ffa48 JK |
1018 | CS5535 Audio ALSA driver |
1019 | P: Jaya Kumar | |
1020 | M: [email protected] | |
1021 | S: Maintained | |
1022 | ||
1da177e4 LT |
1023 | CYBERPRO FB DRIVER |
1024 | P: Russell King | |
1025 | M: [email protected] | |
1026 | W: http://www.arm.linux.org.uk/ | |
1027 | S: Maintained | |
1028 | ||
9fa68eae KP |
1029 | CYBLAFB FRAMEBUFFER DRIVER |
1030 | P: Knut Petersen | |
1031 | M: [email protected] | |
5cd307c5 | 1032 | L: [email protected] (subscribers-only) |
9fa68eae KP |
1033 | S: Maintained |
1034 | ||
1da177e4 LT |
1035 | CYCLADES 2X SYNC CARD DRIVER |
1036 | P: Arnaldo Carvalho de Melo | |
926554c4 ACM |
1037 | M: [email protected] |
1038 | W: http://oops.ghostprotocols.net:81/blog | |
1da177e4 LT |
1039 | S: Maintained |
1040 | ||
1041 | CYCLADES ASYNC MUX DRIVER | |
1da177e4 | 1042 | W: http://www.cyclades.com/ |
d459883e | 1043 | S: Orphan |
1da177e4 LT |
1044 | |
1045 | CYCLADES PC300 DRIVER | |
1da177e4 | 1046 | W: http://www.cyclades.com/ |
d459883e | 1047 | S: Orphan |
1da177e4 | 1048 | |
1da177e4 LT |
1049 | DAMA SLAVE for AX.25 |
1050 | P: Joerg Reuter | |
1051 | M: [email protected] | |
1052 | W: http://yaina.de/jreuter/ | |
1053 | W: http://www.qsl.net/dl1bke/ | |
1054 | L: [email protected] | |
1055 | S: Maintained | |
1056 | ||
1057 | DC395x SCSI driver | |
1058 | P: Oliver Neukum | |
1059 | M: [email protected] | |
1060 | P: Ali Akcaagac | |
1061 | M: [email protected] | |
1062 | P: Jamie Lenehan | |
1063 | M: [email protected] | |
1064 | W: http://twibble.org/dist/dc395x/ | |
f5df5881 | 1065 | L: [email protected] |
1da177e4 LT |
1066 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
1067 | S: Maintained | |
1068 | ||
1069 | DC390/AM53C974 SCSI driver | |
1070 | P: Kurt Garloff | |
1071 | M: [email protected] | |
1072 | W: http://www.garloff.de/kurt/linux/dc390/ | |
1073 | P: Guennadi Liakhovetski | |
1074 | M: [email protected] | |
1075 | S: Maintained | |
1076 | ||
eb8edb08 ACM |
1077 | DCCP PROTOCOL |
1078 | P: Arnaldo Carvalho de Melo | |
926554c4 | 1079 | M: [email protected] |
eb8edb08 | 1080 | L: [email protected] |
f3b84ec2 | 1081 | W: http://linux-net.osdl.org/index.php/DCCP |
eb8edb08 ACM |
1082 | S: Maintained |
1083 | ||
1da177e4 LT |
1084 | DECnet NETWORK LAYER |
1085 | P: Patrick Caulfield | |
1086 | M: [email protected] | |
1087 | W: http://linux-decnet.sourceforge.net | |
1088 | L: [email protected] | |
1089 | S: Maintained | |
1090 | ||
1091 | DEFXX FDDI NETWORK DRIVER | |
1092 | P: Maciej W. Rozycki | |
1093 | M: [email protected] | |
1094 | S: Maintained | |
1095 | ||
1096 | DELL LAPTOP SMM DRIVER | |
1097 | P: Massimo Dal Zotto | |
1098 | M: [email protected] | |
1099 | W: http://www.debian.org/~dz/i8k/ | |
1100 | S: Maintained | |
1101 | ||
90563ec4 DW |
1102 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
1103 | P: Doug Warzecha | |
1104 | M: [email protected] | |
1105 | S: Maintained | |
1106 | ||
5ddb88c0 | 1107 | DEVICE-MAPPER (LVM) |
1da177e4 LT |
1108 | P: Alasdair Kergon |
1109 | L: [email protected] | |
1110 | W: http://sources.redhat.com/dm | |
1111 | S: Maintained | |
1112 | ||
1113 | DEVICE NUMBER REGISTRY | |
1114 | P: Torben Mathiasen | |
1115 | M: [email protected] | |
1116 | W: http://lanana.org/docs/device-list/index.html | |
1117 | L: [email protected] | |
1118 | S: Maintained | |
1119 | ||
1da177e4 LT |
1120 | DIGI INTL. EPCA DRIVER |
1121 | P: Digi International, Inc | |
1122 | M: [email protected] | |
1123 | L: [email protected] | |
1124 | W: http://www.digi.com | |
1125 | S: Orphaned | |
1126 | ||
1127 | DIGI RIGHTSWITCH NETWORK DRIVER | |
1128 | P: Rick Richardson | |
979b6c13 | 1129 | L: [email protected] |
1da177e4 LT |
1130 | W: http://www.digi.com |
1131 | S: Orphaned | |
1132 | ||
1133 | DIRECTORY NOTIFICATION | |
1134 | P: Stephen Rothwell | |
1135 | M: [email protected] | |
1136 | L: [email protected] | |
1137 | S: Supported | |
1138 | ||
1139 | DISK GEOMETRY AND PARTITION HANDLING | |
1140 | P: Andries Brouwer | |
1141 | M: [email protected] | |
1142 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | |
1143 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
1144 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
1145 | S: Maintained | |
1146 | ||
1147 | DISKQUOTA: | |
1148 | P: Jan Kara | |
1149 | M: [email protected] | |
1150 | L: [email protected] | |
1151 | S: Maintained | |
1152 | ||
5be7b50f SW |
1153 | DISTRIBUTED LOCK MANAGER |
1154 | P: Patrick Caulfield | |
1155 | M: [email protected] | |
1156 | P: David Teigland | |
1157 | M: [email protected] | |
a4644184 | 1158 | L: [email protected] |
5be7b50f | 1159 | W: http://sources.redhat.com/cluster/ |
370298e2 SW |
1160 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
1161 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
5be7b50f SW |
1162 | S: Supported |
1163 | ||
1da177e4 LT |
1164 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
1165 | P: Tobias Ringstrom | |
1166 | M: [email protected] | |
2cb4abd1 | 1167 | L: [email protected] |
1da177e4 LT |
1168 | S: Maintained |
1169 | ||
ba483d57 | 1170 | DOCBOOK FOR DOCUMENTATION |
0f40efbd RD |
1171 | P: Randy Dunlap |
1172 | M: [email protected] | |
ba483d57 MW |
1173 | S: Maintained |
1174 | ||
5b9c9bf6 KCA |
1175 | DOCKING STATION DRIVER |
1176 | P: Kristen Carlson Accardi | |
1177 | M: [email protected] | |
1178 | L: [email protected] | |
8b59a454 | 1179 | S: Supported |
5b9c9bf6 | 1180 | |
1da177e4 LT |
1181 | DOUBLETALK DRIVER |
1182 | P: James R. Van Zandt | |
1183 | M: [email protected] | |
1184 | L: [email protected] | |
1185 | S: Maintained | |
1186 | ||
1187 | DRIVER CORE, KOBJECTS, AND SYSFS | |
1188 | P: Greg Kroah-Hartman | |
1189 | M: [email protected] | |
1190 | L: [email protected] | |
6fb0425b | 1191 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
1192 | S: Supported |
1193 | ||
1194 | DRM DRIVERS | |
1195 | P: David Airlie | |
1196 | M: [email protected] | |
1197 | L: [email protected] | |
6fb0425b | 1198 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 LT |
1199 | S: Maintained |
1200 | ||
1201 | DSCC4 DRIVER | |
01f20734 FR |
1202 | P: Francois Romieu |
1203 | M: [email protected] | |
1204 | L: [email protected] | |
1da177e4 LT |
1205 | S: Maintained |
1206 | ||
1207 | DVB SUBSYSTEM AND DRIVERS | |
1208 | P: LinuxTV.org Project | |
8d58d773 | 1209 | M: [email protected] |
1da177e4 | 1210 | L: [email protected] (subscription required) |
7d69fa62 | 1211 | W: http://linuxtv.org/ |
ecfa4fdc | 1212 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
8d58d773 | 1213 | S: Maintained |
1da177e4 LT |
1214 | |
1215 | EATA-DMA SCSI DRIVER | |
1216 | P: Michael Neuffer | |
1217 | L: [email protected], [email protected] | |
1218 | S: Maintained | |
1219 | ||
1220 | EATA ISA/EISA/PCI SCSI DRIVER | |
1221 | P: Dario Ballabio | |
1222 | M: [email protected] | |
1223 | L: [email protected] | |
1224 | S: Maintained | |
1225 | ||
1226 | EATA-PIO SCSI DRIVER | |
1227 | P: Michael Neuffer | |
1228 | M: [email protected] | |
1229 | L: [email protected], [email protected] | |
1230 | S: Maintained | |
1231 | ||
1232 | EBTABLES | |
1233 | P: Bart De Schuymer | |
1234 | M: [email protected] | |
1235 | L: [email protected] | |
1236 | L: [email protected] | |
1237 | W: http://ebtables.sourceforge.net/ | |
1238 | S: Maintained | |
1239 | ||
237fead6 MH |
1240 | ECRYPT FILE SYSTEM |
1241 | P: Mike Halcrow, Phillip Hellewell | |
1242 | M: [email protected], [email protected] | |
1243 | L: [email protected] | |
1244 | W: http://ecryptfs.sourceforge.net/ | |
1245 | S: Supported | |
1246 | ||
da9bb1d2 | 1247 | EDAC-CORE |
0e438e3f | 1248 | P: Doug Thompson |
8c2a6a40 | 1249 | M: [email protected] |
0e438e3f DP |
1250 | L: [email protected] |
1251 | W: bluesmoke.sourceforge.net | |
8c2a6a40 | 1252 | S: Supported |
0e438e3f DP |
1253 | |
1254 | EDAC-E752X | |
8c2a6a40 DT |
1255 | P: Mark Gross |
1256 | M: [email protected] | |
0e438e3f DP |
1257 | L: [email protected] |
1258 | W: bluesmoke.sourceforge.net | |
1259 | S: Maintained | |
1260 | ||
1261 | EDAC-E7XXX | |
8c2a6a40 DT |
1262 | P: Doug Thompson |
1263 | M: [email protected] | |
0e438e3f DP |
1264 | L: [email protected] |
1265 | W: bluesmoke.sourceforge.net | |
1266 | S: Maintained | |
1267 | ||
1268 | EDAC-R82600 | |
1269 | P: Tim Small | |
1270 | M: [email protected] | |
1271 | L: [email protected] | |
1272 | W: bluesmoke.sourceforge.net | |
1273 | S: Maintained | |
da9bb1d2 | 1274 | |
1da177e4 LT |
1275 | EEPRO100 NETWORK DRIVER |
1276 | P: Andrey V. Savochkin | |
1277 | M: [email protected] | |
1278 | S: Maintained | |
1279 | ||
0bee8d28 JT |
1280 | EFS FILESYSTEM |
1281 | W: http://aeschi.ch.eu.org/efs/ | |
1282 | S: Orphan | |
1283 | ||
fab97220 HS |
1284 | EHCA (IBM GX bus InfiniBand adapter) DRIVER: |
1285 | P: Hoang-Nam Nguyen | |
1286 | M: [email protected] | |
1287 | P: Christoph Raisch | |
1288 | M: [email protected] | |
1289 | L: [email protected] | |
1290 | S: Supported | |
1291 | ||
1da177e4 LT |
1292 | EMU10K1 SOUND DRIVER |
1293 | P: James Courtier-Dutton | |
1294 | M: [email protected] | |
1295 | L: [email protected] | |
1296 | W: http://sourceforge.net/projects/emu10k1/ | |
1297 | S: Maintained | |
1298 | ||
3a1c1d44 | 1299 | EMULEX LPFC FC SCSI DRIVER |
ce00f85c JC |
1300 | P: James Smart |
1301 | M: [email protected] | |
1302 | L: [email protected] | |
1303 | W: http://sourceforge.net/projects/lpfcxxxx | |
1304 | S: Supported | |
3a1c1d44 | 1305 | |
1da177e4 LT |
1306 | EPSON 1355 FRAMEBUFFER DRIVER |
1307 | P: Christopher Hoover | |
1308 | M: [email protected], [email protected] | |
1309 | S: Maintained | |
1310 | ||
1311 | ETHEREXPRESS-16 NETWORK DRIVER | |
1312 | P: Philip Blundell | |
1313 | M: [email protected] | |
979b6c13 | 1314 | L: [email protected] |
1da177e4 LT |
1315 | S: Maintained |
1316 | ||
1317 | ETHERNET BRIDGE | |
1318 | P: Stephen Hemminger | |
65ebe634 | 1319 | M: [email protected] |
f318a63b | 1320 | L: [email protected] |
1da177e4 LT |
1321 | W: http://bridge.sourceforge.net/ |
1322 | S: Maintained | |
1323 | ||
1324 | ETHERTEAM 16I DRIVER | |
1325 | P: Mika Kuoppala | |
1326 | M: [email protected] | |
1327 | S: Maintained | |
1328 | ||
1329 | EXT2 FILE SYSTEM | |
72be2ccf | 1330 | L: [email protected] |
1da177e4 LT |
1331 | S: Maintained |
1332 | ||
1333 | EXT3 FILE SYSTEM | |
1334 | P: Stephen Tweedie, Andrew Morton | |
588cc708 | 1335 | M: [email protected], [email protected], [email protected] |
72be2ccf EM |
1336 | L: [email protected] |
1337 | S: Maintained | |
1338 | ||
1339 | EXT4 FILE SYSTEM | |
1340 | P: Stephen Tweedie, Andrew Morton | |
588cc708 | 1341 | M: [email protected], [email protected], [email protected] |
72be2ccf | 1342 | L: [email protected] |
1da177e4 LT |
1343 | S: Maintained |
1344 | ||
e53004e2 JD |
1345 | F71805F HARDWARE MONITORING DRIVER |
1346 | P: Jean Delvare | |
1347 | M: [email protected] | |
1348 | L: [email protected] | |
1349 | S: Maintained | |
1350 | ||
1da177e4 LT |
1351 | FARSYNC SYNCHRONOUS DRIVER |
1352 | P: Kevin Curtis | |
1353 | M: [email protected] | |
1da177e4 LT |
1354 | W: http://www.farsite.co.uk/ |
1355 | S: Supported | |
1356 | ||
c5408b88 AM |
1357 | FAULT INJECTION SUPPORT |
1358 | P: Akinobu Mita | |
1359 | M: [email protected] | |
1360 | S: Supported | |
1361 | ||
1da177e4 LT |
1362 | FRAMEBUFFER LAYER |
1363 | P: Antonino Daplas | |
0478e62e | 1364 | M: [email protected] |
5cd307c5 | 1365 | L: [email protected] (subscribers-only) |
1da177e4 LT |
1366 | W: http://linux-fbdev.sourceforge.net/ |
1367 | S: Maintained | |
1368 | ||
4689a6b1 PA |
1369 | FREESCALE SOC FS_ENET DRIVER |
1370 | P: Pantelis Antoniou | |
1371 | M: [email protected] | |
1372 | P: Vitaly Bordug | |
1373 | M: [email protected] | |
1374 | L: [email protected] | |
1375 | L: [email protected] | |
1376 | S: Maintained | |
1377 | ||
1da177e4 LT |
1378 | FILE LOCKING (flock() and fcntl()/lockf()) |
1379 | P: Matthew Wilcox | |
1380 | M: [email protected] | |
1381 | L: [email protected] | |
1382 | S: Maintained | |
1383 | ||
1384 | FILESYSTEMS (VFS and infrastructure) | |
1385 | P: Alexander Viro | |
84122058 | 1386 | M: [email protected] |
1da177e4 LT |
1387 | S: Maintained |
1388 | ||
1389 | FIRMWARE LOADER (request_firmware) | |
1390 | L: [email protected] | |
1391 | S: Orphan | |
1392 | ||
1393 | FPU EMULATOR | |
1394 | P: Bill Metzenthen | |
1395 | M: [email protected] | |
1396 | W: http://suburbia.net/~billm/floating-point/emulator/ | |
1397 | S: Maintained | |
1398 | ||
1399 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
1400 | P: Mike McLagan | |
1401 | M: [email protected] | |
979b6c13 | 1402 | L: [email protected] |
1da177e4 LT |
1403 | S: Maintained |
1404 | ||
1405 | FREEVXFS FILESYSTEM | |
1406 | P: Christoph Hellwig | |
1407 | M: [email protected] | |
1408 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs | |
1409 | S: Maintained | |
1410 | ||
5ab7ffea | 1411 | FUJITSU FR-V (FRV) PORT |
1da177e4 LT |
1412 | P: David Howells |
1413 | M: [email protected] | |
1414 | S: Maintained | |
1415 | ||
04578f17 MS |
1416 | FUSE: FILESYSTEM IN USERSPACE |
1417 | P: Miklos Szeredi | |
1418 | M: [email protected] | |
1419 | L: [email protected] | |
1420 | W: http://fuse.sourceforge.net/ | |
1421 | S: Maintained | |
1422 | ||
1da177e4 LT |
1423 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
1424 | P: Rik Faith | |
1425 | M: [email protected] | |
1426 | L: [email protected] | |
1427 | S: Odd fixes (e.g., new signatures) | |
1428 | ||
1429 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | |
1430 | P: Achim Leubner | |
1431 | M: [email protected] | |
1432 | L: [email protected] | |
1433 | W: http://www.icp-vortex.com/ | |
1434 | S: Supported | |
1435 | ||
1436 | GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS | |
1437 | P: Krzysztof Halasa | |
1438 | M: [email protected] | |
1439 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | |
1440 | S: Maintained | |
1441 | ||
5be7b50f SW |
1442 | GFS2 FILE SYSTEM |
1443 | P: Steven Whitehouse | |
1444 | M: [email protected] | |
a4644184 | 1445 | L: [email protected] |
5be7b50f | 1446 | W: http://sources.redhat.com/cluster/ |
370298e2 SW |
1447 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
1448 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
5be7b50f SW |
1449 | S: Supported |
1450 | ||
0a34eb8f HL |
1451 | GIGASET ISDN DRIVERS |
1452 | P: Hansjoerg Lipp | |
1453 | M: [email protected] | |
1454 | P: Tilman Schmidt | |
1455 | M: [email protected] | |
1456 | L: [email protected] | |
1457 | W: http://gigaset307x.sourceforge.net/ | |
1458 | S: Maintained | |
1459 | ||
5b543965 JD |
1460 | HARDWARE MONITORING |
1461 | P: Jean Delvare | |
1462 | M: [email protected] | |
1463 | L: [email protected] | |
595142e0 JD |
1464 | W: http://www.lm-sensors.org/ |
1465 | T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/ | |
5b543965 JD |
1466 | S: Maintained |
1467 | ||
844dd05f MB |
1468 | HARDWARE RANDOM NUMBER GENERATOR CORE |
1469 | P: Michael Buesch | |
1470 | M: [email protected] | |
1471 | S: Maintained | |
1472 | ||
860e1d6b RL |
1473 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
1474 | P: Robert Love | |
1475 | M: [email protected] | |
1476 | M: [email protected] | |
1477 | W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ | |
1478 | S: Maintained | |
1479 | ||
1da177e4 LT |
1480 | HARMONY SOUND DRIVER |
1481 | P: Kyle McMartin | |
1482 | M: [email protected] | |
1483 | W: http://www.parisc-linux.org/~kyle/harmony/ | |
1484 | L: [email protected] | |
1485 | S: Maintained | |
1486 | ||
1487 | HAYES ESP SERIAL DRIVER | |
1488 | P: Andrew J. Robinson | |
1489 | M: [email protected] | |
1490 | L: [email protected] | |
1491 | W: http://www.nyx.net/~arobinso | |
1492 | S: Maintained | |
1493 | ||
1494 | HFS FILESYSTEM | |
1495 | P: Roman Zippel | |
1496 | M: [email protected] | |
1497 | L: [email protected] | |
1498 | S: Maintained | |
1499 | ||
1500 | HGA FRAMEBUFFER DRIVER | |
1501 | P: Ferenc Bakonyi | |
1502 | M: [email protected] | |
1503 | L: [email protected] | |
1504 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
1505 | S: Maintained | |
1506 | ||
4ef4caad JK |
1507 | HID CORE LAYER |
1508 | P: Jiri Kosina | |
1509 | M: [email protected] | |
1510 | L: [email protected] | |
a4dff398 | 1511 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad JK |
1512 | S: Maintained |
1513 | ||
38bed542 IM |
1514 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
1515 | P: Thomas Gleixner | |
1516 | M: [email protected] | |
1517 | L: [email protected] | |
1518 | S: Maintained | |
1519 | ||
1da177e4 LT |
1520 | HIGH-SPEED SCC DRIVER FOR AX.25 |
1521 | P: Klaus Kudielka | |
1522 | M: [email protected] | |
1523 | L: [email protected] | |
1524 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | |
1525 | S: Maintained | |
1526 | ||
ede1e6f8 HLT |
1527 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
1528 | P: HighPoint Linux Team | |
1529 | M: [email protected] | |
1530 | W: http://www.highpoint-tech.com | |
1531 | S: Supported | |
1532 | ||
1da177e4 LT |
1533 | HIPPI |
1534 | P: Jes Sorensen | |
1535 | M: [email protected] | |
1536 | L: [email protected] | |
1537 | S: Maintained | |
1538 | ||
1539 | HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA | |
1540 | P: Chirag Kantharia | |
1541 | M: [email protected] | |
1542 | L: [email protected] | |
1543 | S: Maintained | |
1544 | ||
1545 | HEWLETT-PACKARD SMART2 RAID DRIVER | |
1546 | P: Chirag Kantharia | |
1547 | M: [email protected] | |
1548 | L: [email protected] | |
1549 | S: Maintained | |
1550 | ||
1551 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | |
1552 | P: Mike Miller | |
1553 | M: [email protected] | |
1554 | L: [email protected] | |
1555 | S: Supported | |
1556 | ||
ff1d2767 JM |
1557 | HOST AP DRIVER |
1558 | P: Jouni Malinen | |
1559 | M: [email protected] | |
1560 | L: [email protected] | |
1561 | W: http://hostap.epitest.fi/ | |
1562 | S: Maintained | |
1563 | ||
1da177e4 LT |
1564 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
1565 | P: Jaroslav Kysela | |
1566 | M: [email protected] | |
1567 | S: Maintained | |
1568 | ||
b9b0332f BP |
1569 | HPET: High Precision Event Timers driver (hpet.c) |
1570 | P: Clemens Ladisch | |
1571 | M: [email protected] | |
1572 | S: Maintained | |
1573 | ||
1574 | HPET: i386 | |
1575 | P: Venkatesh Pallipadi (Venki) | |
1576 | M: [email protected] | |
1577 | S: Maintained | |
1578 | ||
1579 | HPET: x86_64 | |
1580 | P: Andi Kleen and Vojtech Pavlik | |
1581 | M: [email protected] and [email protected] | |
1582 | S: Maintained | |
1583 | ||
1584 | HPET: ACPI hpet.c | |
1585 | P: Bob Picco | |
1586 | M: [email protected] | |
1587 | S: Maintained | |
1588 | ||
1da177e4 LT |
1589 | HPFS FILESYSTEM |
1590 | P: Mikulas Patocka | |
1591 | M: [email protected] | |
1592 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | |
1593 | S: Maintained | |
1594 | ||
1595 | HUGETLB FILESYSTEM | |
1596 | P: William Irwin | |
1597 | M: [email protected] | |
1598 | S: Maintained | |
1599 | ||
5b543965 | 1600 | I2C SUBSYSTEM |
1da177e4 LT |
1601 | P: Jean Delvare |
1602 | M: [email protected] | |
5d925fec | 1603 | L: [email protected] |
595142e0 | 1604 | T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ |
1da177e4 LT |
1605 | S: Maintained |
1606 | ||
1da177e4 LT |
1607 | i386 BOOT CODE |
1608 | P: Riley H. Williams | |
1609 | M: [email protected] | |
1610 | L: [email protected] | |
1611 | S: Maintained | |
1612 | ||
1613 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
1614 | P: Dave Jones | |
1615 | M: [email protected] | |
1616 | P: H. Peter Anvin | |
1617 | M: [email protected] | |
1618 | S: Maintained | |
1619 | ||
1620 | i810 TCO TIMER WATCHDOG | |
1621 | P: Nils Faerber | |
1622 | M: [email protected] | |
1623 | W: http://www.kernelconcepts.de/ | |
1624 | S: Maintained | |
1625 | ||
1626 | IA64 (Itanium) PLATFORM | |
1627 | P: Tony Luck | |
1628 | M: [email protected] | |
1629 | L: [email protected] | |
1630 | W: http://www.ia64-linux.org/ | |
6fb0425b | 1631 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
1da177e4 LT |
1632 | S: Maintained |
1633 | ||
7d63c675 HMH |
1634 | IBM ACPI EXTRAS DRIVER |
1635 | P: Henrique de Moraes Holschuh | |
1636 | M: [email protected] | |
1637 | L: [email protected] | |
1638 | W: http://ibm-acpi.sourceforge.net | |
1639 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
1640 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | |
1641 | S: Maintained | |
1642 | ||
1da177e4 | 1643 | SN-IA64 (Itanium) SUB-PLATFORM |
e5ee7dda GE |
1644 | P: Jes Sorensen |
1645 | M: [email protected] | |
1da177e4 LT |
1646 | L: [email protected] |
1647 | L: [email protected] | |
1648 | W: http://www.sgi.com/altix | |
1649 | S: Maintained | |
1650 | ||
1651 | IBM MCA SCSI SUBSYSTEM DRIVER | |
1652 | P: Michael Lang | |
1653 | M: [email protected] | |
1654 | W: http://www.uni-mainz.de/~langm000/linux.html | |
1655 | S: Maintained | |
1656 | ||
1657 | IBM Power Linux RAID adapter | |
1658 | P: Brian King | |
1659 | M: [email protected] | |
1660 | S: Supported | |
1661 | ||
1662 | IBM ServeRAID RAID DRIVER | |
1663 | P: Jack Hammer | |
1664 | P: Dave Jeffery | |
1665 | M: [email protected] | |
1666 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | |
1667 | S: Supported | |
1668 | ||
1e7106fc | 1669 | IDE SUBSYSTEM |
1da177e4 | 1670 | P: Bartlomiej Zolnierkiewicz |
1e7106fc | 1671 | M: [email protected] |
1da177e4 | 1672 | L: [email protected] |
1e7106fc | 1673 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ |
1da177e4 LT |
1674 | S: Maintained |
1675 | ||
1676 | IDE/ATAPI CDROM DRIVER | |
9c5b0ce4 JA |
1677 | P: Alan Cox |
1678 | M: [email protected] | |
1679 | L: [email protected] | |
1da177e4 LT |
1680 | S: Maintained |
1681 | ||
1682 | IDE/ATAPI FLOPPY DRIVERS | |
1683 | P: Paul Bristow | |
1684 | M: Paul Bristow <[email protected]> | |
1685 | W: http://paulbristow.net/linux/idefloppy.html | |
1686 | L: [email protected] | |
1687 | S: Maintained | |
1688 | ||
1689 | IDE/ATAPI TAPE DRIVERS | |
1690 | P: Gadi Oxman | |
1691 | M: Gadi Oxman <[email protected]> | |
1692 | L: [email protected] | |
1693 | S: Maintained | |
1694 | ||
1da177e4 LT |
1695 | IEEE 1394 SUBSYSTEM |
1696 | P: Ben Collins | |
f51a5a9d | 1697 | M: [email protected] |
87730d04 SR |
1698 | P: Stefan Richter |
1699 | M: [email protected] | |
1da177e4 LT |
1700 | L: [email protected] |
1701 | W: http://www.linux1394.org/ | |
87730d04 | 1702 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
1da177e4 LT |
1703 | S: Maintained |
1704 | ||
f51a5a9d | 1705 | IEEE 1394 RAW I/O DRIVER (raw1394) |
1da177e4 LT |
1706 | P: Dan Dennedy |
1707 | M: [email protected] | |
f51a5a9d SR |
1708 | P: Stefan Richter |
1709 | M: [email protected] | |
1da177e4 | 1710 | L: [email protected] |
105d7b38 JM |
1711 | S: Maintained |
1712 | ||
1da177e4 LT |
1713 | IMS TWINTURBO FRAMEBUFFER DRIVER |
1714 | P: Paul Mundt | |
1715 | M: [email protected] | |
5cd307c5 | 1716 | L: [email protected] (subscribers-only) |
1da177e4 LT |
1717 | S: Maintained |
1718 | ||
1719 | INFINIBAND SUBSYSTEM | |
1720 | P: Roland Dreier | |
21c121cc | 1721 | M: [email protected] |
1da177e4 LT |
1722 | P: Sean Hefty |
1723 | M: [email protected] | |
1724 | P: Hal Rosenstock | |
1725 | M: [email protected] | |
1726 | L: [email protected] | |
1727 | W: http://www.openib.org/ | |
6fb0425b | 1728 | T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 LT |
1729 | S: Supported |
1730 | ||
1731 | INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS | |
664d22ab | 1732 | P: Dmitry Torokhov |
62f7caf9 DT |
1733 | M: [email protected] |
1734 | M: [email protected] | |
1da177e4 LT |
1735 | L: [email protected] |
1736 | L: [email protected] | |
1adc1230 | 1737 | T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git |
1da177e4 LT |
1738 | S: Maintained |
1739 | ||
c9f04f58 | 1740 | INOTIFY |
18b36c71 CP |
1741 | P: John McCutchan |
1742 | M: [email protected] | |
1743 | P: Robert Love | |
1744 | M: [email protected] | |
c9f04f58 RL |
1745 | L: [email protected] |
1746 | S: Maintained | |
1747 | ||
9eb8ef74 | 1748 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
ce00f85c JC |
1749 | P: Sylvain Meyer |
1750 | M: [email protected] | |
5cd307c5 | 1751 | L: [email protected] (subscribers-only) |
ce00f85c | 1752 | S: Maintained |
9eb8ef74 | 1753 | |
1da177e4 | 1754 | INTEL 810/815 FRAMEBUFFER DRIVER |
ce00f85c | 1755 | P: Antonino Daplas |
0478e62e | 1756 | M: [email protected] |
5cd307c5 | 1757 | L: [email protected] (subscribers-only) |
ce00f85c | 1758 | S: Maintained |
1da177e4 LT |
1759 | |
1760 | INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT | |
1761 | P: Ingo Molnar | |
1762 | M: [email protected] | |
1763 | S: Maintained | |
1764 | ||
1765 | INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT | |
1766 | P: Jeff Garzik | |
1767 | M: [email protected] | |
1768 | W: http://sourceforge.net/projects/gkernel/ | |
1769 | S: Maintained | |
1770 | ||
1771 | INTEL IA32 MICROCODE UPDATE SUPPORT | |
1772 | P: Tigran Aivazian | |
b5b9df69 | 1773 | M: [email protected] |
1da177e4 LT |
1774 | S: Maintained |
1775 | ||
844dd05f MB |
1776 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
1777 | P: Deepak Saxena | |
1778 | M: [email protected] | |
1779 | S: Maintained | |
1780 | ||
2b7a52a4 LB |
1781 | INTEL IXP2000 ETHERNET DRIVER |
1782 | P: Lennert Buytenhek | |
1783 | M: [email protected] | |
1784 | L: [email protected] | |
1785 | S: Maintained | |
1786 | ||
1da177e4 LT |
1787 | INTEL PRO/100 ETHERNET SUPPORT |
1788 | P: John Ronciak | |
1789 | M: [email protected] | |
1da177e4 LT |
1790 | P: Jesse Brandeburg |
1791 | M: [email protected] | |
add18784 JB |
1792 | P: Jeff Kirsher |
1793 | M: [email protected] | |
99a1f9e8 AK |
1794 | P: Auke Kok |
1795 | M: [email protected] | |
1da177e4 LT |
1796 | W: http://sourceforge.net/projects/e1000/ |
1797 | S: Supported | |
1798 | ||
1799 | INTEL PRO/1000 GIGABIT ETHERNET SUPPORT | |
1800 | P: Jeb Cramer | |
1801 | M: [email protected] | |
1802 | P: John Ronciak | |
1803 | M: [email protected] | |
add18784 JB |
1804 | P: Jesse Brandeburg |
1805 | M: [email protected] | |
1806 | P: Jeff Kirsher | |
1807 | M: [email protected] | |
99a1f9e8 AK |
1808 | P: Auke Kok |
1809 | M: [email protected] | |
1da177e4 LT |
1810 | W: http://sourceforge.net/projects/e1000/ |
1811 | S: Supported | |
1812 | ||
1813 | INTEL PRO/10GbE SUPPORT | |
add18784 JB |
1814 | P: Jeff Kirsher |
1815 | M: [email protected] | |
1da177e4 LT |
1816 | P: Ayyappan Veeraiyan |
1817 | M: [email protected] | |
1da177e4 LT |
1818 | P: John Ronciak |
1819 | M: [email protected] | |
add18784 JB |
1820 | P: Jesse Brandeburg |
1821 | M: [email protected] | |
99a1f9e8 AK |
1822 | P: Auke Kok |
1823 | M: [email protected] | |
1da177e4 LT |
1824 | W: http://sourceforge.net/projects/e1000/ |
1825 | S: Supported | |
1826 | ||
826d2abe JK |
1827 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
1828 | P: Yi Zhu | |
1829 | M: [email protected] | |
1830 | P: James Ketrenos | |
1831 | M: [email protected] | |
f5df5881 | 1832 | L: [email protected] |
826d2abe JK |
1833 | L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
1834 | W: http://ipw2100.sourceforge.net | |
1835 | S: Supported | |
1836 | ||
1837 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | |
1838 | P: Yi Zhu | |
1839 | M: [email protected] | |
1840 | P: James Ketrenos | |
1841 | M: [email protected] | |
f5df5881 | 1842 | L: [email protected] |
826d2abe JK |
1843 | L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
1844 | W: http://ipw2200.sourceforge.net | |
1845 | S: Supported | |
1846 | ||
1da177e4 LT |
1847 | IOC3 DRIVER |
1848 | P: Ralf Baechle | |
1849 | M: [email protected] | |
1850 | L: [email protected] | |
1851 | S: Maintained | |
1852 | ||
1853 | IP MASQUERADING: | |
1854 | P: Juanjo Ciarlante | |
1855 | M: [email protected] | |
1856 | S: Maintained | |
1857 | ||
77d8798b BS |
1858 | IPATH DRIVER: |
1859 | P: Bryan O'Sullivan | |
1860 | M: [email protected] | |
1861 | L: [email protected] | |
1862 | S: Supported | |
1863 | ||
4409ebe9 CM |
1864 | IPMI SUBSYSTEM |
1865 | P: Corey Minyard | |
1866 | M: [email protected] | |
1867 | L: [email protected] | |
1868 | W: http://openipmi.sourceforge.net/ | |
1869 | S: Supported | |
1870 | ||
1da177e4 LT |
1871 | IPX NETWORK LAYER |
1872 | P: Arnaldo Carvalho de Melo | |
926554c4 | 1873 | M: [email protected] |
979b6c13 | 1874 | L: [email protected] |
1da177e4 LT |
1875 | S: Maintained |
1876 | ||
1877 | IRDA SUBSYSTEM | |
f353976d SO |
1878 | P: Samuel Ortiz |
1879 | M: [email protected] | |
a2ac953d | 1880 | L: [email protected] (subscribers-only) |
1da177e4 | 1881 | W: http://irda.sourceforge.net/ |
f353976d | 1882 | S: Maintained |
1da177e4 LT |
1883 | |
1884 | ISAPNP | |
1885 | P: Jaroslav Kysela | |
1886 | M: [email protected] | |
1887 | S: Maintained | |
1888 | ||
1889 | ISDN SUBSYSTEM | |
1890 | P: Karsten Keil | |
1891 | M: [email protected] | |
1892 | P: Kai Germaschewski | |
1893 | M: [email protected] | |
1894 | L: [email protected] | |
1895 | W: http://www.isdn4linux.de | |
1adc1230 | 1896 | T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git |
1da177e4 LT |
1897 | S: Maintained |
1898 | ||
1899 | ISDN SUBSYSTEM (Eicon active card driver) | |
1900 | P: Armin Schindler | |
1901 | M: [email protected] | |
1902 | L: [email protected] | |
1903 | W: http://www.melware.de | |
1904 | S: Maintained | |
1905 | ||
1da177e4 LT |
1906 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
1907 | P: David Woodhouse | |
1908 | M: [email protected] | |
1909 | L: [email protected] | |
1910 | W: http://sources.redhat.com/jffs2/ | |
1911 | S: Maintained | |
1912 | ||
1913 | JFS FILESYSTEM | |
1914 | P: Dave Kleikamp | |
1915 | M: [email protected] | |
1916 | L: [email protected] | |
1917 | W: http://jfs.sourceforge.net/ | |
1adc1230 | 1918 | T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
1da177e4 LT |
1919 | S: Supported |
1920 | ||
de456d37 | 1921 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
ae0718f8 | 1922 | P: Stephen Tweedie, Andrew Morton |
588cc708 | 1923 | M: [email protected], [email protected] |
72be2ccf | 1924 | L: [email protected] |
ae0718f8 TT |
1925 | S: Maintained |
1926 | ||
4660cb35 RM |
1927 | K8TEMP HARDWARE MONITORING DRIVER |
1928 | P: Rudolf Marek | |
1929 | M: [email protected] | |
1930 | L: [email protected] | |
ae0718f8 TT |
1931 | S: Maintained |
1932 | ||
1da177e4 LT |
1933 | KCONFIG |
1934 | P: Roman Zippel | |
1935 | M: [email protected] | |
1936 | L: [email protected] | |
1937 | S: Maintained | |
1938 | ||
ea6c2089 VG |
1939 | KDUMP |
1940 | P: Vivek Goyal | |
1941 | M: [email protected] | |
1942 | P: Haren Myneni | |
1943 | M: [email protected] | |
f318a63b | 1944 | L: [email protected] |
ea6c2089 VG |
1945 | L: [email protected] |
1946 | W: http://lse.sourceforge.net/kdump/ | |
1947 | S: Maintained | |
1948 | ||
1da177e4 LT |
1949 | KERNEL AUTOMOUNTER (AUTOFS) |
1950 | P: H. Peter Anvin | |
1951 | M: [email protected] | |
1952 | L: [email protected] | |
1953 | S: Odd Fixes | |
1954 | ||
1955 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | |
1956 | P: Ian Kent | |
1957 | M: [email protected] | |
1958 | L: [email protected] | |
1959 | S: Maintained | |
1960 | ||
1961 | KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) | |
1962 | P: Kai Germaschewski | |
1963 | M: [email protected] | |
1964 | P: Sam Ravnborg | |
1965 | M: [email protected] | |
6fb0425b | 1966 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git |
1da177e4 LT |
1967 | S: Maintained |
1968 | ||
1969 | KERNEL JANITORS | |
1970 | P: Several | |
f318a63b | 1971 | L: [email protected] |
1da177e4 | 1972 | W: http://www.kerneljanitors.org/ |
1da177e4 LT |
1973 | S: Maintained |
1974 | ||
1975 | KERNEL NFSD | |
1976 | P: Neil Brown | |
98fac23f | 1977 | M: [email protected] |
1da177e4 LT |
1978 | L: [email protected] |
1979 | W: http://nfs.sourceforge.net/ | |
98fac23f | 1980 | S: Supported |
1da177e4 | 1981 | |
426d62e2 AK |
1982 | KERNEL VIRTUAL MACHINE (KVM) |
1983 | P: Avi Kivity | |
1984 | M: [email protected] | |
1985 | L: [email protected] | |
1986 | W: kvm.sourceforge.net | |
1987 | S: Supported | |
1988 | ||
dc009d92 EB |
1989 | KEXEC |
1990 | P: Eric Biederman | |
dc009d92 | 1991 | M: [email protected] |
dc009d92 EB |
1992 | W: http://www.xmission.com/~ebiederm/files/kexec/ |
1993 | L: [email protected] | |
f318a63b | 1994 | L: [email protected] |
dc009d92 EB |
1995 | S: Maintained |
1996 | ||
89559a61 PP |
1997 | KPROBES |
1998 | P: Prasanna S Panchamukhi | |
1999 | M: [email protected] | |
2000 | P: Ananth N Mavinakayanahalli | |
2001 | M: [email protected] | |
2002 | P: Anil S Keshavamurthy | |
2003 | M: [email protected] | |
2004 | P: David S. Miller | |
2005 | M: [email protected] | |
2006 | L: [email protected] | |
2007 | S: Maintained | |
2008 | ||
70e84049 MOS |
2009 | KS0108 LCD CONTROLLER DRIVER |
2010 | P: Miguel Ojeda Sandonis | |
2011 | M: [email protected] | |
2012 | L: [email protected] | |
2013 | S: Maintained | |
2014 | ||
1da177e4 | 2015 | LAPB module |
1da177e4 | 2016 | L: [email protected] |
bf9915cc | 2017 | S: Orphan |
1da177e4 LT |
2018 | |
2019 | LASI 53c700 driver for PARISC | |
2020 | P: James E.J. Bottomley | |
2021 | M: [email protected] | |
2022 | L: [email protected] | |
2023 | S: Maintained | |
2024 | ||
263de9b5 RP |
2025 | LED SUBSYSTEM |
2026 | P: Richard Purdie | |
2027 | M: [email protected] | |
2028 | S: Maintained | |
2029 | ||
1da177e4 LT |
2030 | LEGO USB Tower driver |
2031 | P: Juergen Stuber | |
2032 | M: [email protected] | |
2033 | L: [email protected] | |
2034 | W: http://legousb.sourceforge.net/ | |
2035 | S: Maintained | |
2036 | ||
2037 | LINUX FOR IBM pSERIES (RS/6000) | |
2038 | P: Paul Mackerras | |
2039 | M: [email protected] | |
2040 | W: http://www.ibm.com/linux/ltc/projects/ppc | |
2041 | S: Supported | |
2042 | ||
2043 | LINUX FOR NCR VOYAGER | |
2044 | P: James Bottomley | |
2045 | M: [email protected] | |
2046 | W: http://www.hansenpartnership.com/voyager | |
2047 | S: Maintained | |
2048 | ||
2049 | LINUX FOR POWERPC | |
2050 | P: Paul Mackerras | |
2051 | M: [email protected] | |
2052 | W: http://www.penguinppc.org/ | |
2053 | L: [email protected] | |
1adc1230 | 2054 | T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git |
1da177e4 LT |
2055 | S: Supported |
2056 | ||
2057 | LINUX FOR POWER MACINTOSH | |
2058 | P: Benjamin Herrenschmidt | |
2059 | M: [email protected] | |
2060 | W: http://www.penguinppc.org/ | |
2061 | L: [email protected] | |
2062 | S: Maintained | |
2063 | ||
2064 | LINUX FOR POWERPC EMBEDDED MPC52XX | |
2065 | P: Sylvain Munaut | |
2066 | M: [email protected] | |
2067 | W: http://www.246tNt.com/mpc52xx/ | |
2068 | W: http://www.penguinppc.org/ | |
2069 | L: [email protected] | |
2070 | L: [email protected] | |
2071 | S: Maintained | |
2072 | ||
2073 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
2074 | P: Matt Porter | |
2075 | M: [email protected] | |
2076 | W: http://www.penguinppc.org/ | |
2077 | L: [email protected] | |
2078 | S: Maintained | |
2079 | ||
e93adf1e | 2080 | LINUX FOR POWERPC BOOT CODE |
1da177e4 LT |
2081 | P: Tom Rini |
2082 | M: [email protected] | |
2083 | W: http://www.penguinppc.org/ | |
2084 | L: [email protected] | |
2085 | S: Maintained | |
2086 | ||
e93adf1e TR |
2087 | LINUX FOR POWERPC EMBEDDED PPC8XX |
2088 | P: Marcelo Tosatti | |
2e367a82 | 2089 | M: [email protected] |
e93adf1e TR |
2090 | W: http://www.penguinppc.org/ |
2091 | L: [email protected] | |
2092 | S: Maintained | |
2093 | ||
1da177e4 | 2094 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
ce00f85c JC |
2095 | P: Kumar Gala |
2096 | M: [email protected] | |
2097 | W: http://www.penguinppc.org/ | |
2098 | L: [email protected] | |
2099 | S: Maintained | |
1da177e4 | 2100 | |
ab06ff3a OJ |
2101 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
2102 | P: Olof Johansson | |
2103 | M: [email protected] | |
2104 | W: http://www.pasemi.com/ | |
2105 | L: [email protected] | |
2106 | S: Supported | |
2107 | ||
1da177e4 LT |
2108 | LLC (802.2) |
2109 | P: Arnaldo Carvalho de Melo | |
926554c4 | 2110 | M: [email protected] |
1da177e4 LT |
2111 | S: Maintained |
2112 | ||
2113 | LINUX FOR 64BIT POWERPC | |
2114 | P: Paul Mackerras | |
2115 | M: [email protected] | |
2116 | M: [email protected] | |
2117 | P: Anton Blanchard | |
2118 | M: [email protected] | |
2119 | M: [email protected] | |
6d923f98 | 2120 | W: http://www.penguinppc.org/ppc64/ |
1d049816 | 2121 | L: [email protected] |
1da177e4 LT |
2122 | S: Supported |
2123 | ||
2124 | LINUX SECURITY MODULE (LSM) FRAMEWORK | |
2125 | P: Chris Wright | |
692a2061 | 2126 | M: [email protected] |
1a4520be | 2127 | L: [email protected] |
1da177e4 | 2128 | W: http://lsm.immunix.org |
1adc1230 | 2129 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
1da177e4 LT |
2130 | S: Supported |
2131 | ||
2132 | LM83 HARDWARE MONITOR DRIVER | |
2133 | P: Jean Delvare | |
2134 | M: [email protected] | |
cc0b07ed | 2135 | L: [email protected] |
1da177e4 LT |
2136 | S: Maintained |
2137 | ||
2138 | LM90 HARDWARE MONITOR DRIVER | |
2139 | P: Jean Delvare | |
2140 | M: [email protected] | |
cc0b07ed | 2141 | L: [email protected] |
1da177e4 LT |
2142 | S: Maintained |
2143 | ||
2144 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks) | |
2145 | P: Richard Russon (FlatCap) | |
2146 | M: [email protected] | |
2147 | L: [email protected] | |
2148 | W: http://ldm.sourceforge.net | |
2149 | S: Maintained | |
2150 | ||
c87e34ef MED |
2151 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
2152 | P: Eric Moore | |
d8a82d7b EM |
2153 | M: [email protected] |
2154 | M: [email protected] | |
2155 | L: [email protected] | |
c87e34ef MED |
2156 | L: [email protected] |
2157 | W: http://www.lsilogic.com/support | |
2158 | S: Supported | |
2159 | ||
1da177e4 LT |
2160 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
2161 | P: Matthew Wilcox | |
2162 | M: [email protected] | |
2163 | L: [email protected] | |
2164 | S: Maintained | |
2165 | ||
2166 | M68K ARCHITECTURE | |
2167 | P: Geert Uytterhoeven | |
2168 | M: [email protected] | |
2169 | P: Roman Zippel | |
2170 | M: [email protected] | |
2171 | L: [email protected] | |
2172 | W: http://www.linux-m68k.org/ | |
2173 | W: http://linux-m68k-cvs.ubb.ca/ | |
2174 | S: Maintained | |
2175 | ||
2176 | M68K ON APPLE MACINTOSH | |
2177 | P: Joshua Thompson | |
2178 | M: [email protected] | |
2179 | W: http://www.mac.linux-m68k.org/ | |
2180 | L: [email protected] | |
2181 | S: Maintained | |
2182 | ||
2183 | M68K ON HP9000/300 | |
2184 | P: Philip Blundell | |
2185 | M: [email protected] | |
2186 | W: http://www.tazenda.demon.co.uk/phil/linux-hp | |
2187 | S: Maintained | |
2188 | ||
2189 | MARVELL YUKON / SYSKONNECT DRIVER | |
2190 | P: Mirko Lindner | |
2191 | M: [email protected] | |
2192 | P: Ralph Roesler | |
2193 | M: [email protected] | |
2194 | W: http://www.syskonnect.com | |
2195 | S: Supported | |
2196 | ||
faf1668c | 2197 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
ce00f85c JC |
2198 | P: Michael Kerrisk |
2199 | M: [email protected] | |
2200 | W: ftp://ftp.kernel.org/pub/linux/docs/manpages | |
2201 | S: Maintained | |
faf1668c | 2202 | |
b60d6975 DF |
2203 | MARVELL MV643XX ETHERNET DRIVER |
2204 | P: Dale Farnsworth | |
2205 | M: [email protected] | |
1da177e4 | 2206 | P: Manish Lachwani |
b60d6975 | 2207 | M: [email protected] |
979b6c13 | 2208 | L: [email protected] |
b60d6975 | 2209 | S: Odd Fixes for 2.4; Maintained for 2.6. |
1da177e4 LT |
2210 | |
2211 | MATROX FRAMEBUFFER DRIVER | |
2212 | P: Petr Vandrovec | |
2213 | M: [email protected] | |
5cd307c5 | 2214 | L: [email protected] (subscribers-only) |
1da177e4 LT |
2215 | S: Maintained |
2216 | ||
757e0108 | 2217 | MEGARAID SCSI DRIVERS |
ce00f85c JC |
2218 | P: Neela Syam Kolli |
2219 | M: [email protected] | |
2220 | S: [email protected] | |
2221 | W: http://megaraid.lsilogic.com | |
2222 | S: Maintained | |
757e0108 | 2223 | |
70ea91f1 SR |
2224 | MEMORY MANAGEMENT |
2225 | L: [email protected] | |
2226 | L: [email protected] | |
2227 | W: http://www.linux-mm.org | |
2228 | S: Maintained | |
2229 | ||
f4e9ce66 | 2230 | MEMORY TECHNOLOGY DEVICES (MTD) |
1da177e4 LT |
2231 | P: David Woodhouse |
2232 | M: [email protected] | |
2233 | W: http://www.linux-mtd.infradead.org/ | |
2234 | L: [email protected] | |
f4e9ce66 | 2235 | T: git git://git.infradead.org/mtd-2.6.git |
1da177e4 LT |
2236 | S: Maintained |
2237 | ||
2238 | MICROTEK X6 SCANNER | |
2239 | P: Oliver Neukum | |
2240 | M: [email protected] | |
2241 | S: Maintained | |
2242 | ||
2243 | MIPS | |
2244 | P: Ralf Baechle | |
2245 | M: [email protected] | |
d50f7ec9 | 2246 | W: http://www.linux-mips.org/ |
1da177e4 | 2247 | L: [email protected] |
7425b340 RB |
2248 | T: git www.linux-mips.org:/pub/scm/linux.git |
2249 | S: Supported | |
1da177e4 LT |
2250 | |
2251 | MISCELLANEOUS MCA-SUPPORT | |
2252 | P: James Bottomley | |
2253 | M: [email protected] | |
2254 | L: [email protected] | |
2255 | S: Maintained | |
2256 | ||
2257 | MODULE SUPPORT | |
2258 | P: Rusty Russell | |
2259 | M: [email protected] | |
2260 | L: [email protected] | |
2261 | S: Maintained | |
2262 | ||
2263 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
2264 | P: Stelian Pop | |
2265 | M: [email protected] | |
2266 | W: http://popies.net/meye/ | |
2267 | S: Maintained | |
2268 | ||
2269 | MOUSE AND MISC DEVICES [GENERAL] | |
2270 | P: Alessandro Rubini | |
2271 | M: [email protected] | |
2272 | L: [email protected] | |
2273 | S: Maintained | |
2274 | ||
d735410a JS |
2275 | MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0) |
2276 | P: Jiri Slaby | |
2277 | M: [email protected] | |
2278 | L: [email protected] | |
2279 | S: Maintained | |
2280 | ||
8c4c731a LP |
2281 | MSI LAPTOP SUPPORT |
2282 | P: Lennart Poettering | |
2283 | M: [email protected] | |
2284 | L: https://tango.0pointer.de/mailman/listinfo/s270-linux | |
2285 | W: http://0pointer.de/lennart/tchibo.html | |
2286 | S: Maintained | |
2287 | ||
1da177e4 LT |
2288 | MTRR AND SIMILAR SUPPORT [i386] |
2289 | P: Richard Gooch | |
2290 | M: [email protected] | |
2291 | L: [email protected] | |
2292 | W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html | |
2293 | S: Maintained | |
2294 | ||
b9f5d804 PO |
2295 | MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM |
2296 | P: Pierre Ossman | |
2297 | M: [email protected] | |
2298 | L: [email protected] | |
2299 | S: Maintained | |
baca2da4 | 2300 | |
1da177e4 LT |
2301 | MULTISOUND SOUND DRIVER |
2302 | P: Andrew Veliath | |
2303 | M: [email protected] | |
2304 | S: Maintained | |
2305 | ||
d735410a JS |
2306 | MULTITECH MULTIPORT CARD (ISICOM) |
2307 | P: Jiri Slaby | |
2308 | M: [email protected] | |
2309 | L: [email protected] | |
2310 | S: Maintained | |
2311 | ||
1da177e4 LT |
2312 | NATSEMI ETHERNET DRIVER (DP8381x) |
2313 | P: Tim Hockin | |
2314 | M: [email protected] | |
2315 | S: Maintained | |
2316 | ||
2317 | NCP FILESYSTEM | |
2318 | P: Petr Vandrovec | |
2319 | M: [email protected] | |
2320 | L: [email protected] | |
2321 | S: Maintained | |
2322 | ||
2323 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | |
2324 | P: James E.J. Bottomley | |
2325 | M: [email protected] | |
2326 | L: [email protected] | |
2327 | S: Maintained | |
2328 | ||
be2f2e84 SH |
2329 | NETEM NETWORK EMULATOR |
2330 | P: Stephen Hemminger | |
65ebe634 | 2331 | M: [email protected] |
f318a63b | 2332 | L: [email protected] |
be2f2e84 SH |
2333 | S: Maintained |
2334 | ||
1da177e4 LT |
2335 | NETFILTER/IPTABLES/IPCHAINS |
2336 | P: Rusty Russell | |
2337 | P: Marc Boucher | |
2338 | P: James Morris | |
2339 | P: Harald Welte | |
2340 | P: Jozsef Kadlecsik | |
82b98543 PM |
2341 | P: Patrick McHardy |
2342 | M: [email protected] | |
2343 | L: [email protected] | |
24a1dec5 | 2344 | L: [email protected] (subscribers-only) |
82b98543 | 2345 | L: [email protected] |
1da177e4 LT |
2346 | W: http://www.netfilter.org/ |
2347 | W: http://www.iptables.org/ | |
1da177e4 LT |
2348 | S: Supported |
2349 | ||
4cc67735 PM |
2350 | NETLABEL |
2351 | P: Paul Moore | |
2352 | M: [email protected] | |
2353 | W: http://netlabel.sf.net | |
2354 | L: [email protected] | |
2355 | S: Supported | |
2356 | ||
1da177e4 LT |
2357 | NETROM NETWORK LAYER |
2358 | P: Ralf Baechle | |
2359 | M: [email protected] | |
2360 | L: [email protected] | |
d34cb28a | 2361 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
2362 | S: Maintained |
2363 | ||
5ddb88c0 | 2364 | NETWORK BLOCK DEVICE (NBD) |
1da177e4 LT |
2365 | P: Paul Clements |
2366 | M: [email protected] | |
2367 | S: Maintained | |
2368 | ||
2369 | NETWORK DEVICE DRIVERS | |
2370 | P: Andrew Morton | |
588cc708 | 2371 | M: [email protected] |
1da177e4 LT |
2372 | P: Jeff Garzik |
2373 | M: [email protected] | |
979b6c13 | 2374 | L: [email protected] |
6fb0425b | 2375 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git |
1da177e4 LT |
2376 | S: Maintained |
2377 | ||
2378 | NETWORKING [GENERAL] | |
2379 | P: Networking Team | |
979b6c13 RB |
2380 | M: [email protected] |
2381 | L: [email protected] | |
f1465f7e | 2382 | W: http://linux-net.osdl.org/ |
1da177e4 LT |
2383 | S: Maintained |
2384 | ||
2385 | NETWORKING [IPv4/IPv6] | |
2386 | P: David S. Miller | |
2387 | M: [email protected] | |
2388 | P: Alexey Kuznetsov | |
2389 | M: [email protected] | |
2390 | P: Pekka Savola (ipv6) | |
2391 | M: [email protected] | |
2392 | P: James Morris | |
48de5bee | 2393 | M: [email protected] |
1da177e4 LT |
2394 | P: Hideaki YOSHIFUJI |
2395 | M: [email protected] | |
2396 | P: Patrick McHardy | |
2397 | M: [email protected] | |
979b6c13 | 2398 | L: [email protected] |
d5ca3117 | 2399 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git |
1da177e4 LT |
2400 | S: Maintained |
2401 | ||
29f8f632 JL |
2402 | NETWORKING [WIRELESS] |
2403 | P: John W. Linville | |
2404 | M: [email protected] | |
2cb4abd1 | 2405 | L: [email protected] |
29f8f632 JL |
2406 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
2407 | S: Maintained | |
2408 | ||
3d396eb1 AK |
2409 | NETXEN (1/10) GbE SUPPORT |
2410 | P: Amit S. Kale | |
2411 | M: [email protected] | |
2412 | L: [email protected] | |
2413 | W: http://www.netxen.com | |
2414 | S: Supported | |
2415 | ||
1da177e4 LT |
2416 | IPVS |
2417 | P: Wensong Zhang | |
2418 | M: [email protected] | |
9d30c171 H |
2419 | P: Simon Horman |
2420 | M: [email protected] | |
1da177e4 LT |
2421 | P: Julian Anastasov |
2422 | M: [email protected] | |
9d30c171 | 2423 | L: [email protected] |
1da177e4 LT |
2424 | S: Maintained |
2425 | ||
2426 | NFS CLIENT | |
2427 | P: Trond Myklebust | |
2428 | M: [email protected] | |
2429 | L: [email protected] | |
2430 | S: Maintained | |
2431 | ||
2432 | NI5010 NETWORK DRIVER | |
5b552b16 AM |
2433 | P: Jan-Pascal van Best |
2434 | M: [email protected] | |
2435 | P: Andreas Mohr | |
2436 | M: [email protected] | |
979b6c13 | 2437 | L: [email protected] |
1da177e4 LT |
2438 | S: Maintained |
2439 | ||
2440 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER | |
2441 | P: YOKOTA Hiroshi | |
2442 | M: [email protected] | |
2443 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
2444 | S: Maintained | |
2445 | ||
2446 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
2447 | P: GOTO Masanori | |
2448 | M: [email protected] | |
2449 | P: YOKOTA Hiroshi | |
2450 | M: [email protected] | |
2451 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
2452 | S: Maintained | |
2453 | ||
2454 | NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility) | |
2455 | P: Eberhard Moenkeberg | |
2456 | M: [email protected] | |
2457 | L: [email protected] | |
2458 | S: Maintained | |
2459 | ||
2460 | NTFS FILESYSTEM | |
2461 | P: Anton Altaparmakov | |
2462 | M: [email protected] | |
2463 | L: [email protected] | |
2464 | L: [email protected] | |
2465 | W: http://linux-ntfs.sf.net/ | |
1adc1230 | 2466 | T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
1da177e4 LT |
2467 | S: Maintained |
2468 | ||
9eb8ef74 | 2469 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
ce00f85c | 2470 | P: Antonino Daplas |
0478e62e | 2471 | M: [email protected] |
5cd307c5 | 2472 | L: [email protected] (subscribers-only) |
ce00f85c | 2473 | S: Maintained |
1da177e4 | 2474 | |
1ded969f PK |
2475 | OPENCORES I2C BUS DRIVER |
2476 | P: Peter Korsgaard | |
2477 | M: [email protected] | |
5d925fec | 2478 | L: [email protected] |
1ded969f PK |
2479 | S: Maintained |
2480 | ||
ccd979bd MF |
2481 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
2482 | P: Mark Fasheh | |
2483 | M: [email protected] | |
2484 | P: Kurt Hackel | |
2485 | M: [email protected] | |
2486 | L: [email protected] | |
2487 | W: http://oss.oracle.com/projects/ocfs2/ | |
2488 | S: Supported | |
2489 | ||
1da177e4 LT |
2490 | OLYMPIC NETWORK DRIVER |
2491 | P: Peter De Shrijver | |
2492 | M: [email protected] | |
2493 | P: Mike Phillips | |
2494 | M: [email protected] | |
979b6c13 | 2495 | L: [email protected] |
1da177e4 LT |
2496 | L: [email protected] |
2497 | W: http://www.linuxtr.net | |
2498 | S: Maintained | |
2499 | ||
c1986ee9 HW |
2500 | OMNIKEY CARDMAN 4000 DRIVER |
2501 | P: Harald Welte | |
2502 | M: [email protected] | |
2503 | S: Maintained | |
2504 | ||
77c44ab1 HW |
2505 | OMNIKEY CARDMAN 4040 DRIVER |
2506 | P: Harald Welte | |
2507 | M: [email protected] | |
2508 | S: Maintained | |
2509 | ||
1da177e4 LT |
2510 | ONSTREAM SCSI TAPE DRIVER |
2511 | P: Willem Riede | |
2512 | M: [email protected] | |
2513 | L: [email protected] | |
2514 | L: [email protected] | |
2515 | S: Maintained | |
2516 | ||
2517 | OPL3-SA2, SA3, and SAx DRIVER | |
2518 | P: Zwane Mwaikambo | |
3c7bf1ea | 2519 | M: [email protected] |
1da177e4 LT |
2520 | L: [email protected] |
2521 | S: Maintained | |
2522 | ||
2523 | OPROFILE | |
2524 | P: Philippe Elie | |
2525 | M: [email protected] | |
2526 | L: [email protected] | |
2527 | S: Maintained | |
2528 | ||
2529 | ORINOCO DRIVER | |
2530 | P: Pavel Roskin | |
2531 | M: [email protected] | |
2532 | P: David Gibson | |
2533 | M: [email protected] | |
ecffdde6 PR |
2534 | L: [email protected] |
2535 | L: [email protected] | |
2536 | W: http://www.nongnu.org/orinoco/ | |
1da177e4 LT |
2537 | S: Maintained |
2538 | ||
f5cd7872 OJ |
2539 | PA SEMI ETHERNET DRIVER |
2540 | P: Olof Johansson | |
2541 | M: [email protected] | |
2542 | L: [email protected] | |
2543 | S: Maintained | |
2544 | ||
beb58aa3 OJ |
2545 | PA SEMI SMBUS DRIVER |
2546 | P: Olof Johansson | |
2547 | M: [email protected] | |
2548 | L: [email protected] | |
2549 | S: Maintained | |
2550 | ||
1da177e4 | 2551 | PARALLEL PORT SUPPORT |
1da177e4 | 2552 | L: [email protected] |
5fdc2abe | 2553 | S: Orphan |
1da177e4 LT |
2554 | |
2555 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES | |
2556 | P: Tim Waugh | |
2557 | M: [email protected] | |
2558 | L: [email protected] | |
2559 | W: http://www.torque.net/linux-pp.html | |
2560 | S: Maintained | |
2561 | ||
2562 | PARISC ARCHITECTURE | |
2563 | P: Matthew Wilcox | |
2564 | M: [email protected] | |
2565 | P: Grant Grundler | |
2566 | M: [email protected] | |
223232de KM |
2567 | P: Kyle McMartin |
2568 | M: [email protected] | |
1da177e4 LT |
2569 | L: [email protected] |
2570 | W: http://www.parisc-linux.org/ | |
223232de KM |
2571 | T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
2572 | T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6 | |
1da177e4 LT |
2573 | S: Maintained |
2574 | ||
1662d32c JC |
2575 | PC87360 HARDWARE MONITORING DRIVER |
2576 | P: Jim Cromie | |
2577 | M: [email protected] | |
2578 | L: [email protected] | |
2579 | S: Maintained | |
2580 | ||
2581 | PC8736x GPIO DRIVER | |
2582 | P: Jim Cromie | |
2583 | M: [email protected] | |
2584 | S: Maintained | |
2585 | ||
065c6359 LV |
2586 | PCI ERROR RECOVERY |
2587 | P: Linas Vepstas | |
2588 | M: [email protected] | |
2589 | L: [email protected] | |
2590 | L: [email protected] | |
2591 | S: Supported | |
2592 | ||
1da177e4 LT |
2593 | PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) |
2594 | P: Thomas Sailer | |
2595 | M: [email protected] | |
2596 | L: [email protected] | |
2597 | W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html | |
2598 | S: Maintained | |
2599 | ||
2600 | PCI SUBSYSTEM | |
2601 | P: Greg Kroah-Hartman | |
2602 | M: [email protected] | |
2603 | L: [email protected] | |
2604 | L: [email protected] | |
6fb0425b | 2605 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
2606 | S: Supported |
2607 | ||
2608 | PCI HOTPLUG CORE | |
fb5f4d7a KCA |
2609 | P: Kristen Carlson Accardi |
2610 | M: [email protected] | |
1da177e4 LT |
2611 | S: Supported |
2612 | ||
2613 | PCI HOTPLUG COMPAQ DRIVER | |
2614 | P: Greg Kroah-Hartman | |
2615 | M: [email protected] | |
2616 | S: Maintained | |
2617 | ||
8cf4c195 KA |
2618 | PCIE HOTPLUG DRIVER |
2619 | P: Kristen Carlson Accardi | |
2620 | M: [email protected] | |
2621 | L: [email protected] | |
8b59a454 | 2622 | S: Supported |
8cf4c195 | 2623 | |
1da177e4 | 2624 | PCMCIA SUBSYSTEM |
4230dfc9 | 2625 | P: Linux PCMCIA Team |
f5df5881 | 2626 | L: [email protected] |
1da177e4 | 2627 | L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
6fb0425b | 2628 | T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 2629 | S: Maintained |
1da177e4 LT |
2630 | |
2631 | PCNET32 NETWORK DRIVER | |
04ce0948 | 2632 | P: Don Fry |
2633 | M: [email protected] | |
979b6c13 | 2634 | L: [email protected] |
1da177e4 LT |
2635 | S: Maintained |
2636 | ||
ad4ecbcb SN |
2637 | PER-TASK DELAY ACCOUNTING |
2638 | P: Shailabh Nagar | |
2639 | M: [email protected] | |
2640 | L: [email protected] | |
2641 | S: Maintained | |
2642 | ||
dd49d0f5 JC |
2643 | PERSONALITY HANDLING |
2644 | P: Christoph Hellwig | |
2645 | M: [email protected] | |
2646 | L: [email protected] | |
2647 | S: Maintained | |
2648 | ||
1da177e4 LT |
2649 | PHRAM MTD DRIVER |
2650 |