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