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