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