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