]>
Commit | Line | Data |
---|---|---|
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. | |
34 | ||
35 | PLEASE check your patch with the automated style checker | |
36 | (scripts/checkpatch.pl) to catch trival style violations. | |
37 | See Documentation/CodingStyle for guidance here. | |
38 | ||
39 | PLEASE try to include any credit lines you want added with the | |
40 | patch. It avoids people being missed off by mistake and makes | |
41 | it easier to know who wants adding and who doesn't. | |
42 | ||
43 | PLEASE document known bugs. If it doesn't work for everything | |
44 | or does something very odd once a month document it. | |
45 | ||
46 | PLEASE remember that submissions must be made under the terms | |
47 | of the OSDL certificate of contribution | |
48 | (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html) | |
49 | and should include a Signed-off-by: line. | |
50 | ||
51 | 6. Make sure you have the right to send any changes you make. If you | |
52 | do changes at work you may find your employer owns the patch | |
53 | not you. | |
54 | ||
55 | 7. When sending security related changes or reports to a maintainer | |
56 | please Cc: [email protected], especially if the maintainer | |
57 | does not respond. | |
58 | ||
59 | 8. Happy hacking. | |
60 | ||
61 | ----------------------------------- | |
62 | ||
63 | Maintainers List (try to look for most precise areas first) | |
64 | ||
65 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
66 | order. If you could add yourselves to it in alphabetical order that would be | |
67 | so much easier [Ed] | |
68 | ||
69 | P: Person | |
70 | M: Mail patches to | |
71 | L: Mailing list that is relevant to this area | |
72 | W: Web-page with status/info | |
73 | T: SCM tree type and location. Type is one of: git, hg, quilt. | |
74 | S: Status, one of the following: | |
75 | ||
76 | Supported: Someone is actually paid to look after this. | |
77 | Maintained: Someone actually looks after it. | |
78 | Odd Fixes: It has a maintainer but they don't have time to do | |
79 | much other than throw the odd patch in. See below.. | |
80 | Orphan: No current maintainer [but maybe you could take the | |
81 | role as you write your new code]. | |
82 | Obsolete: Old code. Something tagged obsolete generally means | |
83 | it has been replaced by a better system and you | |
84 | should be using that. | |
85 | ||
86 | 3C359 NETWORK DRIVER | |
87 | P: Mike Phillips | |
88 | M: [email protected] | |
89 | L: [email protected] | |
90 | L: [email protected] | |
91 | W: http://www.linuxtr.net | |
92 | S: Maintained | |
93 | ||
94 | 3C505 NETWORK DRIVER | |
95 | P: Philip Blundell | |
96 | M: [email protected] | |
97 | L: [email protected] | |
98 | S: Maintained | |
99 | ||
100 | 3CR990 NETWORK DRIVER | |
101 | P: David Dillow | |
102 | M: [email protected] | |
103 | L: [email protected] | |
104 | S: Maintained | |
105 | ||
106 | 3W-XXXX ATA-RAID CONTROLLER DRIVER | |
107 | P: Adam Radford | |
108 | M: [email protected] | |
109 | L: [email protected] | |
110 | W: http://www.amcc.com | |
111 | S: Supported | |
112 | ||
113 | 3W-9XXX SATA-RAID CONTROLLER DRIVER | |
114 | P: Adam Radford | |
115 | M: [email protected] | |
116 | L: [email protected] | |
117 | W: http://www.amcc.com | |
118 | S: Supported | |
119 | ||
120 | 53C700 AND 53C700-66 SCSI DRIVER | |
121 | P: James E.J. Bottomley | |
122 | M: [email protected] | |
123 | L: [email protected] | |
124 | S: Maintained | |
125 | ||
126 | 6PACK NETWORK DRIVER FOR AX.25 | |
127 | P: Andreas Koensgen | |
128 | M: [email protected] | |
129 | L: [email protected] | |
130 | S: Maintained | |
131 | ||
132 | 8139CP 10/100 FAST ETHERNET DRIVER | |
133 | P: Jeff Garzik | |
134 | M: [email protected] | |
135 | S: Maintained | |
136 | ||
137 | 8139TOO 10/100 FAST ETHERNET DRIVER | |
138 | P: Jeff Garzik | |
139 | M: [email protected] | |
140 | W: http://sourceforge.net/projects/gkernel/ | |
141 | S: Maintained | |
142 | ||
143 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER | |
144 | P: Francois Romieu | |
145 | M: [email protected] | |
146 | L: [email protected] | |
147 | S: Maintained | |
148 | ||
149 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
150 | L: [email protected] | |
151 | W: http://serial.sourceforge.net | |
152 | S: Orphan | |
153 | ||
154 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
155 | P: Paul Gortmaker | |
156 | M: [email protected] | |
157 | L: [email protected] | |
158 | S: Maintained | |
159 | ||
160 | 9P FILE SYSTEM | |
161 | P: Eric Van Hensbergen | |
162 | M: [email protected] | |
163 | P: Ron Minnich | |
164 | M: [email protected] | |
165 | P: Latchesar Ionkov | |
166 | M: [email protected] | |
167 | L: [email protected] | |
168 | W: http://v9fs.sf.net | |
169 | T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git | |
170 | S: Maintained | |
171 | ||
172 | A2232 SERIAL BOARD DRIVER | |
173 | P: Enver Haase | |
174 | M: [email protected] | |
175 | M: [email protected] | |
176 | L: [email protected] | |
177 | S: Maintained | |
178 | ||
179 | AIO | |
180 | P: Benjamin LaHaise | |
181 | M: [email protected] | |
182 | L: [email protected] | |
183 | S: Supported | |
184 | ||
185 | ABIT UGURU HARDWARE MONITOR DRIVER | |
186 | P: Hans de Goede | |
187 | M: [email protected] | |
188 | L: [email protected] | |
189 | S: Maintained | |
190 | ||
191 | ACENIC DRIVER | |
192 | P: Jes Sorensen | |
193 | M: [email protected] | |
194 | L: [email protected] | |
195 | S: Maintained | |
196 | ||
197 | IPS SCSI RAID DRIVER | |
198 | P: Adaptec OEM Raid Solutions | |
199 | M: [email protected] | |
200 | L: [email protected] | |
201 | W: http://www.adaptec.com/ | |
202 | S: Maintained | |
203 | ||
204 | DPT_I2O SCSI RAID DRIVER | |
205 | P: Adaptec OEM Raid Solutions | |
206 | M: [email protected] | |
207 | L: [email protected] | |
208 | W: http://www.adaptec.com/ | |
209 | S: Maintained | |
210 | ||
211 | AACRAID SCSI RAID DRIVER | |
212 | P: Adaptec OEM Raid Solutions | |
213 | M: [email protected] | |
214 | L: [email protected] | |
215 | W: http://www.adaptec.com/ | |
216 | S: Supported | |
217 | ||
218 | ACPI | |
219 | P: Len Brown | |
220 | M: [email protected] | |
221 | M: [email protected] | |
222 | L: [email protected] | |
223 | W: http://acpi.sourceforge.net/ | |
224 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git | |
225 | S: Supported | |
226 | ||
227 | ACPI BATTERY DRIVERS | |
228 | P: Alexey Starikovskiy | |
229 | M: [email protected] | |
230 | L: [email protected] | |
231 | W: http://acpi.sourceforge.net/ | |
232 | S: Supported | |
233 | ||
234 | ACPI EC DRIVER | |
235 | P: Alexey Starikovskiy | |
236 | M: [email protected] | |
237 | L: [email protected] | |
238 | W: http://acpi.sourceforge.net/ | |
239 | S: Supported | |
240 | ||
241 | ACPI FAN DRIVER | |
242 | P: Konstantin A. Karasyov | |
243 | M: [email protected] | |
244 | L: [email protected] | |
245 | W: http://acpi.sourceforge.net/ | |
246 | S: Supported | |
247 | ||
248 | ACPI PCI HOTPLUG DRIVER | |
249 | P: Kristen Carlson Accardi | |
250 | M: [email protected] | |
251 | L: [email protected] | |
252 | S: Supported | |
253 | ||
254 | ACPI THERMAL DRIVER | |
255 | P: Konstantin A. Karasyov | |
256 | M: [email protected] | |
257 | L: [email protected] | |
258 | W: http://acpi.sourceforge.net/ | |
259 | S: Supported | |
260 | ||
261 | ACPI VIDEO DRIVER | |
262 | P: Luming Yu | |
263 | M: [email protected] | |
264 | L: [email protected] | |
265 | W: http://acpi.sourceforge.net/ | |
266 | S: Supported | |
267 | ||
268 | ADM1025 HARDWARE MONITOR DRIVER | |
269 | P: Jean Delvare | |
270 | M: [email protected] | |
271 | L: [email protected] | |
272 | S: Maintained | |
273 | ||
274 | ADM1029 HARDWARE MONITOR DRIVER | |
275 | P: Corentin Labbe | |
276 | M: [email protected] | |
277 | L: [email protected] | |
278 | S: Maintained | |
279 | ||
280 | ADT746X FAN DRIVER | |
281 | P: Colin Leroy | |
282 | M: [email protected] | |
283 | S: Maintained | |
284 | ||
285 | AEDSP16 DRIVER | |
286 | P: Riccardo Facchetti | |
287 | M: [email protected] | |
288 | S: Maintained | |
289 | ||
290 | AFFS FILE SYSTEM | |
291 | P: Roman Zippel | |
292 | M: [email protected] | |
293 | S: Maintained | |
294 | ||
295 | AGPGART DRIVER | |
296 | P: David Airlie | |
297 | M: [email protected] | |
298 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | |
299 | S: Maintained | |
300 | ||
301 | AHA152X SCSI DRIVER | |
302 | P: Juergen E. Fischer | |
303 | M: Juergen Fischer <[email protected]> | |
304 | L: [email protected] | |
305 | S: Maintained | |
306 | ||
307 | ALCATEL SPEEDTOUCH USB DRIVER | |
308 | P: Duncan Sands | |
309 | M: [email protected] | |
310 | L: [email protected] | |
311 | L: [email protected] | |
312 | W: http://www.linux-usb.org/SpeedTouch/ | |
313 | S: Maintained | |
314 | ||
315 | ALCHEMY AU1XX0 MMC DRIVER | |
316 | S: Orphan | |
317 | ||
318 | ALI1563 I2C DRIVER | |
319 | P: Rudolf Marek | |
320 | M: [email protected] | |
321 | L: [email protected] | |
322 | S: Maintained | |
323 | ||
324 | ALPHA PORT | |
325 | P: Richard Henderson | |
326 | M: [email protected] | |
327 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
328 | P: Ivan Kokshaysky | |
329 | M: [email protected] | |
330 | S: Maintained for 2.4; PCI support for 2.6. | |
331 | ||
332 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER | |
333 | P: Thomas Dahlmann | |
334 | M: [email protected] | |
335 | L: [email protected] | |
336 | S: Supported | |
337 | ||
338 | AMD GEODE PROCESSOR/CHIPSET SUPPORT | |
339 | P: Jordan Crouse | |
340 | M: [email protected] | |
341 | L: [email protected] | |
342 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html | |
343 | S: Supported | |
344 | ||
345 | AMS (Apple Motion Sensor) DRIVER | |
346 | P: Stelian Pop | |
347 | M: [email protected] | |
348 | P: Michael Hanselmann | |
349 | M: [email protected] | |
350 | S: Supported | |
351 | ||
352 | AMSO1100 RNIC DRIVER | |
353 | P: Tom Tucker | |
354 | M: [email protected] | |
355 | P: Steve Wise | |
356 | M: [email protected] | |
357 | L: [email protected] | |
358 | S: Maintained | |
359 | ||
360 | AOA (Apple Onboard Audio) ALSA DRIVER | |
361 | P: Johannes Berg | |
362 | M: [email protected] | |
363 | L: [email protected] | |
364 | L: [email protected] (subscribers-only) | |
365 | S: Maintained | |
366 | ||
367 | APM DRIVER | |
368 | P: Stephen Rothwell | |
369 | M: [email protected] | |
370 | L: [email protected] | |
371 | W: http://www.canb.auug.org.au/~sfr/ | |
372 | S: Supported | |
373 | ||
374 | APPLE SMC DRIVER | |
375 | P: Nicolas Boichat | |
376 | M: [email protected] | |
377 | L: [email protected] | |
378 | S: Maintained | |
379 | ||
380 | APPLETALK NETWORK LAYER | |
381 | P: Arnaldo Carvalho de Melo | |
382 | M: [email protected] | |
383 | S: Maintained | |
384 | ||
385 | ARC FRAMEBUFFER DRIVER | |
386 | P: Jaya Kumar | |
387 | M: [email protected] | |
388 | S: Maintained | |
389 | ||
390 | ARM MFM AND FLOPPY DRIVERS | |
391 | P: Ian Molton | |
392 | M: [email protected] | |
393 | S: Maintained | |
394 | ||
395 | ARM PRIMECELL MMCI PL180/1 DRIVER | |
396 | P: Russell King | |
397 | M: [email protected] | |
398 | L: [email protected] (subscribers-only) | |
399 | S: Maintained | |
400 | ||
401 | ARM/ADI ROADRUNNER MACHINE SUPPORT | |
402 | P: Lennert Buytenhek | |
403 | M: [email protected] | |
404 | L: [email protected] (subscribers-only) | |
405 | S: Maintained | |
406 | ||
407 | ARM/ADS SPHERE MACHINE SUPPORT | |
408 | P: Lennert Buytenhek | |
409 | M: [email protected] | |
410 | L: [email protected] (subscribers-only) | |
411 | S: Maintained | |
412 | ||
413 | ARM/AJECO 1ARM MACHINE SUPPORT | |
414 | P: Lennert Buytenhek | |
415 | M: [email protected] | |
416 | L: [email protected] (subscribers-only) | |
417 | S: Maintained | |
418 | ||
419 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE | |
420 | P: Andrew Victor | |
421 | M: [email protected] | |
422 | L: [email protected] (subscribers-only) | |
423 | W: http://maxim.org.za/at91_26.html | |
424 | S: Maintained | |
425 | ||
426 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE | |
427 | P: Lennert Buytenhek | |
428 | M: [email protected] | |
429 | L: [email protected] (subscribers-only) | |
430 | S: Maintained | |
431 | ||
432 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
433 | P: Lennert Buytenhek | |
434 | M: [email protected] | |
435 | L: [email protected] (subscribers-only) | |
436 | S: Maintained | |
437 | ||
438 | ARM/CORGI MACHINE SUPPORT | |
439 | P: Richard Purdie | |
440 | M: [email protected] | |
441 | S: Maintained | |
442 | ||
443 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT | |
444 | P: Lennert Buytenhek | |
445 | M: [email protected] | |
446 | L: [email protected] (subscribers-only) | |
447 | S: Maintained | |
448 | ||
449 | ARM/HP JORNADA 7XX MACHINE SUPPORT | |
450 | P: Kristoffer Ericson | |
451 | M: [email protected] | |
452 | W: www.jlime.com | |
453 | S: Maintained | |
454 | ||
455 | ARM/INTEL IOP32X ARM ARCHITECTURE | |
456 | P: Lennert Buytenhek | |
457 | M: [email protected] | |
458 | P: Dan Williams | |
459 | M: [email protected] | |
460 | L: [email protected] (subscribers-only) | |
461 | S: Supported | |
462 | ||
463 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
464 | P: Dan Williams | |
465 | M: [email protected] | |
466 | L: [email protected] (subscribers-only) | |
467 | S: Supported | |
468 | ||
469 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
470 | P: Lennert Buytenhek | |
471 | M: [email protected] | |
472 | P: Dan Williams | |
473 | M: [email protected] | |
474 | L: [email protected] (subscribers-only) | |
475 | S: Supported | |
476 | ||
477 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
478 | P: Lennert Buytenhek | |
479 | M: [email protected] | |
480 | P: Dan Williams | |
481 | M: [email protected] | |
482 | L: [email protected] (subscribers-only) | |
483 | S: Supported | |
484 | ||
485 | ARM/INTEL IXP2000 ARM ARCHITECTURE | |
486 | P: Lennert Buytenhek | |
487 | M: [email protected] | |
488 | L: [email protected] (subscribers-only) | |
489 | S: Maintained | |
490 | ||
491 | ARM/INTEL IXDP2850 MACHINE SUPPORT | |
492 | P: Lennert Buytenhek | |
493 | M: [email protected] | |
494 | L: [email protected] (subscribers-only) | |
495 | S: Maintained | |
496 | ||
497 | ARM/INTEL IXP23XX ARM ARCHITECTURE | |
498 | P: Lennert Buytenhek | |
499 | M: [email protected] | |
500 | L: [email protected] (subscribers-only) | |
501 | S: Maintained | |
502 | ||
503 | ARM/INTEL XSC3 (MANZANO) ARM CORE | |
504 | P: Lennert Buytenhek | |
505 | M: [email protected] | |
506 | P: Dan Williams | |
507 | M: [email protected] | |
508 | L: [email protected] (subscribers-only) | |
509 | S: Supported | |
510 | ||
511 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
512 | P: Lennert Buytenhek | |
513 | M: [email protected] | |
514 | L: [email protected] (subscribers-only) | |
515 | S: Maintained | |
516 | ||
517 | ARM/LOGICPD PXA270 MACHINE SUPPORT | |
518 | P: Lennert Buytenhek | |
519 | M: [email protected] | |
520 | L: [email protected] (subscribers-only) | |
521 | S: Maintained | |
522 | ||
523 | ARM/TOSA MACHINE SUPPORT | |
524 | P: Dirk Opfer | |
525 | M: [email protected] | |
526 | S: Maintained | |
527 | ||
528 | ARM/PLEB SUPPORT | |
529 | P: Peter Chubb | |
530 | M: [email protected] | |
531 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | |
532 | S: Maintained | |
533 | ||
534 | ARM/PT DIGITAL BOARD PORT | |
535 | P: Stefan Eletzhofer | |
536 | M: [email protected] | |
537 | L: [email protected] (subscribers-only) | |
538 | W: http://www.arm.linux.org.uk/ | |
539 | S: Maintained | |
540 | ||
541 | ARM/RADISYS ENP2611 MACHINE SUPPORT | |
542 | P: Lennert Buytenhek | |
543 | M: [email protected] | |
544 | L: [email protected] (subscribers-only) | |
545 | S: Maintained | |
546 | ||
547 | ARM/SHARK MACHINE SUPPORT | |
548 | P: Alexander Schulz | |
549 | M: [email protected] | |
550 | W: http://www.shark-linux.de/shark.html | |
551 | S: Maintained | |
552 | ||
553 | ARM/STRONGARM110 PORT | |
554 | P: Russell King | |
555 | M: [email protected] | |
556 | L: [email protected] (subscribers-only) | |
557 | W: http://www.arm.linux.org.uk/ | |
558 | S: Maintained | |
559 | ||
560 | ARM/S3C2410 ARM ARCHITECTURE | |
561 | P: Ben Dooks | |
562 | M: [email protected] | |
563 | L: [email protected] (subscribers-only) | |
564 | W: http://www.fluff.org/ben/linux/ | |
565 | S: Maintained | |
566 | ||
567 | ARM/S3C2440 ARM ARCHITECTURE | |
568 | P: Ben Dooks | |
569 | M: [email protected] | |
570 | L: [email protected] (subscribers-only) | |
571 | W: http://www.fluff.org/ben/linux/ | |
572 | S: Maintained | |
573 | ||
574 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT | |
575 | P: Lennert Buytenhek | |
576 | M: [email protected] | |
577 | L: [email protected] (subscribers-only) | |
578 | S: Maintained | |
579 | ||
580 | ARM/THECUS N2100 MACHINE SUPPORT | |
581 | P: Lennert Buytenhek | |
582 | M: [email protected] | |
583 | L: [email protected] (subscribers-only) | |
584 | S: Maintained | |
585 | ||
586 | ARPD SUPPORT | |
587 | P: Jonathan Layes | |
588 | L: [email protected] | |
589 | S: Maintained | |
590 | ||
591 | ASUS ACPI EXTRAS DRIVER | |
592 | P: Corentin Chary | |
593 | M: [email protected] | |
594 | P: Karol Kozimor | |
595 | M: [email protected] | |
596 | L: [email protected] | |
597 | W: http://sourceforge.net/projects/acpi4asus | |
598 | W: http://xf.iksaif.net/acpi4asus | |
599 | S: Maintained | |
600 | ||
601 | ASUS ASB100 HARDWARE MONITOR DRIVER | |
602 | P: Mark M. Hoffman | |
603 | M: [email protected] | |
604 | L: [email protected] | |
605 | S: Maintained | |
606 | ||
607 | ASUS LAPTOP EXTRAS DRIVER | |
608 | P: Corentin Chary | |
609 | M: [email protected] | |
610 | L: [email protected] | |
611 | W: http://sourceforge.net/projects/acpi4asus | |
612 | W: http://xf.iksaif.net/acpi4asus | |
613 | S: Maintained | |
614 | ||
615 | ATA OVER ETHERNET DRIVER | |
616 | P: Ed L. Cashin | |
617 | M: [email protected] | |
618 | W: http://www.coraid.com/support/linux | |
619 | S: Supported | |
620 | ||
621 | ATL1 ETHERNET DRIVER | |
622 | P: Jay Cliburn | |
623 | M: [email protected] | |
624 | P: Chris Snook | |
625 | M: [email protected] | |
626 | L: [email protected] | |
627 | W: http://sourceforge.net/projects/atl1 | |
628 | W: http://atl1.sourceforge.net | |
629 | S: Maintained | |
630 | ||
631 | ATM | |
632 | P: Chas Williams | |
633 | M: [email protected] | |
634 | L: [email protected] (subscribers-only) | |
635 | W: http://linux-atm.sourceforge.net | |
636 | S: Maintained | |
637 | ||
638 | ATMEL AT91 MCI DRIVER | |
639 | P: Nicolas Ferre | |
640 | M: [email protected] | |
641 | L: [email protected] (subscribers-only) | |
642 | W: http://www.atmel.com/products/AT91/ | |
643 | W: http://www.at91.com/ | |
644 | S: Maintained | |
645 | ||
646 | ATMEL MACB ETHERNET DRIVER | |
647 | P: Haavard Skinnemoen | |
648 | M: [email protected] | |
649 | S: Supported | |
650 | ||
651 | ATMEL SPI DRIVER | |
652 | P: Haavard Skinnemoen | |
653 | M: [email protected] | |
654 | S: Supported | |
655 | ||
656 | ATMEL WIRELESS DRIVER | |
657 | P: Simon Kelley | |
658 | M: [email protected] | |
659 | L: [email protected] | |
660 | W: http://www.thekelleys.org.uk/atmel | |
661 | W: http://atmelwlandriver.sourceforge.net/ | |
662 | S: Maintained | |
663 | ||
664 | AUDIT SUBSYSTEM | |
665 | P: David Woodhouse | |
666 | M: [email protected] | |
667 | L: [email protected] | |
668 | W: http://people.redhat.com/sgrubb/audit/ | |
669 | T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git | |
670 | S: Maintained | |
671 | ||
672 | AUXILIARY DISPLAY DRIVERS | |
673 | P: Miguel Ojeda Sandonis | |
674 | M: [email protected] | |
675 | L: [email protected] | |
676 | W: http://auxdisplay.googlepages.com/ | |
677 | S: Maintained | |
678 | ||
679 | AVR32 ARCHITECTURE | |
680 | P: Haavard Skinnemoen | |
681 | M: [email protected] | |
682 | W: http://www.atmel.com/products/AVR32/ | |
683 | W: http://avr32linux.org/ | |
684 | W: http://avrfreaks.net/ | |
685 | S: Supported | |
686 | ||
687 | AVR32/AT32AP MACHINE SUPPORT | |
688 | P: Haavard Skinnemoen | |
689 | M: [email protected] | |
690 | S: Supported | |
691 | ||
692 | AX.25 NETWORK LAYER | |
693 | P: Ralf Baechle | |
694 | M: [email protected] | |
695 | L: [email protected] | |
696 | W: http://www.linux-ax25.org/ | |
697 | S: Maintained | |
698 | ||
699 | BACKLIGHT CLASS/SUBSYSTEM | |
700 | P: Richard Purdie | |
701 | M: [email protected] | |
702 | S: Maintained | |
703 | ||
704 | BLACKFIN ARCHITECTURE | |
705 | P: Aubrey Li | |
706 | M: [email protected] | |
707 | P: Bernd Schmidt | |
708 | M: [email protected] | |
709 | P: Bryan Wu | |
710 | M: [email protected] | |
711 | P: Grace Pan | |
712 | M: [email protected] | |
713 | P: Marc Hoffman | |
714 | M: [email protected] | |
715 | P: Michael Hennerich | |
716 | M: [email protected] | |
717 | P: Mike Frysinger | |
718 | M: [email protected] | |
719 | P: Jerry Zeng | |
720 | M: [email protected] | |
721 | P: Jie Zhang | |
722 | M: [email protected] | |
723 | P: Robin Getz | |
724 | M: [email protected] | |
725 | P: Roy Huang | |
726 | M: [email protected] | |
727 | P: Sonic Zhang | |
728 | M: [email protected] | |
729 | P: Vivi Li | |
730 | M: [email protected] | |
731 | P: Yi Li | |
732 | M: [email protected] | |
733 | L: [email protected] (subscribers-only) | |
734 | W: http://blackfin.uclinux.org | |
735 | S: Supported | |
736 | ||
737 | BLACKFIN EMAC DRIVER | |
738 | P: Bryan Wu | |
739 | M: [email protected] | |
740 | L: [email protected] (subscribers-only) | |
741 | W: http://blackfin.uclinux.org | |
742 | S: Supported | |
743 | ||
744 | BLACKFIN RTC DRIVER | |
745 | P: Mike Frysinger | |
746 | M: [email protected] | |
747 | M: [email protected] | |
748 | L: [email protected] (subscribers-only) | |
749 | W: http://blackfin.uclinux.org | |
750 | S: Supported | |
751 | ||
752 | BLACKFIN SERIAL DRIVER | |
753 | P: Aubrey Li | |
754 | M: [email protected] | |
755 | L: [email protected] (subscribers-only) | |
756 | W: http://blackfin.uclinux.org | |
757 | S: Supported | |
758 | ||
759 | BLACKFIN WATCHDOG DRIVER | |
760 | P: Mike Frysinger | |
761 | M: [email protected] | |
762 | M: [email protected] | |
763 | L: [email protected] (subscribers-only) | |
764 | W: http://blackfin.uclinux.org | |
765 | S: Supported | |
766 | ||
767 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 | |
768 | P: Thomas Sailer | |
769 | M: [email protected] | |
770 | L: [email protected] | |
771 | W: http://www.baycom.org/~tom/ham/ham.html | |
772 | S: Maintained | |
773 | ||
774 | BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) | |
775 | P: Larry Finger | |
776 | M: [email protected] | |
777 | P: Stefano Brivio | |
778 | M: [email protected] | |
779 | L: [email protected] | |
780 | W: http://bcm43xx.berlios.de/ | |
781 | S: Maintained | |
782 | ||
783 | BEFS FILE SYSTEM | |
784 | P: Sergey S. Kostyliov | |
785 | M: [email protected] | |
786 | L: [email protected] | |
787 | S: Maintained | |
788 | ||
789 | BFS FILE SYSTEM | |
790 | P: Tigran A. Aivazian | |
791 | M: [email protected] | |
792 | L: [email protected] | |
793 | S: Maintained | |
794 | ||
795 | BLACKFIN I2C TWI DRIVER | |
796 | P: Sonic Zhang | |
797 | M: [email protected] | |
798 | L: [email protected] (subscribers-only) | |
799 | W: http://blackfin.uclinux.org/ | |
800 | S: Supported | |
801 | ||
802 | BLOCK LAYER | |
803 | P: Jens Axboe | |
804 | M: [email protected] | |
805 | L: [email protected] | |
806 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | |
807 | S: Maintained | |
808 | ||
809 | BLUETOOTH SUBSYSTEM | |
810 | P: Marcel Holtmann | |
811 | M: [email protected] | |
812 | P: Maxim Krasnyansky | |
813 | M: [email protected] | |
814 | L: [email protected] | |
815 | W: http://bluez.sf.net | |
816 | W: http://www.bluez.org | |
817 | W: http://www.holtmann.org/linux/bluetooth/ | |
818 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git | |
819 | S: Maintained | |
820 | ||
821 | BLUETOOTH RFCOMM LAYER | |
822 | P: Marcel Holtmann | |
823 | M: [email protected] | |
824 | P: Maxim Krasnyansky | |
825 | M: [email protected] | |
826 | S: Maintained | |
827 | ||
828 | BLUETOOTH BNEP LAYER | |
829 | P: Marcel Holtmann | |
830 | M: [email protected] | |
831 | P: Maxim Krasnyansky | |
832 | M: [email protected] | |
833 | S: Maintained | |
834 | ||
835 | BLUETOOTH CMTP LAYER | |
836 | P: Marcel Holtmann | |
837 | M: [email protected] | |
838 | S: Maintained | |
839 | ||
840 | BLUETOOTH HIDP LAYER | |
841 | P: Marcel Holtmann | |
842 | M: [email protected] | |
843 | S: Maintained | |
844 | ||
845 | BLUETOOTH HCI UART DRIVER | |
846 | P: Marcel Holtmann | |
847 | M: [email protected] | |
848 | P: Maxim Krasnyansky | |
849 | M: [email protected] | |
850 | S: Maintained | |
851 | ||
852 | BLUETOOTH HCI USB DRIVER | |
853 | P: Marcel Holtmann | |
854 | M: [email protected] | |
855 | P: Maxim Krasnyansky | |
856 | M: [email protected] | |
857 | S: Maintained | |
858 | ||
859 | BLUETOOTH HCI BCM203X DRIVER | |
860 | P: Marcel Holtmann | |
861 | M: [email protected] | |
862 | S: Maintained | |
863 | ||
864 | BLUETOOTH HCI BPA10X DRIVER | |
865 | P: Marcel Holtmann | |
866 | M: [email protected] | |
867 | S: Maintained | |
868 | ||
869 | BLUETOOTH HCI BFUSB DRIVER | |
870 | P: Marcel Holtmann | |
871 | M: [email protected] | |
872 | S: Maintained | |
873 | ||
874 | BLUETOOTH HCI DTL1 DRIVER | |
875 | P: Marcel Holtmann | |
876 | M: [email protected] | |
877 | S: Maintained | |
878 | ||
879 | BLUETOOTH HCI BLUECARD DRIVER | |
880 | P: Marcel Holtmann | |
881 | M: [email protected] | |
882 | S: Maintained | |
883 | ||
884 | BLUETOOTH HCI BT3C DRIVER | |
885 | P: Marcel Holtmann | |
886 | M: [email protected] | |
887 | S: Maintained | |
888 | ||
889 | BLUETOOTH HCI BTUART DRIVER | |
890 | P: Marcel Holtmann | |
891 | M: [email protected] | |
892 | S: Maintained | |
893 | ||
894 | BLUETOOTH HCI VHCI DRIVER | |
895 | P: Maxim Krasnyansky | |
896 | M: [email protected] | |
897 | S: Maintained | |
898 | ||
899 | BONDING DRIVER | |
900 | P: Chad Tindel | |
901 | M: [email protected] | |
902 | P: Jay Vosburgh | |
903 | M: [email protected] | |
904 | L: [email protected] | |
905 | W: http://sourceforge.net/projects/bonding/ | |
906 | S: Supported | |
907 | ||
908 | BROADBAND PROCESSOR ARCHITECTURE | |
909 | P: Arnd Bergmann | |
910 | M: [email protected] | |
911 | L: [email protected] | |
912 | W: http://www.penguinppc.org/ppc64/ | |
913 | S: Supported | |
914 | ||
915 | BROADCOM B44 10/100 ETHERNET DRIVER | |
916 | P: Gary Zambrano | |
917 | M: [email protected] | |
918 | L: [email protected] | |
919 | S: Supported | |
920 | ||
921 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER | |
922 | P: Michael Chan | |
923 | M: [email protected] | |
924 | L: [email protected] | |
925 | S: Supported | |
926 | ||
927 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | |
928 | P: Michael Chan | |
929 | M: [email protected] | |
930 | L: [email protected] | |
931 | S: Supported | |
932 | ||
933 | BSG (block layer generic sg v4 driver) | |
934 | P: FUJITA Tomonori | |
935 | M: [email protected] | |
936 | L: [email protected] | |
937 | S: Supported | |
938 | ||
939 | BTTV VIDEO4LINUX DRIVER | |
940 | P: Mauro Carvalho Chehab | |
941 | M: [email protected] | |
942 | M: [email protected] | |
943 | L: [email protected] | |
944 | W: http://linuxtv.org | |
945 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git | |
946 | S: Maintained | |
947 | ||
948 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | |
949 | P: Jonathan Corbet | |
950 | M: [email protected] | |
951 | L: [email protected] | |
952 | S: Maintained | |
953 | ||
954 | CALGARY x86-64 IOMMU | |
955 | P: Muli Ben-Yehuda | |
956 | M: [email protected] | |
957 | P: Jon D. Mason | |
958 | M: [email protected] | |
959 | L: [email protected] | |
960 | L: [email protected] | |
961 | S: Maintained | |
962 | ||
963 | CFAG12864B LCD DRIVER | |
964 | P: Miguel Ojeda Sandonis | |
965 | M: [email protected] | |
966 | L: [email protected] | |
967 | W: http://auxdisplay.googlepages.com/ | |
968 | S: Maintained | |
969 | ||
970 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
971 | P: Miguel Ojeda Sandonis | |
972 | M: [email protected] | |
973 | L: [email protected] | |
974 | W: http://auxdisplay.googlepages.com/ | |
975 | S: Maintained | |
976 | ||
977 | CFG80211 and NL80211 | |
978 | P: Johannes Berg | |
979 | M: [email protected] | |
980 | L: [email protected] | |
981 | S: Maintained | |
982 | ||
983 | CHECKPATCH | |
984 | P: Andy Whitcroft | |
985 | M: [email protected] | |
986 | P: Randy Dunlap | |
987 | M: [email protected] | |
988 | P: Joel Schopp | |
989 | M: [email protected] | |
990 | S: Supported | |
991 | ||
992 | COMMON INTERNET FILE SYSTEM (CIFS) | |
993 | P: Steve French | |
994 | M: [email protected] | |
995 | L: [email protected] | |
996 | L: [email protected] | |
997 | W: http://us1.samba.org/samba/Linux_CIFS_client.html | |
998 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git | |
999 | S: Supported | |
1000 | ||
1001 | CONFIGFS | |
1002 | P: Joel Becker | |
1003 | M: [email protected] | |
1004 | L: [email protected] | |
1005 | S: Supported | |
1006 | ||
1007 | CIRRUS LOGIC EP93XX ETHERNET DRIVER | |
1008 | P: Lennert Buytenhek | |
1009 | M: [email protected] | |
1010 | L: [email protected] | |
1011 | S: Maintained | |
1012 | ||
1013 | CIRRUS LOGIC GENERIC FBDEV DRIVER | |
1014 | P: Jeff Garzik | |
1015 | M: [email protected] | |
1016 | L: [email protected] (subscribers-only) | |
1017 | S: Odd Fixes | |
1018 | ||
1019 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER | |
1020 | P: Lennert Buytenhek | |
1021 | M: [email protected] | |
1022 | L: [email protected] | |
1023 | S: Maintained | |
1024 | ||
1025 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER | |
1026 | P: Cirrus Logic Corporation (kernel 2.2 driver) | |
1027 | M: Cirrus Logic Corporation, Thomas Woller <[email protected]> | |
1028 | P: Nils Faerber (port to kernel 2.4) | |
1029 | M: Nils Faerber <[email protected]> | |
1030 | S: Maintained | |
1031 | ||
1032 | CODA FILE SYSTEM | |
1033 | P: Jan Harkes | |
1034 | M: [email protected] | |
1035 | M: [email protected] | |
1036 | L: [email protected] | |
1037 | W: http://www.coda.cs.cmu.edu/ | |
1038 | S: Maintained | |
1039 | ||
1040 | COMPACTPCI HOTPLUG CORE | |
1041 | P: Scott Murray | |
1042 | M: [email protected] | |
1043 | M: [email protected] | |
1044 | L: [email protected] | |
1045 | S: Supported | |
1046 | ||
1047 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
1048 | P: Scott Murray | |
1049 | M: [email protected] | |
1050 | M: [email protected] | |
1051 | L: [email protected] | |
1052 | S: Supported | |
1053 | ||
1054 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
1055 | P: Scott Murray | |
1056 | M: [email protected] | |
1057 | M: [email protected] | |
1058 | L: [email protected] | |
1059 | S: Supported | |
1060 | ||
1061 | COMPUTONE INTELLIPORT MULTIPORT CARD | |
1062 | P: Michael H. Warfield | |
1063 | M: [email protected] | |
1064 | W: http://www.wittsend.com/computone.html | |
1065 | S: Maintained | |
1066 | ||
1067 | CONEXANT ACCESSRUNNER USB DRIVER | |
1068 | P: Simon Arlott | |
1069 | M: [email protected] | |
1070 | L: [email protected] | |
1071 | W: http://accessrunner.sourceforge.net/ | |
1072 | S: Maintained | |
1073 | ||
1074 | CORETEMP HARDWARE MONITORING DRIVER | |
1075 | P: Rudolf Marek | |
1076 | M: [email protected] | |
1077 | L: [email protected] | |
1078 | S: Maintained | |
1079 | ||
1080 | COSA/SRP SYNC SERIAL DRIVER | |
1081 | P: Jan "Yenya" Kasprzak | |
1082 | M: [email protected] | |
1083 | W: http://www.fi.muni.cz/~kas/cosa/ | |
1084 | S: Maintained | |
1085 | ||
1086 | CPU FREQUENCY DRIVERS | |
1087 | P: Dave Jones | |
1088 | M: [email protected] | |
1089 | L: [email protected] | |
1090 | W: http://www.codemonkey.org.uk/projects/cpufreq/ | |
1091 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git | |
1092 | S: Maintained | |
1093 | ||
1094 | CPUID/MSR DRIVER | |
1095 | P: H. Peter Anvin | |
1096 | M: [email protected] | |
1097 | S: Maintained | |
1098 | ||
1099 | CPUSETS | |
1100 | P: Paul Jackson | |
1101 | P: Simon Derr | |
1102 | M: [email protected] | |
1103 | M: [email protected] | |
1104 | L: [email protected] | |
1105 | W: http://www.bullopensource.org/cpuset/ | |
1106 | S: Supported | |
1107 | ||
1108 | CRAMFS FILESYSTEM | |
1109 | W: http://sourceforge.net/projects/cramfs/ | |
1110 | S: Orphan | |
1111 | ||
1112 | CRIS PORT | |
1113 | P: Mikael Starvik | |
1114 | M: [email protected] | |
1115 | L: [email protected] | |
1116 | W: http://developer.axis.com | |
1117 | S: Maintained | |
1118 | ||
1119 | CRYPTO API | |
1120 | P: Herbert Xu | |
1121 | M: [email protected] | |
1122 | P: David S. Miller | |
1123 | M: [email protected] | |
1124 | L: [email protected] | |
1125 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git | |
1126 | S: Maintained | |
1127 | ||
1128 | CS5535 Audio ALSA driver | |
1129 | P: Jaya Kumar | |
1130 | M: [email protected] | |
1131 | S: Maintained | |
1132 | ||
1133 | CYBERPRO FB DRIVER | |
1134 | P: Russell King | |
1135 | M: [email protected] | |
1136 | W: http://www.arm.linux.org.uk/ | |
1137 | S: Maintained | |
1138 | ||
1139 | CYBLAFB FRAMEBUFFER DRIVER | |
1140 | P: Knut Petersen | |
1141 | M: [email protected] | |
1142 | L: [email protected] (subscribers-only) | |
1143 | S: Maintained | |
1144 | ||
1145 | CYCLADES 2X SYNC CARD DRIVER | |
1146 | P: Arnaldo Carvalho de Melo | |
1147 | M: [email protected] | |
1148 | W: http://oops.ghostprotocols.net:81/blog | |
1149 | S: Maintained | |
1150 | ||
1151 | CYCLADES ASYNC MUX DRIVER | |
1152 | W: http://www.cyclades.com/ | |
1153 | S: Orphan | |
1154 | ||
1155 | CYCLADES PC300 DRIVER | |
1156 | W: http://www.cyclades.com/ | |
1157 | S: Orphan | |
1158 | ||
1159 | DAMA SLAVE for AX.25 | |
1160 | P: Joerg Reuter | |
1161 | M: [email protected] | |
1162 | W: http://yaina.de/jreuter/ | |
1163 | W: http://www.qsl.net/dl1bke/ | |
1164 | L: [email protected] | |
1165 | S: Maintained | |
1166 | ||
1167 | DC395x SCSI driver | |
1168 | P: Oliver Neukum | |
1169 | M: [email protected] | |
1170 | P: Ali Akcaagac | |
1171 | M: [email protected] | |
1172 | P: Jamie Lenehan | |
1173 | M: [email protected] | |
1174 | W: http://twibble.org/dist/dc395x/ | |
1175 | L: [email protected] | |
1176 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ | |
1177 | S: Maintained | |
1178 | ||
1179 | DC390/AM53C974 SCSI driver | |
1180 | P: Kurt Garloff | |
1181 | M: [email protected] | |
1182 | W: http://www.garloff.de/kurt/linux/dc390/ | |
1183 | P: Guennadi Liakhovetski | |
1184 | M: [email protected] | |
1185 | S: Maintained | |
1186 | ||
1187 | DCCP PROTOCOL | |
1188 | P: Arnaldo Carvalho de Melo | |
1189 | M: [email protected] | |
1190 | L: [email protected] | |
1191 | W: http://linux-net.osdl.org/index.php/DCCP | |
1192 | S: Maintained | |
1193 | ||
1194 | DECnet NETWORK LAYER | |
1195 | P: Patrick Caulfield | |
1196 | M: [email protected] | |
1197 | W: http://linux-decnet.sourceforge.net | |
1198 | L: [email protected] | |
1199 | S: Maintained | |
1200 | ||
1201 | DEFXX FDDI NETWORK DRIVER | |
1202 | P: Maciej W. Rozycki | |
1203 | M: [email protected] | |
1204 | S: Maintained | |
1205 | ||
1206 | DELL LAPTOP SMM DRIVER | |
1207 | P: Massimo Dal Zotto | |
1208 | M: [email protected] | |
1209 | W: http://www.debian.org/~dz/i8k/ | |
1210 | S: Maintained | |
1211 | ||
1212 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) | |
1213 | P: Doug Warzecha | |
1214 | M: [email protected] | |
1215 | S: Maintained | |
1216 | ||
1217 | DEVICE-MAPPER (LVM) | |
1218 | P: Alasdair Kergon | |
1219 | L: [email protected] | |
1220 | W: http://sources.redhat.com/dm | |
1221 | S: Maintained | |
1222 | ||
1223 | DEVICE NUMBER REGISTRY | |
1224 | P: Torben Mathiasen | |
1225 | M: [email protected] | |
1226 | W: http://lanana.org/docs/device-list/index.html | |
1227 | L: [email protected] | |
1228 | S: Maintained | |
1229 | ||
1230 | DIGI INTL. EPCA DRIVER | |
1231 | P: Digi International, Inc | |
1232 | M: [email protected] | |
1233 | L: [email protected] | |
1234 | W: http://www.digi.com | |
1235 | S: Orphaned | |
1236 | ||
1237 | DIGI RIGHTSWITCH NETWORK DRIVER | |
1238 | P: Rick Richardson | |
1239 | L: [email protected] | |
1240 | W: http://www.digi.com | |
1241 | S: Orphaned | |
1242 | ||
1243 | DIRECTORY NOTIFICATION | |
1244 | P: Stephen Rothwell | |
1245 | M: [email protected] | |
1246 | L: [email protected] | |
1247 | S: Supported | |
1248 | ||
1249 | DISK GEOMETRY AND PARTITION HANDLING | |
1250 | P: Andries Brouwer | |
1251 | M: [email protected] | |
1252 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | |
1253 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
1254 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
1255 | S: Maintained | |
1256 | ||
1257 | DISKQUOTA: | |
1258 | P: Jan Kara | |
1259 | M: [email protected] | |
1260 | L: [email protected] | |
1261 | S: Maintained | |
1262 | ||
1263 | DISTRIBUTED LOCK MANAGER | |
1264 | P: Patrick Caulfield | |
1265 | M: [email protected] | |
1266 | P: David Teigland | |
1267 | M: [email protected] | |
1268 | L: [email protected] | |
1269 | W: http://sources.redhat.com/cluster/ | |
1270 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git | |
1271 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
1272 | S: Supported | |
1273 | ||
1274 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER | |
1275 | P: Tobias Ringstrom | |
1276 | M: [email protected] | |
1277 | L: [email protected] | |
1278 | S: Maintained | |
1279 | ||
1280 | DMA GENERIC MEMCPY SUBSYSTEM | |
1281 | P: Shannon Nelson | |
1282 | M: [email protected] | |
1283 | L: [email protected] | |
1284 | S: Maintained | |
1285 | ||
1286 | DME1737 HARDWARE MONITOR DRIVER | |
1287 | P: Juerg Haefliger | |
1288 | M: [email protected] | |
1289 | L: [email protected] | |
1290 | S: Maintained | |
1291 | ||
1292 | DOCBOOK FOR DOCUMENTATION | |
1293 | P: Randy Dunlap | |
1294 | M: [email protected] | |
1295 | S: Maintained | |
1296 | ||
1297 | DOCKING STATION DRIVER | |
1298 | P: Kristen Carlson Accardi | |
1299 | M: [email protected] | |
1300 | L: [email protected] | |
1301 | S: Supported | |
1302 | ||
1303 | DOUBLETALK DRIVER | |
1304 | P: James R. Van Zandt | |
1305 | M: [email protected] | |
1306 | L: [email protected] | |
1307 | S: Maintained | |
1308 | ||
1309 | DRIVER CORE, KOBJECTS, AND SYSFS | |
1310 | P: Greg Kroah-Hartman | |
1311 | M: [email protected] | |
1312 | L: [email protected] | |
1313 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | |
1314 | S: Supported | |
1315 | ||
1316 | DRM DRIVERS | |
1317 | P: David Airlie | |
1318 | M: [email protected] | |
1319 | L: [email protected] | |
1320 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | |
1321 | S: Maintained | |
1322 | ||
1323 | DSCC4 DRIVER | |
1324 | P: Francois Romieu | |
1325 | M: [email protected] | |
1326 | L: [email protected] | |
1327 | S: Maintained | |
1328 | ||
1329 | DVB SUBSYSTEM AND DRIVERS | |
1330 | P: LinuxTV.org Project | |
1331 | M: [email protected] | |
1332 | L: [email protected] (subscription required) | |
1333 | W: http://linuxtv.org/ | |
1334 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git | |
1335 | S: Maintained | |
1336 | ||
1337 | EATA-DMA SCSI DRIVER | |
1338 | P: Michael Neuffer | |
1339 | L: [email protected], [email protected] | |
1340 | S: Maintained | |
1341 | ||
1342 | EATA ISA/EISA/PCI SCSI DRIVER | |
1343 | P: Dario Ballabio | |
1344 | M: [email protected] | |
1345 | L: [email protected] | |
1346 | S: Maintained | |
1347 | ||
1348 | EATA-PIO SCSI DRIVER | |
1349 | P: Michael Neuffer | |
1350 | M: [email protected] | |
1351 | L: [email protected], [email protected] | |
1352 | S: Maintained | |
1353 | ||
1354 | EBTABLES | |
1355 | P: Bart De Schuymer | |
1356 | M: [email protected] | |
1357 | L: [email protected] | |
1358 | L: [email protected] | |
1359 | W: http://ebtables.sourceforge.net/ | |
1360 | S: Maintained | |
1361 | ||
1362 | ECRYPT FILE SYSTEM | |
1363 | P: Mike Halcrow, Phillip Hellewell | |
1364 | M: [email protected], [email protected] | |
1365 | L: [email protected] | |
1366 | W: http://ecryptfs.sourceforge.net/ | |
1367 | S: Supported | |
1368 | ||
1369 | EDAC-CORE | |
1370 | P: Doug Thompson | |
1371 | M: [email protected] | |
1372 | L: [email protected] | |
1373 | W: bluesmoke.sourceforge.net | |
1374 | S: Supported | |
1375 | ||
1376 | EDAC-E752X | |
1377 | P: Mark Gross | |
1378 | P: Doug Thompson | |
1379 | M: [email protected] | |
1380 | M: [email protected] | |
1381 | L: [email protected] | |
1382 | W: bluesmoke.sourceforge.net | |
1383 | S: Maintained | |
1384 | ||
1385 | EDAC-E7XXX | |
1386 | P: Doug Thompson | |
1387 | M: [email protected] | |
1388 | L: [email protected] | |
1389 | W: bluesmoke.sourceforge.net | |
1390 | S: Maintained | |
1391 | ||
1392 | EDAC-I82443BXGX | |
1393 | P: Tim Small | |
1394 | M: [email protected] | |
1395 | L: [email protected] | |
1396 | W: bluesmoke.sourceforge.net | |
1397 | S: Maintained | |
1398 | ||
1399 | EDAC-I3000 | |
1400 | P: Jason Uhlenkott | |
1401 | M: [email protected] | |
1402 | L: [email protected] | |
1403 | W: bluesmoke.sourceforge.net | |
1404 | S: Maintained | |
1405 | ||
1406 | EDAC-I5000 | |
1407 | P: Doug Thompson | |
1408 | M: [email protected] | |
1409 | L: [email protected] | |
1410 | W: bluesmoke.sourceforge.net | |
1411 | S: Maintained | |
1412 | ||
1413 | EDAC-I82975X | |
1414 | P: Ranganathan Desikan | |
1415 | P: Arvind R. | |
1416 | M: [email protected] | |
1417 | M: [email protected] | |
1418 | L: [email protected] | |
1419 | W: bluesmoke.sourceforge.net | |
1420 | S: Maintained | |
1421 | ||
1422 | EDAC-PASEMI | |
1423 | P: Egor Martovetsky | |
1424 | M: [email protected] | |
1425 | L: [email protected] | |
1426 | W: bluesmoke.sourceforge.net | |
1427 | S: Maintained | |
1428 | ||
1429 | EDAC-R82600 | |
1430 | P: Tim Small | |
1431 | M: [email protected] | |
1432 | L: [email protected] | |
1433 | W: bluesmoke.sourceforge.net | |
1434 | S: Maintained | |
1435 | ||
1436 | EEPRO100 NETWORK DRIVER | |
1437 | P: Andrey V. Savochkin | |
1438 | M: [email protected] | |
1439 | S: Maintained | |
1440 | ||
1441 | EFS FILESYSTEM | |
1442 | W: http://aeschi.ch.eu.org/efs/ | |
1443 | S: Orphan | |
1444 | ||
1445 | EHCA (IBM GX bus InfiniBand adapter) DRIVER: | |
1446 | P: Hoang-Nam Nguyen | |
1447 | M: [email protected] | |
1448 | P: Christoph Raisch | |
1449 | M: [email protected] | |
1450 | L: [email protected] | |
1451 | S: Supported | |
1452 | ||
1453 | EMULEX LPFC FC SCSI DRIVER | |
1454 | P: James Smart | |
1455 | M: [email protected] | |
1456 | L: [email protected] | |
1457 | W: http://sourceforge.net/projects/lpfcxxxx | |
1458 | S: Supported | |
1459 | ||
1460 | EPSON 1355 FRAMEBUFFER DRIVER | |
1461 | P: Christopher Hoover | |
1462 | M: [email protected], [email protected] | |
1463 | S: Maintained | |
1464 | ||
1465 | ETHEREXPRESS-16 NETWORK DRIVER | |
1466 | P: Philip Blundell | |
1467 | M: [email protected] | |
1468 | L: [email protected] | |
1469 | S: Maintained | |
1470 | ||
1471 | ETHERNET BRIDGE | |
1472 | P: Stephen Hemminger | |
1473 | M: [email protected] | |
1474 | L: [email protected] | |
1475 | W: http://bridge.sourceforge.net/ | |
1476 | S: Maintained | |
1477 | ||
1478 | ETHERTEAM 16I DRIVER | |
1479 | P: Mika Kuoppala | |
1480 | M: [email protected] | |
1481 | S: Maintained | |
1482 | ||
1483 | EXT2 FILE SYSTEM | |
1484 | L: [email protected] | |
1485 | S: Maintained | |
1486 | ||
1487 | EXT3 FILE SYSTEM | |
1488 | P: Stephen Tweedie, Andrew Morton | |
1489 | M: [email protected], [email protected], [email protected] | |
1490 | L: [email protected] | |
1491 | S: Maintained | |
1492 | ||
1493 | EXT4 FILE SYSTEM | |
1494 | P: Stephen Tweedie, Andrew Morton | |
1495 | M: [email protected], [email protected], [email protected] | |
1496 | L: [email protected] | |
1497 | S: Maintained | |
1498 | ||
1499 | F71805F HARDWARE MONITORING DRIVER | |
1500 | P: Jean Delvare | |
1501 | M: [email protected] | |
1502 | L: [email protected] | |
1503 | S: Maintained | |
1504 | ||
1505 | FARSYNC SYNCHRONOUS DRIVER | |
1506 | P: Kevin Curtis | |
1507 | M: [email protected] | |
1508 | W: http://www.farsite.co.uk/ | |
1509 | S: Supported | |
1510 | ||
1511 | FAULT INJECTION SUPPORT | |
1512 | P: Akinobu Mita | |
1513 | M: [email protected] | |
1514 | S: Supported | |
1515 | ||
1516 | FRAMEBUFFER LAYER | |
1517 | P: Antonino Daplas | |
1518 | M: [email protected] | |
1519 | L: [email protected] (subscribers-only) | |
1520 | W: http://linux-fbdev.sourceforge.net/ | |
1521 | S: Maintained | |
1522 | ||
1523 | FREESCALE SOC FS_ENET DRIVER | |
1524 | P: Pantelis Antoniou | |
1525 | M: [email protected] | |
1526 | P: Vitaly Bordug | |
1527 | M: [email protected] | |
1528 | L: [email protected] | |
1529 | L: [email protected] | |
1530 | S: Maintained | |
1531 | ||
1532 | FREESCALE HIGHSPEED USB DEVICE DRIVER | |
1533 | P: Li Yang | |
1534 | M: [email protected] | |
1535 | L: [email protected] | |
1536 | L: [email protected] | |
1537 | S: Maintained | |
1538 | ||
1539 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER | |
1540 | P: Li Yang | |
1541 | M: [email protected] | |
1542 | L: [email protected] | |
1543 | L: [email protected] | |
1544 | S: Maintained | |
1545 | ||
1546 | FILE LOCKING (flock() and fcntl()/lockf()) | |
1547 | P: Matthew Wilcox | |
1548 | M: [email protected] | |
1549 | L: [email protected] | |
1550 | S: Maintained | |
1551 | ||
1552 | FILESYSTEMS (VFS and infrastructure) | |
1553 | P: Alexander Viro | |
1554 | M: [email protected] | |
1555 | S: Maintained | |
1556 | ||
1557 | FIREWIRE SUBSYSTEM | |
1558 | P: Kristian Hoegsberg, Stefan Richter | |
1559 | M: [email protected], [email protected] | |
1560 | L: [email protected] | |
1561 | W: http://www.linux1394.org/ | |
1562 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | |
1563 | S: Maintained | |
1564 | ||
1565 | FIRMWARE LOADER (request_firmware) | |
1566 | L: [email protected] | |
1567 | S: Orphan | |
1568 | ||
1569 | FPU EMULATOR | |
1570 | P: Bill Metzenthen | |
1571 | M: [email protected] | |
1572 | W: http://suburbia.net/~billm/floating-point/emulator/ | |
1573 | S: Maintained | |
1574 | ||
1575 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
1576 | P: Mike McLagan | |
1577 | M: [email protected] | |
1578 | L: [email protected] | |
1579 | S: Maintained | |
1580 | ||
1581 | FREEVXFS FILESYSTEM | |
1582 | P: Christoph Hellwig | |
1583 | M: [email protected] | |
1584 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs | |
1585 | S: Maintained | |
1586 | ||
1587 | FUJITSU FR-V (FRV) PORT | |
1588 | P: David Howells | |
1589 | M: [email protected] | |
1590 | S: Maintained | |
1591 | ||
1592 | FUSE: FILESYSTEM IN USERSPACE | |
1593 | P: Miklos Szeredi | |
1594 | M: [email protected] | |
1595 | L: [email protected] | |
1596 | W: http://fuse.sourceforge.net/ | |
1597 | S: Maintained | |
1598 | ||
1599 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) | |
1600 | P: Rik Faith | |
1601 | M: [email protected] | |
1602 | L: [email protected] | |
1603 | S: Odd fixes (e.g., new signatures) | |
1604 | ||
1605 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | |
1606 | P: Achim Leubner | |
1607 | M: [email protected] | |
1608 | L: [email protected] | |
1609 | W: http://www.icp-vortex.com/ | |
1610 | S: Supported | |
1611 | ||
1612 | GENERIC GPIO I2C DRIVER | |
1613 | P: Haavard Skinnemoen | |
1614 | M: [email protected] | |
1615 | S: Supported | |
1616 | ||
1617 | GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS | |
1618 | P: Krzysztof Halasa | |
1619 | M: [email protected] | |
1620 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | |
1621 | S: Maintained | |
1622 | ||
1623 | GFS2 FILE SYSTEM | |
1624 | P: Steven Whitehouse | |
1625 | M: [email protected] | |
1626 | L: [email protected] | |
1627 | W: http://sources.redhat.com/cluster/ | |
1628 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git | |
1629 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
1630 | S: Supported | |
1631 | ||
1632 | GIGASET ISDN DRIVERS | |
1633 | P: Hansjoerg Lipp | |
1634 | M: [email protected] | |
1635 | P: Tilman Schmidt | |
1636 | M: [email protected] | |
1637 | L: [email protected] | |
1638 | W: http://gigaset307x.sourceforge.net/ | |
1639 | S: Maintained | |
1640 | ||
1641 | HARDWARE MONITORING | |
1642 | P: Mark M. Hoffman | |
1643 | M: [email protected] | |
1644 | L: [email protected] | |
1645 | W: http://www.lm-sensors.org/ | |
1646 | T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git | |
1647 | S: Maintained | |
1648 | ||
1649 | HARDWARE RANDOM NUMBER GENERATOR CORE | |
1650 | P: Michael Buesch | |
1651 | M: [email protected] | |
1652 | S: Maintained | |
1653 | ||
1654 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | |
1655 | P: Robert Love | |
1656 | M: [email protected] | |
1657 | M: [email protected] | |
1658 | W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ | |
1659 | S: Maintained | |
1660 | ||
1661 | HARMONY SOUND DRIVER | |
1662 | P: Kyle McMartin | |
1663 | M: [email protected] | |
1664 | W: http://www.parisc-linux.org/~kyle/harmony/ | |
1665 | L: [email protected] | |
1666 | S: Maintained | |
1667 | ||
1668 | HAYES ESP SERIAL DRIVER | |
1669 | P: Andrew J. Robinson | |
1670 | M: [email protected] | |
1671 | L: [email protected] | |
1672 | W: http://www.nyx.net/~arobinso | |
1673 | S: Maintained | |
1674 | ||
1675 | HFS FILESYSTEM | |
1676 | P: Roman Zippel | |
1677 | M: [email protected] | |
1678 | L: [email protected] | |
1679 | S: Maintained | |
1680 | ||
1681 | HGA FRAMEBUFFER DRIVER | |
1682 | P: Ferenc Bakonyi | |
1683 | M: [email protected] | |
1684 | L: [email protected] | |
1685 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
1686 | S: Maintained | |
1687 | ||
1688 | HID CORE LAYER | |
1689 | P: Jiri Kosina | |
1690 | M: [email protected] | |
1691 | L: [email protected] | |
1692 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git | |
1693 | S: Maintained | |
1694 | ||
1695 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | |
1696 | P: Thomas Gleixner | |
1697 | M: [email protected] | |
1698 | L: [email protected] | |
1699 | S: Maintained | |
1700 | ||
1701 | HIGH-SPEED SCC DRIVER FOR AX.25 | |
1702 | P: Klaus Kudielka | |
1703 | M: [email protected] | |
1704 | L: [email protected] | |
1705 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | |
1706 | S: Maintained | |
1707 | ||
1708 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER | |
1709 | P: HighPoint Linux Team | |
1710 | M: [email protected] | |
1711 | W: http://www.highpoint-tech.com | |
1712 | S: Supported | |
1713 | ||
1714 | HIPPI | |
1715 | P: Jes Sorensen | |
1716 | M: [email protected] | |
1717 | L: [email protected] | |
1718 | S: Maintained | |
1719 | ||
1720 | HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA | |
1721 | P: Chirag Kantharia | |
1722 | M: [email protected] | |
1723 | L: [email protected] | |
1724 | S: Maintained | |
1725 | ||
1726 | HEWLETT-PACKARD SMART2 RAID DRIVER | |
1727 | P: Chirag Kantharia | |
1728 | M: [email protected] | |
1729 | L: [email protected] | |
1730 | S: Maintained | |
1731 | ||
1732 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | |
1733 | P: Mike Miller | |
1734 | M: [email protected] | |
1735 | L: [email protected] | |
1736 | S: Supported | |
1737 | ||
1738 | HOST AP DRIVER | |
1739 | P: Jouni Malinen | |
1740 | M: [email protected] | |
1741 | L: [email protected] (subscribers-only) | |
1742 | L: [email protected] | |
1743 | W: http://hostap.epitest.fi/ | |
1744 | S: Maintained | |
1745 | ||
1746 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series | |
1747 | P: Jaroslav Kysela | |
1748 | M: [email protected] | |
1749 | S: Maintained | |
1750 | ||
1751 | HPET: High Precision Event Timers driver (hpet.c) | |
1752 | P: Clemens Ladisch | |
1753 | M: [email protected] | |
1754 | S: Maintained | |
1755 | ||
1756 | HPET: i386 | |
1757 | P: Venkatesh Pallipadi (Venki) | |
1758 | M: [email protected] | |
1759 | S: Maintained | |
1760 | ||
1761 | HPET: x86_64 | |
1762 | P: Andi Kleen and Vojtech Pavlik | |
1763 | M: [email protected] and [email protected] | |
1764 | S: Maintained | |
1765 | ||
1766 | HPET: ACPI hpet.c | |
1767 | P: Bob Picco | |
1768 | M: [email protected] | |
1769 | S: Maintained | |
1770 | ||
1771 | HPFS FILESYSTEM | |
1772 | P: Mikulas Patocka | |
1773 | M: [email protected] | |
1774 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | |
1775 | S: Maintained | |
1776 | ||
1777 | HUGETLB FILESYSTEM | |
1778 | P: William Irwin | |
1779 | M: [email protected] | |
1780 | S: Maintained | |
1781 | ||
1782 | I2C/SMBUS STUB DRIVER | |
1783 | P: Mark M. Hoffman | |
1784 | M: [email protected] | |
1785 | L: [email protected] | |
1786 | S: Maintained | |
1787 | ||
1788 | I2C SUBSYSTEM | |
1789 | P: Jean Delvare | |
1790 | M: [email protected] | |
1791 | L: [email protected] | |
1792 | T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ | |
1793 | S: Maintained | |
1794 | ||
1795 | I2C-TINY-USB DRIVER | |
1796 | P: Till Harbaum | |
1797 | M: [email protected] | |
1798 | L: [email protected] | |
1799 | T: http://www.harbaum.org/till/i2c_tiny_usb | |
1800 | S: Maintained | |
1801 | ||
1802 | i386 BOOT CODE | |
1803 | P: H. Peter Anvin | |
1804 | M: [email protected] | |
1805 | L: [email protected] | |
1806 | S: Maintained | |
1807 | ||
1808 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
1809 | P: H. Peter Anvin | |
1810 | M: [email protected] | |
1811 | T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git | |
1812 | S: Maintained | |
1813 | ||
1814 | IA64 (Itanium) PLATFORM | |
1815 | P: Tony Luck | |
1816 | M: [email protected] | |
1817 | L: [email protected] | |
1818 | W: http://www.ia64-linux.org/ | |
1819 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git | |
1820 | S: Maintained | |
1821 | ||
1822 | SN-IA64 (Itanium) SUB-PLATFORM | |
1823 | P: Jes Sorensen | |
1824 | M: [email protected] | |
1825 | L: [email protected] | |
1826 | L: [email protected] | |
1827 | W: http://www.sgi.com/altix | |
1828 | S: Maintained | |
1829 | ||
1830 | IBM MCA SCSI SUBSYSTEM DRIVER | |
1831 | P: Michael Lang | |
1832 | M: [email protected] | |
1833 | W: http://www.uni-mainz.de/~langm000/linux.html | |
1834 | S: Maintained | |
1835 | ||
1836 | IBM Power Linux RAID adapter | |
1837 | P: Brian King | |
1838 | M: [email protected] | |
1839 | S: Supported | |
1840 | ||
1841 | IBM ServeRAID RAID DRIVER | |
1842 | P: Jack Hammer | |
1843 | P: Dave Jeffery | |
1844 | M: [email protected] | |
1845 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | |
1846 | S: Supported | |
1847 | ||
1848 | IDE SUBSYSTEM | |
1849 | P: Bartlomiej Zolnierkiewicz | |
1850 | M: [email protected] | |
1851 | L: [email protected] | |
1852 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ | |
1853 | S: Maintained | |
1854 | ||
1855 | IDE/ATAPI CDROM DRIVER | |
1856 | P: Alan Cox | |
1857 | M: [email protected] | |
1858 | L: [email protected] | |
1859 | S: Maintained | |
1860 | ||
1861 | IDE/ATAPI FLOPPY DRIVERS | |
1862 | P: Paul Bristow | |
1863 | M: Paul Bristow <[email protected]> | |
1864 | W: http://paulbristow.net/linux/idefloppy.html | |
1865 | L: [email protected] | |
1866 | S: Maintained | |
1867 | ||
1868 | IDE/ATAPI TAPE DRIVERS | |
1869 | P: Gadi Oxman | |
1870 | M: Gadi Oxman <[email protected]> | |
1871 | L: [email protected] | |
1872 | S: Maintained | |
1873 | ||
1874 | IEEE 1394 SUBSYSTEM | |
1875 | P: Ben Collins | |
1876 | M: [email protected] | |
1877 | P: Stefan Richter | |
1878 | M: [email protected] | |
1879 | L: [email protected] | |
1880 | W: http://www.linux1394.org/ | |
1881 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | |
1882 | S: Maintained | |
1883 | ||
1884 | IEEE 1394 RAW I/O DRIVER (raw1394) | |
1885 | P: Dan Dennedy | |
1886 | M: [email protected] | |
1887 | P: Stefan Richter | |
1888 | M: [email protected] | |
1889 | L: [email protected] | |
1890 | S: Maintained | |
1891 | ||
1892 | IMS TWINTURBO FRAMEBUFFER DRIVER | |
1893 | P: Paul Mundt | |
1894 | M: [email protected] | |
1895 | L: [email protected] (subscribers-only) | |
1896 | S: Maintained | |
1897 | ||
1898 | INFINIBAND SUBSYSTEM | |
1899 | P: Roland Dreier | |
1900 | M: [email protected] | |
1901 | P: Sean Hefty | |
1902 | M: [email protected] | |
1903 | P: Hal Rosenstock | |
1904 | M: [email protected] | |
1905 | L: [email protected] | |
1906 | W: http://www.openib.org/ | |
1907 | T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git | |
1908 | S: Supported | |
1909 | ||
1910 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS | |
1911 | P: Dmitry Torokhov | |
1912 | M: [email protected] | |
1913 | M: [email protected] | |
1914 | L: [email protected] | |
1915 | L: [email protected] | |
1916 | T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git | |
1917 | S: Maintained | |
1918 | ||
1919 | INOTIFY | |
1920 | P: John McCutchan | |
1921 | M: [email protected] | |
1922 | P: Robert Love | |
1923 | M: [email protected] | |
1924 | L: [email protected] | |
1925 | S: Maintained | |
1926 | ||
1927 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | |
1928 | P: Sylvain Meyer | |
1929 | M: [email protected] | |
1930 | L: [email protected] (subscribers-only) | |
1931 | S: Maintained | |
1932 | ||
1933 | INTEL 810/815 FRAMEBUFFER DRIVER | |
1934 | P: Antonino Daplas | |
1935 | M: [email protected] | |
1936 | L: [email protected] (subscribers-only) | |
1937 | S: Maintained | |
1938 | ||
1939 | INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT | |
1940 | P: Ingo Molnar | |
1941 | M: [email protected] | |
1942 | S: Maintained | |
1943 | ||
1944 | INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT | |
1945 | P: Jeff Garzik | |
1946 | M: [email protected] | |
1947 | W: http://sourceforge.net/projects/gkernel/ | |
1948 | S: Maintained | |
1949 | ||
1950 | INTEL IA32 MICROCODE UPDATE SUPPORT | |
1951 | P: Tigran Aivazian | |
1952 | M: [email protected] | |
1953 | S: Maintained | |
1954 | ||
1955 | INTEL I/OAT DMA DRIVER | |
1956 | P: Shannon Nelson | |
1957 | M: [email protected] | |
1958 | L: [email protected] | |
1959 | S: Supported | |
1960 | ||
1961 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT | |
1962 | P: Deepak Saxena | |
1963 | M: [email protected] | |
1964 | S: Maintained | |
1965 | ||
1966 | INTEL IXP2000 ETHERNET DRIVER | |
1967 | P: Lennert Buytenhek | |
1968 | M: [email protected] | |
1969 | L: [email protected] | |
1970 | S: Maintained | |
1971 | ||
1972 | INTEL PRO/100 ETHERNET SUPPORT | |
1973 | P: John Ronciak | |
1974 | M: [email protected] | |
1975 | P: Jesse Brandeburg | |
1976 | M: [email protected] | |
1977 | P: Jeff Kirsher | |
1978 | M: [email protected] | |
1979 | P: Auke Kok | |
1980 | M: [email protected] | |
1981 | L: [email protected] | |
1982 | W: http://sourceforge.net/projects/e1000/ | |
1983 | S: Supported | |
1984 | ||
1985 | INTEL PRO/1000 GIGABIT ETHERNET SUPPORT | |
1986 | P: Jeb Cramer | |
1987 | M: [email protected] | |
1988 | P: John Ronciak | |
1989 | M: [email protected] | |
1990 | P: Jesse Brandeburg | |
1991 | M: [email protected] | |
1992 | P: Jeff Kirsher | |
1993 | M: [email protected] | |
1994 | P: Auke Kok | |
1995 | M: [email protected] | |
1996 | L: [email protected] | |
1997 | W: http://sourceforge.net/projects/e1000/ | |
1998 | S: Supported | |
1999 | ||
2000 | INTEL PRO/10GbE SUPPORT | |
2001 | P: Jeff Kirsher | |
2002 | M: [email protected] | |
2003 | P: Ayyappan Veeraiyan | |
2004 | M: [email protected] | |
2005 | P: John Ronciak | |
2006 | M: [email protected] | |
2007 | P: Jesse Brandeburg | |
2008 | M: [email protected] | |
2009 | P: Auke Kok | |
2010 | M: [email protected] | |
2011 | L: [email protected] | |
2012 | W: http://sourceforge.net/projects/e1000/ | |
2013 | S: Supported | |
2014 | ||
2015 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT | |
2016 | P: Yi Zhu | |
2017 | M: [email protected] | |
2018 | P: James Ketrenos | |
2019 | M: [email protected] | |
2020 | L: [email protected] | |
2021 | L: [email protected] | |
2022 | L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | |
2023 | W: http://ipw2100.sourceforge.net | |
2024 | S: Supported | |
2025 | ||
2026 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | |
2027 | P: Yi Zhu | |
2028 | M: [email protected] | |
2029 | P: James Ketrenos | |
2030 | M: [email protected] | |
2031 | L: [email protected] | |
2032 | L: [email protected] | |
2033 | L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | |
2034 | W: http://ipw2200.sourceforge.net | |
2035 | S: Supported | |
2036 | ||
2037 | IOC3 DRIVER | |
2038 | P: Ralf Baechle | |
2039 | M: [email protected] | |
2040 | L: [email protected] | |
2041 | S: Maintained | |
2042 | ||
2043 | IP MASQUERADING: | |
2044 | P: Juanjo Ciarlante | |
2045 | M: [email protected] | |
2046 | S: Maintained | |
2047 | ||
2048 | IPATH DRIVER: | |
2049 | P: Arthur Jones | |
2050 | M: [email protected] | |
2051 | L: [email protected] | |
2052 | T: git git://git.qlogic.com/ipath-linux-2.6 | |
2053 | S: Supported | |
2054 | ||
2055 | IPMI SUBSYSTEM | |
2056 | P: Corey Minyard | |
2057 | M: [email protected] | |
2058 | L: [email protected] | |
2059 | W: http://openipmi.sourceforge.net/ | |
2060 | S: Supported | |
2061 | ||
2062 | IPX NETWORK LAYER | |
2063 | P: Arnaldo Carvalho de Melo | |
2064 | M: [email protected] | |
2065 | L: [email protected] | |
2066 | S: Maintained | |
2067 | ||
2068 | IRDA SUBSYSTEM | |
2069 | P: Samuel Ortiz | |
2070 | M: [email protected] | |
2071 | L: [email protected] (subscribers-only) | |
2072 | W: http://irda.sourceforge.net/ | |
2073 | S: Maintained | |
2074 | ||
2075 | ISAPNP | |
2076 | P: Jaroslav Kysela | |
2077 | M: [email protected] | |
2078 | S: Maintained | |
2079 | ||
2080 | ISDN SUBSYSTEM | |
2081 | P: Karsten Keil | |
2082 | M: [email protected] | |
2083 | P: Kai Germaschewski | |
2084 | M: [email protected] | |
2085 | L: [email protected] | |
2086 | W: http://www.isdn4linux.de | |
2087 | T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git | |
2088 | S: Maintained | |
2089 | ||
2090 | ISDN SUBSYSTEM (Eicon active card driver) | |
2091 | P: Armin Schindler | |
2092 | M: [email protected] | |
2093 | L: [email protected] | |
2094 | W: http://www.melware.de | |
2095 | S: Maintained | |
2096 | ||
2097 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) | |
2098 | P: David Woodhouse | |
2099 | M: [email protected] | |
2100 | L: [email protected] | |
2101 | W: http://sources.redhat.com/jffs2/ | |
2102 | S: Maintained | |
2103 | ||
2104 | JFS FILESYSTEM | |
2105 | P: Dave Kleikamp | |
2106 | M: [email protected] | |
2107 | L: [email protected] | |
2108 | W: http://jfs.sourceforge.net/ | |
2109 | T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git | |
2110 | S: Supported | |
2111 | ||
2112 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) | |
2113 | P: Stephen Tweedie, Andrew Morton | |
2114 | M: [email protected], [email protected] | |
2115 | L: [email protected] | |
2116 | S: Maintained | |
2117 | ||
2118 | K8TEMP HARDWARE MONITORING DRIVER | |
2119 | P: Rudolf Marek | |
2120 | M: [email protected] | |
2121 | L: [email protected] | |
2122 | S: Maintained | |
2123 | ||
2124 | KCONFIG | |
2125 | P: Roman Zippel | |
2126 | M: [email protected] | |
2127 | L: [email protected] | |
2128 | S: Maintained | |
2129 | ||
2130 | KDUMP | |
2131 | P: Vivek Goyal | |
2132 | M: [email protected] | |
2133 | P: Haren Myneni | |
2134 | M: [email protected] | |
2135 | L: [email protected] | |
2136 | L: [email protected] | |
2137 | W: http://lse.sourceforge.net/kdump/ | |
2138 | S: Maintained | |
2139 | ||
2140 | KERNEL AUTOMOUNTER (AUTOFS) | |
2141 | P: H. Peter Anvin | |
2142 | M: [email protected] | |
2143 | L: [email protected] | |
2144 | S: Odd Fixes | |
2145 | ||
2146 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | |
2147 | P: Ian Kent | |
2148 | M: [email protected] | |
2149 | L: [email protected] | |
2150 | S: Maintained | |
2151 | ||
2152 | KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) | |
2153 | P: Kai Germaschewski | |
2154 | M: [email protected] | |
2155 | P: Sam Ravnborg | |
2156 | M: [email protected] | |
2157 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git | |
2158 | S: Maintained | |
2159 | ||
2160 | KERNEL JANITORS | |
2161 | P: Several | |
2162 | L: [email protected] | |
2163 | W: http://www.kerneljanitors.org/ | |
2164 | S: Maintained | |
2165 | ||
2166 | KERNEL NFSD | |
2167 | P: J. Bruce Fields | |
2168 | M: [email protected] | |
2169 | P: Neil Brown | |
2170 | M: [email protected] | |
2171 | L: [email protected] | |
2172 | W: http://nfs.sourceforge.net/ | |
2173 | S: Supported | |
2174 | ||
2175 | KERNEL VIRTUAL MACHINE (KVM) | |
2176 | P: Avi Kivity | |
2177 | M: [email protected] | |
2178 | L: [email protected] | |
2179 | W: kvm.sourceforge.net | |
2180 | S: Supported | |
2181 | ||
2182 | KEXEC | |
2183 | P: Eric Biederman | |
2184 | M: [email protected] | |
2185 | W: http://www.xmission.com/~ebiederm/files/kexec/ | |
2186 | L: [email protected] | |
2187 | L: [email protected] | |
2188 | S: Maintained | |
2189 | ||
2190 | KPROBES | |
2191 | P: Prasanna S Panchamukhi | |
2192 | M: [email protected] | |
2193 | P: Ananth N Mavinakayanahalli | |
2194 | M: [email protected] | |
2195 | P: Anil S Keshavamurthy | |
2196 | M: [email protected] | |
2197 | P: David S. Miller | |
2198 | M: [email protected] | |
2199 | L: [email protected] | |
2200 | S: Maintained | |
2201 | ||
2202 | KS0108 LCD CONTROLLER DRIVER | |
2203 | P: Miguel Ojeda Sandonis | |
2204 | M: [email protected] | |
2205 | L: [email protected] | |
2206 | W: http://auxdisplay.googlepages.com/ | |
2207 | S: Maintained | |
2208 | ||
2209 | LAPB module | |
2210 | L: [email protected] | |
2211 | S: Orphan | |
2212 | ||
2213 | LASI 53c700 driver for PARISC | |
2214 | P: James E.J. Bottomley | |
2215 | M: [email protected] | |
2216 | L: [email protected] | |
2217 | S: Maintained | |
2218 | ||
2219 | LED SUBSYSTEM | |
2220 | P: Richard Purdie | |
2221 | M: [email protected] | |
2222 | S: Maintained | |
2223 | ||
2224 | LEGO USB Tower driver | |
2225 | P: Juergen Stuber | |
2226 | M: [email protected] | |
2227 | L: [email protected] | |
2228 | W: http://legousb.sourceforge.net/ | |
2229 | S: Maintained | |
2230 | ||
2231 | LINUX FOR IBM pSERIES (RS/6000) | |
2232 | P: Paul Mackerras | |
2233 | M: [email protected] | |
2234 | W: http://www.ibm.com/linux/ltc/projects/ppc | |
2235 | S: Supported | |
2236 | ||
2237 | LINUX FOR NCR VOYAGER | |
2238 | P: James Bottomley | |
2239 | M: [email protected] | |
2240 | W: http://www.hansenpartnership.com/voyager | |
2241 | S: Maintained | |
2242 | ||
2243 | LINUX FOR POWERPC | |
2244 | P: Paul Mackerras | |
2245 | M: [email protected] | |
2246 | W: http://www.penguinppc.org/ | |
2247 | L: [email protected] | |
2248 | T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git | |
2249 | S: Supported | |
2250 | ||
2251 | LINUX FOR POWER MACINTOSH | |
2252 | P: Benjamin Herrenschmidt | |
2253 | M: [email protected] | |
2254 | W: http://www.penguinppc.org/ | |
2255 | L: [email protected] | |
2256 | S: Maintained | |
2257 | ||
2258 | LINUX FOR POWERPC EMBEDDED MPC52XX | |
2259 | P: Sylvain Munaut | |
2260 | M: [email protected] | |
2261 | W: http://www.246tNt.com/mpc52xx/ | |
2262 | W: http://www.penguinppc.org/ | |
2263 | L: [email protected] | |
2264 | L: [email protected] | |
2265 | S: Maintained | |
2266 | ||
2267 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
2268 | P: Matt Porter | |
2269 | M: [email protected] | |
2270 | W: http://www.penguinppc.org/ | |
2271 | L: [email protected] | |
2272 | S: Maintained | |
2273 | ||
2274 | LINUX FOR POWERPC BOOT CODE | |
2275 | P: Tom Rini | |
2276 | M: [email protected] | |
2277 | W: http://www.penguinppc.org/ | |
2278 | L: [email protected] | |
2279 | S: Maintained | |
2280 | ||
2281 | LINUX FOR POWERPC EMBEDDED PPC8XX | |
2282 | P: Marcelo Tosatti | |
2283 | M: [email protected] | |
2284 | W: http://www.penguinppc.org/ | |
2285 | L: [email protected] | |
2286 | S: Maintained | |
2287 | ||
2288 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX | |
2289 | P: Kumar Gala | |
2290 | M: [email protected] | |
2291 | W: http://www.penguinppc.org/ | |
2292 | L: [email protected] | |
2293 | S: Maintained | |
2294 | ||
2295 | LINUX FOR POWERPC PA SEMI PWRFICIENT | |
2296 | P: Olof Johansson | |
2297 | M: [email protected] | |
2298 | W: http://www.pasemi.com/ | |
2299 | L: [email protected] | |
2300 | S: Supported | |
2301 | ||
2302 | LLC (802.2) | |
2303 | P: Arnaldo Carvalho de Melo | |
2304 | M: [email protected] | |
2305 | S: Maintained | |
2306 | ||
2307 | LINUX FOR 64BIT POWERPC | |
2308 | P: Paul Mackerras | |
2309 | M: [email protected] | |
2310 | M: [email protected] | |
2311 | P: Anton Blanchard | |
2312 | M: [email protected] | |
2313 | M: [email protected] | |
2314 | W: http://www.penguinppc.org/ppc64/ | |
2315 | L: [email protected] | |
2316 | S: Supported | |
2317 | ||
2318 | LINUX SECURITY MODULE (LSM) FRAMEWORK | |
2319 | P: Chris Wright | |
2320 | M: [email protected] | |
2321 | L: [email protected] | |
2322 | W: http://lsm.immunix.org | |
2323 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git | |
2324 | S: Supported | |
2325 | ||
2326 | LM83 HARDWARE MONITOR DRIVER | |
2327 | P: Jean Delvare | |
2328 | M: [email protected] | |
2329 | L: [email protected] | |
2330 | S: Maintained | |
2331 | ||
2332 | LM90 HARDWARE MONITOR DRIVER | |
2333 | P: Jean Delvare | |
2334 | M: [email protected] | |
2335 | L: [email protected] | |
2336 | S: Maintained | |
2337 | ||
2338 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | |
2339 | P: Richard Russon (FlatCap) | |
2340 | M: [email protected] | |
2341 | L: [email protected] | |
2342 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
2343 | S: Maintained | |
2344 | ||
2345 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | |
2346 | P: Eric Moore | |
2347 | M: [email protected] | |
2348 | M: [email protected] | |
2349 | L: [email protected] | |
2350 | L: [email protected] | |
2351 | W: http://www.lsilogic.com/support | |
2352 | S: Supported | |
2353 | ||
2354 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers | |
2355 | P: Matthew Wilcox | |
2356 | M: [email protected] | |
2357 | L: [email protected] | |
2358 | S: Maintained | |
2359 | ||
2360 | M32R ARCHITECTURE | |
2361 | P: Hirokazu Takata | |
2362 | M: [email protected] | |
2363 | L: [email protected] | |
2364 | L: [email protected] (in Japanese) | |
2365 | W: http://www.linux-m32r.org/ | |
2366 | S: Maintained | |
2367 | ||
2368 | M68K ARCHITECTURE | |
2369 | P: Geert Uytterhoeven | |
2370 | M: [email protected] | |
2371 | P: Roman Zippel | |
2372 | M: [email protected] | |
2373 | L: [email protected] | |
2374 | W: http://www.linux-m68k.org/ | |
2375 | W: http://linux-m68k-cvs.ubb.ca/ | |
2376 | S: Maintained | |
2377 | ||
2378 | M68K ON APPLE MACINTOSH | |
2379 | P: Joshua Thompson | |
2380 | M: [email protected] | |
2381 | W: http://www.mac.linux-m68k.org/ | |
2382 | L: [email protected] | |
2383 | S: Maintained | |
2384 | ||
2385 | M68K ON HP9000/300 | |
2386 | P: Philip Blundell | |
2387 | M: [email protected] | |
2388 | W: http://www.tazenda.demon.co.uk/phil/linux-hp | |
2389 | S: Maintained | |
2390 | ||
2391 | MAC80211 | |
2392 | P: Jiri Benc | |
2393 | M: [email protected] | |
2394 | P: Michael Wu | |
2395 | M: [email protected] | |
2396 | L: [email protected] | |
2397 | W: http://linuxwireless.org/ | |
2398 | T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git | |
2399 | S: Maintained | |
2400 | ||
2401 | MACVLAN DRIVER | |
2402 | P: Patrick McHardy | |
2403 | M: [email protected] | |
2404 | L: [email protected] | |
2405 | S: Maintained | |
2406 | ||
2407 | MARVELL YUKON / SYSKONNECT DRIVER | |
2408 | P: Mirko Lindner | |
2409 | M: [email protected] | |
2410 | P: Ralph Roesler | |
2411 | M: [email protected] | |
2412 | W: http://www.syskonnect.com | |
2413 | S: Supported | |
2414 | ||
2415 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 | |
2416 | P: Michael Kerrisk | |
2417 | M: [email protected] | |
2418 | W: ftp://ftp.kernel.org/pub/linux/docs/manpages | |
2419 | S: Maintained | |
2420 | ||
2421 | MARVELL MV643XX ETHERNET DRIVER | |
2422 | P: Dale Farnsworth | |
2423 | M: [email protected] | |
2424 | P: Manish Lachwani | |
2425 | M: [email protected] | |
2426 | L: [email protected] | |
2427 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
2428 | ||
2429 | MATROX FRAMEBUFFER DRIVER | |
2430 | P: Petr Vandrovec | |
2431 | M: [email protected] | |
2432 | L: [email protected] (subscribers-only) | |
2433 | S: Maintained | |
2434 | ||
2435 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER | |
2436 | P: Hans J. Koch | |
2437 | M: [email protected] | |
2438 | L: [email protected] | |
2439 | S: Maintained | |
2440 | ||
2441 | MEGARAID SCSI DRIVERS | |
2442 | P: Neela Syam Kolli | |
2443 | M: [email protected] | |
2444 | S: [email protected] | |
2445 | W: http://megaraid.lsilogic.com | |
2446 | S: Maintained | |
2447 | ||
2448 | MEMORY MANAGEMENT | |
2449 | L: [email protected] | |
2450 | L: [email protected] | |
2451 | W: http://www.linux-mm.org | |
2452 | S: Maintained | |
2453 | ||
2454 | MEMORY TECHNOLOGY DEVICES (MTD) | |
2455 | P: David Woodhouse | |
2456 | M: [email protected] | |
2457 | W: http://www.linux-mtd.infradead.org/ | |
2458 | L: [email protected] | |
2459 | T: git git://git.infradead.org/mtd-2.6.git | |
2460 | S: Maintained | |
2461 | ||
2462 | UNSORTED BLOCK IMAGES (UBI) | |
2463 | P: Artem Bityutskiy | |
2464 | M: [email protected] | |
2465 | W: http://www.linux-mtd.infradead.org/ | |
2466 | L: [email protected] | |
2467 | T: git git://git.infradead.org/~dedekind/ubi-2.6.git | |
2468 | S: Maintained | |
2469 | ||
2470 | MICROTEK X6 SCANNER | |
2471 | P: Oliver Neukum | |
2472 | M: [email protected] | |
2473 | S: Maintained | |
2474 | ||
2475 | MIPS | |
2476 | P: Ralf Baechle | |
2477 | M: [email protected] | |
2478 | W: http://www.linux-mips.org/ | |
2479 | L: [email protected] | |
2480 | T: git www.linux-mips.org:/pub/scm/linux.git | |
2481 | S: Supported | |
2482 | ||
2483 | MISCELLANEOUS MCA-SUPPORT | |
2484 | P: James Bottomley | |
2485 | M: [email protected] | |
2486 | L: [email protected] | |
2487 | S: Maintained | |
2488 | ||
2489 | MODULE SUPPORT | |
2490 | P: Rusty Russell | |
2491 | M: [email protected] | |
2492 | L: [email protected] | |
2493 | S: Maintained | |
2494 | ||
2495 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
2496 | P: Stelian Pop | |
2497 | M: [email protected] | |
2498 | W: http://popies.net/meye/ | |
2499 | S: Maintained | |
2500 | ||
2501 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER | |
2502 | P: Pavel Pisa | |
2503 | M: [email protected] | |
2504 | L: [email protected] (subscribers-only) | |
2505 | W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC | |
2506 | S: Maintained | |
2507 | ||
2508 | MOUSE AND MISC DEVICES [GENERAL] | |
2509 | P: Alessandro Rubini | |
2510 | M: [email protected] | |
2511 | L: [email protected] | |
2512 | S: Maintained | |
2513 | ||
2514 | MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0) | |
2515 | P: Jiri Slaby | |
2516 | M: [email protected] | |
2517 | L: [email protected] | |
2518 | S: Maintained | |
2519 | ||
2520 | MSI LAPTOP SUPPORT | |
2521 | P: Lennart Poettering | |
2522 | M: [email protected] | |
2523 | L: https://tango.0pointer.de/mailman/listinfo/s270-linux | |
2524 | W: http://0pointer.de/lennart/tchibo.html | |
2525 | S: Maintained | |
2526 | ||
2527 | MTRR AND SIMILAR SUPPORT [i386] | |
2528 | P: Richard Gooch | |
2529 | M: [email protected] | |
2530 | L: [email protected] | |
2531 | W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html | |
2532 | S: Maintained | |
2533 | ||
2534 | MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM | |
2535 | P: Pierre Ossman | |
2536 | M: [email protected] | |
2537 | L: [email protected] | |
2538 | S: Maintained | |
2539 | ||
2540 | MULTISOUND SOUND DRIVER | |
2541 | P: Andrew Veliath | |
2542 | M: [email protected] | |
2543 | S: Maintained | |
2544 | ||
2545 | MULTITECH MULTIPORT CARD (ISICOM) | |
2546 | P: Jiri Slaby | |
2547 | M: [email protected] | |
2548 | L: [email protected] | |
2549 | S: Maintained | |
2550 | ||
2551 | NATSEMI ETHERNET DRIVER (DP8381x) | |
2552 | P: Tim Hockin | |
2553 | M: [email protected] | |
2554 | S: Maintained | |
2555 | ||
2556 | NCP FILESYSTEM | |
2557 | P: Petr Vandrovec | |
2558 | M: [email protected] | |
2559 | L: [email protected] | |
2560 | S: Maintained | |
2561 | ||
2562 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | |
2563 | P: James E.J. Bottomley | |
2564 | M: [email protected] | |
2565 | L: [email protected] | |
2566 | S: Maintained | |
2567 | ||
2568 | NETEM NETWORK EMULATOR | |
2569 | P: Stephen Hemminger | |
2570 | M: [email protected] | |
2571 | L: [email protected] | |
2572 | S: Maintained | |
2573 | ||
2574 | NETFILTER/IPTABLES/IPCHAINS | |
2575 | P: Rusty Russell | |
2576 | P: Marc Boucher | |
2577 | P: James Morris | |
2578 | P: Harald Welte | |
2579 | P: Jozsef Kadlecsik | |
2580 | P: Patrick McHardy | |
2581 | M: [email protected] | |
2582 | L: [email protected] | |
2583 | L: [email protected] (subscribers-only) | |
2584 | L: [email protected] | |
2585 | W: http://www.netfilter.org/ | |
2586 | W: http://www.iptables.org/ | |
2587 | S: Supported | |
2588 | ||
2589 | NETLABEL | |
2590 | P: Paul Moore | |
2591 | M: [email protected] | |
2592 | W: http://netlabel.sf.net | |
2593 | L: [email protected] | |
2594 | S: Supported | |
2595 | ||
2596 | NETROM NETWORK LAYER | |
2597 | P: Ralf Baechle | |
2598 | M: [email protected] | |
2599 | L: [email protected] | |
2600 | W: http://www.linux-ax25.org/ | |
2601 | S: Maintained | |
2602 | ||
2603 | NETWORK BLOCK DEVICE (NBD) | |
2604 | P: Paul Clements | |
2605 | M: [email protected] | |
2606 | S: Maintained | |
2607 | ||
2608 | NETWORK DEVICE DRIVERS | |
2609 | P: Andrew Morton | |
2610 | M: [email protected] | |
2611 | P: Jeff Garzik | |
2612 | M: [email protected] | |
2613 | L: [email protected] | |
2614 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git | |
2615 | S: Maintained | |
2616 | ||
2617 | NETWORKING [GENERAL] | |
2618 | P: Networking Team | |
2619 | M: [email protected] | |
2620 | L: [email protected] | |
2621 | W: http://linux-net.osdl.org/ | |
2622 | S: Maintained | |
2623 | ||
2624 | NETWORKING [IPv4/IPv6] | |
2625 | P: David S. Miller | |
2626 | M: [email protected] | |
2627 | P: Alexey Kuznetsov | |
2628 | M: [email protected] | |
2629 | P: Pekka Savola (ipv6) | |
2630 | M: [email protected] | |
2631 | P: James Morris | |
2632 | M: [email protected] | |
2633 | P: Hideaki YOSHIFUJI | |
2634 | M: [email protected] | |
2635 | P: Patrick McHardy | |
2636 | M: [email protected] | |
2637 | L: [email protected] | |
2638 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git | |
2639 | S: Maintained | |
2640 | ||
2641 | NETWORKING [WIRELESS] | |
2642 | P: John W. Linville | |
2643 | M: [email protected] | |
2644 | L: [email protected] | |
2645 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git | |
2646 | S: Maintained | |
2647 | ||
2648 | NETXEN (1/10) GbE SUPPORT | |
2649 | P: Amit S. Kale | |
2650 | M: [email protected] | |
2651 | L: [email protected] | |
2652 | W: http://www.netxen.com | |
2653 | S: Supported | |
2654 | ||
2655 | IPVS | |
2656 | P: Wensong Zhang | |
2657 | M: [email protected] | |
2658 | P: Simon Horman | |
2659 | M: [email protected] | |
2660 | P: Julian Anastasov | |
2661 | M: [email protected] | |
2662 | L: [email protected] | |
2663 | S: Maintained | |
2664 | ||
2665 | NFS CLIENT | |
2666 | P: Trond Myklebust | |
2667 | M: [email protected] | |
2668 | L: [email protected] | |
2669 | S: Maintained | |
2670 | ||
2671 | NI5010 NETWORK DRIVER | |
2672 | P: Jan-Pascal van Best | |
2673 | M: [email protected] | |
2674 | P: Andreas Mohr | |
2675 | M: [email protected] | |
2676 | L: [email protected] | |
2677 | S: Maintained | |
2678 | ||
2679 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER | |
2680 | P: YOKOTA Hiroshi | |
2681 | M: [email protected] | |
2682 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
2683 | S: Maintained | |
2684 | ||
2685 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
2686 | P: GOTO Masanori | |
2687 | M: [email protected] | |
2688 | P: YOKOTA Hiroshi | |
2689 | M: [email protected] | |
2690 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
2691 | S: Maintained | |
2692 | ||
2693 | NTFS FILESYSTEM | |
2694 | P: Anton Altaparmakov | |
2695 | M: [email protected] | |
2696 | L: [email protected] | |
2697 | L: [email protected] | |
2698 | W: http://linux-ntfs.sf.net/ | |
2699 | T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git | |
2700 | S: Maintained | |
2701 | ||
2702 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER | |
2703 | P: Antonino Daplas | |
2704 | M: [email protected] | |
2705 | L: [email protected] (subscribers-only) | |
2706 | S: Maintained | |
2707 | ||
2708 | NETERION (S2IO) Xframe 10GbE DRIVER | |
2709 | P: Ramkrishna Vepa | |
2710 | M: [email protected] | |
2711 | P: Rastapur Santosh | |
2712 | M: [email protected] | |
2713 | P: Sivakumar Subramani | |
2714 | M: [email protected] | |
2715 | P: Sreenivasa Honnur | |
2716 | M: [email protected] | |
2717 | L: [email protected] | |
2718 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous | |
2719 | S: Supported | |
2720 | ||
2721 | OPENCORES I2C BUS DRIVER | |
2722 | P: Peter Korsgaard | |
2723 | M: [email protected] | |
2724 | L: [email protected] | |
2725 | S: Maintained | |
2726 | ||
2727 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) | |
2728 | P: Mark Fasheh | |
2729 | M: [email protected] | |
2730 | P: Kurt Hackel | |
2731 | M: [email protected] | |
2732 | L: [email protected] | |
2733 | W: http://oss.oracle.com/projects/ocfs2/ | |
2734 | S: Supported | |
2735 | ||
2736 | OLYMPIC NETWORK DRIVER | |
2737 | P: Peter De Shrijver | |
2738 | M: [email protected] | |
2739 | P: Mike Phillips | |
2740 | M: [email protected] | |
2741 | L: [email protected] | |
2742 | L: [email protected] | |
2743 | W: http://www.linuxtr.net | |
2744 | S: Maintained | |
2745 | ||
2746 | OMNIKEY CARDMAN 4000 DRIVER | |
2747 | P: Harald Welte | |
2748 | M: [email protected] | |
2749 | S: Maintained | |
2750 | ||
2751 | OMNIKEY CARDMAN 4040 DRIVER | |
2752 | P: Harald Welte | |
2753 | M: [email protected] | |
2754 | S: Maintained | |
2755 | ||
2756 | OMNIVISION OV7670 SENSOR DRIVER | |
2757 | P: Jonathan Corbet | |
2758 | M: [email protected] | |
2759 | L: [email protected] | |
2760 | S: Maintained | |
2761 | ||
2762 | ONENAND FLASH DRIVER | |
2763 | P: Kyungmin Park | |
2764 | M: [email protected] | |
2765 | L: [email protected] | |
2766 | S: Maintained | |
2767 | ||
2768 | ONSTREAM SCSI TAPE DRIVER | |
2769 | P: Willem Riede | |
2770 | M: [email protected] | |
2771 | L: [email protected] | |
2772 | L: [email protected] | |
2773 | S: Maintained | |
2774 | ||
2775 | OPROFILE | |
2776 | P: Philippe Elie | |
2777 | M: [email protected] | |
2778 | L: [email protected] | |
2779 | S: Maintained | |
2780 | ||
2781 | ORINOCO DRIVER | |
2782 | P: Pavel Roskin | |
2783 | M: [email protected] | |
2784 | P: David Gibson | |
2785 | M: [email protected] | |
2786 | L: [email protected] | |
2787 | L: [email protected] | |
2788 | L: [email protected] | |
2789 | W: http://www.nongnu.org/orinoco/ | |
2790 | S: Maintained | |
2791 | ||
2792 | PA SEMI ETHERNET DRIVER | |
2793 | P: Olof Johansson | |
2794 | M: [email protected] | |
2795 | L: [email protected] | |
2796 | S: Maintained | |
2797 | ||
2798 | PA SEMI SMBUS DRIVER | |
2799 | P: Olof Johansson | |
2800 | M: [email protected] | |
2801 | L: [email protected] | |
2802 | S: Maintained | |
2803 | ||
2804 | PARALLEL PORT SUPPORT | |
2805 | L: [email protected] (subscribers-only) | |
2806 | S: Orphan | |
2807 | ||
2808 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES | |
2809 | P: Tim Waugh | |
2810 | M: [email protected] | |
2811 | L: [email protected] (subscribers-only) | |
2812 | W: http://www.torque.net/linux-pp.html | |
2813 | S: Maintained | |
2814 | ||
2815 | PARISC ARCHITECTURE | |
2816 | P: Matthew Wilcox | |
2817 | M: [email protected] | |
2818 | P: Grant Grundler | |
2819 | M: [email protected] | |
2820 | P: Kyle McMartin | |
2821 | M: [email protected] | |
2822 | L: [email protected] | |
2823 | W: http://www.parisc-linux.org/ | |
2824 | T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | |
2825 | T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6 | |
2826 | S: Maintained | |
2827 | ||
2828 | PARAVIRT_OPS INTERFACE | |
2829 | P: Jeremy Fitzhardinge | |
2830 | M: [email protected] | |
2831 | P: Chris Wright | |
2832 | M: [email protected] | |
2833 | P: Zachary Amsden | |
2834 | M: [email protected] | |
2835 | P: Rusty Russell | |
2836 | M: [email protected] | |
2837 | L: [email protected] | |
2838 | L: [email protected] | |
2839 | S: Supported | |
2840 | ||
2841 | PC87360 HARDWARE MONITORING DRIVER | |
2842 | P: Jim Cromie | |
2843 | M: [email protected] | |
2844 | L: [email protected] | |
2845 | S: Maintained | |
2846 | ||
2847 | PC8736x GPIO DRIVER | |
2848 | P: Jim Cromie | |
2849 | M: [email protected] | |
2850 | S: Maintained | |
2851 | ||
2852 | PCI ERROR RECOVERY | |
2853 | P: Linas Vepstas | |
2854 | M: [email protected] | |
2855 | L: [email protected] | |
2856 | L: [email protected] | |
2857 | S: Supported | |
2858 | ||
2859 | PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) | |
2860 | P: Thomas Sailer | |
2861 | M: [email protected] | |
2862 | L: [email protected] | |
2863 | W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html | |
2864 | S: Maintained | |
2865 | ||
2866 | PCI SUBSYSTEM | |
2867 | P: Greg Kroah-Hartman | |
2868 | M: [email protected] | |
2869 | L: [email protected] | |
2870 | L: [email protected] | |
2871 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | |
2872 | S: Supported | |
2873 | ||
2874 | PCI HOTPLUG CORE | |
2875 | P: Kristen Carlson Accardi | |
2876 | M: [email protected] | |
2877 | S: Supported | |
2878 | ||
2879 | PCIE HOTPLUG DRIVER | |
2880 | P: Kristen Carlson Accardi | |
2881 | M: [email protected] | |
2882 | L: [email protected] | |
2883 | S: Supported | |
2884 | ||
2885 | PCMCIA SUBSYSTEM | |
2886 | P: Linux PCMCIA Team | |
2887 | L: [email protected] | |
2888 | L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia | |
2889 | T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git | |
2890 | S: Maintained | |
2891 | ||
2892 | PCNET32 NETWORK DRIVER | |
2893 | P: Don Fry | |
2894 | M: [email protected] | |
2895 | L: [email protected] | |
2896 | S: Maintained | |
2897 | ||
2898 | PER-TASK DELAY ACCOUNTING | |
2899 | P: Shailabh Nagar | |
2900 | M: [email protected] | |
2901 | L: [email protected] | |
2902 | S: Maintained | |
2903 | ||
2904 | PERSONALITY HANDLING | |
2905 | P: Christoph Hellwig | |
2906 | M: [email protected] | |
2907 | L: [email protected] | |
2908 | S: Maintained | |
2909 | ||
2910 | PHRAM MTD DRIVER | |
2911 | P: Jörn Engel | |
2912 | M: [email protected] | |
2913 | L: [email protected] | |
2914 | S: Maintained | |
2915 | ||
2916 | PKTCDVD DRIVER | |
2917 | P: Peter Osterlund | |
2918 | M: [email protected] | |
2919 | L: [email protected] | |
2920 | S: Maintained | |
2921 | ||
2922 | POSIX CLOCKS and TIMERS | |
2923 | P: Thomas Gleixner | |
2924 | M: [email protected] | |
2925 | L: [email protected] | |
2926 | S: Supported | |
2927 | ||
2928 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS | |
2929 | P: Anton Vorontsov | |
2930 | M: [email protected] | |
2931 | P: David Woodhouse | |
2932 | M: [email protected] | |
2933 | L: [email protected] | |
2934 | L: [email protected] | |
2935 | T: git git.infradead.org/battery-2.6.git | |
2936 | S: Maintained | |
2937 | ||
2938 | POWERPC 4xx EMAC DRIVER | |
2939 | P: Eugene Surovegin | |
2940 | M: [email protected] | |
2941 | W: http://kernel.ebshome.net/emac/ | |
2942 | L: [email protected] | |
2943 | L: [email protected] | |
2944 | S: Maintained | |
2945 | ||
2946 | PNP SUPPORT | |
2947 | P: Adam Belay | |
2948 | M: [email protected] | |
2949 | S: Maintained | |
2950 | ||
2951 | PNXxxxx I2C DRIVER | |
2952 | P: Vitaly Wool | |
2953 | M: [email protected] | |
2954 | L: [email protected] | |
2955 | S: Maintained | |
2956 | ||
2957 | PPP PROTOCOL DRIVERS AND COMPRESSORS | |
2958 | P: Paul Mackerras | |
2959 | M: [email protected] | |
2960 | L: [email protected] | |
2961 | S: Maintained | |
2962 | ||
2963 | PPP OVER ATM (RFC 2364) | |
2964 | P: Mitchell Blank Jr | |
2965 | M: [email protected] | |
2966 | S: Maintained | |
2967 | ||
2968 | PPP OVER ETHERNET | |
2969 | P: Michal Ostrowski | |
2970 | M: [email protected] | |
2971 | S: Maintained | |
2972 | ||
2973 | PPP OVER L2TP | |
2974 | P: James Chapman | |
2975 | M: [email protected] | |
2976 | S: Maintained | |
2977 | ||
2978 | PREEMPTIBLE KERNEL | |
2979 | P: Robert Love | |
2980 | M: [email protected] | |
2981 | L: [email protected] | |
2982 | L: [email protected] | |
2983 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
2984 | S: Supported | |
2985 | ||
2986 | PRISM54 WIRELESS DRIVER | |
2987 | P: Luis R. Rodriguez | |
2988 | M: [email protected] | |
2989 | L: [email protected] | |
2990 | W: http://prism54.org | |
2991 | S: Maintained | |
2992 | ||
2993 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | |
2994 | P: Peter Denison | |
2995 | M: [email protected] | |
2996 | W: http://www.pnd-pc.demon.co.uk/promise/ | |
2997 | S: Maintained | |
2998 | ||
2999 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER | |
3000 | P: Mikael Pettersson | |
3001 | M: [email protected] | |
3002 | L: [email protected] | |
3003 | S: Maintained | |
3004 | ||
3005 | PS3 NETWORK SUPPORT | |
3006 | P: Masakazu Mokuno | |
3007 | M: [email protected] | |
3008 | L: [email protected] | |
3009 | L: [email protected] | |
3010 | S: Supported | |
3011 | ||
3012 | PS3 PLATFORM SUPPORT | |
3013 | P: Geoff Levand | |
3014 | M: [email protected] | |
3015 | L: [email protected] | |
3016 | L: [email protected] | |
3017 | S: Supported | |
3018 | ||
3019 | PVRUSB2 VIDEO4LINUX DRIVER | |
3020 | P: Mike Isely | |
3021 | M: [email protected] | |
3022 | L: [email protected] (subscribers-only) | |
3023 | L: [email protected] | |
3024 | W: http://www.isely.net/pvrusb2/ | |
3025 | S: Maintained | |
3026 | ||
3027 | PXA2xx SUPPORT | |
3028 | P: Nicolas Pitre | |
3029 | M: [email protected] | |
3030 | L: [email protected] (subscribers-only) | |
3031 | S: Maintained | |
3032 | ||
3033 | PXA MMCI DRIVER | |
3034 | S: Orphan | |
3035 | ||
3036 | QLOGIC QLA2XXX FC-SCSI DRIVER | |
3037 | P: Andrew Vasquez | |
3038 | M: [email protected] | |
3039 | L: [email protected] | |
3040 | S: Supported | |
3041 | ||
3042 | QLOGIC QLA3XXX NETWORK DRIVER | |
3043 | P: Ron Mercer | |
3044 | M: [email protected] | |
3045 | L: [email protected] | |
3046 | S: Supported | |
3047 | ||
3048 | QNX4 FILESYSTEM | |
3049 | P: Anders Larsen | |
3050 | M: [email protected] | |
3051 | L: [email protected] | |
3052 | W: http://www.alarsen.net/linux/qnx4fs/ | |
3053 | S: Maintained | |
3054 | ||
3055 | RADEON FRAMEBUFFER DISPLAY DRIVER | |
3056 | P: Benjamin Herrenschmidt | |
3057 | M: [email protected] | |
3058 | L: [email protected] (subscribers-only) | |
3059 | S: Maintained | |
3060 | ||
3061 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | |
3062 | P: Paul Mackerras | |
3063 | M: [email protected] | |
3064 | L: [email protected] (subscribers-only) | |
3065 | S: Maintained | |
3066 | ||
3067 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER | |
3068 | P: Corey Thomas | |
3069 | M: [email protected] | |
3070 | L: [email protected] | |
3071 | S: Maintained | |
3072 | ||
3073 | RANDOM NUMBER DRIVER | |
3074 | P: Matt Mackall | |
3075 | M: [email protected] | |
3076 | S: Maintained | |
3077 | ||
3078 | RAPIDIO SUBSYSTEM | |
3079 | P: Matt Porter | |
3080 | M: [email protected] | |
3081 | L: [email protected] | |
3082 | S: Maintained | |
3083 | ||
3084 | READ-COPY UPDATE (RCU) | |
3085 | P: Dipankar Sarma | |
3086 | M: [email protected] | |
3087 | W: http://www.rdrop.com/users/paulmck/rclock/ | |
3088 | L: [email protected] | |
3089 | S: Supported | |
3090 | ||
3091 | RCUTORTURE MODULE | |
3092 | P: Josh Triplett | |
3093 | M: [email protected] | |
3094 | L: [email protected] | |
3095 | S: Maintained | |
3096 | ||
3097 | REAL TIME CLOCK DRIVER | |
3098 | P: Paul Gortmaker | |
3099 | M: [email protected] | |
3100 | L: [email protected] | |
3101 | S: Maintained | |
3102 | ||
3103 | REAL TIME CLOCK (RTC) SUBSYSTEM | |
3104 | P: Alessandro Zummo | |
3105 | M: [email protected] | |
3106 | L: [email protected] | |
3107 | S: Maintained | |
3108 | ||
3109 | REISERFS FILE SYSTEM | |
3110 | P: Hans Reiser | |
3111 | M: [email protected] | |
3112 | L: [email protected] | |
3113 | W: http://www.namesys.com | |
3114 | S: Supported | |
3115 | ||
3116 | ROCKETPORT DRIVER | |
3117 | P: Comtrol Corp. | |
3118 | W: http://www.comtrol.com | |
3119 | S: Maintained | |
3120 | ||
3121 | ROSE NETWORK LAYER | |
3122 | P: Ralf Baechle | |
3123 | M: [email protected] | |
3124 | L: [email protected] | |
3125 | W: http://www.linux-ax25.org/ | |
3126 | S: Maintained | |
3127 | ||
3128 | RISCOM8 DRIVER | |
3129 | S: Orphan | |
3130 | ||
3131 | RTL818X WIRELESS DRIVER | |
3132 | P: Michael Wu | |
3133 | M: [email protected] | |
3134 | P: Andrea Merello | |
3135 | M: [email protected] | |
3136 | L: [email protected] | |
3137 | W: http://linuxwireless.org/ | |
3138 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | |
3139 | S: Maintained | |
3140 | ||
3141 | S3 SAVAGE FRAMEBUFFER DRIVER | |
3142 | P: Antonino Daplas | |
3143 | M: [email protected] | |
3144 | L: [email protected] (subscribers-only) | |
3145 | S: Maintained | |
3146 | ||
3147 | S390 | |
3148 | P: Martin Schwidefsky | |
3149 | M: [email protected] | |
3150 | P: Heiko Carstens | |
3151 | M: [email protected] | |
3152 | M: [email protected] | |
3153 | L: [email protected] | |
3154 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
3155 | S: Supported | |
3156 | ||
3157 | S390 NETWORK DRIVERS | |
3158 | P: Frank Pavlic | |
3159 | M: [email protected] | |
3160 | M: [email protected] | |
3161 | L: [email protected] | |
3162 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
3163 | S: Supported | |
3164 | ||
3165 | S390 ZFCP DRIVER | |
3166 | P: Swen Schillig | |
3167 | M: [email protected] | |
3168 | M: [email protected] | |
3169 | L: [email protected] | |
3170 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
3171 | S: Supported | |
3172 | ||
3173 | SAA7146 VIDEO4LINUX-2 DRIVER | |
3174 | P: Michael Hunold | |
3175 | M: [email protected] | |
3176 | W: http://www.mihu.de/linux/saa7146 | |
3177 | S: Maintained | |
3178 | ||
3179 | SC1200 WDT DRIVER | |
3180 | P: Zwane Mwaikambo | |
3181 | M: [email protected] | |
3182 | S: Maintained | |
3183 | ||
3184 | SCHEDULER | |
3185 | P: Ingo Molnar | |
3186 | M: [email protected] | |
3187 | P: Robert Love [the preemptible kernel bits] | |
3188 | M: [email protected] | |
3189 | L: [email protected] | |
3190 | S: Maintained | |
3191 | ||
3192 | SCSI CDROM DRIVER | |
3193 | P: Jens Axboe | |
3194 | M: [email protected] | |
3195 | L: [email protected] | |
3196 | W: http://www.kernel.dk | |
3197 | S: Maintained | |
3198 | ||
3199 | SCSI SG DRIVER | |
3200 | P: Doug Gilbert | |
3201 | M: [email protected] | |
3202 | L: [email protected] | |
3203 | W: http://www.torque.net/sg | |
3204 | S: Maintained | |
3205 | ||
3206 | SCSI SUBSYSTEM | |
3207 | P: James E.J. Bottomley | |
3208 | M: [email protected] | |
3209 | L: [email protected] | |
3210 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git | |
3211 | S: Maintained | |
3212 | ||
3213 | SCSI TAPE DRIVER | |
3214 | P: Kai Mäkisara | |
3215 | M: [email protected] | |
3216 | L: [email protected] | |
3217 | S: Maintained | |
3218 | ||
3219 | SCTP PROTOCOL | |
3220 | P: Vlad Yasevich | |
3221 | M: [email protected] | |
3222 | P: Sridhar Samudrala | |
3223 | M: [email protected] | |
3224 | L: [email protected] | |
3225 | W: http://lksctp.sourceforge.net | |
3226 | S: Supported | |
3227 | ||
3228 | SCx200 CPU SUPPORT | |
3229 | P: Jim Cromie | |
3230 | M: [email protected] | |
3231 | S: Odd Fixes | |
3232 | ||
3233 | SCx200 GPIO DRIVER | |
3234 | P: Jim Cromie | |
3235 | M: [email protected] | |
3236 | S: Maintained | |
3237 | ||
3238 | SCx200 HRT CLOCKSOURCE DRIVER | |
3239 | P: Jim Cromie | |
3240 | M: [email protected] | |
3241 | S: Maintained | |
3242 | ||
3243 | SECURITY CONTACT | |
3244 | P: Security Officers | |
3245 | M: [email protected] | |
3246 | S: Supported | |
3247 | ||
3248 | SELINUX SECURITY MODULE | |
3249 | P: Stephen Smalley | |
3250 | M: [email protected] | |
3251 | P: James Morris | |
3252 | M: [email protected] | |
3253 | P: Eric Paris | |
3254 | M: [email protected] | |
3255 | L: [email protected] (kernel issues) | |
3256 | L: [email protected] (subscribers-only, general discussion) | |
3257 | W: http://www.nsa.gov/selinux | |
3258 | S: Supported | |
3259 | ||
3260 | SENSABLE PHANTOM | |
3261 | P: Jiri Slaby | |
3262 | M: [email protected] | |
3263 | S: Maintained | |
3264 | ||
3265 | SERIAL ATA (SATA) SUBSYSTEM: | |
3266 | P: Jeff Garzik | |
3267 | M: [email protected] | |
3268 | L: [email protected] | |
3269 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | |
3270 | S: Supported | |
3271 | ||
3272 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
3273 | P: Pat Gefre | |
3274 | M: [email protected] | |
3275 | L: [email protected] | |
3276 | S: Supported | |
3277 | ||
3278 | SGI VISUAL WORKSTATION 320 AND 540 | |
3279 | P: Andrey Panin | |
3280 | M: [email protected] | |
3281 | L: [email protected] | |
3282 | W: http://linux-visws.sf.net | |
3283 | S: Maintained for 2.6. | |
3284 | ||
3285 | SIMTEC EB110ATX (Chalice CATS) | |
3286 | P: Ben Dooks | |
3287 | P: Vincent Sanders | |
3288 | M: [email protected] | |
3289 | W: http://www.simtec.co.uk/products/EB110ATX/ | |
3290 | S: Supported | |
3291 | ||
3292 | SIMTEC EB2410ITX (BAST) | |
3293 | P: Ben Dooks | |
3294 | P: Vincent Sanders | |
3295 | M: [email protected] | |
3296 | W: http://www.simtec.co.uk/products/EB2410ITX/ | |
3297 | S: Supported | |
3298 | ||
3299 | SIS 190 ETHERNET DRIVER | |
3300 | P: Francois Romieu | |
3301 | M: [email protected] | |
3302 | L: [email protected] | |
3303 | S: Maintained | |
3304 | ||
3305 | SIS 5513 IDE CONTROLLER DRIVER | |
3306 | P: Lionel Bouton | |
3307 | M: [email protected] | |
3308 | W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html | |
3309 | W: http://gyver.homeip.net/sis5513/index.html | |
3310 | S: Maintained | |
3311 | ||
3312 | SIS 900/7016 FAST ETHERNET DRIVER | |
3313 | P: Daniele Venzano | |
3314 | M: [email protected] | |
3315 | W: http://www.brownhat.org/sis900.html | |
3316 | L: [email protected] | |
3317 | S: Maintained | |
3318 | ||
3319 | SIS 96X I2C/SMBUS DRIVER | |
3320 | P: Mark M. Hoffman | |
3321 | M: [email protected] | |
3322 | L: [email protected] | |
3323 | S: Maintained | |
3324 | ||
3325 | SIS FRAMEBUFFER DRIVER | |
3326 | P: Thomas Winischhofer | |
3327 | M: [email protected] | |
3328 | W: http://www.winischhofer.net/linuxsisvga.shtml | |
3329 | S: Maintained | |
3330 | ||
3331 | SIS USB2VGA DRIVER | |
3332 | P: Thomas Winischhofer | |
3333 | M: [email protected] | |
3334 | W: http://www.winischhofer.at/linuxsisusbvga.shtml | |
3335 | S: Maintained | |
3336 | ||
3337 | SLAB ALLOCATOR | |
3338 | P: Christoph Lameter | |
3339 | M: [email protected] | |
3340 | P: Pekka Enberg | |
3341 | M: [email protected] | |
3342 | L: [email protected] | |
3343 | S: Maintained | |
3344 | ||
3345 | SMC91x ETHERNET DRIVER | |
3346 | P: Nicolas Pitre | |
3347 | M: [email protected] | |
3348 | S: Maintained | |
3349 | ||
3350 | SMSC47B397 HARDWARE MONITOR DRIVER | |
3351 | P: Mark M. Hoffman | |
3352 | M: [email protected] | |
3353 | L: [email protected] | |
3354 | S: Maintained | |
3355 | ||
3356 | SOFTMAC LAYER (IEEE 802.11) | |
3357 | P: Johannes Berg | |
3358 | M: [email protected] | |
3359 | P: Joe Jezak | |
3360 | M: [email protected] | |
3361 | P: Daniel Drake | |
3362 | M: [email protected] | |
3363 | W: http://softmac.sipsolutions.net/ | |
3364 | L: [email protected] | |
3365 | S: Maintained | |
3366 | ||
3367 | SOFTWARE RAID (Multiple Disks) SUPPORT | |
3368 | P: Ingo Molnar | |
3369 | M: [email protected] | |
3370 | P: Neil Brown | |
3371 | M: [email protected] | |
3372 | L: [email protected] | |
3373 | S: Supported | |
3374 | ||
3375 | HIBERNATION (aka Software Suspend, aka swsusp): | |
3376 | P: Pavel Machek | |
3377 | M: [email protected] | |
3378 | P: Rafael J. Wysocki | |
3379 | M: [email protected] | |
3380 | L: [email protected] | |
3381 | S: Supported | |
3382 | ||
3383 | SUSPEND TO RAM: | |
3384 | P: Pavel Machek | |
3385 | M: [email protected] | |
3386 | P: Rafael J. Wysocki | |
3387 | M: [email protected] | |
3388 | L: [email protected] | |
3389 | S: Maintained | |
3390 | ||
3391 | SONIC NETWORK DRIVER | |
3392 | P: Thomas Bogendoerfer | |
3393 | M: [email protected] | |
3394 | L: [email protected] | |
3395 | S: Maintained | |
3396 | ||
3397 | SONY VAIO CONTROL DEVICE DRIVER | |
3398 | P: Mattia Dongili | |
3399 | M: [email protected] | |
3400 | L: [email protected] | |
3401 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | |
3402 | S: Maintained | |
3403 | ||
3404 | SOUND | |
3405 | P: Jaroslav Kysela | |
3406 | M: [email protected] | |
3407 | L: [email protected] (subscribers-only) | |
3408 | S: Maintained | |
3409 | ||
3410 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT | |
3411 | P: Liam Girdwood | |
3412 | M: [email protected] | |
3413 | L: [email protected] (subscribers-only) | |
3414 | S: Supported | |
3415 | ||
3416 | SPI SUBSYSTEM | |
3417 | P: David Brownell | |
3418 | M: [email protected] | |
3419 | L: [email protected] | |
3420 | S: Maintained | |
3421 | ||
3422 | STABLE BRANCH: | |
3423 | P: Greg Kroah-Hartman | |
3424 | M: [email protected] | |
3425 | P: Chris Wright | |
3426 | M: [email protected] | |
3427 | L: [email protected] | |
3428 | S: Maintained | |
3429 | ||
3430 | TPM DEVICE DRIVER | |
3431 | P: Kylene Hall | |
3432 | M: [email protected] | |
3433 | W: http://tpmdd.sourceforge.net | |
3434 | P: Marcel Selhorst | |
3435 | M: [email protected] | |
3436 | W: http://www.prosec.rub.de/tpm/ | |
3437 | L: [email protected] | |
3438 | S: Maintained | |
3439 | ||
3440 | Telecom Clock Driver for MCPL0010 | |
3441 | P: Mark Gross | |
3442 | M: [email protected] | |
3443 | S: Supported | |
3444 | ||
3445 | TENSILICA XTENSA PORT (xtensa): | |
3446 | P: Chris Zankel | |
3447 | M: [email protected] | |
3448 | S: Maintained | |
3449 | ||
3450 | THINKPAD ACPI EXTRAS DRIVER | |
3451 | P: Henrique de Moraes Holschuh | |
3452 | M: [email protected] | |
3453 | L: [email protected] | |
3454 | W: http://ibm-acpi.sourceforge.net | |
3455 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
3456 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | |
3457 | S: Maintained | |
3458 | ||
3459 | UltraSPARC (sparc64): | |
3460 | P: David S. Miller | |
3461 | M: [email protected] | |
3462 | L: [email protected] | |
3463 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git | |
3464 | S: Maintained | |
3465 | ||
3466 | SHARP LH SUPPORT (LH7952X & LH7A40X) | |
3467 | P: Marc Singer | |
3468 | M: [email protected] | |
3469 | W: http://projects.buici.com/arm | |
3470 | L: [email protected] (subscribers-only) | |
3471 | S: Maintained | |
3472 | ||
3473 | SHPC HOTPLUG DRIVER | |
3474 | P: Kristen Carlson Accardi | |
3475 | M: [email protected] | |
3476 | L: [email protected] | |
3477 | S: Supported | |
3478 | ||
3479 | SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER | |
3480 | P: Pierre Ossman | |
3481 | M: [email protected] | |
3482 | L: [email protected] | |
3483 | W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci | |
3484 | S: Maintained | |
3485 | ||
3486 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS | |
3487 | P: Stephen Hemminger | |
3488 | M: [email protected] | |
3489 | L: [email protected] | |
3490 | S: Maintained | |
3491 | ||
3492 | SOEKRIS NET48XX LED SUPPORT | |
3493 | P: Chris Boot | |
3494 | M: [email protected] | |
3495 | S: Maintained | |
3496 | ||
3497 | SPARC (sparc32): | |
3498 | P: William L. Irwin | |
3499 | M: [email protected] | |
3500 | L: [email protected] | |
3501 | S: Maintained | |
3502 | ||
3503 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | |
3504 | P: Roger Wolff | |
3505 | M: [email protected] | |
3506 | L: [email protected] ? | |
3507 | S: Supported | |
3508 | ||
3509 | SPIDERNET NETWORK DRIVER for CELL | |
3510 | P: Linas Vepstas | |
3511 | M: [email protected] | |
3512 | L: [email protected] | |
3513 | S: Supported | |
3514 | ||
3515 | SRM (Alpha) environment access | |
3516 | P: Jan-Benedict Glaw | |
3517 | M: [email protected] | |
3518 | L: [email protected] | |
3519 | S: Maintained | |
3520 | ||
3521 | STARFIRE/DURALAN NETWORK DRIVER | |
3522 | P: Ion Badulescu | |
3523 | M: [email protected] | |
3524 | S: Maintained | |
3525 | ||
3526 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | |
3527 | W: http://mosquitonet.Stanford.EDU/strip.html | |
3528 | S: Unsupported ? | |
3529 | ||
3530 | STRADIS MPEG-2 DECODER DRIVER | |
3531 | P: Nathan Laredo | |
3532 | M: [email protected] | |
3533 | W: http://www.stradis.com/ | |
3534 | S: Maintained | |
3535 | ||
3536 | SUPERH (sh) | |
3537 | P: Paul Mundt | |
3538 | M: [email protected] | |
3539 | L: [email protected] (subscribers-only) | |
3540 | W: http://www.linux-sh.org | |
3541 | S: Maintained | |
3542 | ||
3543 | SUPERH64 (sh64) | |
3544 | P: Paul Mundt | |
3545 | M: [email protected] | |
3546 | L: [email protected] | |
3547 | W: http://www.linux-sh.org | |
3548 | S: Maintained | |
3549 | ||
3550 | SUN3/3X | |
3551 | P: Sam Creasey | |
3552 | M: [email protected] | |
3553 | W: http://sammy.net/sun3/ | |
3554 | S: Maintained | |
3555 | ||
3556 | SVGA HANDLING | |
3557 | P: Martin Mares | |
3558 | M: [email protected] | |
3559 | L: [email protected] | |
3560 | S: Maintained | |
3561 | ||
3562 | SYSV FILESYSTEM | |
3563 | P: Christoph Hellwig | |
3564 | M: [email protected] | |
3565 | S: Maintained | |
3566 | ||
3567 | TC CLASSIFIER | |
3568 | P: Jamal Hadi Salim | |
3569 | M: [email protected] | |
3570 | L: [email protected] | |
3571 | S: Maintained | |
3572 | ||
3573 | TCP LOW PRIORITY MODULE | |
3574 | P: Wong Hoi Sing, Edison | |
3575 | M: [email protected] | |
3576 | P: Hung Hing Lun, Mike | |
3577 | M: [email protected] | |
3578 | W: http://tcp-lp-mod.sourceforge.net/ | |
3579 | S: Maintained | |
3580 | ||
3581 | TI FLASH MEDIA INTERFACE DRIVER | |
3582 | P: Alex Dubov | |
3583 | M: [email protected] | |
3584 | S: Maintained | |
3585 | ||
3586 | TI OMAP MMC INTERFACE DRIVER | |
3587 | P: Carlos Aguiar, Anderson Briglia and Syed Khasim | |
3588 | M: [email protected] | |
3589 | W: http://linux.omap.com | |
3590 | W: http://www.muru.com/linux/omap/ | |
3591 | S: Maintained | |
3592 | ||
3593 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT | |
3594 | P: Deepak Saxena | |
3595 | M: [email protected] | |
3596 | S: Maintained | |
3597 | ||
3598 | TASKSTATS STATISTICS INTERFACE | |
3599 | P: Shailabh Nagar | |
3600 | M: [email protected] | |
3601 | L: [email protected] | |
3602 | S: Maintained | |
3603 | ||
3604 | TI PARALLEL LINK CABLE DRIVER | |
3605 | P: Romain Lievin | |
3606 | M: [email protected] | |
3607 | S: Maintained | |
3608 | ||
3609 | TIPC NETWORK LAYER | |
3610 | P: Per Liden | |
3611 | M: [email protected] | |
3612 | P: Jon Maloy | |
3613 | M: [email protected] | |
3614 | P: Allan Stephens | |
3615 | M: [email protected] | |
3616 | L: [email protected] | |
3617 | W: http://tipc.sourceforge.net/ | |
3618 | W: http://tipc.cslab.ericsson.net/ | |
3619 | T: git tipc.cslab.ericsson.net:/pub/git/tipc.git | |
3620 | S: Maintained | |
3621 | ||
3622 | TLAN NETWORK DRIVER | |
3623 | P: Samuel Chessman | |
3624 | M: [email protected] | |
3625 | L: [email protected] | |
3626 | W: http://sourceforge.net/projects/tlan/ | |
3627 | S: Maintained | |
3628 | ||
3629 | TOKEN-RING NETWORK DRIVER | |
3630 | P: Mike Phillips | |
3631 | M: [email protected] | |
3632 | L: [email protected] | |
3633 | L: [email protected] | |
3634 | W: http://www.linuxtr.net | |
3635 | S: Maintained | |
3636 | ||
3637 | TOSHIBA ACPI EXTRAS DRIVER | |
3638 | P: John Belmonte | |
3639 | M: [email protected] | |
3640 | W: http://memebeam.org/toys/ToshibaAcpiDriver | |
3641 | S: Maintained | |
3642 | ||
3643 | TOSHIBA SMM DRIVER | |
3644 | P: Jonathan Buzzard | |
3645 | M: [email protected] | |
3646 | L: [email protected] | |
3647 | W: http://www.buzzard.org.uk/toshiba/ | |
3648 | S: Maintained | |
3649 | ||
3650 | TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE | |
3651 | P: Muli Ben-Yehuda | |
3652 | M: [email protected] | |
3653 | L: [email protected] | |
3654 | S: Maintained | |
3655 | ||
3656 | TRIVIAL PATCHES | |
3657 | P: Adrian Bunk | |
3658 | M: [email protected] | |
3659 | L: [email protected] | |
3660 | W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/ | |
3661 | T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git | |
3662 | S: Maintained | |
3663 | ||
3664 | TMS380 TOKEN-RING NETWORK DRIVER | |
3665 | P: Adam Fritzler | |
3666 | M: [email protected] | |
3667 | L: [email protected] | |
3668 | W: http://www.auk.cx/tms380tr/ | |
3669 | S: Maintained | |
3670 | ||
3671 | TULIP NETWORK DRIVER | |
3672 | L: [email protected] | |
3673 | W: http://sourceforge.net/projects/tulip/ | |
3674 | S: Orphan | |
3675 | ||
3676 | TUN/TAP driver | |
3677 | P: Maxim Krasnyansky | |
3678 | M: [email protected] | |
3679 | L: [email protected] | |
3680 | W: http://vtun.sourceforge.net/tun | |
3681 | S: Maintained | |
3682 | ||
3683 | TURBOCHANNEL SUBSYSTEM | |
3684 | P: Maciej W. Rozycki | |
3685 | M: [email protected] | |
3686 | S: Maintained | |
3687 | ||
3688 | U14-34F SCSI DRIVER | |
3689 | P: Dario Ballabio | |
3690 | M: [email protected] | |
3691 | L: [email protected] | |
3692 | S: Maintained | |
3693 | ||
3694 | UDF FILESYSTEM | |
3695 | P: Ben Fennema | |
3696 | M: [email protected] | |
3697 | W: http://linux-udf.sourceforge.net | |
3698 | S: Maintained | |
3699 | ||
3700 | UNIFORM CDROM DRIVER | |
3701 | P: Jens Axboe | |
3702 | M: [email protected] | |
3703 | L: [email protected] | |
3704 | W: http://www.kernel.dk | |
3705 | S: Maintained | |
3706 | ||
3707 | USB ACM DRIVER | |
3708 | P: Oliver Neukum | |
3709 | M: [email protected] | |
3710 | L: [email protected] | |
3711 | L: [email protected] | |
3712 | S: Maintained | |
3713 | ||
3714 | USB BLOCK DRIVER (UB ub) | |
3715 | P: Pete Zaitcev | |
3716 | M: [email protected] | |
3717 | L: [email protected] | |
3718 | L: [email protected] | |
3719 | S: Supported | |
3720 | ||
3721 | USB CDC ETHERNET DRIVER | |
3722 | P: Greg Kroah-Hartman | |
3723 | M: [email protected] | |
3724 | L: [email protected] | |
3725 | L: [email protected] | |
3726 | S: Maintained | |
3727 | W: http://www.kroah.com/linux-usb/ | |
3728 | ||
3729 | USB DAVICOM DM9601 DRIVER | |
3730 | P: Peter Korsgaard | |
3731 | M: [email protected] | |
3732 | L: [email protected] | |
3733 | W: http://www.linux-usb.org/usbnet | |
3734 | S: Maintained | |
3735 | ||
3736 | USB EHCI DRIVER | |
3737 | P: David Brownell | |
3738 | M: [email protected] | |
3739 | L: [email protected] | |
3740 | S: Odd Fixes | |
3741 | ||
3742 | USB ET61X[12]51 DRIVER | |
3743 | P: Luca Risolia | |
3744 | M: [email protected] | |
3745 | L: [email protected] | |
3746 | L: [email protected] | |
3747 | W: http://www.linux-projects.org | |
3748 | S: Maintained | |
3749 | ||
3750 | USB GADGET/PERIPHERAL SUBSYSTEM | |
3751 | P: David Brownell | |
3752 | M: [email protected] | |
3753 | L: [email protected] | |
3754 | W: http://www.linux-usb.org/gadget | |
3755 | S: Maintained | |
3756 | ||
3757 | USB HID/HIDBP DRIVERS | |
3758 | P: Jiri Kosina | |
3759 | M: [email protected] | |
3760 | L: [email protected] | |
3761 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git | |
3762 | S: Maintained | |
3763 | ||
3764 | USB HUB DRIVER | |
3765 | P: Johannes Erdfelt | |
3766 | M: [email protected] | |
3767 | L: [email protected] | |
3768 | L: [email protected] | |
3769 | S: Maintained | |
3770 | ||
3771 | USB ISP116X DRIVER | |
3772 | P: Olav Kongas | |
3773 | M: [email protected] | |
3774 | L: [email protected] | |
3775 | S: Maintained | |
3776 | ||
3777 | USB KAWASAKI LSI DRIVER | |
3778 | P: Oliver Neukum | |
3779 | M: [email protected] | |
3780 | L: [email protected] | |
3781 | L: [email protected] | |
3782 | S: Maintained | |
3783 | ||
3784 | USB MASS STORAGE DRIVER | |
3785 | P: Matthew Dharm | |
3786 | M: [email protected] | |
3787 | L: [email protected] | |
3788 | L: [email protected] | |
3789 | S: Maintained | |
3790 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
3791 | ||
3792 | USB OHCI DRIVER | |
3793 | P: David Brownell | |
3794 | M: [email protected] | |
3795 | L: [email protected] | |
3796 | L: [email protected] | |
3797 | S: Odd Fixes | |
3798 | ||
3799 | USB OPTION-CARD DRIVER | |
3800 | P: Matthias Urlichs | |
3801 | M: [email protected] | |
3802 | L: [email protected] | |
3803 | S: Maintained | |
3804 | ||
3805 | USB OV511 DRIVER | |
3806 | P: Mark McClelland | |
3807 | M: [email protected] | |
3808 | L: [email protected] | |
3809 | L: [email protected] | |
3810 | W: http://alpha.dyndns.org/ov511/ | |
3811 | S: Maintained | |
3812 | ||
3813 | USB PEGASUS DRIVER | |
3814 | P: Petko Manolov | |
3815 | M: [email protected] | |
3816 | L: [email protected] | |
3817 | L: [email protected] | |
3818 | W: http://pegasus2.sourceforge.net/ | |
3819 | S: Maintained | |
3820 | ||
3821 | USB PRINTER DRIVER (usblp) | |
3822 | P: Pete Zaitcev | |
3823 | M: [email protected] | |
3824 | L: [email protected] | |
3825 | L: [email protected] | |
3826 | S: Supported | |
3827 | ||
3828 | USB RTL8150 DRIVER | |
3829 | P: Petko Manolov | |
3830 | M: [email protected] | |
3831 | L: [email protected] | |
3832 | L: [email protected] | |
3833 | W: http://pegasus2.sourceforge.net/ | |
3834 | S: Maintained | |
3835 | ||
3836 | USB SE401 DRIVER | |
3837 | P: Jeroen Vreeken | |
3838 | M: [email protected] | |
3839 | L: [email protected] | |
3840 | L: [email protected] | |
3841 | W: http://www.chello.nl/~j.vreeken/se401/ | |
3842 | S: Maintained | |
3843 | ||
3844 | USB SERIAL CYBERJACK DRIVER | |
3845 | P: Matthias Bruestle and Harald Welte | |
3846 | M: [email protected] | |
3847 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php | |
3848 | S: Maintained | |
3849 | ||
3850 | USB SERIAL DIGI ACCELEPORT DRIVER | |
3851 | P: Peter Berger and Al Borchers | |
3852 | M: [email protected] | |
3853 | M: [email protected] | |
3854 | L: [email protected] | |
3855 | L: [email protected] | |
3856 | S: Maintained | |
3857 | ||
3858 | USB SERIAL DRIVER | |
3859 | P: Greg Kroah-Hartman | |
3860 | M: [email protected] | |
3861 | L: [email protected] | |
3862 | L: [email protected] | |
3863 | S: Supported | |
3864 | ||
3865 | USB SERIAL BELKIN F5U103 DRIVER | |
3866 | P: William Greathouse | |
3867 | M: [email protected] | |
3868 | L: [email protected] | |
3869 | L: [email protected] | |
3870 | S: Maintained | |
3871 | ||
3872 | USB SERIAL CYPRESS M8 DRIVER | |
3873 | P: Lonnie Mendez | |
3874 | M: [email protected] | |
3875 | L: [email protected] | |
3876 | L: [email protected] | |
3877 | S: Maintained | |
3878 | W: http://geocities.com/i0xox0i | |
3879 | W: http://firstlight.net/cvs | |
3880 | ||
3881 | USB SERIAL CYBERJACK PINPAD/E-COM DRIVER | |
3882 | L: [email protected] | |
3883 | L: [email protected] | |
3884 | S: Maintained | |
3885 | ||
3886 | USB AUERSWALD DRIVER | |
3887 | P: Wolfgang Muees | |
3888 | M: [email protected] | |
3889 | L: [email protected] | |
3890 | L: [email protected] | |
3891 | S: Maintained | |
3892 | ||
3893 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER | |
3894 | P: Gary Brubaker | |
3895 | M: [email protected] | |
3896 | L: [email protected] | |
3897 | L: [email protected] | |
3898 | S: Maintained | |
3899 | ||
3900 | USB SERIAL KEYSPAN DRIVER | |
3901 | P: Greg Kroah-Hartman | |
3902 | M: [email protected] | |
3903 | L: [email protected] | |
3904 | L: [email protected] | |
3905 | W: http://www.kroah.com/linux/ | |
3906 | S: Maintained | |
3907 | ||
3908 | USB SERIAL WHITEHEAT DRIVER | |
3909 | P: Support Department | |
3910 | M: [email protected] | |
3911 | L: [email protected] | |
3912 | L: [email protected] | |
3913 | W: http://www.connecttech.com | |
3914 | S: Supported | |
3915 | ||
3916 | USB SN9C1xx DRIVER | |
3917 | P: Luca Risolia | |
3918 | M: [email protected] | |
3919 | L: [email protected] | |
3920 | L: [email protected] | |
3921 | W: http://www.linux-projects.org | |
3922 | S: Maintained | |
3923 | ||
3924 | USB SUBSYSTEM | |
3925 | P: Greg Kroah-Hartman | |
3926 | M: [email protected] | |
3927 | L: [email protected] | |
3928 | L: [email protected] | |
3929 | W: http://www.linux-usb.org | |
3930 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | |
3931 | S: Supported | |
3932 | ||
3933 | USB UHCI DRIVER | |
3934 | P: Alan Stern | |
3935 | M: [email protected] | |
3936 | L: [email protected] | |
3937 | L: [email protected] | |
3938 | S: Maintained | |
3939 | ||
3940 | USB "USBNET" DRIVER FRAMEWORK | |
3941 | P: David Brownell | |
3942 | M: [email protected] | |
3943 | L: [email protected] | |
3944 | W: http://www.linux-usb.org/usbnet | |
3945 | S: Maintained | |
3946 | ||
3947 | USB W996[87]CF DRIVER | |
3948 | P: Luca Risolia | |
3949 | M: [email protected] | |
3950 | L: [email protected] | |
3951 | L: [email protected] | |
3952 | W: http://www.linux-projects.org | |
3953 | S: Maintained | |
3954 | ||
3955 | USB ZC0301 DRIVER | |
3956 | P: Luca Risolia | |
3957 | M: [email protected] | |
3958 | L: [email protected] | |
3959 | L: [email protected] | |
3960 | W: http://www.linux-projects.org | |
3961 | S: Maintained | |
3962 | ||
3963 | USB ZD1201 DRIVER | |
3964 | P: Jeroen Vreeken | |
3965 | M: [email protected] | |
3966 | L: [email protected] | |
3967 | L: [email protected] | |
3968 | W: http://linux-lc100020.sourceforge.net | |
3969 | S: Maintained | |
3970 | ||
3971 | USB ZR364XX DRIVER | |
3972 | P: Antoine Jacquet | |
3973 | M: [email protected] | |
3974 | L: [email protected] | |
3975 | L: [email protected] | |
3976 | W: http://royale.zerezo.com/zr364xx/ | |
3977 | S: Maintained | |
3978 | ||
3979 | USER-MODE LINUX | |
3980 | P: Jeff Dike | |
3981 | M: [email protected] | |
3982 | L: [email protected] | |
3983 | L: [email protected] | |
3984 | W: http://user-mode-linux.sourceforge.net | |
3985 | S: Maintained | |
3986 | ||
3987 | FAT/VFAT/MSDOS FILESYSTEM: | |
3988 | P: OGAWA Hirofumi | |
3989 | M: [email protected] | |
3990 | L: [email protected] | |
3991 | S: Maintained | |
3992 | ||
3993 | VIA 82Cxxx AUDIO DRIVER (old OSS driver) | |
3994 | P: Jeff Garzik | |
3995 | S: Odd fixes | |
3996 | ||
3997 | VIA RHINE NETWORK DRIVER | |
3998 | P: Roger Luethi | |
3999 | M: [email protected] | |
4000 | S: Maintained | |
4001 | ||
4002 | VIAPRO SMBUS DRIVER | |
4003 | P: Jean Delvare | |
4004 | M: [email protected] | |
4005 | L: [email protected] | |
4006 | S: Maintained | |
4007 | ||
4008 | VIA VELOCITY NETWORK DRIVER | |
4009 | P: Francois Romieu | |
4010 | M: [email protected] | |
4011 | L: [email protected] | |
4012 | S: Maintained | |
4013 | ||
4014 | UCLINUX (AND M68KNOMMU) | |
4015 | P: Greg Ungerer | |
4016 | M: [email protected] | |
4017 | W: http://www.uclinux.org/ | |
4018 | L: [email protected] (subscribers-only) | |
4019 | S: Maintained | |
4020 | ||
4021 | UCLINUX FOR NEC V850 | |
4022 | P: Miles Bader | |
4023 | ||
4024 | UCLINUX FOR RENESAS H8/300 | |
4025 | P: Yoshinori Sato | |
4026 | M: [email protected] | |
4027 | W: http://uclinux-h8.sourceforge.jp/ | |
4028 | S: Supported | |
4029 | ||
4030 | UFS FILESYSTEM | |
4031 | P: Evgeniy Dushistov | |
4032 | M: [email protected] | |
4033 | L: [email protected] | |
4034 | S: Maintained | |
4035 | ||
4036 | USB DIAMOND RIO500 DRIVER | |
4037 | P: Cesar Miquel | |
4038 | M: [email protected] | |
4039 | L: [email protected] | |
4040 | W: http://rio500.sourceforge.net | |
4041 | S: Maintained | |
4042 | ||
4043 | VIDEO FOR LINUX | |
4044 | P: Mauro Carvalho Chehab | |
4045 | M: [email protected] | |
4046 | M: [email protected] | |
4047 | L: [email protected] | |
4048 | W: http://linuxtv.org | |
4049 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git | |
4050 | S: Maintained | |
4051 | ||
4052 | VT1211 HARDWARE MONITOR DRIVER | |
4053 | P: Juerg Haefliger | |
4054 | M: [email protected] | |
4055 | L: [email protected] | |
4056 | S: Maintained | |
4057 | ||
4058 | VT8231 HARDWARE MONITOR DRIVER | |
4059 | P: Roger Lucas | |
4060 | M: [email protected] | |
4061 | L: [email protected] | |
4062 | S: Maintained | |
4063 | ||
4064 | W1 DALLAS'S 1-WIRE BUS | |
4065 | P: Evgeniy Polyakov | |
4066 | M: [email protected] | |
4067 | S: Maintained | |
4068 | ||
4069 | W83791D HARDWARE MONITORING DRIVER | |
4070 | P: Charles Spirakis | |
4071 | M: [email protected] | |
4072 | L: [email protected] | |
4073 | S: Maintained | |
4074 | ||
4075 | W83793 HARDWARE MONITORING DRIVER | |
4076 | P: Rudolf Marek | |
4077 | M: [email protected] | |
4078 | L: [email protected] | |
4079 | S: Maintained | |
4080 | ||
4081 | W83L51xD SD/MMC CARD INTERFACE DRIVER | |
4082 | P: Pierre Ossman | |
4083 | M: [email protected] | |
4084 | L: [email protected] | |
4085 | W: http://projects.drzeus.cx/wbsd | |
4086 | S: Maintained | |
4087 | ||
4088 | WATCHDOG DEVICE DRIVERS | |
4089 | P: Wim Van Sebroeck | |
4090 | M: [email protected] | |
4091 | T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git | |
4092 | S: Maintained | |
4093 | ||
4094 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS | |
4095 | P: Jean Tourrilhes | |
4096 | M: [email protected] | |
4097 | L: [email protected] | |
4098 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ | |
4099 | S: Maintained | |
4100 | ||
4101 | WD7000 SCSI DRIVER | |
4102 | P: Miroslav Zagorac | |
4103 | M: [email protected] | |
4104 | L: [email protected] | |
4105 | S: Maintained | |
4106 | ||
4107 | WISTRON LAPTOP BUTTON DRIVER | |
4108 | P: Miloslav Trmac | |
4109 | M: [email protected] | |
4110 | S: Maintained | |
4111 | ||
4112 | WL3501 WIRELESS PCMCIA CARD DRIVER | |
4113 | P: Arnaldo Carvalho de Melo | |
4114 | M: [email protected] | |
4115 | L: [email protected] | |
4116 | W: http://oops.ghostprotocols.net:81/blog | |
4117 | S: Maintained | |
4118 | ||
4119 | X.25 NETWORK LAYER | |
4120 | P: Henner Eisen | |
4121 | M: [email protected] | |
4122 | L: [email protected] | |
4123 | S: Maintained | |
4124 | ||
4125 | XEN HYPERVISOR INTERFACE | |
4126 | P: Jeremy Fitzhardinge | |
4127 | M: [email protected] | |
4128 | P: Chris Wright | |
4129 | M: [email protected] | |
4130 | L: [email protected] | |
4131 | L: [email protected] | |
4132 | S: Supported | |
4133 | ||
4134 | XFS FILESYSTEM | |
4135 | P: Silicon Graphics Inc | |
4136 | P: Tim Shimmin | |
4137 | M: [email protected] | |
4138 | L: [email protected] | |
4139 | W: http://oss.sgi.com/projects/xfs | |
4140 | T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git | |
4141 | S: Supported | |
4142 | ||
4143 | XILINX UARTLITE SERIAL DRIVER | |
4144 | P: Peter Korsgaard | |
4145 | M: [email protected] | |
4146 | L: [email protected] | |
4147 | S: Maintained | |
4148 | ||
4149 | X86 3-LEVEL PAGING (PAE) SUPPORT | |
4150 | P: Ingo Molnar | |
4151 | M: [email protected] | |
4152 | S: Maintained | |
4153 | ||
4154 | X86-64 port | |
4155 | P: Andi Kleen | |
4156 | M: [email protected] | |
4157 | L: [email protected] | |
4158 | W: http://www.x86-64.org | |
4159 | T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current | |
4160 | S: Maintained | |
4161 | ||
4162 | YAM DRIVER FOR AX.25 | |
4163 | P: Jean-Paul Roubelat | |
4164 | M: [email protected] | |
4165 | L: [email protected] | |
4166 | S: Maintained | |
4167 | ||
4168 | YEALINK PHONE DRIVER | |
4169 | P: Henk Vergonet | |
4170 | M: [email protected] | |
4171 | L: [email protected] | |
4172 | S: Maintained | |
4173 | ||
4174 | Z8530 DRIVER FOR AX.25 | |
4175 | P: Joerg Reuter | |
4176 | M: [email protected] | |
4177 | W: http://yaina.de/jreuter/ | |
4178 | W: http://www.qsl.net/dl1bke/ | |
4179 | L: [email protected] | |
4180 | S: Maintained | |
4181 | ||
4182 | ZD1211RW WIRELESS DRIVER | |
4183 | P: Daniel Drake | |
4184 | M: [email protected] | |
4185 | P: Ulrich Kunitz | |
4186 | M: [email protected] | |
4187 | W: http://zd1211.ath.cx/wiki/DriverRewrite | |
4188 | L: [email protected] | |
4189 | L: [email protected] (subscribers-only) | |
4190 | S: Maintained | |
4191 | ||
4192 | ZF MACHZ WATCHDOG | |
4193 | P: Fernando Fuganti | |
4194 | M: [email protected] | |
4195 | W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ | |
4196 | S: Maintained | |
4197 | ||
4198 | ZR36067 VIDEO FOR LINUX DRIVER | |
4199 | P: Ronald Bultje | |
4200 | M: [email protected] | |
4201 | L: [email protected] | |
4202 | W: http://mjpeg.sourceforge.net/driver-zoran/ | |
4203 | S: Maintained | |
4204 | ||
4205 | ZR36120 VIDEO FOR LINUX DRIVER | |
4206 | P: Pauline Middelink | |
4207 | M: [email protected] | |
4208 | W: http://www.polyware.nl/~middelin/En/hobbies.html | |
4209 | W: http://www.polyware.nl/~middelin/hobbies.html | |
4210 | S: Maintained | |
4211 | ||
4212 | ZS DECSTATION Z85C30 SERIAL DRIVER | |
4213 | P: Maciej W. Rozycki | |
4214 | M: [email protected] | |
4215 | S: Maintained | |
4216 | ||
4217 | THE REST | |
4218 | P: Linus Torvalds | |
4219 | S: Buried alive in reporters |