Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | |
2 | List of maintainers and how to submit kernel changes | |
3 | ||
4 | Please try to follow the guidelines below. This will make things | |
5 | easier on the maintainers. Not all of these guidelines matter for every | |
6 | trivial patch so apply some common sense. | |
7 | ||
8 | 1. Always _test_ your changes, however small, on at least 4 or | |
9 | 5 people, preferably many more. | |
10 | ||
11 | 2. Try to release a few ALPHA test versions to the net. Announce | |
12 | them onto the kernel channel and await results. This is especially | |
13 | important for device drivers, because often that's the only way | |
14 | you will find things like the fact version 3 firmware needs | |
15 | a magic fix you didn't know about, or some clown changed the | |
16 | chips on a board and not its name. (Don't laugh! Look at the | |
17 | SMC etherpower for that.) | |
18 | ||
19 | 3. Make sure your changes compile correctly in multiple | |
20 | configurations. In particular check that changes work both as a | |
21 | module and built into the kernel. | |
22 | ||
23 | 4. When you are happy with a change make it generally available for | |
24 | testing and await feedback. | |
25 | ||
26 | 5. Make a patch available to the relevant maintainer in the list. Use | |
27 | 'diff -u' to make the patch easy to merge. Be prepared to get your | |
28 | changes sent back with seemingly silly requests about formatting | |
29 | and variable names. These aren't as silly as they seem. One | |
30 | job the maintainers (and especially Linus) do is to keep things | |
31 | looking the same. Sometimes this means that the clever hack in | |
32 | your driver to get around a problem actually needs to become a | |
0a920b5b AW |
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. | |
1da177e4 LT |
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 | ||
c9ee133b | 46 | PLEASE remember that submissions must be made under the terms |
4500371e RD |
47 | of the OSDL certificate of contribution and should include a |
48 | Signed-off-by: line. The current version of this "Developer's | |
49 | Certificate of Origin" (DCO) is listed in the file | |
50 | Documentation/SubmittingPatches. | |
c9ee133b | 51 | |
1da177e4 LT |
52 | 6. Make sure you have the right to send any changes you make. If you |
53 | do changes at work you may find your employer owns the patch | |
54 | not you. | |
55 | ||
c9ee133b AC |
56 | 7. When sending security related changes or reports to a maintainer |
57 | please Cc: security@kernel.org, especially if the maintainer | |
58 | does not respond. | |
59 | ||
60 | 8. Happy hacking. | |
1da177e4 | 61 | |
b7eee616 | 62 | ----------------------------------- |
1da177e4 LT |
63 | |
64 | Maintainers List (try to look for most precise areas first) | |
65 | ||
66 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
67 | order. If you could add yourselves to it in alphabetical order that would be | |
68 | so much easier [Ed] | |
69 | ||
70 | P: Person | |
71 | M: Mail patches to | |
72 | L: Mailing list that is relevant to this area | |
73 | W: Web-page with status/info | |
50306fb5 | 74 | T: SCM tree type and location. Type is one of: git, hg, quilt. |
e7839f25 | 75 | F: Applicable files and/or directories |
4501a466 | 76 | S: Status, one of the following: |
1da177e4 LT |
77 | |
78 | Supported: Someone is actually paid to look after this. | |
79 | Maintained: Someone actually looks after it. | |
80 | Odd Fixes: It has a maintainer but they don't have time to do | |
81 | much other than throw the odd patch in. See below.. | |
82 | Orphan: No current maintainer [but maybe you could take the | |
83 | role as you write your new code]. | |
84 | Obsolete: Old code. Something tagged obsolete generally means | |
85 | it has been replaced by a better system and you | |
86 | should be using that. | |
87 | ||
1da177e4 LT |
88 | 3C505 NETWORK DRIVER |
89 | P: Philip Blundell | |
90 | M: philb@gnu.org | |
979b6c13 | 91 | L: netdev@vger.kernel.org |
1da177e4 LT |
92 | S: Maintained |
93 | ||
a6d89915 SK |
94 | 3C59X NETWORK DRIVER |
95 | P: Steffen Klassert | |
96 | M: klassert@mathematik.tu-chemnitz.de | |
97 | L: netdev@vger.kernel.org | |
98 | S: Maintained | |
99 | ||
1da177e4 LT |
100 | 3CR990 NETWORK DRIVER |
101 | P: David Dillow | |
102 | M: dave@thedillows.org | |
979b6c13 | 103 | L: netdev@vger.kernel.org |
1da177e4 LT |
104 | S: Maintained |
105 | ||
e2d1d6c0 | 106 | 3W-9XXX SATA-RAID CONTROLLER DRIVER |
1da177e4 LT |
107 | P: Adam Radford |
108 | M: linuxraid@amcc.com | |
109 | L: linux-scsi@vger.kernel.org | |
110 | W: http://www.amcc.com | |
111 | S: Supported | |
112 | ||
e2d1d6c0 | 113 | 3W-XXXX ATA-RAID CONTROLLER DRIVER |
1da177e4 LT |
114 | P: Adam Radford |
115 | M: linuxraid@amcc.com | |
116 | L: linux-scsi@vger.kernel.org | |
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: James.Bottomley@HansenPartnership.com | |
123 | L: linux-scsi@vger.kernel.org | |
124 | S: Maintained | |
125 | ||
126 | 6PACK NETWORK DRIVER FOR AX.25 | |
127 | P: Andreas Koensgen | |
128 | M: ajk@iehk.rwth-aachen.de | |
129 | L: linux-hams@vger.kernel.org | |
130 | S: Maintained | |
131 | ||
1da177e4 LT |
132 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
133 | P: Francois Romieu | |
134 | M: romieu@fr.zoreil.com | |
979b6c13 | 135 | L: netdev@vger.kernel.org |
1da177e4 LT |
136 | S: Maintained |
137 | ||
138 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | |
1da177e4 LT |
139 | L: linux-serial@vger.kernel.org |
140 | W: http://serial.sourceforge.net | |
353cefdb | 141 | S: Orphan |
1da177e4 LT |
142 | |
143 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | |
144 | P: Paul Gortmaker | |
145 | M: p_gortmaker@yahoo.com | |
979b6c13 | 146 | L: netdev@vger.kernel.org |
1da177e4 LT |
147 | S: Maintained |
148 | ||
67543e50 | 149 | 9P FILE SYSTEM |
ce00f85c JC |
150 | P: Eric Van Hensbergen |
151 | M: ericvh@gmail.com | |
152 | P: Ron Minnich | |
27a2a5ff | 153 | M: rminnich@sandia.gov |
ce00f85c JC |
154 | P: Latchesar Ionkov |
155 | M: lucho@ionkov.net | |
156 | L: v9fs-developer@lists.sourceforge.net | |
27a2a5ff | 157 | W: http://swik.net/v9fs |
ce00f85c JC |
158 | T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git |
159 | S: Maintained | |
67543e50 | 160 | |
1da177e4 LT |
161 | A2232 SERIAL BOARD DRIVER |
162 | P: Enver Haase | |
1da177e4 LT |
163 | M: A2232@gmx.net |
164 | L: linux-m68k@lists.linux-m68k.org | |
165 | S: Maintained | |
166 | ||
e2d1d6c0 RD |
167 | AACRAID SCSI RAID DRIVER |
168 | P: Adaptec OEM Raid Solutions | |
169 | M: aacraid@adaptec.com | |
170 | L: linux-scsi@vger.kernel.org | |
171 | W: http://www.adaptec.com/ | |
1da177e4 LT |
172 | S: Supported |
173 | ||
249e3c85 | 174 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
f2b84bbc HG |
175 | P: Hans de Goede |
176 | M: j.w.r.degoede@hhs.nl | |
177 | L: lm-sensors@lm-sensors.org | |
178 | S: Maintained | |
179 | ||
249e3c85 AJS |
180 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
181 | P: Alistair John Strachan | |
182 | M: alistair@devzero.co.uk | |
183 | L: lm-sensors@lm-sensors.org | |
184 | S: Maintained | |
185 | ||
1da177e4 LT |
186 | ACENIC DRIVER |
187 | P: Jes Sorensen | |
188 | M: jes@trained-monkey.org | |
189 | L: linux-acenic@sunsite.dk | |
190 | S: Maintained | |
191 | ||
745a5d21 CC |
192 | ACER WMI LAPTOP EXTRAS |
193 | P: Carlos Corbacho | |
194 | M: carlos@strangeworlds.co.uk | |
195 | L: aceracpi@googlegroups.com (subscribers-only) | |
196 | W: http://code.google.com/p/aceracpi | |
197 | S: Maintained | |
198 | ||
1da177e4 | 199 | ACPI |
54cd3148 | 200 | P: Len Brown |
8b59a454 | 201 | M: lenb@kernel.org |
6968e50c | 202 | L: linux-acpi@vger.kernel.org |
38e09d83 | 203 | W: http://www.lesswatts.org/projects/acpi/ |
6fb0425b | 204 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
8b59a454 LB |
205 | S: Supported |
206 | ||
207 | ACPI BATTERY DRIVERS | |
a4146557 LB |
208 | P: Alexey Starikovskiy |
209 | M: astarikovskiy@suse.de | |
8b59a454 | 210 | L: linux-acpi@vger.kernel.org |
0638bc8d | 211 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 LB |
212 | S: Supported |
213 | ||
214 | ACPI EC DRIVER | |
215 | P: Alexey Starikovskiy | |
a4146557 | 216 | M: astarikovskiy@suse.de |
8b59a454 | 217 | L: linux-acpi@vger.kernel.org |
0638bc8d | 218 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 LB |
219 | S: Supported |
220 | ||
221 | ACPI FAN DRIVER | |
65573ee7 LB |
222 | P: Zhang Rui |
223 | M: rui.zhang@intel.com | |
8b59a454 | 224 | L: linux-acpi@vger.kernel.org |
0638bc8d | 225 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 226 | S: Supported |
1da177e4 | 227 | |
998be20f KCA |
228 | ACPI PCI HOTPLUG DRIVER |
229 | P: Kristen Carlson Accardi | |
230 | M: kristen.c.accardi@intel.com | |
64dab204 | 231 | L: linux-pci@vger.kernel.org |
8b59a454 LB |
232 | S: Supported |
233 | ||
234 | ACPI THERMAL DRIVER | |
65573ee7 LB |
235 | P: Zhang Rui |
236 | M: rui.zhang@intel.com | |
8b59a454 | 237 | L: linux-acpi@vger.kernel.org |
0638bc8d | 238 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 239 | S: Supported |
998be20f | 240 | |
359acec8 | 241 | ACPI VIDEO DRIVER |
65573ee7 | 242 | P: Zhang Rui |
38e09d83 | 243 | M: rui.zhang@intel.com |
8b59a454 | 244 | L: linux-acpi@vger.kernel.org |
0638bc8d | 245 | W: http://www.lesswatts.org/projects/acpi/ |
8b59a454 | 246 | S: Supported |
998be20f | 247 | |
bff431e4 | 248 | ACPI WMI DRIVER |
795fb7e7 JD |
249 | P: Carlos Corbacho |
250 | M: carlos@strangeworlds.co.uk | |
251 | L: linux-acpi@vger.kernel.org | |
252 | W: http://www.lesswatts.org/projects/acpi/ | |
253 | S: Maintained | |
bff431e4 | 254 | |
2f39d519 | 255 | AD1889 ALSA SOUND DRIVER |
795fb7e7 JD |
256 | P: Kyle McMartin |
257 | M: kyle@mcmartin.ca | |
258 | P: Thibaut Varene | |
259 | M: T-Bone@parisc-linux.org | |
260 | W: http://wiki.parisc-linux.org/AD1889 | |
261 | L: linux-parisc@vger.kernel.org | |
262 | S: Maintained | |
2f39d519 | 263 | |
1da177e4 LT |
264 | ADM1025 HARDWARE MONITOR DRIVER |
265 | P: Jean Delvare | |
266 | M: khali@linux-fr.org | |
cc0b07ed | 267 | L: lm-sensors@lm-sensors.org |
1da177e4 LT |
268 | S: Maintained |
269 | ||
cae2caae CL |
270 | ADM1029 HARDWARE MONITOR DRIVER |
271 | P: Corentin Labbe | |
272 | M: corentin.labbe@geomatys.fr | |
273 | L: lm-sensors@lm-sensors.org | |
274 | S: Maintained | |
275 | ||
cc0b88cf MW |
276 | ADM8211 WIRELESS DRIVER |
277 | P: Michael Wu | |
278 | M: flamingice@sourmilk.net | |
279 | L: linux-wireless@vger.kernel.org | |
280 | W: http://linuxwireless.org/ | |
281 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | |
282 | S: Maintained | |
283 | ||
1da177e4 LT |
284 | ADT746X FAN DRIVER |
285 | P: Colin Leroy | |
286 | M: colin@colino.net | |
287 | S: Maintained | |
288 | ||
8c6af9e1 MW |
289 | ADVANSYS SCSI DRIVER |
290 | P: Matthew Wilcox | |
291 | M: matthew@wil.cx | |
292 | L: linux-scsi@vger.kernel.org | |
293 | S: Maintained | |
294 | ||
1da177e4 LT |
295 | AEDSP16 DRIVER |
296 | P: Riccardo Facchetti | |
297 | M: fizban@tin.it | |
298 | S: Maintained | |
299 | ||
300 | AFFS FILE SYSTEM | |
301 | P: Roman Zippel | |
302 | M: zippel@linux-m68k.org | |
303 | S: Maintained | |
304 | ||
e2d1d6c0 RD |
305 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
306 | P: David Howells | |
307 | M: dhowells@redhat.com | |
308 | L: linux-afs@lists.infradead.org | |
309 | S: Supported | |
310 | ||
1da177e4 | 311 | AGPGART DRIVER |
70e8992e DJ |
312 | P: David Airlie |
313 | M: airlied@linux.ie | |
314 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | |
1da177e4 LT |
315 | S: Maintained |
316 | ||
317 | AHA152X SCSI DRIVER | |
318 | P: Juergen E. Fischer | |
319 | M: Juergen Fischer <fischer@norbit.de> | |
320 | L: linux-scsi@vger.kernel.org | |
321 | S: Maintained | |
322 | ||
64624d4f HR |
323 | AIC7XXX / AIC79XX SCSI DRIVER |
324 | P: Hannes Reinecke | |
325 | M: hare@suse.de | |
326 | L: linux-scsi@vger.kernel.org | |
1da177e4 LT |
327 | S: Maintained |
328 | ||
e2d1d6c0 RD |
329 | AIO |
330 | P: Benjamin LaHaise | |
331 | M: bcrl@kvack.org | |
332 | L: linux-aio@kvack.org | |
333 | S: Supported | |
334 | ||
1da177e4 LT |
335 | ALCATEL SPEEDTOUCH USB DRIVER |
336 | P: Duncan Sands | |
337 | M: duncan.sands@free.fr | |
6372594a | 338 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
339 | W: http://www.linux-usb.org/SpeedTouch/ |
340 | S: Maintained | |
341 | ||
272f133a | 342 | ALCHEMY AU1XX0 MMC DRIVER |
08fcb720 ML |
343 | P: Manuel Lauss |
344 | M: manuel.lauss@gmail.com | |
345 | S: Maintained | |
272f133a | 346 | |
4a4e5787 M |
347 | ALI1563 I2C DRIVER |
348 | P: Rudolf Marek | |
7188cc66 | 349 | M: r.marek@assembler.cz |
846557d3 | 350 | L: linux-i2c@vger.kernel.org |
4a4e5787 M |
351 | S: Maintained |
352 | ||
1da177e4 LT |
353 | ALPHA PORT |
354 | P: Richard Henderson | |
355 | M: rth@twiddle.net | |
356 | S: Odd Fixes for 2.4; Maintained for 2.6. | |
357 | P: Ivan Kokshaysky | |
358 | M: ink@jurassic.park.msu.ru | |
359 | S: Maintained for 2.4; PCI support for 2.6. | |
360 | ||
167a675a TD |
361 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
362 | P: Thomas Dahlmann | |
363 | M: thomas.dahlmann@amd.com | |
67d76710 | 364 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
167a675a TD |
365 | S: Supported |
366 | ||
f90b8116 | 367 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
ce00f85c | 368 | P: Jordan Crouse |
67d76710 | 369 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
f90b8116 JC |
370 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
371 | S: Supported | |
372 | ||
919ee7dd JR |
373 | AMD IOMMU (AMD-VI) |
374 | P: Joerg Roedel | |
375 | M: joerg.roedel@amd.com | |
376 | L: iommu@lists.linux-foundation.org | |
bbd001c7 | 377 | T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git |
919ee7dd JR |
378 | S: Supported |
379 | ||
e7f5b309 | 380 | AMD MICROCODE UPDATE SUPPORT |
8d433c40 PO |
381 | P: Andreas Herrmann |
382 | M: andeas.herrmann3@amd.com | |
383 | L: amd64-microcode@amd64.org | |
e7f5b309 PO |
384 | S: Supported |
385 | ||
284f42b6 SP |
386 | AMS (Apple Motion Sensor) DRIVER |
387 | P: Stelian Pop | |
388 | M: stelian@popies.net | |
389 | P: Michael Hanselmann | |
390 | M: linux-kernel@hansmi.ch | |
391 | S: Supported | |
392 | ||
f94b533d TT |
393 | AMSO1100 RNIC DRIVER |
394 | P: Tom Tucker | |
395 | M: tom@opengridcomputing.com | |
396 | P: Steve Wise | |
397 | M: swise@opengridcomputing.com | |
78526821 | 398 | L: general@lists.openfabrics.org |
f94b533d TT |
399 | S: Maintained |
400 | ||
42269063 JB |
401 | AOA (Apple Onboard Audio) ALSA DRIVER |
402 | P: Johannes Berg | |
403 | M: johannes@sipsolutions.net | |
404 | L: linuxppc-dev@ozlabs.org | |
82622046 | 405 | L: alsa-devel@alsa-project.org (subscribers-only) |
42269063 JB |
406 | S: Maintained |
407 | ||
1da177e4 LT |
408 | APM DRIVER |
409 | P: Stephen Rothwell | |
410 | M: sfr@canb.auug.org.au | |
411 | L: linux-laptop@vger.kernel.org | |
412 | W: http://www.canb.auug.org.au/~sfr/ | |
413 | S: Supported | |
414 | ||
bd7aa4b2 HR |
415 | APPLE BCM5974 MULTITOUCH DRIVER |
416 | P: Henrik Rydberg | |
417 | M: rydberg@euromail.se | |
418 | L: linux-input@vger.kernel.org | |
419 | S: Maintained | |
420 | ||
6f2fad74 NB |
421 | APPLE SMC DRIVER |
422 | P: Nicolas Boichat | |
423 | M: nicolas@boichat.ch | |
424 | L: mactel-linux-devel@lists.sourceforge.net | |
425 | S: Maintained | |
426 | ||
1da177e4 LT |
427 | APPLETALK NETWORK LAYER |
428 | P: Arnaldo Carvalho de Melo | |
926554c4 | 429 | M: acme@ghostprotocols.net |
1da177e4 LT |
430 | S: Maintained |
431 | ||
eb9ebe67 JB |
432 | APPLETOUCH TOUCHPAD DRIVER |
433 | P: Johannes Berg | |
434 | M: johannes@sipsolutions.net | |
eb76c5c0 | 435 | L: linux-input@vger.kernel.org |
eb9ebe67 JB |
436 | S: Maintained |
437 | ||
1154ea7d JK |
438 | ARC FRAMEBUFFER DRIVER |
439 | P: Jaya Kumar | |
440 | M: jayalk@intworks.biz | |
441 | S: Maintained | |
442 | ||
1da177e4 LT |
443 | ARM MFM AND FLOPPY DRIVERS |
444 | P: Ian Molton | |
445 | M: spyro@f2s.com | |
446 | S: Maintained | |
447 | ||
2761f5c2 | 448 | ARM PRIMECELL MMCI PL180/1 DRIVER |
6d79947a | 449 | S: Orphan |
2761f5c2 | 450 | |
2b7a52a4 LB |
451 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
452 | P: Lennert Buytenhek | |
453 | M: kernel@wantstofly.org | |
454 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
455 | S: Maintained | |
456 | ||
457 | ARM/ADS SPHERE MACHINE SUPPORT | |
458 | P: Lennert Buytenhek | |
459 | M: kernel@wantstofly.org | |
460 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
461 | S: Maintained | |
462 | ||
9c784f95 SL |
463 | ARM/AFEB9260 MACHINE SUPPORT |
464 | P: Sergey Lapin | |
465 | M: slapin@ossfans.org | |
466 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
467 | S: Maintained | |
468 | ||
2b7a52a4 LB |
469 | ARM/AJECO 1ARM MACHINE SUPPORT |
470 | P: Lennert Buytenhek | |
471 | M: kernel@wantstofly.org | |
472 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
473 | S: Maintained | |
474 | ||
d4a89c7d | 475 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
795fb7e7 JD |
476 | P: Andrew Victor |
477 | M: linux@maxim.org.za | |
478 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
479 | W: http://maxim.org.za/at91_26.html | |
480 | S: Maintained | |
d4a89c7d | 481 | |
2b7a52a4 LB |
482 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
483 | P: Lennert Buytenhek | |
484 | M: kernel@wantstofly.org | |
485 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
486 | S: Maintained | |
487 | ||
488 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | |
489 | P: Lennert Buytenhek | |
490 | M: kernel@wantstofly.org | |
491 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
492 | S: Maintained | |
493 | ||
d48134e7 | 494 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
a9da4f7e RK |
495 | P: Mike Rapoport |
496 | M: mike@compulab.co.il | |
497 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
498 | S: Maintained | |
499 | ||
1da177e4 LT |
500 | ARM/CORGI MACHINE SUPPORT |
501 | P: Richard Purdie | |
502 | M: rpurdie@rpsys.net | |
503 | S: Maintained | |
504 | ||
a9da4f7e RK |
505 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
506 | P: Daniel Ribeiro | |
507 | M: drwyrm@gmail.com | |
508 | P: Stefan Schmidt | |
509 | M: stefan@openezx.org | |
510 | P: Harald Welte | |
511 | M: laforge@openezx.org | |
512 | L: openezx-devel@lists.openezx.org (subscribers-only) | |
513 | W: http://www.openezx.org/ | |
514 | S: Maintained | |
515 | ||
86183a5f SH |
516 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
517 | P: Sascha Hauer | |
518 | M: kernel@pengutronix.de | |
519 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
520 | S: Maintained | |
521 | ||
2b7a52a4 LB |
522 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
523 | P: Lennert Buytenhek | |
524 | M: kernel@wantstofly.org | |
525 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
526 | S: Maintained | |
527 | ||
90b8fc34 JK |
528 | ARM/GUMSTIX MACHINE SUPPORT |
529 | P: Steve Sakoman | |
530 | M: sakoman@gmail.com | |
531 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
532 | S: Maintained | |
533 | ||
21f37bc3 | 534 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
795fb7e7 JD |
535 | P: Kristoffer Ericson |
536 | M: kristoffer.ericson@gmail.com | |
537 | W: www.jlime.com | |
538 | S: Maintained | |
21f37bc3 | 539 | |
2b7a52a4 LB |
540 | ARM/INTEL IOP32X ARM ARCHITECTURE |
541 | P: Lennert Buytenhek | |
542 | M: kernel@wantstofly.org | |
e2bdb176 DW |
543 | P: Dan Williams |
544 | M: dan.j.williams@intel.com | |
2b7a52a4 | 545 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
e2bdb176 DW |
546 | S: Supported |
547 | ||
548 | ARM/INTEL IOP33X ARM ARCHITECTURE | |
549 | P: Dan Williams | |
550 | M: dan.j.williams@intel.com | |
551 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
552 | S: Supported | |
2b7a52a4 LB |
553 | |
554 | ARM/INTEL IOP13XX ARM ARCHITECTURE | |
555 | P: Lennert Buytenhek | |
556 | M: kernel@wantstofly.org | |
e2bdb176 DW |
557 | P: Dan Williams |
558 | M: dan.j.williams@intel.com | |
2b7a52a4 | 559 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
e2bdb176 | 560 | S: Supported |
2b7a52a4 LB |
561 | |
562 | ARM/INTEL IQ81342EX MACHINE SUPPORT | |
563 | P: Lennert Buytenhek | |
564 | M: kernel@wantstofly.org | |
e2bdb176 DW |
565 | P: Dan Williams |
566 | M: dan.j.williams@intel.com | |
2b7a52a4 | 567 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
e2bdb176 | 568 | S: Supported |
2b7a52a4 LB |
569 | |
570 | ARM/INTEL IXP2000 ARM ARCHITECTURE | |
571 | P: Lennert Buytenhek | |
572 | M: kernel@wantstofly.org | |
573 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
574 | S: Maintained | |
575 | ||
576 | ARM/INTEL IXDP2850 MACHINE SUPPORT | |
577 | P: Lennert Buytenhek | |
578 | M: kernel@wantstofly.org | |
579 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
580 | S: Maintained | |
581 | ||
582 | ARM/INTEL IXP23XX ARM ARCHITECTURE | |
583 | P: Lennert Buytenhek | |
584 | M: kernel@wantstofly.org | |
585 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
586 | S: Maintained | |
587 | ||
588 | ARM/INTEL XSC3 (MANZANO) ARM CORE | |
589 | P: Lennert Buytenhek | |
590 | M: kernel@wantstofly.org | |
e2bdb176 DW |
591 | P: Dan Williams |
592 | M: dan.j.williams@intel.com | |
2b7a52a4 | 593 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
e2bdb176 | 594 | S: Supported |
2b7a52a4 LB |
595 | |
596 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | |
597 | P: Lennert Buytenhek | |
598 | M: kernel@wantstofly.org | |
599 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
600 | S: Maintained | |
601 | ||
602 | ARM/LOGICPD PXA270 MACHINE SUPPORT | |
603 | P: Lennert Buytenhek | |
604 | M: kernel@wantstofly.org | |
605 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
606 | S: Maintained | |
607 | ||
3b886171 PZ |
608 | ARM/MAGICIAN MACHINE SUPPORT |
609 | P: Philipp Zabel | |
610 | M: philipp.zabel@gmail.com | |
611 | S: Maintained | |
612 | ||
9624dfe6 KE |
613 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
614 | P: Michael Petchkovsky | |
615 | M: mkpetch@internode.on.net | |
616 | S: Maintained | |
617 | ||
8459c159 | 618 | ARM/TOSA MACHINE SUPPORT |
bfa0b1c3 | 619 | P: Dmitry Eremin-Solenikov |
93887049 | 620 | M: dbaryshkov@gmail.com |
8459c159 DO |
621 | P: Dirk Opfer |
622 | M: dirk@opfer-online.de | |
623 | S: Maintained | |
624 | ||
b5e4ad57 MV |
625 | ARM/PALMTX SUPPORT |
626 | P: Marek Vasut | |
627 | M: marek.vasut@gmail.com | |
628 | W: http://hackndev.com | |
629 | S: Maintained | |
630 | ||
c49e1e63 SL |
631 | ARM/PALMZ72 SUPPORT |
632 | P: Sergey Lapin | |
633 | M: slapin@ossfans.org | |
634 | W: http://hackndev.com | |
635 | S: Maintained | |
636 | ||
1da177e4 LT |
637 | ARM/PLEB SUPPORT |
638 | P: Peter Chubb | |
639 | M: pleb@gelato.unsw.edu.au | |
640 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | |
641 | S: Maintained | |
642 | ||
643 | ARM/PT DIGITAL BOARD PORT | |
644 | P: Stefan Eletzhofer | |
645 | M: stefan.eletzhofer@eletztrick.de | |
70f09f1f | 646 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
1da177e4 LT |
647 | W: http://www.arm.linux.org.uk/ |
648 | S: Maintained | |
649 | ||
2b7a52a4 LB |
650 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
651 | P: Lennert Buytenhek | |
652 | M: kernel@wantstofly.org | |
653 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
654 | S: Maintained | |
655 | ||
1da177e4 LT |
656 | ARM/SHARK MACHINE SUPPORT |
657 | P: Alexander Schulz | |
658 | M: alex@shark-linux.de | |
659 | W: http://www.shark-linux.de/shark.html | |
660 | S: Maintained | |
661 | ||
662 | ARM/STRONGARM110 PORT | |
663 | P: Russell King | |
664 | M: rmk@arm.linux.org.uk | |
70f09f1f | 665 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
1da177e4 LT |
666 | W: http://www.arm.linux.org.uk/ |
667 | S: Maintained | |
668 | ||
669 | ARM/S3C2410 ARM ARCHITECTURE | |
670 | P: Ben Dooks | |
449d4dd5 | 671 | M: ben-linux@fluff.org |
70f09f1f | 672 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
1da177e4 LT |
673 | W: http://www.fluff.org/ben/linux/ |
674 | S: Maintained | |
675 | ||
676 | ARM/S3C2440 ARM ARCHITECTURE | |
677 | P: Ben Dooks | |
449d4dd5 | 678 | M: ben-linux@fluff.org |
70f09f1f | 679 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
1da177e4 LT |
680 | W: http://www.fluff.org/ben/linux/ |
681 | S: Maintained | |
682 | ||
2b7a52a4 LB |
683 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
684 | P: Lennert Buytenhek | |
685 | M: kernel@wantstofly.org | |
686 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
687 | S: Maintained | |
688 | ||
689 | ARM/THECUS N2100 MACHINE SUPPORT | |
690 | P: Lennert Buytenhek | |
691 | M: kernel@wantstofly.org | |
692 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
693 | S: Maintained | |
694 | ||
98ad6e3b | 695 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
696 | P: Wan ZongShun | |
697 | M: mcuos.com@gmail.com | |
698 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
699 | W: http://www.mcuos.com | |
700 | S: Maintained | |
701 | ||
1da177e4 LT |
702 | ARPD SUPPORT |
703 | P: Jonathan Layes | |
979b6c13 | 704 | L: netdev@vger.kernel.org |
1da177e4 LT |
705 | S: Maintained |
706 | ||
707 | ASUS ACPI EXTRAS DRIVER | |
0b67d946 LB |
708 | P: Corentin Chary |
709 | M: corentincj@iksaif.net | |
1da177e4 LT |
710 | P: Karol Kozimor |
711 | M: sziwan@users.sourceforge.net | |
1da177e4 LT |
712 | L: acpi4asus-user@lists.sourceforge.net |
713 | W: http://sourceforge.net/projects/acpi4asus | |
0b67d946 | 714 | W: http://xf.iksaif.net/acpi4asus |
85091b71 CC |
715 | S: Maintained |
716 | ||
6ea884db MH |
717 | ASUS ASB100 HARDWARE MONITOR DRIVER |
718 | P: Mark M. Hoffman | |
719 | M: mhoffman@lightlink.com | |
720 | L: lm-sensors@lm-sensors.org | |
721 | S: Maintained | |
722 | ||
85091b71 CC |
723 | ASUS LAPTOP EXTRAS DRIVER |
724 | P: Corentin Chary | |
725 | M: corentincj@iksaif.net | |
726 | L: acpi4asus-user@lists.sourceforge.net | |
1da177e4 | 727 | W: http://sourceforge.net/projects/acpi4asus |
0b67d946 | 728 | W: http://xf.iksaif.net/acpi4asus |
1da177e4 LT |
729 | S: Maintained |
730 | ||
953a6479 | 731 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
b3e5f263 DW |
732 | P: Dan Williams |
733 | M: dan.j.williams@intel.com | |
5e45bb2e MS |
734 | P: Maciej Sosnowski |
735 | M: maciej.sosnowski@intel.com | |
b3e5f263 DW |
736 | L: linux-kernel@vger.kernel.org |
737 | W: http://sourceforge.net/projects/xscaleiop | |
738 | S: Supported | |
739 | ||
e7839f25 | 740 | ATA OVER ETHERNET (AOE) DRIVER |
1da177e4 LT |
741 | P: Ed L. Cashin |
742 | M: ecashin@coraid.com | |
743 | W: http://www.coraid.com/support/linux | |
744 | S: Supported | |
745 | ||
fa1c114f JS |
746 | ATHEROS ATH5K WIRELESS DRIVER |
747 | P: Jiri Slaby | |
748 | M: jirislaby@gmail.com | |
749 | P: Nick Kossifidis | |
750 | M: mickflemm@gmail.com | |
751 | P: Luis R. Rodriguez | |
4fe0657e | 752 | M: lrodriguez@atheros.com |
adef199c BC |
753 | P: Bob Copeland |
754 | M: me@bobcopeland.com | |
fa1c114f JS |
755 | L: linux-wireless@vger.kernel.org |
756 | L: ath5k-devel@lists.ath5k.org | |
757 | S: Maintained | |
758 | ||
f078f209 LR |
759 | ATHEROS ATH9K WIRELESS DRIVER |
760 | P: Luis R. Rodriguez | |
761 | M: lrodriguez@atheros.com | |
762 | P: Jouni Malinen | |
763 | M: jmalinen@atheros.com | |
764 | L: linux-wireless@vger.kernel.org | |
765 | L: ath9k-devel@lists.ath9k.org | |
766 | S: Supported | |
767 | ||
6f69a6d7 VS |
768 | ATI_REMOTE2 DRIVER |
769 | P: Ville Syrjala | |
770 | M: syrjala@sci.fi | |
771 | S: Maintained | |
772 | ||
7ae115b4 | 773 | ATLX ETHERNET DRIVERS |
8d5ca6ec JC |
774 | P: Jay Cliburn |
775 | M: jcliburn@gmail.com | |
776 | P: Chris Snook | |
777 | M: csnook@redhat.com | |
7ae115b4 CS |
778 | P: Jie Yang |
779 | M: jie.yang@atheros.com | |
8d5ca6ec JC |
780 | L: atl1-devel@lists.sourceforge.net |
781 | W: http://sourceforge.net/projects/atl1 | |
782 | W: http://atl1.sourceforge.net | |
783 | S: Maintained | |
784 | ||
1da177e4 LT |
785 | ATM |
786 | P: Chas Williams | |
787 | M: chas@cmf.nrl.navy.mil | |
f37bf90e | 788 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) |
44ae98b5 | 789 | L: netdev@vger.kernel.org |
1da177e4 LT |
790 | W: http://linux-atm.sourceforge.net |
791 | S: Maintained | |
792 | ||
272f133a | 793 | ATMEL AT91 MCI DRIVER |
81764fa9 | 794 | P: Nicolas Ferre |
8f4c79ce | 795 | M: nicolas.ferre@atmel.com |
81764fa9 PO |
796 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
797 | W: http://www.atmel.com/products/AT91/ | |
798 | W: http://www.at91.com/ | |
799 | S: Maintained | |
272f133a | 800 | |
a1cfac48 HS |
801 | ATMEL AT91 / AT32 SERIAL DRIVER |
802 | P: Haavard Skinnemoen | |
803 | M: hskinnemoen@atmel.com | |
804 | L: linux-kernel@vger.kernel.org | |
805 | S: Supported | |
806 | ||
8f4c79ce NF |
807 | ATMEL LCDFB DRIVER |
808 | P: Nicolas Ferre | |
809 | M: nicolas.ferre@atmel.com | |
8936b6db | 810 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
8f4c79ce NF |
811 | S: Maintained |
812 | ||
89e5785f | 813 | ATMEL MACB ETHERNET DRIVER |
89e5785f HS |
814 | P: Haavard Skinnemoen |
815 | M: hskinnemoen@atmel.com | |
816 | S: Supported | |
817 | ||
754ce4f2 HS |
818 | ATMEL SPI DRIVER |
819 | P: Haavard Skinnemoen | |
820 | M: hskinnemoen@atmel.com | |
821 | S: Supported | |
822 | ||
914a3f3b HS |
823 | ATMEL USBA UDC DRIVER |
824 | P: Haavard Skinnemoen | |
825 | M: hskinnemoen@atmel.com | |
826 | L: kernel@avr32linux.org | |
827 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver | |
828 | S: Supported | |
829 | ||
1da177e4 LT |
830 | ATMEL WIRELESS DRIVER |
831 | P: Simon Kelley | |
832 | M: simon@thekelleys.org.uk | |
724c6b35 | 833 | L: linux-wireless@vger.kernel.org |
1da177e4 LT |
834 | W: http://www.thekelleys.org.uk/atmel |
835 | W: http://atmelwlandriver.sourceforge.net/ | |
836 | S: Maintained | |
837 | ||
a92b7b80 | 838 | AUDIT SUBSYSTEM |
0ef1970d EP |
839 | P: Al Viro |
840 | M: viro@zeniv.linux.org.uk | |
841 | P: Eric Paris | |
842 | M: eparis@redhat.com | |
b9a06207 | 843 | L: linux-audit@redhat.com (subscribers-only) |
ad3f9a22 | 844 | W: http://people.redhat.com/sgrubb/audit/ |
0ef1970d | 845 | T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git |
a92b7b80 CW |
846 | S: Maintained |
847 | ||
70e84049 MOS |
848 | AUXILIARY DISPLAY DRIVERS |
849 | P: Miguel Ojeda Sandonis | |
450c622e | 850 | M: miguel.ojeda.sandonis@gmail.com |
70e84049 | 851 | L: linux-kernel@vger.kernel.org |
450c622e MO |
852 | W: http://miguelojeda.es/auxdisplay.htm |
853 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
854 | S: Maintained |
855 | ||
5f97f7f9 | 856 | AVR32 ARCHITECTURE |
5f97f7f9 HS |
857 | P: Haavard Skinnemoen |
858 | M: hskinnemoen@atmel.com | |
859 | W: http://www.atmel.com/products/AVR32/ | |
860 | W: http://avr32linux.org/ | |
861 | W: http://avrfreaks.net/ | |
862 | S: Supported | |
863 | ||
864 | AVR32/AT32AP MACHINE SUPPORT | |
5f97f7f9 HS |
865 | P: Haavard Skinnemoen |
866 | M: hskinnemoen@atmel.com | |
867 | S: Supported | |
868 | ||
1da177e4 LT |
869 | AX.25 NETWORK LAYER |
870 | P: Ralf Baechle | |
871 | M: ralf@linux-mips.org | |
872 | L: linux-hams@vger.kernel.org | |
d34cb28a | 873 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
874 | S: Maintained |
875 | ||
e2d1d6c0 RD |
876 | B43 WIRELESS DRIVER |
877 | P: Michael Buesch | |
878 | M: mb@bu3sch.de | |
879 | P: Stefano Brivio | |
880 | M: stefano.brivio@polimi.it | |
881 | L: linux-wireless@vger.kernel.org | |
882 | W: http://linuxwireless.org/en/users/Drivers/b43 | |
883 | S: Maintained | |
884 | ||
885 | B43LEGACY WIRELESS DRIVER | |
886 | P: Larry Finger | |
887 | M: Larry.Finger@lwfinger.net | |
888 | P: Stefano Brivio | |
889 | M: stefano.brivio@polimi.it | |
890 | L: linux-wireless@vger.kernel.org | |
891 | W: http://linuxwireless.org/en/users/Drivers/b43 | |
892 | S: Maintained | |
893 | ||
300abeb5 RP |
894 | BACKLIGHT CLASS/SUBSYSTEM |
895 | P: Richard Purdie | |
896 | M: rpurdie@rpsys.net | |
897 | S: Maintained | |
898 | ||
e2d1d6c0 RD |
899 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
900 | P: Thomas Sailer | |
901 | M: t.sailer@alumni.ethz.ch | |
902 | L: linux-hams@vger.kernel.org | |
903 | W: http://www.baycom.org/~tom/ham/ham.html | |
904 | S: Maintained | |
905 | ||
906 | BEFS FILE SYSTEM | |
907 | P: Sergey S. Kostyliov | |
908 | M: rathamahata@php4.ru | |
909 | L: linux-kernel@vger.kernel.org | |
910 | S: Maintained | |
911 | ||
912 | BFS FILE SYSTEM | |
913 | P: Tigran A. Aivazian | |
914 | M: tigran@aivazian.fsnet.co.uk | |
915 | L: linux-kernel@vger.kernel.org | |
916 | S: Maintained | |
917 | ||
1394f032 | 918 | BLACKFIN ARCHITECTURE |
e3b2d3f3 | 919 | P: Bryan Wu |
7dd06cdb | 920 | M: cooloney@kernel.org |
5b93e13f | 921 | L: uclinux-dist-devel@blackfin.uclinux.org |
e3b2d3f3 BW |
922 | W: http://blackfin.uclinux.org |
923 | S: Supported | |
566da5b2 | 924 | |
e190d6b1 BW |
925 | BLACKFIN EMAC DRIVER |
926 | P: Bryan Wu | |
7dd06cdb | 927 | M: cooloney@kernel.org |
e190d6b1 BW |
928 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) |
929 | W: http://blackfin.uclinux.org | |
930 | S: Supported | |
931 | ||
566da5b2 MF |
932 | BLACKFIN RTC DRIVER |
933 | P: Mike Frysinger | |
566da5b2 MF |
934 | M: vapier.adi@gmail.com |
935 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | |
936 | W: http://blackfin.uclinux.org | |
937 | S: Supported | |
1394f032 BW |
938 | |
939 | BLACKFIN SERIAL DRIVER | |
9c5e710b MF |
940 | P: Sonic Zhang |
941 | M: sonic.zhang@analog.com | |
e3b2d3f3 BW |
942 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) |
943 | W: http://blackfin.uclinux.org | |
944 | S: Supported | |
1394f032 | 945 | |
1e6d320f BW |
946 | BLACKFIN WATCHDOG DRIVER |
947 | P: Mike Frysinger | |
1e6d320f BW |
948 | M: vapier.adi@gmail.com |
949 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | |
950 | W: http://blackfin.uclinux.org | |
951 | S: Supported | |
952 | ||
d24ecfcc BW |
953 | BLACKFIN I2C TWI DRIVER |
954 | P: Sonic Zhang | |
955 | M: sonic.zhang@analog.com | |
956 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | |
957 | W: http://blackfin.uclinux.org/ | |
958 | S: Supported | |
959 | ||
1da177e4 LT |
960 | BLOCK LAYER |
961 | P: Jens Axboe | |
0fe23479 | 962 | M: axboe@kernel.dk |
1da177e4 | 963 | L: linux-kernel@vger.kernel.org |
6fb0425b | 964 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1da177e4 LT |
965 | S: Maintained |
966 | ||
2b54aaef JE |
967 | BLOCK2MTD DRIVER |
968 | P: Joern Engel | |
969 | M: joern@lazybastard.org | |
970 | L: linux-mtd@lists.infradead.org | |
971 | S: Maintained | |
972 | ||
63fbd24e | 973 | BLUETOOTH DRIVERS |
1da177e4 LT |
974 | P: Marcel Holtmann |
975 | M: marcel@holtmann.org | |
781c2844 | 976 | L: linux-bluetooth@vger.kernel.org |
63fbd24e | 977 | W: http://www.bluez.org/ |
1da177e4 LT |
978 | S: Maintained |
979 | ||
63fbd24e | 980 | BLUETOOTH SUBSYSTEM |
1da177e4 LT |
981 | P: Marcel Holtmann |
982 | M: marcel@holtmann.org | |
63fbd24e MH |
983 | L: linux-bluetooth@vger.kernel.org |
984 | W: http://www.bluez.org/ | |
985 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git | |
1da177e4 LT |
986 | S: Maintained |
987 | ||
988 | BONDING DRIVER | |
ce00f85c JC |
989 | P: Jay Vosburgh |
990 | M: fubar@us.ibm.com | |
991 | L: bonding-devel@lists.sourceforge.net | |
992 | W: http://sourceforge.net/projects/bonding/ | |
993 | S: Supported | |
1da177e4 | 994 | |
39105890 GZ |
995 | BROADCOM B44 10/100 ETHERNET DRIVER |
996 | P: Gary Zambrano | |
997 | M: zambrano@broadcom.com | |
998 | L: netdev@vger.kernel.org | |
999 | S: Supported | |
1000 | ||
948c51e6 MC |
1001 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
1002 | P: Michael Chan | |
1003 | M: mchan@broadcom.com | |
1004 | L: netdev@vger.kernel.org | |
1005 | S: Supported | |
1006 | ||
4d9d2cb0 | 1007 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
24e3fcef EG |
1008 | P: Eilon Greenstein |
1009 | M: eilong@broadcom.com | |
4d9d2cb0 ET |
1010 | L: netdev@vger.kernel.org |
1011 | S: Supported | |
1012 | ||
948c51e6 | 1013 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
1318136f MC |
1014 | P: Matt Carlson |
1015 | M: mcarlson@broadcom.com | |
948c51e6 MC |
1016 | P: Michael Chan |
1017 | M: mchan@broadcom.com | |
1018 | L: netdev@vger.kernel.org | |
1019 | S: Supported | |
1020 | ||
5cdf7f76 JA |
1021 | BSG (block layer generic sg v4 driver) |
1022 | P: FUJITA Tomonori | |
1023 | M: fujita.tomonori@lab.ntt.co.jp | |
1024 | L: linux-scsi@vger.kernel.org | |
1025 | S: Supported | |
1026 | ||
ff1d5c2f MB |
1027 | BT8XXGPIO DRIVER |
1028 | P: Michael Buesch | |
1029 | M: mb@bu3sch.de | |
1030 | W: http://bu3sch.de/btgpio.php | |
1031 | S: Maintained | |
1032 | ||
eb1eb04f JP |
1033 | BTRFS FILE SYSTEM |
1034 | P: Chris Mason | |
1035 | M: chris.mason@oracle.com | |
1036 | L: linux-btrfs@vger.kernel.org | |
1037 | W: http://btrfs.wiki.kernel.org/ | |
1038 | T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git | |
1039 | S: Maintained | |
1040 | ||
1da177e4 | 1041 | BTTV VIDEO4LINUX DRIVER |
96b6aba0 | 1042 | P: Mauro Carvalho Chehab |
8d58d773 | 1043 | M: mchehab@infradead.org |
661263b5 | 1044 | L: linux-media@vger.kernel.org |
1da177e4 | 1045 | L: video4linux-list@redhat.com |
96b6aba0 | 1046 | W: http://linuxtv.org |
661263b5 | 1047 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
96b6aba0 | 1048 | S: Maintained |
1da177e4 | 1049 | |
77d5140f | 1050 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
795fb7e7 | 1051 | P: Jonathan Corbet |
77d5140f | 1052 | M: corbet@lwn.net |
661263b5 MCC |
1053 | L: linux-media@vger.kernel.org |
1054 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
77d5140f JC |
1055 | S: Maintained |
1056 | ||
77dac90f MBY |
1057 | CALGARY x86-64 IOMMU |
1058 | P: Muli Ben-Yehuda | |
1059 | M: muli@il.ibm.com | |
1060 | P: Jon D. Mason | |
d8d2bedf | 1061 | M: jdmason@kudzu.us |
77dac90f MBY |
1062 | L: linux-kernel@vger.kernel.org |
1063 | L: discuss@x86-64.org | |
1064 | S: Maintained | |
1065 | ||
e2d1d6c0 RD |
1066 | CAN NETWORK LAYER |
1067 | P: Urs Thuermann | |
1068 | M: urs.thuermann@volkswagen.de | |
1069 | P: Oliver Hartkopp | |
1070 | M: oliver.hartkopp@volkswagen.de | |
1071 | L: socketcan-core@lists.berlios.de (subscribers-only) | |
1072 | W: http://developer.berlios.de/projects/socketcan/ | |
1073 | S: Maintained | |
1074 | ||
b8154542 AB |
1075 | CELL BROADBAND ENGINE ARCHITECTURE |
1076 | P: Arnd Bergmann | |
1077 | M: arnd@arndb.de | |
1078 | L: linuxppc-dev@ozlabs.org | |
1079 | L: cbe-oss-dev@ozlabs.org | |
1080 | W: http://www.ibm.com/developerworks/power/cell/ | |
1081 | S: Supported | |
1082 | ||
18332a80 DV |
1083 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
1084 | P: David Vrabel | |
1085 | M: david.vrabel@csr.com | |
1086 | L: linux-usb@vger.kernel.org | |
1087 | S: Supported | |
1088 | ||
70e84049 MOS |
1089 | CFAG12864B LCD DRIVER |
1090 | P: Miguel Ojeda Sandonis | |
450c622e | 1091 | M: miguel.ojeda.sandonis@gmail.com |
70e84049 | 1092 | L: linux-kernel@vger.kernel.org |
450c622e MO |
1093 | W: http://miguelojeda.es/auxdisplay.htm |
1094 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
1095 | S: Maintained |
1096 | ||
1097 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | |
1098 | P: Miguel Ojeda Sandonis | |
450c622e | 1099 | M: miguel.ojeda.sandonis@gmail.com |
70e84049 | 1100 | L: linux-kernel@vger.kernel.org |
450c622e MO |
1101 | W: http://miguelojeda.es/auxdisplay.htm |
1102 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
1103 | S: Maintained |
1104 | ||
704232c2 JB |
1105 | CFG80211 and NL80211 |
1106 | P: Johannes Berg | |
1107 | M: johannes@sipsolutions.net | |
1108 | L: linux-wireless@vger.kernel.org | |
1109 | S: Maintained | |
1110 | ||
0a920b5b AW |
1111 | CHECKPATCH |
1112 | P: Andy Whitcroft | |
b0e0b432 AW |
1113 | M: apw@canonical.com |
1114 | L: linux-kernel@vger.kernel.org | |
0a920b5b AW |
1115 | S: Supported |
1116 | ||
e2d1d6c0 RD |
1117 | CISCO 10G ETHERNET DRIVER |
1118 | P: Scott Feldman | |
1119 | M: scofeldm@cisco.com | |
1120 | P: Joe Eykholt | |
1121 | M: jeykholt@cisco.com | |
7063fbf2 JB |
1122 | S: Supported |
1123 | ||
2b7a52a4 LB |
1124 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
1125 | P: Lennert Buytenhek | |
1126 | M: kernel@wantstofly.org | |
1127 | L: netdev@vger.kernel.org | |
1128 | S: Maintained | |
1129 | ||
2b7a52a4 LB |
1130 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
1131 | P: Lennert Buytenhek | |
1132 | M: kernel@wantstofly.org | |
6372594a | 1133 | L: linux-usb@vger.kernel.org |
2b7a52a4 LB |
1134 | S: Maintained |
1135 | ||
d9e9d82c TT |
1136 | CIRRUS LOGIC CS4270 SOUND DRIVER |
1137 | P: Timur Tabi | |
1138 | M: timur@freescale.com | |
1139 | L: alsa-devel@alsa-project.org | |
1140 | S: Supported | |
1141 | ||
1da177e4 LT |
1142 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER |
1143 | P: Cirrus Logic Corporation (kernel 2.2 driver) | |
1144 | M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> | |
1145 | P: Nils Faerber (port to kernel 2.4) | |
1146 | M: Nils Faerber <nils@kernelconcepts.de> | |
1147 | S: Maintained | |
1148 | ||
1149 | CODA FILE SYSTEM | |
1150 | P: Jan Harkes | |
1151 | M: jaharkes@cs.cmu.edu | |
1152 | M: coda@cs.cmu.edu | |
1153 | L: codalist@coda.cs.cmu.edu | |
1154 | W: http://www.coda.cs.cmu.edu/ | |
1155 | S: Maintained | |
1156 | ||
e2d1d6c0 RD |
1157 | COMMON INTERNET FILE SYSTEM (CIFS) |
1158 | P: Steve French | |
1159 | M: sfrench@samba.org | |
1160 | L: linux-cifs-client@lists.samba.org | |
1161 | L: samba-technical@lists.samba.org | |
1162 | W: http://linux-cifs.samba.org/ | |
1163 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git | |
1164 | S: Supported | |
1165 | ||
1da177e4 LT |
1166 | COMPACTPCI HOTPLUG CORE |
1167 | P: Scott Murray | |
1168 | M: scottm@somanetworks.com | |
1169 | M: scott@spiteful.org | |
64dab204 | 1170 | L: linux-pci@vger.kernel.org |
1da177e4 LT |
1171 | S: Supported |
1172 | ||
1173 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | |
1174 | P: Scott Murray | |
1175 | M: scottm@somanetworks.com | |
1176 | M: scott@spiteful.org | |
64dab204 | 1177 | L: linux-pci@vger.kernel.org |
1da177e4 LT |
1178 | S: Supported |
1179 | ||
1180 | COMPACTPCI HOTPLUG GENERIC DRIVER | |
1181 | P: Scott Murray | |
1182 | M: scottm@somanetworks.com | |
1183 | M: scott@spiteful.org | |
64dab204 | 1184 | L: linux-pci@vger.kernel.org |
1da177e4 LT |
1185 | S: Supported |
1186 | ||
5411552c CJ |
1187 | COMPAL LAPTOP SUPPORT |
1188 | P: Cezary Jackiewicz | |
1189 | M: cezary.jackiewicz@gmail.com | |
1190 | S: Maintained | |
1191 | ||
1da177e4 LT |
1192 | COMPUTONE INTELLIPORT MULTIPORT CARD |
1193 | P: Michael H. Warfield | |
07d46de4 | 1194 | M: mhw@wittsend.com |
1da177e4 | 1195 | W: http://www.wittsend.com/computone.html |
07d46de4 | 1196 | S: Maintained |
1da177e4 | 1197 | |
949be0f7 SA |
1198 | CONEXANT ACCESSRUNNER USB DRIVER |
1199 | P: Simon Arlott | |
1200 | M: cxacru@fire.lp0.eu | |
9ae5e3bc SA |
1201 | L: accessrunner-general@lists.sourceforge.net |
1202 | W: http://accessrunner.sourceforge.net/ | |
949be0f7 SA |
1203 | S: Maintained |
1204 | ||
e2d1d6c0 RD |
1205 | CONFIGFS |
1206 | P: Joel Becker | |
1207 | M: joel.becker@oracle.com | |
1208 | L: linux-kernel@vger.kernel.org | |
1209 | S: Supported | |
1210 | ||
fb3a0fb6 PM |
1211 | CONTROL GROUPS (CGROUPS) |
1212 | P: Paul Menage | |
1213 | M: menage@google.com | |
01c4a428 KM |
1214 | P: Li Zefan |
1215 | M: lizf@cn.fujitsu.com | |
fb3a0fb6 PM |
1216 | L: containers@lists.linux-foundation.org |
1217 | S: Maintained | |
1218 | ||
bebe4678 RM |
1219 | CORETEMP HARDWARE MONITORING DRIVER |
1220 | P: Rudolf Marek | |
1221 | M: r.marek@assembler.cz | |
1222 | L: lm-sensors@lm-sensors.org | |
1223 | S: Maintained | |
1224 | ||
1da177e4 LT |
1225 | COSA/SRP SYNC SERIAL DRIVER |
1226 | P: Jan "Yenya" Kasprzak | |
1227 | M: kas@fi.muni.cz | |
1228 | W: http://www.fi.muni.cz/~kas/cosa/ | |
1229 | S: Maintained | |
1230 | ||
1231 | CPU FREQUENCY DRIVERS | |
1232 | P: Dave Jones | |
f4432c5c | 1233 | M: davej@redhat.com |
bc5f65d4 | 1234 | L: cpufreq@vger.kernel.org |
1da177e4 | 1235 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
7531a0b5 | 1236 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
1da177e4 LT |
1237 | S: Maintained |
1238 | ||
1239 | CPUID/MSR DRIVER | |
1240 | P: H. Peter Anvin | |
1241 | M: hpa@zytor.com | |
1242 | S: Maintained | |
1243 | ||
ed90fb4a | 1244 | CPUSETS |
6bffd7b5 | 1245 | P: Paul Menage |
6bffd7b5 | 1246 | M: menage@google.com |
ed90fb4a PJ |
1247 | L: linux-kernel@vger.kernel.org |
1248 | W: http://www.bullopensource.org/cpuset/ | |
551e172a | 1249 | W: http://oss.sgi.com/projects/cpusets/ |
ed90fb4a PJ |
1250 | S: Supported |
1251 | ||
1da177e4 | 1252 | CRAMFS FILESYSTEM |
ce00f85c JC |
1253 | W: http://sourceforge.net/projects/cramfs/ |
1254 | S: Orphan | |
1da177e4 LT |
1255 | |
1256 | CRIS PORT | |
1257 | P: Mikael Starvik | |
1258 | M: starvik@axis.com | |
0b07aa6d JN |
1259 | P: Jesper Nilsson |
1260 | M: jesper.nilsson@axis.com | |
1da177e4 LT |
1261 | L: dev-etrax@axis.com |
1262 | W: http://developer.axis.com | |
1263 | S: Maintained | |
1264 | ||
1265 | CRYPTO API | |
1266 | P: Herbert Xu | |
1267 | M: herbert@gondor.apana.org.au | |
1268 | P: David S. Miller | |
1269 | M: davem@davemloft.net | |
1270 | L: linux-crypto@vger.kernel.org | |
1adc1230 | 1271 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1da177e4 LT |
1272 | S: Maintained |
1273 | ||
5b07bd57 NH |
1274 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
1275 | P: Neil Horman | |
1276 | M: nhorman@tuxdriver.com | |
1277 | L: linux-crypto@vger.kernel.org | |
1278 | S: Maintained | |
1279 | ||
9b4ffa48 JK |
1280 | CS5535 Audio ALSA driver |
1281 | P: Jaya Kumar | |
1282 | M: jayakumar.alsa@gmail.com | |
1283 | S: Maintained | |
1284 | ||
6d8425b1 HV |
1285 | CX18 VIDEO4LINUX DRIVER |
1286 | P: Hans Verkuil, Andy Walls | |
1287 | M: hverkuil@xs4all.nl, awalls@radix.net | |
1288 | L: ivtv-devel@ivtvdriver.org | |
1289 | L: ivtv-users@ivtvdriver.org | |
661263b5 MCC |
1290 | L: linux-media@vger.kernel.org |
1291 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
6d8425b1 HV |
1292 | W: http://linuxtv.org |
1293 | S: Maintained | |
1294 | ||
e5ec3789 SW |
1295 | CXGB3 ETHERNET DRIVER (CXGB3) |
1296 | P: Divy Le Ray | |
1297 | M: divy@chelsio.com | |
1298 | L: netdev@vger.kernel.org | |
1299 | W: http://www.chelsio.com | |
1300 | S: Supported | |
1301 | ||
1302 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) | |
1303 | P: Steve Wise | |
1304 | M: swise@chelsio.com | |
1305 | L: general@lists.openfabrics.org | |
1306 | W: http://www.openfabrics.org | |
1307 | S: Supported | |
1308 | ||
1da177e4 LT |
1309 | CYBERPRO FB DRIVER |
1310 | P: Russell King | |
1311 | M: rmk@arm.linux.org.uk | |
1312 | W: http://www.arm.linux.org.uk/ | |
1313 | S: Maintained | |
1314 | ||
9fa68eae KP |
1315 | CYBLAFB FRAMEBUFFER DRIVER |
1316 | P: Knut Petersen | |
1317 | M: Knut_Petersen@t-online.de | |
8936b6db | 1318 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
9fa68eae KP |
1319 | S: Maintained |
1320 | ||
1da177e4 LT |
1321 | CYCLADES 2X SYNC CARD DRIVER |
1322 | P: Arnaldo Carvalho de Melo | |
926554c4 ACM |
1323 | M: acme@ghostprotocols.net |
1324 | W: http://oops.ghostprotocols.net:81/blog | |
1da177e4 LT |
1325 | S: Maintained |
1326 | ||
1327 | CYCLADES ASYNC MUX DRIVER | |
1da177e4 | 1328 | W: http://www.cyclades.com/ |
d459883e | 1329 | S: Orphan |
1da177e4 LT |
1330 | |
1331 | CYCLADES PC300 DRIVER | |
1da177e4 | 1332 | W: http://www.cyclades.com/ |
d459883e | 1333 | S: Orphan |
1da177e4 | 1334 | |
1da177e4 LT |
1335 | DAMA SLAVE for AX.25 |
1336 | P: Joerg Reuter | |
1337 | M: jreuter@yaina.de | |
1338 | W: http://yaina.de/jreuter/ | |
1339 | W: http://www.qsl.net/dl1bke/ | |
1340 | L: linux-hams@vger.kernel.org | |
1341 | S: Maintained | |
1342 | ||
e2d1d6c0 RD |
1343 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
1344 | P: Tobias Ringstrom | |
1345 | M: tori@unhappy.mine.nu | |
1346 | L: netdev@vger.kernel.org | |
1347 | S: Maintained | |
1348 | ||
1349 | DC390/AM53C974 SCSI driver | |
1350 | P: Kurt Garloff | |
1351 | M: garloff@suse.de | |
1352 | W: http://www.garloff.de/kurt/linux/dc390/ | |
1353 | P: Guennadi Liakhovetski | |
1354 | M: g.liakhovetski@gmx.de | |
1355 | S: Maintained | |
1356 | ||
1da177e4 LT |
1357 | DC395x SCSI driver |
1358 | P: Oliver Neukum | |
1359 | M: oliver@neukum.name | |
1360 | P: Ali Akcaagac | |
1361 | M: aliakc@web.de | |
1362 | P: Jamie Lenehan | |
1363 | M: lenehan@twibble.org | |
1364 | W: http://twibble.org/dist/dc395x/ | |
f5df5881 | 1365 | L: dc395x@twibble.org |
1da177e4 LT |
1366 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
1367 | S: Maintained | |
1368 | ||
eb8edb08 ACM |
1369 | DCCP PROTOCOL |
1370 | P: Arnaldo Carvalho de Melo | |
926554c4 | 1371 | M: acme@ghostprotocols.net |
eb8edb08 | 1372 | L: dccp@vger.kernel.org |
f3b84ec2 | 1373 | W: http://linux-net.osdl.org/index.php/DCCP |
eb8edb08 ACM |
1374 | S: Maintained |
1375 | ||
1da177e4 | 1376 | DECnet NETWORK LAYER |
8943f268 CC |
1377 | P: Christine Caulfield |
1378 | M: christine.caulfield@googlemail.com | |
1da177e4 LT |
1379 | W: http://linux-decnet.sourceforge.net |
1380 | L: linux-decnet-user@lists.sourceforge.net | |
1381 | S: Maintained | |
1382 | ||
1383 | DEFXX FDDI NETWORK DRIVER | |
1384 | P: Maciej W. Rozycki | |
1385 | M: macro@linux-mips.org | |
1386 | S: Maintained | |
1387 | ||
ad8f07cc MG |
1388 | DELL LAPTOP DRIVER |
1389 | P: Matthew Garrett | |
1390 | M: mjg59@srcf.ucam.org | |
1391 | S: Maintained | |
1392 | ||
1da177e4 LT |
1393 | DELL LAPTOP SMM DRIVER |
1394 | P: Massimo Dal Zotto | |
1395 | M: dz@debian.org | |
1396 | W: http://www.debian.org/~dz/i8k/ | |
1397 | S: Maintained | |
1398 | ||
90563ec4 DW |
1399 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
1400 | P: Doug Warzecha | |
1401 | M: Douglas_Warzecha@dell.com | |
1402 | S: Maintained | |
1403 | ||
1da177e4 LT |
1404 | DEVICE NUMBER REGISTRY |
1405 | P: Torben Mathiasen | |
1406 | M: device@lanana.org | |
1407 | W: http://lanana.org/docs/device-list/index.html | |
1408 | L: linux-kernel@vger.kernel.org | |
1409 | S: Maintained | |
1410 | ||
e2d1d6c0 RD |
1411 | DEVICE-MAPPER (LVM) |
1412 | P: Alasdair Kergon | |
1413 | L: dm-devel@redhat.com | |
1414 | W: http://sources.redhat.com/dm | |
1415 | S: Maintained | |
1416 | ||
1da177e4 LT |
1417 | DIGI INTL. EPCA DRIVER |
1418 | P: Digi International, Inc | |
1419 | M: Eng.Linux@digi.com | |
1420 | L: Eng.Linux@digi.com | |
1421 | W: http://www.digi.com | |
baaea1dc | 1422 | S: Orphan |
1da177e4 | 1423 | |
e7839f25 | 1424 | DIRECTORY NOTIFICATION (DNOTIFY) |
1da177e4 LT |
1425 | P: Stephen Rothwell |
1426 | M: sfr@canb.auug.org.au | |
1427 | L: linux-kernel@vger.kernel.org | |
1428 | S: Supported | |
1429 | ||
1430 | DISK GEOMETRY AND PARTITION HANDLING | |
1431 | P: Andries Brouwer | |
1432 | M: aeb@cwi.nl | |
1433 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | |
1434 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | |
1435 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | |
1436 | S: Maintained | |
1437 | ||
4480f15b | 1438 | DISKQUOTA |
1da177e4 LT |
1439 | P: Jan Kara |
1440 | M: jack@suse.cz | |
1441 | L: linux-kernel@vger.kernel.org | |
1442 | S: Maintained | |
1443 | ||
e7839f25 | 1444 | DISTRIBUTED LOCK MANAGER (DLM) |
8943f268 CC |
1445 | P: Christine Caulfield |
1446 | M: ccaulfie@redhat.com | |
5be7b50f SW |
1447 | P: David Teigland |
1448 | M: teigland@redhat.com | |
a4644184 | 1449 | L: cluster-devel@redhat.com |
5be7b50f | 1450 | W: http://sources.redhat.com/cluster/ |
d7c2feaf | 1451 | T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git |
5be7b50f SW |
1452 | S: Supported |
1453 | ||
b3e5f263 | 1454 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
5e45bb2e MS |
1455 | P: Maciej Sosnowski |
1456 | M: maciej.sosnowski@intel.com | |
b3e5f263 DW |
1457 | P: Dan Williams |
1458 | M: dan.j.williams@intel.com | |
248a9dc3 | 1459 | L: linux-kernel@vger.kernel.org |
b3e5f263 | 1460 | S: Supported |
248a9dc3 | 1461 | |
b825037d JH |
1462 | DME1737 HARDWARE MONITOR DRIVER |
1463 | P: Juerg Haefliger | |
1464 | M: juergh@gmail.com | |
1465 | L: lm-sensors@lm-sensors.org | |
1466 | S: Maintained | |
1467 | ||
ba483d57 | 1468 | DOCBOOK FOR DOCUMENTATION |
0f40efbd RD |
1469 | P: Randy Dunlap |
1470 | M: rdunlap@xenotime.net | |
ba483d57 MW |
1471 | S: Maintained |
1472 | ||
5b9c9bf6 | 1473 | DOCKING STATION DRIVER |
c5d191b8 LB |
1474 | P: Shaohua Li |
1475 | M: shaohua.li@intel.com | |
5b9c9bf6 | 1476 | L: linux-acpi@vger.kernel.org |
8b59a454 | 1477 | S: Supported |
5b9c9bf6 | 1478 | |
abbaeff3 | 1479 | DOCUMENTATION (/Documentation directory) |
795fb7e7 JD |
1480 | P: Randy Dunlap |
1481 | M: rdunlap@xenotime.net | |
1482 | L: linux-doc@vger.kernel.org | |
1483 | S: Maintained | |
abbaeff3 | 1484 | |
1da177e4 LT |
1485 | DOUBLETALK DRIVER |
1486 | P: James R. Van Zandt | |
1487 | M: jrv@vanzandt.mv.com | |
1488 | L: blinux-list@redhat.com | |
1489 | S: Maintained | |
1490 | ||
e2d1d6c0 RD |
1491 | DPT_I2O SCSI RAID DRIVER |
1492 | P: Adaptec OEM Raid Solutions | |
1493 | M: aacraid@adaptec.com | |
1494 | L: linux-scsi@vger.kernel.org | |
1495 | W: http://www.adaptec.com/ | |
1496 | S: Maintained | |
1497 | ||
1da177e4 LT |
1498 | DRIVER CORE, KOBJECTS, AND SYSFS |
1499 | P: Greg Kroah-Hartman | |
1500 | M: gregkh@suse.de | |
1501 | L: linux-kernel@vger.kernel.org | |
6fb0425b | 1502 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
1503 | S: Supported |
1504 | ||
1505 | DRM DRIVERS | |
1506 | P: David Airlie | |
1507 | M: airlied@linux.ie | |
1508 | L: dri-devel@lists.sourceforge.net | |
6fb0425b | 1509 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1da177e4 LT |
1510 | S: Maintained |
1511 | ||
1512 | DSCC4 DRIVER | |
01f20734 FR |
1513 | P: Francois Romieu |
1514 | M: romieu@fr.zoreil.com | |
1515 | L: netdev@vger.kernel.org | |
1da177e4 LT |
1516 | S: Maintained |
1517 | ||
1518 | DVB SUBSYSTEM AND DRIVERS | |
1519 | P: LinuxTV.org Project | |
661263b5 | 1520 | M: linux-media@vger.kernel.org |
795fb7e7 | 1521 | L: linux-dvb@linuxtv.org (subscription required) |
7d69fa62 | 1522 | W: http://linuxtv.org/ |
661263b5 | 1523 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
8d58d773 | 1524 | S: Maintained |
1da177e4 | 1525 | |
789c7048 MR |
1526 | DZ DECSTATION DZ11 SERIAL DRIVER |
1527 | P: Maciej W. Rozycki | |
1528 | M: macro@linux-mips.org | |
1529 | S: Maintained | |
1530 | ||
1da177e4 LT |
1531 | EATA-DMA SCSI DRIVER |
1532 | P: Michael Neuffer | |
1533 | L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org | |
1534 | S: Maintained | |
1535 | ||
1536 | EATA ISA/EISA/PCI SCSI DRIVER | |
1537 | P: Dario Ballabio | |
1538 | M: ballabio_dario@emc.com | |
1539 | L: linux-scsi@vger.kernel.org | |
1540 | S: Maintained | |
1541 | ||
1542 | EATA-PIO SCSI DRIVER | |
1543 | P: Michael Neuffer | |
1544 | M: mike@i-Connect.Net | |
1545 | L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org | |
1546 | S: Maintained | |
1547 | ||
1548 | EBTABLES | |
1549 | P: Bart De Schuymer | |
1550 | M: bart.de.schuymer@pandora.be | |
1551 | L: ebtables-user@lists.sourceforge.net | |
1552 | L: ebtables-devel@lists.sourceforge.net | |
1553 | W: http://ebtables.sourceforge.net/ | |
1554 | S: Maintained | |
1555 | ||
237fead6 | 1556 | ECRYPT FILE SYSTEM |
6dc7516e MH |
1557 | P: Tyler Hicks, Dustin Kirkland |
1558 | M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com | |
1559 | L: ecryptfs-devel@lists.launchpad.net | |
1560 | W: https://launchpad.net/ecryptfs | |
237fead6 MH |
1561 | S: Supported |
1562 | ||
da9bb1d2 | 1563 | EDAC-CORE |
0e438e3f | 1564 | P: Doug Thompson |
ba9a5918 | 1565 | M: dougthompson@xmission.com |
0e438e3f DP |
1566 | L: bluesmoke-devel@lists.sourceforge.net |
1567 | W: bluesmoke.sourceforge.net | |
8c2a6a40 | 1568 | S: Supported |
0e438e3f DP |
1569 | |
1570 | EDAC-E752X | |
8c2a6a40 | 1571 | P: Mark Gross |
ba9a5918 | 1572 | P: Doug Thompson |
8c2a6a40 | 1573 | M: mark.gross@intel.com |
ba9a5918 | 1574 | M: dougthompson@xmission.com |
0e438e3f DP |
1575 | L: bluesmoke-devel@lists.sourceforge.net |
1576 | W: bluesmoke.sourceforge.net | |
1577 | S: Maintained | |
1578 | ||
1579 | EDAC-E7XXX | |
8c2a6a40 | 1580 | P: Doug Thompson |
ba9a5918 | 1581 | M: dougthompson@xmission.com |
0e438e3f DP |
1582 | L: bluesmoke-devel@lists.sourceforge.net |
1583 | W: bluesmoke.sourceforge.net | |
1584 | S: Maintained | |
1585 | ||
6bc78404 DT |
1586 | EDAC-I82443BXGX |
1587 | P: Tim Small | |
1588 | M: tim@buttersideup.com | |
1589 | L: bluesmoke-devel@lists.sourceforge.net | |
1590 | W: bluesmoke.sourceforge.net | |
1591 | S: Maintained | |
1592 | ||
1593 | EDAC-I3000 | |
1594 | P: Jason Uhlenkott | |
1595 | M: juhlenko@akamai.com | |
1596 | L: bluesmoke-devel@lists.sourceforge.net | |
1597 | W: bluesmoke.sourceforge.net | |
1598 | S: Maintained | |
1599 | ||
1600 | EDAC-I5000 | |
1601 | P: Doug Thompson | |
ba9a5918 DT |
1602 | M: dougthompson@xmission.com |
1603 | L: bluesmoke-devel@lists.sourceforge.net | |
1604 | W: bluesmoke.sourceforge.net | |
1605 | S: Maintained | |
1606 | ||
44c12cb2 MCC |
1607 | EDAC-I5400 |
1608 | P: Mauro Carvalho Chehab | |
1609 | M: mchehab@redhat.com | |
1610 | L: bluesmoke-devel@lists.sourceforge.net | |
1611 | W: bluesmoke.sourceforge.net | |
1612 | S: Maintained | |
1613 | ||
ba9a5918 DT |
1614 | EDAC-I82975X |
1615 | P: Ranganathan Desikan | |
1616 | P: Arvind R. | |
1617 | M: rdesikan@jetzbroadband.com | |
1618 | M: arvind@acarlab.com | |
1619 | L: bluesmoke-devel@lists.sourceforge.net | |
1620 | W: bluesmoke.sourceforge.net | |
1621 | S: Maintained | |
1622 | ||
1623 | EDAC-PASEMI | |
1624 | P: Egor Martovetsky | |
1625 | M: egor@pasemi.com | |
6bc78404 DT |
1626 | L: bluesmoke-devel@lists.sourceforge.net |
1627 | W: bluesmoke.sourceforge.net | |
1628 | S: Maintained | |
1629 | ||
0e438e3f DP |
1630 | EDAC-R82600 |
1631 | P: Tim Small | |
1632 | M: tim@buttersideup.com | |
1633 | L: bluesmoke-devel@lists.sourceforge.net | |
1634 | W: bluesmoke.sourceforge.net | |
1635 | S: Maintained | |
da9bb1d2 | 1636 | |
e59f8796 EC |
1637 | EEEPC LAPTOP EXTRAS DRIVER |
1638 | P: Corentin Chary | |
1639 | M: corentincj@iksaif.net | |
1640 | L: acpi4asus-user@lists.sourceforge.net | |
1641 | W: http://sourceforge.net/projects/acpi4asus | |
1642 | S: Maintained | |
1643 | ||
0bee8d28 JT |
1644 | EFS FILESYSTEM |
1645 | W: http://aeschi.ch.eu.org/efs/ | |
1646 | S: Orphan | |
1647 | ||
4480f15b | 1648 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
fab97220 HS |
1649 | P: Hoang-Nam Nguyen |
1650 | M: hnguyen@de.ibm.com | |
1651 | P: Christoph Raisch | |
1652 | M: raisch@de.ibm.com | |
78526821 | 1653 | L: general@lists.openfabrics.org |
fab97220 HS |
1654 | S: Supported |
1655 | ||
3e3a7d66 DW |
1656 | EMBEDDED LINUX |
1657 | P: Paul Gortmaker | |
1658 | M: paul.gortmaker@windriver.com | |
a46add72 | 1659 | P: David Woodhouse |
3e3a7d66 DW |
1660 | M: dwmw2@infradead.org |
1661 | L: linux-embedded@vger.kernel.org | |
1662 | S: Maintained | |
1663 | ||
3a1c1d44 | 1664 | EMULEX LPFC FC SCSI DRIVER |
ce00f85c JC |
1665 | P: James Smart |
1666 | M: james.smart@emulex.com | |
1667 | L: linux-scsi@vger.kernel.org | |
1668 | W: http://sourceforge.net/projects/lpfcxxxx | |
1669 | S: Supported | |
3a1c1d44 | 1670 | |
1da177e4 LT |
1671 | EPSON 1355 FRAMEBUFFER DRIVER |
1672 | P: Christopher Hoover | |
1673 | M: ch@murgatroid.com, ch@hpl.hp.com | |
1674 | S: Maintained | |
1675 | ||
d5ca9006 KE |
1676 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
1677 | P: Kristoffer Ericson | |
1678 | M: kristoffer.ericson@gmail.com | |
1679 | S: Maintained | |
1680 | ||
1da177e4 LT |
1681 | ETHEREXPRESS-16 NETWORK DRIVER |
1682 | P: Philip Blundell | |
1683 | M: philb@gnu.org | |
979b6c13 | 1684 | L: netdev@vger.kernel.org |
1da177e4 LT |
1685 | S: Maintained |
1686 | ||
1687 | ETHERNET BRIDGE | |
1688 | P: Stephen Hemminger | |
65ebe634 | 1689 | M: shemminger@linux-foundation.org |
f318a63b | 1690 | L: bridge@lists.linux-foundation.org |
57c511d8 | 1691 | W: http://www.linux-foundation.org/en/Net:Bridge |
1da177e4 LT |
1692 | S: Maintained |
1693 | ||
1694 | ETHERTEAM 16I DRIVER | |
1695 | P: Mika Kuoppala | |
1696 | M: miku@iki.fi | |
1697 | S: Maintained | |
1698 | ||
1699 | EXT2 FILE SYSTEM | |
72be2ccf | 1700 | L: linux-ext4@vger.kernel.org |
1da177e4 LT |
1701 | S: Maintained |
1702 | ||
1703 | EXT3 FILE SYSTEM | |
1704 | P: Stephen Tweedie, Andrew Morton | |
8deacee4 | 1705 | M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com |
72be2ccf EM |
1706 | L: linux-ext4@vger.kernel.org |
1707 | S: Maintained | |
1708 | ||
1709 | EXT4 FILE SYSTEM | |
08a225f1 TT |
1710 | P: Theodore Ts'o |
1711 | M: tytso@mit.edu, adilger@sun.com | |
72be2ccf | 1712 | L: linux-ext4@vger.kernel.org |
08a225f1 | 1713 | W: http://ext4.wiki.kernel.org |
1da177e4 LT |
1714 | S: Maintained |
1715 | ||
e53004e2 JD |
1716 | F71805F HARDWARE MONITORING DRIVER |
1717 | P: Jean Delvare | |
1718 | M: khali@linux-fr.org | |
1719 | L: lm-sensors@lm-sensors.org | |
1720 | S: Maintained | |
1721 | ||
1da177e4 LT |
1722 | FARSYNC SYNCHRONOUS DRIVER |
1723 | P: Kevin Curtis | |
1724 | M: kevin.curtis@farsite.co.uk | |
1da177e4 LT |
1725 | W: http://www.farsite.co.uk/ |
1726 | S: Supported | |
1727 | ||
c5408b88 AM |
1728 | FAULT INJECTION SUPPORT |
1729 | P: Akinobu Mita | |
1730 | M: akinobu.mita@gmail.com | |
1731 | S: Supported | |
1732 | ||
e2d1d6c0 RD |
1733 | FILE LOCKING (flock() and fcntl()/lockf()) |
1734 | P: Matthew Wilcox | |
1735 | M: matthew@wil.cx | |
1736 | L: linux-fsdevel@vger.kernel.org | |
1da177e4 LT |
1737 | S: Maintained |
1738 | ||
e2d1d6c0 RD |
1739 | FILESYSTEMS (VFS and infrastructure) |
1740 | P: Alexander Viro | |
1741 | M: viro@zeniv.linux.org.uk | |
1742 | L: linux-fsdevel@vger.kernel.org | |
173acc7c ZW |
1743 | S: Maintained |
1744 | ||
e2d1d6c0 RD |
1745 | FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) |
1746 | P: Kristian Hoegsberg, Stefan Richter | |
1747 | M: krh@redhat.com, stefanr@s5r6.in-berlin.de | |
1748 | L: linux1394-devel@lists.sourceforge.net | |
1749 | W: http://www.linux1394.org/ | |
1750 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | |
1751 | S: Maintained | |
1752 | ||
1753 | FIRMWARE LOADER (request_firmware) | |
1754 | L: linux-kernel@vger.kernel.org | |
1755 | S: Orphan | |
1756 | ||
1757 | FPU EMULATOR | |
1758 | P: Bill Metzenthen | |
1759 | M: billm@suburbia.net | |
1760 | W: http://suburbia.net/~billm/floating-point/emulator/ | |
1761 | S: Maintained | |
1762 | ||
1763 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | |
1764 | P: Mike McLagan | |
1765 | M: mike.mclagan@linux.org | |
1766 | L: netdev@vger.kernel.org | |
1767 | S: Maintained | |
1768 | ||
1769 | FRAMEBUFFER LAYER | |
1770 | P: Antonino Daplas | |
1771 | M: adaplas@gmail.com | |
1772 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | |
1773 | W: http://linux-fbdev.sourceforge.net/ | |
1774 | S: Maintained | |
1775 | ||
1776 | FREESCALE DMA DRIVER | |
1777 | P: Li Yang | |
1778 | M: leoli@freescale.com | |
1779 | P: Zhang Wei | |
1780 | M: zw@zh-kernel.org | |
1781 | L: linuxppc-embedded@ozlabs.org | |
1782 | L: linux-kernel@vger.kernel.org | |
1783 | S: Maintained | |
1784 | ||
1785 | FREESCALE I2C CPM DRIVER | |
1786 | P: Jochen Friedrich | |
1787 | M: jochen@scram.de | |
1788 | L: linuxppc-dev@ozlabs.org | |
846557d3 | 1789 | L: linux-i2c@vger.kernel.org |
0d2b405a JF |
1790 | S: Maintained |
1791 | ||
60e8c5ab SH |
1792 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
1793 | P: Sascha Hauer | |
1794 | M: kernel@pengutronix.de | |
1795 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | |
1796 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
1797 | S: Maintained | |
1798 | ||
4689a6b1 PA |
1799 | FREESCALE SOC FS_ENET DRIVER |
1800 | P: Pantelis Antoniou | |
1801 | M: pantelis.antoniou@gmail.com | |
1802 | P: Vitaly Bordug | |
1803 | M: vbordug@ru.mvista.com | |
88de3cab | 1804 | L: linuxppc-dev@ozlabs.org |
4689a6b1 PA |
1805 | L: netdev@vger.kernel.org |
1806 | S: Maintained | |
1807 | ||
d9e9d82c TT |
1808 | FREESCALE QUICC ENGINE LIBRARY |
1809 | P: Timur Tabi | |
1810 | M: timur@freescale.com | |
1811 | L: linuxppc-dev@ozlabs.org | |
1812 | S: Supported | |
1813 | ||
a7205b30 LY |
1814 | FREESCALE HIGHSPEED USB DEVICE DRIVER |
1815 | P: Li Yang | |
1816 | M: leoli@freescale.com | |
6372594a | 1817 | L: linux-usb@vger.kernel.org |
88de3cab | 1818 | L: linuxppc-dev@ozlabs.org |
a7205b30 LY |
1819 | S: Maintained |
1820 | ||
beaf53bf LY |
1821 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
1822 | P: Li Yang | |
1823 | M: leoli@freescale.com | |
1824 | L: netdev@vger.kernel.org | |
88de3cab | 1825 | L: linuxppc-dev@ozlabs.org |
beaf53bf LY |
1826 | S: Maintained |
1827 | ||
d9e9d82c TT |
1828 | FREESCALE QUICC ENGINE UCC UART DRIVER |
1829 | P: Timur Tabi | |
1830 | M: timur@freescale.com | |
1831 | L: linuxppc-dev@ozlabs.org | |
1832 | S: Supported | |
1833 | ||
1834 | FREESCALE SOC SOUND DRIVERS | |
1835 | P: Timur Tabi | |
1836 | M: timur@freescale.com | |
1837 | L: alsa-devel@alsa-project.org | |
1838 | L: linuxppc-dev@ozlabs.org | |
1839 | S: Supported | |
1840 | ||
1da177e4 LT |
1841 | FREEVXFS FILESYSTEM |
1842 | P: Christoph Hellwig | |
1843 | M: hch@infradead.org | |
1844 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs | |
1845 | S: Maintained | |
1846 | ||
71038f52 PM |
1847 | FREEZER |
1848 | P: Pavel Machek | |
1849 | M: pavel@suse.cz | |
1850 | P: Rafael J. Wysocki | |
1851 | M: rjw@sisk.pl | |
1852 | L: linux-pm@lists.linux-foundation.org | |
1853 | S: Supported | |
1854 | ||
de3b69d7 SR |
1855 | FTRACE |
1856 | P: Steven Rostedt | |
8e324c19 | 1857 | M: rostedt@goodmis.org |
de3b69d7 SR |
1858 | S: Maintained |
1859 | ||
5ab7ffea | 1860 | FUJITSU FR-V (FRV) PORT |
1da177e4 LT |
1861 | P: David Howells |
1862 | M: dhowells@redhat.com | |
1863 | S: Maintained | |
1864 | ||
20b93734 JW |
1865 | FUJITSU LAPTOP EXTRAS |
1866 | P: Jonathan Woithe | |
1867 | M: jwoithe@physics.adelaide.edu.au | |
1868 | L: linux-acpi@vger.kernel.org | |
1869 | S: Maintained | |
1870 | ||
04578f17 MS |
1871 | FUSE: FILESYSTEM IN USERSPACE |
1872 | P: Miklos Szeredi | |
1873 | M: miklos@szeredi.hu | |
1874 | L: fuse-devel@lists.sourceforge.net | |
1875 | W: http://fuse.sourceforge.net/ | |
1876 | S: Maintained | |
1877 | ||
1da177e4 LT |
1878 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
1879 | P: Rik Faith | |
1880 | M: faith@cs.unc.edu | |
1881 | L: linux-scsi@vger.kernel.org | |
baaea1dc | 1882 | S: Odd Fixes (e.g., new signatures) |
1da177e4 LT |
1883 | |
1884 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | |
1885 | P: Achim Leubner | |
1886 | M: achim_leubner@adaptec.com | |
1887 | L: linux-scsi@vger.kernel.org | |
1888 | W: http://www.icp-vortex.com/ | |
1889 | S: Supported | |
1890 | ||
1c23af90 HS |
1891 | GENERIC GPIO I2C DRIVER |
1892 | P: Haavard Skinnemoen | |
1893 | M: hskinnemoen@atmel.com | |
1894 | S: Supported | |
1895 | ||
9251ce95 | 1896 | GENERIC HDLC (WAN) DRIVERS |
1da177e4 LT |
1897 | P: Krzysztof Halasa |
1898 | M: khc@pm.waw.pl | |
1899 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | |
1900 | S: Maintained | |
1901 | ||
5be7b50f SW |
1902 | GFS2 FILE SYSTEM |
1903 | P: Steven Whitehouse | |
1904 | M: swhiteho@redhat.com | |
a4644184 | 1905 | L: cluster-devel@redhat.com |
5be7b50f | 1906 | W: http://sources.redhat.com/cluster/ |
370298e2 SW |
1907 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
1908 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | |
5be7b50f SW |
1909 | S: Supported |
1910 | ||
0a34eb8f HL |
1911 | GIGASET ISDN DRIVERS |
1912 | P: Hansjoerg Lipp | |
1913 | M: hjlipp@web.de | |
1914 | P: Tilman Schmidt | |
1915 | M: tilman@imap.cc | |
1916 | L: gigaset307x-common@lists.sourceforge.net | |
1917 | W: http://gigaset307x.sourceforge.net/ | |
1918 | S: Maintained | |
1919 | ||
e2d1d6c0 | 1920 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
211e3e0e FS |
1921 | P: Frank Seidel |
1922 | M: frank@f-seidel.de | |
1923 | L: lm-sensors@lm-sensors.org | |
1924 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |
e2d1d6c0 RD |
1925 | S: Maintained |
1926 | ||
e8deeae2 JFM |
1927 | GSPCA FINEPIX SUBDRIVER |
1928 | P: Frank Zago | |
1929 | M: frank@zago.net | |
661263b5 MCC |
1930 | L: linux-media@vger.kernel.org |
1931 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
e8deeae2 JFM |
1932 | S: Maintained |
1933 | ||
1934 | GSPCA M5602 SUBDRIVER | |
1935 | P: Erik Andren | |
1936 | M: erik.andren@gmail.com | |
661263b5 MCC |
1937 | L: linux-media@vger.kernel.org |
1938 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
e8deeae2 JFM |
1939 | S: Maintained |
1940 | ||
1941 | GSPCA PAC207 SONIXB SUBDRIVER | |
1942 | P: Hans de Goede | |
1943 | M: hdegoede@redhat.com | |
661263b5 MCC |
1944 | L: linux-media@vger.kernel.org |
1945 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
e8deeae2 JFM |
1946 | S: Maintained |
1947 | ||
1948 | GSPCA T613 SUBDRIVER | |
1949 | P: Leandro Costantino | |
1950 | M: lcostantino@gmail.com | |
661263b5 MCC |
1951 | L: linux-media@vger.kernel.org |
1952 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
e8deeae2 JFM |
1953 | S: Maintained |
1954 | ||
1955 | GSPCA USB WEBCAM DRIVER | |
1956 | P: Jean-Francois Moine | |
1957 | M: moinejf@free.fr | |
1958 | W: http://moinejf.free.fr | |
661263b5 MCC |
1959 | L: linux-media@vger.kernel.org |
1960 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
e8deeae2 JFM |
1961 | S: Maintained |
1962 | ||
5b543965 | 1963 | HARDWARE MONITORING |
5b543965 | 1964 | L: lm-sensors@lm-sensors.org |
595142e0 | 1965 | W: http://www.lm-sensors.org/ |
baaea1dc | 1966 | S: Orphan |
5b543965 | 1967 | |
844dd05f | 1968 | HARDWARE RANDOM NUMBER GENERATOR CORE |
baaea1dc | 1969 | S: Orphan |
844dd05f | 1970 | |
1da177e4 LT |
1971 | HARMONY SOUND DRIVER |
1972 | P: Kyle McMartin | |
42a5a8a6 | 1973 | M: kyle@mcmartin.ca |
ac6aecbf | 1974 | L: linux-parisc@vger.kernel.org |
1da177e4 LT |
1975 | S: Maintained |
1976 | ||
1977 | HAYES ESP SERIAL DRIVER | |
1978 | P: Andrew J. Robinson | |
1979 | M: arobinso@nyx.net | |
1980 | L: linux-kernel@vger.kernel.org | |
1981 | W: http://www.nyx.net/~arobinso | |
1982 | S: Maintained | |
1983 | ||
e2d1d6c0 RD |
1984 | HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA |
1985 | P: Chirag Kantharia | |
1986 | M: chirag.kantharia@hp.com | |
1987 | L: iss_storagedev@hp.com | |
1988 | S: Maintained | |
1989 | ||
1990 | HEWLETT-PACKARD SMART2 RAID DRIVER | |
1991 | P: Chirag Kantharia | |
1992 | M: chirag.kantharia@hp.com | |
1993 | L: iss_storagedev@hp.com | |
1994 | S: Maintained | |
1995 | ||
1996 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | |
1997 | P: Mike Miller | |
1998 | M: mike.miller@hp.com | |
1999 | L: iss_storagedev@hp.com | |
2000 | S: Supported | |
2001 | ||
1da177e4 LT |
2002 | HFS FILESYSTEM |
2003 | P: Roman Zippel | |
2004 | M: zippel@linux-m68k.org | |
2005 | L: linux-kernel@vger.kernel.org | |
2006 | S: Maintained | |
2007 | ||
2008 | HGA FRAMEBUFFER DRIVER | |
2009 | P: Ferenc Bakonyi | |
2010 | M: fero@drama.obuda.kando.hu | |
2011 | L: linux-nvidia@lists.surfsouth.com | |
2012 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | |
2013 | S: Maintained | |
2014 | ||
4480f15b | 2015 | HIBERNATION (aka Software Suspend, aka swsusp) |
e2d1d6c0 | 2016 | P: Pavel Machek |
ef35ce23 | 2017 | M: pavel@ucw.cz |
e2d1d6c0 RD |
2018 | P: Rafael J. Wysocki |
2019 | M: rjw@sisk.pl | |
2020 | L: linux-pm@lists.linux-foundation.org | |
2021 | S: Supported | |
2022 | ||
4ef4caad JK |
2023 | HID CORE LAYER |
2024 | P: Jiri Kosina | |
2025 | M: jkosina@suse.cz | |
eb76c5c0 | 2026 | L: linux-input@vger.kernel.org |
a4dff398 | 2027 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
4ef4caad JK |
2028 | S: Maintained |
2029 | ||
38bed542 IM |
2030 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
2031 | P: Thomas Gleixner | |
2032 | M: tglx@linutronix.de | |
2033 | L: linux-kernel@vger.kernel.org | |
2034 | S: Maintained | |
2035 | ||
1da177e4 LT |
2036 | HIGH-SPEED SCC DRIVER FOR AX.25 |
2037 | P: Klaus Kudielka | |
2038 | M: klaus.kudielka@ieee.org | |
2039 | L: linux-hams@vger.kernel.org | |
2040 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | |
2041 | S: Maintained | |
2042 | ||
ede1e6f8 HLT |
2043 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
2044 | P: HighPoint Linux Team | |
2045 | M: linux@highpoint-tech.com | |
2046 | W: http://www.highpoint-tech.com | |
2047 | S: Supported | |
2048 | ||
1da177e4 LT |
2049 | HIPPI |
2050 | P: Jes Sorensen | |
2051 | M: jes@trained-monkey.org | |
2052 | L: linux-hippi@sunsite.dk | |
2053 | S: Maintained | |
2054 | ||
ff1d2767 JM |
2055 | HOST AP DRIVER |
2056 | P: Jouni Malinen | |
85d32e7b JM |
2057 | M: j@w1.fi |
2058 | L: hostap@shmoo.com (subscribers-only) | |
724c6b35 | 2059 | L: linux-wireless@vger.kernel.org |
ff1d2767 JM |
2060 | W: http://hostap.epitest.fi/ |
2061 | S: Maintained | |
2062 | ||
dd8cd779 CC |
2063 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
2064 | P: Carlos Corbacho | |
2065 | M: carlos@strangeworlds.co.uk | |
2066 | S: Odd Fixes | |
2067 | ||
e2d1d6c0 RD |
2068 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
2069 | P: Jaroslav Kysela | |
2070 | M: perex@perex.cz | |
2071 | S: Maintained | |
2072 | ||
d36e74c4 | 2073 | HPET: High Precision Event Timers driver (drivers/char/hpet.c) |
b9b0332f BP |
2074 | P: Clemens Ladisch |
2075 | M: clemens@ladisch.de | |
2076 | S: Maintained | |
2077 | ||
2078 | HPET: i386 | |
2079 | P: Venkatesh Pallipadi (Venki) | |
2080 | M: venkatesh.pallipadi@intel.com | |
2081 | S: Maintained | |
2082 | ||
2083 | HPET: x86_64 | |
8bd0983e AK |
2084 | P: Vojtech Pavlik |
2085 | M: vojtech@suse.cz | |
b9b0332f BP |
2086 | S: Maintained |
2087 | ||
2088 | HPET: ACPI hpet.c | |
2089 | P: Bob Picco | |
2090 | M: bob.picco@hp.com | |
2091 | S: Maintained | |
2092 | ||
1da177e4 LT |
2093 | HPFS FILESYSTEM |
2094 | P: Mikulas Patocka | |
2095 | M: mikulas@artax.karlin.mff.cuni.cz | |
2096 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | |
2097 | S: Maintained | |
2098 | ||
11cd29b0 DJB |
2099 | HSO 3G Modem Driver (hso.c) |
2100 | P: Denis Joseph Barrow | |
2101 | M: d.barow@option.com | |
2102 | W: http://www.pharscape.org | |
2103 | S: Maintained | |
2104 | ||
5a18c343 POF |
2105 | HTCPEN TOUCHSCREEN DRIVER |
2106 | P: Pau Oliva Fora | |
2107 | M: pof@eslack.org | |
2108 | L: linux-input@vger.kernel.org | |
2109 | S: Maintained | |
2110 | ||
1da177e4 LT |
2111 | HUGETLB FILESYSTEM |
2112 | P: William Irwin | |
2113 | M: wli@holomorphy.com | |
2114 | S: Maintained | |
2115 | ||
6ea884db MH |
2116 | I2C/SMBUS STUB DRIVER |
2117 | P: Mark M. Hoffman | |
2118 | M: mhoffman@lightlink.com | |
846557d3 | 2119 | L: linux-i2c@vger.kernel.org |
6ea884db MH |
2120 | S: Maintained |
2121 | ||
5b543965 | 2122 | I2C SUBSYSTEM |
710cf7e7 | 2123 | P: Jean Delvare (PC drivers, core) |
1da177e4 | 2124 | M: khali@linux-fr.org |
710cf7e7 JD |
2125 | P: Ben Dooks (embedded platforms) |
2126 | M: ben-linux@fluff.org | |
846557d3 | 2127 | L: linux-i2c@vger.kernel.org |
a01064a9 JD |
2128 | W: http://i2c.wiki.kernel.org/ |
2129 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | |
1da177e4 LT |
2130 | S: Maintained |
2131 | ||
e8c76eed TH |
2132 | I2C-TINY-USB DRIVER |
2133 | P: Till Harbaum | |
2134 | M: till@harbaum.org | |
846557d3 | 2135 | L: linux-i2c@vger.kernel.org |
e8c76eed TH |
2136 | T: http://www.harbaum.org/till/i2c_tiny_usb |
2137 | S: Maintained | |
2138 | ||
1da177e4 | 2139 | i386 BOOT CODE |
7f1291f2 PA |
2140 | P: H. Peter Anvin |
2141 | M: hpa@zytor.com | |
1da177e4 LT |
2142 | L: Linux-Kernel@vger.kernel.org |
2143 | S: Maintained | |
2144 | ||
2145 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | |
1da177e4 LT |
2146 | P: H. Peter Anvin |
2147 | M: hpa@zytor.com | |
72af61c6 | 2148 | T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
1da177e4 LT |
2149 | S: Maintained |
2150 | ||
1da177e4 LT |
2151 | IA64 (Itanium) PLATFORM |
2152 | P: Tony Luck | |
2153 | M: tony.luck@intel.com | |
2154 | L: linux-ia64@vger.kernel.org | |
2155 | W: http://www.ia64-linux.org/ | |
6fb0425b | 2156 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
1da177e4 LT |
2157 | S: Maintained |
2158 | ||
1da177e4 LT |
2159 | IBM MCA SCSI SUBSYSTEM DRIVER |
2160 | P: Michael Lang | |
2161 | M: langa2@kph.uni-mainz.de | |
2162 | W: http://www.uni-mainz.de/~langm000/linux.html | |
2163 | S: Maintained | |
2164 | ||
2165 | IBM Power Linux RAID adapter | |
2166 | P: Brian King | |
2167 | M: brking@us.ibm.com | |
2168 | S: Supported | |
2169 | ||
2170 | IBM ServeRAID RAID DRIVER | |
2171 | P: Jack Hammer | |
2172 | P: Dave Jeffery | |
2173 | M: ipslinux@adaptec.com | |
2174 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | |
b7eee616 | 2175 | S: Supported |
1da177e4 | 2176 | |
1e7106fc | 2177 | IDE SUBSYSTEM |
1da177e4 | 2178 | P: Bartlomiej Zolnierkiewicz |
1e7106fc | 2179 | M: bzolnier@gmail.com |
1da177e4 | 2180 | L: linux-ide@vger.kernel.org |
1e7106fc | 2181 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ |
1da177e4 LT |
2182 | S: Maintained |
2183 | ||
2184 | IDE/ATAPI CDROM DRIVER | |
c404c199 | 2185 | P: Borislav Petkov |
ef709165 | 2186 | M: petkovbb@gmail.com |
9c5b0ce4 | 2187 | L: linux-ide@vger.kernel.org |
c404c199 | 2188 | S: Maintained |
1da177e4 LT |
2189 | |
2190 | IDE/ATAPI FLOPPY DRIVERS | |
2191 | P: Paul Bristow | |
2192 | M: Paul Bristow <paul@paulbristow.net> | |
2193 | W: http://paulbristow.net/linux/idefloppy.html | |
2194 | L: linux-kernel@vger.kernel.org | |
2195 | S: Maintained | |
2196 | ||
2197 | IDE/ATAPI TAPE DRIVERS | |
2198 | P: Gadi Oxman | |
2199 | M: Gadi Oxman <gadio@netvision.net.il> | |
2200 | L: linux-kernel@vger.kernel.org | |
2201 | S: Maintained | |
2202 | ||
27471fdb AH |
2203 | IDLE-I7300 |
2204 | P: Andy Henroid | |
2205 | M: andrew.d.henroid@intel.com | |
2206 | L: linux-pm@lists.linux-foundation.org | |
2207 | S: Supported | |
2208 | ||
f148e20c | 2209 | IEEE 1394 SUBSYSTEM (drivers/ieee1394) |
1da177e4 | 2210 | P: Ben Collins |
f51a5a9d | 2211 | M: ben.collins@ubuntu.com |
87730d04 SR |
2212 | P: Stefan Richter |
2213 | M: stefanr@s5r6.in-berlin.de | |
1da177e4 LT |
2214 | L: linux1394-devel@lists.sourceforge.net |
2215 | W: http://www.linux1394.org/ | |
87730d04 | 2216 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
1da177e4 LT |
2217 | S: Maintained |
2218 | ||
f51a5a9d | 2219 | IEEE 1394 RAW I/O DRIVER (raw1394) |
1da177e4 LT |
2220 | P: Dan Dennedy |
2221 | M: dan@dennedy.org | |
f51a5a9d SR |
2222 | P: Stefan Richter |
2223 | M: stefanr@s5r6.in-berlin.de | |
1da177e4 | 2224 | L: linux1394-devel@lists.sourceforge.net |
105d7b38 JM |
2225 | S: Maintained |
2226 | ||
aa7168f4 MZ |
2227 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
2228 | P: Mimi Zohar | |
2229 | M: zohar@us.ibm.com | |
2230 | S: Supported | |
2231 | ||
1da177e4 | 2232 | IMS TWINTURBO FRAMEBUFFER DRIVER |
8936b6db | 2233 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
843393d3 | 2234 | S: Orphan |
1da177e4 LT |
2235 | |
2236 | INFINIBAND SUBSYSTEM | |
2237 | P: Roland Dreier | |
21c121cc | 2238 | M: rolandd@cisco.com |
1da177e4 | 2239 | P: Sean Hefty |
ed96f247 | 2240 | M: sean.hefty@intel.com |
1da177e4 | 2241 | P: Hal Rosenstock |
795fb7e7 | 2242 | M: hal.rosenstock@gmail.com |
40b0bb1e | 2243 | L: general@lists.openfabrics.org (moderated for non-subscribers) |
1da177e4 | 2244 | W: http://www.openib.org/ |
6fb0425b | 2245 | T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git |
1da177e4 LT |
2246 | S: Supported |
2247 | ||
c9f04f58 | 2248 | INOTIFY |
18b36c71 | 2249 | P: John McCutchan |
52af894c | 2250 | M: john@johnmccutchan.com |
18b36c71 | 2251 | P: Robert Love |
52af894c | 2252 | M: rlove@rlove.org |
c9f04f58 RL |
2253 | L: linux-kernel@vger.kernel.org |
2254 | S: Maintained | |
2255 | ||
e2d1d6c0 RD |
2256 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
2257 | P: Dmitry Torokhov | |
2258 | M: dmitry.torokhov@gmail.com | |
2259 | M: dtor@mail.ru | |
2260 | L: linux-input@vger.kernel.org | |
2261 | T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git | |
2262 | S: Maintained | |
2263 | ||
9eb8ef74 | 2264 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
ce00f85c JC |
2265 | P: Sylvain Meyer |
2266 | M: sylvain.meyer@worldonline.fr | |
8936b6db | 2267 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
ce00f85c | 2268 | S: Maintained |
9eb8ef74 | 2269 | |
1da177e4 | 2270 | INTEL 810/815 FRAMEBUFFER DRIVER |
ce00f85c | 2271 | P: Antonino Daplas |
0478e62e | 2272 | M: adaplas@gmail.com |
8936b6db | 2273 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
ce00f85c | 2274 | S: Maintained |
1da177e4 | 2275 | |
f4a9bc4c TS |
2276 | INTEL MENLOW THERMAL DRIVER |
2277 | P: Sujith Thomas | |
2278 | M: sujith.thomas@intel.com | |
2279 | L: linux-acpi@vger.kernel.org | |
2280 | W: http://www.lesswatts.org/projects/acpi/ | |
2281 | S: Supported | |
2282 | ||
1da177e4 LT |
2283 | INTEL IA32 MICROCODE UPDATE SUPPORT |
2284 | P: Tigran Aivazian | |
b5b9df69 | 2285 | M: tigran@aivazian.fsnet.co.uk |
1da177e4 LT |
2286 | S: Maintained |
2287 | ||
248a9dc3 | 2288 | INTEL I/OAT DMA DRIVER |
5e45bb2e MS |
2289 | P: Maciej Sosnowski |
2290 | M: maciej.sosnowski@intel.com | |
248a9dc3 NS |
2291 | L: linux-kernel@vger.kernel.org |
2292 | S: Supported | |
2293 | ||
6c8909b4 DW |
2294 | INTEL IOMMU (VT-d) |
2295 | P: David Woodhouse | |
2296 | M: dwmw2@infradead.org | |
2297 | L: iommu@lists.linux-foundation.org | |
2298 | T: git://git.infradead.org/iommu-2.6.git | |
2299 | S: Supported | |
2300 | ||
b3e5f263 DW |
2301 | INTEL IOP-ADMA DMA DRIVER |
2302 | P: Dan Williams | |
2303 | M: dan.j.williams@intel.com | |
2304 | L: linux-kernel@vger.kernel.org | |
2305 | S: Supported | |
2306 | ||
9251ce95 KH |
2307 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
2308 | P: Krzysztof Halasa | |
2309 | M: khc@pm.waw.pl | |
2310 | S: Maintained | |
2311 | ||
844dd05f MB |
2312 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
2313 | P: Deepak Saxena | |
2314 | M: dsaxena@plexity.net | |
2315 | S: Maintained | |
2316 | ||
2b7a52a4 LB |
2317 | INTEL IXP2000 ETHERNET DRIVER |
2318 | P: Lennert Buytenhek | |
2319 | M: kernel@wantstofly.org | |
2320 | L: netdev@vger.kernel.org | |
2321 | S: Maintained | |
2322 | ||
d94e6fed | 2323 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
add18784 JB |
2324 | P: Jeff Kirsher |
2325 | M: jeffrey.t.kirsher@intel.com | |
e0164af6 AK |
2326 | P: Jesse Brandeburg |
2327 | M: jesse.brandeburg@intel.com | |
d94e6fed AK |
2328 | P: Bruce Allan |
2329 | M: bruce.w.allan@intel.com | |
ae7b6487 JK |
2330 | P: PJ Waskiewicz |
2331 | M: peter.p.waskiewicz.jr@intel.com | |
20424659 AK |
2332 | P: John Ronciak |
2333 | M: john.ronciak@intel.com | |
dcd01faf | 2334 | L: e1000-devel@lists.sourceforge.net |
d94e6fed | 2335 | W: http://e1000.sourceforge.net/ |
1da177e4 LT |
2336 | S: Supported |
2337 | ||
826d2abe | 2338 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
1d43d312 | 2339 | P: Zhu Yi |
826d2abe JK |
2340 | M: yi.zhu@intel.com |
2341 | P: James Ketrenos | |
2342 | M: jketreno@linux.intel.com | |
1d43d312 RC |
2343 | P: Reinette Chatre |
2344 | M: reinette.chatre@intel.com | |
724c6b35 | 2345 | L: linux-wireless@vger.kernel.org |
f5df5881 | 2346 | L: ipw2100-devel@lists.sourceforge.net |
04bdfb91 | 2347 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
826d2abe JK |
2348 | W: http://ipw2100.sourceforge.net |
2349 | S: Supported | |
2350 | ||
2351 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | |
1d43d312 | 2352 | P: Zhu Yi |
826d2abe JK |
2353 | M: yi.zhu@intel.com |
2354 | P: James Ketrenos | |
2355 | M: jketreno@linux.intel.com | |
1d43d312 RC |
2356 | P: Reinette Chatre |
2357 | M: reinette.chatre@intel.com | |
724c6b35 | 2358 | L: linux-wireless@vger.kernel.org |
f5df5881 | 2359 | L: ipw2100-devel@lists.sourceforge.net |
04bdfb91 | 2360 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
826d2abe JK |
2361 | W: http://ipw2200.sourceforge.net |
2362 | S: Supported | |
2363 | ||
8a70da82 IPG |
2364 | INTEL WIRELESS WIMAX CONNECTION 2400 |
2365 | P: Inaky Perez-Gonzalez | |
2366 | M: inaky.perez-gonzalez@intel.com | |
2367 | M: linux-wimax@intel.com | |
2368 | L: wimax@linuxwimax.org | |
2369 | S: Supported | |
2370 | W: http://linuxwimax.org | |
2371 | ||
b481de9c ZY |
2372 | INTEL WIRELESS WIFI LINK (iwlwifi) |
2373 | P: Zhu Yi | |
2374 | M: yi.zhu@intel.com | |
1d43d312 RC |
2375 | P: Reinette Chatre |
2376 | M: reinette.chatre@intel.com | |
b481de9c ZY |
2377 | L: linux-wireless@vger.kernel.org |
2378 | L: ipw3945-devel@lists.sourceforge.net | |
2379 | W: http://intellinuxwireless.org | |
2d4543fd | 2380 | T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
b481de9c ZY |
2381 | S: Supported |
2382 | ||
cb109a0e | 2383 | IOC3 ETHERNET DRIVER |
1da177e4 LT |
2384 | P: Ralf Baechle |
2385 | M: ralf@linux-mips.org | |
2386 | L: linux-mips@linux-mips.org | |
2387 | S: Maintained | |
2388 | ||
cb109a0e RB |
2389 | IOC3 SERIAL DRIVER |
2390 | P: Pat Gefre | |
2391 | M: pfg@sgi.com | |
6650e0a5 | 2392 | L: linux-mips@linux-mips.org |
cb109a0e RB |
2393 | S: Maintained |
2394 | ||
4480f15b | 2395 | IP MASQUERADING |
1da177e4 LT |
2396 | P: Juanjo Ciarlante |
2397 | M: jjciarla@raiz.uncu.edu.ar | |
2398 | S: Maintained | |
2399 | ||
1202d6ff FR |
2400 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
2401 | P: Francois Romieu | |
2402 | M: romieu@fr.zoreil.com | |
2403 | P: Sorbica Shieh | |
2404 | M: sorbica@icplus.com.tw | |
2405 | P: Jesse Huang | |
2406 | M: jesse@icplus.com.tw | |
2407 | L: netdev@vger.kernel.org | |
2408 | S: Maintained | |
2409 | ||
4480f15b | 2410 | IPATH DRIVER |
18b8c8f1 | 2411 | P: Ralph Campbell |
f42b6471 AJ |
2412 | M: infinipath@qlogic.com |
2413 | L: general@lists.openfabrics.org | |
2414 | T: git git://git.qlogic.com/ipath-linux-2.6 | |
77d8798b BS |
2415 | S: Supported |
2416 | ||
4409ebe9 CM |
2417 | IPMI SUBSYSTEM |
2418 | P: Corey Minyard | |
2419 | M: minyard@acm.org | |
2420 | L: openipmi-developer@lists.sourceforge.net | |
2421 | W: http://openipmi.sourceforge.net/ | |
2422 | S: Supported | |
2423 | ||
e2d1d6c0 RD |
2424 | IPS SCSI RAID DRIVER |
2425 | P: Adaptec OEM Raid Solutions | |
2426 | M: aacraid@adaptec.com | |
2427 | L: linux-scsi@vger.kernel.org | |
2428 | W: http://www.adaptec.com/ | |
2429 | S: Maintained | |
2430 | ||
2431 | IPVS | |
2432 | P: Wensong Zhang | |
2433 | M: wensong@linux-vs.org | |
2434 | P: Simon Horman | |
2435 | M: horms@verge.net.au | |
2436 | P: Julian Anastasov | |
2437 | M: ja@ssi.bg | |
979b6c13 | 2438 | L: netdev@vger.kernel.org |
e2d1d6c0 | 2439 | L: lvs-devel@vger.kernel.org |
1da177e4 LT |
2440 | S: Maintained |
2441 | ||
e7839f25 | 2442 | IPWIRELESS DRIVER |
099dc4fb DS |
2443 | P: Jiri Kosina |
2444 | M: jkosina@suse.cz | |
2445 | P: David Sterba | |
2446 | M: dsterba@suse.cz | |
2447 | S: Maintained | |
2448 | T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git | |
2449 | ||
e2d1d6c0 RD |
2450 | IPX NETWORK LAYER |
2451 | P: Arnaldo Carvalho de Melo | |
2452 | M: acme@ghostprotocols.net | |
2453 | L: netdev@vger.kernel.org | |
2454 | S: Maintained | |
2455 | ||
1da177e4 | 2456 | IRDA SUBSYSTEM |
f353976d SO |
2457 | P: Samuel Ortiz |
2458 | M: samuel@sortiz.org | |
a2ac953d | 2459 | L: irda-users@lists.sourceforge.net (subscribers-only) |
1da177e4 | 2460 | W: http://irda.sourceforge.net/ |
f353976d | 2461 | S: Maintained |
1da177e4 | 2462 | |
e2d1d6c0 RD |
2463 | ISAPNP |
2464 | P: Jaroslav Kysela | |
2465 | M: perex@perex.cz | |
2466 | S: Maintained | |
2467 | ||
14816b1e MC |
2468 | ISCSI |
2469 | P: Mike Christie | |
2470 | M: michaelc@cs.wisc.edu | |
2471 | L: open-iscsi@googlegroups.com | |
2472 | W: www.open-iscsi.org | |
2473 | T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git | |
2474 | S: Maintained | |
2475 | ||
1da177e4 LT |
2476 | ISDN SUBSYSTEM |
2477 | P: Karsten Keil | |
fbfd8b56 | 2478 | M: isdn@linux-pingi.de |
d5d52273 | 2479 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
1da177e4 | 2480 | W: http://www.isdn4linux.de |
1adc1230 | 2481 | T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git |
1da177e4 LT |
2482 | S: Maintained |
2483 | ||
2484 | ISDN SUBSYSTEM (Eicon active card driver) | |
2485 | P: Armin Schindler | |
2486 | M: mac@melware.de | |
d5d52273 | 2487 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
1da177e4 LT |
2488 | W: http://www.melware.de |
2489 | S: Maintained | |
2490 | ||
91821ff3 HV |
2491 | IVTV VIDEO4LINUX DRIVER |
2492 | P: Hans Verkuil | |
2493 | M: hverkuil@xs4all.nl | |
2494 | L: ivtv-devel@ivtvdriver.org | |
2495 | L: ivtv-users@ivtvdriver.org | |
661263b5 MCC |
2496 | L: linux-media@vger.kernel.org |
2497 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
91821ff3 HV |
2498 | W: http://www.ivtvdriver.org |
2499 | S: Maintained | |
2500 | ||
e2d1d6c0 RD |
2501 | JFS FILESYSTEM |
2502 | P: Dave Kleikamp | |
2503 | M: shaggy@austin.ibm.com | |
2504 | L: jfs-discussion@lists.sourceforge.net | |
2505 | W: http://jfs.sourceforge.net/ | |
2506 | T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git | |
2507 | S: Supported | |
2508 | ||
95252236 GFT |
2509 | JME NETWORK DRIVER |
2510 | P: Guo-Fu Tseng | |
2511 | M: cooldavid@cooldavid.org | |
2512 | L: netdev@vger.kernel.org | |
2513 | S: Maintained | |
2514 | ||
1da177e4 LT |
2515 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
2516 | P: David Woodhouse | |
2517 | M: dwmw2@infradead.org | |
6d85d066 DW |
2518 | L: linux-mtd@lists.infradead.org |
2519 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |
1da177e4 LT |
2520 | S: Maintained |
2521 | ||
de456d37 | 2522 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
ae0718f8 | 2523 | P: Stephen Tweedie, Andrew Morton |
588cc708 | 2524 | M: sct@redhat.com, akpm@linux-foundation.org |
72be2ccf | 2525 | L: linux-ext4@vger.kernel.org |
ae0718f8 TT |
2526 | S: Maintained |
2527 | ||
4660cb35 RM |
2528 | K8TEMP HARDWARE MONITORING DRIVER |
2529 | P: Rudolf Marek | |
2530 | M: r.marek@assembler.cz | |
2531 | L: lm-sensors@lm-sensors.org | |
ae0718f8 TT |
2532 | S: Maintained |
2533 | ||
1da177e4 LT |
2534 | KCONFIG |
2535 | P: Roman Zippel | |
2536 | M: zippel@linux-m68k.org | |
347d12d7 | 2537 | L: linux-kbuild@vger.kernel.org |
1da177e4 LT |
2538 | S: Maintained |
2539 | ||
ea6c2089 VG |
2540 | KDUMP |
2541 | P: Vivek Goyal | |
4200b66c | 2542 | M: vgoyal@redhat.com |
ea6c2089 VG |
2543 | P: Haren Myneni |
2544 | M: hbabu@us.ibm.com | |
34633993 | 2545 | L: kexec@lists.infradead.org |
ea6c2089 VG |
2546 | L: linux-kernel@vger.kernel.org |
2547 | W: http://lse.sourceforge.net/kdump/ | |
2548 | S: Maintained | |
2549 | ||
1da177e4 LT |
2550 | KERNEL AUTOMOUNTER (AUTOFS) |
2551 | P: H. Peter Anvin | |
2552 | M: hpa@zytor.com | |
2553 | L: autofs@linux.kernel.org | |
2554 | S: Odd Fixes | |
2555 | ||
2556 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | |
2557 | P: Ian Kent | |
2558 | M: raven@themaw.net | |
2559 | L: autofs@linux.kernel.org | |
2560 | S: Maintained | |
2561 | ||
2562 | KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) | |
1da177e4 LT |
2563 | P: Sam Ravnborg |
2564 | M: sam@ravnborg.org | |
591b0179 SR |
2565 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git |
2566 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | |
347d12d7 | 2567 | L: linux-kbuild@vger.kernel.org |
b7eee616 | 2568 | S: Maintained |
1da177e4 LT |
2569 | |
2570 | KERNEL JANITORS | |
2571 | P: Several | |
c3000e03 | 2572 | L: kernel-janitors@vger.kernel.org |
1da177e4 | 2573 | W: http://www.kerneljanitors.org/ |
1da177e4 LT |
2574 | S: Maintained |
2575 | ||
e8b43555 | 2576 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
a512cd5d NB |
2577 | P: J. Bruce Fields |
2578 | M: bfields@fieldses.org | |
1da177e4 | 2579 | P: Neil Brown |
98fac23f | 2580 | M: neilb@suse.de |
16141c02 | 2581 | L: linux-nfs@vger.kernel.org |
1da177e4 | 2582 | W: http://nfs.sourceforge.net/ |
98fac23f | 2583 | S: Supported |
1da177e4 | 2584 | |
426d62e2 AK |
2585 | KERNEL VIRTUAL MACHINE (KVM) |
2586 | P: Avi Kivity | |
9ea1de4e | 2587 | M: avi@redhat.com |
1fc9d2bf AK |
2588 | L: kvm@vger.kernel.org |
2589 | W: http://kvm.qumranet.com | |
426d62e2 AK |
2590 | S: Supported |
2591 | ||
ad8003d3 JR |
2592 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
2593 | P: Joerg Roedel | |
2594 | M: joerg.roedel@amd.com | |
1fc9d2bf AK |
2595 | L: kvm@vger.kernel.org |
2596 | W: http://kvm.qumranet.com | |
426d62e2 AK |
2597 | S: Supported |
2598 | ||
513014b7 HB |
2599 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
2600 | P: Hollis Blanchard | |
2601 | M: hollisb@us.ibm.com | |
1fc9d2bf AK |
2602 | L: kvm-ppc@vger.kernel.org |
2603 | W: http://kvm.qumranet.com | |
513014b7 HB |
2604 | S: Supported |
2605 | ||
1fc9d2bf | 2606 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
920ed9f1 ZX |
2607 | P: Xiantao Zhang |
2608 | M: xiantao.zhang@intel.com | |
1fc9d2bf AK |
2609 | L: kvm-ia64@vger.kernel.org |
2610 | W: http://kvm.qumranet.com | |
920ed9f1 ZX |
2611 | S: Supported |
2612 | ||
85f8fffe CB |
2613 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
2614 | P: Carsten Otte | |
2615 | M: cotte@de.ibm.com | |
2616 | P: Christian Borntraeger | |
2617 | M: borntraeger@de.ibm.com | |
2618 | M: linux390@de.ibm.com | |
2619 | L: linux-s390@vger.kernel.org | |
2620 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
2621 | S: Supported | |
2622 | ||
dc009d92 EB |
2623 | KEXEC |
2624 | P: Eric Biederman | |
dc009d92 | 2625 | M: ebiederm@xmission.com |
b7c698f7 | 2626 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
dc009d92 | 2627 | L: linux-kernel@vger.kernel.org |
34633993 | 2628 | L: kexec@lists.infradead.org |
dc009d92 EB |
2629 | S: Maintained |
2630 | ||
e3e2aaf7 JW |
2631 | KGDB |
2632 | P: Jason Wessel | |
2633 | M: jason.wessel@windriver.com | |
2634 | L: kgdb-bugreport@lists.sourceforge.net | |
2635 | S: Maintained | |
2636 | ||
89559a61 | 2637 | KPROBES |
89559a61 PP |
2638 | P: Ananth N Mavinakayanahalli |
2639 | M: ananth@in.ibm.com | |
2640 | P: Anil S Keshavamurthy | |
2641 | M: anil.s.keshavamurthy@intel.com | |
2642 | P: David S. Miller | |
2643 | M: davem@davemloft.net | |
6edef97e MH |
2644 | P: Masami Hiramatsu |
2645 | M: mhiramat@redhat.com | |
89559a61 PP |
2646 | L: linux-kernel@vger.kernel.org |
2647 | S: Maintained | |
2648 | ||
70e84049 MOS |
2649 | KS0108 LCD CONTROLLER DRIVER |
2650 | P: Miguel Ojeda Sandonis | |
450c622e | 2651 | M: miguel.ojeda.sandonis@gmail.com |
70e84049 | 2652 | L: linux-kernel@vger.kernel.org |
450c622e MO |
2653 | W: http://miguelojeda.es/auxdisplay.htm |
2654 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | |
70e84049 MOS |
2655 | S: Maintained |
2656 | ||
1da177e4 | 2657 | LAPB module |
1da177e4 | 2658 | L: linux-x25@vger.kernel.org |
bf9915cc | 2659 | S: Orphan |
1da177e4 LT |
2660 | |
2661 | LASI 53c700 driver for PARISC | |
2662 | P: James E.J. Bottomley | |
2663 | M: James.Bottomley@HansenPartnership.com | |
2664 | L: linux-scsi@vger.kernel.org | |
2665 | S: Maintained | |
2666 | ||
263de9b5 RP |
2667 | LED SUBSYSTEM |
2668 | P: Richard Purdie | |
2669 | M: rpurdie@rpsys.net | |
2670 | S: Maintained | |
2671 | ||
1da177e4 LT |
2672 | LEGO USB Tower driver |
2673 | P: Juergen Stuber | |
2674 | M: starblue@users.sourceforge.net | |
2675 | L: legousb-devel@lists.sourceforge.net | |
2676 | W: http://legousb.sourceforge.net/ | |
2677 | S: Maintained | |
2678 | ||
568a17ff RR |
2679 | LGUEST |
2680 | P: Rusty Russell | |
2681 | M: rusty@rustcorp.com.au | |
2682 | L: lguest@ozlabs.org | |
2683 | W: http://lguest.ozlabs.org/ | |
2684 | S: Maintained | |
2685 | ||
1da177e4 LT |
2686 | LINUX FOR IBM pSERIES (RS/6000) |
2687 | P: Paul Mackerras | |
2688 | M: paulus@au.ibm.com | |
2689 | W: http://www.ibm.com/linux/ltc/projects/ppc | |
2690 | S: Supported | |
2691 | ||
2692 | LINUX FOR NCR VOYAGER | |
2693 | P: James Bottomley | |
2694 | M: James.Bottomley@HansenPartnership.com | |
2695 | W: http://www.hansenpartnership.com/voyager | |
2696 | S: Maintained | |
2697 | ||
852bb9f5 | 2698 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
852bb9f5 PM |
2699 | P: Benjamin Herrenschmidt |
2700 | M: benh@kernel.crashing.org | |
92cde4d5 PM |
2701 | P: Paul Mackerras |
2702 | M: paulus@samba.org | |
1da177e4 LT |
2703 | W: http://www.penguinppc.org/ |
2704 | L: linuxppc-dev@ozlabs.org | |
92cde4d5 | 2705 | T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git |
1da177e4 LT |
2706 | S: Supported |
2707 | ||
2708 | LINUX FOR POWER MACINTOSH | |
2709 | P: Benjamin Herrenschmidt | |
2710 | M: benh@kernel.crashing.org | |
2711 | W: http://www.penguinppc.org/ | |
2712 | L: linuxppc-dev@ozlabs.org | |
2713 | S: Maintained | |
2714 | ||
77a76369 | 2715 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
1da177e4 LT |
2716 | P: Sylvain Munaut |
2717 | M: tnt@246tNt.com | |
e1eea9fa GL |
2718 | P: Grant Likely |
2719 | M: grant.likely@secretlab.ca | |
1da177e4 | 2720 | L: linuxppc-dev@ozlabs.org |
1da177e4 LT |
2721 | S: Maintained |
2722 | ||
2723 | LINUX FOR POWERPC EMBEDDED PPC4XX | |
9a474fff JB |
2724 | P: Josh Boyer |
2725 | M: jwboyer@linux.vnet.ibm.com | |
1da177e4 LT |
2726 | P: Matt Porter |
2727 | M: mporter@kernel.crashing.org | |
2728 | W: http://www.penguinppc.org/ | |
88de3cab | 2729 | L: linuxppc-dev@ozlabs.org |
9a474fff | 2730 | T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git |
1da177e4 LT |
2731 | S: Maintained |
2732 | ||
260c02a9 GL |
2733 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
2734 | P: Grant Likely | |
2735 | M: grant.likely@secretlab.ca | |
f210d43c | 2736 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
260c02a9 | 2737 | L: linuxppc-dev@ozlabs.org |
1da177e4 LT |
2738 | S: Maintained |
2739 | ||
e93adf1e | 2740 | LINUX FOR POWERPC EMBEDDED PPC8XX |
dba5baf3 MT |
2741 | P: Vitaly Bordug |
2742 | M: vitb@kernel.crashing.org | |
e93adf1e | 2743 | P: Marcelo Tosatti |
2e367a82 | 2744 | M: marcelo@kvack.org |
e93adf1e | 2745 | W: http://www.penguinppc.org/ |
88de3cab | 2746 | L: linuxppc-dev@ozlabs.org |
e93adf1e TR |
2747 | S: Maintained |
2748 | ||
1da177e4 | 2749 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
ce00f85c JC |
2750 | P: Kumar Gala |
2751 | M: galak@kernel.crashing.org | |
2752 | W: http://www.penguinppc.org/ | |
88de3cab | 2753 | L: linuxppc-dev@ozlabs.org |
ce00f85c | 2754 | S: Maintained |
1da177e4 | 2755 | |
ab06ff3a OJ |
2756 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
2757 | P: Olof Johansson | |
2758 | M: olof@lixom.net | |
2759 | W: http://www.pasemi.com/ | |
2760 | L: linuxppc-dev@ozlabs.org | |
2761 | S: Supported | |
2762 | ||
1da177e4 LT |
2763 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
2764 | P: Chris Wright | |
692a2061 | 2765 | M: chrisw@sous-sol.org |
1a4520be | 2766 | L: linux-security-module@vger.kernel.org |
1adc1230 | 2767 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
1da177e4 LT |
2768 | S: Supported |
2769 | ||
e2d1d6c0 RD |
2770 | LLC (802.2) |
2771 | P: Arnaldo Carvalho de Melo | |
2772 | M: acme@ghostprotocols.net | |
2773 | S: Maintained | |
2774 | ||
455fbdd3 PM |
2775 | LIS3LV02D ACCELEROMETER DRIVER |
2776 | P: Eric Piel | |
2777 | M: eric.piel@tremplin-utc.net | |
2778 | S: Maintained | |
2779 | ||
1da177e4 LT |
2780 | LM83 HARDWARE MONITOR DRIVER |
2781 | P: Jean Delvare | |
2782 | M: khali@linux-fr.org | |
cc0b07ed | 2783 | L: lm-sensors@lm-sensors.org |
1da177e4 LT |
2784 | S: Maintained |
2785 | ||
2786 | LM90 HARDWARE MONITOR DRIVER | |
2787 | P: Jean Delvare | |
2788 | M: khali@linux-fr.org | |
cc0b07ed | 2789 | L: lm-sensors@lm-sensors.org |
1da177e4 LT |
2790 | S: Maintained |
2791 | ||
512e67f9 PZ |
2792 | LOCKDEP AND LOCKSTAT |
2793 | P: Peter Zijlstra | |
2794 | M: peterz@infradead.org | |
2795 | P: Ingo Molnar | |
2796 | M: mingo@redhat.com | |
2797 | L: linux-kernel@vger.kernel.org | |
2798 | T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | |
2799 | S: Maintained | |
2800 | ||
dde33348 | 2801 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
1da177e4 LT |
2802 | P: Richard Russon (FlatCap) |
2803 | M: ldm@flatcap.org | |
dde33348 AA |
2804 | L: linux-ntfs-dev@lists.sourceforge.net |
2805 | W: http://www.linux-ntfs.org/content/view/19/37/ | |
1da177e4 LT |
2806 | S: Maintained |
2807 | ||
c87e34ef MED |
2808 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
2809 | P: Eric Moore | |
d8a82d7b EM |
2810 | M: Eric.Moore@lsi.com |
2811 | M: support@lsi.com | |
cec744fb | 2812 | L: DL-MPTFusionLinux@lsi.com |
c87e34ef MED |
2813 | L: linux-scsi@vger.kernel.org |
2814 | W: http://www.lsilogic.com/support | |
2815 | S: Supported | |
2816 | ||
1da177e4 LT |
2817 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
2818 | P: Matthew Wilcox | |
2819 | M: matthew@wil.cx | |
2820 | L: linux-scsi@vger.kernel.org | |
2821 | S: Maintained | |
2822 | ||
81365c31 MF |
2823 | LTP (Linux Test Project) |
2824 | P: Subrata Modak | |
2825 | M: subrata@linux.vnet.ibm.com | |
2826 | P: Mike Frysinger | |
2827 | M: vapier@gentoo.org | |
2828 | L: ltp-list@lists.sourceforge.net (subscribers-only) | |
2829 | W: http://ltp.sourceforge.net/ | |
2830 | T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git | |
2831 | S: Maintained | |
2832 | ||
c12a54b3 HT |
2833 | M32R ARCHITECTURE |
2834 | P: Hirokazu Takata | |
2835 | M: takata@linux-m32r.org | |
2836 | L: linux-m32r@ml.linux-m32r.org | |
2837 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) | |
2838 | W: http://www.linux-m32r.org/ | |
2839 | S: Maintained | |
2840 | ||
1da177e4 LT |
2841 | M68K ARCHITECTURE |
2842 | P: Geert Uytterhoeven | |
2843 | M: geert@linux-m68k.org | |
2844 | P: Roman Zippel | |
2845 | M: zippel@linux-m68k.org | |
2846 | L: linux-m68k@lists.linux-m68k.org | |
2847 | W: http://www.linux-m68k.org/ | |
0e750aa4 | 2848 | T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
1da177e4 LT |
2849 | S: Maintained |
2850 | ||
2851 | M68K ON APPLE MACINTOSH | |
2852 | P: Joshua Thompson | |
2853 | M: funaho@jurai.org | |
2854 | W: http://www.mac.linux-m68k.org/ | |
9bb9f222 | 2855 | L: linux-m68k@lists.linux-m68k.org |
1da177e4 LT |
2856 | S: Maintained |
2857 | ||
2858 | M68K ON HP9000/300 | |
2859 | P: Philip Blundell | |
2860 | M: philb@gnu.org | |
2861 | W: http://www.tazenda.demon.co.uk/phil/linux-hp | |
2862 | S: Maintained | |
2863 | ||
64a327a7 | 2864 | MAC80211 |
31c7cecb JB |
2865 | P: Johannes Berg |
2866 | M: johannes@sipsolutions.net | |
64a327a7 JB |
2867 | L: linux-wireless@vger.kernel.org |
2868 | W: http://linuxwireless.org/ | |
31c7cecb | 2869 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
64a327a7 JB |
2870 | S: Maintained |
2871 | ||
1036d864 SB |
2872 | MAC80211 PID RATE CONTROL |
2873 | P: Stefano Brivio | |
2874 | M: stefano.brivio@polimi.it | |
2875 | P: Mattias Nissler | |
2876 | M: mattias.nissler@gmx.de | |
2877 | L: linux-wireless@vger.kernel.org | |
2878 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID | |
2879 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git | |
2880 | S: Maintained | |
2881 | ||
b863ceb7 PM |
2882 | MACVLAN DRIVER |
2883 | P: Patrick McHardy | |
2884 | M: kaber@trash.net | |
2885 | L: netdev@vger.kernel.org | |
2886 | S: Maintained | |
2887 | ||
faf1668c | 2888 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
ce00f85c | 2889 | P: Michael Kerrisk |
1d7f5023 | 2890 | M: mtk.manpages@gmail.com |
795fb7e7 | 2891 | W: http://www.kernel.org/doc/man-pages |
bd7ebec6 | 2892 | L: linux-man@vger.kernel.org |
1b53dc74 | 2893 | S: Maintained |
faf1668c | 2894 | |
74cda169 SB |
2895 | MARVELL LIBERTAS WIRELESS DRIVER |
2896 | P: Dan Williams | |
2897 | M: dcbw@redhat.com | |
2898 | L: libertas-dev@lists.infradead.org | |
2899 | S: Maintained | |
2900 | ||
b60d6975 | 2901 | MARVELL MV643XX ETHERNET DRIVER |
85ba9d97 DF |
2902 | P: Lennert Buytenhek |
2903 | M: buytenh@marvell.com | |
979b6c13 | 2904 | L: netdev@vger.kernel.org |
85ba9d97 | 2905 | S: Supported |
1da177e4 | 2906 | |
e2d1d6c0 RD |
2907 | MARVELL YUKON / SYSKONNECT DRIVER |
2908 | P: Mirko Lindner | |
2909 | M: mlindner@syskonnect.de | |
2910 | P: Ralph Roesler | |
2911 | M: rroesler@syskonnect.de | |
2912 | W: http://www.syskonnect.com | |
2913 | S: Supported | |
2914 | ||
1da177e4 LT |
2915 | MATROX FRAMEBUFFER DRIVER |
2916 | P: Petr Vandrovec | |
2917 | M: vandrove@vc.cvut.cz | |
8936b6db | 2918 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
1da177e4 LT |
2919 | S: Maintained |
2920 | ||
d20620de HJK |
2921 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2922 | P: Hans J. Koch | |
2923 | M: hjk@linutronix.de | |
2924 | L: lm-sensors@lm-sensors.org | |
2925 | S: Maintained | |
2926 | ||
757e0108 | 2927 | MEGARAID SCSI DRIVERS |
ce00f85c | 2928 | P: Neela Syam Kolli |
bdd0d757 | 2929 | M: megaraidlinux@lsi.com |
baaea1dc | 2930 | L: linux-scsi@vger.kernel.org |
ce00f85c JC |
2931 | W: http://megaraid.lsilogic.com |
2932 | S: Maintained | |
757e0108 | 2933 | |
70ea91f1 SR |
2934 | MEMORY MANAGEMENT |
2935 | L: linux-mm@kvack.org | |
2936 | L: linux-kernel@vger.kernel.org | |
2937 | W: http://www.linux-mm.org | |
2938 | S: Maintained | |
2939 | ||
938a9204 | 2940 | MEMORY RESOURCE CONTROLLER |
2941 | P: Balbir Singh | |
2942 | M: balbir@linux.vnet.ibm.com | |
2943 | P: Pavel Emelyanov | |
2944 | M: xemul@openvz.org | |
2945 | P: KAMEZAWA Hiroyuki | |
2946 | M: kamezawa.hiroyu@jp.fujitsu.com | |
2947 | L: linux-mm@kvack.org | |
2948 | L: linux-kernel@vger.kernel.org | |
2949 | S: Maintained | |
2950 | ||
f4e9ce66 | 2951 | MEMORY TECHNOLOGY DEVICES (MTD) |
1da177e4 LT |
2952 | P: David Woodhouse |
2953 | M: dwmw2@infradead.org | |
2954 | W: http://www.linux-mtd.infradead.org/ | |
2955 | L: linux-mtd@lists.infradead.org | |
f4e9ce66 | 2956 | T: git git://git.infradead.org/mtd-2.6.git |
1da177e4 LT |
2957 | S: Maintained |
2958 | ||
2959 | MICROTEK X6 SCANNER | |
2960 | P: Oliver Neukum | |
2961 | M: oliver@neukum.name | |
2962 | S: Maintained | |
2963 | ||
2964 | MIPS | |
2965 | P: Ralf Baechle | |
2966 | M: ralf@linux-mips.org | |
d50f7ec9 | 2967 | W: http://www.linux-mips.org/ |
1da177e4 | 2968 | L: linux-mips@linux-mips.org |
7425b340 RB |
2969 | T: git www.linux-mips.org:/pub/scm/linux.git |
2970 | S: Supported | |
1da177e4 LT |
2971 | |
2972 | MISCELLANEOUS MCA-SUPPORT | |
2973 | P: James Bottomley | |
c4e1608e | 2974 | M: James.Bottomley@HansenPartnership.com |
1da177e4 LT |
2975 | L: linux-kernel@vger.kernel.org |
2976 | S: Maintained | |
2977 | ||
2978 | MODULE SUPPORT | |
2979 | P: Rusty Russell | |
2980 | M: rusty@rustcorp.com.au | |
2981 | L: linux-kernel@vger.kernel.org | |
2982 | S: Maintained | |
2983 | ||
2984 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | |
2985 | P: Stelian Pop | |
2986 | M: stelian@popies.net | |
2987 | W: http://popies.net/meye/ | |
2988 | S: Maintained | |
2989 | ||
c58ff04a PP |
2990 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
2991 | P: Pavel Pisa | |
2992 | M: ppisa@pikron.com | |
2993 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
c58ff04a PP |
2994 | S: Maintained |
2995 | ||
1da177e4 LT |
2996 | MOUSE AND MISC DEVICES [GENERAL] |
2997 | P: Alessandro Rubini | |
2998 | M: rubini@ipvvis.unipv.it | |
2999 | L: linux-kernel@vger.kernel.org | |
3000 | S: Maintained | |
3001 | ||
b9705b60 | 3002 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
d735410a JS |
3003 | P: Jiri Slaby |
3004 | M: jirislaby@gmail.com | |
3005 | L: linux-kernel@vger.kernel.org | |
3006 | S: Maintained | |
3007 | ||
8c4c731a LP |
3008 | MSI LAPTOP SUPPORT |
3009 | P: Lennart Poettering | |
3010 | M: mzxreary@0pointer.de | |
04bdfb91 | 3011 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
8c4c731a LP |
3012 | W: http://0pointer.de/lennart/tchibo.html |
3013 | S: Maintained | |
3014 | ||
4e0d13cb SO |
3015 | MULTIFUNCTION DEVICES (MFD) |
3016 | P: Samuel Ortiz | |
3017 | M: sameo@openedhand.com | |
3018 | L: linux-kernel@vger.kernel.org | |
3019 | S: Supported | |
3020 | ||
5c4e6f13 | 3021 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
b9f5d804 PO |
3022 | P: Pierre Ossman |
3023 | M: drzeus-mmc@drzeus.cx | |
3024 | L: linux-kernel@vger.kernel.org | |
3025 | S: Maintained | |
baca2da4 | 3026 | |
15a0580c DB |
3027 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
3028 | P: David Brownell | |
3029 | M: dbrownell@users.sourceforge.net | |
3030 | L: linux-kernel@vger.kernel.org | |
baaea1dc | 3031 | S: Odd Fixes |
15a0580c | 3032 | |
1da177e4 LT |
3033 | MULTISOUND SOUND DRIVER |
3034 | P: Andrew Veliath | |
3035 | M: andrewtv@usa.net | |
3036 | S: Maintained | |
3037 | ||
d735410a JS |
3038 | MULTITECH MULTIPORT CARD (ISICOM) |
3039 | P: Jiri Slaby | |
3040 | M: jirislaby@gmail.com | |
3041 | L: linux-kernel@vger.kernel.org | |
3042 | S: Maintained | |
3043 | ||
550a7375 | 3044 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
795fb7e7 JD |
3045 | P: Felipe Balbi |
3046 | M: felipe.balbi@nokia.com | |
3047 | L: linux-usb@vger.kernel.org | |
b6a49b84 | 3048 | T: git gitorious.org:/musb/mainline.git |
795fb7e7 | 3049 | S: Maintained |
550a7375 | 3050 | |
2d3cf588 BG |
3051 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
3052 | P: Andrew Gallatin | |
3053 | M: gallatin@myri.com | |
3054 | P: Brice Goglin | |
3055 | M: brice@myri.com | |
3056 | L: netdev@vger.kernel.org | |
3057 | W: http://www.myri.com/scs/download-Myri10GE.html | |
3058 | S: Supported | |
3059 | ||
1da177e4 | 3060 | NATSEMI ETHERNET DRIVER (DP8381x) |
795fb7e7 | 3061 | P: Tim Hockin |
1da177e4 LT |
3062 | M: thockin@hockin.org |
3063 | S: Maintained | |
3064 | ||
3065 | NCP FILESYSTEM | |
3066 | P: Petr Vandrovec | |
3067 | M: vandrove@vc.cvut.cz | |
3068 | L: linware@sh.cvut.cz | |
3069 | S: Maintained | |
3070 | ||
3071 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | |
3072 | P: James E.J. Bottomley | |
3073 | M: James.Bottomley@HansenPartnership.com | |
3074 | L: linux-scsi@vger.kernel.org | |
3075 | S: Maintained | |
3076 | ||
3c2d774c GS |
3077 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
3078 | P: Faisal Latif | |
7b49d954 | 3079 | M: faisal.latif@intel.com |
5f625606 | 3080 | P: Chien Tung |
7b49d954 | 3081 | M: chien.tin.tung@intel.com |
3c2d774c GS |
3082 | L: general@lists.openfabrics.org |
3083 | W: http://www.neteffect.com | |
3084 | S: Supported | |
3085 | F: drivers/infiniband/hw/nes/ | |
3086 | ||
be2f2e84 SH |
3087 | NETEM NETWORK EMULATOR |
3088 | P: Stephen Hemminger | |
65ebe634 | 3089 | M: shemminger@linux-foundation.org |
f318a63b | 3090 | L: netem@lists.linux-foundation.org |
be2f2e84 SH |
3091 | S: Maintained |
3092 | ||
4a58448b JS |
3093 | NETERION (S2IO) Xframe 10GbE DRIVER |
3094 | P: Ramkrishna Vepa | |
3095 | M: ram.vepa@neterion.com | |
3096 | P: Rastapur Santosh | |
3097 | M: santosh.rastapur@neterion.com | |
3098 | P: Sivakumar Subramani | |
3099 | M: sivakumar.subramani@neterion.com | |
3100 | P: Sreenivasa Honnur | |
3101 | M: sreenivasa.honnur@neterion.com | |
3102 | L: netdev@vger.kernel.org | |
3103 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous | |
3104 | S: Supported | |
3105 | ||
1da177e4 LT |
3106 | NETFILTER/IPTABLES/IPCHAINS |
3107 | P: Rusty Russell | |
3108 | P: Marc Boucher | |
3109 | P: James Morris | |
3110 | P: Harald Welte | |
3111 | P: Jozsef Kadlecsik | |
82b98543 PM |
3112 | P: Patrick McHardy |
3113 | M: kaber@trash.net | |
1a03b81d PM |
3114 | L: netfilter-devel@vger.kernel.org |
3115 | L: netfilter@vger.kernel.org | |
82b98543 | 3116 | L: coreteam@netfilter.org |
1da177e4 LT |
3117 | W: http://www.netfilter.org/ |
3118 | W: http://www.iptables.org/ | |
1da177e4 LT |
3119 | S: Supported |
3120 | ||
4cc67735 PM |
3121 | NETLABEL |
3122 | P: Paul Moore | |
3123 | M: paul.moore@hp.com | |
3124 | W: http://netlabel.sf.net | |
3125 | L: netdev@vger.kernel.org | |
3126 | S: Supported | |
3127 | ||
1da177e4 LT |
3128 | NETROM NETWORK LAYER |
3129 | P: Ralf Baechle | |
3130 | M: ralf@linux-mips.org | |
3131 | L: linux-hams@vger.kernel.org | |
d34cb28a | 3132 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
3133 | S: Maintained |
3134 | ||
5ddb88c0 | 3135 | NETWORK BLOCK DEVICE (NBD) |
1da177e4 LT |
3136 | P: Paul Clements |
3137 | M: Paul.Clements@steeleye.com | |
3138 | S: Maintained | |
3139 | ||
3140 | NETWORK DEVICE DRIVERS | |
1da177e4 LT |
3141 | P: Jeff Garzik |
3142 | M: jgarzik@pobox.com | |
979b6c13 | 3143 | L: netdev@vger.kernel.org |
6fb0425b | 3144 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git |
1da177e4 LT |
3145 | S: Maintained |
3146 | ||
3147 | NETWORKING [GENERAL] | |
3148 | P: Networking Team | |
979b6c13 RB |
3149 | M: netdev@vger.kernel.org |
3150 | L: netdev@vger.kernel.org | |
f1465f7e | 3151 | W: http://linux-net.osdl.org/ |
1da177e4 LT |
3152 | S: Maintained |
3153 | ||
3154 | NETWORKING [IPv4/IPv6] | |
3155 | P: David S. Miller | |
3156 | M: davem@davemloft.net | |
3157 | P: Alexey Kuznetsov | |
3158 | M: kuznet@ms2.inr.ac.ru | |
3159 | P: Pekka Savola (ipv6) | |
3160 | M: pekkas@netcore.fi | |
3161 | P: James Morris | |
48de5bee | 3162 | M: jmorris@namei.org |
1da177e4 LT |
3163 | P: Hideaki YOSHIFUJI |
3164 | M: yoshfuji@linux-ipv6.org | |
3165 | P: Patrick McHardy | |
1a03b81d | 3166 | M: kaber@trash.net |
979b6c13 | 3167 | L: netdev@vger.kernel.org |
d5ca3117 | 3168 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git |
1da177e4 LT |
3169 | S: Maintained |
3170 | ||
10e2ff1c JM |
3171 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
3172 | P: Paul Moore | |
3173 | M: paul.moore@hp.com | |
3174 | L: netdev@vger.kernel.org | |
3175 | S: Maintained | |
3176 | ||
29f8f632 JL |
3177 | NETWORKING [WIRELESS] |
3178 | P: John W. Linville | |
3179 | M: linville@tuxdriver.com | |
2cb4abd1 | 3180 | L: linux-wireless@vger.kernel.org |
29f8f632 JL |
3181 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
3182 | S: Maintained | |
3183 | ||
3d396eb1 | 3184 | NETXEN (1/10) GbE SUPPORT |
d230ce30 | 3185 | P: Dhananjay Phadke |
3186 | M: dhananjay@netxen.com | |
3d396eb1 AK |
3187 | L: netdev@vger.kernel.org |
3188 | W: http://www.netxen.com | |
3189 | S: Supported | |
3190 | ||
e8b43555 | 3191 | NFS, SUNRPC, AND LOCKD CLIENTS |
1da177e4 | 3192 | P: Trond Myklebust |
78f58153 TM |
3193 | M: Trond.Myklebust@netapp.com |
3194 | L: linux-nfs@vger.kernel.org | |
3195 | W: http://client.linux-nfs.org | |
3196 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | |
1da177e4 LT |
3197 | S: Maintained |
3198 | ||
3199 | NI5010 NETWORK DRIVER | |
5b552b16 AM |
3200 | P: Jan-Pascal van Best |
3201 | M: janpascal@vanbest.org | |
3202 | P: Andreas Mohr | |
3203 | M: andi@lisas.de | |
979b6c13 | 3204 | L: netdev@vger.kernel.org |
1da177e4 LT |
3205 | S: Maintained |
3206 | ||
3207 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER | |
3208 | P: YOKOTA Hiroshi | |
3209 | M: yokota@netlab.is.tsukuba.ac.jp | |
3210 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
3211 | S: Maintained | |
3212 | ||
3213 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | |
3214 | P: GOTO Masanori | |
3215 | M: gotom@debian.or.jp | |
3216 | P: YOKOTA Hiroshi | |
3217 | M: yokota@netlab.is.tsukuba.ac.jp | |
3218 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | |
3219 | S: Maintained | |
3220 | ||
1da177e4 LT |
3221 | NTFS FILESYSTEM |
3222 | P: Anton Altaparmakov | |
3223 | M: aia21@cantab.net | |
3224 | L: linux-ntfs-dev@lists.sourceforge.net | |
3225 | L: linux-kernel@vger.kernel.org | |
169ccbd4 | 3226 | W: http://www.linux-ntfs.org/ |
1adc1230 | 3227 | T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
1da177e4 LT |
3228 | S: Maintained |
3229 | ||
9eb8ef74 | 3230 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
ce00f85c | 3231 | P: Antonino Daplas |
0478e62e | 3232 | M: adaplas@gmail.com |
8936b6db | 3233 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
ce00f85c | 3234 | S: Maintained |
1da177e4 | 3235 | |
0ad122d9 BC |
3236 | OMFS FILESYSTEM |
3237 | P: Bob Copeland | |
3238 | M: me@bobcopeland.com | |
3239 | L: linux-karma-devel@lists.sourceforge.net | |
3240 | S: Maintained | |
3241 | ||
c1986ee9 HW |
3242 | OMNIKEY CARDMAN 4000 DRIVER |
3243 | P: Harald Welte | |
3244 | M: laforge@gnumonks.org | |
3245 | S: Maintained | |
3246 | ||
77c44ab1 HW |
3247 | OMNIKEY CARDMAN 4040 DRIVER |
3248 | P: Harald Welte | |
3249 | M: laforge@gnumonks.org | |
3250 | S: Maintained | |
3251 | ||
77d5140f | 3252 | OMNIVISION OV7670 SENSOR DRIVER |
795fb7e7 | 3253 | P: Jonathan Corbet |
77d5140f | 3254 | M: corbet@lwn.net |
661263b5 MCC |
3255 | L: linux-media@vger.kernel.org |
3256 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
77d5140f JC |
3257 | S: Maintained |
3258 | ||
431bca73 TG |
3259 | ONENAND FLASH DRIVER |
3260 | P: Kyungmin Park | |
3261 | M: kyungmin.park@samsung.com | |
3262 | L: linux-mtd@lists.infradead.org | |
3263 | S: Maintained | |
3264 | ||
1da177e4 LT |
3265 | ONSTREAM SCSI TAPE DRIVER |
3266 | P: Willem Riede | |
3267 | M: osst@riede.org | |
3268 | L: osst-users@lists.sourceforge.net | |
3269 | L: linux-scsi@vger.kernel.org | |
3270 | S: Maintained | |
3271 | ||
e2d1d6c0 RD |
3272 | OPENCORES I2C BUS DRIVER |
3273 | P: Peter Korsgaard | |
3274 | M: jacmet@sunsite.dk | |
846557d3 | 3275 | L: linux-i2c@vger.kernel.org |
e2d1d6c0 RD |
3276 | S: Maintained |
3277 | ||
1da177e4 | 3278 | OPROFILE |
d1a5d197 RR |
3279 | P: Robert Richter |
3280 | M: robert.richter@amd.com | |
1da177e4 LT |
3281 | L: oprofile-list@lists.sf.net |
3282 | S: Maintained | |
3283 | ||
e2d1d6c0 RD |
3284 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
3285 | P: Mark Fasheh | |
3286 | M: mfasheh@suse.com | |
3287 | P: Joel Becker | |
3288 | M: joel.becker@oracle.com | |
3289 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) | |
3290 | W: http://oss.oracle.com/projects/ocfs2/ | |
3291 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git | |
3292 | S: Supported | |
3293 | ||
1da177e4 LT |
3294 | ORINOCO DRIVER |
3295 | P: Pavel Roskin | |
3296 | M: proski@gnu.org | |
3297 | P: David Gibson | |
3298 | M: hermes@gibson.dropbear.id.au | |
724c6b35 | 3299 | L: linux-wireless@vger.kernel.org |
ecffdde6 PR |
3300 | L: orinoco-users@lists.sourceforge.net |
3301 | L: orinoco-devel@lists.sourceforge.net | |
3302 | W: http://www.nongnu.org/orinoco/ | |
1da177e4 LT |
3303 | S: Maintained |
3304 | ||
e2d1d6c0 RD |
3305 | P54 WIRELESS DRIVER |
3306 | P: Michael Wu | |
3307 | M: flamingice@sourmilk.net | |
3308 | L: linux-wireless@vger.kernel.org | |
3309 | W: http://prism54.org | |
3310 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | |
3311 | S: Maintained | |
3312 | ||
f5cd7872 OJ |
3313 | PA SEMI ETHERNET DRIVER |
3314 | P: Olof Johansson | |
3315 | M: olof@lixom.net | |
3316 | L: netdev@vger.kernel.org | |
3317 | S: Maintained | |
3318 | ||
beb58aa3 OJ |
3319 | PA SEMI SMBUS DRIVER |
3320 | P: Olof Johansson | |
3321 | M: olof@lixom.net | |
846557d3 | 3322 | L: linux-i2c@vger.kernel.org |
beb58aa3 OJ |
3323 | S: Maintained |
3324 | ||
709ee531 HW |
3325 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
3326 | P: Harald Welte | |
3327 | M: laforge@gnumonks.org | |
3328 | S: Maintained | |
3329 | ||
4fa97181 DH |
3330 | PANASONIC MN10300/AM33 PORT |
3331 | P: David Howells | |
3332 | M: dhowells@redhat.com | |
3333 | P: Koichi Yasutake | |
3334 | M: yasutake.koichi@jp.panasonic.com | |
3335 | L: linux-am33-list@redhat.com (moderated for non-subscribers) | |
3336 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | |
3337 | S: Maintained | |
3338 | ||
1da177e4 | 3339 | PARALLEL PORT SUPPORT |
3dd1a329 | 3340 | L: linux-parport@lists.infradead.org (subscribers-only) |
5fdc2abe | 3341 | S: Orphan |
1da177e4 | 3342 | |
4cdf6bc2 JF |
3343 | PARAVIRT_OPS INTERFACE |
3344 | P: Jeremy Fitzhardinge | |
3345 | M: jeremy@xensource.com | |
3346 | P: Chris Wright | |
3347 | M: chrisw@sous-sol.org | |
8cbb5bc3 ZA |
3348 | P: Alok Kataria |
3349 | M: akataria@vmware.com | |
4cdf6bc2 JF |
3350 | P: Rusty Russell |
3351 | M: rusty@rustcorp.com.au | |
3352 | L: virtualization@lists.osdl.org | |
3353 | L: linux-kernel@vger.kernel.org | |
3354 | S: Supported | |
3355 | ||
e2d1d6c0 RD |
3356 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
3357 | P: Tim Waugh | |
3358 | M: tim@cyberelk.net | |
3359 | L: linux-parport@lists.infradead.org (subscribers-only) | |
3360 | W: http://www.torque.net/linux-pp.html | |
3361 | S: Maintained | |
3362 | ||
3363 | PARISC ARCHITECTURE | |
3364 | P: Kyle McMartin | |
3365 | M: kyle@mcmartin.ca | |
76346119 GG |
3366 | P: Helge Deller |
3367 | M: deller@gmx.de | |
e2d1d6c0 RD |
3368 | L: linux-parisc@vger.kernel.org |
3369 | W: http://www.parisc-linux.org/ | |
3370 | T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | |
3371 | S: Maintained | |
3372 | ||
1662d32c JC |
3373 | PC87360 HARDWARE MONITORING DRIVER |
3374 | P: Jim Cromie | |
3375 | M: jim.cromie@gmail.com | |
3376 | L: lm-sensors@lm-sensors.org | |
3377 | S: Maintained | |
3378 | ||
3379 | PC8736x GPIO DRIVER | |
3380 | P: Jim Cromie | |
3381 | M: jim.cromie@gmail.com | |
3382 | S: Maintained | |
3383 | ||
065c6359 | 3384 | PCI ERROR RECOVERY |
3385 | P: Linas Vepstas | |
3386 | M: linas@austin.ibm.com | |
3387 | L: linux-kernel@vger.kernel.org | |
c1f69db7 | 3388 | L: linux-pci@vger.kernel.org |
065c6359 | 3389 | S: Supported |
3390 | ||
1da177e4 | 3391 | PCI SUBSYSTEM |
af40b485 GKH |
3392 | P: Jesse Barnes |
3393 | M: jbarnes@virtuousgeek.org | |
1da177e4 | 3394 | L: linux-kernel@vger.kernel.org |
2905474d | 3395 | L: linux-pci@vger.kernel.org |
460895c4 | 3396 | T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
1da177e4 LT |
3397 | S: Supported |
3398 | ||
8cf4c195 KA |
3399 | PCIE HOTPLUG DRIVER |
3400 | P: Kristen Carlson Accardi | |
3401 | M: kristen.c.accardi@intel.com | |
64dab204 | 3402 | L: linux-pci@vger.kernel.org |
8b59a454 | 3403 | S: Supported |
8cf4c195 | 3404 | |
1da177e4 | 3405 | PCMCIA SUBSYSTEM |
4230dfc9 | 3406 | P: Linux PCMCIA Team |
f5df5881 | 3407 | L: linux-pcmcia@lists.infradead.org |
6650e0a5 | 3408 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
6fb0425b | 3409 | T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
4230dfc9 | 3410 | S: Maintained |
1da177e4 LT |
3411 | |
3412 | PCNET32 NETWORK DRIVER | |
04ce0948 | 3413 | P: Don Fry |
3414 | M: pcnet32@verizon.net | |
979b6c13 | 3415 | L: netdev@vger.kernel.org |
1da177e4 LT |
3416 | S: Maintained |
3417 | ||
ad4ecbcb | 3418 | PER-TASK DELAY ACCOUNTING |
abc5f23a BS |
3419 | P: Balbir Singh |
3420 | M: balbir@linux.vnet.ibm.com | |
ad4ecbcb SN |
3421 | L: linux-kernel@vger.kernel.org |
3422 | S: Maintained | |
3423 | ||
dd49d0f5 JC |
3424 | PERSONALITY HANDLING |
3425 | P: Christoph Hellwig | |
3426 | M: hch@infradead.org | |
3427 | L: linux-abi-devel@lists.sourceforge.net | |
3428 | S: Maintained | |
3429 | ||
1da177e4 | 3430 | PHRAM MTD DRIVER |
2b54aaef JE |
3431 | P: Joern Engel |
3432 | M: joern@lazybastard.org | |
1da177e4 LT |
3433 | L: linux-mtd@lists.infradead.org |
3434 | S: Maintained | |
3435 | ||
249a6771 PO |
3436 | PKTCDVD DRIVER |
3437 | P: Peter Osterlund | |
3438 | M: petero2@telia.com | |
3439 | L: linux-kernel@vger.kernel.org | |
249a6771 PO |
3440 | S: Maintained |
3441 | ||
1da177e4 | 3442 | POSIX CLOCKS and TIMERS |
aa781aeb IM |
3443 | P: Thomas Gleixner |
3444 | M: tglx@linutronix.de | |
f1c3ddff | 3445 | L: linux-kernel@vger.kernel.org |
1da177e4 LT |
3446 | S: Supported |
3447 | ||
3be86148 AV |
3448 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
3449 | P: Anton Vorontsov | |
3450 | M: cbou@mail.ru | |
3451 | P: David Woodhouse | |
3452 | M: dwmw2@infradead.org | |
3453 | L: linux-kernel@vger.kernel.org | |
3be86148 AV |
3454 | T: git git.infradead.org/battery-2.6.git |
3455 | S: Maintained | |
3456 | ||
1da177e4 LT |
3457 | PNP SUPPORT |
3458 | P: Adam Belay | |
2d59f6a7 BH |
3459 | M: abelay@mit.edu |
3460 | P: Bjorn Helgaas | |
3461 | M: bjorn.helgaas@hp.com | |
1da177e4 LT |
3462 | S: Maintained |
3463 | ||
999445d4 VW |
3464 | PNXxxxx I2C DRIVER |
3465 | P: Vitaly Wool | |
3466 | M: vitalywool@gmail.com | |
846557d3 | 3467 | L: linux-i2c@vger.kernel.org |
999445d4 VW |
3468 | S: Maintained |
3469 | ||
1da177e4 LT |
3470 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
3471 | P: Paul Mackerras | |
3472 | M: paulus@samba.org | |
3473 | L: linux-ppp@vger.kernel.org | |
3474 | S: Maintained | |
3475 | ||
3476 | PPP OVER ATM (RFC 2364) | |
3477 | P: Mitchell Blank Jr | |
3478 | M: mitch@sfgoth.com | |
3479 | S: Maintained | |
3480 | ||
3481 | PPP OVER ETHERNET | |
3482 | P: Michal Ostrowski | |
5e70b7f3 | 3483 | M: mostrows@earthlink.net |
1da177e4 LT |
3484 | S: Maintained |
3485 | ||
a6d2370b JC |
3486 | PPP OVER L2TP |
3487 | P: James Chapman | |
3488 | M: jchapman@katalix.com | |
3489 | S: Maintained | |
3490 | ||
1da177e4 LT |
3491 | PREEMPTIBLE KERNEL |
3492 | P: Robert Love | |
3493 | M: rml@tech9.net | |
3494 | L: linux-kernel@vger.kernel.org | |
3495 | L: kpreempt-tech@lists.sourceforge.net | |
3496 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | |
3497 | S: Supported | |
3498 | ||
3499 | PRISM54 WIRELESS DRIVER | |
e88b34ba LR |
3500 | P: Luis R. Rodriguez |
3501 | M: mcgrof@gmail.com | |
724c6b35 | 3502 | L: linux-wireless@vger.kernel.org |
1da177e4 LT |
3503 | W: http://prism54.org |
3504 | S: Maintained | |
3505 | ||
3506 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | |
3507 | P: Peter Denison | |
3508 | M: promise@pnd-pc.demon.co.uk | |
3509 | W: http://www.pnd-pc.demon.co.uk/promise/ | |
3510 | S: Maintained | |
3511 | ||
b3277dfa MP |
3512 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
3513 | P: Mikael Pettersson | |
3514 | M: mikpe@it.uu.se | |
3515 | L: linux-ide@vger.kernel.org | |
3516 | S: Maintained | |
3517 | ||
02c18891 MM |
3518 | PS3 NETWORK SUPPORT |
3519 | P: Masakazu Mokuno | |
3520 | M: mokuno@sm.sony.co.jp | |
3521 | L: netdev@vger.kernel.org | |
3522 | L: cbe-oss-dev@ozlabs.org | |
3523 | S: Supported | |
3524 | ||
f58a9d17 GL |
3525 | PS3 PLATFORM SUPPORT |
3526 | P: Geoff Levand | |
3527 | M: geoffrey.levand@am.sony.com | |
3528 | L: linuxppc-dev@ozlabs.org | |
3529 | L: cbe-oss-dev@ozlabs.org | |
3530 | S: Supported | |
3531 | ||
cffb4add JP |
3532 | PS3VRAM DRIVER |
3533 | P: Jim Paris | |
3534 | M: jim@jtan.com | |
3535 | L: cbe-oss-dev@ozlabs.org | |
3536 | S: Maintained | |
3537 | ||
8320204a MK |
3538 | PVRUSB2 VIDEO4LINUX DRIVER |
3539 | P: Mike Isely | |
3540 | M: isely@pobox.com | |
16e9495d | 3541 | L: pvrusb2@isely.net (subscribers-only) |
661263b5 | 3542 | L: linux-media@vger.kernel.org |
8320204a | 3543 | W: http://www.isely.net/pvrusb2/ |
661263b5 | 3544 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
8320204a MK |
3545 | S: Maintained |
3546 | ||
30ec261e EM |
3547 | PXA2xx/PXA3xx SUPPORT |
3548 | P: Eric Miao | |
3549 | M: eric.miao@marvell.com | |
3550 | P: Russell King | |
3551 | M: linux@arm.linux.org.uk | |
70f09f1f | 3552 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
1da177e4 LT |
3553 | S: Maintained |
3554 | ||
272f133a PO |
3555 | PXA MMCI DRIVER |
3556 | S: Orphan | |
3557 | ||
57f63bc8 RJ |
3558 | PXA RTC DRIVER |
3559 | P: Robert Jarzmik | |
3560 | M: robert.jarzmik@free.fr | |
3561 | L: rtc-linux@googlegroups.com | |
3562 | S: Maintained | |
3563 | ||
1da177e4 LT |
3564 | QLOGIC QLA2XXX FC-SCSI DRIVER |
3565 | P: Andrew Vasquez | |
95e6a856 | 3566 | M: linux-driver@qlogic.com |
1da177e4 LT |
3567 | L: linux-scsi@vger.kernel.org |
3568 | S: Supported | |
3569 | ||
5a4faa87 RM |
3570 | QLOGIC QLA3XXX NETWORK DRIVER |
3571 | P: Ron Mercer | |
3572 | M: linux-driver@qlogic.com | |
3573 | L: netdev@vger.kernel.org | |
3574 | S: Supported | |
3575 | ||
c4e84bde RM |
3576 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
3577 | P: Ron Mercer | |
3578 | M: linux-driver@qlogic.com | |
3579 | M: ron.mercer@qlogic.com | |
3580 | L: netdev@vger.kernel.org | |
3581 | S: Supported | |
3582 | ||
1da177e4 LT |
3583 | QNX4 FILESYSTEM |
3584 | P: Anders Larsen | |
3585 | M: al@alarsen.net | |
3586 | L: linux-kernel@vger.kernel.org | |
3587 | W: http://www.alarsen.net/linux/qnx4fs/ | |
3588 | S: Maintained | |
3589 | ||
3590 | RADEON FRAMEBUFFER DISPLAY DRIVER | |
187a2784 BH |
3591 | P: Benjamin Herrenschmidt |
3592 | M: benh@kernel.crashing.org | |
8936b6db | 3593 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
1da177e4 LT |
3594 | S: Maintained |
3595 | ||
3596 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | |
187a2784 BH |
3597 | P: Paul Mackerras |
3598 | M: paulus@samba.org | |
8936b6db | 3599 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
1da177e4 LT |
3600 | S: Maintained |
3601 | ||
e7839f25 | 3602 | RALINK RT2X00 WIRELESS LAN DRIVER |
95ea3627 ID |
3603 | P: rt2x00 project |
3604 | L: linux-wireless@vger.kernel.org | |
6d5eaafa | 3605 | L: users@rt2x00.serialmonkey.com |
95ea3627 ID |
3606 | W: http://rt2x00.serialmonkey.com/ |
3607 | S: Maintained | |
2dd0f692 | 3608 | T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git |
95ea3627 ID |
3609 | F: drivers/net/wireless/rt2x00/ |
3610 | ||
9db5579b NP |
3611 | RAMDISK RAM BLOCK DEVICE DRIVER |
3612 | P: Nick Piggin | |
3613 | M: npiggin@suse.de | |
3614 | S: Maintained | |
3615 | ||
9e95ce27 MM |
3616 | RANDOM NUMBER DRIVER |
3617 | P: Matt Mackall | |
3618 | M: mpm@selenic.com | |
3619 | S: Maintained | |
3620 | ||
394b701c MP |
3621 | RAPIDIO SUBSYSTEM |
3622 | P: Matt Porter | |
3623 | M: mporter@kernel.crashing.org | |
3624 | L: linux-kernel@vger.kernel.org | |
3625 | S: Maintained | |
3626 | ||
e2d1d6c0 RD |
3627 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
3628 | P: Corey Thomas | |
3629 | M: coreythomas@charter.net | |
3630 | L: linux-wireless@vger.kernel.org | |
3631 | S: Maintained | |
3632 | ||
3633 | RCUTORTURE MODULE | |
3634 | P: Josh Triplett | |
3635 | M: josh@freedesktop.org | |
3636 | L: linux-kernel@vger.kernel.org | |
3637 | S: Maintained | |
3638 | ||
c1f766b5 FF |
3639 | RDC R-321X SoC |
3640 | P: Florian Fainelli | |
3641 | M: florian.fainelli@telecomint.eu | |
3642 | L: linux-kernel@vger.kernel.org | |
3643 | S: Maintained | |
3644 | ||
db17f395 FF |
3645 | RDC R6040 FAST ETHERNET DRIVER |
3646 | P: Florian Fainelli | |
3647 | M: florian.fainelli@telecomint.eu | |
3648 | L: netdev@vger.kernel.org | |
3649 | S: Maintained | |
3650 | ||
a09ed661 AG |
3651 | RDS - RELIABLE DATAGRAM SOCKETS |
3652 | P: Andy Grover | |
3653 | M: andy.grover@oracle.com | |
3654 | L: rds-devel@oss.oracle.com | |
3655 | S: Supported | |
3656 | ||
595182bc JT |
3657 | READ-COPY UPDATE (RCU) |
3658 | P: Dipankar Sarma | |
3659 | M: dipankar@in.ibm.com | |
3660 | W: http://www.rdrop.com/users/paulmck/rclock/ | |
3661 | L: linux-kernel@vger.kernel.org | |
3662 | S: Supported | |
3663 | ||
1da177e4 LT |
3664 | REAL TIME CLOCK DRIVER |
3665 | P: Paul Gortmaker | |
3666 | M: p_gortmaker@yahoo.com | |
3667 | L: linux-kernel@vger.kernel.org | |
3668 | S: Maintained | |
3669 | ||
0c86edc0 AZ |
3670 | REAL TIME CLOCK (RTC) SUBSYSTEM |
3671 | P: Alessandro Zummo | |
3672 | M: a.zummo@towertech.it | |
76465493 | 3673 | L: rtc-linux@googlegroups.com |
0c86edc0 AZ |
3674 | S: Maintained |
3675 | ||
1da177e4 | 3676 | REISERFS FILE SYSTEM |
76c4e5ea | 3677 | L: reiserfs-devel@vger.kernel.org |
1da177e4 LT |
3678 | S: Supported |
3679 | ||
e0897645 ID |
3680 | RFKILL |
3681 | P: Ivo van Doorn | |
3682 | M: IvDoorn@gmail.com | |
3683 | L: netdev@vger.kernel.org | |
3684 | S: Maintained | |
3685 | F: net/rfkill | |
3686 | ||
e2d1d6c0 RD |
3687 | RISCOM8 DRIVER |
3688 | S: Orphan | |
3689 | ||
1da177e4 LT |
3690 | ROCKETPORT DRIVER |
3691 | P: Comtrol Corp. | |
1da177e4 LT |
3692 | W: http://www.comtrol.com |
3693 | S: Maintained | |
3694 | ||
3695 | ROSE NETWORK LAYER | |
3696 | P: Ralf Baechle | |
3697 | M: ralf@linux-mips.org | |
3698 | L: linux-hams@vger.kernel.org | |
d34cb28a | 3699 | W: http://www.linux-ax25.org/ |
1da177e4 LT |
3700 | S: Maintained |
3701 | ||
59840488 | 3702 | RTL8180 WIRELESS DRIVER |
96dd603f JL |
3703 | P: John W. Linville |
3704 | M: linville@tuxdriver.com | |
605bebe2 MW |
3705 | L: linux-wireless@vger.kernel.org |
3706 | W: http://linuxwireless.org/ | |
96dd603f | 3707 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git |
605bebe2 MW |
3708 | S: Maintained |
3709 | ||
59840488 LF |
3710 | RTL8187 WIRELESS DRIVER |
3711 | P: Herton Ronaldo Krzesinski | |
3712 | M: herton@mandriva.com.br | |
3713 | P: Hin-Tak Leung | |
3714 | M htl10@users.sourceforge.net | |
3715 | P: Larry Finger | |
3716 | M: Larry.Finger@lwfinger.net | |
3717 | L: linux-wireless@vger.kernel.org | |
3718 | W: http://linuxwireless.org/ | |
3719 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git | |
3720 | S: Maintained | |
3721 | ||
9eb8ef74 | 3722 | S3 SAVAGE FRAMEBUFFER DRIVER |
ce00f85c | 3723 | P: Antonino Daplas |
0478e62e | 3724 | M: adaplas@gmail.com |
8936b6db | 3725 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
ce00f85c | 3726 | S: Maintained |
9eb8ef74 | 3727 | |
1da177e4 LT |
3728 | S390 |
3729 | P: Martin Schwidefsky | |
3730 | M: schwidefsky@de.ibm.com | |
83014255 MS |
3731 | P: Heiko Carstens |
3732 | M: heiko.carstens@de.ibm.com | |
1da177e4 | 3733 | M: linux390@de.ibm.com |
d58140cc | 3734 | L: linux-s390@vger.kernel.org |
5238da45 HC |
3735 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3736 | S: Supported | |
3737 | ||
3738 | S390 NETWORK DRIVERS | |
dd96df2c | 3739 | P: Ursula Braun |
23fcc8d9 | 3740 | M: ursula.braun@de.ibm.com |
b9192ad9 UB |
3741 | P: Frank Blaschka |
3742 | M: blaschka@linux.vnet.ibm.com | |
5238da45 | 3743 | M: linux390@de.ibm.com |
d58140cc | 3744 | L: linux-s390@vger.kernel.org |
5238da45 HC |
3745 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3746 | S: Supported | |
3747 | ||
feed9b62 FB |
3748 | S390 ZCRYPT DRIVER |
3749 | P: Felix Beck | |
3750 | M: felix.beck@de.ibm.com | |
3751 | P: Ralph Wuerthner | |
3752 | M: ralph.wuerthner@de.ibm.com | |
3753 | M: linux390@de.ibm.com | |
3754 | L: linux-s390@vger.kernel.org | |
3755 | S: Supported | |
3756 | ||
5238da45 | 3757 | S390 ZFCP DRIVER |
0033bb47 SS |
3758 | P: Christof Schmitt |
3759 | M: christof.schmitt@de.ibm.com | |
3760 | P: Martin Peschke | |
3761 | M: mp3@de.ibm.com | |
5238da45 | 3762 | M: linux390@de.ibm.com |
d58140cc | 3763 | L: linux-s390@vger.kernel.org |
5238da45 | 3764 | W: http://www.ibm.com/developerworks/linux/linux390/ |
1da177e4 LT |
3765 | S: Supported |
3766 | ||
dd96df2c UB |
3767 | S390 IUCV NETWORK LAYER |
3768 | P: Ursula Braun | |
23fcc8d9 | 3769 | M: ursula.braun@de.ibm.com |
dd96df2c UB |
3770 | M: linux390@de.ibm.com |
3771 | L: linux-s390@vger.kernel.org | |
3772 | W: http://www.ibm.com/developerworks/linux/linux390/ | |
3773 | S: Supported | |
3774 | ||
4dde7f75 BD |
3775 | S3C24XX SD/MMC Driver |
3776 | P: Ben Dooks | |
3777 | M: ben-linux@fluff.org | |
3778 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
3779 | L: linux-kernel@vger.kernel.org | |
3780 | S: Supported | |
3781 | ||
1da177e4 LT |
3782 | SAA7146 VIDEO4LINUX-2 DRIVER |
3783 | P: Michael Hunold | |
3784 | M: michael@mihu.de | |
661263b5 MCC |
3785 | L: linux-media@vger.kernel.org |
3786 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
1da177e4 LT |
3787 | W: http://www.mihu.de/linux/saa7146 |
3788 | S: Maintained | |
3789 | ||
1da177e4 LT |
3790 | SC1200 WDT DRIVER |
3791 | P: Zwane Mwaikambo | |
3c7bf1ea | 3792 | M: zwane@arm.linux.org.uk |
1da177e4 LT |
3793 | S: Maintained |
3794 | ||
3795 | SCHEDULER | |
3796 | P: Ingo Molnar | |
3797 | M: mingo@elte.hu | |
3798 | P: Robert Love [the preemptible kernel bits] | |
3799 | M: rml@tech9.net | |
3800 | L: linux-kernel@vger.kernel.org | |
3801 | S: Maintained | |
3802 | ||
3803 | SCSI CDROM DRIVER | |
3804 | P: Jens Axboe | |
0fe23479 | 3805 | M: axboe@kernel.dk |
1da177e4 LT |
3806 | L: linux-scsi@vger.kernel.org |
3807 | W: http://www.kernel.dk | |
3808 | S: Maintained | |
3809 | ||
3810 | SCSI SG DRIVER | |
3811 | P: Doug Gilbert | |
3812 | M: dgilbert@interlog.com | |
3813 | L: linux-scsi@vger.kernel.org | |
3814 | W: http://www.torque.net/sg | |
3815 | S: Maintained | |
3816 | ||
3817 | SCSI SUBSYSTEM | |
3818 | P: James E.J. Bottomley | |
c4e1608e | 3819 | M: James.Bottomley@HansenPartnership.com |
1da177e4 | 3820 | L: linux-scsi@vger.kernel.org |
6fb0425b | 3821 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
c4e1608e JB |
3822 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git |
3823 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | |
1da177e4 LT |
3824 | S: Maintained |
3825 | ||
3826 | SCSI TAPE DRIVER | |
dd4ef01c | 3827 | P: Kai Mäkisara |
1da177e4 LT |
3828 | M: Kai.Makisara@kolumbus.fi |
3829 | L: linux-scsi@vger.kernel.org | |
3830 | S: Maintained | |
3831 | ||
3832 | SCTP PROTOCOL | |
5f85813c SS |
3833 | P: Vlad Yasevich |
3834 | M: vladislav.yasevich@hp.com | |
ce00f85c JC |
3835 | P: Sridhar Samudrala |
3836 | M: sri@us.ibm.com | |
1a418796 | 3837 | L: linux-sctp@vger.kernel.org |
5f85813c | 3838 | W: http://lksctp.sourceforge.net |
ce00f85c | 3839 | S: Supported |
1da177e4 LT |
3840 | |
3841 | SCx200 CPU SUPPORT | |
1662d32c JC |
3842 | P: Jim Cromie |
3843 | M: jim.cromie@gmail.com | |
3844 | S: Odd Fixes | |
3845 | ||
3846 | SCx200 GPIO DRIVER | |
3847 | P: Jim Cromie | |
3848 | M: jim.cromie@gmail.com | |
3849 | S: Maintained | |
3850 | ||
3851 | SCx200 HRT CLOCKSOURCE DRIVER | |
3852 | P: Jim Cromie | |
3853 | M: jim.cromie@gmail.com | |
3854 | S: Maintained | |
1da177e4 | 3855 | |
6a36913a SS |
3856 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
3857 | P: Sascha Sommer | |
3858 | M: saschasommer@freenet.de | |
3859 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) | |
3860 | S: Maintained | |
3861 | ||
e7839f25 | 3862 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
e2d1d6c0 RD |
3863 | P: Pierre Ossman |
3864 | M: drzeus-sdhci@drzeus.cx | |
3865 | L: sdhci-devel@list.drzeus.cx | |
3866 | S: Maintained | |
3867 | ||
8711cca2 JM |
3868 | SECURITY SUBSYSTEM |
3869 | F: security/ | |
3870 | P: James Morris | |
3871 | M: jmorris@namei.org | |
3872 | L: linux-kernel@vger.kernel.org | |
3873 | L: linux-security-module@vger.kernel.org (suggested Cc:) | |
3874 | T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | |
c8334dc8 | 3875 | W: http://security.wiki.kernel.org/ |
8711cca2 JM |
3876 | S: Supported |
3877 | ||
1da177e4 LT |
3878 | SECURITY CONTACT |
3879 | P: Security Officers | |
3880 | M: security@kernel.org | |
3881 | S: Supported | |
3882 | ||
3883 | SELINUX SECURITY MODULE | |
3884 | P: Stephen Smalley | |
62cfe7ef | 3885 | M: sds@tycho.nsa.gov |
1da177e4 | 3886 | P: James Morris |
48de5bee | 3887 | M: jmorris@namei.org |
588a3157 SS |
3888 | P: Eric Paris |
3889 | M: eparis@parisplace.org | |
1da177e4 | 3890 | L: linux-kernel@vger.kernel.org (kernel issues) |
588a3157 | 3891 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
f058925b SS |
3892 | W: http://selinuxproject.org |
3893 | T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | |
1da177e4 LT |
3894 | S: Supported |
3895 | ||
cef2cf07 JS |
3896 | SENSABLE PHANTOM |
3897 | P: Jiri Slaby | |
3898 | M: jirislaby@gmail.com | |
3899 | S: Maintained | |
3900 | ||
4480f15b | 3901 | SERIAL ATA (SATA) SUBSYSTEM |
1da177e4 LT |
3902 | P: Jeff Garzik |
3903 | M: jgarzik@pobox.com | |
3904 | L: linux-ide@vger.kernel.org | |
6fb0425b | 3905 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
1da177e4 LT |
3906 | S: Supported |
3907 | ||
6b7c5b94 SP |
3908 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
3909 | P: Sathya Perla | |
3910 | M: sathyap@serverengines.com | |
3911 | P: Subbu Seetharaman | |
3912 | M: subbus@serverengines.com | |
3913 | L: netdev@vger.kernel.org | |
3914 | W: http://www.serverengines.com | |
3915 | S: Supported | |
3916 | ||
8ceee660 BH |
3917 | SFC NETWORK DRIVER |
3918 | P: Steve Hodgson | |
3919 | P: Ben Hutchings | |
3920 | P: Robert Stonehouse | |
3921 | M: linux-net-drivers@solarflare.com | |
3922 | S: Supported | |
3923 | ||
e2d1d6c0 RD |
3924 | SGI GRU DRIVER |
3925 | P: Jack Steiner | |
3926 | M: steiner@sgi.com | |
3927 | S: Maintained | |
3928 | ||
3929 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | |
3930 | P: Pat Gefre | |
3931 | M: pfg@sgi.com | |
3932 | L: linux-ia64@vger.kernel.org | |
3933 | S: Supported | |
3934 | ||
1da177e4 LT |
3935 | SGI VISUAL WORKSTATION 320 AND 540 |
3936 | P: Andrey Panin | |
3937 | M: pazke@donpac.ru | |
3938 | L: linux-visws-devel@lists.sf.net | |
3939 | W: http://linux-visws.sf.net | |
3940 | S: Maintained for 2.6. | |
3941 | ||
75312619 JS |
3942 | SGI XP/XPC/XPNET DRIVER |
3943 | P: Dean Nelson | |
3944 | M: dcn@sgi.com | |
3945 | S: Maintained | |
3946 | ||
e2d1d6c0 RD |
3947 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
3948 | P: Marc Singer | |
3949 | M: elf@buici.com | |
3950 | W: http://projects.buici.com/arm | |
3951 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | |
3952 | S: Maintained | |
3953 | ||
3954 | SHPC HOTPLUG DRIVER | |
3955 | P: Kristen Carlson Accardi | |
3956 | M: kristen.c.accardi@intel.com | |
3957 | L: linux-pci@vger.kernel.org | |
3958 | S: Supported | |
3959 | ||
1da177e4 LT |
3960 | SIMTEC EB110ATX (Chalice CATS) |
3961 | P: Ben Dooks | |
3962 | P: Vincent Sanders | |
3963 | M: support@simtec.co.uk | |
3964 | W: http://www.simtec.co.uk/products/EB110ATX/ | |
3965 | S: Supported | |
3966 | ||
3967 | SIMTEC EB2410ITX (BAST) | |
3968 | P: Ben Dooks | |
3969 | P: Vincent Sanders | |
3970 | M: support@simtec.co.uk | |
3971 | W: http://www.simtec.co.uk/products/EB2410ITX/ | |
3972 | S: Supported | |
3973 | ||
92aab3c0 FR |
3974 | SIS 190 ETHERNET DRIVER |
3975 | P: Francois Romieu | |
3976 | M: romieu@fr.zoreil.com | |
3977 | L: netdev@vger.kernel.org | |
3978 | S: Maintained | |
3979 | ||
1da177e4 LT |
3980 | SIS 900/7016 FAST ETHERNET DRIVER |
3981 | P: Daniele Venzano | |
3982 | M: venza@brownhat.org | |
3983 | W: http://www.brownhat.org/sis900.html | |
979b6c13 | 3984 | L: netdev@vger.kernel.org |
1da177e4 LT |
3985 | S: Maintained |
3986 | ||
6ea884db MH |
3987 | SIS 96X I2C/SMBUS DRIVER |
3988 | P: Mark M. Hoffman | |
3989 | M: mhoffman@lightlink.com | |
846557d3 | 3990 | L: linux-i2c@vger.kernel.org |
6ea884db MH |
3991 | S: Maintained |
3992 | ||
1da177e4 LT |
3993 | SIS FRAMEBUFFER DRIVER |
3994 | P: Thomas Winischhofer | |
3995 | M: thomas@winischhofer.net | |
3996 | W: http://www.winischhofer.net/linuxsisvga.shtml | |
b7eee616 | 3997 | S: Maintained |
1da177e4 LT |
3998 | |
3999 | SIS USB2VGA DRIVER | |
4000 | P: Thomas Winischhofer | |
4001 | M: thomas@winischhofer.net | |
4002 | W: http://www.winischhofer.at/linuxsisusbvga.shtml | |
4003 | S: Maintained | |
4004 | ||
e2d1d6c0 RD |
4005 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
4006 | P: Stephen Hemminger | |
4007 | M: shemminger@linux-foundation.org | |
4008 | L: netdev@vger.kernel.org | |
4009 | S: Maintained | |
4010 | ||
415ad26d CL |
4011 | SLAB ALLOCATOR |
4012 | P: Christoph Lameter | |
cde53535 | 4013 | M: cl@linux-foundation.org |
415ad26d CL |
4014 | P: Pekka Enberg |
4015 | M: penberg@cs.helsinki.fi | |
c76d118e PE |
4016 | P: Matt Mackall |
4017 | M: mpm@selenic.com | |
415ad26d CL |
4018 | L: linux-mm@kvack.org |
4019 | S: Maintained | |
4020 | ||
1da177e4 LT |
4021 | SMC91x ETHERNET DRIVER |
4022 | P: Nicolas Pitre | |
4023 | M: nico@cam.org | |
4024 | S: Maintained | |
4025 | ||
6ea884db MH |
4026 | SMSC47B397 HARDWARE MONITOR DRIVER |
4027 | P: Mark M. Hoffman | |
4028 | M: mhoffman@lightlink.com | |
4029 | L: lm-sensors@lm-sensors.org | |
4030 | S: Maintained | |
4031 | ||
fd9abb3d | 4032 | SMSC911x ETHERNET DRIVER |
2cb37728 SG |
4033 | P: Steve Glendinning |
4034 | M: steve.glendinning@smsc.com | |
4035 | L: netdev@vger.kernel.org | |
4036 | S: Supported | |
4037 | ||
4038 | SMSC9420 PCI ETHERNET DRIVER | |
fd9abb3d SG |
4039 | P: Steve Glendinning |
4040 | M: steve.glendinning@smsc.com | |
4041 | L: netdev@vger.kernel.org | |
4042 | S: Supported | |
4043 | ||
b54f2863 BN |
4044 | SMX UIO Interface |
4045 | P: Ben Nizette | |
4046 | M: bn@niasdigital.com | |
4047 | S: Maintained | |
4048 | ||
e2d1d6c0 RD |
4049 | SN-IA64 (Itanium) SUB-PLATFORM |
4050 | P: Jes Sorensen | |
4051 | M: jes@sgi.com | |
4052 | L: linux-altix@sgi.com | |
4053 | L: linux-ia64@vger.kernel.org | |
4054 | W: http://www.sgi.com/altix | |
4055 | S: Maintained | |
4056 | ||
668acf32 | 4057 | SOC-CAMERA V4L2 SUBSYSTEM |
795fb7e7 JD |
4058 | P: Guennadi Liakhovetski |
4059 | M: g.liakhovetski@gmx.de | |
661263b5 MCC |
4060 | L: linux-media@vger.kernel.org |
4061 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
795fb7e7 | 4062 | S: Maintained |
668acf32 | 4063 | |
e2d1d6c0 RD |
4064 | SOEKRIS NET48XX LED SUPPORT |
4065 | P: Chris Boot | |
4066 | M: bootc@bootc.net | |
4067 | S: Maintained | |
4068 | ||
1da177e4 | 4069 | SOFTWARE RAID (Multiple Disks) SUPPORT |
1da177e4 | 4070 | P: Neil Brown |
524418bb | 4071 | M: neilb@suse.de |
1da177e4 | 4072 | L: linux-raid@vger.kernel.org |
524418bb | 4073 | S: Supported |
1da177e4 | 4074 | |
1da177e4 LT |
4075 | SONIC NETWORK DRIVER |
4076 | P: Thomas Bogendoerfer | |
4077 | M: tsbogend@alpha.franken.de | |
979b6c13 | 4078 | L: netdev@vger.kernel.org |
1da177e4 LT |
4079 | S: Maintained |
4080 | ||
61e115a5 MB |
4081 | SONICS SILICON BACKPLANE DRIVER (SSB) |
4082 | P: Michael Buesch | |
4083 | M: mb@bu3sch.de | |
4084 | L: netdev@vger.kernel.org | |
4085 | S: Maintained | |
4086 | ||
1da177e4 | 4087 | SONY VAIO CONTROL DEVICE DRIVER |
0d477fac MD |
4088 | P: Mattia Dongili |
4089 | M: malattia@linux.it | |
5b18167d MD |
4090 | L: linux-acpi@vger.kernel.org |
4091 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | |
1da177e4 LT |
4092 | S: Maintained |
4093 | ||
baf8532a AD |
4094 | SONY MEMORYSTICK CARD SUPPORT |
4095 | P: Alex Dubov | |
4096 | M: oakad@yahoo.com | |
4097 | L: linux-kernel@vger.kernel.org | |
4098 | W: http://tifmxx.berlios.de/ | |
4099 | S: Maintained | |
4100 | ||
1da177e4 LT |
4101 | SOUND |
4102 | P: Jaroslav Kysela | |
c1017a4c | 4103 | M: perex@perex.cz |
281712fa TI |
4104 | P: Takashi Iwai |
4105 | M: tiwai@suse.de | |
82622046 | 4106 | L: alsa-devel@alsa-project.org (subscribers-only) |
1da177e4 LT |
4107 | S: Maintained |
4108 | ||
bd903bde | 4109 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
eb1a6af3 | 4110 | P: Liam Girdwood |
b0b8daf7 | 4111 | M: lrg@slimlogic.co.uk |
2cad0ad6 MB |
4112 | P: Mark Brown |
4113 | M: broonie@opensource.wolfsonmicro.com | |
4114 | T: git opensource.wolfsonmicro.com/linux-2.6-asoc | |
82622046 | 4115 | L: alsa-devel@alsa-project.org (subscribers-only) |
b0b8daf7 | 4116 | W: http://alsa-project.org/main/index.php/ASoC |
eb1a6af3 LG |
4117 | S: Supported |
4118 | ||
473321fc SR |
4119 | SPARC + UltraSPARC (sparc/sparc64) |
4120 | P: David S. Miller | |
4121 | M: davem@davemloft.net | |
1da177e4 | 4122 | L: sparclinux@vger.kernel.org |
473321fc SR |
4123 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
4124 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | |
1da177e4 LT |
4125 | S: Maintained |
4126 | ||
4127 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | |
4128 | P: Roger Wolff | |
4129 | M: R.E.Wolff@BitWizard.nl | |
4130 | L: linux-kernel@vger.kernel.org ? | |
4131 | S: Supported | |
4132 | ||
e2d1d6c0 RD |
4133 | SPI SUBSYSTEM |
4134 | P: David Brownell | |
4135 | M: dbrownell@users.sourceforge.net | |
4136 | L: spi-devel-general@lists.sourceforge.net | |
4137 | S: Maintained | |
4138 | ||
2752e401 | 4139 | SPIDERNET NETWORK DRIVER for CELL |
cb8da8a3 JO |
4140 | P: Ishizaki Kou |
4141 | M: kou.ishizaki@toshiba.co.jp | |
4142 | P: Jens Osterkamp | |
4143 | M: jens@de.ibm.com | |
2752e401 JL |
4144 | L: netdev@vger.kernel.org |
4145 | S: Supported | |
4146 | ||
e2d1d6c0 RD |
4147 | SPU FILE SYSTEM |
4148 | P: Jeremy Kerr | |
4149 | M: jk@ozlabs.org | |
4150 | L: linuxppc-dev@ozlabs.org | |
4151 | L: cbe-oss-dev@ozlabs.org | |
4152 | W: http://www.ibm.com/developerworks/power/cell/ | |
4153 | S: Supported | |
4154 | ||
fc555841 PL |
4155 | SQUASHFS FILE SYSTEM |
4156 | P: Phillip Lougher | |
4157 | M: phillip@lougher.demon.co.uk | |
4158 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) | |
4159 | W: http://squashfs.org.uk | |
4160 | S: Maintained | |
4161 | ||
1da177e4 LT |
4162 | SRM (Alpha) environment access |
4163 | P: Jan-Benedict Glaw | |
4164 | M: jbglaw@lug-owl.de | |
4165 | L: linux-kernel@vger.kernel.org | |
4166 | S: Maintained | |
4167 | ||
26e9a397 | 4168 | STABLE BRANCH |
e2d1d6c0 RD |
4169 | P: Greg Kroah-Hartman |
4170 | M: greg@kroah.com | |
4171 | P: Chris Wright | |
4172 | M: chrisw@sous-sol.org | |
4173 | L: stable@kernel.org | |
4174 | S: Maintained | |
4175 | ||
26e9a397 | 4176 | STAGING SUBSYSTEM |
dbc6c2cc GKH |
4177 | P: Greg Kroah-Hartman |
4178 | M: gregkh@suse.de | |
4179 | L: linux-kernel@vger.kernel.org | |
4180 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | |
4181 | S: Maintained | |
4182 | ||
1da177e4 LT |
4183 | STARFIRE/DURALAN NETWORK DRIVER |
4184 | P: Ion Badulescu | |
4185 | M: ionut@cs.columbia.edu | |
4186 | S: Maintained | |
4187 | ||
4188 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | |
4189 | W: http://mosquitonet.Stanford.EDU/strip.html | |
baaea1dc | 4190 | S: Orphan |
1da177e4 LT |
4191 | |
4192 | STRADIS MPEG-2 DECODER DRIVER | |
4193 | P: Nathan Laredo | |
4194 | M: laredo@gnu.org | |
1da177e4 LT |
4195 | W: http://www.stradis.com/ |
4196 | S: Maintained | |
4197 | ||
e2d1d6c0 RD |
4198 | SUN3/3X |
4199 | P: Sam Creasey | |
4200 | M: sammy@sammy.net | |
4201 | W: http://sammy.net/sun3/ | |
4202 | S: Maintained | |
4203 | ||
2cbb12a4 | 4204 | SUPERH |
1da177e4 LT |
4205 | P: Paul Mundt |
4206 | M: lethal@linux-sh.org | |
2cbb12a4 | 4207 | L: linux-sh@vger.kernel.org |
1da177e4 | 4208 | W: http://www.linux-sh.org |
2cbb12a4 | 4209 | T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
5c806b20 | 4210 | S: Supported |
1da177e4 | 4211 | |
4480f15b | 4212 | SUSPEND TO RAM |
e2d1d6c0 RD |
4213 | P: Len Brown |
4214 | M: len.brown@intel.com | |
4215 | P: Pavel Machek | |
ef35ce23 | 4216 | M: pavel@ucw.cz |
e2d1d6c0 RD |
4217 | P: Rafael J. Wysocki |
4218 | M: rjw@sisk.pl | |
4219 | L: linux-pm@lists.linux-foundation.org | |
4220 | S: Supported | |
1da177e4 LT |
4221 | |
4222 | SVGA HANDLING | |
4223 | P: Martin Mares | |
4224 | M: mj@ucw.cz | |
4225 | L: linux-video@atrey.karlin.mff.cuni.cz | |
4226 | S: Maintained | |
4227 | ||
4228 | SYSV FILESYSTEM | |
4229 | P: Christoph Hellwig | |
4230 | M: hch@infradead.org | |
4231 | S: Maintained | |
4232 | ||
4e68852d | 4233 | TASKSTATS STATISTICS INTERFACE |
abc5f23a BS |
4234 | P: Balbir Singh |
4235 | M: balbir@linux.vnet.ibm.com | |
4e68852d AC |
4236 | L: linux-kernel@vger.kernel.org |
4237 | S: Maintained | |
4238 | ||
781b456a SH |
4239 | TC CLASSIFIER |
4240 | P: Jamal Hadi Salim | |
4241 | M: hadi@cyberus.ca | |
4242 | L: netdev@vger.kernel.org | |
4243 | S: Maintained | |
4244 | ||
5067f08a WHSE |
4245 | TCP LOW PRIORITY MODULE |
4246 | P: Wong Hoi Sing, Edison | |
4247 | M: hswong3i@gmail.com | |
4248 | P: Hung Hing Lun, Mike | |
4249 | M: hlhung3i@gmail.com | |
4250 | W: http://tcp-lp-mod.sourceforge.net/ | |
4251 | S: Maintained | |
4252 | ||
1a348ccc AG |
4253 | TEHUTI ETHERNET DRIVER |
4254 | P: Alexander Indenbaum | |
4255 | M: baum@tehutinetworks.net | |
4256 | P: Andy Gospodarek | |
4257 | M: andy@greyhouse.net | |
4258 | L: netdev@vger.kernel.org | |
4259 | S: Supported | |
4260 | ||
4e68852d AC |
4261 | Telecom Clock Driver for MCPL0010 |
4262 | P: Mark Gross | |
4263 | M: mark.gross@intel.com | |
4264 | S: Supported | |
4265 | ||
4480f15b | 4266 | TENSILICA XTENSA PORT (xtensa) |
4e68852d AC |
4267 | P: Chris Zankel |
4268 | M: chris@zankel.net | |
4269 | S: Maintained | |
4270 | ||
4271 | THINKPAD ACPI EXTRAS DRIVER | |
4272 | P: Henrique de Moraes Holschuh | |
4273 | M: ibm-acpi@hmh.eng.br | |
4274 | L: ibm-acpi-devel@lists.sourceforge.net | |
4275 | W: http://ibm-acpi.sourceforge.net | |
4276 | W: http://thinkwiki.org/wiki/Ibm-acpi | |
4277 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | |
4278 | S: Maintained | |
4279 | ||
4020f2d7 | 4280 | TI FLASH MEDIA INTERFACE DRIVER |
795fb7e7 JD |
4281 | P: Alex Dubov |
4282 | M: oakad@yahoo.com | |
4283 | S: Maintained | |
4020f2d7 | 4284 | |
9f9c24f4 SK |
4285 | TI OMAP MMC INTERFACE DRIVER |
4286 | P: Carlos Aguiar, Anderson Briglia and Syed Khasim | |
b6a7e4c0 | 4287 | M: linux-omap@vger.kernel.org |
9f9c24f4 SK |
4288 | W: http://linux.omap.com |
4289 | W: http://www.muru.com/linux/omap/ | |
4290 | S: Maintained | |
4291 | ||
844dd05f MB |
4292 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT |
4293 | P: Deepak Saxena | |
4294 | M: dsaxena@plexity.net | |
4295 | S: Maintained | |
4296 | ||
e86eaa3a PL |
4297 | TIPC NETWORK LAYER |
4298 | P: Per Liden | |
7c2b2aae | 4299 | M: per.liden@ericsson.com |
e86eaa3a | 4300 | P: Jon Maloy |
7c2b2aae | 4301 | M: jon.maloy@ericsson.com |
e86eaa3a | 4302 | P: Allan Stephens |
7c2b2aae | 4303 | M: allan.stephens@windriver.com |
e86eaa3a PL |
4304 | L: tipc-discussion@lists.sourceforge.net |
4305 | W: http://tipc.sourceforge.net/ | |
4306 | W: http://tipc.cslab.ericsson.net/ | |
4307 | T: git tipc.cslab.ericsson.net:/pub/git/tipc.git | |
4308 | S: Maintained | |
4309 | ||
1da177e4 LT |
4310 | TLAN NETWORK DRIVER |
4311 | P: Samuel Chessman | |
4312 | M: chessman@tux.org | |
88c07dde | 4313 | L: tlan-devel@lists.sourceforge.net (subscribers-only) |
1da177e4 LT |
4314 | W: http://sourceforge.net/projects/tlan/ |
4315 | S: Maintained | |
4316 | ||
d74db3b2 KT |
4317 | TOMOYO SECURITY MODULE |
4318 | P: Kentaro Takeda | |
4319 | M: takedakn@nttdata.co.jp | |
4320 | P: Tetsuo Handa | |
4321 | M: penguin-kernel@I-love.SAKURA.ne.jp | |
4322 | L: linux-kernel@vger.kernel.org (kernel issues) | |
4323 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) | |
4324 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) | |
4325 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) | |
4326 | W: http://tomoyo.sourceforge.jp/ | |
4327 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ | |
4328 | S: Maintained | |
4329 | ||
1da177e4 LT |
4330 | TOSHIBA ACPI EXTRAS DRIVER |
4331 | P: John Belmonte | |
4332 | M: toshiba_acpi@memebeam.org | |
4333 | W: http://memebeam.org/toys/ToshibaAcpiDriver | |
4334 | S: Maintained | |
4335 | ||
4336 | TOSHIBA SMM DRIVER | |
4337 | P: Jonathan Buzzard | |
4338 | M: jonathan@buzzard.org.uk | |
4339 | L: tlinux-users@tce.toshiba-dme.co.jp | |
4340 | W: http://www.buzzard.org.uk/toshiba/ | |
4341 | S: Maintained | |
4342 | ||
4e68852d | 4343 | TPM DEVICE DRIVER |
141c0240 RA |
4344 | P: Debora Velarde |
4345 | M: debora@linux.vnet.ibm.com | |
4346 | P: Rajiv Andrade | |
4347 | M: srajiv@linux.vnet.ibm.com | |
4e68852d AC |
4348 | W: http://tpmdd.sourceforge.net |
4349 | P: Marcel Selhorst | |
7dcce133 MS |
4350 | M: m.selhorst@sirrix.com |
4351 | W: http://www.sirrix.com | |
63a10dfd | 4352 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
4e68852d AC |
4353 | S: Maintained |
4354 | ||
1da177e4 | 4355 | TRIVIAL PATCHES |
2b6a2f53 | 4356 | P: Jiri Kosina |
ce00f85c JC |
4357 | M: trivial@kernel.org |
4358 | L: linux-kernel@vger.kernel.org | |
2b6a2f53 | 4359 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git |
1da177e4 LT |
4360 | S: Maintained |
4361 | ||
4e68852d AC |
4362 | TTY LAYER |
4363 | P: Alan Cox | |
4364 | M: alan@lxorguk.ukuu.org.uk | |
4365 | L: linux-kernel@vger.kernel.org | |
4366 | S: Maintained | |
4367 | ||
740db6d7 GG |
4368 | TULIP NETWORK DRIVERS |
4369 | P: Grant Grundler | |
4370 | M: grundler@parisc-linux.org | |
4371 | P: Kyle McMartin | |
42a5a8a6 | 4372 | M: kyle@mcmartin.ca |
740db6d7 GG |
4373 | L: netdev@vger.kernel.org |
4374 | S: Maintained | |
1da177e4 LT |
4375 | |
4376 | TUN/TAP driver | |
4377 | P: Maxim Krasnyansky | |
66777b79 | 4378 | M: maxk@qualcomm.com |
1da177e4 LT |
4379 | L: vtun@office.satix.net |
4380 | W: http://vtun.sourceforge.net/tun | |
4381 | S: Maintained | |
4382 | ||
b454cc66 MR |
4383 | TURBOCHANNEL SUBSYSTEM |
4384 | P: Maciej W. Rozycki | |
4385 | M: macro@linux-mips.org | |
4386 | S: Maintained | |
4387 | ||
1da177e4 LT |
4388 | U14-34F SCSI DRIVER |
4389 | P: Dario Ballabio | |
4390 | M: ballabio_dario@emc.com | |
4391 | L: linux-scsi@vger.kernel.org | |
4392 | S: Maintained | |
4393 | ||
e2d1d6c0 RD |
4394 | UBI FILE SYSTEM (UBIFS) |
4395 | P: Artem Bityutskiy | |
4396 | M: dedekind@infradead.org | |
4397 | P: Adrian Hunter | |
4398 | M: ext-adrian.hunter@nokia.com | |
4399 | L: linux-mtd@lists.infradead.org | |
e2966cbe | 4400 | T: git git://git.infradead.org/ubifs-2.6.git |
e2d1d6c0 RD |
4401 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
4402 | S: Maintained | |
4403 | ||
cc2020e6 AC |
4404 | UCLINUX (AND M68KNOMMU) |
4405 | P: Greg Ungerer | |
4406 | M: gerg@uclinux.org | |
4407 | W: http://www.uclinux.org/ | |
4408 | L: uclinux-dev@uclinux.org (subscribers-only) | |
4409 | S: Maintained | |
4410 | ||
cc2020e6 AC |
4411 | UCLINUX FOR RENESAS H8/300 |
4412 | P: Yoshinori Sato | |
4413 | M: ysato@users.sourceforge.jp | |
4414 | W: http://uclinux-h8.sourceforge.jp/ | |
4415 | S: Supported | |
4416 | ||
1da177e4 | 4417 | UDF FILESYSTEM |
800fdfb9 JK |
4418 | P: Jan Kara |
4419 | M: jack@suse.cz | |
1da177e4 LT |
4420 | W: http://linux-udf.sourceforge.net |
4421 | S: Maintained | |
4422 | ||
cc2020e6 AC |
4423 | UFS FILESYSTEM |
4424 | P: Evgeniy Dushistov | |
4425 | M: dushistov@mail.ru | |
4426 | L: linux-kernel@vger.kernel.org | |
4427 | S: Maintained | |
4428 | ||
18332a80 DV |
4429 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
4430 | P: David Vrabel | |
4431 | M: david.vrabel@csr.com | |
4432 | L: linux-usb@vger.kernel.org | |
4433 | S: Supported | |
4434 | ||
1da177e4 LT |
4435 | UNIFORM CDROM DRIVER |
4436 | P: Jens Axboe | |
0fe23479 | 4437 | M: axboe@kernel.dk |
1da177e4 LT |
4438 | L: linux-kernel@vger.kernel.org |
4439 | W: http://www.kernel.dk | |
4440 | S: Maintained | |
4441 | ||
e2d1d6c0 RD |
4442 | UNSORTED BLOCK IMAGES (UBI) |
4443 | P: Artem Bityutskiy | |
4444 | M: dedekind@infradead.org | |
4445 | W: http://www.linux-mtd.infradead.org/ | |
4446 | L: linux-mtd@lists.infradead.org | |
e2966cbe | 4447 | T: git git://git.infradead.org/ubi-2.6.git |
e2d1d6c0 RD |
4448 | S: Maintained |
4449 | ||
1da177e4 LT |
4450 | USB ACM DRIVER |
4451 | P: Oliver Neukum | |
4452 | M: oliver@neukum.name | |
6372594a | 4453 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4454 | S: Maintained |
4455 | ||
4456 | USB BLOCK DRIVER (UB ub) | |
4457 | P: Pete Zaitcev | |
4458 | M: zaitcev@redhat.com | |
4459 | L: linux-kernel@vger.kernel.org | |
795fb7e7 | 4460 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4461 | S: Supported |
4462 | ||
1da177e4 LT |
4463 | USB CDC ETHERNET DRIVER |
4464 | P: Greg Kroah-Hartman | |
4465 | M: greg@kroah.com | |
795fb7e7 | 4466 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4467 | S: Maintained |
4468 | W: http://www.kroah.com/linux-usb/ | |
4469 | ||
b02b371e PK |
4470 | USB CYPRESS C67X00 DRIVER |
4471 | P: Peter Korsgaard | |
4472 | M: jacmet@sunsite.dk | |
4473 | L: linux-usb@vger.kernel.org | |
4474 | S: Maintained | |
4475 | ||
d0374f4f PK |
4476 | USB DAVICOM DM9601 DRIVER |
4477 | P: Peter Korsgaard | |
4478 | M: jacmet@sunsite.dk | |
043600a6 | 4479 | L: netdev@vger.kernel.org |
d0374f4f PK |
4480 | W: http://www.linux-usb.org/usbnet |
4481 | S: Maintained | |
4482 | ||
cc2020e6 AC |
4483 | USB DIAMOND RIO500 DRIVER |
4484 | P: Cesar Miquel | |
4485 | M: miquel@df.uba.ar | |
4486 | L: rio500-users@lists.sourceforge.net | |
4487 | W: http://rio500.sourceforge.net | |
4488 | S: Maintained | |
4489 | ||
1da177e4 LT |
4490 | USB EHCI DRIVER |
4491 | P: David Brownell | |
4492 | M: dbrownell@users.sourceforge.net | |
795fb7e7 | 4493 | L: linux-usb@vger.kernel.org |
23d8c90e | 4494 | S: Odd Fixes |
1da177e4 | 4495 | |
7ce08c93 LR |
4496 | USB ET61X[12]51 DRIVER |
4497 | P: Luca Risolia | |
4498 | M: luca.risolia@studio.unibo.it | |
795fb7e7 | 4499 | L: linux-usb@vger.kernel.org |
661263b5 MCC |
4500 | L: linux-media@vger.kernel.org |
4501 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
7ce08c93 LR |
4502 | W: http://www.linux-projects.org |
4503 | S: Maintained | |
4504 | ||
69ae9e3e DB |
4505 | USB GADGET/PERIPHERAL SUBSYSTEM |
4506 | P: David Brownell | |
4507 | M: dbrownell@users.sourceforge.net | |
795fb7e7 | 4508 | L: linux-usb@vger.kernel.org |
69ae9e3e DB |
4509 | W: http://www.linux-usb.org/gadget |
4510 | S: Maintained | |
4511 | ||
2dea64b4 | 4512 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
641266fd JK |
4513 | P: Jiri Kosina |
4514 | M: jkosina@suse.cz | |
795fb7e7 | 4515 | L: linux-usb@vger.kernel.org |
a4dff398 | 4516 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
1da177e4 LT |
4517 | S: Maintained |
4518 | ||
959eea21 OK |
4519 | USB ISP116X DRIVER |
4520 | P: Olav Kongas | |
4521 | M: ok@artecdesign.ee | |
795fb7e7 | 4522 | L: linux-usb@vger.kernel.org |
959eea21 OK |
4523 | S: Maintained |
4524 | ||
1da177e4 LT |
4525 | USB KAWASAKI LSI DRIVER |
4526 | P: Oliver Neukum | |
4527 | M: oliver@neukum.name | |
795fb7e7 | 4528 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4529 | S: Maintained |
4530 | ||
4531 | USB MASS STORAGE DRIVER | |
4532 | P: Matthew Dharm | |
4533 | M: mdharm-usb@one-eyed-alien.net | |
795fb7e7 | 4534 | L: linux-usb@vger.kernel.org |
8836aeb8 | 4535 | L: usb-storage@lists.one-eyed-alien.net |
1da177e4 LT |
4536 | S: Maintained |
4537 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |
4538 | ||
4539 | USB OHCI DRIVER | |
23d8c90e DB |
4540 | P: David Brownell |
4541 | M: dbrownell@users.sourceforge.net | |
795fb7e7 | 4542 | L: linux-usb@vger.kernel.org |
23d8c90e | 4543 | S: Odd Fixes |
1da177e4 | 4544 | |
ba460e48 MU |
4545 | USB OPTION-CARD DRIVER |
4546 | P: Matthias Urlichs | |
4547 | M: smurf@smurf.noris.de | |
795fb7e7 | 4548 | L: linux-usb@vger.kernel.org |
ba460e48 MU |
4549 | S: Maintained |
4550 | ||
1da177e4 LT |
4551 | USB OV511 DRIVER |
4552 | P: Mark McClelland | |
4553 | M: mmcclell@bigfoot.com | |
795fb7e7 | 4554 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4555 | W: http://alpha.dyndns.org/ov511/ |
4556 | S: Maintained | |
4557 | ||
4558 | USB PEGASUS DRIVER | |
4559 | P: Petko Manolov | |
4560 | M: petkan@users.sourceforge.net | |
795fb7e7 | 4561 | L: linux-usb@vger.kernel.org |
043600a6 | 4562 | L: netdev@vger.kernel.org |
1da177e4 LT |
4563 | W: http://pegasus2.sourceforge.net/ |
4564 | S: Maintained | |
4565 | ||
73e4fb3f PZ |
4566 | USB PRINTER DRIVER (usblp) |
4567 | P: Pete Zaitcev | |
4568 | M: zaitcev@redhat.com | |
795fb7e7 | 4569 | L: linux-usb@vger.kernel.org |
73e4fb3f | 4570 | S: Supported |
1da177e4 LT |
4571 | |
4572 | USB RTL8150 DRIVER | |
4573 | P: Petko Manolov | |
4574 | M: petkan@users.sourceforge.net | |
795fb7e7 | 4575 | L: linux-usb@vger.kernel.org |
043600a6 | 4576 | L: netdev@vger.kernel.org |
1da177e4 LT |
4577 | W: http://pegasus2.sourceforge.net/ |
4578 | S: Maintained | |
4579 | ||
4580 | USB SE401 DRIVER | |
4581 | P: Jeroen Vreeken | |
4582 | M: pe1rxq@amsat.org | |
795fb7e7 | 4583 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4584 | W: http://www.chello.nl/~j.vreeken/se401/ |
4585 | S: Maintained | |
4586 | ||
4e68852d AC |
4587 | USB SERIAL BELKIN F5U103 DRIVER |
4588 | P: William Greathouse | |
4589 | M: wgreathouse@smva.com | |
795fb7e7 | 4590 | L: linux-usb@vger.kernel.org |
4e68852d AC |
4591 | S: Maintained |
4592 | ||
4593 | USB SERIAL CYPRESS M8 DRIVER | |
4594 | P: Lonnie Mendez | |
4595 | M: dignome@gmail.com | |
795fb7e7 | 4596 | L: linux-usb@vger.kernel.org |
4e68852d AC |
4597 | S: Maintained |
4598 | W: http://geocities.com/i0xox0i | |
4599 | W: http://firstlight.net/cvs | |
4600 | ||
1da177e4 LT |
4601 | USB SERIAL CYBERJACK DRIVER |
4602 | P: Matthias Bruestle and Harald Welte | |
4603 | M: support@reiner-sct.com | |
4604 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php | |
4605 | S: Maintained | |
4606 | ||
4607 | USB SERIAL DIGI ACCELEPORT DRIVER | |
4608 | P: Peter Berger and Al Borchers | |
4609 | M: pberger@brimson.com | |
4610 | M: alborchers@steinerpoint.com | |
795fb7e7 | 4611 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4612 | S: Maintained |
4613 | ||
4614 | USB SERIAL DRIVER | |
4615 | P: Greg Kroah-Hartman | |
4616 | M: gregkh@suse.de | |
795fb7e7 | 4617 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4618 | S: Supported |
4619 | ||
1da177e4 LT |
4620 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
4621 | P: Gary Brubaker | |
4622 | M: xavyer@ix.netcom.com | |
795fb7e7 | 4623 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4624 | S: Maintained |
4625 | ||
4626 | USB SERIAL KEYSPAN DRIVER | |
4627 | P: Greg Kroah-Hartman | |
4628 | M: greg@kroah.com | |
795fb7e7 | 4629 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4630 | W: http://www.kroah.com/linux/ |
4631 | S: Maintained | |
4632 | ||
4633 | USB SERIAL WHITEHEAT DRIVER | |
8bc84930 SM |
4634 | P: Support Department |
4635 | M: support@connecttech.com | |
795fb7e7 | 4636 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4637 | W: http://www.connecttech.com |
4638 | S: Supported | |
4639 | ||
2f7ca802 SG |
4640 | USB SMSC95XX ETHERNET DRIVER |
4641 | P: Steve Glendinning | |
4642 | M: steve.glendinning@smsc.com | |
4643 | L: netdev@vger.kernel.org | |
4644 | S: Supported | |
4645 | ||
f423b9a8 | 4646 | USB SN9C1xx DRIVER |
1da177e4 LT |
4647 | P: Luca Risolia |
4648 | M: luca.risolia@studio.unibo.it | |
795fb7e7 | 4649 | L: linux-usb@vger.kernel.org |
661263b5 MCC |
4650 | L: linux-media@vger.kernel.org |
4651 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
1da177e4 LT |
4652 | W: http://www.linux-projects.org |
4653 | S: Maintained | |
4654 | ||
4655 | USB SUBSYSTEM | |
4656 | P: Greg Kroah-Hartman | |
4657 | M: gregkh@suse.de | |
795fb7e7 | 4658 | L: linux-usb@vger.kernel.org |
1da177e4 | 4659 | W: http://www.linux-usb.org |
6fb0425b | 4660 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1da177e4 LT |
4661 | S: Supported |
4662 | ||
4663 | USB UHCI DRIVER | |
4664 | P: Alan Stern | |
4665 | M: stern@rowland.harvard.edu | |
795fb7e7 | 4666 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4667 | S: Maintained |
4668 | ||
69ae9e3e | 4669 | USB "USBNET" DRIVER FRAMEWORK |
1da177e4 LT |
4670 | P: David Brownell |
4671 | M: dbrownell@users.sourceforge.net | |
043600a6 | 4672 | L: netdev@vger.kernel.org |
69ae9e3e | 4673 | W: http://www.linux-usb.org/usbnet |
1da177e4 LT |
4674 | S: Maintained |
4675 | ||
c0efd232 LP |
4676 | USB VIDEO CLASS |
4677 | P: Laurent Pinchart | |
4678 | M: laurent.pinchart@skynet.be | |
a67534a7 | 4679 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) |
661263b5 MCC |
4680 | L: linux-media@vger.kernel.org |
4681 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
c0efd232 LP |
4682 | W: http://linux-uvc.berlios.de |
4683 | S: Maintained | |
4684 | ||
1da177e4 LT |
4685 | USB W996[87]CF DRIVER |
4686 | P: Luca Risolia | |
4687 | M: luca.risolia@studio.unibo.it | |
795fb7e7 | 4688 | L: linux-usb@vger.kernel.org |
661263b5 MCC |
4689 | L: linux-media@vger.kernel.org |
4690 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
1da177e4 LT |
4691 | W: http://www.linux-projects.org |
4692 | S: Maintained | |
4693 | ||
bf164cc0 JK |
4694 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
4695 | P: Jussi Kivilinna | |
4696 | M: jussi.kivilinna@mbnet.fi | |
4697 | L: linux-wireless@vger.kernel.org | |
4698 | S: Maintained | |
4699 | ||
60f78052 LR |
4700 | USB ZC0301 DRIVER |
4701 | P: Luca Risolia | |
4702 | M: luca.risolia@studio.unibo.it | |
795fb7e7 | 4703 | L: linux-usb@vger.kernel.org |
661263b5 MCC |
4704 | L: linux-media@vger.kernel.org |
4705 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
60f78052 LR |
4706 | W: http://www.linux-projects.org |
4707 | S: Maintained | |
4708 | ||
1da177e4 LT |
4709 | USB ZD1201 DRIVER |
4710 | P: Jeroen Vreeken | |
4711 | M: pe1rxq@amsat.org | |
795fb7e7 | 4712 | L: linux-usb@vger.kernel.org |
1da177e4 LT |
4713 | W: http://linux-lc100020.sourceforge.net |
4714 | S: Maintained | |
4715 | ||
b7eee616 AJ |
4716 | USB ZR364XX DRIVER |
4717 | P: Antoine Jacquet | |
4718 | M: royale@zerezo.com | |
795fb7e7 | 4719 | L: linux-usb@vger.kernel.org |
661263b5 MCC |
4720 | L: linux-media@vger.kernel.org |
4721 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
b7eee616 AJ |
4722 | W: http://royale.zerezo.com/zr364xx/ |
4723 | S: Maintained | |
4724 | ||
e7839f25 | 4725 | USER-MODE LINUX (UML) |
1da177e4 | 4726 | P: Jeff Dike |
6650e0a5 | 4727 | M: jdike@addtoit.com |
1da177e4 LT |
4728 | L: user-mode-linux-devel@lists.sourceforge.net |
4729 | L: user-mode-linux-user@lists.sourceforge.net | |
4730 | W: http://user-mode-linux.sourceforge.net | |
4731 | S: Maintained | |
b7eee616 | 4732 | |
e5f114e9 HJK |
4733 | USERSPACE I/O (UIO) |
4734 | P: Hans J. Koch | |
4735 | M: hjk@linutronix.de | |
4736 | P: Greg Kroah-Hartman | |
4737 | M: gregkh@suse.de | |
4738 | L: linux-kernel@vger.kernel.org | |
4739 | S: Maintained | |
4740 | ||
f899b0ad KZ |
4741 | UTIL-LINUX-NG PACKAGE |
4742 | P: Karel Zak | |
4743 | M: kzak@redhat.com | |
4744 | L: util-linux-ng@vger.kernel.org | |
4745 | W: http://kernel.org/~kzak/util-linux-ng/ | |
4746 | T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git | |
4747 | S: Maintained | |
4748 | ||
c1fd1c07 MJ |
4749 | UVESAFB DRIVER |
4750 | P: Michal Januszewski | |
4751 | M: spock@gentoo.org | |
4752 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | |
4753 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | |
4754 | S: Maintained | |
4755 | ||
4480f15b | 4756 | VFAT/FAT/MSDOS FILESYSTEM |
1da177e4 LT |
4757 | P: OGAWA Hirofumi |
4758 | M: hirofumi@mail.parknet.co.jp | |
4759 | L: linux-kernel@vger.kernel.org | |
4760 | S: Maintained | |
4761 | ||
1da177e4 LT |
4762 | VIA RHINE NETWORK DRIVER |
4763 | P: Roger Luethi | |
4764 | M: rl@hellgate.ch | |
4765 | S: Maintained | |
4766 | ||
32c0a520 JD |
4767 | VIAPRO SMBUS DRIVER |
4768 | P: Jean Delvare | |
4769 | M: khali@linux-fr.org | |
846557d3 | 4770 | L: linux-i2c@vger.kernel.org |
32c0a520 JD |
4771 | S: Maintained |
4772 | ||
69e4a7c2 JC |
4773 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
4774 | P: Joseph Chan | |
4775 | M: JosephChan@via.com.tw | |
4776 | P: Scott Fang | |
4777 | M: ScottFang@viatech.com.cn | |
4778 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | |
4779 | S: Maintained | |
4780 | ||
01f20734 FR |
4781 | VIA VELOCITY NETWORK DRIVER |
4782 | P: Francois Romieu | |
4783 | M: romieu@fr.zoreil.com | |
4784 | L: netdev@vger.kernel.org | |
4785 | S: Maintained | |
4786 | ||
e7839f25 | 4787 | VIDEO FOR LINUX (V4L) |
96b6aba0 | 4788 | P: Mauro Carvalho Chehab |
8d58d773 | 4789 | M: mchehab@infradead.org |
661263b5 | 4790 | L: linux-media@vger.kernel.org |
1da177e4 | 4791 | L: video4linux-list@redhat.com |
96b6aba0 | 4792 | W: http://linuxtv.org |
661263b5 | 4793 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
96b6aba0 | 4794 | S: Maintained |
1da177e4 | 4795 | |
be7f8273 PM |
4796 | VLAN (802.1Q) |
4797 | P: Patrick McHardy | |
4798 | M: kaber@trash.net | |
4799 | L: netdev@vger.kernel.org | |
4800 | S: Maintained | |
4801 | ||
e53e86c7 LG |
4802 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
4803 | P: Liam Girdwood | |
8a62ab4c | 4804 | M: lrg@slimlogic.co.uk |
e53e86c7 LG |
4805 | P: Mark Brown |
4806 | M: broonie@opensource.wolfsonmicro.com | |
4807 | W: http://opensource.wolfsonmicro.com/node/15 | |
8a62ab4c | 4808 | W: http://www.slimlogic.co.uk/?page_id=5 |
e53e86c7 LG |
4809 | T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git |
4810 | S: Supported | |
4811 | ||
ab41319e JH |
4812 | VT1211 HARDWARE MONITOR DRIVER |
4813 | P: Juerg Haefliger | |
4814 | M: juergh@gmail.com | |
4815 | L: lm-sensors@lm-sensors.org | |
4816 | S: Maintained | |
4817 | ||
1de9e371 RL |
4818 | VT8231 HARDWARE MONITOR DRIVER |
4819 | P: Roger Lucas | |
af865765 | 4820 | M: vt8231@hiddenengine.co.uk |
1de9e371 RL |
4821 | L: lm-sensors@lm-sensors.org |
4822 | S: Maintained | |
4823 | ||
1da177e4 LT |
4824 | W1 DALLAS'S 1-WIRE BUS |
4825 | P: Evgeniy Polyakov | |
4826 | M: johnpol@2ka.mipt.ru | |
1da177e4 LT |
4827 | S: Maintained |
4828 | ||
13927079 | 4829 | W83791D HARDWARE MONITORING DRIVER |
25845c22 MH |
4830 | P: Marc Hulsman |
4831 | M: m.hulsman@tudelft.nl | |
13927079 | 4832 | L: lm-sensors@lm-sensors.org |
25845c22 | 4833 | S: Maintained |
13927079 | 4834 | |
61db011d RM |
4835 | W83793 HARDWARE MONITORING DRIVER |
4836 | P: Rudolf Marek | |
4837 | M: r.marek@assembler.cz | |
4838 | L: lm-sensors@lm-sensors.org | |
4839 | S: Maintained | |
4840 | ||
1da177e4 LT |
4841 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
4842 | P: Pierre Ossman | |
4843 | M: drzeus-wbsd@drzeus.cx | |
fac88991 | 4844 | L: linux-kernel@vger.kernel.org |
1da177e4 LT |
4845 | S: Maintained |
4846 | ||
3527761c WVS |
4847 | WATCHDOG DEVICE DRIVERS |
4848 | P: Wim Van Sebroeck | |
4849 | M: wim@iguana.be | |
4850 | T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git | |
4851 | S: Maintained | |
4852 | ||
1da177e4 LT |
4853 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
4854 | P: Jean Tourrilhes | |
4855 | M: jt@hpl.hp.com | |
724c6b35 | 4856 | L: linux-wireless@vger.kernel.org |
1da177e4 LT |
4857 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
4858 | S: Maintained | |
4859 | ||
4860 | WD7000 SCSI DRIVER | |
4861 | P: Miroslav Zagorac | |
4862 | M: zaga@fly.cc.fer.hr | |
4863 | L: linux-scsi@vger.kernel.org | |
4864 | S: Maintained | |
4865 | ||
8a70da82 IPG |
4866 | WIMAX STACK |
4867 | P: Inaky Perez-Gonzalez | |
4868 | M: inaky.perez-gonzalez@intel.com | |
4869 | M: linux-wimax@intel.com | |
4870 | L: wimax@linuxwimax.org | |
4871 | S: Supported | |
4872 | W: http://linuxwimax.org | |
4873 | ||
18332a80 DV |
4874 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
4875 | P: David Vrabel | |
4876 | M: david.vrabel@csr.com | |
4877 | S: Maintained | |
4878 | ||
5fc14680 DT |
4879 | WISTRON LAPTOP BUTTON DRIVER |
4880 | P: Miloslav Trmac | |
4881 | M: mitr@volny.cz | |
4882 | S: Maintained | |
4883 | ||
1da177e4 LT |
4884 | WL3501 WIRELESS PCMCIA CARD DRIVER |
4885 | P: Arnaldo Carvalho de Melo | |
926554c4 | 4886 | M: acme@ghostprotocols.net |
724c6b35 | 4887 | L: linux-wireless@vger.kernel.org |
926554c4 | 4888 | W: http://oops.ghostprotocols.net:81/blog |
1da177e4 LT |
4889 | S: Maintained |
4890 | ||
febf1dff MB |
4891 | WM97XX TOUCHSCREEN DRIVERS |
4892 | P: Mark Brown | |
4893 | M: broonie@opensource.wolfsonmicro.com | |
4894 | P: Liam Girdwood | |
b8d055a8 | 4895 | M: lrg@slimlogic.co.uk |
febf1dff MB |
4896 | L: linux-input@vger.kernel.org |
4897 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | |
4898 | W: http://opensource.wolfsonmicro.com/node/7 | |
4899 | S: Supported | |
4900 | ||
1da177e4 LT |
4901 | X.25 NETWORK LAYER |
4902 | P: Henner Eisen | |
4903 | M: eis@baty.hanse.de | |
4904 | L: linux-x25@vger.kernel.org | |
4905 | S: Maintained | |
4906 | ||
e2d1d6c0 RD |
4907 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
4908 | P: Thomas Gleixner | |
4909 | M: tglx@linutronix.de | |
4910 | P: Ingo Molnar | |
4911 | M: mingo@redhat.com | |
4912 | P: H. Peter Anvin | |
4913 | M: hpa@zytor.com | |
bcde563c | 4914 | M: x86@kernel.org |
e2d1d6c0 RD |
4915 | L: linux-kernel@vger.kernel.org |
4916 | T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | |
4917 | S: Maintained | |
4918 | ||
4cdf6bc2 JF |
4919 | XEN HYPERVISOR INTERFACE |
4920 | P: Jeremy Fitzhardinge | |
4921 | M: jeremy@xensource.com | |
4922 | P: Chris Wright | |
4923 | M: chrisw@sous-sol.org | |
4924 | L: virtualization@lists.osdl.org | |
4925 | L: xen-devel@lists.xensource.com | |
4926 | S: Supported | |
4927 | ||
1da177e4 LT |
4928 | XFS FILESYSTEM |
4929 | P: Silicon Graphics Inc | |
0335cb76 | 4930 | P: Bill O'Donnell |
1da177e4 | 4931 | M: xfs-masters@oss.sgi.com |
d7ede1aa | 4932 | L: xfs@oss.sgi.com |
1da177e4 | 4933 | W: http://oss.sgi.com/projects/xfs |
0335cb76 | 4934 | T: git://oss.sgi.com/xfs/xfs.git |
1da177e4 LT |
4935 | S: Supported |
4936 | ||
c9d3d8ec GL |
4937 | XILINX SYSTEMACE DRIVER |
4938 | P: Grant Likely | |
4939 | M: grant.likely@secretlab.ca | |
4940 | W: http://www.secretlab.ca/ | |
4941 | L: linux-kernel@vger.kernel.org | |
4942 | S: Maintained | |
4943 | ||
238b8721 PK |
4944 | XILINX UARTLITE SERIAL DRIVER |
4945 | P: Peter Korsgaard | |
4946 | M: jacmet@sunsite.dk | |
4947 | L: linux-serial@vger.kernel.org | |
4948 | S: Maintained | |
4949 | ||
1da177e4 LT |
4950 | YAM DRIVER FOR AX.25 |
4951 | P: Jean-Paul Roubelat | |
4952 | M: jpr@f6fbb.org | |
4953 | L: linux-hams@vger.kernel.org | |
4954 | S: Maintained | |
4955 | ||
af64a5eb H |
4956 | YEALINK PHONE DRIVER |
4957 | P: Henk Vergonet | |
4958 | M: Henk.Vergonet@gmail.com | |
4959 | L: usbb2k-api-dev@nongnu.org | |
4960 | S: Maintained | |
4961 | ||
1da177e4 LT |
4962 | Z8530 DRIVER FOR AX.25 |
4963 | P: Joerg Reuter | |
4964 | M: jreuter@yaina.de | |
4965 | W: http://yaina.de/jreuter/ | |
4966 | W: http://www.qsl.net/dl1bke/ | |
4967 | L: linux-hams@vger.kernel.org | |
4968 | S: Maintained | |
4969 | ||
7c0c3afb DD |
4970 | ZD1211RW WIRELESS DRIVER |
4971 | P: Daniel Drake | |
4972 | M: dsd@gentoo.org | |
4973 | P: Ulrich Kunitz | |
4974 | M: kune@deine-taler.de | |
4975 | W: http://zd1211.ath.cx/wiki/DriverRewrite | |
724c6b35 | 4976 | L: linux-wireless@vger.kernel.org |
7c0c3afb DD |
4977 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
4978 | S: Maintained | |
4979 | ||
1da177e4 | 4980 | ZR36067 VIDEO FOR LINUX DRIVER |
1da177e4 | 4981 | L: mjpeg-users@lists.sourceforge.net |
f63145e2 | 4982 | L: linux-media@vger.kernel.org |
1da177e4 | 4983 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
f63145e2 TP |
4984 | T: Mercurial http://linuxtv.org/hg/v4l-dvb |
4985 | S: Odd Fixes | |
1da177e4 | 4986 | |
8b4a4080 MR |
4987 | ZS DECSTATION Z85C30 SERIAL DRIVER |
4988 | P: Maciej W. Rozycki | |
4989 | M: macro@linux-mips.org | |
4990 | S: Maintained | |
4991 | ||
1da177e4 LT |
4992 | THE REST |
4993 | P: Linus Torvalds | |
4994 | S: Buried alive in reporters |