Commit 75ca88c9701bf8f65fc1f009f10dd64b0378b977

Authored by Christian Lamparter
Committed by John W. Linville
1 parent b63a2cb304

ar9170: update Makefile, Kconfig and MAINTAINERS

This patch update all necessary Makefile and Kconfig files.

Now you can then enable ar9170 in the kernel configuration under:
Device Drivers --->
	[*] Network device support --->
		Wireless LAN --->
			[*] Wireless LAN (IEEE 802.11)
			<M>   Atheros AR9170 support
			<M>     Atheros AR9170 USB support

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Showing 5 changed files with 43 additions and 0 deletions Inline Diff

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