diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3421 |
1 files changed, 1429 insertions, 1992 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fa2a16def17a..6150c80bccf6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -65,144 +65,136 @@ trivial patch so apply some common sense. | |||
65 | 65 | ||
66 | 8. Happy hacking. | 66 | 8. Happy hacking. |
67 | 67 | ||
68 | ----------------------------------- | 68 | Descriptions of section entries: |
69 | 69 | ||
70 | Maintainers List (try to look for most precise areas first) | 70 | P: Person (obsolete) |
71 | M: Mail patches to: FullName <address@domain> | ||
72 | L: Mailing list that is relevant to this area | ||
73 | W: Web-page with status/info | ||
74 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | ||
75 | S: Status, one of the following: | ||
76 | Supported: Someone is actually paid to look after this. | ||
77 | Maintained: Someone actually looks after it. | ||
78 | Odd Fixes: It has a maintainer but they don't have time to do | ||
79 | much other than throw the odd patch in. See below.. | ||
80 | Orphan: No current maintainer [but maybe you could take the | ||
81 | role as you write your new code]. | ||
82 | Obsolete: Old code. Something tagged obsolete generally means | ||
83 | it has been replaced by a better system and you | ||
84 | should be using that. | ||
85 | F: Files and directories with wildcard patterns. | ||
86 | A trailing slash includes all files and subdirectory files. | ||
87 | F: drivers/net/ all files in and below drivers/net | ||
88 | F: drivers/net/* all files in drivers/net, but not below | ||
89 | F: */net/* all files in "any top level directory"/net | ||
90 | One pattern per line. Multiple F: lines acceptable. | ||
91 | X: Files and directories that are NOT maintained, same rules as F: | ||
92 | Files exclusions are tested before file matches. | ||
93 | Can be useful for excluding a specific subdirectory, for instance: | ||
94 | F: net/ | ||
95 | X: net/ipv6/ | ||
96 | matches all files in and below net excluding net/ipv6/ | ||
97 | K: Keyword perl extended regex pattern to match content in a | ||
98 | patch or file. For instance: | ||
99 | K: of_get_profile | ||
100 | matches patches or files that contain "of_get_profile" | ||
101 | K: \b(printk|pr_(info|err))\b | ||
102 | matches patches or files that contain one or more of the words | ||
103 | printk, pr_info or pr_err | ||
104 | One regex pattern per line. Multiple K: lines acceptable. | ||
71 | 105 | ||
72 | Note: For the hard of thinking, this list is meant to remain in alphabetical | 106 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
73 | order. If you could add yourselves to it in alphabetical order that would be | 107 | order. If you could add yourselves to it in alphabetical order that would be |
74 | so much easier [Ed] | 108 | so much easier [Ed] |
75 | 109 | ||
76 | P: Person | 110 | Maintainers List (try to look for most precise areas first) |
77 | M: Mail patches to | ||
78 | L: Mailing list that is relevant to this area | ||
79 | W: Web-page with status/info | ||
80 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | ||
81 | S: Status, one of the following: | ||
82 | |||
83 | Supported: Someone is actually paid to look after this. | ||
84 | Maintained: Someone actually looks after it. | ||
85 | Odd Fixes: It has a maintainer but they don't have time to do | ||
86 | much other than throw the odd patch in. See below.. | ||
87 | Orphan: No current maintainer [but maybe you could take the | ||
88 | role as you write your new code]. | ||
89 | Obsolete: Old code. Something tagged obsolete generally means | ||
90 | it has been replaced by a better system and you | ||
91 | should be using that. | ||
92 | 111 | ||
93 | F: Files and directories with wildcard patterns. | 112 | ----------------------------------- |
94 | A trailing slash includes all files and subdirectory files. | ||
95 | F: drivers/net/ all files in and below drivers/net | ||
96 | F: drivers/net/* all files in drivers/net, but not below | ||
97 | F: */net/* all files in "any top level directory"/net | ||
98 | One pattern per line. Multiple F: lines acceptable. | ||
99 | X: Files and directories that are NOT maintained, same rules as F: | ||
100 | Files exclusions are tested before file matches. | ||
101 | Can be useful for excluding a specific subdirectory, for instance: | ||
102 | F: net/ | ||
103 | X: net/ipv6/ | ||
104 | matches all files in and below net excluding net/ipv6/ | ||
105 | 113 | ||
106 | 3C505 NETWORK DRIVER | 114 | 3C505 NETWORK DRIVER |
107 | P: Philip Blundell | 115 | M: Philip Blundell <philb@gnu.org> |
108 | M: philb@gnu.org | ||
109 | L: netdev@vger.kernel.org | 116 | L: netdev@vger.kernel.org |
110 | S: Maintained | 117 | S: Maintained |
111 | F: drivers/net/3c505* | 118 | F: drivers/net/3c505* |
112 | 119 | ||
113 | 3C59X NETWORK DRIVER | 120 | 3C59X NETWORK DRIVER |
114 | P: Steffen Klassert | 121 | M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> |
115 | M: klassert@mathematik.tu-chemnitz.de | ||
116 | L: netdev@vger.kernel.org | 122 | L: netdev@vger.kernel.org |
117 | S: Maintained | 123 | S: Maintained |
118 | F: Documentation/networking/vortex.txt | 124 | F: Documentation/networking/vortex.txt |
119 | F: drivers/net/3c59x.c | 125 | F: drivers/net/3c59x.c |
120 | 126 | ||
121 | 3CR990 NETWORK DRIVER | 127 | 3CR990 NETWORK DRIVER |
122 | P: David Dillow | 128 | M: David Dillow <dave@thedillows.org> |
123 | M: dave@thedillows.org | ||
124 | L: netdev@vger.kernel.org | 129 | L: netdev@vger.kernel.org |
125 | S: Maintained | 130 | S: Maintained |
126 | F: drivers/net/typhoon* | 131 | F: drivers/net/typhoon* |
127 | 132 | ||
128 | 3W-9XXX SATA-RAID CONTROLLER DRIVER | 133 | 3W-9XXX SATA-RAID CONTROLLER DRIVER |
129 | P: Adam Radford | 134 | M: Adam Radford <linuxraid@amcc.com> |
130 | M: linuxraid@amcc.com | ||
131 | L: linux-scsi@vger.kernel.org | 135 | L: linux-scsi@vger.kernel.org |
132 | W: http://www.amcc.com | 136 | W: http://www.amcc.com |
133 | S: Supported | 137 | S: Supported |
134 | F: drivers/scsi/3w-9xxx* | 138 | F: drivers/scsi/3w-9xxx* |
135 | 139 | ||
136 | 3W-XXXX ATA-RAID CONTROLLER DRIVER | 140 | 3W-XXXX ATA-RAID CONTROLLER DRIVER |
137 | P: Adam Radford | 141 | M: Adam Radford <linuxraid@amcc.com> |
138 | M: linuxraid@amcc.com | ||
139 | L: linux-scsi@vger.kernel.org | 142 | L: linux-scsi@vger.kernel.org |
140 | W: http://www.amcc.com | 143 | W: http://www.amcc.com |
141 | S: Supported | 144 | S: Supported |
142 | F: drivers/scsi/3w-xxxx* | 145 | F: drivers/scsi/3w-xxxx* |
143 | 146 | ||
144 | 53C700 AND 53C700-66 SCSI DRIVER | 147 | 53C700 AND 53C700-66 SCSI DRIVER |
145 | P: James E.J. Bottomley | 148 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
146 | M: James.Bottomley@HansenPartnership.com | ||
147 | L: linux-scsi@vger.kernel.org | 149 | L: linux-scsi@vger.kernel.org |
148 | S: Maintained | 150 | S: Maintained |
149 | F: drivers/scsi/53c700* | 151 | F: drivers/scsi/53c700* |
150 | 152 | ||
151 | 6PACK NETWORK DRIVER FOR AX.25 | 153 | 6PACK NETWORK DRIVER FOR AX.25 |
152 | P: Andreas Koensgen | 154 | M: Andreas Koensgen <ajk@comnets.uni-bremen.de> |
153 | M: ajk@iehk.rwth-aachen.de | ||
154 | L: linux-hams@vger.kernel.org | 155 | L: linux-hams@vger.kernel.org |
155 | S: Maintained | 156 | S: Maintained |
156 | F: drivers/net/hamradio/6pack.c | 157 | F: drivers/net/hamradio/6pack.c |
157 | 158 | ||
158 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER | 159 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
159 | P: Francois Romieu | 160 | M: Francois Romieu <romieu@fr.zoreil.com> |
160 | M: romieu@fr.zoreil.com | ||
161 | L: netdev@vger.kernel.org | 161 | L: netdev@vger.kernel.org |
162 | S: Maintained | 162 | S: Maintained |
163 | F: drivers/net/r8169.c | 163 | F: drivers/net/r8169.c |
164 | 164 | ||
165 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | 165 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
166 | P: Alan Cox | ||
167 | M: alan@lxorguk.ukuu.org.uk | ||
168 | L: linux-serial@vger.kernel.org | 166 | L: linux-serial@vger.kernel.org |
169 | W: http://serial.sourceforge.net | 167 | W: http://serial.sourceforge.net |
170 | S: Odd Fixes | 168 | S: Orphan |
171 | F: drivers/serial/8250* | 169 | F: drivers/serial/8250* |
172 | F: include/linux/serial_8250.h | 170 | F: include/linux/serial_8250.h |
173 | 171 | ||
174 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | 172 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] |
175 | P: Paul Gortmaker | 173 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
176 | M: p_gortmaker@yahoo.com | ||
177 | L: netdev@vger.kernel.org | 174 | L: netdev@vger.kernel.org |
178 | S: Maintained | 175 | S: Maintained |
179 | F: drivers/net/*8390* | 176 | F: drivers/net/*8390* |
180 | F: drivers/net/ax88796.c | 177 | F: drivers/net/ax88796.c |
181 | 178 | ||
182 | 9P FILE SYSTEM | 179 | 9P FILE SYSTEM |
183 | P: Eric Van Hensbergen | 180 | M: Eric Van Hensbergen <ericvh@gmail.com> |
184 | M: ericvh@gmail.com | 181 | M: Ron Minnich <rminnich@sandia.gov> |
185 | P: Ron Minnich | 182 | M: Latchesar Ionkov <lucho@ionkov.net> |
186 | M: rminnich@sandia.gov | ||
187 | P: Latchesar Ionkov | ||
188 | M: lucho@ionkov.net | ||
189 | L: v9fs-developer@lists.sourceforge.net | 183 | L: v9fs-developer@lists.sourceforge.net |
190 | W: http://swik.net/v9fs | 184 | W: http://swik.net/v9fs |
191 | T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git | 185 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
192 | S: Maintained | 186 | S: Maintained |
193 | F: Documentation/filesystems/9p.txt | 187 | F: Documentation/filesystems/9p.txt |
194 | F: fs/9p/ | 188 | F: fs/9p/ |
195 | 189 | ||
196 | A2232 SERIAL BOARD DRIVER | 190 | A2232 SERIAL BOARD DRIVER |
197 | P: Enver Haase | 191 | M: Enver Haase <A2232@gmx.net> |
198 | M: A2232@gmx.net | ||
199 | L: linux-m68k@lists.linux-m68k.org | 192 | L: linux-m68k@lists.linux-m68k.org |
200 | S: Maintained | 193 | S: Maintained |
201 | F: drivers/char/ser_a2232* | 194 | F: drivers/char/ser_a2232* |
202 | 195 | ||
203 | AACRAID SCSI RAID DRIVER | 196 | AACRAID SCSI RAID DRIVER |
204 | P: Adaptec OEM Raid Solutions | 197 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
205 | M: aacraid@adaptec.com | ||
206 | L: linux-scsi@vger.kernel.org | 198 | L: linux-scsi@vger.kernel.org |
207 | W: http://www.adaptec.com/ | 199 | W: http://www.adaptec.com/ |
208 | S: Supported | 200 | S: Supported |
@@ -210,44 +202,38 @@ F: Documentation/scsi/aacraid.txt | |||
210 | F: drivers/scsi/aacraid/ | 202 | F: drivers/scsi/aacraid/ |
211 | 203 | ||
212 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER | 204 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
213 | P: Hans de Goede | 205 | M: Hans de Goede <j.w.r.degoede@hhs.nl> |
214 | M: j.w.r.degoede@hhs.nl | ||
215 | L: lm-sensors@lm-sensors.org | 206 | L: lm-sensors@lm-sensors.org |
216 | S: Maintained | 207 | S: Maintained |
217 | F: drivers/hwmon/abituguru.c | 208 | F: drivers/hwmon/abituguru.c |
218 | 209 | ||
219 | ABIT UGURU 3 HARDWARE MONITOR DRIVER | 210 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
220 | P: Alistair John Strachan | 211 | M: Alistair John Strachan <alistair@devzero.co.uk> |
221 | M: alistair@devzero.co.uk | ||
222 | L: lm-sensors@lm-sensors.org | 212 | L: lm-sensors@lm-sensors.org |
223 | S: Maintained | 213 | S: Maintained |
224 | F: drivers/hwmon/abituguru3.c | 214 | F: drivers/hwmon/abituguru3.c |
225 | 215 | ||
226 | ACENIC DRIVER | 216 | ACENIC DRIVER |
227 | P: Jes Sorensen | 217 | M: Jes Sorensen <jes@trained-monkey.org> |
228 | M: jes@trained-monkey.org | ||
229 | L: linux-acenic@sunsite.dk | 218 | L: linux-acenic@sunsite.dk |
230 | S: Maintained | 219 | S: Maintained |
231 | F: drivers/net/acenic* | 220 | F: drivers/net/acenic* |
232 | 221 | ||
233 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER | 222 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
234 | P: Peter Feuerer | 223 | M: Peter Feuerer <peter@piie.net> |
235 | M: peter@piie.net | 224 | W: http://piie.net/?section=acerhdf |
236 | W: http://piie.net/?section=acerhdf | 225 | S: Maintained |
237 | S: Maintained | 226 | F: drivers/platform/x86/acerhdf.c |
238 | F: drivers/platform/x86/acerhdf.c | ||
239 | 227 | ||
240 | ACER WMI LAPTOP EXTRAS | 228 | ACER WMI LAPTOP EXTRAS |
241 | P: Carlos Corbacho | 229 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
242 | M: carlos@strangeworlds.co.uk | ||
243 | L: aceracpi@googlegroups.com (subscribers-only) | 230 | L: aceracpi@googlegroups.com (subscribers-only) |
244 | W: http://code.google.com/p/aceracpi | 231 | W: http://code.google.com/p/aceracpi |
245 | S: Maintained | 232 | S: Maintained |
246 | F: drivers/platform/x86/acer-wmi.c | 233 | F: drivers/platform/x86/acer-wmi.c |
247 | 234 | ||
248 | ACPI | 235 | ACPI |
249 | P: Len Brown | 236 | M: Len Brown <lenb@kernel.org> |
250 | M: lenb@kernel.org | ||
251 | L: linux-acpi@vger.kernel.org | 237 | L: linux-acpi@vger.kernel.org |
252 | W: http://www.lesswatts.org/projects/acpi/ | 238 | W: http://www.lesswatts.org/projects/acpi/ |
253 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git | 239 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
@@ -255,10 +241,10 @@ S: Supported | |||
255 | F: drivers/acpi/ | 241 | F: drivers/acpi/ |
256 | F: drivers/pnp/pnpacpi/ | 242 | F: drivers/pnp/pnpacpi/ |
257 | F: include/linux/acpi.h | 243 | F: include/linux/acpi.h |
244 | F: include/acpi/ | ||
258 | 245 | ||
259 | ACPI BATTERY DRIVERS | 246 | ACPI BATTERY DRIVERS |
260 | P: Alexey Starikovskiy | 247 | M: Alexey Starikovskiy <astarikovskiy@suse.de> |
261 | M: astarikovskiy@suse.de | ||
262 | L: linux-acpi@vger.kernel.org | 248 | L: linux-acpi@vger.kernel.org |
263 | W: http://www.lesswatts.org/projects/acpi/ | 249 | W: http://www.lesswatts.org/projects/acpi/ |
264 | S: Supported | 250 | S: Supported |
@@ -266,80 +252,70 @@ F: drivers/acpi/battery.c | |||
266 | F: drivers/acpi/*sbs* | 252 | F: drivers/acpi/*sbs* |
267 | 253 | ||
268 | ACPI EC DRIVER | 254 | ACPI EC DRIVER |
269 | P: Alexey Starikovskiy | 255 | M: Alexey Starikovskiy <astarikovskiy@suse.de> |
270 | M: astarikovskiy@suse.de | ||
271 | L: linux-acpi@vger.kernel.org | 256 | L: linux-acpi@vger.kernel.org |
272 | W: http://www.lesswatts.org/projects/acpi/ | 257 | W: http://www.lesswatts.org/projects/acpi/ |
273 | S: Supported | 258 | S: Supported |
274 | F: drivers/acpi/ec.c | 259 | F: drivers/acpi/ec.c |
275 | 260 | ||
276 | ACPI FAN DRIVER | 261 | ACPI FAN DRIVER |
277 | P: Zhang Rui | 262 | M: Zhang Rui <rui.zhang@intel.com> |
278 | M: rui.zhang@intel.com | ||
279 | L: linux-acpi@vger.kernel.org | 263 | L: linux-acpi@vger.kernel.org |
280 | W: http://www.lesswatts.org/projects/acpi/ | 264 | W: http://www.lesswatts.org/projects/acpi/ |
281 | S: Supported | 265 | S: Supported |
282 | F: drivers/acpi/fan.c | 266 | F: drivers/acpi/fan.c |
283 | 267 | ||
284 | ACPI PCI HOTPLUG DRIVER | 268 | ACPI PROCESSOR AGGREGATOR DRIVER |
285 | P: Kristen Carlson Accardi | 269 | M: Shaohua Li <shaohua.li@intel.com> |
286 | M: kristen.c.accardi@intel.com | 270 | L: linux-acpi@vger.kernel.org |
287 | L: linux-pci@vger.kernel.org | 271 | W: http://www.lesswatts.org/projects/acpi/ |
288 | S: Supported | 272 | S: Supported |
289 | F: drivers/pci/hotplug/acpi* | 273 | F: drivers/acpi/acpi_pad.c |
290 | 274 | ||
291 | ACPI THERMAL DRIVER | 275 | ACPI THERMAL DRIVER |
292 | P: Zhang Rui | 276 | M: Zhang Rui <rui.zhang@intel.com> |
293 | M: rui.zhang@intel.com | ||
294 | L: linux-acpi@vger.kernel.org | 277 | L: linux-acpi@vger.kernel.org |
295 | W: http://www.lesswatts.org/projects/acpi/ | 278 | W: http://www.lesswatts.org/projects/acpi/ |
296 | S: Supported | 279 | S: Supported |
297 | F: drivers/acpi/*thermal* | 280 | F: drivers/acpi/*thermal* |
298 | 281 | ||
299 | ACPI VIDEO DRIVER | 282 | ACPI VIDEO DRIVER |
300 | P: Zhang Rui | 283 | M: Zhang Rui <rui.zhang@intel.com> |
301 | M: rui.zhang@intel.com | ||
302 | L: linux-acpi@vger.kernel.org | 284 | L: linux-acpi@vger.kernel.org |
303 | W: http://www.lesswatts.org/projects/acpi/ | 285 | W: http://www.lesswatts.org/projects/acpi/ |
304 | S: Supported | 286 | S: Supported |
305 | F: drivers/acpi/video.c | 287 | F: drivers/acpi/video.c |
306 | 288 | ||
307 | ACPI WMI DRIVER | 289 | ACPI WMI DRIVER |
308 | P: Carlos Corbacho | 290 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
309 | M: carlos@strangeworlds.co.uk | ||
310 | L: linux-acpi@vger.kernel.org | 291 | L: linux-acpi@vger.kernel.org |
311 | W: http://www.lesswatts.org/projects/acpi/ | 292 | W: http://www.lesswatts.org/projects/acpi/ |
312 | S: Maintained | 293 | S: Maintained |
313 | F: drivers/platform/x86/wmi.c | 294 | F: drivers/platform/x86/wmi.c |
314 | 295 | ||
315 | AD1889 ALSA SOUND DRIVER | 296 | AD1889 ALSA SOUND DRIVER |
316 | P: Kyle McMartin | 297 | M: Kyle McMartin <kyle@mcmartin.ca> |
317 | M: kyle@mcmartin.ca | 298 | M: Thibaut Varene <T-Bone@parisc-linux.org> |
318 | P: Thibaut Varene | ||
319 | M: T-Bone@parisc-linux.org | ||
320 | W: http://wiki.parisc-linux.org/AD1889 | 299 | W: http://wiki.parisc-linux.org/AD1889 |
321 | L: linux-parisc@vger.kernel.org | 300 | L: linux-parisc@vger.kernel.org |
322 | S: Maintained | 301 | S: Maintained |
323 | F: sound/pci/ad1889.* | 302 | F: sound/pci/ad1889.* |
324 | 303 | ||
325 | ADM1025 HARDWARE MONITOR DRIVER | 304 | ADM1025 HARDWARE MONITOR DRIVER |
326 | P: Jean Delvare | 305 | M: Jean Delvare <khali@linux-fr.org> |
327 | M: khali@linux-fr.org | ||
328 | L: lm-sensors@lm-sensors.org | 306 | L: lm-sensors@lm-sensors.org |
329 | S: Maintained | 307 | S: Maintained |
330 | F: Documentation/hwmon/adm1025 | 308 | F: Documentation/hwmon/adm1025 |
331 | F: drivers/hwmon/adm1025.c | 309 | F: drivers/hwmon/adm1025.c |
332 | 310 | ||
333 | ADM1029 HARDWARE MONITOR DRIVER | 311 | ADM1029 HARDWARE MONITOR DRIVER |
334 | P: Corentin Labbe | 312 | M: Corentin Labbe <corentin.labbe@geomatys.fr> |
335 | M: corentin.labbe@geomatys.fr | ||
336 | L: lm-sensors@lm-sensors.org | 313 | L: lm-sensors@lm-sensors.org |
337 | S: Maintained | 314 | S: Maintained |
338 | F: drivers/hwmon/adm1029.c | 315 | F: drivers/hwmon/adm1029.c |
339 | 316 | ||
340 | ADM8211 WIRELESS DRIVER | 317 | ADM8211 WIRELESS DRIVER |
341 | P: Michael Wu | 318 | M: Michael Wu <flamingice@sourmilk.net> |
342 | M: flamingice@sourmilk.net | ||
343 | L: linux-wireless@vger.kernel.org | 319 | L: linux-wireless@vger.kernel.org |
344 | W: http://linuxwireless.org/ | 320 | W: http://linuxwireless.org/ |
345 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | 321 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
@@ -347,35 +323,30 @@ S: Maintained | |||
347 | F: drivers/net/wireless/adm8211.* | 323 | F: drivers/net/wireless/adm8211.* |
348 | 324 | ||
349 | ADT746X FAN DRIVER | 325 | ADT746X FAN DRIVER |
350 | P: Colin Leroy | 326 | M: Colin Leroy <colin@colino.net> |
351 | M: colin@colino.net | ||
352 | S: Maintained | 327 | S: Maintained |
353 | F: drivers/macintosh/therm_adt746x.c | 328 | F: drivers/macintosh/therm_adt746x.c |
354 | 329 | ||
355 | ADVANSYS SCSI DRIVER | 330 | ADVANSYS SCSI DRIVER |
356 | P: Matthew Wilcox | 331 | M: Matthew Wilcox <matthew@wil.cx> |
357 | M: matthew@wil.cx | ||
358 | L: linux-scsi@vger.kernel.org | 332 | L: linux-scsi@vger.kernel.org |
359 | S: Maintained | 333 | S: Maintained |
360 | F: Documentation/scsi/advansys.txt | 334 | F: Documentation/scsi/advansys.txt |
361 | F: drivers/scsi/advansys.c | 335 | F: drivers/scsi/advansys.c |
362 | 336 | ||
363 | AEDSP16 DRIVER | 337 | AEDSP16 DRIVER |
364 | P: Riccardo Facchetti | 338 | M: Riccardo Facchetti <fizban@tin.it> |
365 | M: fizban@tin.it | ||
366 | S: Maintained | 339 | S: Maintained |
367 | F: sound/oss/aedsp16.c | 340 | F: sound/oss/aedsp16.c |
368 | 341 | ||
369 | AFFS FILE SYSTEM | 342 | AFFS FILE SYSTEM |
370 | P: Roman Zippel | 343 | M: Roman Zippel <zippel@linux-m68k.org> |
371 | M: zippel@linux-m68k.org | ||
372 | S: Maintained | 344 | S: Maintained |
373 | F: Documentation/filesystems/affs.txt | 345 | F: Documentation/filesystems/affs.txt |
374 | F: fs/affs/ | 346 | F: fs/affs/ |
375 | 347 | ||
376 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN | 348 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
377 | P: David Howells | 349 | M: David Howells <dhowells@redhat.com> |
378 | M: dhowells@redhat.com | ||
379 | L: linux-afs@lists.infradead.org | 350 | L: linux-afs@lists.infradead.org |
380 | S: Supported | 351 | S: Supported |
381 | F: fs/afs/ | 352 | F: fs/afs/ |
@@ -383,40 +354,35 @@ F: include/net/af_rxrpc.h | |||
383 | F: net/rxrpc/af_rxrpc.c | 354 | F: net/rxrpc/af_rxrpc.c |
384 | 355 | ||
385 | AGPGART DRIVER | 356 | AGPGART DRIVER |
386 | P: David Airlie | 357 | M: David Airlie <airlied@linux.ie> |
387 | M: airlied@linux.ie | ||
388 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git | 358 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
389 | S: Maintained | 359 | S: Maintained |
390 | F: drivers/char/agp/ | 360 | F: drivers/char/agp/ |
391 | F: include/linux/agp* | 361 | F: include/linux/agp* |
392 | 362 | ||
393 | AHA152X SCSI DRIVER | 363 | AHA152X SCSI DRIVER |
394 | P: Juergen E. Fischer | 364 | M: "Juergen E. Fischer" <fischer@norbit.de> |
395 | M: fischer@norbit.de | ||
396 | L: linux-scsi@vger.kernel.org | 365 | L: linux-scsi@vger.kernel.org |
397 | S: Maintained | 366 | S: Maintained |
398 | F: drivers/scsi/aha152x* | 367 | F: drivers/scsi/aha152x* |
399 | F: drivers/scsi/pcmcia/aha152x* | 368 | F: drivers/scsi/pcmcia/aha152x* |
400 | 369 | ||
401 | AIC7XXX / AIC79XX SCSI DRIVER | 370 | AIC7XXX / AIC79XX SCSI DRIVER |
402 | P: Hannes Reinecke | 371 | M: Hannes Reinecke <hare@suse.de> |
403 | M: hare@suse.de | ||
404 | L: linux-scsi@vger.kernel.org | 372 | L: linux-scsi@vger.kernel.org |
405 | S: Maintained | 373 | S: Maintained |
406 | F: drivers/scsi/aic7xxx/ | 374 | F: drivers/scsi/aic7xxx/ |
407 | F: drivers/scsi/aic7xxx_old/ | 375 | F: drivers/scsi/aic7xxx_old/ |
408 | 376 | ||
409 | AIO | 377 | AIO |
410 | P: Benjamin LaHaise | 378 | M: Benjamin LaHaise <bcrl@kvack.org> |
411 | M: bcrl@kvack.org | ||
412 | L: linux-aio@kvack.org | 379 | L: linux-aio@kvack.org |
413 | S: Supported | 380 | S: Supported |
414 | F: fs/aio.c | 381 | F: fs/aio.c |
415 | F: include/linux/*aio*.h | 382 | F: include/linux/*aio*.h |
416 | 383 | ||
417 | ALCATEL SPEEDTOUCH USB DRIVER | 384 | ALCATEL SPEEDTOUCH USB DRIVER |
418 | P: Duncan Sands | 385 | M: Duncan Sands <duncan.sands@free.fr> |
419 | M: duncan.sands@free.fr | ||
420 | L: linux-usb@vger.kernel.org | 386 | L: linux-usb@vger.kernel.org |
421 | W: http://www.linux-usb.org/SpeedTouch/ | 387 | W: http://www.linux-usb.org/SpeedTouch/ |
422 | S: Maintained | 388 | S: Maintained |
@@ -424,32 +390,27 @@ F: drivers/usb/atm/speedtch.c | |||
424 | F: drivers/usb/atm/usbatm.c | 390 | F: drivers/usb/atm/usbatm.c |
425 | 391 | ||
426 | ALCHEMY AU1XX0 MMC DRIVER | 392 | ALCHEMY AU1XX0 MMC DRIVER |
427 | P: Manuel Lauss | 393 | M: Manuel Lauss <manuel.lauss@gmail.com> |
428 | M: manuel.lauss@gmail.com | ||
429 | S: Maintained | 394 | S: Maintained |
430 | F: drivers/mmc/host/au1xmmc.c | 395 | F: drivers/mmc/host/au1xmmc.c |
431 | 396 | ||
432 | ALI1563 I2C DRIVER | 397 | ALI1563 I2C DRIVER |
433 | P: Rudolf Marek | 398 | M: Rudolf Marek <r.marek@assembler.cz> |
434 | M: r.marek@assembler.cz | ||
435 | L: linux-i2c@vger.kernel.org | 399 | L: linux-i2c@vger.kernel.org |
436 | S: Maintained | 400 | S: Maintained |
437 | F: Documentation/i2c/busses/i2c-ali1563 | 401 | F: Documentation/i2c/busses/i2c-ali1563 |
438 | F: drivers/i2c/busses/i2c-ali1563.c | 402 | F: drivers/i2c/busses/i2c-ali1563.c |
439 | 403 | ||
440 | ALPHA PORT | 404 | ALPHA PORT |
441 | P: Richard Henderson | 405 | M: Richard Henderson <rth@twiddle.net> |
442 | M: rth@twiddle.net | ||
443 | S: Odd Fixes for 2.4; Maintained for 2.6. | 406 | S: Odd Fixes for 2.4; Maintained for 2.6. |
444 | P: Ivan Kokshaysky | 407 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> |
445 | M: ink@jurassic.park.msu.ru | ||
446 | S: Maintained for 2.4; PCI support for 2.6. | 408 | S: Maintained for 2.4; PCI support for 2.6. |
447 | L: linux-alpha@vger.kernel.org | 409 | L: linux-alpha@vger.kernel.org |
448 | F: arch/alpha/ | 410 | F: arch/alpha/ |
449 | 411 | ||
450 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER | 412 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
451 | P: Thomas Dahlmann | 413 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> |
452 | M: dahlmann.thomas@arcor.de | ||
453 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) | 414 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
454 | S: Supported | 415 | S: Supported |
455 | F: drivers/usb/gadget/amd5536udc.* | 416 | F: drivers/usb/gadget/amd5536udc.* |
@@ -466,8 +427,7 @@ F: drivers/video/geode/ | |||
466 | F: arch/x86/include/asm/geode.h | 427 | F: arch/x86/include/asm/geode.h |
467 | 428 | ||
468 | AMD IOMMU (AMD-VI) | 429 | AMD IOMMU (AMD-VI) |
469 | P: Joerg Roedel | 430 | M: Joerg Roedel <joerg.roedel@amd.com> |
470 | M: joerg.roedel@amd.com | ||
471 | L: iommu@lists.linux-foundation.org | 431 | L: iommu@lists.linux-foundation.org |
472 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git | 432 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git |
473 | S: Supported | 433 | S: Supported |
@@ -475,40 +435,33 @@ F: arch/x86/kernel/amd_iommu*.c | |||
475 | F: arch/x86/include/asm/amd_iommu*.h | 435 | F: arch/x86/include/asm/amd_iommu*.h |
476 | 436 | ||
477 | AMD MICROCODE UPDATE SUPPORT | 437 | AMD MICROCODE UPDATE SUPPORT |
478 | P: Andreas Herrmann | 438 | M: Andreas Herrmann <andreas.herrmann3@amd.com> |
479 | M: andreas.herrmann3@amd.com | ||
480 | L: amd64-microcode@amd64.org | 439 | L: amd64-microcode@amd64.org |
481 | S: Supported | 440 | S: Supported |
482 | F: arch/x86/kernel/microcode_amd.c | 441 | F: arch/x86/kernel/microcode_amd.c |
483 | 442 | ||
484 | AMS (Apple Motion Sensor) DRIVER | 443 | AMS (Apple Motion Sensor) DRIVER |
485 | P: Stelian Pop | 444 | M: Stelian Pop <stelian@popies.net> |
486 | M: stelian@popies.net | 445 | M: Michael Hanselmann <linux-kernel@hansmi.ch> |
487 | P: Michael Hanselmann | ||
488 | M: linux-kernel@hansmi.ch | ||
489 | S: Supported | 446 | S: Supported |
490 | F: drivers/hwmon/ams/ | 447 | F: drivers/hwmon/ams/ |
491 | 448 | ||
492 | AMSO1100 RNIC DRIVER | 449 | AMSO1100 RNIC DRIVER |
493 | P: Tom Tucker | 450 | M: Tom Tucker <tom@opengridcomputing.com> |
494 | M: tom@opengridcomputing.com | 451 | M: Steve Wise <swise@opengridcomputing.com> |
495 | P: Steve Wise | 452 | L: linux-rdma@vger.kernel.org |
496 | M: swise@opengridcomputing.com | ||
497 | L: general@lists.openfabrics.org | ||
498 | S: Maintained | 453 | S: Maintained |
499 | F: drivers/infiniband/hw/amso1100/ | 454 | F: drivers/infiniband/hw/amso1100/ |
500 | 455 | ||
501 | AOA (Apple Onboard Audio) ALSA DRIVER | 456 | AOA (Apple Onboard Audio) ALSA DRIVER |
502 | P: Johannes Berg | 457 | M: Johannes Berg <johannes@sipsolutions.net> |
503 | M: johannes@sipsolutions.net | ||
504 | L: linuxppc-dev@ozlabs.org | 458 | L: linuxppc-dev@ozlabs.org |
505 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 459 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
506 | S: Maintained | 460 | S: Maintained |
507 | F: sound/aoa/ | 461 | F: sound/aoa/ |
508 | 462 | ||
509 | APM DRIVER | 463 | APM DRIVER |
510 | P: Stephen Rothwell | 464 | M: Stephen Rothwell <sfr@canb.auug.org.au> |
511 | M: sfr@canb.auug.org.au | ||
512 | L: linux-laptop@vger.kernel.org | 465 | L: linux-laptop@vger.kernel.org |
513 | W: http://www.canb.auug.org.au/~sfr/ | 466 | W: http://www.canb.auug.org.au/~sfr/ |
514 | S: Supported | 467 | S: Supported |
@@ -516,147 +469,172 @@ F: arch/x86/kernel/apm_32.c | |||
516 | F: include/linux/apm_bios.h | 469 | F: include/linux/apm_bios.h |
517 | 470 | ||
518 | APPLE BCM5974 MULTITOUCH DRIVER | 471 | APPLE BCM5974 MULTITOUCH DRIVER |
519 | P: Henrik Rydberg | 472 | M: Henrik Rydberg <rydberg@euromail.se> |
520 | M: rydberg@euromail.se | ||
521 | L: linux-input@vger.kernel.org | 473 | L: linux-input@vger.kernel.org |
522 | S: Maintained | 474 | S: Maintained |
523 | F: drivers/input/mouse/bcm5974.c | 475 | F: drivers/input/mouse/bcm5974.c |
524 | 476 | ||
525 | APPLE SMC DRIVER | 477 | APPLE SMC DRIVER |
526 | P: Nicolas Boichat | 478 | M: Nicolas Boichat <nicolas@boichat.ch> |
527 | M: nicolas@boichat.ch | ||
528 | L: mactel-linux-devel@lists.sourceforge.net | 479 | L: mactel-linux-devel@lists.sourceforge.net |
529 | S: Maintained | 480 | S: Maintained |
530 | F: drivers/hwmon/applesmc.c | 481 | F: drivers/hwmon/applesmc.c |
531 | 482 | ||
532 | APPLETALK NETWORK LAYER | 483 | APPLETALK NETWORK LAYER |
533 | P: Arnaldo Carvalho de Melo | 484 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
534 | M: acme@ghostprotocols.net | ||
535 | S: Maintained | 485 | S: Maintained |
536 | F: drivers/net/appletalk/ | 486 | F: drivers/net/appletalk/ |
537 | F: net/appletalk/ | 487 | F: net/appletalk/ |
538 | 488 | ||
539 | APPLETOUCH TOUCHPAD DRIVER | 489 | APPLETOUCH TOUCHPAD DRIVER |
540 | P: Johannes Berg | 490 | M: Johannes Berg <johannes@sipsolutions.net> |
541 | M: johannes@sipsolutions.net | ||
542 | L: linux-input@vger.kernel.org | 491 | L: linux-input@vger.kernel.org |
543 | S: Maintained | 492 | S: Maintained |
544 | F: Documentation/input/appletouch.txt | 493 | F: Documentation/input/appletouch.txt |
545 | F: drivers/input/mouse/appletouch.c | 494 | F: drivers/input/mouse/appletouch.c |
546 | 495 | ||
547 | ARC FRAMEBUFFER DRIVER | 496 | ARC FRAMEBUFFER DRIVER |
548 | P: Jaya Kumar | 497 | M: Jaya Kumar <jayalk@intworks.biz> |
549 | M: jayalk@intworks.biz | ||
550 | S: Maintained | 498 | S: Maintained |
551 | F: drivers/video/arcfb.c | 499 | F: drivers/video/arcfb.c |
552 | F: drivers/video/fb_defio.c | 500 | F: drivers/video/fb_defio.c |
553 | 501 | ||
554 | ARM MFM AND FLOPPY DRIVERS | 502 | ARM MFM AND FLOPPY DRIVERS |
555 | P: Ian Molton | 503 | M: Ian Molton <spyro@f2s.com> |
556 | M: spyro@f2s.com | ||
557 | S: Maintained | 504 | S: Maintained |
558 | F: arch/arm/lib/floppydma.S | 505 | F: arch/arm/lib/floppydma.S |
559 | F: arch/arm/include/asm/floppy.h | 506 | F: arch/arm/include/asm/floppy.h |
560 | 507 | ||
561 | ARM PORT | 508 | ARM PORT |
562 | P: Russell King | 509 | M: Russell King <linux@arm.linux.org.uk> |
563 | M: linux@arm.linux.org.uk | 510 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
564 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
565 | W: http://www.arm.linux.org.uk/ | 511 | W: http://www.arm.linux.org.uk/ |
566 | S: Maintained | 512 | S: Maintained |
567 | F: arch/arm/ | 513 | F: arch/arm/ |
568 | 514 | ||
515 | ARM PRIMECELL AACI PL041 DRIVER | ||
516 | M: Russell King <linux@arm.linux.org.uk> | ||
517 | S: Maintained | ||
518 | F: sound/arm/aaci.* | ||
519 | |||
520 | ARM PRIMECELL CLCD PL110 DRIVER | ||
521 | M: Russell King <linux@arm.linux.org.uk> | ||
522 | S: Maintained | ||
523 | F: drivers/video/amba-clcd.* | ||
524 | |||
525 | ARM PRIMECELL KMI PL050 DRIVER | ||
526 | M: Russell King <linux@arm.linux.org.uk> | ||
527 | S: Maintained | ||
528 | F: drivers/input/serio/ambakmi.* | ||
529 | F: include/linux/amba/kmi.h | ||
530 | |||
569 | ARM PRIMECELL MMCI PL180/1 DRIVER | 531 | ARM PRIMECELL MMCI PL180/1 DRIVER |
570 | S: Orphan | 532 | S: Orphan |
571 | F: drivers/mmc/host/mmci.* | 533 | F: drivers/mmc/host/mmci.* |
572 | 534 | ||
535 | ARM PRIMECELL BUS SUPPORT | ||
536 | M: Russell King <linux@arm.linux.org.uk> | ||
537 | S: Maintained | ||
538 | F: drivers/amba/ | ||
539 | F: include/linux/amba/bus.h | ||
540 | |||
573 | ARM/ADI ROADRUNNER MACHINE SUPPORT | 541 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
574 | P: Lennert Buytenhek | 542 | M: Lennert Buytenhek <kernel@wantstofly.org> |
575 | M: kernel@wantstofly.org | 543 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
576 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
577 | S: Maintained | 544 | S: Maintained |
578 | F: arch/arm/mach-ixp23xx/ | 545 | F: arch/arm/mach-ixp23xx/ |
579 | F: arch/arm/mach-ixp23xx/include/mach/ | 546 | F: arch/arm/mach-ixp23xx/include/mach/ |
580 | 547 | ||
581 | ARM/ADS SPHERE MACHINE SUPPORT | 548 | ARM/ADS SPHERE MACHINE SUPPORT |
582 | P: Lennert Buytenhek | 549 | M: Lennert Buytenhek <kernel@wantstofly.org> |
583 | M: kernel@wantstofly.org | 550 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
584 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
585 | S: Maintained | 551 | S: Maintained |
586 | 552 | ||
587 | ARM/AFEB9260 MACHINE SUPPORT | 553 | ARM/AFEB9260 MACHINE SUPPORT |
588 | P: Sergey Lapin | 554 | M: Sergey Lapin <slapin@ossfans.org> |
589 | M: slapin@ossfans.org | 555 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
590 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
591 | S: Maintained | 556 | S: Maintained |
592 | 557 | ||
593 | ARM/AJECO 1ARM MACHINE SUPPORT | 558 | ARM/AJECO 1ARM MACHINE SUPPORT |
594 | P: Lennert Buytenhek | 559 | M: Lennert Buytenhek <kernel@wantstofly.org> |
595 | M: kernel@wantstofly.org | 560 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
596 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
597 | S: Maintained | 561 | S: Maintained |
598 | 562 | ||
599 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE | 563 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
600 | P: Andrew Victor | 564 | M: Andrew Victor <linux@maxim.org.za> |
601 | M: linux@maxim.org.za | 565 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
602 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
603 | W: http://maxim.org.za/at91_26.html | 566 | W: http://maxim.org.za/at91_26.html |
604 | S: Maintained | 567 | S: Maintained |
605 | 568 | ||
569 | ARM/BCMRING ARM ARCHITECTURE | ||
570 | M: Leo Chen <leochen@broadcom.com> | ||
571 | M: Scott Branden <sbranden@broadcom.com> | ||
572 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
573 | S: Maintained | ||
574 | F: arch/arm/mach-bcmring | ||
575 | |||
576 | ARM/BCMRING MTD NAND DRIVER | ||
577 | M: Leo Chen <leochen@broadcom.com> | ||
578 | M: Scott Branden <sbranden@broadcom.com> | ||
579 | L: linux-mtd@lists.infradead.org | ||
580 | S: Maintained | ||
581 | F: drivers/mtd/nand/bcm_umi_nand.c | ||
582 | F: drivers/mtd/nand/bcm_umi_bch.c | ||
583 | F: drivers/mtd/nand/bcm_umi_hamming.c | ||
584 | F: drivers/mtd/nand/nand_bcm_umi.h | ||
585 | |||
606 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE | 586 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
607 | P: Lennert Buytenhek | 587 | M: Hartley Sweeten <hsweeten@visionengravers.com> |
608 | M: kernel@wantstofly.org | 588 | M: Ryan Mallon <ryan@bluewatersys.com> |
609 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 589 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
610 | S: Maintained | 590 | S: Maintained |
591 | F: arch/arm/mach-ep93xx/ | ||
592 | F: arch/arm/mach-ep93xx/include/mach/ | ||
611 | 593 | ||
612 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | 594 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT |
613 | P: Lennert Buytenhek | 595 | M: Lennert Buytenhek <kernel@wantstofly.org> |
614 | M: kernel@wantstofly.org | 596 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
615 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
616 | S: Maintained | 597 | S: Maintained |
617 | 598 | ||
618 | ARM/CLKDEV SUPPORT | 599 | ARM/CLKDEV SUPPORT |
619 | P: Russell King | 600 | M: Russell King <linux@arm.linux.org.uk> |
620 | M: linux@arm.linux.org.uk | 601 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
621 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
622 | F: arch/arm/common/clkdev.c | 602 | F: arch/arm/common/clkdev.c |
623 | F: arch/arm/include/asm/clkdev.h | 603 | F: arch/arm/include/asm/clkdev.h |
624 | 604 | ||
625 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT | 605 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
626 | P: Mike Rapoport | 606 | M: Mike Rapoport <mike@compulab.co.il> |
627 | M: mike@compulab.co.il | 607 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
628 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 608 | S: Maintained |
609 | |||
610 | ARM/CONTEC MICRO9 MACHINE SUPPORT | ||
611 | M: Hubert Feurstein <hubert.feurstein@contec.at> | ||
629 | S: Maintained | 612 | S: Maintained |
613 | F: arch/arm/mach-ep93xx/micro9.c | ||
630 | 614 | ||
631 | ARM/CORGI MACHINE SUPPORT | 615 | ARM/CORGI MACHINE SUPPORT |
632 | P: Richard Purdie | 616 | M: Richard Purdie <rpurdie@rpsys.net> |
633 | M: rpurdie@rpsys.net | ||
634 | S: Maintained | 617 | S: Maintained |
635 | 618 | ||
636 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE | 619 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
637 | P: Paulius Zaleckas | 620 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
638 | M: paulius.zaleckas@teltonika.lt | 621 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
639 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
640 | T: git git://gitorious.org/linux-gemini/mainline.git | 622 | T: git git://gitorious.org/linux-gemini/mainline.git |
641 | S: Maintained | 623 | S: Maintained |
642 | F: arch/arm/mach-gemini/ | 624 | F: arch/arm/mach-gemini/ |
643 | 625 | ||
644 | ARM/EBSA110 MACHINE SUPPORT | 626 | ARM/EBSA110 MACHINE SUPPORT |
645 | P: Russell King | 627 | M: Russell King <linux@arm.linux.org.uk> |
646 | M: linux@arm.linux.org.uk | 628 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
647 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
648 | W: http://www.arm.linux.org.uk/ | 629 | W: http://www.arm.linux.org.uk/ |
649 | S: Maintained | 630 | S: Maintained |
650 | F: arch/arm/mach-ebsa110/ | 631 | F: arch/arm/mach-ebsa110/ |
651 | F: drivers/net/arm/am79c961a.* | 632 | F: drivers/net/arm/am79c961a.* |
652 | 633 | ||
653 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) | 634 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
654 | P: Daniel Ribeiro | 635 | M: Daniel Ribeiro <drwyrm@gmail.com> |
655 | M: drwyrm@gmail.com | 636 | M: Stefan Schmidt <stefan@openezx.org> |
656 | P: Stefan Schmidt | 637 | M: Harald Welte <laforge@openezx.org> |
657 | M: stefan@openezx.org | ||
658 | P: Harald Welte | ||
659 | M: laforge@openezx.org | ||
660 | L: openezx-devel@lists.openezx.org (subscribers-only) | 638 | L: openezx-devel@lists.openezx.org (subscribers-only) |
661 | W: http://www.openezx.org/ | 639 | W: http://www.openezx.org/ |
662 | S: Maintained | 640 | S: Maintained |
@@ -664,192 +642,205 @@ T: topgit git://git.openezx.org/openezx.git | |||
664 | F: arch/arm/mach-pxa/ezx.c | 642 | F: arch/arm/mach-pxa/ezx.c |
665 | 643 | ||
666 | ARM/FARADAY FA526 PORT | 644 | ARM/FARADAY FA526 PORT |
667 | P: Paulius Zaleckas | 645 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
668 | M: paulius.zaleckas@teltonika.lt | 646 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
669 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
670 | S: Maintained | 647 | S: Maintained |
671 | F: arch/arm/mm/*-fa* | 648 | F: arch/arm/mm/*-fa* |
672 | 649 | ||
673 | ARM/FOOTBRIDGE ARCHITECTURE | 650 | ARM/FOOTBRIDGE ARCHITECTURE |
674 | P: Russell King | 651 | M: Russell King <linux@arm.linux.org.uk> |
675 | M: linux@arm.linux.org.uk | 652 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
676 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
677 | W: http://www.arm.linux.org.uk/ | 653 | W: http://www.arm.linux.org.uk/ |
678 | S: Maintained | 654 | S: Maintained |
679 | F: arch/arm/include/asm/hardware/dec21285.h | 655 | F: arch/arm/include/asm/hardware/dec21285.h |
680 | F: arch/arm/mach-footbridge/ | 656 | F: arch/arm/mach-footbridge/ |
681 | 657 | ||
682 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE | 658 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
683 | P: Sascha Hauer | 659 | M: Sascha Hauer <kernel@pengutronix.de> |
684 | M: kernel@pengutronix.de | 660 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
685 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
686 | S: Maintained | 661 | S: Maintained |
687 | 662 | ||
688 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT | 663 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
689 | P: Lennert Buytenhek | 664 | M: Lennert Buytenhek <kernel@wantstofly.org> |
690 | M: kernel@wantstofly.org | 665 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
691 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
692 | S: Maintained | 666 | S: Maintained |
693 | 667 | ||
694 | ARM/GUMSTIX MACHINE SUPPORT | 668 | ARM/GUMSTIX MACHINE SUPPORT |
695 | P: Steve Sakoman | 669 | M: Steve Sakoman <sakoman@gmail.com> |
696 | M: sakoman@gmail.com | 670 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
697 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
698 | S: Maintained | 671 | S: Maintained |
699 | 672 | ||
700 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT | 673 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
701 | P: Philipp Zabel | 674 | M: Philipp Zabel <philipp.zabel@gmail.com> |
702 | M: philipp.zabel@gmail.com | ||
703 | S: Maintained | 675 | S: Maintained |
704 | F: arch/arm/mach-pxa/hx4700.c | 676 | F: arch/arm/mach-pxa/hx4700.c |
705 | F: arch/arm/mach-pxa/include/mach/hx4700.h | 677 | F: arch/arm/mach-pxa/include/mach/hx4700.h |
706 | 678 | ||
707 | ARM/HP JORNADA 7XX MACHINE SUPPORT | 679 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
708 | P: Kristoffer Ericson | 680 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
709 | M: kristoffer.ericson@gmail.com | ||
710 | W: www.jlime.com | 681 | W: www.jlime.com |
711 | S: Maintained | 682 | S: Maintained |
683 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | ||
684 | F: arch/arm/mach-sa1100/jornada720.c | ||
685 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | ||
712 | 686 | ||
713 | ARM/INTEL IOP32X ARM ARCHITECTURE | 687 | ARM/INTEL IOP32X ARM ARCHITECTURE |
714 | P: Lennert Buytenhek | 688 | M: Lennert Buytenhek <kernel@wantstofly.org> |
715 | M: kernel@wantstofly.org | 689 | M: Dan Williams <dan.j.williams@intel.com> |
716 | P: Dan Williams | 690 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
717 | M: dan.j.williams@intel.com | 691 | S: Maintained |
718 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
719 | S: Supported | ||
720 | 692 | ||
721 | ARM/INTEL IOP33X ARM ARCHITECTURE | 693 | ARM/INTEL IOP33X ARM ARCHITECTURE |
722 | P: Dan Williams | 694 | M: Dan Williams <dan.j.williams@intel.com> |
723 | M: dan.j.williams@intel.com | 695 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
724 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 696 | S: Maintained |
725 | S: Supported | ||
726 | 697 | ||
727 | ARM/INTEL IOP13XX ARM ARCHITECTURE | 698 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
728 | P: Lennert Buytenhek | 699 | M: Lennert Buytenhek <kernel@wantstofly.org> |
729 | M: kernel@wantstofly.org | 700 | M: Dan Williams <dan.j.williams@intel.com> |
730 | P: Dan Williams | 701 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
731 | M: dan.j.williams@intel.com | 702 | S: Maintained |
732 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
733 | S: Supported | ||
734 | 703 | ||
735 | ARM/INTEL IQ81342EX MACHINE SUPPORT | 704 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
736 | P: Lennert Buytenhek | 705 | M: Lennert Buytenhek <kernel@wantstofly.org> |
737 | M: kernel@wantstofly.org | 706 | M: Dan Williams <dan.j.williams@intel.com> |
738 | P: Dan Williams | 707 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
739 | M: dan.j.williams@intel.com | 708 | S: Maintained |
740 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
741 | S: Supported | ||
742 | 709 | ||
743 | ARM/INTEL IXP2000 ARM ARCHITECTURE | 710 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
744 | P: Lennert Buytenhek | 711 | M: Lennert Buytenhek <kernel@wantstofly.org> |
745 | M: kernel@wantstofly.org | 712 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
746 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
747 | S: Maintained | 713 | S: Maintained |
748 | 714 | ||
749 | ARM/INTEL IXDP2850 MACHINE SUPPORT | 715 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
750 | P: Lennert Buytenhek | 716 | M: Lennert Buytenhek <kernel@wantstofly.org> |
751 | M: kernel@wantstofly.org | 717 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
752 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
753 | S: Maintained | 718 | S: Maintained |
754 | 719 | ||
755 | ARM/INTEL IXP23XX ARM ARCHITECTURE | 720 | ARM/INTEL IXP23XX ARM ARCHITECTURE |
756 | P: Lennert Buytenhek | 721 | M: Lennert Buytenhek <kernel@wantstofly.org> |
757 | M: kernel@wantstofly.org | 722 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
758 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
759 | S: Maintained | 723 | S: Maintained |
760 | 724 | ||
725 | ARM/INTEL IXP4XX ARM ARCHITECTURE | ||
726 | M: Imre Kaloz <kaloz@openwrt.org> | ||
727 | M: Krzysztof Halasa <khc@pm.waw.pl> | ||
728 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
729 | S: Maintained | ||
730 | F: arch/arm/mach-ixp4xx/ | ||
731 | |||
761 | ARM/INTEL XSC3 (MANZANO) ARM CORE | 732 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
762 | P: Lennert Buytenhek | 733 | M: Lennert Buytenhek <kernel@wantstofly.org> |
763 | M: kernel@wantstofly.org | 734 | M: Dan Williams <dan.j.williams@intel.com> |
764 | P: Dan Williams | 735 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
765 | M: dan.j.williams@intel.com | 736 | S: Maintained |
766 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
767 | S: Supported | ||
768 | 737 | ||
769 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | 738 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
770 | P: Lennert Buytenhek | 739 | M: Lennert Buytenhek <kernel@wantstofly.org> |
771 | M: kernel@wantstofly.org | 740 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
772 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
773 | S: Maintained | 741 | S: Maintained |
774 | 742 | ||
775 | ARM/LOGICPD PXA270 MACHINE SUPPORT | 743 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
776 | P: Lennert Buytenhek | 744 | M: Lennert Buytenhek <kernel@wantstofly.org> |
777 | M: kernel@wantstofly.org | 745 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
778 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
779 | S: Maintained | 746 | S: Maintained |
780 | 747 | ||
781 | ARM/MAGICIAN MACHINE SUPPORT | 748 | ARM/MAGICIAN MACHINE SUPPORT |
782 | P: Philipp Zabel | 749 | M: Philipp Zabel <philipp.zabel@gmail.com> |
783 | M: philipp.zabel@gmail.com | ||
784 | S: Maintained | 750 | S: Maintained |
785 | 751 | ||
752 | ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support | ||
753 | M: Lennert Buytenhek <buytenh@marvell.com> | ||
754 | M: Nicolas Pitre <nico@marvell.com> | ||
755 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
756 | T: git git://git.marvell.com/orion | ||
757 | S: Maintained | ||
758 | F: arch/arm/mach-loki/ | ||
759 | F: arch/arm/mach-kirkwood/ | ||
760 | F: arch/arm/mach-mv78xx0/ | ||
761 | F: arch/arm/mach-orion5x/ | ||
762 | F: arch/arm/plat-orion/ | ||
763 | |||
786 | ARM/MIOA701 MACHINE SUPPORT | 764 | ARM/MIOA701 MACHINE SUPPORT |
787 | P: Robert Jarzmik | 765 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
788 | M: robert.jarzmik@free.fr | 766 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
789 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
790 | F: arch/arm/mach-pxa/mioa701.c | 767 | F: arch/arm/mach-pxa/mioa701.c |
791 | S: Maintained | 768 | S: Maintained |
792 | 769 | ||
793 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT | 770 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
794 | P: Michael Petchkovsky | 771 | M: Michael Petchkovsky <mkpetch@internode.on.net> |
795 | M: mkpetch@internode.on.net | ||
796 | S: Maintained | 772 | S: Maintained |
797 | 773 | ||
774 | ARM/NOMADIK ARCHITECTURE | ||
775 | M: Alessandro Rubini <rubini@unipv.it> | ||
776 | M: STEricsson <STEricsson_nomadik_linux@list.st.com> | ||
777 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
778 | S: Maintained | ||
779 | F: arch/arm/mach-nomadik/ | ||
780 | F: arch/arm/plat-nomadik/ | ||
781 | |||
798 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT | 782 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
799 | P: Nelson Castillo | 783 | M: Nelson Castillo <arhuaco@freaks-unidos.net> |
800 | M: arhuaco@freaks-unidos.net | ||
801 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) | 784 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) |
802 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | 785 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner |
803 | S: Supported | 786 | S: Supported |
804 | 787 | ||
805 | ARM/TOSA MACHINE SUPPORT | 788 | ARM/TOSA MACHINE SUPPORT |
806 | P: Dmitry Eremin-Solenikov | 789 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
807 | M: dbaryshkov@gmail.com | 790 | M: Dirk Opfer <dirk@opfer-online.de> |
808 | P: Dirk Opfer | ||
809 | M: dirk@opfer-online.de | ||
810 | S: Maintained | 791 | S: Maintained |
811 | 792 | ||
812 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT | 793 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
813 | P: Marek Vasut | 794 | M: Marek Vasut <marek.vasut@gmail.com> |
814 | M: marek.vasut@gmail.com | 795 | L: linux-arm-kernel@lists.infradead.org |
815 | W: http://hackndev.com | 796 | W: http://hackndev.com |
816 | S: Maintained | 797 | S: Maintained |
798 | F: arch/arm/mach-pxa/include/mach/palmtx.h | ||
799 | F: arch/arm/mach-pxa/palmtx.c | ||
800 | F: arch/arm/mach-pxa/include/mach/palmt5.h | ||
801 | F: arch/arm/mach-pxa/palmt5.c | ||
802 | F: arch/arm/mach-pxa/include/mach/palmld.h | ||
803 | F: arch/arm/mach-pxa/palmld.c | ||
804 | F: arch/arm/mach-pxa/include/mach/palmte2.h | ||
805 | F: arch/arm/mach-pxa/palmte2.c | ||
806 | F: arch/arm/mach-pxa/include/mach/palmtc.h | ||
807 | F: arch/arm/mach-pxa/palmtc.c | ||
817 | 808 | ||
818 | ARM/PALM TREO 680 SUPPORT | 809 | ARM/PALM TREO 680 SUPPORT |
819 | P: Tomas Cech | 810 | M: Tomas Cech <sleep_walker@suse.cz> |
820 | M: sleep_walker@suse.cz | 811 | L: linux-arm-kernel@lists.infradead.org |
821 | W: http://hackndev.com | 812 | W: http://hackndev.com |
822 | S: Maintained | 813 | S: Maintained |
814 | F: arch/arm/mach-pxa/include/mach/treo680.h | ||
815 | F: arch/arm/mach-pxa/treo680.c | ||
823 | 816 | ||
824 | ARM/PALMZ72 SUPPORT | 817 | ARM/PALMZ72 SUPPORT |
825 | P: Sergey Lapin | 818 | M: Sergey Lapin <slapin@ossfans.org> |
826 | M: slapin@ossfans.org | 819 | L: linux-arm-kernel@lists.infradead.org |
827 | W: http://hackndev.com | 820 | W: http://hackndev.com |
828 | S: Maintained | 821 | S: Maintained |
822 | F: arch/arm/mach-pxa/include/mach/palmz72.h | ||
823 | F: arch/arm/mach-pxa/palmz72.c | ||
829 | 824 | ||
830 | ARM/PLEB SUPPORT | 825 | ARM/PLEB SUPPORT |
831 | P: Peter Chubb | 826 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
832 | M: pleb@gelato.unsw.edu.au | ||
833 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | 827 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
834 | S: Maintained | 828 | S: Maintained |
835 | 829 | ||
836 | ARM/PT DIGITAL BOARD PORT | 830 | ARM/PT DIGITAL BOARD PORT |
837 | P: Stefan Eletzhofer | 831 | M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> |
838 | M: stefan.eletzhofer@eletztrick.de | 832 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
839 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
840 | W: http://www.arm.linux.org.uk/ | 833 | W: http://www.arm.linux.org.uk/ |
841 | S: Maintained | 834 | S: Maintained |
842 | 835 | ||
843 | ARM/RADISYS ENP2611 MACHINE SUPPORT | 836 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
844 | P: Lennert Buytenhek | 837 | M: Lennert Buytenhek <kernel@wantstofly.org> |
845 | M: kernel@wantstofly.org | 838 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
846 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
847 | S: Maintained | 839 | S: Maintained |
848 | 840 | ||
849 | ARM/RISCPC ARCHITECTURE | 841 | ARM/RISCPC ARCHITECTURE |
850 | P: Russell King | 842 | M: Russell King <linux@arm.linux.org.uk> |
851 | M: linux@arm.linux.org.uk | 843 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
852 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
853 | W: http://www.arm.linux.org.uk/ | 844 | W: http://www.arm.linux.org.uk/ |
854 | S: Maintained | 845 | S: Maintained |
855 | F: arch/arm/common/time-acorn.c | 846 | F: arch/arm/common/time-acorn.c |
@@ -862,89 +853,113 @@ F: drivers/net/arm/ether* | |||
862 | F: drivers/scsi/arm/ | 853 | F: drivers/scsi/arm/ |
863 | 854 | ||
864 | ARM/SHARK MACHINE SUPPORT | 855 | ARM/SHARK MACHINE SUPPORT |
865 | P: Alexander Schulz | 856 | M: Alexander Schulz <alex@shark-linux.de> |
866 | M: alex@shark-linux.de | ||
867 | W: http://www.shark-linux.de/shark.html | 857 | W: http://www.shark-linux.de/shark.html |
868 | S: Maintained | 858 | S: Maintained |
869 | 859 | ||
860 | ARM/SAMSUNG ARM ARCHITECTURES | ||
861 | M: Ben Dooks <ben-linux@fluff.org> | ||
862 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
863 | W: http://www.fluff.org/ben/linux/ | ||
864 | S: Maintained | ||
865 | F: arch/arm/plat-s3c/ | ||
866 | F: arch/arm/plat-s3c24xx/ | ||
867 | |||
870 | ARM/S3C2410 ARM ARCHITECTURE | 868 | ARM/S3C2410 ARM ARCHITECTURE |
871 | P: Ben Dooks | 869 | M: Ben Dooks <ben-linux@fluff.org> |
872 | M: ben-linux@fluff.org | 870 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
873 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
874 | W: http://www.fluff.org/ben/linux/ | 871 | W: http://www.fluff.org/ben/linux/ |
875 | S: Maintained | 872 | S: Maintained |
873 | F: arch/arm/mach-s3c2410/ | ||
876 | 874 | ||
877 | ARM/S3C2440 ARM ARCHITECTURE | 875 | ARM/S3C2440 ARM ARCHITECTURE |
878 | P: Ben Dooks | 876 | M: Ben Dooks <ben-linux@fluff.org> |
879 | M: ben-linux@fluff.org | 877 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
880 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 878 | W: http://www.fluff.org/ben/linux/ |
879 | S: Maintained | ||
880 | F: arch/arm/mach-s3c2440/ | ||
881 | |||
882 | ARM/S3C2442 ARM ARCHITECTURE | ||
883 | M: Ben Dooks <ben-linux@fluff.org> | ||
884 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
885 | W: http://www.fluff.org/ben/linux/ | ||
886 | S: Maintained | ||
887 | F: arch/arm/mach-s3c2442/ | ||
888 | |||
889 | ARM/S3C2443 ARM ARCHITECTURE | ||
890 | M: Ben Dooks <ben-linux@fluff.org> | ||
891 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
881 | W: http://www.fluff.org/ben/linux/ | 892 | W: http://www.fluff.org/ben/linux/ |
882 | S: Maintained | 893 | S: Maintained |
894 | F: arch/arm/mach-s3c2443/ | ||
895 | |||
896 | ARM/S3C6400 ARM ARCHITECTURE | ||
897 | M: Ben Dooks <ben-linux@fluff.org> | ||
898 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
899 | W: http://www.fluff.org/ben/linux/ | ||
900 | S: Maintained | ||
901 | F: arch/arm/mach-s3c6400/ | ||
902 | |||
903 | ARM/S3C6410 ARM ARCHITECTURE | ||
904 | M: Ben Dooks <ben-linux@fluff.org> | ||
905 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
906 | W: http://www.fluff.org/ben/linux/ | ||
907 | S: Maintained | ||
908 | F: arch/arm/mach-s3c6410/ | ||
883 | 909 | ||
884 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT | 910 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
885 | P: Lennert Buytenhek | 911 | M: Lennert Buytenhek <kernel@wantstofly.org> |
886 | M: kernel@wantstofly.org | 912 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
887 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
888 | S: Maintained | 913 | S: Maintained |
889 | 914 | ||
890 | ARM/THECUS N2100 MACHINE SUPPORT | 915 | ARM/THECUS N2100 MACHINE SUPPORT |
891 | P: Lennert Buytenhek | 916 | M: Lennert Buytenhek <kernel@wantstofly.org> |
892 | M: kernel@wantstofly.org | 917 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
893 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
894 | S: Maintained | 918 | S: Maintained |
895 | 919 | ||
896 | ARM/NUVOTON W90X900 ARM ARCHITECTURE | 920 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
897 | P: Wan ZongShun | 921 | M: Wan ZongShun <mcuos.com@gmail.com> |
898 | M: mcuos.com@gmail.com | 922 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
899 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
900 | W: http://www.mcuos.com | 923 | W: http://www.mcuos.com |
901 | S: Maintained | 924 | S: Maintained |
902 | 925 | ||
926 | ARM/U8500 ARM ARCHITECTURE | ||
927 | M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | ||
928 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
929 | S: Maintained | ||
930 | F: arch/arm/mach-ux500/ | ||
931 | |||
903 | ARM/VFP SUPPORT | 932 | ARM/VFP SUPPORT |
904 | P: Russell King | 933 | M: Russell King <linux@arm.linux.org.uk> |
905 | M: linux@arm.linux.org.uk | 934 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
906 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
907 | W: http://www.arm.linux.org.uk/ | 935 | W: http://www.arm.linux.org.uk/ |
908 | S: Maintained | 936 | S: Maintained |
909 | F: arch/arm/vfp/ | 937 | F: arch/arm/vfp/ |
910 | 938 | ||
911 | ARPD SUPPORT | ||
912 | P: Jonathan Layes | ||
913 | L: netdev@vger.kernel.org | ||
914 | S: Maintained | ||
915 | F: net/ipv4/arp.c | ||
916 | |||
917 | ASUS ACPI EXTRAS DRIVER | 939 | ASUS ACPI EXTRAS DRIVER |
918 | P: Corentin Chary | 940 | M: Corentin Chary <corentincj@iksaif.net> |
919 | M: corentincj@iksaif.net | 941 | M: Karol Kozimor <sziwan@users.sourceforge.net> |
920 | P: Karol Kozimor | ||
921 | M: sziwan@users.sourceforge.net | ||
922 | L: acpi4asus-user@lists.sourceforge.net | 942 | L: acpi4asus-user@lists.sourceforge.net |
923 | W: http://acpi4asus.sf.net | 943 | W: http://acpi4asus.sf.net |
924 | S: Maintained | 944 | S: Maintained |
925 | F: arch/x86/kernel/acpi/boot.c | ||
926 | F: drivers/platform/x86/asus_acpi.c | 945 | F: drivers/platform/x86/asus_acpi.c |
927 | 946 | ||
928 | ASUS ASB100 HARDWARE MONITOR DRIVER | 947 | ASUS ASB100 HARDWARE MONITOR DRIVER |
929 | P: Mark M. Hoffman | 948 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
930 | M: mhoffman@lightlink.com | ||
931 | L: lm-sensors@lm-sensors.org | 949 | L: lm-sensors@lm-sensors.org |
932 | S: Maintained | 950 | S: Maintained |
933 | F: drivers/hwmon/asb100.c | 951 | F: drivers/hwmon/asb100.c |
934 | 952 | ||
935 | ASUS LAPTOP EXTRAS DRIVER | 953 | ASUS LAPTOP EXTRAS DRIVER |
936 | P: Corentin Chary | 954 | M: Corentin Chary <corentincj@iksaif.net> |
937 | M: corentincj@iksaif.net | ||
938 | L: acpi4asus-user@lists.sourceforge.net | 955 | L: acpi4asus-user@lists.sourceforge.net |
939 | W: http://acpi4asus.sf.net | 956 | W: http://acpi4asus.sf.net |
940 | S: Maintained | 957 | S: Maintained |
941 | F: drivers/platform/x86/asus-laptop.c | 958 | F: drivers/platform/x86/asus-laptop.c |
942 | 959 | ||
943 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | 960 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
944 | P: Dan Williams | 961 | M: Dan Williams <dan.j.williams@intel.com> |
945 | M: dan.j.williams@intel.com | 962 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
946 | P: Maciej Sosnowski | ||
947 | M: maciej.sosnowski@intel.com | ||
948 | W: http://sourceforge.net/projects/xscaleiop | 963 | W: http://sourceforge.net/projects/xscaleiop |
949 | S: Supported | 964 | S: Supported |
950 | F: Documentation/crypto/async-tx-api.txt | 965 | F: Documentation/crypto/async-tx-api.txt |
@@ -953,65 +968,65 @@ F: drivers/dma/ | |||
953 | F: include/linux/dmaengine.h | 968 | F: include/linux/dmaengine.h |
954 | F: include/linux/async_tx.h | 969 | F: include/linux/async_tx.h |
955 | 970 | ||
971 | AT24 EEPROM DRIVER | ||
972 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
973 | L: linux-i2c@vger.kernel.org | ||
974 | S: Maintained | ||
975 | F: drivers/misc/eeprom/at24.c | ||
976 | F: include/linux/i2c/at24.h | ||
977 | |||
956 | ATA OVER ETHERNET (AOE) DRIVER | 978 | ATA OVER ETHERNET (AOE) DRIVER |
957 | P: Ed L. Cashin | 979 | M: "Ed L. Cashin" <ecashin@coraid.com> |
958 | M: ecashin@coraid.com | ||
959 | W: http://www.coraid.com/support/linux | 980 | W: http://www.coraid.com/support/linux |
960 | S: Supported | 981 | S: Supported |
961 | F: Documentation/aoe/ | 982 | F: Documentation/aoe/ |
962 | F: drivers/block/aoe/ | 983 | F: drivers/block/aoe/ |
963 | 984 | ||
964 | ATHEROS ATH5K WIRELESS DRIVER | 985 | ATHEROS ATH5K WIRELESS DRIVER |
965 | P: Jiri Slaby | 986 | M: Jiri Slaby <jirislaby@gmail.com> |
966 | M: jirislaby@gmail.com | 987 | M: Nick Kossifidis <mickflemm@gmail.com> |
967 | P: Nick Kossifidis | 988 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
968 | M: mickflemm@gmail.com | 989 | M: Bob Copeland <me@bobcopeland.com> |
969 | P: Luis R. Rodriguez | ||
970 | M: lrodriguez@atheros.com | ||
971 | P: Bob Copeland | ||
972 | M: me@bobcopeland.com | ||
973 | L: linux-wireless@vger.kernel.org | 990 | L: linux-wireless@vger.kernel.org |
974 | L: ath5k-devel@lists.ath5k.org | 991 | L: ath5k-devel@lists.ath5k.org |
992 | W: http://wireless.kernel.org/en/users/Drivers/ath5k | ||
975 | S: Maintained | 993 | S: Maintained |
976 | F: drivers/net/wireless/ath/ath5k/ | 994 | F: drivers/net/wireless/ath/ath5k/ |
977 | 995 | ||
978 | ATHEROS ATH9K WIRELESS DRIVER | 996 | ATHEROS ATH9K WIRELESS DRIVER |
979 | P: Luis R. Rodriguez | 997 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
980 | M: lrodriguez@atheros.com | 998 | M: Jouni Malinen <jmalinen@atheros.com> |
981 | P: Jouni Malinen | 999 | M: Sujith Manoharan <Sujith.Manoharan@atheros.com> |
982 | M: jmalinen@atheros.com | 1000 | M: Vasanthakumar Thiagarajan <vasanth@atheros.com> |
983 | P: Sujith Manoharan | 1001 | M: Senthil Balasubramanian <senthilkumar@atheros.com> |
984 | M: Sujith.Manoharan@atheros.com | ||
985 | P: Vasanthakumar Thiagarajan | ||
986 | M: vasanth@atheros.com | ||
987 | P: Senthil Balasubramanian | ||
988 | M: senthilkumar@atheros.com | ||
989 | L: linux-wireless@vger.kernel.org | 1002 | L: linux-wireless@vger.kernel.org |
990 | L: ath9k-devel@lists.ath9k.org | 1003 | L: ath9k-devel@lists.ath9k.org |
1004 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | ||
991 | S: Supported | 1005 | S: Supported |
992 | F: drivers/net/wireless/ath/ath9k/ | 1006 | F: drivers/net/wireless/ath/ath9k/ |
993 | 1007 | ||
994 | ATHEROS AR9170 WIRELESS DRIVER | 1008 | ATHEROS AR9170 WIRELESS DRIVER |
995 | P: Christian Lamparter | 1009 | M: Christian Lamparter <chunkeey@web.de> |
996 | M: chunkeey@web.de | ||
997 | L: linux-wireless@vger.kernel.org | 1010 | L: linux-wireless@vger.kernel.org |
998 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 | 1011 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 |
999 | S: Maintained | 1012 | S: Maintained |
1000 | F: drivers/net/wireless/ath/ar9170/ | 1013 | F: drivers/net/wireless/ath/ar9170/ |
1001 | 1014 | ||
1015 | ATK0110 HWMON DRIVER | ||
1016 | M: Luca Tettamanti <kronos.it@gmail.com> | ||
1017 | L: lm-sensors@lm-sensors.org | ||
1018 | S: Maintained | ||
1019 | F: drivers/hwmon/asus_atk0110.c | ||
1020 | |||
1002 | ATI_REMOTE2 DRIVER | 1021 | ATI_REMOTE2 DRIVER |
1003 | P: Ville Syrjala | 1022 | M: Ville Syrjala <syrjala@sci.fi> |
1004 | M: syrjala@sci.fi | ||
1005 | S: Maintained | 1023 | S: Maintained |
1006 | F: drivers/input/misc/ati_remote2.c | 1024 | F: drivers/input/misc/ati_remote2.c |
1007 | 1025 | ||
1008 | ATLX ETHERNET DRIVERS | 1026 | ATLX ETHERNET DRIVERS |
1009 | P: Jay Cliburn | 1027 | M: Jay Cliburn <jcliburn@gmail.com> |
1010 | M: jcliburn@gmail.com | 1028 | M: Chris Snook <chris.snook@gmail.com> |
1011 | P: Chris Snook | 1029 | M: Jie Yang <jie.yang@atheros.com> |
1012 | M: csnook@redhat.com | ||
1013 | P: Jie Yang | ||
1014 | M: jie.yang@atheros.com | ||
1015 | L: atl1-devel@lists.sourceforge.net | 1030 | L: atl1-devel@lists.sourceforge.net |
1016 | W: http://sourceforge.net/projects/atl1 | 1031 | W: http://sourceforge.net/projects/atl1 |
1017 | W: http://atl1.sourceforge.net | 1032 | W: http://atl1.sourceforge.net |
@@ -1019,9 +1034,8 @@ S: Maintained | |||
1019 | F: drivers/net/atlx/ | 1034 | F: drivers/net/atlx/ |
1020 | 1035 | ||
1021 | ATM | 1036 | ATM |
1022 | P: Chas Williams | 1037 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
1023 | M: chas@cmf.nrl.navy.mil | 1038 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
1024 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | ||
1025 | L: netdev@vger.kernel.org | 1039 | L: netdev@vger.kernel.org |
1026 | W: http://linux-atm.sourceforge.net | 1040 | W: http://linux-atm.sourceforge.net |
1027 | S: Maintained | 1041 | S: Maintained |
@@ -1029,58 +1043,50 @@ F: drivers/atm/ | |||
1029 | F: include/linux/atm* | 1043 | F: include/linux/atm* |
1030 | 1044 | ||
1031 | ATMEL AT91 MCI DRIVER | 1045 | ATMEL AT91 MCI DRIVER |
1032 | P: Nicolas Ferre | 1046 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
1033 | M: nicolas.ferre@atmel.com | 1047 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1034 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
1035 | W: http://www.atmel.com/products/AT91/ | 1048 | W: http://www.atmel.com/products/AT91/ |
1036 | W: http://www.at91.com/ | 1049 | W: http://www.at91.com/ |
1037 | S: Maintained | 1050 | S: Maintained |
1038 | F: drivers/mmc/host/at91_mci.c | 1051 | F: drivers/mmc/host/at91_mci.c |
1039 | 1052 | ||
1040 | ATMEL AT91 / AT32 MCI DRIVER | 1053 | ATMEL AT91 / AT32 MCI DRIVER |
1041 | P: Nicolas Ferre | 1054 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
1042 | M: nicolas.ferre@atmel.com | ||
1043 | S: Maintained | 1055 | S: Maintained |
1044 | F: drivers/mmc/host/atmel-mci.c | 1056 | F: drivers/mmc/host/atmel-mci.c |
1045 | F: drivers/mmc/host/atmel-mci-regs.h | 1057 | F: drivers/mmc/host/atmel-mci-regs.h |
1046 | 1058 | ||
1047 | ATMEL AT91 / AT32 SERIAL DRIVER | 1059 | ATMEL AT91 / AT32 SERIAL DRIVER |
1048 | P: Haavard Skinnemoen | 1060 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1049 | M: hskinnemoen@atmel.com | ||
1050 | S: Supported | 1061 | S: Supported |
1051 | F: drivers/serial/atmel_serial.c | 1062 | F: drivers/serial/atmel_serial.c |
1052 | 1063 | ||
1053 | ATMEL LCDFB DRIVER | 1064 | ATMEL LCDFB DRIVER |
1054 | P: Nicolas Ferre | 1065 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
1055 | M: nicolas.ferre@atmel.com | 1066 | L: linux-fbdev@vger.kernel.org |
1056 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
1057 | S: Maintained | 1067 | S: Maintained |
1058 | F: drivers/video/atmel_lcdfb.c | 1068 | F: drivers/video/atmel_lcdfb.c |
1059 | F: include/video/atmel_lcdc.h | 1069 | F: include/video/atmel_lcdc.h |
1060 | 1070 | ||
1061 | ATMEL MACB ETHERNET DRIVER | 1071 | ATMEL MACB ETHERNET DRIVER |
1062 | P: Haavard Skinnemoen | 1072 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1063 | M: hskinnemoen@atmel.com | ||
1064 | S: Supported | 1073 | S: Supported |
1065 | F: drivers/net/macb.* | 1074 | F: drivers/net/macb.* |
1066 | 1075 | ||
1067 | ATMEL SPI DRIVER | 1076 | ATMEL SPI DRIVER |
1068 | P: Haavard Skinnemoen | 1077 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1069 | M: hskinnemoen@atmel.com | ||
1070 | S: Supported | 1078 | S: Supported |
1071 | F: drivers/spi/atmel_spi.* | 1079 | F: drivers/spi/atmel_spi.* |
1072 | 1080 | ||
1073 | ATMEL USBA UDC DRIVER | 1081 | ATMEL USBA UDC DRIVER |
1074 | P: Haavard Skinnemoen | 1082 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1075 | M: hskinnemoen@atmel.com | ||
1076 | L: kernel@avr32linux.org | 1083 | L: kernel@avr32linux.org |
1077 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver | 1084 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver |
1078 | S: Supported | 1085 | S: Supported |
1079 | F: drivers/usb/gadget/atmel_usba_udc.* | 1086 | F: drivers/usb/gadget/atmel_usba_udc.* |
1080 | 1087 | ||
1081 | ATMEL WIRELESS DRIVER | 1088 | ATMEL WIRELESS DRIVER |
1082 | P: Simon Kelley | 1089 | M: Simon Kelley <simon@thekelleys.org.uk> |
1083 | M: simon@thekelleys.org.uk | ||
1084 | L: linux-wireless@vger.kernel.org | 1090 | L: linux-wireless@vger.kernel.org |
1085 | W: http://www.thekelleys.org.uk/atmel | 1091 | W: http://www.thekelleys.org.uk/atmel |
1086 | W: http://atmelwlandriver.sourceforge.net/ | 1092 | W: http://atmelwlandriver.sourceforge.net/ |
@@ -1088,10 +1094,8 @@ S: Maintained | |||
1088 | F: drivers/net/wireless/atmel* | 1094 | F: drivers/net/wireless/atmel* |
1089 | 1095 | ||
1090 | AUDIT SUBSYSTEM | 1096 | AUDIT SUBSYSTEM |
1091 | P: Al Viro | 1097 | M: Al Viro <viro@zeniv.linux.org.uk> |
1092 | M: viro@zeniv.linux.org.uk | 1098 | M: Eric Paris <eparis@redhat.com> |
1093 | P: Eric Paris | ||
1094 | M: eparis@redhat.com | ||
1095 | L: linux-audit@redhat.com (subscribers-only) | 1099 | L: linux-audit@redhat.com (subscribers-only) |
1096 | W: http://people.redhat.com/sgrubb/audit/ | 1100 | W: http://people.redhat.com/sgrubb/audit/ |
1097 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git | 1101 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git |
@@ -1100,8 +1104,7 @@ F: include/linux/audit.h | |||
1100 | F: kernel/audit* | 1104 | F: kernel/audit* |
1101 | 1105 | ||
1102 | AUXILIARY DISPLAY DRIVERS | 1106 | AUXILIARY DISPLAY DRIVERS |
1103 | P: Miguel Ojeda Sandonis | 1107 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
1104 | M: miguel.ojeda.sandonis@gmail.com | ||
1105 | W: http://miguelojeda.es/auxdisplay.htm | 1108 | W: http://miguelojeda.es/auxdisplay.htm |
1106 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1109 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1107 | S: Maintained | 1110 | S: Maintained |
@@ -1109,8 +1112,7 @@ F: drivers/auxdisplay/ | |||
1109 | F: include/linux/cfag12864b.h | 1112 | F: include/linux/cfag12864b.h |
1110 | 1113 | ||
1111 | AVR32 ARCHITECTURE | 1114 | AVR32 ARCHITECTURE |
1112 | P: Haavard Skinnemoen | 1115 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1113 | M: hskinnemoen@atmel.com | ||
1114 | W: http://www.atmel.com/products/AVR32/ | 1116 | W: http://www.atmel.com/products/AVR32/ |
1115 | W: http://avr32linux.org/ | 1117 | W: http://avr32linux.org/ |
1116 | W: http://avrfreaks.net/ | 1118 | W: http://avrfreaks.net/ |
@@ -1118,14 +1120,12 @@ S: Supported | |||
1118 | F: arch/avr32/ | 1120 | F: arch/avr32/ |
1119 | 1121 | ||
1120 | AVR32/AT32AP MACHINE SUPPORT | 1122 | AVR32/AT32AP MACHINE SUPPORT |
1121 | P: Haavard Skinnemoen | 1123 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1122 | M: hskinnemoen@atmel.com | ||
1123 | S: Supported | 1124 | S: Supported |
1124 | F: arch/avr32/mach-at32ap/ | 1125 | F: arch/avr32/mach-at32ap/ |
1125 | 1126 | ||
1126 | AX.25 NETWORK LAYER | 1127 | AX.25 NETWORK LAYER |
1127 | P: Ralf Baechle | 1128 | M: Ralf Baechle <ralf@linux-mips.org> |
1128 | M: ralf@linux-mips.org | ||
1129 | L: linux-hams@vger.kernel.org | 1129 | L: linux-hams@vger.kernel.org |
1130 | W: http://www.linux-ax25.org/ | 1130 | W: http://www.linux-ax25.org/ |
1131 | S: Maintained | 1131 | S: Maintained |
@@ -1134,128 +1134,110 @@ F: include/net/ax25.h | |||
1134 | F: net/ax25/ | 1134 | F: net/ax25/ |
1135 | 1135 | ||
1136 | B43 WIRELESS DRIVER | 1136 | B43 WIRELESS DRIVER |
1137 | P: Michael Buesch | 1137 | M: Michael Buesch <mb@bu3sch.de> |
1138 | M: mb@bu3sch.de | 1138 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1139 | P: Stefano Brivio | ||
1140 | M: stefano.brivio@polimi.it | ||
1141 | L: linux-wireless@vger.kernel.org | 1139 | L: linux-wireless@vger.kernel.org |
1142 | W: http://linuxwireless.org/en/users/Drivers/b43 | 1140 | W: http://linuxwireless.org/en/users/Drivers/b43 |
1143 | S: Maintained | 1141 | S: Maintained |
1144 | F: drivers/net/wireless/b43/ | 1142 | F: drivers/net/wireless/b43/ |
1145 | 1143 | ||
1146 | B43LEGACY WIRELESS DRIVER | 1144 | B43LEGACY WIRELESS DRIVER |
1147 | P: Larry Finger | 1145 | M: Larry Finger <Larry.Finger@lwfinger.net> |
1148 | M: Larry.Finger@lwfinger.net | 1146 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1149 | P: Stefano Brivio | ||
1150 | M: stefano.brivio@polimi.it | ||
1151 | L: linux-wireless@vger.kernel.org | 1147 | L: linux-wireless@vger.kernel.org |
1152 | W: http://linuxwireless.org/en/users/Drivers/b43 | 1148 | W: http://linuxwireless.org/en/users/Drivers/b43 |
1153 | S: Maintained | 1149 | S: Maintained |
1154 | F: drivers/net/wireless/b43legacy/ | 1150 | F: drivers/net/wireless/b43legacy/ |
1155 | 1151 | ||
1156 | BACKLIGHT CLASS/SUBSYSTEM | 1152 | BACKLIGHT CLASS/SUBSYSTEM |
1157 | P: Richard Purdie | 1153 | M: Richard Purdie <rpurdie@rpsys.net> |
1158 | M: rpurdie@rpsys.net | ||
1159 | S: Maintained | 1154 | S: Maintained |
1160 | F: drivers/video/backlight/ | 1155 | F: drivers/video/backlight/ |
1161 | F: include/linux/backlight.h | 1156 | F: include/linux/backlight.h |
1162 | 1157 | ||
1163 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 | 1158 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
1164 | P: Thomas Sailer | 1159 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> |
1165 | M: t.sailer@alumni.ethz.ch | ||
1166 | L: linux-hams@vger.kernel.org | 1160 | L: linux-hams@vger.kernel.org |
1167 | W: http://www.baycom.org/~tom/ham/ham.html | 1161 | W: http://www.baycom.org/~tom/ham/ham.html |
1168 | S: Maintained | 1162 | S: Maintained |
1169 | F: drivers/net/hamradio/baycom* | 1163 | F: drivers/net/hamradio/baycom* |
1170 | 1164 | ||
1171 | BEFS FILE SYSTEM | 1165 | BEFS FILE SYSTEM |
1172 | P: Sergey S. Kostyliov | 1166 | M: "Sergey S. Kostyliov" <rathamahata@php4.ru> |
1173 | M: rathamahata@php4.ru | ||
1174 | S: Maintained | 1167 | S: Maintained |
1175 | F: Documentation/filesystems/befs.txt | 1168 | F: Documentation/filesystems/befs.txt |
1176 | F: fs/befs/ | 1169 | F: fs/befs/ |
1177 | 1170 | ||
1178 | BFS FILE SYSTEM | 1171 | BFS FILE SYSTEM |
1179 | P: Tigran A. Aivazian | 1172 | M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> |
1180 | M: tigran@aivazian.fsnet.co.uk | ||
1181 | S: Maintained | 1173 | S: Maintained |
1182 | F: Documentation/filesystems/bfs.txt | 1174 | F: Documentation/filesystems/bfs.txt |
1183 | F: fs/bfs/ | 1175 | F: fs/bfs/ |
1184 | F: include/linux/bfs_fs.h | 1176 | F: include/linux/bfs_fs.h |
1185 | 1177 | ||
1186 | BLACKFIN ARCHITECTURE | 1178 | BLACKFIN ARCHITECTURE |
1187 | P: Mike Frysinger | 1179 | M: Mike Frysinger <vapier@gentoo.org> |
1188 | M: vapier@gentoo.org | ||
1189 | L: uclinux-dist-devel@blackfin.uclinux.org | 1180 | L: uclinux-dist-devel@blackfin.uclinux.org |
1190 | W: http://blackfin.uclinux.org | 1181 | W: http://blackfin.uclinux.org |
1191 | S: Supported | 1182 | S: Supported |
1192 | F: arch/blackfin/ | 1183 | F: arch/blackfin/ |
1193 | 1184 | ||
1194 | BLACKFIN EMAC DRIVER | 1185 | BLACKFIN EMAC DRIVER |
1195 | P: Michael Hennerich | 1186 | M: Michael Hennerich <michael.hennerich@analog.com> |
1196 | M: michael.hennerich@analog.com | ||
1197 | L: uclinux-dist-devel@blackfin.uclinux.org | 1187 | L: uclinux-dist-devel@blackfin.uclinux.org |
1198 | W: http://blackfin.uclinux.org | 1188 | W: http://blackfin.uclinux.org |
1199 | S: Supported | 1189 | S: Supported |
1200 | F: drivers/net/bfin_mac.* | 1190 | F: drivers/net/bfin_mac.* |
1201 | 1191 | ||
1202 | BLACKFIN RTC DRIVER | 1192 | BLACKFIN RTC DRIVER |
1203 | P: Mike Frysinger | 1193 | M: Mike Frysinger <vapier.adi@gmail.com> |
1204 | M: vapier.adi@gmail.com | ||
1205 | L: uclinux-dist-devel@blackfin.uclinux.org | 1194 | L: uclinux-dist-devel@blackfin.uclinux.org |
1206 | W: http://blackfin.uclinux.org | 1195 | W: http://blackfin.uclinux.org |
1207 | S: Supported | 1196 | S: Supported |
1208 | F: drivers/rtc/rtc-bfin.c | 1197 | F: drivers/rtc/rtc-bfin.c |
1209 | 1198 | ||
1210 | BLACKFIN SERIAL DRIVER | 1199 | BLACKFIN SERIAL DRIVER |
1211 | P: Sonic Zhang | 1200 | M: Sonic Zhang <sonic.zhang@analog.com> |
1212 | M: sonic.zhang@analog.com | ||
1213 | L: uclinux-dist-devel@blackfin.uclinux.org | 1201 | L: uclinux-dist-devel@blackfin.uclinux.org |
1214 | W: http://blackfin.uclinux.org | 1202 | W: http://blackfin.uclinux.org |
1215 | S: Supported | 1203 | S: Supported |
1216 | F: drivers/serial/bfin_5xx.c | 1204 | F: drivers/serial/bfin_5xx.c |
1217 | 1205 | ||
1218 | BLACKFIN WATCHDOG DRIVER | 1206 | BLACKFIN WATCHDOG DRIVER |
1219 | P: Mike Frysinger | 1207 | M: Mike Frysinger <vapier.adi@gmail.com> |
1220 | M: vapier.adi@gmail.com | ||
1221 | L: uclinux-dist-devel@blackfin.uclinux.org | 1208 | L: uclinux-dist-devel@blackfin.uclinux.org |
1222 | W: http://blackfin.uclinux.org | 1209 | W: http://blackfin.uclinux.org |
1223 | S: Supported | 1210 | S: Supported |
1224 | F: drivers/watchdog/bfin_wdt.c | 1211 | F: drivers/watchdog/bfin_wdt.c |
1225 | 1212 | ||
1226 | BLACKFIN I2C TWI DRIVER | 1213 | BLACKFIN I2C TWI DRIVER |
1227 | P: Sonic Zhang | 1214 | M: Sonic Zhang <sonic.zhang@analog.com> |
1228 | M: sonic.zhang@analog.com | ||
1229 | L: uclinux-dist-devel@blackfin.uclinux.org | 1215 | L: uclinux-dist-devel@blackfin.uclinux.org |
1230 | W: http://blackfin.uclinux.org/ | 1216 | W: http://blackfin.uclinux.org/ |
1231 | S: Supported | 1217 | S: Supported |
1232 | F: drivers/i2c/busses/i2c-bfin-twi.c | 1218 | F: drivers/i2c/busses/i2c-bfin-twi.c |
1233 | 1219 | ||
1234 | BLOCK LAYER | 1220 | BLOCK LAYER |
1235 | P: Jens Axboe | 1221 | M: Jens Axboe <axboe@kernel.dk> |
1236 | M: axboe@kernel.dk | ||
1237 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | 1222 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1238 | S: Maintained | 1223 | S: Maintained |
1239 | F: block/ | 1224 | F: block/ |
1240 | 1225 | ||
1241 | BLOCK2MTD DRIVER | 1226 | BLOCK2MTD DRIVER |
1242 | P: Joern Engel | 1227 | M: Joern Engel <joern@lazybastard.org> |
1243 | M: joern@lazybastard.org | ||
1244 | L: linux-mtd@lists.infradead.org | 1228 | L: linux-mtd@lists.infradead.org |
1245 | S: Maintained | 1229 | S: Maintained |
1246 | F: drivers/mtd/devices/block2mtd.c | 1230 | F: drivers/mtd/devices/block2mtd.c |
1247 | 1231 | ||
1248 | BLUETOOTH DRIVERS | 1232 | BLUETOOTH DRIVERS |
1249 | P: Marcel Holtmann | 1233 | M: Marcel Holtmann <marcel@holtmann.org> |
1250 | M: marcel@holtmann.org | ||
1251 | L: linux-bluetooth@vger.kernel.org | 1234 | L: linux-bluetooth@vger.kernel.org |
1252 | W: http://www.bluez.org/ | 1235 | W: http://www.bluez.org/ |
1253 | S: Maintained | 1236 | S: Maintained |
1254 | F: drivers/bluetooth/ | 1237 | F: drivers/bluetooth/ |
1255 | 1238 | ||
1256 | BLUETOOTH SUBSYSTEM | 1239 | BLUETOOTH SUBSYSTEM |
1257 | P: Marcel Holtmann | 1240 | M: Marcel Holtmann <marcel@holtmann.org> |
1258 | M: marcel@holtmann.org | ||
1259 | L: linux-bluetooth@vger.kernel.org | 1241 | L: linux-bluetooth@vger.kernel.org |
1260 | W: http://www.bluez.org/ | 1242 | W: http://www.bluez.org/ |
1261 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git | 1243 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
@@ -1264,8 +1246,7 @@ F: net/bluetooth/ | |||
1264 | F: include/net/bluetooth/ | 1246 | F: include/net/bluetooth/ |
1265 | 1247 | ||
1266 | BONDING DRIVER | 1248 | BONDING DRIVER |
1267 | P: Jay Vosburgh | 1249 | M: Jay Vosburgh <fubar@us.ibm.com> |
1268 | M: fubar@us.ibm.com | ||
1269 | L: bonding-devel@lists.sourceforge.net | 1250 | L: bonding-devel@lists.sourceforge.net |
1270 | W: http://sourceforge.net/projects/bonding/ | 1251 | W: http://sourceforge.net/projects/bonding/ |
1271 | S: Supported | 1252 | S: Supported |
@@ -1273,54 +1254,52 @@ F: drivers/net/bonding/ | |||
1273 | F: include/linux/if_bonding.h | 1254 | F: include/linux/if_bonding.h |
1274 | 1255 | ||
1275 | BROADCOM B44 10/100 ETHERNET DRIVER | 1256 | BROADCOM B44 10/100 ETHERNET DRIVER |
1276 | P: Gary Zambrano | 1257 | M: Gary Zambrano <zambrano@broadcom.com> |
1277 | M: zambrano@broadcom.com | ||
1278 | L: netdev@vger.kernel.org | 1258 | L: netdev@vger.kernel.org |
1279 | S: Supported | 1259 | S: Supported |
1280 | F: drivers/net/b44.* | 1260 | F: drivers/net/b44.* |
1281 | 1261 | ||
1282 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER | 1262 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
1283 | P: Michael Chan | 1263 | M: Michael Chan <mchan@broadcom.com> |
1284 | M: mchan@broadcom.com | ||
1285 | L: netdev@vger.kernel.org | 1264 | L: netdev@vger.kernel.org |
1286 | S: Supported | 1265 | S: Supported |
1287 | F: drivers/net/bnx2.* | 1266 | F: drivers/net/bnx2.* |
1288 | F: drivers/net/bnx2_* | 1267 | F: drivers/net/bnx2_* |
1289 | 1268 | ||
1290 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER | 1269 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
1291 | P: Eilon Greenstein | 1270 | M: Eilon Greenstein <eilong@broadcom.com> |
1292 | M: eilong@broadcom.com | ||
1293 | L: netdev@vger.kernel.org | 1271 | L: netdev@vger.kernel.org |
1294 | S: Supported | 1272 | S: Supported |
1295 | F: drivers/net/bnx2x* | 1273 | F: drivers/net/bnx2x* |
1296 | 1274 | ||
1297 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | 1275 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
1298 | P: Matt Carlson | 1276 | M: Matt Carlson <mcarlson@broadcom.com> |
1299 | M: mcarlson@broadcom.com | 1277 | M: Michael Chan <mchan@broadcom.com> |
1300 | P: Michael Chan | ||
1301 | M: mchan@broadcom.com | ||
1302 | L: netdev@vger.kernel.org | 1278 | L: netdev@vger.kernel.org |
1303 | S: Supported | 1279 | S: Supported |
1304 | F: drivers/net/tg3.* | 1280 | F: drivers/net/tg3.* |
1305 | 1281 | ||
1282 | BROCADE BFA FC SCSI DRIVER | ||
1283 | M: Jing Huang <huangj@brocade.com> | ||
1284 | L: linux-scsi@vger.kernel.org | ||
1285 | S: Supported | ||
1286 | F: drivers/scsi/bfa/ | ||
1287 | |||
1306 | BSG (block layer generic sg v4 driver) | 1288 | BSG (block layer generic sg v4 driver) |
1307 | P: FUJITA Tomonori | 1289 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1308 | M: fujita.tomonori@lab.ntt.co.jp | ||
1309 | L: linux-scsi@vger.kernel.org | 1290 | L: linux-scsi@vger.kernel.org |
1310 | S: Supported | 1291 | S: Supported |
1311 | F: block/bsg.c | 1292 | F: block/bsg.c |
1312 | F: include/linux/bsg.h | 1293 | F: include/linux/bsg.h |
1313 | 1294 | ||
1314 | BT8XXGPIO DRIVER | 1295 | BT8XXGPIO DRIVER |
1315 | P: Michael Buesch | 1296 | M: Michael Buesch <mb@bu3sch.de> |
1316 | M: mb@bu3sch.de | ||
1317 | W: http://bu3sch.de/btgpio.php | 1297 | W: http://bu3sch.de/btgpio.php |
1318 | S: Maintained | 1298 | S: Maintained |
1319 | F: drivers/gpio/bt8xxgpio.c | 1299 | F: drivers/gpio/bt8xxgpio.c |
1320 | 1300 | ||
1321 | BTRFS FILE SYSTEM | 1301 | BTRFS FILE SYSTEM |
1322 | P: Chris Mason | 1302 | M: Chris Mason <chris.mason@oracle.com> |
1323 | M: chris.mason@oracle.com | ||
1324 | L: linux-btrfs@vger.kernel.org | 1303 | L: linux-btrfs@vger.kernel.org |
1325 | W: http://btrfs.wiki.kernel.org/ | 1304 | W: http://btrfs.wiki.kernel.org/ |
1326 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git | 1305 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git |
@@ -1329,8 +1308,7 @@ F: Documentation/filesystems/btrfs.txt | |||
1329 | F: fs/btrfs/ | 1308 | F: fs/btrfs/ |
1330 | 1309 | ||
1331 | BTTV VIDEO4LINUX DRIVER | 1310 | BTTV VIDEO4LINUX DRIVER |
1332 | P: Mauro Carvalho Chehab | 1311 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
1333 | M: mchehab@infradead.org | ||
1334 | L: linux-media@vger.kernel.org | 1312 | L: linux-media@vger.kernel.org |
1335 | W: http://linuxtv.org | 1313 | W: http://linuxtv.org |
1336 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1314 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -1339,16 +1317,14 @@ F: Documentation/video4linux/bttv/ | |||
1339 | F: drivers/media/video/bt8xx/bttv* | 1317 | F: drivers/media/video/bt8xx/bttv* |
1340 | 1318 | ||
1341 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS | 1319 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
1342 | P: David Howells | 1320 | M: David Howells <dhowells@redhat.com> |
1343 | M: dhowells@redhat.com | ||
1344 | L: linux-cachefs@redhat.com | 1321 | L: linux-cachefs@redhat.com |
1345 | S: Supported | 1322 | S: Supported |
1346 | F: Documentation/filesystems/caching/cachefiles.txt | 1323 | F: Documentation/filesystems/caching/cachefiles.txt |
1347 | F: fs/cachefiles/ | 1324 | F: fs/cachefiles/ |
1348 | 1325 | ||
1349 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | 1326 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
1350 | P: Jonathan Corbet | 1327 | M: Jonathan Corbet <corbet@lwn.net> |
1351 | M: corbet@lwn.net | ||
1352 | L: linux-media@vger.kernel.org | 1328 | L: linux-media@vger.kernel.org |
1353 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1329 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1354 | S: Maintained | 1330 | S: Maintained |
@@ -1356,10 +1332,8 @@ F: Documentation/video4linux/cafe_ccic | |||
1356 | F: drivers/media/video/cafe_ccic* | 1332 | F: drivers/media/video/cafe_ccic* |
1357 | 1333 | ||
1358 | CALGARY x86-64 IOMMU | 1334 | CALGARY x86-64 IOMMU |
1359 | P: Muli Ben-Yehuda | 1335 | M: Muli Ben-Yehuda <muli@il.ibm.com> |
1360 | M: muli@il.ibm.com | 1336 | M: "Jon D. Mason" <jdmason@kudzu.us> |
1361 | P: Jon D. Mason | ||
1362 | M: jdmason@kudzu.us | ||
1363 | L: discuss@x86-64.org | 1337 | L: discuss@x86-64.org |
1364 | S: Maintained | 1338 | S: Maintained |
1365 | F: arch/x86/kernel/pci-calgary_64.c | 1339 | F: arch/x86/kernel/pci-calgary_64.c |
@@ -1368,10 +1342,8 @@ F: arch/x86/include/asm/calgary.h | |||
1368 | F: arch/x86/include/asm/tce.h | 1342 | F: arch/x86/include/asm/tce.h |
1369 | 1343 | ||
1370 | CAN NETWORK LAYER | 1344 | CAN NETWORK LAYER |
1371 | P: Urs Thuermann | 1345 | M: Urs Thuermann <urs.thuermann@volkswagen.de> |
1372 | M: urs.thuermann@volkswagen.de | 1346 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
1373 | P: Oliver Hartkopp | ||
1374 | M: oliver.hartkopp@volkswagen.de | ||
1375 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1347 | L: socketcan-core@lists.berlios.de (subscribers-only) |
1376 | W: http://developer.berlios.de/projects/socketcan/ | 1348 | W: http://developer.berlios.de/projects/socketcan/ |
1377 | S: Maintained | 1349 | S: Maintained |
@@ -1380,15 +1352,13 @@ F: include/linux/can/ | |||
1380 | F: include/linux/can.h | 1352 | F: include/linux/can.h |
1381 | 1353 | ||
1382 | CAN NETWORK DRIVERS | 1354 | CAN NETWORK DRIVERS |
1383 | P: Wolfgang Grandegger | 1355 | M: Wolfgang Grandegger <wg@grandegger.com> |
1384 | M: wg@grandegger.com | ||
1385 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1356 | L: socketcan-core@lists.berlios.de (subscribers-only) |
1386 | W: http://developer.berlios.de/projects/socketcan/ | 1357 | W: http://developer.berlios.de/projects/socketcan/ |
1387 | S: Maintained | 1358 | S: Maintained |
1388 | 1359 | ||
1389 | CELL BROADBAND ENGINE ARCHITECTURE | 1360 | CELL BROADBAND ENGINE ARCHITECTURE |
1390 | P: Arnd Bergmann | 1361 | M: Arnd Bergmann <arnd@arndb.de> |
1391 | M: arnd@arndb.de | ||
1392 | L: linuxppc-dev@ozlabs.org | 1362 | L: linuxppc-dev@ozlabs.org |
1393 | L: cbe-oss-dev@ozlabs.org | 1363 | L: cbe-oss-dev@ozlabs.org |
1394 | W: http://www.ibm.com/developerworks/power/cell/ | 1364 | W: http://www.ibm.com/developerworks/power/cell/ |
@@ -1399,8 +1369,7 @@ F: arch/powerpc/oprofile/*cell* | |||
1399 | F: arch/powerpc/platforms/cell/ | 1369 | F: arch/powerpc/platforms/cell/ |
1400 | 1370 | ||
1401 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: | 1371 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
1402 | P: David Vrabel | 1372 | M: David Vrabel <david.vrabel@csr.com> |
1403 | M: david.vrabel@csr.com | ||
1404 | L: linux-usb@vger.kernel.org | 1373 | L: linux-usb@vger.kernel.org |
1405 | S: Supported | 1374 | S: Supported |
1406 | F: Documentation/usb/WUSB-Design-overview.txt | 1375 | F: Documentation/usb/WUSB-Design-overview.txt |
@@ -1409,8 +1378,7 @@ F: drivers/usb/wusbcore/ | |||
1409 | F: include/linux/usb/wusb* | 1378 | F: include/linux/usb/wusb* |
1410 | 1379 | ||
1411 | CFAG12864B LCD DRIVER | 1380 | CFAG12864B LCD DRIVER |
1412 | P: Miguel Ojeda Sandonis | 1381 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
1413 | M: miguel.ojeda.sandonis@gmail.com | ||
1414 | W: http://miguelojeda.es/auxdisplay.htm | 1382 | W: http://miguelojeda.es/auxdisplay.htm |
1415 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1383 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1416 | S: Maintained | 1384 | S: Maintained |
@@ -1418,8 +1386,7 @@ F: drivers/auxdisplay/cfag12864b.c | |||
1418 | F: include/linux/cfag12864b.h | 1386 | F: include/linux/cfag12864b.h |
1419 | 1387 | ||
1420 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | 1388 | CFAG12864BFB LCD FRAMEBUFFER DRIVER |
1421 | P: Miguel Ojeda Sandonis | 1389 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
1422 | M: miguel.ojeda.sandonis@gmail.com | ||
1423 | W: http://miguelojeda.es/auxdisplay.htm | 1390 | W: http://miguelojeda.es/auxdisplay.htm |
1424 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1391 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1425 | S: Maintained | 1392 | S: Maintained |
@@ -1427,8 +1394,7 @@ F: drivers/auxdisplay/cfag12864bfb.c | |||
1427 | F: include/linux/cfag12864b.h | 1394 | F: include/linux/cfag12864b.h |
1428 | 1395 | ||
1429 | CFG80211 and NL80211 | 1396 | CFG80211 and NL80211 |
1430 | P: Johannes Berg | 1397 | M: Johannes Berg <johannes@sipsolutions.net> |
1431 | M: johannes@sipsolutions.net | ||
1432 | L: linux-wireless@vger.kernel.org | 1398 | L: linux-wireless@vger.kernel.org |
1433 | S: Maintained | 1399 | S: Maintained |
1434 | F: include/linux/nl80211.h | 1400 | F: include/linux/nl80211.h |
@@ -1437,66 +1403,47 @@ F: net/wireless/* | |||
1437 | X: net/wireless/wext* | 1403 | X: net/wireless/wext* |
1438 | 1404 | ||
1439 | CHECKPATCH | 1405 | CHECKPATCH |
1440 | P: Andy Whitcroft | 1406 | M: Andy Whitcroft <apw@canonical.com> |
1441 | M: apw@canonical.com | ||
1442 | S: Supported | 1407 | S: Supported |
1443 | F: scripts/checkpatch.pl | 1408 | F: scripts/checkpatch.pl |
1444 | 1409 | ||
1445 | CISCO 10G ETHERNET DRIVER | 1410 | CISCO 10G ETHERNET DRIVER |
1446 | P: Scott Feldman | 1411 | M: Scott Feldman <scofeldm@cisco.com> |
1447 | M: scofeldm@cisco.com | 1412 | M: Joe Eykholt <jeykholt@cisco.com> |
1448 | P: Joe Eykholt | ||
1449 | M: jeykholt@cisco.com | ||
1450 | S: Supported | 1413 | S: Supported |
1451 | F: drivers/net/enic/ | 1414 | F: drivers/net/enic/ |
1452 | 1415 | ||
1453 | CIRRUS LOGIC EP93XX ETHERNET DRIVER | 1416 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
1454 | P: Lennert Buytenhek | 1417 | M: Lennert Buytenhek <kernel@wantstofly.org> |
1455 | M: kernel@wantstofly.org | ||
1456 | L: netdev@vger.kernel.org | 1418 | L: netdev@vger.kernel.org |
1457 | S: Maintained | 1419 | S: Maintained |
1458 | F: drivers/net/arm/ep93xx_eth.c | 1420 | F: drivers/net/arm/ep93xx_eth.c |
1459 | 1421 | ||
1460 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER | 1422 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
1461 | P: Lennert Buytenhek | 1423 | M: Lennert Buytenhek <kernel@wantstofly.org> |
1462 | M: kernel@wantstofly.org | ||
1463 | L: linux-usb@vger.kernel.org | 1424 | L: linux-usb@vger.kernel.org |
1464 | S: Maintained | 1425 | S: Maintained |
1465 | F: drivers/usb/host/ohci-ep93xx.c | 1426 | F: drivers/usb/host/ohci-ep93xx.c |
1466 | 1427 | ||
1467 | CIRRUS LOGIC CS4270 SOUND DRIVER | 1428 | CIRRUS LOGIC CS4270 SOUND DRIVER |
1468 | P: Timur Tabi | 1429 | M: Timur Tabi <timur@freescale.com> |
1469 | M: timur@freescale.com | ||
1470 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 1430 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
1471 | S: Supported | 1431 | S: Supported |
1472 | F: sound/soc/codecs/cs4270* | 1432 | F: sound/soc/codecs/cs4270* |
1473 | 1433 | ||
1474 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER | ||
1475 | P: Cirrus Logic Corporation (kernel 2.2 driver) | ||
1476 | M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> | ||
1477 | P: Nils Faerber (port to kernel 2.4) | ||
1478 | M: Nils Faerber <nils@kernelconcepts.de> | ||
1479 | S: Maintained | ||
1480 | F: Documentation/input/cs461x.txt | ||
1481 | F: sound/pci/cs46xx/ | ||
1482 | |||
1483 | CLK API | 1434 | CLK API |
1484 | P: Russell King | 1435 | M: Russell King <linux@arm.linux.org.uk> |
1485 | M: linux@arm.linux.org.uk | ||
1486 | F: include/linux/clk.h | 1436 | F: include/linux/clk.h |
1487 | 1437 | ||
1488 | CISCO FCOE HBA DRIVER | 1438 | CISCO FCOE HBA DRIVER |
1489 | P: Abhijeet Joglekar | 1439 | M: Abhijeet Joglekar <abjoglek@cisco.com> |
1490 | M: abjoglek@cisco.com | 1440 | M: Joe Eykholt <jeykholt@cisco.com> |
1491 | P: Joe Eykholt | ||
1492 | M: jeykholt@cisco.com | ||
1493 | L: linux-scsi@vger.kernel.org | 1441 | L: linux-scsi@vger.kernel.org |
1494 | S: Supported | 1442 | S: Supported |
1495 | F: drivers/scsi/fnic/ | 1443 | F: drivers/scsi/fnic/ |
1496 | 1444 | ||
1497 | CODA FILE SYSTEM | 1445 | CODA FILE SYSTEM |
1498 | P: Jan Harkes | 1446 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
1499 | M: jaharkes@cs.cmu.edu | ||
1500 | M: coda@cs.cmu.edu | 1447 | M: coda@cs.cmu.edu |
1501 | L: codalist@coda.cs.cmu.edu | 1448 | L: codalist@coda.cs.cmu.edu |
1502 | W: http://www.coda.cs.cmu.edu/ | 1449 | W: http://www.coda.cs.cmu.edu/ |
@@ -1506,8 +1453,7 @@ F: fs/coda/ | |||
1506 | F: include/linux/coda*.h | 1453 | F: include/linux/coda*.h |
1507 | 1454 | ||
1508 | COMMON INTERNET FILE SYSTEM (CIFS) | 1455 | COMMON INTERNET FILE SYSTEM (CIFS) |
1509 | P: Steve French | 1456 | M: Steve French <sfrench@samba.org> |
1510 | M: sfrench@samba.org | ||
1511 | L: linux-cifs-client@lists.samba.org | 1457 | L: linux-cifs-client@lists.samba.org |
1512 | L: samba-technical@lists.samba.org | 1458 | L: samba-technical@lists.samba.org |
1513 | W: http://linux-cifs.samba.org/ | 1459 | W: http://linux-cifs.samba.org/ |
@@ -1517,63 +1463,57 @@ F: Documentation/filesystems/cifs.txt | |||
1517 | F: fs/cifs/ | 1463 | F: fs/cifs/ |
1518 | 1464 | ||
1519 | COMPACTPCI HOTPLUG CORE | 1465 | COMPACTPCI HOTPLUG CORE |
1520 | P: Scott Murray | 1466 | M: Scott Murray <scott@spiteful.org> |
1521 | M: scottm@somanetworks.com | ||
1522 | M: scott@spiteful.org | ||
1523 | L: linux-pci@vger.kernel.org | 1467 | L: linux-pci@vger.kernel.org |
1524 | S: Supported | 1468 | S: Maintained |
1525 | F: drivers/pci/hotplug/cpci_hotplug* | 1469 | F: drivers/pci/hotplug/cpci_hotplug* |
1526 | 1470 | ||
1527 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | 1471 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER |
1528 | P: Scott Murray | 1472 | M: Scott Murray <scott@spiteful.org> |
1529 | M: scottm@somanetworks.com | ||
1530 | M: scott@spiteful.org | ||
1531 | L: linux-pci@vger.kernel.org | 1473 | L: linux-pci@vger.kernel.org |
1532 | S: Supported | 1474 | S: Maintained |
1533 | F: drivers/pci/hotplug/cpcihp_zt5550.* | 1475 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
1534 | 1476 | ||
1535 | COMPACTPCI HOTPLUG GENERIC DRIVER | 1477 | COMPACTPCI HOTPLUG GENERIC DRIVER |
1536 | P: Scott Murray | 1478 | M: Scott Murray <scott@spiteful.org> |
1537 | M: scottm@somanetworks.com | ||
1538 | M: scott@spiteful.org | ||
1539 | L: linux-pci@vger.kernel.org | 1479 | L: linux-pci@vger.kernel.org |
1540 | S: Supported | 1480 | S: Maintained |
1541 | F: drivers/pci/hotplug/cpcihp_generic.c | 1481 | F: drivers/pci/hotplug/cpcihp_generic.c |
1542 | 1482 | ||
1543 | COMPAL LAPTOP SUPPORT | 1483 | COMPAL LAPTOP SUPPORT |
1544 | P: Cezary Jackiewicz | 1484 | M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> |
1545 | M: cezary.jackiewicz@gmail.com | ||
1546 | S: Maintained | 1485 | S: Maintained |
1547 | F: drivers/platform/x86/compal-laptop.c | 1486 | F: drivers/platform/x86/compal-laptop.c |
1548 | 1487 | ||
1549 | COMPUTONE INTELLIPORT MULTIPORT CARD | 1488 | COMPUTONE INTELLIPORT MULTIPORT CARD |
1550 | P: Michael H. Warfield | 1489 | M: "Michael H. Warfield" <mhw@wittsend.com> |
1551 | M: mhw@wittsend.com | ||
1552 | W: http://www.wittsend.com/computone.html | 1490 | W: http://www.wittsend.com/computone.html |
1553 | S: Maintained | 1491 | S: Maintained |
1554 | F: Documentation/serial/computone.txt | 1492 | F: Documentation/serial/computone.txt |
1555 | F: drivers/char/ip2/ | 1493 | F: drivers/char/ip2/ |
1556 | 1494 | ||
1557 | CONEXANT ACCESSRUNNER USB DRIVER | 1495 | CONEXANT ACCESSRUNNER USB DRIVER |
1558 | P: Simon Arlott | 1496 | M: Simon Arlott <cxacru@fire.lp0.eu> |
1559 | M: cxacru@fire.lp0.eu | ||
1560 | L: accessrunner-general@lists.sourceforge.net | 1497 | L: accessrunner-general@lists.sourceforge.net |
1561 | W: http://accessrunner.sourceforge.net/ | 1498 | W: http://accessrunner.sourceforge.net/ |
1562 | S: Maintained | 1499 | S: Maintained |
1563 | F: drivers/usb/atm/cxacru.c | 1500 | F: drivers/usb/atm/cxacru.c |
1564 | 1501 | ||
1565 | CONFIGFS | 1502 | CONFIGFS |
1566 | P: Joel Becker | 1503 | M: Joel Becker <joel.becker@oracle.com> |
1567 | M: joel.becker@oracle.com | ||
1568 | S: Supported | 1504 | S: Supported |
1569 | F: fs/configfs/ | 1505 | F: fs/configfs/ |
1570 | F: include/linux/configfs.h | 1506 | F: include/linux/configfs.h |
1571 | 1507 | ||
1508 | CONNECTOR | ||
1509 | M: Evgeniy Polyakov <zbr@ioremap.net> | ||
1510 | L: netdev@vger.kernel.org | ||
1511 | S: Maintained | ||
1512 | F: drivers/connector/ | ||
1513 | |||
1572 | CONTROL GROUPS (CGROUPS) | 1514 | CONTROL GROUPS (CGROUPS) |
1573 | P: Paul Menage | 1515 | M: Paul Menage <menage@google.com> |
1574 | M: menage@google.com | 1516 | M: Li Zefan <lizf@cn.fujitsu.com> |
1575 | P: Li Zefan | ||
1576 | M: lizf@cn.fujitsu.com | ||
1577 | L: containers@lists.linux-foundation.org | 1517 | L: containers@lists.linux-foundation.org |
1578 | S: Maintained | 1518 | S: Maintained |
1579 | F: include/linux/cgroup* | 1519 | F: include/linux/cgroup* |
@@ -1581,30 +1521,27 @@ F: kernel/cgroup* | |||
1581 | F: mm/*cgroup* | 1521 | F: mm/*cgroup* |
1582 | 1522 | ||
1583 | CORETEMP HARDWARE MONITORING DRIVER | 1523 | CORETEMP HARDWARE MONITORING DRIVER |
1584 | P: Rudolf Marek | 1524 | M: Rudolf Marek <r.marek@assembler.cz> |
1585 | M: r.marek@assembler.cz | 1525 | M: Huaxu Wan <huaxu.wan@intel.com> |
1586 | L: lm-sensors@lm-sensors.org | 1526 | L: lm-sensors@lm-sensors.org |
1587 | S: Maintained | 1527 | S: Maintained |
1588 | F: Documentation/hwmon/coretemp | 1528 | F: Documentation/hwmon/coretemp |
1589 | F: drivers/hwmon/coretemp.c | 1529 | F: drivers/hwmon/coretemp.c |
1590 | 1530 | ||
1591 | COSA/SRP SYNC SERIAL DRIVER | 1531 | COSA/SRP SYNC SERIAL DRIVER |
1592 | P: Jan "Yenya" Kasprzak | 1532 | M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> |
1593 | M: kas@fi.muni.cz | ||
1594 | W: http://www.fi.muni.cz/~kas/cosa/ | 1533 | W: http://www.fi.muni.cz/~kas/cosa/ |
1595 | S: Maintained | 1534 | S: Maintained |
1596 | F: drivers/net/wan/cosa* | 1535 | F: drivers/net/wan/cosa* |
1597 | 1536 | ||
1598 | CPMAC ETHERNET DRIVER | 1537 | CPMAC ETHERNET DRIVER |
1599 | P: Florian Fainelli | 1538 | M: Florian Fainelli <florian@openwrt.org> |
1600 | M: florian@openwrt.org | ||
1601 | L: netdev@vger.kernel.org | 1539 | L: netdev@vger.kernel.org |
1602 | S: Maintained | 1540 | S: Maintained |
1603 | F: drivers/net/cpmac.c | 1541 | F: drivers/net/cpmac.c |
1604 | 1542 | ||
1605 | CPU FREQUENCY DRIVERS | 1543 | CPU FREQUENCY DRIVERS |
1606 | P: Dave Jones | 1544 | M: Dave Jones <davej@redhat.com> |
1607 | M: davej@redhat.com | ||
1608 | L: cpufreq@vger.kernel.org | 1545 | L: cpufreq@vger.kernel.org |
1609 | W: http://www.codemonkey.org.uk/projects/cpufreq/ | 1546 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
1610 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git | 1547 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
@@ -1614,15 +1551,13 @@ F: drivers/cpufreq/ | |||
1614 | F: include/linux/cpufreq.h | 1551 | F: include/linux/cpufreq.h |
1615 | 1552 | ||
1616 | CPUID/MSR DRIVER | 1553 | CPUID/MSR DRIVER |
1617 | P: H. Peter Anvin | 1554 | M: "H. Peter Anvin" <hpa@zytor.com> |
1618 | M: hpa@zytor.com | ||
1619 | S: Maintained | 1555 | S: Maintained |
1620 | F: arch/x86/kernel/cpuid.c | 1556 | F: arch/x86/kernel/cpuid.c |
1621 | F: arch/x86/kernel/msr.c | 1557 | F: arch/x86/kernel/msr.c |
1622 | 1558 | ||
1623 | CPUSETS | 1559 | CPUSETS |
1624 | P: Paul Menage | 1560 | M: Paul Menage <menage@google.com> |
1625 | M: menage@google.com | ||
1626 | W: http://www.bullopensource.org/cpuset/ | 1561 | W: http://www.bullopensource.org/cpuset/ |
1627 | W: http://oss.sgi.com/projects/cpusets/ | 1562 | W: http://oss.sgi.com/projects/cpusets/ |
1628 | S: Supported | 1563 | S: Supported |
@@ -1637,20 +1572,16 @@ F: Documentation/filesystems/cramfs.txt | |||
1637 | F: fs/cramfs/ | 1572 | F: fs/cramfs/ |
1638 | 1573 | ||
1639 | CRIS PORT | 1574 | CRIS PORT |
1640 | P: Mikael Starvik | 1575 | M: Mikael Starvik <starvik@axis.com> |
1641 | M: starvik@axis.com | 1576 | M: Jesper Nilsson <jesper.nilsson@axis.com> |
1642 | P: Jesper Nilsson | ||
1643 | M: jesper.nilsson@axis.com | ||
1644 | L: linux-cris-kernel@axis.com | 1577 | L: linux-cris-kernel@axis.com |
1645 | W: http://developer.axis.com | 1578 | W: http://developer.axis.com |
1646 | S: Maintained | 1579 | S: Maintained |
1647 | F: arch/cris/ | 1580 | F: arch/cris/ |
1648 | 1581 | ||
1649 | CRYPTO API | 1582 | CRYPTO API |
1650 | P: Herbert Xu | 1583 | M: Herbert Xu <herbert@gondor.apana.org.au> |
1651 | M: herbert@gondor.apana.org.au | 1584 | M: "David S. Miller" <davem@davemloft.net> |
1652 | P: David S. Miller | ||
1653 | M: davem@davemloft.net | ||
1654 | L: linux-crypto@vger.kernel.org | 1585 | L: linux-crypto@vger.kernel.org |
1655 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git | 1586 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1656 | S: Maintained | 1587 | S: Maintained |
@@ -1661,58 +1592,50 @@ F: drivers/crypto/ | |||
1661 | F: include/crypto/ | 1592 | F: include/crypto/ |
1662 | 1593 | ||
1663 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR | 1594 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
1664 | P: Neil Horman | 1595 | M: Neil Horman <nhorman@tuxdriver.com> |
1665 | M: nhorman@tuxdriver.com | ||
1666 | L: linux-crypto@vger.kernel.org | 1596 | L: linux-crypto@vger.kernel.org |
1667 | S: Maintained | 1597 | S: Maintained |
1668 | 1598 | ||
1669 | CS5535 Audio ALSA driver | 1599 | CS5535 Audio ALSA driver |
1670 | P: Jaya Kumar | 1600 | M: Jaya Kumar <jayakumar.alsa@gmail.com> |
1671 | M: jayakumar.alsa@gmail.com | ||
1672 | S: Maintained | 1601 | S: Maintained |
1673 | F: sound/pci/cs5535audio/ | 1602 | F: sound/pci/cs5535audio/ |
1674 | 1603 | ||
1675 | CX18 VIDEO4LINUX DRIVER | 1604 | CX18 VIDEO4LINUX DRIVER |
1676 | P: Hans Verkuil | 1605 | M: Hans Verkuil <hverkuil@xs4all.nl> |
1677 | M: hverkuil@xs4all.nl | 1606 | M: Andy Walls <awalls@radix.net> |
1678 | P: Andy Walls | ||
1679 | M: awalls@radix.net | ||
1680 | L: ivtv-devel@ivtvdriver.org | 1607 | L: ivtv-devel@ivtvdriver.org |
1681 | L: ivtv-users@ivtvdriver.org | ||
1682 | L: linux-media@vger.kernel.org | 1608 | L: linux-media@vger.kernel.org |
1683 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1609 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1684 | W: http://linuxtv.org | 1610 | W: http://linuxtv.org |
1611 | W: http://www.ivtvdriver.org/index.php/Cx18 | ||
1685 | S: Maintained | 1612 | S: Maintained |
1686 | F: Documentation/video4linux/cx18.txt | 1613 | F: Documentation/video4linux/cx18.txt |
1687 | F: drivers/media/video/cx18/ | 1614 | F: drivers/media/video/cx18/ |
1688 | 1615 | ||
1689 | CXGB3 ETHERNET DRIVER (CXGB3) | 1616 | CXGB3 ETHERNET DRIVER (CXGB3) |
1690 | P: Divy Le Ray | 1617 | M: Divy Le Ray <divy@chelsio.com> |
1691 | M: divy@chelsio.com | ||
1692 | L: netdev@vger.kernel.org | 1618 | L: netdev@vger.kernel.org |
1693 | W: http://www.chelsio.com | 1619 | W: http://www.chelsio.com |
1694 | S: Supported | 1620 | S: Supported |
1695 | F: drivers/net/cxgb3/ | 1621 | F: drivers/net/cxgb3/ |
1696 | 1622 | ||
1697 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) | 1623 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
1698 | P: Steve Wise | 1624 | M: Steve Wise <swise@chelsio.com> |
1699 | M: swise@chelsio.com | 1625 | L: linux-rdma@vger.kernel.org |
1700 | L: general@lists.openfabrics.org | ||
1701 | W: http://www.openfabrics.org | 1626 | W: http://www.openfabrics.org |
1702 | S: Supported | 1627 | S: Supported |
1703 | F: drivers/infiniband/hw/cxgb3/ | 1628 | F: drivers/infiniband/hw/cxgb3/ |
1704 | 1629 | ||
1705 | CYBERPRO FB DRIVER | 1630 | CYBERPRO FB DRIVER |
1706 | P: Russell King | 1631 | M: Russell King <linux@arm.linux.org.uk> |
1707 | M: linux@arm.linux.org.uk | 1632 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1708 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
1709 | W: http://www.arm.linux.org.uk/ | 1633 | W: http://www.arm.linux.org.uk/ |
1710 | S: Maintained | 1634 | S: Maintained |
1711 | F: drivers/video/cyber2000fb.* | 1635 | F: drivers/video/cyber2000fb.* |
1712 | 1636 | ||
1713 | CYCLADES 2X SYNC CARD DRIVER | 1637 | CYCLADES 2X SYNC CARD DRIVER |
1714 | P: Arnaldo Carvalho de Melo | 1638 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
1715 | M: acme@ghostprotocols.net | ||
1716 | W: http://oops.ghostprotocols.net:81/blog | 1639 | W: http://oops.ghostprotocols.net:81/blog |
1717 | S: Maintained | 1640 | S: Maintained |
1718 | F: drivers/net/wan/cycx* | 1641 | F: drivers/net/wan/cycx* |
@@ -1729,8 +1652,7 @@ S: Orphan | |||
1729 | F: drivers/net/wan/pc300* | 1652 | F: drivers/net/wan/pc300* |
1730 | 1653 | ||
1731 | DAMA SLAVE for AX.25 | 1654 | DAMA SLAVE for AX.25 |
1732 | P: Joerg Reuter | 1655 | M: Joerg Reuter <jreuter@yaina.de> |
1733 | M: jreuter@yaina.de | ||
1734 | W: http://yaina.de/jreuter/ | 1656 | W: http://yaina.de/jreuter/ |
1735 | W: http://www.qsl.net/dl1bke/ | 1657 | W: http://www.qsl.net/dl1bke/ |
1736 | L: linux-hams@vger.kernel.org | 1658 | L: linux-hams@vger.kernel.org |
@@ -1744,29 +1666,23 @@ F: net/ax25/ax25_timer.c | |||
1744 | F: net/ax25/sysctl_net_ax25.c | 1666 | F: net/ax25/sysctl_net_ax25.c |
1745 | 1667 | ||
1746 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER | 1668 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
1747 | P: Tobias Ringstrom | 1669 | M: Tobias Ringstrom <tori@unhappy.mine.nu> |
1748 | M: tori@unhappy.mine.nu | ||
1749 | L: netdev@vger.kernel.org | 1670 | L: netdev@vger.kernel.org |
1750 | S: Maintained | 1671 | S: Maintained |
1751 | F: Documentation/networking/dmfe.txt | 1672 | F: Documentation/networking/dmfe.txt |
1752 | F: drivers/net/tulip/dmfe.c | 1673 | F: drivers/net/tulip/dmfe.c |
1753 | 1674 | ||
1754 | DC390/AM53C974 SCSI driver | 1675 | DC390/AM53C974 SCSI driver |
1755 | P: Kurt Garloff | 1676 | M: Kurt Garloff <garloff@suse.de> |
1756 | M: garloff@suse.de | ||
1757 | W: http://www.garloff.de/kurt/linux/dc390/ | 1677 | W: http://www.garloff.de/kurt/linux/dc390/ |
1758 | P: Guennadi Liakhovetski | 1678 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
1759 | M: g.liakhovetski@gmx.de | ||
1760 | S: Maintained | 1679 | S: Maintained |
1761 | F: drivers/scsi/tmscsim.* | 1680 | F: drivers/scsi/tmscsim.* |
1762 | 1681 | ||
1763 | DC395x SCSI driver | 1682 | DC395x SCSI driver |
1764 | P: Oliver Neukum | 1683 | M: Oliver Neukum <oliver@neukum.name> |
1765 | M: oliver@neukum.name | 1684 | M: Ali Akcaagac <aliakc@web.de> |
1766 | P: Ali Akcaagac | 1685 | M: Jamie Lenehan <lenehan@twibble.org> |
1767 | M: aliakc@web.de | ||
1768 | P: Jamie Lenehan | ||
1769 | M: lenehan@twibble.org | ||
1770 | W: http://twibble.org/dist/dc395x/ | 1686 | W: http://twibble.org/dist/dc395x/ |
1771 | L: dc395x@twibble.org | 1687 | L: dc395x@twibble.org |
1772 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ | 1688 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
@@ -1775,8 +1691,7 @@ F: Documentation/scsi/dc395x.txt | |||
1775 | F: drivers/scsi/dc395x.* | 1691 | F: drivers/scsi/dc395x.* |
1776 | 1692 | ||
1777 | DCCP PROTOCOL | 1693 | DCCP PROTOCOL |
1778 | P: Arnaldo Carvalho de Melo | 1694 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
1779 | M: acme@ghostprotocols.net | ||
1780 | L: dccp@vger.kernel.org | 1695 | L: dccp@vger.kernel.org |
1781 | W: http://linux-net.osdl.org/index.php/DCCP | 1696 | W: http://linux-net.osdl.org/index.php/DCCP |
1782 | S: Maintained | 1697 | S: Maintained |
@@ -1785,8 +1700,7 @@ F: include/linux/tfrc.h | |||
1785 | F: net/dccp/ | 1700 | F: net/dccp/ |
1786 | 1701 | ||
1787 | DECnet NETWORK LAYER | 1702 | DECnet NETWORK LAYER |
1788 | P: Christine Caulfield | 1703 | M: Christine Caulfield <christine.caulfield@googlemail.com> |
1789 | M: christine.caulfield@googlemail.com | ||
1790 | W: http://linux-decnet.sourceforge.net | 1704 | W: http://linux-decnet.sourceforge.net |
1791 | L: linux-decnet-user@lists.sourceforge.net | 1705 | L: linux-decnet-user@lists.sourceforge.net |
1792 | S: Maintained | 1706 | S: Maintained |
@@ -1794,40 +1708,34 @@ F: Documentation/networking/decnet.txt | |||
1794 | F: net/decnet/ | 1708 | F: net/decnet/ |
1795 | 1709 | ||
1796 | DEFXX FDDI NETWORK DRIVER | 1710 | DEFXX FDDI NETWORK DRIVER |
1797 | P: Maciej W. Rozycki | 1711 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
1798 | M: macro@linux-mips.org | ||
1799 | S: Maintained | 1712 | S: Maintained |
1800 | F: drivers/net/defxx.* | 1713 | F: drivers/net/defxx.* |
1801 | 1714 | ||
1802 | DELL LAPTOP DRIVER | 1715 | DELL LAPTOP DRIVER |
1803 | P: Matthew Garrett | 1716 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
1804 | M: mjg59@srcf.ucam.org | ||
1805 | S: Maintained | 1717 | S: Maintained |
1806 | F: drivers/platform/x86/dell-laptop.c | 1718 | F: drivers/platform/x86/dell-laptop.c |
1807 | 1719 | ||
1808 | DELL LAPTOP SMM DRIVER | 1720 | DELL LAPTOP SMM DRIVER |
1809 | P: Massimo Dal Zotto | 1721 | M: Massimo Dal Zotto <dz@debian.org> |
1810 | M: dz@debian.org | ||
1811 | W: http://www.debian.org/~dz/i8k/ | 1722 | W: http://www.debian.org/~dz/i8k/ |
1812 | S: Maintained | 1723 | S: Maintained |
1813 | F: drivers/char/i8k.c | 1724 | F: drivers/char/i8k.c |
1814 | F: include/linux/i8k.h | 1725 | F: include/linux/i8k.h |
1815 | 1726 | ||
1816 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) | 1727 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
1817 | P: Doug Warzecha | 1728 | M: Doug Warzecha <Douglas_Warzecha@dell.com> |
1818 | M: Douglas_Warzecha@dell.com | ||
1819 | S: Maintained | 1729 | S: Maintained |
1820 | F: Documentation/dcdbas.txt | 1730 | F: Documentation/dcdbas.txt |
1821 | F: drivers/firmware/dcdbas.* | 1731 | F: drivers/firmware/dcdbas.* |
1822 | 1732 | ||
1823 | DELL WMI EXTRAS DRIVER | 1733 | DELL WMI EXTRAS DRIVER |
1824 | P: Matthew Garrett | 1734 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
1825 | M: mjg59@srcf.ucam.org | ||
1826 | S: Maintained | 1735 | S: Maintained |
1827 | 1736 | ||
1828 | DEVICE NUMBER REGISTRY | 1737 | DEVICE NUMBER REGISTRY |
1829 | P: Torben Mathiasen | 1738 | M: Torben Mathiasen <device@lanana.org> |
1830 | M: device@lanana.org | ||
1831 | W: http://lanana.org/docs/device-list/index.html | 1739 | W: http://lanana.org/docs/device-list/index.html |
1832 | S: Maintained | 1740 | S: Maintained |
1833 | 1741 | ||
@@ -1842,8 +1750,7 @@ F: include/linux/device-mapper.h | |||
1842 | F: include/linux/dm-*.h | 1750 | F: include/linux/dm-*.h |
1843 | 1751 | ||
1844 | DIGI INTL. EPCA DRIVER | 1752 | DIGI INTL. EPCA DRIVER |
1845 | P: Digi International, Inc | 1753 | M: "Digi International, Inc" <Eng.Linux@digi.com> |
1846 | M: Eng.Linux@digi.com | ||
1847 | L: Eng.Linux@digi.com | 1754 | L: Eng.Linux@digi.com |
1848 | W: http://www.digi.com | 1755 | W: http://www.digi.com |
1849 | S: Orphan | 1756 | S: Orphan |
@@ -1852,34 +1759,29 @@ F: drivers/char/epca* | |||
1852 | F: drivers/char/digi* | 1759 | F: drivers/char/digi* |
1853 | 1760 | ||
1854 | DIRECTORY NOTIFICATION (DNOTIFY) | 1761 | DIRECTORY NOTIFICATION (DNOTIFY) |
1855 | P: Eric Paris | 1762 | M: Eric Paris <eparis@parisplace.org> |
1856 | M: eparis@parisplace.org | ||
1857 | S: Maintained | 1763 | S: Maintained |
1858 | F: Documentation/filesystems/dnotify.txt | 1764 | F: Documentation/filesystems/dnotify.txt |
1859 | F: fs/notify/dnotify/ | 1765 | F: fs/notify/dnotify/ |
1860 | F: include/linux/dnotify.h | 1766 | F: include/linux/dnotify.h |
1861 | 1767 | ||
1862 | DISK GEOMETRY AND PARTITION HANDLING | 1768 | DISK GEOMETRY AND PARTITION HANDLING |
1863 | P: Andries Brouwer | 1769 | M: Andries Brouwer <aeb@cwi.nl> |
1864 | M: aeb@cwi.nl | ||
1865 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | 1770 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
1866 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | 1771 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
1867 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | 1772 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
1868 | S: Maintained | 1773 | S: Maintained |
1869 | 1774 | ||
1870 | DISKQUOTA | 1775 | DISKQUOTA |
1871 | P: Jan Kara | 1776 | M: Jan Kara <jack@suse.cz> |
1872 | M: jack@suse.cz | ||
1873 | S: Maintained | 1777 | S: Maintained |
1874 | F: Documentation/filesystems/quota.txt | 1778 | F: Documentation/filesystems/quota.txt |
1875 | F: fs/quota/ | 1779 | F: fs/quota/ |
1876 | F: include/linux/quota*.h | 1780 | F: include/linux/quota*.h |
1877 | 1781 | ||
1878 | DISTRIBUTED LOCK MANAGER (DLM) | 1782 | DISTRIBUTED LOCK MANAGER (DLM) |
1879 | P: Christine Caulfield | 1783 | M: Christine Caulfield <ccaulfie@redhat.com> |
1880 | M: ccaulfie@redhat.com | 1784 | M: David Teigland <teigland@redhat.com> |
1881 | P: David Teigland | ||
1882 | M: teigland@redhat.com | ||
1883 | L: cluster-devel@redhat.com | 1785 | L: cluster-devel@redhat.com |
1884 | W: http://sources.redhat.com/cluster/ | 1786 | W: http://sources.redhat.com/cluster/ |
1885 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git | 1787 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
@@ -1887,52 +1789,44 @@ S: Supported | |||
1887 | F: fs/dlm/ | 1789 | F: fs/dlm/ |
1888 | 1790 | ||
1889 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM | 1791 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
1890 | P: Maciej Sosnowski | 1792 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
1891 | M: maciej.sosnowski@intel.com | 1793 | M: Dan Williams <dan.j.williams@intel.com> |
1892 | P: Dan Williams | ||
1893 | M: dan.j.williams@intel.com | ||
1894 | S: Supported | 1794 | S: Supported |
1895 | F: drivers/dma/ | 1795 | F: drivers/dma/ |
1896 | F: include/linux/dma* | 1796 | F: include/linux/dma* |
1897 | 1797 | ||
1898 | DME1737 HARDWARE MONITOR DRIVER | 1798 | DME1737 HARDWARE MONITOR DRIVER |
1899 | P: Juerg Haefliger | 1799 | M: Juerg Haefliger <juergh@gmail.com> |
1900 | M: juergh@gmail.com | ||
1901 | L: lm-sensors@lm-sensors.org | 1800 | L: lm-sensors@lm-sensors.org |
1902 | S: Maintained | 1801 | S: Maintained |
1903 | F: Documentation/hwmon/dme1737 | 1802 | F: Documentation/hwmon/dme1737 |
1904 | F: drivers/hwmon/dme1737.c | 1803 | F: drivers/hwmon/dme1737.c |
1905 | 1804 | ||
1906 | DOCBOOK FOR DOCUMENTATION | 1805 | DOCBOOK FOR DOCUMENTATION |
1907 | P: Randy Dunlap | 1806 | M: Randy Dunlap <rdunlap@xenotime.net> |
1908 | M: rdunlap@xenotime.net | ||
1909 | S: Maintained | 1807 | S: Maintained |
1910 | 1808 | ||
1911 | DOCKING STATION DRIVER | 1809 | DOCKING STATION DRIVER |
1912 | P: Shaohua Li | 1810 | M: Shaohua Li <shaohua.li@intel.com> |
1913 | M: shaohua.li@intel.com | ||
1914 | L: linux-acpi@vger.kernel.org | 1811 | L: linux-acpi@vger.kernel.org |
1915 | S: Supported | 1812 | S: Supported |
1916 | F: drivers/acpi/dock.c | 1813 | F: drivers/acpi/dock.c |
1917 | 1814 | ||
1918 | DOCUMENTATION | 1815 | DOCUMENTATION |
1919 | P: Randy Dunlap | 1816 | M: Randy Dunlap <rdunlap@xenotime.net> |
1920 | M: rdunlap@xenotime.net | ||
1921 | L: linux-doc@vger.kernel.org | 1817 | L: linux-doc@vger.kernel.org |
1922 | S: Maintained | 1818 | S: Maintained |
1923 | F: Documentation/ | 1819 | F: Documentation/ |
1924 | 1820 | ||
1925 | DOUBLETALK DRIVER | 1821 | DOUBLETALK DRIVER |
1926 | P: James R. Van Zandt | 1822 | M: "James R. Van Zandt" <jrv@vanzandt.mv.com> |
1927 | M: jrv@vanzandt.mv.com | ||
1928 | L: blinux-list@redhat.com | 1823 | L: blinux-list@redhat.com |
1929 | S: Maintained | 1824 | S: Maintained |
1930 | F: drivers/char/dtlk.c | 1825 | F: drivers/char/dtlk.c |
1931 | F: include/linux/dtlk.h | 1826 | F: include/linux/dtlk.h |
1932 | 1827 | ||
1933 | DPT_I2O SCSI RAID DRIVER | 1828 | DPT_I2O SCSI RAID DRIVER |
1934 | P: Adaptec OEM Raid Solutions | 1829 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
1935 | M: aacraid@adaptec.com | ||
1936 | L: linux-scsi@vger.kernel.org | 1830 | L: linux-scsi@vger.kernel.org |
1937 | W: http://www.adaptec.com/ | 1831 | W: http://www.adaptec.com/ |
1938 | S: Maintained | 1832 | S: Maintained |
@@ -1940,8 +1834,7 @@ F: drivers/scsi/dpt* | |||
1940 | F: drivers/scsi/dpt/ | 1834 | F: drivers/scsi/dpt/ |
1941 | 1835 | ||
1942 | DRIVER CORE, KOBJECTS, AND SYSFS | 1836 | DRIVER CORE, KOBJECTS, AND SYSFS |
1943 | P: Greg Kroah-Hartman | 1837 | M: Greg Kroah-Hartman <gregkh@suse.de> |
1944 | M: gregkh@suse.de | ||
1945 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 1838 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1946 | S: Supported | 1839 | S: Supported |
1947 | F: Documentation/kobject.txt | 1840 | F: Documentation/kobject.txt |
@@ -1951,52 +1844,45 @@ F: include/linux/kobj* | |||
1951 | F: lib/kobj* | 1844 | F: lib/kobj* |
1952 | 1845 | ||
1953 | DRM DRIVERS | 1846 | DRM DRIVERS |
1954 | P: David Airlie | 1847 | M: David Airlie <airlied@linux.ie> |
1955 | M: airlied@linux.ie | ||
1956 | L: dri-devel@lists.sourceforge.net | 1848 | L: dri-devel@lists.sourceforge.net |
1957 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git | 1849 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1958 | S: Maintained | 1850 | S: Maintained |
1959 | F: drivers/gpu/drm/ | 1851 | F: drivers/gpu/drm/ |
1960 | 1852 | ||
1961 | DSCC4 DRIVER | 1853 | DSCC4 DRIVER |
1962 | P: Francois Romieu | 1854 | M: Francois Romieu <romieu@fr.zoreil.com> |
1963 | M: romieu@fr.zoreil.com | ||
1964 | L: netdev@vger.kernel.org | 1855 | L: netdev@vger.kernel.org |
1965 | S: Maintained | 1856 | S: Maintained |
1966 | F: drivers/net/wan/dscc4.c | 1857 | F: drivers/net/wan/dscc4.c |
1967 | 1858 | ||
1968 | DZ DECSTATION DZ11 SERIAL DRIVER | 1859 | DZ DECSTATION DZ11 SERIAL DRIVER |
1969 | P: Maciej W. Rozycki | 1860 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
1970 | M: macro@linux-mips.org | ||
1971 | S: Maintained | 1861 | S: Maintained |
1972 | F: drivers/serial/dz.* | 1862 | F: drivers/serial/dz.* |
1973 | 1863 | ||
1974 | EATA-DMA SCSI DRIVER | 1864 | EATA-DMA SCSI DRIVER |
1975 | P: Michael Neuffer | 1865 | M: Michael Neuffer <mike@i-Connect.Net> |
1976 | M: mike@i-Connect.Net | ||
1977 | L: linux-eata@i-connect.net | 1866 | L: linux-eata@i-connect.net |
1978 | L: linux-scsi@vger.kernel.org | 1867 | L: linux-scsi@vger.kernel.org |
1979 | S: Maintained | 1868 | S: Maintained |
1980 | F: drivers/scsi/eata* | 1869 | F: drivers/scsi/eata* |
1981 | 1870 | ||
1982 | EATA ISA/EISA/PCI SCSI DRIVER | 1871 | EATA ISA/EISA/PCI SCSI DRIVER |
1983 | P: Dario Ballabio | 1872 | M: Dario Ballabio <ballabio_dario@emc.com> |
1984 | M: ballabio_dario@emc.com | ||
1985 | L: linux-scsi@vger.kernel.org | 1873 | L: linux-scsi@vger.kernel.org |
1986 | S: Maintained | 1874 | S: Maintained |
1987 | F: drivers/scsi/eata.c | 1875 | F: drivers/scsi/eata.c |
1988 | 1876 | ||
1989 | EATA-PIO SCSI DRIVER | 1877 | EATA-PIO SCSI DRIVER |
1990 | P: Michael Neuffer | 1878 | M: Michael Neuffer <mike@i-Connect.Net> |
1991 | M: mike@i-Connect.Net | ||
1992 | L: linux-eata@i-connect.net | 1879 | L: linux-eata@i-connect.net |
1993 | L: linux-scsi@vger.kernel.org | 1880 | L: linux-scsi@vger.kernel.org |
1994 | S: Maintained | 1881 | S: Maintained |
1995 | F: drivers/scsi/eata_pio.* | 1882 | F: drivers/scsi/eata_pio.* |
1996 | 1883 | ||
1997 | EBTABLES | 1884 | EBTABLES |
1998 | P: Bart De Schuymer | 1885 | M: Bart De Schuymer <bart.de.schuymer@pandora.be> |
1999 | M: bart.de.schuymer@pandora.be | ||
2000 | L: ebtables-user@lists.sourceforge.net | 1886 | L: ebtables-user@lists.sourceforge.net |
2001 | L: ebtables-devel@lists.sourceforge.net | 1887 | L: ebtables-devel@lists.sourceforge.net |
2002 | W: http://ebtables.sourceforge.net/ | 1888 | W: http://ebtables.sourceforge.net/ |
@@ -2005,10 +1891,8 @@ F: include/linux/netfilter_bridge/ebt_*.h | |||
2005 | F: net/bridge/netfilter/ebt*.c | 1891 | F: net/bridge/netfilter/ebt*.c |
2006 | 1892 | ||
2007 | ECRYPT FILE SYSTEM | 1893 | ECRYPT FILE SYSTEM |
2008 | P: Tyler Hicks | 1894 | M: Tyler Hicks <tyhicks@linux.vnet.ibm.com> |
2009 | M: tyhicks@linux.vnet.ibm.com | 1895 | M: Dustin Kirkland <kirkland@canonical.com> |
2010 | P: Dustin Kirkland | ||
2011 | M: kirkland@canonical.com | ||
2012 | L: ecryptfs-devel@lists.launchpad.net | 1896 | L: ecryptfs-devel@lists.launchpad.net |
2013 | W: https://launchpad.net/ecryptfs | 1897 | W: https://launchpad.net/ecryptfs |
2014 | S: Supported | 1898 | S: Supported |
@@ -2016,8 +1900,7 @@ F: Documentation/filesystems/ecryptfs.txt | |||
2016 | F: fs/ecryptfs/ | 1900 | F: fs/ecryptfs/ |
2017 | 1901 | ||
2018 | EDAC-CORE | 1902 | EDAC-CORE |
2019 | P: Doug Thompson | 1903 | M: Doug Thompson <dougthompson@xmission.com> |
2020 | M: dougthompson@xmission.com | ||
2021 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1904 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2022 | W: bluesmoke.sourceforge.net | 1905 | W: bluesmoke.sourceforge.net |
2023 | S: Supported | 1906 | S: Supported |
@@ -2026,94 +1909,80 @@ F: drivers/edac/edac_* | |||
2026 | F: include/linux/edac.h | 1909 | F: include/linux/edac.h |
2027 | 1910 | ||
2028 | EDAC-AMD64 | 1911 | EDAC-AMD64 |
2029 | P: Doug Thompson | 1912 | M: Doug Thompson <dougthompson@xmission.com> |
2030 | M: dougthompson@xmission.com | 1913 | M: Borislav Petkov <borislav.petkov@amd.com> |
2031 | P: Borislav Petkov | ||
2032 | M: borislav.petkov@amd.com | ||
2033 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1914 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2034 | W: bluesmoke.sourceforge.net | 1915 | W: bluesmoke.sourceforge.net |
2035 | S: Supported | 1916 | S: Supported |
2036 | F: drivers/edac/amd64_edac* | 1917 | F: drivers/edac/amd64_edac* |
2037 | 1918 | ||
2038 | EDAC-E752X | 1919 | EDAC-E752X |
2039 | P: Mark Gross | 1920 | M: Mark Gross <mark.gross@intel.com> |
2040 | M: mark.gross@intel.com | 1921 | M: Doug Thompson <dougthompson@xmission.com> |
2041 | P: Doug Thompson | ||
2042 | M: dougthompson@xmission.com | ||
2043 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1922 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2044 | W: bluesmoke.sourceforge.net | 1923 | W: bluesmoke.sourceforge.net |
2045 | S: Maintained | 1924 | S: Maintained |
2046 | F: drivers/edac/e752x_edac.c | 1925 | F: drivers/edac/e752x_edac.c |
2047 | 1926 | ||
2048 | EDAC-E7XXX | 1927 | EDAC-E7XXX |
2049 | P: Doug Thompson | 1928 | M: Doug Thompson <dougthompson@xmission.com> |
2050 | M: dougthompson@xmission.com | ||
2051 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1929 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2052 | W: bluesmoke.sourceforge.net | 1930 | W: bluesmoke.sourceforge.net |
2053 | S: Maintained | 1931 | S: Maintained |
2054 | F: drivers/edac/e7xxx_edac.c | 1932 | F: drivers/edac/e7xxx_edac.c |
2055 | 1933 | ||
2056 | EDAC-I82443BXGX | 1934 | EDAC-I82443BXGX |
2057 | P: Tim Small | 1935 | M: Tim Small <tim@buttersideup.com> |
2058 | M: tim@buttersideup.com | ||
2059 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1936 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2060 | W: bluesmoke.sourceforge.net | 1937 | W: bluesmoke.sourceforge.net |
2061 | S: Maintained | 1938 | S: Maintained |
2062 | F: drivers/edac/i82443bxgx_edac.c | 1939 | F: drivers/edac/i82443bxgx_edac.c |
2063 | 1940 | ||
2064 | EDAC-I3000 | 1941 | EDAC-I3000 |
2065 | P: Jason Uhlenkott | 1942 | M: Jason Uhlenkott <juhlenko@akamai.com> |
2066 | M: juhlenko@akamai.com | ||
2067 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1943 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2068 | W: bluesmoke.sourceforge.net | 1944 | W: bluesmoke.sourceforge.net |
2069 | S: Maintained | 1945 | S: Maintained |
2070 | F: drivers/edac/i3000_edac.c | 1946 | F: drivers/edac/i3000_edac.c |
2071 | 1947 | ||
2072 | EDAC-I5000 | 1948 | EDAC-I5000 |
2073 | P: Doug Thompson | 1949 | M: Doug Thompson <dougthompson@xmission.com> |
2074 | M: dougthompson@xmission.com | ||
2075 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1950 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2076 | W: bluesmoke.sourceforge.net | 1951 | W: bluesmoke.sourceforge.net |
2077 | S: Maintained | 1952 | S: Maintained |
2078 | F: drivers/edac/i5000_edac.c | 1953 | F: drivers/edac/i5000_edac.c |
2079 | 1954 | ||
2080 | EDAC-I5400 | 1955 | EDAC-I5400 |
2081 | P: Mauro Carvalho Chehab | 1956 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
2082 | M: mchehab@redhat.com | ||
2083 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1957 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2084 | W: bluesmoke.sourceforge.net | 1958 | W: bluesmoke.sourceforge.net |
2085 | S: Maintained | 1959 | S: Maintained |
2086 | F: drivers/edac/i5400_edac.c | 1960 | F: drivers/edac/i5400_edac.c |
2087 | 1961 | ||
2088 | EDAC-I82975X | 1962 | EDAC-I82975X |
2089 | P: Ranganathan Desikan | 1963 | M: Ranganathan Desikan <ravi@jetztechnologies.com> |
2090 | M: rdesikan@jetzbroadband.com | 1964 | M: "Arvind R." <arvind@jetztechnologies.com> |
2091 | P: Arvind R. | ||
2092 | M: arvind@acarlab.com | ||
2093 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1965 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2094 | W: bluesmoke.sourceforge.net | 1966 | W: bluesmoke.sourceforge.net |
2095 | S: Maintained | 1967 | S: Maintained |
2096 | F: drivers/edac/i82975x_edac.c | 1968 | F: drivers/edac/i82975x_edac.c |
2097 | 1969 | ||
2098 | EDAC-PASEMI | 1970 | EDAC-PASEMI |
2099 | P: Egor Martovetsky | 1971 | M: Egor Martovetsky <egor@pasemi.com> |
2100 | M: egor@pasemi.com | ||
2101 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1972 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2102 | W: bluesmoke.sourceforge.net | 1973 | W: bluesmoke.sourceforge.net |
2103 | S: Maintained | 1974 | S: Maintained |
2104 | F: drivers/edac/pasemi_edac.c | 1975 | F: drivers/edac/pasemi_edac.c |
2105 | 1976 | ||
2106 | EDAC-R82600 | 1977 | EDAC-R82600 |
2107 | P: Tim Small | 1978 | M: Tim Small <tim@buttersideup.com> |
2108 | M: tim@buttersideup.com | ||
2109 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 1979 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2110 | W: bluesmoke.sourceforge.net | 1980 | W: bluesmoke.sourceforge.net |
2111 | S: Maintained | 1981 | S: Maintained |
2112 | F: drivers/edac/r82600_edac.c | 1982 | F: drivers/edac/r82600_edac.c |
2113 | 1983 | ||
2114 | EEEPC LAPTOP EXTRAS DRIVER | 1984 | EEEPC LAPTOP EXTRAS DRIVER |
2115 | P: Corentin Chary | 1985 | M: Corentin Chary <corentincj@iksaif.net> |
2116 | M: corentincj@iksaif.net | ||
2117 | L: acpi4asus-user@lists.sourceforge.net | 1986 | L: acpi4asus-user@lists.sourceforge.net |
2118 | W: http://acpi4asus.sf.net | 1987 | W: http://acpi4asus.sf.net |
2119 | S: Maintained | 1988 | S: Maintained |
@@ -2125,66 +1994,54 @@ S: Orphan | |||
2125 | F: fs/efs/ | 1994 | F: fs/efs/ |
2126 | 1995 | ||
2127 | EHCA (IBM GX bus InfiniBand adapter) DRIVER | 1996 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
2128 | P: Hoang-Nam Nguyen | 1997 | M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> |
2129 | M: hnguyen@de.ibm.com | 1998 | M: Christoph Raisch <raisch@de.ibm.com> |
2130 | P: Christoph Raisch | 1999 | L: linux-rdma@vger.kernel.org |
2131 | M: raisch@de.ibm.com | ||
2132 | L: general@lists.openfabrics.org | ||
2133 | S: Supported | 2000 | S: Supported |
2134 | F: drivers/infiniband/hw/ehca/ | 2001 | F: drivers/infiniband/hw/ehca/ |
2135 | 2002 | ||
2136 | EMBEDDED LINUX | 2003 | EMBEDDED LINUX |
2137 | P: Paul Gortmaker | 2004 | M: Paul Gortmaker <paul.gortmaker@windriver.com> |
2138 | M: paul.gortmaker@windriver.com | 2005 | M: Matt Mackall <mpm@selenic.com> |
2139 | P: Matt Mackall | 2006 | M: David Woodhouse <dwmw2@infradead.org> |
2140 | M: mpm@selenic.com | ||
2141 | P: David Woodhouse | ||
2142 | M: dwmw2@infradead.org | ||
2143 | L: linux-embedded@vger.kernel.org | 2007 | L: linux-embedded@vger.kernel.org |
2144 | S: Maintained | 2008 | S: Maintained |
2145 | 2009 | ||
2146 | EMULEX LPFC FC SCSI DRIVER | 2010 | EMULEX LPFC FC SCSI DRIVER |
2147 | P: James Smart | 2011 | M: James Smart <james.smart@emulex.com> |
2148 | M: james.smart@emulex.com | ||
2149 | L: linux-scsi@vger.kernel.org | 2012 | L: linux-scsi@vger.kernel.org |
2150 | W: http://sourceforge.net/projects/lpfcxxxx | 2013 | W: http://sourceforge.net/projects/lpfcxxxx |
2151 | S: Supported | 2014 | S: Supported |
2152 | F: drivers/scsi/lpfc/ | 2015 | F: drivers/scsi/lpfc/ |
2153 | 2016 | ||
2154 | ENE CB710 FLASH CARD READER DRIVER | 2017 | ENE CB710 FLASH CARD READER DRIVER |
2155 | P: Michał Mirosław | 2018 | M: Michał Mirosław <mirq-linux@rere.qmqm.pl> |
2156 | M: mirq-linux@rere.qmqm.pl | ||
2157 | L: linux-kernel@vger.kernel.org | ||
2158 | S: Maintained | 2019 | S: Maintained |
2159 | F: drivers/misc/cb710/ | 2020 | F: drivers/misc/cb710/ |
2160 | F: drivers/mmc/host/cb710-mmc.* | 2021 | F: drivers/mmc/host/cb710-mmc.* |
2161 | F: include/linux/cb710.h | 2022 | F: include/linux/cb710.h |
2162 | 2023 | ||
2163 | EPSON 1355 FRAMEBUFFER DRIVER | 2024 | EPSON 1355 FRAMEBUFFER DRIVER |
2164 | P: Christopher Hoover | 2025 | M: Christopher Hoover <ch@murgatroid.com> |
2165 | M: ch@murgatroid.com | 2026 | M: Christopher Hoover <ch@hpl.hp.com> |
2166 | P: Christopher Hoover | ||
2167 | M: ch@hpl.hp.com | ||
2168 | S: Maintained | 2027 | S: Maintained |
2169 | F: drivers/video/epson1355fb.c | 2028 | F: drivers/video/epson1355fb.c |
2170 | 2029 | ||
2171 | EPSON S1D13XXX FRAMEBUFFER DRIVER | 2030 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
2172 | P: Kristoffer Ericson | 2031 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
2173 | M: kristoffer.ericson@gmail.com | ||
2174 | S: Maintained | 2032 | S: Maintained |
2033 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | ||
2175 | F: drivers/video/s1d13xxxfb.c | 2034 | F: drivers/video/s1d13xxxfb.c |
2176 | F: include/video/s1d13xxxfb.h | 2035 | F: include/video/s1d13xxxfb.h |
2177 | 2036 | ||
2178 | ETHEREXPRESS-16 NETWORK DRIVER | 2037 | ETHEREXPRESS-16 NETWORK DRIVER |
2179 | P: Philip Blundell | 2038 | M: Philip Blundell <philb@gnu.org> |
2180 | M: philb@gnu.org | ||
2181 | L: netdev@vger.kernel.org | 2039 | L: netdev@vger.kernel.org |
2182 | S: Maintained | 2040 | S: Maintained |
2183 | F: drivers/net/eexpress.* | 2041 | F: drivers/net/eexpress.* |
2184 | 2042 | ||
2185 | ETHERNET BRIDGE | 2043 | ETHERNET BRIDGE |
2186 | P: Stephen Hemminger | 2044 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
2187 | M: shemminger@linux-foundation.org | ||
2188 | L: bridge@lists.linux-foundation.org | 2045 | L: bridge@lists.linux-foundation.org |
2189 | W: http://www.linux-foundation.org/en/Net:Bridge | 2046 | W: http://www.linux-foundation.org/en/Net:Bridge |
2190 | S: Maintained | 2047 | S: Maintained |
@@ -2192,8 +2049,7 @@ F: include/linux/netfilter_bridge/ | |||
2192 | F: net/bridge/ | 2049 | F: net/bridge/ |
2193 | 2050 | ||
2194 | ETHERTEAM 16I DRIVER | 2051 | ETHERTEAM 16I DRIVER |
2195 | P: Mika Kuoppala | 2052 | M: Mika Kuoppala <miku@iki.fi> |
2196 | M: miku@iki.fi | ||
2197 | S: Maintained | 2053 | S: Maintained |
2198 | F: drivers/net/eth16i.c | 2054 | F: drivers/net/eth16i.c |
2199 | 2055 | ||
@@ -2205,12 +2061,8 @@ F: fs/ext2/ | |||
2205 | F: include/linux/ext2* | 2061 | F: include/linux/ext2* |
2206 | 2062 | ||
2207 | EXT3 FILE SYSTEM | 2063 | EXT3 FILE SYSTEM |
2208 | P: Stephen Tweedie | 2064 | M: Andrew Morton <akpm@linux-foundation.org> |
2209 | M: sct@redhat.com | 2065 | M: Andreas Dilger <adilger@sun.com> |
2210 | P: Andrew Morton | ||
2211 | M: akpm@linux-foundation.org | ||
2212 | P: Andreas Dilger | ||
2213 | M: adilger@sun.com | ||
2214 | L: linux-ext4@vger.kernel.org | 2066 | L: linux-ext4@vger.kernel.org |
2215 | S: Maintained | 2067 | S: Maintained |
2216 | F: Documentation/filesystems/ext3.txt | 2068 | F: Documentation/filesystems/ext3.txt |
@@ -2218,10 +2070,8 @@ F: fs/ext3/ | |||
2218 | F: include/linux/ext3* | 2070 | F: include/linux/ext3* |
2219 | 2071 | ||
2220 | EXT4 FILE SYSTEM | 2072 | EXT4 FILE SYSTEM |
2221 | P: Theodore Ts'o | 2073 | M: "Theodore Ts'o" <tytso@mit.edu> |
2222 | M: tytso@mit.edu | 2074 | M: Andreas Dilger <adilger@sun.com> |
2223 | P: Andreas Dilger | ||
2224 | M: adilger@sun.com | ||
2225 | L: linux-ext4@vger.kernel.org | 2075 | L: linux-ext4@vger.kernel.org |
2226 | W: http://ext4.wiki.kernel.org | 2076 | W: http://ext4.wiki.kernel.org |
2227 | S: Maintained | 2077 | S: Maintained |
@@ -2229,30 +2079,26 @@ F: Documentation/filesystems/ext4.txt | |||
2229 | F: fs/ext4/ | 2079 | F: fs/ext4/ |
2230 | 2080 | ||
2231 | F71805F HARDWARE MONITORING DRIVER | 2081 | F71805F HARDWARE MONITORING DRIVER |
2232 | P: Jean Delvare | 2082 | M: Jean Delvare <khali@linux-fr.org> |
2233 | M: khali@linux-fr.org | ||
2234 | L: lm-sensors@lm-sensors.org | 2083 | L: lm-sensors@lm-sensors.org |
2235 | S: Maintained | 2084 | S: Maintained |
2236 | F: Documentation/hwmon/f71805f | 2085 | F: Documentation/hwmon/f71805f |
2237 | F: drivers/hwmon/f71805f.c | 2086 | F: drivers/hwmon/f71805f.c |
2238 | 2087 | ||
2239 | FARSYNC SYNCHRONOUS DRIVER | 2088 | FARSYNC SYNCHRONOUS DRIVER |
2240 | P: Kevin Curtis | 2089 | M: Kevin Curtis <kevin.curtis@farsite.co.uk> |
2241 | M: kevin.curtis@farsite.co.uk | ||
2242 | W: http://www.farsite.co.uk/ | 2090 | W: http://www.farsite.co.uk/ |
2243 | S: Supported | 2091 | S: Supported |
2244 | F: drivers/net/wan/farsync.* | 2092 | F: drivers/net/wan/farsync.* |
2245 | 2093 | ||
2246 | FAULT INJECTION SUPPORT | 2094 | FAULT INJECTION SUPPORT |
2247 | P: Akinobu Mita | 2095 | M: Akinobu Mita <akinobu.mita@gmail.com> |
2248 | M: akinobu.mita@gmail.com | ||
2249 | S: Supported | 2096 | S: Supported |
2250 | F: Documentation/fault-injection/ | 2097 | F: Documentation/fault-injection/ |
2251 | F: lib/fault-inject.c | 2098 | F: lib/fault-inject.c |
2252 | 2099 | ||
2253 | FILE LOCKING (flock() and fcntl()/lockf()) | 2100 | FILE LOCKING (flock() and fcntl()/lockf()) |
2254 | P: Matthew Wilcox | 2101 | M: Matthew Wilcox <matthew@wil.cx> |
2255 | M: matthew@wil.cx | ||
2256 | L: linux-fsdevel@vger.kernel.org | 2102 | L: linux-fsdevel@vger.kernel.org |
2257 | S: Maintained | 2103 | S: Maintained |
2258 | F: include/linux/fcntl.h | 2104 | F: include/linux/fcntl.h |
@@ -2261,25 +2107,21 @@ F: fs/fcntl.c | |||
2261 | F: fs/locks.c | 2107 | F: fs/locks.c |
2262 | 2108 | ||
2263 | FILESYSTEMS (VFS and infrastructure) | 2109 | FILESYSTEMS (VFS and infrastructure) |
2264 | P: Alexander Viro | 2110 | M: Alexander Viro <viro@zeniv.linux.org.uk> |
2265 | M: viro@zeniv.linux.org.uk | ||
2266 | L: linux-fsdevel@vger.kernel.org | 2111 | L: linux-fsdevel@vger.kernel.org |
2267 | S: Maintained | 2112 | S: Maintained |
2268 | F: fs/* | 2113 | F: fs/* |
2269 | 2114 | ||
2270 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 2115 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2271 | P: Riku Voipio | 2116 | M: Riku Voipio <riku.voipio@iki.fi> |
2272 | M: riku.vipio@iki.fi | ||
2273 | L: lm-sensors@lm-sensors.org | 2117 | L: lm-sensors@lm-sensors.org |
2274 | S: Maintained | 2118 | S: Maintained |
2275 | F: drivers/hwmon/f75375s.c | 2119 | F: drivers/hwmon/f75375s.c |
2276 | F: include/linux/f75375s.h | 2120 | F: include/linux/f75375s.h |
2277 | 2121 | ||
2278 | FIREWIRE SUBSYSTEM | 2122 | FIREWIRE SUBSYSTEM |
2279 | P: Kristian Hoegsberg | 2123 | M: Kristian Hoegsberg <krh@redhat.com> |
2280 | M: krh@redhat.com | 2124 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2281 | P: Stefan Richter | ||
2282 | M: stefanr@s5r6.in-berlin.de | ||
2283 | L: linux1394-devel@lists.sourceforge.net | 2125 | L: linux1394-devel@lists.sourceforge.net |
2284 | W: http://www.linux1394.org/ | 2126 | W: http://www.linux1394.org/ |
2285 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2127 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
@@ -2294,22 +2136,20 @@ F: drivers/base/firmware*.c | |||
2294 | F: include/linux/firmware.h | 2136 | F: include/linux/firmware.h |
2295 | 2137 | ||
2296 | FPU EMULATOR | 2138 | FPU EMULATOR |
2297 | P: Bill Metzenthen | 2139 | M: Bill Metzenthen <billm@melbpc.org.au> |
2298 | M: billm@melbpc.org.au | ||
2299 | W: http://floatingpoint.sourceforge.net/emulator/index.html | 2140 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
2300 | S: Maintained | 2141 | S: Maintained |
2301 | F: arch/x86/math-emu/ | 2142 | F: arch/x86/math-emu/ |
2302 | 2143 | ||
2303 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | 2144 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) |
2304 | P: Mike McLagan | 2145 | M: Mike McLagan <mike.mclagan@linux.org> |
2305 | M: mike.mclagan@linux.org | ||
2306 | L: netdev@vger.kernel.org | 2146 | L: netdev@vger.kernel.org |
2307 | S: Maintained | 2147 | S: Maintained |
2308 | F: drivers/net/wan/dlci.c | 2148 | F: drivers/net/wan/dlci.c |
2309 | F: drivers/net/wan/sdla.c | 2149 | F: drivers/net/wan/sdla.c |
2310 | 2150 | ||
2311 | FRAMEBUFFER LAYER | 2151 | FRAMEBUFFER LAYER |
2312 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2152 | L: linux-fbdev@vger.kernel.org |
2313 | W: http://linux-fbdev.sourceforge.net/ | 2153 | W: http://linux-fbdev.sourceforge.net/ |
2314 | S: Orphan | 2154 | S: Orphan |
2315 | F: Documentation/fb/ | 2155 | F: Documentation/fb/ |
@@ -2317,36 +2157,30 @@ F: drivers/video/fb* | |||
2317 | F: include/linux/fb.h | 2157 | F: include/linux/fb.h |
2318 | 2158 | ||
2319 | FREESCALE DMA DRIVER | 2159 | FREESCALE DMA DRIVER |
2320 | P: Li Yang | 2160 | M: Li Yang <leoli@freescale.com> |
2321 | M: leoli@freescale.com | 2161 | M: Zhang Wei <zw@zh-kernel.org> |
2322 | P: Zhang Wei | ||
2323 | M: zw@zh-kernel.org | ||
2324 | L: linuxppc-dev@ozlabs.org | 2162 | L: linuxppc-dev@ozlabs.org |
2325 | S: Maintained | 2163 | S: Maintained |
2326 | F: drivers/dma/fsldma.* | 2164 | F: drivers/dma/fsldma.* |
2327 | 2165 | ||
2328 | FREESCALE I2C CPM DRIVER | 2166 | FREESCALE I2C CPM DRIVER |
2329 | P: Jochen Friedrich | 2167 | M: Jochen Friedrich <jochen@scram.de> |
2330 | M: jochen@scram.de | ||
2331 | L: linuxppc-dev@ozlabs.org | 2168 | L: linuxppc-dev@ozlabs.org |
2332 | L: linux-i2c@vger.kernel.org | 2169 | L: linux-i2c@vger.kernel.org |
2333 | S: Maintained | 2170 | S: Maintained |
2334 | F: drivers/i2c/busses/i2c-cpm.c | 2171 | F: drivers/i2c/busses/i2c-cpm.c |
2335 | 2172 | ||
2336 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER | 2173 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
2337 | P: Sascha Hauer | 2174 | M: Sascha Hauer <kernel@pengutronix.de> |
2338 | M: kernel@pengutronix.de | 2175 | L: linux-fbdev@vger.kernel.org |
2339 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2176 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
2340 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
2341 | S: Maintained | 2177 | S: Maintained |
2342 | F: arch/arm/plat-mxc/include/mach/imxfb.h | 2178 | F: arch/arm/plat-mxc/include/mach/imxfb.h |
2343 | F: drivers/video/imxfb.c | 2179 | F: drivers/video/imxfb.c |
2344 | 2180 | ||
2345 | FREESCALE SOC FS_ENET DRIVER | 2181 | FREESCALE SOC FS_ENET DRIVER |
2346 | P: Pantelis Antoniou | 2182 | M: Pantelis Antoniou <pantelis.antoniou@gmail.com> |
2347 | M: pantelis.antoniou@gmail.com | 2183 | M: Vitaly Bordug <vbordug@ru.mvista.com> |
2348 | P: Vitaly Bordug | ||
2349 | M: vbordug@ru.mvista.com | ||
2350 | L: linuxppc-dev@ozlabs.org | 2184 | L: linuxppc-dev@ozlabs.org |
2351 | L: netdev@vger.kernel.org | 2185 | L: netdev@vger.kernel.org |
2352 | S: Maintained | 2186 | S: Maintained |
@@ -2354,39 +2188,34 @@ F: drivers/net/fs_enet/ | |||
2354 | F: include/linux/fs_enet_pd.h | 2188 | F: include/linux/fs_enet_pd.h |
2355 | 2189 | ||
2356 | FREESCALE QUICC ENGINE LIBRARY | 2190 | FREESCALE QUICC ENGINE LIBRARY |
2357 | P: Timur Tabi | 2191 | M: Timur Tabi <timur@freescale.com> |
2358 | M: timur@freescale.com | ||
2359 | L: linuxppc-dev@ozlabs.org | 2192 | L: linuxppc-dev@ozlabs.org |
2360 | S: Supported | 2193 | S: Supported |
2361 | F: arch/powerpc/sysdev/qe_lib/ | 2194 | F: arch/powerpc/sysdev/qe_lib/ |
2362 | F: arch/powerpc/include/asm/*qe.h | 2195 | F: arch/powerpc/include/asm/*qe.h |
2363 | 2196 | ||
2364 | FREESCALE HIGHSPEED USB DEVICE DRIVER | 2197 | FREESCALE USB PERIPHERAL DRIVERS |
2365 | P: Li Yang | 2198 | M: Li Yang <leoli@freescale.com> |
2366 | M: leoli@freescale.com | ||
2367 | L: linux-usb@vger.kernel.org | 2199 | L: linux-usb@vger.kernel.org |
2368 | L: linuxppc-dev@ozlabs.org | 2200 | L: linuxppc-dev@ozlabs.org |
2369 | S: Maintained | 2201 | S: Maintained |
2370 | F: drivers/usb/gadget/fsl_usb2_udc.c | 2202 | F: drivers/usb/gadget/fsl* |
2371 | 2203 | ||
2372 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER | 2204 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
2373 | P: Li Yang | 2205 | M: Li Yang <leoli@freescale.com> |
2374 | M: leoli@freescale.com | ||
2375 | L: netdev@vger.kernel.org | 2206 | L: netdev@vger.kernel.org |
2376 | L: linuxppc-dev@ozlabs.org | 2207 | L: linuxppc-dev@ozlabs.org |
2377 | S: Maintained | 2208 | S: Maintained |
2378 | F: drivers/net/ucc_geth* | 2209 | F: drivers/net/ucc_geth* |
2379 | 2210 | ||
2380 | FREESCALE QUICC ENGINE UCC UART DRIVER | 2211 | FREESCALE QUICC ENGINE UCC UART DRIVER |
2381 | P: Timur Tabi | 2212 | M: Timur Tabi <timur@freescale.com> |
2382 | M: timur@freescale.com | ||
2383 | L: linuxppc-dev@ozlabs.org | 2213 | L: linuxppc-dev@ozlabs.org |
2384 | S: Supported | 2214 | S: Supported |
2385 | F: drivers/serial/ucc_uart.c | 2215 | F: drivers/serial/ucc_uart.c |
2386 | 2216 | ||
2387 | FREESCALE SOC SOUND DRIVERS | 2217 | FREESCALE SOC SOUND DRIVERS |
2388 | P: Timur Tabi | 2218 | M: Timur Tabi <timur@freescale.com> |
2389 | M: timur@freescale.com | ||
2390 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 2219 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
2391 | L: linuxppc-dev@ozlabs.org | 2220 | L: linuxppc-dev@ozlabs.org |
2392 | S: Supported | 2221 | S: Supported |
@@ -2394,17 +2223,14 @@ F: sound/soc/fsl/fsl* | |||
2394 | F: sound/soc/fsl/mpc8610_hpcd.c | 2223 | F: sound/soc/fsl/mpc8610_hpcd.c |
2395 | 2224 | ||
2396 | FREEVXFS FILESYSTEM | 2225 | FREEVXFS FILESYSTEM |
2397 | P: Christoph Hellwig | 2226 | M: Christoph Hellwig <hch@infradead.org> |
2398 | M: hch@infradead.org | ||
2399 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs | 2227 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
2400 | S: Maintained | 2228 | S: Maintained |
2401 | F: fs/freevxfs/ | 2229 | F: fs/freevxfs/ |
2402 | 2230 | ||
2403 | FREEZER | 2231 | FREEZER |
2404 | P: Pavel Machek | 2232 | M: Pavel Machek <pavel@ucw.cz> |
2405 | M: pavel@ucw.cz | 2233 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
2406 | P: Rafael J. Wysocki | ||
2407 | M: rjw@sisk.pl | ||
2408 | L: linux-pm@lists.linux-foundation.org | 2234 | L: linux-pm@lists.linux-foundation.org |
2409 | S: Supported | 2235 | S: Supported |
2410 | F: Documentation/power/freezing-of-tasks.txt | 2236 | F: Documentation/power/freezing-of-tasks.txt |
@@ -2412,40 +2238,26 @@ F: include/linux/freezer.h | |||
2412 | F: kernel/freezer.c | 2238 | F: kernel/freezer.c |
2413 | 2239 | ||
2414 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS | 2240 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
2415 | P: David Howells | 2241 | M: David Howells <dhowells@redhat.com> |
2416 | M: dhowells@redhat.com | ||
2417 | L: linux-cachefs@redhat.com | 2242 | L: linux-cachefs@redhat.com |
2418 | S: Supported | 2243 | S: Supported |
2419 | F: Documentation/filesystems/caching/ | 2244 | F: Documentation/filesystems/caching/ |
2420 | F: fs/fscache/ | 2245 | F: fs/fscache/ |
2421 | F: include/linux/fscache*.h | 2246 | F: include/linux/fscache*.h |
2422 | 2247 | ||
2423 | FTRACE | ||
2424 | P: Steven Rostedt | ||
2425 | M: rostedt@goodmis.org | ||
2426 | S: Maintained | ||
2427 | F: Documentation/trace/ftrace.txt | ||
2428 | F: arch/*/*/*/ftrace.h | ||
2429 | F: arch/*/kernel/ftrace.c | ||
2430 | F: include/*/ftrace.h | ||
2431 | F: kernel/trace/ | ||
2432 | |||
2433 | FUJITSU FR-V (FRV) PORT | 2248 | FUJITSU FR-V (FRV) PORT |
2434 | P: David Howells | 2249 | M: David Howells <dhowells@redhat.com> |
2435 | M: dhowells@redhat.com | ||
2436 | S: Maintained | 2250 | S: Maintained |
2437 | F: arch/frv/ | 2251 | F: arch/frv/ |
2438 | 2252 | ||
2439 | FUJITSU LAPTOP EXTRAS | 2253 | FUJITSU LAPTOP EXTRAS |
2440 | P: Jonathan Woithe | 2254 | M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
2441 | M: jwoithe@physics.adelaide.edu.au | ||
2442 | L: linux-acpi@vger.kernel.org | 2255 | L: linux-acpi@vger.kernel.org |
2443 | S: Maintained | 2256 | S: Maintained |
2444 | F: drivers/platform/x86/fujitsu-laptop.c | 2257 | F: drivers/platform/x86/fujitsu-laptop.c |
2445 | 2258 | ||
2446 | FUSE: FILESYSTEM IN USERSPACE | 2259 | FUSE: FILESYSTEM IN USERSPACE |
2447 | P: Miklos Szeredi | 2260 | M: Miklos Szeredi <miklos@szeredi.hu> |
2448 | M: miklos@szeredi.hu | ||
2449 | L: fuse-devel@lists.sourceforge.net | 2261 | L: fuse-devel@lists.sourceforge.net |
2450 | W: http://fuse.sourceforge.net/ | 2262 | W: http://fuse.sourceforge.net/ |
2451 | S: Maintained | 2263 | S: Maintained |
@@ -2453,30 +2265,26 @@ F: fs/fuse/ | |||
2453 | F: include/linux/fuse.h | 2265 | F: include/linux/fuse.h |
2454 | 2266 | ||
2455 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) | 2267 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
2456 | P: Rik Faith | 2268 | M: Rik Faith <faith@cs.unc.edu> |
2457 | M: faith@cs.unc.edu | ||
2458 | L: linux-scsi@vger.kernel.org | 2269 | L: linux-scsi@vger.kernel.org |
2459 | S: Odd Fixes (e.g., new signatures) | 2270 | S: Odd Fixes (e.g., new signatures) |
2460 | F: drivers/scsi/fdomain.* | 2271 | F: drivers/scsi/fdomain.* |
2461 | 2272 | ||
2462 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | 2273 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
2463 | P: Achim Leubner | 2274 | M: Achim Leubner <achim_leubner@adaptec.com> |
2464 | M: achim_leubner@adaptec.com | ||
2465 | L: linux-scsi@vger.kernel.org | 2275 | L: linux-scsi@vger.kernel.org |
2466 | W: http://www.icp-vortex.com/ | 2276 | W: http://www.icp-vortex.com/ |
2467 | S: Supported | 2277 | S: Supported |
2468 | F: drivers/scsi/gdt* | 2278 | F: drivers/scsi/gdt* |
2469 | 2279 | ||
2470 | GENERIC GPIO I2C DRIVER | 2280 | GENERIC GPIO I2C DRIVER |
2471 | P: Haavard Skinnemoen | 2281 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
2472 | M: hskinnemoen@atmel.com | ||
2473 | S: Supported | 2282 | S: Supported |
2474 | F: drivers/i2c/busses/i2c-gpio.c | 2283 | F: drivers/i2c/busses/i2c-gpio.c |
2475 | F: include/linux/i2c-gpio.h | 2284 | F: include/linux/i2c-gpio.h |
2476 | 2285 | ||
2477 | GENERIC HDLC (WAN) DRIVERS | 2286 | GENERIC HDLC (WAN) DRIVERS |
2478 | P: Krzysztof Halasa | 2287 | M: Krzysztof Halasa <khc@pm.waw.pl> |
2479 | M: khc@pm.waw.pl | ||
2480 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | 2288 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
2481 | S: Maintained | 2289 | S: Maintained |
2482 | F: drivers/net/wan/c101.c | 2290 | F: drivers/net/wan/c101.c |
@@ -2488,16 +2296,20 @@ F: drivers/net/wan/pci200syn.c | |||
2488 | F: drivers/net/wan/wanxl* | 2296 | F: drivers/net/wan/wanxl* |
2489 | 2297 | ||
2490 | GENERIC INCLUDE/ASM HEADER FILES | 2298 | GENERIC INCLUDE/ASM HEADER FILES |
2491 | P: Arnd Bergmann | 2299 | M: Arnd Bergmann <arnd@arndb.de> |
2492 | M: arnd@arndb.de | ||
2493 | L: linux-arch@vger.kernel.org | 2300 | L: linux-arch@vger.kernel.org |
2494 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | 2301 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git |
2495 | S: Maintained | 2302 | S: Maintained |
2496 | F: include/asm-generic | 2303 | F: include/asm-generic |
2497 | 2304 | ||
2305 | GENERIC UIO DRIVER FOR PCI DEVICES | ||
2306 | M: "Michael S. Tsirkin" <mst@redhat.com> | ||
2307 | L: kvm@vger.kernel.org | ||
2308 | S: Supported | ||
2309 | F: drivers/uio/uio_pci_generic.c | ||
2310 | |||
2498 | GFS2 FILE SYSTEM | 2311 | GFS2 FILE SYSTEM |
2499 | P: Steven Whitehouse | 2312 | M: Steven Whitehouse <swhiteho@redhat.com> |
2500 | M: swhiteho@redhat.com | ||
2501 | L: cluster-devel@redhat.com | 2313 | L: cluster-devel@redhat.com |
2502 | W: http://sources.redhat.com/cluster/ | 2314 | W: http://sources.redhat.com/cluster/ |
2503 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git | 2315 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
@@ -2508,10 +2320,8 @@ F: fs/gfs2/ | |||
2508 | F: include/linux/gfs2_ondisk.h | 2320 | F: include/linux/gfs2_ondisk.h |
2509 | 2321 | ||
2510 | GIGASET ISDN DRIVERS | 2322 | GIGASET ISDN DRIVERS |
2511 | P: Hansjoerg Lipp | 2323 | M: Hansjoerg Lipp <hjlipp@web.de> |
2512 | M: hjlipp@web.de | 2324 | M: Tilman Schmidt <tilman@imap.cc> |
2513 | P: Tilman Schmidt | ||
2514 | M: tilman@imap.cc | ||
2515 | L: gigaset307x-common@lists.sourceforge.net | 2325 | L: gigaset307x-common@lists.sourceforge.net |
2516 | W: http://gigaset307x.sourceforge.net/ | 2326 | W: http://gigaset307x.sourceforge.net/ |
2517 | S: Maintained | 2327 | S: Maintained |
@@ -2520,8 +2330,7 @@ F: drivers/isdn/gigaset/ | |||
2520 | F: include/linux/gigaset_dev.h | 2330 | F: include/linux/gigaset_dev.h |
2521 | 2331 | ||
2522 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | 2332 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
2523 | P: Frank Seidel | 2333 | M: Frank Seidel <frank@f-seidel.de> |
2524 | M: frank@f-seidel.de | ||
2525 | L: lm-sensors@lm-sensors.org | 2334 | L: lm-sensors@lm-sensors.org |
2526 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | 2335 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
2527 | S: Maintained | 2336 | S: Maintained |
@@ -2533,40 +2342,49 @@ S: Odd Fixes | |||
2533 | F: drivers/char/hvc_* | 2342 | F: drivers/char/hvc_* |
2534 | 2343 | ||
2535 | GSPCA FINEPIX SUBDRIVER | 2344 | GSPCA FINEPIX SUBDRIVER |
2536 | P: Frank Zago | 2345 | M: Frank Zago <frank@zago.net> |
2537 | M: frank@zago.net | ||
2538 | L: linux-media@vger.kernel.org | 2346 | L: linux-media@vger.kernel.org |
2539 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2347 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
2540 | S: Maintained | 2348 | S: Maintained |
2541 | F: drivers/media/video/gspca/finepix.c | 2349 | F: drivers/media/video/gspca/finepix.c |
2542 | 2350 | ||
2351 | GSPCA GL860 SUBDRIVER | ||
2352 | M: Olivier Lorin <o.lorin@laposte.net> | ||
2353 | L: linux-media@vger.kernel.org | ||
2354 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
2355 | S: Maintained | ||
2356 | F: drivers/media/video/gspca/gl860/ | ||
2357 | |||
2543 | GSPCA M5602 SUBDRIVER | 2358 | GSPCA M5602 SUBDRIVER |
2544 | P: Erik Andren | 2359 | M: Erik Andren <erik.andren@gmail.com> |
2545 | M: erik.andren@gmail.com | ||
2546 | L: linux-media@vger.kernel.org | 2360 | L: linux-media@vger.kernel.org |
2547 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2361 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
2548 | S: Maintained | 2362 | S: Maintained |
2549 | F: drivers/media/video/gspca/m5602/ | 2363 | F: drivers/media/video/gspca/m5602/ |
2550 | 2364 | ||
2551 | GSPCA PAC207 SONIXB SUBDRIVER | 2365 | GSPCA PAC207 SONIXB SUBDRIVER |
2552 | P: Hans de Goede | 2366 | M: Hans de Goede <hdegoede@redhat.com> |
2553 | M: hdegoede@redhat.com | ||
2554 | L: linux-media@vger.kernel.org | 2367 | L: linux-media@vger.kernel.org |
2555 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2368 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
2556 | S: Maintained | 2369 | S: Maintained |
2557 | F: drivers/media/video/gspca/pac207.c | 2370 | F: drivers/media/video/gspca/pac207.c |
2558 | 2371 | ||
2372 | GSPCA SN9C20X SUBDRIVER | ||
2373 | M: Brian Johnson <brijohn@gmail.com> | ||
2374 | L: linux-media@vger.kernel.org | ||
2375 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
2376 | S: Maintained | ||
2377 | F: drivers/media/video/gspca/sn9c20x.c | ||
2378 | |||
2559 | GSPCA T613 SUBDRIVER | 2379 | GSPCA T613 SUBDRIVER |
2560 | P: Leandro Costantino | 2380 | M: Leandro Costantino <lcostantino@gmail.com> |
2561 | M: lcostantino@gmail.com | ||
2562 | L: linux-media@vger.kernel.org | 2381 | L: linux-media@vger.kernel.org |
2563 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2382 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
2564 | S: Maintained | 2383 | S: Maintained |
2565 | F: drivers/media/video/gspca/t613.c | 2384 | F: drivers/media/video/gspca/t613.c |
2566 | 2385 | ||
2567 | GSPCA USB WEBCAM DRIVER | 2386 | GSPCA USB WEBCAM DRIVER |
2568 | P: Jean-Francois Moine | 2387 | M: Jean-Francois Moine <moinejf@free.fr> |
2569 | M: moinejf@free.fr | ||
2570 | W: http://moinejf.free.fr | 2388 | W: http://moinejf.free.fr |
2571 | L: linux-media@vger.kernel.org | 2389 | L: linux-media@vger.kernel.org |
2572 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2390 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -2580,37 +2398,35 @@ S: Orphan | |||
2580 | F: drivers/hwmon/ | 2398 | F: drivers/hwmon/ |
2581 | 2399 | ||
2582 | HARDWARE RANDOM NUMBER GENERATOR CORE | 2400 | HARDWARE RANDOM NUMBER GENERATOR CORE |
2583 | S: Orphan | 2401 | M: Matt Mackall <mpm@selenic.com> |
2402 | M: Herbert Xu <herbert@gondor.apana.org.au> | ||
2403 | S: Odd fixes | ||
2584 | F: Documentation/hw_random.txt | 2404 | F: Documentation/hw_random.txt |
2585 | F: drivers/char/hw_random/ | 2405 | F: drivers/char/hw_random/ |
2586 | F: include/linux/hw_random.h | 2406 | F: include/linux/hw_random.h |
2587 | 2407 | ||
2588 | HARMONY SOUND DRIVER | 2408 | HARMONY SOUND DRIVER |
2589 | P: Kyle McMartin | 2409 | M: Kyle McMartin <kyle@mcmartin.ca> |
2590 | M: kyle@mcmartin.ca | ||
2591 | L: linux-parisc@vger.kernel.org | 2410 | L: linux-parisc@vger.kernel.org |
2592 | S: Maintained | 2411 | S: Maintained |
2593 | F: sound/parisc/harmony.* | 2412 | F: sound/parisc/harmony.* |
2594 | 2413 | ||
2595 | HAYES ESP SERIAL DRIVER | 2414 | HAYES ESP SERIAL DRIVER |
2596 | P: Andrew J. Robinson | 2415 | M: "Andrew J. Robinson" <arobinso@nyx.net> |
2597 | M: arobinso@nyx.net | ||
2598 | W: http://www.nyx.net/~arobinso | 2416 | W: http://www.nyx.net/~arobinso |
2599 | S: Maintained | 2417 | S: Maintained |
2600 | F: Documentation/serial/hayes-esp.txt | 2418 | F: Documentation/serial/hayes-esp.txt |
2601 | F: drivers/char/esp.c | 2419 | F: drivers/char/esp.c |
2602 | 2420 | ||
2603 | HEWLETT-PACKARD SMART2 RAID DRIVER | 2421 | HEWLETT-PACKARD SMART2 RAID DRIVER |
2604 | P: Chirag Kantharia | 2422 | M: Chirag Kantharia <chirag.kantharia@hp.com> |
2605 | M: chirag.kantharia@hp.com | ||
2606 | L: iss_storagedev@hp.com | 2423 | L: iss_storagedev@hp.com |
2607 | S: Maintained | 2424 | S: Maintained |
2608 | F: Documentation/blockdev/cpqarray.txt | 2425 | F: Documentation/blockdev/cpqarray.txt |
2609 | F: drivers/block/cpqarray.* | 2426 | F: drivers/block/cpqarray.* |
2610 | 2427 | ||
2611 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | 2428 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
2612 | P: Mike Miller | 2429 | M: Mike Miller <mike.miller@hp.com> |
2613 | M: mike.miller@hp.com | ||
2614 | L: iss_storagedev@hp.com | 2430 | L: iss_storagedev@hp.com |
2615 | S: Supported | 2431 | S: Supported |
2616 | F: Documentation/blockdev/cciss.txt | 2432 | F: Documentation/blockdev/cciss.txt |
@@ -2618,25 +2434,21 @@ F: drivers/block/cciss* | |||
2618 | F: include/linux/cciss_ioctl.h | 2434 | F: include/linux/cciss_ioctl.h |
2619 | 2435 | ||
2620 | HFS FILESYSTEM | 2436 | HFS FILESYSTEM |
2621 | P: Roman Zippel | 2437 | M: Roman Zippel <zippel@linux-m68k.org> |
2622 | M: zippel@linux-m68k.org | ||
2623 | S: Maintained | 2438 | S: Maintained |
2624 | F: Documentation/filesystems/hfs.txt | 2439 | F: Documentation/filesystems/hfs.txt |
2625 | F: fs/hfs/ | 2440 | F: fs/hfs/ |
2626 | 2441 | ||
2627 | HGA FRAMEBUFFER DRIVER | 2442 | HGA FRAMEBUFFER DRIVER |
2628 | P: Ferenc Bakonyi | 2443 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> |
2629 | M: fero@drama.obuda.kando.hu | ||
2630 | L: linux-nvidia@lists.surfsouth.com | 2444 | L: linux-nvidia@lists.surfsouth.com |
2631 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | 2445 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
2632 | S: Maintained | 2446 | S: Maintained |
2633 | F: drivers/video/hgafb.c | 2447 | F: drivers/video/hgafb.c |
2634 | 2448 | ||
2635 | HIBERNATION (aka Software Suspend, aka swsusp) | 2449 | HIBERNATION (aka Software Suspend, aka swsusp) |
2636 | P: Pavel Machek | 2450 | M: Pavel Machek <pavel@ucw.cz> |
2637 | M: pavel@ucw.cz | 2451 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
2638 | P: Rafael J. Wysocki | ||
2639 | M: rjw@sisk.pl | ||
2640 | L: linux-pm@lists.linux-foundation.org | 2452 | L: linux-pm@lists.linux-foundation.org |
2641 | S: Supported | 2453 | S: Supported |
2642 | F: arch/x86/power/ | 2454 | F: arch/x86/power/ |
@@ -2648,8 +2460,7 @@ F: include/linux/pm.h | |||
2648 | F: arch/*/include/asm/suspend*.h | 2460 | F: arch/*/include/asm/suspend*.h |
2649 | 2461 | ||
2650 | HID CORE LAYER | 2462 | HID CORE LAYER |
2651 | P: Jiri Kosina | 2463 | M: Jiri Kosina <jkosina@suse.cz> |
2652 | M: jkosina@suse.cz | ||
2653 | L: linux-input@vger.kernel.org | 2464 | L: linux-input@vger.kernel.org |
2654 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git | 2465 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
2655 | S: Maintained | 2466 | S: Maintained |
@@ -2657,16 +2468,14 @@ F: drivers/hid/ | |||
2657 | F: include/linux/hid* | 2468 | F: include/linux/hid* |
2658 | 2469 | ||
2659 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | 2470 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
2660 | P: Thomas Gleixner | 2471 | M: Thomas Gleixner <tglx@linutronix.de> |
2661 | M: tglx@linutronix.de | ||
2662 | S: Maintained | 2472 | S: Maintained |
2663 | F: Documentation/timers/ | 2473 | F: Documentation/timers/ |
2664 | F: kernel/hrtimer.c | 2474 | F: kernel/hrtimer.c |
2665 | F: include/linux/hrtimer.h | 2475 | F: include/linux/hrtimer.h |
2666 | 2476 | ||
2667 | HIGH-SPEED SCC DRIVER FOR AX.25 | 2477 | HIGH-SPEED SCC DRIVER FOR AX.25 |
2668 | P: Klaus Kudielka | 2478 | M: Klaus Kudielka <klaus.kudielka@ieee.org> |
2669 | M: klaus.kudielka@ieee.org | ||
2670 | L: linux-hams@vger.kernel.org | 2479 | L: linux-hams@vger.kernel.org |
2671 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | 2480 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ |
2672 | S: Maintained | 2481 | S: Maintained |
@@ -2674,16 +2483,14 @@ F: drivers/net/hamradio/dmascc.c | |||
2674 | F: drivers/net/hamradio/scc.c | 2483 | F: drivers/net/hamradio/scc.c |
2675 | 2484 | ||
2676 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER | 2485 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
2677 | P: HighPoint Linux Team | 2486 | M: HighPoint Linux Team <linux@highpoint-tech.com> |
2678 | M: linux@highpoint-tech.com | ||
2679 | W: http://www.highpoint-tech.com | 2487 | W: http://www.highpoint-tech.com |
2680 | S: Supported | 2488 | S: Supported |
2681 | F: Documentation/scsi/hptiop.txt | 2489 | F: Documentation/scsi/hptiop.txt |
2682 | F: drivers/scsi/hptiop.c | 2490 | F: drivers/scsi/hptiop.c |
2683 | 2491 | ||
2684 | HIPPI | 2492 | HIPPI |
2685 | P: Jes Sorensen | 2493 | M: Jes Sorensen <jes@trained-monkey.org> |
2686 | M: jes@trained-monkey.org | ||
2687 | L: linux-hippi@sunsite.dk | 2494 | L: linux-hippi@sunsite.dk |
2688 | S: Maintained | 2495 | S: Maintained |
2689 | F: include/linux/hippidevice.h | 2496 | F: include/linux/hippidevice.h |
@@ -2691,8 +2498,7 @@ F: include/linux/if_hippi.h | |||
2691 | F: net/802/hippi.c | 2498 | F: net/802/hippi.c |
2692 | 2499 | ||
2693 | HOST AP DRIVER | 2500 | HOST AP DRIVER |
2694 | P: Jouni Malinen | 2501 | M: Jouni Malinen <j@w1.fi> |
2695 | M: j@w1.fi | ||
2696 | L: hostap@shmoo.com (subscribers-only) | 2502 | L: hostap@shmoo.com (subscribers-only) |
2697 | L: linux-wireless@vger.kernel.org | 2503 | L: linux-wireless@vger.kernel.org |
2698 | W: http://hostap.epitest.fi/ | 2504 | W: http://hostap.epitest.fi/ |
@@ -2700,82 +2506,69 @@ S: Maintained | |||
2700 | F: drivers/net/wireless/hostap/ | 2506 | F: drivers/net/wireless/hostap/ |
2701 | 2507 | ||
2702 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER | 2508 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
2703 | P: Carlos Corbacho | 2509 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
2704 | M: carlos@strangeworlds.co.uk | ||
2705 | S: Odd Fixes | 2510 | S: Odd Fixes |
2706 | F: drivers/platform/x86/tc1100-wmi.c | 2511 | F: drivers/platform/x86/tc1100-wmi.c |
2707 | 2512 | ||
2708 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series | 2513 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
2709 | P: Jaroslav Kysela | 2514 | M: Jaroslav Kysela <perex@perex.cz> |
2710 | M: perex@perex.cz | ||
2711 | S: Maintained | 2515 | S: Maintained |
2712 | F: drivers/net/hp100.* | 2516 | F: drivers/net/hp100.* |
2713 | 2517 | ||
2714 | HPET: High Precision Event Timers driver | 2518 | HPET: High Precision Event Timers driver |
2715 | P: Clemens Ladisch | 2519 | M: Clemens Ladisch <clemens@ladisch.de> |
2716 | M: clemens@ladisch.de | ||
2717 | S: Maintained | 2520 | S: Maintained |
2718 | F: Documentation/timers/hpet.txt | 2521 | F: Documentation/timers/hpet.txt |
2719 | F: drivers/char/hpet.c | 2522 | F: drivers/char/hpet.c |
2720 | F: include/linux/hpet.h | 2523 | F: include/linux/hpet.h |
2721 | 2524 | ||
2722 | HPET: i386 | 2525 | HPET: i386 |
2723 | P: Venkatesh Pallipadi (Venki) | 2526 | M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> |
2724 | M: venkatesh.pallipadi@intel.com | ||
2725 | S: Maintained | 2527 | S: Maintained |
2726 | F: arch/x86/kernel/hpet.c | 2528 | F: arch/x86/kernel/hpet.c |
2727 | F: arch/x86/include/asm/hpet.h | 2529 | F: arch/x86/include/asm/hpet.h |
2728 | 2530 | ||
2729 | HPET: x86_64 | 2531 | HPET: x86_64 |
2730 | P: Vojtech Pavlik | 2532 | M: Vojtech Pavlik <vojtech@suse.cz> |
2731 | M: vojtech@suse.cz | ||
2732 | S: Maintained | 2533 | S: Maintained |
2733 | 2534 | ||
2734 | HPET: ACPI | 2535 | HPET: ACPI |
2735 | P: Bob Picco | 2536 | M: Bob Picco <bob.picco@hp.com> |
2736 | M: bob.picco@hp.com | ||
2737 | S: Maintained | 2537 | S: Maintained |
2738 | F: drivers/char/hpet.c | 2538 | F: drivers/char/hpet.c |
2739 | 2539 | ||
2740 | HPFS FILESYSTEM | 2540 | HPFS FILESYSTEM |
2741 | P: Mikulas Patocka | 2541 | M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> |
2742 | M: mikulas@artax.karlin.mff.cuni.cz | ||
2743 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | 2542 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
2744 | S: Maintained | 2543 | S: Maintained |
2745 | F: fs/hpfs/ | 2544 | F: fs/hpfs/ |
2746 | 2545 | ||
2747 | HSO 3G MODEM DRIVER | 2546 | HSO 3G MODEM DRIVER |
2748 | P: Jan Dumon | 2547 | M: Jan Dumon <j.dumon@option.com> |
2749 | M: j.dumon@option.com | ||
2750 | W: http://www.pharscape.org | 2548 | W: http://www.pharscape.org |
2751 | S: Maintained | 2549 | S: Maintained |
2752 | F: drivers/net/usb/hso.c | 2550 | F: drivers/net/usb/hso.c |
2753 | 2551 | ||
2754 | HTCPEN TOUCHSCREEN DRIVER | 2552 | HTCPEN TOUCHSCREEN DRIVER |
2755 | P: Pau Oliva Fora | 2553 | M: Pau Oliva Fora <pof@eslack.org> |
2756 | M: pof@eslack.org | ||
2757 | L: linux-input@vger.kernel.org | 2554 | L: linux-input@vger.kernel.org |
2758 | S: Maintained | 2555 | S: Maintained |
2759 | F: drivers/input/touchscreen/htcpen.c | 2556 | F: drivers/input/touchscreen/htcpen.c |
2760 | 2557 | ||
2761 | HUGETLB FILESYSTEM | 2558 | HUGETLB FILESYSTEM |
2762 | P: William Irwin | 2559 | M: William Irwin <wli@holomorphy.com> |
2763 | M: wli@holomorphy.com | ||
2764 | S: Maintained | 2560 | S: Maintained |
2765 | F: fs/hugetlbfs/ | 2561 | F: fs/hugetlbfs/ |
2766 | 2562 | ||
2767 | I2C/SMBUS STUB DRIVER | 2563 | I2C/SMBUS STUB DRIVER |
2768 | P: Mark M. Hoffman | 2564 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
2769 | M: mhoffman@lightlink.com | ||
2770 | L: linux-i2c@vger.kernel.org | 2565 | L: linux-i2c@vger.kernel.org |
2771 | S: Maintained | 2566 | S: Maintained |
2772 | F: drivers/i2c/busses/i2c-stub.c | 2567 | F: drivers/i2c/busses/i2c-stub.c |
2773 | 2568 | ||
2774 | I2C SUBSYSTEM | 2569 | I2C SUBSYSTEM |
2775 | P: Jean Delvare (PC drivers, core) | 2570 | M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> |
2776 | M: khali@linux-fr.org | 2571 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
2777 | P: Ben Dooks (embedded platforms) | ||
2778 | M: ben-linux@fluff.org | ||
2779 | L: linux-i2c@vger.kernel.org | 2572 | L: linux-i2c@vger.kernel.org |
2780 | W: http://i2c.wiki.kernel.org/ | 2573 | W: http://i2c.wiki.kernel.org/ |
2781 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | 2574 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ |
@@ -2783,32 +2576,28 @@ S: Maintained | |||
2783 | F: Documentation/i2c/ | 2576 | F: Documentation/i2c/ |
2784 | F: drivers/i2c/ | 2577 | F: drivers/i2c/ |
2785 | F: include/linux/i2c.h | 2578 | F: include/linux/i2c.h |
2786 | F: include/linux/i2c-dev.h | 2579 | F: include/linux/i2c-*.h |
2787 | F: include/linux/i2c-id.h | ||
2788 | 2580 | ||
2789 | I2C-TINY-USB DRIVER | 2581 | I2C-TINY-USB DRIVER |
2790 | P: Till Harbaum | 2582 | M: Till Harbaum <till@harbaum.org> |
2791 | M: till@harbaum.org | ||
2792 | L: linux-i2c@vger.kernel.org | 2583 | L: linux-i2c@vger.kernel.org |
2793 | W: http://www.harbaum.org/till/i2c_tiny_usb | 2584 | W: http://www.harbaum.org/till/i2c_tiny_usb |
2794 | S: Maintained | 2585 | S: Maintained |
2795 | F: drivers/i2c/busses/i2c-tiny-usb.c | 2586 | F: drivers/i2c/busses/i2c-tiny-usb.c |
2796 | 2587 | ||
2797 | i386 BOOT CODE | 2588 | i386 BOOT CODE |
2798 | P: H. Peter Anvin | 2589 | M: "H. Peter Anvin" <hpa@zytor.com> |
2799 | M: hpa@zytor.com | ||
2800 | S: Maintained | 2590 | S: Maintained |
2801 | F: arch/x86/boot/ | 2591 | F: arch/x86/boot/ |
2802 | 2592 | ||
2803 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | 2593 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS |
2804 | P: H. Peter Anvin | 2594 | M: "H. Peter Anvin" <hpa@zytor.com> |
2805 | M: hpa@zytor.com | ||
2806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git | 2595 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
2807 | S: Maintained | 2596 | S: Maintained |
2808 | 2597 | ||
2809 | IA64 (Itanium) PLATFORM | 2598 | IA64 (Itanium) PLATFORM |
2810 | P: Tony Luck | 2599 | M: Tony Luck <tony.luck@intel.com> |
2811 | M: tony.luck@intel.com | 2600 | M: Fenghua Yu <fenghua.yu@intel.com> |
2812 | L: linux-ia64@vger.kernel.org | 2601 | L: linux-ia64@vger.kernel.org |
2813 | W: http://www.ia64-linux.org/ | 2602 | W: http://www.ia64-linux.org/ |
2814 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git | 2603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
@@ -2816,29 +2605,25 @@ S: Maintained | |||
2816 | F: arch/ia64/ | 2605 | F: arch/ia64/ |
2817 | 2606 | ||
2818 | IBM MCA SCSI SUBSYSTEM DRIVER | 2607 | IBM MCA SCSI SUBSYSTEM DRIVER |
2819 | P: Michael Lang | 2608 | M: Michael Lang <langa2@kph.uni-mainz.de> |
2820 | M: langa2@kph.uni-mainz.de | ||
2821 | W: http://www.uni-mainz.de/~langm000/linux.html | 2609 | W: http://www.uni-mainz.de/~langm000/linux.html |
2822 | S: Maintained | 2610 | S: Maintained |
2823 | F: drivers/scsi/ibmmca.c | 2611 | F: drivers/scsi/ibmmca.c |
2824 | 2612 | ||
2825 | IBM Power Linux RAID adapter | 2613 | IBM Power Linux RAID adapter |
2826 | P: Brian King | 2614 | M: Brian King <brking@us.ibm.com> |
2827 | M: brking@us.ibm.com | ||
2828 | S: Supported | 2615 | S: Supported |
2829 | F: drivers/scsi/ipr.* | 2616 | F: drivers/scsi/ipr.* |
2830 | 2617 | ||
2831 | IBM ServeRAID RAID DRIVER | 2618 | IBM ServeRAID RAID DRIVER |
2832 | P: Jack Hammer | 2619 | P: Jack Hammer |
2833 | P: Dave Jeffery | 2620 | M: Dave Jeffery <ipslinux@adaptec.com> |
2834 | M: ipslinux@adaptec.com | ||
2835 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | 2621 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html |
2836 | S: Supported | 2622 | S: Supported |
2837 | F: drivers/scsi/ips.* | 2623 | F: drivers/scsi/ips.* |
2838 | 2624 | ||
2839 | IDE SUBSYSTEM | 2625 | IDE SUBSYSTEM |
2840 | P: David S. Miller | 2626 | M: "David S. Miller" <davem@davemloft.net> |
2841 | M: davem@davemloft.net | ||
2842 | L: linux-ide@vger.kernel.org | 2627 | L: linux-ide@vger.kernel.org |
2843 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git | 2628 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
2844 | S: Maintained | 2629 | S: Maintained |
@@ -2847,46 +2632,39 @@ F: drivers/ide/ | |||
2847 | F: include/linux/ide.h | 2632 | F: include/linux/ide.h |
2848 | 2633 | ||
2849 | IDE/ATAPI DRIVERS | 2634 | IDE/ATAPI DRIVERS |
2850 | P: Borislav Petkov | 2635 | M: Borislav Petkov <petkovbb@gmail.com> |
2851 | M: petkovbb@gmail.com | ||
2852 | L: linux-ide@vger.kernel.org | 2636 | L: linux-ide@vger.kernel.org |
2853 | S: Maintained | 2637 | S: Maintained |
2854 | F: Documentation/cdrom/ide-cd | 2638 | F: Documentation/cdrom/ide-cd |
2855 | F: drivers/ide/ide-cd* | 2639 | F: drivers/ide/ide-cd* |
2856 | 2640 | ||
2857 | IDLE-I7300 | 2641 | IDLE-I7300 |
2858 | P: Andy Henroid | 2642 | M: Andy Henroid <andrew.d.henroid@intel.com> |
2859 | M: andrew.d.henroid@intel.com | ||
2860 | L: linux-pm@lists.linux-foundation.org | 2643 | L: linux-pm@lists.linux-foundation.org |
2861 | S: Supported | 2644 | S: Supported |
2862 | F: drivers/idle/i7300_idle.c | 2645 | F: drivers/idle/i7300_idle.c |
2863 | 2646 | ||
2864 | IEEE 1394 SUBSYSTEM | 2647 | IEEE 1394 SUBSYSTEM |
2865 | P: Ben Collins | 2648 | M: Ben Collins <ben.collins@ubuntu.com> |
2866 | M: ben.collins@ubuntu.com | 2649 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2867 | P: Stefan Richter | ||
2868 | M: stefanr@s5r6.in-berlin.de | ||
2869 | L: linux1394-devel@lists.sourceforge.net | 2650 | L: linux1394-devel@lists.sourceforge.net |
2870 | W: http://www.linux1394.org/ | 2651 | W: http://www.linux1394.org/ |
2871 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2652 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2872 | S: Maintained | 2653 | S: Maintained |
2654 | F: Documentation/debugging-via-ohci1394.txt | ||
2873 | F: drivers/ieee1394/ | 2655 | F: drivers/ieee1394/ |
2874 | 2656 | ||
2875 | IEEE 1394 RAW I/O DRIVER | 2657 | IEEE 1394 RAW I/O DRIVER |
2876 | P: Dan Dennedy | 2658 | M: Dan Dennedy <dan@dennedy.org> |
2877 | M: dan@dennedy.org | 2659 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2878 | P: Stefan Richter | ||
2879 | M: stefanr@s5r6.in-berlin.de | ||
2880 | L: linux1394-devel@lists.sourceforge.net | 2660 | L: linux1394-devel@lists.sourceforge.net |
2881 | S: Maintained | 2661 | S: Maintained |
2882 | F: drivers/ieee1394/raw1394* | 2662 | F: drivers/ieee1394/raw1394* |
2883 | 2663 | ||
2884 | IEEE 802.15.4 SUBSYSTEM | 2664 | IEEE 802.15.4 SUBSYSTEM |
2885 | P: Dmitry Eremin-Solenikov | 2665 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
2886 | M: dbaryshkov@gmail.com | 2666 | M: Sergey Lapin <slapin@ossfans.org> |
2887 | P: Sergey Lapin | 2667 | L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) |
2888 | M: slapin@ossfans.org | ||
2889 | L: linux-zigbee-devel@lists.sourceforge.net | ||
2890 | W: http://apps.sourceforge.net/trac/linux-zigbee | 2668 | W: http://apps.sourceforge.net/trac/linux-zigbee |
2891 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git | 2669 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git |
2892 | S: Maintained | 2670 | S: Maintained |
@@ -2894,24 +2672,20 @@ F: net/ieee802154/ | |||
2894 | F: drivers/ieee802154/ | 2672 | F: drivers/ieee802154/ |
2895 | 2673 | ||
2896 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) | 2674 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
2897 | P: Mimi Zohar | 2675 | M: Mimi Zohar <zohar@us.ibm.com> |
2898 | M: zohar@us.ibm.com | ||
2899 | S: Supported | 2676 | S: Supported |
2900 | F: security/integrity/ima/ | 2677 | F: security/integrity/ima/ |
2901 | 2678 | ||
2902 | IMS TWINTURBO FRAMEBUFFER DRIVER | 2679 | IMS TWINTURBO FRAMEBUFFER DRIVER |
2903 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2680 | L: linux-fbdev@vger.kernel.org |
2904 | S: Orphan | 2681 | S: Orphan |
2905 | F: drivers/video/imsttfb.c | 2682 | F: drivers/video/imsttfb.c |
2906 | 2683 | ||
2907 | INFINIBAND SUBSYSTEM | 2684 | INFINIBAND SUBSYSTEM |
2908 | P: Roland Dreier | 2685 | M: Roland Dreier <rolandd@cisco.com> |
2909 | M: rolandd@cisco.com | 2686 | M: Sean Hefty <sean.hefty@intel.com> |
2910 | P: Sean Hefty | 2687 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
2911 | M: sean.hefty@intel.com | 2688 | L: linux-rdma@vger.kernel.org |
2912 | P: Hal Rosenstock | ||
2913 | M: hal.rosenstock@gmail.com | ||
2914 | L: general@lists.openfabrics.org (moderated for non-subscribers) | ||
2915 | W: http://www.openib.org/ | 2689 | W: http://www.openib.org/ |
2916 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git | 2690 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
2917 | S: Supported | 2691 | S: Supported |
@@ -2920,65 +2694,55 @@ F: drivers/infiniband/ | |||
2920 | F: include/linux/if_infiniband.h | 2694 | F: include/linux/if_infiniband.h |
2921 | 2695 | ||
2922 | INOTIFY | 2696 | INOTIFY |
2923 | P: John McCutchan | 2697 | M: John McCutchan <john@johnmccutchan.com> |
2924 | M: john@johnmccutchan.com | 2698 | M: Robert Love <rlove@rlove.org> |
2925 | P: Robert Love | 2699 | M: Eric Paris <eparis@parisplace.org> |
2926 | M: rlove@rlove.org | ||
2927 | P: Eric Paris | ||
2928 | M: eparis@parisplace.org | ||
2929 | S: Maintained | 2700 | S: Maintained |
2930 | F: Documentation/filesystems/inotify.txt | 2701 | F: Documentation/filesystems/inotify.txt |
2931 | F: fs/notify/inotify/ | 2702 | F: fs/notify/inotify/ |
2932 | F: include/linux/inotify.h | 2703 | F: include/linux/inotify.h |
2933 | 2704 | ||
2934 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS | 2705 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
2935 | P: Dmitry Torokhov | 2706 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
2936 | M: dmitry.torokhov@gmail.com | 2707 | M: Dmitry Torokhov <dtor@mail.ru> |
2937 | M: dtor@mail.ru | ||
2938 | L: linux-input@vger.kernel.org | 2708 | L: linux-input@vger.kernel.org |
2939 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git | 2709 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
2940 | S: Maintained | 2710 | S: Maintained |
2941 | F: drivers/input/ | 2711 | F: drivers/input/ |
2942 | 2712 | ||
2943 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | 2713 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
2944 | P: Sylvain Meyer | 2714 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> |
2945 | M: sylvain.meyer@worldonline.fr | 2715 | L: linux-fbdev@vger.kernel.org |
2946 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2947 | S: Maintained | 2716 | S: Maintained |
2948 | F: Documentation/fb/intelfb.txt | 2717 | F: Documentation/fb/intelfb.txt |
2949 | F: drivers/video/intelfb/ | 2718 | F: drivers/video/intelfb/ |
2950 | 2719 | ||
2951 | INTEL 810/815 FRAMEBUFFER DRIVER | 2720 | INTEL 810/815 FRAMEBUFFER DRIVER |
2952 | P: Antonino Daplas | 2721 | M: Antonino Daplas <adaplas@gmail.com> |
2953 | M: adaplas@gmail.com | 2722 | L: linux-fbdev@vger.kernel.org |
2954 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2955 | S: Maintained | 2723 | S: Maintained |
2956 | F: drivers/video/i810/ | 2724 | F: drivers/video/i810/ |
2957 | 2725 | ||
2958 | INTEL MENLOW THERMAL DRIVER | 2726 | INTEL MENLOW THERMAL DRIVER |
2959 | P: Sujith Thomas | 2727 | M: Sujith Thomas <sujith.thomas@intel.com> |
2960 | M: sujith.thomas@intel.com | ||
2961 | L: linux-acpi@vger.kernel.org | 2728 | L: linux-acpi@vger.kernel.org |
2962 | W: http://www.lesswatts.org/projects/acpi/ | 2729 | W: http://www.lesswatts.org/projects/acpi/ |
2963 | S: Supported | 2730 | S: Supported |
2964 | F: drivers/platform/x86/intel_menlow.c | 2731 | F: drivers/platform/x86/intel_menlow.c |
2965 | 2732 | ||
2966 | INTEL IA32 MICROCODE UPDATE SUPPORT | 2733 | INTEL IA32 MICROCODE UPDATE SUPPORT |
2967 | P: Tigran Aivazian | 2734 | M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> |
2968 | M: tigran@aivazian.fsnet.co.uk | ||
2969 | S: Maintained | 2735 | S: Maintained |
2970 | F: arch/x86/kernel/microcode_core.c | 2736 | F: arch/x86/kernel/microcode_core.c |
2971 | F: arch/x86/kernel/microcode_intel.c | 2737 | F: arch/x86/kernel/microcode_intel.c |
2972 | 2738 | ||
2973 | INTEL I/OAT DMA DRIVER | 2739 | INTEL I/OAT DMA DRIVER |
2974 | P: Maciej Sosnowski | 2740 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
2975 | M: maciej.sosnowski@intel.com | ||
2976 | S: Supported | 2741 | S: Supported |
2977 | F: drivers/dma/ioat* | 2742 | F: drivers/dma/ioat* |
2978 | 2743 | ||
2979 | INTEL IOMMU (VT-d) | 2744 | INTEL IOMMU (VT-d) |
2980 | P: David Woodhouse | 2745 | M: David Woodhouse <dwmw2@infradead.org> |
2981 | M: dwmw2@infradead.org | ||
2982 | L: iommu@lists.linux-foundation.org | 2746 | L: iommu@lists.linux-foundation.org |
2983 | T: git git://git.infradead.org/iommu-2.6.git | 2747 | T: git git://git.infradead.org/iommu-2.6.git |
2984 | S: Supported | 2748 | S: Supported |
@@ -2986,14 +2750,12 @@ F: drivers/pci/intel-iommu.c | |||
2986 | F: include/linux/intel-iommu.h | 2750 | F: include/linux/intel-iommu.h |
2987 | 2751 | ||
2988 | INTEL IOP-ADMA DMA DRIVER | 2752 | INTEL IOP-ADMA DMA DRIVER |
2989 | P: Dan Williams | 2753 | M: Dan Williams <dan.j.williams@intel.com> |
2990 | M: dan.j.williams@intel.com | 2754 | S: Maintained |
2991 | S: Supported | ||
2992 | F: drivers/dma/iop-adma.c | 2755 | F: drivers/dma/iop-adma.c |
2993 | 2756 | ||
2994 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT | 2757 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
2995 | P: Krzysztof Halasa | 2758 | M: Krzysztof Halasa <khc@pm.waw.pl> |
2996 | M: khc@pm.waw.pl | ||
2997 | S: Maintained | 2759 | S: Maintained |
2998 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h | 2760 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
2999 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | 2761 | F: arch/arm/mach-ixp4xx/include/mach/npe.h |
@@ -3003,29 +2765,22 @@ F: drivers/net/arm/ixp4xx_eth.c | |||
3003 | F: drivers/net/wan/ixp4xx_hss.c | 2765 | F: drivers/net/wan/ixp4xx_hss.c |
3004 | 2766 | ||
3005 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT | 2767 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
3006 | P: Deepak Saxena | 2768 | M: Deepak Saxena <dsaxena@plexity.net> |
3007 | M: dsaxena@plexity.net | ||
3008 | S: Maintained | 2769 | S: Maintained |
3009 | F: drivers/char/hw_random/ixp4xx-rng.c | 2770 | F: drivers/char/hw_random/ixp4xx-rng.c |
3010 | 2771 | ||
3011 | INTEL IXP2000 ETHERNET DRIVER | 2772 | INTEL IXP2000 ETHERNET DRIVER |
3012 | P: Lennert Buytenhek | 2773 | M: Lennert Buytenhek <kernel@wantstofly.org> |
3013 | M: kernel@wantstofly.org | ||
3014 | L: netdev@vger.kernel.org | 2774 | L: netdev@vger.kernel.org |
3015 | S: Maintained | 2775 | S: Maintained |
3016 | F: drivers/net/ixp2000/ | 2776 | F: drivers/net/ixp2000/ |
3017 | 2777 | ||
3018 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) | 2778 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
3019 | P: Jeff Kirsher | 2779 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
3020 | M: jeffrey.t.kirsher@intel.com | 2780 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
3021 | P: Jesse Brandeburg | 2781 | M: Bruce Allan <bruce.w.allan@intel.com> |
3022 | M: jesse.brandeburg@intel.com | 2782 | M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> |
3023 | P: Bruce Allan | 2783 | M: John Ronciak <john.ronciak@intel.com> |
3024 | M: bruce.w.allan@intel.com | ||
3025 | P: PJ Waskiewicz | ||
3026 | M: peter.p.waskiewicz.jr@intel.com | ||
3027 | P: John Ronciak | ||
3028 | M: john.ronciak@intel.com | ||
3029 | L: e1000-devel@lists.sourceforge.net | 2784 | L: e1000-devel@lists.sourceforge.net |
3030 | W: http://e1000.sourceforge.net/ | 2785 | W: http://e1000.sourceforge.net/ |
3031 | S: Supported | 2786 | S: Supported |
@@ -3037,38 +2792,27 @@ F: drivers/net/ixgb/ | |||
3037 | F: drivers/net/ixgbe/ | 2792 | F: drivers/net/ixgbe/ |
3038 | 2793 | ||
3039 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT | 2794 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
3040 | P: Zhu Yi | 2795 | M: Zhu Yi <yi.zhu@intel.com> |
3041 | M: yi.zhu@intel.com | 2796 | M: Reinette Chatre <reinette.chatre@intel.com> |
3042 | P: James Ketrenos | 2797 | M: Intel Linux Wireless <ilw@linux.intel.com> |
3043 | M: jketreno@linux.intel.com | ||
3044 | P: Reinette Chatre | ||
3045 | M: reinette.chatre@intel.com | ||
3046 | L: linux-wireless@vger.kernel.org | 2798 | L: linux-wireless@vger.kernel.org |
3047 | L: ipw2100-devel@lists.sourceforge.net | ||
3048 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | ||
3049 | W: http://ipw2100.sourceforge.net | 2799 | W: http://ipw2100.sourceforge.net |
3050 | S: Supported | 2800 | S: Odd Fixes |
3051 | F: Documentation/networking/README.ipw2100 | 2801 | F: Documentation/networking/README.ipw2100 |
3052 | F: drivers/net/wireless/ipw2x00/ipw2100.* | 2802 | F: drivers/net/wireless/ipw2x00/ipw2100.* |
3053 | 2803 | ||
3054 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | 2804 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT |
3055 | P: Zhu Yi | 2805 | M: Zhu Yi <yi.zhu@intel.com> |
3056 | M: yi.zhu@intel.com | 2806 | M: Reinette Chatre <reinette.chatre@intel.com> |
3057 | P: James Ketrenos | 2807 | M: Intel Linux Wireless <ilw@linux.intel.com> |
3058 | M: jketreno@linux.intel.com | ||
3059 | P: Reinette Chatre | ||
3060 | M: reinette.chatre@intel.com | ||
3061 | L: linux-wireless@vger.kernel.org | 2808 | L: linux-wireless@vger.kernel.org |
3062 | L: ipw2100-devel@lists.sourceforge.net | ||
3063 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | ||
3064 | W: http://ipw2200.sourceforge.net | 2809 | W: http://ipw2200.sourceforge.net |
3065 | S: Supported | 2810 | S: Odd Fixes |
3066 | F: Documentation/networking/README.ipw2200 | 2811 | F: Documentation/networking/README.ipw2200 |
3067 | F: drivers/net/wireless/ipw2x00/ipw2200.* | 2812 | F: drivers/net/wireless/ipw2x00/ipw2200.* |
3068 | 2813 | ||
3069 | INTEL WIRELESS WIMAX CONNECTION 2400 | 2814 | INTEL WIRELESS WIMAX CONNECTION 2400 |
3070 | P: Inaky Perez-Gonzalez | 2815 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
3071 | M: inaky.perez-gonzalez@intel.com | ||
3072 | M: linux-wimax@intel.com | 2816 | M: linux-wimax@intel.com |
3073 | L: wimax@linuxwimax.org | 2817 | L: wimax@linuxwimax.org |
3074 | S: Supported | 2818 | S: Supported |
@@ -3078,60 +2822,50 @@ F: drivers/net/wimax/i2400m/ | |||
3078 | F: include/linux/wimax/i2400m.h | 2822 | F: include/linux/wimax/i2400m.h |
3079 | 2823 | ||
3080 | INTEL WIRELESS WIFI LINK (iwlwifi) | 2824 | INTEL WIRELESS WIFI LINK (iwlwifi) |
3081 | P: Zhu Yi | 2825 | M: Zhu Yi <yi.zhu@intel.com> |
3082 | M: yi.zhu@intel.com | 2826 | M: Reinette Chatre <reinette.chatre@intel.com> |
3083 | P: Reinette Chatre | 2827 | M: Intel Linux Wireless <ilw@linux.intel.com> |
3084 | M: reinette.chatre@intel.com | ||
3085 | L: linux-wireless@vger.kernel.org | 2828 | L: linux-wireless@vger.kernel.org |
3086 | L: ipw3945-devel@lists.sourceforge.net | ||
3087 | W: http://intellinuxwireless.org | 2829 | W: http://intellinuxwireless.org |
3088 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git | 2830 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
3089 | S: Supported | 2831 | S: Supported |
3090 | F: drivers/net/wireless/iwlwifi/ | 2832 | F: drivers/net/wireless/iwlwifi/ |
3091 | 2833 | ||
3092 | IOC3 ETHERNET DRIVER | 2834 | IOC3 ETHERNET DRIVER |
3093 | P: Ralf Baechle | 2835 | M: Ralf Baechle <ralf@linux-mips.org> |
3094 | M: ralf@linux-mips.org | ||
3095 | L: linux-mips@linux-mips.org | 2836 | L: linux-mips@linux-mips.org |
3096 | S: Maintained | 2837 | S: Maintained |
3097 | F: drivers/net/ioc3-eth.c | 2838 | F: drivers/net/ioc3-eth.c |
3098 | 2839 | ||
3099 | IOC3 SERIAL DRIVER | 2840 | IOC3 SERIAL DRIVER |
3100 | P: Pat Gefre | 2841 | M: Pat Gefre <pfg@sgi.com> |
3101 | M: pfg@sgi.com | ||
3102 | L: linux-mips@linux-mips.org | 2842 | L: linux-mips@linux-mips.org |
3103 | S: Maintained | 2843 | S: Maintained |
3104 | F: drivers/serial/ioc3_serial.c | 2844 | F: drivers/serial/ioc3_serial.c |
3105 | 2845 | ||
3106 | IP MASQUERADING | 2846 | IP MASQUERADING |
3107 | P: Juanjo Ciarlante | 2847 | M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> |
3108 | M: jjciarla@raiz.uncu.edu.ar | ||
3109 | S: Maintained | 2848 | S: Maintained |
3110 | F: net/ipv4/netfilter/ipt_MASQUERADE.c | 2849 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
3111 | 2850 | ||
3112 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER | 2851 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
3113 | P: Francois Romieu | 2852 | M: Francois Romieu <romieu@fr.zoreil.com> |
3114 | M: romieu@fr.zoreil.com | 2853 | M: Sorbica Shieh <sorbica@icplus.com.tw> |
3115 | P: Sorbica Shieh | 2854 | M: Jesse Huang <jesse@icplus.com.tw> |
3116 | M: sorbica@icplus.com.tw | ||
3117 | P: Jesse Huang | ||
3118 | M: jesse@icplus.com.tw | ||
3119 | L: netdev@vger.kernel.org | 2855 | L: netdev@vger.kernel.org |
3120 | S: Maintained | 2856 | S: Maintained |
3121 | F: drivers/net/ipg.c | 2857 | F: drivers/net/ipg.c |
3122 | 2858 | ||
3123 | IPATH DRIVER | 2859 | IPATH DRIVER |
3124 | P: Ralph Campbell | 2860 | M: Ralph Campbell <infinipath@qlogic.com> |
3125 | M: infinipath@qlogic.com | 2861 | L: linux-rdma@vger.kernel.org |
3126 | L: general@lists.openfabrics.org | ||
3127 | T: git git://git.qlogic.com/ipath-linux-2.6 | 2862 | T: git git://git.qlogic.com/ipath-linux-2.6 |
3128 | S: Supported | 2863 | S: Supported |
3129 | F: drivers/infiniband/hw/ipath/ | 2864 | F: drivers/infiniband/hw/ipath/ |
3130 | 2865 | ||
3131 | IPMI SUBSYSTEM | 2866 | IPMI SUBSYSTEM |
3132 | P: Corey Minyard | 2867 | M: Corey Minyard <minyard@acm.org> |
3133 | M: minyard@acm.org | 2868 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
3134 | L: openipmi-developer@lists.sourceforge.net | ||
3135 | W: http://openipmi.sourceforge.net/ | 2869 | W: http://openipmi.sourceforge.net/ |
3136 | S: Supported | 2870 | S: Supported |
3137 | F: Documentation/IPMI.txt | 2871 | F: Documentation/IPMI.txt |
@@ -3139,38 +2873,33 @@ F: drivers/char/ipmi/ | |||
3139 | F: include/linux/ipmi* | 2873 | F: include/linux/ipmi* |
3140 | 2874 | ||
3141 | IPS SCSI RAID DRIVER | 2875 | IPS SCSI RAID DRIVER |
3142 | P: Adaptec OEM Raid Solutions | 2876 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
3143 | M: aacraid@adaptec.com | ||
3144 | L: linux-scsi@vger.kernel.org | 2877 | L: linux-scsi@vger.kernel.org |
3145 | W: http://www.adaptec.com/ | 2878 | W: http://www.adaptec.com/ |
3146 | S: Maintained | 2879 | S: Maintained |
3147 | F: drivers/scsi/ips* | 2880 | F: drivers/scsi/ips* |
3148 | 2881 | ||
3149 | IPVS | 2882 | IPVS |
3150 | P: Wensong Zhang | 2883 | M: Wensong Zhang <wensong@linux-vs.org> |
3151 | M: wensong@linux-vs.org | 2884 | M: Simon Horman <horms@verge.net.au> |
3152 | P: Simon Horman | 2885 | M: Julian Anastasov <ja@ssi.bg> |
3153 | M: horms@verge.net.au | ||
3154 | P: Julian Anastasov | ||
3155 | M: ja@ssi.bg | ||
3156 | L: netdev@vger.kernel.org | 2886 | L: netdev@vger.kernel.org |
3157 | L: lvs-devel@vger.kernel.org | 2887 | L: lvs-devel@vger.kernel.org |
3158 | S: Maintained | 2888 | S: Maintained |
3159 | F: Documentation/networking/ipvs-sysctl.txt | 2889 | F: Documentation/networking/ipvs-sysctl.txt |
2890 | F: include/net/ip_vs.h | ||
2891 | F: include/linux/ip_vs.h | ||
3160 | F: net/netfilter/ipvs/ | 2892 | F: net/netfilter/ipvs/ |
3161 | 2893 | ||
3162 | IPWIRELESS DRIVER | 2894 | IPWIRELESS DRIVER |
3163 | P: Jiri Kosina | 2895 | M: Jiri Kosina <jkosina@suse.cz> |
3164 | M: jkosina@suse.cz | 2896 | M: David Sterba <dsterba@suse.cz> |
3165 | P: David Sterba | ||
3166 | M: dsterba@suse.cz | ||
3167 | S: Maintained | 2897 | S: Maintained |
3168 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git | 2898 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git |
3169 | F: drivers/char/pcmcia/ipwireless/ | 2899 | F: drivers/char/pcmcia/ipwireless/ |
3170 | 2900 | ||
3171 | IPX NETWORK LAYER | 2901 | IPX NETWORK LAYER |
3172 | P: Arnaldo Carvalho de Melo | 2902 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
3173 | M: acme@ghostprotocols.net | ||
3174 | L: netdev@vger.kernel.org | 2903 | L: netdev@vger.kernel.org |
3175 | S: Maintained | 2904 | S: Maintained |
3176 | F: include/linux/ipx.h | 2905 | F: include/linux/ipx.h |
@@ -3178,8 +2907,7 @@ F: include/net/ipx.h | |||
3178 | F: net/ipx/ | 2907 | F: net/ipx/ |
3179 | 2908 | ||
3180 | IRDA SUBSYSTEM | 2909 | IRDA SUBSYSTEM |
3181 | P: Samuel Ortiz | 2910 | M: Samuel Ortiz <samuel@sortiz.org> |
3182 | M: samuel@sortiz.org | ||
3183 | L: irda-users@lists.sourceforge.net (subscribers-only) | 2911 | L: irda-users@lists.sourceforge.net (subscribers-only) |
3184 | W: http://irda.sourceforge.net/ | 2912 | W: http://irda.sourceforge.net/ |
3185 | S: Maintained | 2913 | S: Maintained |
@@ -3190,16 +2918,14 @@ F: include/net/irda/ | |||
3190 | F: net/irda/ | 2918 | F: net/irda/ |
3191 | 2919 | ||
3192 | ISAPNP | 2920 | ISAPNP |
3193 | P: Jaroslav Kysela | 2921 | M: Jaroslav Kysela <perex@perex.cz> |
3194 | M: perex@perex.cz | ||
3195 | S: Maintained | 2922 | S: Maintained |
3196 | F: Documentation/isapnp.txt | 2923 | F: Documentation/isapnp.txt |
3197 | F: drivers/pnp/isapnp/ | 2924 | F: drivers/pnp/isapnp/ |
3198 | F: include/linux/isapnp.h | 2925 | F: include/linux/isapnp.h |
3199 | 2926 | ||
3200 | ISCSI | 2927 | ISCSI |
3201 | P: Mike Christie | 2928 | M: Mike Christie <michaelc@cs.wisc.edu> |
3202 | M: michaelc@cs.wisc.edu | ||
3203 | L: open-iscsi@googlegroups.com | 2929 | L: open-iscsi@googlegroups.com |
3204 | W: www.open-iscsi.org | 2930 | W: www.open-iscsi.org |
3205 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git | 2931 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
@@ -3208,8 +2934,7 @@ F: drivers/scsi/*iscsi* | |||
3208 | F: include/scsi/*iscsi* | 2934 | F: include/scsi/*iscsi* |
3209 | 2935 | ||
3210 | ISDN SUBSYSTEM | 2936 | ISDN SUBSYSTEM |
3211 | P: Karsten Keil | 2937 | M: Karsten Keil <isdn@linux-pingi.de> |
3212 | M: isdn@linux-pingi.de | ||
3213 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) | 2938 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
3214 | W: http://www.isdn4linux.de | 2939 | W: http://www.isdn4linux.de |
3215 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git | 2940 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
@@ -3220,18 +2945,15 @@ F: include/linux/isdn.h | |||
3220 | F: include/linux/isdn/ | 2945 | F: include/linux/isdn/ |
3221 | 2946 | ||
3222 | ISDN SUBSYSTEM (Eicon active card driver) | 2947 | ISDN SUBSYSTEM (Eicon active card driver) |
3223 | P: Armin Schindler | 2948 | M: Armin Schindler <mac@melware.de> |
3224 | M: mac@melware.de | ||
3225 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) | 2949 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
3226 | W: http://www.melware.de | 2950 | W: http://www.melware.de |
3227 | S: Maintained | 2951 | S: Maintained |
3228 | F: drivers/isdn/hardware/eicon/ | 2952 | F: drivers/isdn/hardware/eicon/ |
3229 | 2953 | ||
3230 | IVTV VIDEO4LINUX DRIVER | 2954 | IVTV VIDEO4LINUX DRIVER |
3231 | P: Hans Verkuil | 2955 | M: Hans Verkuil <hverkuil@xs4all.nl> |
3232 | M: hverkuil@xs4all.nl | ||
3233 | L: ivtv-devel@ivtvdriver.org | 2956 | L: ivtv-devel@ivtvdriver.org |
3234 | L: ivtv-users@ivtvdriver.org | ||
3235 | L: linux-media@vger.kernel.org | 2957 | L: linux-media@vger.kernel.org |
3236 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2958 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
3237 | W: http://www.ivtvdriver.org | 2959 | W: http://www.ivtvdriver.org |
@@ -3241,25 +2963,22 @@ F: drivers/media/video/ivtv/ | |||
3241 | F: include/linux/ivtv* | 2963 | F: include/linux/ivtv* |
3242 | 2964 | ||
3243 | JFS FILESYSTEM | 2965 | JFS FILESYSTEM |
3244 | P: Dave Kleikamp | 2966 | M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> |
3245 | M: shaggy@austin.ibm.com | ||
3246 | L: jfs-discussion@lists.sourceforge.net | 2967 | L: jfs-discussion@lists.sourceforge.net |
3247 | W: http://jfs.sourceforge.net/ | 2968 | W: http://jfs.sourceforge.net/ |
3248 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git | 2969 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
3249 | S: Supported | 2970 | S: Maintained |
3250 | F: Documentation/filesystems/jfs.txt | 2971 | F: Documentation/filesystems/jfs.txt |
3251 | F: fs/jfs/ | 2972 | F: fs/jfs/ |
3252 | 2973 | ||
3253 | JME NETWORK DRIVER | 2974 | JME NETWORK DRIVER |
3254 | P: Guo-Fu Tseng | 2975 | M: Guo-Fu Tseng <cooldavid@cooldavid.org> |
3255 | M: cooldavid@cooldavid.org | ||
3256 | L: netdev@vger.kernel.org | 2976 | L: netdev@vger.kernel.org |
3257 | S: Maintained | 2977 | S: Maintained |
3258 | F: drivers/net/jme.* | 2978 | F: drivers/net/jme.* |
3259 | 2979 | ||
3260 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) | 2980 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
3261 | P: David Woodhouse | 2981 | M: David Woodhouse <dwmw2@infradead.org> |
3262 | M: dwmw2@infradead.org | ||
3263 | L: linux-mtd@lists.infradead.org | 2982 | L: linux-mtd@lists.infradead.org |
3264 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | 2983 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html |
3265 | S: Maintained | 2984 | S: Maintained |
@@ -3267,10 +2986,8 @@ F: fs/jffs2/ | |||
3267 | F: include/linux/jffs2.h | 2986 | F: include/linux/jffs2.h |
3268 | 2987 | ||
3269 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) | 2988 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
3270 | P: Stephen Tweedie | 2989 | M: Andrew Morton <akpm@linux-foundation.org> |
3271 | M: sct@redhat.com | 2990 | M: Jan Kara <jack@suse.cz> |
3272 | P: Andrew Morton | ||
3273 | M: akpm@linux-foundation.org | ||
3274 | L: linux-ext4@vger.kernel.org | 2991 | L: linux-ext4@vger.kernel.org |
3275 | S: Maintained | 2992 | S: Maintained |
3276 | F: fs/jbd*/ | 2993 | F: fs/jbd*/ |
@@ -3278,48 +2995,41 @@ F: include/linux/ext*jbd*.h | |||
3278 | F: include/linux/jbd*.h | 2995 | F: include/linux/jbd*.h |
3279 | 2996 | ||
3280 | K8TEMP HARDWARE MONITORING DRIVER | 2997 | K8TEMP HARDWARE MONITORING DRIVER |
3281 | P: Rudolf Marek | 2998 | M: Rudolf Marek <r.marek@assembler.cz> |
3282 | M: r.marek@assembler.cz | ||
3283 | L: lm-sensors@lm-sensors.org | 2999 | L: lm-sensors@lm-sensors.org |
3284 | S: Maintained | 3000 | S: Maintained |
3285 | F: Documentation/hwmon/k8temp | 3001 | F: Documentation/hwmon/k8temp |
3286 | F: drivers/hwmon/k8temp.c | 3002 | F: drivers/hwmon/k8temp.c |
3287 | 3003 | ||
3288 | KCONFIG | 3004 | KCONFIG |
3289 | P: Roman Zippel | 3005 | M: Roman Zippel <zippel@linux-m68k.org> |
3290 | M: zippel@linux-m68k.org | ||
3291 | L: linux-kbuild@vger.kernel.org | 3006 | L: linux-kbuild@vger.kernel.org |
3292 | S: Maintained | 3007 | S: Maintained |
3293 | F: Documentation/kbuild/kconfig-language.txt | 3008 | F: Documentation/kbuild/kconfig-language.txt |
3294 | F: scripts/kconfig/ | 3009 | F: scripts/kconfig/ |
3295 | 3010 | ||
3296 | KDUMP | 3011 | KDUMP |
3297 | P: Vivek Goyal | 3012 | M: Vivek Goyal <vgoyal@redhat.com> |
3298 | M: vgoyal@redhat.com | 3013 | M: Haren Myneni <hbabu@us.ibm.com> |
3299 | P: Haren Myneni | ||
3300 | M: hbabu@us.ibm.com | ||
3301 | L: kexec@lists.infradead.org | 3014 | L: kexec@lists.infradead.org |
3302 | W: http://lse.sourceforge.net/kdump/ | 3015 | W: http://lse.sourceforge.net/kdump/ |
3303 | S: Maintained | 3016 | S: Maintained |
3304 | F: Documentation/kdump/ | 3017 | F: Documentation/kdump/ |
3305 | 3018 | ||
3306 | KERNEL AUTOMOUNTER (AUTOFS) | 3019 | KERNEL AUTOMOUNTER (AUTOFS) |
3307 | P: H. Peter Anvin | 3020 | M: "H. Peter Anvin" <hpa@zytor.com> |
3308 | M: hpa@zytor.com | ||
3309 | L: autofs@linux.kernel.org | 3021 | L: autofs@linux.kernel.org |
3310 | S: Odd Fixes | 3022 | S: Odd Fixes |
3311 | F: fs/autofs/ | 3023 | F: fs/autofs/ |
3312 | 3024 | ||
3313 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | 3025 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
3314 | P: Ian Kent | 3026 | M: Ian Kent <raven@themaw.net> |
3315 | M: raven@themaw.net | ||
3316 | L: autofs@linux.kernel.org | 3027 | L: autofs@linux.kernel.org |
3317 | S: Maintained | 3028 | S: Maintained |
3318 | F: fs/autofs4/ | 3029 | F: fs/autofs4/ |
3319 | 3030 | ||
3320 | KERNEL BUILD | 3031 | KERNEL BUILD |
3321 | P: Sam Ravnborg | 3032 | M: Sam Ravnborg <sam@ravnborg.org> |
3322 | M: sam@ravnborg.org | ||
3323 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git | 3033 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git |
3324 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | 3034 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git |
3325 | L: linux-kbuild@vger.kernel.org | 3035 | L: linux-kbuild@vger.kernel.org |
@@ -3329,16 +3039,13 @@ F: Makefile | |||
3329 | F: scripts/Makefile.* | 3039 | F: scripts/Makefile.* |
3330 | 3040 | ||
3331 | KERNEL JANITORS | 3041 | KERNEL JANITORS |
3332 | P: Several | ||
3333 | L: kernel-janitors@vger.kernel.org | 3042 | L: kernel-janitors@vger.kernel.org |
3334 | W: http://www.kerneljanitors.org/ | 3043 | W: http://janitor.kernelnewbies.org/ |
3335 | S: Maintained | 3044 | S: Odd Fixes |
3336 | 3045 | ||
3337 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3046 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
3338 | P: J. Bruce Fields | 3047 | M: "J. Bruce Fields" <bfields@fieldses.org> |
3339 | M: bfields@fieldses.org | 3048 | M: Neil Brown <neilb@suse.de> |
3340 | P: Neil Brown | ||
3341 | M: neilb@suse.de | ||
3342 | L: linux-nfs@vger.kernel.org | 3049 | L: linux-nfs@vger.kernel.org |
3343 | W: http://nfs.sourceforge.net/ | 3050 | W: http://nfs.sourceforge.net/ |
3344 | S: Supported | 3051 | S: Supported |
@@ -3351,8 +3058,8 @@ F: include/linux/lockd/ | |||
3351 | F: include/linux/sunrpc/ | 3058 | F: include/linux/sunrpc/ |
3352 | 3059 | ||
3353 | KERNEL VIRTUAL MACHINE (KVM) | 3060 | KERNEL VIRTUAL MACHINE (KVM) |
3354 | P: Avi Kivity | 3061 | M: Avi Kivity <avi@redhat.com> |
3355 | M: avi@redhat.com | 3062 | M: Marcelo Tosatti <mtosatti@redhat.com> |
3356 | L: kvm@vger.kernel.org | 3063 | L: kvm@vger.kernel.org |
3357 | W: http://kvm.qumranet.com | 3064 | W: http://kvm.qumranet.com |
3358 | S: Supported | 3065 | S: Supported |
@@ -3363,8 +3070,7 @@ F: include/linux/kvm* | |||
3363 | F: virt/kvm/ | 3070 | F: virt/kvm/ |
3364 | 3071 | ||
3365 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V | 3072 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
3366 | P: Joerg Roedel | 3073 | M: Joerg Roedel <joerg.roedel@amd.com> |
3367 | M: joerg.roedel@amd.com | ||
3368 | L: kvm@vger.kernel.org | 3074 | L: kvm@vger.kernel.org |
3369 | W: http://kvm.qumranet.com | 3075 | W: http://kvm.qumranet.com |
3370 | S: Supported | 3076 | S: Supported |
@@ -3373,8 +3079,7 @@ F: arch/x86/kvm/kvm_svm.h | |||
3373 | F: arch/x86/kvm/svm.c | 3079 | F: arch/x86/kvm/svm.c |
3374 | 3080 | ||
3375 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC | 3081 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
3376 | P: Hollis Blanchard | 3082 | M: Hollis Blanchard <hollisb@us.ibm.com> |
3377 | M: hollisb@us.ibm.com | ||
3378 | L: kvm-ppc@vger.kernel.org | 3083 | L: kvm-ppc@vger.kernel.org |
3379 | W: http://kvm.qumranet.com | 3084 | W: http://kvm.qumranet.com |
3380 | S: Supported | 3085 | S: Supported |
@@ -3382,8 +3087,7 @@ F: arch/powerpc/include/asm/kvm* | |||
3382 | F: arch/powerpc/kvm/ | 3087 | F: arch/powerpc/kvm/ |
3383 | 3088 | ||
3384 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) | 3089 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
3385 | P: Xiantao Zhang | 3090 | M: Xiantao Zhang <xiantao.zhang@intel.com> |
3386 | M: xiantao.zhang@intel.com | ||
3387 | L: kvm-ia64@vger.kernel.org | 3091 | L: kvm-ia64@vger.kernel.org |
3388 | W: http://kvm.qumranet.com | 3092 | W: http://kvm.qumranet.com |
3389 | S: Supported | 3093 | S: Supported |
@@ -3392,10 +3096,8 @@ F: arch/ia64/include/asm/kvm* | |||
3392 | F: arch/ia64/kvm/ | 3096 | F: arch/ia64/kvm/ |
3393 | 3097 | ||
3394 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) | 3098 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
3395 | P: Carsten Otte | 3099 | M: Carsten Otte <cotte@de.ibm.com> |
3396 | M: cotte@de.ibm.com | 3100 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
3397 | P: Christian Borntraeger | ||
3398 | M: borntraeger@de.ibm.com | ||
3399 | M: linux390@de.ibm.com | 3101 | M: linux390@de.ibm.com |
3400 | L: linux-s390@vger.kernel.org | 3102 | L: linux-s390@vger.kernel.org |
3401 | W: http://www.ibm.com/developerworks/linux/linux390/ | 3103 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -3405,8 +3107,7 @@ F: arch/s390/include/asm/kvm* | |||
3405 | F: arch/s390/kvm/ | 3107 | F: arch/s390/kvm/ |
3406 | 3108 | ||
3407 | KEXEC | 3109 | KEXEC |
3408 | P: Eric Biederman | 3110 | M: Eric Biederman <ebiederm@xmission.com> |
3409 | M: ebiederm@xmission.com | ||
3410 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ | 3111 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
3411 | L: kexec@lists.infradead.org | 3112 | L: kexec@lists.infradead.org |
3412 | S: Maintained | 3113 | S: Maintained |
@@ -3414,8 +3115,7 @@ F: include/linux/kexec.h | |||
3414 | F: kernel/kexec.c | 3115 | F: kernel/kexec.c |
3415 | 3116 | ||
3416 | KGDB | 3117 | KGDB |
3417 | P: Jason Wessel | 3118 | M: Jason Wessel <jason.wessel@windriver.com> |
3418 | M: jason.wessel@windriver.com | ||
3419 | L: kgdb-bugreport@lists.sourceforge.net | 3119 | L: kgdb-bugreport@lists.sourceforge.net |
3420 | S: Maintained | 3120 | S: Maintained |
3421 | F: Documentation/DocBook/kgdb.tmpl | 3121 | F: Documentation/DocBook/kgdb.tmpl |
@@ -3425,17 +3125,17 @@ F: include/linux/kgdb.h | |||
3425 | F: kernel/kgdb.c | 3125 | F: kernel/kgdb.c |
3426 | 3126 | ||
3427 | KMEMCHECK | 3127 | KMEMCHECK |
3428 | P: Vegard Nossum | 3128 | M: Vegard Nossum <vegardno@ifi.uio.no> |
3429 | M: vegardno@ifi.uio.no | 3129 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
3430 | P Pekka Enberg | ||
3431 | M: penberg@cs.helsinki.fi | ||
3432 | L: linux-kernel@vger.kernel.org | ||
3433 | S: Maintained | 3130 | S: Maintained |
3131 | F: Documentation/kmemcheck.txt | ||
3132 | F: arch/x86/include/asm/kmemcheck.h | ||
3133 | F: arch/x86/mm/kmemcheck/ | ||
3134 | F: include/linux/kmemcheck.h | ||
3135 | F: mm/kmemcheck.c | ||
3434 | 3136 | ||
3435 | KMEMLEAK | 3137 | KMEMLEAK |
3436 | P: Catalin Marinas | 3138 | M: Catalin Marinas <catalin.marinas@arm.com> |
3437 | M: catalin.marinas@arm.com | ||
3438 | L: linux-kernel@vger.kernel.org | ||
3439 | S: Maintained | 3139 | S: Maintained |
3440 | F: Documentation/kmemleak.txt | 3140 | F: Documentation/kmemleak.txt |
3441 | F: include/linux/kmemleak.h | 3141 | F: include/linux/kmemleak.h |
@@ -3443,30 +3143,24 @@ F: mm/kmemleak.c | |||
3443 | F: mm/kmemleak-test.c | 3143 | F: mm/kmemleak-test.c |
3444 | 3144 | ||
3445 | KMEMTRACE | 3145 | KMEMTRACE |
3446 | P: Eduard - Gabriel Munteanu | 3146 | M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> |
3447 | M: eduard.munteanu@linux360.ro | ||
3448 | S: Maintained | 3147 | S: Maintained |
3449 | F: Documentation/trace/kmemtrace.txt | 3148 | F: Documentation/trace/kmemtrace.txt |
3450 | F: include/linux/kmemtrace.h | 3149 | F: include/linux/kmemtrace.h |
3451 | F: kernel/trace/kmemtrace.c | 3150 | F: kernel/trace/kmemtrace.c |
3452 | 3151 | ||
3453 | KPROBES | 3152 | KPROBES |
3454 | P: Ananth N Mavinakayanahalli | 3153 | M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> |
3455 | M: ananth@in.ibm.com | 3154 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
3456 | P: Anil S Keshavamurthy | 3155 | M: "David S. Miller" <davem@davemloft.net> |
3457 | M: anil.s.keshavamurthy@intel.com | 3156 | M: Masami Hiramatsu <mhiramat@redhat.com> |
3458 | P: David S. Miller | ||
3459 | M: davem@davemloft.net | ||
3460 | P: Masami Hiramatsu | ||
3461 | M: mhiramat@redhat.com | ||
3462 | S: Maintained | 3157 | S: Maintained |
3463 | F: Documentation/kprobes.txt | 3158 | F: Documentation/kprobes.txt |
3464 | F: include/linux/kprobes.h | 3159 | F: include/linux/kprobes.h |
3465 | F: kernel/kprobes.c | 3160 | F: kernel/kprobes.c |
3466 | 3161 | ||
3467 | KS0108 LCD CONTROLLER DRIVER | 3162 | KS0108 LCD CONTROLLER DRIVER |
3468 | P: Miguel Ojeda Sandonis | 3163 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
3469 | M: miguel.ojeda.sandonis@gmail.com | ||
3470 | W: http://miguelojeda.es/auxdisplay.htm | 3164 | W: http://miguelojeda.es/auxdisplay.htm |
3471 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 3165 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
3472 | S: Maintained | 3166 | S: Maintained |
@@ -3482,31 +3176,27 @@ F: include/*/lapb.h | |||
3482 | F: net/lapb/ | 3176 | F: net/lapb/ |
3483 | 3177 | ||
3484 | LASI 53c700 driver for PARISC | 3178 | LASI 53c700 driver for PARISC |
3485 | P: James E.J. Bottomley | 3179 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
3486 | M: James.Bottomley@HansenPartnership.com | ||
3487 | L: linux-scsi@vger.kernel.org | 3180 | L: linux-scsi@vger.kernel.org |
3488 | S: Maintained | 3181 | S: Maintained |
3489 | F: Documentation/scsi/53c700.txt | 3182 | F: Documentation/scsi/53c700.txt |
3490 | F: drivers/scsi/53c700* | 3183 | F: drivers/scsi/53c700* |
3491 | 3184 | ||
3492 | LED SUBSYSTEM | 3185 | LED SUBSYSTEM |
3493 | P: Richard Purdie | 3186 | M: Richard Purdie <rpurdie@rpsys.net> |
3494 | M: rpurdie@rpsys.net | ||
3495 | S: Maintained | 3187 | S: Maintained |
3496 | F: drivers/leds/ | 3188 | F: drivers/leds/ |
3497 | F: include/linux/leds.h | 3189 | F: include/linux/leds.h |
3498 | 3190 | ||
3499 | LEGO USB Tower driver | 3191 | LEGO USB Tower driver |
3500 | P: Juergen Stuber | 3192 | M: Juergen Stuber <starblue@users.sourceforge.net> |
3501 | M: starblue@users.sourceforge.net | ||
3502 | L: legousb-devel@lists.sourceforge.net | 3193 | L: legousb-devel@lists.sourceforge.net |
3503 | W: http://legousb.sourceforge.net/ | 3194 | W: http://legousb.sourceforge.net/ |
3504 | S: Maintained | 3195 | S: Maintained |
3505 | F: drivers/usb/misc/legousbtower.c | 3196 | F: drivers/usb/misc/legousbtower.c |
3506 | 3197 | ||
3507 | LGUEST | 3198 | LGUEST |
3508 | P: Rusty Russell | 3199 | M: Rusty Russell <rusty@rustcorp.com.au> |
3509 | M: rusty@rustcorp.com.au | ||
3510 | L: lguest@ozlabs.org | 3200 | L: lguest@ozlabs.org |
3511 | W: http://lguest.ozlabs.org/ | 3201 | W: http://lguest.ozlabs.org/ |
3512 | S: Maintained | 3202 | S: Maintained |
@@ -3517,119 +3207,100 @@ F: include/linux/lguest*.h | |||
3517 | F: arch/x86/include/asm/lguest*.h | 3207 | F: arch/x86/include/asm/lguest*.h |
3518 | 3208 | ||
3519 | LINUX FOR IBM pSERIES (RS/6000) | 3209 | LINUX FOR IBM pSERIES (RS/6000) |
3520 | P: Paul Mackerras | 3210 | M: Paul Mackerras <paulus@au.ibm.com> |
3521 | M: paulus@au.ibm.com | ||
3522 | W: http://www.ibm.com/linux/ltc/projects/ppc | 3211 | W: http://www.ibm.com/linux/ltc/projects/ppc |
3523 | S: Supported | 3212 | S: Supported |
3524 | 3213 | ||
3525 | LINUX FOR POWERPC (32-BIT AND 64-BIT) | 3214 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
3526 | P: Benjamin Herrenschmidt | 3215 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
3527 | M: benh@kernel.crashing.org | 3216 | M: Paul Mackerras <paulus@samba.org> |
3528 | P: Paul Mackerras | ||
3529 | M: paulus@samba.org | ||
3530 | W: http://www.penguinppc.org/ | 3217 | W: http://www.penguinppc.org/ |
3531 | L: linuxppc-dev@ozlabs.org | 3218 | L: linuxppc-dev@ozlabs.org |
3532 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git | 3219 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
3533 | S: Supported | 3220 | S: Supported |
3534 | 3221 | ||
3535 | LINUX FOR POWER MACINTOSH | 3222 | LINUX FOR POWER MACINTOSH |
3536 | P: Benjamin Herrenschmidt | 3223 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
3537 | M: benh@kernel.crashing.org | ||
3538 | W: http://www.penguinppc.org/ | 3224 | W: http://www.penguinppc.org/ |
3539 | L: linuxppc-dev@ozlabs.org | 3225 | L: linuxppc-dev@ozlabs.org |
3540 | S: Maintained | 3226 | S: Maintained |
3541 | 3227 | ||
3542 | LINUX FOR POWERPC EMBEDDED MPC5XXX | 3228 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
3543 | P: Grant Likely | 3229 | M: Grant Likely <grant.likely@secretlab.ca> |
3544 | M: grant.likely@secretlab.ca | ||
3545 | L: linuxppc-dev@ozlabs.org | 3230 | L: linuxppc-dev@ozlabs.org |
3546 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3231 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3547 | S: Maintained | 3232 | S: Maintained |
3548 | 3233 | ||
3549 | LINUX FOR POWERPC EMBEDDED PPC4XX | 3234 | LINUX FOR POWERPC EMBEDDED PPC4XX |
3550 | P: Josh Boyer | 3235 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
3551 | M: jwboyer@linux.vnet.ibm.com | 3236 | M: Matt Porter <mporter@kernel.crashing.org> |
3552 | P: Matt Porter | ||
3553 | M: mporter@kernel.crashing.org | ||
3554 | W: http://www.penguinppc.org/ | 3237 | W: http://www.penguinppc.org/ |
3555 | L: linuxppc-dev@ozlabs.org | 3238 | L: linuxppc-dev@ozlabs.org |
3556 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git | 3239 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git |
3557 | S: Maintained | 3240 | S: Maintained |
3558 | 3241 | ||
3559 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 3242 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
3560 | P: Grant Likely | 3243 | M: Grant Likely <grant.likely@secretlab.ca> |
3561 | M: grant.likely@secretlab.ca | ||
3562 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | 3244 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
3563 | L: linuxppc-dev@ozlabs.org | 3245 | L: linuxppc-dev@ozlabs.org |
3564 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3246 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3565 | S: Maintained | 3247 | S: Maintained |
3566 | 3248 | ||
3567 | LINUX FOR POWERPC EMBEDDED PPC8XX | 3249 | LINUX FOR POWERPC EMBEDDED PPC8XX |
3568 | P: Vitaly Bordug | 3250 | M: Vitaly Bordug <vitb@kernel.crashing.org> |
3569 | M: vitb@kernel.crashing.org | 3251 | M: Marcelo Tosatti <marcelo@kvack.org> |
3570 | P: Marcelo Tosatti | ||
3571 | M: marcelo@kvack.org | ||
3572 | W: http://www.penguinppc.org/ | 3252 | W: http://www.penguinppc.org/ |
3573 | L: linuxppc-dev@ozlabs.org | 3253 | L: linuxppc-dev@ozlabs.org |
3574 | S: Maintained | 3254 | S: Maintained |
3575 | 3255 | ||
3576 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX | 3256 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
3577 | P: Kumar Gala | 3257 | M: Kumar Gala <galak@kernel.crashing.org> |
3578 | M: galak@kernel.crashing.org | ||
3579 | W: http://www.penguinppc.org/ | 3258 | W: http://www.penguinppc.org/ |
3580 | L: linuxppc-dev@ozlabs.org | 3259 | L: linuxppc-dev@ozlabs.org |
3581 | S: Maintained | 3260 | S: Maintained |
3582 | 3261 | ||
3583 | LINUX FOR POWERPC PA SEMI PWRFICIENT | 3262 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
3584 | P: Olof Johansson | 3263 | M: Olof Johansson <olof@lixom.net> |
3585 | M: olof@lixom.net | ||
3586 | W: http://www.pasemi.com/ | 3264 | W: http://www.pasemi.com/ |
3587 | L: linuxppc-dev@ozlabs.org | 3265 | L: linuxppc-dev@ozlabs.org |
3588 | S: Supported | 3266 | S: Supported |
3589 | 3267 | ||
3590 | LINUX SECURITY MODULE (LSM) FRAMEWORK | 3268 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
3591 | P: Chris Wright | 3269 | M: Chris Wright <chrisw@sous-sol.org> |
3592 | M: chrisw@sous-sol.org | ||
3593 | L: linux-security-module@vger.kernel.org | 3270 | L: linux-security-module@vger.kernel.org |
3594 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git | 3271 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
3595 | S: Supported | 3272 | S: Supported |
3596 | 3273 | ||
3597 | LLC (802.2) | 3274 | LLC (802.2) |
3598 | P: Arnaldo Carvalho de Melo | 3275 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
3599 | M: acme@ghostprotocols.net | ||
3600 | S: Maintained | 3276 | S: Maintained |
3601 | F: include/linux/llc.h | 3277 | F: include/linux/llc.h |
3602 | F: include/net/llc* | 3278 | F: include/net/llc* |
3603 | F: net/llc/ | 3279 | F: net/llc/ |
3604 | 3280 | ||
3605 | LIS3LV02D ACCELEROMETER DRIVER | 3281 | LIS3LV02D ACCELEROMETER DRIVER |
3606 | P: Eric Piel | 3282 | M: Eric Piel <eric.piel@tremplin-utc.net> |
3607 | M: eric.piel@tremplin-utc.net | ||
3608 | S: Maintained | 3283 | S: Maintained |
3609 | F: Documentation/hwmon/lis3lv02d | 3284 | F: Documentation/hwmon/lis3lv02d |
3610 | F: drivers/hwmon/lis3lv02d.* | 3285 | F: drivers/hwmon/lis3lv02d.* |
3611 | 3286 | ||
3612 | LM83 HARDWARE MONITOR DRIVER | 3287 | LM83 HARDWARE MONITOR DRIVER |
3613 | P: Jean Delvare | 3288 | M: Jean Delvare <khali@linux-fr.org> |
3614 | M: khali@linux-fr.org | ||
3615 | L: lm-sensors@lm-sensors.org | 3289 | L: lm-sensors@lm-sensors.org |
3616 | S: Maintained | 3290 | S: Maintained |
3617 | F: Documentation/hwmon/lm83 | 3291 | F: Documentation/hwmon/lm83 |
3618 | F: drivers/hwmon/lm83.c | 3292 | F: drivers/hwmon/lm83.c |
3619 | 3293 | ||
3620 | LM90 HARDWARE MONITOR DRIVER | 3294 | LM90 HARDWARE MONITOR DRIVER |
3621 | P: Jean Delvare | 3295 | M: Jean Delvare <khali@linux-fr.org> |
3622 | M: khali@linux-fr.org | ||
3623 | L: lm-sensors@lm-sensors.org | 3296 | L: lm-sensors@lm-sensors.org |
3624 | S: Maintained | 3297 | S: Maintained |
3625 | F: Documentation/hwmon/lm90 | 3298 | F: Documentation/hwmon/lm90 |
3626 | F: drivers/hwmon/lm90.c | 3299 | F: drivers/hwmon/lm90.c |
3627 | 3300 | ||
3628 | LOCKDEP AND LOCKSTAT | 3301 | LOCKDEP AND LOCKSTAT |
3629 | P: Peter Zijlstra | 3302 | M: Peter Zijlstra <peterz@infradead.org> |
3630 | M: peterz@infradead.org | 3303 | M: Ingo Molnar <mingo@redhat.com> |
3631 | P: Ingo Molnar | ||
3632 | M: mingo@redhat.com | ||
3633 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | 3304 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git |
3634 | S: Maintained | 3305 | S: Maintained |
3635 | F: Documentation/lockdep*.txt | 3306 | F: Documentation/lockdep*.txt |
@@ -3638,8 +3309,7 @@ F: include/linux/lockdep.h | |||
3638 | F: kernel/lockdep* | 3309 | F: kernel/lockdep* |
3639 | 3310 | ||
3640 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | 3311 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
3641 | P: Richard Russon (FlatCap) | 3312 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
3642 | M: ldm@flatcap.org | ||
3643 | L: linux-ntfs-dev@lists.sourceforge.net | 3313 | L: linux-ntfs-dev@lists.sourceforge.net |
3644 | W: http://www.linux-ntfs.org/content/view/19/37/ | 3314 | W: http://www.linux-ntfs.org/content/view/19/37/ |
3645 | S: Maintained | 3315 | S: Maintained |
@@ -3647,8 +3317,7 @@ F: Documentation/ldm.txt | |||
3647 | F: fs/partitions/ldm.* | 3317 | F: fs/partitions/ldm.* |
3648 | 3318 | ||
3649 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 3319 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
3650 | P: Eric Moore | 3320 | M: Eric Moore <Eric.Moore@lsi.com> |
3651 | M: Eric.Moore@lsi.com | ||
3652 | M: support@lsi.com | 3321 | M: support@lsi.com |
3653 | L: DL-MPTFusionLinux@lsi.com | 3322 | L: DL-MPTFusionLinux@lsi.com |
3654 | L: linux-scsi@vger.kernel.org | 3323 | L: linux-scsi@vger.kernel.org |
@@ -3657,25 +3326,21 @@ S: Supported | |||
3657 | F: drivers/message/fusion/ | 3326 | F: drivers/message/fusion/ |
3658 | 3327 | ||
3659 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers | 3328 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
3660 | P: Matthew Wilcox | 3329 | M: Matthew Wilcox <matthew@wil.cx> |
3661 | M: matthew@wil.cx | ||
3662 | L: linux-scsi@vger.kernel.org | 3330 | L: linux-scsi@vger.kernel.org |
3663 | S: Maintained | 3331 | S: Maintained |
3664 | F: drivers/scsi/sym53c8xx_2/ | 3332 | F: drivers/scsi/sym53c8xx_2/ |
3665 | 3333 | ||
3666 | LTP (Linux Test Project) | 3334 | LTP (Linux Test Project) |
3667 | P: Subrata Modak | 3335 | M: Subrata Modak <subrata@linux.vnet.ibm.com> |
3668 | M: subrata@linux.vnet.ibm.com | 3336 | M: Mike Frysinger <vapier@gentoo.org> |
3669 | P: Mike Frysinger | ||
3670 | M: vapier@gentoo.org | ||
3671 | L: ltp-list@lists.sourceforge.net (subscribers-only) | 3337 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
3672 | W: http://ltp.sourceforge.net/ | 3338 | W: http://ltp.sourceforge.net/ |
3673 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git | 3339 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git |
3674 | S: Maintained | 3340 | S: Maintained |
3675 | 3341 | ||
3676 | M32R ARCHITECTURE | 3342 | M32R ARCHITECTURE |
3677 | P: Hirokazu Takata | 3343 | M: Hirokazu Takata <takata@linux-m32r.org> |
3678 | M: takata@linux-m32r.org | ||
3679 | L: linux-m32r@ml.linux-m32r.org | 3344 | L: linux-m32r@ml.linux-m32r.org |
3680 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) | 3345 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) |
3681 | W: http://www.linux-m32r.org/ | 3346 | W: http://www.linux-m32r.org/ |
@@ -3683,10 +3348,8 @@ S: Maintained | |||
3683 | F: arch/m32r/ | 3348 | F: arch/m32r/ |
3684 | 3349 | ||
3685 | M68K ARCHITECTURE | 3350 | M68K ARCHITECTURE |
3686 | P: Geert Uytterhoeven | 3351 | M: Geert Uytterhoeven <geert@linux-m68k.org> |
3687 | M: geert@linux-m68k.org | 3352 | M: Roman Zippel <zippel@linux-m68k.org> |
3688 | P: Roman Zippel | ||
3689 | M: zippel@linux-m68k.org | ||
3690 | L: linux-m68k@lists.linux-m68k.org | 3353 | L: linux-m68k@lists.linux-m68k.org |
3691 | W: http://www.linux-m68k.org/ | 3354 | W: http://www.linux-m68k.org/ |
3692 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git | 3355 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
@@ -3695,23 +3358,20 @@ F: arch/m68k/ | |||
3695 | F: drivers/zorro/ | 3358 | F: drivers/zorro/ |
3696 | 3359 | ||
3697 | M68K ON APPLE MACINTOSH | 3360 | M68K ON APPLE MACINTOSH |
3698 | P: Joshua Thompson | 3361 | M: Joshua Thompson <funaho@jurai.org> |
3699 | M: funaho@jurai.org | ||
3700 | W: http://www.mac.linux-m68k.org/ | 3362 | W: http://www.mac.linux-m68k.org/ |
3701 | L: linux-m68k@lists.linux-m68k.org | 3363 | L: linux-m68k@lists.linux-m68k.org |
3702 | S: Maintained | 3364 | S: Maintained |
3703 | F: arch/m68k/mac/ | 3365 | F: arch/m68k/mac/ |
3704 | 3366 | ||
3705 | M68K ON HP9000/300 | 3367 | M68K ON HP9000/300 |
3706 | P: Philip Blundell | 3368 | M: Philip Blundell <philb@gnu.org> |
3707 | M: philb@gnu.org | ||
3708 | W: http://www.tazenda.demon.co.uk/phil/linux-hp | 3369 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
3709 | S: Maintained | 3370 | S: Maintained |
3710 | F: arch/m68k/hp300/ | 3371 | F: arch/m68k/hp300/ |
3711 | 3372 | ||
3712 | MAC80211 | 3373 | MAC80211 |
3713 | P: Johannes Berg | 3374 | M: Johannes Berg <johannes@sipsolutions.net> |
3714 | M: johannes@sipsolutions.net | ||
3715 | L: linux-wireless@vger.kernel.org | 3375 | L: linux-wireless@vger.kernel.org |
3716 | W: http://linuxwireless.org/ | 3376 | W: http://linuxwireless.org/ |
3717 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3377 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
@@ -3721,10 +3381,8 @@ F: include/net/mac80211.h | |||
3721 | F: net/mac80211/ | 3381 | F: net/mac80211/ |
3722 | 3382 | ||
3723 | MAC80211 PID RATE CONTROL | 3383 | MAC80211 PID RATE CONTROL |
3724 | P: Stefano Brivio | 3384 | M: Stefano Brivio <stefano.brivio@polimi.it> |
3725 | M: stefano.brivio@polimi.it | 3385 | M: Mattias Nissler <mattias.nissler@gmx.de> |
3726 | P: Mattias Nissler | ||
3727 | M: mattias.nissler@gmx.de | ||
3728 | L: linux-wireless@vger.kernel.org | 3386 | L: linux-wireless@vger.kernel.org |
3729 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID | 3387 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID |
3730 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3388 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
@@ -3732,67 +3390,63 @@ S: Maintained | |||
3732 | F: net/mac80211/rc80211_pid* | 3390 | F: net/mac80211/rc80211_pid* |
3733 | 3391 | ||
3734 | MACVLAN DRIVER | 3392 | MACVLAN DRIVER |
3735 | P: Patrick McHardy | 3393 | M: Patrick McHardy <kaber@trash.net> |
3736 | M: kaber@trash.net | ||
3737 | L: netdev@vger.kernel.org | 3394 | L: netdev@vger.kernel.org |
3738 | S: Maintained | 3395 | S: Maintained |
3739 | F: drivers/net/macvlan.c | 3396 | F: drivers/net/macvlan.c |
3740 | F: include/linux/if_macvlan.h | 3397 | F: include/linux/if_macvlan.h |
3741 | 3398 | ||
3742 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 | 3399 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
3743 | P: Michael Kerrisk | 3400 | M: Michael Kerrisk <mtk.manpages@gmail.com> |
3744 | M: mtk.manpages@gmail.com | ||
3745 | W: http://www.kernel.org/doc/man-pages | 3401 | W: http://www.kernel.org/doc/man-pages |
3746 | L: linux-man@vger.kernel.org | 3402 | L: linux-man@vger.kernel.org |
3747 | S: Maintained | 3403 | S: Maintained |
3748 | 3404 | ||
3749 | MARVELL LIBERTAS WIRELESS DRIVER | 3405 | MARVELL LIBERTAS WIRELESS DRIVER |
3750 | P: Dan Williams | 3406 | M: Dan Williams <dcbw@redhat.com> |
3751 | M: dcbw@redhat.com | ||
3752 | L: libertas-dev@lists.infradead.org | 3407 | L: libertas-dev@lists.infradead.org |
3753 | S: Maintained | 3408 | S: Maintained |
3754 | F: drivers/net/wireless/libertas/ | 3409 | F: drivers/net/wireless/libertas/ |
3755 | 3410 | ||
3756 | MARVELL MV643XX ETHERNET DRIVER | 3411 | MARVELL MV643XX ETHERNET DRIVER |
3757 | P: Lennert Buytenhek | 3412 | M: Lennert Buytenhek <buytenh@marvell.com> |
3758 | M: buytenh@marvell.com | ||
3759 | L: netdev@vger.kernel.org | 3413 | L: netdev@vger.kernel.org |
3760 | S: Supported | 3414 | S: Supported |
3761 | F: drivers/net/mv643xx_eth.* | 3415 | F: drivers/net/mv643xx_eth.* |
3762 | F: include/linux/mv643xx.h | 3416 | F: include/linux/mv643xx.h |
3763 | 3417 | ||
3418 | MARVELL MWL8K WIRELESS DRIVER | ||
3419 | M: Lennert Buytenhek <buytenh@marvell.com> | ||
3420 | L: linux-wireless@vger.kernel.org | ||
3421 | S: Supported | ||
3422 | F: drivers/net/wireless/mwl8k.c | ||
3423 | |||
3764 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | 3424 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
3765 | P: Nicolas Pitre | 3425 | M: Nicolas Pitre <nico@fluxnic.net> |
3766 | M: nico@cam.org | ||
3767 | S: Maintained | 3426 | S: Maintained |
3768 | 3427 | ||
3769 | MARVELL YUKON / SYSKONNECT DRIVER | 3428 | MARVELL YUKON / SYSKONNECT DRIVER |
3770 | P: Mirko Lindner | 3429 | M: Mirko Lindner <mlindner@syskonnect.de> |
3771 | M: mlindner@syskonnect.de | 3430 | M: Ralph Roesler <rroesler@syskonnect.de> |
3772 | P: Ralph Roesler | ||
3773 | M: rroesler@syskonnect.de | ||
3774 | W: http://www.syskonnect.com | 3431 | W: http://www.syskonnect.com |
3775 | S: Supported | 3432 | S: Supported |
3776 | 3433 | ||
3777 | MATROX FRAMEBUFFER DRIVER | 3434 | MATROX FRAMEBUFFER DRIVER |
3778 | P: Petr Vandrovec | 3435 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
3779 | M: vandrove@vc.cvut.cz | 3436 | L: linux-fbdev@vger.kernel.org |
3780 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
3781 | S: Maintained | 3437 | S: Maintained |
3782 | F: drivers/video/matrox/matroxfb_* | 3438 | F: drivers/video/matrox/matroxfb_* |
3783 | F: include/linux/matroxfb.h | 3439 | F: include/linux/matroxfb.h |
3784 | 3440 | ||
3785 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 3441 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
3786 | P: Hans J. Koch | 3442 | M: "Hans J. Koch" <hjk@linutronix.de> |
3787 | M: hjk@linutronix.de | ||
3788 | L: lm-sensors@lm-sensors.org | 3443 | L: lm-sensors@lm-sensors.org |
3789 | S: Maintained | 3444 | S: Maintained |
3790 | F: Documentation/hwmon/max6650 | 3445 | F: Documentation/hwmon/max6650 |
3791 | F: drivers/hwmon/max6650.c | 3446 | F: drivers/hwmon/max6650.c |
3792 | 3447 | ||
3793 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) | 3448 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
3794 | P: Mauro Carvalho Chehab | 3449 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
3795 | M: mchehab@infradead.org | ||
3796 | P: LinuxTV.org Project | 3450 | P: LinuxTV.org Project |
3797 | L: linux-media@vger.kernel.org | 3451 | L: linux-media@vger.kernel.org |
3798 | W: http://linuxtv.org | 3452 | W: http://linuxtv.org |
@@ -3806,8 +3460,7 @@ F: include/linux/dvb/ | |||
3806 | F: include/linux/videodev*.h | 3460 | F: include/linux/videodev*.h |
3807 | 3461 | ||
3808 | MEGARAID SCSI DRIVERS | 3462 | MEGARAID SCSI DRIVERS |
3809 | P: Neela Syam Kolli | 3463 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
3810 | M: megaraidlinux@lsi.com | ||
3811 | L: linux-scsi@vger.kernel.org | 3464 | L: linux-scsi@vger.kernel.org |
3812 | W: http://megaraid.lsilogic.com | 3465 | W: http://megaraid.lsilogic.com |
3813 | S: Maintained | 3466 | S: Maintained |
@@ -3823,19 +3476,15 @@ F: include/linux/mm.h | |||
3823 | F: mm/ | 3476 | F: mm/ |
3824 | 3477 | ||
3825 | MEMORY RESOURCE CONTROLLER | 3478 | MEMORY RESOURCE CONTROLLER |
3826 | P: Balbir Singh | 3479 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
3827 | M: balbir@linux.vnet.ibm.com | 3480 | M: Pavel Emelyanov <xemul@openvz.org> |
3828 | P: Pavel Emelyanov | 3481 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> |
3829 | M: xemul@openvz.org | ||
3830 | P: KAMEZAWA Hiroyuki | ||
3831 | M: kamezawa.hiroyu@jp.fujitsu.com | ||
3832 | L: linux-mm@kvack.org | 3482 | L: linux-mm@kvack.org |
3833 | S: Maintained | 3483 | S: Maintained |
3834 | F: mm/memcontrol.c | 3484 | F: mm/memcontrol.c |
3835 | 3485 | ||
3836 | MEMORY TECHNOLOGY DEVICES (MTD) | 3486 | MEMORY TECHNOLOGY DEVICES (MTD) |
3837 | P: David Woodhouse | 3487 | M: David Woodhouse <dwmw2@infradead.org> |
3838 | M: dwmw2@infradead.org | ||
3839 | W: http://www.linux-mtd.infradead.org/ | 3488 | W: http://www.linux-mtd.infradead.org/ |
3840 | L: linux-mtd@lists.infradead.org | 3489 | L: linux-mtd@lists.infradead.org |
3841 | T: git git://git.infradead.org/mtd-2.6.git | 3490 | T: git git://git.infradead.org/mtd-2.6.git |
@@ -3845,8 +3494,7 @@ F: include/linux/mtd/ | |||
3845 | F: include/mtd/ | 3494 | F: include/mtd/ |
3846 | 3495 | ||
3847 | MICROBLAZE ARCHITECTURE | 3496 | MICROBLAZE ARCHITECTURE |
3848 | P: Michal Simek | 3497 | M: Michal Simek <monstr@monstr.eu> |
3849 | M: monstr@monstr.eu | ||
3850 | L: microblaze-uclinux@itee.uq.edu.au | 3498 | L: microblaze-uclinux@itee.uq.edu.au |
3851 | W: http://www.monstr.eu/fdt/ | 3499 | W: http://www.monstr.eu/fdt/ |
3852 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | 3500 | T: git git://git.monstr.eu/linux-2.6-microblaze.git |
@@ -3854,14 +3502,12 @@ S: Supported | |||
3854 | F: arch/microblaze/ | 3502 | F: arch/microblaze/ |
3855 | 3503 | ||
3856 | MICROTEK X6 SCANNER | 3504 | MICROTEK X6 SCANNER |
3857 | P: Oliver Neukum | 3505 | M: Oliver Neukum <oliver@neukum.name> |
3858 | M: oliver@neukum.name | ||
3859 | S: Maintained | 3506 | S: Maintained |
3860 | F: drivers/usb/image/microtek.* | 3507 | F: drivers/usb/image/microtek.* |
3861 | 3508 | ||
3862 | MIPS | 3509 | MIPS |
3863 | P: Ralf Baechle | 3510 | M: Ralf Baechle <ralf@linux-mips.org> |
3864 | M: ralf@linux-mips.org | ||
3865 | W: http://www.linux-mips.org/ | 3511 | W: http://www.linux-mips.org/ |
3866 | L: linux-mips@linux-mips.org | 3512 | L: linux-mips@linux-mips.org |
3867 | T: git git://git.linux-mips.org/pub/scm/linux.git | 3513 | T: git git://git.linux-mips.org/pub/scm/linux.git |
@@ -3870,8 +3516,7 @@ F: Documentation/mips/ | |||
3870 | F: arch/mips/ | 3516 | F: arch/mips/ |
3871 | 3517 | ||
3872 | MISCELLANEOUS MCA-SUPPORT | 3518 | MISCELLANEOUS MCA-SUPPORT |
3873 | P: James Bottomley | 3519 | M: James Bottomley <James.Bottomley@HansenPartnership.com> |
3874 | M: James.Bottomley@HansenPartnership.com | ||
3875 | S: Maintained | 3520 | S: Maintained |
3876 | F: Documentation/ia64/mca.txt | 3521 | F: Documentation/ia64/mca.txt |
3877 | F: Documentation/mca.txt | 3522 | F: Documentation/mca.txt |
@@ -3879,15 +3524,13 @@ F: drivers/mca/ | |||
3879 | F: include/linux/mca* | 3524 | F: include/linux/mca* |
3880 | 3525 | ||
3881 | MODULE SUPPORT | 3526 | MODULE SUPPORT |
3882 | P: Rusty Russell | 3527 | M: Rusty Russell <rusty@rustcorp.com.au> |
3883 | M: rusty@rustcorp.com.au | ||
3884 | S: Maintained | 3528 | S: Maintained |
3885 | F: include/linux/module.h | 3529 | F: include/linux/module.h |
3886 | F: kernel/module.c | 3530 | F: kernel/module.c |
3887 | 3531 | ||
3888 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | 3532 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER |
3889 | P: Stelian Pop | 3533 | M: Stelian Pop <stelian@popies.net> |
3890 | M: stelian@popies.net | ||
3891 | W: http://popies.net/meye/ | 3534 | W: http://popies.net/meye/ |
3892 | S: Maintained | 3535 | S: Maintained |
3893 | F: Documentation/video4linux/meye.txt | 3536 | F: Documentation/video4linux/meye.txt |
@@ -3895,135 +3538,111 @@ F: drivers/media/video/meye.* | |||
3895 | F: include/linux/meye.h | 3538 | F: include/linux/meye.h |
3896 | 3539 | ||
3897 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER | 3540 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
3898 | P: Pavel Pisa | 3541 | M: Pavel Pisa <ppisa@pikron.com> |
3899 | M: ppisa@pikron.com | 3542 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3900 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
3901 | S: Maintained | 3543 | S: Maintained |
3902 | F: drivers/mmc/host/imxmmc.* | 3544 | F: drivers/mmc/host/imxmmc.* |
3903 | 3545 | ||
3904 | MOUSE AND MISC DEVICES [GENERAL] | 3546 | MOUSE AND MISC DEVICES [GENERAL] |
3905 | P: Alessandro Rubini | 3547 | M: Alessandro Rubini <rubini@ipvvis.unipv.it> |
3906 | M: rubini@ipvvis.unipv.it | ||
3907 | S: Maintained | 3548 | S: Maintained |
3908 | F: drivers/input/mouse/ | 3549 | F: drivers/input/mouse/ |
3909 | F: include/linux/gpio_mouse.h | 3550 | F: include/linux/gpio_mouse.h |
3910 | 3551 | ||
3911 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD | 3552 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
3912 | P: Jiri Slaby | 3553 | M: Jiri Slaby <jirislaby@gmail.com> |
3913 | M: jirislaby@gmail.com | ||
3914 | S: Maintained | 3554 | S: Maintained |
3915 | F: Documentation/serial/moxa-smartio | 3555 | F: Documentation/serial/moxa-smartio |
3916 | F: drivers/char/mxser.* | 3556 | F: drivers/char/mxser.* |
3917 | 3557 | ||
3918 | MSI LAPTOP SUPPORT | 3558 | MSI LAPTOP SUPPORT |
3919 | P: Lennart Poettering | 3559 | M: Lennart Poettering <mzxreary@0pointer.de> |
3920 | M: mzxreary@0pointer.de | ||
3921 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux | 3560 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
3922 | W: http://0pointer.de/lennart/tchibo.html | 3561 | W: http://0pointer.de/lennart/tchibo.html |
3923 | S: Maintained | 3562 | S: Maintained |
3924 | F: drivers/platform/x86/msi-laptop.c | 3563 | F: drivers/platform/x86/msi-laptop.c |
3925 | 3564 | ||
3926 | MULTIFUNCTION DEVICES (MFD) | 3565 | MULTIFUNCTION DEVICES (MFD) |
3927 | P: Samuel Ortiz | 3566 | M: Samuel Ortiz <sameo@linux.intel.com> |
3928 | M: sameo@linux.intel.com | ||
3929 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git | 3567 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
3930 | S: Supported | 3568 | S: Supported |
3931 | F: drivers/mfd/ | 3569 | F: drivers/mfd/ |
3932 | 3570 | ||
3933 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM | 3571 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
3934 | P: Pierre Ossman | 3572 | S: Orphan |
3935 | M: pierre@ossman.eu | 3573 | L: linux-mmc@vger.kernel.org |
3936 | S: Maintained | ||
3937 | F: drivers/mmc/ | 3574 | F: drivers/mmc/ |
3938 | F: include/linux/mmc/ | 3575 | F: include/linux/mmc/ |
3939 | 3576 | ||
3940 | MULTIMEDIA CARD (MMC) ETC. OVER SPI | 3577 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
3941 | P: David Brownell | 3578 | M: David Brownell <dbrownell@users.sourceforge.net> |
3942 | M: dbrownell@users.sourceforge.net | ||
3943 | S: Odd Fixes | 3579 | S: Odd Fixes |
3944 | F: drivers/mmc/host/mmc_spi.c | 3580 | F: drivers/mmc/host/mmc_spi.c |
3945 | F: include/linux/spi/mmc_spi.h | 3581 | F: include/linux/spi/mmc_spi.h |
3946 | 3582 | ||
3947 | MULTISOUND SOUND DRIVER | 3583 | MULTISOUND SOUND DRIVER |
3948 | P: Andrew Veliath | 3584 | M: Andrew Veliath <andrewtv@usa.net> |
3949 | M: andrewtv@usa.net | ||
3950 | S: Maintained | 3585 | S: Maintained |
3951 | F: Documentation/sound/oss/MultiSound | 3586 | F: Documentation/sound/oss/MultiSound |
3952 | F: sound/oss/msnd* | 3587 | F: sound/oss/msnd* |
3953 | 3588 | ||
3954 | MULTITECH MULTIPORT CARD (ISICOM) | 3589 | MULTITECH MULTIPORT CARD (ISICOM) |
3955 | P: Jiri Slaby | 3590 | M: Jiri Slaby <jirislaby@gmail.com> |
3956 | M: jirislaby@gmail.com | ||
3957 | S: Maintained | 3591 | S: Maintained |
3958 | F: drivers/char/isicom.c | 3592 | F: drivers/char/isicom.c |
3959 | F: include/linux/isicom.h | 3593 | F: include/linux/isicom.h |
3960 | 3594 | ||
3961 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER | 3595 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
3962 | P: Felipe Balbi | 3596 | M: Felipe Balbi <felipe.balbi@nokia.com> |
3963 | M: felipe.balbi@nokia.com | ||
3964 | L: linux-usb@vger.kernel.org | 3597 | L: linux-usb@vger.kernel.org |
3965 | T: git git://gitorious.org/musb/mainline.git | 3598 | T: git git://gitorious.org/musb/mainline.git |
3966 | S: Maintained | 3599 | S: Maintained |
3967 | F: drivers/usb/musb/ | 3600 | F: drivers/usb/musb/ |
3968 | 3601 | ||
3969 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) | 3602 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
3970 | P: Andrew Gallatin | 3603 | M: Andrew Gallatin <gallatin@myri.com> |
3971 | M: gallatin@myri.com | 3604 | M: Brice Goglin <brice@myri.com> |
3972 | P: Brice Goglin | ||
3973 | M: brice@myri.com | ||
3974 | L: netdev@vger.kernel.org | 3605 | L: netdev@vger.kernel.org |
3975 | W: http://www.myri.com/scs/download-Myri10GE.html | 3606 | W: http://www.myri.com/scs/download-Myri10GE.html |
3976 | S: Supported | 3607 | S: Supported |
3977 | F: drivers/net/myri10ge/ | 3608 | F: drivers/net/myri10ge/ |
3978 | 3609 | ||
3979 | NATSEMI ETHERNET DRIVER (DP8381x) | 3610 | NATSEMI ETHERNET DRIVER (DP8381x) |
3980 | P: Tim Hockin | 3611 | M: Tim Hockin <thockin@hockin.org> |
3981 | M: thockin@hockin.org | ||
3982 | S: Maintained | 3612 | S: Maintained |
3983 | F: drivers/net/natsemi.c | 3613 | F: drivers/net/natsemi.c |
3984 | 3614 | ||
3985 | NCP FILESYSTEM | 3615 | NCP FILESYSTEM |
3986 | P: Petr Vandrovec | 3616 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
3987 | M: vandrove@vc.cvut.cz | ||
3988 | L: linware@sh.cvut.cz | ||
3989 | S: Maintained | 3617 | S: Maintained |
3990 | F: fs/ncpfs/ | 3618 | F: fs/ncpfs/ |
3991 | 3619 | ||
3992 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | 3620 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
3993 | P: James E.J. Bottomley | 3621 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
3994 | M: James.Bottomley@HansenPartnership.com | ||
3995 | L: linux-scsi@vger.kernel.org | 3622 | L: linux-scsi@vger.kernel.org |
3996 | S: Maintained | 3623 | S: Maintained |
3997 | F: drivers/scsi/NCR_D700.* | 3624 | F: drivers/scsi/NCR_D700.* |
3998 | 3625 | ||
3999 | NETEFFECT IWARP RNIC DRIVER (IW_NES) | 3626 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
4000 | P: Faisal Latif | 3627 | M: Faisal Latif <faisal.latif@intel.com> |
4001 | M: faisal.latif@intel.com | 3628 | M: Chien Tung <chien.tin.tung@intel.com> |
4002 | P: Chien Tung | 3629 | L: linux-rdma@vger.kernel.org |
4003 | M: chien.tin.tung@intel.com | ||
4004 | L: general@lists.openfabrics.org | ||
4005 | W: http://www.neteffect.com | 3630 | W: http://www.neteffect.com |
4006 | S: Supported | 3631 | S: Supported |
4007 | F: drivers/infiniband/hw/nes/ | 3632 | F: drivers/infiniband/hw/nes/ |
4008 | 3633 | ||
4009 | NETEM NETWORK EMULATOR | 3634 | NETEM NETWORK EMULATOR |
4010 | P: Stephen Hemminger | 3635 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
4011 | M: shemminger@linux-foundation.org | ||
4012 | L: netem@lists.linux-foundation.org | 3636 | L: netem@lists.linux-foundation.org |
4013 | S: Maintained | 3637 | S: Maintained |
4014 | F: net/sched/sch_netem.c | 3638 | F: net/sched/sch_netem.c |
4015 | 3639 | ||
4016 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) | 3640 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) |
4017 | P: Ramkrishna Vepa | 3641 | M: Ramkrishna Vepa <ram.vepa@neterion.com> |
4018 | M: ram.vepa@neterion.com | 3642 | M: Rastapur Santosh <santosh.rastapur@neterion.com> |
4019 | P: Rastapur Santosh | 3643 | M: Sivakumar Subramani <sivakumar.subramani@neterion.com> |
4020 | M: santosh.rastapur@neterion.com | 3644 | M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> |
4021 | P: Sivakumar Subramani | 3645 | M: Anil Murthy <anil.murthy@neterion.com> |
4022 | M: sivakumar.subramani@neterion.com | ||
4023 | P: Sreenivasa Honnur | ||
4024 | M: sreenivasa.honnur@neterion.com | ||
4025 | P: Anil Murthy | ||
4026 | M: anil.murthy@neterion.com | ||
4027 | L: netdev@vger.kernel.org | 3646 | L: netdev@vger.kernel.org |
4028 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous | 3647 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous |
4029 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous | 3648 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous |
@@ -4037,13 +3656,13 @@ P: Marc Boucher | |||
4037 | P: James Morris | 3656 | P: James Morris |
4038 | P: Harald Welte | 3657 | P: Harald Welte |
4039 | P: Jozsef Kadlecsik | 3658 | P: Jozsef Kadlecsik |
4040 | P: Patrick McHardy | 3659 | M: Patrick McHardy <kaber@trash.net> |
4041 | M: kaber@trash.net | ||
4042 | L: netfilter-devel@vger.kernel.org | 3660 | L: netfilter-devel@vger.kernel.org |
4043 | L: netfilter@vger.kernel.org | 3661 | L: netfilter@vger.kernel.org |
4044 | L: coreteam@netfilter.org | 3662 | L: coreteam@netfilter.org |
4045 | W: http://www.netfilter.org/ | 3663 | W: http://www.netfilter.org/ |
4046 | W: http://www.iptables.org/ | 3664 | W: http://www.iptables.org/ |
3665 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | ||
4047 | S: Supported | 3666 | S: Supported |
4048 | F: include/linux/netfilter* | 3667 | F: include/linux/netfilter* |
4049 | F: include/linux/netfilter/ | 3668 | F: include/linux/netfilter/ |
@@ -4053,8 +3672,7 @@ F: net/*/netfilter/ | |||
4053 | F: net/netfilter/ | 3672 | F: net/netfilter/ |
4054 | 3673 | ||
4055 | NETLABEL | 3674 | NETLABEL |
4056 | P: Paul Moore | 3675 | M: Paul Moore <paul.moore@hp.com> |
4057 | M: paul.moore@hp.com | ||
4058 | W: http://netlabel.sf.net | 3676 | W: http://netlabel.sf.net |
4059 | L: netdev@vger.kernel.org | 3677 | L: netdev@vger.kernel.org |
4060 | S: Supported | 3678 | S: Supported |
@@ -4063,8 +3681,7 @@ F: include/net/netlabel.h | |||
4063 | F: net/netlabel/ | 3681 | F: net/netlabel/ |
4064 | 3682 | ||
4065 | NETROM NETWORK LAYER | 3683 | NETROM NETWORK LAYER |
4066 | P: Ralf Baechle | 3684 | M: Ralf Baechle <ralf@linux-mips.org> |
4067 | M: ralf@linux-mips.org | ||
4068 | L: linux-hams@vger.kernel.org | 3685 | L: linux-hams@vger.kernel.org |
4069 | W: http://www.linux-ax25.org/ | 3686 | W: http://www.linux-ax25.org/ |
4070 | S: Maintained | 3687 | S: Maintained |
@@ -4073,36 +3690,40 @@ F: include/net/netrom.h | |||
4073 | F: net/netrom/ | 3690 | F: net/netrom/ |
4074 | 3691 | ||
4075 | NETWORK BLOCK DEVICE (NBD) | 3692 | NETWORK BLOCK DEVICE (NBD) |
4076 | P: Paul Clements | 3693 | M: Paul Clements <Paul.Clements@steeleye.com> |
4077 | M: Paul.Clements@steeleye.com | ||
4078 | S: Maintained | 3694 | S: Maintained |
4079 | F: Documentation/blockdev/nbd.txt | 3695 | F: Documentation/blockdev/nbd.txt |
4080 | F: drivers/block/nbd.c | 3696 | F: drivers/block/nbd.c |
4081 | F: include/linux/nbd.h | 3697 | F: include/linux/nbd.h |
4082 | 3698 | ||
3699 | NETWORK DROP MONITOR | ||
3700 | M: Neil Horman <nhorman@tuxdriver.com> | ||
3701 | L: netdev@vger.kernel.org | ||
3702 | S: Maintained | ||
3703 | W: https://fedorahosted.org/dropwatch/ | ||
3704 | F: net/core/drop_monitor.c | ||
3705 | |||
4083 | NETWORKING [GENERAL] | 3706 | NETWORKING [GENERAL] |
4084 | P: David S. Miller | 3707 | M: "David S. Miller" <davem@davemloft.net> |
4085 | M: davem@davemloft.net | ||
4086 | L: netdev@vger.kernel.org | 3708 | L: netdev@vger.kernel.org |
4087 | W: http://www.linuxfoundation.org/en/Net | 3709 | W: http://www.linuxfoundation.org/en/Net |
3710 | W: http://patchwork.ozlabs.org/project/netdev/list/ | ||
4088 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3711 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3712 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | ||
4089 | S: Maintained | 3713 | S: Maintained |
4090 | F: net/ | 3714 | F: net/ |
4091 | F: include/net/ | 3715 | F: include/net/ |
3716 | F: include/linux/in.h | ||
3717 | F: include/linux/net.h | ||
3718 | F: include/linux/netdevice.h | ||
4092 | 3719 | ||
4093 | NETWORKING [IPv4/IPv6] | 3720 | NETWORKING [IPv4/IPv6] |
4094 | P: David S. Miller | 3721 | M: "David S. Miller" <davem@davemloft.net> |
4095 | M: davem@davemloft.net | 3722 | M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
4096 | P: Alexey Kuznetsov | 3723 | M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> |
4097 | M: kuznet@ms2.inr.ac.ru | 3724 | M: James Morris <jmorris@namei.org> |
4098 | P: Pekka Savola (ipv6) | 3725 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> |
4099 | M: pekkas@netcore.fi | 3726 | M: Patrick McHardy <kaber@trash.net> |
4100 | P: James Morris | ||
4101 | M: jmorris@namei.org | ||
4102 | P: Hideaki YOSHIFUJI | ||
4103 | M: yoshfuji@linux-ipv6.org | ||
4104 | P: Patrick McHardy | ||
4105 | M: kaber@trash.net | ||
4106 | L: netdev@vger.kernel.org | 3727 | L: netdev@vger.kernel.org |
4107 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3728 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
4108 | S: Maintained | 3729 | S: Maintained |
@@ -4111,20 +3732,21 @@ F: net/ipv6/ | |||
4111 | F: include/net/ip* | 3732 | F: include/net/ip* |
4112 | 3733 | ||
4113 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) | 3734 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
4114 | P: Paul Moore | 3735 | M: Paul Moore <paul.moore@hp.com> |
4115 | M: paul.moore@hp.com | ||
4116 | L: netdev@vger.kernel.org | 3736 | L: netdev@vger.kernel.org |
4117 | S: Maintained | 3737 | S: Maintained |
4118 | 3738 | ||
4119 | NETWORKING [WIRELESS] | 3739 | NETWORKING [WIRELESS] |
4120 | P: John W. Linville | 3740 | M: "John W. Linville" <linville@tuxdriver.com> |
4121 | M: linville@tuxdriver.com | ||
4122 | L: linux-wireless@vger.kernel.org | 3741 | L: linux-wireless@vger.kernel.org |
4123 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3742 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
4124 | S: Maintained | 3743 | S: Maintained |
3744 | F: net/mac80211/ | ||
3745 | F: net/rfkill/ | ||
4125 | F: net/wireless/ | 3746 | F: net/wireless/ |
4126 | F: include/net/ieee80211* | 3747 | F: include/net/ieee80211* |
4127 | F: include/linux/wireless.h | 3748 | F: include/linux/wireless.h |
3749 | F: drivers/net/wireless/ | ||
4128 | 3750 | ||
4129 | NETWORKING DRIVERS | 3751 | NETWORKING DRIVERS |
4130 | L: netdev@vger.kernel.org | 3752 | L: netdev@vger.kernel.org |
@@ -4132,18 +3754,18 @@ W: http://www.linuxfoundation.org/en/Net | |||
4132 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3754 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
4133 | S: Odd Fixes | 3755 | S: Odd Fixes |
4134 | F: drivers/net/ | 3756 | F: drivers/net/ |
3757 | F: include/linux/if_* | ||
3758 | F: include/linux/*device.h | ||
4135 | 3759 | ||
4136 | NETXEN (1/10) GbE SUPPORT | 3760 | NETXEN (1/10) GbE SUPPORT |
4137 | P: Dhananjay Phadke | 3761 | M: Dhananjay Phadke <dhananjay@netxen.com> |
4138 | M: dhananjay@netxen.com | ||
4139 | L: netdev@vger.kernel.org | 3762 | L: netdev@vger.kernel.org |
4140 | W: http://www.netxen.com | 3763 | W: http://www.netxen.com |
4141 | S: Supported | 3764 | S: Supported |
4142 | F: drivers/net/netxen/ | 3765 | F: drivers/net/netxen/ |
4143 | 3766 | ||
4144 | NFS, SUNRPC, AND LOCKD CLIENTS | 3767 | NFS, SUNRPC, AND LOCKD CLIENTS |
4145 | P: Trond Myklebust | 3768 | M: Trond Myklebust <Trond.Myklebust@netapp.com> |
4146 | M: Trond.Myklebust@netapp.com | ||
4147 | L: linux-nfs@vger.kernel.org | 3769 | L: linux-nfs@vger.kernel.org |
4148 | W: http://client.linux-nfs.org | 3770 | W: http://client.linux-nfs.org |
4149 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | 3771 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git |
@@ -4157,17 +3779,14 @@ F: include/linux/nfs* | |||
4157 | F: include/linux/sunrpc/ | 3779 | F: include/linux/sunrpc/ |
4158 | 3780 | ||
4159 | NI5010 NETWORK DRIVER | 3781 | NI5010 NETWORK DRIVER |
4160 | P: Jan-Pascal van Best | 3782 | M: Jan-Pascal van Best <janpascal@vanbest.org> |
4161 | M: janpascal@vanbest.org | 3783 | M: Andreas Mohr <andi@lisas.de> |
4162 | P: Andreas Mohr | ||
4163 | M: andi@lisas.de | ||
4164 | L: netdev@vger.kernel.org | 3784 | L: netdev@vger.kernel.org |
4165 | S: Maintained | 3785 | S: Maintained |
4166 | F: drivers/net/ni5010.* | 3786 | F: drivers/net/ni5010.* |
4167 | 3787 | ||
4168 | NILFS2 FILESYSTEM | 3788 | NILFS2 FILESYSTEM |
4169 | P: KONISHI Ryusuke | 3789 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> |
4170 | M: konishi.ryusuke@lab.ntt.co.jp | ||
4171 | L: users@nilfs.org | 3790 | L: users@nilfs.org |
4172 | W: http://www.nilfs.org/en/ | 3791 | W: http://www.nilfs.org/en/ |
4173 | S: Supported | 3792 | S: Supported |
@@ -4176,26 +3795,22 @@ F: fs/nilfs2/ | |||
4176 | F: include/linux/nilfs2_fs.h | 3795 | F: include/linux/nilfs2_fs.h |
4177 | 3796 | ||
4178 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER | 3797 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
4179 | P: YOKOTA Hiroshi | 3798 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
4180 | M: yokota@netlab.is.tsukuba.ac.jp | ||
4181 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | 3799 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
4182 | S: Maintained | 3800 | S: Maintained |
4183 | F: Documentation/scsi/NinjaSCSI.txt | 3801 | F: Documentation/scsi/NinjaSCSI.txt |
4184 | F: drivers/scsi/pcmcia/nsp_* | 3802 | F: drivers/scsi/pcmcia/nsp_* |
4185 | 3803 | ||
4186 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | 3804 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER |
4187 | P: GOTO Masanori | 3805 | M: GOTO Masanori <gotom@debian.or.jp> |
4188 | M: gotom@debian.or.jp | 3806 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
4189 | P: YOKOTA Hiroshi | ||
4190 | M: yokota@netlab.is.tsukuba.ac.jp | ||
4191 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | 3807 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
4192 | S: Maintained | 3808 | S: Maintained |
4193 | F: Documentation/scsi/NinjaSCSI.txt | 3809 | F: Documentation/scsi/NinjaSCSI.txt |
4194 | F: drivers/scsi/nsp32* | 3810 | F: drivers/scsi/nsp32* |
4195 | 3811 | ||
4196 | NTFS FILESYSTEM | 3812 | NTFS FILESYSTEM |
4197 | P: Anton Altaparmakov | 3813 | M: Anton Altaparmakov <aia21@cantab.net> |
4198 | M: aia21@cantab.net | ||
4199 | L: linux-ntfs-dev@lists.sourceforge.net | 3814 | L: linux-ntfs-dev@lists.sourceforge.net |
4200 | W: http://www.linux-ntfs.org/ | 3815 | W: http://www.linux-ntfs.org/ |
4201 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git | 3816 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
@@ -4204,116 +3819,105 @@ F: Documentation/filesystems/ntfs.txt | |||
4204 | F: fs/ntfs/ | 3819 | F: fs/ntfs/ |
4205 | 3820 | ||
4206 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER | 3821 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
4207 | P: Antonino Daplas | 3822 | M: Antonino Daplas <adaplas@gmail.com> |
4208 | M: adaplas@gmail.com | 3823 | L: linux-fbdev@vger.kernel.org |
4209 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4210 | S: Maintained | 3824 | S: Maintained |
4211 | F: drivers/video/riva/ | 3825 | F: drivers/video/riva/ |
4212 | F: drivers/video/nvidia/ | 3826 | F: drivers/video/nvidia/ |
4213 | 3827 | ||
4214 | OMAP SUPPORT | 3828 | OMAP SUPPORT |
4215 | P: Tony Lindgren <tony@atomide.com> | 3829 | M: Tony Lindgren <tony@atomide.com> |
4216 | M: tony@atomide.com | ||
4217 | L: linux-omap@vger.kernel.org | 3830 | L: linux-omap@vger.kernel.org |
4218 | W: http://www.muru.com/linux/omap/ | 3831 | W: http://www.muru.com/linux/omap/ |
4219 | W: http://linux.omap.com/ | 3832 | W: http://linux.omap.com/ |
4220 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | 3833 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git |
4221 | S: Maintained | 3834 | S: Maintained |
4222 | F: arch/arm/*omap* | 3835 | F: arch/arm/*omap*/ |
4223 | 3836 | ||
4224 | OMAP CLOCK FRAMEWORK SUPPORT | 3837 | OMAP CLOCK FRAMEWORK SUPPORT |
4225 | P: Paul Walmsley | 3838 | M: Paul Walmsley <paul@pwsan.com> |
4226 | M: paul@pwsan.com | ||
4227 | L: linux-omap@vger.kernel.org | 3839 | L: linux-omap@vger.kernel.org |
4228 | S: Maintained | 3840 | S: Maintained |
4229 | F: arch/arm/*omap*/*clock* | 3841 | F: arch/arm/*omap*/*clock* |
4230 | 3842 | ||
4231 | OMAP POWER MANAGEMENT SUPPORT | 3843 | OMAP POWER MANAGEMENT SUPPORT |
4232 | P: Kevin Hilman | 3844 | M: Kevin Hilman <khilman@deeprootsystems.com> |
4233 | M: khilman@deeprootsystems.com | ||
4234 | L: linux-omap@vger.kernel.org | 3845 | L: linux-omap@vger.kernel.org |
4235 | S: Maintained | 3846 | S: Maintained |
4236 | F: arch/arm/*omap*/*pm* | 3847 | F: arch/arm/*omap*/*pm* |
4237 | 3848 | ||
4238 | OMAP AUDIO SUPPORT | 3849 | OMAP AUDIO SUPPORT |
4239 | P: Jarkko Nikula | 3850 | M: Jarkko Nikula <jhnikula@gmail.com> |
4240 | M: jhnikula@gmail.com | ||
4241 | L: alsa-devel@alsa-project.org (subscribers-only) | 3851 | L: alsa-devel@alsa-project.org (subscribers-only) |
4242 | L: linux-omap@vger.kernel.org | 3852 | L: linux-omap@vger.kernel.org |
4243 | S: Maintained | 3853 | S: Maintained |
4244 | F: sound/soc/omap/ | 3854 | F: sound/soc/omap/ |
4245 | 3855 | ||
4246 | OMAP FRAMEBUFFER SUPPORT | 3856 | OMAP FRAMEBUFFER SUPPORT |
4247 | P: Imre Deak | 3857 | M: Imre Deak <imre.deak@nokia.com> |
4248 | M: imre.deak@nokia.com | 3858 | L: linux-fbdev@vger.kernel.org |
4249 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4250 | L: linux-omap@vger.kernel.org | 3859 | L: linux-omap@vger.kernel.org |
4251 | S: Maintained | 3860 | S: Maintained |
4252 | F: drivers/video/omap/ | 3861 | F: drivers/video/omap/ |
4253 | 3862 | ||
4254 | OMAP MMC SUPPORT | 3863 | OMAP MMC SUPPORT |
4255 | P: Jarkko Lavinen | 3864 | M: Jarkko Lavinen <jarkko.lavinen@nokia.com> |
4256 | M: jarkko.lavinen@nokia.com | ||
4257 | L: linux-kernel@vger.kernel.org | ||
4258 | L: linux-omap@vger.kernel.org | 3865 | L: linux-omap@vger.kernel.org |
4259 | S: Maintained | 3866 | S: Maintained |
4260 | F: drivers/mmc/host/*omap* | 3867 | F: drivers/mmc/host/omap.c |
3868 | |||
3869 | OMAP HS MMC SUPPORT | ||
3870 | M: Madhusudhan Chikkature <madhu.cr@ti.com> | ||
3871 | L: linux-omap@vger.kernel.org | ||
3872 | S: Maintained | ||
3873 | F: drivers/mmc/host/omap_hsmmc.c | ||
4261 | 3874 | ||
4262 | OMAP RANDOM NUMBER GENERATOR SUPPORT | 3875 | OMAP RANDOM NUMBER GENERATOR SUPPORT |
4263 | P: Deepak Saxena | 3876 | M: Deepak Saxena <dsaxena@plexity.net> |
4264 | M: dsaxena@plexity.net | ||
4265 | S: Maintained | 3877 | S: Maintained |
4266 | F: drivers/char/hw_random/omap-rng.c | 3878 | F: drivers/char/hw_random/omap-rng.c |
4267 | 3879 | ||
4268 | OMAP USB SUPPORT | 3880 | OMAP USB SUPPORT |
4269 | P: Felipe Balbi | 3881 | M: Felipe Balbi <felipe.balbi@nokia.com> |
4270 | M: felipe.balbi@nokia.com | 3882 | M: David Brownell <dbrownell@users.sourceforge.net> |
4271 | P: David Brownell | ||
4272 | M: dbrownell@users.sourceforge.net | ||
4273 | L: linux-usb@vger.kernel.org | 3883 | L: linux-usb@vger.kernel.org |
4274 | L: linux-omap@vger.kernel.org | 3884 | L: linux-omap@vger.kernel.org |
4275 | S: Maintained | 3885 | S: Maintained |
4276 | 3886 | ||
4277 | OMFS FILESYSTEM | 3887 | OMFS FILESYSTEM |
4278 | P: Bob Copeland | 3888 | M: Bob Copeland <me@bobcopeland.com> |
4279 | M: me@bobcopeland.com | ||
4280 | L: linux-karma-devel@lists.sourceforge.net | 3889 | L: linux-karma-devel@lists.sourceforge.net |
4281 | S: Maintained | 3890 | S: Maintained |
4282 | F: Documentation/filesystems/omfs.txt | 3891 | F: Documentation/filesystems/omfs.txt |
4283 | F: fs/omfs/ | 3892 | F: fs/omfs/ |
4284 | 3893 | ||
4285 | OMNIKEY CARDMAN 4000 DRIVER | 3894 | OMNIKEY CARDMAN 4000 DRIVER |
4286 | P: Harald Welte | 3895 | M: Harald Welte <laforge@gnumonks.org> |
4287 | M: laforge@gnumonks.org | ||
4288 | S: Maintained | 3896 | S: Maintained |
4289 | F: drivers/char/pcmcia/cm4000_cs.c | 3897 | F: drivers/char/pcmcia/cm4000_cs.c |
4290 | F: include/linux/cm4000_cs.h | 3898 | F: include/linux/cm4000_cs.h |
4291 | 3899 | ||
4292 | OMNIKEY CARDMAN 4040 DRIVER | 3900 | OMNIKEY CARDMAN 4040 DRIVER |
4293 | P: Harald Welte | 3901 | M: Harald Welte <laforge@gnumonks.org> |
4294 | M: laforge@gnumonks.org | ||
4295 | S: Maintained | 3902 | S: Maintained |
4296 | F: drivers/char/pcmcia/cm4040_cs.* | 3903 | F: drivers/char/pcmcia/cm4040_cs.* |
4297 | 3904 | ||
4298 | OMNIVISION OV7670 SENSOR DRIVER | 3905 | OMNIVISION OV7670 SENSOR DRIVER |
4299 | P: Jonathan Corbet | 3906 | M: Jonathan Corbet <corbet@lwn.net> |
4300 | M: corbet@lwn.net | ||
4301 | L: linux-media@vger.kernel.org | 3907 | L: linux-media@vger.kernel.org |
4302 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3908 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4303 | S: Maintained | 3909 | S: Maintained |
4304 | F: drivers/media/video/ov7670.c | 3910 | F: drivers/media/video/ov7670.c |
4305 | 3911 | ||
4306 | ONENAND FLASH DRIVER | 3912 | ONENAND FLASH DRIVER |
4307 | P: Kyungmin Park | 3913 | M: Kyungmin Park <kyungmin.park@samsung.com> |
4308 | M: kyungmin.park@samsung.com | ||
4309 | L: linux-mtd@lists.infradead.org | 3914 | L: linux-mtd@lists.infradead.org |
4310 | S: Maintained | 3915 | S: Maintained |
4311 | F: drivers/mtd/onenand/ | 3916 | F: drivers/mtd/onenand/ |
4312 | F: include/linux/mtd/onenand*.h | 3917 | F: include/linux/mtd/onenand*.h |
4313 | 3918 | ||
4314 | ONSTREAM SCSI TAPE DRIVER | 3919 | ONSTREAM SCSI TAPE DRIVER |
4315 | P: Willem Riede | 3920 | M: Willem Riede <osst@riede.org> |
4316 | M: osst@riede.org | ||
4317 | L: osst-users@lists.sourceforge.net | 3921 | L: osst-users@lists.sourceforge.net |
4318 | L: linux-scsi@vger.kernel.org | 3922 | L: linux-scsi@vger.kernel.org |
4319 | S: Maintained | 3923 | S: Maintained |
@@ -4321,16 +3925,23 @@ F: drivers/scsi/osst* | |||
4321 | F: drivers/scsi/st* | 3925 | F: drivers/scsi/st* |
4322 | 3926 | ||
4323 | OPENCORES I2C BUS DRIVER | 3927 | OPENCORES I2C BUS DRIVER |
4324 | P: Peter Korsgaard | 3928 | M: Peter Korsgaard <jacmet@sunsite.dk> |
4325 | M: jacmet@sunsite.dk | ||
4326 | L: linux-i2c@vger.kernel.org | 3929 | L: linux-i2c@vger.kernel.org |
4327 | S: Maintained | 3930 | S: Maintained |
4328 | F: Documentation/i2c/busses/i2c-ocores | 3931 | F: Documentation/i2c/busses/i2c-ocores |
4329 | F: drivers/i2c/busses/i2c-ocores.c | 3932 | F: drivers/i2c/busses/i2c-ocores.c |
4330 | 3933 | ||
3934 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
3935 | M: Grant Likely <grant.likely@secretlab.ca> | ||
3936 | L: devicetree-discuss@lists.ozlabs.org | ||
3937 | W: http://fdt.secretlab.ca | ||
3938 | S: Maintained | ||
3939 | F: drivers/of | ||
3940 | F: include/linux/of*.h | ||
3941 | K: of_get_property | ||
3942 | |||
4331 | OPROFILE | 3943 | OPROFILE |
4332 | P: Robert Richter | 3944 | M: Robert Richter <robert.richter@amd.com> |
4333 | M: robert.richter@amd.com | ||
4334 | L: oprofile-list@lists.sf.net | 3945 | L: oprofile-list@lists.sf.net |
4335 | S: Maintained | 3946 | S: Maintained |
4336 | F: arch/*/oprofile/ | 3947 | F: arch/*/oprofile/ |
@@ -4338,10 +3949,8 @@ F: drivers/oprofile/ | |||
4338 | F: include/linux/oprofile.h | 3949 | F: include/linux/oprofile.h |
4339 | 3950 | ||
4340 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) | 3951 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
4341 | P: Mark Fasheh | 3952 | M: Mark Fasheh <mfasheh@suse.com> |
4342 | M: mfasheh@suse.com | 3953 | M: Joel Becker <joel.becker@oracle.com> |
4343 | P: Joel Becker | ||
4344 | M: joel.becker@oracle.com | ||
4345 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) | 3954 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) |
4346 | W: http://oss.oracle.com/projects/ocfs2/ | 3955 | W: http://oss.oracle.com/projects/ocfs2/ |
4347 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git | 3956 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
@@ -4351,10 +3960,8 @@ F: Documentation/filesystems/dlmfs.txt | |||
4351 | F: fs/ocfs2/ | 3960 | F: fs/ocfs2/ |
4352 | 3961 | ||
4353 | ORINOCO DRIVER | 3962 | ORINOCO DRIVER |
4354 | P: Pavel Roskin | 3963 | M: Pavel Roskin <proski@gnu.org> |
4355 | M: proski@gnu.org | 3964 | M: David Gibson <hermes@gibson.dropbear.id.au> |
4356 | P: David Gibson | ||
4357 | M: hermes@gibson.dropbear.id.au | ||
4358 | L: linux-wireless@vger.kernel.org | 3965 | L: linux-wireless@vger.kernel.org |
4359 | L: orinoco-users@lists.sourceforge.net | 3966 | L: orinoco-users@lists.sourceforge.net |
4360 | L: orinoco-devel@lists.sourceforge.net | 3967 | L: orinoco-devel@lists.sourceforge.net |
@@ -4362,19 +3969,19 @@ W: http://www.nongnu.org/orinoco/ | |||
4362 | S: Maintained | 3969 | S: Maintained |
4363 | F: drivers/net/wireless/orinoco/ | 3970 | F: drivers/net/wireless/orinoco/ |
4364 | 3971 | ||
4365 | OSD LIBRARY | 3972 | OSD LIBRARY and FILESYSTEM |
4366 | P: Boaz Harrosh | 3973 | M: Boaz Harrosh <bharrosh@panasas.com> |
4367 | M: bharrosh@panasas.com | 3974 | M: Benny Halevy <bhalevy@panasas.com> |
4368 | P: Benny Halevy | ||
4369 | M: bhalevy@panasas.com | ||
4370 | L: osd-dev@open-osd.org | 3975 | L: osd-dev@open-osd.org |
4371 | W: http://open-osd.org | 3976 | W: http://open-osd.org |
4372 | T: git git://git.open-osd.org/open-osd.git | 3977 | T: git git://git.open-osd.org/open-osd.git |
4373 | S: Maintained | 3978 | S: Maintained |
3979 | F: drivers/scsi/osd/ | ||
3980 | F: include/scsi/osd_* | ||
3981 | F: fs/exofs/ | ||
4374 | 3982 | ||
4375 | P54 WIRELESS DRIVER | 3983 | P54 WIRELESS DRIVER |
4376 | P: Michael Wu | 3984 | M: Michael Wu <flamingice@sourmilk.net> |
4377 | M: flamingice@sourmilk.net | ||
4378 | L: linux-wireless@vger.kernel.org | 3985 | L: linux-wireless@vger.kernel.org |
4379 | W: http://prism54.org | 3986 | W: http://prism54.org |
4380 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | 3987 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
@@ -4382,30 +3989,25 @@ S: Maintained | |||
4382 | F: drivers/net/wireless/p54/ | 3989 | F: drivers/net/wireless/p54/ |
4383 | 3990 | ||
4384 | PA SEMI ETHERNET DRIVER | 3991 | PA SEMI ETHERNET DRIVER |
4385 | P: Olof Johansson | 3992 | M: Olof Johansson <olof@lixom.net> |
4386 | M: olof@lixom.net | ||
4387 | L: netdev@vger.kernel.org | 3993 | L: netdev@vger.kernel.org |
4388 | S: Maintained | 3994 | S: Maintained |
4389 | F: drivers/net/pasemi_mac.* | 3995 | F: drivers/net/pasemi_mac.* |
4390 | 3996 | ||
4391 | PA SEMI SMBUS DRIVER | 3997 | PA SEMI SMBUS DRIVER |
4392 | P: Olof Johansson | 3998 | M: Olof Johansson <olof@lixom.net> |
4393 | M: olof@lixom.net | ||
4394 | L: linux-i2c@vger.kernel.org | 3999 | L: linux-i2c@vger.kernel.org |
4395 | S: Maintained | 4000 | S: Maintained |
4396 | F: drivers/i2c/busses/i2c-pasemi.c | 4001 | F: drivers/i2c/busses/i2c-pasemi.c |
4397 | 4002 | ||
4398 | PANASONIC LAPTOP ACPI EXTRAS DRIVER | 4003 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
4399 | P: Harald Welte | 4004 | M: Harald Welte <laforge@gnumonks.org> |
4400 | M: laforge@gnumonks.org | ||
4401 | S: Maintained | 4005 | S: Maintained |
4402 | F: drivers/platform/x86/panasonic-laptop.c | 4006 | F: drivers/platform/x86/panasonic-laptop.c |
4403 | 4007 | ||
4404 | PANASONIC MN10300/AM33 PORT | 4008 | PANASONIC MN10300/AM33 PORT |
4405 | P: David Howells | 4009 | M: David Howells <dhowells@redhat.com> |
4406 | M: dhowells@redhat.com | 4010 | M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> |
4407 | P: Koichi Yasutake | ||
4408 | M: yasutake.koichi@jp.panasonic.com | ||
4409 | L: linux-am33-list@redhat.com (moderated for non-subscribers) | 4011 | L: linux-am33-list@redhat.com (moderated for non-subscribers) |
4410 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | 4012 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ |
4411 | S: Maintained | 4013 | S: Maintained |
@@ -4421,14 +4023,10 @@ F: drivers/char/ppdev.c | |||
4421 | F: include/linux/ppdev.h | 4023 | F: include/linux/ppdev.h |
4422 | 4024 | ||
4423 | PARAVIRT_OPS INTERFACE | 4025 | PARAVIRT_OPS INTERFACE |
4424 | P: Jeremy Fitzhardinge | 4026 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
4425 | M: jeremy@xensource.com | 4027 | M: Chris Wright <chrisw@sous-sol.org> |
4426 | P: Chris Wright | 4028 | M: Alok Kataria <akataria@vmware.com> |
4427 | M: chrisw@sous-sol.org | 4029 | M: Rusty Russell <rusty@rustcorp.com.au> |
4428 | P: Alok Kataria | ||
4429 | M: akataria@vmware.com | ||
4430 | P: Rusty Russell | ||
4431 | M: rusty@rustcorp.com.au | ||
4432 | L: virtualization@lists.osdl.org | 4030 | L: virtualization@lists.osdl.org |
4433 | S: Supported | 4031 | S: Supported |
4434 | F: Documentation/ia64/paravirt_ops.txt | 4032 | F: Documentation/ia64/paravirt_ops.txt |
@@ -4436,8 +4034,7 @@ F: arch/*/kernel/paravirt* | |||
4436 | F: arch/*/include/asm/paravirt.h | 4034 | F: arch/*/include/asm/paravirt.h |
4437 | 4035 | ||
4438 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES | 4036 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
4439 | P: Tim Waugh | 4037 | M: Tim Waugh <tim@cyberelk.net> |
4440 | M: tim@cyberelk.net | ||
4441 | L: linux-parport@lists.infradead.org (subscribers-only) | 4038 | L: linux-parport@lists.infradead.org (subscribers-only) |
4442 | W: http://www.torque.net/linux-pp.html | 4039 | W: http://www.torque.net/linux-pp.html |
4443 | S: Maintained | 4040 | S: Maintained |
@@ -4445,10 +4042,9 @@ F: Documentation/blockdev/paride.txt | |||
4445 | F: drivers/block/paride/ | 4042 | F: drivers/block/paride/ |
4446 | 4043 | ||
4447 | PARISC ARCHITECTURE | 4044 | PARISC ARCHITECTURE |
4448 | P: Kyle McMartin | 4045 | M: Kyle McMartin <kyle@mcmartin.ca> |
4449 | M: kyle@mcmartin.ca | 4046 | M: Helge Deller <deller@gmx.de> |
4450 | P: Helge Deller | 4047 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> |
4451 | M: deller@gmx.de | ||
4452 | L: linux-parisc@vger.kernel.org | 4048 | L: linux-parisc@vger.kernel.org |
4453 | W: http://www.parisc-linux.org/ | 4049 | W: http://www.parisc-linux.org/ |
4454 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 4050 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
@@ -4457,37 +4053,41 @@ F: arch/parisc/ | |||
4457 | F: drivers/parisc/ | 4053 | F: drivers/parisc/ |
4458 | 4054 | ||
4459 | PC87360 HARDWARE MONITORING DRIVER | 4055 | PC87360 HARDWARE MONITORING DRIVER |
4460 | P: Jim Cromie | 4056 | M: Jim Cromie <jim.cromie@gmail.com> |
4461 | M: jim.cromie@gmail.com | ||
4462 | L: lm-sensors@lm-sensors.org | 4057 | L: lm-sensors@lm-sensors.org |
4463 | S: Maintained | 4058 | S: Maintained |
4464 | F: Documentation/hwmon/pc87360 | 4059 | F: Documentation/hwmon/pc87360 |
4465 | F: drivers/hwmon/pc87360.c | 4060 | F: drivers/hwmon/pc87360.c |
4466 | 4061 | ||
4467 | PC8736x GPIO DRIVER | 4062 | PC8736x GPIO DRIVER |
4468 | P: Jim Cromie | 4063 | M: Jim Cromie <jim.cromie@gmail.com> |
4469 | M: jim.cromie@gmail.com | ||
4470 | S: Maintained | 4064 | S: Maintained |
4471 | F: drivers/char/pc8736x_gpio.c | 4065 | F: drivers/char/pc8736x_gpio.c |
4472 | 4066 | ||
4473 | PCA9532 LED DRIVER | 4067 | PCA9532 LED DRIVER |
4474 | P: Riku Voipio | 4068 | M: Riku Voipio <riku.voipio@iki.fi> |
4475 | M: riku.voipio@iki.fi | ||
4476 | S: Maintained | 4069 | S: Maintained |
4477 | F: drivers/leds/leds-pca9532.c | 4070 | F: drivers/leds/leds-pca9532.c |
4478 | F: include/linux/leds-pca9532.h | 4071 | F: include/linux/leds-pca9532.h |
4479 | 4072 | ||
4073 | PCA9564/PCA9665 I2C BUS DRIVER | ||
4074 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
4075 | L: linux-i2c@vger.kernel.org | ||
4076 | S: Maintained | ||
4077 | F: drivers/i2c/algos/i2c-algo-pca.c | ||
4078 | F: drivers/i2c/busses/i2c-pca-* | ||
4079 | F: include/linux/i2c-algo-pca.h | ||
4080 | F: include/linux/i2c-pca-platform.h | ||
4081 | |||
4480 | PCI ERROR RECOVERY | 4082 | PCI ERROR RECOVERY |
4481 | P: Linas Vepstas | 4083 | M: Linas Vepstas <linas@austin.ibm.com> |
4482 | M: linas@austin.ibm.com | ||
4483 | L: linux-pci@vger.kernel.org | 4084 | L: linux-pci@vger.kernel.org |
4484 | S: Supported | 4085 | S: Supported |
4485 | F: Documentation/PCI/pci-error-recovery.txt | 4086 | F: Documentation/PCI/pci-error-recovery.txt |
4486 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | 4087 | F: Documentation/powerpc/eeh-pci-error-recovery.txt |
4487 | 4088 | ||
4488 | PCI SUBSYSTEM | 4089 | PCI SUBSYSTEM |
4489 | P: Jesse Barnes | 4090 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
4490 | M: jbarnes@virtuousgeek.org | ||
4491 | L: linux-pci@vger.kernel.org | 4091 | L: linux-pci@vger.kernel.org |
4492 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git | 4092 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
4493 | S: Supported | 4093 | S: Supported |
@@ -4495,12 +4095,11 @@ F: Documentation/PCI/ | |||
4495 | F: drivers/pci/ | 4095 | F: drivers/pci/ |
4496 | F: include/linux/pci* | 4096 | F: include/linux/pci* |
4497 | 4097 | ||
4498 | PCIE HOTPLUG DRIVER | 4098 | PCI HOTPLUG |
4499 | P: Kristen Carlson Accardi | 4099 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
4500 | M: kristen.c.accardi@intel.com | ||
4501 | L: linux-pci@vger.kernel.org | 4100 | L: linux-pci@vger.kernel.org |
4502 | S: Supported | 4101 | S: Supported |
4503 | F: drivers/pci/pcie/ | 4102 | F: drivers/pci/hotplug |
4504 | 4103 | ||
4505 | PCMCIA SUBSYSTEM | 4104 | PCMCIA SUBSYSTEM |
4506 | P: Linux PCMCIA Team | 4105 | P: Linux PCMCIA Team |
@@ -4513,121 +4112,117 @@ F: drivers/pcmcia/ | |||
4513 | F: include/pcmcia/ | 4112 | F: include/pcmcia/ |
4514 | 4113 | ||
4515 | PCNET32 NETWORK DRIVER | 4114 | PCNET32 NETWORK DRIVER |
4516 | P: Don Fry | 4115 | M: Don Fry <pcnet32@verizon.net> |
4517 | M: pcnet32@verizon.net | ||
4518 | L: netdev@vger.kernel.org | 4116 | L: netdev@vger.kernel.org |
4519 | S: Maintained | 4117 | S: Maintained |
4520 | F: drivers/net/pcnet32.c | 4118 | F: drivers/net/pcnet32.c |
4521 | 4119 | ||
4522 | PER-TASK DELAY ACCOUNTING | 4120 | PER-TASK DELAY ACCOUNTING |
4523 | P: Balbir Singh | 4121 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
4524 | M: balbir@linux.vnet.ibm.com | ||
4525 | S: Maintained | 4122 | S: Maintained |
4526 | F: include/linux/delayacct.h | 4123 | F: include/linux/delayacct.h |
4527 | F: kernel/delayacct.c | 4124 | F: kernel/delayacct.c |
4528 | 4125 | ||
4529 | PERFORMANCE COUNTER SUBSYSTEM | 4126 | PERFORMANCE EVENTS SUBSYSTEM |
4530 | P: Peter Zijlstra | 4127 | M: Peter Zijlstra <a.p.zijlstra@chello.nl> |
4531 | M: a.p.zijlstra@chello.nl | 4128 | M: Paul Mackerras <paulus@samba.org> |
4532 | P: Paul Mackerras | 4129 | M: Ingo Molnar <mingo@elte.hu> |
4533 | M: paulus@samba.org | ||
4534 | P: Ingo Molnar | ||
4535 | M: mingo@elte.hu | ||
4536 | L: linux-kernel@vger.kernel.org | ||
4537 | S: Supported | 4130 | S: Supported |
4131 | F: kernel/perf_event.c | ||
4132 | F: include/linux/perf_event.h | ||
4133 | F: arch/*/*/kernel/perf_event.c | ||
4134 | F: arch/*/include/asm/perf_event.h | ||
4135 | F: arch/*/lib/perf_event.c | ||
4136 | F: arch/*/kernel/perf_callchain.c | ||
4137 | F: tools/perf/ | ||
4538 | 4138 | ||
4539 | PERSONALITY HANDLING | 4139 | PERSONALITY HANDLING |
4540 | P: Christoph Hellwig | 4140 | M: Christoph Hellwig <hch@infradead.org> |
4541 | M: hch@infradead.org | ||
4542 | L: linux-abi-devel@lists.sourceforge.net | 4141 | L: linux-abi-devel@lists.sourceforge.net |
4543 | S: Maintained | 4142 | S: Maintained |
4544 | F: include/linux/personality.h | 4143 | F: include/linux/personality.h |
4545 | 4144 | ||
4546 | PHRAM MTD DRIVER | 4145 | PHRAM MTD DRIVER |
4547 | P: Joern Engel | 4146 | M: Joern Engel <joern@lazybastard.org> |
4548 | M: joern@lazybastard.org | ||
4549 | L: linux-mtd@lists.infradead.org | 4147 | L: linux-mtd@lists.infradead.org |
4550 | S: Maintained | 4148 | S: Maintained |
4551 | F: drivers/mtd/devices/phram.c | 4149 | F: drivers/mtd/devices/phram.c |
4552 | 4150 | ||
4553 | PKTCDVD DRIVER | 4151 | PKTCDVD DRIVER |
4554 | P: Peter Osterlund | 4152 | M: Peter Osterlund <petero2@telia.com> |
4555 | M: petero2@telia.com | ||
4556 | S: Maintained | 4153 | S: Maintained |
4557 | F: drivers/block/pktcdvd.c | 4154 | F: drivers/block/pktcdvd.c |
4558 | F: include/linux/pktcdvd.h | 4155 | F: include/linux/pktcdvd.h |
4559 | 4156 | ||
4157 | PMC SIERRA MaxRAID DRIVER | ||
4158 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> | ||
4159 | L: linux-scsi@vger.kernel.org | ||
4160 | W: http://www.pmc-sierra.com/ | ||
4161 | S: Supported | ||
4162 | F: drivers/scsi/pmcraid.* | ||
4163 | |||
4560 | POSIX CLOCKS and TIMERS | 4164 | POSIX CLOCKS and TIMERS |
4561 | P: Thomas Gleixner | 4165 | M: Thomas Gleixner <tglx@linutronix.de> |
4562 | M: tglx@linutronix.de | ||
4563 | S: Supported | 4166 | S: Supported |
4564 | F: fs/timerfd.c | 4167 | F: fs/timerfd.c |
4565 | F: include/linux/timer* | 4168 | F: include/linux/timer* |
4566 | F: kernel/*timer* | 4169 | F: kernel/*timer* |
4567 | 4170 | ||
4568 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS | 4171 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
4569 | P: Anton Vorontsov | 4172 | M: Anton Vorontsov <cbou@mail.ru> |
4570 | M: cbou@mail.ru | 4173 | M: David Woodhouse <dwmw2@infradead.org> |
4571 | P: David Woodhouse | ||
4572 | M: dwmw2@infradead.org | ||
4573 | T: git git://git.infradead.org/battery-2.6.git | 4174 | T: git git://git.infradead.org/battery-2.6.git |
4574 | S: Maintained | 4175 | S: Maintained |
4575 | F: include/linux/power_supply.h | 4176 | F: include/linux/power_supply.h |
4576 | F: drivers/power/power_supply* | 4177 | F: drivers/power/power_supply* |
4577 | 4178 | ||
4578 | PNP SUPPORT | 4179 | PNP SUPPORT |
4579 | P: Adam Belay | 4180 | M: Adam Belay <abelay@mit.edu> |
4580 | M: abelay@mit.edu | 4181 | M: Bjorn Helgaas <bjorn.helgaas@hp.com> |
4581 | P: Bjorn Helgaas | ||
4582 | M: bjorn.helgaas@hp.com | ||
4583 | S: Maintained | 4182 | S: Maintained |
4584 | F: drivers/pnp/ | 4183 | F: drivers/pnp/ |
4585 | 4184 | ||
4586 | PNXxxxx I2C DRIVER | 4185 | PNXxxxx I2C DRIVER |
4587 | P: Vitaly Wool | 4186 | M: Vitaly Wool <vitalywool@gmail.com> |
4588 | M: vitalywool@gmail.com | ||
4589 | L: linux-i2c@vger.kernel.org | 4187 | L: linux-i2c@vger.kernel.org |
4590 | S: Maintained | 4188 | S: Maintained |
4591 | F: drivers/i2c/busses/i2c-pnx.c | 4189 | F: drivers/i2c/busses/i2c-pnx.c |
4592 | 4190 | ||
4593 | PPP PROTOCOL DRIVERS AND COMPRESSORS | 4191 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
4594 | P: Paul Mackerras | 4192 | M: Paul Mackerras <paulus@samba.org> |
4595 | M: paulus@samba.org | ||
4596 | L: linux-ppp@vger.kernel.org | 4193 | L: linux-ppp@vger.kernel.org |
4597 | S: Maintained | 4194 | S: Maintained |
4598 | F: drivers/net/ppp_* | 4195 | F: drivers/net/ppp_* |
4599 | 4196 | ||
4600 | PPP OVER ATM (RFC 2364) | 4197 | PPP OVER ATM (RFC 2364) |
4601 | P: Mitchell Blank Jr | 4198 | M: Mitchell Blank Jr <mitch@sfgoth.com> |
4602 | M: mitch@sfgoth.com | ||
4603 | S: Maintained | 4199 | S: Maintained |
4604 | F: net/atm/pppoatm.c | 4200 | F: net/atm/pppoatm.c |
4605 | F: include/linux/atmppp.h | 4201 | F: include/linux/atmppp.h |
4606 | 4202 | ||
4607 | PPP OVER ETHERNET | 4203 | PPP OVER ETHERNET |
4608 | P: Michal Ostrowski | 4204 | M: Michal Ostrowski <mostrows@earthlink.net> |
4609 | M: mostrows@earthlink.net | ||
4610 | S: Maintained | 4205 | S: Maintained |
4611 | F: drivers/net/pppoe.c | 4206 | F: drivers/net/pppoe.c |
4612 | F: drivers/net/pppox.c | 4207 | F: drivers/net/pppox.c |
4613 | 4208 | ||
4614 | PPP OVER L2TP | 4209 | PPP OVER L2TP |
4615 | P: James Chapman | 4210 | M: James Chapman <jchapman@katalix.com> |
4616 | M: jchapman@katalix.com | ||
4617 | S: Maintained | 4211 | S: Maintained |
4618 | F: drivers/net/pppol2tp.c | 4212 | F: drivers/net/pppol2tp.c |
4619 | F: include/linux/if_pppol2tp.h | 4213 | F: include/linux/if_pppol2tp.h |
4620 | 4214 | ||
4621 | PPS SUPPORT | 4215 | PPS SUPPORT |
4622 | P: Rodolfo Giometti | 4216 | M: Rodolfo Giometti <giometti@enneenne.com> |
4623 | M: giometti@enneenne.com | ||
4624 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support | 4217 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
4625 | L: linuxpps@ml.enneenne.com (subscribers-only) | 4218 | L: linuxpps@ml.enneenne.com (subscribers-only) |
4626 | S: Maintained | 4219 | S: Maintained |
4220 | F: Documentation/pps/ | ||
4221 | F: drivers/pps/ | ||
4222 | F: include/linux/pps*.h | ||
4627 | 4223 | ||
4628 | PREEMPTIBLE KERNEL | 4224 | PREEMPTIBLE KERNEL |
4629 | P: Robert Love | 4225 | M: Robert Love <rml@tech9.net> |
4630 | M: rml@tech9.net | ||
4631 | L: kpreempt-tech@lists.sourceforge.net | 4226 | L: kpreempt-tech@lists.sourceforge.net |
4632 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | 4227 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
4633 | S: Supported | 4228 | S: Supported |
@@ -4635,37 +4230,32 @@ F: Documentation/preempt-locking.txt | |||
4635 | F: include/linux/preempt.h | 4230 | F: include/linux/preempt.h |
4636 | 4231 | ||
4637 | PRISM54 WIRELESS DRIVER | 4232 | PRISM54 WIRELESS DRIVER |
4638 | P: Luis R. Rodriguez | 4233 | M: "Luis R. Rodriguez" <mcgrof@gmail.com> |
4639 | M: mcgrof@gmail.com | ||
4640 | L: linux-wireless@vger.kernel.org | 4234 | L: linux-wireless@vger.kernel.org |
4641 | W: http://prism54.org | 4235 | W: http://prism54.org |
4642 | S: Maintained | 4236 | S: Maintained |
4643 | F: drivers/net/wireless/prism54/ | 4237 | F: drivers/net/wireless/prism54/ |
4644 | 4238 | ||
4645 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | 4239 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER |
4646 | P: Peter Denison | 4240 | M: Peter Denison <promise@pnd-pc.demon.co.uk> |
4647 | M: promise@pnd-pc.demon.co.uk | ||
4648 | W: http://www.pnd-pc.demon.co.uk/promise/ | 4241 | W: http://www.pnd-pc.demon.co.uk/promise/ |
4649 | S: Maintained | 4242 | S: Maintained |
4650 | 4243 | ||
4651 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER | 4244 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
4652 | P: Mikael Pettersson | 4245 | M: Mikael Pettersson <mikpe@it.uu.se> |
4653 | M: mikpe@it.uu.se | ||
4654 | L: linux-ide@vger.kernel.org | 4246 | L: linux-ide@vger.kernel.org |
4655 | S: Maintained | 4247 | S: Maintained |
4656 | F: drivers/ata/sata_promise.* | 4248 | F: drivers/ata/sata_promise.* |
4657 | 4249 | ||
4658 | PS3 NETWORK SUPPORT | 4250 | PS3 NETWORK SUPPORT |
4659 | P: Geoff Levand | 4251 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
4660 | M: geoffrey.levand@am.sony.com | ||
4661 | L: netdev@vger.kernel.org | 4252 | L: netdev@vger.kernel.org |
4662 | L: cbe-oss-dev@ozlabs.org | 4253 | L: cbe-oss-dev@ozlabs.org |
4663 | S: Supported | 4254 | S: Supported |
4664 | F: drivers/net/ps3_gelic_net.* | 4255 | F: drivers/net/ps3_gelic_net.* |
4665 | 4256 | ||
4666 | PS3 PLATFORM SUPPORT | 4257 | PS3 PLATFORM SUPPORT |
4667 | P: Geoff Levand | 4258 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
4668 | M: geoffrey.levand@am.sony.com | ||
4669 | L: linuxppc-dev@ozlabs.org | 4259 | L: linuxppc-dev@ozlabs.org |
4670 | L: cbe-oss-dev@ozlabs.org | 4260 | L: cbe-oss-dev@ozlabs.org |
4671 | S: Supported | 4261 | S: Supported |
@@ -4680,16 +4270,13 @@ F: drivers/usb/host/*ps3.c | |||
4680 | F: sound/ppc/snd_ps3* | 4270 | F: sound/ppc/snd_ps3* |
4681 | 4271 | ||
4682 | PS3VRAM DRIVER | 4272 | PS3VRAM DRIVER |
4683 | P: Jim Paris | 4273 | M: Jim Paris <jim@jtan.com> |
4684 | M: jim@jtan.com | ||
4685 | L: cbe-oss-dev@ozlabs.org | 4274 | L: cbe-oss-dev@ozlabs.org |
4686 | S: Maintained | 4275 | S: Maintained |
4687 | 4276 | ||
4688 | PTRACE SUPPORT | 4277 | PTRACE SUPPORT |
4689 | P: Roland McGrath | 4278 | M: Roland McGrath <roland@redhat.com> |
4690 | M: roland@redhat.com | 4279 | M: Oleg Nesterov <oleg@redhat.com> |
4691 | P: Oleg Nesterov | ||
4692 | M: oleg@redhat.com | ||
4693 | S: Maintained | 4280 | S: Maintained |
4694 | F: include/asm-generic/syscall.h | 4281 | F: include/asm-generic/syscall.h |
4695 | F: include/linux/ptrace.h | 4282 | F: include/linux/ptrace.h |
@@ -4698,8 +4285,7 @@ F: include/linux/tracehook.h | |||
4698 | F: kernel/ptrace.c | 4285 | F: kernel/ptrace.c |
4699 | 4286 | ||
4700 | PVRUSB2 VIDEO4LINUX DRIVER | 4287 | PVRUSB2 VIDEO4LINUX DRIVER |
4701 | P: Mike Isely | 4288 | M: Mike Isely <isely@pobox.com> |
4702 | M: isely@pobox.com | ||
4703 | L: pvrusb2@isely.net (subscribers-only) | 4289 | L: pvrusb2@isely.net (subscribers-only) |
4704 | L: linux-media@vger.kernel.org | 4290 | L: linux-media@vger.kernel.org |
4705 | W: http://www.isely.net/pvrusb2/ | 4291 | W: http://www.isely.net/pvrusb2/ |
@@ -4709,11 +4295,9 @@ F: Documentation/video4linux/README.pvrusb2 | |||
4709 | F: drivers/media/video/pvrusb2/ | 4295 | F: drivers/media/video/pvrusb2/ |
4710 | 4296 | ||
4711 | PXA2xx/PXA3xx SUPPORT | 4297 | PXA2xx/PXA3xx SUPPORT |
4712 | P: Eric Miao | 4298 | M: Eric Miao <eric.y.miao@gmail.com> |
4713 | M: eric.y.miao@gmail.com | 4299 | M: Russell King <linux@arm.linux.org.uk> |
4714 | P: Russell King | 4300 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
4715 | M: linux@arm.linux.org.uk | ||
4716 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
4717 | S: Maintained | 4301 | S: Maintained |
4718 | F: arch/arm/mach-pxa/ | 4302 | F: arch/arm/mach-pxa/ |
4719 | F: drivers/pcmcia/pxa2xx* | 4303 | F: drivers/pcmcia/pxa2xx* |
@@ -4724,18 +4308,15 @@ F: sound/arm/pxa* | |||
4724 | F: sound/soc/pxa | 4308 | F: sound/soc/pxa |
4725 | 4309 | ||
4726 | PXA168 SUPPORT | 4310 | PXA168 SUPPORT |
4727 | P: Eric Miao | 4311 | M: Eric Miao <eric.y.miao@gmail.com> |
4728 | M: eric.y.miao@gmail.com | 4312 | M: Jason Chagas <jason.chagas@marvell.com> |
4729 | P: Jason Chagas | 4313 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
4730 | M: jason.chagas@marvell.com | ||
4731 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
4732 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4314 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4733 | S: Maintained | 4315 | S: Maintained |
4734 | 4316 | ||
4735 | PXA910 SUPPORT | 4317 | PXA910 SUPPORT |
4736 | P: Eric Miao | 4318 | M: Eric Miao <eric.y.miao@gmail.com> |
4737 | M: eric.y.miao@gmail.com | 4319 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
4738 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
4739 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4320 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4740 | S: Maintained | 4321 | S: Maintained |
4741 | 4322 | ||
@@ -4743,13 +4324,12 @@ PXA MMCI DRIVER | |||
4743 | S: Orphan | 4324 | S: Orphan |
4744 | 4325 | ||
4745 | PXA RTC DRIVER | 4326 | PXA RTC DRIVER |
4746 | P: Robert Jarzmik | 4327 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
4747 | M: robert.jarzmik@free.fr | ||
4748 | L: rtc-linux@googlegroups.com | 4328 | L: rtc-linux@googlegroups.com |
4749 | S: Maintained | 4329 | S: Maintained |
4750 | 4330 | ||
4751 | QLOGIC QLA2XXX FC-SCSI DRIVER | 4331 | QLOGIC QLA2XXX FC-SCSI DRIVER |
4752 | P: Andrew Vasquez | 4332 | M: Andrew Vasquez <andrew.vasquez@qlogic.com> |
4753 | M: linux-driver@qlogic.com | 4333 | M: linux-driver@qlogic.com |
4754 | L: linux-scsi@vger.kernel.org | 4334 | L: linux-scsi@vger.kernel.org |
4755 | S: Supported | 4335 | S: Supported |
@@ -4757,7 +4337,7 @@ F: Documentation/scsi/LICENSE.qla2xxx | |||
4757 | F: drivers/scsi/qla2xxx/ | 4337 | F: drivers/scsi/qla2xxx/ |
4758 | 4338 | ||
4759 | QLOGIC QLA3XXX NETWORK DRIVER | 4339 | QLOGIC QLA3XXX NETWORK DRIVER |
4760 | P: Ron Mercer | 4340 | M: Ron Mercer <ron.mercer@qlogic.com> |
4761 | M: linux-driver@qlogic.com | 4341 | M: linux-driver@qlogic.com |
4762 | L: netdev@vger.kernel.org | 4342 | L: netdev@vger.kernel.org |
4763 | S: Supported | 4343 | S: Supported |
@@ -4765,16 +4345,14 @@ F: Documentation/networking/LICENSE.qla3xxx | |||
4765 | F: drivers/net/qla3xxx.* | 4345 | F: drivers/net/qla3xxx.* |
4766 | 4346 | ||
4767 | QLOGIC QLGE 10Gb ETHERNET DRIVER | 4347 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
4768 | P: Ron Mercer | 4348 | M: Ron Mercer <ron.mercer@qlogic.com> |
4769 | M: linux-driver@qlogic.com | 4349 | M: linux-driver@qlogic.com |
4770 | M: ron.mercer@qlogic.com | ||
4771 | L: netdev@vger.kernel.org | 4350 | L: netdev@vger.kernel.org |
4772 | S: Supported | 4351 | S: Supported |
4773 | F: drivers/net/qlge/ | 4352 | F: drivers/net/qlge/ |
4774 | 4353 | ||
4775 | QNX4 FILESYSTEM | 4354 | QNX4 FILESYSTEM |
4776 | P: Anders Larsen | 4355 | M: Anders Larsen <al@alarsen.net> |
4777 | M: al@alarsen.net | ||
4778 | W: http://www.alarsen.net/linux/qnx4fs/ | 4356 | W: http://www.alarsen.net/linux/qnx4fs/ |
4779 | S: Maintained | 4357 | S: Maintained |
4780 | F: fs/qnx4/ | 4358 | F: fs/qnx4/ |
@@ -4782,88 +4360,77 @@ F: include/linux/qnx4_fs.h | |||
4782 | F: include/linux/qnxtypes.h | 4360 | F: include/linux/qnxtypes.h |
4783 | 4361 | ||
4784 | RADEON FRAMEBUFFER DISPLAY DRIVER | 4362 | RADEON FRAMEBUFFER DISPLAY DRIVER |
4785 | P: Benjamin Herrenschmidt | 4363 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
4786 | M: benh@kernel.crashing.org | 4364 | L: linux-fbdev@vger.kernel.org |
4787 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4788 | S: Maintained | 4365 | S: Maintained |
4789 | F: drivers/video/aty/radeon* | 4366 | F: drivers/video/aty/radeon* |
4790 | F: include/linux/radeonfb.h | 4367 | F: include/linux/radeonfb.h |
4791 | 4368 | ||
4792 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | 4369 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
4793 | P: Paul Mackerras | 4370 | M: Paul Mackerras <paulus@samba.org> |
4794 | M: paulus@samba.org | 4371 | L: linux-fbdev@vger.kernel.org |
4795 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4796 | S: Maintained | 4372 | S: Maintained |
4797 | F: drivers/video/aty/aty128fb.c | 4373 | F: drivers/video/aty/aty128fb.c |
4798 | 4374 | ||
4799 | RALINK RT2X00 WIRELESS LAN DRIVER | 4375 | RALINK RT2X00 WIRELESS LAN DRIVER |
4800 | P: rt2x00 project | 4376 | P: rt2x00 project |
4377 | M: Ivo van Doorn <IvDoorn@gmail.com> | ||
4378 | M: Gertjan van Wingerde <gwingerde@gmail.com> | ||
4801 | L: linux-wireless@vger.kernel.org | 4379 | L: linux-wireless@vger.kernel.org |
4802 | L: users@rt2x00.serialmonkey.com | 4380 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
4803 | W: http://rt2x00.serialmonkey.com/ | 4381 | W: http://rt2x00.serialmonkey.com/ |
4804 | S: Maintained | 4382 | S: Maintained |
4805 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git | 4383 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
4806 | F: drivers/net/wireless/rt2x00/ | 4384 | F: drivers/net/wireless/rt2x00/ |
4807 | 4385 | ||
4808 | RAMDISK RAM BLOCK DEVICE DRIVER | 4386 | RAMDISK RAM BLOCK DEVICE DRIVER |
4809 | P: Nick Piggin | 4387 | M: Nick Piggin <npiggin@suse.de> |
4810 | M: npiggin@suse.de | ||
4811 | S: Maintained | 4388 | S: Maintained |
4812 | F: Documentation/blockdev/ramdisk.txt | 4389 | F: Documentation/blockdev/ramdisk.txt |
4813 | F: drivers/block/brd.c | 4390 | F: drivers/block/brd.c |
4814 | 4391 | ||
4815 | RANDOM NUMBER DRIVER | 4392 | RANDOM NUMBER DRIVER |
4816 | P: Matt Mackall | 4393 | M: Matt Mackall <mpm@selenic.com> |
4817 | M: mpm@selenic.com | ||
4818 | S: Maintained | 4394 | S: Maintained |
4819 | F: drivers/char/random.c | 4395 | F: drivers/char/random.c |
4820 | 4396 | ||
4821 | RAPIDIO SUBSYSTEM | 4397 | RAPIDIO SUBSYSTEM |
4822 | P: Matt Porter | 4398 | M: Matt Porter <mporter@kernel.crashing.org> |
4823 | M: mporter@kernel.crashing.org | ||
4824 | S: Maintained | 4399 | S: Maintained |
4825 | F: drivers/rapidio/ | 4400 | F: drivers/rapidio/ |
4826 | 4401 | ||
4827 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER | 4402 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
4828 | P: Corey Thomas | 4403 | M: Corey Thomas <coreythomas@charter.net> |
4829 | M: coreythomas@charter.net | ||
4830 | L: linux-wireless@vger.kernel.org | 4404 | L: linux-wireless@vger.kernel.org |
4831 | S: Maintained | 4405 | S: Maintained |
4832 | F: drivers/net/wireless/ray* | 4406 | F: drivers/net/wireless/ray* |
4833 | 4407 | ||
4834 | RCUTORTURE MODULE | 4408 | RCUTORTURE MODULE |
4835 | P: Josh Triplett | 4409 | M: Josh Triplett <josh@freedesktop.org> |
4836 | M: josh@freedesktop.org | 4410 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
4837 | P: Paul E. McKenney | ||
4838 | M: paulmck@linux.vnet.ibm.com | ||
4839 | S: Maintained | 4411 | S: Maintained |
4840 | F: Documentation/RCU/torture.txt | 4412 | F: Documentation/RCU/torture.txt |
4841 | F: kernel/rcutorture.c | 4413 | F: kernel/rcutorture.c |
4842 | 4414 | ||
4843 | RDC R-321X SoC | 4415 | RDC R-321X SoC |
4844 | P: Florian Fainelli | 4416 | M: Florian Fainelli <florian@openwrt.org> |
4845 | M: florian@openwrt.org | ||
4846 | S: Maintained | 4417 | S: Maintained |
4847 | 4418 | ||
4848 | RDC R6040 FAST ETHERNET DRIVER | 4419 | RDC R6040 FAST ETHERNET DRIVER |
4849 | P: Florian Fainelli | 4420 | M: Florian Fainelli <florian@openwrt.org> |
4850 | M: florian@openwrt.org | ||
4851 | L: netdev@vger.kernel.org | 4421 | L: netdev@vger.kernel.org |
4852 | S: Maintained | 4422 | S: Maintained |
4853 | F: drivers/net/r6040.c | 4423 | F: drivers/net/r6040.c |
4854 | 4424 | ||
4855 | RDS - RELIABLE DATAGRAM SOCKETS | 4425 | RDS - RELIABLE DATAGRAM SOCKETS |
4856 | P: Andy Grover | 4426 | M: Andy Grover <andy.grover@oracle.com> |
4857 | M: andy.grover@oracle.com | ||
4858 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) | 4427 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
4859 | S: Supported | 4428 | S: Supported |
4860 | F: net/rds/ | 4429 | F: net/rds/ |
4861 | 4430 | ||
4862 | READ-COPY UPDATE (RCU) | 4431 | READ-COPY UPDATE (RCU) |
4863 | P: Dipankar Sarma | 4432 | M: Dipankar Sarma <dipankar@in.ibm.com> |
4864 | M: dipankar@in.ibm.com | 4433 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
4865 | P: Paul E. McKenney | ||
4866 | M: paulmck@linux.vnet.ibm.com | ||
4867 | W: http://www.rdrop.com/users/paulmck/rclock/ | 4434 | W: http://www.rdrop.com/users/paulmck/rclock/ |
4868 | S: Supported | 4435 | S: Supported |
4869 | F: Documentation/RCU/rcu.txt | 4436 | F: Documentation/RCU/rcu.txt |
@@ -4873,16 +4440,14 @@ F: include/linux/srcu.h | |||
4873 | F: kernel/rcupdate.c | 4440 | F: kernel/rcupdate.c |
4874 | 4441 | ||
4875 | REAL TIME CLOCK DRIVER | 4442 | REAL TIME CLOCK DRIVER |
4876 | P: Paul Gortmaker | 4443 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
4877 | M: p_gortmaker@yahoo.com | ||
4878 | S: Maintained | 4444 | S: Maintained |
4879 | F: Documentation/rtc.txt | 4445 | F: Documentation/rtc.txt |
4880 | F: drivers/rtc/ | 4446 | F: drivers/rtc/ |
4881 | F: include/linux/rtc.h | 4447 | F: include/linux/rtc.h |
4882 | 4448 | ||
4883 | REAL TIME CLOCK (RTC) SUBSYSTEM | 4449 | REAL TIME CLOCK (RTC) SUBSYSTEM |
4884 | P: Alessandro Zummo | 4450 | M: Alessandro Zummo <a.zummo@towertech.it> |
4885 | M: a.zummo@towertech.it | ||
4886 | L: rtc-linux@googlegroups.com | 4451 | L: rtc-linux@googlegroups.com |
4887 | S: Maintained | 4452 | S: Maintained |
4888 | F: Documentation/rtc.txt | 4453 | F: Documentation/rtc.txt |
@@ -4895,11 +4460,10 @@ S: Supported | |||
4895 | F: fs/reiserfs/ | 4460 | F: fs/reiserfs/ |
4896 | 4461 | ||
4897 | RFKILL | 4462 | RFKILL |
4898 | P: Johannes Berg | 4463 | M: Johannes Berg <johannes@sipsolutions.net> |
4899 | M: johannes@sipsolutions.net | ||
4900 | L: linux-wireless@vger.kernel.org | 4464 | L: linux-wireless@vger.kernel.org |
4901 | S: Maintained | 4465 | S: Maintained |
4902 | F Documentation/rfkill.txt | 4466 | F: Documentation/rfkill.txt |
4903 | F: net/rfkill/ | 4467 | F: net/rfkill/ |
4904 | 4468 | ||
4905 | RISCOM8 DRIVER | 4469 | RISCOM8 DRIVER |
@@ -4915,8 +4479,7 @@ F: Documentation/serial/rocket.txt | |||
4915 | F: drivers/char/rocket* | 4479 | F: drivers/char/rocket* |
4916 | 4480 | ||
4917 | ROSE NETWORK LAYER | 4481 | ROSE NETWORK LAYER |
4918 | P: Ralf Baechle | 4482 | M: Ralf Baechle <ralf@linux-mips.org> |
4919 | M: ralf@linux-mips.org | ||
4920 | L: linux-hams@vger.kernel.org | 4483 | L: linux-hams@vger.kernel.org |
4921 | W: http://www.linux-ax25.org/ | 4484 | W: http://www.linux-ax25.org/ |
4922 | S: Maintained | 4485 | S: Maintained |
@@ -4925,21 +4488,17 @@ F: include/net/rose.h | |||
4925 | F: net/rose/ | 4488 | F: net/rose/ |
4926 | 4489 | ||
4927 | RTL8180 WIRELESS DRIVER | 4490 | RTL8180 WIRELESS DRIVER |
4928 | P: John W. Linville | 4491 | M: "John W. Linville" <linville@tuxdriver.com> |
4929 | M: linville@tuxdriver.com | ||
4930 | L: linux-wireless@vger.kernel.org | 4492 | L: linux-wireless@vger.kernel.org |
4931 | W: http://linuxwireless.org/ | 4493 | W: http://linuxwireless.org/ |
4932 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | 4494 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
4933 | S: Maintained | 4495 | S: Maintained |
4934 | F: drivers/net/wireless/rtl818* | 4496 | F: drivers/net/wireless/rtl818x/rtl8180* |
4935 | 4497 | ||
4936 | RTL8187 WIRELESS DRIVER | 4498 | RTL8187 WIRELESS DRIVER |
4937 | P: Herton Ronaldo Krzesinski | 4499 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
4938 | M: herton@mandriva.com.br | 4500 | M: Hin-Tak Leung <htl10@users.sourceforge.net> |
4939 | P: Hin-Tak Leung | 4501 | M: Larry Finger <Larry.Finger@lwfinger.net> |
4940 | M: htl10@users.sourceforge.net | ||
4941 | P: Larry Finger | ||
4942 | M: Larry.Finger@lwfinger.net | ||
4943 | L: linux-wireless@vger.kernel.org | 4502 | L: linux-wireless@vger.kernel.org |
4944 | W: http://linuxwireless.org/ | 4503 | W: http://linuxwireless.org/ |
4945 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | 4504 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
@@ -4947,17 +4506,14 @@ S: Maintained | |||
4947 | F: drivers/net/wireless/rtl818x/rtl8187* | 4506 | F: drivers/net/wireless/rtl818x/rtl8187* |
4948 | 4507 | ||
4949 | S3 SAVAGE FRAMEBUFFER DRIVER | 4508 | S3 SAVAGE FRAMEBUFFER DRIVER |
4950 | P: Antonino Daplas | 4509 | M: Antonino Daplas <adaplas@gmail.com> |
4951 | M: adaplas@gmail.com | 4510 | L: linux-fbdev@vger.kernel.org |
4952 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4953 | S: Maintained | 4511 | S: Maintained |
4954 | F: drivers/video/savage/ | 4512 | F: drivers/video/savage/ |
4955 | 4513 | ||
4956 | S390 | 4514 | S390 |
4957 | P: Martin Schwidefsky | 4515 | M: Martin Schwidefsky <schwidefsky@de.ibm.com> |
4958 | M: schwidefsky@de.ibm.com | 4516 | M: Heiko Carstens <heiko.carstens@de.ibm.com> |
4959 | P: Heiko Carstens | ||
4960 | M: heiko.carstens@de.ibm.com | ||
4961 | M: linux390@de.ibm.com | 4517 | M: linux390@de.ibm.com |
4962 | L: linux-s390@vger.kernel.org | 4518 | L: linux-s390@vger.kernel.org |
4963 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4519 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -4965,10 +4521,8 @@ S: Supported | |||
4965 | F: arch/s390/ | 4521 | F: arch/s390/ |
4966 | 4522 | ||
4967 | S390 NETWORK DRIVERS | 4523 | S390 NETWORK DRIVERS |
4968 | P: Ursula Braun | 4524 | M: Ursula Braun <ursula.braun@de.ibm.com> |
4969 | M: ursula.braun@de.ibm.com | 4525 | M: Frank Blaschka <blaschka@linux.vnet.ibm.com> |
4970 | P: Frank Blaschka | ||
4971 | M: blaschka@linux.vnet.ibm.com | ||
4972 | M: linux390@de.ibm.com | 4526 | M: linux390@de.ibm.com |
4973 | L: linux-s390@vger.kernel.org | 4527 | L: linux-s390@vger.kernel.org |
4974 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4528 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -4976,20 +4530,16 @@ S: Supported | |||
4976 | F: drivers/s390/net/ | 4530 | F: drivers/s390/net/ |
4977 | 4531 | ||
4978 | S390 ZCRYPT DRIVER | 4532 | S390 ZCRYPT DRIVER |
4979 | P: Felix Beck | 4533 | M: Felix Beck <felix.beck@de.ibm.com> |
4980 | M: felix.beck@de.ibm.com | 4534 | M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> |
4981 | P: Ralph Wuerthner | ||
4982 | M: ralph.wuerthner@de.ibm.com | ||
4983 | M: linux390@de.ibm.com | 4535 | M: linux390@de.ibm.com |
4984 | L: linux-s390@vger.kernel.org | 4536 | L: linux-s390@vger.kernel.org |
4985 | S: Supported | 4537 | S: Supported |
4986 | F: drivers/s390/crypto/ | 4538 | F: drivers/s390/crypto/ |
4987 | 4539 | ||
4988 | S390 ZFCP DRIVER | 4540 | S390 ZFCP DRIVER |
4989 | P: Christof Schmitt | 4541 | M: Christof Schmitt <christof.schmitt@de.ibm.com> |
4990 | M: christof.schmitt@de.ibm.com | 4542 | M: Martin Peschke <mp3@de.ibm.com> |
4991 | P: Martin Peschke | ||
4992 | M: mp3@de.ibm.com | ||
4993 | M: linux390@de.ibm.com | 4543 | M: linux390@de.ibm.com |
4994 | L: linux-s390@vger.kernel.org | 4544 | L: linux-s390@vger.kernel.org |
4995 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4545 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -4998,8 +4548,7 @@ F: Documentation/s390/zfcpdump.txt | |||
4998 | F: drivers/s390/scsi/zfcp_* | 4548 | F: drivers/s390/scsi/zfcp_* |
4999 | 4549 | ||
5000 | S390 IUCV NETWORK LAYER | 4550 | S390 IUCV NETWORK LAYER |
5001 | P: Ursula Braun | 4551 | M: Ursula Braun <ursula.braun@de.ibm.com> |
5002 | M: ursula.braun@de.ibm.com | ||
5003 | M: linux390@de.ibm.com | 4552 | M: linux390@de.ibm.com |
5004 | L: linux-s390@vger.kernel.org | 4553 | L: linux-s390@vger.kernel.org |
5005 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4554 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -5009,15 +4558,13 @@ F: include/net/iucv/ | |||
5009 | F: net/iucv/ | 4558 | F: net/iucv/ |
5010 | 4559 | ||
5011 | S3C24XX SD/MMC Driver | 4560 | S3C24XX SD/MMC Driver |
5012 | P: Ben Dooks | 4561 | M: Ben Dooks <ben-linux@fluff.org> |
5013 | M: ben-linux@fluff.org | 4562 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
5014 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
5015 | S: Supported | 4563 | S: Supported |
5016 | F: drivers/mmc/host/s3cmci.* | 4564 | F: drivers/mmc/host/s3cmci.* |
5017 | 4565 | ||
5018 | SAA7146 VIDEO4LINUX-2 DRIVER | 4566 | SAA7146 VIDEO4LINUX-2 DRIVER |
5019 | P: Michael Hunold | 4567 | M: Michael Hunold <michael@mihu.de> |
5020 | M: michael@mihu.de | ||
5021 | L: linux-media@vger.kernel.org | 4568 | L: linux-media@vger.kernel.org |
5022 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4569 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
5023 | W: http://www.mihu.de/linux/saa7146 | 4570 | W: http://www.mihu.de/linux/saa7146 |
@@ -5027,31 +4574,33 @@ F: drivers/media/video/*7146* | |||
5027 | F: include/media/*7146* | 4574 | F: include/media/*7146* |
5028 | 4575 | ||
5029 | SC1200 WDT DRIVER | 4576 | SC1200 WDT DRIVER |
5030 | P: Zwane Mwaikambo | 4577 | M: Zwane Mwaikambo <zwane@arm.linux.org.uk> |
5031 | M: zwane@arm.linux.org.uk | ||
5032 | S: Maintained | 4578 | S: Maintained |
5033 | F: drivers/watchdog/sc1200wdt.c | 4579 | F: drivers/watchdog/sc1200wdt.c |
5034 | 4580 | ||
5035 | SCHEDULER | 4581 | SCHEDULER |
5036 | P: Ingo Molnar | 4582 | M: Ingo Molnar <mingo@elte.hu> |
5037 | M: mingo@elte.hu | 4583 | M: Peter Zijlstra <peterz@infradead.org> |
5038 | P: Peter Zijlstra | ||
5039 | M: peterz@infradead.org | ||
5040 | S: Maintained | 4584 | S: Maintained |
5041 | F: kernel/sched* | 4585 | F: kernel/sched* |
5042 | F: include/linux/sched.h | 4586 | F: include/linux/sched.h |
5043 | 4587 | ||
4588 | SCORE ARCHITECTURE | ||
4589 | M: Chen Liqin <liqin.chen@sunplusct.com> | ||
4590 | M: Lennox Wu <lennox.wu@gmail.com> | ||
4591 | W: http://www.sunplusct.com | ||
4592 | S: Supported | ||
4593 | F: arch/score/ | ||
4594 | |||
5044 | SCSI CDROM DRIVER | 4595 | SCSI CDROM DRIVER |
5045 | P: Jens Axboe | 4596 | M: Jens Axboe <axboe@kernel.dk> |
5046 | M: axboe@kernel.dk | ||
5047 | L: linux-scsi@vger.kernel.org | 4597 | L: linux-scsi@vger.kernel.org |
5048 | W: http://www.kernel.dk | 4598 | W: http://www.kernel.dk |
5049 | S: Maintained | 4599 | S: Maintained |
5050 | F: drivers/scsi/sr* | 4600 | F: drivers/scsi/sr* |
5051 | 4601 | ||
5052 | SCSI SG DRIVER | 4602 | SCSI SG DRIVER |
5053 | P: Doug Gilbert | 4603 | M: Doug Gilbert <dgilbert@interlog.com> |
5054 | M: dgilbert@interlog.com | ||
5055 | L: linux-scsi@vger.kernel.org | 4604 | L: linux-scsi@vger.kernel.org |
5056 | W: http://www.torque.net/sg | 4605 | W: http://www.torque.net/sg |
5057 | S: Maintained | 4606 | S: Maintained |
@@ -5059,8 +4608,7 @@ F: drivers/scsi/sg.c | |||
5059 | F: include/scsi/sg.h | 4608 | F: include/scsi/sg.h |
5060 | 4609 | ||
5061 | SCSI SUBSYSTEM | 4610 | SCSI SUBSYSTEM |
5062 | P: James E.J. Bottomley | 4611 | M: "James E.J. Bottomley" <James.Bottomley@suse.de> |
5063 | M: James.Bottomley@HansenPartnership.com | ||
5064 | L: linux-scsi@vger.kernel.org | 4612 | L: linux-scsi@vger.kernel.org |
5065 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git | 4613 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
5066 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | 4614 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git |
@@ -5070,18 +4618,15 @@ F: drivers/scsi/ | |||
5070 | F: include/scsi/ | 4618 | F: include/scsi/ |
5071 | 4619 | ||
5072 | SCSI TAPE DRIVER | 4620 | SCSI TAPE DRIVER |
5073 | P: Kai Mäkisara | 4621 | M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> |
5074 | M: Kai.Makisara@kolumbus.fi | ||
5075 | L: linux-scsi@vger.kernel.org | 4622 | L: linux-scsi@vger.kernel.org |
5076 | S: Maintained | 4623 | S: Maintained |
5077 | F: Documentation/scsi/st.txt | 4624 | F: Documentation/scsi/st.txt |
5078 | F: drivers/scsi/st* | 4625 | F: drivers/scsi/st* |
5079 | 4626 | ||
5080 | SCTP PROTOCOL | 4627 | SCTP PROTOCOL |
5081 | P: Vlad Yasevich | 4628 | M: Vlad Yasevich <vladislav.yasevich@hp.com> |
5082 | M: vladislav.yasevich@hp.com | 4629 | M: Sridhar Samudrala <sri@us.ibm.com> |
5083 | P: Sridhar Samudrala | ||
5084 | M: sri@us.ibm.com | ||
5085 | L: linux-sctp@vger.kernel.org | 4630 | L: linux-sctp@vger.kernel.org |
5086 | W: http://lksctp.sourceforge.net | 4631 | W: http://lksctp.sourceforge.net |
5087 | S: Supported | 4632 | S: Supported |
@@ -5091,8 +4636,7 @@ F: include/net/sctp/ | |||
5091 | F: net/sctp/ | 4636 | F: net/sctp/ |
5092 | 4637 | ||
5093 | SCx200 CPU SUPPORT | 4638 | SCx200 CPU SUPPORT |
5094 | P: Jim Cromie | 4639 | M: Jim Cromie <jim.cromie@gmail.com> |
5095 | M: jim.cromie@gmail.com | ||
5096 | S: Odd Fixes | 4640 | S: Odd Fixes |
5097 | F: Documentation/i2c/busses/scx200_acb | 4641 | F: Documentation/i2c/busses/scx200_acb |
5098 | F: arch/x86/kernel/scx200_32.c | 4642 | F: arch/x86/kernel/scx200_32.c |
@@ -5102,67 +4646,56 @@ F: drivers/mtd/maps/scx200_docflash.c | |||
5102 | F: include/linux/scx200.h | 4646 | F: include/linux/scx200.h |
5103 | 4647 | ||
5104 | SCx200 GPIO DRIVER | 4648 | SCx200 GPIO DRIVER |
5105 | P: Jim Cromie | 4649 | M: Jim Cromie <jim.cromie@gmail.com> |
5106 | M: jim.cromie@gmail.com | ||
5107 | S: Maintained | 4650 | S: Maintained |
5108 | F: drivers/char/scx200_gpio.c | 4651 | F: drivers/char/scx200_gpio.c |
5109 | F: include/linux/scx200_gpio.h | 4652 | F: include/linux/scx200_gpio.h |
5110 | 4653 | ||
5111 | SCx200 HRT CLOCKSOURCE DRIVER | 4654 | SCx200 HRT CLOCKSOURCE DRIVER |
5112 | P: Jim Cromie | 4655 | M: Jim Cromie <jim.cromie@gmail.com> |
5113 | M: jim.cromie@gmail.com | ||
5114 | S: Maintained | 4656 | S: Maintained |
5115 | F: drivers/clocksource/scx200_hrt.c | 4657 | F: drivers/clocksource/scx200_hrt.c |
5116 | 4658 | ||
5117 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER | 4659 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
5118 | P: Sascha Sommer | 4660 | M: Sascha Sommer <saschasommer@freenet.de> |
5119 | M: saschasommer@freenet.de | ||
5120 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) | 4661 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) |
5121 | S: Maintained | 4662 | S: Maintained |
5122 | F: drivers/mmc/host/sdricoh_cs.c | 4663 | F: drivers/mmc/host/sdricoh_cs.c |
5123 | 4664 | ||
5124 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4665 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
5125 | P: Pierre Ossman | 4666 | S: Orphan |
5126 | M: pierre@ossman.eu | 4667 | L: linux-mmc@vger.kernel.org |
5127 | L: sdhci-devel@lists.ossman.eu | 4668 | F: drivers/mmc/host/sdhci.* |
5128 | S: Maintained | ||
5129 | 4669 | ||
5130 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | 4670 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
5131 | P: Anton Vorontsov | 4671 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
5132 | M: avorontsov@ru.mvista.com | ||
5133 | L: linuxppc-dev@ozlabs.org | 4672 | L: linuxppc-dev@ozlabs.org |
5134 | L: sdhci-devel@lists.ossman.eu | 4673 | L: linux-mmc@vger.kernel.org |
5135 | S: Maintained | 4674 | S: Maintained |
5136 | F: drivers/mmc/host/sdhci.* | 4675 | F: drivers/mmc/host/sdhci-of.* |
5137 | 4676 | ||
5138 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | 4677 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
5139 | P: Ben Dooks | 4678 | M: Ben Dooks <ben-linux@fluff.org> |
5140 | M: ben-linux@fluff.org | 4679 | L: linux-mmc@vger.kernel.org |
5141 | L: sdhci-devel@lists.ossman.eu | ||
5142 | S: Maintained | 4680 | S: Maintained |
5143 | F: drivers/mmc/host/sdhci-s3c.c | 4681 | F: drivers/mmc/host/sdhci-s3c.c |
5144 | 4682 | ||
5145 | SECURITY SUBSYSTEM | 4683 | SECURITY SUBSYSTEM |
5146 | P: James Morris | 4684 | M: James Morris <jmorris@namei.org> |
5147 | M: jmorris@namei.org | ||
5148 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 4685 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
5149 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4686 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
5150 | W: http://security.wiki.kernel.org/ | 4687 | W: http://security.wiki.kernel.org/ |
5151 | S: Supported | 4688 | S: Supported |
5152 | F: security/ | 4689 | F: security/ |
5153 | 4690 | ||
5154 | SECURITY CONTACT | 4691 | SECURITY CONTACT |
5155 | P: Security Officers | 4692 | M: Security Officers <security@kernel.org> |
5156 | M: security@kernel.org | ||
5157 | S: Supported | 4693 | S: Supported |
5158 | 4694 | ||
5159 | SELINUX SECURITY MODULE | 4695 | SELINUX SECURITY MODULE |
5160 | P: Stephen Smalley | 4696 | M: Stephen Smalley <sds@tycho.nsa.gov> |
5161 | M: sds@tycho.nsa.gov | 4697 | M: James Morris <jmorris@namei.org> |
5162 | P: James Morris | 4698 | M: Eric Paris <eparis@parisplace.org> |
5163 | M: jmorris@namei.org | ||
5164 | P: Eric Paris | ||
5165 | M: eparis@parisplace.org | ||
5166 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) | 4699 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
5167 | W: http://selinuxproject.org | 4700 | W: http://selinuxproject.org |
5168 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4701 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
@@ -5171,15 +4704,13 @@ F: include/linux/selinux* | |||
5171 | F: security/selinux/ | 4704 | F: security/selinux/ |
5172 | 4705 | ||
5173 | SENSABLE PHANTOM | 4706 | SENSABLE PHANTOM |
5174 | P: Jiri Slaby | 4707 | M: Jiri Slaby <jirislaby@gmail.com> |
5175 | M: jirislaby@gmail.com | ||
5176 | S: Maintained | 4708 | S: Maintained |
5177 | F: drivers/misc/phantom.c | 4709 | F: drivers/misc/phantom.c |
5178 | F: include/linux/phantom.h | 4710 | F: include/linux/phantom.h |
5179 | 4711 | ||
5180 | SERIAL ATA (SATA) SUBSYSTEM | 4712 | SERIAL ATA (SATA) SUBSYSTEM |
5181 | P: Jeff Garzik | 4713 | M: Jeff Garzik <jgarzik@pobox.com> |
5182 | M: jgarzik@pobox.com | ||
5183 | L: linux-ide@vger.kernel.org | 4714 | L: linux-ide@vger.kernel.org |
5184 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | 4715 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
5185 | S: Supported | 4716 | S: Supported |
@@ -5187,33 +4718,36 @@ F: drivers/ata/ | |||
5187 | F: include/linux/ata.h | 4718 | F: include/linux/ata.h |
5188 | F: include/linux/libata.h | 4719 | F: include/linux/libata.h |
5189 | 4720 | ||
4721 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4722 | M: Jayamohan Kallickal <jayamohank@serverengines.com> | ||
4723 | L: linux-scsi@vger.kernel.org | ||
4724 | W: http://www.serverengines.com | ||
4725 | S: Supported | ||
4726 | F: drivers/scsi/be2iscsi/ | ||
4727 | |||
5190 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4728 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
5191 | P: Sathya Perla | 4729 | M: Sathya Perla <sathyap@serverengines.com> |
5192 | M: sathyap@serverengines.com | 4730 | M: Subbu Seetharaman <subbus@serverengines.com> |
5193 | P: Subbu Seetharaman | ||
5194 | M: subbus@serverengines.com | ||
5195 | L: netdev@vger.kernel.org | 4731 | L: netdev@vger.kernel.org |
5196 | W: http://www.serverengines.com | 4732 | W: http://www.serverengines.com |
5197 | S: Supported | 4733 | S: Supported |
5198 | F: drivers/net/benet/ | 4734 | F: drivers/net/benet/ |
5199 | 4735 | ||
5200 | SFC NETWORK DRIVER | 4736 | SFC NETWORK DRIVER |
5201 | P: Steve Hodgson | 4737 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
5202 | P: Ben Hutchings | 4738 | M: Steve Hodgson <shodgson@solarflare.com> |
5203 | P: Robert Stonehouse | 4739 | M: Ben Hutchings <bhutchings@solarflare.com> |
5204 | M: linux-net-drivers@solarflare.com | 4740 | L: netdev@vger.kernel.org |
5205 | S: Supported | 4741 | S: Supported |
5206 | F: drivers/net/sfc/ | 4742 | F: drivers/net/sfc/ |
5207 | 4743 | ||
5208 | SGI GRU DRIVER | 4744 | SGI GRU DRIVER |
5209 | P: Jack Steiner | 4745 | M: Jack Steiner <steiner@sgi.com> |
5210 | M: steiner@sgi.com | ||
5211 | S: Maintained | 4746 | S: Maintained |
5212 | F: drivers/misc/sgi-gru/ | 4747 | F: drivers/misc/sgi-gru/ |
5213 | 4748 | ||
5214 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | 4749 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER |
5215 | P: Pat Gefre | 4750 | M: Pat Gefre <pfg@sgi.com> |
5216 | M: pfg@sgi.com | ||
5217 | L: linux-ia64@vger.kernel.org | 4751 | L: linux-ia64@vger.kernel.org |
5218 | S: Supported | 4752 | S: Supported |
5219 | F: Documentation/ia64/serial.txt | 4753 | F: Documentation/ia64/serial.txt |
@@ -5221,24 +4755,21 @@ F: drivers/serial/ioc?_serial.c | |||
5221 | F: include/linux/ioc?.h | 4755 | F: include/linux/ioc?.h |
5222 | 4756 | ||
5223 | SGI VISUAL WORKSTATION 320 AND 540 | 4757 | SGI VISUAL WORKSTATION 320 AND 540 |
5224 | P: Andrey Panin | 4758 | M: Andrey Panin <pazke@donpac.ru> |
5225 | M: pazke@donpac.ru | ||
5226 | L: linux-visws-devel@lists.sf.net | 4759 | L: linux-visws-devel@lists.sf.net |
5227 | W: http://linux-visws.sf.net | 4760 | W: http://linux-visws.sf.net |
5228 | S: Maintained for 2.6. | 4761 | S: Maintained for 2.6. |
5229 | F: Documentation/sgi-visws.txt | 4762 | F: Documentation/sgi-visws.txt |
5230 | 4763 | ||
5231 | SGI XP/XPC/XPNET DRIVER | 4764 | SGI XP/XPC/XPNET DRIVER |
5232 | P: Robin Holt | 4765 | M: Robin Holt <holt@sgi.com> |
5233 | M: holt@sgi.com | ||
5234 | S: Maintained | 4766 | S: Maintained |
5235 | F: drivers/misc/sgi-xp/ | 4767 | F: drivers/misc/sgi-xp/ |
5236 | 4768 | ||
5237 | SHARP LH SUPPORT (LH7952X & LH7A40X) | 4769 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
5238 | P: Marc Singer | 4770 | M: Marc Singer <elf@buici.com> |
5239 | M: elf@buici.com | ||
5240 | W: http://projects.buici.com/arm | 4771 | W: http://projects.buici.com/arm |
5241 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4772 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
5242 | S: Maintained | 4773 | S: Maintained |
5243 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen | 4774 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen |
5244 | F: arch/arm/mach-lh7a40x/ | 4775 | F: arch/arm/mach-lh7a40x/ |
@@ -5246,56 +4777,59 @@ F: drivers/serial/serial_lh7a40x.c | |||
5246 | F: drivers/usb/gadget/lh7a40* | 4777 | F: drivers/usb/gadget/lh7a40* |
5247 | F: drivers/usb/host/ohci-lh7a40* | 4778 | F: drivers/usb/host/ohci-lh7a40* |
5248 | 4779 | ||
5249 | SHPC HOTPLUG DRIVER | 4780 | SIMPLE FIRMWARE INTERFACE (SFI) |
5250 | P: Kristen Carlson Accardi | 4781 | M: Len Brown <lenb@kernel.org> |
5251 | M: kristen.c.accardi@intel.com | 4782 | L: sfi-devel@simplefirmware.org |
5252 | L: linux-pci@vger.kernel.org | 4783 | W: http://simplefirmware.org/ |
4784 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | ||
5253 | S: Supported | 4785 | S: Supported |
5254 | F: drivers/pci/hotplug/shpchp* | 4786 | F: arch/x86/kernel/*sfi* |
4787 | F: drivers/sfi/ | ||
4788 | F: include/linux/sfi*.h | ||
5255 | 4789 | ||
5256 | SIMTEC EB110ATX (Chalice CATS) | 4790 | SIMTEC EB110ATX (Chalice CATS) |
5257 | P: Ben Dooks | 4791 | P: Ben Dooks |
5258 | P: Vincent Sanders | 4792 | M: Vincent Sanders <support@simtec.co.uk> |
5259 | M: support@simtec.co.uk | ||
5260 | W: http://www.simtec.co.uk/products/EB110ATX/ | 4793 | W: http://www.simtec.co.uk/products/EB110ATX/ |
5261 | S: Supported | 4794 | S: Supported |
5262 | 4795 | ||
5263 | SIMTEC EB2410ITX (BAST) | 4796 | SIMTEC EB2410ITX (BAST) |
5264 | P: Ben Dooks | 4797 | P: Ben Dooks |
5265 | P: Vincent Sanders | 4798 | M: Vincent Sanders <support@simtec.co.uk> |
5266 | M: support@simtec.co.uk | ||
5267 | W: http://www.simtec.co.uk/products/EB2410ITX/ | 4799 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
5268 | S: Supported | 4800 | S: Supported |
5269 | F: arch/arm/mach-s3c2410/ | 4801 | F: arch/arm/mach-s3c2410/ |
5270 | F: drivers/*/*s3c2410* | 4802 | F: drivers/*/*s3c2410* |
5271 | F: drivers/*/*/*s3c2410* | 4803 | F: drivers/*/*/*s3c2410* |
5272 | 4804 | ||
4805 | TI DAVINCI MACHINE SUPPORT | ||
4806 | P: Kevin Hilman | ||
4807 | M: davinci-linux-open-source@linux.davincidsp.com | ||
4808 | S: Supported | ||
4809 | F: arch/arm/mach-davinci | ||
4810 | |||
5273 | SIS 190 ETHERNET DRIVER | 4811 | SIS 190 ETHERNET DRIVER |
5274 | P: Francois Romieu | 4812 | M: Francois Romieu <romieu@fr.zoreil.com> |
5275 | M: romieu@fr.zoreil.com | ||
5276 | L: netdev@vger.kernel.org | 4813 | L: netdev@vger.kernel.org |
5277 | S: Maintained | 4814 | S: Maintained |
5278 | F: drivers/net/sis190.c | 4815 | F: drivers/net/sis190.c |
5279 | 4816 | ||
5280 | SIS 900/7016 FAST ETHERNET DRIVER | 4817 | SIS 900/7016 FAST ETHERNET DRIVER |
5281 | P: Daniele Venzano | 4818 | M: Daniele Venzano <venza@brownhat.org> |
5282 | M: venza@brownhat.org | ||
5283 | W: http://www.brownhat.org/sis900.html | 4819 | W: http://www.brownhat.org/sis900.html |
5284 | L: netdev@vger.kernel.org | 4820 | L: netdev@vger.kernel.org |
5285 | S: Maintained | 4821 | S: Maintained |
5286 | F: drivers/net/sis900.* | 4822 | F: drivers/net/sis900.* |
5287 | 4823 | ||
5288 | SIS 96X I2C/SMBUS DRIVER | 4824 | SIS 96X I2C/SMBUS DRIVER |
5289 | P: Mark M. Hoffman | 4825 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
5290 | M: mhoffman@lightlink.com | ||
5291 | L: linux-i2c@vger.kernel.org | 4826 | L: linux-i2c@vger.kernel.org |
5292 | S: Maintained | 4827 | S: Maintained |
5293 | F: Documentation/i2c/busses/i2c-sis96x | 4828 | F: Documentation/i2c/busses/i2c-sis96x |
5294 | F: drivers/i2c/busses/i2c-sis96x.c | 4829 | F: drivers/i2c/busses/i2c-sis96x.c |
5295 | 4830 | ||
5296 | SIS FRAMEBUFFER DRIVER | 4831 | SIS FRAMEBUFFER DRIVER |
5297 | P: Thomas Winischhofer | 4832 | M: Thomas Winischhofer <thomas@winischhofer.net> |
5298 | M: thomas@winischhofer.net | ||
5299 | W: http://www.winischhofer.net/linuxsisvga.shtml | 4833 | W: http://www.winischhofer.net/linuxsisvga.shtml |
5300 | S: Maintained | 4834 | S: Maintained |
5301 | F: Documentation/fb/sisfb.txt | 4835 | F: Documentation/fb/sisfb.txt |
@@ -5303,70 +4837,59 @@ F: drivers/video/sis/ | |||
5303 | F: include/video/sisfb.h | 4837 | F: include/video/sisfb.h |
5304 | 4838 | ||
5305 | SIS USB2VGA DRIVER | 4839 | SIS USB2VGA DRIVER |
5306 | P: Thomas Winischhofer | 4840 | M: Thomas Winischhofer <thomas@winischhofer.net> |
5307 | M: thomas@winischhofer.net | ||
5308 | W: http://www.winischhofer.at/linuxsisusbvga.shtml | 4841 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
5309 | S: Maintained | 4842 | S: Maintained |
5310 | F: drivers/usb/misc/sisusbvga/ | 4843 | F: drivers/usb/misc/sisusbvga/ |
5311 | 4844 | ||
5312 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS | 4845 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
5313 | P: Stephen Hemminger | 4846 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
5314 | M: shemminger@linux-foundation.org | ||
5315 | L: netdev@vger.kernel.org | 4847 | L: netdev@vger.kernel.org |
5316 | S: Maintained | 4848 | S: Maintained |
5317 | F: drivers/net/skge.* | 4849 | F: drivers/net/skge.* |
5318 | F: drivers/net/sky2.* | 4850 | F: drivers/net/sky2.* |
5319 | 4851 | ||
5320 | SLAB ALLOCATOR | 4852 | SLAB ALLOCATOR |
5321 | P: Christoph Lameter | 4853 | M: Christoph Lameter <cl@linux-foundation.org> |
5322 | M: cl@linux-foundation.org | 4854 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
5323 | P: Pekka Enberg | 4855 | M: Matt Mackall <mpm@selenic.com> |
5324 | M: penberg@cs.helsinki.fi | ||
5325 | P: Matt Mackall | ||
5326 | M: mpm@selenic.com | ||
5327 | L: linux-mm@kvack.org | 4856 | L: linux-mm@kvack.org |
5328 | S: Maintained | 4857 | S: Maintained |
5329 | F: include/linux/sl?b*.h | 4858 | F: include/linux/sl?b*.h |
5330 | F: mm/sl?b.c | 4859 | F: mm/sl?b.c |
5331 | 4860 | ||
5332 | SMC91x ETHERNET DRIVER | 4861 | SMC91x ETHERNET DRIVER |
5333 | P: Nicolas Pitre | 4862 | M: Nicolas Pitre <nico@fluxnic.net> |
5334 | M: nico@cam.org | ||
5335 | S: Maintained | 4863 | S: Maintained |
5336 | F: drivers/net/smc91x.* | 4864 | F: drivers/net/smc91x.* |
5337 | 4865 | ||
5338 | SMSC47B397 HARDWARE MONITOR DRIVER | 4866 | SMSC47B397 HARDWARE MONITOR DRIVER |
5339 | P: Mark M. Hoffman | 4867 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
5340 | M: mhoffman@lightlink.com | ||
5341 | L: lm-sensors@lm-sensors.org | 4868 | L: lm-sensors@lm-sensors.org |
5342 | S: Maintained | 4869 | S: Maintained |
5343 | F: Documentation/hwmon/smsc47b397 | 4870 | F: Documentation/hwmon/smsc47b397 |
5344 | F: drivers/hwmon/smsc47b397.c | 4871 | F: drivers/hwmon/smsc47b397.c |
5345 | 4872 | ||
5346 | SMSC911x ETHERNET DRIVER | 4873 | SMSC911x ETHERNET DRIVER |
5347 | P: Steve Glendinning | 4874 | M: Steve Glendinning <steve.glendinning@smsc.com> |
5348 | M: steve.glendinning@smsc.com | ||
5349 | L: netdev@vger.kernel.org | 4875 | L: netdev@vger.kernel.org |
5350 | S: Supported | 4876 | S: Supported |
5351 | F: include/linux/smsc911x.h | 4877 | F: include/linux/smsc911x.h |
5352 | F: drivers/net/smsc911x.* | 4878 | F: drivers/net/smsc911x.* |
5353 | 4879 | ||
5354 | SMSC9420 PCI ETHERNET DRIVER | 4880 | SMSC9420 PCI ETHERNET DRIVER |
5355 | P: Steve Glendinning | 4881 | M: Steve Glendinning <steve.glendinning@smsc.com> |
5356 | M: steve.glendinning@smsc.com | ||
5357 | L: netdev@vger.kernel.org | 4882 | L: netdev@vger.kernel.org |
5358 | S: Supported | 4883 | S: Supported |
5359 | F: drivers/net/smsc9420.* | 4884 | F: drivers/net/smsc9420.* |
5360 | 4885 | ||
5361 | SMX UIO Interface | 4886 | SMX UIO Interface |
5362 | P: Ben Nizette | 4887 | M: Ben Nizette <bn@niasdigital.com> |
5363 | M: bn@niasdigital.com | ||
5364 | S: Maintained | 4888 | S: Maintained |
5365 | F: drivers/uio/uio_smx.c | 4889 | F: drivers/uio/uio_smx.c |
5366 | 4890 | ||
5367 | SN-IA64 (Itanium) SUB-PLATFORM | 4891 | SN-IA64 (Itanium) SUB-PLATFORM |
5368 | P: Jes Sorensen | 4892 | M: Jes Sorensen <jes@sgi.com> |
5369 | M: jes@sgi.com | ||
5370 | L: linux-altix@sgi.com | 4893 | L: linux-altix@sgi.com |
5371 | L: linux-ia64@vger.kernel.org | 4894 | L: linux-ia64@vger.kernel.org |
5372 | W: http://www.sgi.com/altix | 4895 | W: http://www.sgi.com/altix |
@@ -5374,8 +4897,7 @@ S: Maintained | |||
5374 | F: arch/ia64/sn/ | 4897 | F: arch/ia64/sn/ |
5375 | 4898 | ||
5376 | SOC-CAMERA V4L2 SUBSYSTEM | 4899 | SOC-CAMERA V4L2 SUBSYSTEM |
5377 | P: Guennadi Liakhovetski | 4900 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
5378 | M: g.liakhovetski@gmx.de | ||
5379 | L: linux-media@vger.kernel.org | 4901 | L: linux-media@vger.kernel.org |
5380 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4902 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
5381 | S: Maintained | 4903 | S: Maintained |
@@ -5383,37 +4905,32 @@ F: include/media/v4l2* | |||
5383 | F: drivers/media/video/v4l2* | 4905 | F: drivers/media/video/v4l2* |
5384 | 4906 | ||
5385 | SOEKRIS NET48XX LED SUPPORT | 4907 | SOEKRIS NET48XX LED SUPPORT |
5386 | P: Chris Boot | 4908 | M: Chris Boot <bootc@bootc.net> |
5387 | M: bootc@bootc.net | ||
5388 | S: Maintained | 4909 | S: Maintained |
5389 | F: drivers/leds/leds-net48xx.c | 4910 | F: drivers/leds/leds-net48xx.c |
5390 | 4911 | ||
5391 | SOFTWARE RAID (Multiple Disks) SUPPORT | 4912 | SOFTWARE RAID (Multiple Disks) SUPPORT |
5392 | P: Neil Brown | 4913 | M: Neil Brown <neilb@suse.de> |
5393 | M: neilb@suse.de | ||
5394 | L: linux-raid@vger.kernel.org | 4914 | L: linux-raid@vger.kernel.org |
5395 | S: Supported | 4915 | S: Supported |
5396 | F: drivers/md/ | 4916 | F: drivers/md/ |
5397 | F: include/linux/raid/ | 4917 | F: include/linux/raid/ |
5398 | 4918 | ||
5399 | SONIC NETWORK DRIVER | 4919 | SONIC NETWORK DRIVER |
5400 | P: Thomas Bogendoerfer | 4920 | M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
5401 | M: tsbogend@alpha.franken.de | ||
5402 | L: netdev@vger.kernel.org | 4921 | L: netdev@vger.kernel.org |
5403 | S: Maintained | 4922 | S: Maintained |
5404 | F: drivers/net/sonic.* | 4923 | F: drivers/net/sonic.* |
5405 | 4924 | ||
5406 | SONICS SILICON BACKPLANE DRIVER (SSB) | 4925 | SONICS SILICON BACKPLANE DRIVER (SSB) |
5407 | P: Michael Buesch | 4926 | M: Michael Buesch <mb@bu3sch.de> |
5408 | M: mb@bu3sch.de | ||
5409 | L: netdev@vger.kernel.org | 4927 | L: netdev@vger.kernel.org |
5410 | S: Maintained | 4928 | S: Maintained |
5411 | F: drivers/ssb/ | 4929 | F: drivers/ssb/ |
5412 | F: include/linux/ssb/ | 4930 | F: include/linux/ssb/ |
5413 | 4931 | ||
5414 | SONY VAIO CONTROL DEVICE DRIVER | 4932 | SONY VAIO CONTROL DEVICE DRIVER |
5415 | P: Mattia Dongili | 4933 | M: Mattia Dongili <malattia@linux.it> |
5416 | M: malattia@linux.it | ||
5417 | L: linux-acpi@vger.kernel.org | 4934 | L: linux-acpi@vger.kernel.org |
5418 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | 4935 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
5419 | S: Maintained | 4936 | S: Maintained |
@@ -5423,17 +4940,14 @@ F: drivers/platform/x86/sony-laptop.c | |||
5423 | F: include/linux/sony-laptop.h | 4940 | F: include/linux/sony-laptop.h |
5424 | 4941 | ||
5425 | SONY MEMORYSTICK CARD SUPPORT | 4942 | SONY MEMORYSTICK CARD SUPPORT |
5426 | P: Alex Dubov | 4943 | M: Alex Dubov <oakad@yahoo.com> |
5427 | M: oakad@yahoo.com | ||
5428 | W: http://tifmxx.berlios.de/ | 4944 | W: http://tifmxx.berlios.de/ |
5429 | S: Maintained | 4945 | S: Maintained |
5430 | F: drivers/memstick/host/tifm_ms.c | 4946 | F: drivers/memstick/host/tifm_ms.c |
5431 | 4947 | ||
5432 | SOUND | 4948 | SOUND |
5433 | P: Jaroslav Kysela | 4949 | M: Jaroslav Kysela <perex@perex.cz> |
5434 | M: perex@perex.cz | 4950 | M: Takashi Iwai <tiwai@suse.de> |
5435 | P: Takashi Iwai | ||
5436 | M: tiwai@suse.de | ||
5437 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 4951 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
5438 | W: http://www.alsa-project.org/ | 4952 | W: http://www.alsa-project.org/ |
5439 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git | 4953 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git |
@@ -5444,10 +4958,8 @@ F: include/sound/ | |||
5444 | F: sound/ | 4958 | F: sound/ |
5445 | 4959 | ||
5446 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) | 4960 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
5447 | P: Liam Girdwood | 4961 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
5448 | M: lrg@slimlogic.co.uk | 4962 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
5449 | P: Mark Brown | ||
5450 | M: broonie@opensource.wolfsonmicro.com | ||
5451 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git | 4963 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git |
5452 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 4964 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
5453 | W: http://alsa-project.org/main/index.php/ASoC | 4965 | W: http://alsa-project.org/main/index.php/ASoC |
@@ -5456,8 +4968,7 @@ F: sound/soc/ | |||
5456 | F: include/sound/soc* | 4968 | F: include/sound/soc* |
5457 | 4969 | ||
5458 | SPARC + UltraSPARC (sparc/sparc64) | 4970 | SPARC + UltraSPARC (sparc/sparc64) |
5459 | P: David S. Miller | 4971 | M: "David S. Miller" <davem@davemloft.net> |
5460 | M: davem@davemloft.net | ||
5461 | L: sparclinux@vger.kernel.org | 4972 | L: sparclinux@vger.kernel.org |
5462 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | 4973 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
5463 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | 4974 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git |
@@ -5465,15 +4976,13 @@ S: Maintained | |||
5465 | F: arch/sparc/ | 4976 | F: arch/sparc/ |
5466 | 4977 | ||
5467 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | 4978 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
5468 | P: Roger Wolff | 4979 | M: Roger Wolff <R.E.Wolff@BitWizard.nl> |
5469 | M: R.E.Wolff@BitWizard.nl | ||
5470 | S: Supported | 4980 | S: Supported |
5471 | F: Documentation/serial/specialix.txt | 4981 | F: Documentation/serial/specialix.txt |
5472 | F: drivers/char/specialix* | 4982 | F: drivers/char/specialix* |
5473 | 4983 | ||
5474 | SPI SUBSYSTEM | 4984 | SPI SUBSYSTEM |
5475 | P: David Brownell | 4985 | M: David Brownell <dbrownell@users.sourceforge.net> |
5476 | M: dbrownell@users.sourceforge.net | ||
5477 | L: spi-devel-general@lists.sourceforge.net | 4986 | L: spi-devel-general@lists.sourceforge.net |
5478 | S: Maintained | 4987 | S: Maintained |
5479 | F: Documentation/spi/ | 4988 | F: Documentation/spi/ |
@@ -5481,18 +4990,15 @@ F: drivers/spi/ | |||
5481 | F: include/linux/spi/ | 4990 | F: include/linux/spi/ |
5482 | 4991 | ||
5483 | SPIDERNET NETWORK DRIVER for CELL | 4992 | SPIDERNET NETWORK DRIVER for CELL |
5484 | P: Ishizaki Kou | 4993 | M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> |
5485 | M: kou.ishizaki@toshiba.co.jp | 4994 | M: Jens Osterkamp <jens@de.ibm.com> |
5486 | P: Jens Osterkamp | ||
5487 | M: jens@de.ibm.com | ||
5488 | L: netdev@vger.kernel.org | 4995 | L: netdev@vger.kernel.org |
5489 | S: Supported | 4996 | S: Supported |
5490 | F: Documentation/networking/spider_net.txt | 4997 | F: Documentation/networking/spider_net.txt |
5491 | F: drivers/net/spider_net* | 4998 | F: drivers/net/spider_net* |
5492 | 4999 | ||
5493 | SPU FILE SYSTEM | 5000 | SPU FILE SYSTEM |
5494 | P: Jeremy Kerr | 5001 | M: Jeremy Kerr <jk@ozlabs.org> |
5495 | M: jk@ozlabs.org | ||
5496 | L: linuxppc-dev@ozlabs.org | 5002 | L: linuxppc-dev@ozlabs.org |
5497 | L: cbe-oss-dev@ozlabs.org | 5003 | L: cbe-oss-dev@ozlabs.org |
5498 | W: http://www.ibm.com/developerworks/power/cell/ | 5004 | W: http://www.ibm.com/developerworks/power/cell/ |
@@ -5501,8 +5007,7 @@ F: Documentation/filesystems/spufs.txt | |||
5501 | F: arch/powerpc/platforms/cell/spufs/ | 5007 | F: arch/powerpc/platforms/cell/spufs/ |
5502 | 5008 | ||
5503 | SQUASHFS FILE SYSTEM | 5009 | SQUASHFS FILE SYSTEM |
5504 | P: Phillip Lougher | 5010 | M: Phillip Lougher <phillip@lougher.demon.co.uk> |
5505 | M: phillip@lougher.demon.co.uk | ||
5506 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) | 5011 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) |
5507 | W: http://squashfs.org.uk | 5012 | W: http://squashfs.org.uk |
5508 | S: Maintained | 5013 | S: Maintained |
@@ -5510,49 +5015,41 @@ F: Documentation/filesystems/squashfs.txt | |||
5510 | F: fs/squashfs/ | 5015 | F: fs/squashfs/ |
5511 | 5016 | ||
5512 | SRM (Alpha) environment access | 5017 | SRM (Alpha) environment access |
5513 | P: Jan-Benedict Glaw | 5018 | M: Jan-Benedict Glaw <jbglaw@lug-owl.de> |
5514 | M: jbglaw@lug-owl.de | ||
5515 | S: Maintained | 5019 | S: Maintained |
5516 | F: arch/alpha/kernel/srm_env.c | 5020 | F: arch/alpha/kernel/srm_env.c |
5517 | 5021 | ||
5518 | STABLE BRANCH | 5022 | STABLE BRANCH |
5519 | P: Greg Kroah-Hartman | 5023 | M: Greg Kroah-Hartman <greg@kroah.com> |
5520 | M: greg@kroah.com | 5024 | M: Chris Wright <chrisw@sous-sol.org> |
5521 | P: Chris Wright | ||
5522 | M: chrisw@sous-sol.org | ||
5523 | L: stable@kernel.org | 5025 | L: stable@kernel.org |
5524 | S: Maintained | 5026 | S: Maintained |
5525 | 5027 | ||
5526 | STAGING SUBSYSTEM | 5028 | STAGING SUBSYSTEM |
5527 | P: Greg Kroah-Hartman | 5029 | M: Greg Kroah-Hartman <gregkh@suse.de> |
5528 | M: gregkh@suse.de | ||
5529 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 5030 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
5530 | L: devel@driverdev.osuosl.org | 5031 | L: devel@driverdev.osuosl.org |
5531 | S: Maintained | 5032 | S: Maintained |
5532 | F: drivers/staging/ | 5033 | F: drivers/staging/ |
5533 | 5034 | ||
5534 | STARFIRE/DURALAN NETWORK DRIVER | 5035 | STARFIRE/DURALAN NETWORK DRIVER |
5535 | P: Ion Badulescu | 5036 | M: Ion Badulescu <ionut@badula.org> |
5536 | M: ionut@cs.columbia.edu | 5037 | S: Odd Fixes |
5537 | S: Maintained | ||
5538 | F: drivers/net/starfire* | 5038 | F: drivers/net/starfire* |
5539 | 5039 | ||
5540 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | 5040 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER |
5541 | W: http://mosquitonet.Stanford.EDU/strip.html | ||
5542 | S: Orphan | 5041 | S: Orphan |
5543 | F: drivers/net/wireless/strip.c | 5042 | F: drivers/net/wireless/strip.c |
5544 | F: include/linux/if_strip.h | 5043 | F: include/linux/if_strip.h |
5545 | 5044 | ||
5546 | STRADIS MPEG-2 DECODER DRIVER | 5045 | STRADIS MPEG-2 DECODER DRIVER |
5547 | P: Nathan Laredo | 5046 | M: Nathan Laredo <laredo@gnu.org> |
5548 | M: laredo@gnu.org | ||
5549 | W: http://www.stradis.com/ | 5047 | W: http://www.stradis.com/ |
5550 | S: Maintained | 5048 | S: Maintained |
5551 | F: drivers/media/video/stradis.c | 5049 | F: drivers/media/video/stradis.c |
5552 | 5050 | ||
5553 | SUN3/3X | 5051 | SUN3/3X |
5554 | P: Sam Creasey | 5052 | M: Sam Creasey <sammy@sammy.net> |
5555 | M: sammy@sammy.net | ||
5556 | W: http://sammy.net/sun3/ | 5053 | W: http://sammy.net/sun3/ |
5557 | S: Maintained | 5054 | S: Maintained |
5558 | F: arch/m68k/kernel/*sun3* | 5055 | F: arch/m68k/kernel/*sun3* |
@@ -5560,8 +5057,7 @@ F: arch/m68k/sun3*/ | |||
5560 | F: arch/m68k/include/asm/sun3* | 5057 | F: arch/m68k/include/asm/sun3* |
5561 | 5058 | ||
5562 | SUPERH | 5059 | SUPERH |
5563 | P: Paul Mundt | 5060 | M: Paul Mundt <lethal@linux-sh.org> |
5564 | M: lethal@linux-sh.org | ||
5565 | L: linux-sh@vger.kernel.org | 5061 | L: linux-sh@vger.kernel.org |
5566 | W: http://www.linux-sh.org | 5062 | W: http://www.linux-sh.org |
5567 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git | 5063 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
@@ -5571,12 +5067,9 @@ F: arch/sh/ | |||
5571 | F: drivers/sh/ | 5067 | F: drivers/sh/ |
5572 | 5068 | ||
5573 | SUSPEND TO RAM | 5069 | SUSPEND TO RAM |
5574 | P: Len Brown | 5070 | M: Len Brown <len.brown@intel.com> |
5575 | M: len.brown@intel.com | 5071 | M: Pavel Machek <pavel@ucw.cz> |
5576 | P: Pavel Machek | 5072 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
5577 | M: pavel@ucw.cz | ||
5578 | P: Rafael J. Wysocki | ||
5579 | M: rjw@sisk.pl | ||
5580 | L: linux-pm@lists.linux-foundation.org | 5073 | L: linux-pm@lists.linux-foundation.org |
5581 | S: Supported | 5074 | S: Supported |
5582 | F: Documentation/power/ | 5075 | F: Documentation/power/ |
@@ -5588,32 +5081,28 @@ F: include/linux/freezer.h | |||
5588 | F: include/linux/pm.h | 5081 | F: include/linux/pm.h |
5589 | 5082 | ||
5590 | SVGA HANDLING | 5083 | SVGA HANDLING |
5591 | P: Martin Mares | 5084 | M: Martin Mares <mj@ucw.cz> |
5592 | M: mj@ucw.cz | ||
5593 | L: linux-video@atrey.karlin.mff.cuni.cz | 5085 | L: linux-video@atrey.karlin.mff.cuni.cz |
5594 | S: Maintained | 5086 | S: Maintained |
5595 | F: Documentation/svga.txt | 5087 | F: Documentation/svga.txt |
5596 | F: arch/x86/boot/video* | 5088 | F: arch/x86/boot/video* |
5597 | 5089 | ||
5598 | SYSV FILESYSTEM | 5090 | SYSV FILESYSTEM |
5599 | P: Christoph Hellwig | 5091 | M: Christoph Hellwig <hch@infradead.org> |
5600 | M: hch@infradead.org | ||
5601 | S: Maintained | 5092 | S: Maintained |
5602 | F: Documentation/filesystems/sysv-fs.txt | 5093 | F: Documentation/filesystems/sysv-fs.txt |
5603 | F: fs/sysv/ | 5094 | F: fs/sysv/ |
5604 | F: include/linux/sysv_fs.h | 5095 | F: include/linux/sysv_fs.h |
5605 | 5096 | ||
5606 | TASKSTATS STATISTICS INTERFACE | 5097 | TASKSTATS STATISTICS INTERFACE |
5607 | P: Balbir Singh | 5098 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
5608 | M: balbir@linux.vnet.ibm.com | ||
5609 | S: Maintained | 5099 | S: Maintained |
5610 | F: Documentation/accounting/taskstats* | 5100 | F: Documentation/accounting/taskstats* |
5611 | F: include/linux/taskstats* | 5101 | F: include/linux/taskstats* |
5612 | F: kernel/taskstats.c | 5102 | F: kernel/taskstats.c |
5613 | 5103 | ||
5614 | TC CLASSIFIER | 5104 | TC CLASSIFIER |
5615 | P: Jamal Hadi Salim | 5105 | M: Jamal Hadi Salim <hadi@cyberus.ca> |
5616 | M: hadi@cyberus.ca | ||
5617 | L: netdev@vger.kernel.org | 5106 | L: netdev@vger.kernel.org |
5618 | S: Maintained | 5107 | S: Maintained |
5619 | F: include/linux/pkt_cls.h | 5108 | F: include/linux/pkt_cls.h |
@@ -5621,38 +5110,31 @@ F: include/net/pkt_cls.h | |||
5621 | F: net/sched/ | 5110 | F: net/sched/ |
5622 | 5111 | ||
5623 | TCP LOW PRIORITY MODULE | 5112 | TCP LOW PRIORITY MODULE |
5624 | P: Wong Hoi Sing, Edison | 5113 | M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> |
5625 | M: hswong3i@gmail.com | 5114 | M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> |
5626 | P: Hung Hing Lun, Mike | ||
5627 | M: hlhung3i@gmail.com | ||
5628 | W: http://tcp-lp-mod.sourceforge.net/ | 5115 | W: http://tcp-lp-mod.sourceforge.net/ |
5629 | S: Maintained | 5116 | S: Maintained |
5630 | F: net/ipv4/tcp_lp.c | 5117 | F: net/ipv4/tcp_lp.c |
5631 | 5118 | ||
5632 | TEHUTI ETHERNET DRIVER | 5119 | TEHUTI ETHERNET DRIVER |
5633 | P: Alexander Indenbaum | 5120 | M: Alexander Indenbaum <baum@tehutinetworks.net> |
5634 | M: baum@tehutinetworks.net | 5121 | M: Andy Gospodarek <andy@greyhouse.net> |
5635 | P: Andy Gospodarek | ||
5636 | M: andy@greyhouse.net | ||
5637 | L: netdev@vger.kernel.org | 5122 | L: netdev@vger.kernel.org |
5638 | S: Supported | 5123 | S: Supported |
5639 | F: drivers/net/tehuti* | 5124 | F: drivers/net/tehuti* |
5640 | 5125 | ||
5641 | Telecom Clock Driver for MCPL0010 | 5126 | Telecom Clock Driver for MCPL0010 |
5642 | P: Mark Gross | 5127 | M: Mark Gross <mark.gross@intel.com> |
5643 | M: mark.gross@intel.com | ||
5644 | S: Supported | 5128 | S: Supported |
5645 | F: drivers/char/tlclk.c | 5129 | F: drivers/char/tlclk.c |
5646 | 5130 | ||
5647 | TENSILICA XTENSA PORT (xtensa) | 5131 | TENSILICA XTENSA PORT (xtensa) |
5648 | P: Chris Zankel | 5132 | M: Chris Zankel <chris@zankel.net> |
5649 | M: chris@zankel.net | ||
5650 | S: Maintained | 5133 | S: Maintained |
5651 | F: arch/xtensa/ | 5134 | F: arch/xtensa/ |
5652 | 5135 | ||
5653 | THINKPAD ACPI EXTRAS DRIVER | 5136 | THINKPAD ACPI EXTRAS DRIVER |
5654 | P: Henrique de Moraes Holschuh | 5137 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
5655 | M: ibm-acpi@hmh.eng.br | ||
5656 | L: ibm-acpi-devel@lists.sourceforge.net | 5138 | L: ibm-acpi-devel@lists.sourceforge.net |
5657 | W: http://ibm-acpi.sourceforge.net | 5139 | W: http://ibm-acpi.sourceforge.net |
5658 | W: http://thinkwiki.org/wiki/Ibm-acpi | 5140 | W: http://thinkwiki.org/wiki/Ibm-acpi |
@@ -5661,20 +5143,22 @@ S: Maintained | |||
5661 | F: drivers/platform/x86/thinkpad_acpi.c | 5143 | F: drivers/platform/x86/thinkpad_acpi.c |
5662 | 5144 | ||
5663 | TI FLASH MEDIA INTERFACE DRIVER | 5145 | TI FLASH MEDIA INTERFACE DRIVER |
5664 | P: Alex Dubov | 5146 | M: Alex Dubov <oakad@yahoo.com> |
5665 | M: oakad@yahoo.com | ||
5666 | S: Maintained | 5147 | S: Maintained |
5667 | F: drivers/misc/tifm* | 5148 | F: drivers/misc/tifm* |
5668 | F: drivers/mmc/host/tifm_sd.c | 5149 | F: drivers/mmc/host/tifm_sd.c |
5669 | F: include/linux/tifm.h | 5150 | F: include/linux/tifm.h |
5670 | 5151 | ||
5152 | TI TWL4030 SERIES SOC CODEC DRIVER | ||
5153 | M: Peter Ujfalusi <peter.ujfalusi@nokia.com> | ||
5154 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | ||
5155 | S: Maintained | ||
5156 | F: sound/soc/codecs/twl4030* | ||
5157 | |||
5671 | TIPC NETWORK LAYER | 5158 | TIPC NETWORK LAYER |
5672 | P: Per Liden | 5159 | M: Per Liden <per.liden@ericsson.com> |
5673 | M: per.liden@ericsson.com | 5160 | M: Jon Maloy <jon.maloy@ericsson.com> |
5674 | P: Jon Maloy | 5161 | M: Allan Stephens <allan.stephens@windriver.com> |
5675 | M: jon.maloy@ericsson.com | ||
5676 | P: Allan Stephens | ||
5677 | M: allan.stephens@windriver.com | ||
5678 | L: tipc-discussion@lists.sourceforge.net | 5162 | L: tipc-discussion@lists.sourceforge.net |
5679 | W: http://tipc.sourceforge.net/ | 5163 | W: http://tipc.sourceforge.net/ |
5680 | W: http://tipc.cslab.ericsson.net/ | 5164 | W: http://tipc.cslab.ericsson.net/ |
@@ -5685,8 +5169,7 @@ F: include/net/tipc/ | |||
5685 | F: net/tipc/ | 5169 | F: net/tipc/ |
5686 | 5170 | ||
5687 | TLAN NETWORK DRIVER | 5171 | TLAN NETWORK DRIVER |
5688 | P: Samuel Chessman | 5172 | M: Samuel Chessman <chessman@tux.org> |
5689 | M: chessman@tux.org | ||
5690 | L: tlan-devel@lists.sourceforge.net (subscribers-only) | 5173 | L: tlan-devel@lists.sourceforge.net (subscribers-only) |
5691 | W: http://sourceforge.net/projects/tlan/ | 5174 | W: http://sourceforge.net/projects/tlan/ |
5692 | S: Maintained | 5175 | S: Maintained |
@@ -5694,10 +5177,8 @@ F: Documentation/networking/tlan.txt | |||
5694 | F: drivers/net/tlan.* | 5177 | F: drivers/net/tlan.* |
5695 | 5178 | ||
5696 | TOMOYO SECURITY MODULE | 5179 | TOMOYO SECURITY MODULE |
5697 | P: Kentaro Takeda | 5180 | M: Kentaro Takeda <takedakn@nttdata.co.jp> |
5698 | M: takedakn@nttdata.co.jp | 5181 | M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
5699 | P: Tetsuo Handa | ||
5700 | M: penguin-kernel@I-love.SAKURA.ne.jp | ||
5701 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) | 5182 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) |
5702 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) | 5183 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) |
5703 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) | 5184 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) |
@@ -5706,13 +5187,17 @@ T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches | |||
5706 | S: Maintained | 5187 | S: Maintained |
5707 | F: security/tomoyo/ | 5188 | F: security/tomoyo/ |
5708 | 5189 | ||
5190 | TOPSTAR LAPTOP EXTRAS DRIVER | ||
5191 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> | ||
5192 | S: Maintained | ||
5193 | F: drivers/platform/x86/topstar-laptop.c | ||
5194 | |||
5709 | TOSHIBA ACPI EXTRAS DRIVER | 5195 | TOSHIBA ACPI EXTRAS DRIVER |
5710 | S: Orphan | 5196 | S: Orphan |
5711 | F: drivers/platform/x86/toshiba_acpi.c | 5197 | F: drivers/platform/x86/toshiba_acpi.c |
5712 | 5198 | ||
5713 | TOSHIBA SMM DRIVER | 5199 | TOSHIBA SMM DRIVER |
5714 | P: Jonathan Buzzard | 5200 | M: Jonathan Buzzard <jonathan@buzzard.org.uk> |
5715 | M: jonathan@buzzard.org.uk | ||
5716 | L: tlinux-users@tce.toshiba-dme.co.jp | 5201 | L: tlinux-users@tce.toshiba-dme.co.jp |
5717 | W: http://www.buzzard.org.uk/toshiba/ | 5202 | W: http://www.buzzard.org.uk/toshiba/ |
5718 | S: Maintained | 5203 | S: Maintained |
@@ -5720,61 +5205,65 @@ F: drivers/char/toshiba.c | |||
5720 | F: include/linux/toshiba.h | 5205 | F: include/linux/toshiba.h |
5721 | 5206 | ||
5722 | TMIO MMC DRIVER | 5207 | TMIO MMC DRIVER |
5723 | P: Ian Molton | 5208 | M: Ian Molton <ian@mnementh.co.uk> |
5724 | M: ian@mnementh.co.uk | ||
5725 | S: Maintained | 5209 | S: Maintained |
5726 | F: drivers/mmc/host/tmio_mmc.* | 5210 | F: drivers/mmc/host/tmio_mmc.* |
5727 | 5211 | ||
5728 | TMPFS (SHMEM FILESYSTEM) | 5212 | TMPFS (SHMEM FILESYSTEM) |
5729 | P: Hugh Dickins | 5213 | M: Hugh Dickins <hugh.dickins@tiscali.co.uk> |
5730 | M: hugh.dickins@tiscali.co.uk | ||
5731 | L: linux-mm@kvack.org | 5214 | L: linux-mm@kvack.org |
5732 | S: Maintained | 5215 | S: Maintained |
5733 | F: include/linux/shmem_fs.h | 5216 | F: include/linux/shmem_fs.h |
5734 | F: mm/shmem.c | 5217 | F: mm/shmem.c |
5735 | 5218 | ||
5736 | TPM DEVICE DRIVER | 5219 | TPM DEVICE DRIVER |
5737 | P: Debora Velarde | 5220 | M: Debora Velarde <debora@linux.vnet.ibm.com> |
5738 | M: debora@linux.vnet.ibm.com | 5221 | M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> |
5739 | P: Rajiv Andrade | ||
5740 | M: srajiv@linux.vnet.ibm.com | ||
5741 | W: http://tpmdd.sourceforge.net | 5222 | W: http://tpmdd.sourceforge.net |
5742 | P: Marcel Selhorst | 5223 | M: Marcel Selhorst <m.selhorst@sirrix.com> |
5743 | M: m.selhorst@sirrix.com | ||
5744 | W: http://www.sirrix.com | 5224 | W: http://www.sirrix.com |
5745 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | 5225 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
5746 | S: Maintained | 5226 | S: Maintained |
5747 | F: drivers/char/tpm/ | 5227 | F: drivers/char/tpm/ |
5748 | 5228 | ||
5229 | TRACING | ||
5230 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5231 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5232 | M: Ingo Molnar <mingo@redhat.com> | ||
5233 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5234 | S: Maintained | ||
5235 | F: Documentation/trace/ftrace.txt | ||
5236 | F: arch/*/*/*/ftrace.h | ||
5237 | F: arch/*/kernel/ftrace.c | ||
5238 | F: include/*/ftrace.h | ||
5239 | F: include/linux/trace*.h | ||
5240 | F: include/trace/ | ||
5241 | F: kernel/trace/ | ||
5242 | |||
5749 | TRIVIAL PATCHES | 5243 | TRIVIAL PATCHES |
5750 | P: Jiri Kosina | 5244 | M: Jiri Kosina <trivial@kernel.org> |
5751 | M: trivial@kernel.org | ||
5752 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5245 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
5753 | S: Maintained | 5246 | S: Maintained |
5247 | |||
5248 | TTY LAYER | ||
5249 | M: Greg Kroah-Hartman <gregkh@suse.de> | ||
5250 | S: Maintained | ||
5251 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | ||
5754 | F: drivers/char/tty_* | 5252 | F: drivers/char/tty_* |
5755 | F: drivers/serial/serial_core.c | 5253 | F: drivers/serial/serial_core.c |
5756 | F: include/linux/serial_core.h | 5254 | F: include/linux/serial_core.h |
5757 | F: include/linux/serial.h | 5255 | F: include/linux/serial.h |
5758 | F: include/linux/tty.h | 5256 | F: include/linux/tty.h |
5759 | 5257 | ||
5760 | TTY LAYER | ||
5761 | P: Alan Cox | ||
5762 | M: alan@lxorguk.ukuu.org.uk | ||
5763 | S: Maintained | ||
5764 | T: stgit http://zeniv.linux.org.uk/~alan/ttydev/ | ||
5765 | |||
5766 | TULIP NETWORK DRIVERS | 5258 | TULIP NETWORK DRIVERS |
5767 | P: Grant Grundler | 5259 | M: Grant Grundler <grundler@parisc-linux.org> |
5768 | M: grundler@parisc-linux.org | 5260 | M: Kyle McMartin <kyle@mcmartin.ca> |
5769 | P: Kyle McMartin | ||
5770 | M: kyle@mcmartin.ca | ||
5771 | L: netdev@vger.kernel.org | 5261 | L: netdev@vger.kernel.org |
5772 | S: Maintained | 5262 | S: Maintained |
5773 | F: drivers/net/tulip/ | 5263 | F: drivers/net/tulip/ |
5774 | 5264 | ||
5775 | TUN/TAP driver | 5265 | TUN/TAP driver |
5776 | P: Maxim Krasnyansky | 5266 | M: Maxim Krasnyansky <maxk@qualcomm.com> |
5777 | M: maxk@qualcomm.com | ||
5778 | L: vtun@office.satix.net | 5267 | L: vtun@office.satix.net |
5779 | W: http://vtun.sourceforge.net/tun | 5268 | W: http://vtun.sourceforge.net/tun |
5780 | S: Maintained | 5269 | S: Maintained |
@@ -5782,24 +5271,20 @@ F: Documentation/networking/tuntap.txt | |||
5782 | F: arch/um/os-Linux/drivers/ | 5271 | F: arch/um/os-Linux/drivers/ |
5783 | 5272 | ||
5784 | TURBOCHANNEL SUBSYSTEM | 5273 | TURBOCHANNEL SUBSYSTEM |
5785 | P: Maciej W. Rozycki | 5274 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
5786 | M: macro@linux-mips.org | ||
5787 | S: Maintained | 5275 | S: Maintained |
5788 | F: drivers/tc/ | 5276 | F: drivers/tc/ |
5789 | F: include/linux/tc.h | 5277 | F: include/linux/tc.h |
5790 | 5278 | ||
5791 | U14-34F SCSI DRIVER | 5279 | U14-34F SCSI DRIVER |
5792 | P: Dario Ballabio | 5280 | M: Dario Ballabio <ballabio_dario@emc.com> |
5793 | M: ballabio_dario@emc.com | ||
5794 | L: linux-scsi@vger.kernel.org | 5281 | L: linux-scsi@vger.kernel.org |
5795 | S: Maintained | 5282 | S: Maintained |
5796 | F: drivers/scsi/u14-34f.c | 5283 | F: drivers/scsi/u14-34f.c |
5797 | 5284 | ||
5798 | UBI FILE SYSTEM (UBIFS) | 5285 | UBI FILE SYSTEM (UBIFS) |
5799 | P: Artem Bityutskiy | 5286 | M: Artem Bityutskiy <dedekind@infradead.org> |
5800 | M: dedekind@infradead.org | 5287 | M: Adrian Hunter <adrian.hunter@nokia.com> |
5801 | P: Adrian Hunter | ||
5802 | M: ext-adrian.hunter@nokia.com | ||
5803 | L: linux-mtd@lists.infradead.org | 5288 | L: linux-mtd@lists.infradead.org |
5804 | T: git git://git.infradead.org/ubifs-2.6.git | 5289 | T: git git://git.infradead.org/ubifs-2.6.git |
5805 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html | 5290 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
@@ -5808,37 +5293,32 @@ F: Documentation/filesystems/ubifs.txt | |||
5808 | F: fs/ubifs/ | 5293 | F: fs/ubifs/ |
5809 | 5294 | ||
5810 | UCLINUX (AND M68KNOMMU) | 5295 | UCLINUX (AND M68KNOMMU) |
5811 | P: Greg Ungerer | 5296 | M: Greg Ungerer <gerg@uclinux.org> |
5812 | M: gerg@uclinux.org | ||
5813 | W: http://www.uclinux.org/ | 5297 | W: http://www.uclinux.org/ |
5814 | L: uclinux-dev@uclinux.org (subscribers-only) | 5298 | L: uclinux-dev@uclinux.org (subscribers-only) |
5815 | S: Maintained | 5299 | S: Maintained |
5816 | F: arch/m68knommu/ | 5300 | F: arch/m68knommu/ |
5817 | 5301 | ||
5818 | UCLINUX FOR RENESAS H8/300 (H8300) | 5302 | UCLINUX FOR RENESAS H8/300 (H8300) |
5819 | P: Yoshinori Sato | 5303 | M: Yoshinori Sato <ysato@users.sourceforge.jp> |
5820 | M: ysato@users.sourceforge.jp | ||
5821 | W: http://uclinux-h8.sourceforge.jp/ | 5304 | W: http://uclinux-h8.sourceforge.jp/ |
5822 | S: Supported | 5305 | S: Supported |
5823 | 5306 | ||
5824 | UDF FILESYSTEM | 5307 | UDF FILESYSTEM |
5825 | P: Jan Kara | 5308 | M: Jan Kara <jack@suse.cz> |
5826 | M: jack@suse.cz | ||
5827 | W: http://linux-udf.sourceforge.net | 5309 | W: http://linux-udf.sourceforge.net |
5828 | S: Maintained | 5310 | S: Maintained |
5829 | F: Documentation/filesystems/udf.txt | 5311 | F: Documentation/filesystems/udf.txt |
5830 | F: fs/udf/ | 5312 | F: fs/udf/ |
5831 | 5313 | ||
5832 | UFS FILESYSTEM | 5314 | UFS FILESYSTEM |
5833 | P: Evgeniy Dushistov | 5315 | M: Evgeniy Dushistov <dushistov@mail.ru> |
5834 | M: dushistov@mail.ru | ||
5835 | S: Maintained | 5316 | S: Maintained |
5836 | F: Documentation/filesystems/ufs.txt | 5317 | F: Documentation/filesystems/ufs.txt |
5837 | F: fs/ufs/ | 5318 | F: fs/ufs/ |
5838 | 5319 | ||
5839 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: | 5320 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
5840 | P: David Vrabel | 5321 | M: David Vrabel <david.vrabel@csr.com> |
5841 | M: david.vrabel@csr.com | ||
5842 | L: linux-usb@vger.kernel.org | 5322 | L: linux-usb@vger.kernel.org |
5843 | S: Supported | 5323 | S: Supported |
5844 | F: drivers/uwb/* | 5324 | F: drivers/uwb/* |
@@ -5846,8 +5326,7 @@ F: include/linux/uwb.h | |||
5846 | F: include/linux/uwb/ | 5326 | F: include/linux/uwb/ |
5847 | 5327 | ||
5848 | UNIFORM CDROM DRIVER | 5328 | UNIFORM CDROM DRIVER |
5849 | P: Jens Axboe | 5329 | M: Jens Axboe <axboe@kernel.dk> |
5850 | M: axboe@kernel.dk | ||
5851 | W: http://www.kernel.dk | 5330 | W: http://www.kernel.dk |
5852 | S: Maintained | 5331 | S: Maintained |
5853 | F: Documentation/cdrom/ | 5332 | F: Documentation/cdrom/ |
@@ -5855,8 +5334,7 @@ F: drivers/cdrom/cdrom.c | |||
5855 | F: include/linux/cdrom.h | 5334 | F: include/linux/cdrom.h |
5856 | 5335 | ||
5857 | UNSORTED BLOCK IMAGES (UBI) | 5336 | UNSORTED BLOCK IMAGES (UBI) |
5858 | P: Artem Bityutskiy | 5337 | M: Artem Bityutskiy <dedekind@infradead.org> |
5859 | M: dedekind@infradead.org | ||
5860 | W: http://www.linux-mtd.infradead.org/ | 5338 | W: http://www.linux-mtd.infradead.org/ |
5861 | L: linux-mtd@lists.infradead.org | 5339 | L: linux-mtd@lists.infradead.org |
5862 | T: git git://git.infradead.org/ubi-2.6.git | 5340 | T: git git://git.infradead.org/ubi-2.6.git |
@@ -5866,23 +5344,20 @@ F: include/linux/mtd/ubi.h | |||
5866 | F: include/mtd/ubi-user.h | 5344 | F: include/mtd/ubi-user.h |
5867 | 5345 | ||
5868 | USB ACM DRIVER | 5346 | USB ACM DRIVER |
5869 | P: Oliver Neukum | 5347 | M: Oliver Neukum <oliver@neukum.name> |
5870 | M: oliver@neukum.name | ||
5871 | L: linux-usb@vger.kernel.org | 5348 | L: linux-usb@vger.kernel.org |
5872 | S: Maintained | 5349 | S: Maintained |
5873 | F: Documentation/usb/acm.txt | 5350 | F: Documentation/usb/acm.txt |
5874 | F: drivers/usb/class/cdc-acm.* | 5351 | F: drivers/usb/class/cdc-acm.* |
5875 | 5352 | ||
5876 | USB BLOCK DRIVER (UB ub) | 5353 | USB BLOCK DRIVER (UB ub) |
5877 | P: Pete Zaitcev | 5354 | M: Pete Zaitcev <zaitcev@redhat.com> |
5878 | M: zaitcev@redhat.com | ||
5879 | L: linux-usb@vger.kernel.org | 5355 | L: linux-usb@vger.kernel.org |
5880 | S: Supported | 5356 | S: Supported |
5881 | F: drivers/block/ub.c | 5357 | F: drivers/block/ub.c |
5882 | 5358 | ||
5883 | USB CDC ETHERNET DRIVER | 5359 | USB CDC ETHERNET DRIVER |
5884 | P: Greg Kroah-Hartman | 5360 | M: Greg Kroah-Hartman <greg@kroah.com> |
5885 | M: greg@kroah.com | ||
5886 | L: linux-usb@vger.kernel.org | 5361 | L: linux-usb@vger.kernel.org |
5887 | S: Maintained | 5362 | S: Maintained |
5888 | W: http://www.kroah.com/linux-usb/ | 5363 | W: http://www.kroah.com/linux-usb/ |
@@ -5890,39 +5365,34 @@ F: drivers/net/usb/cdc_*.c | |||
5890 | F: include/linux/usb/cdc.h | 5365 | F: include/linux/usb/cdc.h |
5891 | 5366 | ||
5892 | USB CYPRESS C67X00 DRIVER | 5367 | USB CYPRESS C67X00 DRIVER |
5893 | P: Peter Korsgaard | 5368 | M: Peter Korsgaard <jacmet@sunsite.dk> |
5894 | M: jacmet@sunsite.dk | ||
5895 | L: linux-usb@vger.kernel.org | 5369 | L: linux-usb@vger.kernel.org |
5896 | S: Maintained | 5370 | S: Maintained |
5897 | F: drivers/usb/c67x00/ | 5371 | F: drivers/usb/c67x00/ |
5898 | 5372 | ||
5899 | USB DAVICOM DM9601 DRIVER | 5373 | USB DAVICOM DM9601 DRIVER |
5900 | P: Peter Korsgaard | 5374 | M: Peter Korsgaard <jacmet@sunsite.dk> |
5901 | M: jacmet@sunsite.dk | ||
5902 | L: netdev@vger.kernel.org | 5375 | L: netdev@vger.kernel.org |
5903 | W: http://www.linux-usb.org/usbnet | 5376 | W: http://www.linux-usb.org/usbnet |
5904 | S: Maintained | 5377 | S: Maintained |
5905 | F: drivers/net/usb/dm9601.c | 5378 | F: drivers/net/usb/dm9601.c |
5906 | 5379 | ||
5907 | USB DIAMOND RIO500 DRIVER | 5380 | USB DIAMOND RIO500 DRIVER |
5908 | P: Cesar Miquel | 5381 | M: Cesar Miquel <miquel@df.uba.ar> |
5909 | M: miquel@df.uba.ar | ||
5910 | L: rio500-users@lists.sourceforge.net | 5382 | L: rio500-users@lists.sourceforge.net |
5911 | W: http://rio500.sourceforge.net | 5383 | W: http://rio500.sourceforge.net |
5912 | S: Maintained | 5384 | S: Maintained |
5913 | F: drivers/usb/misc/rio500* | 5385 | F: drivers/usb/misc/rio500* |
5914 | 5386 | ||
5915 | USB EHCI DRIVER | 5387 | USB EHCI DRIVER |
5916 | P: David Brownell | 5388 | M: David Brownell <dbrownell@users.sourceforge.net> |
5917 | M: dbrownell@users.sourceforge.net | ||
5918 | L: linux-usb@vger.kernel.org | 5389 | L: linux-usb@vger.kernel.org |
5919 | S: Odd Fixes | 5390 | S: Odd Fixes |
5920 | F: Documentation/usb/ehci.txt | 5391 | F: Documentation/usb/ehci.txt |
5921 | F: drivers/usb/host/ehci* | 5392 | F: drivers/usb/host/ehci* |
5922 | 5393 | ||
5923 | USB ET61X[12]51 DRIVER | 5394 | USB ET61X[12]51 DRIVER |
5924 | P: Luca Risolia | 5395 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
5925 | M: luca.risolia@studio.unibo.it | ||
5926 | L: linux-usb@vger.kernel.org | 5396 | L: linux-usb@vger.kernel.org |
5927 | L: linux-media@vger.kernel.org | 5397 | L: linux-media@vger.kernel.org |
5928 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5398 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -5931,8 +5401,7 @@ S: Maintained | |||
5931 | F: drivers/media/video/et61x251/ | 5401 | F: drivers/media/video/et61x251/ |
5932 | 5402 | ||
5933 | USB GADGET/PERIPHERAL SUBSYSTEM | 5403 | USB GADGET/PERIPHERAL SUBSYSTEM |
5934 | P: David Brownell | 5404 | M: David Brownell <dbrownell@users.sourceforge.net> |
5935 | M: dbrownell@users.sourceforge.net | ||
5936 | L: linux-usb@vger.kernel.org | 5405 | L: linux-usb@vger.kernel.org |
5937 | W: http://www.linux-usb.org/gadget | 5406 | W: http://www.linux-usb.org/gadget |
5938 | S: Maintained | 5407 | S: Maintained |
@@ -5940,8 +5409,7 @@ F: drivers/usb/gadget/ | |||
5940 | F: include/linux/usb/gadget* | 5409 | F: include/linux/usb/gadget* |
5941 | 5410 | ||
5942 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) | 5411 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
5943 | P: Jiri Kosina | 5412 | M: Jiri Kosina <jkosina@suse.cz> |
5944 | M: jkosina@suse.cz | ||
5945 | L: linux-usb@vger.kernel.org | 5413 | L: linux-usb@vger.kernel.org |
5946 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git | 5414 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
5947 | S: Maintained | 5415 | S: Maintained |
@@ -5949,23 +5417,20 @@ F: Documentation/usb/hiddev.txt | |||
5949 | F: drivers/hid/usbhid/ | 5417 | F: drivers/hid/usbhid/ |
5950 | 5418 | ||
5951 | USB ISP116X DRIVER | 5419 | USB ISP116X DRIVER |
5952 | P: Olav Kongas | 5420 | M: Olav Kongas <ok@artecdesign.ee> |
5953 | M: ok@artecdesign.ee | ||
5954 | L: linux-usb@vger.kernel.org | 5421 | L: linux-usb@vger.kernel.org |
5955 | S: Maintained | 5422 | S: Maintained |
5956 | F: drivers/usb/host/isp116x* | 5423 | F: drivers/usb/host/isp116x* |
5957 | F: include/linux/usb/isp116x.h | 5424 | F: include/linux/usb/isp116x.h |
5958 | 5425 | ||
5959 | USB KAWASAKI LSI DRIVER | 5426 | USB KAWASAKI LSI DRIVER |
5960 | P: Oliver Neukum | 5427 | M: Oliver Neukum <oliver@neukum.name> |
5961 | M: oliver@neukum.name | ||
5962 | L: linux-usb@vger.kernel.org | 5428 | L: linux-usb@vger.kernel.org |
5963 | S: Maintained | 5429 | S: Maintained |
5964 | F: drivers/usb/serial/kl5kusb105.* | 5430 | F: drivers/usb/serial/kl5kusb105.* |
5965 | 5431 | ||
5966 | USB MASS STORAGE DRIVER | 5432 | USB MASS STORAGE DRIVER |
5967 | P: Matthew Dharm | 5433 | M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> |
5968 | M: mdharm-usb@one-eyed-alien.net | ||
5969 | L: linux-usb@vger.kernel.org | 5434 | L: linux-usb@vger.kernel.org |
5970 | L: usb-storage@lists.one-eyed-alien.net | 5435 | L: usb-storage@lists.one-eyed-alien.net |
5971 | S: Maintained | 5436 | S: Maintained |
@@ -5973,31 +5438,27 @@ W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | |||
5973 | F: drivers/usb/storage/ | 5438 | F: drivers/usb/storage/ |
5974 | 5439 | ||
5975 | USB OHCI DRIVER | 5440 | USB OHCI DRIVER |
5976 | P: David Brownell | 5441 | M: David Brownell <dbrownell@users.sourceforge.net> |
5977 | M: dbrownell@users.sourceforge.net | ||
5978 | L: linux-usb@vger.kernel.org | 5442 | L: linux-usb@vger.kernel.org |
5979 | S: Odd Fixes | 5443 | S: Odd Fixes |
5980 | F: Documentation/usb/ohci.txt | 5444 | F: Documentation/usb/ohci.txt |
5981 | F: drivers/usb/host/ohci* | 5445 | F: drivers/usb/host/ohci* |
5982 | 5446 | ||
5983 | USB OPTION-CARD DRIVER | 5447 | USB OPTION-CARD DRIVER |
5984 | P: Matthias Urlichs | 5448 | M: Matthias Urlichs <smurf@smurf.noris.de> |
5985 | M: smurf@smurf.noris.de | ||
5986 | L: linux-usb@vger.kernel.org | 5449 | L: linux-usb@vger.kernel.org |
5987 | S: Maintained | 5450 | S: Maintained |
5988 | F: drivers/usb/serial/option.c | 5451 | F: drivers/usb/serial/option.c |
5989 | 5452 | ||
5990 | USB OV511 DRIVER | 5453 | USB OV511 DRIVER |
5991 | P: Mark McClelland | 5454 | M: Mark McClelland <mmcclell@bigfoot.com> |
5992 | M: mmcclell@bigfoot.com | ||
5993 | L: linux-usb@vger.kernel.org | 5455 | L: linux-usb@vger.kernel.org |
5994 | W: http://alpha.dyndns.org/ov511/ | 5456 | W: http://alpha.dyndns.org/ov511/ |
5995 | S: Maintained | 5457 | S: Maintained |
5996 | F: drivers/media/video/ov511.* | 5458 | F: drivers/media/video/ov511.* |
5997 | 5459 | ||
5998 | USB PEGASUS DRIVER | 5460 | USB PEGASUS DRIVER |
5999 | P: Petko Manolov | 5461 | M: Petko Manolov <petkan@users.sourceforge.net> |
6000 | M: petkan@users.sourceforge.net | ||
6001 | L: linux-usb@vger.kernel.org | 5462 | L: linux-usb@vger.kernel.org |
6002 | L: netdev@vger.kernel.org | 5463 | L: netdev@vger.kernel.org |
6003 | W: http://pegasus2.sourceforge.net/ | 5464 | W: http://pegasus2.sourceforge.net/ |
@@ -6005,15 +5466,13 @@ S: Maintained | |||
6005 | F: drivers/net/usb/pegasus.* | 5466 | F: drivers/net/usb/pegasus.* |
6006 | 5467 | ||
6007 | USB PRINTER DRIVER (usblp) | 5468 | USB PRINTER DRIVER (usblp) |
6008 | P: Pete Zaitcev | 5469 | M: Pete Zaitcev <zaitcev@redhat.com> |
6009 | M: zaitcev@redhat.com | ||
6010 | L: linux-usb@vger.kernel.org | 5470 | L: linux-usb@vger.kernel.org |
6011 | S: Supported | 5471 | S: Supported |
6012 | F: drivers/usb/class/usblp.c | 5472 | F: drivers/usb/class/usblp.c |
6013 | 5473 | ||
6014 | USB RTL8150 DRIVER | 5474 | USB RTL8150 DRIVER |
6015 | P: Petko Manolov | 5475 | M: Petko Manolov <petkan@users.sourceforge.net> |
6016 | M: petkan@users.sourceforge.net | ||
6017 | L: linux-usb@vger.kernel.org | 5476 | L: linux-usb@vger.kernel.org |
6018 | L: netdev@vger.kernel.org | 5477 | L: netdev@vger.kernel.org |
6019 | W: http://pegasus2.sourceforge.net/ | 5478 | W: http://pegasus2.sourceforge.net/ |
@@ -6021,8 +5480,7 @@ S: Maintained | |||
6021 | F: drivers/net/usb/rtl8150.c | 5480 | F: drivers/net/usb/rtl8150.c |
6022 | 5481 | ||
6023 | USB SE401 DRIVER | 5482 | USB SE401 DRIVER |
6024 | P: Jeroen Vreeken | 5483 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
6025 | M: pe1rxq@amsat.org | ||
6026 | L: linux-usb@vger.kernel.org | 5484 | L: linux-usb@vger.kernel.org |
6027 | W: http://www.chello.nl/~j.vreeken/se401/ | 5485 | W: http://www.chello.nl/~j.vreeken/se401/ |
6028 | S: Maintained | 5486 | S: Maintained |
@@ -6030,15 +5488,13 @@ F: Documentation/video4linux/se401.txt | |||
6030 | F: drivers/media/video/se401.* | 5488 | F: drivers/media/video/se401.* |
6031 | 5489 | ||
6032 | USB SERIAL BELKIN F5U103 DRIVER | 5490 | USB SERIAL BELKIN F5U103 DRIVER |
6033 | P: William Greathouse | 5491 | M: William Greathouse <wgreathouse@smva.com> |
6034 | M: wgreathouse@smva.com | ||
6035 | L: linux-usb@vger.kernel.org | 5492 | L: linux-usb@vger.kernel.org |
6036 | S: Maintained | 5493 | S: Maintained |
6037 | F: drivers/usb/serial/belkin_sa.* | 5494 | F: drivers/usb/serial/belkin_sa.* |
6038 | 5495 | ||
6039 | USB SERIAL CYPRESS M8 DRIVER | 5496 | USB SERIAL CYPRESS M8 DRIVER |
6040 | P: Lonnie Mendez | 5497 | M: Lonnie Mendez <dignome@gmail.com> |
6041 | M: dignome@gmail.com | ||
6042 | L: linux-usb@vger.kernel.org | 5498 | L: linux-usb@vger.kernel.org |
6043 | S: Maintained | 5499 | S: Maintained |
6044 | W: http://geocities.com/i0xox0i | 5500 | W: http://geocities.com/i0xox0i |
@@ -6046,23 +5502,20 @@ W: http://firstlight.net/cvs | |||
6046 | F: drivers/usb/serial/cypress_m8.* | 5502 | F: drivers/usb/serial/cypress_m8.* |
6047 | 5503 | ||
6048 | USB SERIAL CYBERJACK DRIVER | 5504 | USB SERIAL CYBERJACK DRIVER |
6049 | P: Matthias Bruestle and Harald Welte | 5505 | M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> |
6050 | M: support@reiner-sct.com | ||
6051 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php | 5506 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
6052 | S: Maintained | 5507 | S: Maintained |
6053 | F: drivers/usb/serial/cyberjack.c | 5508 | F: drivers/usb/serial/cyberjack.c |
6054 | 5509 | ||
6055 | USB SERIAL DIGI ACCELEPORT DRIVER | 5510 | USB SERIAL DIGI ACCELEPORT DRIVER |
6056 | P: Peter Berger and Al Borchers | 5511 | M: Peter Berger <pberger@brimson.com> |
6057 | M: pberger@brimson.com | 5512 | M: Al Borchers <alborchers@steinerpoint.com> |
6058 | M: alborchers@steinerpoint.com | ||
6059 | L: linux-usb@vger.kernel.org | 5513 | L: linux-usb@vger.kernel.org |
6060 | S: Maintained | 5514 | S: Maintained |
6061 | F: drivers/usb/serial/digi_acceleport.c | 5515 | F: drivers/usb/serial/digi_acceleport.c |
6062 | 5516 | ||
6063 | USB SERIAL DRIVER | 5517 | USB SERIAL DRIVER |
6064 | P: Greg Kroah-Hartman | 5518 | M: Greg Kroah-Hartman <gregkh@suse.de> |
6065 | M: gregkh@suse.de | ||
6066 | L: linux-usb@vger.kernel.org | 5519 | L: linux-usb@vger.kernel.org |
6067 | S: Supported | 5520 | S: Supported |
6068 | F: Documentation/usb/usb-serial.txt | 5521 | F: Documentation/usb/usb-serial.txt |
@@ -6071,38 +5524,33 @@ F: drivers/usb/serial/usb-serial.c | |||
6071 | F: include/linux/usb/serial.h | 5524 | F: include/linux/usb/serial.h |
6072 | 5525 | ||
6073 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER | 5526 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
6074 | P: Gary Brubaker | 5527 | M: Gary Brubaker <xavyer@ix.netcom.com> |
6075 | M: xavyer@ix.netcom.com | ||
6076 | L: linux-usb@vger.kernel.org | 5528 | L: linux-usb@vger.kernel.org |
6077 | S: Maintained | 5529 | S: Maintained |
6078 | F: drivers/usb/serial/empeg.c | 5530 | F: drivers/usb/serial/empeg.c |
6079 | 5531 | ||
6080 | USB SERIAL KEYSPAN DRIVER | 5532 | USB SERIAL KEYSPAN DRIVER |
6081 | P: Greg Kroah-Hartman | 5533 | M: Greg Kroah-Hartman <greg@kroah.com> |
6082 | M: greg@kroah.com | ||
6083 | L: linux-usb@vger.kernel.org | 5534 | L: linux-usb@vger.kernel.org |
6084 | W: http://www.kroah.com/linux/ | 5535 | W: http://www.kroah.com/linux/ |
6085 | S: Maintained | 5536 | S: Maintained |
6086 | F: drivers/usb/serial/*keyspan* | 5537 | F: drivers/usb/serial/*keyspan* |
6087 | 5538 | ||
6088 | USB SERIAL WHITEHEAT DRIVER | 5539 | USB SERIAL WHITEHEAT DRIVER |
6089 | P: Support Department | 5540 | M: Support Department <support@connecttech.com> |
6090 | M: support@connecttech.com | ||
6091 | L: linux-usb@vger.kernel.org | 5541 | L: linux-usb@vger.kernel.org |
6092 | W: http://www.connecttech.com | 5542 | W: http://www.connecttech.com |
6093 | S: Supported | 5543 | S: Supported |
6094 | F: drivers/usb/serial/whiteheat* | 5544 | F: drivers/usb/serial/whiteheat* |
6095 | 5545 | ||
6096 | USB SMSC95XX ETHERNET DRIVER | 5546 | USB SMSC95XX ETHERNET DRIVER |
6097 | P: Steve Glendinning | 5547 | M: Steve Glendinning <steve.glendinning@smsc.com> |
6098 | M: steve.glendinning@smsc.com | ||
6099 | L: netdev@vger.kernel.org | 5548 | L: netdev@vger.kernel.org |
6100 | S: Supported | 5549 | S: Supported |
6101 | F: drivers/net/usb/smsc95xx.* | 5550 | F: drivers/net/usb/smsc95xx.* |
6102 | 5551 | ||
6103 | USB SN9C1xx DRIVER | 5552 | USB SN9C1xx DRIVER |
6104 | P: Luca Risolia | 5553 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
6105 | M: luca.risolia@studio.unibo.it | ||
6106 | L: linux-usb@vger.kernel.org | 5554 | L: linux-usb@vger.kernel.org |
6107 | L: linux-media@vger.kernel.org | 5555 | L: linux-media@vger.kernel.org |
6108 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5556 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -6112,8 +5560,7 @@ F: Documentation/video4linux/sn9c102.txt | |||
6112 | F: drivers/media/video/sn9c102/ | 5560 | F: drivers/media/video/sn9c102/ |
6113 | 5561 | ||
6114 | USB SUBSYSTEM | 5562 | USB SUBSYSTEM |
6115 | P: Greg Kroah-Hartman | 5563 | M: Greg Kroah-Hartman <gregkh@suse.de> |
6116 | M: gregkh@suse.de | ||
6117 | L: linux-usb@vger.kernel.org | 5564 | L: linux-usb@vger.kernel.org |
6118 | W: http://www.linux-usb.org | 5565 | W: http://www.linux-usb.org |
6119 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 5566 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
@@ -6125,15 +5572,13 @@ F: include/linux/usb.h | |||
6125 | F: include/linux/usb/ | 5572 | F: include/linux/usb/ |
6126 | 5573 | ||
6127 | USB UHCI DRIVER | 5574 | USB UHCI DRIVER |
6128 | P: Alan Stern | 5575 | M: Alan Stern <stern@rowland.harvard.edu> |
6129 | M: stern@rowland.harvard.edu | ||
6130 | L: linux-usb@vger.kernel.org | 5576 | L: linux-usb@vger.kernel.org |
6131 | S: Maintained | 5577 | S: Maintained |
6132 | F: drivers/usb/host/uhci* | 5578 | F: drivers/usb/host/uhci* |
6133 | 5579 | ||
6134 | USB "USBNET" DRIVER FRAMEWORK | 5580 | USB "USBNET" DRIVER FRAMEWORK |
6135 | P: David Brownell | 5581 | M: David Brownell <dbrownell@users.sourceforge.net> |
6136 | M: dbrownell@users.sourceforge.net | ||
6137 | L: netdev@vger.kernel.org | 5582 | L: netdev@vger.kernel.org |
6138 | W: http://www.linux-usb.org/usbnet | 5583 | W: http://www.linux-usb.org/usbnet |
6139 | S: Maintained | 5584 | S: Maintained |
@@ -6141,8 +5586,7 @@ F: drivers/net/usb/usbnet.c | |||
6141 | F: include/linux/usb/usbnet.h | 5586 | F: include/linux/usb/usbnet.h |
6142 | 5587 | ||
6143 | USB VIDEO CLASS | 5588 | USB VIDEO CLASS |
6144 | P: Laurent Pinchart | 5589 | M: Laurent Pinchart <laurent.pinchart@skynet.be> |
6145 | M: laurent.pinchart@skynet.be | ||
6146 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) | 5590 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) |
6147 | L: linux-media@vger.kernel.org | 5591 | L: linux-media@vger.kernel.org |
6148 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5592 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -6151,8 +5595,7 @@ S: Maintained | |||
6151 | F: drivers/media/video/uvc/ | 5595 | F: drivers/media/video/uvc/ |
6152 | 5596 | ||
6153 | USB W996[87]CF DRIVER | 5597 | USB W996[87]CF DRIVER |
6154 | P: Luca Risolia | 5598 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
6155 | M: luca.risolia@studio.unibo.it | ||
6156 | L: linux-usb@vger.kernel.org | 5599 | L: linux-usb@vger.kernel.org |
6157 | L: linux-media@vger.kernel.org | 5600 | L: linux-media@vger.kernel.org |
6158 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5601 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -6162,21 +5605,18 @@ F: Documentation/video4linux/w9968cf.txt | |||
6162 | F: drivers/media/video/w996* | 5605 | F: drivers/media/video/w996* |
6163 | 5606 | ||
6164 | USB WIRELESS RNDIS DRIVER (rndis_wlan) | 5607 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
6165 | P: Jussi Kivilinna | 5608 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> |
6166 | M: jussi.kivilinna@mbnet.fi | ||
6167 | L: linux-wireless@vger.kernel.org | 5609 | L: linux-wireless@vger.kernel.org |
6168 | S: Maintained | 5610 | S: Maintained |
6169 | F: drivers/net/wireless/rndis_wlan.c | 5611 | F: drivers/net/wireless/rndis_wlan.c |
6170 | 5612 | ||
6171 | USB XHCI DRIVER | 5613 | USB XHCI DRIVER |
6172 | P: Sarah Sharp | 5614 | M: Sarah Sharp <sarah.a.sharp@intel.com> |
6173 | M: sarah.a.sharp@intel.com | ||
6174 | L: linux-usb@vger.kernel.org | 5615 | L: linux-usb@vger.kernel.org |
6175 | S: Supported | 5616 | S: Supported |
6176 | 5617 | ||
6177 | USB ZC0301 DRIVER | 5618 | USB ZC0301 DRIVER |
6178 | P: Luca Risolia | 5619 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
6179 | M: luca.risolia@studio.unibo.it | ||
6180 | L: linux-usb@vger.kernel.org | 5620 | L: linux-usb@vger.kernel.org |
6181 | L: linux-media@vger.kernel.org | 5621 | L: linux-media@vger.kernel.org |
6182 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5622 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -6186,16 +5626,14 @@ F: Documentation/video4linux/zc0301.txt | |||
6186 | F: drivers/media/video/zc0301/ | 5626 | F: drivers/media/video/zc0301/ |
6187 | 5627 | ||
6188 | USB ZD1201 DRIVER | 5628 | USB ZD1201 DRIVER |
6189 | P: Jeroen Vreeken | 5629 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
6190 | M: pe1rxq@amsat.org | ||
6191 | L: linux-usb@vger.kernel.org | 5630 | L: linux-usb@vger.kernel.org |
6192 | W: http://linux-lc100020.sourceforge.net | 5631 | W: http://linux-lc100020.sourceforge.net |
6193 | S: Maintained | 5632 | S: Maintained |
6194 | F: drivers/net/wireless/zd1201.* | 5633 | F: drivers/net/wireless/zd1201.* |
6195 | 5634 | ||
6196 | USB ZR364XX DRIVER | 5635 | USB ZR364XX DRIVER |
6197 | P: Antoine Jacquet | 5636 | M: Antoine Jacquet <royale@zerezo.com> |
6198 | M: royale@zerezo.com | ||
6199 | L: linux-usb@vger.kernel.org | 5637 | L: linux-usb@vger.kernel.org |
6200 | L: linux-media@vger.kernel.org | 5638 | L: linux-media@vger.kernel.org |
6201 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5639 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
@@ -6205,8 +5643,7 @@ F: Documentation/video4linux/zr364xx.txt | |||
6205 | F: drivers/media/video/zr364xx.c | 5643 | F: drivers/media/video/zr364xx.c |
6206 | 5644 | ||
6207 | USER-MODE LINUX (UML) | 5645 | USER-MODE LINUX (UML) |
6208 | P: Jeff Dike | 5646 | M: Jeff Dike <jdike@addtoit.com> |
6209 | M: jdike@addtoit.com | ||
6210 | L: user-mode-linux-devel@lists.sourceforge.net | 5647 | L: user-mode-linux-devel@lists.sourceforge.net |
6211 | L: user-mode-linux-user@lists.sourceforge.net | 5648 | L: user-mode-linux-user@lists.sourceforge.net |
6212 | W: http://user-mode-linux.sourceforge.net | 5649 | W: http://user-mode-linux.sourceforge.net |
@@ -6217,80 +5654,67 @@ F: fs/hostfs/ | |||
6217 | F: fs/hppfs/ | 5654 | F: fs/hppfs/ |
6218 | 5655 | ||
6219 | USERSPACE I/O (UIO) | 5656 | USERSPACE I/O (UIO) |
6220 | P: Hans J. Koch | 5657 | M: "Hans J. Koch" <hjk@linutronix.de> |
6221 | M: hjk@linutronix.de | 5658 | M: Greg Kroah-Hartman <gregkh@suse.de> |
6222 | P: Greg Kroah-Hartman | ||
6223 | M: gregkh@suse.de | ||
6224 | S: Maintained | 5659 | S: Maintained |
6225 | F: Documentation/DocBook/uio-howto.tmpl | 5660 | F: Documentation/DocBook/uio-howto.tmpl |
6226 | F: drivers/uio/ | 5661 | F: drivers/uio/ |
6227 | F: include/linux/uio*.h | 5662 | F: include/linux/uio*.h |
6228 | 5663 | ||
6229 | UTIL-LINUX-NG PACKAGE | 5664 | UTIL-LINUX-NG PACKAGE |
6230 | P: Karel Zak | 5665 | M: Karel Zak <kzak@redhat.com> |
6231 | M: kzak@redhat.com | ||
6232 | L: util-linux-ng@vger.kernel.org | 5666 | L: util-linux-ng@vger.kernel.org |
6233 | W: http://kernel.org/~kzak/util-linux-ng/ | 5667 | W: http://kernel.org/~kzak/util-linux-ng/ |
6234 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git | 5668 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git |
6235 | S: Maintained | 5669 | S: Maintained |
6236 | 5670 | ||
6237 | UVESAFB DRIVER | 5671 | UVESAFB DRIVER |
6238 | P: Michal Januszewski | 5672 | M: Michal Januszewski <spock@gentoo.org> |
6239 | M: spock@gentoo.org | 5673 | L: linux-fbdev@vger.kernel.org |
6240 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
6241 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | 5674 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
6242 | S: Maintained | 5675 | S: Maintained |
6243 | F: Documentation/fb/uvesafb.txt | 5676 | F: Documentation/fb/uvesafb.txt |
6244 | F: drivers/video/uvesafb.* | 5677 | F: drivers/video/uvesafb.* |
6245 | 5678 | ||
6246 | VFAT/FAT/MSDOS FILESYSTEM | 5679 | VFAT/FAT/MSDOS FILESYSTEM |
6247 | P: OGAWA Hirofumi | 5680 | M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> |
6248 | M: hirofumi@mail.parknet.co.jp | ||
6249 | S: Maintained | 5681 | S: Maintained |
6250 | F: Documentation/filesystems/vfat.txt | 5682 | F: Documentation/filesystems/vfat.txt |
6251 | F: fs/fat/ | 5683 | F: fs/fat/ |
6252 | 5684 | ||
6253 | VIA RHINE NETWORK DRIVER | 5685 | VIA RHINE NETWORK DRIVER |
6254 | P: Roger Luethi | 5686 | M: Roger Luethi <rl@hellgate.ch> |
6255 | M: rl@hellgate.ch | ||
6256 | S: Maintained | 5687 | S: Maintained |
6257 | F: drivers/net/via-rhine.c | 5688 | F: drivers/net/via-rhine.c |
6258 | 5689 | ||
6259 | VIAPRO SMBUS DRIVER | 5690 | VIAPRO SMBUS DRIVER |
6260 | P: Jean Delvare | 5691 | M: Jean Delvare <khali@linux-fr.org> |
6261 | M: khali@linux-fr.org | ||
6262 | L: linux-i2c@vger.kernel.org | 5692 | L: linux-i2c@vger.kernel.org |
6263 | S: Maintained | 5693 | S: Maintained |
6264 | F: Documentation/i2c/busses/i2c-viapro | 5694 | F: Documentation/i2c/busses/i2c-viapro |
6265 | F: drivers/i2c/busses/i2c-viapro.c | 5695 | F: drivers/i2c/busses/i2c-viapro.c |
6266 | 5696 | ||
6267 | VIA SD/MMC CARD CONTROLLER DRIVER | 5697 | VIA SD/MMC CARD CONTROLLER DRIVER |
6268 | P: Joseph Chan | 5698 | M: Joseph Chan <JosephChan@via.com.tw> |
6269 | M: JosephChan@via.com.tw | 5699 | M: Harald Welte <HaraldWelte@viatech.com> |
6270 | P: Harald Welte | ||
6271 | M: HaraldWelte@viatech.com | ||
6272 | S: Maintained | 5700 | S: Maintained |
6273 | F: drivers/mmc/host/via-sdmmc.c | 5701 | F: drivers/mmc/host/via-sdmmc.c |
6274 | 5702 | ||
6275 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER | 5703 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
6276 | P: Joseph Chan | 5704 | M: Joseph Chan <JosephChan@via.com.tw> |
6277 | M: JosephChan@via.com.tw | 5705 | M: Scott Fang <ScottFang@viatech.com.cn> |
6278 | P: Scott Fang | 5706 | L: linux-fbdev@vger.kernel.org |
6279 | M: ScottFang@viatech.com.cn | ||
6280 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
6281 | S: Maintained | 5707 | S: Maintained |
6282 | F: drivers/video/via/ | 5708 | F: drivers/video/via/ |
6283 | 5709 | ||
6284 | VIA VELOCITY NETWORK DRIVER | 5710 | VIA VELOCITY NETWORK DRIVER |
6285 | P: Francois Romieu | 5711 | M: Francois Romieu <romieu@fr.zoreil.com> |
6286 | M: romieu@fr.zoreil.com | ||
6287 | L: netdev@vger.kernel.org | 5712 | L: netdev@vger.kernel.org |
6288 | S: Maintained | 5713 | S: Maintained |
6289 | F: drivers/net/via-velocity.* | 5714 | F: drivers/net/via-velocity.* |
6290 | 5715 | ||
6291 | VLAN (802.1Q) | 5716 | VLAN (802.1Q) |
6292 | P: Patrick McHardy | 5717 | M: Patrick McHardy <kaber@trash.net> |
6293 | M: kaber@trash.net | ||
6294 | L: netdev@vger.kernel.org | 5718 | L: netdev@vger.kernel.org |
6295 | S: Maintained | 5719 | S: Maintained |
6296 | F: drivers/net/macvlan.c | 5720 | F: drivers/net/macvlan.c |
@@ -6298,18 +5722,22 @@ F: include/linux/if_*vlan.h | |||
6298 | F: net/8021q/ | 5722 | F: net/8021q/ |
6299 | 5723 | ||
6300 | VLYNQ BUS | 5724 | VLYNQ BUS |
6301 | P: Florian Fainelli | 5725 | M: Florian Fainelli <florian@openwrt.org> |
6302 | M: florian@openwrt.org | ||
6303 | L: openwrt-devel@lists.openwrt.org | 5726 | L: openwrt-devel@lists.openwrt.org |
6304 | S: Maintained | 5727 | S: Maintained |
6305 | F: drivers/vlynq/vlynq.c | 5728 | F: drivers/vlynq/vlynq.c |
6306 | F: include/linux/vlynq.h | 5729 | F: include/linux/vlynq.h |
6307 | 5730 | ||
5731 | VMWARE VMXNET3 ETHERNET DRIVER | ||
5732 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | ||
5733 | M: "VMware, Inc." <pv-drivers@vmware.com> | ||
5734 | L: netdev@vger.kernel.org | ||
5735 | S: Maintained | ||
5736 | F: drivers/net/vmxnet3/ | ||
5737 | |||
6308 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5738 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
6309 | P: Liam Girdwood | 5739 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
6310 | M: lrg@slimlogic.co.uk | 5740 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
6311 | P: Mark Brown | ||
6312 | M: broonie@opensource.wolfsonmicro.com | ||
6313 | W: http://opensource.wolfsonmicro.com/node/15 | 5741 | W: http://opensource.wolfsonmicro.com/node/15 |
6314 | W: http://www.slimlogic.co.uk/?p=48 | 5742 | W: http://www.slimlogic.co.uk/?p=48 |
6315 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git | 5743 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git |
@@ -6318,52 +5746,45 @@ F: drivers/regulator/ | |||
6318 | F: include/linux/regulator/ | 5746 | F: include/linux/regulator/ |
6319 | 5747 | ||
6320 | VT1211 HARDWARE MONITOR DRIVER | 5748 | VT1211 HARDWARE MONITOR DRIVER |
6321 | P: Juerg Haefliger | 5749 | M: Juerg Haefliger <juergh@gmail.com> |
6322 | M: juergh@gmail.com | ||
6323 | L: lm-sensors@lm-sensors.org | 5750 | L: lm-sensors@lm-sensors.org |
6324 | S: Maintained | 5751 | S: Maintained |
6325 | F: Documentation/hwmon/vt1211 | 5752 | F: Documentation/hwmon/vt1211 |
6326 | F: drivers/hwmon/vt1211.c | 5753 | F: drivers/hwmon/vt1211.c |
6327 | 5754 | ||
6328 | VT8231 HARDWARE MONITOR DRIVER | 5755 | VT8231 HARDWARE MONITOR DRIVER |
6329 | P: Roger Lucas | 5756 | M: Roger Lucas <vt8231@hiddenengine.co.uk> |
6330 | M: vt8231@hiddenengine.co.uk | ||
6331 | L: lm-sensors@lm-sensors.org | 5757 | L: lm-sensors@lm-sensors.org |
6332 | S: Maintained | 5758 | S: Maintained |
6333 | F: drivers/hwmon/vt8231.c | 5759 | F: drivers/hwmon/vt8231.c |
6334 | 5760 | ||
6335 | W1 DALLAS'S 1-WIRE BUS | 5761 | W1 DALLAS'S 1-WIRE BUS |
6336 | P: Evgeniy Polyakov | 5762 | M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> |
6337 | M: johnpol@2ka.mipt.ru | ||
6338 | S: Maintained | 5763 | S: Maintained |
6339 | F: Documentation/w1/ | 5764 | F: Documentation/w1/ |
6340 | F: drivers/w1/ | 5765 | F: drivers/w1/ |
6341 | 5766 | ||
6342 | W83791D HARDWARE MONITORING DRIVER | 5767 | W83791D HARDWARE MONITORING DRIVER |
6343 | P: Marc Hulsman | 5768 | M: Marc Hulsman <m.hulsman@tudelft.nl> |
6344 | M: m.hulsman@tudelft.nl | ||
6345 | L: lm-sensors@lm-sensors.org | 5769 | L: lm-sensors@lm-sensors.org |
6346 | S: Maintained | 5770 | S: Maintained |
6347 | F: Documentation/hwmon/w83791d | 5771 | F: Documentation/hwmon/w83791d |
6348 | F: drivers/hwmon/w83791d.c | 5772 | F: drivers/hwmon/w83791d.c |
6349 | 5773 | ||
6350 | W83793 HARDWARE MONITORING DRIVER | 5774 | W83793 HARDWARE MONITORING DRIVER |
6351 | P: Rudolf Marek | 5775 | M: Rudolf Marek <r.marek@assembler.cz> |
6352 | M: r.marek@assembler.cz | ||
6353 | L: lm-sensors@lm-sensors.org | 5776 | L: lm-sensors@lm-sensors.org |
6354 | S: Maintained | 5777 | S: Maintained |
6355 | F: Documentation/hwmon/w83793 | 5778 | F: Documentation/hwmon/w83793 |
6356 | F: drivers/hwmon/w83793.c | 5779 | F: drivers/hwmon/w83793.c |
6357 | 5780 | ||
6358 | W83L51xD SD/MMC CARD INTERFACE DRIVER | 5781 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
6359 | P: Pierre Ossman | 5782 | M: Pierre Ossman <pierre@ossman.eu> |
6360 | M: pierre@ossman.eu | ||
6361 | S: Maintained | 5783 | S: Maintained |
6362 | F: drivers/mmc/host/wbsd.* | 5784 | F: drivers/mmc/host/wbsd.* |
6363 | 5785 | ||
6364 | WATCHDOG DEVICE DRIVERS | 5786 | WATCHDOG DEVICE DRIVERS |
6365 | P: Wim Van Sebroeck | 5787 | M: Wim Van Sebroeck <wim@iguana.be> |
6366 | M: wim@iguana.be | ||
6367 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git | 5788 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git |
6368 | S: Maintained | 5789 | S: Maintained |
6369 | F: Documentation/watchdog/ | 5790 | F: Documentation/watchdog/ |
@@ -6371,8 +5792,7 @@ F: drivers/watchdog/ | |||
6371 | F: include/linux/watchdog.h | 5792 | F: include/linux/watchdog.h |
6372 | 5793 | ||
6373 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS | 5794 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
6374 | P: Jean Tourrilhes | 5795 | M: Jean Tourrilhes <jt@hpl.hp.com> |
6375 | M: jt@hpl.hp.com | ||
6376 | L: linux-wireless@vger.kernel.org | 5796 | L: linux-wireless@vger.kernel.org |
6377 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ | 5797 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
6378 | S: Maintained | 5798 | S: Maintained |
@@ -6380,46 +5800,61 @@ F: Documentation/networking/wavelan.txt | |||
6380 | F: drivers/net/wireless/wavelan* | 5800 | F: drivers/net/wireless/wavelan* |
6381 | 5801 | ||
6382 | WD7000 SCSI DRIVER | 5802 | WD7000 SCSI DRIVER |
6383 | P: Miroslav Zagorac | 5803 | M: Miroslav Zagorac <zaga@fly.cc.fer.hr> |
6384 | M: zaga@fly.cc.fer.hr | ||
6385 | L: linux-scsi@vger.kernel.org | 5804 | L: linux-scsi@vger.kernel.org |
6386 | S: Maintained | 5805 | S: Maintained |
6387 | F: drivers/scsi/wd7000.c | 5806 | F: drivers/scsi/wd7000.c |
6388 | 5807 | ||
5808 | WINBOND CIR DRIVER | ||
5809 | M: David Härdeman <david@hardeman.nu> | ||
5810 | S: Maintained | ||
5811 | F: drivers/input/misc/winbond-cir.c | ||
5812 | |||
6389 | WIMAX STACK | 5813 | WIMAX STACK |
6390 | P: Inaky Perez-Gonzalez | 5814 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
6391 | M: inaky.perez-gonzalez@intel.com | ||
6392 | M: linux-wimax@intel.com | 5815 | M: linux-wimax@intel.com |
6393 | L: wimax@linuxwimax.org | 5816 | L: wimax@linuxwimax.org |
6394 | S: Supported | 5817 | S: Supported |
6395 | W: http://linuxwimax.org | 5818 | W: http://linuxwimax.org |
6396 | 5819 | ||
6397 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM | 5820 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
6398 | P: David Vrabel | 5821 | M: David Vrabel <david.vrabel@csr.com> |
6399 | M: david.vrabel@csr.com | ||
6400 | S: Maintained | 5822 | S: Maintained |
6401 | F: include/linux/wlp.h | 5823 | F: include/linux/wlp.h |
6402 | F: drivers/uwb/wlp/ | 5824 | F: drivers/uwb/wlp/ |
6403 | 5825 | ||
6404 | WISTRON LAPTOP BUTTON DRIVER | 5826 | WISTRON LAPTOP BUTTON DRIVER |
6405 | P: Miloslav Trmac | 5827 | M: Miloslav Trmac <mitr@volny.cz> |
6406 | M: mitr@volny.cz | ||
6407 | S: Maintained | 5828 | S: Maintained |
6408 | F: drivers/input/misc/wistron_btns.c | 5829 | F: drivers/input/misc/wistron_btns.c |
6409 | 5830 | ||
5831 | WL1251 WIRELESS DRIVER | ||
5832 | M: Kalle Valo <kalle.valo@nokia.com> | ||
5833 | L: linux-wireless@vger.kernel.org | ||
5834 | W: http://wireless.kernel.org | ||
5835 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
5836 | S: Maintained | ||
5837 | F: drivers/net/wireless/wl12xx/* | ||
5838 | X: drivers/net/wireless/wl12xx/wl1271* | ||
5839 | |||
5840 | WL1271 WIRELESS DRIVER | ||
5841 | M: Luciano Coelho <luciano.coelho@nokia.com> | ||
5842 | L: linux-wireless@vger.kernel.org | ||
5843 | W: http://wireless.kernel.org | ||
5844 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
5845 | S: Maintained | ||
5846 | F: drivers/net/wireless/wl12xx/wl1271* | ||
5847 | |||
6410 | WL3501 WIRELESS PCMCIA CARD DRIVER | 5848 | WL3501 WIRELESS PCMCIA CARD DRIVER |
6411 | P: Arnaldo Carvalho de Melo | 5849 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
6412 | M: acme@ghostprotocols.net | ||
6413 | L: linux-wireless@vger.kernel.org | 5850 | L: linux-wireless@vger.kernel.org |
6414 | W: http://oops.ghostprotocols.net:81/blog | 5851 | W: http://oops.ghostprotocols.net:81/blog |
6415 | S: Maintained | 5852 | S: Maintained |
6416 | F: drivers/net/wireless/wl3501* | 5853 | F: drivers/net/wireless/wl3501* |
6417 | 5854 | ||
6418 | WM97XX TOUCHSCREEN DRIVERS | 5855 | WM97XX TOUCHSCREEN DRIVERS |
6419 | P: Mark Brown | 5856 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
6420 | M: broonie@opensource.wolfsonmicro.com | 5857 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
6421 | P: Liam Girdwood | ||
6422 | M: lrg@slimlogic.co.uk | ||
6423 | L: linux-input@vger.kernel.org | 5858 | L: linux-input@vger.kernel.org |
6424 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | 5859 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch |
6425 | W: http://opensource.wolfsonmicro.com/node/7 | 5860 | W: http://opensource.wolfsonmicro.com/node/7 |
@@ -6427,9 +5862,26 @@ S: Supported | |||
6427 | F: drivers/input/touchscreen/*wm97* | 5862 | F: drivers/input/touchscreen/*wm97* |
6428 | F: include/linux/wm97xx.h | 5863 | F: include/linux/wm97xx.h |
6429 | 5864 | ||
5865 | WOLFSON MICROELECTRONICS PMIC DRIVERS | ||
5866 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
5867 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | ||
5868 | W: http://opensource.wolfsonmicro.com/node/8 | ||
5869 | S: Supported | ||
5870 | F: drivers/leds/leds-wm83*.c | ||
5871 | F: drivers/mfd/wm8*.c | ||
5872 | F: drivers/power/wm83*.c | ||
5873 | F: drivers/rtc/rtc-wm83*.c | ||
5874 | F: drivers/regulator/wm8*.c | ||
5875 | F: drivers/video/backlight/wm83*_bl.c | ||
5876 | F: drivers/watchdog/wm83*_wdt.c | ||
5877 | F: include/linux/mfd/wm831x/ | ||
5878 | F: include/linux/mfd/wm8350/ | ||
5879 | F: include/linux/mfd/wm8400/ | ||
5880 | F: sound/soc/codecs/wm8350.c | ||
5881 | F: sound/soc/codecs/wm8400.c | ||
5882 | |||
6430 | X.25 NETWORK LAYER | 5883 | X.25 NETWORK LAYER |
6431 | P: Henner Eisen | 5884 | M: Henner Eisen <eis@baty.hanse.de> |
6432 | M: eis@baty.hanse.de | ||
6433 | L: linux-x25@vger.kernel.org | 5885 | L: linux-x25@vger.kernel.org |
6434 | S: Maintained | 5886 | S: Maintained |
6435 | F: Documentation/networking/x25* | 5887 | F: Documentation/networking/x25* |
@@ -6437,12 +5889,9 @@ F: include/net/x25* | |||
6437 | F: net/x25/ | 5889 | F: net/x25/ |
6438 | 5890 | ||
6439 | X86 ARCHITECTURE (32-BIT AND 64-BIT) | 5891 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
6440 | P: Thomas Gleixner | 5892 | M: Thomas Gleixner <tglx@linutronix.de> |
6441 | M: tglx@linutronix.de | 5893 | M: Ingo Molnar <mingo@redhat.com> |
6442 | P: Ingo Molnar | 5894 | M: "H. Peter Anvin" <hpa@zytor.com> |
6443 | M: mingo@redhat.com | ||
6444 | P: H. Peter Anvin | ||
6445 | M: hpa@zytor.com | ||
6446 | M: x86@kernel.org | 5895 | M: x86@kernel.org |
6447 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | 5896 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git |
6448 | S: Maintained | 5897 | S: Maintained |
@@ -6450,10 +5899,8 @@ F: Documentation/x86/ | |||
6450 | F: arch/x86/ | 5899 | F: arch/x86/ |
6451 | 5900 | ||
6452 | XEN HYPERVISOR INTERFACE | 5901 | XEN HYPERVISOR INTERFACE |
6453 | P: Jeremy Fitzhardinge | 5902 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
6454 | M: jeremy@xensource.com | 5903 | M: Chris Wright <chrisw@sous-sol.org> |
6455 | P: Chris Wright | ||
6456 | M: chrisw@sous-sol.org | ||
6457 | L: virtualization@lists.osdl.org | 5904 | L: virtualization@lists.osdl.org |
6458 | L: xen-devel@lists.xensource.com | 5905 | L: xen-devel@lists.xensource.com |
6459 | S: Supported | 5906 | S: Supported |
@@ -6465,8 +5912,7 @@ F: include/xen/ | |||
6465 | 5912 | ||
6466 | XFS FILESYSTEM | 5913 | XFS FILESYSTEM |
6467 | P: Silicon Graphics Inc | 5914 | P: Silicon Graphics Inc |
6468 | P: Felix Blyakher | 5915 | M: Alex Elder <aelder@sgi.com> |
6469 | M: felixb@sgi.com | ||
6470 | M: xfs-masters@oss.sgi.com | 5916 | M: xfs-masters@oss.sgi.com |
6471 | L: xfs@oss.sgi.com | 5917 | L: xfs@oss.sgi.com |
6472 | W: http://oss.sgi.com/projects/xfs | 5918 | W: http://oss.sgi.com/projects/xfs |
@@ -6476,38 +5922,33 @@ F: Documentation/filesystems/xfs.txt | |||
6476 | F: fs/xfs/ | 5922 | F: fs/xfs/ |
6477 | 5923 | ||
6478 | XILINX SYSTEMACE DRIVER | 5924 | XILINX SYSTEMACE DRIVER |
6479 | P: Grant Likely | 5925 | M: Grant Likely <grant.likely@secretlab.ca> |
6480 | M: grant.likely@secretlab.ca | ||
6481 | W: http://www.secretlab.ca/ | 5926 | W: http://www.secretlab.ca/ |
6482 | S: Maintained | 5927 | S: Maintained |
6483 | F: drivers/block/xsysace.c | 5928 | F: drivers/block/xsysace.c |
6484 | 5929 | ||
6485 | XILINX UARTLITE SERIAL DRIVER | 5930 | XILINX UARTLITE SERIAL DRIVER |
6486 | P: Peter Korsgaard | 5931 | M: Peter Korsgaard <jacmet@sunsite.dk> |
6487 | M: jacmet@sunsite.dk | ||
6488 | L: linux-serial@vger.kernel.org | 5932 | L: linux-serial@vger.kernel.org |
6489 | S: Maintained | 5933 | S: Maintained |
6490 | F: drivers/serial/uartlite.c | 5934 | F: drivers/serial/uartlite.c |
6491 | 5935 | ||
6492 | YAM DRIVER FOR AX.25 | 5936 | YAM DRIVER FOR AX.25 |
6493 | P: Jean-Paul Roubelat | 5937 | M: Jean-Paul Roubelat <jpr@f6fbb.org> |
6494 | M: jpr@f6fbb.org | ||
6495 | L: linux-hams@vger.kernel.org | 5938 | L: linux-hams@vger.kernel.org |
6496 | S: Maintained | 5939 | S: Maintained |
6497 | F: drivers/net/hamradio/yam* | 5940 | F: drivers/net/hamradio/yam* |
6498 | F: include/linux/yam.h | 5941 | F: include/linux/yam.h |
6499 | 5942 | ||
6500 | YEALINK PHONE DRIVER | 5943 | YEALINK PHONE DRIVER |
6501 | P: Henk Vergonet | 5944 | M: Henk Vergonet <Henk.Vergonet@gmail.com> |
6502 | M: Henk.Vergonet@gmail.com | ||
6503 | L: usbb2k-api-dev@nongnu.org | 5945 | L: usbb2k-api-dev@nongnu.org |
6504 | S: Maintained | 5946 | S: Maintained |
6505 | F: Documentation/input/yealink.txt | 5947 | F: Documentation/input/yealink.txt |
6506 | F: drivers/input/misc/yealink.* | 5948 | F: drivers/input/misc/yealink.* |
6507 | 5949 | ||
6508 | Z8530 DRIVER FOR AX.25 | 5950 | Z8530 DRIVER FOR AX.25 |
6509 | P: Joerg Reuter | 5951 | M: Joerg Reuter <jreuter@yaina.de> |
6510 | M: jreuter@yaina.de | ||
6511 | W: http://yaina.de/jreuter/ | 5952 | W: http://yaina.de/jreuter/ |
6512 | W: http://www.qsl.net/dl1bke/ | 5953 | W: http://www.qsl.net/dl1bke/ |
6513 | L: linux-hams@vger.kernel.org | 5954 | L: linux-hams@vger.kernel.org |
@@ -6517,10 +5958,8 @@ F: drivers/net/hamradio/*scc.c | |||
6517 | F: drivers/net/hamradio/z8530.h | 5958 | F: drivers/net/hamradio/z8530.h |
6518 | 5959 | ||
6519 | ZD1211RW WIRELESS DRIVER | 5960 | ZD1211RW WIRELESS DRIVER |
6520 | P: Daniel Drake | 5961 | M: Daniel Drake <dsd@gentoo.org> |
6521 | M: dsd@gentoo.org | 5962 | M: Ulrich Kunitz <kune@deine-taler.de> |
6522 | P: Ulrich Kunitz | ||
6523 | M: kune@deine-taler.de | ||
6524 | W: http://zd1211.ath.cx/wiki/DriverRewrite | 5963 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
6525 | L: linux-wireless@vger.kernel.org | 5964 | L: linux-wireless@vger.kernel.org |
6526 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) | 5965 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
@@ -6536,14 +5975,12 @@ S: Odd Fixes | |||
6536 | F: drivers/media/video/zoran/ | 5975 | F: drivers/media/video/zoran/ |
6537 | 5976 | ||
6538 | ZS DECSTATION Z85C30 SERIAL DRIVER | 5977 | ZS DECSTATION Z85C30 SERIAL DRIVER |
6539 | P: Maciej W. Rozycki | 5978 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
6540 | M: macro@linux-mips.org | ||
6541 | S: Maintained | 5979 | S: Maintained |
6542 | F: drivers/serial/zs.* | 5980 | F: drivers/serial/zs.* |
6543 | 5981 | ||
6544 | THE REST | 5982 | THE REST |
6545 | P: Linus Torvalds | 5983 | M: Linus Torvalds <torvalds@linux-foundation.org> |
6546 | M: torvalds@linux-foundation.org | ||
6547 | L: linux-kernel@vger.kernel.org | 5984 | L: linux-kernel@vger.kernel.org |
6548 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | 5985 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
6549 | S: Buried alive in reporters | 5986 | S: Buried alive in reporters |