Commit 71038f527f3665f562cf9afe083df729958a099b

Authored by Pavel Machek
Committed by Linus Torvalds
1 parent 6ae301e85c

MAINTAINERS: add entry for freezer

Now that people are using freezer for non-suspend/hibernation stuff, it
should have separate maintainers entry so that it is easier to find.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 8 additions and 0 deletions Inline Diff

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