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