Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | List of maintainers and how to submit kernel changes |
| 3 | |
| 4 | Please try to follow the guidelines below. This will make things |
| 5 | easier on the maintainers. Not all of these guidelines matter for every |
| 6 | trivial patch so apply some common sense. |
| 7 | |
| 8 | 1. Always _test_ your changes, however small, on at least 4 or |
| 9 | 5 people, preferably many more. |
| 10 | |
| 11 | 2. Try to release a few ALPHA test versions to the net. Announce |
| 12 | them onto the kernel channel and await results. This is especially |
| 13 | important for device drivers, because often that's the only way |
| 14 | you will find things like the fact version 3 firmware needs |
| 15 | a magic fix you didn't know about, or some clown changed the |
| 16 | chips on a board and not its name. (Don't laugh! Look at the |
| 17 | SMC etherpower for that.) |
| 18 | |
| 19 | 3. Make sure your changes compile correctly in multiple |
| 20 | configurations. In particular check that changes work both as a |
| 21 | module and built into the kernel. |
| 22 | |
| 23 | 4. When you are happy with a change make it generally available for |
| 24 | testing and await feedback. |
| 25 | |
| 26 | 5. Make a patch available to the relevant maintainer in the list. Use |
| 27 | 'diff -u' to make the patch easy to merge. Be prepared to get your |
| 28 | changes sent back with seemingly silly requests about formatting |
| 29 | and variable names. These aren't as silly as they seem. One |
| 30 | job the maintainers (and especially Linus) do is to keep things |
| 31 | looking the same. Sometimes this means that the clever hack in |
| 32 | your driver to get around a problem actually needs to become a |
| 33 | generalized kernel feature ready for next time. See |
| 34 | Documentation/CodingStyle for guidance here. |
| 35 | |
| 36 | PLEASE try to include any credit lines you want added with the |
| 37 | patch. It avoids people being missed off by mistake and makes |
| 38 | it easier to know who wants adding and who doesn't. |
| 39 | |
| 40 | PLEASE document known bugs. If it doesn't work for everything |
| 41 | or does something very odd once a month document it. |
| 42 | |
Alan Cox | c9ee133 | 2006-05-20 15:00:12 -0700 | [diff] [blame] | 43 | PLEASE remember that submissions must be made under the terms |
| 44 | of the OSDL certificate of contribution |
| 45 | (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html) |
| 46 | and should include a Signed-off-by: line. |
| 47 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | 6. Make sure you have the right to send any changes you make. If you |
| 49 | do changes at work you may find your employer owns the patch |
| 50 | not you. |
| 51 | |
Alan Cox | c9ee133 | 2006-05-20 15:00:12 -0700 | [diff] [blame] | 52 | 7. When sending security related changes or reports to a maintainer |
| 53 | please Cc: security@kernel.org, especially if the maintainer |
| 54 | does not respond. |
| 55 | |
| 56 | 8. Happy hacking. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 58 | ----------------------------------- |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | |
| 60 | Maintainers List (try to look for most precise areas first) |
| 61 | |
| 62 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
| 63 | order. If you could add yourselves to it in alphabetical order that would be |
| 64 | so much easier [Ed] |
| 65 | |
| 66 | P: Person |
| 67 | M: Mail patches to |
| 68 | L: Mailing list that is relevant to this area |
| 69 | W: Web-page with status/info |
Jody McIntyre | 50306fb | 2005-11-23 15:44:03 -0800 | [diff] [blame] | 70 | T: SCM tree type and location. Type is one of: git, hg, quilt. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | S: Status, one of the following: |
| 72 | |
| 73 | Supported: Someone is actually paid to look after this. |
| 74 | Maintained: Someone actually looks after it. |
| 75 | Odd Fixes: It has a maintainer but they don't have time to do |
| 76 | much other than throw the odd patch in. See below.. |
| 77 | Orphan: No current maintainer [but maybe you could take the |
| 78 | role as you write your new code]. |
| 79 | Obsolete: Old code. Something tagged obsolete generally means |
| 80 | it has been replaced by a better system and you |
| 81 | should be using that. |
| 82 | |
| 83 | 3C359 NETWORK DRIVER |
| 84 | P: Mike Phillips |
| 85 | M: mikep@linuxtr.net |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 86 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | L: linux-tr@linuxtr.net |
| 88 | W: http://www.linuxtr.net |
| 89 | S: Maintained |
| 90 | |
| 91 | 3C505 NETWORK DRIVER |
| 92 | P: Philip Blundell |
| 93 | M: philb@gnu.org |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 94 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | S: Maintained |
| 96 | |
| 97 | 3CR990 NETWORK DRIVER |
| 98 | P: David Dillow |
| 99 | M: dave@thedillows.org |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 100 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | S: Maintained |
| 102 | |
| 103 | 3W-XXXX ATA-RAID CONTROLLER DRIVER |
| 104 | P: Adam Radford |
| 105 | M: linuxraid@amcc.com |
| 106 | L: linux-scsi@vger.kernel.org |
| 107 | W: http://www.amcc.com |
| 108 | S: Supported |
| 109 | |
| 110 | 3W-9XXX SATA-RAID CONTROLLER DRIVER |
| 111 | P: Adam Radford |
| 112 | M: linuxraid@amcc.com |
| 113 | L: linux-scsi@vger.kernel.org |
| 114 | W: http://www.amcc.com |
| 115 | S: Supported |
| 116 | |
| 117 | 53C700 AND 53C700-66 SCSI DRIVER |
| 118 | P: James E.J. Bottomley |
| 119 | M: James.Bottomley@HansenPartnership.com |
| 120 | L: linux-scsi@vger.kernel.org |
| 121 | S: Maintained |
| 122 | |
| 123 | 6PACK NETWORK DRIVER FOR AX.25 |
| 124 | P: Andreas Koensgen |
| 125 | M: ajk@iehk.rwth-aachen.de |
| 126 | L: linux-hams@vger.kernel.org |
| 127 | S: Maintained |
| 128 | |
| 129 | 8139CP 10/100 FAST ETHERNET DRIVER |
| 130 | P: Jeff Garzik |
| 131 | M: jgarzik@pobox.com |
| 132 | S: Maintained |
| 133 | |
| 134 | 8139TOO 10/100 FAST ETHERNET DRIVER |
| 135 | P: Jeff Garzik |
| 136 | M: jgarzik@pobox.com |
| 137 | W: http://sourceforge.net/projects/gkernel/ |
| 138 | S: Maintained |
| 139 | |
| 140 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
| 141 | P: Francois Romieu |
| 142 | M: romieu@fr.zoreil.com |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 143 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | S: Maintained |
| 145 | |
| 146 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | L: linux-serial@vger.kernel.org |
| 148 | W: http://serial.sourceforge.net |
Russell King | 353cefd | 2006-10-03 17:36:11 +0100 | [diff] [blame] | 149 | S: Orphan |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | |
| 151 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] |
| 152 | P: Paul Gortmaker |
| 153 | M: p_gortmaker@yahoo.com |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 154 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | S: Maintained |
| 156 | |
Eric Van Hensbergen | 67543e5 | 2006-03-25 03:07:29 -0800 | [diff] [blame] | 157 | 9P FILE SYSTEM |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 158 | P: Eric Van Hensbergen |
| 159 | M: ericvh@gmail.com |
| 160 | P: Ron Minnich |
| 161 | M: rminnich@lanl.gov |
| 162 | P: Latchesar Ionkov |
| 163 | M: lucho@ionkov.net |
| 164 | L: v9fs-developer@lists.sourceforge.net |
| 165 | W: http://v9fs.sf.net |
| 166 | T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git |
| 167 | S: Maintained |
Eric Van Hensbergen | 67543e5 | 2006-03-25 03:07:29 -0800 | [diff] [blame] | 168 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 169 | A2232 SERIAL BOARD DRIVER |
| 170 | P: Enver Haase |
| 171 | M: ehaase@inf.fu-berlin.de |
| 172 | M: A2232@gmx.net |
| 173 | L: linux-m68k@lists.linux-m68k.org |
| 174 | S: Maintained |
| 175 | |
| 176 | AIO |
| 177 | P: Benjamin LaHaise |
| 178 | M: bcrl@kvack.org |
| 179 | L: linux-aio@kvack.org |
| 180 | S: Supported |
| 181 | |
Hans de Goede | f2b84bb | 2006-06-04 20:22:24 +0200 | [diff] [blame] | 182 | ABIT UGURU HARDWARE MONITOR DRIVER |
| 183 | P: Hans de Goede |
| 184 | M: j.w.r.degoede@hhs.nl |
| 185 | L: lm-sensors@lm-sensors.org |
| 186 | S: Maintained |
| 187 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | ACENIC DRIVER |
| 189 | P: Jes Sorensen |
| 190 | M: jes@trained-monkey.org |
| 191 | L: linux-acenic@sunsite.dk |
| 192 | S: Maintained |
| 193 | |
| 194 | ACI MIXER DRIVER |
| 195 | P: Robert Siemer |
| 196 | M: Robert.Siemer@gmx.de |
| 197 | L: linux-sound@vger.kernel.org |
| 198 | W: http://www.stud.uni-karlsruhe.de/~uh1b/ |
| 199 | S: Maintained |
| 200 | |
Salyzyn, Mark | e6d1fc3 | 2007-03-29 01:20:24 -0700 | [diff] [blame] | 201 | IPS SCSI RAID DRIVER |
| 202 | P: Adaptec OEM Raid Solutions |
| 203 | M: aacraid@adaptec.com |
| 204 | L: linux-scsi@vger.kernel.org |
| 205 | W: http://www.adaptec.com/ |
| 206 | S: Maintained |
| 207 | |
| 208 | DPT_I2O SCSI RAID DRIVER |
| 209 | P: Adaptec OEM Raid Solutions |
| 210 | M: aacraid@adaptec.com |
| 211 | L: linux-scsi@vger.kernel.org |
| 212 | W: http://www.adaptec.com/ |
| 213 | S: Maintained |
| 214 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | AACRAID SCSI RAID DRIVER |
| 216 | P: Adaptec OEM Raid Solutions |
Salyzyn, Mark | e6d1fc3 | 2007-03-29 01:20:24 -0700 | [diff] [blame] | 217 | M: aacraid@adaptec.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | L: linux-scsi@vger.kernel.org |
Salyzyn, Mark | e6d1fc3 | 2007-03-29 01:20:24 -0700 | [diff] [blame] | 219 | W: http://www.adaptec.com/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | S: Supported |
| 221 | |
| 222 | ACPI |
| 223 | P: Len Brown |
| 224 | M: len.brown@intel.com |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 225 | M: lenb@kernel.org |
Len Brown | 6968e50 | 2005-12-30 00:32:49 -0500 | [diff] [blame] | 226 | L: linux-acpi@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | W: http://acpi.sourceforge.net/ |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 228 | T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 229 | S: Supported |
| 230 | |
| 231 | ACPI BATTERY DRIVERS |
| 232 | P: Vladimir P. Lebedev |
| 233 | M: vladimir.p.lebedev@intel.com |
| 234 | L: linux-acpi@vger.kernel.org |
| 235 | W: http://acpi.sourceforge.net/ |
| 236 | S: Supported |
| 237 | |
| 238 | ACPI EC DRIVER |
| 239 | P: Alexey Starikovskiy |
| 240 | M: alexey.y.starikovskiy@linux.intel.com |
| 241 | L: linux-acpi@vger.kernel.org |
| 242 | W: http://acpi.sourceforge.net/ |
| 243 | S: Supported |
| 244 | |
| 245 | ACPI FAN DRIVER |
| 246 | P: Konstantin A. Karasyov |
| 247 | M: konstantin.a.karasyov@intel.com |
| 248 | L: linux-acpi@vger.kernel.org |
| 249 | W: http://acpi.sourceforge.net/ |
| 250 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | |
Kristen Carlson Accardi | 998be20 | 2006-07-26 10:52:33 -0700 | [diff] [blame] | 252 | ACPI PCI HOTPLUG DRIVER |
| 253 | P: Kristen Carlson Accardi |
| 254 | M: kristen.c.accardi@intel.com |
| 255 | L: pcihpd-discuss@lists.sourceforge.net |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 256 | S: Supported |
| 257 | |
| 258 | ACPI THERMAL DRIVER |
| 259 | P: Konstantin A. Karasyov |
| 260 | M: konstantin.a.karasyov@intel.com |
| 261 | L: linux-acpi@vger.kernel.org |
| 262 | W: http://acpi.sourceforge.net/ |
| 263 | S: Supported |
Kristen Carlson Accardi | 998be20 | 2006-07-26 10:52:33 -0700 | [diff] [blame] | 264 | |
Len Brown | 359acec | 2007-02-10 01:59:24 -0500 | [diff] [blame] | 265 | ACPI VIDEO DRIVER |
| 266 | P: Luming Yu |
| 267 | M: luming.yu@intel.com |
| 268 | L: linux-acpi@vger.kernel.org |
| 269 | W: http://acpi.sourceforge.net/ |
| 270 | S: Supported |
| 271 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | AD1816 SOUND DRIVER |
| 273 | P: Thorsten Knabe |
| 274 | M: Thorsten Knabe <linux@thorsten-knabe.de> |
| 275 | W: http://linux.thorsten-knabe.de |
| 276 | S: Maintained |
| 277 | |
Kyle McMartin | 6958ae3 | 2005-10-21 23:11:27 -0400 | [diff] [blame] | 278 | AD1889 SOUND DRIVER |
| 279 | P: Kyle McMartin |
| 280 | M: kyle@parisc-linux.org |
| 281 | P: Thibaut Varene |
| 282 | M: T-Bone@parisc-linux.org |
| 283 | W: http://wiki.parisc-linux.org/AD1889 |
| 284 | L: parisc-linux@lists.parisc-linux.org |
| 285 | S: Maintained |
| 286 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | ADM1025 HARDWARE MONITOR DRIVER |
| 288 | P: Jean Delvare |
| 289 | M: khali@linux-fr.org |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 290 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | S: Maintained |
| 292 | |
Corentin Labbe | cae2caa | 2007-02-14 21:15:04 +0100 | [diff] [blame] | 293 | ADM1029 HARDWARE MONITOR DRIVER |
| 294 | P: Corentin Labbe |
| 295 | M: corentin.labbe@geomatys.fr |
| 296 | L: lm-sensors@lm-sensors.org |
| 297 | S: Maintained |
| 298 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | ADT746X FAN DRIVER |
| 300 | P: Colin Leroy |
| 301 | M: colin@colino.net |
| 302 | S: Maintained |
| 303 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | AEDSP16 DRIVER |
| 305 | P: Riccardo Facchetti |
| 306 | M: fizban@tin.it |
| 307 | S: Maintained |
| 308 | |
| 309 | AFFS FILE SYSTEM |
| 310 | P: Roman Zippel |
| 311 | M: zippel@linux-m68k.org |
| 312 | S: Maintained |
| 313 | |
| 314 | AGPGART DRIVER |
| 315 | P: Dave Jones |
| 316 | M: davej@codemonkey.org.uk |
| 317 | W: http://www.codemonkey.org.uk/projects/agp/ |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 318 | T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | S: Maintained |
| 320 | |
| 321 | AHA152X SCSI DRIVER |
| 322 | P: Juergen E. Fischer |
| 323 | M: Juergen Fischer <fischer@norbit.de> |
| 324 | L: linux-scsi@vger.kernel.org |
| 325 | S: Maintained |
| 326 | |
| 327 | ALCATEL SPEEDTOUCH USB DRIVER |
| 328 | P: Duncan Sands |
| 329 | M: duncan.sands@free.fr |
| 330 | L: linux-usb-users@lists.sourceforge.net |
| 331 | L: linux-usb-devel@lists.sourceforge.net |
| 332 | W: http://www.linux-usb.org/SpeedTouch/ |
| 333 | S: Maintained |
| 334 | |
R.Marek@sh.cvut.cz | 4a4e578 | 2005-04-21 09:07:56 +0000 | [diff] [blame] | 335 | ALI1563 I2C DRIVER |
| 336 | P: Rudolf Marek |
Jean Delvare | 7188cc6 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 337 | M: r.marek@assembler.cz |
Jean Delvare | 5d925fe | 2006-07-01 17:14:32 +0200 | [diff] [blame] | 338 | L: i2c@lm-sensors.org |
R.Marek@sh.cvut.cz | 4a4e578 | 2005-04-21 09:07:56 +0000 | [diff] [blame] | 339 | S: Maintained |
| 340 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | ALPHA PORT |
| 342 | P: Richard Henderson |
| 343 | M: rth@twiddle.net |
| 344 | S: Odd Fixes for 2.4; Maintained for 2.6. |
| 345 | P: Ivan Kokshaysky |
| 346 | M: ink@jurassic.park.msu.ru |
| 347 | S: Maintained for 2.4; PCI support for 2.6. |
| 348 | |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 349 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 350 | P: Jordan Crouse |
| 351 | M: info-linux@geode.amd.com |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 352 | L: info-linux@geode.amd.com |
| 353 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
| 354 | S: Supported |
| 355 | |
Stelian Pop | 284f42b | 2006-12-12 18:18:31 +0100 | [diff] [blame] | 356 | AMS (Apple Motion Sensor) DRIVER |
| 357 | P: Stelian Pop |
| 358 | M: stelian@popies.net |
| 359 | P: Michael Hanselmann |
| 360 | M: linux-kernel@hansmi.ch |
| 361 | S: Supported |
| 362 | |
Tom Tucker | f94b533 | 2006-09-22 15:22:48 -0700 | [diff] [blame] | 363 | AMSO1100 RNIC DRIVER |
| 364 | P: Tom Tucker |
| 365 | M: tom@opengridcomputing.com |
| 366 | P: Steve Wise |
| 367 | M: swise@opengridcomputing.com |
| 368 | L: openib-general@openib.org |
| 369 | S: Maintained |
| 370 | |
Johannes Berg | 4226906 | 2006-07-25 16:15:50 +0200 | [diff] [blame] | 371 | AOA (Apple Onboard Audio) ALSA DRIVER |
| 372 | P: Johannes Berg |
| 373 | M: johannes@sipsolutions.net |
| 374 | L: linuxppc-dev@ozlabs.org |
| 375 | L: alsa-devel@alsa-project.org |
| 376 | S: Maintained |
| 377 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 378 | APM DRIVER |
| 379 | P: Stephen Rothwell |
| 380 | M: sfr@canb.auug.org.au |
| 381 | L: linux-laptop@vger.kernel.org |
| 382 | W: http://www.canb.auug.org.au/~sfr/ |
| 383 | S: Supported |
| 384 | |
| 385 | APPLETALK NETWORK LAYER |
| 386 | P: Arnaldo Carvalho de Melo |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 387 | M: acme@ghostprotocols.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | S: Maintained |
| 389 | |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 390 | ARC FRAMEBUFFER DRIVER |
| 391 | P: Jaya Kumar |
| 392 | M: jayalk@intworks.biz |
| 393 | S: Maintained |
| 394 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | ARM26 ARCHITECTURE |
| 396 | P: Ian Molton |
| 397 | M: spyro@f2s.com |
| 398 | S: Maintained |
| 399 | |
| 400 | ARM26/ARCHIMEDES |
| 401 | P: Ian Molton |
| 402 | M: spyro@f2s.com |
| 403 | S: Maintained |
| 404 | |
| 405 | ARM26/A5000 |
| 406 | P: John Appleby |
| 407 | M: john@dnsworld.co.uk |
| 408 | S: Maintained |
| 409 | |
| 410 | ARM MFM AND FLOPPY DRIVERS |
| 411 | P: Ian Molton |
| 412 | M: spyro@f2s.com |
| 413 | S: Maintained |
| 414 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 415 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
| 416 | P: Lennert Buytenhek |
| 417 | M: kernel@wantstofly.org |
| 418 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 419 | S: Maintained |
| 420 | |
| 421 | ARM/ADS SPHERE MACHINE SUPPORT |
| 422 | P: Lennert Buytenhek |
| 423 | M: kernel@wantstofly.org |
| 424 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 425 | S: Maintained |
| 426 | |
| 427 | ARM/AJECO 1ARM MACHINE SUPPORT |
| 428 | P: Lennert Buytenhek |
| 429 | M: kernel@wantstofly.org |
| 430 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 431 | S: Maintained |
| 432 | |
Andrew Victor | d4a89c7 | 2006-12-04 13:56:21 +0100 | [diff] [blame] | 433 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
| 434 | P: Andrew Victor |
| 435 | M: andrew@sanpeople.com |
| 436 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 437 | W: http://maxim.org.za/at91_26.html |
| 438 | S: Maintained |
| 439 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 440 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
| 441 | P: Lennert Buytenhek |
| 442 | M: kernel@wantstofly.org |
| 443 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 444 | S: Maintained |
| 445 | |
| 446 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT |
| 447 | P: Lennert Buytenhek |
| 448 | M: kernel@wantstofly.org |
| 449 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 450 | S: Maintained |
| 451 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | ARM/CORGI MACHINE SUPPORT |
| 453 | P: Richard Purdie |
| 454 | M: rpurdie@rpsys.net |
| 455 | S: Maintained |
| 456 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 457 | ARM/GLOMATION GESBC9312SX 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 | |
Kristoffer Ericson | 21f37bc | 2006-11-21 01:20:31 +0100 | [diff] [blame] | 463 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
| 464 | P: Kristoffer Ericson |
| 465 | M: kristoffer_e1@hotmail.com |
| 466 | W: www.jlime.com |
| 467 | S: Maintained |
| 468 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 469 | ARM/INTEL IOP32X ARM ARCHITECTURE |
| 470 | P: Lennert Buytenhek |
| 471 | M: kernel@wantstofly.org |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 472 | P: Dan Williams |
| 473 | M: dan.j.williams@intel.com |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 474 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 475 | S: Supported |
| 476 | |
| 477 | ARM/INTEL IOP33X ARM ARCHITECTURE |
| 478 | P: Dan Williams |
| 479 | M: dan.j.williams@intel.com |
| 480 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 481 | S: Supported |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 482 | |
| 483 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
| 484 | P: Lennert Buytenhek |
| 485 | M: kernel@wantstofly.org |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 486 | P: Dan Williams |
| 487 | M: dan.j.williams@intel.com |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 488 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 489 | S: Supported |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 490 | |
| 491 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
| 492 | P: Lennert Buytenhek |
| 493 | M: kernel@wantstofly.org |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 494 | P: Dan Williams |
| 495 | M: dan.j.williams@intel.com |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 496 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 497 | S: Supported |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 498 | |
| 499 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
| 500 | P: Lennert Buytenhek |
| 501 | M: kernel@wantstofly.org |
| 502 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 503 | S: Maintained |
| 504 | |
| 505 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
| 506 | P: Lennert Buytenhek |
| 507 | M: kernel@wantstofly.org |
| 508 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 509 | S: Maintained |
| 510 | |
| 511 | ARM/INTEL IXP23XX ARM ARCHITECTURE |
| 512 | P: Lennert Buytenhek |
| 513 | M: kernel@wantstofly.org |
| 514 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 515 | S: Maintained |
| 516 | |
| 517 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
| 518 | P: Lennert Buytenhek |
| 519 | M: kernel@wantstofly.org |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 520 | P: Dan Williams |
| 521 | M: dan.j.williams@intel.com |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 522 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 523 | S: Supported |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 524 | |
| 525 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
| 526 | P: Lennert Buytenhek |
| 527 | M: kernel@wantstofly.org |
| 528 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 529 | S: Maintained |
| 530 | |
| 531 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
| 532 | P: Lennert Buytenhek |
| 533 | M: kernel@wantstofly.org |
| 534 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 535 | S: Maintained |
| 536 | |
Dirk Opfer | 8459c15 | 2005-11-06 14:27:52 +0000 | [diff] [blame] | 537 | ARM/TOSA MACHINE SUPPORT |
| 538 | P: Dirk Opfer |
| 539 | M: dirk@opfer-online.de |
| 540 | S: Maintained |
| 541 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 542 | ARM/PLEB SUPPORT |
| 543 | P: Peter Chubb |
| 544 | M: pleb@gelato.unsw.edu.au |
| 545 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
| 546 | S: Maintained |
| 547 | |
| 548 | ARM/PT DIGITAL BOARD PORT |
| 549 | P: Stefan Eletzhofer |
| 550 | M: stefan.eletzhofer@eletztrick.de |
Alexey Dobriyan | 70f09f1 | 2005-06-23 00:09:47 -0700 | [diff] [blame] | 551 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | W: http://www.arm.linux.org.uk/ |
| 553 | S: Maintained |
| 554 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 555 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
| 556 | P: Lennert Buytenhek |
| 557 | M: kernel@wantstofly.org |
| 558 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 559 | S: Maintained |
| 560 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 561 | ARM/SHARK MACHINE SUPPORT |
| 562 | P: Alexander Schulz |
| 563 | M: alex@shark-linux.de |
| 564 | W: http://www.shark-linux.de/shark.html |
| 565 | S: Maintained |
| 566 | |
| 567 | ARM/STRONGARM110 PORT |
| 568 | P: Russell King |
| 569 | M: rmk@arm.linux.org.uk |
Alexey Dobriyan | 70f09f1 | 2005-06-23 00:09:47 -0700 | [diff] [blame] | 570 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | W: http://www.arm.linux.org.uk/ |
| 572 | S: Maintained |
| 573 | |
| 574 | ARM/S3C2410 ARM ARCHITECTURE |
| 575 | P: Ben Dooks |
Ben Dooks | 449d4dd | 2006-12-22 01:10:23 -0800 | [diff] [blame] | 576 | M: ben-linux@fluff.org |
Alexey Dobriyan | 70f09f1 | 2005-06-23 00:09:47 -0700 | [diff] [blame] | 577 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | W: http://www.fluff.org/ben/linux/ |
| 579 | S: Maintained |
| 580 | |
| 581 | ARM/S3C2440 ARM ARCHITECTURE |
| 582 | P: Ben Dooks |
Ben Dooks | 449d4dd | 2006-12-22 01:10:23 -0800 | [diff] [blame] | 583 | M: ben-linux@fluff.org |
Alexey Dobriyan | 70f09f1 | 2005-06-23 00:09:47 -0700 | [diff] [blame] | 584 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 585 | W: http://www.fluff.org/ben/linux/ |
| 586 | S: Maintained |
| 587 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 588 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
| 589 | P: Lennert Buytenhek |
| 590 | M: kernel@wantstofly.org |
| 591 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 592 | S: Maintained |
| 593 | |
| 594 | ARM/THECUS N2100 MACHINE SUPPORT |
| 595 | P: Lennert Buytenhek |
| 596 | M: kernel@wantstofly.org |
| 597 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
| 598 | S: Maintained |
| 599 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | ARPD SUPPORT |
| 601 | P: Jonathan Layes |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 602 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | S: Maintained |
| 604 | |
| 605 | ASUS ACPI EXTRAS DRIVER |
Len Brown | 0b67d94 | 2006-12-22 21:18:56 -0500 | [diff] [blame] | 606 | P: Corentin Chary |
| 607 | M: corentincj@iksaif.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 608 | P: Karol Kozimor |
| 609 | M: sziwan@users.sourceforge.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 | L: acpi4asus-user@lists.sourceforge.net |
| 611 | W: http://sourceforge.net/projects/acpi4asus |
Len Brown | 0b67d94 | 2006-12-22 21:18:56 -0500 | [diff] [blame] | 612 | W: http://xf.iksaif.net/acpi4asus |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 613 | S: Maintained |
| 614 | |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 615 | ASUS LAPTOP EXTRAS DRIVER |
| 616 | P: Corentin Chary |
| 617 | M: corentincj@iksaif.net |
| 618 | L: acpi4asus-user@lists.sourceforge.net |
| 619 | W: http://sourceforge.net/projects/acpi4asus |
| 620 | W: http://xf.iksaif.net/acpi4asus |
| 621 | S: Maintained |
| 622 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 623 | ATA OVER ETHERNET DRIVER |
| 624 | P: Ed L. Cashin |
| 625 | M: ecashin@coraid.com |
| 626 | W: http://www.coraid.com/support/linux |
| 627 | S: Supported |
| 628 | |
Jay Cliburn | 8d5ca6e | 2007-02-03 20:25:10 -0600 | [diff] [blame] | 629 | ATL1 ETHERNET DRIVER |
| 630 | P: Jay Cliburn |
| 631 | M: jcliburn@gmail.com |
| 632 | P: Chris Snook |
| 633 | M: csnook@redhat.com |
| 634 | L: atl1-devel@lists.sourceforge.net |
| 635 | W: http://sourceforge.net/projects/atl1 |
| 636 | W: http://atl1.sourceforge.net |
| 637 | S: Maintained |
| 638 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 639 | ATM |
| 640 | P: Chas Williams |
| 641 | M: chas@cmf.nrl.navy.mil |
Roland Dreier | f37bf90 | 2006-09-13 20:39:33 -0700 | [diff] [blame] | 642 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 643 | W: http://linux-atm.sourceforge.net |
| 644 | S: Maintained |
| 645 | |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 646 | ATMEL MACB ETHERNET DRIVER |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 647 | P: Haavard Skinnemoen |
| 648 | M: hskinnemoen@atmel.com |
| 649 | S: Supported |
| 650 | |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 651 | ATMEL SPI DRIVER |
| 652 | P: Haavard Skinnemoen |
| 653 | M: hskinnemoen@atmel.com |
| 654 | S: Supported |
| 655 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 656 | ATMEL WIRELESS DRIVER |
| 657 | P: Simon Kelley |
| 658 | M: simon@thekelleys.org.uk |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 659 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 660 | W: http://www.thekelleys.org.uk/atmel |
| 661 | W: http://atmelwlandriver.sourceforge.net/ |
| 662 | S: Maintained |
| 663 | |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 664 | AUDIT SUBSYSTEM |
David Woodhouse | ad3f9a2 | 2005-07-13 15:28:29 +0100 | [diff] [blame] | 665 | P: David Woodhouse |
| 666 | M: dwmw2@infradead.org |
| 667 | L: linux-audit@redhat.com |
| 668 | W: http://people.redhat.com/sgrubb/audit/ |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 669 | T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 670 | S: Maintained |
| 671 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 672 | AUXILIARY DISPLAY DRIVERS |
| 673 | P: Miguel Ojeda Sandonis |
| 674 | M: maxextreme@gmail.com |
| 675 | L: linux-kernel@vger.kernel.org |
| 676 | S: Maintained |
| 677 | |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 678 | AVR32 ARCHITECTURE |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 679 | P: Haavard Skinnemoen |
| 680 | M: hskinnemoen@atmel.com |
| 681 | W: http://www.atmel.com/products/AVR32/ |
| 682 | W: http://avr32linux.org/ |
| 683 | W: http://avrfreaks.net/ |
| 684 | S: Supported |
| 685 | |
| 686 | AVR32/AT32AP MACHINE SUPPORT |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 687 | P: Haavard Skinnemoen |
| 688 | M: hskinnemoen@atmel.com |
| 689 | S: Supported |
| 690 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | AX.25 NETWORK LAYER |
| 692 | P: Ralf Baechle |
| 693 | M: ralf@linux-mips.org |
| 694 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 695 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | S: Maintained |
| 697 | |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 698 | BACKLIGHT CLASS/SUBSYSTEM |
| 699 | P: Richard Purdie |
| 700 | M: rpurdie@rpsys.net |
| 701 | S: Maintained |
| 702 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 703 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
| 704 | P: Thomas Sailer |
| 705 | M: t.sailer@alumni.ethz.ch |
| 706 | L: linux-hams@vger.kernel.org |
| 707 | W: http://www.baycom.org/~tom/ham/ham.html |
| 708 | S: Maintained |
| 709 | |
Michael Buesch | fb67a0f | 2006-08-16 00:39:36 +0200 | [diff] [blame] | 710 | BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) |
| 711 | P: Larry Finger |
| 712 | M: Larry.Finger@lwfinger.net |
Michael Buesch | 9eac8f9 | 2006-04-22 17:31:27 +0200 | [diff] [blame] | 713 | P: Stefano Brivio |
| 714 | M: st3@riseup.net |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 715 | L: linux-wireless@vger.kernel.org |
Michael Buesch | 9eac8f9 | 2006-04-22 17:31:27 +0200 | [diff] [blame] | 716 | W: http://bcm43xx.berlios.de/ |
| 717 | S: Maintained |
| 718 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 719 | BEFS FILE SYSTEM |
| 720 | P: Sergey S. Kostyliov |
| 721 | M: rathamahata@php4.ru |
| 722 | L: linux-kernel@vger.kernel.org |
| 723 | S: Maintained |
| 724 | |
| 725 | BERKSHIRE PRODUCTS PC WATCHDOG DRIVER |
| 726 | P: Kenji Hollis |
| 727 | W: http://ftp.bitgate.com/pcwd/ |
| 728 | S: Maintained |
| 729 | |
| 730 | BFS FILE SYSTEM |
| 731 | P: Tigran A. Aivazian |
Tigran Aivazian | b5b9df6 | 2006-11-08 17:44:46 -0800 | [diff] [blame] | 732 | M: tigran@aivazian.fsnet.co.uk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | L: linux-kernel@vger.kernel.org |
| 734 | S: Maintained |
| 735 | |
| 736 | BLOCK LAYER |
| 737 | P: Jens Axboe |
Jens Axboe | 0fe2347 | 2006-09-04 15:41:16 +0200 | [diff] [blame] | 738 | M: axboe@kernel.dk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 739 | L: linux-kernel@vger.kernel.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 740 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 741 | S: Maintained |
| 742 | |
| 743 | BLUETOOTH SUBSYSTEM |
| 744 | P: Marcel Holtmann |
| 745 | M: marcel@holtmann.org |
| 746 | P: Maxim Krasnyansky |
| 747 | M: maxk@qualcomm.com |
| 748 | L: bluez-devel@lists.sf.net |
| 749 | W: http://bluez.sf.net |
| 750 | W: http://www.bluez.org |
| 751 | W: http://www.holtmann.org/linux/bluetooth/ |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 752 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | S: Maintained |
| 754 | |
| 755 | BLUETOOTH RFCOMM LAYER |
| 756 | P: Marcel Holtmann |
| 757 | M: marcel@holtmann.org |
| 758 | P: Maxim Krasnyansky |
| 759 | M: maxk@qualcomm.com |
| 760 | S: Maintained |
| 761 | |
| 762 | BLUETOOTH BNEP LAYER |
| 763 | P: Marcel Holtmann |
| 764 | M: marcel@holtmann.org |
| 765 | P: Maxim Krasnyansky |
| 766 | M: maxk@qualcomm.com |
| 767 | S: Maintained |
| 768 | |
| 769 | BLUETOOTH CMTP LAYER |
| 770 | P: Marcel Holtmann |
| 771 | M: marcel@holtmann.org |
| 772 | S: Maintained |
| 773 | |
| 774 | BLUETOOTH HIDP LAYER |
| 775 | P: Marcel Holtmann |
| 776 | M: marcel@holtmann.org |
| 777 | S: Maintained |
| 778 | |
| 779 | BLUETOOTH HCI UART DRIVER |
| 780 | P: Marcel Holtmann |
| 781 | M: marcel@holtmann.org |
| 782 | P: Maxim Krasnyansky |
| 783 | M: maxk@qualcomm.com |
| 784 | S: Maintained |
| 785 | |
| 786 | BLUETOOTH HCI USB DRIVER |
| 787 | P: Marcel Holtmann |
| 788 | M: marcel@holtmann.org |
| 789 | P: Maxim Krasnyansky |
| 790 | M: maxk@qualcomm.com |
| 791 | S: Maintained |
| 792 | |
| 793 | BLUETOOTH HCI BCM203X DRIVER |
| 794 | P: Marcel Holtmann |
| 795 | M: marcel@holtmann.org |
| 796 | S: Maintained |
| 797 | |
| 798 | BLUETOOTH HCI BPA10X DRIVER |
| 799 | P: Marcel Holtmann |
| 800 | M: marcel@holtmann.org |
| 801 | S: Maintained |
| 802 | |
| 803 | BLUETOOTH HCI BFUSB DRIVER |
| 804 | P: Marcel Holtmann |
| 805 | M: marcel@holtmann.org |
| 806 | S: Maintained |
| 807 | |
| 808 | BLUETOOTH HCI DTL1 DRIVER |
| 809 | P: Marcel Holtmann |
| 810 | M: marcel@holtmann.org |
| 811 | S: Maintained |
| 812 | |
| 813 | BLUETOOTH HCI BLUECARD DRIVER |
| 814 | P: Marcel Holtmann |
| 815 | M: marcel@holtmann.org |
| 816 | S: Maintained |
| 817 | |
| 818 | BLUETOOTH HCI BT3C DRIVER |
| 819 | P: Marcel Holtmann |
| 820 | M: marcel@holtmann.org |
| 821 | S: Maintained |
| 822 | |
| 823 | BLUETOOTH HCI BTUART DRIVER |
| 824 | P: Marcel Holtmann |
| 825 | M: marcel@holtmann.org |
| 826 | S: Maintained |
| 827 | |
| 828 | BLUETOOTH HCI VHCI DRIVER |
| 829 | P: Maxim Krasnyansky |
| 830 | M: maxk@qualcomm.com |
| 831 | S: Maintained |
| 832 | |
| 833 | BONDING DRIVER |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 834 | P: Chad Tindel |
| 835 | M: ctindel@users.sourceforge.net |
| 836 | P: Jay Vosburgh |
| 837 | M: fubar@us.ibm.com |
| 838 | L: bonding-devel@lists.sourceforge.net |
| 839 | W: http://sourceforge.net/projects/bonding/ |
| 840 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | |
Arnd Bergmann | fef1c77 | 2005-06-23 09:43:37 +1000 | [diff] [blame] | 842 | BROADBAND PROCESSOR ARCHITECTURE |
| 843 | P: Arnd Bergmann |
| 844 | M: arnd@arndb.de |
Stephen Rothwell | 1d04981 | 2006-03-22 11:26:58 +1100 | [diff] [blame] | 845 | L: linuxppc-dev@ozlabs.org |
Arthur Othieno | 6d923f9 | 2006-05-19 06:22:23 -0400 | [diff] [blame] | 846 | W: http://www.penguinppc.org/ppc64/ |
Arnd Bergmann | fef1c77 | 2005-06-23 09:43:37 +1000 | [diff] [blame] | 847 | S: Supported |
| 848 | |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 849 | BROADCOM B44 10/100 ETHERNET DRIVER |
| 850 | P: Gary Zambrano |
| 851 | M: zambrano@broadcom.com |
| 852 | L: netdev@vger.kernel.org |
| 853 | S: Supported |
| 854 | |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 855 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
| 856 | P: Michael Chan |
| 857 | M: mchan@broadcom.com |
| 858 | L: netdev@vger.kernel.org |
| 859 | S: Supported |
| 860 | |
| 861 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
| 862 | P: Michael Chan |
| 863 | M: mchan@broadcom.com |
| 864 | L: netdev@vger.kernel.org |
| 865 | S: Supported |
| 866 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 867 | BTTV VIDEO4LINUX DRIVER |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 868 | P: Mauro Carvalho Chehab |
Mauro Carvalho Chehab | 8d58d77 | 2006-01-27 16:32:02 -0200 | [diff] [blame] | 869 | M: mchehab@infradead.org |
| 870 | M: v4l-dvb-maintainer@linuxtv.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 871 | L: video4linux-list@redhat.com |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 872 | W: http://linuxtv.org |
Mauro Carvalho Chehab | ecfa4fd | 2005-12-19 09:15:13 -0200 | [diff] [blame] | 873 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 874 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 875 | |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 876 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
| 877 | P: Jonathan Corbet |
| 878 | M: corbet@lwn.net |
| 879 | L: video4linux-list@redhat.com |
| 880 | S: Maintained |
| 881 | |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 882 | CALGARY x86-64 IOMMU |
| 883 | P: Muli Ben-Yehuda |
| 884 | M: muli@il.ibm.com |
| 885 | P: Jon D. Mason |
Jon Mason | d8d2bed | 2006-10-05 18:47:21 +0200 | [diff] [blame] | 886 | M: jdmason@kudzu.us |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 887 | L: linux-kernel@vger.kernel.org |
| 888 | L: discuss@x86-64.org |
| 889 | S: Maintained |
| 890 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 891 | CFAG12864B LCD DRIVER |
| 892 | P: Miguel Ojeda Sandonis |
| 893 | M: maxextreme@gmail.com |
| 894 | L: linux-kernel@vger.kernel.org |
| 895 | S: Maintained |
| 896 | |
| 897 | CFAG12864BFB LCD FRAMEBUFFER DRIVER |
| 898 | P: Miguel Ojeda Sandonis |
| 899 | M: maxextreme@gmail.com |
| 900 | L: linux-kernel@vger.kernel.org |
| 901 | S: Maintained |
| 902 | |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 903 | CFG80211 and NL80211 |
| 904 | P: Johannes Berg |
| 905 | M: johannes@sipsolutions.net |
| 906 | L: linux-wireless@vger.kernel.org |
| 907 | S: Maintained |
| 908 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | COMMON INTERNET FILE SYSTEM (CIFS) |
| 910 | P: Steve French |
| 911 | M: sfrench@samba.org |
Jesper Juhl | fb453d4 | 2006-01-15 02:46:48 +0100 | [diff] [blame] | 912 | L: linux-cifs-client@lists.samba.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 913 | L: samba-technical@lists.samba.org |
| 914 | W: http://us1.samba.org/samba/Linux_CIFS_client.html |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 915 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 916 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 917 | |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 918 | CONFIGFS |
| 919 | P: Joel Becker |
Joel Becker | 62ca3d26 | 2006-01-27 11:04:12 -0800 | [diff] [blame] | 920 | M: joel.becker@oracle.com |
| 921 | L: linux-kernel@vger.kernel.org |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 922 | S: Supported |
| 923 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 924 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
| 925 | P: Lennert Buytenhek |
| 926 | M: kernel@wantstofly.org |
| 927 | L: netdev@vger.kernel.org |
| 928 | S: Maintained |
| 929 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 930 | CIRRUS LOGIC GENERIC FBDEV DRIVER |
| 931 | P: Jeff Garzik |
| 932 | M: jgarzik@pobox.com |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 933 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 934 | S: Odd Fixes |
| 935 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 936 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
| 937 | P: Lennert Buytenhek |
| 938 | M: kernel@wantstofly.org |
| 939 | L: linux-usb-devel@lists.sourceforge.net |
| 940 | S: Maintained |
| 941 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER |
| 943 | P: Cirrus Logic Corporation (kernel 2.2 driver) |
| 944 | M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> |
| 945 | P: Nils Faerber (port to kernel 2.4) |
| 946 | M: Nils Faerber <nils@kernelconcepts.de> |
| 947 | S: Maintained |
| 948 | |
| 949 | CODA FILE SYSTEM |
| 950 | P: Jan Harkes |
| 951 | M: jaharkes@cs.cmu.edu |
| 952 | M: coda@cs.cmu.edu |
| 953 | L: codalist@coda.cs.cmu.edu |
| 954 | W: http://www.coda.cs.cmu.edu/ |
| 955 | S: Maintained |
| 956 | |
| 957 | COMPACTPCI HOTPLUG CORE |
| 958 | P: Scott Murray |
| 959 | M: scottm@somanetworks.com |
| 960 | M: scott@spiteful.org |
| 961 | L: pcihpd-discuss@lists.sourceforge.net |
| 962 | S: Supported |
| 963 | |
| 964 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER |
| 965 | P: Scott Murray |
| 966 | M: scottm@somanetworks.com |
| 967 | M: scott@spiteful.org |
| 968 | L: pcihpd-discuss@lists.sourceforge.net |
| 969 | S: Supported |
| 970 | |
| 971 | COMPACTPCI HOTPLUG GENERIC DRIVER |
| 972 | P: Scott Murray |
| 973 | M: scottm@somanetworks.com |
| 974 | M: scott@spiteful.org |
| 975 | L: pcihpd-discuss@lists.sourceforge.net |
| 976 | S: Supported |
| 977 | |
| 978 | COMPUTONE INTELLIPORT MULTIPORT CARD |
| 979 | P: Michael H. Warfield |
Adrian Bunk | 07d46de | 2005-06-25 14:59:13 -0700 | [diff] [blame] | 980 | M: mhw@wittsend.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | W: http://www.wittsend.com/computone.html |
Adrian Bunk | 07d46de | 2005-06-25 14:59:13 -0700 | [diff] [blame] | 982 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 983 | |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 984 | CONEXANT ACCESSRUNNER USB DRIVER |
| 985 | P: Simon Arlott |
| 986 | M: cxacru@fire.lp0.eu |
| 987 | S: Maintained |
| 988 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 989 | COSA/SRP SYNC SERIAL DRIVER |
| 990 | P: Jan "Yenya" Kasprzak |
| 991 | M: kas@fi.muni.cz |
| 992 | W: http://www.fi.muni.cz/~kas/cosa/ |
| 993 | S: Maintained |
| 994 | |
| 995 | CPU FREQUENCY DRIVERS |
| 996 | P: Dave Jones |
| 997 | M: davej@codemonkey.org.uk |
| 998 | L: cpufreq@lists.linux.org.uk |
| 999 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
Dave Jones | 7531a0b | 2006-12-12 17:26:35 -0500 | [diff] [blame] | 1000 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1001 | S: Maintained |
| 1002 | |
| 1003 | CPUID/MSR DRIVER |
| 1004 | P: H. Peter Anvin |
| 1005 | M: hpa@zytor.com |
| 1006 | S: Maintained |
| 1007 | |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1008 | CPUSETS |
| 1009 | P: Paul Jackson |
| 1010 | P: Simon Derr |
| 1011 | M: pj@sgi.com |
| 1012 | M: simon.derr@bull.net |
| 1013 | L: linux-kernel@vger.kernel.org |
| 1014 | W: http://www.bullopensource.org/cpuset/ |
| 1015 | S: Supported |
| 1016 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1017 | CRAMFS FILESYSTEM |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1018 | W: http://sourceforge.net/projects/cramfs/ |
| 1019 | S: Orphan |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1020 | |
| 1021 | CRIS PORT |
| 1022 | P: Mikael Starvik |
| 1023 | M: starvik@axis.com |
| 1024 | L: dev-etrax@axis.com |
| 1025 | W: http://developer.axis.com |
| 1026 | S: Maintained |
| 1027 | |
| 1028 | CRYPTO API |
| 1029 | P: Herbert Xu |
| 1030 | M: herbert@gondor.apana.org.au |
| 1031 | P: David S. Miller |
| 1032 | M: davem@davemloft.net |
| 1033 | L: linux-crypto@vger.kernel.org |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 1034 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1035 | S: Maintained |
| 1036 | |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1037 | CS5535 Audio ALSA driver |
| 1038 | P: Jaya Kumar |
| 1039 | M: jayakumar.alsa@gmail.com |
| 1040 | S: Maintained |
| 1041 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1042 | CYBERPRO FB DRIVER |
| 1043 | P: Russell King |
| 1044 | M: rmk@arm.linux.org.uk |
| 1045 | W: http://www.arm.linux.org.uk/ |
| 1046 | S: Maintained |
| 1047 | |
Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 1048 | CYBLAFB FRAMEBUFFER DRIVER |
| 1049 | P: Knut Petersen |
| 1050 | M: Knut_Petersen@t-online.de |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 1051 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 1052 | S: Maintained |
| 1053 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1054 | CYCLADES 2X SYNC CARD DRIVER |
| 1055 | P: Arnaldo Carvalho de Melo |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 1056 | M: acme@ghostprotocols.net |
| 1057 | W: http://oops.ghostprotocols.net:81/blog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1058 | S: Maintained |
| 1059 | |
| 1060 | CYCLADES ASYNC MUX DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1061 | W: http://www.cyclades.com/ |
Jiri Slaby | d459883 | 2007-02-12 00:51:53 -0800 | [diff] [blame] | 1062 | S: Orphan |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1063 | |
| 1064 | CYCLADES PC300 DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1065 | W: http://www.cyclades.com/ |
Jiri Slaby | d459883 | 2007-02-12 00:51:53 -0800 | [diff] [blame] | 1066 | S: Orphan |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1067 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1068 | DAMA SLAVE for AX.25 |
| 1069 | P: Joerg Reuter |
| 1070 | M: jreuter@yaina.de |
| 1071 | W: http://yaina.de/jreuter/ |
| 1072 | W: http://www.qsl.net/dl1bke/ |
| 1073 | L: linux-hams@vger.kernel.org |
| 1074 | S: Maintained |
| 1075 | |
| 1076 | DC395x SCSI driver |
| 1077 | P: Oliver Neukum |
| 1078 | M: oliver@neukum.name |
| 1079 | P: Ali Akcaagac |
| 1080 | M: aliakc@web.de |
| 1081 | P: Jamie Lenehan |
| 1082 | M: lenehan@twibble.org |
| 1083 | W: http://twibble.org/dist/dc395x/ |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 1084 | L: dc395x@twibble.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1085 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
| 1086 | S: Maintained |
| 1087 | |
| 1088 | DC390/AM53C974 SCSI driver |
| 1089 | P: Kurt Garloff |
| 1090 | M: garloff@suse.de |
| 1091 | W: http://www.garloff.de/kurt/linux/dc390/ |
| 1092 | P: Guennadi Liakhovetski |
| 1093 | M: g.liakhovetski@gmx.de |
| 1094 | S: Maintained |
| 1095 | |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1096 | DCCP PROTOCOL |
| 1097 | P: Arnaldo Carvalho de Melo |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 1098 | M: acme@ghostprotocols.net |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1099 | L: dccp@vger.kernel.org |
Ian McDonald | f3b84ec | 2005-11-10 13:05:01 -0800 | [diff] [blame] | 1100 | W: http://linux-net.osdl.org/index.php/DCCP |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1101 | S: Maintained |
| 1102 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1103 | DECnet NETWORK LAYER |
| 1104 | P: Patrick Caulfield |
| 1105 | M: patrick@tykepenguin.com |
| 1106 | W: http://linux-decnet.sourceforge.net |
| 1107 | L: linux-decnet-user@lists.sourceforge.net |
| 1108 | S: Maintained |
| 1109 | |
| 1110 | DEFXX FDDI NETWORK DRIVER |
| 1111 | P: Maciej W. Rozycki |
| 1112 | M: macro@linux-mips.org |
| 1113 | S: Maintained |
| 1114 | |
| 1115 | DELL LAPTOP SMM DRIVER |
| 1116 | P: Massimo Dal Zotto |
| 1117 | M: dz@debian.org |
| 1118 | W: http://www.debian.org/~dz/i8k/ |
| 1119 | S: Maintained |
| 1120 | |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1121 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
| 1122 | P: Doug Warzecha |
| 1123 | M: Douglas_Warzecha@dell.com |
| 1124 | S: Maintained |
| 1125 | |
Pavel Machek | 5ddb88c | 2006-09-29 02:01:29 -0700 | [diff] [blame] | 1126 | DEVICE-MAPPER (LVM) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1127 | P: Alasdair Kergon |
| 1128 | L: dm-devel@redhat.com |
| 1129 | W: http://sources.redhat.com/dm |
| 1130 | S: Maintained |
| 1131 | |
| 1132 | DEVICE NUMBER REGISTRY |
| 1133 | P: Torben Mathiasen |
| 1134 | M: device@lanana.org |
| 1135 | W: http://lanana.org/docs/device-list/index.html |
| 1136 | L: linux-kernel@vger.kernel.org |
| 1137 | S: Maintained |
| 1138 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1139 | DIGI INTL. EPCA DRIVER |
| 1140 | P: Digi International, Inc |
| 1141 | M: Eng.Linux@digi.com |
| 1142 | L: Eng.Linux@digi.com |
| 1143 | W: http://www.digi.com |
| 1144 | S: Orphaned |
| 1145 | |
| 1146 | DIGI RIGHTSWITCH NETWORK DRIVER |
| 1147 | P: Rick Richardson |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 1148 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1149 | W: http://www.digi.com |
| 1150 | S: Orphaned |
| 1151 | |
| 1152 | DIRECTORY NOTIFICATION |
| 1153 | P: Stephen Rothwell |
| 1154 | M: sfr@canb.auug.org.au |
| 1155 | L: linux-kernel@vger.kernel.org |
| 1156 | S: Supported |
| 1157 | |
| 1158 | DISK GEOMETRY AND PARTITION HANDLING |
| 1159 | P: Andries Brouwer |
| 1160 | M: aeb@cwi.nl |
| 1161 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
| 1162 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
| 1163 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
| 1164 | S: Maintained |
| 1165 | |
| 1166 | DISKQUOTA: |
| 1167 | P: Jan Kara |
| 1168 | M: jack@suse.cz |
| 1169 | L: linux-kernel@vger.kernel.org |
| 1170 | S: Maintained |
| 1171 | |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1172 | DISTRIBUTED LOCK MANAGER |
| 1173 | P: Patrick Caulfield |
| 1174 | M: pcaulfie@redhat.com |
| 1175 | P: David Teigland |
| 1176 | M: teigland@redhat.com |
David Teigland | a464418 | 2006-06-22 15:29:57 -0400 | [diff] [blame] | 1177 | L: cluster-devel@redhat.com |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1178 | W: http://sources.redhat.com/cluster/ |
Steven Whitehouse | 370298e | 2006-10-12 15:40:05 -0400 | [diff] [blame] | 1179 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
| 1180 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1181 | S: Supported |
| 1182 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1183 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
| 1184 | P: Tobias Ringstrom |
| 1185 | M: tori@unhappy.mine.nu |
Randy Dunlap | 2cb4abd | 2007-02-07 15:52:36 -0800 | [diff] [blame] | 1186 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1187 | S: Maintained |
| 1188 | |
Martin Waitz | ba483d5 | 2005-06-17 13:20:59 -0700 | [diff] [blame] | 1189 | DOCBOOK FOR DOCUMENTATION |
Randy Dunlap | 0f40efb | 2006-07-03 00:24:15 -0700 | [diff] [blame] | 1190 | P: Randy Dunlap |
| 1191 | M: rdunlap@xenotime.net |
Martin Waitz | ba483d5 | 2005-06-17 13:20:59 -0700 | [diff] [blame] | 1192 | S: Maintained |
| 1193 | |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1194 | DOCKING STATION DRIVER |
| 1195 | P: Kristen Carlson Accardi |
| 1196 | M: kristen.c.accardi@intel.com |
| 1197 | L: linux-acpi@vger.kernel.org |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 1198 | S: Supported |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1199 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1200 | DOUBLETALK DRIVER |
| 1201 | P: James R. Van Zandt |
| 1202 | M: jrv@vanzandt.mv.com |
| 1203 | L: blinux-list@redhat.com |
| 1204 | S: Maintained |
| 1205 | |
| 1206 | DRIVER CORE, KOBJECTS, AND SYSFS |
| 1207 | P: Greg Kroah-Hartman |
| 1208 | M: gregkh@suse.de |
| 1209 | L: linux-kernel@vger.kernel.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1210 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1211 | S: Supported |
| 1212 | |
| 1213 | DRM DRIVERS |
| 1214 | P: David Airlie |
| 1215 | M: airlied@linux.ie |
| 1216 | L: dri-devel@lists.sourceforge.net |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1217 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1218 | S: Maintained |
| 1219 | |
| 1220 | DSCC4 DRIVER |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 1221 | P: Francois Romieu |
| 1222 | M: romieu@fr.zoreil.com |
| 1223 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1224 | S: Maintained |
| 1225 | |
| 1226 | DVB SUBSYSTEM AND DRIVERS |
| 1227 | P: LinuxTV.org Project |
Mauro Carvalho Chehab | 8d58d77 | 2006-01-27 16:32:02 -0200 | [diff] [blame] | 1228 | M: v4l-dvb-maintainer@linuxtv.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1229 | L: linux-dvb@linuxtv.org (subscription required) |
Johannes Stezenbach | 7d69fa6 | 2005-08-11 11:54:24 +0200 | [diff] [blame] | 1230 | W: http://linuxtv.org/ |
Mauro Carvalho Chehab | ecfa4fd | 2005-12-19 09:15:13 -0200 | [diff] [blame] | 1231 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
Mauro Carvalho Chehab | 8d58d77 | 2006-01-27 16:32:02 -0200 | [diff] [blame] | 1232 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1233 | |
| 1234 | EATA-DMA SCSI DRIVER |
| 1235 | P: Michael Neuffer |
| 1236 | L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org |
| 1237 | S: Maintained |
| 1238 | |
| 1239 | EATA ISA/EISA/PCI SCSI DRIVER |
| 1240 | P: Dario Ballabio |
| 1241 | M: ballabio_dario@emc.com |
| 1242 | L: linux-scsi@vger.kernel.org |
| 1243 | S: Maintained |
| 1244 | |
| 1245 | EATA-PIO SCSI DRIVER |
| 1246 | P: Michael Neuffer |
| 1247 | M: mike@i-Connect.Net |
| 1248 | L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org |
| 1249 | S: Maintained |
| 1250 | |
| 1251 | EBTABLES |
| 1252 | P: Bart De Schuymer |
| 1253 | M: bart.de.schuymer@pandora.be |
| 1254 | L: ebtables-user@lists.sourceforge.net |
| 1255 | L: ebtables-devel@lists.sourceforge.net |
| 1256 | W: http://ebtables.sourceforge.net/ |
| 1257 | S: Maintained |
| 1258 | |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1259 | ECRYPT FILE SYSTEM |
| 1260 | P: Mike Halcrow, Phillip Hellewell |
| 1261 | M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net |
| 1262 | L: ecryptfs-devel@lists.sourceforge.net |
| 1263 | W: http://ecryptfs.sourceforge.net/ |
| 1264 | S: Supported |
| 1265 | |
Alan Cox | da9bb1d | 2006-01-18 17:44:13 -0800 | [diff] [blame] | 1266 | EDAC-CORE |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1267 | P: Doug Thompson |
Doug Thompson | 8c2a6a4 | 2006-06-30 01:56:09 -0700 | [diff] [blame] | 1268 | M: norsk5@xmission.com |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1269 | L: bluesmoke-devel@lists.sourceforge.net |
| 1270 | W: bluesmoke.sourceforge.net |
Doug Thompson | 8c2a6a4 | 2006-06-30 01:56:09 -0700 | [diff] [blame] | 1271 | S: Supported |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1272 | |
| 1273 | EDAC-E752X |
Doug Thompson | 8c2a6a4 | 2006-06-30 01:56:09 -0700 | [diff] [blame] | 1274 | P: Mark Gross |
| 1275 | M: mark.gross@intel.com |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1276 | L: bluesmoke-devel@lists.sourceforge.net |
| 1277 | W: bluesmoke.sourceforge.net |
| 1278 | S: Maintained |
| 1279 | |
| 1280 | EDAC-E7XXX |
Doug Thompson | 8c2a6a4 | 2006-06-30 01:56:09 -0700 | [diff] [blame] | 1281 | P: Doug Thompson |
| 1282 | M: norsk5@xmission.com |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1283 | L: bluesmoke-devel@lists.sourceforge.net |
| 1284 | W: bluesmoke.sourceforge.net |
| 1285 | S: Maintained |
| 1286 | |
| 1287 | EDAC-R82600 |
| 1288 | P: Tim Small |
| 1289 | M: tim@buttersideup.com |
| 1290 | L: bluesmoke-devel@lists.sourceforge.net |
| 1291 | W: bluesmoke.sourceforge.net |
| 1292 | S: Maintained |
Alan Cox | da9bb1d | 2006-01-18 17:44:13 -0800 | [diff] [blame] | 1293 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1294 | EEPRO100 NETWORK DRIVER |
| 1295 | P: Andrey V. Savochkin |
| 1296 | M: saw@saw.sw.com.sg |
| 1297 | S: Maintained |
| 1298 | |
Josh Triplett | 0bee8d2 | 2006-07-30 03:03:58 -0700 | [diff] [blame] | 1299 | EFS FILESYSTEM |
| 1300 | W: http://aeschi.ch.eu.org/efs/ |
| 1301 | S: Orphan |
| 1302 | |
Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 1303 | EHCA (IBM GX bus InfiniBand adapter) DRIVER: |
| 1304 | P: Hoang-Nam Nguyen |
| 1305 | M: hnguyen@de.ibm.com |
| 1306 | P: Christoph Raisch |
| 1307 | M: raisch@de.ibm.com |
| 1308 | L: openib-general@openib.org |
| 1309 | S: Supported |
| 1310 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1311 | EMU10K1 SOUND DRIVER |
| 1312 | P: James Courtier-Dutton |
| 1313 | M: James@superbug.demon.co.uk |
| 1314 | L: emu10k1-devel@lists.sourceforge.net |
| 1315 | W: http://sourceforge.net/projects/emu10k1/ |
| 1316 | S: Maintained |
| 1317 | |
James.Smart@Emulex.Com | 3a1c1d4 | 2005-08-11 13:42:35 -0400 | [diff] [blame] | 1318 | EMULEX LPFC FC SCSI DRIVER |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1319 | P: James Smart |
| 1320 | M: james.smart@emulex.com |
| 1321 | L: linux-scsi@vger.kernel.org |
| 1322 | W: http://sourceforge.net/projects/lpfcxxxx |
| 1323 | S: Supported |
James.Smart@Emulex.Com | 3a1c1d4 | 2005-08-11 13:42:35 -0400 | [diff] [blame] | 1324 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1325 | EPSON 1355 FRAMEBUFFER DRIVER |
| 1326 | P: Christopher Hoover |
| 1327 | M: ch@murgatroid.com, ch@hpl.hp.com |
| 1328 | S: Maintained |
| 1329 | |
| 1330 | ETHEREXPRESS-16 NETWORK DRIVER |
| 1331 | P: Philip Blundell |
| 1332 | M: philb@gnu.org |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 1333 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1334 | S: Maintained |
| 1335 | |
| 1336 | ETHERNET BRIDGE |
| 1337 | P: Stephen Hemminger |
Stephen Hemminger | 65ebe634 | 2007-01-23 11:38:57 -0800 | [diff] [blame] | 1338 | M: shemminger@linux-foundation.org |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 1339 | L: bridge@lists.linux-foundation.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1340 | W: http://bridge.sourceforge.net/ |
| 1341 | S: Maintained |
| 1342 | |
| 1343 | ETHERTEAM 16I DRIVER |
| 1344 | P: Mika Kuoppala |
| 1345 | M: miku@iki.fi |
| 1346 | S: Maintained |
| 1347 | |
| 1348 | EXT2 FILE SYSTEM |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 1349 | L: linux-ext4@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1350 | S: Maintained |
| 1351 | |
| 1352 | EXT3 FILE SYSTEM |
| 1353 | P: Stephen Tweedie, Andrew Morton |
Simon Horman | 588cc70 | 2007-02-20 13:58:06 -0800 | [diff] [blame] | 1354 | M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 1355 | L: linux-ext4@vger.kernel.org |
| 1356 | S: Maintained |
| 1357 | |
| 1358 | EXT4 FILE SYSTEM |
| 1359 | P: Stephen Tweedie, Andrew Morton |
Simon Horman | 588cc70 | 2007-02-20 13:58:06 -0800 | [diff] [blame] | 1360 | M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 1361 | L: linux-ext4@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | S: Maintained |
| 1363 | |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 1364 | F71805F HARDWARE MONITORING DRIVER |
| 1365 | P: Jean Delvare |
| 1366 | M: khali@linux-fr.org |
| 1367 | L: lm-sensors@lm-sensors.org |
| 1368 | S: Maintained |
| 1369 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1370 | FARSYNC SYNCHRONOUS DRIVER |
| 1371 | P: Kevin Curtis |
| 1372 | M: kevin.curtis@farsite.co.uk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1373 | W: http://www.farsite.co.uk/ |
| 1374 | S: Supported |
| 1375 | |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 1376 | FAULT INJECTION SUPPORT |
| 1377 | P: Akinobu Mita |
| 1378 | M: akinobu.mita@gmail.com |
| 1379 | S: Supported |
| 1380 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1381 | FRAMEBUFFER LAYER |
| 1382 | P: Antonino Daplas |
Antonino A. Daplas | 0478e62 | 2007-02-28 20:12:37 -0800 | [diff] [blame] | 1383 | M: adaplas@gmail.com |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 1384 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1385 | W: http://linux-fbdev.sourceforge.net/ |
| 1386 | S: Maintained |
| 1387 | |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 1388 | FREESCALE SOC FS_ENET DRIVER |
| 1389 | P: Pantelis Antoniou |
| 1390 | M: pantelis.antoniou@gmail.com |
| 1391 | P: Vitaly Bordug |
| 1392 | M: vbordug@ru.mvista.com |
| 1393 | L: linuxppc-embedded@ozlabs.org |
| 1394 | L: netdev@vger.kernel.org |
| 1395 | S: Maintained |
| 1396 | |
Li Yang | a7205b3 | 2007-04-23 10:38:18 -0700 | [diff] [blame] | 1397 | FREESCALE HIGHSPEED USB DEVICE DRIVER |
| 1398 | P: Li Yang |
| 1399 | M: leoli@freescale.com |
| 1400 | L: linux-usb-devel@lists.sourceforge.net |
| 1401 | L: linuxppc-embedded@ozlabs.org |
| 1402 | S: Maintained |
| 1403 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1404 | FILE LOCKING (flock() and fcntl()/lockf()) |
| 1405 | P: Matthew Wilcox |
| 1406 | M: matthew@wil.cx |
| 1407 | L: linux-fsdevel@vger.kernel.org |
| 1408 | S: Maintained |
| 1409 | |
| 1410 | FILESYSTEMS (VFS and infrastructure) |
| 1411 | P: Alexander Viro |
viro@ZenIV.linux.org.uk | 8412205 | 2005-09-06 19:35:49 +0100 | [diff] [blame] | 1412 | M: viro@zeniv.linux.org.uk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1413 | S: Maintained |
| 1414 | |
| 1415 | FIRMWARE LOADER (request_firmware) |
| 1416 | L: linux-kernel@vger.kernel.org |
| 1417 | S: Orphan |
| 1418 | |
| 1419 | FPU EMULATOR |
| 1420 | P: Bill Metzenthen |
| 1421 | M: billm@suburbia.net |
| 1422 | W: http://suburbia.net/~billm/floating-point/emulator/ |
| 1423 | S: Maintained |
| 1424 | |
| 1425 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) |
| 1426 | P: Mike McLagan |
| 1427 | M: mike.mclagan@linux.org |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 1428 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1429 | S: Maintained |
| 1430 | |
| 1431 | FREEVXFS FILESYSTEM |
| 1432 | P: Christoph Hellwig |
| 1433 | M: hch@infradead.org |
| 1434 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
| 1435 | S: Maintained |
| 1436 | |
David Howells | 5ab7ffe | 2007-04-10 15:10:45 +0100 | [diff] [blame] | 1437 | FUJITSU FR-V (FRV) PORT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1438 | P: David Howells |
| 1439 | M: dhowells@redhat.com |
| 1440 | S: Maintained |
| 1441 | |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 1442 | FUSE: FILESYSTEM IN USERSPACE |
| 1443 | P: Miklos Szeredi |
| 1444 | M: miklos@szeredi.hu |
| 1445 | L: fuse-devel@lists.sourceforge.net |
| 1446 | W: http://fuse.sourceforge.net/ |
| 1447 | S: Maintained |
| 1448 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1449 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
| 1450 | P: Rik Faith |
| 1451 | M: faith@cs.unc.edu |
| 1452 | L: linux-scsi@vger.kernel.org |
| 1453 | S: Odd fixes (e.g., new signatures) |
| 1454 | |
| 1455 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
| 1456 | P: Achim Leubner |
| 1457 | M: achim_leubner@adaptec.com |
| 1458 | L: linux-scsi@vger.kernel.org |
| 1459 | W: http://www.icp-vortex.com/ |
| 1460 | S: Supported |
| 1461 | |
| 1462 | GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS |
| 1463 | P: Krzysztof Halasa |
| 1464 | M: khc@pm.waw.pl |
| 1465 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
| 1466 | S: Maintained |
| 1467 | |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1468 | GFS2 FILE SYSTEM |
| 1469 | P: Steven Whitehouse |
| 1470 | M: swhiteho@redhat.com |
David Teigland | a464418 | 2006-06-22 15:29:57 -0400 | [diff] [blame] | 1471 | L: cluster-devel@redhat.com |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1472 | W: http://sources.redhat.com/cluster/ |
Steven Whitehouse | 370298e | 2006-10-12 15:40:05 -0400 | [diff] [blame] | 1473 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
| 1474 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1475 | S: Supported |
| 1476 | |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 1477 | GIGASET ISDN DRIVERS |
| 1478 | P: Hansjoerg Lipp |
| 1479 | M: hjlipp@web.de |
| 1480 | P: Tilman Schmidt |
| 1481 | M: tilman@imap.cc |
| 1482 | L: gigaset307x-common@lists.sourceforge.net |
| 1483 | W: http://gigaset307x.sourceforge.net/ |
| 1484 | S: Maintained |
| 1485 | |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 1486 | HARDWARE MONITORING |
| 1487 | P: Jean Delvare |
| 1488 | M: khali@linux-fr.org |
| 1489 | L: lm-sensors@lm-sensors.org |
Jean Delvare | 595142e | 2006-12-06 20:39:36 -0800 | [diff] [blame] | 1490 | W: http://www.lm-sensors.org/ |
| 1491 | T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/ |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 1492 | S: Maintained |
| 1493 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 1494 | HARDWARE RANDOM NUMBER GENERATOR CORE |
| 1495 | P: Michael Buesch |
| 1496 | M: mb@bu3sch.de |
| 1497 | S: Maintained |
| 1498 | |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 1499 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
| 1500 | P: Robert Love |
| 1501 | M: rlove@rlove.org |
| 1502 | M: linux-kernel@vger.kernel.org |
| 1503 | W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ |
| 1504 | S: Maintained |
| 1505 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1506 | HARMONY SOUND DRIVER |
| 1507 | P: Kyle McMartin |
| 1508 | M: kyle@parisc-linux.org |
| 1509 | W: http://www.parisc-linux.org/~kyle/harmony/ |
| 1510 | L: parisc-linux@lists.parisc-linux.org |
| 1511 | S: Maintained |
| 1512 | |
| 1513 | HAYES ESP SERIAL DRIVER |
| 1514 | P: Andrew J. Robinson |
| 1515 | M: arobinso@nyx.net |
| 1516 | L: linux-kernel@vger.kernel.org |
| 1517 | W: http://www.nyx.net/~arobinso |
| 1518 | S: Maintained |
| 1519 | |
| 1520 | HFS FILESYSTEM |
| 1521 | P: Roman Zippel |
| 1522 | M: zippel@linux-m68k.org |
| 1523 | L: linux-kernel@vger.kernel.org |
| 1524 | S: Maintained |
| 1525 | |
| 1526 | HGA FRAMEBUFFER DRIVER |
| 1527 | P: Ferenc Bakonyi |
| 1528 | M: fero@drama.obuda.kando.hu |
| 1529 | L: linux-nvidia@lists.surfsouth.com |
| 1530 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
| 1531 | S: Maintained |
| 1532 | |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 1533 | HID CORE LAYER |
| 1534 | P: Jiri Kosina |
| 1535 | M: jkosina@suse.cz |
| 1536 | L: linux-input@atrey.karlin.mff.cuni.cz |
Jiri Kosina | a4dff39 | 2007-02-27 17:40:09 +0100 | [diff] [blame] | 1537 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 1538 | S: Maintained |
| 1539 | |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 1540 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
| 1541 | P: Thomas Gleixner |
| 1542 | M: tglx@linutronix.de |
| 1543 | L: linux-kernel@vger.kernel.org |
| 1544 | S: Maintained |
| 1545 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1546 | HIGH-SPEED SCC DRIVER FOR AX.25 |
| 1547 | P: Klaus Kudielka |
| 1548 | M: klaus.kudielka@ieee.org |
| 1549 | L: linux-hams@vger.kernel.org |
| 1550 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ |
| 1551 | S: Maintained |
| 1552 | |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 1553 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
| 1554 | P: HighPoint Linux Team |
| 1555 | M: linux@highpoint-tech.com |
| 1556 | W: http://www.highpoint-tech.com |
| 1557 | S: Supported |
| 1558 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1559 | HIPPI |
| 1560 | P: Jes Sorensen |
| 1561 | M: jes@trained-monkey.org |
| 1562 | L: linux-hippi@sunsite.dk |
| 1563 | S: Maintained |
| 1564 | |
| 1565 | HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA |
| 1566 | P: Chirag Kantharia |
| 1567 | M: chirag.kantharia@hp.com |
| 1568 | L: iss_storagedev@hp.com |
| 1569 | S: Maintained |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 1570 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1571 | HEWLETT-PACKARD SMART2 RAID DRIVER |
| 1572 | P: Chirag Kantharia |
| 1573 | M: chirag.kantharia@hp.com |
| 1574 | L: iss_storagedev@hp.com |
| 1575 | S: Maintained |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 1576 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1577 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
| 1578 | P: Mike Miller |
| 1579 | M: mike.miller@hp.com |
| 1580 | L: iss_storagedev@hp.com |
| 1581 | S: Supported |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 1582 | |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 1583 | HOST AP DRIVER |
| 1584 | P: Jouni Malinen |
| 1585 | M: jkmaline@cc.hut.fi |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 1586 | L: linux-wireless@vger.kernel.org |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 1587 | L: hostap@shmoo.com |
| 1588 | W: http://hostap.epitest.fi/ |
| 1589 | S: Maintained |
| 1590 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1591 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
| 1592 | P: Jaroslav Kysela |
| 1593 | M: perex@suse.cz |
| 1594 | S: Maintained |
| 1595 | |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 1596 | HPET: High Precision Event Timers driver (hpet.c) |
| 1597 | P: Clemens Ladisch |
| 1598 | M: clemens@ladisch.de |
| 1599 | S: Maintained |
| 1600 | |
| 1601 | HPET: i386 |
| 1602 | P: Venkatesh Pallipadi (Venki) |
| 1603 | M: venkatesh.pallipadi@intel.com |
| 1604 | S: Maintained |
| 1605 | |
| 1606 | HPET: x86_64 |
| 1607 | P: Andi Kleen and Vojtech Pavlik |
| 1608 | M: ak@muc.de and vojtech@suse.cz |
| 1609 | S: Maintained |
| 1610 | |
| 1611 | HPET: ACPI hpet.c |
| 1612 | P: Bob Picco |
| 1613 | M: bob.picco@hp.com |
| 1614 | S: Maintained |
| 1615 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1616 | HPFS FILESYSTEM |
| 1617 | P: Mikulas Patocka |
| 1618 | M: mikulas@artax.karlin.mff.cuni.cz |
| 1619 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
| 1620 | S: Maintained |
| 1621 | |
| 1622 | HUGETLB FILESYSTEM |
| 1623 | P: William Irwin |
| 1624 | M: wli@holomorphy.com |
| 1625 | S: Maintained |
| 1626 | |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 1627 | I2C SUBSYSTEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1628 | P: Jean Delvare |
| 1629 | M: khali@linux-fr.org |
Jean Delvare | 5d925fe | 2006-07-01 17:14:32 +0200 | [diff] [blame] | 1630 | L: i2c@lm-sensors.org |
Jean Delvare | 595142e | 2006-12-06 20:39:36 -0800 | [diff] [blame] | 1631 | T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1632 | S: Maintained |
| 1633 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1634 | i386 BOOT CODE |
| 1635 | P: Riley H. Williams |
| 1636 | M: Riley@Williams.Name |
| 1637 | L: Linux-Kernel@vger.kernel.org |
| 1638 | S: Maintained |
| 1639 | |
| 1640 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS |
| 1641 | P: Dave Jones |
| 1642 | M: davej@codemonkey.org.uk |
| 1643 | P: H. Peter Anvin |
| 1644 | M: hpa@zytor.com |
| 1645 | S: Maintained |
| 1646 | |
| 1647 | i810 TCO TIMER WATCHDOG |
| 1648 | P: Nils Faerber |
| 1649 | M: nils@kernelconcepts.de |
| 1650 | W: http://www.kernelconcepts.de/ |
| 1651 | S: Maintained |
| 1652 | |
| 1653 | IA64 (Itanium) PLATFORM |
| 1654 | P: Tony Luck |
| 1655 | M: tony.luck@intel.com |
| 1656 | L: linux-ia64@vger.kernel.org |
| 1657 | W: http://www.ia64-linux.org/ |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1658 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1659 | S: Maintained |
| 1660 | |
Henrique de Moraes Holschuh | 7d63c67 | 2006-11-08 13:18:29 -0200 | [diff] [blame] | 1661 | IBM ACPI EXTRAS DRIVER |
| 1662 | P: Henrique de Moraes Holschuh |
| 1663 | M: ibm-acpi@hmh.eng.br |
| 1664 | L: ibm-acpi-devel@lists.sourceforge.net |
| 1665 | W: http://ibm-acpi.sourceforge.net |
| 1666 | W: http://thinkwiki.org/wiki/Ibm-acpi |
| 1667 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
| 1668 | S: Maintained |
| 1669 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1670 | SN-IA64 (Itanium) SUB-PLATFORM |
Greg Edwards | e5ee7dd | 2006-01-18 10:21:59 -0600 | [diff] [blame] | 1671 | P: Jes Sorensen |
| 1672 | M: jes@sgi.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1673 | L: linux-altix@sgi.com |
| 1674 | L: linux-ia64@vger.kernel.org |
| 1675 | W: http://www.sgi.com/altix |
| 1676 | S: Maintained |
| 1677 | |
| 1678 | IBM MCA SCSI SUBSYSTEM DRIVER |
| 1679 | P: Michael Lang |
| 1680 | M: langa2@kph.uni-mainz.de |
| 1681 | W: http://www.uni-mainz.de/~langm000/linux.html |
| 1682 | S: Maintained |
| 1683 | |
| 1684 | IBM Power Linux RAID adapter |
| 1685 | P: Brian King |
| 1686 | M: brking@us.ibm.com |
| 1687 | S: Supported |
| 1688 | |
| 1689 | IBM ServeRAID RAID DRIVER |
| 1690 | P: Jack Hammer |
| 1691 | P: Dave Jeffery |
| 1692 | M: ipslinux@adaptec.com |
| 1693 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 1694 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1695 | |
Bartlomiej Zolnierkiewicz | 1e7106f | 2007-01-27 13:46:14 +0100 | [diff] [blame] | 1696 | IDE SUBSYSTEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1697 | P: Bartlomiej Zolnierkiewicz |
Bartlomiej Zolnierkiewicz | 1e7106f | 2007-01-27 13:46:14 +0100 | [diff] [blame] | 1698 | M: bzolnier@gmail.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1699 | L: linux-ide@vger.kernel.org |
Bartlomiej Zolnierkiewicz | 1e7106f | 2007-01-27 13:46:14 +0100 | [diff] [blame] | 1700 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1701 | S: Maintained |
| 1702 | |
| 1703 | IDE/ATAPI CDROM DRIVER |
Jens Axboe | 9c5b0ce | 2007-01-03 18:15:20 +0100 | [diff] [blame] | 1704 | P: Alan Cox |
| 1705 | M: alan@lxorguk.ukuu.org.uk |
| 1706 | L: linux-ide@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1707 | S: Maintained |
| 1708 | |
| 1709 | IDE/ATAPI FLOPPY DRIVERS |
| 1710 | P: Paul Bristow |
| 1711 | M: Paul Bristow <paul@paulbristow.net> |
| 1712 | W: http://paulbristow.net/linux/idefloppy.html |
| 1713 | L: linux-kernel@vger.kernel.org |
| 1714 | S: Maintained |
| 1715 | |
| 1716 | IDE/ATAPI TAPE DRIVERS |
| 1717 | P: Gadi Oxman |
| 1718 | M: Gadi Oxman <gadio@netvision.net.il> |
| 1719 | L: linux-kernel@vger.kernel.org |
| 1720 | S: Maintained |
| 1721 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1722 | IEEE 1394 SUBSYSTEM |
| 1723 | P: Ben Collins |
Stefan Richter | f51a5a9 | 2007-04-23 14:41:10 -0700 | [diff] [blame] | 1724 | M: ben.collins@ubuntu.com |
Stefan Richter | 87730d0 | 2006-09-16 12:24:00 +0200 | [diff] [blame] | 1725 | P: Stefan Richter |
| 1726 | M: stefanr@s5r6.in-berlin.de |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1727 | L: linux1394-devel@lists.sourceforge.net |
| 1728 | W: http://www.linux1394.org/ |
Stefan Richter | 87730d0 | 2006-09-16 12:24:00 +0200 | [diff] [blame] | 1729 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1730 | S: Maintained |
| 1731 | |
Stefan Richter | f51a5a9 | 2007-04-23 14:41:10 -0700 | [diff] [blame] | 1732 | IEEE 1394 RAW I/O DRIVER (raw1394) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1733 | P: Dan Dennedy |
| 1734 | M: dan@dennedy.org |
Stefan Richter | f51a5a9 | 2007-04-23 14:41:10 -0700 | [diff] [blame] | 1735 | P: Stefan Richter |
| 1736 | M: stefanr@s5r6.in-berlin.de |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1737 | L: linux1394-devel@lists.sourceforge.net |
Jody McIntyre | 105d7b3 | 2005-09-30 11:59:04 -0700 | [diff] [blame] | 1738 | S: Maintained |
| 1739 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1740 | IMS TWINTURBO FRAMEBUFFER DRIVER |
| 1741 | P: Paul Mundt |
| 1742 | M: lethal@chaoticdreams.org |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 1743 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1744 | S: Maintained |
| 1745 | |
| 1746 | INFINIBAND SUBSYSTEM |
| 1747 | P: Roland Dreier |
Roland Dreier | 21c121c | 2005-06-27 14:36:47 -0700 | [diff] [blame] | 1748 | M: rolandd@cisco.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1749 | P: Sean Hefty |
| 1750 | M: mshefty@ichips.intel.com |
| 1751 | P: Hal Rosenstock |
| 1752 | M: halr@voltaire.com |
| 1753 | L: openib-general@openib.org |
| 1754 | W: http://www.openib.org/ |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1755 | T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1756 | S: Supported |
| 1757 | |
| 1758 | INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS |
Vojtech Pavlik | 664d22a | 2005-12-13 17:03:36 -0800 | [diff] [blame] | 1759 | P: Dmitry Torokhov |
Dmitry Torokhov | 62f7caf | 2006-06-26 01:47:56 -0400 | [diff] [blame] | 1760 | M: dmitry.torokhov@gmail.com |
| 1761 | M: dtor@mail.ru |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1762 | L: linux-input@atrey.karlin.mff.cuni.cz |
| 1763 | L: linux-joystick@atrey.karlin.mff.cuni.cz |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 1764 | T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1765 | S: Maintained |
| 1766 | |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 1767 | INOTIFY |
Cal Peake | 18b36c71 | 2006-12-12 20:18:16 +0100 | [diff] [blame] | 1768 | P: John McCutchan |
| 1769 | M: ttb@tentacle.dhs.org |
| 1770 | P: Robert Love |
| 1771 | M: rml@novell.com |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 1772 | L: linux-kernel@vger.kernel.org |
| 1773 | S: Maintained |
| 1774 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 1775 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1776 | P: Sylvain Meyer |
| 1777 | M: sylvain.meyer@worldonline.fr |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 1778 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1779 | S: Maintained |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 1780 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1781 | INTEL 810/815 FRAMEBUFFER DRIVER |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1782 | P: Antonino Daplas |
Antonino A. Daplas | 0478e62 | 2007-02-28 20:12:37 -0800 | [diff] [blame] | 1783 | M: adaplas@gmail.com |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 1784 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1785 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1786 | |
| 1787 | INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT |
| 1788 | P: Ingo Molnar |
| 1789 | M: mingo@redhat.com |
| 1790 | S: Maintained |
| 1791 | |
| 1792 | INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT |
| 1793 | P: Jeff Garzik |
| 1794 | M: jgarzik@pobox.com |
| 1795 | W: http://sourceforge.net/projects/gkernel/ |
| 1796 | S: Maintained |
| 1797 | |
| 1798 | INTEL IA32 MICROCODE UPDATE SUPPORT |
| 1799 | P: Tigran Aivazian |
Tigran Aivazian | b5b9df6 | 2006-11-08 17:44:46 -0800 | [diff] [blame] | 1800 | M: tigran@aivazian.fsnet.co.uk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1801 | S: Maintained |
| 1802 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 1803 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
| 1804 | P: Deepak Saxena |
| 1805 | M: dsaxena@plexity.net |
| 1806 | S: Maintained |
| 1807 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1808 | INTEL IXP2000 ETHERNET DRIVER |
| 1809 | P: Lennert Buytenhek |
| 1810 | M: kernel@wantstofly.org |
| 1811 | L: netdev@vger.kernel.org |
| 1812 | S: Maintained |
| 1813 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1814 | INTEL PRO/100 ETHERNET SUPPORT |
| 1815 | P: John Ronciak |
| 1816 | M: john.ronciak@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | P: Jesse Brandeburg |
| 1818 | M: jesse.brandeburg@intel.com |
Jesse Brandeburg | add1878 | 2006-03-14 14:52:13 -0800 | [diff] [blame] | 1819 | P: Jeff Kirsher |
| 1820 | M: jeffrey.t.kirsher@intel.com |
Auke Kok | 99a1f9e | 2006-04-14 19:05:38 -0700 | [diff] [blame] | 1821 | P: Auke Kok |
| 1822 | M: auke-jan.h.kok@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1823 | W: http://sourceforge.net/projects/e1000/ |
| 1824 | S: Supported |
| 1825 | |
| 1826 | INTEL PRO/1000 GIGABIT ETHERNET SUPPORT |
| 1827 | P: Jeb Cramer |
| 1828 | M: cramerj@intel.com |
| 1829 | P: John Ronciak |
| 1830 | M: john.ronciak@intel.com |
Jesse Brandeburg | add1878 | 2006-03-14 14:52:13 -0800 | [diff] [blame] | 1831 | P: Jesse Brandeburg |
| 1832 | M: jesse.brandeburg@intel.com |
| 1833 | P: Jeff Kirsher |
| 1834 | M: jeffrey.t.kirsher@intel.com |
Auke Kok | 99a1f9e | 2006-04-14 19:05:38 -0700 | [diff] [blame] | 1835 | P: Auke Kok |
| 1836 | M: auke-jan.h.kok@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1837 | W: http://sourceforge.net/projects/e1000/ |
| 1838 | S: Supported |
| 1839 | |
| 1840 | INTEL PRO/10GbE SUPPORT |
Jesse Brandeburg | add1878 | 2006-03-14 14:52:13 -0800 | [diff] [blame] | 1841 | P: Jeff Kirsher |
| 1842 | M: jeffrey.t.kirsher@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1843 | P: Ayyappan Veeraiyan |
| 1844 | M: ayyappan.veeraiyan@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1845 | P: John Ronciak |
| 1846 | M: john.ronciak@intel.com |
Jesse Brandeburg | add1878 | 2006-03-14 14:52:13 -0800 | [diff] [blame] | 1847 | P: Jesse Brandeburg |
| 1848 | M: jesse.brandeburg@intel.com |
Auke Kok | 99a1f9e | 2006-04-14 19:05:38 -0700 | [diff] [blame] | 1849 | P: Auke Kok |
| 1850 | M: auke-jan.h.kok@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1851 | W: http://sourceforge.net/projects/e1000/ |
| 1852 | S: Supported |
| 1853 | |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 1854 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
| 1855 | P: Yi Zhu |
| 1856 | M: yi.zhu@intel.com |
| 1857 | P: James Ketrenos |
| 1858 | M: jketreno@linux.intel.com |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 1859 | L: linux-wireless@vger.kernel.org |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 1860 | L: ipw2100-devel@lists.sourceforge.net |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 1861 | L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
| 1862 | W: http://ipw2100.sourceforge.net |
| 1863 | S: Supported |
| 1864 | |
| 1865 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT |
| 1866 | P: Yi Zhu |
| 1867 | M: yi.zhu@intel.com |
| 1868 | P: James Ketrenos |
| 1869 | M: jketreno@linux.intel.com |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 1870 | L: linux-wireless@vger.kernel.org |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 1871 | L: ipw2100-devel@lists.sourceforge.net |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 1872 | L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel |
| 1873 | W: http://ipw2200.sourceforge.net |
| 1874 | S: Supported |
| 1875 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1876 | IOC3 DRIVER |
| 1877 | P: Ralf Baechle |
| 1878 | M: ralf@linux-mips.org |
| 1879 | L: linux-mips@linux-mips.org |
| 1880 | S: Maintained |
| 1881 | |
| 1882 | IP MASQUERADING: |
| 1883 | P: Juanjo Ciarlante |
| 1884 | M: jjciarla@raiz.uncu.edu.ar |
| 1885 | S: Maintained |
| 1886 | |
Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 1887 | IPATH DRIVER: |
| 1888 | P: Bryan O'Sullivan |
| 1889 | M: support@pathscale.com |
| 1890 | L: openib-general@openib.org |
| 1891 | S: Supported |
| 1892 | |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 1893 | IPMI SUBSYSTEM |
| 1894 | P: Corey Minyard |
| 1895 | M: minyard@acm.org |
| 1896 | L: openipmi-developer@lists.sourceforge.net |
| 1897 | W: http://openipmi.sourceforge.net/ |
| 1898 | S: Supported |
| 1899 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1900 | IPX NETWORK LAYER |
| 1901 | P: Arnaldo Carvalho de Melo |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 1902 | M: acme@ghostprotocols.net |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 1903 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1904 | S: Maintained |
| 1905 | |
| 1906 | IRDA SUBSYSTEM |
Samuel Ortiz | f353976 | 2006-05-09 15:24:49 -0700 | [diff] [blame] | 1907 | P: Samuel Ortiz |
| 1908 | M: samuel@sortiz.org |
Olaf Hering | a2ac953 | 2005-07-12 13:58:35 -0700 | [diff] [blame] | 1909 | L: irda-users@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1910 | W: http://irda.sourceforge.net/ |
Samuel Ortiz | f353976 | 2006-05-09 15:24:49 -0700 | [diff] [blame] | 1911 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1912 | |
| 1913 | ISAPNP |
| 1914 | P: Jaroslav Kysela |
| 1915 | M: perex@suse.cz |
| 1916 | S: Maintained |
| 1917 | |
| 1918 | ISDN SUBSYSTEM |
| 1919 | P: Karsten Keil |
| 1920 | M: kkeil@suse.de |
| 1921 | P: Kai Germaschewski |
| 1922 | M: kai.germaschewski@gmx.de |
| 1923 | L: isdn4linux@listserv.isdn4linux.de |
| 1924 | W: http://www.isdn4linux.de |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 1925 | T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1926 | S: Maintained |
| 1927 | |
| 1928 | ISDN SUBSYSTEM (Eicon active card driver) |
| 1929 | P: Armin Schindler |
| 1930 | M: mac@melware.de |
| 1931 | L: isdn4linux@listserv.isdn4linux.de |
| 1932 | W: http://www.melware.de |
| 1933 | S: Maintained |
| 1934 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1935 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
| 1936 | P: David Woodhouse |
| 1937 | M: dwmw2@infradead.org |
| 1938 | L: jffs-dev@axis.com |
| 1939 | W: http://sources.redhat.com/jffs2/ |
| 1940 | S: Maintained |
| 1941 | |
| 1942 | JFS FILESYSTEM |
| 1943 | P: Dave Kleikamp |
| 1944 | M: shaggy@austin.ibm.com |
| 1945 | L: jfs-discussion@lists.sourceforge.net |
| 1946 | W: http://jfs.sourceforge.net/ |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 1947 | T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1948 | S: Supported |
| 1949 | |
Josh Triplett | de456d3 | 2006-07-30 03:04:00 -0700 | [diff] [blame] | 1950 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
Theodore Tso | ae0718f | 2006-05-20 15:00:13 -0700 | [diff] [blame] | 1951 | P: Stephen Tweedie, Andrew Morton |
Simon Horman | 588cc70 | 2007-02-20 13:58:06 -0800 | [diff] [blame] | 1952 | M: sct@redhat.com, akpm@linux-foundation.org |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 1953 | L: linux-ext4@vger.kernel.org |
Theodore Tso | ae0718f | 2006-05-20 15:00:13 -0700 | [diff] [blame] | 1954 | S: Maintained |
| 1955 | |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 1956 | K8TEMP HARDWARE MONITORING DRIVER |
| 1957 | P: Rudolf Marek |
| 1958 | M: r.marek@assembler.cz |
| 1959 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1960 | S: Maintained |
| 1961 | |
| 1962 | KCONFIG |
| 1963 | P: Roman Zippel |
| 1964 | M: zippel@linux-m68k.org |
| 1965 | L: kbuild-devel@lists.sourceforge.net |
| 1966 | S: Maintained |
| 1967 | |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 1968 | KDUMP |
| 1969 | P: Vivek Goyal |
| 1970 | M: vgoyal@in.ibm.com |
| 1971 | P: Haren Myneni |
| 1972 | M: hbabu@us.ibm.com |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 1973 | L: fastboot@lists.linux-foundation.org |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 1974 | L: linux-kernel@vger.kernel.org |
| 1975 | W: http://lse.sourceforge.net/kdump/ |
| 1976 | S: Maintained |
| 1977 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1978 | KERNEL AUTOMOUNTER (AUTOFS) |
| 1979 | P: H. Peter Anvin |
| 1980 | M: hpa@zytor.com |
| 1981 | L: autofs@linux.kernel.org |
| 1982 | S: Odd Fixes |
| 1983 | |
| 1984 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
| 1985 | P: Ian Kent |
| 1986 | M: raven@themaw.net |
| 1987 | L: autofs@linux.kernel.org |
| 1988 | S: Maintained |
| 1989 | |
| 1990 | KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) |
| 1991 | P: Kai Germaschewski |
| 1992 | M: kai@germaschewski.name |
| 1993 | P: Sam Ravnborg |
| 1994 | M: sam@ravnborg.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1995 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 1996 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1997 | |
| 1998 | KERNEL JANITORS |
| 1999 | P: Several |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 2000 | L: kernel-janitors@lists.linux-foundation.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2001 | W: http://www.kerneljanitors.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2002 | S: Maintained |
| 2003 | |
| 2004 | KERNEL NFSD |
| 2005 | P: Neil Brown |
NeilBrown | 98fac23 | 2007-01-26 00:56:57 -0800 | [diff] [blame] | 2006 | M: neilb@suse.de |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2007 | L: nfs@lists.sourceforge.net |
| 2008 | W: http://nfs.sourceforge.net/ |
NeilBrown | 98fac23 | 2007-01-26 00:56:57 -0800 | [diff] [blame] | 2009 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2010 | |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 2011 | KERNEL VIRTUAL MACHINE (KVM) |
| 2012 | P: Avi Kivity |
| 2013 | M: avi@qumranet.com |
| 2014 | L: kvm-devel@lists.sourceforge.net |
| 2015 | W: kvm.sourceforge.net |
| 2016 | S: Supported |
| 2017 | |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 2018 | KEXEC |
| 2019 | P: Eric Biederman |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 2020 | M: ebiederm@xmission.com |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 2021 | W: http://www.xmission.com/~ebiederm/files/kexec/ |
| 2022 | L: linux-kernel@vger.kernel.org |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 2023 | L: fastboot@lists.linux-foundation.org |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 2024 | S: Maintained |
| 2025 | |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 2026 | KPROBES |
| 2027 | P: Prasanna S Panchamukhi |
| 2028 | M: prasanna@in.ibm.com |
| 2029 | P: Ananth N Mavinakayanahalli |
| 2030 | M: ananth@in.ibm.com |
| 2031 | P: Anil S Keshavamurthy |
| 2032 | M: anil.s.keshavamurthy@intel.com |
| 2033 | P: David S. Miller |
| 2034 | M: davem@davemloft.net |
| 2035 | L: linux-kernel@vger.kernel.org |
| 2036 | S: Maintained |
| 2037 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 2038 | KS0108 LCD CONTROLLER DRIVER |
| 2039 | P: Miguel Ojeda Sandonis |
| 2040 | M: maxextreme@gmail.com |
| 2041 | L: linux-kernel@vger.kernel.org |
| 2042 | S: Maintained |
| 2043 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2044 | LAPB module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2045 | L: linux-x25@vger.kernel.org |
David S. Miller | bf9915c | 2006-07-21 14:55:17 -0700 | [diff] [blame] | 2046 | S: Orphan |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2047 | |
| 2048 | LASI 53c700 driver for PARISC |
| 2049 | P: James E.J. Bottomley |
| 2050 | M: James.Bottomley@HansenPartnership.com |
| 2051 | L: linux-scsi@vger.kernel.org |
| 2052 | S: Maintained |
| 2053 | |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 2054 | LED SUBSYSTEM |
| 2055 | P: Richard Purdie |
| 2056 | M: rpurdie@rpsys.net |
| 2057 | S: Maintained |
| 2058 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2059 | LEGO USB Tower driver |
| 2060 | P: Juergen Stuber |
| 2061 | M: starblue@users.sourceforge.net |
| 2062 | L: legousb-devel@lists.sourceforge.net |
| 2063 | W: http://legousb.sourceforge.net/ |
| 2064 | S: Maintained |
| 2065 | |
| 2066 | LINUX FOR IBM pSERIES (RS/6000) |
| 2067 | P: Paul Mackerras |
| 2068 | M: paulus@au.ibm.com |
| 2069 | W: http://www.ibm.com/linux/ltc/projects/ppc |
| 2070 | S: Supported |
| 2071 | |
| 2072 | LINUX FOR NCR VOYAGER |
| 2073 | P: James Bottomley |
| 2074 | M: James.Bottomley@HansenPartnership.com |
| 2075 | W: http://www.hansenpartnership.com/voyager |
| 2076 | S: Maintained |
| 2077 | |
| 2078 | LINUX FOR POWERPC |
| 2079 | P: Paul Mackerras |
| 2080 | M: paulus@samba.org |
| 2081 | W: http://www.penguinppc.org/ |
| 2082 | L: linuxppc-dev@ozlabs.org |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 2083 | T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2084 | S: Supported |
| 2085 | |
| 2086 | LINUX FOR POWER MACINTOSH |
| 2087 | P: Benjamin Herrenschmidt |
| 2088 | M: benh@kernel.crashing.org |
| 2089 | W: http://www.penguinppc.org/ |
| 2090 | L: linuxppc-dev@ozlabs.org |
| 2091 | S: Maintained |
| 2092 | |
| 2093 | LINUX FOR POWERPC EMBEDDED MPC52XX |
| 2094 | P: Sylvain Munaut |
| 2095 | M: tnt@246tNt.com |
| 2096 | W: http://www.246tNt.com/mpc52xx/ |
| 2097 | W: http://www.penguinppc.org/ |
| 2098 | L: linuxppc-dev@ozlabs.org |
| 2099 | L: linuxppc-embedded@ozlabs.org |
| 2100 | S: Maintained |
| 2101 | |
| 2102 | LINUX FOR POWERPC EMBEDDED PPC4XX |
| 2103 | P: Matt Porter |
| 2104 | M: mporter@kernel.crashing.org |
| 2105 | W: http://www.penguinppc.org/ |
| 2106 | L: linuxppc-embedded@ozlabs.org |
| 2107 | S: Maintained |
| 2108 | |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 2109 | LINUX FOR POWERPC BOOT CODE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | P: Tom Rini |
| 2111 | M: trini@kernel.crashing.org |
| 2112 | W: http://www.penguinppc.org/ |
| 2113 | L: linuxppc-embedded@ozlabs.org |
| 2114 | S: Maintained |
| 2115 | |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 2116 | LINUX FOR POWERPC EMBEDDED PPC8XX |
| 2117 | P: Marcelo Tosatti |
Marcelo Tosatti | 2e367a8 | 2006-05-15 09:44:08 -0700 | [diff] [blame] | 2118 | M: marcelo@kvack.org |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 2119 | W: http://www.penguinppc.org/ |
| 2120 | L: linuxppc-embedded@ozlabs.org |
| 2121 | S: Maintained |
| 2122 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2123 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2124 | P: Kumar Gala |
| 2125 | M: galak@kernel.crashing.org |
| 2126 | W: http://www.penguinppc.org/ |
| 2127 | L: linuxppc-embedded@ozlabs.org |
| 2128 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2129 | |
Olof Johansson | ab06ff3 | 2006-09-06 14:44:54 -0500 | [diff] [blame] | 2130 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
| 2131 | P: Olof Johansson |
| 2132 | M: olof@lixom.net |
| 2133 | W: http://www.pasemi.com/ |
| 2134 | L: linuxppc-dev@ozlabs.org |
| 2135 | S: Supported |
| 2136 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2137 | LLC (802.2) |
| 2138 | P: Arnaldo Carvalho de Melo |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 2139 | M: acme@ghostprotocols.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2140 | S: Maintained |
| 2141 | |
| 2142 | LINUX FOR 64BIT POWERPC |
| 2143 | P: Paul Mackerras |
| 2144 | M: paulus@samba.org |
| 2145 | M: paulus@au.ibm.com |
| 2146 | P: Anton Blanchard |
| 2147 | M: anton@samba.org |
| 2148 | M: anton@au.ibm.com |
Arthur Othieno | 6d923f9 | 2006-05-19 06:22:23 -0400 | [diff] [blame] | 2149 | W: http://www.penguinppc.org/ppc64/ |
Stephen Rothwell | 1d04981 | 2006-03-22 11:26:58 +1100 | [diff] [blame] | 2150 | L: linuxppc-dev@ozlabs.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2151 | S: Supported |
| 2152 | |
| 2153 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
| 2154 | P: Chris Wright |
Chris Wright | 692a206 | 2006-03-11 03:27:19 -0800 | [diff] [blame] | 2155 | M: chrisw@sous-sol.org |
Chris Wright | 1a4520b | 2006-03-11 03:27:20 -0800 | [diff] [blame] | 2156 | L: linux-security-module@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2157 | W: http://lsm.immunix.org |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 2158 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2159 | S: Supported |
| 2160 | |
| 2161 | LM83 HARDWARE MONITOR DRIVER |
| 2162 | P: Jean Delvare |
| 2163 | M: khali@linux-fr.org |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 2164 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2165 | S: Maintained |
| 2166 | |
| 2167 | LM90 HARDWARE MONITOR DRIVER |
| 2168 | P: Jean Delvare |
| 2169 | M: khali@linux-fr.org |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 2170 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2171 | S: Maintained |
| 2172 | |
| 2173 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks) |
| 2174 | P: Richard Russon (FlatCap) |
| 2175 | M: ldm@flatcap.org |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 2176 | L: ldm-devel@lists.sourceforge.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2177 | W: http://ldm.sourceforge.net |
| 2178 | S: Maintained |
| 2179 | |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 2180 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
| 2181 | P: Eric Moore |
Eric Moore | d8a82d7 | 2006-12-29 16:47:43 -0800 | [diff] [blame] | 2182 | M: Eric.Moore@lsi.com |
| 2183 | M: support@lsi.com |
| 2184 | L: mpt_linux_developer@lsi.com |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 2185 | L: linux-scsi@vger.kernel.org |
| 2186 | W: http://www.lsilogic.com/support |
| 2187 | S: Supported |
| 2188 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2189 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
| 2190 | P: Matthew Wilcox |
| 2191 | M: matthew@wil.cx |
| 2192 | L: linux-scsi@vger.kernel.org |
| 2193 | S: Maintained |
| 2194 | |
| 2195 | M68K ARCHITECTURE |
| 2196 | P: Geert Uytterhoeven |
| 2197 | M: geert@linux-m68k.org |
| 2198 | P: Roman Zippel |
| 2199 | M: zippel@linux-m68k.org |
| 2200 | L: linux-m68k@lists.linux-m68k.org |
| 2201 | W: http://www.linux-m68k.org/ |
| 2202 | W: http://linux-m68k-cvs.ubb.ca/ |
| 2203 | S: Maintained |
| 2204 | |
| 2205 | M68K ON APPLE MACINTOSH |
| 2206 | P: Joshua Thompson |
| 2207 | M: funaho@jurai.org |
| 2208 | W: http://www.mac.linux-m68k.org/ |
| 2209 | L: linux-mac68k@mac.linux-m68k.org |
| 2210 | S: Maintained |
| 2211 | |
| 2212 | M68K ON HP9000/300 |
| 2213 | P: Philip Blundell |
| 2214 | M: philb@gnu.org |
| 2215 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
| 2216 | S: Maintained |
| 2217 | |
| 2218 | MARVELL YUKON / SYSKONNECT DRIVER |
| 2219 | P: Mirko Lindner |
| 2220 | M: mlindner@syskonnect.de |
| 2221 | P: Ralph Roesler |
| 2222 | M: rroesler@syskonnect.de |
| 2223 | W: http://www.syskonnect.com |
| 2224 | S: Supported |
| 2225 | |
Michael Kerrisk | faf1668 | 2005-07-31 22:34:47 -0700 | [diff] [blame] | 2226 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2227 | P: Michael Kerrisk |
| 2228 | M: mtk-manpages@gmx.net |
| 2229 | W: ftp://ftp.kernel.org/pub/linux/docs/manpages |
| 2230 | S: Maintained |
Michael Kerrisk | faf1668 | 2005-07-31 22:34:47 -0700 | [diff] [blame] | 2231 | |
Dale Farnsworth | b60d697 | 2006-01-16 16:45:45 -0700 | [diff] [blame] | 2232 | MARVELL MV643XX ETHERNET DRIVER |
| 2233 | P: Dale Farnsworth |
| 2234 | M: dale@farnsworth.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2235 | P: Manish Lachwani |
Dale Farnsworth | b60d697 | 2006-01-16 16:45:45 -0700 | [diff] [blame] | 2236 | M: mlachwani@mvista.com |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2237 | L: netdev@vger.kernel.org |
Dale Farnsworth | b60d697 | 2006-01-16 16:45:45 -0700 | [diff] [blame] | 2238 | S: Odd Fixes for 2.4; Maintained for 2.6. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2239 | |
| 2240 | MATROX FRAMEBUFFER DRIVER |
| 2241 | P: Petr Vandrovec |
| 2242 | M: vandrove@vc.cvut.cz |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 2243 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2244 | S: Maintained |
| 2245 | |
Kolli, Neela Syam | 757e010 | 2005-10-14 15:59:13 -0700 | [diff] [blame] | 2246 | MEGARAID SCSI DRIVERS |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2247 | P: Neela Syam Kolli |
| 2248 | M: Neela.Kolli@engenio.com |
| 2249 | S: linux-scsi@vger.kernel.org |
| 2250 | W: http://megaraid.lsilogic.com |
| 2251 | S: Maintained |
Kolli, Neela Syam | 757e010 | 2005-10-14 15:59:13 -0700 | [diff] [blame] | 2252 | |
Steven Rostedt | 70ea91f | 2006-07-30 03:03:53 -0700 | [diff] [blame] | 2253 | MEMORY MANAGEMENT |
| 2254 | L: linux-mm@kvack.org |
| 2255 | L: linux-kernel@vger.kernel.org |
| 2256 | W: http://www.linux-mm.org |
| 2257 | S: Maintained |
| 2258 | |
David Woodhouse | f4e9ce66c | 2006-04-11 19:29:07 -0400 | [diff] [blame] | 2259 | MEMORY TECHNOLOGY DEVICES (MTD) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | P: David Woodhouse |
| 2261 | M: dwmw2@infradead.org |
| 2262 | W: http://www.linux-mtd.infradead.org/ |
| 2263 | L: linux-mtd@lists.infradead.org |
David Woodhouse | f4e9ce66c | 2006-04-11 19:29:07 -0400 | [diff] [blame] | 2264 | T: git git://git.infradead.org/mtd-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2265 | S: Maintained |
| 2266 | |
Artem Bityutskiy | 4857640 | 2007-02-13 17:11:10 +0200 | [diff] [blame] | 2267 | UNSORTED BLOCK IMAGES (UBI) |
| 2268 | P: Artem Bityutskiy |
| 2269 | M: dedekind@infradead.org |
| 2270 | W: http://www.linux-mtd.infradead.org/ |
| 2271 | L: linux-mtd@lists.infradead.org |
| 2272 | T: git git://git.infradead.org/ubi-2.6.git |
| 2273 | S: Maintained |
| 2274 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2275 | MICROTEK X6 SCANNER |
| 2276 | P: Oliver Neukum |
| 2277 | M: oliver@neukum.name |
| 2278 | S: Maintained |
| 2279 | |
| 2280 | MIPS |
| 2281 | P: Ralf Baechle |
| 2282 | M: ralf@linux-mips.org |
Ralf Baechle | d50f7ec | 2005-10-04 13:30:10 +0100 | [diff] [blame] | 2283 | W: http://www.linux-mips.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2284 | L: linux-mips@linux-mips.org |
Ralf Baechle | 7425b34 | 2006-03-10 13:47:21 +0000 | [diff] [blame] | 2285 | T: git www.linux-mips.org:/pub/scm/linux.git |
| 2286 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2287 | |
| 2288 | MISCELLANEOUS MCA-SUPPORT |
| 2289 | P: James Bottomley |
| 2290 | M: jejb@steeleye.com |
| 2291 | L: linux-kernel@vger.kernel.org |
| 2292 | S: Maintained |
| 2293 | |
| 2294 | MODULE SUPPORT |
| 2295 | P: Rusty Russell |
| 2296 | M: rusty@rustcorp.com.au |
| 2297 | L: linux-kernel@vger.kernel.org |
| 2298 | S: Maintained |
| 2299 | |
| 2300 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER |
| 2301 | P: Stelian Pop |
| 2302 | M: stelian@popies.net |
| 2303 | W: http://popies.net/meye/ |
| 2304 | S: Maintained |
| 2305 | |
| 2306 | MOUSE AND MISC DEVICES [GENERAL] |
| 2307 | P: Alessandro Rubini |
| 2308 | M: rubini@ipvvis.unipv.it |
| 2309 | L: linux-kernel@vger.kernel.org |
| 2310 | S: Maintained |
| 2311 | |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 2312 | MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0) |
| 2313 | P: Jiri Slaby |
| 2314 | M: jirislaby@gmail.com |
| 2315 | L: linux-kernel@vger.kernel.org |
| 2316 | S: Maintained |
| 2317 | |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 2318 | MSI LAPTOP SUPPORT |
| 2319 | P: Lennart Poettering |
| 2320 | M: mzxreary@0pointer.de |
| 2321 | L: https://tango.0pointer.de/mailman/listinfo/s270-linux |
| 2322 | W: http://0pointer.de/lennart/tchibo.html |
| 2323 | S: Maintained |
| 2324 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2325 | MTRR AND SIMILAR SUPPORT [i386] |
| 2326 | P: Richard Gooch |
| 2327 | M: rgooch@atnf.csiro.au |
| 2328 | L: linux-kernel@vger.kernel.org |
| 2329 | W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html |
| 2330 | S: Maintained |
| 2331 | |
Pierre Ossman | b9f5d80 | 2006-10-17 00:09:30 -0700 | [diff] [blame] | 2332 | MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM |
| 2333 | P: Pierre Ossman |
| 2334 | M: drzeus-mmc@drzeus.cx |
| 2335 | L: linux-kernel@vger.kernel.org |
| 2336 | S: Maintained |
Russell King | baca2da | 2006-06-04 17:36:31 +0100 | [diff] [blame] | 2337 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2338 | MULTISOUND SOUND DRIVER |
| 2339 | P: Andrew Veliath |
| 2340 | M: andrewtv@usa.net |
| 2341 | S: Maintained |
| 2342 | |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 2343 | MULTITECH MULTIPORT CARD (ISICOM) |
| 2344 | P: Jiri Slaby |
| 2345 | M: jirislaby@gmail.com |
| 2346 | L: linux-kernel@vger.kernel.org |
| 2347 | S: Maintained |
| 2348 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2349 | NATSEMI ETHERNET DRIVER (DP8381x) |
| 2350 | P: Tim Hockin |
| 2351 | M: thockin@hockin.org |
| 2352 | S: Maintained |
| 2353 | |
| 2354 | NCP FILESYSTEM |
| 2355 | P: Petr Vandrovec |
| 2356 | M: vandrove@vc.cvut.cz |
| 2357 | L: linware@sh.cvut.cz |
| 2358 | S: Maintained |
| 2359 | |
| 2360 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
| 2361 | P: James E.J. Bottomley |
| 2362 | M: James.Bottomley@HansenPartnership.com |
| 2363 | L: linux-scsi@vger.kernel.org |
| 2364 | S: Maintained |
| 2365 | |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 2366 | NETEM NETWORK EMULATOR |
| 2367 | P: Stephen Hemminger |
Stephen Hemminger | 65ebe634 | 2007-01-23 11:38:57 -0800 | [diff] [blame] | 2368 | M: shemminger@linux-foundation.org |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 2369 | L: netem@lists.linux-foundation.org |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 2370 | S: Maintained |
| 2371 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2372 | NETFILTER/IPTABLES/IPCHAINS |
| 2373 | P: Rusty Russell |
| 2374 | P: Marc Boucher |
| 2375 | P: James Morris |
| 2376 | P: Harald Welte |
| 2377 | P: Jozsef Kadlecsik |
Patrick McHardy | 82b9854 | 2006-10-12 14:08:55 -0700 | [diff] [blame] | 2378 | P: Patrick McHardy |
| 2379 | M: kaber@trash.net |
| 2380 | L: netfilter-devel@lists.netfilter.org |
Randy Dunlap | 24a1dec | 2007-01-28 15:54:42 -0800 | [diff] [blame] | 2381 | L: netfilter@lists.netfilter.org (subscribers-only) |
Patrick McHardy | 82b9854 | 2006-10-12 14:08:55 -0700 | [diff] [blame] | 2382 | L: coreteam@netfilter.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2383 | W: http://www.netfilter.org/ |
| 2384 | W: http://www.iptables.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2385 | S: Supported |
| 2386 | |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 2387 | NETLABEL |
| 2388 | P: Paul Moore |
| 2389 | M: paul.moore@hp.com |
| 2390 | W: http://netlabel.sf.net |
| 2391 | L: netdev@vger.kernel.org |
| 2392 | S: Supported |
| 2393 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2394 | NETROM NETWORK LAYER |
| 2395 | P: Ralf Baechle |
| 2396 | M: ralf@linux-mips.org |
| 2397 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 2398 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2399 | S: Maintained |
| 2400 | |
Pavel Machek | 5ddb88c | 2006-09-29 02:01:29 -0700 | [diff] [blame] | 2401 | NETWORK BLOCK DEVICE (NBD) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2402 | P: Paul Clements |
| 2403 | M: Paul.Clements@steeleye.com |
| 2404 | S: Maintained |
| 2405 | |
| 2406 | NETWORK DEVICE DRIVERS |
| 2407 | P: Andrew Morton |
Simon Horman | 588cc70 | 2007-02-20 13:58:06 -0800 | [diff] [blame] | 2408 | M: akpm@linux-foundation.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2409 | P: Jeff Garzik |
| 2410 | M: jgarzik@pobox.com |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2411 | L: netdev@vger.kernel.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 2412 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2413 | S: Maintained |
| 2414 | |
| 2415 | NETWORKING [GENERAL] |
| 2416 | P: Networking Team |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2417 | M: netdev@vger.kernel.org |
| 2418 | L: netdev@vger.kernel.org |
David S. Miller | f1465f7 | 2006-03-27 23:28:44 -0800 | [diff] [blame] | 2419 | W: http://linux-net.osdl.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2420 | S: Maintained |
| 2421 | |
| 2422 | NETWORKING [IPv4/IPv6] |
| 2423 | P: David S. Miller |
| 2424 | M: davem@davemloft.net |
| 2425 | P: Alexey Kuznetsov |
| 2426 | M: kuznet@ms2.inr.ac.ru |
| 2427 | P: Pekka Savola (ipv6) |
| 2428 | M: pekkas@netcore.fi |
| 2429 | P: James Morris |
James Morris | 48de5be | 2005-08-08 10:29:08 -0400 | [diff] [blame] | 2430 | M: jmorris@namei.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2431 | P: Hideaki YOSHIFUJI |
| 2432 | M: yoshfuji@linux-ipv6.org |
| 2433 | P: Patrick McHardy |
| 2434 | M: kaber@coreworks.de |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2435 | L: netdev@vger.kernel.org |
John W. Linville | d5ca311 | 2006-01-18 14:52:18 -0800 | [diff] [blame] | 2436 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2437 | S: Maintained |
| 2438 | |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 2439 | NETWORKING [WIRELESS] |
| 2440 | P: John W. Linville |
| 2441 | M: linville@tuxdriver.com |
Randy Dunlap | 2cb4abd | 2007-02-07 15:52:36 -0800 | [diff] [blame] | 2442 | L: linux-wireless@vger.kernel.org |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 2443 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
| 2444 | S: Maintained |
| 2445 | |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 2446 | NETXEN (1/10) GbE SUPPORT |
| 2447 | P: Amit S. Kale |
| 2448 | M: amitkale@netxen.com |
| 2449 | L: netdev@vger.kernel.org |
| 2450 | W: http://www.netxen.com |
| 2451 | S: Supported |
| 2452 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2453 | IPVS |
| 2454 | P: Wensong Zhang |
| 2455 | M: wensong@linux-vs.org |
Horms | 9d30c17 | 2005-09-29 19:47:06 -0700 | [diff] [blame] | 2456 | P: Simon Horman |
| 2457 | M: horms@verge.net.au |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2458 | P: Julian Anastasov |
| 2459 | M: ja@ssi.bg |
Horms | 9d30c17 | 2005-09-29 19:47:06 -0700 | [diff] [blame] | 2460 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2461 | S: Maintained |
| 2462 | |
| 2463 | NFS CLIENT |
| 2464 | P: Trond Myklebust |
| 2465 | M: trond.myklebust@fys.uio.no |
| 2466 | L: linux-kernel@vger.kernel.org |
| 2467 | S: Maintained |
| 2468 | |
| 2469 | NI5010 NETWORK DRIVER |
Andreas Mohr | 5b552b1 | 2006-06-30 02:25:07 -0700 | [diff] [blame] | 2470 | P: Jan-Pascal van Best |
| 2471 | M: janpascal@vanbest.org |
| 2472 | P: Andreas Mohr |
| 2473 | M: andi@lisas.de |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2474 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2475 | S: Maintained |
| 2476 | |
| 2477 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
| 2478 | P: YOKOTA Hiroshi |
| 2479 | M: yokota@netlab.is.tsukuba.ac.jp |
| 2480 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
| 2481 | S: Maintained |
| 2482 | |
| 2483 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER |
| 2484 | P: GOTO Masanori |
| 2485 | M: gotom@debian.or.jp |
| 2486 | P: YOKOTA Hiroshi |
| 2487 | M: yokota@netlab.is.tsukuba.ac.jp |
| 2488 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
| 2489 | S: Maintained |
| 2490 | |
| 2491 | NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility) |
| 2492 | P: Eberhard Moenkeberg |
| 2493 | M: emoenke@gwdg.de |
| 2494 | L: linux-kernel@vger.kernel.org |
| 2495 | S: Maintained |
| 2496 | |
| 2497 | NTFS FILESYSTEM |
| 2498 | P: Anton Altaparmakov |
| 2499 | M: aia21@cantab.net |
| 2500 | L: linux-ntfs-dev@lists.sourceforge.net |
| 2501 | L: linux-kernel@vger.kernel.org |
| 2502 | W: http://linux-ntfs.sf.net/ |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 2503 | T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2504 | S: Maintained |
| 2505 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2506 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2507 | P: Antonino Daplas |
Antonino A. Daplas | 0478e62 | 2007-02-28 20:12:37 -0800 | [diff] [blame] | 2508 | M: adaplas@gmail.com |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 2509 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2510 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2511 | |
Peter Korsgaard | 1ded969 | 2006-06-12 21:40:53 +0200 | [diff] [blame] | 2512 | OPENCORES I2C BUS DRIVER |
| 2513 | P: Peter Korsgaard |
| 2514 | M: jacmet@sunsite.dk |
Jean Delvare | 5d925fe | 2006-07-01 17:14:32 +0200 | [diff] [blame] | 2515 | L: i2c@lm-sensors.org |
Peter Korsgaard | 1ded969 | 2006-06-12 21:40:53 +0200 | [diff] [blame] | 2516 | S: Maintained |
| 2517 | |
Mark Fasheh | ccd979b | 2005-12-15 14:31:24 -0800 | [diff] [blame] | 2518 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
| 2519 | P: Mark Fasheh |
| 2520 | M: mark.fasheh@oracle.com |
| 2521 | P: Kurt Hackel |
| 2522 | M: kurt.hackel@oracle.com |
| 2523 | L: ocfs2-devel@oss.oracle.com |
| 2524 | W: http://oss.oracle.com/projects/ocfs2/ |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 2525 | S: Supported |
Mark Fasheh | ccd979b | 2005-12-15 14:31:24 -0800 | [diff] [blame] | 2526 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2527 | OLYMPIC NETWORK DRIVER |
| 2528 | P: Peter De Shrijver |
| 2529 | M: p2@ace.ulyssis.student.kuleuven.ac.be |
| 2530 | P: Mike Phillips |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 2531 | M: mikep@linuxtr.net |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2532 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2533 | L: linux-tr@linuxtr.net |
| 2534 | W: http://www.linuxtr.net |
| 2535 | S: Maintained |
| 2536 | |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 2537 | OMNIKEY CARDMAN 4000 DRIVER |
| 2538 | P: Harald Welte |
| 2539 | M: laforge@gnumonks.org |
| 2540 | S: Maintained |
| 2541 | |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 2542 | OMNIKEY CARDMAN 4040 DRIVER |
| 2543 | P: Harald Welte |
| 2544 | M: laforge@gnumonks.org |
| 2545 | S: Maintained |
| 2546 | |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 2547 | OMNIVISION OV7670 SENSOR DRIVER |
| 2548 | P: Jonathan Corbet |
| 2549 | M: corbet@lwn.net |
| 2550 | L: video4linux-list@redhat.com |
| 2551 | S: Maintained |
| 2552 | |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 2553 | ONENAND FLASH DRIVER |
| 2554 | P: Kyungmin Park |
| 2555 | M: kyungmin.park@samsung.com |
| 2556 | L: linux-mtd@lists.infradead.org |
| 2557 | S: Maintained |
| 2558 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2559 | ONSTREAM SCSI TAPE DRIVER |
| 2560 | P: Willem Riede |
| 2561 | M: osst@riede.org |
| 2562 | L: osst-users@lists.sourceforge.net |
| 2563 | L: linux-scsi@vger.kernel.org |
| 2564 | S: Maintained |
| 2565 | |
| 2566 | OPL3-SA2, SA3, and SAx DRIVER |
| 2567 | P: Zwane Mwaikambo |
Zwane Mwaikambo | 3c7bf1e | 2005-08-18 11:24:07 -0700 | [diff] [blame] | 2568 | M: zwane@arm.linux.org.uk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2569 | L: linux-sound@vger.kernel.org |
| 2570 | S: Maintained |
| 2571 | |
| 2572 | OPROFILE |
| 2573 | P: Philippe Elie |
| 2574 | M: phil.el@wanadoo.fr |
| 2575 | L: oprofile-list@lists.sf.net |
| 2576 | S: Maintained |
| 2577 | |
| 2578 | ORINOCO DRIVER |
| 2579 | P: Pavel Roskin |
| 2580 | M: proski@gnu.org |
| 2581 | P: David Gibson |
| 2582 | M: hermes@gibson.dropbear.id.au |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2583 | L: linux-wireless@vger.kernel.org |
Pavel Roskin | ecffdde | 2005-05-05 16:16:01 -0700 | [diff] [blame] | 2584 | L: orinoco-users@lists.sourceforge.net |
| 2585 | L: orinoco-devel@lists.sourceforge.net |
| 2586 | W: http://www.nongnu.org/orinoco/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2587 | S: Maintained |
| 2588 | |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 2589 | PA SEMI ETHERNET DRIVER |
| 2590 | P: Olof Johansson |
| 2591 | M: olof@lixom.net |
| 2592 | L: netdev@vger.kernel.org |
| 2593 | S: Maintained |
| 2594 | |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 2595 | PA SEMI SMBUS DRIVER |
| 2596 | P: Olof Johansson |
| 2597 | M: olof@lixom.net |
| 2598 | L: i2c@lm-sensors.org |
| 2599 | S: Maintained |
| 2600 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2601 | PARALLEL PORT SUPPORT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2602 | L: linux-parport@lists.infradead.org |
David Brownell | 5fdc2ab | 2007-03-05 00:30:13 -0800 | [diff] [blame] | 2603 | S: Orphan |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2604 | |
| 2605 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
| 2606 | P: Tim Waugh |
| 2607 | M: tim@cyberelk.net |
| 2608 | L: linux-parport@lists.infradead.org |
| 2609 | W: http://www.torque.net/linux-pp.html |
| 2610 | S: Maintained |
| 2611 | |
| 2612 | PARISC ARCHITECTURE |
| 2613 | P: Matthew Wilcox |
| 2614 | M: matthew@wil.cx |
| 2615 | P: Grant Grundler |
| 2616 | M: grundler@parisc-linux.org |
Kyle McMartin | 223232d | 2006-04-21 16:54:23 -0400 | [diff] [blame] | 2617 | P: Kyle McMartin |
| 2618 | M: kyle@parisc-linux.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2619 | L: parisc-linux@parisc-linux.org |
| 2620 | W: http://www.parisc-linux.org/ |
Kyle McMartin | 223232d | 2006-04-21 16:54:23 -0400 | [diff] [blame] | 2621 | T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
| 2622 | T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2623 | S: Maintained |
| 2624 | |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 2625 | PC87360 HARDWARE MONITORING DRIVER |
| 2626 | P: Jim Cromie |
| 2627 | M: jim.cromie@gmail.com |
| 2628 | L: lm-sensors@lm-sensors.org |
| 2629 | S: Maintained |
| 2630 | |
| 2631 | PC8736x GPIO DRIVER |
| 2632 | P: Jim Cromie |
| 2633 | M: jim.cromie@gmail.com |
| 2634 | S: Maintained |
| 2635 | |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 2636 | PCI ERROR RECOVERY |
| 2637 | P: Linas Vepstas |
| 2638 | M: linas@austin.ibm.com |
| 2639 | L: linux-kernel@vger.kernel.org |
| 2640 | L: linux-pci@atrey.karlin.mff.cuni.cz |
| 2641 | S: Supported |
| 2642 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2643 | PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) |
| 2644 | P: Thomas Sailer |
| 2645 | M: sailer@ife.ee.ethz.ch |
| 2646 | L: linux-sound@vger.kernel.org |
| 2647 | W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html |
| 2648 | S: Maintained |
| 2649 | |
| 2650 | PCI SUBSYSTEM |
| 2651 | P: Greg Kroah-Hartman |
| 2652 | M: gregkh@suse.de |
| 2653 | L: linux-kernel@vger.kernel.org |
| 2654 | L: linux-pci@atrey.karlin.mff.cuni.cz |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 2655 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2656 | S: Supported |
| 2657 | |
| 2658 | PCI HOTPLUG CORE |
Kristen Carlson Accardi | fb5f4d7 | 2006-09-29 10:30:27 -0700 | [diff] [blame] | 2659 | P: Kristen Carlson Accardi |
| 2660 | M: kristen.c.accardi@intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2661 | S: Supported |
| 2662 | |
| 2663 | PCI HOTPLUG COMPAQ DRIVER |
| 2664 | P: Greg Kroah-Hartman |
| 2665 | M: greg@kroah.com |
| 2666 | S: Maintained |
| 2667 | |
Kristen Accardi | 8cf4c19 | 2005-08-16 15:16:10 -0700 | [diff] [blame] | 2668 | PCIE HOTPLUG DRIVER |
| 2669 | P: Kristen Carlson Accardi |
| 2670 | M: kristen.c.accardi@intel.com |
| 2671 | L: pcihpd-discuss@lists.sourceforge.net |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 2672 | S: Supported |
Kristen Accardi | 8cf4c19 | 2005-08-16 15:16:10 -0700 | [diff] [blame] | 2673 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2674 | PCMCIA SUBSYSTEM |
Dominik Brodowski | 4230dfc | 2005-07-07 17:59:06 -0700 | [diff] [blame] | 2675 | P: Linux PCMCIA Team |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 2676 | L: linux-pcmcia@lists.infradead.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2677 | L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 2678 | T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
Dominik Brodowski | 4230dfc | 2005-07-07 17:59:06 -0700 | [diff] [blame] | 2679 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2680 | |
| 2681 | PCNET32 NETWORK DRIVER |
pcnet32@verizon.net | 04ce094 | 2007-02-16 10:07:12 -0600 | [diff] [blame] | 2682 | P: Don Fry |
| 2683 | M: pcnet32@verizon.net |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2684 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2685 | S: Maintained |
| 2686 | |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 2687 | PER-TASK DELAY ACCOUNTING |
| 2688 | P: Shailabh Nagar |
| 2689 | M: nagar@watson.ibm.com |
| 2690 | L: linux-kernel@vger.kernel.org |
| 2691 | S: Maintained |
| 2692 | |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 2693 | PERSONALITY HANDLING |
| 2694 | P: Christoph Hellwig |
| 2695 | M: hch@infradead.org |
| 2696 | L: linux-abi-devel@lists.sourceforge.net |
| 2697 | S: Maintained |
| 2698 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2699 | PHRAM MTD DRIVER |
| 2700 | P: Jörn Engel |
| 2701 | M: joern@wh.fh-wedel.de |
| 2702 | L: linux-mtd@lists.infradead.org |
| 2703 | S: Maintained |
| 2704 | |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 2705 | PKTCDVD DRIVER |
| 2706 | P: Peter Osterlund |
| 2707 | M: petero2@telia.com |
| 2708 | L: linux-kernel@vger.kernel.org |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 2709 | S: Maintained |
| 2710 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2711 | POSIX CLOCKS and TIMERS |
| 2712 | P: George Anzinger |
| 2713 | M: george@mvista.com |
Horms | f1c3ddf | 2006-01-15 02:18:28 +0100 | [diff] [blame] | 2714 | L: linux-kernel@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2715 | S: Supported |
| 2716 | |
Eugene Surovegin | 2468297 | 2005-10-14 03:00:53 -0700 | [diff] [blame] | 2717 | POWERPC 4xx EMAC DRIVER |
| 2718 | P: Eugene Surovegin |
| 2719 | M: ebs@ebshome.net |
| 2720 | W: http://kernel.ebshome.net/emac/ |
| 2721 | L: linuxppc-embedded@ozlabs.org |
| 2722 | L: netdev@vger.kernel.org |
| 2723 | S: Maintained |
| 2724 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2725 | PNP SUPPORT |
| 2726 | P: Adam Belay |
| 2727 | M: ambx1@neo.rr.com |
| 2728 | S: Maintained |
| 2729 | |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 2730 | PNXxxxx I2C DRIVER |
| 2731 | P: Vitaly Wool |
| 2732 | M: vitalywool@gmail.com |
| 2733 | L: i2c@lm-sensors.org |
| 2734 | S: Maintained |
| 2735 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2736 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
| 2737 | P: Paul Mackerras |
| 2738 | M: paulus@samba.org |
| 2739 | L: linux-ppp@vger.kernel.org |
| 2740 | S: Maintained |
| 2741 | |
| 2742 | PPP OVER ATM (RFC 2364) |
| 2743 | P: Mitchell Blank Jr |
| 2744 | M: mitch@sfgoth.com |
| 2745 | S: Maintained |
| 2746 | |
| 2747 | PPP OVER ETHERNET |
| 2748 | P: Michal Ostrowski |
| 2749 | M: mostrows@speakeasy.net |
| 2750 | S: Maintained |
| 2751 | |
| 2752 | PREEMPTIBLE KERNEL |
| 2753 | P: Robert Love |
| 2754 | M: rml@tech9.net |
| 2755 | L: linux-kernel@vger.kernel.org |
| 2756 | L: kpreempt-tech@lists.sourceforge.net |
| 2757 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
| 2758 | S: Supported |
| 2759 | |
| 2760 | PRISM54 WIRELESS DRIVER |
| 2761 | P: Prism54 Development Team |
Michael Buesch | c10ca77 | 2006-12-15 21:32:44 +0100 | [diff] [blame] | 2762 | M: developers@islsm.org |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2763 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2764 | W: http://prism54.org |
| 2765 | S: Maintained |
| 2766 | |
| 2767 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER |
| 2768 | P: Peter Denison |
| 2769 | M: promise@pnd-pc.demon.co.uk |
| 2770 | W: http://www.pnd-pc.demon.co.uk/promise/ |
| 2771 | S: Maintained |
| 2772 | |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 2773 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
| 2774 | P: Mikael Pettersson |
| 2775 | M: mikpe@it.uu.se |
| 2776 | L: linux-ide@vger.kernel.org |
| 2777 | S: Maintained |
| 2778 | |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 2779 | PS3 PLATFORM SUPPORT |
| 2780 | P: Geoff Levand |
| 2781 | M: geoffrey.levand@am.sony.com |
| 2782 | L: linuxppc-dev@ozlabs.org |
| 2783 | L: cbe-oss-dev@ozlabs.org |
| 2784 | S: Supported |
| 2785 | |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 2786 | PVRUSB2 VIDEO4LINUX DRIVER |
| 2787 | P: Mike Isely |
| 2788 | M: isely@pobox.com |
Mike Isely | 16e9495 | 2007-01-03 18:08:06 -0300 | [diff] [blame] | 2789 | L: pvrusb2@isely.net (subscribers-only) |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 2790 | L: video4linux-list@redhat.com |
| 2791 | W: http://www.isely.net/pvrusb2/ |
| 2792 | S: Maintained |
| 2793 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2794 | PXA2xx SUPPORT |
| 2795 | P: Nicolas Pitre |
| 2796 | M: nico@cam.org |
Alexey Dobriyan | 70f09f1 | 2005-06-23 00:09:47 -0700 | [diff] [blame] | 2797 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2798 | S: Maintained |
| 2799 | |
| 2800 | QLOGIC QLA2XXX FC-SCSI DRIVER |
| 2801 | P: Andrew Vasquez |
Andrew Vasquez | 95e6a85 | 2006-03-14 14:41:04 -0800 | [diff] [blame] | 2802 | M: linux-driver@qlogic.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2803 | L: linux-scsi@vger.kernel.org |
| 2804 | S: Supported |
| 2805 | |
Ron Mercer | 5a4faa87 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 2806 | QLOGIC QLA3XXX NETWORK DRIVER |
| 2807 | P: Ron Mercer |
| 2808 | M: linux-driver@qlogic.com |
| 2809 | L: netdev@vger.kernel.org |
| 2810 | S: Supported |
| 2811 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2812 | QNX4 FILESYSTEM |
| 2813 | P: Anders Larsen |
| 2814 | M: al@alarsen.net |
| 2815 | L: linux-kernel@vger.kernel.org |
| 2816 | W: http://www.alarsen.net/linux/qnx4fs/ |
| 2817 | S: Maintained |
| 2818 | |
| 2819 | RADEON FRAMEBUFFER DISPLAY DRIVER |
Benjamin Herrenschmidt | 187a278 | 2005-04-16 15:26:40 -0700 | [diff] [blame] | 2820 | P: Benjamin Herrenschmidt |
| 2821 | M: benh@kernel.crashing.org |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 2822 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2823 | S: Maintained |
| 2824 | |
| 2825 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
Benjamin Herrenschmidt | 187a278 | 2005-04-16 15:26:40 -0700 | [diff] [blame] | 2826 | P: Paul Mackerras |
| 2827 | M: paulus@samba.org |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 2828 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2829 | S: Maintained |
| 2830 | |
| 2831 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
| 2832 | P: Corey Thomas |
| 2833 | M: corey@world.std.com |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2834 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2835 | S: Maintained |
| 2836 | |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 2837 | RANDOM NUMBER DRIVER |
| 2838 | P: Matt Mackall |
| 2839 | M: mpm@selenic.com |
| 2840 | S: Maintained |
| 2841 | |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 2842 | RAPIDIO SUBSYSTEM |
| 2843 | P: Matt Porter |
| 2844 | M: mporter@kernel.crashing.org |
| 2845 | L: linux-kernel@vger.kernel.org |
| 2846 | S: Maintained |
| 2847 | |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 2848 | READ-COPY UPDATE (RCU) |
| 2849 | P: Dipankar Sarma |
| 2850 | M: dipankar@in.ibm.com |
| 2851 | W: http://www.rdrop.com/users/paulmck/rclock/ |
| 2852 | L: linux-kernel@vger.kernel.org |
| 2853 | S: Supported |
| 2854 | |
| 2855 | RCUTORTURE MODULE |
| 2856 | P: Josh Triplett |
| 2857 | M: josh@freedesktop.org |
| 2858 | L: linux-kernel@vger.kernel.org |
| 2859 | S: Maintained |
| 2860 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2861 | REAL TIME CLOCK DRIVER |
| 2862 | P: Paul Gortmaker |
| 2863 | M: p_gortmaker@yahoo.com |
| 2864 | L: linux-kernel@vger.kernel.org |
| 2865 | S: Maintained |
| 2866 | |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 2867 | REAL TIME CLOCK (RTC) SUBSYSTEM |
| 2868 | P: Alessandro Zummo |
| 2869 | M: a.zummo@towertech.it |
Alessandro Zummo | 7646549 | 2006-12-10 02:19:06 -0800 | [diff] [blame] | 2870 | L: rtc-linux@googlegroups.com |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 2871 | S: Maintained |
| 2872 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2873 | REISERFS FILE SYSTEM |
| 2874 | P: Hans Reiser |
| 2875 | M: reiserfs-dev@namesys.com |
| 2876 | L: reiserfs-list@namesys.com |
| 2877 | W: http://www.namesys.com |
| 2878 | S: Supported |
| 2879 | |
| 2880 | ROCKETPORT DRIVER |
| 2881 | P: Comtrol Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2882 | W: http://www.comtrol.com |
| 2883 | S: Maintained |
| 2884 | |
| 2885 | ROSE NETWORK LAYER |
| 2886 | P: Ralf Baechle |
| 2887 | M: ralf@linux-mips.org |
| 2888 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 2889 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2890 | S: Maintained |
| 2891 | |
| 2892 | RISCOM8 DRIVER |
| 2893 | S: Orphan |
| 2894 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2895 | S3 SAVAGE FRAMEBUFFER DRIVER |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2896 | P: Antonino Daplas |
Antonino A. Daplas | 0478e62 | 2007-02-28 20:12:37 -0800 | [diff] [blame] | 2897 | M: adaplas@gmail.com |
Randy Dunlap | 5cd307c | 2006-12-08 02:41:01 -0800 | [diff] [blame] | 2898 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2899 | S: Maintained |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2900 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2901 | S390 |
| 2902 | P: Martin Schwidefsky |
| 2903 | M: schwidefsky@de.ibm.com |
Martin Schwidefsky | 8301425 | 2006-09-20 15:58:58 +0200 | [diff] [blame] | 2904 | P: Heiko Carstens |
| 2905 | M: heiko.carstens@de.ibm.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2906 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140c | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 2907 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 2908 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 2909 | S: Supported |
| 2910 | |
| 2911 | S390 NETWORK DRIVERS |
| 2912 | P: Frank Pavlic |
| 2913 | M: fpavlic@de.ibm.com |
| 2914 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140c | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 2915 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 2916 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 2917 | S: Supported |
| 2918 | |
| 2919 | S390 ZFCP DRIVER |
Swen Schillig | 9cbb889 | 2006-09-21 16:29:31 +0200 | [diff] [blame] | 2920 | P: Swen Schillig |
| 2921 | M: swen@vnet.ibm.com |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 2922 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140c | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 2923 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 2924 | W: http://www.ibm.com/developerworks/linux/linux390/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2925 | S: Supported |
| 2926 | |
| 2927 | SAA7146 VIDEO4LINUX-2 DRIVER |
| 2928 | P: Michael Hunold |
| 2929 | M: michael@mihu.de |
| 2930 | W: http://www.mihu.de/linux/saa7146 |
| 2931 | S: Maintained |
| 2932 | |
| 2933 | SBPCD CDROM DRIVER |
| 2934 | P: Eberhard Moenkeberg |
| 2935 | M: emoenke@gwdg.de |
| 2936 | L: linux-kernel@vger.kernel.org |
| 2937 | S: Maintained |
| 2938 | |
| 2939 | SC1200 WDT DRIVER |
| 2940 | P: Zwane Mwaikambo |
Zwane Mwaikambo | 3c7bf1e | 2005-08-18 11:24:07 -0700 | [diff] [blame] | 2941 | M: zwane@arm.linux.org.uk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2942 | S: Maintained |
| 2943 | |
| 2944 | SCHEDULER |
| 2945 | P: Ingo Molnar |
| 2946 | M: mingo@elte.hu |
| 2947 | P: Robert Love [the preemptible kernel bits] |
| 2948 | M: rml@tech9.net |
| 2949 | L: linux-kernel@vger.kernel.org |
| 2950 | S: Maintained |
| 2951 | |
| 2952 | SCSI CDROM DRIVER |
| 2953 | P: Jens Axboe |
Jens Axboe | 0fe2347 | 2006-09-04 15:41:16 +0200 | [diff] [blame] | 2954 | M: axboe@kernel.dk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2955 | L: linux-scsi@vger.kernel.org |
| 2956 | W: http://www.kernel.dk |
| 2957 | S: Maintained |
| 2958 | |
| 2959 | SCSI SG DRIVER |
| 2960 | P: Doug Gilbert |
| 2961 | M: dgilbert@interlog.com |
| 2962 | L: linux-scsi@vger.kernel.org |
| 2963 | W: http://www.torque.net/sg |
| 2964 | S: Maintained |
| 2965 | |
| 2966 | SCSI SUBSYSTEM |
| 2967 | P: James E.J. Bottomley |
| 2968 | M: James.Bottomley@SteelEye.com |
| 2969 | L: linux-scsi@vger.kernel.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 2970 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | S: Maintained |
| 2972 | |
| 2973 | SCSI TAPE DRIVER |
| 2974 | P: Kai Mäkisara |
| 2975 | M: Kai.Makisara@kolumbus.fi |
| 2976 | L: linux-scsi@vger.kernel.org |
| 2977 | S: Maintained |
| 2978 | |
| 2979 | SCTP PROTOCOL |
Sridhar Samudrala | 5f85813 | 2007-03-23 11:39:51 -0700 | [diff] [blame] | 2980 | P: Vlad Yasevich |
| 2981 | M: vladislav.yasevich@hp.com |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2982 | P: Sridhar Samudrala |
| 2983 | M: sri@us.ibm.com |
| 2984 | L: lksctp-developers@lists.sourceforge.net |
Sridhar Samudrala | 5f85813 | 2007-03-23 11:39:51 -0700 | [diff] [blame] | 2985 | W: http://lksctp.sourceforge.net |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2986 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2987 | |
| 2988 | SCx200 CPU SUPPORT |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 2989 | P: Jim Cromie |
| 2990 | M: jim.cromie@gmail.com |
| 2991 | S: Odd Fixes |
| 2992 | |
| 2993 | SCx200 GPIO DRIVER |
| 2994 | P: Jim Cromie |
| 2995 | M: jim.cromie@gmail.com |
| 2996 | S: Maintained |
| 2997 | |
| 2998 | SCx200 HRT CLOCKSOURCE DRIVER |
| 2999 | P: Jim Cromie |
| 3000 | M: jim.cromie@gmail.com |
| 3001 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3002 | |
| 3003 | SECURITY CONTACT |
| 3004 | P: Security Officers |
| 3005 | M: security@kernel.org |
| 3006 | S: Supported |
| 3007 | |
| 3008 | SELINUX SECURITY MODULE |
| 3009 | P: Stephen Smalley |
Stephen Smalley | 62cfe7e | 2006-02-04 23:27:42 -0800 | [diff] [blame] | 3010 | M: sds@tycho.nsa.gov |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3011 | P: James Morris |
James Morris | 48de5be | 2005-08-08 10:29:08 -0400 | [diff] [blame] | 3012 | M: jmorris@namei.org |
Stephen Smalley | 588a315 | 2007-02-23 09:20:09 -0500 | [diff] [blame] | 3013 | P: Eric Paris |
| 3014 | M: eparis@parisplace.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3015 | L: linux-kernel@vger.kernel.org (kernel issues) |
Stephen Smalley | 588a315 | 2007-02-23 09:20:09 -0500 | [diff] [blame] | 3016 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3017 | W: http://www.nsa.gov/selinux |
| 3018 | S: Supported |
| 3019 | |
| 3020 | SERIAL ATA (SATA) SUBSYSTEM: |
| 3021 | P: Jeff Garzik |
| 3022 | M: jgarzik@pobox.com |
| 3023 | L: linux-ide@vger.kernel.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 3024 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3025 | S: Supported |
| 3026 | |
| 3027 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER |
| 3028 | P: Pat Gefre |
| 3029 | M: pfg@sgi.com |
| 3030 | L: linux-ia64@vger.kernel.org |
| 3031 | S: Supported |
| 3032 | |
| 3033 | SGI VISUAL WORKSTATION 320 AND 540 |
| 3034 | P: Andrey Panin |
| 3035 | M: pazke@donpac.ru |
| 3036 | L: linux-visws-devel@lists.sf.net |
| 3037 | W: http://linux-visws.sf.net |
| 3038 | S: Maintained for 2.6. |
| 3039 | |
| 3040 | SIMTEC EB110ATX (Chalice CATS) |
| 3041 | P: Ben Dooks |
| 3042 | P: Vincent Sanders |
| 3043 | M: support@simtec.co.uk |
| 3044 | W: http://www.simtec.co.uk/products/EB110ATX/ |
| 3045 | S: Supported |
| 3046 | |
| 3047 | SIMTEC EB2410ITX (BAST) |
| 3048 | P: Ben Dooks |
| 3049 | P: Vincent Sanders |
| 3050 | M: support@simtec.co.uk |
| 3051 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
| 3052 | S: Supported |
| 3053 | |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 3054 | SIS 190 ETHERNET DRIVER |
| 3055 | P: Francois Romieu |
| 3056 | M: romieu@fr.zoreil.com |
| 3057 | L: netdev@vger.kernel.org |
| 3058 | S: Maintained |
| 3059 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3060 | SIS 5513 IDE CONTROLLER DRIVER |
| 3061 | P: Lionel Bouton |
| 3062 | M: Lionel.Bouton@inet6.fr |
| 3063 | W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html |
| 3064 | W: http://gyver.homeip.net/sis5513/index.html |
| 3065 | S: Maintained |
| 3066 | |
| 3067 | SIS 900/7016 FAST ETHERNET DRIVER |
| 3068 | P: Daniele Venzano |
| 3069 | M: venza@brownhat.org |
| 3070 | W: http://www.brownhat.org/sis900.html |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3071 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3072 | S: Maintained |
| 3073 | |
| 3074 | SIS FRAMEBUFFER DRIVER |
| 3075 | P: Thomas Winischhofer |
| 3076 | M: thomas@winischhofer.net |
| 3077 | W: http://www.winischhofer.net/linuxsisvga.shtml |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 3078 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3079 | |
| 3080 | SIS USB2VGA DRIVER |
| 3081 | P: Thomas Winischhofer |
| 3082 | M: thomas@winischhofer.net |
| 3083 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
| 3084 | S: Maintained |
| 3085 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3086 | SMC91x ETHERNET DRIVER |
| 3087 | P: Nicolas Pitre |
| 3088 | M: nico@cam.org |
| 3089 | S: Maintained |
| 3090 | |
Daniel Drake | 8f0f850 | 2006-07-18 22:00:25 +0100 | [diff] [blame] | 3091 | SOFTMAC LAYER (IEEE 802.11) |
| 3092 | P: Johannes Berg |
| 3093 | M: johannes@sipsolutions.net |
| 3094 | P: Joe Jezak |
| 3095 | M: josejx@gentoo.org |
| 3096 | P: Daniel Drake |
| 3097 | M: dsd@gentoo.org |
| 3098 | W: http://softmac.sipsolutions.net/ |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 3099 | L: linux-wireless@vger.kernel.org |
Daniel Drake | 8f0f850 | 2006-07-18 22:00:25 +0100 | [diff] [blame] | 3100 | S: Maintained |
| 3101 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3102 | SOFTWARE RAID (Multiple Disks) SUPPORT |
| 3103 | P: Ingo Molnar |
| 3104 | M: mingo@redhat.com |
| 3105 | P: Neil Brown |
NeilBrown | 524418b | 2007-01-26 00:57:01 -0800 | [diff] [blame] | 3106 | M: neilb@suse.de |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3107 | L: linux-raid@vger.kernel.org |
NeilBrown | 524418b | 2007-01-26 00:57:01 -0800 | [diff] [blame] | 3108 | S: Supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3109 | |
| 3110 | SOFTWARE SUSPEND: |
| 3111 | P: Pavel Machek |
| 3112 | M: pavel@suse.cz |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 3113 | L: linux-pm@lists.linux-foundation.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3114 | S: Maintained |
| 3115 | |
| 3116 | SONIC NETWORK DRIVER |
| 3117 | P: Thomas Bogendoerfer |
| 3118 | M: tsbogend@alpha.franken.de |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3119 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3120 | S: Maintained |
| 3121 | |
| 3122 | SONY VAIO CONTROL DEVICE DRIVER |
Mattia Dongili | 0d477fa | 2007-02-08 20:16:40 +0100 | [diff] [blame] | 3123 | P: Mattia Dongili |
| 3124 | M: malattia@linux.it |
Mattia Dongili | 5b18167 | 2007-03-12 21:43:57 +0100 | [diff] [blame] | 3125 | L: linux-acpi@vger.kernel.org |
| 3126 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3127 | S: Maintained |
| 3128 | |
| 3129 | SOUND |
| 3130 | P: Jaroslav Kysela |
| 3131 | M: perex@suse.cz |
| 3132 | L: alsa-devel@alsa-project.org |
| 3133 | S: Maintained |
| 3134 | |
Liam Girdwood | eb1a6af | 2006-10-06 18:34:51 +0200 | [diff] [blame] | 3135 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT |
| 3136 | P: Liam Girdwood |
| 3137 | M: liam.girdwood@wolfsonmicro.com |
| 3138 | L: alsa-devel@alsa-project.org |
| 3139 | S: Supported |
| 3140 | |
Kumar Gala | 025c398 | 2006-04-02 16:05:54 -0500 | [diff] [blame] | 3141 | SPI SUBSYSTEM |
| 3142 | P: David Brownell |
| 3143 | M: dbrownell@users.sourceforge.net |
| 3144 | L: spi-devel-general@lists.sourceforge.net |
| 3145 | S: Maintained |
| 3146 | |
Steven Rostedt | 855f46a | 2006-08-05 12:14:50 -0700 | [diff] [blame] | 3147 | STABLE BRANCH: |
| 3148 | P: Greg Kroah-Hartman |
| 3149 | M: greg@kroah.com |
| 3150 | P: Chris Wright |
| 3151 | M: chrisw@sous-sol.org |
| 3152 | L: stable@kernel.org |
| 3153 | S: Maintained |
| 3154 | |
Kylene Hall | 1c72d46 | 2005-05-01 08:59:13 -0700 | [diff] [blame] | 3155 | TPM DEVICE DRIVER |
| 3156 | P: Kylene Hall |
| 3157 | M: kjhall@us.ibm.com |
| 3158 | W: http://tpmdd.sourceforge.net |
Marcel Selhorst | d3a7b6d | 2007-03-16 13:38:31 -0800 | [diff] [blame] | 3159 | P: Marcel Selhorst |
| 3160 | M: tpm@selhorst.net |
| 3161 | W: http://www.prosec.rub.de/tpm/ |
Kylene Hall | 1c72d46 | 2005-05-01 08:59:13 -0700 | [diff] [blame] | 3162 | L: tpmdd-devel@lists.sourceforge.net |
| 3163 | S: Maintained |
| 3164 | |
Mark Gross | 1a80ba8 | 2005-10-30 15:02:55 -0800 | [diff] [blame] | 3165 | Telecom Clock Driver for MCPL0010 |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3166 | P: Mark Gross |
| 3167 | M: mark.gross@intel.com |
| 3168 | S: Supported |
Mark Gross | 1a80ba8 | 2005-10-30 15:02:55 -0800 | [diff] [blame] | 3169 | |
Chris Zankel | 48b415c | 2005-06-23 22:01:07 -0700 | [diff] [blame] | 3170 | TENSILICA XTENSA PORT (xtensa): |
| 3171 | P: Chris Zankel |
| 3172 | M: chris@zankel.net |
| 3173 | S: Maintained |
| 3174 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3175 | UltraSPARC (sparc64): |
| 3176 | P: David S. Miller |
| 3177 | M: davem@davemloft.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3178 | L: sparclinux@vger.kernel.org |
Josh Boyer | 1adc123 | 2005-11-23 15:44:15 -0800 | [diff] [blame] | 3179 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3180 | S: Maintained |
| 3181 | |
| 3182 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
| 3183 | P: Marc Singer |
| 3184 | M: elf@buici.com |
| 3185 | W: http://projects.buici.com/arm |
Alexey Dobriyan | 70f09f1 | 2005-06-23 00:09:47 -0700 | [diff] [blame] | 3186 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3187 | S: Maintained |
| 3188 | |
Kristen Accardi | 8cf4c19 | 2005-08-16 15:16:10 -0700 | [diff] [blame] | 3189 | SHPC HOTPLUG DRIVER |
| 3190 | P: Kristen Carlson Accardi |
| 3191 | M: kristen.c.accardi@intel.com |
| 3192 | L: pcihpd-discuss@lists.sourceforge.net |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 3193 | S: Supported |
Kristen Accardi | 8cf4c19 | 2005-08-16 15:16:10 -0700 | [diff] [blame] | 3194 | |
Pierre Ossman | d129bce | 2006-03-24 03:18:17 -0800 | [diff] [blame] | 3195 | SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER |
| 3196 | P: Pierre Ossman |
| 3197 | M: drzeus-sdhci@drzeus.cx |
| 3198 | L: sdhci-devel@list.drzeus.cx |
| 3199 | W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci |
| 3200 | S: Maintained |
| 3201 | |
Stephen Hemminger | 4b1ac9ab | 2005-09-21 09:55:41 -0700 | [diff] [blame] | 3202 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
| 3203 | P: Stephen Hemminger |
Stephen Hemminger | 65ebe634 | 2007-01-23 11:38:57 -0800 | [diff] [blame] | 3204 | M: shemminger@linux-foundation.org |
Stephen Hemminger | 4b1ac9ab | 2005-09-21 09:55:41 -0700 | [diff] [blame] | 3205 | L: netdev@vger.kernel.org |
| 3206 | S: Maintained |
| 3207 | |
Chris Boot | 1a87d94 | 2006-07-10 04:45:34 -0700 | [diff] [blame] | 3208 | SOEKRIS NET48XX LED SUPPORT |
| 3209 | P: Chris Boot |
| 3210 | M: bootc@bootc.net |
| 3211 | S: Maintained |
| 3212 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3213 | SPARC (sparc32): |
| 3214 | P: William L. Irwin |
| 3215 | M: wli@holomorphy.com |
| 3216 | L: sparclinux@vger.kernel.org |
| 3217 | S: Maintained |
| 3218 | |
| 3219 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
| 3220 | P: Roger Wolff |
| 3221 | M: R.E.Wolff@BitWizard.nl |
| 3222 | L: linux-kernel@vger.kernel.org ? |
| 3223 | S: Supported |
| 3224 | |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 3225 | SPIDERNET NETWORK DRIVER for CELL |
Linas Vepstas | fa30248 | 2007-02-20 16:45:27 -0600 | [diff] [blame] | 3226 | P: Linas Vepstas |
| 3227 | M: linas@austin.ibm.com |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 3228 | L: netdev@vger.kernel.org |
| 3229 | S: Supported |
| 3230 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3231 | SRM (Alpha) environment access |
| 3232 | P: Jan-Benedict Glaw |
| 3233 | M: jbglaw@lug-owl.de |
| 3234 | L: linux-kernel@vger.kernel.org |
| 3235 | S: Maintained |
| 3236 | |
| 3237 | STARFIRE/DURALAN NETWORK DRIVER |
| 3238 | P: Ion Badulescu |
| 3239 | M: ionut@cs.columbia.edu |
| 3240 | S: Maintained |
| 3241 | |
| 3242 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER |
| 3243 | W: http://mosquitonet.Stanford.EDU/strip.html |
| 3244 | S: Unsupported ? |
| 3245 | |
| 3246 | STRADIS MPEG-2 DECODER DRIVER |
| 3247 | P: Nathan Laredo |
| 3248 | M: laredo@gnu.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3249 | W: http://www.stradis.com/ |
| 3250 | S: Maintained |
| 3251 | |
| 3252 | SUPERH (sh) |
| 3253 | P: Paul Mundt |
| 3254 | M: lethal@linux-sh.org |
Matthew Wilcox | 3b5e0cb | 2006-09-29 02:01:30 -0700 | [diff] [blame] | 3255 | L: linuxsh-dev@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3256 | W: http://www.linux-sh.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3257 | S: Maintained |
| 3258 | |
| 3259 | SUPERH64 (sh64) |
| 3260 | P: Paul Mundt |
| 3261 | M: lethal@linux-sh.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3262 | L: linuxsh-shmedia-dev@lists.sourceforge.net |
| 3263 | W: http://www.linux-sh.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3264 | S: Maintained |
| 3265 | |
| 3266 | SUN3/3X |
| 3267 | P: Sam Creasey |
| 3268 | M: sammy@sammy.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3269 | W: http://sammy.net/sun3/ |
| 3270 | S: Maintained |
| 3271 | |
| 3272 | SVGA HANDLING |
| 3273 | P: Martin Mares |
| 3274 | M: mj@ucw.cz |
| 3275 | L: linux-video@atrey.karlin.mff.cuni.cz |
| 3276 | S: Maintained |
| 3277 | |
| 3278 | SYSV FILESYSTEM |
| 3279 | P: Christoph Hellwig |
| 3280 | M: hch@infradead.org |
| 3281 | S: Maintained |
| 3282 | |
Stephen Hemminger | 781b456a | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 3283 | TC CLASSIFIER |
| 3284 | P: Jamal Hadi Salim |
| 3285 | M: hadi@cyberus.ca |
| 3286 | L: netdev@vger.kernel.org |
| 3287 | S: Maintained |
| 3288 | |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 3289 | TCP LOW PRIORITY MODULE |
| 3290 | P: Wong Hoi Sing, Edison |
| 3291 | M: hswong3i@gmail.com |
| 3292 | P: Hung Hing Lun, Mike |
| 3293 | M: hlhung3i@gmail.com |
| 3294 | W: http://tcp-lp-mod.sourceforge.net/ |
| 3295 | S: Maintained |
| 3296 | |
Alex Dubov | 4020f2d | 2006-10-04 02:15:37 -0700 | [diff] [blame] | 3297 | TI FLASH MEDIA INTERFACE DRIVER |
| 3298 | P: Alex Dubov |
| 3299 | M: oakad@yahoo.com |
| 3300 | S: Maintained |
| 3301 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 3302 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT |
| 3303 | P: Deepak Saxena |
| 3304 | M: dsaxena@plexity.net |
| 3305 | S: Maintained |
| 3306 | |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 3307 | TASKSTATS STATISTICS INTERFACE |
| 3308 | P: Shailabh Nagar |
| 3309 | M: nagar@watson.ibm.com |
| 3310 | L: linux-kernel@vger.kernel.org |
| 3311 | S: Maintained |
| 3312 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3313 | TI PARALLEL LINK CABLE DRIVER |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3314 | P: Romain Lievin |
| 3315 | M: roms@lpg.ticalc.org |
| 3316 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3317 | |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 3318 | TIPC NETWORK LAYER |
| 3319 | P: Per Liden |
Per Liden | 7c2b2aa | 2006-01-14 12:42:21 +0100 | [diff] [blame] | 3320 | M: per.liden@ericsson.com |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 3321 | P: Jon Maloy |
Per Liden | 7c2b2aa | 2006-01-14 12:42:21 +0100 | [diff] [blame] | 3322 | M: jon.maloy@ericsson.com |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 3323 | P: Allan Stephens |
Per Liden | 7c2b2aa | 2006-01-14 12:42:21 +0100 | [diff] [blame] | 3324 | M: allan.stephens@windriver.com |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 3325 | L: tipc-discussion@lists.sourceforge.net |
| 3326 | W: http://tipc.sourceforge.net/ |
| 3327 | W: http://tipc.cslab.ericsson.net/ |
| 3328 | T: git tipc.cslab.ericsson.net:/pub/git/tipc.git |
| 3329 | S: Maintained |
| 3330 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3331 | TLAN NETWORK DRIVER |
| 3332 | P: Samuel Chessman |
| 3333 | M: chessman@tux.org |
| 3334 | L: tlan-devel@lists.sourceforge.net |
| 3335 | W: http://sourceforge.net/projects/tlan/ |
| 3336 | S: Maintained |
| 3337 | |
| 3338 | TOKEN-RING NETWORK DRIVER |
| 3339 | P: Mike Phillips |
| 3340 | M: mikep@linuxtr.net |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3341 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3342 | L: linux-tr@linuxtr.net |
| 3343 | W: http://www.linuxtr.net |
| 3344 | S: Maintained |
| 3345 | |
| 3346 | TOSHIBA ACPI EXTRAS DRIVER |
| 3347 | P: John Belmonte |
| 3348 | M: toshiba_acpi@memebeam.org |
| 3349 | W: http://memebeam.org/toys/ToshibaAcpiDriver |
| 3350 | S: Maintained |
| 3351 | |
| 3352 | TOSHIBA SMM DRIVER |
| 3353 | P: Jonathan Buzzard |
| 3354 | M: jonathan@buzzard.org.uk |
| 3355 | L: tlinux-users@tce.toshiba-dme.co.jp |
| 3356 | W: http://www.buzzard.org.uk/toshiba/ |
| 3357 | S: Maintained |
| 3358 | |
| 3359 | TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE |
| 3360 | P: Muli Ben-Yehuda |
| 3361 | M: mulix@mulix.org |
| 3362 | L: linux-kernel@vger.kernel.org |
| 3363 | S: Maintained |
| 3364 | |
| 3365 | TRIVIAL PATCHES |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3366 | P: Adrian Bunk |
| 3367 | M: trivial@kernel.org |
| 3368 | L: linux-kernel@vger.kernel.org |
| 3369 | W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/ |
| 3370 | T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git |
| 3371 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3372 | |
| 3373 | TMS380 TOKEN-RING NETWORK DRIVER |
| 3374 | P: Adam Fritzler |
| 3375 | M: mid@auk.cx |
| 3376 | L: linux-tr@linuxtr.net |
| 3377 | W: http://www.auk.cx/tms380tr/ |
| 3378 | S: Maintained |
| 3379 | |
| 3380 | TULIP NETWORK DRIVER |
Valerie Henson | 6b92801 | 2006-09-08 11:15:34 -0700 | [diff] [blame] | 3381 | P: Valerie Henson |
| 3382 | M: val_henson@linux.intel.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3383 | L: tulip-users@lists.sourceforge.net |
| 3384 | W: http://sourceforge.net/projects/tulip/ |
| 3385 | S: Maintained |
| 3386 | |
| 3387 | TUN/TAP driver |
| 3388 | P: Maxim Krasnyansky |
Dave Jones | 66777b7 | 2006-03-25 03:07:53 -0800 | [diff] [blame] | 3389 | M: maxk@qualcomm.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3390 | L: vtun@office.satix.net |
| 3391 | W: http://vtun.sourceforge.net/tun |
| 3392 | S: Maintained |
| 3393 | |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 3394 | TURBOCHANNEL SUBSYSTEM |
| 3395 | P: Maciej W. Rozycki |
| 3396 | M: macro@linux-mips.org |
| 3397 | S: Maintained |
| 3398 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3399 | U14-34F SCSI DRIVER |
| 3400 | P: Dario Ballabio |
| 3401 | M: ballabio_dario@emc.com |
| 3402 | L: linux-scsi@vger.kernel.org |
| 3403 | S: Maintained |
| 3404 | |
| 3405 | UDF FILESYSTEM |
| 3406 | P: Ben Fennema |
| 3407 | M: bfennema@falcon.csc.calpoly.edu |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3408 | W: http://linux-udf.sourceforge.net |
| 3409 | S: Maintained |
| 3410 | |
| 3411 | UNIFORM CDROM DRIVER |
| 3412 | P: Jens Axboe |
Jens Axboe | 0fe2347 | 2006-09-04 15:41:16 +0200 | [diff] [blame] | 3413 | M: axboe@kernel.dk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3414 | L: linux-kernel@vger.kernel.org |
| 3415 | W: http://www.kernel.dk |
| 3416 | S: Maintained |
| 3417 | |
| 3418 | USB ACM DRIVER |
| 3419 | P: Oliver Neukum |
| 3420 | M: oliver@neukum.name |
| 3421 | L: linux-usb-users@lists.sourceforge.net |
| 3422 | L: linux-usb-devel@lists.sourceforge.net |
| 3423 | S: Maintained |
| 3424 | |
| 3425 | USB BLOCK DRIVER (UB ub) |
| 3426 | P: Pete Zaitcev |
| 3427 | M: zaitcev@redhat.com |
| 3428 | L: linux-kernel@vger.kernel.org |
| 3429 | L: linux-usb-devel@lists.sourceforge.net |
| 3430 | S: Supported |
| 3431 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3432 | USB CDC ETHERNET DRIVER |
| 3433 | P: Greg Kroah-Hartman |
| 3434 | M: greg@kroah.com |
| 3435 | L: linux-usb-users@lists.sourceforge.net |
| 3436 | L: linux-usb-devel@lists.sourceforge.net |
| 3437 | S: Maintained |
| 3438 | W: http://www.kroah.com/linux-usb/ |
| 3439 | |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 3440 | USB DAVICOM DM9601 DRIVER |
| 3441 | P: Peter Korsgaard |
| 3442 | M: jacmet@sunsite.dk |
| 3443 | L: linux-usb-devel@lists.sourceforge.net |
| 3444 | W: http://www.linux-usb.org/usbnet |
| 3445 | S: Maintained |
| 3446 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3447 | USB EHCI DRIVER |
| 3448 | P: David Brownell |
| 3449 | M: dbrownell@users.sourceforge.net |
| 3450 | L: linux-usb-devel@lists.sourceforge.net |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 3451 | S: Odd Fixes |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3452 | |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 3453 | USB ET61X[12]51 DRIVER |
| 3454 | P: Luca Risolia |
| 3455 | M: luca.risolia@studio.unibo.it |
| 3456 | L: linux-usb-devel@lists.sourceforge.net |
| 3457 | L: video4linux-list@redhat.com |
| 3458 | W: http://www.linux-projects.org |
| 3459 | S: Maintained |
| 3460 | |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 3461 | USB GADGET/PERIPHERAL SUBSYSTEM |
| 3462 | P: David Brownell |
| 3463 | M: dbrownell@users.sourceforge.net |
| 3464 | L: linux-usb-devel@lists.sourceforge.net |
| 3465 | W: http://www.linux-usb.org/gadget |
| 3466 | S: Maintained |
| 3467 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3468 | USB HID/HIDBP DRIVERS |
Jiri Kosina | 641266fd | 2007-01-15 09:56:21 +0100 | [diff] [blame] | 3469 | P: Jiri Kosina |
| 3470 | M: jkosina@suse.cz |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3471 | L: linux-usb-devel@lists.sourceforge.net |
Jiri Kosina | a4dff39 | 2007-02-27 17:40:09 +0100 | [diff] [blame] | 3472 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3473 | S: Maintained |
| 3474 | |
| 3475 | USB HUB DRIVER |
| 3476 | P: Johannes Erdfelt |
| 3477 | M: johannes@erdfelt.com |
| 3478 | L: linux-usb-users@lists.sourceforge.net |
| 3479 | L: linux-usb-devel@lists.sourceforge.net |
| 3480 | S: Maintained |
| 3481 | |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 3482 | USB ISP116X DRIVER |
| 3483 | P: Olav Kongas |
| 3484 | M: ok@artecdesign.ee |
| 3485 | L: linux-usb-devel@lists.sourceforge.net |
| 3486 | S: Maintained |
| 3487 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3488 | USB KAWASAKI LSI DRIVER |
| 3489 | P: Oliver Neukum |
| 3490 | M: oliver@neukum.name |
| 3491 | L: linux-usb-users@lists.sourceforge.net |
| 3492 | L: linux-usb-devel@lists.sourceforge.net |
| 3493 | S: Maintained |
| 3494 | |
| 3495 | USB MASS STORAGE DRIVER |
| 3496 | P: Matthew Dharm |
| 3497 | M: mdharm-usb@one-eyed-alien.net |
| 3498 | L: linux-usb-users@lists.sourceforge.net |
Matthew Dharm | 8836aeb | 2005-12-04 22:03:47 -0800 | [diff] [blame] | 3499 | L: usb-storage@lists.one-eyed-alien.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3500 | S: Maintained |
| 3501 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ |
| 3502 | |
| 3503 | USB OHCI DRIVER |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 3504 | P: David Brownell |
| 3505 | M: dbrownell@users.sourceforge.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3506 | L: linux-usb-users@lists.sourceforge.net |
| 3507 | L: linux-usb-devel@lists.sourceforge.net |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 3508 | S: Odd Fixes |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3509 | |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 3510 | USB OPTION-CARD DRIVER |
| 3511 | P: Matthias Urlichs |
| 3512 | M: smurf@smurf.noris.de |
| 3513 | L: linux-usb-devel@lists.sourceforge.net |
| 3514 | S: Maintained |
| 3515 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3516 | USB OV511 DRIVER |
| 3517 | P: Mark McClelland |
| 3518 | M: mmcclell@bigfoot.com |
| 3519 | L: linux-usb-users@lists.sourceforge.net |
| 3520 | L: linux-usb-devel@lists.sourceforge.net |
| 3521 | W: http://alpha.dyndns.org/ov511/ |
| 3522 | S: Maintained |
| 3523 | |
| 3524 | USB PEGASUS DRIVER |
| 3525 | P: Petko Manolov |
| 3526 | M: petkan@users.sourceforge.net |
| 3527 | L: linux-usb-users@lists.sourceforge.net |
| 3528 | L: linux-usb-devel@lists.sourceforge.net |
| 3529 | W: http://pegasus2.sourceforge.net/ |
| 3530 | S: Maintained |
| 3531 | |
| 3532 | USB PRINTER DRIVER |
| 3533 | P: Vojtech Pavlik |
| 3534 | M: vojtech@suse.cz |
| 3535 | L: linux-usb-users@lists.sourceforge.net |
| 3536 | L: linux-usb-devel@lists.sourceforge.net |
| 3537 | S: Maintained |
| 3538 | |
| 3539 | USB RTL8150 DRIVER |
| 3540 | P: Petko Manolov |
| 3541 | M: petkan@users.sourceforge.net |
| 3542 | L: linux-usb-users@lists.sourceforge.net |
| 3543 | L: linux-usb-devel@lists.sourceforge.net |
| 3544 | W: http://pegasus2.sourceforge.net/ |
| 3545 | S: Maintained |
| 3546 | |
| 3547 | USB SE401 DRIVER |
| 3548 | P: Jeroen Vreeken |
| 3549 | M: pe1rxq@amsat.org |
| 3550 | L: linux-usb-users@lists.sourceforge.net |
| 3551 | L: linux-usb-devel@lists.sourceforge.net |
| 3552 | W: http://www.chello.nl/~j.vreeken/se401/ |
| 3553 | S: Maintained |
| 3554 | |
| 3555 | USB SERIAL CYBERJACK DRIVER |
| 3556 | P: Matthias Bruestle and Harald Welte |
| 3557 | M: support@reiner-sct.com |
| 3558 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
| 3559 | S: Maintained |
| 3560 | |
| 3561 | USB SERIAL DIGI ACCELEPORT DRIVER |
| 3562 | P: Peter Berger and Al Borchers |
| 3563 | M: pberger@brimson.com |
| 3564 | M: alborchers@steinerpoint.com |
| 3565 | L: linux-usb-users@lists.sourceforge.net |
| 3566 | L: linux-usb-devel@lists.sourceforge.net |
| 3567 | S: Maintained |
| 3568 | |
| 3569 | USB SERIAL DRIVER |
| 3570 | P: Greg Kroah-Hartman |
| 3571 | M: gregkh@suse.de |
| 3572 | L: linux-usb-users@lists.sourceforge.net |
| 3573 | L: linux-usb-devel@lists.sourceforge.net |
| 3574 | S: Supported |
| 3575 | |
| 3576 | USB SERIAL BELKIN F5U103 DRIVER |
| 3577 | P: William Greathouse |
| 3578 | M: wgreathouse@smva.com |
| 3579 | L: linux-usb-users@lists.sourceforge.net |
| 3580 | L: linux-usb-devel@lists.sourceforge.net |
| 3581 | S: Maintained |
| 3582 | |
| 3583 | USB SERIAL CYPRESS M8 DRIVER |
| 3584 | P: Lonnie Mendez |
| 3585 | M: dignome@gmail.com |
| 3586 | L: linux-usb-users@lists.sourceforge.net |
| 3587 | L: linux-usb-devel@lists.sourceforge.net |
| 3588 | S: Maintained |
| 3589 | W: http://geocities.com/i0xox0i |
| 3590 | W: http://firstlight.net/cvs |
| 3591 | |
| 3592 | USB SERIAL CYBERJACK PINPAD/E-COM DRIVER |
| 3593 | L: linux-usb-users@lists.sourceforge.net |
| 3594 | L: linux-usb-devel@lists.sourceforge.net |
| 3595 | S: Maintained |
| 3596 | |
| 3597 | USB AUERSWALD DRIVER |
| 3598 | P: Wolfgang Muees |
| 3599 | M: wolfgang@iksw-muees.de |
| 3600 | L: linux-usb-users@lists.sourceforge.net |
| 3601 | L: linux-usb-devel@lists.sourceforge.net |
| 3602 | S: Maintained |
| 3603 | |
| 3604 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
| 3605 | P: Gary Brubaker |
| 3606 | M: xavyer@ix.netcom.com |
| 3607 | L: linux-usb-users@lists.sourceforge.net |
| 3608 | L: linux-usb-devel@lists.sourceforge.net |
| 3609 | S: Maintained |
| 3610 | |
| 3611 | USB SERIAL KEYSPAN DRIVER |
| 3612 | P: Greg Kroah-Hartman |
| 3613 | M: greg@kroah.com |
| 3614 | L: linux-usb-users@lists.sourceforge.net |
| 3615 | L: linux-usb-devel@lists.sourceforge.net |
| 3616 | W: http://www.kroah.com/linux/ |
| 3617 | S: Maintained |
| 3618 | |
| 3619 | USB SERIAL WHITEHEAT DRIVER |
| 3620 | P: Stuart MacDonald |
| 3621 | M: stuartm@connecttech.com |
| 3622 | L: linux-usb-users@lists.sourceforge.net |
| 3623 | L: linux-usb-devel@lists.sourceforge.net |
| 3624 | W: http://www.connecttech.com |
| 3625 | S: Supported |
| 3626 | |
Luca Risolia | f423b9a | 2007-03-26 16:12:04 -0300 | [diff] [blame] | 3627 | USB SN9C1xx DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3628 | P: Luca Risolia |
| 3629 | M: luca.risolia@studio.unibo.it |
| 3630 | L: linux-usb-devel@lists.sourceforge.net |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 3631 | L: video4linux-list@redhat.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3632 | W: http://www.linux-projects.org |
| 3633 | S: Maintained |
| 3634 | |
| 3635 | USB SUBSYSTEM |
| 3636 | P: Greg Kroah-Hartman |
| 3637 | M: gregkh@suse.de |
| 3638 | L: linux-usb-users@lists.sourceforge.net |
| 3639 | L: linux-usb-devel@lists.sourceforge.net |
| 3640 | W: http://www.linux-usb.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 3641 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3642 | S: Supported |
| 3643 | |
| 3644 | USB UHCI DRIVER |
| 3645 | P: Alan Stern |
| 3646 | M: stern@rowland.harvard.edu |
| 3647 | L: linux-usb-users@lists.sourceforge.net |
| 3648 | L: linux-usb-devel@lists.sourceforge.net |
| 3649 | S: Maintained |
| 3650 | |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 3651 | USB "USBNET" DRIVER FRAMEWORK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3652 | P: David Brownell |
| 3653 | M: dbrownell@users.sourceforge.net |
| 3654 | L: linux-usb-devel@lists.sourceforge.net |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 3655 | W: http://www.linux-usb.org/usbnet |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3656 | S: Maintained |
| 3657 | |
| 3658 | USB W996[87]CF DRIVER |
| 3659 | P: Luca Risolia |
| 3660 | M: luca.risolia@studio.unibo.it |
| 3661 | L: linux-usb-devel@lists.sourceforge.net |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 3662 | L: video4linux-list@redhat.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3663 | W: http://www.linux-projects.org |
| 3664 | S: Maintained |
| 3665 | |
Luca Risolia | 60f7805 | 2006-02-06 16:29:35 +0000 | [diff] [blame] | 3666 | USB ZC0301 DRIVER |
| 3667 | P: Luca Risolia |
| 3668 | M: luca.risolia@studio.unibo.it |
| 3669 | L: linux-usb-devel@lists.sourceforge.net |
| 3670 | L: video4linux-list@redhat.com |
| 3671 | W: http://www.linux-projects.org |
| 3672 | S: Maintained |
| 3673 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3674 | USB ZD1201 DRIVER |
| 3675 | P: Jeroen Vreeken |
| 3676 | M: pe1rxq@amsat.org |
| 3677 | L: linux-usb-users@lists.sourceforge.net |
| 3678 | L: linux-usb-devel@lists.sourceforge.net |
| 3679 | W: http://linux-lc100020.sourceforge.net |
| 3680 | S: Maintained |
| 3681 | |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 3682 | USB ZR364XX DRIVER |
| 3683 | P: Antoine Jacquet |
| 3684 | M: royale@zerezo.com |
| 3685 | L: linux-usb-devel@lists.sourceforge.net |
| 3686 | L: video4linux-list@redhat.com |
| 3687 | W: http://royale.zerezo.com/zr364xx/ |
| 3688 | S: Maintained |
| 3689 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3690 | USER-MODE LINUX |
| 3691 | P: Jeff Dike |
| 3692 | M: jdike@karaya.com |
| 3693 | L: user-mode-linux-devel@lists.sourceforge.net |
| 3694 | L: user-mode-linux-user@lists.sourceforge.net |
| 3695 | W: http://user-mode-linux.sourceforge.net |
| 3696 | S: Maintained |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 3697 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3698 | FAT/VFAT/MSDOS FILESYSTEM: |
| 3699 | P: OGAWA Hirofumi |
| 3700 | M: hirofumi@mail.parknet.co.jp |
| 3701 | L: linux-kernel@vger.kernel.org |
| 3702 | S: Maintained |
| 3703 | |
| 3704 | VIA 82Cxxx AUDIO DRIVER (old OSS driver) |
| 3705 | P: Jeff Garzik |
| 3706 | S: Odd fixes |
| 3707 | |
| 3708 | VIA RHINE NETWORK DRIVER |
| 3709 | P: Roger Luethi |
| 3710 | M: rl@hellgate.ch |
| 3711 | S: Maintained |
| 3712 | |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 3713 | VIAPRO SMBUS DRIVER |
| 3714 | P: Jean Delvare |
| 3715 | M: khali@linux-fr.org |
Jean Delvare | 5d925fe | 2006-07-01 17:14:32 +0200 | [diff] [blame] | 3716 | L: i2c@lm-sensors.org |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 3717 | S: Maintained |
| 3718 | |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 3719 | VIA VELOCITY NETWORK DRIVER |
| 3720 | P: Francois Romieu |
| 3721 | M: romieu@fr.zoreil.com |
| 3722 | L: netdev@vger.kernel.org |
| 3723 | S: Maintained |
| 3724 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3725 | UCLINUX (AND M68KNOMMU) |
| 3726 | P: Greg Ungerer |
| 3727 | M: gerg@uclinux.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3728 | W: http://www.uclinux.org/ |
Adrian Bunk | d660a74 | 2005-06-25 14:59:35 -0700 | [diff] [blame] | 3729 | L: uclinux-dev@uclinux.org (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3730 | S: Maintained |
| 3731 | |
| 3732 | UCLINUX FOR NEC V850 |
| 3733 | P: Miles Bader |
| 3734 | M: uclinux-v850@lsi.nec.co.jp |
| 3735 | W: http://www.ic.nec.co.jp/micro/uclinux/eng/ |
| 3736 | W: http://www.ee.nec.de/uclinux/ |
| 3737 | S: Supported |
| 3738 | |
| 3739 | UCLINUX FOR RENESAS H8/300 |
| 3740 | P: Yoshinori Sato |
| 3741 | M: ysato@users.sourceforge.jp |
| 3742 | W: http://uclinux-h8.sourceforge.jp/ |
| 3743 | S: Supported |
| 3744 | |
Evgeniy Dushistov | 719d969 | 2007-02-02 11:36:34 +0300 | [diff] [blame] | 3745 | UFS FILESYSTEM |
| 3746 | P: Evgeniy Dushistov |
| 3747 | M: dushistov@mail.ru |
| 3748 | L: linux-kernel@vger.kernel.org |
| 3749 | S: Maintained |
| 3750 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3751 | USB DIAMOND RIO500 DRIVER |
| 3752 | P: Cesar Miquel |
| 3753 | M: miquel@df.uba.ar |
| 3754 | L: rio500-users@lists.sourceforge.net |
| 3755 | W: http://rio500.sourceforge.net |
| 3756 | S: Maintained |
| 3757 | |
| 3758 | VIDEO FOR LINUX |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 3759 | P: Mauro Carvalho Chehab |
Mauro Carvalho Chehab | 8d58d77 | 2006-01-27 16:32:02 -0200 | [diff] [blame] | 3760 | M: mchehab@infradead.org |
| 3761 | M: v4l-dvb-maintainer@linuxtv.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3762 | L: video4linux-list@redhat.com |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 3763 | W: http://linuxtv.org |
Mauro Carvalho Chehab | ecfa4fd | 2005-12-19 09:15:13 -0200 | [diff] [blame] | 3764 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 3765 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3766 | |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 3767 | VT1211 HARDWARE MONITOR DRIVER |
| 3768 | P: Juerg Haefliger |
| 3769 | M: juergh@gmail.com |
| 3770 | L: lm-sensors@lm-sensors.org |
| 3771 | S: Maintained |
| 3772 | |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 3773 | VT8231 HARDWARE MONITOR DRIVER |
| 3774 | P: Roger Lucas |
| 3775 | M: roger@planbit.co.uk |
| 3776 | L: lm-sensors@lm-sensors.org |
| 3777 | S: Maintained |
| 3778 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3779 | W1 DALLAS'S 1-WIRE BUS |
| 3780 | P: Evgeniy Polyakov |
| 3781 | M: johnpol@2ka.mipt.ru |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3782 | S: Maintained |
| 3783 | |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 3784 | W83791D HARDWARE MONITORING DRIVER |
| 3785 | P: Charles Spirakis |
| 3786 | M: bezaur@gmail.com |
| 3787 | L: lm-sensors@lm-sensors.org |
| 3788 | S: Maintained |
| 3789 | |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 3790 | W83793 HARDWARE MONITORING DRIVER |
| 3791 | P: Rudolf Marek |
| 3792 | M: r.marek@assembler.cz |
| 3793 | L: lm-sensors@lm-sensors.org |
| 3794 | S: Maintained |
| 3795 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3796 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
| 3797 | P: Pierre Ossman |
| 3798 | M: drzeus-wbsd@drzeus.cx |
Pierre Ossman | fac8899 | 2007-01-27 13:18:26 +0100 | [diff] [blame] | 3799 | L: linux-kernel@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3800 | W: http://projects.drzeus.cx/wbsd |
| 3801 | S: Maintained |
| 3802 | |
Wim Van Sebroeck | 3527761 | 2006-01-15 21:21:14 +0100 | [diff] [blame] | 3803 | WATCHDOG DEVICE DRIVERS |
| 3804 | P: Wim Van Sebroeck |
| 3805 | M: wim@iguana.be |
| 3806 | T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git |
| 3807 | S: Maintained |
| 3808 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3809 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
| 3810 | P: Jean Tourrilhes |
| 3811 | M: jt@hpl.hp.com |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 3812 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3813 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
| 3814 | S: Maintained |
| 3815 | |
| 3816 | WD7000 SCSI DRIVER |
| 3817 | P: Miroslav Zagorac |
| 3818 | M: zaga@fly.cc.fer.hr |
| 3819 | L: linux-scsi@vger.kernel.org |
| 3820 | S: Maintained |
| 3821 | |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 3822 | WISTRON LAPTOP BUTTON DRIVER |
| 3823 | P: Miloslav Trmac |
| 3824 | M: mitr@volny.cz |
| 3825 | S: Maintained |
| 3826 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3827 | WL3501 WIRELESS PCMCIA CARD DRIVER |
| 3828 | P: Arnaldo Carvalho de Melo |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 3829 | M: acme@ghostprotocols.net |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 3830 | L: linux-wireless@vger.kernel.org |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 3831 | W: http://oops.ghostprotocols.net:81/blog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3832 | S: Maintained |
| 3833 | |
| 3834 | X.25 NETWORK LAYER |
| 3835 | P: Henner Eisen |
| 3836 | M: eis@baty.hanse.de |
| 3837 | L: linux-x25@vger.kernel.org |
| 3838 | S: Maintained |
| 3839 | |
| 3840 | XFS FILESYSTEM |
| 3841 | P: Silicon Graphics Inc |
Nathan Scott | 1ad8f40 | 2006-08-30 13:41:23 +1000 | [diff] [blame] | 3842 | P: Tim Shimmin, David Chatterton |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3843 | M: xfs-masters@oss.sgi.com |
Nathan Scott | d7ede1a | 2006-06-13 16:28:11 +1000 | [diff] [blame] | 3844 | L: xfs@oss.sgi.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3845 | W: http://oss.sgi.com/projects/xfs |
Nathan Scott | 1ad8f40 | 2006-08-30 13:41:23 +1000 | [diff] [blame] | 3846 | T: git git://oss.sgi.com:8090/xfs/xfs-2.6 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3847 | S: Supported |
| 3848 | |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 3849 | XILINX UARTLITE SERIAL DRIVER |
| 3850 | P: Peter Korsgaard |
| 3851 | M: jacmet@sunsite.dk |
| 3852 | L: linux-serial@vger.kernel.org |
| 3853 | S: Maintained |
| 3854 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3855 | X86 3-LEVEL PAGING (PAE) SUPPORT |
| 3856 | P: Ingo Molnar |
| 3857 | M: mingo@redhat.com |
| 3858 | S: Maintained |
| 3859 | |
| 3860 | X86-64 port |
| 3861 | P: Andi Kleen |
| 3862 | M: ak@suse.de |
| 3863 | L: discuss@x86-64.org |
| 3864 | W: http://www.x86-64.org |
Randy Dunlap | 6a05156 | 2007-02-13 13:26:23 +0100 | [diff] [blame] | 3865 | T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3866 | S: Maintained |
| 3867 | |
| 3868 | YAM DRIVER FOR AX.25 |
| 3869 | P: Jean-Paul Roubelat |
| 3870 | M: jpr@f6fbb.org |
| 3871 | L: linux-hams@vger.kernel.org |
| 3872 | S: Maintained |
| 3873 | |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 3874 | YEALINK PHONE DRIVER |
| 3875 | P: Henk Vergonet |
| 3876 | M: Henk.Vergonet@gmail.com |
| 3877 | L: usbb2k-api-dev@nongnu.org |
| 3878 | S: Maintained |
| 3879 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3880 | Z8530 DRIVER FOR AX.25 |
| 3881 | P: Joerg Reuter |
| 3882 | M: jreuter@yaina.de |
| 3883 | W: http://yaina.de/jreuter/ |
| 3884 | W: http://www.qsl.net/dl1bke/ |
| 3885 | L: linux-hams@vger.kernel.org |
| 3886 | S: Maintained |
| 3887 | |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 3888 | ZD1211RW WIRELESS DRIVER |
| 3889 | P: Daniel Drake |
| 3890 | M: dsd@gentoo.org |
| 3891 | P: Ulrich Kunitz |
| 3892 | M: kune@deine-taler.de |
| 3893 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 3894 | L: linux-wireless@vger.kernel.org |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 3895 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
| 3896 | S: Maintained |
| 3897 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3898 | ZF MACHZ WATCHDOG |
| 3899 | P: Fernando Fuganti |
| 3900 | M: fuganti@netbank.com.br |
| 3901 | W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ |
| 3902 | S: Maintained |
| 3903 | |
| 3904 | ZR36067 VIDEO FOR LINUX DRIVER |
| 3905 | P: Ronald Bultje |
| 3906 | M: rbultje@ronald.bitfreak.net |
| 3907 | L: mjpeg-users@lists.sourceforge.net |
| 3908 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
| 3909 | S: Maintained |
| 3910 | |
| 3911 | ZR36120 VIDEO FOR LINUX DRIVER |
| 3912 | P: Pauline Middelink |
| 3913 | M: middelin@polyware.nl |
| 3914 | W: http://www.polyware.nl/~middelin/En/hobbies.html |
| 3915 | W: http://www.polyware.nl/~middelin/hobbies.html |
| 3916 | S: Maintained |
| 3917 | |
| 3918 | THE REST |
| 3919 | P: Linus Torvalds |
| 3920 | S: Buried alive in reporters |