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