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