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