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