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