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