diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5145 |
1 files changed, 3070 insertions, 2075 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 068f5fb90020..ea781c1cfb5a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -36,6 +36,12 @@ trivial patch so apply some common sense. | |||
36 | (scripts/checkpatch.pl) to catch trival style violations. | 36 | (scripts/checkpatch.pl) to catch trival style violations. |
37 | See Documentation/CodingStyle for guidance here. | 37 | See Documentation/CodingStyle for guidance here. |
38 | 38 | ||
39 | PLEASE CC: the maintainers and mailing lists that are generated | ||
40 | by scripts/get_maintainer.pl. The results returned by the | ||
41 | script will be best if you have git installed and are making | ||
42 | your changes in a branch derived from Linus' latest git tree. | ||
43 | See Documentation/SubmittingPatches for details. | ||
44 | |||
39 | PLEASE try to include any credit lines you want added with the | 45 | PLEASE try to include any credit lines you want added with the |
40 | patch. It avoids people being missed off by mistake and makes | 46 | patch. It avoids people being missed off by mistake and makes |
41 | it easier to know who wants adding and who doesn't. | 47 | it easier to know who wants adding and who doesn't. |
@@ -59,1374 +65,1693 @@ trivial patch so apply some common sense. | |||
59 | 65 | ||
60 | 8. Happy hacking. | 66 | 8. Happy hacking. |
61 | 67 | ||
62 | ----------------------------------- | 68 | Descriptions of section entries: |
63 | 69 | ||
64 | 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. | ||
65 | 105 | ||
66 | 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 |
67 | 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 |
68 | so much easier [Ed] | 108 | so much easier [Ed] |
69 | 109 | ||
70 | P: Person | 110 | Maintainers List (try to look for most precise areas first) |
71 | M: Mail patches to | 111 | |
72 | L: Mailing list that is relevant to this area | 112 | ----------------------------------- |
73 | W: Web-page with status/info | ||
74 | T: SCM tree type and location. Type is one of: git, hg, quilt. | ||
75 | F: Applicable files and/or directories | ||
76 | S: Status, one of the following: | ||
77 | |||
78 | Supported: Someone is actually paid to look after this. | ||
79 | Maintained: Someone actually looks after it. | ||
80 | Odd Fixes: It has a maintainer but they don't have time to do | ||
81 | much other than throw the odd patch in. See below.. | ||
82 | Orphan: No current maintainer [but maybe you could take the | ||
83 | role as you write your new code]. | ||
84 | Obsolete: Old code. Something tagged obsolete generally means | ||
85 | it has been replaced by a better system and you | ||
86 | should be using that. | ||
87 | 113 | ||
88 | 3C505 NETWORK DRIVER | 114 | 3C505 NETWORK DRIVER |
89 | P: Philip Blundell | 115 | M: Philip Blundell <philb@gnu.org> |
90 | M: philb@gnu.org | ||
91 | L: netdev@vger.kernel.org | 116 | L: netdev@vger.kernel.org |
92 | S: Maintained | 117 | S: Maintained |
118 | F: drivers/net/3c505* | ||
93 | 119 | ||
94 | 3C59X NETWORK DRIVER | 120 | 3C59X NETWORK DRIVER |
95 | P: Steffen Klassert | 121 | M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> |
96 | M: klassert@mathematik.tu-chemnitz.de | ||
97 | L: netdev@vger.kernel.org | 122 | L: netdev@vger.kernel.org |
98 | S: Maintained | 123 | S: Maintained |
124 | F: Documentation/networking/vortex.txt | ||
125 | F: drivers/net/3c59x.c | ||
99 | 126 | ||
100 | 3CR990 NETWORK DRIVER | 127 | 3CR990 NETWORK DRIVER |
101 | P: David Dillow | 128 | M: David Dillow <dave@thedillows.org> |
102 | M: dave@thedillows.org | ||
103 | L: netdev@vger.kernel.org | 129 | L: netdev@vger.kernel.org |
104 | S: Maintained | 130 | S: Maintained |
131 | F: drivers/net/typhoon* | ||
105 | 132 | ||
106 | 3W-9XXX SATA-RAID CONTROLLER DRIVER | 133 | 3W-9XXX SATA-RAID CONTROLLER DRIVER |
107 | P: Adam Radford | 134 | M: Adam Radford <linuxraid@amcc.com> |
108 | M: linuxraid@amcc.com | ||
109 | L: linux-scsi@vger.kernel.org | 135 | L: linux-scsi@vger.kernel.org |
110 | W: http://www.amcc.com | 136 | W: http://www.amcc.com |
111 | S: Supported | 137 | S: Supported |
138 | F: drivers/scsi/3w-9xxx* | ||
112 | 139 | ||
113 | 3W-XXXX ATA-RAID CONTROLLER DRIVER | 140 | 3W-XXXX ATA-RAID CONTROLLER DRIVER |
114 | P: Adam Radford | 141 | M: Adam Radford <linuxraid@amcc.com> |
115 | M: linuxraid@amcc.com | ||
116 | L: linux-scsi@vger.kernel.org | 142 | L: linux-scsi@vger.kernel.org |
117 | W: http://www.amcc.com | 143 | W: http://www.amcc.com |
118 | S: Supported | 144 | S: Supported |
145 | F: drivers/scsi/3w-xxxx* | ||
119 | 146 | ||
120 | 53C700 AND 53C700-66 SCSI DRIVER | 147 | 53C700 AND 53C700-66 SCSI DRIVER |
121 | P: James E.J. Bottomley | 148 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
122 | M: James.Bottomley@HansenPartnership.com | ||
123 | L: linux-scsi@vger.kernel.org | 149 | L: linux-scsi@vger.kernel.org |
124 | S: Maintained | 150 | S: Maintained |
151 | F: drivers/scsi/53c700* | ||
125 | 152 | ||
126 | 6PACK NETWORK DRIVER FOR AX.25 | 153 | 6PACK NETWORK DRIVER FOR AX.25 |
127 | P: Andreas Koensgen | 154 | M: Andreas Koensgen <ajk@comnets.uni-bremen.de> |
128 | M: ajk@iehk.rwth-aachen.de | ||
129 | L: linux-hams@vger.kernel.org | 155 | L: linux-hams@vger.kernel.org |
130 | S: Maintained | 156 | S: Maintained |
157 | F: drivers/net/hamradio/6pack.c | ||
131 | 158 | ||
132 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER | 159 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
133 | P: Francois Romieu | 160 | M: Francois Romieu <romieu@fr.zoreil.com> |
134 | M: romieu@fr.zoreil.com | ||
135 | L: netdev@vger.kernel.org | 161 | L: netdev@vger.kernel.org |
136 | S: Maintained | 162 | S: Maintained |
163 | F: drivers/net/r8169.c | ||
137 | 164 | ||
138 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | 165 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
139 | L: linux-serial@vger.kernel.org | 166 | L: linux-serial@vger.kernel.org |
140 | W: http://serial.sourceforge.net | 167 | W: http://serial.sourceforge.net |
141 | S: Orphan | 168 | S: Orphan |
169 | F: drivers/serial/8250* | ||
170 | F: include/linux/serial_8250.h | ||
142 | 171 | ||
143 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] | 172 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] |
144 | P: Paul Gortmaker | 173 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
145 | M: p_gortmaker@yahoo.com | ||
146 | L: netdev@vger.kernel.org | 174 | L: netdev@vger.kernel.org |
147 | S: Maintained | 175 | S: Maintained |
176 | F: drivers/net/*8390* | ||
177 | F: drivers/net/ax88796.c | ||
148 | 178 | ||
149 | 9P FILE SYSTEM | 179 | 9P FILE SYSTEM |
150 | P: Eric Van Hensbergen | 180 | M: Eric Van Hensbergen <ericvh@gmail.com> |
151 | M: ericvh@gmail.com | 181 | M: Ron Minnich <rminnich@sandia.gov> |
152 | P: Ron Minnich | 182 | M: Latchesar Ionkov <lucho@ionkov.net> |
153 | M: rminnich@sandia.gov | ||
154 | P: Latchesar Ionkov | ||
155 | M: lucho@ionkov.net | ||
156 | L: v9fs-developer@lists.sourceforge.net | 183 | L: v9fs-developer@lists.sourceforge.net |
157 | W: http://swik.net/v9fs | 184 | W: http://swik.net/v9fs |
158 | T: 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 |
159 | S: Maintained | 186 | S: Maintained |
187 | F: Documentation/filesystems/9p.txt | ||
188 | F: fs/9p/ | ||
160 | 189 | ||
161 | A2232 SERIAL BOARD DRIVER | 190 | A2232 SERIAL BOARD DRIVER |
162 | P: Enver Haase | 191 | M: Enver Haase <A2232@gmx.net> |
163 | M: A2232@gmx.net | ||
164 | L: linux-m68k@lists.linux-m68k.org | 192 | L: linux-m68k@lists.linux-m68k.org |
165 | S: Maintained | 193 | S: Maintained |
194 | F: drivers/char/ser_a2232* | ||
166 | 195 | ||
167 | AACRAID SCSI RAID DRIVER | 196 | AACRAID SCSI RAID DRIVER |
168 | P: Adaptec OEM Raid Solutions | 197 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
169 | M: aacraid@adaptec.com | ||
170 | L: linux-scsi@vger.kernel.org | 198 | L: linux-scsi@vger.kernel.org |
171 | W: http://www.adaptec.com/ | 199 | W: http://www.adaptec.com/ |
172 | S: Supported | 200 | S: Supported |
201 | F: Documentation/scsi/aacraid.txt | ||
202 | F: drivers/scsi/aacraid/ | ||
173 | 203 | ||
174 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER | 204 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
175 | P: Hans de Goede | 205 | M: Hans de Goede <j.w.r.degoede@hhs.nl> |
176 | M: j.w.r.degoede@hhs.nl | ||
177 | L: lm-sensors@lm-sensors.org | 206 | L: lm-sensors@lm-sensors.org |
178 | S: Maintained | 207 | S: Maintained |
208 | F: drivers/hwmon/abituguru.c | ||
179 | 209 | ||
180 | ABIT UGURU 3 HARDWARE MONITOR DRIVER | 210 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
181 | P: Alistair John Strachan | 211 | M: Alistair John Strachan <alistair@devzero.co.uk> |
182 | M: alistair@devzero.co.uk | ||
183 | L: lm-sensors@lm-sensors.org | 212 | L: lm-sensors@lm-sensors.org |
184 | S: Maintained | 213 | S: Maintained |
214 | F: drivers/hwmon/abituguru3.c | ||
185 | 215 | ||
186 | ACENIC DRIVER | 216 | ACENIC DRIVER |
187 | P: Jes Sorensen | 217 | M: Jes Sorensen <jes@trained-monkey.org> |
188 | M: jes@trained-monkey.org | ||
189 | L: linux-acenic@sunsite.dk | 218 | L: linux-acenic@sunsite.dk |
190 | S: Maintained | 219 | S: Maintained |
220 | F: drivers/net/acenic* | ||
221 | |||
222 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER | ||
223 | M: Peter Feuerer <peter@piie.net> | ||
224 | W: http://piie.net/?section=acerhdf | ||
225 | S: Maintained | ||
226 | F: drivers/platform/x86/acerhdf.c | ||
191 | 227 | ||
192 | ACER WMI LAPTOP EXTRAS | 228 | ACER WMI LAPTOP EXTRAS |
193 | P: Carlos Corbacho | 229 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
194 | M: carlos@strangeworlds.co.uk | ||
195 | L: aceracpi@googlegroups.com (subscribers-only) | 230 | L: aceracpi@googlegroups.com (subscribers-only) |
196 | W: http://code.google.com/p/aceracpi | 231 | W: http://code.google.com/p/aceracpi |
197 | S: Maintained | 232 | S: Maintained |
233 | F: drivers/platform/x86/acer-wmi.c | ||
198 | 234 | ||
199 | ACPI | 235 | ACPI |
200 | P: Len Brown | 236 | M: Len Brown <lenb@kernel.org> |
201 | M: lenb@kernel.org | ||
202 | L: linux-acpi@vger.kernel.org | 237 | L: linux-acpi@vger.kernel.org |
203 | W: http://www.lesswatts.org/projects/acpi/ | 238 | W: http://www.lesswatts.org/projects/acpi/ |
204 | T: 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 |
205 | S: Supported | 240 | S: Supported |
241 | F: drivers/acpi/ | ||
242 | F: drivers/pnp/pnpacpi/ | ||
243 | F: include/linux/acpi.h | ||
244 | F: include/acpi/ | ||
206 | 245 | ||
207 | ACPI BATTERY DRIVERS | 246 | ACPI BATTERY DRIVERS |
208 | P: Alexey Starikovskiy | 247 | M: Alexey Starikovskiy <astarikovskiy@suse.de> |
209 | M: astarikovskiy@suse.de | ||
210 | L: linux-acpi@vger.kernel.org | 248 | L: linux-acpi@vger.kernel.org |
211 | W: http://www.lesswatts.org/projects/acpi/ | 249 | W: http://www.lesswatts.org/projects/acpi/ |
212 | S: Supported | 250 | S: Supported |
251 | F: drivers/acpi/battery.c | ||
252 | F: drivers/acpi/*sbs* | ||
213 | 253 | ||
214 | ACPI EC DRIVER | 254 | ACPI EC DRIVER |
215 | P: Alexey Starikovskiy | 255 | M: Alexey Starikovskiy <astarikovskiy@suse.de> |
216 | M: astarikovskiy@suse.de | ||
217 | L: linux-acpi@vger.kernel.org | 256 | L: linux-acpi@vger.kernel.org |
218 | W: http://www.lesswatts.org/projects/acpi/ | 257 | W: http://www.lesswatts.org/projects/acpi/ |
219 | S: Supported | 258 | S: Supported |
259 | F: drivers/acpi/ec.c | ||
220 | 260 | ||
221 | ACPI FAN DRIVER | 261 | ACPI FAN DRIVER |
222 | P: Zhang Rui | 262 | M: Zhang Rui <rui.zhang@intel.com> |
223 | M: rui.zhang@intel.com | ||
224 | L: linux-acpi@vger.kernel.org | 263 | L: linux-acpi@vger.kernel.org |
225 | W: http://www.lesswatts.org/projects/acpi/ | 264 | W: http://www.lesswatts.org/projects/acpi/ |
226 | S: Supported | 265 | S: Supported |
266 | F: drivers/acpi/fan.c | ||
227 | 267 | ||
228 | ACPI PCI HOTPLUG DRIVER | 268 | ACPI PROCESSOR AGGREGATOR DRIVER |
229 | P: Kristen Carlson Accardi | 269 | M: Shaohua Li <shaohua.li@intel.com> |
230 | M: kristen.c.accardi@intel.com | 270 | L: linux-acpi@vger.kernel.org |
231 | L: linux-pci@vger.kernel.org | 271 | W: http://www.lesswatts.org/projects/acpi/ |
232 | S: Supported | 272 | S: Supported |
273 | F: drivers/acpi/acpi_pad.c | ||
233 | 274 | ||
234 | ACPI THERMAL DRIVER | 275 | ACPI THERMAL DRIVER |
235 | P: Zhang Rui | 276 | M: Zhang Rui <rui.zhang@intel.com> |
236 | M: rui.zhang@intel.com | ||
237 | L: linux-acpi@vger.kernel.org | 277 | L: linux-acpi@vger.kernel.org |
238 | W: http://www.lesswatts.org/projects/acpi/ | 278 | W: http://www.lesswatts.org/projects/acpi/ |
239 | S: Supported | 279 | S: Supported |
280 | F: drivers/acpi/*thermal* | ||
240 | 281 | ||
241 | ACPI VIDEO DRIVER | 282 | ACPI VIDEO DRIVER |
242 | P: Zhang Rui | 283 | M: Zhang Rui <rui.zhang@intel.com> |
243 | M: rui.zhang@intel.com | ||
244 | L: linux-acpi@vger.kernel.org | 284 | L: linux-acpi@vger.kernel.org |
245 | W: http://www.lesswatts.org/projects/acpi/ | 285 | W: http://www.lesswatts.org/projects/acpi/ |
246 | S: Supported | 286 | S: Supported |
287 | F: drivers/acpi/video.c | ||
247 | 288 | ||
248 | ACPI WMI DRIVER | 289 | ACPI WMI DRIVER |
249 | P: Carlos Corbacho | 290 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
250 | M: carlos@strangeworlds.co.uk | ||
251 | L: linux-acpi@vger.kernel.org | 291 | L: linux-acpi@vger.kernel.org |
252 | W: http://www.lesswatts.org/projects/acpi/ | 292 | W: http://www.lesswatts.org/projects/acpi/ |
253 | S: Maintained | 293 | S: Maintained |
294 | F: drivers/platform/x86/wmi.c | ||
254 | 295 | ||
255 | AD1889 ALSA SOUND DRIVER | 296 | AD1889 ALSA SOUND DRIVER |
256 | P: Kyle McMartin | 297 | M: Kyle McMartin <kyle@mcmartin.ca> |
257 | M: kyle@mcmartin.ca | 298 | M: Thibaut Varene <T-Bone@parisc-linux.org> |
258 | P: Thibaut Varene | ||
259 | M: T-Bone@parisc-linux.org | ||
260 | W: http://wiki.parisc-linux.org/AD1889 | 299 | W: http://wiki.parisc-linux.org/AD1889 |
261 | L: linux-parisc@vger.kernel.org | 300 | L: linux-parisc@vger.kernel.org |
262 | S: Maintained | 301 | S: Maintained |
302 | F: sound/pci/ad1889.* | ||
263 | 303 | ||
264 | ADM1025 HARDWARE MONITOR DRIVER | 304 | ADM1025 HARDWARE MONITOR DRIVER |
265 | P: Jean Delvare | 305 | M: Jean Delvare <khali@linux-fr.org> |
266 | M: khali@linux-fr.org | ||
267 | L: lm-sensors@lm-sensors.org | 306 | L: lm-sensors@lm-sensors.org |
268 | S: Maintained | 307 | S: Maintained |
308 | F: Documentation/hwmon/adm1025 | ||
309 | F: drivers/hwmon/adm1025.c | ||
269 | 310 | ||
270 | ADM1029 HARDWARE MONITOR DRIVER | 311 | ADM1029 HARDWARE MONITOR DRIVER |
271 | P: Corentin Labbe | 312 | M: Corentin Labbe <corentin.labbe@geomatys.fr> |
272 | M: corentin.labbe@geomatys.fr | ||
273 | L: lm-sensors@lm-sensors.org | 313 | L: lm-sensors@lm-sensors.org |
274 | S: Maintained | 314 | S: Maintained |
315 | F: drivers/hwmon/adm1029.c | ||
275 | 316 | ||
276 | ADM8211 WIRELESS DRIVER | 317 | ADM8211 WIRELESS DRIVER |
277 | P: Michael Wu | 318 | M: Michael Wu <flamingice@sourmilk.net> |
278 | M: flamingice@sourmilk.net | ||
279 | L: linux-wireless@vger.kernel.org | 319 | L: linux-wireless@vger.kernel.org |
280 | W: http://linuxwireless.org/ | 320 | W: http://linuxwireless.org/ |
281 | T: 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 |
282 | S: Maintained | 322 | S: Maintained |
323 | F: drivers/net/wireless/adm8211.* | ||
283 | 324 | ||
284 | ADT746X FAN DRIVER | 325 | ADT746X FAN DRIVER |
285 | P: Colin Leroy | 326 | M: Colin Leroy <colin@colino.net> |
286 | M: colin@colino.net | ||
287 | S: Maintained | 327 | S: Maintained |
328 | F: drivers/macintosh/therm_adt746x.c | ||
288 | 329 | ||
289 | ADVANSYS SCSI DRIVER | 330 | ADVANSYS SCSI DRIVER |
290 | P: Matthew Wilcox | 331 | M: Matthew Wilcox <matthew@wil.cx> |
291 | M: matthew@wil.cx | ||
292 | L: linux-scsi@vger.kernel.org | 332 | L: linux-scsi@vger.kernel.org |
293 | S: Maintained | 333 | S: Maintained |
334 | F: Documentation/scsi/advansys.txt | ||
335 | F: drivers/scsi/advansys.c | ||
294 | 336 | ||
295 | AEDSP16 DRIVER | 337 | AEDSP16 DRIVER |
296 | P: Riccardo Facchetti | 338 | M: Riccardo Facchetti <fizban@tin.it> |
297 | M: fizban@tin.it | ||
298 | S: Maintained | 339 | S: Maintained |
340 | F: sound/oss/aedsp16.c | ||
299 | 341 | ||
300 | AFFS FILE SYSTEM | 342 | AFFS FILE SYSTEM |
301 | P: Roman Zippel | 343 | M: Roman Zippel <zippel@linux-m68k.org> |
302 | M: zippel@linux-m68k.org | ||
303 | S: Maintained | 344 | S: Maintained |
345 | F: Documentation/filesystems/affs.txt | ||
346 | F: fs/affs/ | ||
304 | 347 | ||
305 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN | 348 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
306 | P: David Howells | 349 | M: David Howells <dhowells@redhat.com> |
307 | M: dhowells@redhat.com | ||
308 | L: linux-afs@lists.infradead.org | 350 | L: linux-afs@lists.infradead.org |
309 | S: Supported | 351 | S: Supported |
352 | F: fs/afs/ | ||
353 | F: include/net/af_rxrpc.h | ||
354 | F: net/rxrpc/af_rxrpc.c | ||
310 | 355 | ||
311 | AGPGART DRIVER | 356 | AGPGART DRIVER |
312 | P: David Airlie | 357 | M: David Airlie <airlied@linux.ie> |
313 | M: airlied@linux.ie | 358 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
314 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | ||
315 | S: Maintained | 359 | S: Maintained |
360 | F: drivers/char/agp/ | ||
361 | F: include/linux/agp* | ||
316 | 362 | ||
317 | AHA152X SCSI DRIVER | 363 | AHA152X SCSI DRIVER |
318 | P: Juergen E. Fischer | 364 | M: "Juergen E. Fischer" <fischer@norbit.de> |
319 | M: Juergen Fischer <fischer@norbit.de> | ||
320 | L: linux-scsi@vger.kernel.org | 365 | L: linux-scsi@vger.kernel.org |
321 | S: Maintained | 366 | S: Maintained |
367 | F: drivers/scsi/aha152x* | ||
368 | F: drivers/scsi/pcmcia/aha152x* | ||
322 | 369 | ||
323 | AIC7XXX / AIC79XX SCSI DRIVER | 370 | AIC7XXX / AIC79XX SCSI DRIVER |
324 | P: Hannes Reinecke | 371 | M: Hannes Reinecke <hare@suse.de> |
325 | M: hare@suse.de | ||
326 | L: linux-scsi@vger.kernel.org | 372 | L: linux-scsi@vger.kernel.org |
327 | S: Maintained | 373 | S: Maintained |
374 | F: drivers/scsi/aic7xxx/ | ||
375 | F: drivers/scsi/aic7xxx_old/ | ||
328 | 376 | ||
329 | AIO | 377 | AIO |
330 | P: Benjamin LaHaise | 378 | M: Benjamin LaHaise <bcrl@kvack.org> |
331 | M: bcrl@kvack.org | ||
332 | L: linux-aio@kvack.org | 379 | L: linux-aio@kvack.org |
333 | S: Supported | 380 | S: Supported |
381 | F: fs/aio.c | ||
382 | F: include/linux/*aio*.h | ||
334 | 383 | ||
335 | ALCATEL SPEEDTOUCH USB DRIVER | 384 | ALCATEL SPEEDTOUCH USB DRIVER |
336 | P: Duncan Sands | 385 | M: Duncan Sands <duncan.sands@free.fr> |
337 | M: duncan.sands@free.fr | ||
338 | L: linux-usb@vger.kernel.org | 386 | L: linux-usb@vger.kernel.org |
339 | W: http://www.linux-usb.org/SpeedTouch/ | 387 | W: http://www.linux-usb.org/SpeedTouch/ |
340 | S: Maintained | 388 | S: Maintained |
389 | F: drivers/usb/atm/speedtch.c | ||
390 | F: drivers/usb/atm/usbatm.c | ||
341 | 391 | ||
342 | ALCHEMY AU1XX0 MMC DRIVER | 392 | ALCHEMY AU1XX0 MMC DRIVER |
343 | P: Manuel Lauss | 393 | M: Manuel Lauss <manuel.lauss@gmail.com> |
344 | M: manuel.lauss@gmail.com | ||
345 | S: Maintained | 394 | S: Maintained |
395 | F: drivers/mmc/host/au1xmmc.c | ||
346 | 396 | ||
347 | ALI1563 I2C DRIVER | 397 | ALI1563 I2C DRIVER |
348 | P: Rudolf Marek | 398 | M: Rudolf Marek <r.marek@assembler.cz> |
349 | M: r.marek@assembler.cz | ||
350 | L: linux-i2c@vger.kernel.org | 399 | L: linux-i2c@vger.kernel.org |
351 | S: Maintained | 400 | S: Maintained |
401 | F: Documentation/i2c/busses/i2c-ali1563 | ||
402 | F: drivers/i2c/busses/i2c-ali1563.c | ||
352 | 403 | ||
353 | ALPHA PORT | 404 | ALPHA PORT |
354 | P: Richard Henderson | 405 | M: Richard Henderson <rth@twiddle.net> |
355 | M: rth@twiddle.net | ||
356 | S: Odd Fixes for 2.4; Maintained for 2.6. | 406 | S: Odd Fixes for 2.4; Maintained for 2.6. |
357 | P: Ivan Kokshaysky | 407 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> |
358 | M: ink@jurassic.park.msu.ru | ||
359 | S: Maintained for 2.4; PCI support for 2.6. | 408 | S: Maintained for 2.4; PCI support for 2.6. |
360 | L: linux-alpha@vger.kernel.org | 409 | L: linux-alpha@vger.kernel.org |
410 | F: arch/alpha/ | ||
361 | 411 | ||
362 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER | 412 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
363 | P: Thomas Dahlmann | 413 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> |
364 | M: thomas.dahlmann@amd.com | ||
365 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) | 414 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
366 | S: Supported | 415 | S: Supported |
416 | F: drivers/usb/gadget/amd5536udc.* | ||
367 | 417 | ||
368 | AMD GEODE PROCESSOR/CHIPSET SUPPORT | 418 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
369 | P: Jordan Crouse | 419 | P: Jordan Crouse |
370 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) | 420 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
371 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html | 421 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
372 | S: Supported | 422 | S: Supported |
423 | F: arch/x86/kernel/geode_32.c | ||
424 | F: drivers/char/hw_random/geode-rng.c | ||
425 | F: drivers/crypto/geode* | ||
426 | F: drivers/video/geode/ | ||
427 | F: arch/x86/include/asm/geode.h | ||
373 | 428 | ||
374 | AMD IOMMU (AMD-VI) | 429 | AMD IOMMU (AMD-VI) |
375 | P: Joerg Roedel | 430 | M: Joerg Roedel <joerg.roedel@amd.com> |
376 | M: joerg.roedel@amd.com | ||
377 | L: iommu@lists.linux-foundation.org | 431 | L: iommu@lists.linux-foundation.org |
378 | T: 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 |
379 | S: Supported | 433 | S: Supported |
434 | F: arch/x86/kernel/amd_iommu*.c | ||
435 | F: arch/x86/include/asm/amd_iommu*.h | ||
380 | 436 | ||
381 | AMD MICROCODE UPDATE SUPPORT | 437 | AMD MICROCODE UPDATE SUPPORT |
382 | P: Andreas Herrmann | 438 | M: Andreas Herrmann <andreas.herrmann3@amd.com> |
383 | M: andeas.herrmann3@amd.com | 439 | L: amd64-microcode@amd64.org |
384 | L: amd64-microcode@amd64.org | 440 | S: Supported |
385 | S: Supported | 441 | F: arch/x86/kernel/microcode_amd.c |
386 | 442 | ||
387 | AMS (Apple Motion Sensor) DRIVER | 443 | AMS (Apple Motion Sensor) DRIVER |
388 | P: Stelian Pop | 444 | M: Stelian Pop <stelian@popies.net> |
389 | M: stelian@popies.net | 445 | M: Michael Hanselmann <linux-kernel@hansmi.ch> |
390 | P: Michael Hanselmann | ||
391 | M: linux-kernel@hansmi.ch | ||
392 | S: Supported | 446 | S: Supported |
447 | F: drivers/hwmon/ams/ | ||
393 | 448 | ||
394 | AMSO1100 RNIC DRIVER | 449 | AMSO1100 RNIC DRIVER |
395 | P: Tom Tucker | 450 | M: Tom Tucker <tom@opengridcomputing.com> |
396 | M: tom@opengridcomputing.com | 451 | M: Steve Wise <swise@opengridcomputing.com> |
397 | P: Steve Wise | 452 | L: linux-rdma@vger.kernel.org |
398 | M: swise@opengridcomputing.com | ||
399 | L: general@lists.openfabrics.org | ||
400 | S: Maintained | 453 | S: Maintained |
454 | F: drivers/infiniband/hw/amso1100/ | ||
401 | 455 | ||
402 | AOA (Apple Onboard Audio) ALSA DRIVER | 456 | AOA (Apple Onboard Audio) ALSA DRIVER |
403 | P: Johannes Berg | 457 | M: Johannes Berg <johannes@sipsolutions.net> |
404 | M: johannes@sipsolutions.net | ||
405 | L: linuxppc-dev@ozlabs.org | 458 | L: linuxppc-dev@ozlabs.org |
406 | L: alsa-devel@alsa-project.org (subscribers-only) | 459 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
407 | S: Maintained | 460 | S: Maintained |
461 | F: sound/aoa/ | ||
408 | 462 | ||
409 | APM DRIVER | 463 | APM DRIVER |
410 | P: Stephen Rothwell | 464 | M: Stephen Rothwell <sfr@canb.auug.org.au> |
411 | M: sfr@canb.auug.org.au | ||
412 | L: linux-laptop@vger.kernel.org | 465 | L: linux-laptop@vger.kernel.org |
413 | W: http://www.canb.auug.org.au/~sfr/ | 466 | W: http://www.canb.auug.org.au/~sfr/ |
414 | S: Supported | 467 | S: Supported |
468 | F: arch/x86/kernel/apm_32.c | ||
469 | F: include/linux/apm_bios.h | ||
415 | 470 | ||
416 | APPLE BCM5974 MULTITOUCH DRIVER | 471 | APPLE BCM5974 MULTITOUCH DRIVER |
417 | P: Henrik Rydberg | 472 | M: Henrik Rydberg <rydberg@euromail.se> |
418 | M: rydberg@euromail.se | ||
419 | L: linux-input@vger.kernel.org | 473 | L: linux-input@vger.kernel.org |
420 | S: Maintained | 474 | S: Maintained |
475 | F: drivers/input/mouse/bcm5974.c | ||
421 | 476 | ||
422 | APPLE SMC DRIVER | 477 | APPLE SMC DRIVER |
423 | P: Nicolas Boichat | 478 | M: Nicolas Boichat <nicolas@boichat.ch> |
424 | M: nicolas@boichat.ch | ||
425 | L: mactel-linux-devel@lists.sourceforge.net | 479 | L: mactel-linux-devel@lists.sourceforge.net |
426 | S: Maintained | 480 | S: Maintained |
481 | F: drivers/hwmon/applesmc.c | ||
427 | 482 | ||
428 | APPLETALK NETWORK LAYER | 483 | APPLETALK NETWORK LAYER |
429 | P: Arnaldo Carvalho de Melo | 484 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
430 | M: acme@ghostprotocols.net | ||
431 | S: Maintained | 485 | S: Maintained |
486 | F: drivers/net/appletalk/ | ||
487 | F: net/appletalk/ | ||
432 | 488 | ||
433 | APPLETOUCH TOUCHPAD DRIVER | 489 | APPLETOUCH TOUCHPAD DRIVER |
434 | P: Johannes Berg | 490 | M: Johannes Berg <johannes@sipsolutions.net> |
435 | M: johannes@sipsolutions.net | ||
436 | L: linux-input@vger.kernel.org | 491 | L: linux-input@vger.kernel.org |
437 | S: Maintained | 492 | S: Maintained |
493 | F: Documentation/input/appletouch.txt | ||
494 | F: drivers/input/mouse/appletouch.c | ||
438 | 495 | ||
439 | ARC FRAMEBUFFER DRIVER | 496 | ARC FRAMEBUFFER DRIVER |
440 | P: Jaya Kumar | 497 | M: Jaya Kumar <jayalk@intworks.biz> |
441 | M: jayalk@intworks.biz | ||
442 | S: Maintained | 498 | S: Maintained |
499 | F: drivers/video/arcfb.c | ||
500 | F: drivers/video/fb_defio.c | ||
443 | 501 | ||
444 | ARM MFM AND FLOPPY DRIVERS | 502 | ARM MFM AND FLOPPY DRIVERS |
445 | P: Ian Molton | 503 | M: Ian Molton <spyro@f2s.com> |
446 | M: spyro@f2s.com | 504 | S: Maintained |
505 | F: arch/arm/lib/floppydma.S | ||
506 | F: arch/arm/include/asm/floppy.h | ||
507 | |||
508 | ARM PORT | ||
509 | M: Russell King <linux@arm.linux.org.uk> | ||
510 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
511 | W: http://www.arm.linux.org.uk/ | ||
512 | S: Maintained | ||
513 | F: arch/arm/ | ||
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> | ||
447 | S: Maintained | 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 | ||
448 | 530 | ||
449 | ARM PRIMECELL MMCI PL180/1 DRIVER | 531 | ARM PRIMECELL MMCI PL180/1 DRIVER |
450 | S: Orphan | 532 | S: Orphan |
533 | F: drivers/mmc/host/mmci.* | ||
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 | ||
451 | 540 | ||
452 | ARM/ADI ROADRUNNER MACHINE SUPPORT | 541 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
453 | P: Lennert Buytenhek | 542 | M: Lennert Buytenhek <kernel@wantstofly.org> |
454 | M: kernel@wantstofly.org | 543 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
455 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
456 | S: Maintained | 544 | S: Maintained |
545 | F: arch/arm/mach-ixp23xx/ | ||
546 | F: arch/arm/mach-ixp23xx/include/mach/ | ||
457 | 547 | ||
458 | ARM/ADS SPHERE MACHINE SUPPORT | 548 | ARM/ADS SPHERE MACHINE SUPPORT |
459 | P: Lennert Buytenhek | 549 | M: Lennert Buytenhek <kernel@wantstofly.org> |
460 | M: kernel@wantstofly.org | 550 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
461 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
462 | S: Maintained | 551 | S: Maintained |
463 | 552 | ||
464 | ARM/AFEB9260 MACHINE SUPPORT | 553 | ARM/AFEB9260 MACHINE SUPPORT |
465 | P: Sergey Lapin | 554 | M: Sergey Lapin <slapin@ossfans.org> |
466 | M: slapin@ossfans.org | 555 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
467 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
468 | S: Maintained | 556 | S: Maintained |
469 | 557 | ||
470 | ARM/AJECO 1ARM MACHINE SUPPORT | 558 | ARM/AJECO 1ARM MACHINE SUPPORT |
471 | P: Lennert Buytenhek | 559 | M: Lennert Buytenhek <kernel@wantstofly.org> |
472 | M: kernel@wantstofly.org | 560 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
473 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
474 | S: Maintained | 561 | S: Maintained |
475 | 562 | ||
476 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE | 563 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
477 | P: Andrew Victor | 564 | M: Andrew Victor <linux@maxim.org.za> |
478 | M: linux@maxim.org.za | 565 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
479 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
480 | W: http://maxim.org.za/at91_26.html | 566 | W: http://maxim.org.za/at91_26.html |
481 | S: Maintained | 567 | S: Maintained |
482 | 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 | |||
483 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE | 586 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
484 | P: Lennert Buytenhek | 587 | M: Hartley Sweeten <hsweeten@visionengravers.com> |
485 | M: kernel@wantstofly.org | 588 | M: Ryan Mallon <ryan@bluewatersys.com> |
486 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 589 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
487 | S: Maintained | 590 | S: Maintained |
591 | F: arch/arm/mach-ep93xx/ | ||
592 | F: arch/arm/mach-ep93xx/include/mach/ | ||
488 | 593 | ||
489 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT | 594 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT |
490 | P: Lennert Buytenhek | 595 | M: Lennert Buytenhek <kernel@wantstofly.org> |
491 | M: kernel@wantstofly.org | 596 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
492 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
493 | S: Maintained | 597 | S: Maintained |
494 | 598 | ||
599 | ARM/CLKDEV SUPPORT | ||
600 | M: Russell King <linux@arm.linux.org.uk> | ||
601 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
602 | F: arch/arm/common/clkdev.c | ||
603 | F: arch/arm/include/asm/clkdev.h | ||
604 | |||
495 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT | 605 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
496 | P: Mike Rapoport | 606 | M: Mike Rapoport <mike@compulab.co.il> |
497 | M: mike@compulab.co.il | 607 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
498 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
499 | S: Maintained | 608 | S: Maintained |
500 | 609 | ||
610 | ARM/CONTEC MICRO9 MACHINE SUPPORT | ||
611 | M: Hubert Feurstein <hubert.feurstein@contec.at> | ||
612 | S: Maintained | ||
613 | F: arch/arm/mach-ep93xx/micro9.c | ||
614 | |||
501 | ARM/CORGI MACHINE SUPPORT | 615 | ARM/CORGI MACHINE SUPPORT |
502 | P: Richard Purdie | 616 | M: Richard Purdie <rpurdie@rpsys.net> |
503 | M: rpurdie@rpsys.net | ||
504 | S: Maintained | 617 | S: Maintained |
505 | 618 | ||
506 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE | 619 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
507 | P: Paulius Zaleckas | 620 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
508 | M: paulius.zaleckas@teltonika.lt | 621 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
509 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 622 | T: git git://gitorious.org/linux-gemini/mainline.git |
510 | T: git gitorious.org/linux-gemini/mainline.git | ||
511 | S: Maintained | 623 | S: Maintained |
624 | F: arch/arm/mach-gemini/ | ||
625 | |||
626 | ARM/EBSA110 MACHINE SUPPORT | ||
627 | M: Russell King <linux@arm.linux.org.uk> | ||
628 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
629 | W: http://www.arm.linux.org.uk/ | ||
630 | S: Maintained | ||
631 | F: arch/arm/mach-ebsa110/ | ||
632 | F: drivers/net/arm/am79c961a.* | ||
512 | 633 | ||
513 | 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) |
514 | P: Daniel Ribeiro | 635 | M: Daniel Ribeiro <drwyrm@gmail.com> |
515 | M: drwyrm@gmail.com | 636 | M: Stefan Schmidt <stefan@openezx.org> |
516 | P: Stefan Schmidt | 637 | M: Harald Welte <laforge@openezx.org> |
517 | M: stefan@openezx.org | ||
518 | P: Harald Welte | ||
519 | M: laforge@openezx.org | ||
520 | L: openezx-devel@lists.openezx.org (subscribers-only) | 638 | L: openezx-devel@lists.openezx.org (subscribers-only) |
521 | W: http://www.openezx.org/ | 639 | W: http://www.openezx.org/ |
522 | S: Maintained | 640 | S: Maintained |
641 | T: topgit git://git.openezx.org/openezx.git | ||
642 | F: arch/arm/mach-pxa/ezx.c | ||
523 | 643 | ||
524 | ARM/FARADAY FA526 PORT | 644 | ARM/FARADAY FA526 PORT |
525 | P: Paulius Zaleckas | 645 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
526 | M: paulius.zaleckas@teltonika.lt | 646 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
527 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
528 | S: Maintained | 647 | S: Maintained |
648 | F: arch/arm/mm/*-fa* | ||
649 | |||
650 | ARM/FOOTBRIDGE ARCHITECTURE | ||
651 | M: Russell King <linux@arm.linux.org.uk> | ||
652 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
653 | W: http://www.arm.linux.org.uk/ | ||
654 | S: Maintained | ||
655 | F: arch/arm/include/asm/hardware/dec21285.h | ||
656 | F: arch/arm/mach-footbridge/ | ||
529 | 657 | ||
530 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE | 658 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
531 | P: Sascha Hauer | 659 | M: Sascha Hauer <kernel@pengutronix.de> |
532 | M: kernel@pengutronix.de | 660 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
533 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
534 | S: Maintained | 661 | S: Maintained |
662 | T: git://git.pengutronix.de/git/imx/linux-2.6.git | ||
663 | F: arch/arm/mach-mx*/ | ||
664 | F: arch/arm/plat-mxc/ | ||
535 | 665 | ||
536 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT | 666 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
537 | P: Lennert Buytenhek | 667 | M: Lennert Buytenhek <kernel@wantstofly.org> |
538 | M: kernel@wantstofly.org | 668 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
539 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
540 | S: Maintained | 669 | S: Maintained |
541 | 670 | ||
542 | ARM/GUMSTIX MACHINE SUPPORT | 671 | ARM/GUMSTIX MACHINE SUPPORT |
543 | P: Steve Sakoman | 672 | M: Steve Sakoman <sakoman@gmail.com> |
544 | M: sakoman@gmail.com | 673 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
545 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 674 | S: Maintained |
675 | |||
676 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT | ||
677 | M: Philipp Zabel <philipp.zabel@gmail.com> | ||
546 | S: Maintained | 678 | S: Maintained |
679 | F: arch/arm/mach-pxa/hx4700.c | ||
680 | F: arch/arm/mach-pxa/include/mach/hx4700.h | ||
547 | 681 | ||
548 | ARM/HP JORNADA 7XX MACHINE SUPPORT | 682 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
549 | P: Kristoffer Ericson | 683 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
550 | M: kristoffer.ericson@gmail.com | ||
551 | W: www.jlime.com | 684 | W: www.jlime.com |
552 | S: Maintained | 685 | S: Maintained |
686 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | ||
687 | F: arch/arm/mach-sa1100/jornada720.c | ||
688 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | ||
553 | 689 | ||
554 | ARM/INTEL IOP32X ARM ARCHITECTURE | 690 | ARM/INTEL IOP32X ARM ARCHITECTURE |
555 | P: Lennert Buytenhek | 691 | M: Lennert Buytenhek <kernel@wantstofly.org> |
556 | M: kernel@wantstofly.org | 692 | M: Dan Williams <dan.j.williams@intel.com> |
557 | P: Dan Williams | 693 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
558 | M: dan.j.williams@intel.com | 694 | S: Maintained |
559 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
560 | S: Supported | ||
561 | 695 | ||
562 | ARM/INTEL IOP33X ARM ARCHITECTURE | 696 | ARM/INTEL IOP33X ARM ARCHITECTURE |
563 | P: Dan Williams | 697 | M: Dan Williams <dan.j.williams@intel.com> |
564 | M: dan.j.williams@intel.com | 698 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
565 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 699 | S: Maintained |
566 | S: Supported | ||
567 | 700 | ||
568 | ARM/INTEL IOP13XX ARM ARCHITECTURE | 701 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
569 | P: Lennert Buytenhek | 702 | M: Lennert Buytenhek <kernel@wantstofly.org> |
570 | M: kernel@wantstofly.org | 703 | M: Dan Williams <dan.j.williams@intel.com> |
571 | P: Dan Williams | 704 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
572 | M: dan.j.williams@intel.com | 705 | S: Maintained |
573 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
574 | S: Supported | ||
575 | 706 | ||
576 | ARM/INTEL IQ81342EX MACHINE SUPPORT | 707 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
577 | P: Lennert Buytenhek | 708 | M: Lennert Buytenhek <kernel@wantstofly.org> |
578 | M: kernel@wantstofly.org | 709 | M: Dan Williams <dan.j.williams@intel.com> |
579 | P: Dan Williams | 710 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
580 | M: dan.j.williams@intel.com | 711 | S: Maintained |
581 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
582 | S: Supported | ||
583 | 712 | ||
584 | ARM/INTEL IXP2000 ARM ARCHITECTURE | 713 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
585 | P: Lennert Buytenhek | 714 | M: Lennert Buytenhek <kernel@wantstofly.org> |
586 | M: kernel@wantstofly.org | 715 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
587 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
588 | S: Maintained | 716 | S: Maintained |
589 | 717 | ||
590 | ARM/INTEL IXDP2850 MACHINE SUPPORT | 718 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
591 | P: Lennert Buytenhek | 719 | M: Lennert Buytenhek <kernel@wantstofly.org> |
592 | M: kernel@wantstofly.org | 720 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
593 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
594 | S: Maintained | 721 | S: Maintained |
595 | 722 | ||
596 | ARM/INTEL IXP23XX ARM ARCHITECTURE | 723 | ARM/INTEL IXP23XX ARM ARCHITECTURE |
597 | P: Lennert Buytenhek | 724 | M: Lennert Buytenhek <kernel@wantstofly.org> |
598 | M: kernel@wantstofly.org | 725 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
599 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
600 | S: Maintained | 726 | S: Maintained |
601 | 727 | ||
728 | ARM/INTEL IXP4XX ARM ARCHITECTURE | ||
729 | M: Imre Kaloz <kaloz@openwrt.org> | ||
730 | M: Krzysztof Halasa <khc@pm.waw.pl> | ||
731 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
732 | S: Maintained | ||
733 | F: arch/arm/mach-ixp4xx/ | ||
734 | |||
735 | ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT | ||
736 | M: Jonathan Cameron <jic23@cam.ac.uk> | ||
737 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
738 | S: Maintained | ||
739 | F: arch/arm/mach-pxa/imote2.c | ||
740 | |||
741 | ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT | ||
742 | M: Jonathan Cameron <jic23@cam.ac.uk> | ||
743 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
744 | S: Maintained | ||
745 | F: arch/arm/mach-pxa/stargate2.c | ||
746 | F: drivers/pcmcia/pxa2xx_stargate2.c | ||
747 | |||
602 | ARM/INTEL XSC3 (MANZANO) ARM CORE | 748 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
603 | P: Lennert Buytenhek | 749 | M: Lennert Buytenhek <kernel@wantstofly.org> |
604 | M: kernel@wantstofly.org | 750 | M: Dan Williams <dan.j.williams@intel.com> |
605 | P: Dan Williams | 751 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
606 | M: dan.j.williams@intel.com | 752 | S: Maintained |
607 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
608 | S: Supported | ||
609 | 753 | ||
610 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | 754 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
611 | P: Lennert Buytenhek | 755 | M: Lennert Buytenhek <kernel@wantstofly.org> |
612 | M: kernel@wantstofly.org | 756 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
613 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
614 | S: Maintained | 757 | S: Maintained |
615 | 758 | ||
616 | ARM/LOGICPD PXA270 MACHINE SUPPORT | 759 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
617 | P: Lennert Buytenhek | 760 | M: Lennert Buytenhek <kernel@wantstofly.org> |
618 | M: kernel@wantstofly.org | 761 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
619 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
620 | S: Maintained | 762 | S: Maintained |
621 | 763 | ||
622 | ARM/MAGICIAN MACHINE SUPPORT | 764 | ARM/MAGICIAN MACHINE SUPPORT |
623 | P: Philipp Zabel | 765 | M: Philipp Zabel <philipp.zabel@gmail.com> |
624 | M: philipp.zabel@gmail.com | 766 | S: Maintained |
767 | |||
768 | ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support | ||
769 | M: Lennert Buytenhek <buytenh@marvell.com> | ||
770 | M: Nicolas Pitre <nico@marvell.com> | ||
771 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
772 | T: git git://git.marvell.com/orion | ||
773 | S: Maintained | ||
774 | F: arch/arm/mach-loki/ | ||
775 | F: arch/arm/mach-kirkwood/ | ||
776 | F: arch/arm/mach-mv78xx0/ | ||
777 | F: arch/arm/mach-orion5x/ | ||
778 | F: arch/arm/plat-orion/ | ||
779 | |||
780 | ARM/MIOA701 MACHINE SUPPORT | ||
781 | M: Robert Jarzmik <robert.jarzmik@free.fr> | ||
782 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
783 | F: arch/arm/mach-pxa/mioa701.c | ||
625 | S: Maintained | 784 | S: Maintained |
626 | 785 | ||
627 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT | 786 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
628 | P: Michael Petchkovsky | 787 | M: Michael Petchkovsky <mkpetch@internode.on.net> |
629 | M: mkpetch@internode.on.net | ||
630 | S: Maintained | 788 | S: Maintained |
631 | 789 | ||
790 | ARM/NOMADIK ARCHITECTURE | ||
791 | M: Alessandro Rubini <rubini@unipv.it> | ||
792 | M: STEricsson <STEricsson_nomadik_linux@list.st.com> | ||
793 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
794 | S: Maintained | ||
795 | F: arch/arm/mach-nomadik/ | ||
796 | F: arch/arm/plat-nomadik/ | ||
797 | |||
798 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT | ||
799 | M: Nelson Castillo <arhuaco@freaks-unidos.net> | ||
800 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) | ||
801 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | ||
802 | S: Supported | ||
803 | |||
632 | ARM/TOSA MACHINE SUPPORT | 804 | ARM/TOSA MACHINE SUPPORT |
633 | P: Dmitry Eremin-Solenikov | 805 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
634 | M: dbaryshkov@gmail.com | 806 | M: Dirk Opfer <dirk@opfer-online.de> |
635 | P: Dirk Opfer | ||
636 | M: dirk@opfer-online.de | ||
637 | S: Maintained | 807 | S: Maintained |
638 | 808 | ||
639 | ARM/PALMTX,PALMT5,PALMLD SUPPORT | 809 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
640 | P: Marek Vasut | 810 | M: Marek Vasut <marek.vasut@gmail.com> |
641 | M: marek.vasut@gmail.com | 811 | L: linux-arm-kernel@lists.infradead.org |
812 | W: http://hackndev.com | ||
813 | S: Maintained | ||
814 | F: arch/arm/mach-pxa/include/mach/palmtx.h | ||
815 | F: arch/arm/mach-pxa/palmtx.c | ||
816 | F: arch/arm/mach-pxa/include/mach/palmt5.h | ||
817 | F: arch/arm/mach-pxa/palmt5.c | ||
818 | F: arch/arm/mach-pxa/include/mach/palmld.h | ||
819 | F: arch/arm/mach-pxa/palmld.c | ||
820 | F: arch/arm/mach-pxa/include/mach/palmte2.h | ||
821 | F: arch/arm/mach-pxa/palmte2.c | ||
822 | F: arch/arm/mach-pxa/include/mach/palmtc.h | ||
823 | F: arch/arm/mach-pxa/palmtc.c | ||
824 | |||
825 | ARM/PALM TREO 680 SUPPORT | ||
826 | M: Tomas Cech <sleep_walker@suse.cz> | ||
827 | L: linux-arm-kernel@lists.infradead.org | ||
642 | W: http://hackndev.com | 828 | W: http://hackndev.com |
643 | S: Maintained | 829 | S: Maintained |
830 | F: arch/arm/mach-pxa/include/mach/treo680.h | ||
831 | F: arch/arm/mach-pxa/treo680.c | ||
644 | 832 | ||
645 | ARM/PALMZ72 SUPPORT | 833 | ARM/PALMZ72 SUPPORT |
646 | P: Sergey Lapin | 834 | M: Sergey Lapin <slapin@ossfans.org> |
647 | M: slapin@ossfans.org | 835 | L: linux-arm-kernel@lists.infradead.org |
648 | W: http://hackndev.com | 836 | W: http://hackndev.com |
649 | S: Maintained | 837 | S: Maintained |
838 | F: arch/arm/mach-pxa/include/mach/palmz72.h | ||
839 | F: arch/arm/mach-pxa/palmz72.c | ||
650 | 840 | ||
651 | ARM/PLEB SUPPORT | 841 | ARM/PLEB SUPPORT |
652 | P: Peter Chubb | 842 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
653 | M: pleb@gelato.unsw.edu.au | ||
654 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB | 843 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
655 | S: Maintained | 844 | S: Maintained |
656 | 845 | ||
657 | ARM/PT DIGITAL BOARD PORT | 846 | ARM/PT DIGITAL BOARD PORT |
658 | P: Stefan Eletzhofer | 847 | M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> |
659 | M: stefan.eletzhofer@eletztrick.de | 848 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
660 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
661 | W: http://www.arm.linux.org.uk/ | 849 | W: http://www.arm.linux.org.uk/ |
662 | S: Maintained | 850 | S: Maintained |
663 | 851 | ||
664 | ARM/RADISYS ENP2611 MACHINE SUPPORT | 852 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
665 | P: Lennert Buytenhek | 853 | M: Lennert Buytenhek <kernel@wantstofly.org> |
666 | M: kernel@wantstofly.org | 854 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
667 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 855 | S: Maintained |
856 | |||
857 | ARM/RISCPC ARCHITECTURE | ||
858 | M: Russell King <linux@arm.linux.org.uk> | ||
859 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
860 | W: http://www.arm.linux.org.uk/ | ||
668 | S: Maintained | 861 | S: Maintained |
862 | F: arch/arm/common/time-acorn.c | ||
863 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S | ||
864 | F: arch/arm/include/asm/hardware/ioc.h | ||
865 | F: arch/arm/include/asm/hardware/iomd.h | ||
866 | F: arch/arm/include/asm/hardware/memc.h | ||
867 | F: arch/arm/mach-rpc/ | ||
868 | F: drivers/net/arm/ether* | ||
869 | F: drivers/scsi/arm/ | ||
669 | 870 | ||
670 | ARM/SHARK MACHINE SUPPORT | 871 | ARM/SHARK MACHINE SUPPORT |
671 | P: Alexander Schulz | 872 | M: Alexander Schulz <alex@shark-linux.de> |
672 | M: alex@shark-linux.de | ||
673 | W: http://www.shark-linux.de/shark.html | 873 | W: http://www.shark-linux.de/shark.html |
674 | S: Maintained | 874 | S: Maintained |
675 | 875 | ||
676 | ARM/STRONGARM110 PORT | 876 | ARM/SAMSUNG ARM ARCHITECTURES |
677 | P: Russell King | 877 | M: Ben Dooks <ben-linux@fluff.org> |
678 | M: rmk@arm.linux.org.uk | 878 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
679 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 879 | W: http://www.fluff.org/ben/linux/ |
680 | W: http://www.arm.linux.org.uk/ | ||
681 | S: Maintained | 880 | S: Maintained |
881 | F: arch/arm/plat-s3c/ | ||
882 | F: arch/arm/plat-s3c24xx/ | ||
682 | 883 | ||
683 | ARM/S3C2410 ARM ARCHITECTURE | 884 | ARM/S3C2410 ARM ARCHITECTURE |
684 | P: Ben Dooks | 885 | M: Ben Dooks <ben-linux@fluff.org> |
685 | M: ben-linux@fluff.org | 886 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
686 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
687 | W: http://www.fluff.org/ben/linux/ | 887 | W: http://www.fluff.org/ben/linux/ |
688 | S: Maintained | 888 | S: Maintained |
889 | F: arch/arm/mach-s3c2410/ | ||
689 | 890 | ||
690 | ARM/S3C2440 ARM ARCHITECTURE | 891 | ARM/S3C2440 ARM ARCHITECTURE |
691 | P: Ben Dooks | 892 | M: Ben Dooks <ben-linux@fluff.org> |
692 | M: ben-linux@fluff.org | 893 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
693 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 894 | W: http://www.fluff.org/ben/linux/ |
895 | S: Maintained | ||
896 | F: arch/arm/mach-s3c2440/ | ||
897 | |||
898 | ARM/S3C2442 ARM ARCHITECTURE | ||
899 | M: Ben Dooks <ben-linux@fluff.org> | ||
900 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
901 | W: http://www.fluff.org/ben/linux/ | ||
902 | S: Maintained | ||
903 | F: arch/arm/mach-s3c2442/ | ||
904 | |||
905 | ARM/S3C2443 ARM ARCHITECTURE | ||
906 | M: Ben Dooks <ben-linux@fluff.org> | ||
907 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
908 | W: http://www.fluff.org/ben/linux/ | ||
909 | S: Maintained | ||
910 | F: arch/arm/mach-s3c2443/ | ||
911 | |||
912 | ARM/S3C6400 ARM ARCHITECTURE | ||
913 | M: Ben Dooks <ben-linux@fluff.org> | ||
914 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
915 | W: http://www.fluff.org/ben/linux/ | ||
916 | S: Maintained | ||
917 | F: arch/arm/mach-s3c6400/ | ||
918 | |||
919 | ARM/S3C6410 ARM ARCHITECTURE | ||
920 | M: Ben Dooks <ben-linux@fluff.org> | ||
921 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
694 | W: http://www.fluff.org/ben/linux/ | 922 | W: http://www.fluff.org/ben/linux/ |
695 | S: Maintained | 923 | S: Maintained |
924 | F: arch/arm/mach-s3c6410/ | ||
696 | 925 | ||
697 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT | 926 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
698 | P: Lennert Buytenhek | 927 | M: Lennert Buytenhek <kernel@wantstofly.org> |
699 | M: kernel@wantstofly.org | 928 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
700 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
701 | S: Maintained | 929 | S: Maintained |
702 | 930 | ||
703 | ARM/THECUS N2100 MACHINE SUPPORT | 931 | ARM/THECUS N2100 MACHINE SUPPORT |
704 | P: Lennert Buytenhek | 932 | M: Lennert Buytenhek <kernel@wantstofly.org> |
705 | M: kernel@wantstofly.org | 933 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
706 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
707 | S: Maintained | 934 | S: Maintained |
708 | 935 | ||
709 | ARM/NUVOTON W90X900 ARM ARCHITECTURE | 936 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
710 | P: Wan ZongShun | 937 | M: Wan ZongShun <mcuos.com@gmail.com> |
711 | M: mcuos.com@gmail.com | 938 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
712 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 939 | W: http://www.mcuos.com |
713 | W: http://www.mcuos.com | 940 | S: Maintained |
714 | S: Maintained | 941 | |
715 | 942 | ARM/U8500 ARM ARCHITECTURE | |
716 | ARPD SUPPORT | 943 | M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> |
717 | P: Jonathan Layes | 944 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
718 | L: netdev@vger.kernel.org | 945 | S: Maintained |
946 | F: arch/arm/mach-ux500/ | ||
947 | |||
948 | ARM/VFP SUPPORT | ||
949 | M: Russell King <linux@arm.linux.org.uk> | ||
950 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
951 | W: http://www.arm.linux.org.uk/ | ||
719 | S: Maintained | 952 | S: Maintained |
953 | F: arch/arm/vfp/ | ||
720 | 954 | ||
721 | ASUS ACPI EXTRAS DRIVER | 955 | ASUS ACPI EXTRAS DRIVER |
722 | P: Corentin Chary | 956 | M: Corentin Chary <corentincj@iksaif.net> |
723 | M: corentincj@iksaif.net | 957 | M: Karol Kozimor <sziwan@users.sourceforge.net> |
724 | P: Karol Kozimor | ||
725 | M: sziwan@users.sourceforge.net | ||
726 | L: acpi4asus-user@lists.sourceforge.net | 958 | L: acpi4asus-user@lists.sourceforge.net |
727 | W: http://sourceforge.net/projects/acpi4asus | 959 | W: http://acpi4asus.sf.net |
728 | W: http://xf.iksaif.net/acpi4asus | ||
729 | S: Maintained | 960 | S: Maintained |
961 | F: drivers/platform/x86/asus_acpi.c | ||
730 | 962 | ||
731 | ASUS ASB100 HARDWARE MONITOR DRIVER | 963 | ASUS ASB100 HARDWARE MONITOR DRIVER |
732 | P: Mark M. Hoffman | 964 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
733 | M: mhoffman@lightlink.com | ||
734 | L: lm-sensors@lm-sensors.org | 965 | L: lm-sensors@lm-sensors.org |
735 | S: Maintained | 966 | S: Maintained |
967 | F: drivers/hwmon/asb100.c | ||
736 | 968 | ||
737 | ASUS LAPTOP EXTRAS DRIVER | 969 | ASUS LAPTOP EXTRAS DRIVER |
738 | P: Corentin Chary | 970 | M: Corentin Chary <corentincj@iksaif.net> |
739 | M: corentincj@iksaif.net | ||
740 | L: acpi4asus-user@lists.sourceforge.net | 971 | L: acpi4asus-user@lists.sourceforge.net |
741 | W: http://sourceforge.net/projects/acpi4asus | 972 | W: http://acpi4asus.sf.net |
742 | W: http://xf.iksaif.net/acpi4asus | ||
743 | S: Maintained | 973 | S: Maintained |
974 | F: drivers/platform/x86/asus-laptop.c | ||
744 | 975 | ||
745 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | 976 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
746 | P: Dan Williams | 977 | M: Dan Williams <dan.j.williams@intel.com> |
747 | M: dan.j.williams@intel.com | 978 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
748 | P: Maciej Sosnowski | ||
749 | M: maciej.sosnowski@intel.com | ||
750 | L: linux-kernel@vger.kernel.org | ||
751 | W: http://sourceforge.net/projects/xscaleiop | 979 | W: http://sourceforge.net/projects/xscaleiop |
752 | S: Supported | 980 | S: Supported |
981 | F: Documentation/crypto/async-tx-api.txt | ||
982 | F: crypto/async_tx/ | ||
983 | F: drivers/dma/ | ||
984 | F: include/linux/dmaengine.h | ||
985 | F: include/linux/async_tx.h | ||
986 | |||
987 | AT24 EEPROM DRIVER | ||
988 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
989 | L: linux-i2c@vger.kernel.org | ||
990 | S: Maintained | ||
991 | F: drivers/misc/eeprom/at24.c | ||
992 | F: include/linux/i2c/at24.h | ||
753 | 993 | ||
754 | ATA OVER ETHERNET (AOE) DRIVER | 994 | ATA OVER ETHERNET (AOE) DRIVER |
755 | P: Ed L. Cashin | 995 | M: "Ed L. Cashin" <ecashin@coraid.com> |
756 | M: ecashin@coraid.com | ||
757 | W: http://www.coraid.com/support/linux | 996 | W: http://www.coraid.com/support/linux |
758 | S: Supported | 997 | S: Supported |
998 | F: Documentation/aoe/ | ||
999 | F: drivers/block/aoe/ | ||
759 | 1000 | ||
760 | ATHEROS ATH5K WIRELESS DRIVER | 1001 | ATHEROS ATH5K WIRELESS DRIVER |
761 | P: Jiri Slaby | 1002 | M: Jiri Slaby <jirislaby@gmail.com> |
762 | M: jirislaby@gmail.com | 1003 | M: Nick Kossifidis <mickflemm@gmail.com> |
763 | P: Nick Kossifidis | 1004 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
764 | M: mickflemm@gmail.com | 1005 | M: Bob Copeland <me@bobcopeland.com> |
765 | P: Luis R. Rodriguez | ||
766 | M: lrodriguez@atheros.com | ||
767 | P: Bob Copeland | ||
768 | M: me@bobcopeland.com | ||
769 | L: linux-wireless@vger.kernel.org | 1006 | L: linux-wireless@vger.kernel.org |
770 | L: ath5k-devel@lists.ath5k.org | 1007 | L: ath5k-devel@lists.ath5k.org |
1008 | W: http://wireless.kernel.org/en/users/Drivers/ath5k | ||
771 | S: Maintained | 1009 | S: Maintained |
1010 | F: drivers/net/wireless/ath/ath5k/ | ||
772 | 1011 | ||
773 | ATHEROS ATH9K WIRELESS DRIVER | 1012 | ATHEROS ATH9K WIRELESS DRIVER |
774 | P: Luis R. Rodriguez | 1013 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
775 | M: lrodriguez@atheros.com | 1014 | M: Jouni Malinen <jmalinen@atheros.com> |
776 | P: Jouni Malinen | 1015 | M: Sujith Manoharan <Sujith.Manoharan@atheros.com> |
777 | M: jmalinen@atheros.com | 1016 | M: Vasanthakumar Thiagarajan <vasanth@atheros.com> |
1017 | M: Senthil Balasubramanian <senthilkumar@atheros.com> | ||
778 | L: linux-wireless@vger.kernel.org | 1018 | L: linux-wireless@vger.kernel.org |
779 | L: ath9k-devel@lists.ath9k.org | 1019 | L: ath9k-devel@lists.ath9k.org |
1020 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | ||
780 | S: Supported | 1021 | S: Supported |
1022 | F: drivers/net/wireless/ath/ath9k/ | ||
781 | 1023 | ||
782 | ATHEROS AR9170 WIRELESS DRIVER | 1024 | ATHEROS AR9170 WIRELESS DRIVER |
783 | P: Christian Lamparter | 1025 | M: Christian Lamparter <chunkeey@web.de> |
784 | M: chunkeey@web.de | ||
785 | L: linux-wireless@vger.kernel.org | 1026 | L: linux-wireless@vger.kernel.org |
786 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 | 1027 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 |
787 | S: Maintained | 1028 | S: Maintained |
788 | F: drivers/net/wireless/ar9170/ | 1029 | F: drivers/net/wireless/ath/ar9170/ |
1030 | |||
1031 | ATK0110 HWMON DRIVER | ||
1032 | M: Luca Tettamanti <kronos.it@gmail.com> | ||
1033 | L: lm-sensors@lm-sensors.org | ||
1034 | S: Maintained | ||
1035 | F: drivers/hwmon/asus_atk0110.c | ||
789 | 1036 | ||
790 | ATI_REMOTE2 DRIVER | 1037 | ATI_REMOTE2 DRIVER |
791 | P: Ville Syrjala | 1038 | M: Ville Syrjala <syrjala@sci.fi> |
792 | M: syrjala@sci.fi | ||
793 | S: Maintained | 1039 | S: Maintained |
1040 | F: drivers/input/misc/ati_remote2.c | ||
794 | 1041 | ||
795 | ATLX ETHERNET DRIVERS | 1042 | ATLX ETHERNET DRIVERS |
796 | P: Jay Cliburn | 1043 | M: Jay Cliburn <jcliburn@gmail.com> |
797 | M: jcliburn@gmail.com | 1044 | M: Chris Snook <chris.snook@gmail.com> |
798 | P: Chris Snook | 1045 | M: Jie Yang <jie.yang@atheros.com> |
799 | M: csnook@redhat.com | ||
800 | P: Jie Yang | ||
801 | M: jie.yang@atheros.com | ||
802 | L: atl1-devel@lists.sourceforge.net | 1046 | L: atl1-devel@lists.sourceforge.net |
803 | W: http://sourceforge.net/projects/atl1 | 1047 | W: http://sourceforge.net/projects/atl1 |
804 | W: http://atl1.sourceforge.net | 1048 | W: http://atl1.sourceforge.net |
805 | S: Maintained | 1049 | S: Maintained |
1050 | F: drivers/net/atlx/ | ||
806 | 1051 | ||
807 | ATM | 1052 | ATM |
808 | P: Chas Williams | 1053 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
809 | M: chas@cmf.nrl.navy.mil | 1054 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
810 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | ||
811 | L: netdev@vger.kernel.org | 1055 | L: netdev@vger.kernel.org |
812 | W: http://linux-atm.sourceforge.net | 1056 | W: http://linux-atm.sourceforge.net |
813 | S: Maintained | 1057 | S: Maintained |
1058 | F: drivers/atm/ | ||
1059 | F: include/linux/atm* | ||
814 | 1060 | ||
815 | ATMEL AT91 MCI DRIVER | 1061 | ATMEL AT91 MCI DRIVER |
816 | P: Nicolas Ferre | 1062 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
817 | M: nicolas.ferre@atmel.com | 1063 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
818 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
819 | W: http://www.atmel.com/products/AT91/ | 1064 | W: http://www.atmel.com/products/AT91/ |
820 | W: http://www.at91.com/ | 1065 | W: http://www.at91.com/ |
821 | S: Maintained | 1066 | S: Maintained |
1067 | F: drivers/mmc/host/at91_mci.c | ||
1068 | |||
1069 | ATMEL AT91 / AT32 MCI DRIVER | ||
1070 | M: Nicolas Ferre <nicolas.ferre@atmel.com> | ||
1071 | S: Maintained | ||
1072 | F: drivers/mmc/host/atmel-mci.c | ||
1073 | F: drivers/mmc/host/atmel-mci-regs.h | ||
822 | 1074 | ||
823 | ATMEL AT91 / AT32 SERIAL DRIVER | 1075 | ATMEL AT91 / AT32 SERIAL DRIVER |
824 | P: Haavard Skinnemoen | 1076 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
825 | M: hskinnemoen@atmel.com | ||
826 | L: linux-kernel@vger.kernel.org | ||
827 | S: Supported | 1077 | S: Supported |
1078 | F: drivers/serial/atmel_serial.c | ||
828 | 1079 | ||
829 | ATMEL LCDFB DRIVER | 1080 | ATMEL LCDFB DRIVER |
830 | P: Nicolas Ferre | 1081 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
831 | M: nicolas.ferre@atmel.com | 1082 | L: linux-fbdev@vger.kernel.org |
832 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
833 | S: Maintained | 1083 | S: Maintained |
1084 | F: drivers/video/atmel_lcdfb.c | ||
1085 | F: include/video/atmel_lcdc.h | ||
834 | 1086 | ||
835 | ATMEL MACB ETHERNET DRIVER | 1087 | ATMEL MACB ETHERNET DRIVER |
836 | P: Haavard Skinnemoen | 1088 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
837 | M: hskinnemoen@atmel.com | ||
838 | S: Supported | 1089 | S: Supported |
1090 | F: drivers/net/macb.* | ||
839 | 1091 | ||
840 | ATMEL SPI DRIVER | 1092 | ATMEL SPI DRIVER |
841 | P: Haavard Skinnemoen | 1093 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
842 | M: hskinnemoen@atmel.com | ||
843 | S: Supported | 1094 | S: Supported |
1095 | F: drivers/spi/atmel_spi.* | ||
844 | 1096 | ||
845 | ATMEL USBA UDC DRIVER | 1097 | ATMEL USBA UDC DRIVER |
846 | P: Haavard Skinnemoen | 1098 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
847 | M: hskinnemoen@atmel.com | ||
848 | L: kernel@avr32linux.org | 1099 | L: kernel@avr32linux.org |
849 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver | 1100 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver |
850 | S: Supported | 1101 | S: Supported |
1102 | F: drivers/usb/gadget/atmel_usba_udc.* | ||
851 | 1103 | ||
852 | ATMEL WIRELESS DRIVER | 1104 | ATMEL WIRELESS DRIVER |
853 | P: Simon Kelley | 1105 | M: Simon Kelley <simon@thekelleys.org.uk> |
854 | M: simon@thekelleys.org.uk | ||
855 | L: linux-wireless@vger.kernel.org | 1106 | L: linux-wireless@vger.kernel.org |
856 | W: http://www.thekelleys.org.uk/atmel | 1107 | W: http://www.thekelleys.org.uk/atmel |
857 | W: http://atmelwlandriver.sourceforge.net/ | 1108 | W: http://atmelwlandriver.sourceforge.net/ |
858 | S: Maintained | 1109 | S: Maintained |
1110 | F: drivers/net/wireless/atmel* | ||
859 | 1111 | ||
860 | AUDIT SUBSYSTEM | 1112 | AUDIT SUBSYSTEM |
861 | P: Al Viro | 1113 | M: Al Viro <viro@zeniv.linux.org.uk> |
862 | M: viro@zeniv.linux.org.uk | 1114 | M: Eric Paris <eparis@redhat.com> |
863 | P: Eric Paris | ||
864 | M: eparis@redhat.com | ||
865 | L: linux-audit@redhat.com (subscribers-only) | 1115 | L: linux-audit@redhat.com (subscribers-only) |
866 | W: http://people.redhat.com/sgrubb/audit/ | 1116 | W: http://people.redhat.com/sgrubb/audit/ |
867 | T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git | 1117 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git |
868 | S: Maintained | 1118 | S: Maintained |
1119 | F: include/linux/audit.h | ||
1120 | F: kernel/audit* | ||
869 | 1121 | ||
870 | AUXILIARY DISPLAY DRIVERS | 1122 | AUXILIARY DISPLAY DRIVERS |
871 | P: Miguel Ojeda Sandonis | 1123 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
872 | M: miguel.ojeda.sandonis@gmail.com | ||
873 | L: linux-kernel@vger.kernel.org | ||
874 | W: http://miguelojeda.es/auxdisplay.htm | 1124 | W: http://miguelojeda.es/auxdisplay.htm |
875 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1125 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
876 | S: Maintained | 1126 | S: Maintained |
1127 | F: drivers/auxdisplay/ | ||
1128 | F: include/linux/cfag12864b.h | ||
877 | 1129 | ||
878 | AVR32 ARCHITECTURE | 1130 | AVR32 ARCHITECTURE |
879 | P: Haavard Skinnemoen | 1131 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
880 | M: hskinnemoen@atmel.com | ||
881 | W: http://www.atmel.com/products/AVR32/ | 1132 | W: http://www.atmel.com/products/AVR32/ |
882 | W: http://avr32linux.org/ | 1133 | W: http://avr32linux.org/ |
883 | W: http://avrfreaks.net/ | 1134 | W: http://avrfreaks.net/ |
884 | S: Supported | 1135 | S: Supported |
1136 | F: arch/avr32/ | ||
885 | 1137 | ||
886 | AVR32/AT32AP MACHINE SUPPORT | 1138 | AVR32/AT32AP MACHINE SUPPORT |
887 | P: Haavard Skinnemoen | 1139 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
888 | M: hskinnemoen@atmel.com | ||
889 | S: Supported | 1140 | S: Supported |
1141 | F: arch/avr32/mach-at32ap/ | ||
890 | 1142 | ||
891 | AX.25 NETWORK LAYER | 1143 | AX.25 NETWORK LAYER |
892 | P: Ralf Baechle | 1144 | M: Ralf Baechle <ralf@linux-mips.org> |
893 | M: ralf@linux-mips.org | ||
894 | L: linux-hams@vger.kernel.org | 1145 | L: linux-hams@vger.kernel.org |
895 | W: http://www.linux-ax25.org/ | 1146 | W: http://www.linux-ax25.org/ |
896 | S: Maintained | 1147 | S: Maintained |
1148 | F: include/linux/ax25.h | ||
1149 | F: include/net/ax25.h | ||
1150 | F: net/ax25/ | ||
897 | 1151 | ||
898 | B43 WIRELESS DRIVER | 1152 | B43 WIRELESS DRIVER |
899 | P: Michael Buesch | 1153 | M: Stefano Brivio <stefano.brivio@polimi.it> |
900 | M: mb@bu3sch.de | ||
901 | P: Stefano Brivio | ||
902 | M: stefano.brivio@polimi.it | ||
903 | L: linux-wireless@vger.kernel.org | 1154 | L: linux-wireless@vger.kernel.org |
904 | W: http://linuxwireless.org/en/users/Drivers/b43 | 1155 | W: http://linuxwireless.org/en/users/Drivers/b43 |
905 | S: Maintained | 1156 | S: Maintained |
1157 | F: drivers/net/wireless/b43/ | ||
906 | 1158 | ||
907 | B43LEGACY WIRELESS DRIVER | 1159 | B43LEGACY WIRELESS DRIVER |
908 | P: Larry Finger | 1160 | M: Larry Finger <Larry.Finger@lwfinger.net> |
909 | M: Larry.Finger@lwfinger.net | 1161 | M: Stefano Brivio <stefano.brivio@polimi.it> |
910 | P: Stefano Brivio | ||
911 | M: stefano.brivio@polimi.it | ||
912 | L: linux-wireless@vger.kernel.org | 1162 | L: linux-wireless@vger.kernel.org |
913 | W: http://linuxwireless.org/en/users/Drivers/b43 | 1163 | W: http://linuxwireless.org/en/users/Drivers/b43 |
914 | S: Maintained | 1164 | S: Maintained |
1165 | F: drivers/net/wireless/b43legacy/ | ||
915 | 1166 | ||
916 | BACKLIGHT CLASS/SUBSYSTEM | 1167 | BACKLIGHT CLASS/SUBSYSTEM |
917 | P: Richard Purdie | 1168 | M: Richard Purdie <rpurdie@rpsys.net> |
918 | M: rpurdie@rpsys.net | ||
919 | S: Maintained | 1169 | S: Maintained |
1170 | F: drivers/video/backlight/ | ||
1171 | F: include/linux/backlight.h | ||
920 | 1172 | ||
921 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 | 1173 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
922 | P: Thomas Sailer | 1174 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> |
923 | M: t.sailer@alumni.ethz.ch | ||
924 | L: linux-hams@vger.kernel.org | 1175 | L: linux-hams@vger.kernel.org |
925 | W: http://www.baycom.org/~tom/ham/ham.html | 1176 | W: http://www.baycom.org/~tom/ham/ham.html |
926 | S: Maintained | 1177 | S: Maintained |
1178 | F: drivers/net/hamradio/baycom* | ||
927 | 1179 | ||
928 | BEFS FILE SYSTEM | 1180 | BEFS FILE SYSTEM |
929 | P: Sergey S. Kostyliov | 1181 | M: "Sergey S. Kostyliov" <rathamahata@php4.ru> |
930 | M: rathamahata@php4.ru | ||
931 | L: linux-kernel@vger.kernel.org | ||
932 | S: Maintained | 1182 | S: Maintained |
1183 | F: Documentation/filesystems/befs.txt | ||
1184 | F: fs/befs/ | ||
933 | 1185 | ||
934 | BFS FILE SYSTEM | 1186 | BFS FILE SYSTEM |
935 | P: Tigran A. Aivazian | 1187 | M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> |
936 | M: tigran@aivazian.fsnet.co.uk | ||
937 | L: linux-kernel@vger.kernel.org | ||
938 | S: Maintained | 1188 | S: Maintained |
1189 | F: Documentation/filesystems/bfs.txt | ||
1190 | F: fs/bfs/ | ||
1191 | F: include/linux/bfs_fs.h | ||
939 | 1192 | ||
940 | BLACKFIN ARCHITECTURE | 1193 | BLACKFIN ARCHITECTURE |
941 | P: Bryan Wu | 1194 | M: Mike Frysinger <vapier@gentoo.org> |
942 | M: cooloney@kernel.org | ||
943 | L: uclinux-dist-devel@blackfin.uclinux.org | 1195 | L: uclinux-dist-devel@blackfin.uclinux.org |
944 | W: http://blackfin.uclinux.org | 1196 | W: http://blackfin.uclinux.org |
945 | S: Supported | 1197 | S: Supported |
1198 | F: arch/blackfin/ | ||
946 | 1199 | ||
947 | BLACKFIN EMAC DRIVER | 1200 | BLACKFIN EMAC DRIVER |
948 | P: Bryan Wu | 1201 | M: Michael Hennerich <michael.hennerich@analog.com> |
949 | M: cooloney@kernel.org | 1202 | L: uclinux-dist-devel@blackfin.uclinux.org |
950 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | ||
951 | W: http://blackfin.uclinux.org | 1203 | W: http://blackfin.uclinux.org |
952 | S: Supported | 1204 | S: Supported |
1205 | F: drivers/net/bfin_mac.* | ||
953 | 1206 | ||
954 | BLACKFIN RTC DRIVER | 1207 | BLACKFIN RTC DRIVER |
955 | P: Mike Frysinger | 1208 | M: Mike Frysinger <vapier.adi@gmail.com> |
956 | M: vapier.adi@gmail.com | 1209 | L: uclinux-dist-devel@blackfin.uclinux.org |
957 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | ||
958 | W: http://blackfin.uclinux.org | 1210 | W: http://blackfin.uclinux.org |
959 | S: Supported | 1211 | S: Supported |
1212 | F: drivers/rtc/rtc-bfin.c | ||
960 | 1213 | ||
961 | BLACKFIN SERIAL DRIVER | 1214 | BLACKFIN SERIAL DRIVER |
962 | P: Sonic Zhang | 1215 | M: Sonic Zhang <sonic.zhang@analog.com> |
963 | M: sonic.zhang@analog.com | 1216 | L: uclinux-dist-devel@blackfin.uclinux.org |
964 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | ||
965 | W: http://blackfin.uclinux.org | 1217 | W: http://blackfin.uclinux.org |
966 | S: Supported | 1218 | S: Supported |
1219 | F: drivers/serial/bfin_5xx.c | ||
967 | 1220 | ||
968 | BLACKFIN WATCHDOG DRIVER | 1221 | BLACKFIN WATCHDOG DRIVER |
969 | P: Mike Frysinger | 1222 | M: Mike Frysinger <vapier.adi@gmail.com> |
970 | M: vapier.adi@gmail.com | 1223 | L: uclinux-dist-devel@blackfin.uclinux.org |
971 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | ||
972 | W: http://blackfin.uclinux.org | 1224 | W: http://blackfin.uclinux.org |
973 | S: Supported | 1225 | S: Supported |
1226 | F: drivers/watchdog/bfin_wdt.c | ||
974 | 1227 | ||
975 | BLACKFIN I2C TWI DRIVER | 1228 | BLACKFIN I2C TWI DRIVER |
976 | P: Sonic Zhang | 1229 | M: Sonic Zhang <sonic.zhang@analog.com> |
977 | M: sonic.zhang@analog.com | 1230 | L: uclinux-dist-devel@blackfin.uclinux.org |
978 | L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) | ||
979 | W: http://blackfin.uclinux.org/ | 1231 | W: http://blackfin.uclinux.org/ |
980 | S: Supported | 1232 | S: Supported |
1233 | F: drivers/i2c/busses/i2c-bfin-twi.c | ||
981 | 1234 | ||
982 | BLOCK LAYER | 1235 | BLOCK LAYER |
983 | P: Jens Axboe | 1236 | M: Jens Axboe <axboe@kernel.dk> |
984 | M: axboe@kernel.dk | 1237 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
985 | L: linux-kernel@vger.kernel.org | ||
986 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | ||
987 | S: Maintained | 1238 | S: Maintained |
1239 | F: block/ | ||
988 | 1240 | ||
989 | BLOCK2MTD DRIVER | 1241 | BLOCK2MTD DRIVER |
990 | P: Joern Engel | 1242 | M: Joern Engel <joern@lazybastard.org> |
991 | M: joern@lazybastard.org | ||
992 | L: linux-mtd@lists.infradead.org | 1243 | L: linux-mtd@lists.infradead.org |
993 | S: Maintained | 1244 | S: Maintained |
1245 | F: drivers/mtd/devices/block2mtd.c | ||
994 | 1246 | ||
995 | BLUETOOTH DRIVERS | 1247 | BLUETOOTH DRIVERS |
996 | P: Marcel Holtmann | 1248 | M: Marcel Holtmann <marcel@holtmann.org> |
997 | M: marcel@holtmann.org | ||
998 | L: linux-bluetooth@vger.kernel.org | 1249 | L: linux-bluetooth@vger.kernel.org |
999 | W: http://www.bluez.org/ | 1250 | W: http://www.bluez.org/ |
1000 | S: Maintained | 1251 | S: Maintained |
1252 | F: drivers/bluetooth/ | ||
1001 | 1253 | ||
1002 | BLUETOOTH SUBSYSTEM | 1254 | BLUETOOTH SUBSYSTEM |
1003 | P: Marcel Holtmann | 1255 | M: Marcel Holtmann <marcel@holtmann.org> |
1004 | M: marcel@holtmann.org | ||
1005 | L: linux-bluetooth@vger.kernel.org | 1256 | L: linux-bluetooth@vger.kernel.org |
1006 | W: http://www.bluez.org/ | 1257 | W: http://www.bluez.org/ |
1007 | T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git | 1258 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
1008 | S: Maintained | 1259 | S: Maintained |
1260 | F: net/bluetooth/ | ||
1261 | F: include/net/bluetooth/ | ||
1009 | 1262 | ||
1010 | BONDING DRIVER | 1263 | BONDING DRIVER |
1011 | P: Jay Vosburgh | 1264 | M: Jay Vosburgh <fubar@us.ibm.com> |
1012 | M: fubar@us.ibm.com | ||
1013 | L: bonding-devel@lists.sourceforge.net | 1265 | L: bonding-devel@lists.sourceforge.net |
1014 | W: http://sourceforge.net/projects/bonding/ | 1266 | W: http://sourceforge.net/projects/bonding/ |
1015 | S: Supported | 1267 | S: Supported |
1268 | F: drivers/net/bonding/ | ||
1269 | F: include/linux/if_bonding.h | ||
1016 | 1270 | ||
1017 | BROADCOM B44 10/100 ETHERNET DRIVER | 1271 | BROADCOM B44 10/100 ETHERNET DRIVER |
1018 | P: Gary Zambrano | 1272 | M: Gary Zambrano <zambrano@broadcom.com> |
1019 | M: zambrano@broadcom.com | ||
1020 | L: netdev@vger.kernel.org | 1273 | L: netdev@vger.kernel.org |
1021 | S: Supported | 1274 | S: Supported |
1275 | F: drivers/net/b44.* | ||
1022 | 1276 | ||
1023 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER | 1277 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
1024 | P: Michael Chan | 1278 | M: Michael Chan <mchan@broadcom.com> |
1025 | M: mchan@broadcom.com | ||
1026 | L: netdev@vger.kernel.org | 1279 | L: netdev@vger.kernel.org |
1027 | S: Supported | 1280 | S: Supported |
1281 | F: drivers/net/bnx2.* | ||
1282 | F: drivers/net/bnx2_* | ||
1028 | 1283 | ||
1029 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER | 1284 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
1030 | P: Eilon Greenstein | 1285 | M: Eilon Greenstein <eilong@broadcom.com> |
1031 | M: eilong@broadcom.com | ||
1032 | L: netdev@vger.kernel.org | 1286 | L: netdev@vger.kernel.org |
1033 | S: Supported | 1287 | S: Supported |
1288 | F: drivers/net/bnx2x* | ||
1034 | 1289 | ||
1035 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | 1290 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
1036 | P: Matt Carlson | 1291 | M: Matt Carlson <mcarlson@broadcom.com> |
1037 | M: mcarlson@broadcom.com | 1292 | M: Michael Chan <mchan@broadcom.com> |
1038 | P: Michael Chan | ||
1039 | M: mchan@broadcom.com | ||
1040 | L: netdev@vger.kernel.org | 1293 | L: netdev@vger.kernel.org |
1041 | S: Supported | 1294 | S: Supported |
1295 | F: drivers/net/tg3.* | ||
1296 | |||
1297 | BROCADE BFA FC SCSI DRIVER | ||
1298 | M: Jing Huang <huangj@brocade.com> | ||
1299 | L: linux-scsi@vger.kernel.org | ||
1300 | S: Supported | ||
1301 | F: drivers/scsi/bfa/ | ||
1042 | 1302 | ||
1043 | BSG (block layer generic sg v4 driver) | 1303 | BSG (block layer generic sg v4 driver) |
1044 | P: FUJITA Tomonori | 1304 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1045 | M: fujita.tomonori@lab.ntt.co.jp | ||
1046 | L: linux-scsi@vger.kernel.org | 1305 | L: linux-scsi@vger.kernel.org |
1047 | S: Supported | 1306 | S: Supported |
1307 | F: block/bsg.c | ||
1308 | F: include/linux/bsg.h | ||
1048 | 1309 | ||
1049 | BT8XXGPIO DRIVER | 1310 | BT8XXGPIO DRIVER |
1050 | P: Michael Buesch | 1311 | M: Michael Buesch <mb@bu3sch.de> |
1051 | M: mb@bu3sch.de | ||
1052 | W: http://bu3sch.de/btgpio.php | 1312 | W: http://bu3sch.de/btgpio.php |
1053 | S: Maintained | 1313 | S: Maintained |
1314 | F: drivers/gpio/bt8xxgpio.c | ||
1054 | 1315 | ||
1055 | BTRFS FILE SYSTEM | 1316 | BTRFS FILE SYSTEM |
1056 | P: Chris Mason | 1317 | M: Chris Mason <chris.mason@oracle.com> |
1057 | M: chris.mason@oracle.com | ||
1058 | L: linux-btrfs@vger.kernel.org | 1318 | L: linux-btrfs@vger.kernel.org |
1059 | W: http://btrfs.wiki.kernel.org/ | 1319 | W: http://btrfs.wiki.kernel.org/ |
1060 | T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git | 1320 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git |
1061 | S: Maintained | 1321 | S: Maintained |
1322 | F: Documentation/filesystems/btrfs.txt | ||
1323 | F: fs/btrfs/ | ||
1062 | 1324 | ||
1063 | BTTV VIDEO4LINUX DRIVER | 1325 | BTTV VIDEO4LINUX DRIVER |
1064 | P: Mauro Carvalho Chehab | 1326 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
1065 | M: mchehab@infradead.org | ||
1066 | L: linux-media@vger.kernel.org | 1327 | L: linux-media@vger.kernel.org |
1067 | W: http://linuxtv.org | 1328 | W: http://linuxtv.org |
1068 | T: 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 |
1069 | S: Maintained | 1330 | S: Maintained |
1331 | F: Documentation/video4linux/bttv/ | ||
1332 | F: drivers/media/video/bt8xx/bttv* | ||
1333 | |||
1334 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS | ||
1335 | M: David Howells <dhowells@redhat.com> | ||
1336 | L: linux-cachefs@redhat.com | ||
1337 | S: Supported | ||
1338 | F: Documentation/filesystems/caching/cachefiles.txt | ||
1339 | F: fs/cachefiles/ | ||
1070 | 1340 | ||
1071 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | 1341 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
1072 | P: Jonathan Corbet | 1342 | M: Jonathan Corbet <corbet@lwn.net> |
1073 | M: corbet@lwn.net | ||
1074 | L: linux-media@vger.kernel.org | 1343 | L: linux-media@vger.kernel.org |
1075 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1344 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1076 | S: Maintained | 1345 | S: Maintained |
1346 | F: Documentation/video4linux/cafe_ccic | ||
1347 | F: drivers/media/video/cafe_ccic* | ||
1077 | 1348 | ||
1078 | CALGARY x86-64 IOMMU | 1349 | CALGARY x86-64 IOMMU |
1079 | P: Muli Ben-Yehuda | 1350 | M: Muli Ben-Yehuda <muli@il.ibm.com> |
1080 | M: muli@il.ibm.com | 1351 | M: "Jon D. Mason" <jdmason@kudzu.us> |
1081 | P: Jon D. Mason | ||
1082 | M: jdmason@kudzu.us | ||
1083 | L: linux-kernel@vger.kernel.org | ||
1084 | L: discuss@x86-64.org | 1352 | L: discuss@x86-64.org |
1085 | S: Maintained | 1353 | S: Maintained |
1354 | F: arch/x86/kernel/pci-calgary_64.c | ||
1355 | F: arch/x86/kernel/tce_64.c | ||
1356 | F: arch/x86/include/asm/calgary.h | ||
1357 | F: arch/x86/include/asm/tce.h | ||
1086 | 1358 | ||
1087 | CAN NETWORK LAYER | 1359 | CAN NETWORK LAYER |
1088 | P: Urs Thuermann | 1360 | M: Urs Thuermann <urs.thuermann@volkswagen.de> |
1089 | M: urs.thuermann@volkswagen.de | 1361 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
1090 | P: Oliver Hartkopp | 1362 | L: socketcan-core@lists.berlios.de (subscribers-only) |
1091 | M: oliver.hartkopp@volkswagen.de | 1363 | W: http://developer.berlios.de/projects/socketcan/ |
1364 | S: Maintained | ||
1365 | F: drivers/net/can/ | ||
1366 | F: include/linux/can/ | ||
1367 | F: include/linux/can.h | ||
1368 | |||
1369 | CAN NETWORK DRIVERS | ||
1370 | M: Wolfgang Grandegger <wg@grandegger.com> | ||
1092 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1371 | L: socketcan-core@lists.berlios.de (subscribers-only) |
1093 | W: http://developer.berlios.de/projects/socketcan/ | 1372 | W: http://developer.berlios.de/projects/socketcan/ |
1094 | S: Maintained | 1373 | S: Maintained |
1095 | 1374 | ||
1096 | CELL BROADBAND ENGINE ARCHITECTURE | 1375 | CELL BROADBAND ENGINE ARCHITECTURE |
1097 | P: Arnd Bergmann | 1376 | M: Arnd Bergmann <arnd@arndb.de> |
1098 | M: arnd@arndb.de | ||
1099 | L: linuxppc-dev@ozlabs.org | 1377 | L: linuxppc-dev@ozlabs.org |
1100 | L: cbe-oss-dev@ozlabs.org | 1378 | L: cbe-oss-dev@ozlabs.org |
1101 | W: http://www.ibm.com/developerworks/power/cell/ | 1379 | W: http://www.ibm.com/developerworks/power/cell/ |
1102 | S: Supported | 1380 | S: Supported |
1381 | F: arch/powerpc/include/asm/cell*.h | ||
1382 | F: arch/powerpc/include/asm/spu*.h | ||
1383 | F: arch/powerpc/oprofile/*cell* | ||
1384 | F: arch/powerpc/platforms/cell/ | ||
1103 | 1385 | ||
1104 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: | 1386 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
1105 | P: David Vrabel | 1387 | M: David Vrabel <david.vrabel@csr.com> |
1106 | M: david.vrabel@csr.com | ||
1107 | L: linux-usb@vger.kernel.org | 1388 | L: linux-usb@vger.kernel.org |
1108 | S: Supported | 1389 | S: Supported |
1390 | F: Documentation/usb/WUSB-Design-overview.txt | ||
1391 | F: Documentation/usb/wusb-cbaf | ||
1392 | F: drivers/usb/wusbcore/ | ||
1393 | F: include/linux/usb/wusb* | ||
1109 | 1394 | ||
1110 | CFAG12864B LCD DRIVER | 1395 | CFAG12864B LCD DRIVER |
1111 | P: Miguel Ojeda Sandonis | 1396 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
1112 | M: miguel.ojeda.sandonis@gmail.com | ||
1113 | L: linux-kernel@vger.kernel.org | ||
1114 | W: http://miguelojeda.es/auxdisplay.htm | 1397 | W: http://miguelojeda.es/auxdisplay.htm |
1115 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1398 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1116 | S: Maintained | 1399 | S: Maintained |
1400 | F: drivers/auxdisplay/cfag12864b.c | ||
1401 | F: include/linux/cfag12864b.h | ||
1117 | 1402 | ||
1118 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | 1403 | CFAG12864BFB LCD FRAMEBUFFER DRIVER |
1119 | P: Miguel Ojeda Sandonis | 1404 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
1120 | M: miguel.ojeda.sandonis@gmail.com | ||
1121 | L: linux-kernel@vger.kernel.org | ||
1122 | W: http://miguelojeda.es/auxdisplay.htm | 1405 | W: http://miguelojeda.es/auxdisplay.htm |
1123 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1406 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1124 | S: Maintained | 1407 | S: Maintained |
1408 | F: drivers/auxdisplay/cfag12864bfb.c | ||
1409 | F: include/linux/cfag12864b.h | ||
1125 | 1410 | ||
1126 | CFG80211 and NL80211 | 1411 | CFG80211 and NL80211 |
1127 | P: Johannes Berg | 1412 | M: Johannes Berg <johannes@sipsolutions.net> |
1128 | M: johannes@sipsolutions.net | ||
1129 | L: linux-wireless@vger.kernel.org | 1413 | L: linux-wireless@vger.kernel.org |
1130 | S: Maintained | 1414 | S: Maintained |
1415 | F: include/linux/nl80211.h | ||
1416 | F: include/net/cfg80211.h | ||
1417 | F: net/wireless/* | ||
1418 | X: net/wireless/wext* | ||
1131 | 1419 | ||
1132 | CHECKPATCH | 1420 | CHECKPATCH |
1133 | P: Andy Whitcroft | 1421 | M: Andy Whitcroft <apw@canonical.com> |
1134 | M: apw@canonical.com | ||
1135 | L: linux-kernel@vger.kernel.org | ||
1136 | S: Supported | 1422 | S: Supported |
1423 | F: scripts/checkpatch.pl | ||
1137 | 1424 | ||
1138 | CISCO 10G ETHERNET DRIVER | 1425 | CISCO 10G ETHERNET DRIVER |
1139 | P: Scott Feldman | 1426 | M: Scott Feldman <scofeldm@cisco.com> |
1140 | M: scofeldm@cisco.com | 1427 | M: Joe Eykholt <jeykholt@cisco.com> |
1141 | P: Joe Eykholt | ||
1142 | M: jeykholt@cisco.com | ||
1143 | S: Supported | 1428 | S: Supported |
1429 | F: drivers/net/enic/ | ||
1144 | 1430 | ||
1145 | CIRRUS LOGIC EP93XX ETHERNET DRIVER | 1431 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
1146 | P: Lennert Buytenhek | 1432 | M: Lennert Buytenhek <kernel@wantstofly.org> |
1147 | M: kernel@wantstofly.org | ||
1148 | L: netdev@vger.kernel.org | 1433 | L: netdev@vger.kernel.org |
1149 | S: Maintained | 1434 | S: Maintained |
1435 | F: drivers/net/arm/ep93xx_eth.c | ||
1150 | 1436 | ||
1151 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER | 1437 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
1152 | P: Lennert Buytenhek | 1438 | M: Lennert Buytenhek <kernel@wantstofly.org> |
1153 | M: kernel@wantstofly.org | ||
1154 | L: linux-usb@vger.kernel.org | 1439 | L: linux-usb@vger.kernel.org |
1155 | S: Maintained | 1440 | S: Maintained |
1441 | F: drivers/usb/host/ohci-ep93xx.c | ||
1156 | 1442 | ||
1157 | CIRRUS LOGIC CS4270 SOUND DRIVER | 1443 | CIRRUS LOGIC CS4270 SOUND DRIVER |
1158 | P: Timur Tabi | 1444 | M: Timur Tabi <timur@freescale.com> |
1159 | M: timur@freescale.com | 1445 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
1160 | L: alsa-devel@alsa-project.org | ||
1161 | S: Supported | 1446 | S: Supported |
1447 | F: sound/soc/codecs/cs4270* | ||
1162 | 1448 | ||
1163 | CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER | 1449 | CLK API |
1164 | P: Cirrus Logic Corporation (kernel 2.2 driver) | 1450 | M: Russell King <linux@arm.linux.org.uk> |
1165 | M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> | 1451 | F: include/linux/clk.h |
1166 | P: Nils Faerber (port to kernel 2.4) | 1452 | |
1167 | M: Nils Faerber <nils@kernelconcepts.de> | 1453 | CISCO FCOE HBA DRIVER |
1168 | S: Maintained | 1454 | M: Abhijeet Joglekar <abjoglek@cisco.com> |
1455 | M: Joe Eykholt <jeykholt@cisco.com> | ||
1456 | L: linux-scsi@vger.kernel.org | ||
1457 | S: Supported | ||
1458 | F: drivers/scsi/fnic/ | ||
1169 | 1459 | ||
1170 | CODA FILE SYSTEM | 1460 | CODA FILE SYSTEM |
1171 | P: Jan Harkes | 1461 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
1172 | M: jaharkes@cs.cmu.edu | ||
1173 | M: coda@cs.cmu.edu | 1462 | M: coda@cs.cmu.edu |
1174 | L: codalist@coda.cs.cmu.edu | 1463 | L: codalist@coda.cs.cmu.edu |
1175 | W: http://www.coda.cs.cmu.edu/ | 1464 | W: http://www.coda.cs.cmu.edu/ |
1176 | S: Maintained | 1465 | S: Maintained |
1466 | F: Documentation/filesystems/coda.txt | ||
1467 | F: fs/coda/ | ||
1468 | F: include/linux/coda*.h | ||
1177 | 1469 | ||
1178 | COMMON INTERNET FILE SYSTEM (CIFS) | 1470 | COMMON INTERNET FILE SYSTEM (CIFS) |
1179 | P: Steve French | 1471 | M: Steve French <sfrench@samba.org> |
1180 | M: sfrench@samba.org | ||
1181 | L: linux-cifs-client@lists.samba.org | 1472 | L: linux-cifs-client@lists.samba.org |
1182 | L: samba-technical@lists.samba.org | 1473 | L: samba-technical@lists.samba.org |
1183 | W: http://linux-cifs.samba.org/ | 1474 | W: http://linux-cifs.samba.org/ |
1184 | T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git | 1475 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
1185 | S: Supported | 1476 | S: Supported |
1477 | F: Documentation/filesystems/cifs.txt | ||
1478 | F: fs/cifs/ | ||
1186 | 1479 | ||
1187 | COMPACTPCI HOTPLUG CORE | 1480 | COMPACTPCI HOTPLUG CORE |
1188 | P: Scott Murray | 1481 | M: Scott Murray <scott@spiteful.org> |
1189 | M: scottm@somanetworks.com | ||
1190 | M: scott@spiteful.org | ||
1191 | L: linux-pci@vger.kernel.org | 1482 | L: linux-pci@vger.kernel.org |
1192 | S: Supported | 1483 | S: Maintained |
1484 | F: drivers/pci/hotplug/cpci_hotplug* | ||
1193 | 1485 | ||
1194 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER | 1486 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER |
1195 | P: Scott Murray | 1487 | M: Scott Murray <scott@spiteful.org> |
1196 | M: scottm@somanetworks.com | ||
1197 | M: scott@spiteful.org | ||
1198 | L: linux-pci@vger.kernel.org | 1488 | L: linux-pci@vger.kernel.org |
1199 | S: Supported | 1489 | S: Maintained |
1490 | F: drivers/pci/hotplug/cpcihp_zt5550.* | ||
1200 | 1491 | ||
1201 | COMPACTPCI HOTPLUG GENERIC DRIVER | 1492 | COMPACTPCI HOTPLUG GENERIC DRIVER |
1202 | P: Scott Murray | 1493 | M: Scott Murray <scott@spiteful.org> |
1203 | M: scottm@somanetworks.com | ||
1204 | M: scott@spiteful.org | ||
1205 | L: linux-pci@vger.kernel.org | 1494 | L: linux-pci@vger.kernel.org |
1206 | S: Supported | 1495 | S: Maintained |
1496 | F: drivers/pci/hotplug/cpcihp_generic.c | ||
1207 | 1497 | ||
1208 | COMPAL LAPTOP SUPPORT | 1498 | COMPAL LAPTOP SUPPORT |
1209 | P: Cezary Jackiewicz | 1499 | M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> |
1210 | M: cezary.jackiewicz@gmail.com | ||
1211 | S: Maintained | 1500 | S: Maintained |
1501 | F: drivers/platform/x86/compal-laptop.c | ||
1212 | 1502 | ||
1213 | COMPUTONE INTELLIPORT MULTIPORT CARD | 1503 | COMPUTONE INTELLIPORT MULTIPORT CARD |
1214 | P: Michael H. Warfield | 1504 | M: "Michael H. Warfield" <mhw@wittsend.com> |
1215 | M: mhw@wittsend.com | ||
1216 | W: http://www.wittsend.com/computone.html | 1505 | W: http://www.wittsend.com/computone.html |
1217 | S: Maintained | 1506 | S: Maintained |
1507 | F: Documentation/serial/computone.txt | ||
1508 | F: drivers/char/ip2/ | ||
1218 | 1509 | ||
1219 | CONEXANT ACCESSRUNNER USB DRIVER | 1510 | CONEXANT ACCESSRUNNER USB DRIVER |
1220 | P: Simon Arlott | 1511 | M: Simon Arlott <cxacru@fire.lp0.eu> |
1221 | M: cxacru@fire.lp0.eu | ||
1222 | L: accessrunner-general@lists.sourceforge.net | 1512 | L: accessrunner-general@lists.sourceforge.net |
1223 | W: http://accessrunner.sourceforge.net/ | 1513 | W: http://accessrunner.sourceforge.net/ |
1224 | S: Maintained | 1514 | S: Maintained |
1515 | F: drivers/usb/atm/cxacru.c | ||
1225 | 1516 | ||
1226 | CONFIGFS | 1517 | CONFIGFS |
1227 | P: Joel Becker | 1518 | M: Joel Becker <joel.becker@oracle.com> |
1228 | M: joel.becker@oracle.com | ||
1229 | L: linux-kernel@vger.kernel.org | ||
1230 | S: Supported | 1519 | S: Supported |
1520 | F: fs/configfs/ | ||
1521 | F: include/linux/configfs.h | ||
1522 | |||
1523 | CONNECTOR | ||
1524 | M: Evgeniy Polyakov <zbr@ioremap.net> | ||
1525 | L: netdev@vger.kernel.org | ||
1526 | S: Maintained | ||
1527 | F: drivers/connector/ | ||
1231 | 1528 | ||
1232 | CONTROL GROUPS (CGROUPS) | 1529 | CONTROL GROUPS (CGROUPS) |
1233 | P: Paul Menage | 1530 | M: Paul Menage <menage@google.com> |
1234 | M: menage@google.com | 1531 | M: Li Zefan <lizf@cn.fujitsu.com> |
1235 | P: Li Zefan | ||
1236 | M: lizf@cn.fujitsu.com | ||
1237 | L: containers@lists.linux-foundation.org | 1532 | L: containers@lists.linux-foundation.org |
1238 | S: Maintained | 1533 | S: Maintained |
1534 | F: include/linux/cgroup* | ||
1535 | F: kernel/cgroup* | ||
1536 | F: mm/*cgroup* | ||
1239 | 1537 | ||
1240 | CORETEMP HARDWARE MONITORING DRIVER | 1538 | CORETEMP HARDWARE MONITORING DRIVER |
1241 | P: Rudolf Marek | 1539 | M: Rudolf Marek <r.marek@assembler.cz> |
1242 | M: r.marek@assembler.cz | 1540 | M: Huaxu Wan <huaxu.wan@intel.com> |
1243 | L: lm-sensors@lm-sensors.org | 1541 | L: lm-sensors@lm-sensors.org |
1244 | S: Maintained | 1542 | S: Maintained |
1543 | F: Documentation/hwmon/coretemp | ||
1544 | F: drivers/hwmon/coretemp.c | ||
1245 | 1545 | ||
1246 | COSA/SRP SYNC SERIAL DRIVER | 1546 | COSA/SRP SYNC SERIAL DRIVER |
1247 | P: Jan "Yenya" Kasprzak | 1547 | M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> |
1248 | M: kas@fi.muni.cz | ||
1249 | W: http://www.fi.muni.cz/~kas/cosa/ | 1548 | W: http://www.fi.muni.cz/~kas/cosa/ |
1250 | S: Maintained | 1549 | S: Maintained |
1550 | F: drivers/net/wan/cosa* | ||
1551 | |||
1552 | CPMAC ETHERNET DRIVER | ||
1553 | M: Florian Fainelli <florian@openwrt.org> | ||
1554 | L: netdev@vger.kernel.org | ||
1555 | S: Maintained | ||
1556 | F: drivers/net/cpmac.c | ||
1251 | 1557 | ||
1252 | CPU FREQUENCY DRIVERS | 1558 | CPU FREQUENCY DRIVERS |
1253 | P: Dave Jones | 1559 | M: Dave Jones <davej@redhat.com> |
1254 | M: davej@redhat.com | ||
1255 | L: cpufreq@vger.kernel.org | 1560 | L: cpufreq@vger.kernel.org |
1256 | W: http://www.codemonkey.org.uk/projects/cpufreq/ | 1561 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
1257 | T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git | 1562 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
1258 | S: Maintained | 1563 | S: Maintained |
1564 | F: arch/x86/kernel/cpu/cpufreq/ | ||
1565 | F: drivers/cpufreq/ | ||
1566 | F: include/linux/cpufreq.h | ||
1259 | 1567 | ||
1260 | CPUID/MSR DRIVER | 1568 | CPUID/MSR DRIVER |
1261 | P: H. Peter Anvin | 1569 | M: "H. Peter Anvin" <hpa@zytor.com> |
1262 | M: hpa@zytor.com | ||
1263 | S: Maintained | 1570 | S: Maintained |
1571 | F: arch/x86/kernel/cpuid.c | ||
1572 | F: arch/x86/kernel/msr.c | ||
1264 | 1573 | ||
1265 | CPUSETS | 1574 | CPUSETS |
1266 | P: Paul Menage | 1575 | M: Paul Menage <menage@google.com> |
1267 | M: menage@google.com | ||
1268 | L: linux-kernel@vger.kernel.org | ||
1269 | W: http://www.bullopensource.org/cpuset/ | 1576 | W: http://www.bullopensource.org/cpuset/ |
1270 | W: http://oss.sgi.com/projects/cpusets/ | 1577 | W: http://oss.sgi.com/projects/cpusets/ |
1271 | S: Supported | 1578 | S: Supported |
1579 | F: Documentation/cgroups/cpusets.txt | ||
1580 | F: include/linux/cpuset.h | ||
1581 | F: kernel/cpuset.c | ||
1272 | 1582 | ||
1273 | CRAMFS FILESYSTEM | 1583 | CRAMFS FILESYSTEM |
1274 | W: http://sourceforge.net/projects/cramfs/ | 1584 | W: http://sourceforge.net/projects/cramfs/ |
1275 | S: Orphan | 1585 | S: Orphan |
1586 | F: Documentation/filesystems/cramfs.txt | ||
1587 | F: fs/cramfs/ | ||
1276 | 1588 | ||
1277 | CRIS PORT | 1589 | CRIS PORT |
1278 | P: Mikael Starvik | 1590 | M: Mikael Starvik <starvik@axis.com> |
1279 | M: starvik@axis.com | 1591 | M: Jesper Nilsson <jesper.nilsson@axis.com> |
1280 | P: Jesper Nilsson | 1592 | L: linux-cris-kernel@axis.com |
1281 | M: jesper.nilsson@axis.com | ||
1282 | L: dev-etrax@axis.com | ||
1283 | W: http://developer.axis.com | 1593 | W: http://developer.axis.com |
1284 | S: Maintained | 1594 | S: Maintained |
1595 | F: arch/cris/ | ||
1285 | 1596 | ||
1286 | CRYPTO API | 1597 | CRYPTO API |
1287 | P: Herbert Xu | 1598 | M: Herbert Xu <herbert@gondor.apana.org.au> |
1288 | M: herbert@gondor.apana.org.au | 1599 | M: "David S. Miller" <davem@davemloft.net> |
1289 | P: David S. Miller | ||
1290 | M: davem@davemloft.net | ||
1291 | L: linux-crypto@vger.kernel.org | 1600 | L: linux-crypto@vger.kernel.org |
1292 | T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git | 1601 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
1293 | S: Maintained | 1602 | S: Maintained |
1603 | F: Documentation/crypto/ | ||
1604 | F: arch/*/crypto/ | ||
1605 | F: crypto/ | ||
1606 | F: drivers/crypto/ | ||
1607 | F: include/crypto/ | ||
1294 | 1608 | ||
1295 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR | 1609 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
1296 | P: Neil Horman | 1610 | M: Neil Horman <nhorman@tuxdriver.com> |
1297 | M: nhorman@tuxdriver.com | ||
1298 | L: linux-crypto@vger.kernel.org | 1611 | L: linux-crypto@vger.kernel.org |
1299 | S: Maintained | 1612 | S: Maintained |
1300 | 1613 | ||
1301 | CS5535 Audio ALSA driver | 1614 | CS5535 Audio ALSA driver |
1302 | P: Jaya Kumar | 1615 | M: Jaya Kumar <jayakumar.alsa@gmail.com> |
1303 | M: jayakumar.alsa@gmail.com | ||
1304 | S: Maintained | 1616 | S: Maintained |
1617 | F: sound/pci/cs5535audio/ | ||
1305 | 1618 | ||
1306 | CX18 VIDEO4LINUX DRIVER | 1619 | CX18 VIDEO4LINUX DRIVER |
1307 | P: Hans Verkuil, Andy Walls | 1620 | M: Hans Verkuil <hverkuil@xs4all.nl> |
1308 | M: hverkuil@xs4all.nl, awalls@radix.net | 1621 | M: Andy Walls <awalls@radix.net> |
1309 | L: ivtv-devel@ivtvdriver.org | 1622 | L: ivtv-devel@ivtvdriver.org |
1310 | L: ivtv-users@ivtvdriver.org | ||
1311 | L: linux-media@vger.kernel.org | 1623 | L: linux-media@vger.kernel.org |
1312 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1624 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1313 | W: http://linuxtv.org | 1625 | W: http://linuxtv.org |
1626 | W: http://www.ivtvdriver.org/index.php/Cx18 | ||
1314 | S: Maintained | 1627 | S: Maintained |
1628 | F: Documentation/video4linux/cx18.txt | ||
1629 | F: drivers/media/video/cx18/ | ||
1315 | 1630 | ||
1316 | CXGB3 ETHERNET DRIVER (CXGB3) | 1631 | CXGB3 ETHERNET DRIVER (CXGB3) |
1317 | P: Divy Le Ray | 1632 | M: Divy Le Ray <divy@chelsio.com> |
1318 | M: divy@chelsio.com | ||
1319 | L: netdev@vger.kernel.org | 1633 | L: netdev@vger.kernel.org |
1320 | W: http://www.chelsio.com | 1634 | W: http://www.chelsio.com |
1321 | S: Supported | 1635 | S: Supported |
1636 | F: drivers/net/cxgb3/ | ||
1322 | 1637 | ||
1323 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) | 1638 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
1324 | P: Steve Wise | 1639 | M: Steve Wise <swise@chelsio.com> |
1325 | M: swise@chelsio.com | 1640 | L: linux-rdma@vger.kernel.org |
1326 | L: general@lists.openfabrics.org | ||
1327 | W: http://www.openfabrics.org | 1641 | W: http://www.openfabrics.org |
1328 | S: Supported | 1642 | S: Supported |
1643 | F: drivers/infiniband/hw/cxgb3/ | ||
1329 | 1644 | ||
1330 | CYBERPRO FB DRIVER | 1645 | CYBERPRO FB DRIVER |
1331 | P: Russell King | 1646 | M: Russell King <linux@arm.linux.org.uk> |
1332 | M: rmk@arm.linux.org.uk | 1647 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1333 | W: http://www.arm.linux.org.uk/ | 1648 | W: http://www.arm.linux.org.uk/ |
1334 | S: Maintained | 1649 | S: Maintained |
1335 | 1650 | F: drivers/video/cyber2000fb.* | |
1336 | CYBLAFB FRAMEBUFFER DRIVER | ||
1337 | P: Knut Petersen | ||
1338 | M: Knut_Petersen@t-online.de | ||
1339 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
1340 | S: Maintained | ||
1341 | 1651 | ||
1342 | CYCLADES 2X SYNC CARD DRIVER | 1652 | CYCLADES 2X SYNC CARD DRIVER |
1343 | P: Arnaldo Carvalho de Melo | 1653 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
1344 | M: acme@ghostprotocols.net | ||
1345 | W: http://oops.ghostprotocols.net:81/blog | 1654 | W: http://oops.ghostprotocols.net:81/blog |
1346 | S: Maintained | 1655 | S: Maintained |
1656 | F: drivers/net/wan/cycx* | ||
1347 | 1657 | ||
1348 | CYCLADES ASYNC MUX DRIVER | 1658 | CYCLADES ASYNC MUX DRIVER |
1349 | W: http://www.cyclades.com/ | 1659 | W: http://www.cyclades.com/ |
1350 | S: Orphan | 1660 | S: Orphan |
1661 | F: drivers/char/cyclades.c | ||
1662 | F: include/linux/cyclades.h | ||
1351 | 1663 | ||
1352 | CYCLADES PC300 DRIVER | 1664 | CYCLADES PC300 DRIVER |
1353 | W: http://www.cyclades.com/ | 1665 | W: http://www.cyclades.com/ |
1354 | S: Orphan | 1666 | S: Orphan |
1667 | F: drivers/net/wan/pc300* | ||
1355 | 1668 | ||
1356 | DAMA SLAVE for AX.25 | 1669 | DAMA SLAVE for AX.25 |
1357 | P: Joerg Reuter | 1670 | M: Joerg Reuter <jreuter@yaina.de> |
1358 | M: jreuter@yaina.de | ||
1359 | W: http://yaina.de/jreuter/ | 1671 | W: http://yaina.de/jreuter/ |
1360 | W: http://www.qsl.net/dl1bke/ | 1672 | W: http://www.qsl.net/dl1bke/ |
1361 | L: linux-hams@vger.kernel.org | 1673 | L: linux-hams@vger.kernel.org |
1362 | S: Maintained | 1674 | S: Maintained |
1675 | F: net/ax25/af_ax25.c | ||
1676 | F: net/ax25/ax25_dev.c | ||
1677 | F: net/ax25/ax25_ds_* | ||
1678 | F: net/ax25/ax25_in.c | ||
1679 | F: net/ax25/ax25_out.c | ||
1680 | F: net/ax25/ax25_timer.c | ||
1681 | F: net/ax25/sysctl_net_ax25.c | ||
1363 | 1682 | ||
1364 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER | 1683 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
1365 | P: Tobias Ringstrom | 1684 | M: Tobias Ringstrom <tori@unhappy.mine.nu> |
1366 | M: tori@unhappy.mine.nu | ||
1367 | L: netdev@vger.kernel.org | 1685 | L: netdev@vger.kernel.org |
1368 | S: Maintained | 1686 | S: Maintained |
1687 | F: Documentation/networking/dmfe.txt | ||
1688 | F: drivers/net/tulip/dmfe.c | ||
1369 | 1689 | ||
1370 | DC390/AM53C974 SCSI driver | 1690 | DC390/AM53C974 SCSI driver |
1371 | P: Kurt Garloff | 1691 | M: Kurt Garloff <garloff@suse.de> |
1372 | M: garloff@suse.de | ||
1373 | W: http://www.garloff.de/kurt/linux/dc390/ | 1692 | W: http://www.garloff.de/kurt/linux/dc390/ |
1374 | P: Guennadi Liakhovetski | 1693 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
1375 | M: g.liakhovetski@gmx.de | ||
1376 | S: Maintained | 1694 | S: Maintained |
1695 | F: drivers/scsi/tmscsim.* | ||
1377 | 1696 | ||
1378 | DC395x SCSI driver | 1697 | DC395x SCSI driver |
1379 | P: Oliver Neukum | 1698 | M: Oliver Neukum <oliver@neukum.name> |
1380 | M: oliver@neukum.name | 1699 | M: Ali Akcaagac <aliakc@web.de> |
1381 | P: Ali Akcaagac | 1700 | M: Jamie Lenehan <lenehan@twibble.org> |
1382 | M: aliakc@web.de | ||
1383 | P: Jamie Lenehan | ||
1384 | M: lenehan@twibble.org | ||
1385 | W: http://twibble.org/dist/dc395x/ | 1701 | W: http://twibble.org/dist/dc395x/ |
1386 | L: dc395x@twibble.org | 1702 | L: dc395x@twibble.org |
1387 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ | 1703 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
1388 | S: Maintained | 1704 | S: Maintained |
1705 | F: Documentation/scsi/dc395x.txt | ||
1706 | F: drivers/scsi/dc395x.* | ||
1389 | 1707 | ||
1390 | DCCP PROTOCOL | 1708 | DCCP PROTOCOL |
1391 | P: Arnaldo Carvalho de Melo | 1709 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
1392 | M: acme@ghostprotocols.net | ||
1393 | L: dccp@vger.kernel.org | 1710 | L: dccp@vger.kernel.org |
1394 | W: http://linux-net.osdl.org/index.php/DCCP | 1711 | W: http://linux-net.osdl.org/index.php/DCCP |
1395 | S: Maintained | 1712 | S: Maintained |
1713 | F: include/linux/dccp.h | ||
1714 | F: include/linux/tfrc.h | ||
1715 | F: net/dccp/ | ||
1396 | 1716 | ||
1397 | DECnet NETWORK LAYER | 1717 | DECnet NETWORK LAYER |
1398 | P: Christine Caulfield | 1718 | M: Christine Caulfield <christine.caulfield@googlemail.com> |
1399 | M: christine.caulfield@googlemail.com | ||
1400 | W: http://linux-decnet.sourceforge.net | 1719 | W: http://linux-decnet.sourceforge.net |
1401 | L: linux-decnet-user@lists.sourceforge.net | 1720 | L: linux-decnet-user@lists.sourceforge.net |
1402 | S: Maintained | 1721 | S: Maintained |
1722 | F: Documentation/networking/decnet.txt | ||
1723 | F: net/decnet/ | ||
1403 | 1724 | ||
1404 | DEFXX FDDI NETWORK DRIVER | 1725 | DEFXX FDDI NETWORK DRIVER |
1405 | P: Maciej W. Rozycki | 1726 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
1406 | M: macro@linux-mips.org | ||
1407 | S: Maintained | 1727 | S: Maintained |
1728 | F: drivers/net/defxx.* | ||
1408 | 1729 | ||
1409 | DELL LAPTOP DRIVER | 1730 | DELL LAPTOP DRIVER |
1410 | P: Matthew Garrett | 1731 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
1411 | M: mjg59@srcf.ucam.org | ||
1412 | S: Maintained | 1732 | S: Maintained |
1733 | F: drivers/platform/x86/dell-laptop.c | ||
1413 | 1734 | ||
1414 | DELL LAPTOP SMM DRIVER | 1735 | DELL LAPTOP SMM DRIVER |
1415 | P: Massimo Dal Zotto | 1736 | M: Massimo Dal Zotto <dz@debian.org> |
1416 | M: dz@debian.org | ||
1417 | W: http://www.debian.org/~dz/i8k/ | 1737 | W: http://www.debian.org/~dz/i8k/ |
1418 | S: Maintained | 1738 | S: Maintained |
1739 | F: drivers/char/i8k.c | ||
1740 | F: include/linux/i8k.h | ||
1419 | 1741 | ||
1420 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) | 1742 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
1421 | P: Doug Warzecha | 1743 | M: Doug Warzecha <Douglas_Warzecha@dell.com> |
1422 | M: Douglas_Warzecha@dell.com | 1744 | S: Maintained |
1745 | F: Documentation/dcdbas.txt | ||
1746 | F: drivers/firmware/dcdbas.* | ||
1747 | |||
1748 | DELL WMI EXTRAS DRIVER | ||
1749 | M: Matthew Garrett <mjg59@srcf.ucam.org> | ||
1423 | S: Maintained | 1750 | S: Maintained |
1424 | 1751 | ||
1425 | DEVICE NUMBER REGISTRY | 1752 | DEVICE NUMBER REGISTRY |
1426 | P: Torben Mathiasen | 1753 | M: Torben Mathiasen <device@lanana.org> |
1427 | M: device@lanana.org | ||
1428 | W: http://lanana.org/docs/device-list/index.html | 1754 | W: http://lanana.org/docs/device-list/index.html |
1429 | L: linux-kernel@vger.kernel.org | ||
1430 | S: Maintained | 1755 | S: Maintained |
1431 | 1756 | ||
1432 | DEVICE-MAPPER (LVM) | 1757 | DEVICE-MAPPER (LVM) |
@@ -1434,1682 +1759,1930 @@ P: Alasdair Kergon | |||
1434 | L: dm-devel@redhat.com | 1759 | L: dm-devel@redhat.com |
1435 | W: http://sources.redhat.com/dm | 1760 | W: http://sources.redhat.com/dm |
1436 | S: Maintained | 1761 | S: Maintained |
1762 | F: Documentation/device-mapper/ | ||
1763 | F: drivers/md/dm* | ||
1764 | F: include/linux/device-mapper.h | ||
1765 | F: include/linux/dm-*.h | ||
1437 | 1766 | ||
1438 | DIGI INTL. EPCA DRIVER | 1767 | DIGI INTL. EPCA DRIVER |
1439 | P: Digi International, Inc | 1768 | M: "Digi International, Inc" <Eng.Linux@digi.com> |
1440 | M: Eng.Linux@digi.com | ||
1441 | L: Eng.Linux@digi.com | 1769 | L: Eng.Linux@digi.com |
1442 | W: http://www.digi.com | 1770 | W: http://www.digi.com |
1443 | S: Orphan | 1771 | S: Orphan |
1772 | F: Documentation/serial/digiepca.txt | ||
1773 | F: drivers/char/epca* | ||
1774 | F: drivers/char/digi* | ||
1444 | 1775 | ||
1445 | DIRECTORY NOTIFICATION (DNOTIFY) | 1776 | DIRECTORY NOTIFICATION (DNOTIFY) |
1446 | P: Stephen Rothwell | 1777 | M: Eric Paris <eparis@parisplace.org> |
1447 | M: sfr@canb.auug.org.au | 1778 | S: Maintained |
1448 | L: linux-kernel@vger.kernel.org | 1779 | F: Documentation/filesystems/dnotify.txt |
1449 | S: Supported | 1780 | F: fs/notify/dnotify/ |
1781 | F: include/linux/dnotify.h | ||
1450 | 1782 | ||
1451 | DISK GEOMETRY AND PARTITION HANDLING | 1783 | DISK GEOMETRY AND PARTITION HANDLING |
1452 | P: Andries Brouwer | 1784 | M: Andries Brouwer <aeb@cwi.nl> |
1453 | M: aeb@cwi.nl | ||
1454 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html | 1785 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
1455 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html | 1786 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
1456 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html | 1787 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
1457 | S: Maintained | 1788 | S: Maintained |
1458 | 1789 | ||
1459 | DISKQUOTA | 1790 | DISKQUOTA |
1460 | P: Jan Kara | 1791 | M: Jan Kara <jack@suse.cz> |
1461 | M: jack@suse.cz | ||
1462 | L: linux-kernel@vger.kernel.org | ||
1463 | S: Maintained | 1792 | S: Maintained |
1793 | F: Documentation/filesystems/quota.txt | ||
1794 | F: fs/quota/ | ||
1795 | F: include/linux/quota*.h | ||
1464 | 1796 | ||
1465 | DISTRIBUTED LOCK MANAGER (DLM) | 1797 | DISTRIBUTED LOCK MANAGER (DLM) |
1466 | P: Christine Caulfield | 1798 | M: Christine Caulfield <ccaulfie@redhat.com> |
1467 | M: ccaulfie@redhat.com | 1799 | M: David Teigland <teigland@redhat.com> |
1468 | P: David Teigland | ||
1469 | M: teigland@redhat.com | ||
1470 | L: cluster-devel@redhat.com | 1800 | L: cluster-devel@redhat.com |
1471 | W: http://sources.redhat.com/cluster/ | 1801 | W: http://sources.redhat.com/cluster/ |
1472 | T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git | 1802 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
1473 | S: Supported | 1803 | S: Supported |
1804 | F: fs/dlm/ | ||
1474 | 1805 | ||
1475 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM | 1806 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
1476 | P: Maciej Sosnowski | 1807 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
1477 | M: maciej.sosnowski@intel.com | 1808 | M: Dan Williams <dan.j.williams@intel.com> |
1478 | P: Dan Williams | ||
1479 | M: dan.j.williams@intel.com | ||
1480 | L: linux-kernel@vger.kernel.org | ||
1481 | S: Supported | 1809 | S: Supported |
1810 | F: drivers/dma/ | ||
1811 | F: include/linux/dma* | ||
1482 | 1812 | ||
1483 | DME1737 HARDWARE MONITOR DRIVER | 1813 | DME1737 HARDWARE MONITOR DRIVER |
1484 | P: Juerg Haefliger | 1814 | M: Juerg Haefliger <juergh@gmail.com> |
1485 | M: juergh@gmail.com | ||
1486 | L: lm-sensors@lm-sensors.org | 1815 | L: lm-sensors@lm-sensors.org |
1487 | S: Maintained | 1816 | S: Maintained |
1817 | F: Documentation/hwmon/dme1737 | ||
1818 | F: drivers/hwmon/dme1737.c | ||
1488 | 1819 | ||
1489 | DOCBOOK FOR DOCUMENTATION | 1820 | DOCBOOK FOR DOCUMENTATION |
1490 | P: Randy Dunlap | 1821 | M: Randy Dunlap <rdunlap@xenotime.net> |
1491 | M: rdunlap@xenotime.net | ||
1492 | S: Maintained | 1822 | S: Maintained |
1493 | 1823 | ||
1494 | DOCKING STATION DRIVER | 1824 | DOCKING STATION DRIVER |
1495 | P: Shaohua Li | 1825 | M: Shaohua Li <shaohua.li@intel.com> |
1496 | M: shaohua.li@intel.com | ||
1497 | L: linux-acpi@vger.kernel.org | 1826 | L: linux-acpi@vger.kernel.org |
1498 | S: Supported | 1827 | S: Supported |
1828 | F: drivers/acpi/dock.c | ||
1499 | 1829 | ||
1500 | DOCUMENTATION (/Documentation directory) | 1830 | DOCUMENTATION |
1501 | P: Randy Dunlap | 1831 | M: Randy Dunlap <rdunlap@xenotime.net> |
1502 | M: rdunlap@xenotime.net | ||
1503 | L: linux-doc@vger.kernel.org | 1832 | L: linux-doc@vger.kernel.org |
1504 | S: Maintained | 1833 | S: Maintained |
1834 | F: Documentation/ | ||
1505 | 1835 | ||
1506 | DOUBLETALK DRIVER | 1836 | DOUBLETALK DRIVER |
1507 | P: James R. Van Zandt | 1837 | M: "James R. Van Zandt" <jrv@vanzandt.mv.com> |
1508 | M: jrv@vanzandt.mv.com | ||
1509 | L: blinux-list@redhat.com | 1838 | L: blinux-list@redhat.com |
1510 | S: Maintained | 1839 | S: Maintained |
1840 | F: drivers/char/dtlk.c | ||
1841 | F: include/linux/dtlk.h | ||
1511 | 1842 | ||
1512 | DPT_I2O SCSI RAID DRIVER | 1843 | DPT_I2O SCSI RAID DRIVER |
1513 | P: Adaptec OEM Raid Solutions | 1844 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
1514 | M: aacraid@adaptec.com | ||
1515 | L: linux-scsi@vger.kernel.org | 1845 | L: linux-scsi@vger.kernel.org |
1516 | W: http://www.adaptec.com/ | 1846 | W: http://www.adaptec.com/ |
1517 | S: Maintained | 1847 | S: Maintained |
1848 | F: drivers/scsi/dpt* | ||
1849 | F: drivers/scsi/dpt/ | ||
1850 | |||
1851 | DRBD DRIVER | ||
1852 | P: Philipp Reisner | ||
1853 | P: Lars Ellenberg | ||
1854 | M: drbd-dev@lists.linbit.com | ||
1855 | L: drbd-user@lists.linbit.com | ||
1856 | W: http://www.drbd.org | ||
1857 | T: git git://git.drbd.org/linux-2.6-drbd.git drbd | ||
1858 | T: git git://git.drbd.org/drbd-8.3.git | ||
1859 | S: Supported | ||
1860 | F: drivers/block/drbd/ | ||
1861 | F: lib/lru_cache.c | ||
1862 | F: Documentation/blockdev/drbd/ | ||
1518 | 1863 | ||
1519 | DRIVER CORE, KOBJECTS, AND SYSFS | 1864 | DRIVER CORE, KOBJECTS, AND SYSFS |
1520 | P: Greg Kroah-Hartman | 1865 | M: Greg Kroah-Hartman <gregkh@suse.de> |
1521 | M: gregkh@suse.de | ||
1522 | L: linux-kernel@vger.kernel.org | ||
1523 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 1866 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1524 | S: Supported | 1867 | S: Supported |
1868 | F: Documentation/kobject.txt | ||
1869 | F: drivers/base/ | ||
1870 | F: fs/sysfs/ | ||
1871 | F: include/linux/kobj* | ||
1872 | F: lib/kobj* | ||
1525 | 1873 | ||
1526 | DRM DRIVERS | 1874 | DRM DRIVERS |
1527 | P: David Airlie | 1875 | M: David Airlie <airlied@linux.ie> |
1528 | M: airlied@linux.ie | ||
1529 | L: dri-devel@lists.sourceforge.net | 1876 | L: dri-devel@lists.sourceforge.net |
1530 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | 1877 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
1531 | S: Maintained | 1878 | S: Maintained |
1879 | F: drivers/gpu/drm/ | ||
1532 | 1880 | ||
1533 | DSCC4 DRIVER | 1881 | DSCC4 DRIVER |
1534 | P: Francois Romieu | 1882 | M: Francois Romieu <romieu@fr.zoreil.com> |
1535 | M: romieu@fr.zoreil.com | ||
1536 | L: netdev@vger.kernel.org | 1883 | L: netdev@vger.kernel.org |
1537 | S: Maintained | 1884 | S: Maintained |
1538 | 1885 | F: drivers/net/wan/dscc4.c | |
1539 | DVB SUBSYSTEM AND DRIVERS | ||
1540 | P: LinuxTV.org Project | ||
1541 | M: linux-media@vger.kernel.org | ||
1542 | L: linux-dvb@linuxtv.org (subscription required) | ||
1543 | W: http://linuxtv.org/ | ||
1544 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
1545 | S: Maintained | ||
1546 | 1886 | ||
1547 | DZ DECSTATION DZ11 SERIAL DRIVER | 1887 | DZ DECSTATION DZ11 SERIAL DRIVER |
1548 | P: Maciej W. Rozycki | 1888 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
1549 | M: macro@linux-mips.org | ||
1550 | S: Maintained | 1889 | S: Maintained |
1890 | F: drivers/serial/dz.* | ||
1551 | 1891 | ||
1552 | EATA-DMA SCSI DRIVER | 1892 | EATA-DMA SCSI DRIVER |
1553 | P: Michael Neuffer | 1893 | M: Michael Neuffer <mike@i-Connect.Net> |
1554 | L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org | 1894 | L: linux-eata@i-connect.net |
1895 | L: linux-scsi@vger.kernel.org | ||
1555 | S: Maintained | 1896 | S: Maintained |
1897 | F: drivers/scsi/eata* | ||
1556 | 1898 | ||
1557 | EATA ISA/EISA/PCI SCSI DRIVER | 1899 | EATA ISA/EISA/PCI SCSI DRIVER |
1558 | P: Dario Ballabio | 1900 | M: Dario Ballabio <ballabio_dario@emc.com> |
1559 | M: ballabio_dario@emc.com | ||
1560 | L: linux-scsi@vger.kernel.org | 1901 | L: linux-scsi@vger.kernel.org |
1561 | S: Maintained | 1902 | S: Maintained |
1903 | F: drivers/scsi/eata.c | ||
1562 | 1904 | ||
1563 | EATA-PIO SCSI DRIVER | 1905 | EATA-PIO SCSI DRIVER |
1564 | P: Michael Neuffer | 1906 | M: Michael Neuffer <mike@i-Connect.Net> |
1565 | M: mike@i-Connect.Net | 1907 | L: linux-eata@i-connect.net |
1566 | L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org | 1908 | L: linux-scsi@vger.kernel.org |
1567 | S: Maintained | 1909 | S: Maintained |
1910 | F: drivers/scsi/eata_pio.* | ||
1568 | 1911 | ||
1569 | EBTABLES | 1912 | EBTABLES |
1570 | P: Bart De Schuymer | 1913 | M: Bart De Schuymer <bart.de.schuymer@pandora.be> |
1571 | M: bart.de.schuymer@pandora.be | ||
1572 | L: ebtables-user@lists.sourceforge.net | 1914 | L: ebtables-user@lists.sourceforge.net |
1573 | L: ebtables-devel@lists.sourceforge.net | 1915 | L: ebtables-devel@lists.sourceforge.net |
1574 | W: http://ebtables.sourceforge.net/ | 1916 | W: http://ebtables.sourceforge.net/ |
1575 | S: Maintained | 1917 | S: Maintained |
1918 | F: include/linux/netfilter_bridge/ebt_*.h | ||
1919 | F: net/bridge/netfilter/ebt*.c | ||
1576 | 1920 | ||
1577 | ECRYPT FILE SYSTEM | 1921 | ECRYPT FILE SYSTEM |
1578 | P: Tyler Hicks, Dustin Kirkland | 1922 | M: Tyler Hicks <tyhicks@linux.vnet.ibm.com> |
1579 | M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com | 1923 | M: Dustin Kirkland <kirkland@canonical.com> |
1580 | L: ecryptfs-devel@lists.launchpad.net | 1924 | L: ecryptfs-devel@lists.launchpad.net |
1581 | W: https://launchpad.net/ecryptfs | 1925 | W: https://launchpad.net/ecryptfs |
1582 | S: Supported | 1926 | S: Supported |
1927 | F: Documentation/filesystems/ecryptfs.txt | ||
1928 | F: fs/ecryptfs/ | ||
1583 | 1929 | ||
1584 | EDAC-CORE | 1930 | EDAC-CORE |
1585 | P: Doug Thompson | 1931 | M: Doug Thompson <dougthompson@xmission.com> |
1586 | M: dougthompson@xmission.com | 1932 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1587 | L: bluesmoke-devel@lists.sourceforge.net | 1933 | W: bluesmoke.sourceforge.net |
1934 | S: Supported | ||
1935 | F: Documentation/edac.txt | ||
1936 | F: drivers/edac/edac_* | ||
1937 | F: include/linux/edac.h | ||
1938 | |||
1939 | EDAC-AMD64 | ||
1940 | M: Doug Thompson <dougthompson@xmission.com> | ||
1941 | M: Borislav Petkov <borislav.petkov@amd.com> | ||
1942 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
1588 | W: bluesmoke.sourceforge.net | 1943 | W: bluesmoke.sourceforge.net |
1589 | S: Supported | 1944 | S: Supported |
1945 | F: drivers/edac/amd64_edac* | ||
1590 | 1946 | ||
1591 | EDAC-E752X | 1947 | EDAC-E752X |
1592 | P: Mark Gross | 1948 | M: Mark Gross <mark.gross@intel.com> |
1593 | P: Doug Thompson | 1949 | M: Doug Thompson <dougthompson@xmission.com> |
1594 | M: mark.gross@intel.com | 1950 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1595 | M: dougthompson@xmission.com | ||
1596 | L: bluesmoke-devel@lists.sourceforge.net | ||
1597 | W: bluesmoke.sourceforge.net | 1951 | W: bluesmoke.sourceforge.net |
1598 | S: Maintained | 1952 | S: Maintained |
1953 | F: drivers/edac/e752x_edac.c | ||
1599 | 1954 | ||
1600 | EDAC-E7XXX | 1955 | EDAC-E7XXX |
1601 | P: Doug Thompson | 1956 | M: Doug Thompson <dougthompson@xmission.com> |
1602 | M: dougthompson@xmission.com | 1957 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1603 | L: bluesmoke-devel@lists.sourceforge.net | ||
1604 | W: bluesmoke.sourceforge.net | 1958 | W: bluesmoke.sourceforge.net |
1605 | S: Maintained | 1959 | S: Maintained |
1960 | F: drivers/edac/e7xxx_edac.c | ||
1606 | 1961 | ||
1607 | EDAC-I82443BXGX | 1962 | EDAC-I82443BXGX |
1608 | P: Tim Small | 1963 | M: Tim Small <tim@buttersideup.com> |
1609 | M: tim@buttersideup.com | 1964 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1610 | L: bluesmoke-devel@lists.sourceforge.net | ||
1611 | W: bluesmoke.sourceforge.net | 1965 | W: bluesmoke.sourceforge.net |
1612 | S: Maintained | 1966 | S: Maintained |
1967 | F: drivers/edac/i82443bxgx_edac.c | ||
1613 | 1968 | ||
1614 | EDAC-I3000 | 1969 | EDAC-I3000 |
1615 | P: Jason Uhlenkott | 1970 | M: Jason Uhlenkott <juhlenko@akamai.com> |
1616 | M: juhlenko@akamai.com | 1971 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1617 | L: bluesmoke-devel@lists.sourceforge.net | ||
1618 | W: bluesmoke.sourceforge.net | 1972 | W: bluesmoke.sourceforge.net |
1619 | S: Maintained | 1973 | S: Maintained |
1974 | F: drivers/edac/i3000_edac.c | ||
1620 | 1975 | ||
1621 | EDAC-I5000 | 1976 | EDAC-I5000 |
1622 | P: Doug Thompson | 1977 | M: Doug Thompson <dougthompson@xmission.com> |
1623 | M: dougthompson@xmission.com | 1978 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1624 | L: bluesmoke-devel@lists.sourceforge.net | ||
1625 | W: bluesmoke.sourceforge.net | 1979 | W: bluesmoke.sourceforge.net |
1626 | S: Maintained | 1980 | S: Maintained |
1981 | F: drivers/edac/i5000_edac.c | ||
1627 | 1982 | ||
1628 | EDAC-I5400 | 1983 | EDAC-I5400 |
1629 | P: Mauro Carvalho Chehab | 1984 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
1630 | M: mchehab@redhat.com | 1985 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1631 | L: bluesmoke-devel@lists.sourceforge.net | ||
1632 | W: bluesmoke.sourceforge.net | 1986 | W: bluesmoke.sourceforge.net |
1633 | S: Maintained | 1987 | S: Maintained |
1988 | F: drivers/edac/i5400_edac.c | ||
1634 | 1989 | ||
1635 | EDAC-I82975X | 1990 | EDAC-I82975X |
1636 | P: Ranganathan Desikan | 1991 | M: Ranganathan Desikan <ravi@jetztechnologies.com> |
1637 | P: Arvind R. | 1992 | M: "Arvind R." <arvind@jetztechnologies.com> |
1638 | M: rdesikan@jetzbroadband.com | 1993 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1639 | M: arvind@acarlab.com | ||
1640 | L: bluesmoke-devel@lists.sourceforge.net | ||
1641 | W: bluesmoke.sourceforge.net | 1994 | W: bluesmoke.sourceforge.net |
1642 | S: Maintained | 1995 | S: Maintained |
1996 | F: drivers/edac/i82975x_edac.c | ||
1643 | 1997 | ||
1644 | EDAC-PASEMI | 1998 | EDAC-PASEMI |
1645 | P: Egor Martovetsky | 1999 | M: Egor Martovetsky <egor@pasemi.com> |
1646 | M: egor@pasemi.com | 2000 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1647 | L: bluesmoke-devel@lists.sourceforge.net | ||
1648 | W: bluesmoke.sourceforge.net | 2001 | W: bluesmoke.sourceforge.net |
1649 | S: Maintained | 2002 | S: Maintained |
2003 | F: drivers/edac/pasemi_edac.c | ||
1650 | 2004 | ||
1651 | EDAC-R82600 | 2005 | EDAC-R82600 |
1652 | P: Tim Small | 2006 | M: Tim Small <tim@buttersideup.com> |
1653 | M: tim@buttersideup.com | 2007 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
1654 | L: bluesmoke-devel@lists.sourceforge.net | ||
1655 | W: bluesmoke.sourceforge.net | 2008 | W: bluesmoke.sourceforge.net |
1656 | S: Maintained | 2009 | S: Maintained |
2010 | F: drivers/edac/r82600_edac.c | ||
1657 | 2011 | ||
1658 | EEEPC LAPTOP EXTRAS DRIVER | 2012 | EEEPC LAPTOP EXTRAS DRIVER |
1659 | P: Corentin Chary | 2013 | M: Corentin Chary <corentincj@iksaif.net> |
1660 | M: corentincj@iksaif.net | ||
1661 | L: acpi4asus-user@lists.sourceforge.net | 2014 | L: acpi4asus-user@lists.sourceforge.net |
1662 | W: http://sourceforge.net/projects/acpi4asus | 2015 | W: http://acpi4asus.sf.net |
1663 | S: Maintained | 2016 | S: Maintained |
2017 | F: drivers/platform/x86/eeepc-laptop.c | ||
1664 | 2018 | ||
1665 | EFS FILESYSTEM | 2019 | EFS FILESYSTEM |
1666 | W: http://aeschi.ch.eu.org/efs/ | 2020 | W: http://aeschi.ch.eu.org/efs/ |
1667 | S: Orphan | 2021 | S: Orphan |
2022 | F: fs/efs/ | ||
1668 | 2023 | ||
1669 | EHCA (IBM GX bus InfiniBand adapter) DRIVER | 2024 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
1670 | P: Hoang-Nam Nguyen | 2025 | M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> |
1671 | M: hnguyen@de.ibm.com | 2026 | M: Christoph Raisch <raisch@de.ibm.com> |
1672 | P: Christoph Raisch | 2027 | L: linux-rdma@vger.kernel.org |
1673 | M: raisch@de.ibm.com | ||
1674 | L: general@lists.openfabrics.org | ||
1675 | S: Supported | 2028 | S: Supported |
2029 | F: drivers/infiniband/hw/ehca/ | ||
1676 | 2030 | ||
1677 | EMBEDDED LINUX | 2031 | EMBEDDED LINUX |
1678 | P: Paul Gortmaker | 2032 | M: Paul Gortmaker <paul.gortmaker@windriver.com> |
1679 | M: paul.gortmaker@windriver.com | 2033 | M: Matt Mackall <mpm@selenic.com> |
1680 | P: David Woodhouse | 2034 | M: David Woodhouse <dwmw2@infradead.org> |
1681 | M: dwmw2@infradead.org | ||
1682 | L: linux-embedded@vger.kernel.org | 2035 | L: linux-embedded@vger.kernel.org |
1683 | S: Maintained | 2036 | S: Maintained |
1684 | 2037 | ||
1685 | EMULEX LPFC FC SCSI DRIVER | 2038 | EMULEX LPFC FC SCSI DRIVER |
1686 | P: James Smart | 2039 | M: James Smart <james.smart@emulex.com> |
1687 | M: james.smart@emulex.com | ||
1688 | L: linux-scsi@vger.kernel.org | 2040 | L: linux-scsi@vger.kernel.org |
1689 | W: http://sourceforge.net/projects/lpfcxxxx | 2041 | W: http://sourceforge.net/projects/lpfcxxxx |
1690 | S: Supported | 2042 | S: Supported |
2043 | F: drivers/scsi/lpfc/ | ||
2044 | |||
2045 | ENE CB710 FLASH CARD READER DRIVER | ||
2046 | M: Michał Mirosław <mirq-linux@rere.qmqm.pl> | ||
2047 | S: Maintained | ||
2048 | F: drivers/misc/cb710/ | ||
2049 | F: drivers/mmc/host/cb710-mmc.* | ||
2050 | F: include/linux/cb710.h | ||
1691 | 2051 | ||
1692 | EPSON 1355 FRAMEBUFFER DRIVER | 2052 | EPSON 1355 FRAMEBUFFER DRIVER |
1693 | P: Christopher Hoover | 2053 | M: Christopher Hoover <ch@murgatroid.com> |
1694 | M: ch@murgatroid.com, ch@hpl.hp.com | 2054 | M: Christopher Hoover <ch@hpl.hp.com> |
1695 | S: Maintained | 2055 | S: Maintained |
2056 | F: drivers/video/epson1355fb.c | ||
1696 | 2057 | ||
1697 | EPSON S1D13XXX FRAMEBUFFER DRIVER | 2058 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
1698 | P: Kristoffer Ericson | 2059 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
1699 | M: kristoffer.ericson@gmail.com | ||
1700 | S: Maintained | 2060 | S: Maintained |
2061 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | ||
2062 | F: drivers/video/s1d13xxxfb.c | ||
2063 | F: include/video/s1d13xxxfb.h | ||
1701 | 2064 | ||
1702 | ETHEREXPRESS-16 NETWORK DRIVER | 2065 | ETHEREXPRESS-16 NETWORK DRIVER |
1703 | P: Philip Blundell | 2066 | M: Philip Blundell <philb@gnu.org> |
1704 | M: philb@gnu.org | ||
1705 | L: netdev@vger.kernel.org | 2067 | L: netdev@vger.kernel.org |
1706 | S: Maintained | 2068 | S: Maintained |
2069 | F: drivers/net/eexpress.* | ||
1707 | 2070 | ||
1708 | ETHERNET BRIDGE | 2071 | ETHERNET BRIDGE |
1709 | P: Stephen Hemminger | 2072 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
1710 | M: shemminger@linux-foundation.org | ||
1711 | L: bridge@lists.linux-foundation.org | 2073 | L: bridge@lists.linux-foundation.org |
1712 | W: http://www.linux-foundation.org/en/Net:Bridge | 2074 | W: http://www.linux-foundation.org/en/Net:Bridge |
1713 | S: Maintained | 2075 | S: Maintained |
2076 | F: include/linux/netfilter_bridge/ | ||
2077 | F: net/bridge/ | ||
1714 | 2078 | ||
1715 | ETHERTEAM 16I DRIVER | 2079 | ETHERTEAM 16I DRIVER |
1716 | P: Mika Kuoppala | 2080 | M: Mika Kuoppala <miku@iki.fi> |
1717 | M: miku@iki.fi | ||
1718 | S: Maintained | 2081 | S: Maintained |
2082 | F: drivers/net/eth16i.c | ||
1719 | 2083 | ||
1720 | EXT2 FILE SYSTEM | 2084 | EXT2 FILE SYSTEM |
1721 | L: linux-ext4@vger.kernel.org | 2085 | L: linux-ext4@vger.kernel.org |
1722 | S: Maintained | 2086 | S: Maintained |
2087 | F: Documentation/filesystems/ext2.txt | ||
2088 | F: fs/ext2/ | ||
2089 | F: include/linux/ext2* | ||
1723 | 2090 | ||
1724 | EXT3 FILE SYSTEM | 2091 | EXT3 FILE SYSTEM |
1725 | P: Stephen Tweedie, Andrew Morton | 2092 | M: Andrew Morton <akpm@linux-foundation.org> |
1726 | M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com | 2093 | M: Andreas Dilger <adilger@sun.com> |
1727 | L: linux-ext4@vger.kernel.org | 2094 | L: linux-ext4@vger.kernel.org |
1728 | S: Maintained | 2095 | S: Maintained |
2096 | F: Documentation/filesystems/ext3.txt | ||
2097 | F: fs/ext3/ | ||
2098 | F: include/linux/ext3* | ||
1729 | 2099 | ||
1730 | EXT4 FILE SYSTEM | 2100 | EXT4 FILE SYSTEM |
1731 | P: Theodore Ts'o | 2101 | M: "Theodore Ts'o" <tytso@mit.edu> |
1732 | M: tytso@mit.edu, adilger@sun.com | 2102 | M: Andreas Dilger <adilger@sun.com> |
1733 | L: linux-ext4@vger.kernel.org | 2103 | L: linux-ext4@vger.kernel.org |
1734 | W: http://ext4.wiki.kernel.org | 2104 | W: http://ext4.wiki.kernel.org |
1735 | S: Maintained | 2105 | S: Maintained |
2106 | F: Documentation/filesystems/ext4.txt | ||
2107 | F: fs/ext4/ | ||
1736 | 2108 | ||
1737 | F71805F HARDWARE MONITORING DRIVER | 2109 | F71805F HARDWARE MONITORING DRIVER |
1738 | P: Jean Delvare | 2110 | M: Jean Delvare <khali@linux-fr.org> |
1739 | M: khali@linux-fr.org | ||
1740 | L: lm-sensors@lm-sensors.org | 2111 | L: lm-sensors@lm-sensors.org |
1741 | S: Maintained | 2112 | S: Maintained |
2113 | F: Documentation/hwmon/f71805f | ||
2114 | F: drivers/hwmon/f71805f.c | ||
1742 | 2115 | ||
1743 | FARSYNC SYNCHRONOUS DRIVER | 2116 | FARSYNC SYNCHRONOUS DRIVER |
1744 | P: Kevin Curtis | 2117 | M: Kevin Curtis <kevin.curtis@farsite.co.uk> |
1745 | M: kevin.curtis@farsite.co.uk | ||
1746 | W: http://www.farsite.co.uk/ | 2118 | W: http://www.farsite.co.uk/ |
1747 | S: Supported | 2119 | S: Supported |
2120 | F: drivers/net/wan/farsync.* | ||
1748 | 2121 | ||
1749 | FAULT INJECTION SUPPORT | 2122 | FAULT INJECTION SUPPORT |
1750 | P: Akinobu Mita | 2123 | M: Akinobu Mita <akinobu.mita@gmail.com> |
1751 | M: akinobu.mita@gmail.com | ||
1752 | S: Supported | 2124 | S: Supported |
2125 | F: Documentation/fault-injection/ | ||
2126 | F: lib/fault-inject.c | ||
1753 | 2127 | ||
1754 | FILE LOCKING (flock() and fcntl()/lockf()) | 2128 | FILE LOCKING (flock() and fcntl()/lockf()) |
1755 | P: Matthew Wilcox | 2129 | M: Matthew Wilcox <matthew@wil.cx> |
1756 | M: matthew@wil.cx | ||
1757 | L: linux-fsdevel@vger.kernel.org | 2130 | L: linux-fsdevel@vger.kernel.org |
1758 | S: Maintained | 2131 | S: Maintained |
2132 | F: include/linux/fcntl.h | ||
2133 | F: include/linux/fs.h | ||
2134 | F: fs/fcntl.c | ||
2135 | F: fs/locks.c | ||
1759 | 2136 | ||
1760 | FILESYSTEMS (VFS and infrastructure) | 2137 | FILESYSTEMS (VFS and infrastructure) |
1761 | P: Alexander Viro | 2138 | M: Alexander Viro <viro@zeniv.linux.org.uk> |
1762 | M: viro@zeniv.linux.org.uk | ||
1763 | L: linux-fsdevel@vger.kernel.org | 2139 | L: linux-fsdevel@vger.kernel.org |
1764 | S: Maintained | 2140 | S: Maintained |
2141 | F: fs/* | ||
1765 | 2142 | ||
1766 | FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) | 2143 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
1767 | P: Kristian Hoegsberg, Stefan Richter | 2144 | M: Riku Voipio <riku.voipio@iki.fi> |
1768 | M: krh@redhat.com, stefanr@s5r6.in-berlin.de | 2145 | L: lm-sensors@lm-sensors.org |
2146 | S: Maintained | ||
2147 | F: drivers/hwmon/f75375s.c | ||
2148 | F: include/linux/f75375s.h | ||
2149 | |||
2150 | FIREWIRE SUBSYSTEM | ||
2151 | M: Kristian Hoegsberg <krh@redhat.com> | ||
2152 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> | ||
1769 | L: linux1394-devel@lists.sourceforge.net | 2153 | L: linux1394-devel@lists.sourceforge.net |
1770 | W: http://www.linux1394.org/ | 2154 | W: http://www.linux1394.org/ |
1771 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2155 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
1772 | S: Maintained | 2156 | S: Maintained |
2157 | F: drivers/firewire/ | ||
2158 | F: include/linux/firewire*.h | ||
1773 | 2159 | ||
1774 | FIRMWARE LOADER (request_firmware) | 2160 | FIRMWARE LOADER (request_firmware) |
1775 | L: linux-kernel@vger.kernel.org | ||
1776 | S: Orphan | 2161 | S: Orphan |
2162 | F: Documentation/firmware_class/ | ||
2163 | F: drivers/base/firmware*.c | ||
2164 | F: include/linux/firmware.h | ||
1777 | 2165 | ||
1778 | FPU EMULATOR | 2166 | FPU EMULATOR |
1779 | P: Bill Metzenthen | 2167 | M: Bill Metzenthen <billm@melbpc.org.au> |
1780 | M: billm@suburbia.net | 2168 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
1781 | W: http://suburbia.net/~billm/floating-point/emulator/ | ||
1782 | S: Maintained | 2169 | S: Maintained |
2170 | F: arch/x86/math-emu/ | ||
1783 | 2171 | ||
1784 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) | 2172 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) |
1785 | P: Mike McLagan | 2173 | M: Mike McLagan <mike.mclagan@linux.org> |
1786 | M: mike.mclagan@linux.org | ||
1787 | L: netdev@vger.kernel.org | 2174 | L: netdev@vger.kernel.org |
1788 | S: Maintained | 2175 | S: Maintained |
2176 | F: drivers/net/wan/dlci.c | ||
2177 | F: drivers/net/wan/sdla.c | ||
1789 | 2178 | ||
1790 | FRAMEBUFFER LAYER | 2179 | FRAMEBUFFER LAYER |
1791 | P: Antonino Daplas | 2180 | L: linux-fbdev@vger.kernel.org |
1792 | M: adaplas@gmail.com | ||
1793 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
1794 | W: http://linux-fbdev.sourceforge.net/ | 2181 | W: http://linux-fbdev.sourceforge.net/ |
1795 | S: Maintained | 2182 | S: Orphan |
2183 | F: Documentation/fb/ | ||
2184 | F: drivers/video/fb* | ||
2185 | F: include/linux/fb.h | ||
1796 | 2186 | ||
1797 | FREESCALE DMA DRIVER | 2187 | FREESCALE DMA DRIVER |
1798 | P: Li Yang | 2188 | M: Li Yang <leoli@freescale.com> |
1799 | M: leoli@freescale.com | 2189 | M: Zhang Wei <zw@zh-kernel.org> |
1800 | P: Zhang Wei | 2190 | L: linuxppc-dev@ozlabs.org |
1801 | M: zw@zh-kernel.org | ||
1802 | L: linuxppc-embedded@ozlabs.org | ||
1803 | L: linux-kernel@vger.kernel.org | ||
1804 | S: Maintained | 2191 | S: Maintained |
2192 | F: drivers/dma/fsldma.* | ||
1805 | 2193 | ||
1806 | FREESCALE I2C CPM DRIVER | 2194 | FREESCALE I2C CPM DRIVER |
1807 | P: Jochen Friedrich | 2195 | M: Jochen Friedrich <jochen@scram.de> |
1808 | M: jochen@scram.de | ||
1809 | L: linuxppc-dev@ozlabs.org | 2196 | L: linuxppc-dev@ozlabs.org |
1810 | L: linux-i2c@vger.kernel.org | 2197 | L: linux-i2c@vger.kernel.org |
1811 | S: Maintained | 2198 | S: Maintained |
2199 | F: drivers/i2c/busses/i2c-cpm.c | ||
1812 | 2200 | ||
1813 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER | 2201 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
1814 | P: Sascha Hauer | 2202 | M: Sascha Hauer <kernel@pengutronix.de> |
1815 | M: kernel@pengutronix.de | 2203 | L: linux-fbdev@vger.kernel.org |
1816 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2204 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1817 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
1818 | S: Maintained | 2205 | S: Maintained |
2206 | F: arch/arm/plat-mxc/include/mach/imxfb.h | ||
2207 | F: drivers/video/imxfb.c | ||
1819 | 2208 | ||
1820 | FREESCALE SOC FS_ENET DRIVER | 2209 | FREESCALE SOC FS_ENET DRIVER |
1821 | P: Pantelis Antoniou | 2210 | M: Pantelis Antoniou <pantelis.antoniou@gmail.com> |
1822 | M: pantelis.antoniou@gmail.com | 2211 | M: Vitaly Bordug <vbordug@ru.mvista.com> |
1823 | P: Vitaly Bordug | ||
1824 | M: vbordug@ru.mvista.com | ||
1825 | L: linuxppc-dev@ozlabs.org | 2212 | L: linuxppc-dev@ozlabs.org |
1826 | L: netdev@vger.kernel.org | 2213 | L: netdev@vger.kernel.org |
1827 | S: Maintained | 2214 | S: Maintained |
2215 | F: drivers/net/fs_enet/ | ||
2216 | F: include/linux/fs_enet_pd.h | ||
1828 | 2217 | ||
1829 | FREESCALE QUICC ENGINE LIBRARY | 2218 | FREESCALE QUICC ENGINE LIBRARY |
1830 | P: Timur Tabi | 2219 | M: Timur Tabi <timur@freescale.com> |
1831 | M: timur@freescale.com | ||
1832 | L: linuxppc-dev@ozlabs.org | 2220 | L: linuxppc-dev@ozlabs.org |
1833 | S: Supported | 2221 | S: Supported |
2222 | F: arch/powerpc/sysdev/qe_lib/ | ||
2223 | F: arch/powerpc/include/asm/*qe.h | ||
1834 | 2224 | ||
1835 | FREESCALE HIGHSPEED USB DEVICE DRIVER | 2225 | FREESCALE USB PERIPHERAL DRIVERS |
1836 | P: Li Yang | 2226 | M: Li Yang <leoli@freescale.com> |
1837 | M: leoli@freescale.com | ||
1838 | L: linux-usb@vger.kernel.org | 2227 | L: linux-usb@vger.kernel.org |
1839 | L: linuxppc-dev@ozlabs.org | 2228 | L: linuxppc-dev@ozlabs.org |
1840 | S: Maintained | 2229 | S: Maintained |
2230 | F: drivers/usb/gadget/fsl* | ||
1841 | 2231 | ||
1842 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER | 2232 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
1843 | P: Li Yang | 2233 | M: Li Yang <leoli@freescale.com> |
1844 | M: leoli@freescale.com | ||
1845 | L: netdev@vger.kernel.org | 2234 | L: netdev@vger.kernel.org |
1846 | L: linuxppc-dev@ozlabs.org | 2235 | L: linuxppc-dev@ozlabs.org |
1847 | S: Maintained | 2236 | S: Maintained |
2237 | F: drivers/net/ucc_geth* | ||
1848 | 2238 | ||
1849 | FREESCALE QUICC ENGINE UCC UART DRIVER | 2239 | FREESCALE QUICC ENGINE UCC UART DRIVER |
1850 | P: Timur Tabi | 2240 | M: Timur Tabi <timur@freescale.com> |
1851 | M: timur@freescale.com | ||
1852 | L: linuxppc-dev@ozlabs.org | 2241 | L: linuxppc-dev@ozlabs.org |
1853 | S: Supported | 2242 | S: Supported |
2243 | F: drivers/serial/ucc_uart.c | ||
1854 | 2244 | ||
1855 | FREESCALE SOC SOUND DRIVERS | 2245 | FREESCALE SOC SOUND DRIVERS |
1856 | P: Timur Tabi | 2246 | M: Timur Tabi <timur@freescale.com> |
1857 | M: timur@freescale.com | 2247 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
1858 | L: alsa-devel@alsa-project.org | ||
1859 | L: linuxppc-dev@ozlabs.org | 2248 | L: linuxppc-dev@ozlabs.org |
1860 | S: Supported | 2249 | S: Supported |
2250 | F: sound/soc/fsl/fsl* | ||
2251 | F: sound/soc/fsl/mpc8610_hpcd.c | ||
1861 | 2252 | ||
1862 | FREEVXFS FILESYSTEM | 2253 | FREEVXFS FILESYSTEM |
1863 | P: Christoph Hellwig | 2254 | M: Christoph Hellwig <hch@infradead.org> |
1864 | M: hch@infradead.org | ||
1865 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs | 2255 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
1866 | S: Maintained | 2256 | S: Maintained |
2257 | F: fs/freevxfs/ | ||
1867 | 2258 | ||
1868 | FREEZER | 2259 | FREEZER |
1869 | P: Pavel Machek | 2260 | M: Pavel Machek <pavel@ucw.cz> |
1870 | M: pavel@suse.cz | 2261 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
1871 | P: Rafael J. Wysocki | ||
1872 | M: rjw@sisk.pl | ||
1873 | L: linux-pm@lists.linux-foundation.org | 2262 | L: linux-pm@lists.linux-foundation.org |
1874 | S: Supported | 2263 | S: Supported |
2264 | F: Documentation/power/freezing-of-tasks.txt | ||
2265 | F: include/linux/freezer.h | ||
2266 | F: kernel/freezer.c | ||
1875 | 2267 | ||
1876 | FTRACE | 2268 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
1877 | P: Steven Rostedt | 2269 | M: David Howells <dhowells@redhat.com> |
1878 | M: rostedt@goodmis.org | 2270 | L: linux-cachefs@redhat.com |
1879 | S: Maintained | 2271 | S: Supported |
2272 | F: Documentation/filesystems/caching/ | ||
2273 | F: fs/fscache/ | ||
2274 | F: include/linux/fscache*.h | ||
1880 | 2275 | ||
1881 | FUJITSU FR-V (FRV) PORT | 2276 | FUJITSU FR-V (FRV) PORT |
1882 | P: David Howells | 2277 | M: David Howells <dhowells@redhat.com> |
1883 | M: dhowells@redhat.com | ||
1884 | S: Maintained | 2278 | S: Maintained |
2279 | F: arch/frv/ | ||
1885 | 2280 | ||
1886 | FUJITSU LAPTOP EXTRAS | 2281 | FUJITSU LAPTOP EXTRAS |
1887 | P: Jonathan Woithe | 2282 | M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
1888 | M: jwoithe@physics.adelaide.edu.au | ||
1889 | L: linux-acpi@vger.kernel.org | 2283 | L: linux-acpi@vger.kernel.org |
1890 | S: Maintained | 2284 | S: Maintained |
2285 | F: drivers/platform/x86/fujitsu-laptop.c | ||
1891 | 2286 | ||
1892 | FUSE: FILESYSTEM IN USERSPACE | 2287 | FUSE: FILESYSTEM IN USERSPACE |
1893 | P: Miklos Szeredi | 2288 | M: Miklos Szeredi <miklos@szeredi.hu> |
1894 | M: miklos@szeredi.hu | ||
1895 | L: fuse-devel@lists.sourceforge.net | 2289 | L: fuse-devel@lists.sourceforge.net |
1896 | W: http://fuse.sourceforge.net/ | 2290 | W: http://fuse.sourceforge.net/ |
1897 | S: Maintained | 2291 | S: Maintained |
2292 | F: fs/fuse/ | ||
2293 | F: include/linux/fuse.h | ||
1898 | 2294 | ||
1899 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) | 2295 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
1900 | P: Rik Faith | 2296 | M: Rik Faith <faith@cs.unc.edu> |
1901 | M: faith@cs.unc.edu | ||
1902 | L: linux-scsi@vger.kernel.org | 2297 | L: linux-scsi@vger.kernel.org |
1903 | S: Odd Fixes (e.g., new signatures) | 2298 | S: Odd Fixes (e.g., new signatures) |
2299 | F: drivers/scsi/fdomain.* | ||
1904 | 2300 | ||
1905 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | 2301 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
1906 | P: Achim Leubner | 2302 | M: Achim Leubner <achim_leubner@adaptec.com> |
1907 | M: achim_leubner@adaptec.com | ||
1908 | L: linux-scsi@vger.kernel.org | 2303 | L: linux-scsi@vger.kernel.org |
1909 | W: http://www.icp-vortex.com/ | 2304 | W: http://www.icp-vortex.com/ |
1910 | S: Supported | 2305 | S: Supported |
2306 | F: drivers/scsi/gdt* | ||
1911 | 2307 | ||
1912 | GENERIC GPIO I2C DRIVER | 2308 | GENERIC GPIO I2C DRIVER |
1913 | P: Haavard Skinnemoen | 2309 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
1914 | M: hskinnemoen@atmel.com | ||
1915 | S: Supported | 2310 | S: Supported |
2311 | F: drivers/i2c/busses/i2c-gpio.c | ||
2312 | F: include/linux/i2c-gpio.h | ||
1916 | 2313 | ||
1917 | GENERIC HDLC (WAN) DRIVERS | 2314 | GENERIC HDLC (WAN) DRIVERS |
1918 | P: Krzysztof Halasa | 2315 | M: Krzysztof Halasa <khc@pm.waw.pl> |
1919 | M: khc@pm.waw.pl | ||
1920 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | 2316 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
1921 | S: Maintained | 2317 | S: Maintained |
2318 | F: drivers/net/wan/c101.c | ||
2319 | F: drivers/net/wan/hd6457* | ||
2320 | F: drivers/net/wan/hdlc* | ||
2321 | F: drivers/net/wan/n2.c | ||
2322 | F: drivers/net/wan/pc300too.c | ||
2323 | F: drivers/net/wan/pci200syn.c | ||
2324 | F: drivers/net/wan/wanxl* | ||
2325 | |||
2326 | GENERIC INCLUDE/ASM HEADER FILES | ||
2327 | M: Arnd Bergmann <arnd@arndb.de> | ||
2328 | L: linux-arch@vger.kernel.org | ||
2329 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | ||
2330 | S: Maintained | ||
2331 | F: include/asm-generic | ||
2332 | |||
2333 | GENERIC UIO DRIVER FOR PCI DEVICES | ||
2334 | M: "Michael S. Tsirkin" <mst@redhat.com> | ||
2335 | L: kvm@vger.kernel.org | ||
2336 | S: Supported | ||
2337 | F: drivers/uio/uio_pci_generic.c | ||
1922 | 2338 | ||
1923 | GFS2 FILE SYSTEM | 2339 | GFS2 FILE SYSTEM |
1924 | P: Steven Whitehouse | 2340 | M: Steven Whitehouse <swhiteho@redhat.com> |
1925 | M: swhiteho@redhat.com | ||
1926 | L: cluster-devel@redhat.com | 2341 | L: cluster-devel@redhat.com |
1927 | W: http://sources.redhat.com/cluster/ | 2342 | W: http://sources.redhat.com/cluster/ |
1928 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git | 2343 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
1929 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | 2344 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git |
1930 | S: Supported | 2345 | S: Supported |
2346 | F: Documentation/filesystems/gfs2*.txt | ||
2347 | F: fs/gfs2/ | ||
2348 | F: include/linux/gfs2_ondisk.h | ||
1931 | 2349 | ||
1932 | GIGASET ISDN DRIVERS | 2350 | GIGASET ISDN DRIVERS |
1933 | P: Hansjoerg Lipp | 2351 | M: Hansjoerg Lipp <hjlipp@web.de> |
1934 | M: hjlipp@web.de | 2352 | M: Tilman Schmidt <tilman@imap.cc> |
1935 | P: Tilman Schmidt | ||
1936 | M: tilman@imap.cc | ||
1937 | L: gigaset307x-common@lists.sourceforge.net | 2353 | L: gigaset307x-common@lists.sourceforge.net |
1938 | W: http://gigaset307x.sourceforge.net/ | 2354 | W: http://gigaset307x.sourceforge.net/ |
1939 | S: Maintained | 2355 | S: Maintained |
2356 | F: Documentation/isdn/README.gigaset | ||
2357 | F: drivers/isdn/gigaset/ | ||
2358 | F: include/linux/gigaset_dev.h | ||
1940 | 2359 | ||
1941 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | 2360 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
1942 | P: Frank Seidel | 2361 | M: Frank Seidel <frank@f-seidel.de> |
1943 | M: frank@f-seidel.de | ||
1944 | L: lm-sensors@lm-sensors.org | 2362 | L: lm-sensors@lm-sensors.org |
1945 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | 2363 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
1946 | S: Maintained | 2364 | S: Maintained |
2365 | F: drivers/hwmon/hdaps.c | ||
2366 | |||
2367 | HYPERVISOR VIRTUAL CONSOLE DRIVER | ||
2368 | L: linuxppc-dev@ozlabs.org | ||
2369 | S: Odd Fixes | ||
2370 | F: drivers/char/hvc_* | ||
1947 | 2371 | ||
1948 | GSPCA FINEPIX SUBDRIVER | 2372 | GSPCA FINEPIX SUBDRIVER |
1949 | P: Frank Zago | 2373 | M: Frank Zago <frank@zago.net> |
1950 | M: frank@zago.net | 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/finepix.c | ||
2378 | |||
2379 | GSPCA GL860 SUBDRIVER | ||
2380 | M: Olivier Lorin <o.lorin@laposte.net> | ||
1951 | L: linux-media@vger.kernel.org | 2381 | L: linux-media@vger.kernel.org |
1952 | T: 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 |
1953 | S: Maintained | 2383 | S: Maintained |
2384 | F: drivers/media/video/gspca/gl860/ | ||
1954 | 2385 | ||
1955 | GSPCA M5602 SUBDRIVER | 2386 | GSPCA M5602 SUBDRIVER |
1956 | P: Erik Andren | 2387 | M: Erik Andren <erik.andren@gmail.com> |
1957 | M: erik.andren@gmail.com | ||
1958 | L: linux-media@vger.kernel.org | 2388 | L: linux-media@vger.kernel.org |
1959 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2389 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1960 | S: Maintained | 2390 | S: Maintained |
2391 | F: drivers/media/video/gspca/m5602/ | ||
1961 | 2392 | ||
1962 | GSPCA PAC207 SONIXB SUBDRIVER | 2393 | GSPCA PAC207 SONIXB SUBDRIVER |
1963 | P: Hans de Goede | 2394 | M: Hans de Goede <hdegoede@redhat.com> |
1964 | M: hdegoede@redhat.com | 2395 | L: linux-media@vger.kernel.org |
2396 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
2397 | S: Maintained | ||
2398 | F: drivers/media/video/gspca/pac207.c | ||
2399 | |||
2400 | GSPCA SN9C20X SUBDRIVER | ||
2401 | M: Brian Johnson <brijohn@gmail.com> | ||
1965 | L: linux-media@vger.kernel.org | 2402 | L: linux-media@vger.kernel.org |
1966 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2403 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1967 | S: Maintained | 2404 | S: Maintained |
2405 | F: drivers/media/video/gspca/sn9c20x.c | ||
1968 | 2406 | ||
1969 | GSPCA T613 SUBDRIVER | 2407 | GSPCA T613 SUBDRIVER |
1970 | P: Leandro Costantino | 2408 | M: Leandro Costantino <lcostantino@gmail.com> |
1971 | M: lcostantino@gmail.com | ||
1972 | L: linux-media@vger.kernel.org | 2409 | L: linux-media@vger.kernel.org |
1973 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2410 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1974 | S: Maintained | 2411 | S: Maintained |
2412 | F: drivers/media/video/gspca/t613.c | ||
1975 | 2413 | ||
1976 | GSPCA USB WEBCAM DRIVER | 2414 | GSPCA USB WEBCAM DRIVER |
1977 | P: Jean-Francois Moine | 2415 | M: Jean-Francois Moine <moinejf@free.fr> |
1978 | M: moinejf@free.fr | ||
1979 | W: http://moinejf.free.fr | 2416 | W: http://moinejf.free.fr |
1980 | L: linux-media@vger.kernel.org | 2417 | L: linux-media@vger.kernel.org |
1981 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2418 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1982 | S: Maintained | 2419 | S: Maintained |
2420 | F: drivers/media/video/gspca/ | ||
1983 | 2421 | ||
1984 | HARDWARE MONITORING | 2422 | HARDWARE MONITORING |
1985 | L: lm-sensors@lm-sensors.org | 2423 | L: lm-sensors@lm-sensors.org |
1986 | W: http://www.lm-sensors.org/ | 2424 | W: http://www.lm-sensors.org/ |
1987 | S: Orphan | 2425 | S: Orphan |
2426 | F: drivers/hwmon/ | ||
1988 | 2427 | ||
1989 | HARDWARE RANDOM NUMBER GENERATOR CORE | 2428 | HARDWARE RANDOM NUMBER GENERATOR CORE |
1990 | S: Orphan | 2429 | M: Matt Mackall <mpm@selenic.com> |
2430 | M: Herbert Xu <herbert@gondor.apana.org.au> | ||
2431 | S: Odd fixes | ||
2432 | F: Documentation/hw_random.txt | ||
2433 | F: drivers/char/hw_random/ | ||
2434 | F: include/linux/hw_random.h | ||
1991 | 2435 | ||
1992 | HARMONY SOUND DRIVER | 2436 | HARMONY SOUND DRIVER |
1993 | P: Kyle McMartin | 2437 | M: Kyle McMartin <kyle@mcmartin.ca> |
1994 | M: kyle@mcmartin.ca | ||
1995 | L: linux-parisc@vger.kernel.org | 2438 | L: linux-parisc@vger.kernel.org |
1996 | S: Maintained | 2439 | S: Maintained |
2440 | F: sound/parisc/harmony.* | ||
1997 | 2441 | ||
1998 | HAYES ESP SERIAL DRIVER | 2442 | HAYES ESP SERIAL DRIVER |
1999 | P: Andrew J. Robinson | 2443 | M: "Andrew J. Robinson" <arobinso@nyx.net> |
2000 | M: arobinso@nyx.net | ||
2001 | L: linux-kernel@vger.kernel.org | ||
2002 | W: http://www.nyx.net/~arobinso | 2444 | W: http://www.nyx.net/~arobinso |
2003 | S: Maintained | 2445 | S: Maintained |
2004 | 2446 | F: Documentation/serial/hayes-esp.txt | |
2005 | HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA | 2447 | F: drivers/char/esp.c |
2006 | P: Chirag Kantharia | ||
2007 | M: chirag.kantharia@hp.com | ||
2008 | L: iss_storagedev@hp.com | ||
2009 | S: Maintained | ||
2010 | 2448 | ||
2011 | HEWLETT-PACKARD SMART2 RAID DRIVER | 2449 | HEWLETT-PACKARD SMART2 RAID DRIVER |
2012 | P: Chirag Kantharia | 2450 | M: Chirag Kantharia <chirag.kantharia@hp.com> |
2013 | M: chirag.kantharia@hp.com | ||
2014 | L: iss_storagedev@hp.com | 2451 | L: iss_storagedev@hp.com |
2015 | S: Maintained | 2452 | S: Maintained |
2453 | F: Documentation/blockdev/cpqarray.txt | ||
2454 | F: drivers/block/cpqarray.* | ||
2016 | 2455 | ||
2017 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | 2456 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
2018 | P: Mike Miller | 2457 | M: Mike Miller <mike.miller@hp.com> |
2019 | M: mike.miller@hp.com | ||
2020 | L: iss_storagedev@hp.com | 2458 | L: iss_storagedev@hp.com |
2021 | S: Supported | 2459 | S: Supported |
2460 | F: Documentation/blockdev/cciss.txt | ||
2461 | F: drivers/block/cciss* | ||
2462 | F: include/linux/cciss_ioctl.h | ||
2022 | 2463 | ||
2023 | HFS FILESYSTEM | 2464 | HFS FILESYSTEM |
2024 | P: Roman Zippel | 2465 | M: Roman Zippel <zippel@linux-m68k.org> |
2025 | M: zippel@linux-m68k.org | ||
2026 | L: linux-kernel@vger.kernel.org | ||
2027 | S: Maintained | 2466 | S: Maintained |
2467 | F: Documentation/filesystems/hfs.txt | ||
2468 | F: fs/hfs/ | ||
2028 | 2469 | ||
2029 | HGA FRAMEBUFFER DRIVER | 2470 | HGA FRAMEBUFFER DRIVER |
2030 | P: Ferenc Bakonyi | 2471 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> |
2031 | M: fero@drama.obuda.kando.hu | ||
2032 | L: linux-nvidia@lists.surfsouth.com | 2472 | L: linux-nvidia@lists.surfsouth.com |
2033 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml | 2473 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
2034 | S: Maintained | 2474 | S: Maintained |
2475 | F: drivers/video/hgafb.c | ||
2035 | 2476 | ||
2036 | HIBERNATION (aka Software Suspend, aka swsusp) | 2477 | HIBERNATION (aka Software Suspend, aka swsusp) |
2037 | P: Pavel Machek | 2478 | M: Pavel Machek <pavel@ucw.cz> |
2038 | M: pavel@ucw.cz | 2479 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
2039 | P: Rafael J. Wysocki | ||
2040 | M: rjw@sisk.pl | ||
2041 | L: linux-pm@lists.linux-foundation.org | 2480 | L: linux-pm@lists.linux-foundation.org |
2042 | S: Supported | 2481 | S: Supported |
2482 | F: arch/x86/power/ | ||
2483 | F: drivers/base/power/ | ||
2484 | F: kernel/power/ | ||
2485 | F: include/linux/suspend.h | ||
2486 | F: include/linux/freezer.h | ||
2487 | F: include/linux/pm.h | ||
2488 | F: arch/*/include/asm/suspend*.h | ||
2043 | 2489 | ||
2044 | HID CORE LAYER | 2490 | HID CORE LAYER |
2045 | P: Jiri Kosina | 2491 | M: Jiri Kosina <jkosina@suse.cz> |
2046 | M: jkosina@suse.cz | ||
2047 | L: linux-input@vger.kernel.org | 2492 | L: linux-input@vger.kernel.org |
2048 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git | 2493 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
2049 | S: Maintained | 2494 | S: Maintained |
2495 | F: drivers/hid/ | ||
2496 | F: include/linux/hid* | ||
2050 | 2497 | ||
2051 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | 2498 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
2052 | P: Thomas Gleixner | 2499 | M: Thomas Gleixner <tglx@linutronix.de> |
2053 | M: tglx@linutronix.de | ||
2054 | L: linux-kernel@vger.kernel.org | ||
2055 | S: Maintained | 2500 | S: Maintained |
2501 | F: Documentation/timers/ | ||
2502 | F: kernel/hrtimer.c | ||
2503 | F: include/linux/hrtimer.h | ||
2056 | 2504 | ||
2057 | HIGH-SPEED SCC DRIVER FOR AX.25 | 2505 | HIGH-SPEED SCC DRIVER FOR AX.25 |
2058 | P: Klaus Kudielka | 2506 | M: Klaus Kudielka <klaus.kudielka@ieee.org> |
2059 | M: klaus.kudielka@ieee.org | ||
2060 | L: linux-hams@vger.kernel.org | 2507 | L: linux-hams@vger.kernel.org |
2061 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | 2508 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ |
2062 | S: Maintained | 2509 | S: Maintained |
2510 | F: drivers/net/hamradio/dmascc.c | ||
2511 | F: drivers/net/hamradio/scc.c | ||
2063 | 2512 | ||
2064 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER | 2513 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
2065 | P: HighPoint Linux Team | 2514 | M: HighPoint Linux Team <linux@highpoint-tech.com> |
2066 | M: linux@highpoint-tech.com | ||
2067 | W: http://www.highpoint-tech.com | 2515 | W: http://www.highpoint-tech.com |
2068 | S: Supported | 2516 | S: Supported |
2517 | F: Documentation/scsi/hptiop.txt | ||
2518 | F: drivers/scsi/hptiop.c | ||
2069 | 2519 | ||
2070 | HIPPI | 2520 | HIPPI |
2071 | P: Jes Sorensen | 2521 | M: Jes Sorensen <jes@trained-monkey.org> |
2072 | M: jes@trained-monkey.org | ||
2073 | L: linux-hippi@sunsite.dk | 2522 | L: linux-hippi@sunsite.dk |
2074 | S: Maintained | 2523 | S: Maintained |
2524 | F: include/linux/hippidevice.h | ||
2525 | F: include/linux/if_hippi.h | ||
2526 | F: net/802/hippi.c | ||
2075 | 2527 | ||
2076 | HOST AP DRIVER | 2528 | HOST AP DRIVER |
2077 | P: Jouni Malinen | 2529 | M: Jouni Malinen <j@w1.fi> |
2078 | M: j@w1.fi | ||
2079 | L: hostap@shmoo.com (subscribers-only) | 2530 | L: hostap@shmoo.com (subscribers-only) |
2080 | L: linux-wireless@vger.kernel.org | 2531 | L: linux-wireless@vger.kernel.org |
2081 | W: http://hostap.epitest.fi/ | 2532 | W: http://hostap.epitest.fi/ |
2082 | S: Maintained | 2533 | S: Maintained |
2534 | F: drivers/net/wireless/hostap/ | ||
2083 | 2535 | ||
2084 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER | 2536 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
2085 | P: Carlos Corbacho | 2537 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
2086 | M: carlos@strangeworlds.co.uk | ||
2087 | S: Odd Fixes | 2538 | S: Odd Fixes |
2539 | F: drivers/platform/x86/tc1100-wmi.c | ||
2088 | 2540 | ||
2089 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series | 2541 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
2090 | P: Jaroslav Kysela | 2542 | M: Jaroslav Kysela <perex@perex.cz> |
2091 | M: perex@perex.cz | ||
2092 | S: Maintained | 2543 | S: Maintained |
2544 | F: drivers/net/hp100.* | ||
2093 | 2545 | ||
2094 | HPET: High Precision Event Timers driver (drivers/char/hpet.c) | 2546 | HPET: High Precision Event Timers driver |
2095 | P: Clemens Ladisch | 2547 | M: Clemens Ladisch <clemens@ladisch.de> |
2096 | M: clemens@ladisch.de | ||
2097 | S: Maintained | 2548 | S: Maintained |
2549 | F: Documentation/timers/hpet.txt | ||
2550 | F: drivers/char/hpet.c | ||
2551 | F: include/linux/hpet.h | ||
2098 | 2552 | ||
2099 | HPET: i386 | 2553 | HPET: i386 |
2100 | P: Venkatesh Pallipadi (Venki) | 2554 | M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> |
2101 | M: venkatesh.pallipadi@intel.com | ||
2102 | S: Maintained | 2555 | S: Maintained |
2556 | F: arch/x86/kernel/hpet.c | ||
2557 | F: arch/x86/include/asm/hpet.h | ||
2103 | 2558 | ||
2104 | HPET: x86_64 | 2559 | HPET: x86_64 |
2105 | P: Vojtech Pavlik | 2560 | M: Vojtech Pavlik <vojtech@suse.cz> |
2106 | M: vojtech@suse.cz | ||
2107 | S: Maintained | 2561 | S: Maintained |
2108 | 2562 | ||
2109 | HPET: ACPI hpet.c | 2563 | HPET: ACPI |
2110 | P: Bob Picco | 2564 | M: Bob Picco <bob.picco@hp.com> |
2111 | M: bob.picco@hp.com | ||
2112 | S: Maintained | 2565 | S: Maintained |
2566 | F: drivers/char/hpet.c | ||
2113 | 2567 | ||
2114 | HPFS FILESYSTEM | 2568 | HPFS FILESYSTEM |
2115 | P: Mikulas Patocka | 2569 | M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> |
2116 | M: mikulas@artax.karlin.mff.cuni.cz | ||
2117 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | 2570 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
2118 | S: Maintained | 2571 | S: Maintained |
2572 | F: fs/hpfs/ | ||
2119 | 2573 | ||
2120 | HSO 3G Modem Driver (hso.c) | 2574 | HSO 3G MODEM DRIVER |
2121 | P: Denis Joseph Barrow | 2575 | M: Jan Dumon <j.dumon@option.com> |
2122 | M: d.barow@option.com | ||
2123 | W: http://www.pharscape.org | 2576 | W: http://www.pharscape.org |
2124 | S: Maintained | 2577 | S: Maintained |
2578 | F: drivers/net/usb/hso.c | ||
2125 | 2579 | ||
2126 | HTCPEN TOUCHSCREEN DRIVER | 2580 | HTCPEN TOUCHSCREEN DRIVER |
2127 | P: Pau Oliva Fora | 2581 | M: Pau Oliva Fora <pof@eslack.org> |
2128 | M: pof@eslack.org | ||
2129 | L: linux-input@vger.kernel.org | 2582 | L: linux-input@vger.kernel.org |
2130 | S: Maintained | 2583 | S: Maintained |
2584 | F: drivers/input/touchscreen/htcpen.c | ||
2131 | 2585 | ||
2132 | HUGETLB FILESYSTEM | 2586 | HUGETLB FILESYSTEM |
2133 | P: William Irwin | 2587 | M: William Irwin <wli@holomorphy.com> |
2134 | M: wli@holomorphy.com | ||
2135 | S: Maintained | 2588 | S: Maintained |
2589 | F: fs/hugetlbfs/ | ||
2136 | 2590 | ||
2137 | I2C/SMBUS STUB DRIVER | 2591 | I2C/SMBUS STUB DRIVER |
2138 | P: Mark M. Hoffman | 2592 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
2139 | M: mhoffman@lightlink.com | ||
2140 | L: linux-i2c@vger.kernel.org | 2593 | L: linux-i2c@vger.kernel.org |
2141 | S: Maintained | 2594 | S: Maintained |
2595 | F: drivers/i2c/busses/i2c-stub.c | ||
2142 | 2596 | ||
2143 | I2C SUBSYSTEM | 2597 | I2C SUBSYSTEM |
2144 | P: Jean Delvare (PC drivers, core) | 2598 | M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> |
2145 | M: khali@linux-fr.org | 2599 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
2146 | P: Ben Dooks (embedded platforms) | ||
2147 | M: ben-linux@fluff.org | ||
2148 | L: linux-i2c@vger.kernel.org | 2600 | L: linux-i2c@vger.kernel.org |
2149 | W: http://i2c.wiki.kernel.org/ | 2601 | W: http://i2c.wiki.kernel.org/ |
2150 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | 2602 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ |
2151 | S: Maintained | 2603 | S: Maintained |
2604 | F: Documentation/i2c/ | ||
2605 | F: drivers/i2c/ | ||
2606 | F: include/linux/i2c.h | ||
2607 | F: include/linux/i2c-*.h | ||
2152 | 2608 | ||
2153 | I2C-TINY-USB DRIVER | 2609 | I2C-TINY-USB DRIVER |
2154 | P: Till Harbaum | 2610 | M: Till Harbaum <till@harbaum.org> |
2155 | M: till@harbaum.org | ||
2156 | L: linux-i2c@vger.kernel.org | 2611 | L: linux-i2c@vger.kernel.org |
2157 | T: http://www.harbaum.org/till/i2c_tiny_usb | 2612 | W: http://www.harbaum.org/till/i2c_tiny_usb |
2158 | S: Maintained | 2613 | S: Maintained |
2614 | F: drivers/i2c/busses/i2c-tiny-usb.c | ||
2159 | 2615 | ||
2160 | i386 BOOT CODE | 2616 | i386 BOOT CODE |
2161 | P: H. Peter Anvin | 2617 | M: "H. Peter Anvin" <hpa@zytor.com> |
2162 | M: hpa@zytor.com | ||
2163 | L: Linux-Kernel@vger.kernel.org | ||
2164 | S: Maintained | 2618 | S: Maintained |
2619 | F: arch/x86/boot/ | ||
2165 | 2620 | ||
2166 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS | 2621 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS |
2167 | P: H. Peter Anvin | 2622 | M: "H. Peter Anvin" <hpa@zytor.com> |
2168 | M: hpa@zytor.com | 2623 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
2169 | T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git | ||
2170 | S: Maintained | 2624 | S: Maintained |
2171 | 2625 | ||
2172 | IA64 (Itanium) PLATFORM | 2626 | IA64 (Itanium) PLATFORM |
2173 | P: Tony Luck | 2627 | M: Tony Luck <tony.luck@intel.com> |
2174 | M: tony.luck@intel.com | 2628 | M: Fenghua Yu <fenghua.yu@intel.com> |
2175 | L: linux-ia64@vger.kernel.org | 2629 | L: linux-ia64@vger.kernel.org |
2176 | W: http://www.ia64-linux.org/ | 2630 | W: http://www.ia64-linux.org/ |
2177 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git | 2631 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
2178 | S: Maintained | 2632 | S: Maintained |
2633 | F: arch/ia64/ | ||
2179 | 2634 | ||
2180 | IBM MCA SCSI SUBSYSTEM DRIVER | 2635 | IBM MCA SCSI SUBSYSTEM DRIVER |
2181 | P: Michael Lang | 2636 | M: Michael Lang <langa2@kph.uni-mainz.de> |
2182 | M: langa2@kph.uni-mainz.de | ||
2183 | W: http://www.uni-mainz.de/~langm000/linux.html | 2637 | W: http://www.uni-mainz.de/~langm000/linux.html |
2184 | S: Maintained | 2638 | S: Maintained |
2639 | F: drivers/scsi/ibmmca.c | ||
2185 | 2640 | ||
2186 | IBM Power Linux RAID adapter | 2641 | IBM Power Linux RAID adapter |
2187 | P: Brian King | 2642 | M: Brian King <brking@us.ibm.com> |
2188 | M: brking@us.ibm.com | ||
2189 | S: Supported | 2643 | S: Supported |
2644 | F: drivers/scsi/ipr.* | ||
2190 | 2645 | ||
2191 | IBM ServeRAID RAID DRIVER | 2646 | IBM ServeRAID RAID DRIVER |
2192 | P: Jack Hammer | 2647 | P: Jack Hammer |
2193 | P: Dave Jeffery | 2648 | M: Dave Jeffery <ipslinux@adaptec.com> |
2194 | M: ipslinux@adaptec.com | ||
2195 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | 2649 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html |
2196 | S: Supported | 2650 | S: Supported |
2651 | F: drivers/scsi/ips.* | ||
2197 | 2652 | ||
2198 | IDE SUBSYSTEM | 2653 | IDE SUBSYSTEM |
2199 | P: Bartlomiej Zolnierkiewicz | 2654 | M: "David S. Miller" <davem@davemloft.net> |
2200 | M: bzolnier@gmail.com | ||
2201 | L: linux-ide@vger.kernel.org | 2655 | L: linux-ide@vger.kernel.org |
2202 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ | 2656 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
2203 | S: Maintained | 2657 | S: Maintained |
2658 | F: Documentation/ide/ | ||
2659 | F: drivers/ide/ | ||
2660 | F: include/linux/ide.h | ||
2204 | 2661 | ||
2205 | IDE/ATAPI DRIVERS | 2662 | IDE/ATAPI DRIVERS |
2206 | P: Borislav Petkov | 2663 | M: Borislav Petkov <petkovbb@gmail.com> |
2207 | M: petkovbb@gmail.com | ||
2208 | L: linux-ide@vger.kernel.org | 2664 | L: linux-ide@vger.kernel.org |
2209 | S: Maintained | 2665 | S: Maintained |
2666 | F: Documentation/cdrom/ide-cd | ||
2667 | F: drivers/ide/ide-cd* | ||
2210 | 2668 | ||
2211 | IDLE-I7300 | 2669 | IDLE-I7300 |
2212 | P: Andy Henroid | 2670 | M: Andy Henroid <andrew.d.henroid@intel.com> |
2213 | M: andrew.d.henroid@intel.com | ||
2214 | L: linux-pm@lists.linux-foundation.org | 2671 | L: linux-pm@lists.linux-foundation.org |
2215 | S: Supported | 2672 | S: Supported |
2673 | F: drivers/idle/i7300_idle.c | ||
2216 | 2674 | ||
2217 | IEEE 1394 SUBSYSTEM (drivers/ieee1394) | 2675 | IEEE 1394 SUBSYSTEM |
2218 | P: Ben Collins | 2676 | M: Ben Collins <ben.collins@ubuntu.com> |
2219 | M: ben.collins@ubuntu.com | 2677 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2220 | P: Stefan Richter | ||
2221 | M: stefanr@s5r6.in-berlin.de | ||
2222 | L: linux1394-devel@lists.sourceforge.net | 2678 | L: linux1394-devel@lists.sourceforge.net |
2223 | W: http://www.linux1394.org/ | 2679 | W: http://www.linux1394.org/ |
2224 | T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2680 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2225 | S: Maintained | 2681 | S: Maintained |
2682 | F: Documentation/debugging-via-ohci1394.txt | ||
2683 | F: drivers/ieee1394/ | ||
2226 | 2684 | ||
2227 | IEEE 1394 RAW I/O DRIVER (raw1394) | 2685 | IEEE 1394 RAW I/O DRIVER |
2228 | P: Dan Dennedy | 2686 | M: Dan Dennedy <dan@dennedy.org> |
2229 | M: dan@dennedy.org | 2687 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2230 | P: Stefan Richter | ||
2231 | M: stefanr@s5r6.in-berlin.de | ||
2232 | L: linux1394-devel@lists.sourceforge.net | 2688 | L: linux1394-devel@lists.sourceforge.net |
2233 | S: Maintained | 2689 | S: Maintained |
2690 | F: drivers/ieee1394/raw1394* | ||
2691 | |||
2692 | IEEE 802.15.4 SUBSYSTEM | ||
2693 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
2694 | M: Sergey Lapin <slapin@ossfans.org> | ||
2695 | L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2696 | W: http://apps.sourceforge.net/trac/linux-zigbee | ||
2697 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git | ||
2698 | S: Maintained | ||
2699 | F: net/ieee802154/ | ||
2700 | F: drivers/ieee802154/ | ||
2234 | 2701 | ||
2235 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) | 2702 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
2236 | P: Mimi Zohar | 2703 | M: Mimi Zohar <zohar@us.ibm.com> |
2237 | M: zohar@us.ibm.com | ||
2238 | S: Supported | 2704 | S: Supported |
2705 | F: security/integrity/ima/ | ||
2239 | 2706 | ||
2240 | IMS TWINTURBO FRAMEBUFFER DRIVER | 2707 | IMS TWINTURBO FRAMEBUFFER DRIVER |
2241 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2708 | L: linux-fbdev@vger.kernel.org |
2242 | S: Orphan | 2709 | S: Orphan |
2710 | F: drivers/video/imsttfb.c | ||
2243 | 2711 | ||
2244 | INFINIBAND SUBSYSTEM | 2712 | INFINIBAND SUBSYSTEM |
2245 | P: Roland Dreier | 2713 | M: Roland Dreier <rolandd@cisco.com> |
2246 | M: rolandd@cisco.com | 2714 | M: Sean Hefty <sean.hefty@intel.com> |
2247 | P: Sean Hefty | 2715 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
2248 | M: sean.hefty@intel.com | 2716 | L: linux-rdma@vger.kernel.org |
2249 | P: Hal Rosenstock | ||
2250 | M: hal.rosenstock@gmail.com | ||
2251 | L: general@lists.openfabrics.org (moderated for non-subscribers) | ||
2252 | W: http://www.openib.org/ | 2717 | W: http://www.openib.org/ |
2253 | T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git | 2718 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
2254 | S: Supported | 2719 | S: Supported |
2720 | F: Documentation/infiniband/ | ||
2721 | F: drivers/infiniband/ | ||
2722 | F: include/linux/if_infiniband.h | ||
2255 | 2723 | ||
2256 | INOTIFY | 2724 | INOTIFY |
2257 | P: John McCutchan | 2725 | M: John McCutchan <john@johnmccutchan.com> |
2258 | M: john@johnmccutchan.com | 2726 | M: Robert Love <rlove@rlove.org> |
2259 | P: Robert Love | 2727 | M: Eric Paris <eparis@parisplace.org> |
2260 | M: rlove@rlove.org | ||
2261 | L: linux-kernel@vger.kernel.org | ||
2262 | S: Maintained | 2728 | S: Maintained |
2729 | F: Documentation/filesystems/inotify.txt | ||
2730 | F: fs/notify/inotify/ | ||
2731 | F: include/linux/inotify.h | ||
2263 | 2732 | ||
2264 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS | 2733 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
2265 | P: Dmitry Torokhov | 2734 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
2266 | M: dmitry.torokhov@gmail.com | 2735 | M: Dmitry Torokhov <dtor@mail.ru> |
2267 | M: dtor@mail.ru | ||
2268 | L: linux-input@vger.kernel.org | 2736 | L: linux-input@vger.kernel.org |
2269 | T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git | 2737 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
2270 | S: Maintained | 2738 | S: Maintained |
2739 | F: drivers/input/ | ||
2271 | 2740 | ||
2272 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | 2741 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
2273 | P: Sylvain Meyer | 2742 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> |
2274 | M: sylvain.meyer@worldonline.fr | 2743 | L: linux-fbdev@vger.kernel.org |
2275 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2276 | S: Maintained | 2744 | S: Maintained |
2745 | F: Documentation/fb/intelfb.txt | ||
2746 | F: drivers/video/intelfb/ | ||
2277 | 2747 | ||
2278 | INTEL 810/815 FRAMEBUFFER DRIVER | 2748 | INTEL 810/815 FRAMEBUFFER DRIVER |
2279 | P: Antonino Daplas | 2749 | M: Antonino Daplas <adaplas@gmail.com> |
2280 | M: adaplas@gmail.com | 2750 | L: linux-fbdev@vger.kernel.org |
2281 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2282 | S: Maintained | 2751 | S: Maintained |
2752 | F: drivers/video/i810/ | ||
2283 | 2753 | ||
2284 | INTEL MENLOW THERMAL DRIVER | 2754 | INTEL MENLOW THERMAL DRIVER |
2285 | P: Sujith Thomas | 2755 | M: Sujith Thomas <sujith.thomas@intel.com> |
2286 | M: sujith.thomas@intel.com | ||
2287 | L: linux-acpi@vger.kernel.org | 2756 | L: linux-acpi@vger.kernel.org |
2288 | W: http://www.lesswatts.org/projects/acpi/ | 2757 | W: http://www.lesswatts.org/projects/acpi/ |
2289 | S: Supported | 2758 | S: Supported |
2759 | F: drivers/platform/x86/intel_menlow.c | ||
2290 | 2760 | ||
2291 | INTEL IA32 MICROCODE UPDATE SUPPORT | 2761 | INTEL IA32 MICROCODE UPDATE SUPPORT |
2292 | P: Tigran Aivazian | 2762 | M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> |
2293 | M: tigran@aivazian.fsnet.co.uk | ||
2294 | S: Maintained | 2763 | S: Maintained |
2764 | F: arch/x86/kernel/microcode_core.c | ||
2765 | F: arch/x86/kernel/microcode_intel.c | ||
2295 | 2766 | ||
2296 | INTEL I/OAT DMA DRIVER | 2767 | INTEL I/OAT DMA DRIVER |
2297 | P: Maciej Sosnowski | 2768 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
2298 | M: maciej.sosnowski@intel.com | ||
2299 | L: linux-kernel@vger.kernel.org | ||
2300 | S: Supported | 2769 | S: Supported |
2770 | F: drivers/dma/ioat* | ||
2301 | 2771 | ||
2302 | INTEL IOMMU (VT-d) | 2772 | INTEL IOMMU (VT-d) |
2303 | P: David Woodhouse | 2773 | M: David Woodhouse <dwmw2@infradead.org> |
2304 | M: dwmw2@infradead.org | ||
2305 | L: iommu@lists.linux-foundation.org | 2774 | L: iommu@lists.linux-foundation.org |
2306 | T: git://git.infradead.org/iommu-2.6.git | 2775 | T: git git://git.infradead.org/iommu-2.6.git |
2307 | S: Supported | 2776 | S: Supported |
2777 | F: drivers/pci/intel-iommu.c | ||
2778 | F: include/linux/intel-iommu.h | ||
2308 | 2779 | ||
2309 | INTEL IOP-ADMA DMA DRIVER | 2780 | INTEL IOP-ADMA DMA DRIVER |
2310 | P: Dan Williams | 2781 | M: Dan Williams <dan.j.williams@intel.com> |
2311 | M: dan.j.williams@intel.com | 2782 | S: Maintained |
2312 | L: linux-kernel@vger.kernel.org | 2783 | F: drivers/dma/iop-adma.c |
2313 | S: Supported | ||
2314 | 2784 | ||
2315 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT | 2785 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
2316 | P: Krzysztof Halasa | 2786 | M: Krzysztof Halasa <khc@pm.waw.pl> |
2317 | M: khc@pm.waw.pl | ||
2318 | S: Maintained | 2787 | S: Maintained |
2788 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h | ||
2789 | F: arch/arm/mach-ixp4xx/include/mach/npe.h | ||
2790 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | ||
2791 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c | ||
2792 | F: drivers/net/arm/ixp4xx_eth.c | ||
2793 | F: drivers/net/wan/ixp4xx_hss.c | ||
2319 | 2794 | ||
2320 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT | 2795 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
2321 | P: Deepak Saxena | 2796 | M: Deepak Saxena <dsaxena@plexity.net> |
2322 | M: dsaxena@plexity.net | ||
2323 | S: Maintained | 2797 | S: Maintained |
2798 | F: drivers/char/hw_random/ixp4xx-rng.c | ||
2324 | 2799 | ||
2325 | INTEL IXP2000 ETHERNET DRIVER | 2800 | INTEL IXP2000 ETHERNET DRIVER |
2326 | P: Lennert Buytenhek | 2801 | M: Lennert Buytenhek <kernel@wantstofly.org> |
2327 | M: kernel@wantstofly.org | ||
2328 | L: netdev@vger.kernel.org | 2802 | L: netdev@vger.kernel.org |
2329 | S: Maintained | 2803 | S: Maintained |
2804 | F: drivers/net/ixp2000/ | ||
2330 | 2805 | ||
2331 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) | 2806 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
2332 | P: Jeff Kirsher | 2807 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
2333 | M: jeffrey.t.kirsher@intel.com | 2808 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
2334 | P: Jesse Brandeburg | 2809 | M: Bruce Allan <bruce.w.allan@intel.com> |
2335 | M: jesse.brandeburg@intel.com | 2810 | M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> |
2336 | P: Bruce Allan | 2811 | M: John Ronciak <john.ronciak@intel.com> |
2337 | M: bruce.w.allan@intel.com | ||
2338 | P: PJ Waskiewicz | ||
2339 | M: peter.p.waskiewicz.jr@intel.com | ||
2340 | P: John Ronciak | ||
2341 | M: john.ronciak@intel.com | ||
2342 | L: e1000-devel@lists.sourceforge.net | 2812 | L: e1000-devel@lists.sourceforge.net |
2343 | W: http://e1000.sourceforge.net/ | 2813 | W: http://e1000.sourceforge.net/ |
2344 | S: Supported | 2814 | S: Supported |
2815 | F: drivers/net/e100.c | ||
2816 | F: drivers/net/e1000/ | ||
2817 | F: drivers/net/e1000e/ | ||
2818 | F: drivers/net/igb/ | ||
2819 | F: drivers/net/ixgb/ | ||
2820 | F: drivers/net/ixgbe/ | ||
2345 | 2821 | ||
2346 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT | 2822 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
2347 | P: Zhu Yi | 2823 | M: Zhu Yi <yi.zhu@intel.com> |
2348 | M: yi.zhu@intel.com | 2824 | M: Reinette Chatre <reinette.chatre@intel.com> |
2349 | P: James Ketrenos | 2825 | M: Intel Linux Wireless <ilw@linux.intel.com> |
2350 | M: jketreno@linux.intel.com | ||
2351 | P: Reinette Chatre | ||
2352 | M: reinette.chatre@intel.com | ||
2353 | L: linux-wireless@vger.kernel.org | 2826 | L: linux-wireless@vger.kernel.org |
2354 | L: ipw2100-devel@lists.sourceforge.net | ||
2355 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | ||
2356 | W: http://ipw2100.sourceforge.net | 2827 | W: http://ipw2100.sourceforge.net |
2357 | S: Supported | 2828 | S: Odd Fixes |
2829 | F: Documentation/networking/README.ipw2100 | ||
2830 | F: drivers/net/wireless/ipw2x00/ipw2100.* | ||
2358 | 2831 | ||
2359 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | 2832 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT |
2360 | P: Zhu Yi | 2833 | M: Zhu Yi <yi.zhu@intel.com> |
2361 | M: yi.zhu@intel.com | 2834 | M: Reinette Chatre <reinette.chatre@intel.com> |
2362 | P: James Ketrenos | 2835 | M: Intel Linux Wireless <ilw@linux.intel.com> |
2363 | M: jketreno@linux.intel.com | ||
2364 | P: Reinette Chatre | ||
2365 | M: reinette.chatre@intel.com | ||
2366 | L: linux-wireless@vger.kernel.org | 2836 | L: linux-wireless@vger.kernel.org |
2367 | L: ipw2100-devel@lists.sourceforge.net | ||
2368 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | ||
2369 | W: http://ipw2200.sourceforge.net | 2837 | W: http://ipw2200.sourceforge.net |
2370 | S: Supported | 2838 | S: Odd Fixes |
2839 | F: Documentation/networking/README.ipw2200 | ||
2840 | F: drivers/net/wireless/ipw2x00/ipw2200.* | ||
2371 | 2841 | ||
2372 | INTEL WIRELESS WIMAX CONNECTION 2400 | 2842 | INTEL WIRELESS WIMAX CONNECTION 2400 |
2373 | P: Inaky Perez-Gonzalez | 2843 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
2374 | M: inaky.perez-gonzalez@intel.com | ||
2375 | M: linux-wimax@intel.com | 2844 | M: linux-wimax@intel.com |
2376 | L: wimax@linuxwimax.org | 2845 | L: wimax@linuxwimax.org |
2377 | S: Supported | 2846 | S: Supported |
2378 | W: http://linuxwimax.org | 2847 | W: http://linuxwimax.org |
2848 | F: Documentation/wimax/README.i2400m | ||
2849 | F: drivers/net/wimax/i2400m/ | ||
2850 | F: include/linux/wimax/i2400m.h | ||
2379 | 2851 | ||
2380 | INTEL WIRELESS WIFI LINK (iwlwifi) | 2852 | INTEL WIRELESS WIFI LINK (iwlwifi) |
2381 | P: Zhu Yi | 2853 | M: Zhu Yi <yi.zhu@intel.com> |
2382 | M: yi.zhu@intel.com | 2854 | M: Reinette Chatre <reinette.chatre@intel.com> |
2383 | P: Reinette Chatre | 2855 | M: Intel Linux Wireless <ilw@linux.intel.com> |
2384 | M: reinette.chatre@intel.com | ||
2385 | L: linux-wireless@vger.kernel.org | 2856 | L: linux-wireless@vger.kernel.org |
2386 | L: ipw3945-devel@lists.sourceforge.net | ||
2387 | W: http://intellinuxwireless.org | 2857 | W: http://intellinuxwireless.org |
2388 | T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git | 2858 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
2859 | S: Supported | ||
2860 | F: drivers/net/wireless/iwlwifi/ | ||
2861 | |||
2862 | INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi) | ||
2863 | M: Samuel Ortiz <samuel.ortiz@intel.com> | ||
2864 | M: Zhu Yi <yi.zhu@intel.com> | ||
2865 | M: Intel Linux Wireless <ilw@linux.intel.com> | ||
2866 | L: linux-wireless@vger.kernel.org | ||
2389 | S: Supported | 2867 | S: Supported |
2868 | W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi | ||
2869 | F: drivers/net/wireless/iwmc3200wifi/ | ||
2390 | 2870 | ||
2391 | IOC3 ETHERNET DRIVER | 2871 | IOC3 ETHERNET DRIVER |
2392 | P: Ralf Baechle | 2872 | M: Ralf Baechle <ralf@linux-mips.org> |
2393 | M: ralf@linux-mips.org | ||
2394 | L: linux-mips@linux-mips.org | 2873 | L: linux-mips@linux-mips.org |
2395 | S: Maintained | 2874 | S: Maintained |
2875 | F: drivers/net/ioc3-eth.c | ||
2396 | 2876 | ||
2397 | IOC3 SERIAL DRIVER | 2877 | IOC3 SERIAL DRIVER |
2398 | P: Pat Gefre | 2878 | M: Pat Gefre <pfg@sgi.com> |
2399 | M: pfg@sgi.com | ||
2400 | L: linux-mips@linux-mips.org | 2879 | L: linux-mips@linux-mips.org |
2401 | S: Maintained | 2880 | S: Maintained |
2881 | F: drivers/serial/ioc3_serial.c | ||
2402 | 2882 | ||
2403 | IP MASQUERADING | 2883 | IP MASQUERADING |
2404 | P: Juanjo Ciarlante | 2884 | M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> |
2405 | M: jjciarla@raiz.uncu.edu.ar | ||
2406 | S: Maintained | 2885 | S: Maintained |
2886 | F: net/ipv4/netfilter/ipt_MASQUERADE.c | ||
2407 | 2887 | ||
2408 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER | 2888 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
2409 | P: Francois Romieu | 2889 | M: Francois Romieu <romieu@fr.zoreil.com> |
2410 | M: romieu@fr.zoreil.com | 2890 | M: Sorbica Shieh <sorbica@icplus.com.tw> |
2411 | P: Sorbica Shieh | 2891 | M: Jesse Huang <jesse@icplus.com.tw> |
2412 | M: sorbica@icplus.com.tw | ||
2413 | P: Jesse Huang | ||
2414 | M: jesse@icplus.com.tw | ||
2415 | L: netdev@vger.kernel.org | 2892 | L: netdev@vger.kernel.org |
2416 | S: Maintained | 2893 | S: Maintained |
2894 | F: drivers/net/ipg.c | ||
2417 | 2895 | ||
2418 | IPATH DRIVER | 2896 | IPATH DRIVER |
2419 | P: Ralph Campbell | 2897 | M: Ralph Campbell <infinipath@qlogic.com> |
2420 | M: infinipath@qlogic.com | 2898 | L: linux-rdma@vger.kernel.org |
2421 | L: general@lists.openfabrics.org | ||
2422 | T: git git://git.qlogic.com/ipath-linux-2.6 | 2899 | T: git git://git.qlogic.com/ipath-linux-2.6 |
2423 | S: Supported | 2900 | S: Supported |
2901 | F: drivers/infiniband/hw/ipath/ | ||
2424 | 2902 | ||
2425 | IPMI SUBSYSTEM | 2903 | IPMI SUBSYSTEM |
2426 | P: Corey Minyard | 2904 | M: Corey Minyard <minyard@acm.org> |
2427 | M: minyard@acm.org | 2905 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
2428 | L: openipmi-developer@lists.sourceforge.net | ||
2429 | W: http://openipmi.sourceforge.net/ | 2906 | W: http://openipmi.sourceforge.net/ |
2430 | S: Supported | 2907 | S: Supported |
2908 | F: Documentation/IPMI.txt | ||
2909 | F: drivers/char/ipmi/ | ||
2910 | F: include/linux/ipmi* | ||
2431 | 2911 | ||
2432 | IPS SCSI RAID DRIVER | 2912 | IPS SCSI RAID DRIVER |
2433 | P: Adaptec OEM Raid Solutions | 2913 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
2434 | M: aacraid@adaptec.com | ||
2435 | L: linux-scsi@vger.kernel.org | 2914 | L: linux-scsi@vger.kernel.org |
2436 | W: http://www.adaptec.com/ | 2915 | W: http://www.adaptec.com/ |
2437 | S: Maintained | 2916 | S: Maintained |
2917 | F: drivers/scsi/ips* | ||
2438 | 2918 | ||
2439 | IPVS | 2919 | IPVS |
2440 | P: Wensong Zhang | 2920 | M: Wensong Zhang <wensong@linux-vs.org> |
2441 | M: wensong@linux-vs.org | 2921 | M: Simon Horman <horms@verge.net.au> |
2442 | P: Simon Horman | 2922 | M: Julian Anastasov <ja@ssi.bg> |
2443 | M: horms@verge.net.au | ||
2444 | P: Julian Anastasov | ||
2445 | M: ja@ssi.bg | ||
2446 | L: netdev@vger.kernel.org | 2923 | L: netdev@vger.kernel.org |
2447 | L: lvs-devel@vger.kernel.org | 2924 | L: lvs-devel@vger.kernel.org |
2448 | S: Maintained | 2925 | S: Maintained |
2926 | F: Documentation/networking/ipvs-sysctl.txt | ||
2927 | F: include/net/ip_vs.h | ||
2928 | F: include/linux/ip_vs.h | ||
2929 | F: net/netfilter/ipvs/ | ||
2449 | 2930 | ||
2450 | IPWIRELESS DRIVER | 2931 | IPWIRELESS DRIVER |
2451 | P: Jiri Kosina | 2932 | M: Jiri Kosina <jkosina@suse.cz> |
2452 | M: jkosina@suse.cz | 2933 | M: David Sterba <dsterba@suse.cz> |
2453 | P: David Sterba | ||
2454 | M: dsterba@suse.cz | ||
2455 | S: Maintained | 2934 | S: Maintained |
2456 | T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git | 2935 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git |
2936 | F: drivers/char/pcmcia/ipwireless/ | ||
2457 | 2937 | ||
2458 | IPX NETWORK LAYER | 2938 | IPX NETWORK LAYER |
2459 | P: Arnaldo Carvalho de Melo | 2939 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
2460 | M: acme@ghostprotocols.net | ||
2461 | L: netdev@vger.kernel.org | 2940 | L: netdev@vger.kernel.org |
2462 | S: Maintained | 2941 | S: Maintained |
2942 | F: include/linux/ipx.h | ||
2943 | F: include/net/ipx.h | ||
2944 | F: net/ipx/ | ||
2463 | 2945 | ||
2464 | IRDA SUBSYSTEM | 2946 | IRDA SUBSYSTEM |
2465 | P: Samuel Ortiz | 2947 | M: Samuel Ortiz <samuel@sortiz.org> |
2466 | M: samuel@sortiz.org | ||
2467 | L: irda-users@lists.sourceforge.net (subscribers-only) | 2948 | L: irda-users@lists.sourceforge.net (subscribers-only) |
2468 | W: http://irda.sourceforge.net/ | 2949 | W: http://irda.sourceforge.net/ |
2469 | S: Maintained | 2950 | S: Maintained |
2951 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git | ||
2952 | F: Documentation/networking/irda.txt | ||
2953 | F: drivers/net/irda/ | ||
2954 | F: include/net/irda/ | ||
2955 | F: net/irda/ | ||
2470 | 2956 | ||
2471 | ISAPNP | 2957 | ISAPNP |
2472 | P: Jaroslav Kysela | 2958 | M: Jaroslav Kysela <perex@perex.cz> |
2473 | M: perex@perex.cz | ||
2474 | S: Maintained | 2959 | S: Maintained |
2960 | F: Documentation/isapnp.txt | ||
2961 | F: drivers/pnp/isapnp/ | ||
2962 | F: include/linux/isapnp.h | ||
2475 | 2963 | ||
2476 | ISCSI | 2964 | ISCSI |
2477 | P: Mike Christie | 2965 | M: Mike Christie <michaelc@cs.wisc.edu> |
2478 | M: michaelc@cs.wisc.edu | ||
2479 | L: open-iscsi@googlegroups.com | 2966 | L: open-iscsi@googlegroups.com |
2480 | W: www.open-iscsi.org | 2967 | W: www.open-iscsi.org |
2481 | T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git | 2968 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
2482 | S: Maintained | 2969 | S: Maintained |
2970 | F: drivers/scsi/*iscsi* | ||
2971 | F: include/scsi/*iscsi* | ||
2483 | 2972 | ||
2484 | ISDN SUBSYSTEM | 2973 | ISDN SUBSYSTEM |
2485 | P: Karsten Keil | 2974 | M: Karsten Keil <isdn@linux-pingi.de> |
2486 | M: isdn@linux-pingi.de | ||
2487 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) | 2975 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
2488 | W: http://www.isdn4linux.de | 2976 | W: http://www.isdn4linux.de |
2489 | T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git | 2977 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
2490 | S: Maintained | 2978 | S: Maintained |
2979 | F: Documentation/isdn/ | ||
2980 | F: drivers/isdn/ | ||
2981 | F: include/linux/isdn.h | ||
2982 | F: include/linux/isdn/ | ||
2491 | 2983 | ||
2492 | ISDN SUBSYSTEM (Eicon active card driver) | 2984 | ISDN SUBSYSTEM (Eicon active card driver) |
2493 | P: Armin Schindler | 2985 | M: Armin Schindler <mac@melware.de> |
2494 | M: mac@melware.de | ||
2495 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) | 2986 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
2496 | W: http://www.melware.de | 2987 | W: http://www.melware.de |
2497 | S: Maintained | 2988 | S: Maintained |
2989 | F: drivers/isdn/hardware/eicon/ | ||
2498 | 2990 | ||
2499 | IVTV VIDEO4LINUX DRIVER | 2991 | IVTV VIDEO4LINUX DRIVER |
2500 | P: Hans Verkuil | 2992 | M: Hans Verkuil <hverkuil@xs4all.nl> |
2501 | M: hverkuil@xs4all.nl | ||
2502 | L: ivtv-devel@ivtvdriver.org | 2993 | L: ivtv-devel@ivtvdriver.org |
2503 | L: ivtv-users@ivtvdriver.org | ||
2504 | L: linux-media@vger.kernel.org | 2994 | L: linux-media@vger.kernel.org |
2505 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2995 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
2506 | W: http://www.ivtvdriver.org | 2996 | W: http://www.ivtvdriver.org |
2507 | S: Maintained | 2997 | S: Maintained |
2998 | F: Documentation/video4linux/*.ivtv | ||
2999 | F: drivers/media/video/ivtv/ | ||
3000 | F: include/linux/ivtv* | ||
2508 | 3001 | ||
2509 | JFS FILESYSTEM | 3002 | JFS FILESYSTEM |
2510 | P: Dave Kleikamp | 3003 | M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> |
2511 | M: shaggy@austin.ibm.com | ||
2512 | L: jfs-discussion@lists.sourceforge.net | 3004 | L: jfs-discussion@lists.sourceforge.net |
2513 | W: http://jfs.sourceforge.net/ | 3005 | W: http://jfs.sourceforge.net/ |
2514 | T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git | 3006 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
2515 | S: Supported | 3007 | S: Maintained |
3008 | F: Documentation/filesystems/jfs.txt | ||
3009 | F: fs/jfs/ | ||
2516 | 3010 | ||
2517 | JME NETWORK DRIVER | 3011 | JME NETWORK DRIVER |
2518 | P: Guo-Fu Tseng | 3012 | M: Guo-Fu Tseng <cooldavid@cooldavid.org> |
2519 | M: cooldavid@cooldavid.org | ||
2520 | L: netdev@vger.kernel.org | 3013 | L: netdev@vger.kernel.org |
2521 | S: Maintained | 3014 | S: Maintained |
3015 | F: drivers/net/jme.* | ||
2522 | 3016 | ||
2523 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) | 3017 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
2524 | P: David Woodhouse | 3018 | M: David Woodhouse <dwmw2@infradead.org> |
2525 | M: dwmw2@infradead.org | ||
2526 | L: linux-mtd@lists.infradead.org | 3019 | L: linux-mtd@lists.infradead.org |
2527 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html | 3020 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html |
2528 | S: Maintained | 3021 | S: Maintained |
3022 | F: fs/jffs2/ | ||
3023 | F: include/linux/jffs2.h | ||
2529 | 3024 | ||
2530 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) | 3025 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
2531 | P: Stephen Tweedie, Andrew Morton | 3026 | M: Andrew Morton <akpm@linux-foundation.org> |
2532 | M: sct@redhat.com, akpm@linux-foundation.org | 3027 | M: Jan Kara <jack@suse.cz> |
2533 | L: linux-ext4@vger.kernel.org | 3028 | L: linux-ext4@vger.kernel.org |
2534 | S: Maintained | 3029 | S: Maintained |
3030 | F: fs/jbd*/ | ||
3031 | F: include/linux/ext*jbd*.h | ||
3032 | F: include/linux/jbd*.h | ||
2535 | 3033 | ||
2536 | K8TEMP HARDWARE MONITORING DRIVER | 3034 | K8TEMP HARDWARE MONITORING DRIVER |
2537 | P: Rudolf Marek | 3035 | M: Rudolf Marek <r.marek@assembler.cz> |
2538 | M: r.marek@assembler.cz | ||
2539 | L: lm-sensors@lm-sensors.org | 3036 | L: lm-sensors@lm-sensors.org |
2540 | S: Maintained | 3037 | S: Maintained |
3038 | F: Documentation/hwmon/k8temp | ||
3039 | F: drivers/hwmon/k8temp.c | ||
2541 | 3040 | ||
2542 | KCONFIG | 3041 | KCONFIG |
2543 | P: Roman Zippel | 3042 | M: Roman Zippel <zippel@linux-m68k.org> |
2544 | M: zippel@linux-m68k.org | ||
2545 | L: linux-kbuild@vger.kernel.org | 3043 | L: linux-kbuild@vger.kernel.org |
2546 | S: Maintained | 3044 | S: Maintained |
3045 | F: Documentation/kbuild/kconfig-language.txt | ||
3046 | F: scripts/kconfig/ | ||
2547 | 3047 | ||
2548 | KDUMP | 3048 | KDUMP |
2549 | P: Vivek Goyal | 3049 | M: Vivek Goyal <vgoyal@redhat.com> |
2550 | M: vgoyal@redhat.com | 3050 | M: Haren Myneni <hbabu@us.ibm.com> |
2551 | P: Haren Myneni | ||
2552 | M: hbabu@us.ibm.com | ||
2553 | L: kexec@lists.infradead.org | 3051 | L: kexec@lists.infradead.org |
2554 | L: linux-kernel@vger.kernel.org | ||
2555 | W: http://lse.sourceforge.net/kdump/ | 3052 | W: http://lse.sourceforge.net/kdump/ |
2556 | S: Maintained | 3053 | S: Maintained |
3054 | F: Documentation/kdump/ | ||
2557 | 3055 | ||
2558 | KERNEL AUTOMOUNTER (AUTOFS) | 3056 | KERNEL AUTOMOUNTER (AUTOFS) |
2559 | P: H. Peter Anvin | 3057 | M: "H. Peter Anvin" <hpa@zytor.com> |
2560 | M: hpa@zytor.com | ||
2561 | L: autofs@linux.kernel.org | 3058 | L: autofs@linux.kernel.org |
2562 | S: Odd Fixes | 3059 | S: Odd Fixes |
3060 | F: fs/autofs/ | ||
2563 | 3061 | ||
2564 | KERNEL AUTOMOUNTER v4 (AUTOFS4) | 3062 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
2565 | P: Ian Kent | 3063 | M: Ian Kent <raven@themaw.net> |
2566 | M: raven@themaw.net | ||
2567 | L: autofs@linux.kernel.org | 3064 | L: autofs@linux.kernel.org |
2568 | S: Maintained | 3065 | S: Maintained |
3066 | F: fs/autofs4/ | ||
2569 | 3067 | ||
2570 | KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) | 3068 | KERNEL BUILD |
2571 | P: Sam Ravnborg | ||
2572 | M: sam@ravnborg.org | ||
2573 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git | ||
2574 | T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | ||
2575 | L: linux-kbuild@vger.kernel.org | 3069 | L: linux-kbuild@vger.kernel.org |
2576 | S: Maintained | 3070 | S: Orphan |
3071 | F: Documentation/kbuild/ | ||
3072 | F: Makefile | ||
3073 | F: scripts/Makefile.* | ||
2577 | 3074 | ||
2578 | KERNEL JANITORS | 3075 | KERNEL JANITORS |
2579 | P: Several | ||
2580 | L: kernel-janitors@vger.kernel.org | 3076 | L: kernel-janitors@vger.kernel.org |
2581 | W: http://www.kerneljanitors.org/ | 3077 | W: http://janitor.kernelnewbies.org/ |
2582 | S: Maintained | 3078 | S: Odd Fixes |
2583 | 3079 | ||
2584 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3080 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
2585 | P: J. Bruce Fields | 3081 | M: "J. Bruce Fields" <bfields@fieldses.org> |
2586 | M: bfields@fieldses.org | 3082 | M: Neil Brown <neilb@suse.de> |
2587 | P: Neil Brown | ||
2588 | M: neilb@suse.de | ||
2589 | L: linux-nfs@vger.kernel.org | 3083 | L: linux-nfs@vger.kernel.org |
2590 | W: http://nfs.sourceforge.net/ | 3084 | W: http://nfs.sourceforge.net/ |
2591 | S: Supported | 3085 | S: Supported |
3086 | F: fs/nfsd/ | ||
3087 | F: include/linux/nfsd/ | ||
3088 | F: fs/lockd/ | ||
3089 | F: fs/nfs_common/ | ||
3090 | F: net/sunrpc/ | ||
3091 | F: include/linux/lockd/ | ||
3092 | F: include/linux/sunrpc/ | ||
2592 | 3093 | ||
2593 | KERNEL VIRTUAL MACHINE (KVM) | 3094 | KERNEL VIRTUAL MACHINE (KVM) |
2594 | P: Avi Kivity | 3095 | M: Avi Kivity <avi@redhat.com> |
2595 | M: avi@redhat.com | 3096 | M: Marcelo Tosatti <mtosatti@redhat.com> |
2596 | L: kvm@vger.kernel.org | 3097 | L: kvm@vger.kernel.org |
2597 | W: http://kvm.qumranet.com | 3098 | W: http://kvm.qumranet.com |
2598 | S: Supported | 3099 | S: Supported |
3100 | F: Documentation/*/kvm.txt | ||
3101 | F: arch/*/kvm/ | ||
3102 | F: arch/*/include/asm/kvm* | ||
3103 | F: include/linux/kvm* | ||
3104 | F: virt/kvm/ | ||
2599 | 3105 | ||
2600 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V | 3106 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
2601 | P: Joerg Roedel | 3107 | M: Joerg Roedel <joerg.roedel@amd.com> |
2602 | M: joerg.roedel@amd.com | ||
2603 | L: kvm@vger.kernel.org | 3108 | L: kvm@vger.kernel.org |
2604 | W: http://kvm.qumranet.com | 3109 | W: http://kvm.qumranet.com |
2605 | S: Supported | 3110 | S: Supported |
3111 | F: arch/x86/include/asm/svm.h | ||
3112 | F: arch/x86/kvm/kvm_svm.h | ||
3113 | F: arch/x86/kvm/svm.c | ||
2606 | 3114 | ||
2607 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC | 3115 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
2608 | P: Hollis Blanchard | 3116 | M: Hollis Blanchard <hollisb@us.ibm.com> |
2609 | M: hollisb@us.ibm.com | ||
2610 | L: kvm-ppc@vger.kernel.org | 3117 | L: kvm-ppc@vger.kernel.org |
2611 | W: http://kvm.qumranet.com | 3118 | W: http://kvm.qumranet.com |
2612 | S: Supported | 3119 | S: Supported |
3120 | F: arch/powerpc/include/asm/kvm* | ||
3121 | F: arch/powerpc/kvm/ | ||
2613 | 3122 | ||
2614 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) | 3123 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
2615 | P: Xiantao Zhang | 3124 | M: Xiantao Zhang <xiantao.zhang@intel.com> |
2616 | M: xiantao.zhang@intel.com | ||
2617 | L: kvm-ia64@vger.kernel.org | 3125 | L: kvm-ia64@vger.kernel.org |
2618 | W: http://kvm.qumranet.com | 3126 | W: http://kvm.qumranet.com |
2619 | S: Supported | 3127 | S: Supported |
3128 | F: Documentation/ia64/kvm.txt | ||
3129 | F: arch/ia64/include/asm/kvm* | ||
3130 | F: arch/ia64/kvm/ | ||
2620 | 3131 | ||
2621 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) | 3132 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
2622 | P: Carsten Otte | 3133 | M: Carsten Otte <cotte@de.ibm.com> |
2623 | M: cotte@de.ibm.com | 3134 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
2624 | P: Christian Borntraeger | ||
2625 | M: borntraeger@de.ibm.com | ||
2626 | M: linux390@de.ibm.com | 3135 | M: linux390@de.ibm.com |
2627 | L: linux-s390@vger.kernel.org | 3136 | L: linux-s390@vger.kernel.org |
2628 | W: http://www.ibm.com/developerworks/linux/linux390/ | 3137 | W: http://www.ibm.com/developerworks/linux/linux390/ |
2629 | S: Supported | 3138 | S: Supported |
3139 | F: Documentation/s390/kvm.txt | ||
3140 | F: arch/s390/include/asm/kvm* | ||
3141 | F: arch/s390/kvm/ | ||
2630 | 3142 | ||
2631 | KEXEC | 3143 | KEXEC |
2632 | P: Eric Biederman | 3144 | M: Eric Biederman <ebiederm@xmission.com> |
2633 | M: ebiederm@xmission.com | ||
2634 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ | 3145 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
2635 | L: linux-kernel@vger.kernel.org | ||
2636 | L: kexec@lists.infradead.org | 3146 | L: kexec@lists.infradead.org |
2637 | S: Maintained | 3147 | S: Maintained |
3148 | F: include/linux/kexec.h | ||
3149 | F: kernel/kexec.c | ||
2638 | 3150 | ||
2639 | KGDB | 3151 | KGDB |
2640 | P: Jason Wessel | 3152 | M: Jason Wessel <jason.wessel@windriver.com> |
2641 | M: jason.wessel@windriver.com | ||
2642 | L: kgdb-bugreport@lists.sourceforge.net | 3153 | L: kgdb-bugreport@lists.sourceforge.net |
2643 | S: Maintained | 3154 | S: Maintained |
3155 | F: Documentation/DocBook/kgdb.tmpl | ||
3156 | F: drivers/misc/kgdbts.c | ||
3157 | F: drivers/serial/kgdboc.c | ||
3158 | F: include/linux/kgdb.h | ||
3159 | F: kernel/kgdb.c | ||
3160 | |||
3161 | KMEMCHECK | ||
3162 | M: Vegard Nossum <vegardno@ifi.uio.no> | ||
3163 | M: Pekka Enberg <penberg@cs.helsinki.fi> | ||
3164 | S: Maintained | ||
3165 | F: Documentation/kmemcheck.txt | ||
3166 | F: arch/x86/include/asm/kmemcheck.h | ||
3167 | F: arch/x86/mm/kmemcheck/ | ||
3168 | F: include/linux/kmemcheck.h | ||
3169 | F: mm/kmemcheck.c | ||
3170 | |||
3171 | KMEMLEAK | ||
3172 | M: Catalin Marinas <catalin.marinas@arm.com> | ||
3173 | S: Maintained | ||
3174 | F: Documentation/kmemleak.txt | ||
3175 | F: include/linux/kmemleak.h | ||
3176 | F: mm/kmemleak.c | ||
3177 | F: mm/kmemleak-test.c | ||
3178 | |||
3179 | KMEMTRACE | ||
3180 | M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> | ||
3181 | S: Maintained | ||
3182 | F: Documentation/trace/kmemtrace.txt | ||
3183 | F: include/linux/kmemtrace.h | ||
3184 | F: kernel/trace/kmemtrace.c | ||
2644 | 3185 | ||
2645 | KPROBES | 3186 | KPROBES |
2646 | P: Ananth N Mavinakayanahalli | 3187 | M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> |
2647 | M: ananth@in.ibm.com | 3188 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
2648 | P: Anil S Keshavamurthy | 3189 | M: "David S. Miller" <davem@davemloft.net> |
2649 | M: anil.s.keshavamurthy@intel.com | 3190 | M: Masami Hiramatsu <mhiramat@redhat.com> |
2650 | P: David S. Miller | ||
2651 | M: davem@davemloft.net | ||
2652 | P: Masami Hiramatsu | ||
2653 | M: mhiramat@redhat.com | ||
2654 | L: linux-kernel@vger.kernel.org | ||
2655 | S: Maintained | 3191 | S: Maintained |
3192 | F: Documentation/kprobes.txt | ||
3193 | F: include/linux/kprobes.h | ||
3194 | F: kernel/kprobes.c | ||
2656 | 3195 | ||
2657 | KS0108 LCD CONTROLLER DRIVER | 3196 | KS0108 LCD CONTROLLER DRIVER |
2658 | P: Miguel Ojeda Sandonis | 3197 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
2659 | M: miguel.ojeda.sandonis@gmail.com | ||
2660 | L: linux-kernel@vger.kernel.org | ||
2661 | W: http://miguelojeda.es/auxdisplay.htm | 3198 | W: http://miguelojeda.es/auxdisplay.htm |
2662 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 3199 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
2663 | S: Maintained | 3200 | S: Maintained |
3201 | F: Documentation/auxdisplay/ks0108 | ||
3202 | F: drivers/auxdisplay/ks0108.c | ||
3203 | F: include/linux/ks0108.h | ||
2664 | 3204 | ||
2665 | LAPB module | 3205 | LAPB module |
2666 | L: linux-x25@vger.kernel.org | 3206 | L: linux-x25@vger.kernel.org |
2667 | S: Orphan | 3207 | S: Orphan |
3208 | F: Documentation/networking/lapb-module.txt | ||
3209 | F: include/*/lapb.h | ||
3210 | F: net/lapb/ | ||
2668 | 3211 | ||
2669 | LASI 53c700 driver for PARISC | 3212 | LASI 53c700 driver for PARISC |
2670 | P: James E.J. Bottomley | 3213 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
2671 | M: James.Bottomley@HansenPartnership.com | ||
2672 | L: linux-scsi@vger.kernel.org | 3214 | L: linux-scsi@vger.kernel.org |
2673 | S: Maintained | 3215 | S: Maintained |
3216 | F: Documentation/scsi/53c700.txt | ||
3217 | F: drivers/scsi/53c700* | ||
2674 | 3218 | ||
2675 | LED SUBSYSTEM | 3219 | LED SUBSYSTEM |
2676 | P: Richard Purdie | 3220 | M: Richard Purdie <rpurdie@rpsys.net> |
2677 | M: rpurdie@rpsys.net | ||
2678 | S: Maintained | 3221 | S: Maintained |
3222 | F: drivers/leds/ | ||
3223 | F: include/linux/leds.h | ||
2679 | 3224 | ||
2680 | LEGO USB Tower driver | 3225 | LEGO USB Tower driver |
2681 | P: Juergen Stuber | 3226 | M: Juergen Stuber <starblue@users.sourceforge.net> |
2682 | M: starblue@users.sourceforge.net | ||
2683 | L: legousb-devel@lists.sourceforge.net | 3227 | L: legousb-devel@lists.sourceforge.net |
2684 | W: http://legousb.sourceforge.net/ | 3228 | W: http://legousb.sourceforge.net/ |
2685 | S: Maintained | 3229 | S: Maintained |
3230 | F: drivers/usb/misc/legousbtower.c | ||
2686 | 3231 | ||
2687 | LGUEST | 3232 | LGUEST |
2688 | P: Rusty Russell | 3233 | M: Rusty Russell <rusty@rustcorp.com.au> |
2689 | M: rusty@rustcorp.com.au | ||
2690 | L: lguest@ozlabs.org | 3234 | L: lguest@ozlabs.org |
2691 | W: http://lguest.ozlabs.org/ | 3235 | W: http://lguest.ozlabs.org/ |
2692 | S: Maintained | 3236 | S: Maintained |
3237 | F: Documentation/lguest/ | ||
3238 | F: arch/x86/lguest/ | ||
3239 | F: drivers/lguest/ | ||
3240 | F: include/linux/lguest*.h | ||
3241 | F: arch/x86/include/asm/lguest*.h | ||
2693 | 3242 | ||
2694 | LINUX FOR IBM pSERIES (RS/6000) | 3243 | LINUX FOR IBM pSERIES (RS/6000) |
2695 | P: Paul Mackerras | 3244 | M: Paul Mackerras <paulus@au.ibm.com> |
2696 | M: paulus@au.ibm.com | ||
2697 | W: http://www.ibm.com/linux/ltc/projects/ppc | 3245 | W: http://www.ibm.com/linux/ltc/projects/ppc |
2698 | S: Supported | 3246 | S: Supported |
2699 | 3247 | ||
2700 | LINUX FOR NCR VOYAGER | ||
2701 | P: James Bottomley | ||
2702 | M: James.Bottomley@HansenPartnership.com | ||
2703 | W: http://www.hansenpartnership.com/voyager | ||
2704 | S: Maintained | ||
2705 | |||
2706 | LINUX FOR POWERPC (32-BIT AND 64-BIT) | 3248 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
2707 | P: Benjamin Herrenschmidt | 3249 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
2708 | M: benh@kernel.crashing.org | 3250 | M: Paul Mackerras <paulus@samba.org> |
2709 | P: Paul Mackerras | ||
2710 | M: paulus@samba.org | ||
2711 | W: http://www.penguinppc.org/ | 3251 | W: http://www.penguinppc.org/ |
2712 | L: linuxppc-dev@ozlabs.org | 3252 | L: linuxppc-dev@ozlabs.org |
2713 | T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git | 3253 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
2714 | S: Supported | 3254 | S: Supported |
2715 | 3255 | ||
2716 | LINUX FOR POWER MACINTOSH | 3256 | LINUX FOR POWER MACINTOSH |
2717 | P: Benjamin Herrenschmidt | 3257 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
2718 | M: benh@kernel.crashing.org | ||
2719 | W: http://www.penguinppc.org/ | 3258 | W: http://www.penguinppc.org/ |
2720 | L: linuxppc-dev@ozlabs.org | 3259 | L: linuxppc-dev@ozlabs.org |
2721 | S: Maintained | 3260 | S: Maintained |
2722 | 3261 | ||
2723 | LINUX FOR POWERPC EMBEDDED MPC5XXX | 3262 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
2724 | P: Sylvain Munaut | 3263 | M: Grant Likely <grant.likely@secretlab.ca> |
2725 | M: tnt@246tNt.com | ||
2726 | P: Grant Likely | ||
2727 | M: grant.likely@secretlab.ca | ||
2728 | L: linuxppc-dev@ozlabs.org | 3264 | L: linuxppc-dev@ozlabs.org |
3265 | T: git git://git.secretlab.ca/git/linux-2.6.git | ||
2729 | S: Maintained | 3266 | S: Maintained |
2730 | 3267 | ||
2731 | LINUX FOR POWERPC EMBEDDED PPC4XX | 3268 | LINUX FOR POWERPC EMBEDDED PPC4XX |
2732 | P: Josh Boyer | 3269 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
2733 | M: jwboyer@linux.vnet.ibm.com | 3270 | M: Matt Porter <mporter@kernel.crashing.org> |
2734 | P: Matt Porter | ||
2735 | M: mporter@kernel.crashing.org | ||
2736 | W: http://www.penguinppc.org/ | 3271 | W: http://www.penguinppc.org/ |
2737 | L: linuxppc-dev@ozlabs.org | 3272 | L: linuxppc-dev@ozlabs.org |
2738 | T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git | 3273 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git |
2739 | S: Maintained | 3274 | S: Maintained |
2740 | 3275 | ||
2741 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 3276 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
2742 | P: Grant Likely | 3277 | M: Grant Likely <grant.likely@secretlab.ca> |
2743 | M: grant.likely@secretlab.ca | ||
2744 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | 3278 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
2745 | L: linuxppc-dev@ozlabs.org | 3279 | L: linuxppc-dev@ozlabs.org |
3280 | T: git git://git.secretlab.ca/git/linux-2.6.git | ||
2746 | S: Maintained | 3281 | S: Maintained |
2747 | 3282 | ||
2748 | LINUX FOR POWERPC EMBEDDED PPC8XX | 3283 | LINUX FOR POWERPC EMBEDDED PPC8XX |
2749 | P: Vitaly Bordug | 3284 | M: Vitaly Bordug <vitb@kernel.crashing.org> |
2750 | M: vitb@kernel.crashing.org | 3285 | M: Marcelo Tosatti <marcelo@kvack.org> |
2751 | P: Marcelo Tosatti | ||
2752 | M: marcelo@kvack.org | ||
2753 | W: http://www.penguinppc.org/ | 3286 | W: http://www.penguinppc.org/ |
2754 | L: linuxppc-dev@ozlabs.org | 3287 | L: linuxppc-dev@ozlabs.org |
2755 | S: Maintained | 3288 | S: Maintained |
2756 | 3289 | ||
2757 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX | 3290 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
2758 | P: Kumar Gala | 3291 | M: Kumar Gala <galak@kernel.crashing.org> |
2759 | M: galak@kernel.crashing.org | ||
2760 | W: http://www.penguinppc.org/ | 3292 | W: http://www.penguinppc.org/ |
2761 | L: linuxppc-dev@ozlabs.org | 3293 | L: linuxppc-dev@ozlabs.org |
2762 | S: Maintained | 3294 | S: Maintained |
2763 | 3295 | ||
2764 | LINUX FOR POWERPC PA SEMI PWRFICIENT | 3296 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
2765 | P: Olof Johansson | 3297 | M: Olof Johansson <olof@lixom.net> |
2766 | M: olof@lixom.net | ||
2767 | W: http://www.pasemi.com/ | 3298 | W: http://www.pasemi.com/ |
2768 | L: linuxppc-dev@ozlabs.org | 3299 | L: linuxppc-dev@ozlabs.org |
2769 | S: Supported | 3300 | S: Supported |
2770 | 3301 | ||
2771 | LINUX SECURITY MODULE (LSM) FRAMEWORK | 3302 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
2772 | P: Chris Wright | 3303 | M: Chris Wright <chrisw@sous-sol.org> |
2773 | M: chrisw@sous-sol.org | ||
2774 | L: linux-security-module@vger.kernel.org | 3304 | L: linux-security-module@vger.kernel.org |
2775 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git | 3305 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
2776 | S: Supported | 3306 | S: Supported |
2777 | 3307 | ||
2778 | LLC (802.2) | 3308 | LLC (802.2) |
2779 | P: Arnaldo Carvalho de Melo | 3309 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
2780 | M: acme@ghostprotocols.net | ||
2781 | S: Maintained | 3310 | S: Maintained |
3311 | F: include/linux/llc.h | ||
3312 | F: include/net/llc* | ||
3313 | F: net/llc/ | ||
2782 | 3314 | ||
2783 | LIS3LV02D ACCELEROMETER DRIVER | 3315 | LIS3LV02D ACCELEROMETER DRIVER |
2784 | P: Eric Piel | 3316 | M: Eric Piel <eric.piel@tremplin-utc.net> |
2785 | M: eric.piel@tremplin-utc.net | ||
2786 | S: Maintained | 3317 | S: Maintained |
3318 | F: Documentation/hwmon/lis3lv02d | ||
3319 | F: drivers/hwmon/lis3lv02d.* | ||
2787 | 3320 | ||
2788 | LM83 HARDWARE MONITOR DRIVER | 3321 | LM83 HARDWARE MONITOR DRIVER |
2789 | P: Jean Delvare | 3322 | M: Jean Delvare <khali@linux-fr.org> |
2790 | M: khali@linux-fr.org | ||
2791 | L: lm-sensors@lm-sensors.org | 3323 | L: lm-sensors@lm-sensors.org |
2792 | S: Maintained | 3324 | S: Maintained |
3325 | F: Documentation/hwmon/lm83 | ||
3326 | F: drivers/hwmon/lm83.c | ||
2793 | 3327 | ||
2794 | LM90 HARDWARE MONITOR DRIVER | 3328 | LM90 HARDWARE MONITOR DRIVER |
2795 | P: Jean Delvare | 3329 | M: Jean Delvare <khali@linux-fr.org> |
2796 | M: khali@linux-fr.org | ||
2797 | L: lm-sensors@lm-sensors.org | 3330 | L: lm-sensors@lm-sensors.org |
2798 | S: Maintained | 3331 | S: Maintained |
3332 | F: Documentation/hwmon/lm90 | ||
3333 | F: drivers/hwmon/lm90.c | ||
2799 | 3334 | ||
2800 | LOCKDEP AND LOCKSTAT | 3335 | LOCKDEP AND LOCKSTAT |
2801 | P: Peter Zijlstra | 3336 | M: Peter Zijlstra <peterz@infradead.org> |
2802 | M: peterz@infradead.org | 3337 | M: Ingo Molnar <mingo@redhat.com> |
2803 | P: Ingo Molnar | 3338 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git |
2804 | M: mingo@redhat.com | ||
2805 | L: linux-kernel@vger.kernel.org | ||
2806 | T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | ||
2807 | S: Maintained | 3339 | S: Maintained |
3340 | F: Documentation/lockdep*.txt | ||
3341 | F: Documentation/lockstat.txt | ||
3342 | F: include/linux/lockdep.h | ||
3343 | F: kernel/lockdep* | ||
2808 | 3344 | ||
2809 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | 3345 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
2810 | P: Richard Russon (FlatCap) | 3346 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
2811 | M: ldm@flatcap.org | ||
2812 | L: linux-ntfs-dev@lists.sourceforge.net | 3347 | L: linux-ntfs-dev@lists.sourceforge.net |
2813 | W: http://www.linux-ntfs.org/content/view/19/37/ | 3348 | W: http://www.linux-ntfs.org/content/view/19/37/ |
2814 | S: Maintained | 3349 | S: Maintained |
3350 | F: Documentation/ldm.txt | ||
3351 | F: fs/partitions/ldm.* | ||
2815 | 3352 | ||
2816 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 3353 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
2817 | P: Eric Moore | 3354 | M: Eric Moore <Eric.Moore@lsi.com> |
2818 | M: Eric.Moore@lsi.com | ||
2819 | M: support@lsi.com | 3355 | M: support@lsi.com |
2820 | L: DL-MPTFusionLinux@lsi.com | 3356 | L: DL-MPTFusionLinux@lsi.com |
2821 | L: linux-scsi@vger.kernel.org | 3357 | L: linux-scsi@vger.kernel.org |
2822 | W: http://www.lsilogic.com/support | 3358 | W: http://www.lsilogic.com/support |
2823 | S: Supported | 3359 | S: Supported |
3360 | F: drivers/message/fusion/ | ||
2824 | 3361 | ||
2825 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers | 3362 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
2826 | P: Matthew Wilcox | 3363 | M: Matthew Wilcox <matthew@wil.cx> |
2827 | M: matthew@wil.cx | ||
2828 | L: linux-scsi@vger.kernel.org | 3364 | L: linux-scsi@vger.kernel.org |
2829 | S: Maintained | 3365 | S: Maintained |
3366 | F: drivers/scsi/sym53c8xx_2/ | ||
2830 | 3367 | ||
2831 | LTP (Linux Test Project) | 3368 | LTP (Linux Test Project) |
2832 | P: Subrata Modak | 3369 | M: Subrata Modak <subrata@linux.vnet.ibm.com> |
2833 | M: subrata@linux.vnet.ibm.com | 3370 | M: Mike Frysinger <vapier@gentoo.org> |
2834 | P: Mike Frysinger | ||
2835 | M: vapier@gentoo.org | ||
2836 | L: ltp-list@lists.sourceforge.net (subscribers-only) | 3371 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
2837 | W: http://ltp.sourceforge.net/ | 3372 | W: http://ltp.sourceforge.net/ |
2838 | T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git | 3373 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git |
2839 | S: Maintained | 3374 | S: Maintained |
2840 | 3375 | ||
2841 | M32R ARCHITECTURE | 3376 | M32R ARCHITECTURE |
2842 | P: Hirokazu Takata | 3377 | M: Hirokazu Takata <takata@linux-m32r.org> |
2843 | M: takata@linux-m32r.org | ||
2844 | L: linux-m32r@ml.linux-m32r.org | 3378 | L: linux-m32r@ml.linux-m32r.org |
2845 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) | 3379 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) |
2846 | W: http://www.linux-m32r.org/ | 3380 | W: http://www.linux-m32r.org/ |
2847 | S: Maintained | 3381 | S: Maintained |
3382 | F: arch/m32r/ | ||
2848 | 3383 | ||
2849 | M68K ARCHITECTURE | 3384 | M68K ARCHITECTURE |
2850 | P: Geert Uytterhoeven | 3385 | M: Geert Uytterhoeven <geert@linux-m68k.org> |
2851 | M: geert@linux-m68k.org | 3386 | M: Roman Zippel <zippel@linux-m68k.org> |
2852 | P: Roman Zippel | ||
2853 | M: zippel@linux-m68k.org | ||
2854 | L: linux-m68k@lists.linux-m68k.org | 3387 | L: linux-m68k@lists.linux-m68k.org |
2855 | W: http://www.linux-m68k.org/ | 3388 | W: http://www.linux-m68k.org/ |
2856 | T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git | 3389 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
2857 | S: Maintained | 3390 | S: Maintained |
3391 | F: arch/m68k/ | ||
3392 | F: drivers/zorro/ | ||
2858 | 3393 | ||
2859 | M68K ON APPLE MACINTOSH | 3394 | M68K ON APPLE MACINTOSH |
2860 | P: Joshua Thompson | 3395 | M: Joshua Thompson <funaho@jurai.org> |
2861 | M: funaho@jurai.org | ||
2862 | W: http://www.mac.linux-m68k.org/ | 3396 | W: http://www.mac.linux-m68k.org/ |
2863 | L: linux-m68k@lists.linux-m68k.org | 3397 | L: linux-m68k@lists.linux-m68k.org |
2864 | S: Maintained | 3398 | S: Maintained |
3399 | F: arch/m68k/mac/ | ||
2865 | 3400 | ||
2866 | M68K ON HP9000/300 | 3401 | M68K ON HP9000/300 |
2867 | P: Philip Blundell | 3402 | M: Philip Blundell <philb@gnu.org> |
2868 | M: philb@gnu.org | ||
2869 | W: http://www.tazenda.demon.co.uk/phil/linux-hp | 3403 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
2870 | S: Maintained | 3404 | S: Maintained |
3405 | F: arch/m68k/hp300/ | ||
2871 | 3406 | ||
2872 | MAC80211 | 3407 | MAC80211 |
2873 | P: Johannes Berg | 3408 | M: Johannes Berg <johannes@sipsolutions.net> |
2874 | M: johannes@sipsolutions.net | ||
2875 | L: linux-wireless@vger.kernel.org | 3409 | L: linux-wireless@vger.kernel.org |
2876 | W: http://linuxwireless.org/ | 3410 | W: http://linuxwireless.org/ |
2877 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3411 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
2878 | S: Maintained | 3412 | S: Maintained |
3413 | F: Documentation/networking/mac80211-injection.txt | ||
3414 | F: include/net/mac80211.h | ||
3415 | F: net/mac80211/ | ||
2879 | 3416 | ||
2880 | MAC80211 PID RATE CONTROL | 3417 | MAC80211 PID RATE CONTROL |
2881 | P: Stefano Brivio | 3418 | M: Stefano Brivio <stefano.brivio@polimi.it> |
2882 | M: stefano.brivio@polimi.it | 3419 | M: Mattias Nissler <mattias.nissler@gmx.de> |
2883 | P: Mattias Nissler | ||
2884 | M: mattias.nissler@gmx.de | ||
2885 | L: linux-wireless@vger.kernel.org | 3420 | L: linux-wireless@vger.kernel.org |
2886 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID | 3421 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID |
2887 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3422 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
2888 | S: Maintained | 3423 | S: Maintained |
3424 | F: net/mac80211/rc80211_pid* | ||
2889 | 3425 | ||
2890 | MACVLAN DRIVER | 3426 | MACVLAN DRIVER |
2891 | P: Patrick McHardy | 3427 | M: Patrick McHardy <kaber@trash.net> |
2892 | M: kaber@trash.net | ||
2893 | L: netdev@vger.kernel.org | 3428 | L: netdev@vger.kernel.org |
2894 | S: Maintained | 3429 | S: Maintained |
3430 | F: drivers/net/macvlan.c | ||
3431 | F: include/linux/if_macvlan.h | ||
2895 | 3432 | ||
2896 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 | 3433 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
2897 | P: Michael Kerrisk | 3434 | M: Michael Kerrisk <mtk.manpages@gmail.com> |
2898 | M: mtk.manpages@gmail.com | ||
2899 | W: http://www.kernel.org/doc/man-pages | 3435 | W: http://www.kernel.org/doc/man-pages |
2900 | L: linux-man@vger.kernel.org | 3436 | L: linux-man@vger.kernel.org |
2901 | S: Maintained | 3437 | S: Maintained |
2902 | 3438 | ||
2903 | MARVELL LIBERTAS WIRELESS DRIVER | 3439 | MARVELL LIBERTAS WIRELESS DRIVER |
2904 | P: Dan Williams | 3440 | M: Dan Williams <dcbw@redhat.com> |
2905 | M: dcbw@redhat.com | ||
2906 | L: libertas-dev@lists.infradead.org | 3441 | L: libertas-dev@lists.infradead.org |
2907 | S: Maintained | 3442 | S: Maintained |
3443 | F: drivers/net/wireless/libertas/ | ||
2908 | 3444 | ||
2909 | MARVELL MV643XX ETHERNET DRIVER | 3445 | MARVELL MV643XX ETHERNET DRIVER |
2910 | P: Lennert Buytenhek | 3446 | M: Lennert Buytenhek <buytenh@marvell.com> |
2911 | M: buytenh@marvell.com | ||
2912 | L: netdev@vger.kernel.org | 3447 | L: netdev@vger.kernel.org |
2913 | S: Supported | 3448 | S: Supported |
3449 | F: drivers/net/mv643xx_eth.* | ||
3450 | F: include/linux/mv643xx.h | ||
3451 | |||
3452 | MARVELL MWL8K WIRELESS DRIVER | ||
3453 | M: Lennert Buytenhek <buytenh@marvell.com> | ||
3454 | L: linux-wireless@vger.kernel.org | ||
3455 | S: Supported | ||
3456 | F: drivers/net/wireless/mwl8k.c | ||
3457 | |||
3458 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | ||
3459 | M: Nicolas Pitre <nico@fluxnic.net> | ||
3460 | S: Maintained | ||
2914 | 3461 | ||
2915 | MARVELL YUKON / SYSKONNECT DRIVER | 3462 | MARVELL YUKON / SYSKONNECT DRIVER |
2916 | P: Mirko Lindner | 3463 | M: Mirko Lindner <mlindner@syskonnect.de> |
2917 | M: mlindner@syskonnect.de | 3464 | M: Ralph Roesler <rroesler@syskonnect.de> |
2918 | P: Ralph Roesler | ||
2919 | M: rroesler@syskonnect.de | ||
2920 | W: http://www.syskonnect.com | 3465 | W: http://www.syskonnect.com |
2921 | S: Supported | 3466 | S: Supported |
2922 | 3467 | ||
2923 | MATROX FRAMEBUFFER DRIVER | 3468 | MATROX FRAMEBUFFER DRIVER |
2924 | P: Petr Vandrovec | 3469 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
2925 | M: vandrove@vc.cvut.cz | 3470 | L: linux-fbdev@vger.kernel.org |
2926 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2927 | S: Maintained | 3471 | S: Maintained |
3472 | F: drivers/video/matrox/matroxfb_* | ||
3473 | F: include/linux/matroxfb.h | ||
2928 | 3474 | ||
2929 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 3475 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2930 | P: Hans J. Koch | 3476 | M: "Hans J. Koch" <hjk@linutronix.de> |
2931 | M: hjk@linutronix.de | ||
2932 | L: lm-sensors@lm-sensors.org | 3477 | L: lm-sensors@lm-sensors.org |
2933 | S: Maintained | 3478 | S: Maintained |
3479 | F: Documentation/hwmon/max6650 | ||
3480 | F: drivers/hwmon/max6650.c | ||
3481 | |||
3482 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) | ||
3483 | M: Mauro Carvalho Chehab <mchehab@infradead.org> | ||
3484 | P: LinuxTV.org Project | ||
3485 | L: linux-media@vger.kernel.org | ||
3486 | W: http://linuxtv.org | ||
3487 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
3488 | S: Maintained | ||
3489 | F: Documentation/dvb/ | ||
3490 | F: Documentation/video4linux/ | ||
3491 | F: drivers/media/ | ||
3492 | F: include/media/ | ||
3493 | F: include/linux/dvb/ | ||
3494 | F: include/linux/videodev*.h | ||
2934 | 3495 | ||
2935 | MEGARAID SCSI DRIVERS | 3496 | MEGARAID SCSI DRIVERS |
2936 | P: Neela Syam Kolli | 3497 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
2937 | M: megaraidlinux@lsi.com | ||
2938 | L: linux-scsi@vger.kernel.org | 3498 | L: linux-scsi@vger.kernel.org |
2939 | W: http://megaraid.lsilogic.com | 3499 | W: http://megaraid.lsilogic.com |
2940 | S: Maintained | 3500 | S: Maintained |
3501 | F: Documentation/scsi/megaraid.txt | ||
3502 | F: drivers/scsi/megaraid.* | ||
3503 | F: drivers/scsi/megaraid/ | ||
2941 | 3504 | ||
2942 | MEMORY MANAGEMENT | 3505 | MEMORY MANAGEMENT |
2943 | L: linux-mm@kvack.org | 3506 | L: linux-mm@kvack.org |
2944 | L: linux-kernel@vger.kernel.org | ||
2945 | W: http://www.linux-mm.org | 3507 | W: http://www.linux-mm.org |
2946 | S: Maintained | 3508 | S: Maintained |
3509 | F: include/linux/mm.h | ||
3510 | F: mm/ | ||
2947 | 3511 | ||
2948 | MEMORY RESOURCE CONTROLLER | 3512 | MEMORY RESOURCE CONTROLLER |
2949 | P: Balbir Singh | 3513 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
2950 | M: balbir@linux.vnet.ibm.com | 3514 | M: Pavel Emelyanov <xemul@openvz.org> |
2951 | P: Pavel Emelyanov | 3515 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> |
2952 | M: xemul@openvz.org | ||
2953 | P: KAMEZAWA Hiroyuki | ||
2954 | M: kamezawa.hiroyu@jp.fujitsu.com | ||
2955 | L: linux-mm@kvack.org | 3516 | L: linux-mm@kvack.org |
2956 | L: linux-kernel@vger.kernel.org | ||
2957 | S: Maintained | 3517 | S: Maintained |
3518 | F: mm/memcontrol.c | ||
2958 | 3519 | ||
2959 | MEMORY TECHNOLOGY DEVICES (MTD) | 3520 | MEMORY TECHNOLOGY DEVICES (MTD) |
2960 | P: David Woodhouse | 3521 | M: David Woodhouse <dwmw2@infradead.org> |
2961 | M: dwmw2@infradead.org | ||
2962 | W: http://www.linux-mtd.infradead.org/ | 3522 | W: http://www.linux-mtd.infradead.org/ |
2963 | L: linux-mtd@lists.infradead.org | 3523 | L: linux-mtd@lists.infradead.org |
2964 | T: git git://git.infradead.org/mtd-2.6.git | 3524 | T: git git://git.infradead.org/mtd-2.6.git |
2965 | S: Maintained | 3525 | S: Maintained |
3526 | F: drivers/mtd/ | ||
3527 | F: include/linux/mtd/ | ||
3528 | F: include/mtd/ | ||
3529 | |||
3530 | MICROBLAZE ARCHITECTURE | ||
3531 | M: Michal Simek <monstr@monstr.eu> | ||
3532 | L: microblaze-uclinux@itee.uq.edu.au | ||
3533 | W: http://www.monstr.eu/fdt/ | ||
3534 | T: git git://git.monstr.eu/linux-2.6-microblaze.git | ||
3535 | S: Supported | ||
3536 | F: arch/microblaze/ | ||
2966 | 3537 | ||
2967 | MICROTEK X6 SCANNER | 3538 | MICROTEK X6 SCANNER |
2968 | P: Oliver Neukum | 3539 | M: Oliver Neukum <oliver@neukum.name> |
2969 | M: oliver@neukum.name | ||
2970 | S: Maintained | 3540 | S: Maintained |
3541 | F: drivers/usb/image/microtek.* | ||
2971 | 3542 | ||
2972 | MIPS | 3543 | MIPS |
2973 | P: Ralf Baechle | 3544 | M: Ralf Baechle <ralf@linux-mips.org> |
2974 | M: ralf@linux-mips.org | ||
2975 | W: http://www.linux-mips.org/ | 3545 | W: http://www.linux-mips.org/ |
2976 | L: linux-mips@linux-mips.org | 3546 | L: linux-mips@linux-mips.org |
2977 | T: git www.linux-mips.org:/pub/scm/linux.git | 3547 | T: git git://git.linux-mips.org/pub/scm/linux.git |
2978 | S: Supported | 3548 | S: Supported |
3549 | F: Documentation/mips/ | ||
3550 | F: arch/mips/ | ||
2979 | 3551 | ||
2980 | MISCELLANEOUS MCA-SUPPORT | 3552 | MISCELLANEOUS MCA-SUPPORT |
2981 | P: James Bottomley | 3553 | M: James Bottomley <James.Bottomley@HansenPartnership.com> |
2982 | M: James.Bottomley@HansenPartnership.com | ||
2983 | L: linux-kernel@vger.kernel.org | ||
2984 | S: Maintained | 3554 | S: Maintained |
3555 | F: Documentation/ia64/mca.txt | ||
3556 | F: Documentation/mca.txt | ||
3557 | F: drivers/mca/ | ||
3558 | F: include/linux/mca* | ||
2985 | 3559 | ||
2986 | MODULE SUPPORT | 3560 | MODULE SUPPORT |
2987 | P: Rusty Russell | 3561 | M: Rusty Russell <rusty@rustcorp.com.au> |
2988 | M: rusty@rustcorp.com.au | ||
2989 | L: linux-kernel@vger.kernel.org | ||
2990 | S: Maintained | 3562 | S: Maintained |
3563 | F: include/linux/module.h | ||
3564 | F: kernel/module.c | ||
2991 | 3565 | ||
2992 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER | 3566 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER |
2993 | P: Stelian Pop | 3567 | M: Stelian Pop <stelian@popies.net> |
2994 | M: stelian@popies.net | ||
2995 | W: http://popies.net/meye/ | 3568 | W: http://popies.net/meye/ |
2996 | S: Maintained | 3569 | S: Maintained |
3570 | F: Documentation/video4linux/meye.txt | ||
3571 | F: drivers/media/video/meye.* | ||
3572 | F: include/linux/meye.h | ||
2997 | 3573 | ||
2998 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER | 3574 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
2999 | P: Pavel Pisa | 3575 | M: Pavel Pisa <ppisa@pikron.com> |
3000 | M: ppisa@pikron.com | 3576 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3001 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
3002 | S: Maintained | 3577 | S: Maintained |
3578 | F: drivers/mmc/host/imxmmc.* | ||
3003 | 3579 | ||
3004 | MOUSE AND MISC DEVICES [GENERAL] | 3580 | MOUSE AND MISC DEVICES [GENERAL] |
3005 | P: Alessandro Rubini | 3581 | M: Alessandro Rubini <rubini@ipvvis.unipv.it> |
3006 | M: rubini@ipvvis.unipv.it | ||
3007 | L: linux-kernel@vger.kernel.org | ||
3008 | S: Maintained | 3582 | S: Maintained |
3583 | F: drivers/input/mouse/ | ||
3584 | F: include/linux/gpio_mouse.h | ||
3009 | 3585 | ||
3010 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD | 3586 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
3011 | P: Jiri Slaby | 3587 | M: Jiri Slaby <jirislaby@gmail.com> |
3012 | M: jirislaby@gmail.com | ||
3013 | L: linux-kernel@vger.kernel.org | ||
3014 | S: Maintained | 3588 | S: Maintained |
3589 | F: Documentation/serial/moxa-smartio | ||
3590 | F: drivers/char/mxser.* | ||
3015 | 3591 | ||
3016 | MSI LAPTOP SUPPORT | 3592 | MSI LAPTOP SUPPORT |
3017 | P: Lennart Poettering | 3593 | M: Lennart Poettering <mzxreary@0pointer.de> |
3018 | M: mzxreary@0pointer.de | ||
3019 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux | 3594 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
3020 | W: http://0pointer.de/lennart/tchibo.html | 3595 | W: http://0pointer.de/lennart/tchibo.html |
3021 | S: Maintained | 3596 | S: Maintained |
3597 | F: drivers/platform/x86/msi-laptop.c | ||
3022 | 3598 | ||
3023 | MULTIFUNCTION DEVICES (MFD) | 3599 | MULTIFUNCTION DEVICES (MFD) |
3024 | P: Samuel Ortiz | 3600 | M: Samuel Ortiz <sameo@linux.intel.com> |
3025 | M: sameo@openedhand.com | 3601 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
3026 | L: linux-kernel@vger.kernel.org | ||
3027 | S: Supported | 3602 | S: Supported |
3603 | F: drivers/mfd/ | ||
3028 | 3604 | ||
3029 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM | 3605 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
3030 | P: Pierre Ossman | 3606 | S: Orphan |
3031 | M: drzeus-mmc@drzeus.cx | 3607 | L: linux-mmc@vger.kernel.org |
3032 | L: linux-kernel@vger.kernel.org | 3608 | F: drivers/mmc/ |
3033 | S: Maintained | 3609 | F: include/linux/mmc/ |
3034 | 3610 | ||
3035 | MULTIMEDIA CARD (MMC) ETC. OVER SPI | 3611 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
3036 | P: David Brownell | 3612 | M: David Brownell <dbrownell@users.sourceforge.net> |
3037 | M: dbrownell@users.sourceforge.net | ||
3038 | L: linux-kernel@vger.kernel.org | ||
3039 | S: Odd Fixes | 3613 | S: Odd Fixes |
3614 | F: drivers/mmc/host/mmc_spi.c | ||
3615 | F: include/linux/spi/mmc_spi.h | ||
3040 | 3616 | ||
3041 | MULTISOUND SOUND DRIVER | 3617 | MULTISOUND SOUND DRIVER |
3042 | P: Andrew Veliath | 3618 | M: Andrew Veliath <andrewtv@usa.net> |
3043 | M: andrewtv@usa.net | ||
3044 | S: Maintained | 3619 | S: Maintained |
3620 | F: Documentation/sound/oss/MultiSound | ||
3621 | F: sound/oss/msnd* | ||
3045 | 3622 | ||
3046 | MULTITECH MULTIPORT CARD (ISICOM) | 3623 | MULTITECH MULTIPORT CARD (ISICOM) |
3047 | P: Jiri Slaby | 3624 | M: Jiri Slaby <jirislaby@gmail.com> |
3048 | M: jirislaby@gmail.com | ||
3049 | L: linux-kernel@vger.kernel.org | ||
3050 | S: Maintained | 3625 | S: Maintained |
3626 | F: drivers/char/isicom.c | ||
3627 | F: include/linux/isicom.h | ||
3051 | 3628 | ||
3052 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER | 3629 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
3053 | P: Felipe Balbi | 3630 | M: Felipe Balbi <felipe.balbi@nokia.com> |
3054 | M: felipe.balbi@nokia.com | ||
3055 | L: linux-usb@vger.kernel.org | 3631 | L: linux-usb@vger.kernel.org |
3056 | T: git gitorious.org:/musb/mainline.git | 3632 | T: git git://gitorious.org/musb/mainline.git |
3057 | S: Maintained | 3633 | S: Maintained |
3634 | F: drivers/usb/musb/ | ||
3058 | 3635 | ||
3059 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) | 3636 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
3060 | P: Andrew Gallatin | 3637 | M: Andrew Gallatin <gallatin@myri.com> |
3061 | M: gallatin@myri.com | 3638 | M: Brice Goglin <brice@myri.com> |
3062 | P: Brice Goglin | ||
3063 | M: brice@myri.com | ||
3064 | L: netdev@vger.kernel.org | 3639 | L: netdev@vger.kernel.org |
3065 | W: http://www.myri.com/scs/download-Myri10GE.html | 3640 | W: http://www.myri.com/scs/download-Myri10GE.html |
3066 | S: Supported | 3641 | S: Supported |
3642 | F: drivers/net/myri10ge/ | ||
3067 | 3643 | ||
3068 | NATSEMI ETHERNET DRIVER (DP8381x) | 3644 | NATSEMI ETHERNET DRIVER (DP8381x) |
3069 | P: Tim Hockin | 3645 | M: Tim Hockin <thockin@hockin.org> |
3070 | M: thockin@hockin.org | ||
3071 | S: Maintained | 3646 | S: Maintained |
3647 | F: drivers/net/natsemi.c | ||
3072 | 3648 | ||
3073 | NCP FILESYSTEM | 3649 | NCP FILESYSTEM |
3074 | P: Petr Vandrovec | 3650 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
3075 | M: vandrove@vc.cvut.cz | ||
3076 | L: linware@sh.cvut.cz | ||
3077 | S: Maintained | 3651 | S: Maintained |
3652 | F: fs/ncpfs/ | ||
3078 | 3653 | ||
3079 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) | 3654 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
3080 | P: James E.J. Bottomley | 3655 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
3081 | M: James.Bottomley@HansenPartnership.com | ||
3082 | L: linux-scsi@vger.kernel.org | 3656 | L: linux-scsi@vger.kernel.org |
3083 | S: Maintained | 3657 | S: Maintained |
3658 | F: drivers/scsi/NCR_D700.* | ||
3084 | 3659 | ||
3085 | NETEFFECT IWARP RNIC DRIVER (IW_NES) | 3660 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
3086 | P: Faisal Latif | 3661 | M: Faisal Latif <faisal.latif@intel.com> |
3087 | M: faisal.latif@intel.com | 3662 | M: Chien Tung <chien.tin.tung@intel.com> |
3088 | P: Chien Tung | 3663 | L: linux-rdma@vger.kernel.org |
3089 | M: chien.tin.tung@intel.com | ||
3090 | L: general@lists.openfabrics.org | ||
3091 | W: http://www.neteffect.com | 3664 | W: http://www.neteffect.com |
3092 | S: Supported | 3665 | S: Supported |
3093 | F: drivers/infiniband/hw/nes/ | 3666 | F: drivers/infiniband/hw/nes/ |
3094 | 3667 | ||
3095 | NETEM NETWORK EMULATOR | 3668 | NETEM NETWORK EMULATOR |
3096 | P: Stephen Hemminger | 3669 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
3097 | M: shemminger@linux-foundation.org | ||
3098 | L: netem@lists.linux-foundation.org | 3670 | L: netem@lists.linux-foundation.org |
3099 | S: Maintained | 3671 | S: Maintained |
3672 | F: net/sched/sch_netem.c | ||
3100 | 3673 | ||
3101 | NETERION (S2IO) Xframe 10GbE DRIVER | 3674 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) |
3102 | P: Ramkrishna Vepa | 3675 | M: Ramkrishna Vepa <ram.vepa@neterion.com> |
3103 | M: ram.vepa@neterion.com | 3676 | M: Rastapur Santosh <santosh.rastapur@neterion.com> |
3104 | P: Rastapur Santosh | 3677 | M: Sivakumar Subramani <sivakumar.subramani@neterion.com> |
3105 | M: santosh.rastapur@neterion.com | 3678 | M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> |
3106 | P: Sivakumar Subramani | 3679 | M: Anil Murthy <anil.murthy@neterion.com> |
3107 | M: sivakumar.subramani@neterion.com | ||
3108 | P: Sreenivasa Honnur | ||
3109 | M: sreenivasa.honnur@neterion.com | ||
3110 | L: netdev@vger.kernel.org | 3680 | L: netdev@vger.kernel.org |
3111 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous | 3681 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous |
3682 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous | ||
3112 | S: Supported | 3683 | S: Supported |
3684 | F: Documentation/networking/s2io.txt | ||
3685 | F: drivers/net/s2io* | ||
3113 | 3686 | ||
3114 | NETFILTER/IPTABLES/IPCHAINS | 3687 | NETFILTER/IPTABLES/IPCHAINS |
3115 | P: Rusty Russell | 3688 | P: Rusty Russell |
@@ -3117,1898 +3690,2315 @@ P: Marc Boucher | |||
3117 | P: James Morris | 3690 | P: James Morris |
3118 | P: Harald Welte | 3691 | P: Harald Welte |
3119 | P: Jozsef Kadlecsik | 3692 | P: Jozsef Kadlecsik |
3120 | P: Patrick McHardy | 3693 | M: Patrick McHardy <kaber@trash.net> |
3121 | M: kaber@trash.net | ||
3122 | L: netfilter-devel@vger.kernel.org | 3694 | L: netfilter-devel@vger.kernel.org |
3123 | L: netfilter@vger.kernel.org | 3695 | L: netfilter@vger.kernel.org |
3124 | L: coreteam@netfilter.org | 3696 | L: coreteam@netfilter.org |
3125 | W: http://www.netfilter.org/ | 3697 | W: http://www.netfilter.org/ |
3126 | W: http://www.iptables.org/ | 3698 | W: http://www.iptables.org/ |
3699 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | ||
3127 | S: Supported | 3700 | S: Supported |
3701 | F: include/linux/netfilter* | ||
3702 | F: include/linux/netfilter/ | ||
3703 | F: include/net/netfilter/ | ||
3704 | F: net/*/netfilter.c | ||
3705 | F: net/*/netfilter/ | ||
3706 | F: net/netfilter/ | ||
3128 | 3707 | ||
3129 | NETLABEL | 3708 | NETLABEL |
3130 | P: Paul Moore | 3709 | M: Paul Moore <paul.moore@hp.com> |
3131 | M: paul.moore@hp.com | ||
3132 | W: http://netlabel.sf.net | 3710 | W: http://netlabel.sf.net |
3133 | L: netdev@vger.kernel.org | 3711 | L: netdev@vger.kernel.org |
3134 | S: Supported | 3712 | S: Supported |
3713 | F: Documentation/netlabel/ | ||
3714 | F: include/net/netlabel.h | ||
3715 | F: net/netlabel/ | ||
3135 | 3716 | ||
3136 | NETROM NETWORK LAYER | 3717 | NETROM NETWORK LAYER |
3137 | P: Ralf Baechle | 3718 | M: Ralf Baechle <ralf@linux-mips.org> |
3138 | M: ralf@linux-mips.org | ||
3139 | L: linux-hams@vger.kernel.org | 3719 | L: linux-hams@vger.kernel.org |
3140 | W: http://www.linux-ax25.org/ | 3720 | W: http://www.linux-ax25.org/ |
3141 | S: Maintained | 3721 | S: Maintained |
3722 | F: include/linux/netrom.h | ||
3723 | F: include/net/netrom.h | ||
3724 | F: net/netrom/ | ||
3142 | 3725 | ||
3143 | NETWORK BLOCK DEVICE (NBD) | 3726 | NETWORK BLOCK DEVICE (NBD) |
3144 | P: Paul Clements | 3727 | M: Paul Clements <Paul.Clements@steeleye.com> |
3145 | M: Paul.Clements@steeleye.com | ||
3146 | S: Maintained | 3728 | S: Maintained |
3729 | F: Documentation/blockdev/nbd.txt | ||
3730 | F: drivers/block/nbd.c | ||
3731 | F: include/linux/nbd.h | ||
3147 | 3732 | ||
3148 | NETWORK DEVICE DRIVERS | 3733 | NETWORK DROP MONITOR |
3149 | P: Jeff Garzik | 3734 | M: Neil Horman <nhorman@tuxdriver.com> |
3150 | M: jgarzik@pobox.com | ||
3151 | L: netdev@vger.kernel.org | 3735 | L: netdev@vger.kernel.org |
3152 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git | ||
3153 | S: Maintained | 3736 | S: Maintained |
3737 | W: https://fedorahosted.org/dropwatch/ | ||
3738 | F: net/core/drop_monitor.c | ||
3154 | 3739 | ||
3155 | NETWORKING [GENERAL] | 3740 | NETWORKING [GENERAL] |
3156 | P: Networking Team | 3741 | M: "David S. Miller" <davem@davemloft.net> |
3157 | M: netdev@vger.kernel.org | ||
3158 | L: netdev@vger.kernel.org | 3742 | L: netdev@vger.kernel.org |
3159 | W: http://linux-net.osdl.org/ | 3743 | W: http://www.linuxfoundation.org/en/Net |
3744 | W: http://patchwork.ozlabs.org/project/netdev/list/ | ||
3745 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | ||
3746 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | ||
3160 | S: Maintained | 3747 | S: Maintained |
3748 | F: net/ | ||
3749 | F: include/net/ | ||
3750 | F: include/linux/in.h | ||
3751 | F: include/linux/net.h | ||
3752 | F: include/linux/netdevice.h | ||
3161 | 3753 | ||
3162 | NETWORKING [IPv4/IPv6] | 3754 | NETWORKING [IPv4/IPv6] |
3163 | P: David S. Miller | 3755 | M: "David S. Miller" <davem@davemloft.net> |
3164 | M: davem@davemloft.net | 3756 | M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
3165 | P: Alexey Kuznetsov | 3757 | M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> |
3166 | M: kuznet@ms2.inr.ac.ru | 3758 | M: James Morris <jmorris@namei.org> |
3167 | P: Pekka Savola (ipv6) | 3759 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> |
3168 | M: pekkas@netcore.fi | 3760 | M: Patrick McHardy <kaber@trash.net> |
3169 | P: James Morris | ||
3170 | M: jmorris@namei.org | ||
3171 | P: Hideaki YOSHIFUJI | ||
3172 | M: yoshfuji@linux-ipv6.org | ||
3173 | P: Patrick McHardy | ||
3174 | M: kaber@trash.net | ||
3175 | L: netdev@vger.kernel.org | 3761 | L: netdev@vger.kernel.org |
3176 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git | 3762 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3177 | S: Maintained | 3763 | S: Maintained |
3764 | F: net/ipv4/ | ||
3765 | F: net/ipv6/ | ||
3766 | F: include/net/ip* | ||
3178 | 3767 | ||
3179 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) | 3768 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
3180 | P: Paul Moore | 3769 | M: Paul Moore <paul.moore@hp.com> |
3181 | M: paul.moore@hp.com | ||
3182 | L: netdev@vger.kernel.org | 3770 | L: netdev@vger.kernel.org |
3183 | S: Maintained | 3771 | S: Maintained |
3184 | 3772 | ||
3185 | NETWORKING [WIRELESS] | 3773 | NETWORKING [WIRELESS] |
3186 | P: John W. Linville | 3774 | M: "John W. Linville" <linville@tuxdriver.com> |
3187 | M: linville@tuxdriver.com | ||
3188 | L: linux-wireless@vger.kernel.org | 3775 | L: linux-wireless@vger.kernel.org |
3189 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3776 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
3190 | S: Maintained | 3777 | S: Maintained |
3778 | F: net/mac80211/ | ||
3779 | F: net/rfkill/ | ||
3780 | F: net/wireless/ | ||
3781 | F: include/net/ieee80211* | ||
3782 | F: include/linux/wireless.h | ||
3783 | F: drivers/net/wireless/ | ||
3784 | |||
3785 | NETWORKING DRIVERS | ||
3786 | L: netdev@vger.kernel.org | ||
3787 | W: http://www.linuxfoundation.org/en/Net | ||
3788 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | ||
3789 | S: Odd Fixes | ||
3790 | F: drivers/net/ | ||
3791 | F: include/linux/if_* | ||
3792 | F: include/linux/*device.h | ||
3191 | 3793 | ||
3192 | NETXEN (1/10) GbE SUPPORT | 3794 | NETXEN (1/10) GbE SUPPORT |
3193 | P: Dhananjay Phadke | 3795 | M: Amit Kumar Salecha <amit.salecha@qlogic.com> |
3194 | M: dhananjay@netxen.com | ||
3195 | L: netdev@vger.kernel.org | 3796 | L: netdev@vger.kernel.org |
3196 | W: http://www.netxen.com | 3797 | W: http://www.qlogic.com |
3197 | S: Supported | 3798 | S: Supported |
3799 | F: drivers/net/netxen/ | ||
3198 | 3800 | ||
3199 | NFS, SUNRPC, AND LOCKD CLIENTS | 3801 | NFS, SUNRPC, AND LOCKD CLIENTS |
3200 | P: Trond Myklebust | 3802 | M: Trond Myklebust <Trond.Myklebust@netapp.com> |
3201 | M: Trond.Myklebust@netapp.com | ||
3202 | L: linux-nfs@vger.kernel.org | 3803 | L: linux-nfs@vger.kernel.org |
3203 | W: http://client.linux-nfs.org | 3804 | W: http://client.linux-nfs.org |
3204 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | 3805 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git |
3205 | S: Maintained | 3806 | S: Maintained |
3807 | F: fs/lockd/ | ||
3808 | F: fs/nfs/ | ||
3809 | F: fs/nfs_common/ | ||
3810 | F: net/sunrpc/ | ||
3811 | F: include/linux/lockd/ | ||
3812 | F: include/linux/nfs* | ||
3813 | F: include/linux/sunrpc/ | ||
3206 | 3814 | ||
3207 | NI5010 NETWORK DRIVER | 3815 | NI5010 NETWORK DRIVER |
3208 | P: Jan-Pascal van Best | 3816 | M: Jan-Pascal van Best <janpascal@vanbest.org> |
3209 | M: janpascal@vanbest.org | 3817 | M: Andreas Mohr <andi@lisas.de> |
3210 | P: Andreas Mohr | ||
3211 | M: andi@lisas.de | ||
3212 | L: netdev@vger.kernel.org | 3818 | L: netdev@vger.kernel.org |
3213 | S: Maintained | 3819 | S: Maintained |
3820 | F: drivers/net/ni5010.* | ||
3821 | |||
3822 | NILFS2 FILESYSTEM | ||
3823 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> | ||
3824 | L: users@nilfs.org | ||
3825 | W: http://www.nilfs.org/en/ | ||
3826 | S: Supported | ||
3827 | F: Documentation/filesystems/nilfs2.txt | ||
3828 | F: fs/nilfs2/ | ||
3829 | F: include/linux/nilfs2_fs.h | ||
3214 | 3830 | ||
3215 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER | 3831 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
3216 | P: YOKOTA Hiroshi | 3832 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
3217 | M: yokota@netlab.is.tsukuba.ac.jp | ||
3218 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | 3833 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
3219 | S: Maintained | 3834 | S: Maintained |
3835 | F: Documentation/scsi/NinjaSCSI.txt | ||
3836 | F: drivers/scsi/pcmcia/nsp_* | ||
3220 | 3837 | ||
3221 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER | 3838 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER |
3222 | P: GOTO Masanori | 3839 | M: GOTO Masanori <gotom@debian.or.jp> |
3223 | M: gotom@debian.or.jp | 3840 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
3224 | P: YOKOTA Hiroshi | ||
3225 | M: yokota@netlab.is.tsukuba.ac.jp | ||
3226 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ | 3841 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
3227 | S: Maintained | 3842 | S: Maintained |
3843 | F: Documentation/scsi/NinjaSCSI.txt | ||
3844 | F: drivers/scsi/nsp32* | ||
3228 | 3845 | ||
3229 | NTFS FILESYSTEM | 3846 | NTFS FILESYSTEM |
3230 | P: Anton Altaparmakov | 3847 | M: Anton Altaparmakov <aia21@cantab.net> |
3231 | M: aia21@cantab.net | ||
3232 | L: linux-ntfs-dev@lists.sourceforge.net | 3848 | L: linux-ntfs-dev@lists.sourceforge.net |
3233 | L: linux-kernel@vger.kernel.org | ||
3234 | W: http://www.linux-ntfs.org/ | 3849 | W: http://www.linux-ntfs.org/ |
3235 | T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git | 3850 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
3236 | S: Maintained | 3851 | S: Maintained |
3852 | F: Documentation/filesystems/ntfs.txt | ||
3853 | F: fs/ntfs/ | ||
3237 | 3854 | ||
3238 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER | 3855 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
3239 | P: Antonino Daplas | 3856 | M: Antonino Daplas <adaplas@gmail.com> |
3240 | M: adaplas@gmail.com | 3857 | L: linux-fbdev@vger.kernel.org |
3241 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 3858 | S: Maintained |
3859 | F: drivers/video/riva/ | ||
3860 | F: drivers/video/nvidia/ | ||
3861 | |||
3862 | OMAP SUPPORT | ||
3863 | M: Tony Lindgren <tony@atomide.com> | ||
3864 | L: linux-omap@vger.kernel.org | ||
3865 | W: http://www.muru.com/linux/omap/ | ||
3866 | W: http://linux.omap.com/ | ||
3867 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | ||
3868 | S: Maintained | ||
3869 | F: arch/arm/*omap*/ | ||
3870 | |||
3871 | OMAP CLOCK FRAMEWORK SUPPORT | ||
3872 | M: Paul Walmsley <paul@pwsan.com> | ||
3873 | L: linux-omap@vger.kernel.org | ||
3874 | S: Maintained | ||
3875 | F: arch/arm/*omap*/*clock* | ||
3876 | |||
3877 | OMAP POWER MANAGEMENT SUPPORT | ||
3878 | M: Kevin Hilman <khilman@deeprootsystems.com> | ||
3879 | L: linux-omap@vger.kernel.org | ||
3880 | S: Maintained | ||
3881 | F: arch/arm/*omap*/*pm* | ||
3882 | |||
3883 | OMAP AUDIO SUPPORT | ||
3884 | M: Jarkko Nikula <jhnikula@gmail.com> | ||
3885 | L: alsa-devel@alsa-project.org (subscribers-only) | ||
3886 | L: linux-omap@vger.kernel.org | ||
3887 | S: Maintained | ||
3888 | F: sound/soc/omap/ | ||
3889 | |||
3890 | OMAP FRAMEBUFFER SUPPORT | ||
3891 | M: Imre Deak <imre.deak@nokia.com> | ||
3892 | L: linux-fbdev@vger.kernel.org | ||
3893 | L: linux-omap@vger.kernel.org | ||
3894 | S: Maintained | ||
3895 | F: drivers/video/omap/ | ||
3896 | |||
3897 | OMAP MMC SUPPORT | ||
3898 | M: Jarkko Lavinen <jarkko.lavinen@nokia.com> | ||
3899 | L: linux-omap@vger.kernel.org | ||
3900 | S: Maintained | ||
3901 | F: drivers/mmc/host/omap.c | ||
3902 | |||
3903 | OMAP HS MMC SUPPORT | ||
3904 | M: Madhusudhan Chikkature <madhu.cr@ti.com> | ||
3905 | L: linux-omap@vger.kernel.org | ||
3906 | S: Maintained | ||
3907 | F: drivers/mmc/host/omap_hsmmc.c | ||
3908 | |||
3909 | OMAP RANDOM NUMBER GENERATOR SUPPORT | ||
3910 | M: Deepak Saxena <dsaxena@plexity.net> | ||
3911 | S: Maintained | ||
3912 | F: drivers/char/hw_random/omap-rng.c | ||
3913 | |||
3914 | OMAP USB SUPPORT | ||
3915 | M: Felipe Balbi <felipe.balbi@nokia.com> | ||
3916 | M: David Brownell <dbrownell@users.sourceforge.net> | ||
3917 | L: linux-usb@vger.kernel.org | ||
3918 | L: linux-omap@vger.kernel.org | ||
3242 | S: Maintained | 3919 | S: Maintained |
3243 | 3920 | ||
3244 | OMFS FILESYSTEM | 3921 | OMFS FILESYSTEM |
3245 | P: Bob Copeland | 3922 | M: Bob Copeland <me@bobcopeland.com> |
3246 | M: me@bobcopeland.com | ||
3247 | L: linux-karma-devel@lists.sourceforge.net | 3923 | L: linux-karma-devel@lists.sourceforge.net |
3248 | S: Maintained | 3924 | S: Maintained |
3925 | F: Documentation/filesystems/omfs.txt | ||
3926 | F: fs/omfs/ | ||
3249 | 3927 | ||
3250 | OMNIKEY CARDMAN 4000 DRIVER | 3928 | OMNIKEY CARDMAN 4000 DRIVER |
3251 | P: Harald Welte | 3929 | M: Harald Welte <laforge@gnumonks.org> |
3252 | M: laforge@gnumonks.org | ||
3253 | S: Maintained | 3930 | S: Maintained |
3931 | F: drivers/char/pcmcia/cm4000_cs.c | ||
3932 | F: include/linux/cm4000_cs.h | ||
3254 | 3933 | ||
3255 | OMNIKEY CARDMAN 4040 DRIVER | 3934 | OMNIKEY CARDMAN 4040 DRIVER |
3256 | P: Harald Welte | 3935 | M: Harald Welte <laforge@gnumonks.org> |
3257 | M: laforge@gnumonks.org | ||
3258 | S: Maintained | 3936 | S: Maintained |
3937 | F: drivers/char/pcmcia/cm4040_cs.* | ||
3259 | 3938 | ||
3260 | OMNIVISION OV7670 SENSOR DRIVER | 3939 | OMNIVISION OV7670 SENSOR DRIVER |
3261 | P: Jonathan Corbet | 3940 | M: Jonathan Corbet <corbet@lwn.net> |
3262 | M: corbet@lwn.net | ||
3263 | L: linux-media@vger.kernel.org | 3941 | L: linux-media@vger.kernel.org |
3264 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3942 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
3265 | S: Maintained | 3943 | S: Maintained |
3944 | F: drivers/media/video/ov7670.c | ||
3266 | 3945 | ||
3267 | ONENAND FLASH DRIVER | 3946 | ONENAND FLASH DRIVER |
3268 | P: Kyungmin Park | 3947 | M: Kyungmin Park <kyungmin.park@samsung.com> |
3269 | M: kyungmin.park@samsung.com | ||
3270 | L: linux-mtd@lists.infradead.org | 3948 | L: linux-mtd@lists.infradead.org |
3271 | S: Maintained | 3949 | S: Maintained |
3950 | F: drivers/mtd/onenand/ | ||
3951 | F: include/linux/mtd/onenand*.h | ||
3272 | 3952 | ||
3273 | ONSTREAM SCSI TAPE DRIVER | 3953 | ONSTREAM SCSI TAPE DRIVER |
3274 | P: Willem Riede | 3954 | M: Willem Riede <osst@riede.org> |
3275 | M: osst@riede.org | ||
3276 | L: osst-users@lists.sourceforge.net | 3955 | L: osst-users@lists.sourceforge.net |
3277 | L: linux-scsi@vger.kernel.org | 3956 | L: linux-scsi@vger.kernel.org |
3278 | S: Maintained | 3957 | S: Maintained |
3958 | F: drivers/scsi/osst* | ||
3959 | F: drivers/scsi/st* | ||
3279 | 3960 | ||
3280 | OPENCORES I2C BUS DRIVER | 3961 | OPENCORES I2C BUS DRIVER |
3281 | P: Peter Korsgaard | 3962 | M: Peter Korsgaard <jacmet@sunsite.dk> |
3282 | M: jacmet@sunsite.dk | ||
3283 | L: linux-i2c@vger.kernel.org | 3963 | L: linux-i2c@vger.kernel.org |
3284 | S: Maintained | 3964 | S: Maintained |
3965 | F: Documentation/i2c/busses/i2c-ocores | ||
3966 | F: drivers/i2c/busses/i2c-ocores.c | ||
3967 | |||
3968 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
3969 | M: Grant Likely <grant.likely@secretlab.ca> | ||
3970 | L: devicetree-discuss@lists.ozlabs.org | ||
3971 | W: http://fdt.secretlab.ca | ||
3972 | S: Maintained | ||
3973 | F: drivers/of | ||
3974 | F: include/linux/of*.h | ||
3975 | K: of_get_property | ||
3285 | 3976 | ||
3286 | OPROFILE | 3977 | OPROFILE |
3287 | P: Robert Richter | 3978 | M: Robert Richter <robert.richter@amd.com> |
3288 | M: robert.richter@amd.com | ||
3289 | L: oprofile-list@lists.sf.net | 3979 | L: oprofile-list@lists.sf.net |
3290 | S: Maintained | 3980 | S: Maintained |
3981 | F: arch/*/oprofile/ | ||
3982 | F: drivers/oprofile/ | ||
3983 | F: include/linux/oprofile.h | ||
3291 | 3984 | ||
3292 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) | 3985 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
3293 | P: Mark Fasheh | 3986 | M: Mark Fasheh <mfasheh@suse.com> |
3294 | M: mfasheh@suse.com | 3987 | M: Joel Becker <joel.becker@oracle.com> |
3295 | P: Joel Becker | ||
3296 | M: joel.becker@oracle.com | ||
3297 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) | 3988 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) |
3298 | W: http://oss.oracle.com/projects/ocfs2/ | 3989 | W: http://oss.oracle.com/projects/ocfs2/ |
3299 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git | 3990 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
3300 | S: Supported | 3991 | S: Supported |
3992 | F: Documentation/filesystems/ocfs2.txt | ||
3993 | F: Documentation/filesystems/dlmfs.txt | ||
3994 | F: fs/ocfs2/ | ||
3301 | 3995 | ||
3302 | ORINOCO DRIVER | 3996 | ORINOCO DRIVER |
3303 | P: Pavel Roskin | 3997 | M: Pavel Roskin <proski@gnu.org> |
3304 | M: proski@gnu.org | 3998 | M: David Gibson <hermes@gibson.dropbear.id.au> |
3305 | P: David Gibson | ||
3306 | M: hermes@gibson.dropbear.id.au | ||
3307 | L: linux-wireless@vger.kernel.org | 3999 | L: linux-wireless@vger.kernel.org |
3308 | L: orinoco-users@lists.sourceforge.net | 4000 | L: orinoco-users@lists.sourceforge.net |
3309 | L: orinoco-devel@lists.sourceforge.net | 4001 | L: orinoco-devel@lists.sourceforge.net |
3310 | W: http://www.nongnu.org/orinoco/ | 4002 | W: http://www.nongnu.org/orinoco/ |
3311 | S: Maintained | 4003 | S: Maintained |
4004 | F: drivers/net/wireless/orinoco/ | ||
3312 | 4005 | ||
3313 | OSD LIBRARY | 4006 | OSD LIBRARY and FILESYSTEM |
3314 | P: Boaz Harrosh | 4007 | M: Boaz Harrosh <bharrosh@panasas.com> |
3315 | M: bharrosh@panasas.com | 4008 | M: Benny Halevy <bhalevy@panasas.com> |
3316 | P: Benny Halevy | ||
3317 | M: bhalevy@panasas.com | ||
3318 | L: osd-dev@open-osd.org | 4009 | L: osd-dev@open-osd.org |
3319 | W: http://open-osd.org | 4010 | W: http://open-osd.org |
3320 | T: git://git.open-osd.org/open-osd.git | 4011 | T: git git://git.open-osd.org/open-osd.git |
3321 | S: Maintained | 4012 | S: Maintained |
4013 | F: drivers/scsi/osd/ | ||
4014 | F: include/scsi/osd_* | ||
4015 | F: fs/exofs/ | ||
3322 | 4016 | ||
3323 | P54 WIRELESS DRIVER | 4017 | P54 WIRELESS DRIVER |
3324 | P: Michael Wu | 4018 | M: Michael Wu <flamingice@sourmilk.net> |
3325 | M: flamingice@sourmilk.net | ||
3326 | L: linux-wireless@vger.kernel.org | 4019 | L: linux-wireless@vger.kernel.org |
3327 | W: http://prism54.org | 4020 | W: http://prism54.org |
3328 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | 4021 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
3329 | S: Maintained | 4022 | S: Maintained |
4023 | F: drivers/net/wireless/p54/ | ||
3330 | 4024 | ||
3331 | PA SEMI ETHERNET DRIVER | 4025 | PA SEMI ETHERNET DRIVER |
3332 | P: Olof Johansson | 4026 | M: Olof Johansson <olof@lixom.net> |
3333 | M: olof@lixom.net | ||
3334 | L: netdev@vger.kernel.org | 4027 | L: netdev@vger.kernel.org |
3335 | S: Maintained | 4028 | S: Maintained |
4029 | F: drivers/net/pasemi_mac.* | ||
3336 | 4030 | ||
3337 | PA SEMI SMBUS DRIVER | 4031 | PA SEMI SMBUS DRIVER |
3338 | P: Olof Johansson | 4032 | M: Olof Johansson <olof@lixom.net> |
3339 | M: olof@lixom.net | ||
3340 | L: linux-i2c@vger.kernel.org | 4033 | L: linux-i2c@vger.kernel.org |
3341 | S: Maintained | 4034 | S: Maintained |
4035 | F: drivers/i2c/busses/i2c-pasemi.c | ||
3342 | 4036 | ||
3343 | PANASONIC LAPTOP ACPI EXTRAS DRIVER | 4037 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
3344 | P: Harald Welte | 4038 | M: Harald Welte <laforge@gnumonks.org> |
3345 | M: laforge@gnumonks.org | ||
3346 | S: Maintained | 4039 | S: Maintained |
4040 | F: drivers/platform/x86/panasonic-laptop.c | ||
3347 | 4041 | ||
3348 | PANASONIC MN10300/AM33 PORT | 4042 | PANASONIC MN10300/AM33 PORT |
3349 | P: David Howells | 4043 | M: David Howells <dhowells@redhat.com> |
3350 | M: dhowells@redhat.com | 4044 | M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> |
3351 | P: Koichi Yasutake | ||
3352 | M: yasutake.koichi@jp.panasonic.com | ||
3353 | L: linux-am33-list@redhat.com (moderated for non-subscribers) | 4045 | L: linux-am33-list@redhat.com (moderated for non-subscribers) |
3354 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ | 4046 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ |
3355 | S: Maintained | 4047 | S: Maintained |
4048 | F: Documentation/mn10300/ | ||
4049 | F: arch/mn10300/ | ||
3356 | 4050 | ||
3357 | PARALLEL PORT SUPPORT | 4051 | PARALLEL PORT SUPPORT |
3358 | L: linux-parport@lists.infradead.org (subscribers-only) | 4052 | L: linux-parport@lists.infradead.org (subscribers-only) |
3359 | S: Orphan | 4053 | S: Orphan |
4054 | F: drivers/parport/ | ||
4055 | F: include/linux/parport*.h | ||
4056 | F: drivers/char/ppdev.c | ||
4057 | F: include/linux/ppdev.h | ||
3360 | 4058 | ||
3361 | PARAVIRT_OPS INTERFACE | 4059 | PARAVIRT_OPS INTERFACE |
3362 | P: Jeremy Fitzhardinge | 4060 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
3363 | M: jeremy@xensource.com | 4061 | M: Chris Wright <chrisw@sous-sol.org> |
3364 | P: Chris Wright | 4062 | M: Alok Kataria <akataria@vmware.com> |
3365 | M: chrisw@sous-sol.org | 4063 | M: Rusty Russell <rusty@rustcorp.com.au> |
3366 | P: Alok Kataria | ||
3367 | M: akataria@vmware.com | ||
3368 | P: Rusty Russell | ||
3369 | M: rusty@rustcorp.com.au | ||
3370 | L: virtualization@lists.osdl.org | 4064 | L: virtualization@lists.osdl.org |
3371 | L: linux-kernel@vger.kernel.org | ||
3372 | S: Supported | 4065 | S: Supported |
4066 | F: Documentation/ia64/paravirt_ops.txt | ||
4067 | F: arch/*/kernel/paravirt* | ||
4068 | F: arch/*/include/asm/paravirt.h | ||
3373 | 4069 | ||
3374 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES | 4070 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
3375 | P: Tim Waugh | 4071 | M: Tim Waugh <tim@cyberelk.net> |
3376 | M: tim@cyberelk.net | ||
3377 | L: linux-parport@lists.infradead.org (subscribers-only) | 4072 | L: linux-parport@lists.infradead.org (subscribers-only) |
3378 | W: http://www.torque.net/linux-pp.html | 4073 | W: http://www.torque.net/linux-pp.html |
3379 | S: Maintained | 4074 | S: Maintained |
4075 | F: Documentation/blockdev/paride.txt | ||
4076 | F: drivers/block/paride/ | ||
3380 | 4077 | ||
3381 | PARISC ARCHITECTURE | 4078 | PARISC ARCHITECTURE |
3382 | P: Kyle McMartin | 4079 | M: Kyle McMartin <kyle@mcmartin.ca> |
3383 | M: kyle@mcmartin.ca | 4080 | M: Helge Deller <deller@gmx.de> |
3384 | P: Helge Deller | 4081 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> |
3385 | M: deller@gmx.de | ||
3386 | L: linux-parisc@vger.kernel.org | 4082 | L: linux-parisc@vger.kernel.org |
3387 | W: http://www.parisc-linux.org/ | 4083 | W: http://www.parisc-linux.org/ |
3388 | T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 4084 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
3389 | S: Maintained | 4085 | S: Maintained |
4086 | F: arch/parisc/ | ||
4087 | F: drivers/parisc/ | ||
3390 | 4088 | ||
3391 | PC87360 HARDWARE MONITORING DRIVER | 4089 | PC87360 HARDWARE MONITORING DRIVER |
3392 | P: Jim Cromie | 4090 | M: Jim Cromie <jim.cromie@gmail.com> |
3393 | M: jim.cromie@gmail.com | ||
3394 | L: lm-sensors@lm-sensors.org | 4091 | L: lm-sensors@lm-sensors.org |
3395 | S: Maintained | 4092 | S: Maintained |
4093 | F: Documentation/hwmon/pc87360 | ||
4094 | F: drivers/hwmon/pc87360.c | ||
3396 | 4095 | ||
3397 | PC8736x GPIO DRIVER | 4096 | PC8736x GPIO DRIVER |
3398 | P: Jim Cromie | 4097 | M: Jim Cromie <jim.cromie@gmail.com> |
3399 | M: jim.cromie@gmail.com | 4098 | S: Maintained |
4099 | F: drivers/char/pc8736x_gpio.c | ||
4100 | |||
4101 | PCA9532 LED DRIVER | ||
4102 | M: Riku Voipio <riku.voipio@iki.fi> | ||
3400 | S: Maintained | 4103 | S: Maintained |
4104 | F: drivers/leds/leds-pca9532.c | ||
4105 | F: include/linux/leds-pca9532.h | ||
4106 | |||
4107 | PCA9564/PCA9665 I2C BUS DRIVER | ||
4108 | M: Wolfram Sang <w.sang@pengutronix.de> | ||
4109 | L: linux-i2c@vger.kernel.org | ||
4110 | S: Maintained | ||
4111 | F: drivers/i2c/algos/i2c-algo-pca.c | ||
4112 | F: drivers/i2c/busses/i2c-pca-* | ||
4113 | F: include/linux/i2c-algo-pca.h | ||
4114 | F: include/linux/i2c-pca-platform.h | ||
3401 | 4115 | ||
3402 | PCI ERROR RECOVERY | 4116 | PCI ERROR RECOVERY |
3403 | P: Linas Vepstas | 4117 | M: Linas Vepstas <linas@austin.ibm.com> |
3404 | M: linas@austin.ibm.com | ||
3405 | L: linux-kernel@vger.kernel.org | ||
3406 | L: linux-pci@vger.kernel.org | 4118 | L: linux-pci@vger.kernel.org |
3407 | S: Supported | 4119 | S: Supported |
4120 | F: Documentation/PCI/pci-error-recovery.txt | ||
4121 | F: Documentation/powerpc/eeh-pci-error-recovery.txt | ||
3408 | 4122 | ||
3409 | PCI SUBSYSTEM | 4123 | PCI SUBSYSTEM |
3410 | P: Jesse Barnes | 4124 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
3411 | M: jbarnes@virtuousgeek.org | ||
3412 | L: linux-kernel@vger.kernel.org | ||
3413 | L: linux-pci@vger.kernel.org | 4125 | L: linux-pci@vger.kernel.org |
3414 | T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git | 4126 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
3415 | S: Supported | 4127 | S: Supported |
4128 | F: Documentation/PCI/ | ||
4129 | F: drivers/pci/ | ||
4130 | F: include/linux/pci* | ||
3416 | 4131 | ||
3417 | PCIE HOTPLUG DRIVER | 4132 | PCI HOTPLUG |
3418 | P: Kristen Carlson Accardi | 4133 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
3419 | M: kristen.c.accardi@intel.com | ||
3420 | L: linux-pci@vger.kernel.org | 4134 | L: linux-pci@vger.kernel.org |
3421 | S: Supported | 4135 | S: Supported |
4136 | F: drivers/pci/hotplug | ||
3422 | 4137 | ||
3423 | PCMCIA SUBSYSTEM | 4138 | PCMCIA SUBSYSTEM |
3424 | P: Linux PCMCIA Team | 4139 | P: Linux PCMCIA Team |
3425 | L: linux-pcmcia@lists.infradead.org | 4140 | L: linux-pcmcia@lists.infradead.org |
3426 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia | 4141 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
3427 | T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git | 4142 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
3428 | S: Maintained | 4143 | S: Maintained |
4144 | F: Documentation/pcmcia/ | ||
4145 | F: drivers/pcmcia/ | ||
4146 | F: include/pcmcia/ | ||
3429 | 4147 | ||
3430 | PCNET32 NETWORK DRIVER | 4148 | PCNET32 NETWORK DRIVER |
3431 | P: Don Fry | 4149 | M: Don Fry <pcnet32@verizon.net> |
3432 | M: pcnet32@verizon.net | ||
3433 | L: netdev@vger.kernel.org | 4150 | L: netdev@vger.kernel.org |
3434 | S: Maintained | 4151 | S: Maintained |
4152 | F: drivers/net/pcnet32.c | ||
3435 | 4153 | ||
3436 | PER-TASK DELAY ACCOUNTING | 4154 | PER-TASK DELAY ACCOUNTING |
3437 | P: Balbir Singh | 4155 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
3438 | M: balbir@linux.vnet.ibm.com | ||
3439 | L: linux-kernel@vger.kernel.org | ||
3440 | S: Maintained | 4156 | S: Maintained |
4157 | F: include/linux/delayacct.h | ||
4158 | F: kernel/delayacct.c | ||
4159 | |||
4160 | PERFORMANCE EVENTS SUBSYSTEM | ||
4161 | M: Peter Zijlstra <a.p.zijlstra@chello.nl> | ||
4162 | M: Paul Mackerras <paulus@samba.org> | ||
4163 | M: Ingo Molnar <mingo@elte.hu> | ||
4164 | S: Supported | ||
4165 | F: kernel/perf_event.c | ||
4166 | F: include/linux/perf_event.h | ||
4167 | F: arch/*/*/kernel/perf_event.c | ||
4168 | F: arch/*/include/asm/perf_event.h | ||
4169 | F: arch/*/lib/perf_event.c | ||
4170 | F: arch/*/kernel/perf_callchain.c | ||
4171 | F: tools/perf/ | ||
3441 | 4172 | ||
3442 | PERSONALITY HANDLING | 4173 | PERSONALITY HANDLING |
3443 | P: Christoph Hellwig | 4174 | M: Christoph Hellwig <hch@infradead.org> |
3444 | M: hch@infradead.org | ||
3445 | L: linux-abi-devel@lists.sourceforge.net | 4175 | L: linux-abi-devel@lists.sourceforge.net |
3446 | S: Maintained | 4176 | S: Maintained |
4177 | F: include/linux/personality.h | ||
3447 | 4178 | ||
3448 | PHRAM MTD DRIVER | 4179 | PHRAM MTD DRIVER |
3449 | P: Joern Engel | 4180 | M: Joern Engel <joern@lazybastard.org> |
3450 | M: joern@lazybastard.org | ||
3451 | L: linux-mtd@lists.infradead.org | 4181 | L: linux-mtd@lists.infradead.org |
3452 | S: Maintained | 4182 | S: Maintained |
4183 | F: drivers/mtd/devices/phram.c | ||
3453 | 4184 | ||
3454 | PKTCDVD DRIVER | 4185 | PKTCDVD DRIVER |
3455 | P: Peter Osterlund | 4186 | M: Peter Osterlund <petero2@telia.com> |
3456 | M: petero2@telia.com | ||
3457 | L: linux-kernel@vger.kernel.org | ||
3458 | S: Maintained | 4187 | S: Maintained |
4188 | F: drivers/block/pktcdvd.c | ||
4189 | F: include/linux/pktcdvd.h | ||
4190 | |||
4191 | PMC SIERRA MaxRAID DRIVER | ||
4192 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> | ||
4193 | L: linux-scsi@vger.kernel.org | ||
4194 | W: http://www.pmc-sierra.com/ | ||
4195 | S: Supported | ||
4196 | F: drivers/scsi/pmcraid.* | ||
3459 | 4197 | ||
3460 | POSIX CLOCKS and TIMERS | 4198 | POSIX CLOCKS and TIMERS |
3461 | P: Thomas Gleixner | 4199 | M: Thomas Gleixner <tglx@linutronix.de> |
3462 | M: tglx@linutronix.de | ||
3463 | L: linux-kernel@vger.kernel.org | ||
3464 | S: Supported | 4200 | S: Supported |
4201 | F: fs/timerfd.c | ||
4202 | F: include/linux/timer* | ||
4203 | F: kernel/*timer* | ||
3465 | 4204 | ||
3466 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS | 4205 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
3467 | P: Anton Vorontsov | 4206 | M: Anton Vorontsov <cbou@mail.ru> |
3468 | M: cbou@mail.ru | 4207 | M: David Woodhouse <dwmw2@infradead.org> |
3469 | P: David Woodhouse | 4208 | T: git git://git.infradead.org/battery-2.6.git |
3470 | M: dwmw2@infradead.org | ||
3471 | L: linux-kernel@vger.kernel.org | ||
3472 | T: git git.infradead.org/battery-2.6.git | ||
3473 | S: Maintained | 4209 | S: Maintained |
4210 | F: include/linux/power_supply.h | ||
4211 | F: drivers/power/power_supply* | ||
3474 | 4212 | ||
3475 | PNP SUPPORT | 4213 | PNP SUPPORT |
3476 | P: Adam Belay | 4214 | M: Adam Belay <abelay@mit.edu> |
3477 | M: abelay@mit.edu | 4215 | M: Bjorn Helgaas <bjorn.helgaas@hp.com> |
3478 | P: Bjorn Helgaas | ||
3479 | M: bjorn.helgaas@hp.com | ||
3480 | S: Maintained | 4216 | S: Maintained |
4217 | F: drivers/pnp/ | ||
3481 | 4218 | ||
3482 | PNXxxxx I2C DRIVER | 4219 | PNXxxxx I2C DRIVER |
3483 | P: Vitaly Wool | 4220 | M: Vitaly Wool <vitalywool@gmail.com> |
3484 | M: vitalywool@gmail.com | ||
3485 | L: linux-i2c@vger.kernel.org | 4221 | L: linux-i2c@vger.kernel.org |
3486 | S: Maintained | 4222 | S: Maintained |
4223 | F: drivers/i2c/busses/i2c-pnx.c | ||
3487 | 4224 | ||
3488 | PPP PROTOCOL DRIVERS AND COMPRESSORS | 4225 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
3489 | P: Paul Mackerras | 4226 | M: Paul Mackerras <paulus@samba.org> |
3490 | M: paulus@samba.org | ||
3491 | L: linux-ppp@vger.kernel.org | 4227 | L: linux-ppp@vger.kernel.org |
3492 | S: Maintained | 4228 | S: Maintained |
4229 | F: drivers/net/ppp_* | ||
3493 | 4230 | ||
3494 | PPP OVER ATM (RFC 2364) | 4231 | PPP OVER ATM (RFC 2364) |
3495 | P: Mitchell Blank Jr | 4232 | M: Mitchell Blank Jr <mitch@sfgoth.com> |
3496 | M: mitch@sfgoth.com | ||
3497 | S: Maintained | 4233 | S: Maintained |
4234 | F: net/atm/pppoatm.c | ||
4235 | F: include/linux/atmppp.h | ||
3498 | 4236 | ||
3499 | PPP OVER ETHERNET | 4237 | PPP OVER ETHERNET |
3500 | P: Michal Ostrowski | 4238 | M: Michal Ostrowski <mostrows@earthlink.net> |
3501 | M: mostrows@earthlink.net | ||
3502 | S: Maintained | 4239 | S: Maintained |
4240 | F: drivers/net/pppoe.c | ||
4241 | F: drivers/net/pppox.c | ||
3503 | 4242 | ||
3504 | PPP OVER L2TP | 4243 | PPP OVER L2TP |
3505 | P: James Chapman | 4244 | M: James Chapman <jchapman@katalix.com> |
3506 | M: jchapman@katalix.com | ||
3507 | S: Maintained | 4245 | S: Maintained |
4246 | F: drivers/net/pppol2tp.c | ||
4247 | F: include/linux/if_pppol2tp.h | ||
4248 | |||
4249 | PPS SUPPORT | ||
4250 | M: Rodolfo Giometti <giometti@enneenne.com> | ||
4251 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support | ||
4252 | L: linuxpps@ml.enneenne.com (subscribers-only) | ||
4253 | S: Maintained | ||
4254 | F: Documentation/pps/ | ||
4255 | F: drivers/pps/ | ||
4256 | F: include/linux/pps*.h | ||
3508 | 4257 | ||
3509 | PREEMPTIBLE KERNEL | 4258 | PREEMPTIBLE KERNEL |
3510 | P: Robert Love | 4259 | M: Robert Love <rml@tech9.net> |
3511 | M: rml@tech9.net | ||
3512 | L: linux-kernel@vger.kernel.org | ||
3513 | L: kpreempt-tech@lists.sourceforge.net | 4260 | L: kpreempt-tech@lists.sourceforge.net |
3514 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | 4261 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
3515 | S: Supported | 4262 | S: Supported |
4263 | F: Documentation/preempt-locking.txt | ||
4264 | F: include/linux/preempt.h | ||
3516 | 4265 | ||
3517 | PRISM54 WIRELESS DRIVER | 4266 | PRISM54 WIRELESS DRIVER |
3518 | P: Luis R. Rodriguez | 4267 | M: "Luis R. Rodriguez" <mcgrof@gmail.com> |
3519 | M: mcgrof@gmail.com | ||
3520 | L: linux-wireless@vger.kernel.org | 4268 | L: linux-wireless@vger.kernel.org |
3521 | W: http://prism54.org | 4269 | W: http://prism54.org |
3522 | S: Maintained | 4270 | S: Maintained |
4271 | F: drivers/net/wireless/prism54/ | ||
3523 | 4272 | ||
3524 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER | 4273 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER |
3525 | P: Peter Denison | 4274 | M: Peter Denison <promise@pnd-pc.demon.co.uk> |
3526 | M: promise@pnd-pc.demon.co.uk | ||
3527 | W: http://www.pnd-pc.demon.co.uk/promise/ | 4275 | W: http://www.pnd-pc.demon.co.uk/promise/ |
3528 | S: Maintained | 4276 | S: Maintained |
3529 | 4277 | ||
3530 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER | 4278 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
3531 | P: Mikael Pettersson | 4279 | M: Mikael Pettersson <mikpe@it.uu.se> |
3532 | M: mikpe@it.uu.se | ||
3533 | L: linux-ide@vger.kernel.org | 4280 | L: linux-ide@vger.kernel.org |
3534 | S: Maintained | 4281 | S: Maintained |
4282 | F: drivers/ata/sata_promise.* | ||
3535 | 4283 | ||
3536 | PS3 NETWORK SUPPORT | 4284 | PS3 NETWORK SUPPORT |
3537 | P: Masakazu Mokuno | 4285 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
3538 | M: mokuno@sm.sony.co.jp | ||
3539 | L: netdev@vger.kernel.org | 4286 | L: netdev@vger.kernel.org |
3540 | L: cbe-oss-dev@ozlabs.org | 4287 | L: cbe-oss-dev@ozlabs.org |
3541 | S: Supported | 4288 | S: Supported |
4289 | F: drivers/net/ps3_gelic_net.* | ||
3542 | 4290 | ||
3543 | PS3 PLATFORM SUPPORT | 4291 | PS3 PLATFORM SUPPORT |
3544 | P: Geoff Levand | 4292 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
3545 | M: geoffrey.levand@am.sony.com | ||
3546 | L: linuxppc-dev@ozlabs.org | 4293 | L: linuxppc-dev@ozlabs.org |
3547 | L: cbe-oss-dev@ozlabs.org | 4294 | L: cbe-oss-dev@ozlabs.org |
3548 | S: Supported | 4295 | S: Supported |
4296 | F: arch/powerpc/boot/ps3* | ||
4297 | F: arch/powerpc/include/asm/lv1call.h | ||
4298 | F: arch/powerpc/include/asm/ps3*.h | ||
4299 | F: arch/powerpc/platforms/ps3/ | ||
4300 | F: drivers/*/ps3* | ||
4301 | F: drivers/ps3/ | ||
4302 | F: drivers/rtc/rtc-ps3.c | ||
4303 | F: drivers/usb/host/*ps3.c | ||
4304 | F: sound/ppc/snd_ps3* | ||
3549 | 4305 | ||
3550 | PS3VRAM DRIVER | 4306 | PS3VRAM DRIVER |
3551 | P: Jim Paris | 4307 | M: Jim Paris <jim@jtan.com> |
3552 | M: jim@jtan.com | ||
3553 | L: cbe-oss-dev@ozlabs.org | 4308 | L: cbe-oss-dev@ozlabs.org |
3554 | S: Maintained | 4309 | S: Maintained |
3555 | 4310 | ||
4311 | PTRACE SUPPORT | ||
4312 | M: Roland McGrath <roland@redhat.com> | ||
4313 | M: Oleg Nesterov <oleg@redhat.com> | ||
4314 | S: Maintained | ||
4315 | F: include/asm-generic/syscall.h | ||
4316 | F: include/linux/ptrace.h | ||
4317 | F: include/linux/regset.h | ||
4318 | F: include/linux/tracehook.h | ||
4319 | F: kernel/ptrace.c | ||
4320 | |||
3556 | PVRUSB2 VIDEO4LINUX DRIVER | 4321 | PVRUSB2 VIDEO4LINUX DRIVER |
3557 | P: Mike Isely | 4322 | M: Mike Isely <isely@pobox.com> |
3558 | M: isely@pobox.com | ||
3559 | L: pvrusb2@isely.net (subscribers-only) | 4323 | L: pvrusb2@isely.net (subscribers-only) |
3560 | L: linux-media@vger.kernel.org | 4324 | L: linux-media@vger.kernel.org |
3561 | W: http://www.isely.net/pvrusb2/ | 4325 | W: http://www.isely.net/pvrusb2/ |
3562 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4326 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
3563 | S: Maintained | 4327 | S: Maintained |
4328 | F: Documentation/video4linux/README.pvrusb2 | ||
4329 | F: drivers/media/video/pvrusb2/ | ||
3564 | 4330 | ||
3565 | PXA2xx/PXA3xx SUPPORT | 4331 | PXA2xx/PXA3xx SUPPORT |
3566 | P: Eric Miao | 4332 | M: Eric Miao <eric.y.miao@gmail.com> |
3567 | M: eric.miao@marvell.com | 4333 | M: Russell King <linux@arm.linux.org.uk> |
3568 | P: Russell King | 4334 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3569 | M: linux@arm.linux.org.uk | 4335 | S: Maintained |
3570 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4336 | F: arch/arm/mach-pxa/ |
3571 | S: Maintained | 4337 | F: drivers/pcmcia/pxa2xx* |
4338 | F: drivers/spi/pxa2xx* | ||
4339 | F: drivers/usb/gadget/pxa2* | ||
4340 | F: include/sound/pxa2xx-lib.h | ||
4341 | F: sound/arm/pxa* | ||
4342 | F: sound/soc/pxa | ||
3572 | 4343 | ||
3573 | PXA168 SUPPORT | 4344 | PXA168 SUPPORT |
3574 | P: Eric Miao | 4345 | M: Eric Miao <eric.y.miao@gmail.com> |
3575 | M: eric.miao@marvell.com | 4346 | M: Jason Chagas <jason.chagas@marvell.com> |
3576 | P: Jason Chagas | 4347 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3577 | M: jason.chagas@marvell.com | 4348 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
3578 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4349 | S: Maintained |
3579 | T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | ||
3580 | S: Supported | ||
3581 | 4350 | ||
3582 | PXA910 SUPPORT | 4351 | PXA910 SUPPORT |
3583 | P: Eric Miao | 4352 | M: Eric Miao <eric.y.miao@gmail.com> |
3584 | M: eric.miao@marvell.com | 4353 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3585 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4354 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
3586 | T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4355 | S: Maintained |
3587 | S: Supported | ||
3588 | 4356 | ||
3589 | PXA MMCI DRIVER | 4357 | PXA MMCI DRIVER |
3590 | S: Orphan | 4358 | S: Orphan |
3591 | 4359 | ||
3592 | PXA RTC DRIVER | 4360 | PXA RTC DRIVER |
3593 | P: Robert Jarzmik | 4361 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
3594 | M: robert.jarzmik@free.fr | ||
3595 | L: rtc-linux@googlegroups.com | 4362 | L: rtc-linux@googlegroups.com |
3596 | S: Maintained | 4363 | S: Maintained |
3597 | 4364 | ||
3598 | QLOGIC QLA2XXX FC-SCSI DRIVER | 4365 | QLOGIC QLA2XXX FC-SCSI DRIVER |
3599 | P: Andrew Vasquez | 4366 | M: Andrew Vasquez <andrew.vasquez@qlogic.com> |
3600 | M: linux-driver@qlogic.com | 4367 | M: linux-driver@qlogic.com |
3601 | L: linux-scsi@vger.kernel.org | 4368 | L: linux-scsi@vger.kernel.org |
3602 | S: Supported | 4369 | S: Supported |
4370 | F: Documentation/scsi/LICENSE.qla2xxx | ||
4371 | F: drivers/scsi/qla2xxx/ | ||
3603 | 4372 | ||
3604 | QLOGIC QLA3XXX NETWORK DRIVER | 4373 | QLOGIC QLA3XXX NETWORK DRIVER |
3605 | P: Ron Mercer | 4374 | M: Ron Mercer <ron.mercer@qlogic.com> |
3606 | M: linux-driver@qlogic.com | 4375 | M: linux-driver@qlogic.com |
3607 | L: netdev@vger.kernel.org | 4376 | L: netdev@vger.kernel.org |
3608 | S: Supported | 4377 | S: Supported |
4378 | F: Documentation/networking/LICENSE.qla3xxx | ||
4379 | F: drivers/net/qla3xxx.* | ||
3609 | 4380 | ||
3610 | QLOGIC QLGE 10Gb ETHERNET DRIVER | 4381 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
3611 | P: Ron Mercer | 4382 | M: Ron Mercer <ron.mercer@qlogic.com> |
3612 | M: linux-driver@qlogic.com | 4383 | M: linux-driver@qlogic.com |
3613 | M: ron.mercer@qlogic.com | ||
3614 | L: netdev@vger.kernel.org | 4384 | L: netdev@vger.kernel.org |
3615 | S: Supported | 4385 | S: Supported |
4386 | F: drivers/net/qlge/ | ||
3616 | 4387 | ||
3617 | QNX4 FILESYSTEM | 4388 | QNX4 FILESYSTEM |
3618 | P: Anders Larsen | 4389 | M: Anders Larsen <al@alarsen.net> |
3619 | M: al@alarsen.net | ||
3620 | L: linux-kernel@vger.kernel.org | ||
3621 | W: http://www.alarsen.net/linux/qnx4fs/ | 4390 | W: http://www.alarsen.net/linux/qnx4fs/ |
3622 | S: Maintained | 4391 | S: Maintained |
4392 | F: fs/qnx4/ | ||
4393 | F: include/linux/qnx4_fs.h | ||
4394 | F: include/linux/qnxtypes.h | ||
3623 | 4395 | ||
3624 | RADEON FRAMEBUFFER DISPLAY DRIVER | 4396 | RADEON FRAMEBUFFER DISPLAY DRIVER |
3625 | P: Benjamin Herrenschmidt | 4397 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
3626 | M: benh@kernel.crashing.org | 4398 | L: linux-fbdev@vger.kernel.org |
3627 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
3628 | S: Maintained | 4399 | S: Maintained |
4400 | F: drivers/video/aty/radeon* | ||
4401 | F: include/linux/radeonfb.h | ||
3629 | 4402 | ||
3630 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | 4403 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
3631 | P: Paul Mackerras | 4404 | M: Paul Mackerras <paulus@samba.org> |
3632 | M: paulus@samba.org | 4405 | L: linux-fbdev@vger.kernel.org |
3633 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
3634 | S: Maintained | 4406 | S: Maintained |
4407 | F: drivers/video/aty/aty128fb.c | ||
3635 | 4408 | ||
3636 | RALINK RT2X00 WIRELESS LAN DRIVER | 4409 | RALINK RT2X00 WIRELESS LAN DRIVER |
3637 | P: rt2x00 project | 4410 | P: rt2x00 project |
4411 | M: Ivo van Doorn <IvDoorn@gmail.com> | ||
4412 | M: Gertjan van Wingerde <gwingerde@gmail.com> | ||
3638 | L: linux-wireless@vger.kernel.org | 4413 | L: linux-wireless@vger.kernel.org |
3639 | L: users@rt2x00.serialmonkey.com | 4414 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
3640 | W: http://rt2x00.serialmonkey.com/ | 4415 | W: http://rt2x00.serialmonkey.com/ |
3641 | S: Maintained | 4416 | S: Maintained |
3642 | T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git | 4417 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
3643 | F: drivers/net/wireless/rt2x00/ | 4418 | F: drivers/net/wireless/rt2x00/ |
3644 | 4419 | ||
3645 | RAMDISK RAM BLOCK DEVICE DRIVER | 4420 | RAMDISK RAM BLOCK DEVICE DRIVER |
3646 | P: Nick Piggin | 4421 | M: Nick Piggin <npiggin@suse.de> |
3647 | M: npiggin@suse.de | ||
3648 | S: Maintained | 4422 | S: Maintained |
4423 | F: Documentation/blockdev/ramdisk.txt | ||
4424 | F: drivers/block/brd.c | ||
3649 | 4425 | ||
3650 | RANDOM NUMBER DRIVER | 4426 | RANDOM NUMBER DRIVER |
3651 | P: Matt Mackall | 4427 | M: Matt Mackall <mpm@selenic.com> |
3652 | M: mpm@selenic.com | ||
3653 | S: Maintained | 4428 | S: Maintained |
4429 | F: drivers/char/random.c | ||
3654 | 4430 | ||
3655 | RAPIDIO SUBSYSTEM | 4431 | RAPIDIO SUBSYSTEM |
3656 | P: Matt Porter | 4432 | M: Matt Porter <mporter@kernel.crashing.org> |
3657 | M: mporter@kernel.crashing.org | ||
3658 | L: linux-kernel@vger.kernel.org | ||
3659 | S: Maintained | 4433 | S: Maintained |
4434 | F: drivers/rapidio/ | ||
3660 | 4435 | ||
3661 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER | 4436 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
3662 | P: Corey Thomas | 4437 | M: Corey Thomas <coreythomas@charter.net> |
3663 | M: coreythomas@charter.net | ||
3664 | L: linux-wireless@vger.kernel.org | 4438 | L: linux-wireless@vger.kernel.org |
3665 | S: Maintained | 4439 | S: Maintained |
4440 | F: drivers/net/wireless/ray* | ||
3666 | 4441 | ||
3667 | RCUTORTURE MODULE | 4442 | RCUTORTURE MODULE |
3668 | P: Josh Triplett | 4443 | M: Josh Triplett <josh@freedesktop.org> |
3669 | M: josh@freedesktop.org | 4444 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
3670 | L: linux-kernel@vger.kernel.org | ||
3671 | S: Maintained | 4445 | S: Maintained |
4446 | F: Documentation/RCU/torture.txt | ||
4447 | F: kernel/rcutorture.c | ||
3672 | 4448 | ||
3673 | RDC R-321X SoC | 4449 | RDC R-321X SoC |
3674 | P: Florian Fainelli | 4450 | M: Florian Fainelli <florian@openwrt.org> |
3675 | M: florian.fainelli@telecomint.eu | ||
3676 | L: linux-kernel@vger.kernel.org | ||
3677 | S: Maintained | 4451 | S: Maintained |
3678 | 4452 | ||
3679 | RDC R6040 FAST ETHERNET DRIVER | 4453 | RDC R6040 FAST ETHERNET DRIVER |
3680 | P: Florian Fainelli | 4454 | M: Florian Fainelli <florian@openwrt.org> |
3681 | M: florian.fainelli@telecomint.eu | ||
3682 | L: netdev@vger.kernel.org | 4455 | L: netdev@vger.kernel.org |
3683 | S: Maintained | 4456 | S: Maintained |
4457 | F: drivers/net/r6040.c | ||
3684 | 4458 | ||
3685 | RDS - RELIABLE DATAGRAM SOCKETS | 4459 | RDS - RELIABLE DATAGRAM SOCKETS |
3686 | P: Andy Grover | 4460 | M: Andy Grover <andy.grover@oracle.com> |
3687 | M: andy.grover@oracle.com | 4461 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
3688 | L: rds-devel@oss.oracle.com | ||
3689 | S: Supported | 4462 | S: Supported |
4463 | F: net/rds/ | ||
3690 | 4464 | ||
3691 | READ-COPY UPDATE (RCU) | 4465 | READ-COPY UPDATE (RCU) |
3692 | P: Dipankar Sarma | 4466 | M: Dipankar Sarma <dipankar@in.ibm.com> |
3693 | M: dipankar@in.ibm.com | 4467 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
3694 | W: http://www.rdrop.com/users/paulmck/rclock/ | 4468 | W: http://www.rdrop.com/users/paulmck/rclock/ |
3695 | L: linux-kernel@vger.kernel.org | ||
3696 | S: Supported | 4469 | S: Supported |
4470 | F: Documentation/RCU/rcu.txt | ||
4471 | F: Documentation/RCU/rcuref.txt | ||
4472 | F: include/linux/rcupdate.h | ||
4473 | F: include/linux/srcu.h | ||
4474 | F: kernel/rcupdate.c | ||
3697 | 4475 | ||
3698 | REAL TIME CLOCK DRIVER | 4476 | REAL TIME CLOCK DRIVER |
3699 | P: Paul Gortmaker | 4477 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
3700 | M: p_gortmaker@yahoo.com | ||
3701 | L: linux-kernel@vger.kernel.org | ||
3702 | S: Maintained | 4478 | S: Maintained |
4479 | F: Documentation/rtc.txt | ||
4480 | F: drivers/rtc/ | ||
4481 | F: include/linux/rtc.h | ||
3703 | 4482 | ||
3704 | REAL TIME CLOCK (RTC) SUBSYSTEM | 4483 | REAL TIME CLOCK (RTC) SUBSYSTEM |
3705 | P: Alessandro Zummo | 4484 | M: Alessandro Zummo <a.zummo@towertech.it> |
3706 | M: a.zummo@towertech.it | ||
3707 | L: rtc-linux@googlegroups.com | 4485 | L: rtc-linux@googlegroups.com |
3708 | S: Maintained | 4486 | S: Maintained |
4487 | F: Documentation/rtc.txt | ||
4488 | F: drivers/rtc/ | ||
4489 | F: include/linux/rtc.h | ||
3709 | 4490 | ||
3710 | REISERFS FILE SYSTEM | 4491 | REISERFS FILE SYSTEM |
3711 | L: reiserfs-devel@vger.kernel.org | 4492 | L: reiserfs-devel@vger.kernel.org |
3712 | S: Supported | 4493 | S: Supported |
4494 | F: fs/reiserfs/ | ||
3713 | 4495 | ||
3714 | RFKILL | 4496 | RFKILL |
3715 | P: Ivo van Doorn | 4497 | M: Johannes Berg <johannes@sipsolutions.net> |
3716 | M: IvDoorn@gmail.com | 4498 | L: linux-wireless@vger.kernel.org |
3717 | L: netdev@vger.kernel.org | ||
3718 | S: Maintained | 4499 | S: Maintained |
3719 | F: net/rfkill | 4500 | F: Documentation/rfkill.txt |
4501 | F: net/rfkill/ | ||
3720 | 4502 | ||
3721 | RISCOM8 DRIVER | 4503 | RISCOM8 DRIVER |
3722 | S: Orphan | 4504 | S: Orphan |
4505 | F: Documentation/serial/riscom8.txt | ||
4506 | F: drivers/char/riscom8* | ||
3723 | 4507 | ||
3724 | ROCKETPORT DRIVER | 4508 | ROCKETPORT DRIVER |
3725 | P: Comtrol Corp. | 4509 | P: Comtrol Corp. |
3726 | W: http://www.comtrol.com | 4510 | W: http://www.comtrol.com |
3727 | S: Maintained | 4511 | S: Maintained |
4512 | F: Documentation/serial/rocket.txt | ||
4513 | F: drivers/char/rocket* | ||
3728 | 4514 | ||
3729 | ROSE NETWORK LAYER | 4515 | ROSE NETWORK LAYER |
3730 | P: Ralf Baechle | 4516 | M: Ralf Baechle <ralf@linux-mips.org> |
3731 | M: ralf@linux-mips.org | ||
3732 | L: linux-hams@vger.kernel.org | 4517 | L: linux-hams@vger.kernel.org |
3733 | W: http://www.linux-ax25.org/ | 4518 | W: http://www.linux-ax25.org/ |
3734 | S: Maintained | 4519 | S: Maintained |
4520 | F: include/linux/rose.h | ||
4521 | F: include/net/rose.h | ||
4522 | F: net/rose/ | ||
3735 | 4523 | ||
3736 | RTL8180 WIRELESS DRIVER | 4524 | RTL8180 WIRELESS DRIVER |
3737 | P: John W. Linville | 4525 | M: "John W. Linville" <linville@tuxdriver.com> |
3738 | M: linville@tuxdriver.com | ||
3739 | L: linux-wireless@vger.kernel.org | 4526 | L: linux-wireless@vger.kernel.org |
3740 | W: http://linuxwireless.org/ | 4527 | W: http://linuxwireless.org/ |
3741 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git | 4528 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
3742 | S: Maintained | 4529 | S: Maintained |
4530 | F: drivers/net/wireless/rtl818x/rtl8180* | ||
3743 | 4531 | ||
3744 | RTL8187 WIRELESS DRIVER | 4532 | RTL8187 WIRELESS DRIVER |
3745 | P: Herton Ronaldo Krzesinski | 4533 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
3746 | M: herton@mandriva.com.br | 4534 | M: Hin-Tak Leung <htl10@users.sourceforge.net> |
3747 | P: Hin-Tak Leung | 4535 | M: Larry Finger <Larry.Finger@lwfinger.net> |
3748 | M htl10@users.sourceforge.net | 4536 | L: linux-wireless@vger.kernel.org |
3749 | P: Larry Finger | 4537 | W: http://linuxwireless.org/ |
3750 | M: Larry.Finger@lwfinger.net | 4538 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
3751 | L: linux-wireless@vger.kernel.org | 4539 | S: Maintained |
3752 | W: http://linuxwireless.org/ | 4540 | F: drivers/net/wireless/rtl818x/rtl8187* |
3753 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
3754 | S: Maintained | ||
3755 | 4541 | ||
3756 | S3 SAVAGE FRAMEBUFFER DRIVER | 4542 | S3 SAVAGE FRAMEBUFFER DRIVER |
3757 | P: Antonino Daplas | 4543 | M: Antonino Daplas <adaplas@gmail.com> |
3758 | M: adaplas@gmail.com | 4544 | L: linux-fbdev@vger.kernel.org |
3759 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
3760 | S: Maintained | 4545 | S: Maintained |
4546 | F: drivers/video/savage/ | ||
3761 | 4547 | ||
3762 | S390 | 4548 | S390 |
3763 | P: Martin Schwidefsky | 4549 | M: Martin Schwidefsky <schwidefsky@de.ibm.com> |
3764 | M: schwidefsky@de.ibm.com | 4550 | M: Heiko Carstens <heiko.carstens@de.ibm.com> |
3765 | P: Heiko Carstens | ||
3766 | M: heiko.carstens@de.ibm.com | ||
3767 | M: linux390@de.ibm.com | 4551 | M: linux390@de.ibm.com |
3768 | L: linux-s390@vger.kernel.org | 4552 | L: linux-s390@vger.kernel.org |
3769 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4553 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3770 | S: Supported | 4554 | S: Supported |
4555 | F: arch/s390/ | ||
3771 | 4556 | ||
3772 | S390 NETWORK DRIVERS | 4557 | S390 NETWORK DRIVERS |
3773 | P: Ursula Braun | 4558 | M: Ursula Braun <ursula.braun@de.ibm.com> |
3774 | M: ursula.braun@de.ibm.com | 4559 | M: Frank Blaschka <blaschka@linux.vnet.ibm.com> |
3775 | P: Frank Blaschka | ||
3776 | M: blaschka@linux.vnet.ibm.com | ||
3777 | M: linux390@de.ibm.com | 4560 | M: linux390@de.ibm.com |
3778 | L: linux-s390@vger.kernel.org | 4561 | L: linux-s390@vger.kernel.org |
3779 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4562 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3780 | S: Supported | 4563 | S: Supported |
4564 | F: drivers/s390/net/ | ||
3781 | 4565 | ||
3782 | S390 ZCRYPT DRIVER | 4566 | S390 ZCRYPT DRIVER |
3783 | P: Felix Beck | 4567 | M: Felix Beck <felix.beck@de.ibm.com> |
3784 | M: felix.beck@de.ibm.com | 4568 | M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> |
3785 | P: Ralph Wuerthner | ||
3786 | M: ralph.wuerthner@de.ibm.com | ||
3787 | M: linux390@de.ibm.com | 4569 | M: linux390@de.ibm.com |
3788 | L: linux-s390@vger.kernel.org | 4570 | L: linux-s390@vger.kernel.org |
3789 | S: Supported | 4571 | S: Supported |
4572 | F: drivers/s390/crypto/ | ||
3790 | 4573 | ||
3791 | S390 ZFCP DRIVER | 4574 | S390 ZFCP DRIVER |
3792 | P: Christof Schmitt | 4575 | M: Christof Schmitt <christof.schmitt@de.ibm.com> |
3793 | M: christof.schmitt@de.ibm.com | 4576 | M: Martin Peschke <mp3@de.ibm.com> |
3794 | P: Martin Peschke | ||
3795 | M: mp3@de.ibm.com | ||
3796 | M: linux390@de.ibm.com | 4577 | M: linux390@de.ibm.com |
3797 | L: linux-s390@vger.kernel.org | 4578 | L: linux-s390@vger.kernel.org |
3798 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4579 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3799 | S: Supported | 4580 | S: Supported |
4581 | F: Documentation/s390/zfcpdump.txt | ||
4582 | F: drivers/s390/scsi/zfcp_* | ||
3800 | 4583 | ||
3801 | S390 IUCV NETWORK LAYER | 4584 | S390 IUCV NETWORK LAYER |
3802 | P: Ursula Braun | 4585 | M: Ursula Braun <ursula.braun@de.ibm.com> |
3803 | M: ursula.braun@de.ibm.com | ||
3804 | M: linux390@de.ibm.com | 4586 | M: linux390@de.ibm.com |
3805 | L: linux-s390@vger.kernel.org | 4587 | L: linux-s390@vger.kernel.org |
3806 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4588 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3807 | S: Supported | 4589 | S: Supported |
4590 | F: drivers/s390/net/*iucv* | ||
4591 | F: include/net/iucv/ | ||
4592 | F: net/iucv/ | ||
3808 | 4593 | ||
3809 | S3C24XX SD/MMC Driver | 4594 | S3C24XX SD/MMC Driver |
3810 | P: Ben Dooks | 4595 | M: Ben Dooks <ben-linux@fluff.org> |
3811 | M: ben-linux@fluff.org | 4596 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3812 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
3813 | L: linux-kernel@vger.kernel.org | ||
3814 | S: Supported | 4597 | S: Supported |
4598 | F: drivers/mmc/host/s3cmci.* | ||
3815 | 4599 | ||
3816 | SAA7146 VIDEO4LINUX-2 DRIVER | 4600 | SAA7146 VIDEO4LINUX-2 DRIVER |
3817 | P: Michael Hunold | 4601 | M: Michael Hunold <michael@mihu.de> |
3818 | M: michael@mihu.de | ||
3819 | L: linux-media@vger.kernel.org | 4602 | L: linux-media@vger.kernel.org |
3820 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
3821 | W: http://www.mihu.de/linux/saa7146 | 4604 | W: http://www.mihu.de/linux/saa7146 |
3822 | S: Maintained | 4605 | S: Maintained |
4606 | F: drivers/media/common/saa7146* | ||
4607 | F: drivers/media/video/*7146* | ||
4608 | F: include/media/*7146* | ||
3823 | 4609 | ||
3824 | SC1200 WDT DRIVER | 4610 | SC1200 WDT DRIVER |
3825 | P: Zwane Mwaikambo | 4611 | M: Zwane Mwaikambo <zwane@arm.linux.org.uk> |
3826 | M: zwane@arm.linux.org.uk | ||
3827 | S: Maintained | 4612 | S: Maintained |
4613 | F: drivers/watchdog/sc1200wdt.c | ||
3828 | 4614 | ||
3829 | SCHEDULER | 4615 | SCHEDULER |
3830 | P: Ingo Molnar | 4616 | M: Ingo Molnar <mingo@elte.hu> |
3831 | M: mingo@elte.hu | 4617 | M: Peter Zijlstra <peterz@infradead.org> |
3832 | P: Robert Love [the preemptible kernel bits] | ||
3833 | M: rml@tech9.net | ||
3834 | L: linux-kernel@vger.kernel.org | ||
3835 | S: Maintained | 4618 | S: Maintained |
4619 | F: kernel/sched* | ||
4620 | F: include/linux/sched.h | ||
4621 | |||
4622 | SCORE ARCHITECTURE | ||
4623 | M: Chen Liqin <liqin.chen@sunplusct.com> | ||
4624 | M: Lennox Wu <lennox.wu@gmail.com> | ||
4625 | W: http://www.sunplusct.com | ||
4626 | S: Supported | ||
4627 | F: arch/score/ | ||
3836 | 4628 | ||
3837 | SCSI CDROM DRIVER | 4629 | SCSI CDROM DRIVER |
3838 | P: Jens Axboe | 4630 | M: Jens Axboe <axboe@kernel.dk> |
3839 | M: axboe@kernel.dk | ||
3840 | L: linux-scsi@vger.kernel.org | 4631 | L: linux-scsi@vger.kernel.org |
3841 | W: http://www.kernel.dk | 4632 | W: http://www.kernel.dk |
3842 | S: Maintained | 4633 | S: Maintained |
4634 | F: drivers/scsi/sr* | ||
3843 | 4635 | ||
3844 | SCSI SG DRIVER | 4636 | SCSI SG DRIVER |
3845 | P: Doug Gilbert | 4637 | M: Doug Gilbert <dgilbert@interlog.com> |
3846 | M: dgilbert@interlog.com | ||
3847 | L: linux-scsi@vger.kernel.org | 4638 | L: linux-scsi@vger.kernel.org |
3848 | W: http://www.torque.net/sg | 4639 | W: http://www.torque.net/sg |
3849 | S: Maintained | 4640 | S: Maintained |
4641 | F: drivers/scsi/sg.c | ||
4642 | F: include/scsi/sg.h | ||
3850 | 4643 | ||
3851 | SCSI SUBSYSTEM | 4644 | SCSI SUBSYSTEM |
3852 | P: James E.J. Bottomley | 4645 | M: "James E.J. Bottomley" <James.Bottomley@suse.de> |
3853 | M: James.Bottomley@HansenPartnership.com | ||
3854 | L: linux-scsi@vger.kernel.org | 4646 | L: linux-scsi@vger.kernel.org |
3855 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git | 4647 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
3856 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | 4648 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git |
3857 | T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git | 4649 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git |
3858 | S: Maintained | 4650 | S: Maintained |
4651 | F: drivers/scsi/ | ||
4652 | F: include/scsi/ | ||
3859 | 4653 | ||
3860 | SCSI TAPE DRIVER | 4654 | SCSI TAPE DRIVER |
3861 | P: Kai Mäkisara | 4655 | M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> |
3862 | M: Kai.Makisara@kolumbus.fi | ||
3863 | L: linux-scsi@vger.kernel.org | 4656 | L: linux-scsi@vger.kernel.org |
3864 | S: Maintained | 4657 | S: Maintained |
4658 | F: Documentation/scsi/st.txt | ||
4659 | F: drivers/scsi/st* | ||
3865 | 4660 | ||
3866 | SCTP PROTOCOL | 4661 | SCTP PROTOCOL |
3867 | P: Vlad Yasevich | 4662 | M: Vlad Yasevich <vladislav.yasevich@hp.com> |
3868 | M: vladislav.yasevich@hp.com | 4663 | M: Sridhar Samudrala <sri@us.ibm.com> |
3869 | P: Sridhar Samudrala | ||
3870 | M: sri@us.ibm.com | ||
3871 | L: linux-sctp@vger.kernel.org | 4664 | L: linux-sctp@vger.kernel.org |
3872 | W: http://lksctp.sourceforge.net | 4665 | W: http://lksctp.sourceforge.net |
3873 | S: Supported | 4666 | S: Supported |
4667 | F: Documentation/networking/sctp.txt | ||
4668 | F: include/linux/sctp.h | ||
4669 | F: include/net/sctp/ | ||
4670 | F: net/sctp/ | ||
3874 | 4671 | ||
3875 | SCx200 CPU SUPPORT | 4672 | SCx200 CPU SUPPORT |
3876 | P: Jim Cromie | 4673 | M: Jim Cromie <jim.cromie@gmail.com> |
3877 | M: jim.cromie@gmail.com | ||
3878 | S: Odd Fixes | 4674 | S: Odd Fixes |
4675 | F: Documentation/i2c/busses/scx200_acb | ||
4676 | F: arch/x86/kernel/scx200_32.c | ||
4677 | F: drivers/watchdog/scx200_wdt.c | ||
4678 | F: drivers/i2c/busses/scx200* | ||
4679 | F: drivers/mtd/maps/scx200_docflash.c | ||
4680 | F: include/linux/scx200.h | ||
3879 | 4681 | ||
3880 | SCx200 GPIO DRIVER | 4682 | SCx200 GPIO DRIVER |
3881 | P: Jim Cromie | 4683 | M: Jim Cromie <jim.cromie@gmail.com> |
3882 | M: jim.cromie@gmail.com | ||
3883 | S: Maintained | 4684 | S: Maintained |
4685 | F: drivers/char/scx200_gpio.c | ||
4686 | F: include/linux/scx200_gpio.h | ||
3884 | 4687 | ||
3885 | SCx200 HRT CLOCKSOURCE DRIVER | 4688 | SCx200 HRT CLOCKSOURCE DRIVER |
3886 | P: Jim Cromie | 4689 | M: Jim Cromie <jim.cromie@gmail.com> |
3887 | M: jim.cromie@gmail.com | ||
3888 | S: Maintained | 4690 | S: Maintained |
4691 | F: drivers/clocksource/scx200_hrt.c | ||
3889 | 4692 | ||
3890 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER | 4693 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
3891 | P: Sascha Sommer | 4694 | M: Sascha Sommer <saschasommer@freenet.de> |
3892 | M: saschasommer@freenet.de | ||
3893 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) | 4695 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) |
3894 | S: Maintained | 4696 | S: Maintained |
4697 | F: drivers/mmc/host/sdricoh_cs.c | ||
3895 | 4698 | ||
3896 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4699 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
3897 | P: Pierre Ossman | 4700 | S: Orphan |
3898 | M: drzeus-sdhci@drzeus.cx | 4701 | L: linux-mmc@vger.kernel.org |
3899 | L: sdhci-devel@list.drzeus.cx | 4702 | F: drivers/mmc/host/sdhci.* |
4703 | |||
4704 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | ||
4705 | M: Anton Vorontsov <avorontsov@ru.mvista.com> | ||
4706 | L: linuxppc-dev@ozlabs.org | ||
4707 | L: linux-mmc@vger.kernel.org | ||
3900 | S: Maintained | 4708 | S: Maintained |
4709 | F: drivers/mmc/host/sdhci-of.* | ||
4710 | |||
4711 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | ||
4712 | M: Ben Dooks <ben-linux@fluff.org> | ||
4713 | L: linux-mmc@vger.kernel.org | ||
4714 | S: Maintained | ||
4715 | F: drivers/mmc/host/sdhci-s3c.c | ||
3901 | 4716 | ||
3902 | SECURITY SUBSYSTEM | 4717 | SECURITY SUBSYSTEM |
3903 | F: security/ | 4718 | M: James Morris <jmorris@namei.org> |
3904 | P: James Morris | ||
3905 | M: jmorris@namei.org | ||
3906 | L: linux-kernel@vger.kernel.org | ||
3907 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 4719 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
3908 | T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4720 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
3909 | W: http://security.wiki.kernel.org/ | 4721 | W: http://security.wiki.kernel.org/ |
3910 | S: Supported | 4722 | S: Supported |
4723 | F: security/ | ||
3911 | 4724 | ||
3912 | SECURITY CONTACT | 4725 | SECURITY CONTACT |
3913 | P: Security Officers | 4726 | M: Security Officers <security@kernel.org> |
3914 | M: security@kernel.org | ||
3915 | S: Supported | 4727 | S: Supported |
3916 | 4728 | ||
3917 | SELINUX SECURITY MODULE | 4729 | SELINUX SECURITY MODULE |
3918 | P: Stephen Smalley | 4730 | M: Stephen Smalley <sds@tycho.nsa.gov> |
3919 | M: sds@tycho.nsa.gov | 4731 | M: James Morris <jmorris@namei.org> |
3920 | P: James Morris | 4732 | M: Eric Paris <eparis@parisplace.org> |
3921 | M: jmorris@namei.org | 4733 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
3922 | P: Eric Paris | ||
3923 | M: eparis@parisplace.org | ||
3924 | L: linux-kernel@vger.kernel.org (kernel issues) | ||
3925 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) | ||
3926 | W: http://selinuxproject.org | 4734 | W: http://selinuxproject.org |
3927 | T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
3928 | S: Supported | 4736 | S: Supported |
4737 | F: include/linux/selinux* | ||
4738 | F: security/selinux/ | ||
3929 | 4739 | ||
3930 | SENSABLE PHANTOM | 4740 | SENSABLE PHANTOM |
3931 | P: Jiri Slaby | 4741 | M: Jiri Slaby <jirislaby@gmail.com> |
3932 | M: jirislaby@gmail.com | ||
3933 | S: Maintained | 4742 | S: Maintained |
4743 | F: drivers/misc/phantom.c | ||
4744 | F: include/linux/phantom.h | ||
3934 | 4745 | ||
3935 | SERIAL ATA (SATA) SUBSYSTEM | 4746 | SERIAL ATA (SATA) SUBSYSTEM |
3936 | P: Jeff Garzik | 4747 | M: Jeff Garzik <jgarzik@pobox.com> |
3937 | M: jgarzik@pobox.com | ||
3938 | L: linux-ide@vger.kernel.org | 4748 | L: linux-ide@vger.kernel.org |
3939 | T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | 4749 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
4750 | S: Supported | ||
4751 | F: drivers/ata/ | ||
4752 | F: include/linux/ata.h | ||
4753 | F: include/linux/libata.h | ||
4754 | |||
4755 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4756 | M: Jayamohan Kallickal <jayamohank@serverengines.com> | ||
4757 | L: linux-scsi@vger.kernel.org | ||
4758 | W: http://www.serverengines.com | ||
3940 | S: Supported | 4759 | S: Supported |
4760 | F: drivers/scsi/be2iscsi/ | ||
3941 | 4761 | ||
3942 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4762 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
3943 | P: Sathya Perla | 4763 | M: Sathya Perla <sathyap@serverengines.com> |
3944 | M: sathyap@serverengines.com | 4764 | M: Subbu Seetharaman <subbus@serverengines.com> |
3945 | P: Subbu Seetharaman | 4765 | L: netdev@vger.kernel.org |
3946 | M: subbus@serverengines.com | 4766 | W: http://www.serverengines.com |
3947 | L: netdev@vger.kernel.org | 4767 | S: Supported |
3948 | W: http://www.serverengines.com | 4768 | F: drivers/net/benet/ |
3949 | S: Supported | ||
3950 | 4769 | ||
3951 | SFC NETWORK DRIVER | 4770 | SFC NETWORK DRIVER |
3952 | P: Steve Hodgson | 4771 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
3953 | P: Ben Hutchings | 4772 | M: Steve Hodgson <shodgson@solarflare.com> |
3954 | P: Robert Stonehouse | 4773 | M: Ben Hutchings <bhutchings@solarflare.com> |
3955 | M: linux-net-drivers@solarflare.com | 4774 | L: netdev@vger.kernel.org |
3956 | S: Supported | 4775 | S: Supported |
4776 | F: drivers/net/sfc/ | ||
3957 | 4777 | ||
3958 | SGI GRU DRIVER | 4778 | SGI GRU DRIVER |
3959 | P: Jack Steiner | 4779 | M: Jack Steiner <steiner@sgi.com> |
3960 | M: steiner@sgi.com | ||
3961 | S: Maintained | 4780 | S: Maintained |
4781 | F: drivers/misc/sgi-gru/ | ||
3962 | 4782 | ||
3963 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | 4783 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER |
3964 | P: Pat Gefre | 4784 | M: Pat Gefre <pfg@sgi.com> |
3965 | M: pfg@sgi.com | ||
3966 | L: linux-ia64@vger.kernel.org | 4785 | L: linux-ia64@vger.kernel.org |
3967 | S: Supported | 4786 | S: Supported |
4787 | F: Documentation/ia64/serial.txt | ||
4788 | F: drivers/serial/ioc?_serial.c | ||
4789 | F: include/linux/ioc?.h | ||
3968 | 4790 | ||
3969 | SGI VISUAL WORKSTATION 320 AND 540 | 4791 | SGI VISUAL WORKSTATION 320 AND 540 |
3970 | P: Andrey Panin | 4792 | M: Andrey Panin <pazke@donpac.ru> |
3971 | M: pazke@donpac.ru | ||
3972 | L: linux-visws-devel@lists.sf.net | 4793 | L: linux-visws-devel@lists.sf.net |
3973 | W: http://linux-visws.sf.net | 4794 | W: http://linux-visws.sf.net |
3974 | S: Maintained for 2.6. | 4795 | S: Maintained for 2.6. |
4796 | F: Documentation/sgi-visws.txt | ||
3975 | 4797 | ||
3976 | SGI XP/XPC/XPNET DRIVER | 4798 | SGI XP/XPC/XPNET DRIVER |
3977 | P: Dean Nelson | 4799 | M: Robin Holt <holt@sgi.com> |
3978 | M: dcn@sgi.com | ||
3979 | S: Maintained | 4800 | S: Maintained |
4801 | F: drivers/misc/sgi-xp/ | ||
3980 | 4802 | ||
3981 | SHARP LH SUPPORT (LH7952X & LH7A40X) | 4803 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
3982 | P: Marc Singer | 4804 | M: Marc Singer <elf@buici.com> |
3983 | M: elf@buici.com | ||
3984 | W: http://projects.buici.com/arm | 4805 | W: http://projects.buici.com/arm |
3985 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4806 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
3986 | S: Maintained | 4807 | S: Maintained |
4808 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen | ||
4809 | F: arch/arm/mach-lh7a40x/ | ||
4810 | F: drivers/serial/serial_lh7a40x.c | ||
4811 | F: drivers/usb/gadget/lh7a40* | ||
4812 | F: drivers/usb/host/ohci-lh7a40* | ||
3987 | 4813 | ||
3988 | SHPC HOTPLUG DRIVER | 4814 | SIMPLE FIRMWARE INTERFACE (SFI) |
3989 | P: Kristen Carlson Accardi | 4815 | M: Len Brown <lenb@kernel.org> |
3990 | M: kristen.c.accardi@intel.com | 4816 | L: sfi-devel@simplefirmware.org |
3991 | L: linux-pci@vger.kernel.org | 4817 | W: http://simplefirmware.org/ |
4818 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | ||
3992 | S: Supported | 4819 | S: Supported |
4820 | F: arch/x86/kernel/*sfi* | ||
4821 | F: drivers/sfi/ | ||
4822 | F: include/linux/sfi*.h | ||
3993 | 4823 | ||
3994 | SIMTEC EB110ATX (Chalice CATS) | 4824 | SIMTEC EB110ATX (Chalice CATS) |
3995 | P: Ben Dooks | 4825 | P: Ben Dooks |
3996 | P: Vincent Sanders | 4826 | M: Vincent Sanders <support@simtec.co.uk> |
3997 | M: support@simtec.co.uk | ||
3998 | W: http://www.simtec.co.uk/products/EB110ATX/ | 4827 | W: http://www.simtec.co.uk/products/EB110ATX/ |
3999 | S: Supported | 4828 | S: Supported |
4000 | 4829 | ||
4001 | SIMTEC EB2410ITX (BAST) | 4830 | SIMTEC EB2410ITX (BAST) |
4002 | P: Ben Dooks | 4831 | P: Ben Dooks |
4003 | P: Vincent Sanders | 4832 | M: Vincent Sanders <support@simtec.co.uk> |
4004 | M: support@simtec.co.uk | ||
4005 | W: http://www.simtec.co.uk/products/EB2410ITX/ | 4833 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
4006 | S: Supported | 4834 | S: Supported |
4835 | F: arch/arm/mach-s3c2410/ | ||
4836 | F: drivers/*/*s3c2410* | ||
4837 | F: drivers/*/*/*s3c2410* | ||
4838 | |||
4839 | TI DAVINCI MACHINE SUPPORT | ||
4840 | P: Kevin Hilman | ||
4841 | M: davinci-linux-open-source@linux.davincidsp.com | ||
4842 | S: Supported | ||
4843 | F: arch/arm/mach-davinci | ||
4007 | 4844 | ||
4008 | SIS 190 ETHERNET DRIVER | 4845 | SIS 190 ETHERNET DRIVER |
4009 | P: Francois Romieu | 4846 | M: Francois Romieu <romieu@fr.zoreil.com> |
4010 | M: romieu@fr.zoreil.com | ||
4011 | L: netdev@vger.kernel.org | 4847 | L: netdev@vger.kernel.org |
4012 | S: Maintained | 4848 | S: Maintained |
4849 | F: drivers/net/sis190.c | ||
4013 | 4850 | ||
4014 | SIS 900/7016 FAST ETHERNET DRIVER | 4851 | SIS 900/7016 FAST ETHERNET DRIVER |
4015 | P: Daniele Venzano | 4852 | M: Daniele Venzano <venza@brownhat.org> |
4016 | M: venza@brownhat.org | ||
4017 | W: http://www.brownhat.org/sis900.html | 4853 | W: http://www.brownhat.org/sis900.html |
4018 | L: netdev@vger.kernel.org | 4854 | L: netdev@vger.kernel.org |
4019 | S: Maintained | 4855 | S: Maintained |
4856 | F: drivers/net/sis900.* | ||
4020 | 4857 | ||
4021 | SIS 96X I2C/SMBUS DRIVER | 4858 | SIS 96X I2C/SMBUS DRIVER |
4022 | P: Mark M. Hoffman | 4859 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
4023 | M: mhoffman@lightlink.com | ||
4024 | L: linux-i2c@vger.kernel.org | 4860 | L: linux-i2c@vger.kernel.org |
4025 | S: Maintained | 4861 | S: Maintained |
4862 | F: Documentation/i2c/busses/i2c-sis96x | ||
4863 | F: drivers/i2c/busses/i2c-sis96x.c | ||
4026 | 4864 | ||
4027 | SIS FRAMEBUFFER DRIVER | 4865 | SIS FRAMEBUFFER DRIVER |
4028 | P: Thomas Winischhofer | 4866 | M: Thomas Winischhofer <thomas@winischhofer.net> |
4029 | M: thomas@winischhofer.net | ||
4030 | W: http://www.winischhofer.net/linuxsisvga.shtml | 4867 | W: http://www.winischhofer.net/linuxsisvga.shtml |
4031 | S: Maintained | 4868 | S: Maintained |
4869 | F: Documentation/fb/sisfb.txt | ||
4870 | F: drivers/video/sis/ | ||
4871 | F: include/video/sisfb.h | ||
4032 | 4872 | ||
4033 | SIS USB2VGA DRIVER | 4873 | SIS USB2VGA DRIVER |
4034 | P: Thomas Winischhofer | 4874 | M: Thomas Winischhofer <thomas@winischhofer.net> |
4035 | M: thomas@winischhofer.net | ||
4036 | W: http://www.winischhofer.at/linuxsisusbvga.shtml | 4875 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
4037 | S: Maintained | 4876 | S: Maintained |
4877 | F: drivers/usb/misc/sisusbvga/ | ||
4038 | 4878 | ||
4039 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS | 4879 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
4040 | P: Stephen Hemminger | 4880 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
4041 | M: shemminger@linux-foundation.org | ||
4042 | L: netdev@vger.kernel.org | 4881 | L: netdev@vger.kernel.org |
4043 | S: Maintained | 4882 | S: Maintained |
4883 | F: drivers/net/skge.* | ||
4884 | F: drivers/net/sky2.* | ||
4044 | 4885 | ||
4045 | SLAB ALLOCATOR | 4886 | SLAB ALLOCATOR |
4046 | P: Christoph Lameter | 4887 | M: Christoph Lameter <cl@linux-foundation.org> |
4047 | M: cl@linux-foundation.org | 4888 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
4048 | P: Pekka Enberg | 4889 | M: Matt Mackall <mpm@selenic.com> |
4049 | M: penberg@cs.helsinki.fi | ||
4050 | P: Matt Mackall | ||
4051 | M: mpm@selenic.com | ||
4052 | L: linux-mm@kvack.org | 4890 | L: linux-mm@kvack.org |
4053 | S: Maintained | 4891 | S: Maintained |
4892 | F: include/linux/sl?b*.h | ||
4893 | F: mm/sl?b.c | ||
4054 | 4894 | ||
4055 | SMC91x ETHERNET DRIVER | 4895 | SMC91x ETHERNET DRIVER |
4056 | P: Nicolas Pitre | 4896 | M: Nicolas Pitre <nico@fluxnic.net> |
4057 | M: nico@cam.org | ||
4058 | S: Maintained | 4897 | S: Maintained |
4898 | F: drivers/net/smc91x.* | ||
4059 | 4899 | ||
4060 | SMSC47B397 HARDWARE MONITOR DRIVER | 4900 | SMSC47B397 HARDWARE MONITOR DRIVER |
4061 | P: Mark M. Hoffman | 4901 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
4062 | M: mhoffman@lightlink.com | ||
4063 | L: lm-sensors@lm-sensors.org | 4902 | L: lm-sensors@lm-sensors.org |
4064 | S: Maintained | 4903 | S: Maintained |
4904 | F: Documentation/hwmon/smsc47b397 | ||
4905 | F: drivers/hwmon/smsc47b397.c | ||
4065 | 4906 | ||
4066 | SMSC911x ETHERNET DRIVER | 4907 | SMSC911x ETHERNET DRIVER |
4067 | P: Steve Glendinning | 4908 | M: Steve Glendinning <steve.glendinning@smsc.com> |
4068 | M: steve.glendinning@smsc.com | ||
4069 | L: netdev@vger.kernel.org | 4909 | L: netdev@vger.kernel.org |
4070 | S: Supported | 4910 | S: Supported |
4911 | F: include/linux/smsc911x.h | ||
4912 | F: drivers/net/smsc911x.* | ||
4071 | 4913 | ||
4072 | SMSC9420 PCI ETHERNET DRIVER | 4914 | SMSC9420 PCI ETHERNET DRIVER |
4073 | P: Steve Glendinning | 4915 | M: Steve Glendinning <steve.glendinning@smsc.com> |
4074 | M: steve.glendinning@smsc.com | ||
4075 | L: netdev@vger.kernel.org | 4916 | L: netdev@vger.kernel.org |
4076 | S: Supported | 4917 | S: Supported |
4918 | F: drivers/net/smsc9420.* | ||
4077 | 4919 | ||
4078 | SMX UIO Interface | 4920 | SMX UIO Interface |
4079 | P: Ben Nizette | 4921 | M: Ben Nizette <bn@niasdigital.com> |
4080 | M: bn@niasdigital.com | ||
4081 | S: Maintained | 4922 | S: Maintained |
4923 | F: drivers/uio/uio_smx.c | ||
4082 | 4924 | ||
4083 | SN-IA64 (Itanium) SUB-PLATFORM | 4925 | SN-IA64 (Itanium) SUB-PLATFORM |
4084 | P: Jes Sorensen | 4926 | M: Jes Sorensen <jes@sgi.com> |
4085 | M: jes@sgi.com | ||
4086 | L: linux-altix@sgi.com | 4927 | L: linux-altix@sgi.com |
4087 | L: linux-ia64@vger.kernel.org | 4928 | L: linux-ia64@vger.kernel.org |
4088 | W: http://www.sgi.com/altix | 4929 | W: http://www.sgi.com/altix |
4089 | S: Maintained | 4930 | S: Maintained |
4931 | F: arch/ia64/sn/ | ||
4090 | 4932 | ||
4091 | SOC-CAMERA V4L2 SUBSYSTEM | 4933 | SOC-CAMERA V4L2 SUBSYSTEM |
4092 | P: Guennadi Liakhovetski | 4934 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
4093 | M: g.liakhovetski@gmx.de | ||
4094 | L: linux-media@vger.kernel.org | 4935 | L: linux-media@vger.kernel.org |
4095 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4936 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4096 | S: Maintained | 4937 | S: Maintained |
4938 | F: include/media/v4l2* | ||
4939 | F: drivers/media/video/v4l2* | ||
4097 | 4940 | ||
4098 | SOEKRIS NET48XX LED SUPPORT | 4941 | SOEKRIS NET48XX LED SUPPORT |
4099 | P: Chris Boot | 4942 | M: Chris Boot <bootc@bootc.net> |
4100 | M: bootc@bootc.net | ||
4101 | S: Maintained | 4943 | S: Maintained |
4944 | F: drivers/leds/leds-net48xx.c | ||
4102 | 4945 | ||
4103 | SOFTWARE RAID (Multiple Disks) SUPPORT | 4946 | SOFTWARE RAID (Multiple Disks) SUPPORT |
4104 | P: Neil Brown | 4947 | M: Neil Brown <neilb@suse.de> |
4105 | M: neilb@suse.de | ||
4106 | L: linux-raid@vger.kernel.org | 4948 | L: linux-raid@vger.kernel.org |
4107 | S: Supported | 4949 | S: Supported |
4950 | F: drivers/md/ | ||
4951 | F: include/linux/raid/ | ||
4108 | 4952 | ||
4109 | SONIC NETWORK DRIVER | 4953 | SONIC NETWORK DRIVER |
4110 | P: Thomas Bogendoerfer | 4954 | M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
4111 | M: tsbogend@alpha.franken.de | ||
4112 | L: netdev@vger.kernel.org | 4955 | L: netdev@vger.kernel.org |
4113 | S: Maintained | 4956 | S: Maintained |
4957 | F: drivers/net/sonic.* | ||
4114 | 4958 | ||
4115 | SONICS SILICON BACKPLANE DRIVER (SSB) | 4959 | SONICS SILICON BACKPLANE DRIVER (SSB) |
4116 | P: Michael Buesch | 4960 | M: Michael Buesch <mb@bu3sch.de> |
4117 | M: mb@bu3sch.de | ||
4118 | L: netdev@vger.kernel.org | 4961 | L: netdev@vger.kernel.org |
4119 | S: Maintained | 4962 | S: Maintained |
4963 | F: drivers/ssb/ | ||
4964 | F: include/linux/ssb/ | ||
4120 | 4965 | ||
4121 | SONY VAIO CONTROL DEVICE DRIVER | 4966 | SONY VAIO CONTROL DEVICE DRIVER |
4122 | P: Mattia Dongili | 4967 | M: Mattia Dongili <malattia@linux.it> |
4123 | M: malattia@linux.it | ||
4124 | L: linux-acpi@vger.kernel.org | 4968 | L: linux-acpi@vger.kernel.org |
4125 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | 4969 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
4126 | S: Maintained | 4970 | S: Maintained |
4971 | F: Documentation/laptops/sony-laptop.txt | ||
4972 | F: drivers/char/sonypi.c | ||
4973 | F: drivers/platform/x86/sony-laptop.c | ||
4974 | F: include/linux/sony-laptop.h | ||
4127 | 4975 | ||
4128 | SONY MEMORYSTICK CARD SUPPORT | 4976 | SONY MEMORYSTICK CARD SUPPORT |
4129 | P: Alex Dubov | 4977 | M: Alex Dubov <oakad@yahoo.com> |
4130 | M: oakad@yahoo.com | ||
4131 | L: linux-kernel@vger.kernel.org | ||
4132 | W: http://tifmxx.berlios.de/ | 4978 | W: http://tifmxx.berlios.de/ |
4133 | S: Maintained | 4979 | S: Maintained |
4980 | F: drivers/memstick/host/tifm_ms.c | ||
4134 | 4981 | ||
4135 | SOUND | 4982 | SOUND |
4136 | P: Jaroslav Kysela | 4983 | M: Jaroslav Kysela <perex@perex.cz> |
4137 | M: perex@perex.cz | 4984 | M: Takashi Iwai <tiwai@suse.de> |
4138 | P: Takashi Iwai | 4985 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
4139 | M: tiwai@suse.de | 4986 | W: http://www.alsa-project.org/ |
4140 | L: alsa-devel@alsa-project.org (subscribers-only) | 4987 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git |
4988 | T: git git://git.alsa-project.org/alsa-kernel.git | ||
4141 | S: Maintained | 4989 | S: Maintained |
4990 | F: Documentation/sound/ | ||
4991 | F: include/sound/ | ||
4992 | F: sound/ | ||
4142 | 4993 | ||
4143 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) | 4994 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
4144 | P: Liam Girdwood | 4995 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
4145 | M: lrg@slimlogic.co.uk | 4996 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
4146 | P: Mark Brown | 4997 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git |
4147 | M: broonie@opensource.wolfsonmicro.com | 4998 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
4148 | T: git opensource.wolfsonmicro.com/linux-2.6-asoc | ||
4149 | L: alsa-devel@alsa-project.org (subscribers-only) | ||
4150 | W: http://alsa-project.org/main/index.php/ASoC | 4999 | W: http://alsa-project.org/main/index.php/ASoC |
4151 | S: Supported | 5000 | S: Supported |
5001 | F: sound/soc/ | ||
5002 | F: include/sound/soc* | ||
4152 | 5003 | ||
4153 | SPARC + UltraSPARC (sparc/sparc64) | 5004 | SPARC + UltraSPARC (sparc/sparc64) |
4154 | P: David S. Miller | 5005 | M: "David S. Miller" <davem@davemloft.net> |
4155 | M: davem@davemloft.net | ||
4156 | L: sparclinux@vger.kernel.org | 5006 | L: sparclinux@vger.kernel.org |
4157 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git | 5007 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
4158 | T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | 5008 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git |
4159 | S: Maintained | 5009 | S: Maintained |
5010 | F: arch/sparc/ | ||
4160 | 5011 | ||
4161 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | 5012 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
4162 | P: Roger Wolff | 5013 | M: Roger Wolff <R.E.Wolff@BitWizard.nl> |
4163 | M: R.E.Wolff@BitWizard.nl | ||
4164 | L: linux-kernel@vger.kernel.org ? | ||
4165 | S: Supported | 5014 | S: Supported |
5015 | F: Documentation/serial/specialix.txt | ||
5016 | F: drivers/char/specialix* | ||
4166 | 5017 | ||
4167 | SPI SUBSYSTEM | 5018 | SPI SUBSYSTEM |
4168 | P: David Brownell | 5019 | M: David Brownell <dbrownell@users.sourceforge.net> |
4169 | M: dbrownell@users.sourceforge.net | ||
4170 | L: spi-devel-general@lists.sourceforge.net | 5020 | L: spi-devel-general@lists.sourceforge.net |
4171 | S: Maintained | 5021 | S: Maintained |
5022 | F: Documentation/spi/ | ||
5023 | F: drivers/spi/ | ||
5024 | F: include/linux/spi/ | ||
4172 | 5025 | ||
4173 | SPIDERNET NETWORK DRIVER for CELL | 5026 | SPIDERNET NETWORK DRIVER for CELL |
4174 | P: Ishizaki Kou | 5027 | M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> |
4175 | M: kou.ishizaki@toshiba.co.jp | 5028 | M: Jens Osterkamp <jens@de.ibm.com> |
4176 | P: Jens Osterkamp | ||
4177 | M: jens@de.ibm.com | ||
4178 | L: netdev@vger.kernel.org | 5029 | L: netdev@vger.kernel.org |
4179 | S: Supported | 5030 | S: Supported |
5031 | F: Documentation/networking/spider_net.txt | ||
5032 | F: drivers/net/spider_net* | ||
4180 | 5033 | ||
4181 | SPU FILE SYSTEM | 5034 | SPU FILE SYSTEM |
4182 | P: Jeremy Kerr | 5035 | M: Jeremy Kerr <jk@ozlabs.org> |
4183 | M: jk@ozlabs.org | ||
4184 | L: linuxppc-dev@ozlabs.org | 5036 | L: linuxppc-dev@ozlabs.org |
4185 | L: cbe-oss-dev@ozlabs.org | 5037 | L: cbe-oss-dev@ozlabs.org |
4186 | W: http://www.ibm.com/developerworks/power/cell/ | 5038 | W: http://www.ibm.com/developerworks/power/cell/ |
4187 | S: Supported | 5039 | S: Supported |
5040 | F: Documentation/filesystems/spufs.txt | ||
5041 | F: arch/powerpc/platforms/cell/spufs/ | ||
4188 | 5042 | ||
4189 | SQUASHFS FILE SYSTEM | 5043 | SQUASHFS FILE SYSTEM |
4190 | P: Phillip Lougher | 5044 | M: Phillip Lougher <phillip@lougher.demon.co.uk> |
4191 | M: phillip@lougher.demon.co.uk | ||
4192 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) | 5045 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) |
4193 | W: http://squashfs.org.uk | 5046 | W: http://squashfs.org.uk |
4194 | S: Maintained | 5047 | S: Maintained |
5048 | F: Documentation/filesystems/squashfs.txt | ||
5049 | F: fs/squashfs/ | ||
4195 | 5050 | ||
4196 | SRM (Alpha) environment access | 5051 | SRM (Alpha) environment access |
4197 | P: Jan-Benedict Glaw | 5052 | M: Jan-Benedict Glaw <jbglaw@lug-owl.de> |
4198 | M: jbglaw@lug-owl.de | ||
4199 | L: linux-kernel@vger.kernel.org | ||
4200 | S: Maintained | 5053 | S: Maintained |
5054 | F: arch/alpha/kernel/srm_env.c | ||
4201 | 5055 | ||
4202 | STABLE BRANCH | 5056 | STABLE BRANCH |
4203 | P: Greg Kroah-Hartman | 5057 | M: Greg Kroah-Hartman <greg@kroah.com> |
4204 | M: greg@kroah.com | 5058 | M: Chris Wright <chrisw@sous-sol.org> |
4205 | P: Chris Wright | ||
4206 | M: chrisw@sous-sol.org | ||
4207 | L: stable@kernel.org | 5059 | L: stable@kernel.org |
4208 | S: Maintained | 5060 | S: Maintained |
4209 | 5061 | ||
4210 | STAGING SUBSYSTEM | 5062 | STAGING SUBSYSTEM |
4211 | P: Greg Kroah-Hartman | 5063 | M: Greg Kroah-Hartman <gregkh@suse.de> |
4212 | M: gregkh@suse.de | ||
4213 | L: linux-kernel@vger.kernel.org | ||
4214 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 5064 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
5065 | L: devel@driverdev.osuosl.org | ||
4215 | S: Maintained | 5066 | S: Maintained |
5067 | F: drivers/staging/ | ||
4216 | 5068 | ||
4217 | STARFIRE/DURALAN NETWORK DRIVER | 5069 | STARFIRE/DURALAN NETWORK DRIVER |
4218 | P: Ion Badulescu | 5070 | M: Ion Badulescu <ionut@badula.org> |
4219 | M: ionut@cs.columbia.edu | 5071 | S: Odd Fixes |
4220 | S: Maintained | 5072 | F: drivers/net/starfire* |
4221 | 5073 | ||
4222 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | 5074 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER |
4223 | W: http://mosquitonet.Stanford.EDU/strip.html | ||
4224 | S: Orphan | 5075 | S: Orphan |
5076 | F: drivers/net/wireless/strip.c | ||
5077 | F: include/linux/if_strip.h | ||
4225 | 5078 | ||
4226 | STRADIS MPEG-2 DECODER DRIVER | 5079 | STRADIS MPEG-2 DECODER DRIVER |
4227 | P: Nathan Laredo | 5080 | M: Nathan Laredo <laredo@gnu.org> |
4228 | M: laredo@gnu.org | ||
4229 | W: http://www.stradis.com/ | 5081 | W: http://www.stradis.com/ |
4230 | S: Maintained | 5082 | S: Maintained |
5083 | F: drivers/media/video/stradis.c | ||
4231 | 5084 | ||
4232 | SUN3/3X | 5085 | SUN3/3X |
4233 | P: Sam Creasey | 5086 | M: Sam Creasey <sammy@sammy.net> |
4234 | M: sammy@sammy.net | ||
4235 | W: http://sammy.net/sun3/ | 5087 | W: http://sammy.net/sun3/ |
4236 | S: Maintained | 5088 | S: Maintained |
5089 | F: arch/m68k/kernel/*sun3* | ||
5090 | F: arch/m68k/sun3*/ | ||
5091 | F: arch/m68k/include/asm/sun3* | ||
4237 | 5092 | ||
4238 | SUPERH | 5093 | SUPERH |
4239 | P: Paul Mundt | 5094 | M: Paul Mundt <lethal@linux-sh.org> |
4240 | M: lethal@linux-sh.org | ||
4241 | L: linux-sh@vger.kernel.org | 5095 | L: linux-sh@vger.kernel.org |
4242 | W: http://www.linux-sh.org | 5096 | W: http://www.linux-sh.org |
4243 | T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git | 5097 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
4244 | S: Supported | 5098 | S: Supported |
5099 | F: Documentation/sh/ | ||
5100 | F: arch/sh/ | ||
5101 | F: drivers/sh/ | ||
4245 | 5102 | ||
4246 | SUSPEND TO RAM | 5103 | SUSPEND TO RAM |
4247 | P: Len Brown | 5104 | M: Len Brown <len.brown@intel.com> |
4248 | M: len.brown@intel.com | 5105 | M: Pavel Machek <pavel@ucw.cz> |
4249 | P: Pavel Machek | 5106 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
4250 | M: pavel@ucw.cz | ||
4251 | P: Rafael J. Wysocki | ||
4252 | M: rjw@sisk.pl | ||
4253 | L: linux-pm@lists.linux-foundation.org | 5107 | L: linux-pm@lists.linux-foundation.org |
4254 | S: Supported | 5108 | S: Supported |
5109 | F: Documentation/power/ | ||
5110 | F: arch/x86/kernel/acpi/ | ||
5111 | F: drivers/base/power/ | ||
5112 | F: kernel/power/ | ||
5113 | F: include/linux/suspend.h | ||
5114 | F: include/linux/freezer.h | ||
5115 | F: include/linux/pm.h | ||
4255 | 5116 | ||
4256 | SVGA HANDLING | 5117 | SVGA HANDLING |
4257 | P: Martin Mares | 5118 | M: Martin Mares <mj@ucw.cz> |
4258 | M: mj@ucw.cz | ||
4259 | L: linux-video@atrey.karlin.mff.cuni.cz | 5119 | L: linux-video@atrey.karlin.mff.cuni.cz |
4260 | S: Maintained | 5120 | S: Maintained |
5121 | F: Documentation/svga.txt | ||
5122 | F: arch/x86/boot/video* | ||
4261 | 5123 | ||
4262 | SYSV FILESYSTEM | 5124 | SYSV FILESYSTEM |
4263 | P: Christoph Hellwig | 5125 | M: Christoph Hellwig <hch@infradead.org> |
4264 | M: hch@infradead.org | ||
4265 | S: Maintained | 5126 | S: Maintained |
5127 | F: Documentation/filesystems/sysv-fs.txt | ||
5128 | F: fs/sysv/ | ||
5129 | F: include/linux/sysv_fs.h | ||
4266 | 5130 | ||
4267 | TASKSTATS STATISTICS INTERFACE | 5131 | TASKSTATS STATISTICS INTERFACE |
4268 | P: Balbir Singh | 5132 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
4269 | M: balbir@linux.vnet.ibm.com | ||
4270 | L: linux-kernel@vger.kernel.org | ||
4271 | S: Maintained | 5133 | S: Maintained |
5134 | F: Documentation/accounting/taskstats* | ||
5135 | F: include/linux/taskstats* | ||
5136 | F: kernel/taskstats.c | ||
4272 | 5137 | ||
4273 | TC CLASSIFIER | 5138 | TC CLASSIFIER |
4274 | P: Jamal Hadi Salim | 5139 | M: Jamal Hadi Salim <hadi@cyberus.ca> |
4275 | M: hadi@cyberus.ca | ||
4276 | L: netdev@vger.kernel.org | 5140 | L: netdev@vger.kernel.org |
4277 | S: Maintained | 5141 | S: Maintained |
5142 | F: include/linux/pkt_cls.h | ||
5143 | F: include/net/pkt_cls.h | ||
5144 | F: net/sched/ | ||
4278 | 5145 | ||
4279 | TCP LOW PRIORITY MODULE | 5146 | TCP LOW PRIORITY MODULE |
4280 | P: Wong Hoi Sing, Edison | 5147 | M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> |
4281 | M: hswong3i@gmail.com | 5148 | M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> |
4282 | P: Hung Hing Lun, Mike | ||
4283 | M: hlhung3i@gmail.com | ||
4284 | W: http://tcp-lp-mod.sourceforge.net/ | 5149 | W: http://tcp-lp-mod.sourceforge.net/ |
4285 | S: Maintained | 5150 | S: Maintained |
5151 | F: net/ipv4/tcp_lp.c | ||
4286 | 5152 | ||
4287 | TEHUTI ETHERNET DRIVER | 5153 | TEHUTI ETHERNET DRIVER |
4288 | P: Alexander Indenbaum | 5154 | M: Alexander Indenbaum <baum@tehutinetworks.net> |
4289 | M: baum@tehutinetworks.net | 5155 | M: Andy Gospodarek <andy@greyhouse.net> |
4290 | P: Andy Gospodarek | ||
4291 | M: andy@greyhouse.net | ||
4292 | L: netdev@vger.kernel.org | 5156 | L: netdev@vger.kernel.org |
4293 | S: Supported | 5157 | S: Supported |
5158 | F: drivers/net/tehuti* | ||
4294 | 5159 | ||
4295 | Telecom Clock Driver for MCPL0010 | 5160 | Telecom Clock Driver for MCPL0010 |
4296 | P: Mark Gross | 5161 | M: Mark Gross <mark.gross@intel.com> |
4297 | M: mark.gross@intel.com | ||
4298 | S: Supported | 5162 | S: Supported |
5163 | F: drivers/char/tlclk.c | ||
4299 | 5164 | ||
4300 | TENSILICA XTENSA PORT (xtensa) | 5165 | TENSILICA XTENSA PORT (xtensa) |
4301 | P: Chris Zankel | 5166 | M: Chris Zankel <chris@zankel.net> |
4302 | M: chris@zankel.net | ||
4303 | S: Maintained | 5167 | S: Maintained |
5168 | F: arch/xtensa/ | ||
4304 | 5169 | ||
4305 | THINKPAD ACPI EXTRAS DRIVER | 5170 | THINKPAD ACPI EXTRAS DRIVER |
4306 | P: Henrique de Moraes Holschuh | 5171 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
4307 | M: ibm-acpi@hmh.eng.br | ||
4308 | L: ibm-acpi-devel@lists.sourceforge.net | 5172 | L: ibm-acpi-devel@lists.sourceforge.net |
4309 | W: http://ibm-acpi.sourceforge.net | 5173 | W: http://ibm-acpi.sourceforge.net |
4310 | W: http://thinkwiki.org/wiki/Ibm-acpi | 5174 | W: http://thinkwiki.org/wiki/Ibm-acpi |
4311 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | 5175 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
4312 | S: Maintained | 5176 | S: Maintained |
5177 | F: drivers/platform/x86/thinkpad_acpi.c | ||
4313 | 5178 | ||
4314 | TI FLASH MEDIA INTERFACE DRIVER | 5179 | TI FLASH MEDIA INTERFACE DRIVER |
4315 | P: Alex Dubov | 5180 | M: Alex Dubov <oakad@yahoo.com> |
4316 | M: oakad@yahoo.com | ||
4317 | S: Maintained | 5181 | S: Maintained |
5182 | F: drivers/misc/tifm* | ||
5183 | F: drivers/mmc/host/tifm_sd.c | ||
5184 | F: include/linux/tifm.h | ||
4318 | 5185 | ||
4319 | TI OMAP MMC INTERFACE DRIVER | 5186 | TI TWL4030 SERIES SOC CODEC DRIVER |
4320 | P: Carlos Aguiar, Anderson Briglia and Syed Khasim | 5187 | M: Peter Ujfalusi <peter.ujfalusi@nokia.com> |
4321 | M: linux-omap@vger.kernel.org | 5188 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
4322 | W: http://linux.omap.com | ||
4323 | W: http://www.muru.com/linux/omap/ | ||
4324 | S: Maintained | ||
4325 | |||
4326 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT | ||
4327 | P: Deepak Saxena | ||
4328 | M: dsaxena@plexity.net | ||
4329 | S: Maintained | 5189 | S: Maintained |
5190 | F: sound/soc/codecs/twl4030* | ||
4330 | 5191 | ||
4331 | TIPC NETWORK LAYER | 5192 | TIPC NETWORK LAYER |
4332 | P: Per Liden | 5193 | M: Per Liden <per.liden@ericsson.com> |
4333 | M: per.liden@ericsson.com | 5194 | M: Jon Maloy <jon.maloy@ericsson.com> |
4334 | P: Jon Maloy | 5195 | M: Allan Stephens <allan.stephens@windriver.com> |
4335 | M: jon.maloy@ericsson.com | ||
4336 | P: Allan Stephens | ||
4337 | M: allan.stephens@windriver.com | ||
4338 | L: tipc-discussion@lists.sourceforge.net | 5196 | L: tipc-discussion@lists.sourceforge.net |
4339 | W: http://tipc.sourceforge.net/ | 5197 | W: http://tipc.sourceforge.net/ |
4340 | W: http://tipc.cslab.ericsson.net/ | 5198 | W: http://tipc.cslab.ericsson.net/ |
4341 | T: git tipc.cslab.ericsson.net:/pub/git/tipc.git | 5199 | T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git |
4342 | S: Maintained | 5200 | S: Maintained |
5201 | F: include/linux/tipc*.h | ||
5202 | F: include/net/tipc/ | ||
5203 | F: net/tipc/ | ||
4343 | 5204 | ||
4344 | TLAN NETWORK DRIVER | 5205 | TLAN NETWORK DRIVER |
4345 | P: Samuel Chessman | 5206 | M: Samuel Chessman <chessman@tux.org> |
4346 | M: chessman@tux.org | ||
4347 | L: tlan-devel@lists.sourceforge.net (subscribers-only) | 5207 | L: tlan-devel@lists.sourceforge.net (subscribers-only) |
4348 | W: http://sourceforge.net/projects/tlan/ | 5208 | W: http://sourceforge.net/projects/tlan/ |
4349 | S: Maintained | 5209 | S: Maintained |
5210 | F: Documentation/networking/tlan.txt | ||
5211 | F: drivers/net/tlan.* | ||
4350 | 5212 | ||
4351 | TOMOYO SECURITY MODULE | 5213 | TOMOYO SECURITY MODULE |
4352 | P: Kentaro Takeda | 5214 | M: Kentaro Takeda <takedakn@nttdata.co.jp> |
4353 | M: takedakn@nttdata.co.jp | 5215 | M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
4354 | P: Tetsuo Handa | ||
4355 | M: penguin-kernel@I-love.SAKURA.ne.jp | ||
4356 | L: linux-kernel@vger.kernel.org (kernel issues) | ||
4357 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) | 5216 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) |
4358 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) | 5217 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) |
4359 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) | 5218 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) |
4360 | W: http://tomoyo.sourceforge.jp/ | 5219 | W: http://tomoyo.sourceforge.jp/ |
4361 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ | 5220 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ |
4362 | S: Maintained | 5221 | S: Maintained |
5222 | F: security/tomoyo/ | ||
4363 | 5223 | ||
4364 | TOSHIBA ACPI EXTRAS DRIVER | 5224 | TOPSTAR LAPTOP EXTRAS DRIVER |
4365 | P: John Belmonte | 5225 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
4366 | M: toshiba_acpi@memebeam.org | ||
4367 | W: http://memebeam.org/toys/ToshibaAcpiDriver | ||
4368 | S: Maintained | 5226 | S: Maintained |
5227 | F: drivers/platform/x86/topstar-laptop.c | ||
5228 | |||
5229 | TOSHIBA ACPI EXTRAS DRIVER | ||
5230 | S: Orphan | ||
5231 | F: drivers/platform/x86/toshiba_acpi.c | ||
4369 | 5232 | ||
4370 | TOSHIBA SMM DRIVER | 5233 | TOSHIBA SMM DRIVER |
4371 | P: Jonathan Buzzard | 5234 | M: Jonathan Buzzard <jonathan@buzzard.org.uk> |
4372 | M: jonathan@buzzard.org.uk | ||
4373 | L: tlinux-users@tce.toshiba-dme.co.jp | 5235 | L: tlinux-users@tce.toshiba-dme.co.jp |
4374 | W: http://www.buzzard.org.uk/toshiba/ | 5236 | W: http://www.buzzard.org.uk/toshiba/ |
4375 | S: Maintained | 5237 | S: Maintained |
5238 | F: drivers/char/toshiba.c | ||
5239 | F: include/linux/toshiba.h | ||
5240 | |||
5241 | TMIO MMC DRIVER | ||
5242 | M: Ian Molton <ian@mnementh.co.uk> | ||
5243 | S: Maintained | ||
5244 | F: drivers/mmc/host/tmio_mmc.* | ||
5245 | |||
5246 | TMPFS (SHMEM FILESYSTEM) | ||
5247 | M: Hugh Dickins <hugh.dickins@tiscali.co.uk> | ||
5248 | L: linux-mm@kvack.org | ||
5249 | S: Maintained | ||
5250 | F: include/linux/shmem_fs.h | ||
5251 | F: mm/shmem.c | ||
4376 | 5252 | ||
4377 | TPM DEVICE DRIVER | 5253 | TPM DEVICE DRIVER |
4378 | P: Debora Velarde | 5254 | M: Debora Velarde <debora@linux.vnet.ibm.com> |
4379 | M: debora@linux.vnet.ibm.com | 5255 | M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> |
4380 | P: Rajiv Andrade | ||
4381 | M: srajiv@linux.vnet.ibm.com | ||
4382 | W: http://tpmdd.sourceforge.net | 5256 | W: http://tpmdd.sourceforge.net |
4383 | P: Marcel Selhorst | 5257 | M: Marcel Selhorst <m.selhorst@sirrix.com> |
4384 | M: m.selhorst@sirrix.com | ||
4385 | W: http://www.sirrix.com | 5258 | W: http://www.sirrix.com |
4386 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | 5259 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
4387 | S: Maintained | 5260 | S: Maintained |
5261 | F: drivers/char/tpm/ | ||
5262 | |||
5263 | TRACING | ||
5264 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5265 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5266 | M: Ingo Molnar <mingo@redhat.com> | ||
5267 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5268 | S: Maintained | ||
5269 | F: Documentation/trace/ftrace.txt | ||
5270 | F: arch/*/*/*/ftrace.h | ||
5271 | F: arch/*/kernel/ftrace.c | ||
5272 | F: include/*/ftrace.h | ||
5273 | F: include/linux/trace*.h | ||
5274 | F: include/trace/ | ||
5275 | F: kernel/trace/ | ||
4388 | 5276 | ||
4389 | TRIVIAL PATCHES | 5277 | TRIVIAL PATCHES |
4390 | P: Jiri Kosina | 5278 | M: Jiri Kosina <trivial@kernel.org> |
4391 | M: trivial@kernel.org | 5279 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
4392 | L: linux-kernel@vger.kernel.org | ||
4393 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git | ||
4394 | S: Maintained | 5280 | S: Maintained |
4395 | 5281 | ||
4396 | TTY LAYER | 5282 | TTY LAYER |
4397 | P: Alan Cox | 5283 | M: Greg Kroah-Hartman <gregkh@suse.de> |
4398 | M: alan@lxorguk.ukuu.org.uk | ||
4399 | L: linux-kernel@vger.kernel.org | ||
4400 | S: Maintained | 5284 | S: Maintained |
5285 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | ||
5286 | F: drivers/char/tty_* | ||
5287 | F: drivers/serial/serial_core.c | ||
5288 | F: include/linux/serial_core.h | ||
5289 | F: include/linux/serial.h | ||
5290 | F: include/linux/tty.h | ||
4401 | 5291 | ||
4402 | TULIP NETWORK DRIVERS | 5292 | TULIP NETWORK DRIVERS |
4403 | P: Grant Grundler | 5293 | M: Grant Grundler <grundler@parisc-linux.org> |
4404 | M: grundler@parisc-linux.org | 5294 | M: Kyle McMartin <kyle@mcmartin.ca> |
4405 | P: Kyle McMartin | ||
4406 | M: kyle@mcmartin.ca | ||
4407 | L: netdev@vger.kernel.org | 5295 | L: netdev@vger.kernel.org |
4408 | S: Maintained | 5296 | S: Maintained |
5297 | F: drivers/net/tulip/ | ||
4409 | 5298 | ||
4410 | TUN/TAP driver | 5299 | TUN/TAP driver |
4411 | P: Maxim Krasnyansky | 5300 | M: Maxim Krasnyansky <maxk@qualcomm.com> |
4412 | M: maxk@qualcomm.com | ||
4413 | L: vtun@office.satix.net | 5301 | L: vtun@office.satix.net |
4414 | W: http://vtun.sourceforge.net/tun | 5302 | W: http://vtun.sourceforge.net/tun |
4415 | S: Maintained | 5303 | S: Maintained |
5304 | F: Documentation/networking/tuntap.txt | ||
5305 | F: arch/um/os-Linux/drivers/ | ||
4416 | 5306 | ||
4417 | TURBOCHANNEL SUBSYSTEM | 5307 | TURBOCHANNEL SUBSYSTEM |
4418 | P: Maciej W. Rozycki | 5308 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
4419 | M: macro@linux-mips.org | ||
4420 | S: Maintained | 5309 | S: Maintained |
5310 | F: drivers/tc/ | ||
5311 | F: include/linux/tc.h | ||
4421 | 5312 | ||
4422 | U14-34F SCSI DRIVER | 5313 | U14-34F SCSI DRIVER |
4423 | P: Dario Ballabio | 5314 | M: Dario Ballabio <ballabio_dario@emc.com> |
4424 | M: ballabio_dario@emc.com | ||
4425 | L: linux-scsi@vger.kernel.org | 5315 | L: linux-scsi@vger.kernel.org |
4426 | S: Maintained | 5316 | S: Maintained |
5317 | F: drivers/scsi/u14-34f.c | ||
4427 | 5318 | ||
4428 | UBI FILE SYSTEM (UBIFS) | 5319 | UBI FILE SYSTEM (UBIFS) |
4429 | P: Artem Bityutskiy | 5320 | M: Artem Bityutskiy <dedekind@infradead.org> |
4430 | M: dedekind@infradead.org | 5321 | M: Adrian Hunter <adrian.hunter@nokia.com> |
4431 | P: Adrian Hunter | ||
4432 | M: ext-adrian.hunter@nokia.com | ||
4433 | L: linux-mtd@lists.infradead.org | 5322 | L: linux-mtd@lists.infradead.org |
4434 | T: git git://git.infradead.org/ubifs-2.6.git | 5323 | T: git git://git.infradead.org/ubifs-2.6.git |
4435 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html | 5324 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
4436 | S: Maintained | 5325 | S: Maintained |
5326 | F: Documentation/filesystems/ubifs.txt | ||
5327 | F: fs/ubifs/ | ||
4437 | 5328 | ||
4438 | UCLINUX (AND M68KNOMMU) | 5329 | UCLINUX (AND M68KNOMMU) |
4439 | P: Greg Ungerer | 5330 | M: Greg Ungerer <gerg@uclinux.org> |
4440 | M: gerg@uclinux.org | ||
4441 | W: http://www.uclinux.org/ | 5331 | W: http://www.uclinux.org/ |
4442 | L: uclinux-dev@uclinux.org (subscribers-only) | 5332 | L: uclinux-dev@uclinux.org (subscribers-only) |
4443 | S: Maintained | 5333 | S: Maintained |
5334 | F: arch/m68knommu/ | ||
4444 | 5335 | ||
4445 | UCLINUX FOR RENESAS H8/300 | 5336 | UCLINUX FOR RENESAS H8/300 (H8300) |
4446 | P: Yoshinori Sato | 5337 | M: Yoshinori Sato <ysato@users.sourceforge.jp> |
4447 | M: ysato@users.sourceforge.jp | ||
4448 | W: http://uclinux-h8.sourceforge.jp/ | 5338 | W: http://uclinux-h8.sourceforge.jp/ |
4449 | S: Supported | 5339 | S: Supported |
4450 | 5340 | ||
4451 | UDF FILESYSTEM | 5341 | UDF FILESYSTEM |
4452 | P: Jan Kara | 5342 | M: Jan Kara <jack@suse.cz> |
4453 | M: jack@suse.cz | ||
4454 | W: http://linux-udf.sourceforge.net | 5343 | W: http://linux-udf.sourceforge.net |
4455 | S: Maintained | 5344 | S: Maintained |
5345 | F: Documentation/filesystems/udf.txt | ||
5346 | F: fs/udf/ | ||
4456 | 5347 | ||
4457 | UFS FILESYSTEM | 5348 | UFS FILESYSTEM |
4458 | P: Evgeniy Dushistov | 5349 | M: Evgeniy Dushistov <dushistov@mail.ru> |
4459 | M: dushistov@mail.ru | ||
4460 | L: linux-kernel@vger.kernel.org | ||
4461 | S: Maintained | 5350 | S: Maintained |
5351 | F: Documentation/filesystems/ufs.txt | ||
5352 | F: fs/ufs/ | ||
4462 | 5353 | ||
4463 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: | 5354 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
4464 | P: David Vrabel | 5355 | M: David Vrabel <david.vrabel@csr.com> |
4465 | M: david.vrabel@csr.com | ||
4466 | L: linux-usb@vger.kernel.org | 5356 | L: linux-usb@vger.kernel.org |
4467 | S: Supported | 5357 | S: Supported |
5358 | F: drivers/uwb/* | ||
5359 | F: include/linux/uwb.h | ||
5360 | F: include/linux/uwb/ | ||
4468 | 5361 | ||
4469 | UNIFORM CDROM DRIVER | 5362 | UNIFORM CDROM DRIVER |
4470 | P: Jens Axboe | 5363 | M: Jens Axboe <axboe@kernel.dk> |
4471 | M: axboe@kernel.dk | ||
4472 | L: linux-kernel@vger.kernel.org | ||
4473 | W: http://www.kernel.dk | 5364 | W: http://www.kernel.dk |
4474 | S: Maintained | 5365 | S: Maintained |
5366 | F: Documentation/cdrom/ | ||
5367 | F: drivers/cdrom/cdrom.c | ||
5368 | F: include/linux/cdrom.h | ||
4475 | 5369 | ||
4476 | UNSORTED BLOCK IMAGES (UBI) | 5370 | UNSORTED BLOCK IMAGES (UBI) |
4477 | P: Artem Bityutskiy | 5371 | M: Artem Bityutskiy <dedekind@infradead.org> |
4478 | M: dedekind@infradead.org | ||
4479 | W: http://www.linux-mtd.infradead.org/ | 5372 | W: http://www.linux-mtd.infradead.org/ |
4480 | L: linux-mtd@lists.infradead.org | 5373 | L: linux-mtd@lists.infradead.org |
4481 | T: git git://git.infradead.org/ubi-2.6.git | 5374 | T: git git://git.infradead.org/ubi-2.6.git |
4482 | S: Maintained | 5375 | S: Maintained |
5376 | F: drivers/mtd/ubi/ | ||
5377 | F: include/linux/mtd/ubi.h | ||
5378 | F: include/mtd/ubi-user.h | ||
4483 | 5379 | ||
4484 | USB ACM DRIVER | 5380 | USB ACM DRIVER |
4485 | P: Oliver Neukum | 5381 | M: Oliver Neukum <oliver@neukum.name> |
4486 | M: oliver@neukum.name | ||
4487 | L: linux-usb@vger.kernel.org | 5382 | L: linux-usb@vger.kernel.org |
4488 | S: Maintained | 5383 | S: Maintained |
5384 | F: Documentation/usb/acm.txt | ||
5385 | F: drivers/usb/class/cdc-acm.* | ||
4489 | 5386 | ||
4490 | USB BLOCK DRIVER (UB ub) | 5387 | USB BLOCK DRIVER (UB ub) |
4491 | P: Pete Zaitcev | 5388 | M: Pete Zaitcev <zaitcev@redhat.com> |
4492 | M: zaitcev@redhat.com | ||
4493 | L: linux-kernel@vger.kernel.org | ||
4494 | L: linux-usb@vger.kernel.org | 5389 | L: linux-usb@vger.kernel.org |
4495 | S: Supported | 5390 | S: Supported |
5391 | F: drivers/block/ub.c | ||
4496 | 5392 | ||
4497 | USB CDC ETHERNET DRIVER | 5393 | USB CDC ETHERNET DRIVER |
4498 | P: Greg Kroah-Hartman | 5394 | M: Greg Kroah-Hartman <greg@kroah.com> |
4499 | M: greg@kroah.com | ||
4500 | L: linux-usb@vger.kernel.org | 5395 | L: linux-usb@vger.kernel.org |
4501 | S: Maintained | 5396 | S: Maintained |
4502 | W: http://www.kroah.com/linux-usb/ | 5397 | W: http://www.kroah.com/linux-usb/ |
5398 | F: drivers/net/usb/cdc_*.c | ||
5399 | F: include/linux/usb/cdc.h | ||
4503 | 5400 | ||
4504 | USB CYPRESS C67X00 DRIVER | 5401 | USB CYPRESS C67X00 DRIVER |
4505 | P: Peter Korsgaard | 5402 | M: Peter Korsgaard <jacmet@sunsite.dk> |
4506 | M: jacmet@sunsite.dk | ||
4507 | L: linux-usb@vger.kernel.org | 5403 | L: linux-usb@vger.kernel.org |
4508 | S: Maintained | 5404 | S: Maintained |
5405 | F: drivers/usb/c67x00/ | ||
4509 | 5406 | ||
4510 | USB DAVICOM DM9601 DRIVER | 5407 | USB DAVICOM DM9601 DRIVER |
4511 | P: Peter Korsgaard | 5408 | M: Peter Korsgaard <jacmet@sunsite.dk> |
4512 | M: jacmet@sunsite.dk | ||
4513 | L: netdev@vger.kernel.org | 5409 | L: netdev@vger.kernel.org |
4514 | W: http://www.linux-usb.org/usbnet | 5410 | W: http://www.linux-usb.org/usbnet |
4515 | S: Maintained | 5411 | S: Maintained |
5412 | F: drivers/net/usb/dm9601.c | ||
4516 | 5413 | ||
4517 | USB DIAMOND RIO500 DRIVER | 5414 | USB DIAMOND RIO500 DRIVER |
4518 | P: Cesar Miquel | 5415 | M: Cesar Miquel <miquel@df.uba.ar> |
4519 | M: miquel@df.uba.ar | ||
4520 | L: rio500-users@lists.sourceforge.net | 5416 | L: rio500-users@lists.sourceforge.net |
4521 | W: http://rio500.sourceforge.net | 5417 | W: http://rio500.sourceforge.net |
4522 | S: Maintained | 5418 | S: Maintained |
5419 | F: drivers/usb/misc/rio500* | ||
4523 | 5420 | ||
4524 | USB EHCI DRIVER | 5421 | USB EHCI DRIVER |
4525 | P: David Brownell | 5422 | M: David Brownell <dbrownell@users.sourceforge.net> |
4526 | M: dbrownell@users.sourceforge.net | ||
4527 | L: linux-usb@vger.kernel.org | 5423 | L: linux-usb@vger.kernel.org |
4528 | S: Odd Fixes | 5424 | S: Odd Fixes |
5425 | F: Documentation/usb/ehci.txt | ||
5426 | F: drivers/usb/host/ehci* | ||
4529 | 5427 | ||
4530 | USB ET61X[12]51 DRIVER | 5428 | USB ET61X[12]51 DRIVER |
4531 | P: Luca Risolia | 5429 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
4532 | M: luca.risolia@studio.unibo.it | ||
4533 | L: linux-usb@vger.kernel.org | 5430 | L: linux-usb@vger.kernel.org |
4534 | L: linux-media@vger.kernel.org | 5431 | L: linux-media@vger.kernel.org |
4535 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5432 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4536 | W: http://www.linux-projects.org | 5433 | W: http://www.linux-projects.org |
4537 | S: Maintained | 5434 | S: Maintained |
5435 | F: drivers/media/video/et61x251/ | ||
4538 | 5436 | ||
4539 | USB GADGET/PERIPHERAL SUBSYSTEM | 5437 | USB GADGET/PERIPHERAL SUBSYSTEM |
4540 | P: David Brownell | 5438 | M: David Brownell <dbrownell@users.sourceforge.net> |
4541 | M: dbrownell@users.sourceforge.net | ||
4542 | L: linux-usb@vger.kernel.org | 5439 | L: linux-usb@vger.kernel.org |
4543 | W: http://www.linux-usb.org/gadget | 5440 | W: http://www.linux-usb.org/gadget |
4544 | S: Maintained | 5441 | S: Maintained |
5442 | F: drivers/usb/gadget/ | ||
5443 | F: include/linux/usb/gadget* | ||
4545 | 5444 | ||
4546 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) | 5445 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
4547 | P: Jiri Kosina | 5446 | M: Jiri Kosina <jkosina@suse.cz> |
4548 | M: jkosina@suse.cz | ||
4549 | L: linux-usb@vger.kernel.org | 5447 | L: linux-usb@vger.kernel.org |
4550 | T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git | 5448 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
4551 | S: Maintained | 5449 | S: Maintained |
5450 | F: Documentation/usb/hiddev.txt | ||
5451 | F: drivers/hid/usbhid/ | ||
4552 | 5452 | ||
4553 | USB ISP116X DRIVER | 5453 | USB ISP116X DRIVER |
4554 | P: Olav Kongas | 5454 | M: Olav Kongas <ok@artecdesign.ee> |
4555 | M: ok@artecdesign.ee | ||
4556 | L: linux-usb@vger.kernel.org | 5455 | L: linux-usb@vger.kernel.org |
4557 | S: Maintained | 5456 | S: Maintained |
5457 | F: drivers/usb/host/isp116x* | ||
5458 | F: include/linux/usb/isp116x.h | ||
4558 | 5459 | ||
4559 | USB KAWASAKI LSI DRIVER | 5460 | USB KAWASAKI LSI DRIVER |
4560 | P: Oliver Neukum | 5461 | M: Oliver Neukum <oliver@neukum.name> |
4561 | M: oliver@neukum.name | ||
4562 | L: linux-usb@vger.kernel.org | 5462 | L: linux-usb@vger.kernel.org |
4563 | S: Maintained | 5463 | S: Maintained |
5464 | F: drivers/usb/serial/kl5kusb105.* | ||
4564 | 5465 | ||
4565 | USB MASS STORAGE DRIVER | 5466 | USB MASS STORAGE DRIVER |
4566 | P: Matthew Dharm | 5467 | M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> |
4567 | M: mdharm-usb@one-eyed-alien.net | ||
4568 | L: linux-usb@vger.kernel.org | 5468 | L: linux-usb@vger.kernel.org |
4569 | L: usb-storage@lists.one-eyed-alien.net | 5469 | L: usb-storage@lists.one-eyed-alien.net |
4570 | S: Maintained | 5470 | S: Maintained |
4571 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ | 5471 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ |
5472 | F: drivers/usb/storage/ | ||
4572 | 5473 | ||
4573 | USB OHCI DRIVER | 5474 | USB OHCI DRIVER |
4574 | P: David Brownell | 5475 | M: David Brownell <dbrownell@users.sourceforge.net> |
4575 | M: dbrownell@users.sourceforge.net | ||
4576 | L: linux-usb@vger.kernel.org | 5476 | L: linux-usb@vger.kernel.org |
4577 | S: Odd Fixes | 5477 | S: Odd Fixes |
5478 | F: Documentation/usb/ohci.txt | ||
5479 | F: drivers/usb/host/ohci* | ||
4578 | 5480 | ||
4579 | USB OPTION-CARD DRIVER | 5481 | USB OPTION-CARD DRIVER |
4580 | P: Matthias Urlichs | 5482 | M: Matthias Urlichs <smurf@smurf.noris.de> |
4581 | M: smurf@smurf.noris.de | ||
4582 | L: linux-usb@vger.kernel.org | 5483 | L: linux-usb@vger.kernel.org |
4583 | S: Maintained | 5484 | S: Maintained |
5485 | F: drivers/usb/serial/option.c | ||
4584 | 5486 | ||
4585 | USB OV511 DRIVER | 5487 | USB OV511 DRIVER |
4586 | P: Mark McClelland | 5488 | M: Mark McClelland <mmcclell@bigfoot.com> |
4587 | M: mmcclell@bigfoot.com | ||
4588 | L: linux-usb@vger.kernel.org | 5489 | L: linux-usb@vger.kernel.org |
4589 | W: http://alpha.dyndns.org/ov511/ | 5490 | W: http://alpha.dyndns.org/ov511/ |
4590 | S: Maintained | 5491 | S: Maintained |
5492 | F: drivers/media/video/ov511.* | ||
4591 | 5493 | ||
4592 | USB PEGASUS DRIVER | 5494 | USB PEGASUS DRIVER |
4593 | P: Petko Manolov | 5495 | M: Petko Manolov <petkan@users.sourceforge.net> |
4594 | M: petkan@users.sourceforge.net | ||
4595 | L: linux-usb@vger.kernel.org | 5496 | L: linux-usb@vger.kernel.org |
4596 | L: netdev@vger.kernel.org | 5497 | L: netdev@vger.kernel.org |
4597 | W: http://pegasus2.sourceforge.net/ | 5498 | W: http://pegasus2.sourceforge.net/ |
4598 | S: Maintained | 5499 | S: Maintained |
5500 | F: drivers/net/usb/pegasus.* | ||
4599 | 5501 | ||
4600 | USB PRINTER DRIVER (usblp) | 5502 | USB PRINTER DRIVER (usblp) |
4601 | P: Pete Zaitcev | 5503 | M: Pete Zaitcev <zaitcev@redhat.com> |
4602 | M: zaitcev@redhat.com | ||
4603 | L: linux-usb@vger.kernel.org | 5504 | L: linux-usb@vger.kernel.org |
4604 | S: Supported | 5505 | S: Supported |
5506 | F: drivers/usb/class/usblp.c | ||
4605 | 5507 | ||
4606 | USB RTL8150 DRIVER | 5508 | USB RTL8150 DRIVER |
4607 | P: Petko Manolov | 5509 | M: Petko Manolov <petkan@users.sourceforge.net> |
4608 | M: petkan@users.sourceforge.net | ||
4609 | L: linux-usb@vger.kernel.org | 5510 | L: linux-usb@vger.kernel.org |
4610 | L: netdev@vger.kernel.org | 5511 | L: netdev@vger.kernel.org |
4611 | W: http://pegasus2.sourceforge.net/ | 5512 | W: http://pegasus2.sourceforge.net/ |
4612 | S: Maintained | 5513 | S: Maintained |
5514 | F: drivers/net/usb/rtl8150.c | ||
4613 | 5515 | ||
4614 | USB SE401 DRIVER | 5516 | USB SE401 DRIVER |
4615 | P: Jeroen Vreeken | 5517 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
4616 | M: pe1rxq@amsat.org | ||
4617 | L: linux-usb@vger.kernel.org | 5518 | L: linux-usb@vger.kernel.org |
4618 | W: http://www.chello.nl/~j.vreeken/se401/ | 5519 | W: http://www.chello.nl/~j.vreeken/se401/ |
4619 | S: Maintained | 5520 | S: Maintained |
5521 | F: Documentation/video4linux/se401.txt | ||
5522 | F: drivers/media/video/se401.* | ||
4620 | 5523 | ||
4621 | USB SERIAL BELKIN F5U103 DRIVER | 5524 | USB SERIAL BELKIN F5U103 DRIVER |
4622 | P: William Greathouse | 5525 | M: William Greathouse <wgreathouse@smva.com> |
4623 | M: wgreathouse@smva.com | ||
4624 | L: linux-usb@vger.kernel.org | 5526 | L: linux-usb@vger.kernel.org |
4625 | S: Maintained | 5527 | S: Maintained |
5528 | F: drivers/usb/serial/belkin_sa.* | ||
4626 | 5529 | ||
4627 | USB SERIAL CYPRESS M8 DRIVER | 5530 | USB SERIAL CYPRESS M8 DRIVER |
4628 | P: Lonnie Mendez | 5531 | M: Lonnie Mendez <dignome@gmail.com> |
4629 | M: dignome@gmail.com | ||
4630 | L: linux-usb@vger.kernel.org | 5532 | L: linux-usb@vger.kernel.org |
4631 | S: Maintained | 5533 | S: Maintained |
4632 | W: http://geocities.com/i0xox0i | 5534 | W: http://geocities.com/i0xox0i |
4633 | W: http://firstlight.net/cvs | 5535 | W: http://firstlight.net/cvs |
5536 | F: drivers/usb/serial/cypress_m8.* | ||
4634 | 5537 | ||
4635 | USB SERIAL CYBERJACK DRIVER | 5538 | USB SERIAL CYBERJACK DRIVER |
4636 | P: Matthias Bruestle and Harald Welte | 5539 | M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> |
4637 | M: support@reiner-sct.com | ||
4638 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php | 5540 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
4639 | S: Maintained | 5541 | S: Maintained |
5542 | F: drivers/usb/serial/cyberjack.c | ||
4640 | 5543 | ||
4641 | USB SERIAL DIGI ACCELEPORT DRIVER | 5544 | USB SERIAL DIGI ACCELEPORT DRIVER |
4642 | P: Peter Berger and Al Borchers | 5545 | M: Peter Berger <pberger@brimson.com> |
4643 | M: pberger@brimson.com | 5546 | M: Al Borchers <alborchers@steinerpoint.com> |
4644 | M: alborchers@steinerpoint.com | ||
4645 | L: linux-usb@vger.kernel.org | 5547 | L: linux-usb@vger.kernel.org |
4646 | S: Maintained | 5548 | S: Maintained |
5549 | F: drivers/usb/serial/digi_acceleport.c | ||
4647 | 5550 | ||
4648 | USB SERIAL DRIVER | 5551 | USB SERIAL DRIVER |
4649 | P: Greg Kroah-Hartman | 5552 | M: Greg Kroah-Hartman <gregkh@suse.de> |
4650 | M: gregkh@suse.de | ||
4651 | L: linux-usb@vger.kernel.org | 5553 | L: linux-usb@vger.kernel.org |
4652 | S: Supported | 5554 | S: Supported |
5555 | F: Documentation/usb/usb-serial.txt | ||
5556 | F: drivers/usb/serial/generic.c | ||
5557 | F: drivers/usb/serial/usb-serial.c | ||
5558 | F: include/linux/usb/serial.h | ||
4653 | 5559 | ||
4654 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER | 5560 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
4655 | P: Gary Brubaker | 5561 | M: Gary Brubaker <xavyer@ix.netcom.com> |
4656 | M: xavyer@ix.netcom.com | ||
4657 | L: linux-usb@vger.kernel.org | 5562 | L: linux-usb@vger.kernel.org |
4658 | S: Maintained | 5563 | S: Maintained |
5564 | F: drivers/usb/serial/empeg.c | ||
4659 | 5565 | ||
4660 | USB SERIAL KEYSPAN DRIVER | 5566 | USB SERIAL KEYSPAN DRIVER |
4661 | P: Greg Kroah-Hartman | 5567 | M: Greg Kroah-Hartman <greg@kroah.com> |
4662 | M: greg@kroah.com | ||
4663 | L: linux-usb@vger.kernel.org | 5568 | L: linux-usb@vger.kernel.org |
4664 | W: http://www.kroah.com/linux/ | 5569 | W: http://www.kroah.com/linux/ |
4665 | S: Maintained | 5570 | S: Maintained |
5571 | F: drivers/usb/serial/*keyspan* | ||
4666 | 5572 | ||
4667 | USB SERIAL WHITEHEAT DRIVER | 5573 | USB SERIAL WHITEHEAT DRIVER |
4668 | P: Support Department | 5574 | M: Support Department <support@connecttech.com> |
4669 | M: support@connecttech.com | ||
4670 | L: linux-usb@vger.kernel.org | 5575 | L: linux-usb@vger.kernel.org |
4671 | W: http://www.connecttech.com | 5576 | W: http://www.connecttech.com |
4672 | S: Supported | 5577 | S: Supported |
5578 | F: drivers/usb/serial/whiteheat* | ||
4673 | 5579 | ||
4674 | USB SMSC95XX ETHERNET DRIVER | 5580 | USB SMSC95XX ETHERNET DRIVER |
4675 | P: Steve Glendinning | 5581 | M: Steve Glendinning <steve.glendinning@smsc.com> |
4676 | M: steve.glendinning@smsc.com | ||
4677 | L: netdev@vger.kernel.org | 5582 | L: netdev@vger.kernel.org |
4678 | S: Supported | 5583 | S: Supported |
5584 | F: drivers/net/usb/smsc95xx.* | ||
4679 | 5585 | ||
4680 | USB SN9C1xx DRIVER | 5586 | USB SN9C1xx DRIVER |
4681 | P: Luca Risolia | 5587 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
4682 | M: luca.risolia@studio.unibo.it | ||
4683 | L: linux-usb@vger.kernel.org | 5588 | L: linux-usb@vger.kernel.org |
4684 | L: linux-media@vger.kernel.org | 5589 | L: linux-media@vger.kernel.org |
4685 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5590 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4686 | W: http://www.linux-projects.org | 5591 | W: http://www.linux-projects.org |
4687 | S: Maintained | 5592 | S: Maintained |
5593 | F: Documentation/video4linux/sn9c102.txt | ||
5594 | F: drivers/media/video/sn9c102/ | ||
4688 | 5595 | ||
4689 | USB SUBSYSTEM | 5596 | USB SUBSYSTEM |
4690 | P: Greg Kroah-Hartman | 5597 | M: Greg Kroah-Hartman <gregkh@suse.de> |
4691 | M: gregkh@suse.de | ||
4692 | L: linux-usb@vger.kernel.org | 5598 | L: linux-usb@vger.kernel.org |
4693 | W: http://www.linux-usb.org | 5599 | W: http://www.linux-usb.org |
4694 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 5600 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
4695 | S: Supported | 5601 | S: Supported |
5602 | F: Documentation/usb/ | ||
5603 | F: drivers/net/usb/ | ||
5604 | F: drivers/usb/ | ||
5605 | F: include/linux/usb.h | ||
5606 | F: include/linux/usb/ | ||
4696 | 5607 | ||
4697 | USB UHCI DRIVER | 5608 | USB UHCI DRIVER |
4698 | P: Alan Stern | 5609 | M: Alan Stern <stern@rowland.harvard.edu> |
4699 | M: stern@rowland.harvard.edu | ||
4700 | L: linux-usb@vger.kernel.org | 5610 | L: linux-usb@vger.kernel.org |
4701 | S: Maintained | 5611 | S: Maintained |
5612 | F: drivers/usb/host/uhci* | ||
4702 | 5613 | ||
4703 | USB "USBNET" DRIVER FRAMEWORK | 5614 | USB "USBNET" DRIVER FRAMEWORK |
4704 | P: David Brownell | 5615 | M: David Brownell <dbrownell@users.sourceforge.net> |
4705 | M: dbrownell@users.sourceforge.net | ||
4706 | L: netdev@vger.kernel.org | 5616 | L: netdev@vger.kernel.org |
4707 | W: http://www.linux-usb.org/usbnet | 5617 | W: http://www.linux-usb.org/usbnet |
4708 | S: Maintained | 5618 | S: Maintained |
5619 | F: drivers/net/usb/usbnet.c | ||
5620 | F: include/linux/usb/usbnet.h | ||
4709 | 5621 | ||
4710 | USB VIDEO CLASS | 5622 | USB VIDEO CLASS |
4711 | P: Laurent Pinchart | 5623 | M: Laurent Pinchart <laurent.pinchart@skynet.be> |
4712 | M: laurent.pinchart@skynet.be | ||
4713 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) | 5624 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) |
4714 | L: linux-media@vger.kernel.org | 5625 | L: linux-media@vger.kernel.org |
4715 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5626 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4716 | W: http://linux-uvc.berlios.de | 5627 | W: http://linux-uvc.berlios.de |
4717 | S: Maintained | 5628 | S: Maintained |
5629 | F: drivers/media/video/uvc/ | ||
4718 | 5630 | ||
4719 | USB W996[87]CF DRIVER | 5631 | USB W996[87]CF DRIVER |
4720 | P: Luca Risolia | 5632 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
4721 | M: luca.risolia@studio.unibo.it | ||
4722 | L: linux-usb@vger.kernel.org | 5633 | L: linux-usb@vger.kernel.org |
4723 | L: linux-media@vger.kernel.org | 5634 | L: linux-media@vger.kernel.org |
4724 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5635 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4725 | W: http://www.linux-projects.org | 5636 | W: http://www.linux-projects.org |
4726 | S: Maintained | 5637 | S: Maintained |
5638 | F: Documentation/video4linux/w9968cf.txt | ||
5639 | F: drivers/media/video/w996* | ||
4727 | 5640 | ||
4728 | USB WIRELESS RNDIS DRIVER (rndis_wlan) | 5641 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
4729 | P: Jussi Kivilinna | 5642 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> |
4730 | M: jussi.kivilinna@mbnet.fi | ||
4731 | L: linux-wireless@vger.kernel.org | 5643 | L: linux-wireless@vger.kernel.org |
4732 | S: Maintained | 5644 | S: Maintained |
5645 | F: drivers/net/wireless/rndis_wlan.c | ||
5646 | |||
5647 | USB XHCI DRIVER | ||
5648 | M: Sarah Sharp <sarah.a.sharp@intel.com> | ||
5649 | L: linux-usb@vger.kernel.org | ||
5650 | S: Supported | ||
4733 | 5651 | ||
4734 | USB ZC0301 DRIVER | 5652 | USB ZC0301 DRIVER |
4735 | P: Luca Risolia | 5653 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
4736 | M: luca.risolia@studio.unibo.it | ||
4737 | L: linux-usb@vger.kernel.org | 5654 | L: linux-usb@vger.kernel.org |
4738 | L: linux-media@vger.kernel.org | 5655 | L: linux-media@vger.kernel.org |
4739 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5656 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4740 | W: http://www.linux-projects.org | 5657 | W: http://www.linux-projects.org |
4741 | S: Maintained | 5658 | S: Maintained |
5659 | F: Documentation/video4linux/zc0301.txt | ||
5660 | F: drivers/media/video/zc0301/ | ||
4742 | 5661 | ||
4743 | USB ZD1201 DRIVER | 5662 | USB ZD1201 DRIVER |
4744 | P: Jeroen Vreeken | 5663 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
4745 | M: pe1rxq@amsat.org | ||
4746 | L: linux-usb@vger.kernel.org | 5664 | L: linux-usb@vger.kernel.org |
4747 | W: http://linux-lc100020.sourceforge.net | 5665 | W: http://linux-lc100020.sourceforge.net |
4748 | S: Maintained | 5666 | S: Maintained |
5667 | F: drivers/net/wireless/zd1201.* | ||
4749 | 5668 | ||
4750 | USB ZR364XX DRIVER | 5669 | USB ZR364XX DRIVER |
4751 | P: Antoine Jacquet | 5670 | M: Antoine Jacquet <royale@zerezo.com> |
4752 | M: royale@zerezo.com | ||
4753 | L: linux-usb@vger.kernel.org | 5671 | L: linux-usb@vger.kernel.org |
4754 | L: linux-media@vger.kernel.org | 5672 | L: linux-media@vger.kernel.org |
4755 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5673 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
4756 | W: http://royale.zerezo.com/zr364xx/ | 5674 | W: http://royale.zerezo.com/zr364xx/ |
4757 | S: Maintained | 5675 | S: Maintained |
5676 | F: Documentation/video4linux/zr364xx.txt | ||
5677 | F: drivers/media/video/zr364xx.c | ||
4758 | 5678 | ||
4759 | USER-MODE LINUX (UML) | 5679 | USER-MODE LINUX (UML) |
4760 | P: Jeff Dike | 5680 | M: Jeff Dike <jdike@addtoit.com> |
4761 | M: jdike@addtoit.com | ||
4762 | L: user-mode-linux-devel@lists.sourceforge.net | 5681 | L: user-mode-linux-devel@lists.sourceforge.net |
4763 | L: user-mode-linux-user@lists.sourceforge.net | 5682 | L: user-mode-linux-user@lists.sourceforge.net |
4764 | W: http://user-mode-linux.sourceforge.net | 5683 | W: http://user-mode-linux.sourceforge.net |
4765 | S: Maintained | 5684 | S: Maintained |
5685 | F: Documentation/uml/ | ||
5686 | F: arch/um/ | ||
5687 | F: fs/hostfs/ | ||
5688 | F: fs/hppfs/ | ||
4766 | 5689 | ||
4767 | USERSPACE I/O (UIO) | 5690 | USERSPACE I/O (UIO) |
4768 | P: Hans J. Koch | 5691 | M: "Hans J. Koch" <hjk@linutronix.de> |
4769 | M: hjk@linutronix.de | 5692 | M: Greg Kroah-Hartman <gregkh@suse.de> |
4770 | P: Greg Kroah-Hartman | ||
4771 | M: gregkh@suse.de | ||
4772 | L: linux-kernel@vger.kernel.org | ||
4773 | S: Maintained | 5693 | S: Maintained |
5694 | F: Documentation/DocBook/uio-howto.tmpl | ||
5695 | F: drivers/uio/ | ||
5696 | F: include/linux/uio*.h | ||
4774 | 5697 | ||
4775 | UTIL-LINUX-NG PACKAGE | 5698 | UTIL-LINUX-NG PACKAGE |
4776 | P: Karel Zak | 5699 | M: Karel Zak <kzak@redhat.com> |
4777 | M: kzak@redhat.com | ||
4778 | L: util-linux-ng@vger.kernel.org | 5700 | L: util-linux-ng@vger.kernel.org |
4779 | W: http://kernel.org/~kzak/util-linux-ng/ | 5701 | W: http://kernel.org/~kzak/util-linux-ng/ |
4780 | T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git | 5702 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git |
4781 | S: Maintained | 5703 | S: Maintained |
4782 | 5704 | ||
4783 | UVESAFB DRIVER | 5705 | UVESAFB DRIVER |
4784 | P: Michal Januszewski | 5706 | M: Michal Januszewski <spock@gentoo.org> |
4785 | M: spock@gentoo.org | 5707 | L: linux-fbdev@vger.kernel.org |
4786 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4787 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | 5708 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
4788 | S: Maintained | 5709 | S: Maintained |
5710 | F: Documentation/fb/uvesafb.txt | ||
5711 | F: drivers/video/uvesafb.* | ||
4789 | 5712 | ||
4790 | VFAT/FAT/MSDOS FILESYSTEM | 5713 | VFAT/FAT/MSDOS FILESYSTEM |
4791 | P: OGAWA Hirofumi | 5714 | M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> |
4792 | M: hirofumi@mail.parknet.co.jp | ||
4793 | L: linux-kernel@vger.kernel.org | ||
4794 | S: Maintained | 5715 | S: Maintained |
5716 | F: Documentation/filesystems/vfat.txt | ||
5717 | F: fs/fat/ | ||
4795 | 5718 | ||
4796 | VIA RHINE NETWORK DRIVER | 5719 | VIA RHINE NETWORK DRIVER |
4797 | P: Roger Luethi | 5720 | M: Roger Luethi <rl@hellgate.ch> |
4798 | M: rl@hellgate.ch | ||
4799 | S: Maintained | 5721 | S: Maintained |
5722 | F: drivers/net/via-rhine.c | ||
4800 | 5723 | ||
4801 | VIAPRO SMBUS DRIVER | 5724 | VIAPRO SMBUS DRIVER |
4802 | P: Jean Delvare | 5725 | M: Jean Delvare <khali@linux-fr.org> |
4803 | M: khali@linux-fr.org | ||
4804 | L: linux-i2c@vger.kernel.org | 5726 | L: linux-i2c@vger.kernel.org |
4805 | S: Maintained | 5727 | S: Maintained |
5728 | F: Documentation/i2c/busses/i2c-viapro | ||
5729 | F: drivers/i2c/busses/i2c-viapro.c | ||
5730 | |||
5731 | VIA SD/MMC CARD CONTROLLER DRIVER | ||
5732 | M: Joseph Chan <JosephChan@via.com.tw> | ||
5733 | M: Harald Welte <HaraldWelte@viatech.com> | ||
5734 | S: Maintained | ||
5735 | F: drivers/mmc/host/via-sdmmc.c | ||
4806 | 5736 | ||
4807 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER | 5737 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
4808 | P: Joseph Chan | 5738 | M: Joseph Chan <JosephChan@via.com.tw> |
4809 | M: JosephChan@via.com.tw | 5739 | M: Scott Fang <ScottFang@viatech.com.cn> |
4810 | P: Scott Fang | 5740 | L: linux-fbdev@vger.kernel.org |
4811 | M: ScottFang@viatech.com.cn | ||
4812 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4813 | S: Maintained | 5741 | S: Maintained |
5742 | F: drivers/video/via/ | ||
4814 | 5743 | ||
4815 | VIA VELOCITY NETWORK DRIVER | 5744 | VIA VELOCITY NETWORK DRIVER |
4816 | P: Francois Romieu | 5745 | M: Francois Romieu <romieu@fr.zoreil.com> |
4817 | M: romieu@fr.zoreil.com | ||
4818 | L: netdev@vger.kernel.org | 5746 | L: netdev@vger.kernel.org |
4819 | S: Maintained | 5747 | S: Maintained |
5748 | F: drivers/net/via-velocity.* | ||
4820 | 5749 | ||
4821 | VIDEO FOR LINUX (V4L) | 5750 | VLAN (802.1Q) |
4822 | P: Mauro Carvalho Chehab | 5751 | M: Patrick McHardy <kaber@trash.net> |
4823 | M: mchehab@infradead.org | 5752 | L: netdev@vger.kernel.org |
4824 | L: linux-media@vger.kernel.org | ||
4825 | W: http://linuxtv.org | ||
4826 | T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
4827 | S: Maintained | 5753 | S: Maintained |
5754 | F: drivers/net/macvlan.c | ||
5755 | F: include/linux/if_*vlan.h | ||
5756 | F: net/8021q/ | ||
4828 | 5757 | ||
4829 | VLAN (802.1Q) | 5758 | VLYNQ BUS |
4830 | P: Patrick McHardy | 5759 | M: Florian Fainelli <florian@openwrt.org> |
4831 | M: kaber@trash.net | 5760 | L: openwrt-devel@lists.openwrt.org |
5761 | S: Maintained | ||
5762 | F: drivers/vlynq/vlynq.c | ||
5763 | F: include/linux/vlynq.h | ||
5764 | |||
5765 | VMWARE VMXNET3 ETHERNET DRIVER | ||
5766 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | ||
5767 | M: "VMware, Inc." <pv-drivers@vmware.com> | ||
4832 | L: netdev@vger.kernel.org | 5768 | L: netdev@vger.kernel.org |
4833 | S: Maintained | 5769 | S: Maintained |
5770 | F: drivers/net/vmxnet3/ | ||
4834 | 5771 | ||
4835 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5772 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
4836 | P: Liam Girdwood | 5773 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
4837 | M: lrg@slimlogic.co.uk | 5774 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
4838 | P: Mark Brown | ||
4839 | M: broonie@opensource.wolfsonmicro.com | ||
4840 | W: http://opensource.wolfsonmicro.com/node/15 | 5775 | W: http://opensource.wolfsonmicro.com/node/15 |
4841 | W: http://www.slimlogic.co.uk/?page_id=5 | 5776 | W: http://www.slimlogic.co.uk/?p=48 |
4842 | T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git | 5777 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git |
4843 | S: Supported | 5778 | S: Supported |
5779 | F: drivers/regulator/ | ||
5780 | F: include/linux/regulator/ | ||
4844 | 5781 | ||
4845 | VT1211 HARDWARE MONITOR DRIVER | 5782 | VT1211 HARDWARE MONITOR DRIVER |
4846 | P: Juerg Haefliger | 5783 | M: Juerg Haefliger <juergh@gmail.com> |
4847 | M: juergh@gmail.com | ||
4848 | L: lm-sensors@lm-sensors.org | 5784 | L: lm-sensors@lm-sensors.org |
4849 | S: Maintained | 5785 | S: Maintained |
5786 | F: Documentation/hwmon/vt1211 | ||
5787 | F: drivers/hwmon/vt1211.c | ||
4850 | 5788 | ||
4851 | VT8231 HARDWARE MONITOR DRIVER | 5789 | VT8231 HARDWARE MONITOR DRIVER |
4852 | P: Roger Lucas | 5790 | M: Roger Lucas <vt8231@hiddenengine.co.uk> |
4853 | M: vt8231@hiddenengine.co.uk | ||
4854 | L: lm-sensors@lm-sensors.org | 5791 | L: lm-sensors@lm-sensors.org |
4855 | S: Maintained | 5792 | S: Maintained |
5793 | F: drivers/hwmon/vt8231.c | ||
4856 | 5794 | ||
4857 | W1 DALLAS'S 1-WIRE BUS | 5795 | W1 DALLAS'S 1-WIRE BUS |
4858 | P: Evgeniy Polyakov | 5796 | M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> |
4859 | M: johnpol@2ka.mipt.ru | ||
4860 | S: Maintained | 5797 | S: Maintained |
5798 | F: Documentation/w1/ | ||
5799 | F: drivers/w1/ | ||
4861 | 5800 | ||
4862 | W83791D HARDWARE MONITORING DRIVER | 5801 | W83791D HARDWARE MONITORING DRIVER |
4863 | P: Marc Hulsman | 5802 | M: Marc Hulsman <m.hulsman@tudelft.nl> |
4864 | M: m.hulsman@tudelft.nl | ||
4865 | L: lm-sensors@lm-sensors.org | 5803 | L: lm-sensors@lm-sensors.org |
4866 | S: Maintained | 5804 | S: Maintained |
5805 | F: Documentation/hwmon/w83791d | ||
5806 | F: drivers/hwmon/w83791d.c | ||
4867 | 5807 | ||
4868 | W83793 HARDWARE MONITORING DRIVER | 5808 | W83793 HARDWARE MONITORING DRIVER |
4869 | P: Rudolf Marek | 5809 | M: Rudolf Marek <r.marek@assembler.cz> |
4870 | M: r.marek@assembler.cz | ||
4871 | L: lm-sensors@lm-sensors.org | 5810 | L: lm-sensors@lm-sensors.org |
4872 | S: Maintained | 5811 | S: Maintained |
5812 | F: Documentation/hwmon/w83793 | ||
5813 | F: drivers/hwmon/w83793.c | ||
4873 | 5814 | ||
4874 | W83L51xD SD/MMC CARD INTERFACE DRIVER | 5815 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
4875 | P: Pierre Ossman | 5816 | M: Pierre Ossman <pierre@ossman.eu> |
4876 | M: drzeus-wbsd@drzeus.cx | ||
4877 | L: linux-kernel@vger.kernel.org | ||
4878 | S: Maintained | 5817 | S: Maintained |
5818 | F: drivers/mmc/host/wbsd.* | ||
4879 | 5819 | ||
4880 | WATCHDOG DEVICE DRIVERS | 5820 | WATCHDOG DEVICE DRIVERS |
4881 | P: Wim Van Sebroeck | 5821 | M: Wim Van Sebroeck <wim@iguana.be> |
4882 | M: wim@iguana.be | 5822 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git |
4883 | T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git | ||
4884 | S: Maintained | 5823 | S: Maintained |
5824 | F: Documentation/watchdog/ | ||
5825 | F: drivers/watchdog/ | ||
5826 | F: include/linux/watchdog.h | ||
4885 | 5827 | ||
4886 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS | 5828 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
4887 | P: Jean Tourrilhes | 5829 | M: Jean Tourrilhes <jt@hpl.hp.com> |
4888 | M: jt@hpl.hp.com | ||
4889 | L: linux-wireless@vger.kernel.org | 5830 | L: linux-wireless@vger.kernel.org |
4890 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ | 5831 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
4891 | S: Maintained | 5832 | S: Maintained |
5833 | F: Documentation/networking/wavelan.txt | ||
5834 | F: drivers/net/wireless/wavelan* | ||
4892 | 5835 | ||
4893 | WD7000 SCSI DRIVER | 5836 | WD7000 SCSI DRIVER |
4894 | P: Miroslav Zagorac | 5837 | M: Miroslav Zagorac <zaga@fly.cc.fer.hr> |
4895 | M: zaga@fly.cc.fer.hr | ||
4896 | L: linux-scsi@vger.kernel.org | 5838 | L: linux-scsi@vger.kernel.org |
4897 | S: Maintained | 5839 | S: Maintained |
5840 | F: drivers/scsi/wd7000.c | ||
5841 | |||
5842 | WINBOND CIR DRIVER | ||
5843 | M: David Härdeman <david@hardeman.nu> | ||
5844 | S: Maintained | ||
5845 | F: drivers/input/misc/winbond-cir.c | ||
4898 | 5846 | ||
4899 | WIMAX STACK | 5847 | WIMAX STACK |
4900 | P: Inaky Perez-Gonzalez | 5848 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
4901 | M: inaky.perez-gonzalez@intel.com | ||
4902 | M: linux-wimax@intel.com | 5849 | M: linux-wimax@intel.com |
4903 | L: wimax@linuxwimax.org | 5850 | L: wimax@linuxwimax.org |
4904 | S: Supported | 5851 | S: Supported |
4905 | W: http://linuxwimax.org | 5852 | W: http://linuxwimax.org |
4906 | 5853 | ||
4907 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM | 5854 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
4908 | P: David Vrabel | 5855 | M: David Vrabel <david.vrabel@csr.com> |
4909 | M: david.vrabel@csr.com | ||
4910 | S: Maintained | 5856 | S: Maintained |
5857 | F: include/linux/wlp.h | ||
5858 | F: drivers/uwb/wlp/ | ||
4911 | 5859 | ||
4912 | WISTRON LAPTOP BUTTON DRIVER | 5860 | WISTRON LAPTOP BUTTON DRIVER |
4913 | P: Miloslav Trmac | 5861 | M: Miloslav Trmac <mitr@volny.cz> |
4914 | M: mitr@volny.cz | 5862 | S: Maintained |
5863 | F: drivers/input/misc/wistron_btns.c | ||
5864 | |||
5865 | WL1251 WIRELESS DRIVER | ||
5866 | M: Kalle Valo <kalle.valo@nokia.com> | ||
5867 | L: linux-wireless@vger.kernel.org | ||
5868 | W: http://wireless.kernel.org | ||
5869 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
4915 | S: Maintained | 5870 | S: Maintained |
5871 | F: drivers/net/wireless/wl12xx/* | ||
5872 | X: drivers/net/wireless/wl12xx/wl1271* | ||
5873 | |||
5874 | WL1271 WIRELESS DRIVER | ||
5875 | M: Luciano Coelho <luciano.coelho@nokia.com> | ||
5876 | L: linux-wireless@vger.kernel.org | ||
5877 | W: http://wireless.kernel.org | ||
5878 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
5879 | S: Maintained | ||
5880 | F: drivers/net/wireless/wl12xx/wl1271* | ||
4916 | 5881 | ||
4917 | WL3501 WIRELESS PCMCIA CARD DRIVER | 5882 | WL3501 WIRELESS PCMCIA CARD DRIVER |
4918 | P: Arnaldo Carvalho de Melo | 5883 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
4919 | M: acme@ghostprotocols.net | ||
4920 | L: linux-wireless@vger.kernel.org | 5884 | L: linux-wireless@vger.kernel.org |
4921 | W: http://oops.ghostprotocols.net:81/blog | 5885 | W: http://oops.ghostprotocols.net:81/blog |
4922 | S: Maintained | 5886 | S: Maintained |
5887 | F: drivers/net/wireless/wl3501* | ||
4923 | 5888 | ||
4924 | WM97XX TOUCHSCREEN DRIVERS | 5889 | WM97XX TOUCHSCREEN DRIVERS |
4925 | P: Mark Brown | 5890 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
4926 | M: broonie@opensource.wolfsonmicro.com | 5891 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
4927 | P: Liam Girdwood | ||
4928 | M: lrg@slimlogic.co.uk | ||
4929 | L: linux-input@vger.kernel.org | 5892 | L: linux-input@vger.kernel.org |
4930 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | 5893 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch |
4931 | W: http://opensource.wolfsonmicro.com/node/7 | 5894 | W: http://opensource.wolfsonmicro.com/node/7 |
4932 | S: Supported | 5895 | S: Supported |
5896 | F: drivers/input/touchscreen/*wm97* | ||
5897 | F: include/linux/wm97xx.h | ||
5898 | |||
5899 | WOLFSON MICROELECTRONICS PMIC DRIVERS | ||
5900 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
5901 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | ||
5902 | W: http://opensource.wolfsonmicro.com/node/8 | ||
5903 | S: Supported | ||
5904 | F: drivers/leds/leds-wm83*.c | ||
5905 | F: drivers/mfd/wm8*.c | ||
5906 | F: drivers/power/wm83*.c | ||
5907 | F: drivers/rtc/rtc-wm83*.c | ||
5908 | F: drivers/regulator/wm8*.c | ||
5909 | F: drivers/video/backlight/wm83*_bl.c | ||
5910 | F: drivers/watchdog/wm83*_wdt.c | ||
5911 | F: include/linux/mfd/wm831x/ | ||
5912 | F: include/linux/mfd/wm8350/ | ||
5913 | F: include/linux/mfd/wm8400/ | ||
5914 | F: sound/soc/codecs/wm8350.c | ||
5915 | F: sound/soc/codecs/wm8400.c | ||
4933 | 5916 | ||
4934 | X.25 NETWORK LAYER | 5917 | X.25 NETWORK LAYER |
4935 | P: Henner Eisen | 5918 | M: Henner Eisen <eis@baty.hanse.de> |
4936 | M: eis@baty.hanse.de | ||
4937 | L: linux-x25@vger.kernel.org | 5919 | L: linux-x25@vger.kernel.org |
4938 | S: Maintained | 5920 | S: Maintained |
5921 | F: Documentation/networking/x25* | ||
5922 | F: include/net/x25* | ||
5923 | F: net/x25/ | ||
4939 | 5924 | ||
4940 | X86 ARCHITECTURE (32-BIT AND 64-BIT) | 5925 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
4941 | P: Thomas Gleixner | 5926 | M: Thomas Gleixner <tglx@linutronix.de> |
4942 | M: tglx@linutronix.de | 5927 | M: Ingo Molnar <mingo@redhat.com> |
4943 | P: Ingo Molnar | 5928 | M: "H. Peter Anvin" <hpa@zytor.com> |
4944 | M: mingo@redhat.com | ||
4945 | P: H. Peter Anvin | ||
4946 | M: hpa@zytor.com | ||
4947 | M: x86@kernel.org | 5929 | M: x86@kernel.org |
4948 | L: linux-kernel@vger.kernel.org | 5930 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git |
4949 | T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | ||
4950 | S: Maintained | 5931 | S: Maintained |
5932 | F: Documentation/x86/ | ||
5933 | F: arch/x86/ | ||
4951 | 5934 | ||
4952 | XEN HYPERVISOR INTERFACE | 5935 | XEN HYPERVISOR INTERFACE |
4953 | P: Jeremy Fitzhardinge | 5936 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
4954 | M: jeremy@xensource.com | 5937 | M: Chris Wright <chrisw@sous-sol.org> |
4955 | P: Chris Wright | ||
4956 | M: chrisw@sous-sol.org | ||
4957 | L: virtualization@lists.osdl.org | 5938 | L: virtualization@lists.osdl.org |
4958 | L: xen-devel@lists.xensource.com | 5939 | L: xen-devel@lists.xensource.com |
4959 | S: Supported | 5940 | S: Supported |
5941 | F: arch/x86/xen/ | ||
5942 | F: drivers/*/xen-*front.c | ||
5943 | F: drivers/xen/ | ||
5944 | F: arch/x86/include/asm/xen/ | ||
5945 | F: include/xen/ | ||
4960 | 5946 | ||
4961 | XFS FILESYSTEM | 5947 | XFS FILESYSTEM |
4962 | P: Silicon Graphics Inc | 5948 | P: Silicon Graphics Inc |
4963 | P: Bill O'Donnell | 5949 | M: Alex Elder <aelder@sgi.com> |
4964 | M: xfs-masters@oss.sgi.com | 5950 | M: xfs-masters@oss.sgi.com |
4965 | L: xfs@oss.sgi.com | 5951 | L: xfs@oss.sgi.com |
4966 | W: http://oss.sgi.com/projects/xfs | 5952 | W: http://oss.sgi.com/projects/xfs |
4967 | T: git://oss.sgi.com/xfs/xfs.git | 5953 | T: git git://oss.sgi.com/xfs/xfs.git |
4968 | S: Supported | 5954 | S: Supported |
5955 | F: Documentation/filesystems/xfs.txt | ||
5956 | F: fs/xfs/ | ||
4969 | 5957 | ||
4970 | XILINX SYSTEMACE DRIVER | 5958 | XILINX SYSTEMACE DRIVER |
4971 | P: Grant Likely | 5959 | M: Grant Likely <grant.likely@secretlab.ca> |
4972 | M: grant.likely@secretlab.ca | ||
4973 | W: http://www.secretlab.ca/ | 5960 | W: http://www.secretlab.ca/ |
4974 | L: linux-kernel@vger.kernel.org | ||
4975 | S: Maintained | 5961 | S: Maintained |
5962 | F: drivers/block/xsysace.c | ||
4976 | 5963 | ||
4977 | XILINX UARTLITE SERIAL DRIVER | 5964 | XILINX UARTLITE SERIAL DRIVER |
4978 | P: Peter Korsgaard | 5965 | M: Peter Korsgaard <jacmet@sunsite.dk> |
4979 | M: jacmet@sunsite.dk | ||
4980 | L: linux-serial@vger.kernel.org | 5966 | L: linux-serial@vger.kernel.org |
4981 | S: Maintained | 5967 | S: Maintained |
5968 | F: drivers/serial/uartlite.c | ||
4982 | 5969 | ||
4983 | YAM DRIVER FOR AX.25 | 5970 | YAM DRIVER FOR AX.25 |
4984 | P: Jean-Paul Roubelat | 5971 | M: Jean-Paul Roubelat <jpr@f6fbb.org> |
4985 | M: jpr@f6fbb.org | ||
4986 | L: linux-hams@vger.kernel.org | 5972 | L: linux-hams@vger.kernel.org |
4987 | S: Maintained | 5973 | S: Maintained |
5974 | F: drivers/net/hamradio/yam* | ||
5975 | F: include/linux/yam.h | ||
4988 | 5976 | ||
4989 | YEALINK PHONE DRIVER | 5977 | YEALINK PHONE DRIVER |
4990 | P: Henk Vergonet | 5978 | M: Henk Vergonet <Henk.Vergonet@gmail.com> |
4991 | M: Henk.Vergonet@gmail.com | ||
4992 | L: usbb2k-api-dev@nongnu.org | 5979 | L: usbb2k-api-dev@nongnu.org |
4993 | S: Maintained | 5980 | S: Maintained |
5981 | F: Documentation/input/yealink.txt | ||
5982 | F: drivers/input/misc/yealink.* | ||
4994 | 5983 | ||
4995 | Z8530 DRIVER FOR AX.25 | 5984 | Z8530 DRIVER FOR AX.25 |
4996 | P: Joerg Reuter | 5985 | M: Joerg Reuter <jreuter@yaina.de> |
4997 | M: jreuter@yaina.de | ||
4998 | W: http://yaina.de/jreuter/ | 5986 | W: http://yaina.de/jreuter/ |
4999 | W: http://www.qsl.net/dl1bke/ | 5987 | W: http://www.qsl.net/dl1bke/ |
5000 | L: linux-hams@vger.kernel.org | 5988 | L: linux-hams@vger.kernel.org |
5001 | S: Maintained | 5989 | S: Maintained |
5990 | F: Documentation/networking/z8530drv.txt | ||
5991 | F: drivers/net/hamradio/*scc.c | ||
5992 | F: drivers/net/hamradio/z8530.h | ||
5002 | 5993 | ||
5003 | ZD1211RW WIRELESS DRIVER | 5994 | ZD1211RW WIRELESS DRIVER |
5004 | P: Daniel Drake | 5995 | M: Daniel Drake <dsd@gentoo.org> |
5005 | M: dsd@gentoo.org | 5996 | M: Ulrich Kunitz <kune@deine-taler.de> |
5006 | P: Ulrich Kunitz | ||
5007 | M: kune@deine-taler.de | ||
5008 | W: http://zd1211.ath.cx/wiki/DriverRewrite | 5997 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
5009 | L: linux-wireless@vger.kernel.org | 5998 | L: linux-wireless@vger.kernel.org |
5010 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) | 5999 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
5011 | S: Maintained | 6000 | S: Maintained |
6001 | F: drivers/net/wireless/zd1211rw/ | ||
5012 | 6002 | ||
5013 | ZR36067 VIDEO FOR LINUX DRIVER | 6003 | ZR36067 VIDEO FOR LINUX DRIVER |
5014 | L: mjpeg-users@lists.sourceforge.net | 6004 | L: mjpeg-users@lists.sourceforge.net |
@@ -5016,12 +6006,17 @@ L: linux-media@vger.kernel.org | |||
5016 | W: http://mjpeg.sourceforge.net/driver-zoran/ | 6006 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
5017 | T: Mercurial http://linuxtv.org/hg/v4l-dvb | 6007 | T: Mercurial http://linuxtv.org/hg/v4l-dvb |
5018 | S: Odd Fixes | 6008 | S: Odd Fixes |
6009 | F: drivers/media/video/zoran/ | ||
5019 | 6010 | ||
5020 | ZS DECSTATION Z85C30 SERIAL DRIVER | 6011 | ZS DECSTATION Z85C30 SERIAL DRIVER |
5021 | P: Maciej W. Rozycki | 6012 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
5022 | M: macro@linux-mips.org | ||
5023 | S: Maintained | 6013 | S: Maintained |
6014 | F: drivers/serial/zs.* | ||
5024 | 6015 | ||
5025 | THE REST | 6016 | THE REST |
5026 | P: Linus Torvalds | 6017 | M: Linus Torvalds <torvalds@linux-foundation.org> |
6018 | L: linux-kernel@vger.kernel.org | ||
6019 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | ||
5027 | S: Buried alive in reporters | 6020 | S: Buried alive in reporters |
6021 | F: * | ||
6022 | F: */ | ||