Commit 42e7b09e688bf86c032ca36ddb65cc548bb6147f

Authored by Linus Torvalds

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
  ALSA: ASoC: maintainers - update email address for Liam Girdwood

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