aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2009-07-29 18:04:30 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-07-29 22:10:41 -0400
commit8b58be884a9fd650abb7f7adf3f885fb9cecd79d (patch)
tree1343394411085fbe4dfe54ffc950c23a7dd14af2 /MAINTAINERS
parent3d202aeb7b7b33d5a5b2040ee5af5b309782941c (diff)
MAINTAINERS: coalesce name and email address lines
Switch the MAINTAINERS email address format from P: Linus Torvalds M: torvalds@linux-foundation.org to M: Linus Torvalds <torvalds@linux-foundation.org> Mainly to ease the copy-n-pasting of maitnainer addresses into email clients. The script to perform this operation: #! /bin/sh # # Change MAINTAINERS from # P: name # M: address # to: # M: name <address> # # Integrate P: and M: lines # perl -i -e 'local $/; while(<>) { s@P: ([^\n]+)\nM: ([^\n]+)\n@M: \1 <\2>\n@g; print; }' MAINTAINERS # # Quote names with periods, commas and parentheses # sed -r -i -e "s/^M: (.+)([\.,'\(])(.*) </M: \"\1\2\3\" </g" MAINTAINERS Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Pavel Machek <pavel@ucw.cz> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2721
1 files changed, 907 insertions, 1814 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e4e3471cd0ed..a013e963fc07 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -104,67 +104,58 @@ X: Files and directories that are NOT maintained, same rules as F:
104 matches all files in and below net excluding net/ipv6/ 104 matches all files in and below net excluding net/ipv6/
105 105
1063C505 NETWORK DRIVER 1063C505 NETWORK DRIVER
107P: Philip Blundell 107M: Philip Blundell <philb@gnu.org>
108M: philb@gnu.org
109L: netdev@vger.kernel.org 108L: netdev@vger.kernel.org
110S: Maintained 109S: Maintained
111F: drivers/net/3c505* 110F: drivers/net/3c505*
112 111
1133C59X NETWORK DRIVER 1123C59X NETWORK DRIVER
114P: Steffen Klassert 113M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
115M: klassert@mathematik.tu-chemnitz.de
116L: netdev@vger.kernel.org 114L: netdev@vger.kernel.org
117S: Maintained 115S: Maintained
118F: Documentation/networking/vortex.txt 116F: Documentation/networking/vortex.txt
119F: drivers/net/3c59x.c 117F: drivers/net/3c59x.c
120 118
1213CR990 NETWORK DRIVER 1193CR990 NETWORK DRIVER
122P: David Dillow 120M: David Dillow <dave@thedillows.org>
123M: dave@thedillows.org
124L: netdev@vger.kernel.org 121L: netdev@vger.kernel.org
125S: Maintained 122S: Maintained
126F: drivers/net/typhoon* 123F: drivers/net/typhoon*
127 124
1283W-9XXX SATA-RAID CONTROLLER DRIVER 1253W-9XXX SATA-RAID CONTROLLER DRIVER
129P: Adam Radford 126M: Adam Radford <linuxraid@amcc.com>
130M: linuxraid@amcc.com
131L: linux-scsi@vger.kernel.org 127L: linux-scsi@vger.kernel.org
132W: http://www.amcc.com 128W: http://www.amcc.com
133S: Supported 129S: Supported
134F: drivers/scsi/3w-9xxx* 130F: drivers/scsi/3w-9xxx*
135 131
1363W-XXXX ATA-RAID CONTROLLER DRIVER 1323W-XXXX ATA-RAID CONTROLLER DRIVER
137P: Adam Radford 133M: Adam Radford <linuxraid@amcc.com>
138M: linuxraid@amcc.com
139L: linux-scsi@vger.kernel.org 134L: linux-scsi@vger.kernel.org
140W: http://www.amcc.com 135W: http://www.amcc.com
141S: Supported 136S: Supported
142F: drivers/scsi/3w-xxxx* 137F: drivers/scsi/3w-xxxx*
143 138
14453C700 AND 53C700-66 SCSI DRIVER 13953C700 AND 53C700-66 SCSI DRIVER
145P: James E.J. Bottomley 140M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
146M: James.Bottomley@HansenPartnership.com
147L: linux-scsi@vger.kernel.org 141L: linux-scsi@vger.kernel.org
148S: Maintained 142S: Maintained
149F: drivers/scsi/53c700* 143F: drivers/scsi/53c700*
150 144
1516PACK NETWORK DRIVER FOR AX.25 1456PACK NETWORK DRIVER FOR AX.25
152P: Andreas Koensgen 146M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
153M: ajk@comnets.uni-bremen.de
154L: linux-hams@vger.kernel.org 147L: linux-hams@vger.kernel.org
155S: Maintained 148S: Maintained
156F: drivers/net/hamradio/6pack.c 149F: drivers/net/hamradio/6pack.c
157 150
1588169 10/100/1000 GIGABIT ETHERNET DRIVER 1518169 10/100/1000 GIGABIT ETHERNET DRIVER
159P: Francois Romieu 152M: Francois Romieu <romieu@fr.zoreil.com>
160M: romieu@fr.zoreil.com
161L: netdev@vger.kernel.org 153L: netdev@vger.kernel.org
162S: Maintained 154S: Maintained
163F: drivers/net/r8169.c 155F: drivers/net/r8169.c
164 156
1658250/16?50 (AND CLONE UARTS) SERIAL DRIVER 1578250/16?50 (AND CLONE UARTS) SERIAL DRIVER
166P: Alan Cox 158M: Alan Cox <alan@lxorguk.ukuu.org.uk>
167M: alan@lxorguk.ukuu.org.uk
168L: linux-serial@vger.kernel.org 159L: linux-serial@vger.kernel.org
169W: http://serial.sourceforge.net 160W: http://serial.sourceforge.net
170S: Odd Fixes 161S: Odd Fixes
@@ -172,20 +163,16 @@ F: drivers/serial/8250*
172F: include/linux/serial_8250.h 163F: include/linux/serial_8250.h
173 164
1748390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 1658390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
175P: Paul Gortmaker 166M: Paul Gortmaker <p_gortmaker@yahoo.com>
176M: p_gortmaker@yahoo.com
177L: netdev@vger.kernel.org 167L: netdev@vger.kernel.org
178S: Maintained 168S: Maintained
179F: drivers/net/*8390* 169F: drivers/net/*8390*
180F: drivers/net/ax88796.c 170F: drivers/net/ax88796.c
181 171
1829P FILE SYSTEM 1729P FILE SYSTEM
183P: Eric Van Hensbergen 173M: Eric Van Hensbergen <ericvh@gmail.com>
184M: ericvh@gmail.com 174M: Ron Minnich <rminnich@sandia.gov>
185P: Ron Minnich 175M: Latchesar Ionkov <lucho@ionkov.net>
186M: rminnich@sandia.gov
187P: Latchesar Ionkov
188M: lucho@ionkov.net
189L: v9fs-developer@lists.sourceforge.net 176L: v9fs-developer@lists.sourceforge.net
190W: http://swik.net/v9fs 177W: http://swik.net/v9fs
191T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git 178T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
@@ -194,15 +181,13 @@ F: Documentation/filesystems/9p.txt
194F: fs/9p/ 181F: fs/9p/
195 182
196A2232 SERIAL BOARD DRIVER 183A2232 SERIAL BOARD DRIVER
197P: Enver Haase 184M: Enver Haase <A2232@gmx.net>
198M: A2232@gmx.net
199L: linux-m68k@lists.linux-m68k.org 185L: linux-m68k@lists.linux-m68k.org
200S: Maintained 186S: Maintained
201F: drivers/char/ser_a2232* 187F: drivers/char/ser_a2232*
202 188
203AACRAID SCSI RAID DRIVER 189AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions 190M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org 191L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/ 192W: http://www.adaptec.com/
208S: Supported 193S: Supported
@@ -210,44 +195,38 @@ F: Documentation/scsi/aacraid.txt
210F: drivers/scsi/aacraid/ 195F: drivers/scsi/aacraid/
211 196
212ABIT UGURU 1,2 HARDWARE MONITOR DRIVER 197ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213P: Hans de Goede 198M: Hans de Goede <j.w.r.degoede@hhs.nl>
214M: j.w.r.degoede@hhs.nl
215L: lm-sensors@lm-sensors.org 199L: lm-sensors@lm-sensors.org
216S: Maintained 200S: Maintained
217F: drivers/hwmon/abituguru.c 201F: drivers/hwmon/abituguru.c
218 202
219ABIT UGURU 3 HARDWARE MONITOR DRIVER 203ABIT UGURU 3 HARDWARE MONITOR DRIVER
220P: Alistair John Strachan 204M: Alistair John Strachan <alistair@devzero.co.uk>
221M: alistair@devzero.co.uk
222L: lm-sensors@lm-sensors.org 205L: lm-sensors@lm-sensors.org
223S: Maintained 206S: Maintained
224F: drivers/hwmon/abituguru3.c 207F: drivers/hwmon/abituguru3.c
225 208
226ACENIC DRIVER 209ACENIC DRIVER
227P: Jes Sorensen 210M: Jes Sorensen <jes@trained-monkey.org>
228M: jes@trained-monkey.org
229L: linux-acenic@sunsite.dk 211L: linux-acenic@sunsite.dk
230S: Maintained 212S: Maintained
231F: drivers/net/acenic* 213F: drivers/net/acenic*
232 214
233ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 215ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
234P: Peter Feuerer 216M: Peter Feuerer <peter@piie.net>
235M: peter@piie.net
236W: http://piie.net/?section=acerhdf 217W: http://piie.net/?section=acerhdf
237S: Maintained 218S: Maintained
238F: drivers/platform/x86/acerhdf.c 219F: drivers/platform/x86/acerhdf.c
239 220
240ACER WMI LAPTOP EXTRAS 221ACER WMI LAPTOP EXTRAS
241P: Carlos Corbacho 222M: Carlos Corbacho <carlos@strangeworlds.co.uk>
242M: carlos@strangeworlds.co.uk
243L: aceracpi@googlegroups.com (subscribers-only) 223L: aceracpi@googlegroups.com (subscribers-only)
244W: http://code.google.com/p/aceracpi 224W: http://code.google.com/p/aceracpi
245S: Maintained 225S: Maintained
246F: drivers/platform/x86/acer-wmi.c 226F: drivers/platform/x86/acer-wmi.c
247 227
248ACPI 228ACPI
249P: Len Brown 229M: Len Brown <lenb@kernel.org>
250M: lenb@kernel.org
251L: linux-acpi@vger.kernel.org 230L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/ 231W: http://www.lesswatts.org/projects/acpi/
253T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 232T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
@@ -257,8 +236,7 @@ F: drivers/pnp/pnpacpi/
257F: include/linux/acpi.h 236F: include/linux/acpi.h
258 237
259ACPI BATTERY DRIVERS 238ACPI BATTERY DRIVERS
260P: Alexey Starikovskiy 239M: Alexey Starikovskiy <astarikovskiy@suse.de>
261M: astarikovskiy@suse.de
262L: linux-acpi@vger.kernel.org 240L: linux-acpi@vger.kernel.org
263W: http://www.lesswatts.org/projects/acpi/ 241W: http://www.lesswatts.org/projects/acpi/
264S: Supported 242S: Supported
@@ -266,80 +244,69 @@ F: drivers/acpi/battery.c
266F: drivers/acpi/*sbs* 244F: drivers/acpi/*sbs*
267 245
268ACPI EC DRIVER 246ACPI EC DRIVER
269P: Alexey Starikovskiy 247M: Alexey Starikovskiy <astarikovskiy@suse.de>
270M: astarikovskiy@suse.de
271L: linux-acpi@vger.kernel.org 248L: linux-acpi@vger.kernel.org
272W: http://www.lesswatts.org/projects/acpi/ 249W: http://www.lesswatts.org/projects/acpi/
273S: Supported 250S: Supported
274F: drivers/acpi/ec.c 251F: drivers/acpi/ec.c
275 252
276ACPI FAN DRIVER 253ACPI FAN DRIVER
277P: Zhang Rui 254M: Zhang Rui <rui.zhang@intel.com>
278M: rui.zhang@intel.com
279L: linux-acpi@vger.kernel.org 255L: linux-acpi@vger.kernel.org
280W: http://www.lesswatts.org/projects/acpi/ 256W: http://www.lesswatts.org/projects/acpi/
281S: Supported 257S: Supported
282F: drivers/acpi/fan.c 258F: drivers/acpi/fan.c
283 259
284ACPI PCI HOTPLUG DRIVER 260ACPI PCI HOTPLUG DRIVER
285P: Kristen Carlson Accardi 261M: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
286M: kristen.c.accardi@intel.com
287L: linux-pci@vger.kernel.org 262L: linux-pci@vger.kernel.org
288S: Supported 263S: Supported
289F: drivers/pci/hotplug/acpi* 264F: drivers/pci/hotplug/acpi*
290 265
291ACPI THERMAL DRIVER 266ACPI THERMAL DRIVER
292P: Zhang Rui 267M: Zhang Rui <rui.zhang@intel.com>
293M: rui.zhang@intel.com
294L: linux-acpi@vger.kernel.org 268L: linux-acpi@vger.kernel.org
295W: http://www.lesswatts.org/projects/acpi/ 269W: http://www.lesswatts.org/projects/acpi/
296S: Supported 270S: Supported
297F: drivers/acpi/*thermal* 271F: drivers/acpi/*thermal*
298 272
299ACPI VIDEO DRIVER 273ACPI VIDEO DRIVER
300P: Zhang Rui 274M: Zhang Rui <rui.zhang@intel.com>
301M: rui.zhang@intel.com
302L: linux-acpi@vger.kernel.org 275L: linux-acpi@vger.kernel.org
303W: http://www.lesswatts.org/projects/acpi/ 276W: http://www.lesswatts.org/projects/acpi/
304S: Supported 277S: Supported
305F: drivers/acpi/video.c 278F: drivers/acpi/video.c
306 279
307ACPI WMI DRIVER 280ACPI WMI DRIVER
308P: Carlos Corbacho 281M: Carlos Corbacho <carlos@strangeworlds.co.uk>
309M: carlos@strangeworlds.co.uk
310L: linux-acpi@vger.kernel.org 282L: linux-acpi@vger.kernel.org
311W: http://www.lesswatts.org/projects/acpi/ 283W: http://www.lesswatts.org/projects/acpi/
312S: Maintained 284S: Maintained
313F: drivers/platform/x86/wmi.c 285F: drivers/platform/x86/wmi.c
314 286
315AD1889 ALSA SOUND DRIVER 287AD1889 ALSA SOUND DRIVER
316P: Kyle McMartin 288M: Kyle McMartin <kyle@mcmartin.ca>
317M: kyle@mcmartin.ca 289M: Thibaut Varene <T-Bone@parisc-linux.org>
318P: Thibaut Varene
319M: T-Bone@parisc-linux.org
320W: http://wiki.parisc-linux.org/AD1889 290W: http://wiki.parisc-linux.org/AD1889
321L: linux-parisc@vger.kernel.org 291L: linux-parisc@vger.kernel.org
322S: Maintained 292S: Maintained
323F: sound/pci/ad1889.* 293F: sound/pci/ad1889.*
324 294
325ADM1025 HARDWARE MONITOR DRIVER 295ADM1025 HARDWARE MONITOR DRIVER
326P: Jean Delvare 296M: Jean Delvare <khali@linux-fr.org>
327M: khali@linux-fr.org
328L: lm-sensors@lm-sensors.org 297L: lm-sensors@lm-sensors.org
329S: Maintained 298S: Maintained
330F: Documentation/hwmon/adm1025 299F: Documentation/hwmon/adm1025
331F: drivers/hwmon/adm1025.c 300F: drivers/hwmon/adm1025.c
332 301
333ADM1029 HARDWARE MONITOR DRIVER 302ADM1029 HARDWARE MONITOR DRIVER
334P: Corentin Labbe 303M: Corentin Labbe <corentin.labbe@geomatys.fr>
335M: corentin.labbe@geomatys.fr
336L: lm-sensors@lm-sensors.org 304L: lm-sensors@lm-sensors.org
337S: Maintained 305S: Maintained
338F: drivers/hwmon/adm1029.c 306F: drivers/hwmon/adm1029.c
339 307
340ADM8211 WIRELESS DRIVER 308ADM8211 WIRELESS DRIVER
341P: Michael Wu 309M: Michael Wu <flamingice@sourmilk.net>
342M: flamingice@sourmilk.net
343L: linux-wireless@vger.kernel.org 310L: linux-wireless@vger.kernel.org
344W: http://linuxwireless.org/ 311W: http://linuxwireless.org/
345T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 312T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
@@ -347,35 +314,30 @@ S: Maintained
347F: drivers/net/wireless/adm8211.* 314F: drivers/net/wireless/adm8211.*
348 315
349ADT746X FAN DRIVER 316ADT746X FAN DRIVER
350P: Colin Leroy 317M: Colin Leroy <colin@colino.net>
351M: colin@colino.net
352S: Maintained 318S: Maintained
353F: drivers/macintosh/therm_adt746x.c 319F: drivers/macintosh/therm_adt746x.c
354 320
355ADVANSYS SCSI DRIVER 321ADVANSYS SCSI DRIVER
356P: Matthew Wilcox 322M: Matthew Wilcox <matthew@wil.cx>
357M: matthew@wil.cx
358L: linux-scsi@vger.kernel.org 323L: linux-scsi@vger.kernel.org
359S: Maintained 324S: Maintained
360F: Documentation/scsi/advansys.txt 325F: Documentation/scsi/advansys.txt
361F: drivers/scsi/advansys.c 326F: drivers/scsi/advansys.c
362 327
363AEDSP16 DRIVER 328AEDSP16 DRIVER
364P: Riccardo Facchetti 329M: Riccardo Facchetti <fizban@tin.it>
365M: fizban@tin.it
366S: Maintained 330S: Maintained
367F: sound/oss/aedsp16.c 331F: sound/oss/aedsp16.c
368 332
369AFFS FILE SYSTEM 333AFFS FILE SYSTEM
370P: Roman Zippel 334M: Roman Zippel <zippel@linux-m68k.org>
371M: zippel@linux-m68k.org
372S: Maintained 335S: Maintained
373F: Documentation/filesystems/affs.txt 336F: Documentation/filesystems/affs.txt
374F: fs/affs/ 337F: fs/affs/
375 338
376AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 339AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
377P: David Howells 340M: David Howells <dhowells@redhat.com>
378M: dhowells@redhat.com
379L: linux-afs@lists.infradead.org 341L: linux-afs@lists.infradead.org
380S: Supported 342S: Supported
381F: fs/afs/ 343F: fs/afs/
@@ -383,40 +345,35 @@ F: include/net/af_rxrpc.h
383F: net/rxrpc/af_rxrpc.c 345F: net/rxrpc/af_rxrpc.c
384 346
385AGPGART DRIVER 347AGPGART DRIVER
386P: David Airlie 348M: David Airlie <airlied@linux.ie>
387M: airlied@linux.ie
388T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 349T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
389S: Maintained 350S: Maintained
390F: drivers/char/agp/ 351F: drivers/char/agp/
391F: include/linux/agp* 352F: include/linux/agp*
392 353
393AHA152X SCSI DRIVER 354AHA152X SCSI DRIVER
394P: Juergen E. Fischer 355M: "Juergen E. Fischer" <fischer@norbit.de>
395M: fischer@norbit.de
396L: linux-scsi@vger.kernel.org 356L: linux-scsi@vger.kernel.org
397S: Maintained 357S: Maintained
398F: drivers/scsi/aha152x* 358F: drivers/scsi/aha152x*
399F: drivers/scsi/pcmcia/aha152x* 359F: drivers/scsi/pcmcia/aha152x*
400 360
401AIC7XXX / AIC79XX SCSI DRIVER 361AIC7XXX / AIC79XX SCSI DRIVER
402P: Hannes Reinecke 362M: Hannes Reinecke <hare@suse.de>
403M: hare@suse.de
404L: linux-scsi@vger.kernel.org 363L: linux-scsi@vger.kernel.org
405S: Maintained 364S: Maintained
406F: drivers/scsi/aic7xxx/ 365F: drivers/scsi/aic7xxx/
407F: drivers/scsi/aic7xxx_old/ 366F: drivers/scsi/aic7xxx_old/
408 367
409AIO 368AIO
410P: Benjamin LaHaise 369M: Benjamin LaHaise <bcrl@kvack.org>
411M: bcrl@kvack.org
412L: linux-aio@kvack.org 370L: linux-aio@kvack.org
413S: Supported 371S: Supported
414F: fs/aio.c 372F: fs/aio.c
415F: include/linux/*aio*.h 373F: include/linux/*aio*.h
416 374
417ALCATEL SPEEDTOUCH USB DRIVER 375ALCATEL SPEEDTOUCH USB DRIVER
418P: Duncan Sands 376M: Duncan Sands <duncan.sands@free.fr>
419M: duncan.sands@free.fr
420L: linux-usb@vger.kernel.org 377L: linux-usb@vger.kernel.org
421W: http://www.linux-usb.org/SpeedTouch/ 378W: http://www.linux-usb.org/SpeedTouch/
422S: Maintained 379S: Maintained
@@ -424,32 +381,27 @@ F: drivers/usb/atm/speedtch.c
424F: drivers/usb/atm/usbatm.c 381F: drivers/usb/atm/usbatm.c
425 382
426ALCHEMY AU1XX0 MMC DRIVER 383ALCHEMY AU1XX0 MMC DRIVER
427P: Manuel Lauss 384M: Manuel Lauss <manuel.lauss@gmail.com>
428M: manuel.lauss@gmail.com
429S: Maintained 385S: Maintained
430F: drivers/mmc/host/au1xmmc.c 386F: drivers/mmc/host/au1xmmc.c
431 387
432ALI1563 I2C DRIVER 388ALI1563 I2C DRIVER
433P: Rudolf Marek 389M: Rudolf Marek <r.marek@assembler.cz>
434M: r.marek@assembler.cz
435L: linux-i2c@vger.kernel.org 390L: linux-i2c@vger.kernel.org
436S: Maintained 391S: Maintained
437F: Documentation/i2c/busses/i2c-ali1563 392F: Documentation/i2c/busses/i2c-ali1563
438F: drivers/i2c/busses/i2c-ali1563.c 393F: drivers/i2c/busses/i2c-ali1563.c
439 394
440ALPHA PORT 395ALPHA PORT
441P: Richard Henderson 396M: Richard Henderson <rth@twiddle.net>
442M: rth@twiddle.net
443S: Odd Fixes for 2.4; Maintained for 2.6. 397S: Odd Fixes for 2.4; Maintained for 2.6.
444P: Ivan Kokshaysky 398M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
445M: ink@jurassic.park.msu.ru
446S: Maintained for 2.4; PCI support for 2.6. 399S: Maintained for 2.4; PCI support for 2.6.
447L: linux-alpha@vger.kernel.org 400L: linux-alpha@vger.kernel.org
448F: arch/alpha/ 401F: arch/alpha/
449 402
450AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 403AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
451P: Thomas Dahlmann 404M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
452M: dahlmann.thomas@arcor.de
453L: linux-geode@lists.infradead.org (moderated for non-subscribers) 405L: linux-geode@lists.infradead.org (moderated for non-subscribers)
454S: Supported 406S: Supported
455F: drivers/usb/gadget/amd5536udc.* 407F: drivers/usb/gadget/amd5536udc.*
@@ -466,8 +418,7 @@ F: drivers/video/geode/
466F: arch/x86/include/asm/geode.h 418F: arch/x86/include/asm/geode.h
467 419
468AMD IOMMU (AMD-VI) 420AMD IOMMU (AMD-VI)
469P: Joerg Roedel 421M: Joerg Roedel <joerg.roedel@amd.com>
470M: joerg.roedel@amd.com
471L: iommu@lists.linux-foundation.org 422L: iommu@lists.linux-foundation.org
472T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git 423T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
473S: Supported 424S: Supported
@@ -475,40 +426,33 @@ F: arch/x86/kernel/amd_iommu*.c
475F: arch/x86/include/asm/amd_iommu*.h 426F: arch/x86/include/asm/amd_iommu*.h
476 427
477AMD MICROCODE UPDATE SUPPORT 428AMD MICROCODE UPDATE SUPPORT
478P: Andreas Herrmann 429M: Andreas Herrmann <andreas.herrmann3@amd.com>
479M: andreas.herrmann3@amd.com
480L: amd64-microcode@amd64.org 430L: amd64-microcode@amd64.org
481S: Supported 431S: Supported
482F: arch/x86/kernel/microcode_amd.c 432F: arch/x86/kernel/microcode_amd.c
483 433
484AMS (Apple Motion Sensor) DRIVER 434AMS (Apple Motion Sensor) DRIVER
485P: Stelian Pop 435M: Stelian Pop <stelian@popies.net>
486M: stelian@popies.net 436M: Michael Hanselmann <linux-kernel@hansmi.ch>
487P: Michael Hanselmann
488M: linux-kernel@hansmi.ch
489S: Supported 437S: Supported
490F: drivers/hwmon/ams/ 438F: drivers/hwmon/ams/
491 439
492AMSO1100 RNIC DRIVER 440AMSO1100 RNIC DRIVER
493P: Tom Tucker 441M: Tom Tucker <tom@opengridcomputing.com>
494M: tom@opengridcomputing.com 442M: Steve Wise <swise@opengridcomputing.com>
495P: Steve Wise
496M: swise@opengridcomputing.com
497L: general@lists.openfabrics.org 443L: general@lists.openfabrics.org
498S: Maintained 444S: Maintained
499F: drivers/infiniband/hw/amso1100/ 445F: drivers/infiniband/hw/amso1100/
500 446
501AOA (Apple Onboard Audio) ALSA DRIVER 447AOA (Apple Onboard Audio) ALSA DRIVER
502P: Johannes Berg 448M: Johannes Berg <johannes@sipsolutions.net>
503M: johannes@sipsolutions.net
504L: linuxppc-dev@ozlabs.org 449L: linuxppc-dev@ozlabs.org
505L: alsa-devel@alsa-project.org (moderated for non-subscribers) 450L: alsa-devel@alsa-project.org (moderated for non-subscribers)
506S: Maintained 451S: Maintained
507F: sound/aoa/ 452F: sound/aoa/
508 453
509APM DRIVER 454APM DRIVER
510P: Stephen Rothwell 455M: Stephen Rothwell <sfr@canb.auug.org.au>
511M: sfr@canb.auug.org.au
512L: linux-laptop@vger.kernel.org 456L: linux-laptop@vger.kernel.org
513W: http://www.canb.auug.org.au/~sfr/ 457W: http://www.canb.auug.org.au/~sfr/
514S: Supported 458S: Supported
@@ -516,51 +460,44 @@ F: arch/x86/kernel/apm_32.c
516F: include/linux/apm_bios.h 460F: include/linux/apm_bios.h
517 461
518APPLE BCM5974 MULTITOUCH DRIVER 462APPLE BCM5974 MULTITOUCH DRIVER
519P: Henrik Rydberg 463M: Henrik Rydberg <rydberg@euromail.se>
520M: rydberg@euromail.se
521L: linux-input@vger.kernel.org 464L: linux-input@vger.kernel.org
522S: Maintained 465S: Maintained
523F: drivers/input/mouse/bcm5974.c 466F: drivers/input/mouse/bcm5974.c
524 467
525APPLE SMC DRIVER 468APPLE SMC DRIVER
526P: Nicolas Boichat 469M: Nicolas Boichat <nicolas@boichat.ch>
527M: nicolas@boichat.ch
528L: mactel-linux-devel@lists.sourceforge.net 470L: mactel-linux-devel@lists.sourceforge.net
529S: Maintained 471S: Maintained
530F: drivers/hwmon/applesmc.c 472F: drivers/hwmon/applesmc.c
531 473
532APPLETALK NETWORK LAYER 474APPLETALK NETWORK LAYER
533P: Arnaldo Carvalho de Melo 475M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
534M: acme@ghostprotocols.net
535S: Maintained 476S: Maintained
536F: drivers/net/appletalk/ 477F: drivers/net/appletalk/
537F: net/appletalk/ 478F: net/appletalk/
538 479
539APPLETOUCH TOUCHPAD DRIVER 480APPLETOUCH TOUCHPAD DRIVER
540P: Johannes Berg 481M: Johannes Berg <johannes@sipsolutions.net>
541M: johannes@sipsolutions.net
542L: linux-input@vger.kernel.org 482L: linux-input@vger.kernel.org
543S: Maintained 483S: Maintained
544F: Documentation/input/appletouch.txt 484F: Documentation/input/appletouch.txt
545F: drivers/input/mouse/appletouch.c 485F: drivers/input/mouse/appletouch.c
546 486
547ARC FRAMEBUFFER DRIVER 487ARC FRAMEBUFFER DRIVER
548P: Jaya Kumar 488M: Jaya Kumar <jayalk@intworks.biz>
549M: jayalk@intworks.biz
550S: Maintained 489S: Maintained
551F: drivers/video/arcfb.c 490F: drivers/video/arcfb.c
552F: drivers/video/fb_defio.c 491F: drivers/video/fb_defio.c
553 492
554ARM MFM AND FLOPPY DRIVERS 493ARM MFM AND FLOPPY DRIVERS
555P: Ian Molton 494M: Ian Molton <spyro@f2s.com>
556M: spyro@f2s.com
557S: Maintained 495S: Maintained
558F: arch/arm/lib/floppydma.S 496F: arch/arm/lib/floppydma.S
559F: arch/arm/include/asm/floppy.h 497F: arch/arm/include/asm/floppy.h
560 498
561ARM PORT 499ARM PORT
562P: Russell King 500M: Russell King <linux@arm.linux.org.uk>
563M: linux@arm.linux.org.uk
564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565W: http://www.arm.linux.org.uk/ 502W: http://www.arm.linux.org.uk/
566S: Maintained 503S: Maintained
@@ -571,79 +508,67 @@ S: Orphan
571F: drivers/mmc/host/mmci.* 508F: drivers/mmc/host/mmci.*
572 509
573ARM/ADI ROADRUNNER MACHINE SUPPORT 510ARM/ADI ROADRUNNER MACHINE SUPPORT
574P: Lennert Buytenhek 511M: Lennert Buytenhek <kernel@wantstofly.org>
575M: kernel@wantstofly.org
576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577S: Maintained 513S: Maintained
578F: arch/arm/mach-ixp23xx/ 514F: arch/arm/mach-ixp23xx/
579F: arch/arm/mach-ixp23xx/include/mach/ 515F: arch/arm/mach-ixp23xx/include/mach/
580 516
581ARM/ADS SPHERE MACHINE SUPPORT 517ARM/ADS SPHERE MACHINE SUPPORT
582P: Lennert Buytenhek 518M: Lennert Buytenhek <kernel@wantstofly.org>
583M: kernel@wantstofly.org
584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585S: Maintained 520S: Maintained
586 521
587ARM/AFEB9260 MACHINE SUPPORT 522ARM/AFEB9260 MACHINE SUPPORT
588P: Sergey Lapin 523M: Sergey Lapin <slapin@ossfans.org>
589M: slapin@ossfans.org
590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 524L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
591S: Maintained 525S: Maintained
592 526
593ARM/AJECO 1ARM MACHINE SUPPORT 527ARM/AJECO 1ARM MACHINE SUPPORT
594P: Lennert Buytenhek 528M: Lennert Buytenhek <kernel@wantstofly.org>
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained 530S: Maintained
598 531
599ARM/ATMEL AT91RM9200 ARM ARCHITECTURE 532ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
600P: Andrew Victor 533M: Andrew Victor <linux@maxim.org.za>
601M: linux@maxim.org.za
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603W: http://maxim.org.za/at91_26.html 535W: http://maxim.org.za/at91_26.html
604S: Maintained 536S: Maintained
605 537
606ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 538ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
607P: Lennert Buytenhek 539M: Lennert Buytenhek <kernel@wantstofly.org>
608M: kernel@wantstofly.org
609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610S: Maintained 541S: Maintained
611 542
612ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 543ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
613P: Lennert Buytenhek 544M: Lennert Buytenhek <kernel@wantstofly.org>
614M: kernel@wantstofly.org
615L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616S: Maintained 546S: Maintained
617 547
618ARM/CLKDEV SUPPORT 548ARM/CLKDEV SUPPORT
619P: Russell King 549M: Russell King <linux@arm.linux.org.uk>
620M: linux@arm.linux.org.uk
621L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
622F: arch/arm/common/clkdev.c 551F: arch/arm/common/clkdev.c
623F: arch/arm/include/asm/clkdev.h 552F: arch/arm/include/asm/clkdev.h
624 553
625ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT 554ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
626P: Mike Rapoport 555M: Mike Rapoport <mike@compulab.co.il>
627M: mike@compulab.co.il
628L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
629S: Maintained 557S: Maintained
630 558
631ARM/CORGI MACHINE SUPPORT 559ARM/CORGI MACHINE SUPPORT
632P: Richard Purdie 560M: Richard Purdie <rpurdie@rpsys.net>
633M: rpurdie@rpsys.net
634S: Maintained 561S: Maintained
635 562
636ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 563ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
637P: Paulius Zaleckas 564M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
638M: paulius.zaleckas@teltonika.lt
639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
640T: git git://gitorious.org/linux-gemini/mainline.git 566T: git git://gitorious.org/linux-gemini/mainline.git
641S: Maintained 567S: Maintained
642F: arch/arm/mach-gemini/ 568F: arch/arm/mach-gemini/
643 569
644ARM/EBSA110 MACHINE SUPPORT 570ARM/EBSA110 MACHINE SUPPORT
645P: Russell King 571M: Russell King <linux@arm.linux.org.uk>
646M: linux@arm.linux.org.uk
647L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648W: http://www.arm.linux.org.uk/ 573W: http://www.arm.linux.org.uk/
649S: Maintained 574S: Maintained
@@ -651,12 +576,9 @@ F: arch/arm/mach-ebsa110/
651F: drivers/net/arm/am79c961a.* 576F: drivers/net/arm/am79c961a.*
652 577
653ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 578ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
654P: Daniel Ribeiro 579M: Daniel Ribeiro <drwyrm@gmail.com>
655M: drwyrm@gmail.com 580M: Stefan Schmidt <stefan@openezx.org>
656P: Stefan Schmidt 581M: Harald Welte <laforge@openezx.org>
657M: stefan@openezx.org
658P: Harald Welte
659M: laforge@openezx.org
660L: openezx-devel@lists.openezx.org (subscribers-only) 582L: openezx-devel@lists.openezx.org (subscribers-only)
661W: http://www.openezx.org/ 583W: http://www.openezx.org/
662S: Maintained 584S: Maintained
@@ -664,15 +586,13 @@ T: topgit git://git.openezx.org/openezx.git
664F: arch/arm/mach-pxa/ezx.c 586F: arch/arm/mach-pxa/ezx.c
665 587
666ARM/FARADAY FA526 PORT 588ARM/FARADAY FA526 PORT
667P: Paulius Zaleckas 589M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
668M: paulius.zaleckas@teltonika.lt
669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670S: Maintained 591S: Maintained
671F: arch/arm/mm/*-fa* 592F: arch/arm/mm/*-fa*
672 593
673ARM/FOOTBRIDGE ARCHITECTURE 594ARM/FOOTBRIDGE ARCHITECTURE
674P: Russell King 595M: Russell King <linux@arm.linux.org.uk>
675M: linux@arm.linux.org.uk
676L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677W: http://www.arm.linux.org.uk/ 597W: http://www.arm.linux.org.uk/
678S: Maintained 598S: Maintained
@@ -680,175 +600,143 @@ F: arch/arm/include/asm/hardware/dec21285.h
680F: arch/arm/mach-footbridge/ 600F: arch/arm/mach-footbridge/
681 601
682ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 602ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
683P: Sascha Hauer 603M: Sascha Hauer <kernel@pengutronix.de>
684M: kernel@pengutronix.de
685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
686S: Maintained 605S: Maintained
687 606
688ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 607ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
689P: Lennert Buytenhek 608M: Lennert Buytenhek <kernel@wantstofly.org>
690M: kernel@wantstofly.org
691L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
692S: Maintained 610S: Maintained
693 611
694ARM/GUMSTIX MACHINE SUPPORT 612ARM/GUMSTIX MACHINE SUPPORT
695P: Steve Sakoman 613M: Steve Sakoman <sakoman@gmail.com>
696M: sakoman@gmail.com
697L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 614L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
698S: Maintained 615S: Maintained
699 616
700ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT 617ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
701P: Philipp Zabel 618M: Philipp Zabel <philipp.zabel@gmail.com>
702M: philipp.zabel@gmail.com
703S: Maintained 619S: Maintained
704F: arch/arm/mach-pxa/hx4700.c 620F: arch/arm/mach-pxa/hx4700.c
705F: arch/arm/mach-pxa/include/mach/hx4700.h 621F: arch/arm/mach-pxa/include/mach/hx4700.h
706 622
707ARM/HP JORNADA 7XX MACHINE SUPPORT 623ARM/HP JORNADA 7XX MACHINE SUPPORT
708P: Kristoffer Ericson 624M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
709M: kristoffer.ericson@gmail.com
710W: www.jlime.com 625W: www.jlime.com
711S: Maintained 626S: Maintained
712 627
713ARM/INTEL IOP32X ARM ARCHITECTURE 628ARM/INTEL IOP32X ARM ARCHITECTURE
714P: Lennert Buytenhek 629M: Lennert Buytenhek <kernel@wantstofly.org>
715M: kernel@wantstofly.org 630M: Dan Williams <dan.j.williams@intel.com>
716P: Dan Williams
717M: dan.j.williams@intel.com
718L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 631L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
719S: Supported 632S: Supported
720 633
721ARM/INTEL IOP33X ARM ARCHITECTURE 634ARM/INTEL IOP33X ARM ARCHITECTURE
722P: Dan Williams 635M: Dan Williams <dan.j.williams@intel.com>
723M: dan.j.williams@intel.com
724L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 636L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
725S: Supported 637S: Supported
726 638
727ARM/INTEL IOP13XX ARM ARCHITECTURE 639ARM/INTEL IOP13XX ARM ARCHITECTURE
728P: Lennert Buytenhek 640M: Lennert Buytenhek <kernel@wantstofly.org>
729M: kernel@wantstofly.org 641M: Dan Williams <dan.j.williams@intel.com>
730P: Dan Williams
731M: dan.j.williams@intel.com
732L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 642L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
733S: Supported 643S: Supported
734 644
735ARM/INTEL IQ81342EX MACHINE SUPPORT 645ARM/INTEL IQ81342EX MACHINE SUPPORT
736P: Lennert Buytenhek 646M: Lennert Buytenhek <kernel@wantstofly.org>
737M: kernel@wantstofly.org 647M: Dan Williams <dan.j.williams@intel.com>
738P: Dan Williams
739M: dan.j.williams@intel.com
740L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 648L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
741S: Supported 649S: Supported
742 650
743ARM/INTEL IXP2000 ARM ARCHITECTURE 651ARM/INTEL IXP2000 ARM ARCHITECTURE
744P: Lennert Buytenhek 652M: Lennert Buytenhek <kernel@wantstofly.org>
745M: kernel@wantstofly.org
746L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
747S: Maintained 654S: Maintained
748 655
749ARM/INTEL IXDP2850 MACHINE SUPPORT 656ARM/INTEL IXDP2850 MACHINE SUPPORT
750P: Lennert Buytenhek 657M: Lennert Buytenhek <kernel@wantstofly.org>
751M: kernel@wantstofly.org
752L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 658L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
753S: Maintained 659S: Maintained
754 660
755ARM/INTEL IXP23XX ARM ARCHITECTURE 661ARM/INTEL IXP23XX ARM ARCHITECTURE
756P: Lennert Buytenhek 662M: Lennert Buytenhek <kernel@wantstofly.org>
757M: kernel@wantstofly.org
758L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 663L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
759S: Maintained 664S: Maintained
760 665
761ARM/INTEL XSC3 (MANZANO) ARM CORE 666ARM/INTEL XSC3 (MANZANO) ARM CORE
762P: Lennert Buytenhek 667M: Lennert Buytenhek <kernel@wantstofly.org>
763M: kernel@wantstofly.org 668M: Dan Williams <dan.j.williams@intel.com>
764P: Dan Williams
765M: dan.j.williams@intel.com
766L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
767S: Supported 670S: Supported
768 671
769ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 672ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
770P: Lennert Buytenhek 673M: Lennert Buytenhek <kernel@wantstofly.org>
771M: kernel@wantstofly.org
772L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 674L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
773S: Maintained 675S: Maintained
774 676
775ARM/LOGICPD PXA270 MACHINE SUPPORT 677ARM/LOGICPD PXA270 MACHINE SUPPORT
776P: Lennert Buytenhek 678M: Lennert Buytenhek <kernel@wantstofly.org>
777M: kernel@wantstofly.org
778L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
779S: Maintained 680S: Maintained
780 681
781ARM/MAGICIAN MACHINE SUPPORT 682ARM/MAGICIAN MACHINE SUPPORT
782P: Philipp Zabel 683M: Philipp Zabel <philipp.zabel@gmail.com>
783M: philipp.zabel@gmail.com
784S: Maintained 684S: Maintained
785 685
786ARM/MIOA701 MACHINE SUPPORT 686ARM/MIOA701 MACHINE SUPPORT
787P: Robert Jarzmik 687M: Robert Jarzmik <robert.jarzmik@free.fr>
788M: robert.jarzmik@free.fr
789L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 688L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
790F: arch/arm/mach-pxa/mioa701.c 689F: arch/arm/mach-pxa/mioa701.c
791S: Maintained 690S: Maintained
792 691
793ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 692ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794P: Michael Petchkovsky 693M: Michael Petchkovsky <mkpetch@internode.on.net>
795M: mkpetch@internode.on.net
796S: Maintained 694S: Maintained
797 695
798ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT 696ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
799P: Nelson Castillo 697M: Nelson Castillo <arhuaco@freaks-unidos.net>
800M: arhuaco@freaks-unidos.net
801L: openmoko-kernel@lists.openmoko.org (subscribers-only) 698L: openmoko-kernel@lists.openmoko.org (subscribers-only)
802W: http://wiki.openmoko.org/wiki/Neo_FreeRunner 699W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
803S: Supported 700S: Supported
804 701
805ARM/TOSA MACHINE SUPPORT 702ARM/TOSA MACHINE SUPPORT
806P: Dmitry Eremin-Solenikov 703M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
807M: dbaryshkov@gmail.com 704M: Dirk Opfer <dirk@opfer-online.de>
808P: Dirk Opfer
809M: dirk@opfer-online.de
810S: Maintained 705S: Maintained
811 706
812ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT 707ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
813P: Marek Vasut 708M: Marek Vasut <marek.vasut@gmail.com>
814M: marek.vasut@gmail.com
815W: http://hackndev.com 709W: http://hackndev.com
816S: Maintained 710S: Maintained
817 711
818ARM/PALM TREO 680 SUPPORT 712ARM/PALM TREO 680 SUPPORT
819P: Tomas Cech 713M: Tomas Cech <sleep_walker@suse.cz>
820M: sleep_walker@suse.cz
821W: http://hackndev.com 714W: http://hackndev.com
822S: Maintained 715S: Maintained
823 716
824ARM/PALMZ72 SUPPORT 717ARM/PALMZ72 SUPPORT
825P: Sergey Lapin 718M: Sergey Lapin <slapin@ossfans.org>
826M: slapin@ossfans.org
827W: http://hackndev.com 719W: http://hackndev.com
828S: Maintained 720S: Maintained
829 721
830ARM/PLEB SUPPORT 722ARM/PLEB SUPPORT
831P: Peter Chubb 723M: Peter Chubb <pleb@gelato.unsw.edu.au>
832M: pleb@gelato.unsw.edu.au
833W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 724W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
834S: Maintained 725S: Maintained
835 726
836ARM/PT DIGITAL BOARD PORT 727ARM/PT DIGITAL BOARD PORT
837P: Stefan Eletzhofer 728M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
838M: stefan.eletzhofer@eletztrick.de
839L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 729L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
840W: http://www.arm.linux.org.uk/ 730W: http://www.arm.linux.org.uk/
841S: Maintained 731S: Maintained
842 732
843ARM/RADISYS ENP2611 MACHINE SUPPORT 733ARM/RADISYS ENP2611 MACHINE SUPPORT
844P: Lennert Buytenhek 734M: Lennert Buytenhek <kernel@wantstofly.org>
845M: kernel@wantstofly.org
846L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 735L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
847S: Maintained 736S: Maintained
848 737
849ARM/RISCPC ARCHITECTURE 738ARM/RISCPC ARCHITECTURE
850P: Russell King 739M: Russell King <linux@arm.linux.org.uk>
851M: linux@arm.linux.org.uk
852L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 740L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853W: http://www.arm.linux.org.uk/ 741W: http://www.arm.linux.org.uk/
854S: Maintained 742S: Maintained
@@ -862,14 +750,12 @@ F: drivers/net/arm/ether*
862F: drivers/scsi/arm/ 750F: drivers/scsi/arm/
863 751
864ARM/SHARK MACHINE SUPPORT 752ARM/SHARK MACHINE SUPPORT
865P: Alexander Schulz 753M: Alexander Schulz <alex@shark-linux.de>
866M: alex@shark-linux.de
867W: http://www.shark-linux.de/shark.html 754W: http://www.shark-linux.de/shark.html
868S: Maintained 755S: Maintained
869 756
870ARM/SAMSUNG ARM ARCHITECTURES 757ARM/SAMSUNG ARM ARCHITECTURES
871P: Ben Dooks 758M: Ben Dooks <ben-linux@fluff.org>
872M: ben-linux@fluff.org
873L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 759L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
874W: http://www.fluff.org/ben/linux/ 760W: http://www.fluff.org/ben/linux/
875S: Maintained 761S: Maintained
@@ -877,85 +763,73 @@ F: arch/arm/plat-s3c/
877F: arch/arm/plat-s3c24xx/ 763F: arch/arm/plat-s3c24xx/
878 764
879ARM/S3C2410 ARM ARCHITECTURE 765ARM/S3C2410 ARM ARCHITECTURE
880P: Ben Dooks 766M: Ben Dooks <ben-linux@fluff.org>
881M: ben-linux@fluff.org
882L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 767L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
883W: http://www.fluff.org/ben/linux/ 768W: http://www.fluff.org/ben/linux/
884S: Maintained 769S: Maintained
885F: arch/arm/mach-s3c2410/ 770F: arch/arm/mach-s3c2410/
886 771
887ARM/S3C2440 ARM ARCHITECTURE 772ARM/S3C2440 ARM ARCHITECTURE
888P: Ben Dooks 773M: Ben Dooks <ben-linux@fluff.org>
889M: ben-linux@fluff.org
890L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 774L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
891W: http://www.fluff.org/ben/linux/ 775W: http://www.fluff.org/ben/linux/
892S: Maintained 776S: Maintained
893F: arch/arm/mach-s3c2440/ 777F: arch/arm/mach-s3c2440/
894 778
895ARM/S3C2442 ARM ARCHITECTURE 779ARM/S3C2442 ARM ARCHITECTURE
896P: Ben Dooks 780M: Ben Dooks <ben-linux@fluff.org>
897M: ben-linux@fluff.org
898L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 781L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
899W: http://www.fluff.org/ben/linux/ 782W: http://www.fluff.org/ben/linux/
900S: Maintained 783S: Maintained
901F: arch/arm/mach-s3c2442/ 784F: arch/arm/mach-s3c2442/
902 785
903ARM/S3C2443 ARM ARCHITECTURE 786ARM/S3C2443 ARM ARCHITECTURE
904P: Ben Dooks 787M: Ben Dooks <ben-linux@fluff.org>
905M: ben-linux@fluff.org
906L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 788L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
907W: http://www.fluff.org/ben/linux/ 789W: http://www.fluff.org/ben/linux/
908S: Maintained 790S: Maintained
909F: arch/arm/mach-s3c2443/ 791F: arch/arm/mach-s3c2443/
910 792
911ARM/S3C6400 ARM ARCHITECTURE 793ARM/S3C6400 ARM ARCHITECTURE
912P: Ben Dooks 794M: Ben Dooks <ben-linux@fluff.org>
913M: ben-linux@fluff.org
914L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 795L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
915W: http://www.fluff.org/ben/linux/ 796W: http://www.fluff.org/ben/linux/
916S: Maintained 797S: Maintained
917F: arch/arm/mach-s3c6400/ 798F: arch/arm/mach-s3c6400/
918 799
919ARM/S3C6410 ARM ARCHITECTURE 800ARM/S3C6410 ARM ARCHITECTURE
920P: Ben Dooks 801M: Ben Dooks <ben-linux@fluff.org>
921M: ben-linux@fluff.org
922L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 802L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
923W: http://www.fluff.org/ben/linux/ 803W: http://www.fluff.org/ben/linux/
924S: Maintained 804S: Maintained
925F: arch/arm/mach-s3c6410/ 805F: arch/arm/mach-s3c6410/
926 806
927ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 807ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
928P: Lennert Buytenhek 808M: Lennert Buytenhek <kernel@wantstofly.org>
929M: kernel@wantstofly.org
930L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 809L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
931S: Maintained 810S: Maintained
932 811
933ARM/THECUS N2100 MACHINE SUPPORT 812ARM/THECUS N2100 MACHINE SUPPORT
934P: Lennert Buytenhek 813M: Lennert Buytenhek <kernel@wantstofly.org>
935M: kernel@wantstofly.org
936L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 814L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
937S: Maintained 815S: Maintained
938 816
939ARM/NUVOTON W90X900 ARM ARCHITECTURE 817ARM/NUVOTON W90X900 ARM ARCHITECTURE
940P: Wan ZongShun 818M: Wan ZongShun <mcuos.com@gmail.com>
941M: mcuos.com@gmail.com
942L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 819L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
943W: http://www.mcuos.com 820W: http://www.mcuos.com
944S: Maintained 821S: Maintained
945 822
946ARM/VFP SUPPORT 823ARM/VFP SUPPORT
947P: Russell King 824M: Russell King <linux@arm.linux.org.uk>
948M: linux@arm.linux.org.uk
949L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 825L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
950W: http://www.arm.linux.org.uk/ 826W: http://www.arm.linux.org.uk/
951S: Maintained 827S: Maintained
952F: arch/arm/vfp/ 828F: arch/arm/vfp/
953 829
954ASUS ACPI EXTRAS DRIVER 830ASUS ACPI EXTRAS DRIVER
955P: Corentin Chary 831M: Corentin Chary <corentincj@iksaif.net>
956M: corentincj@iksaif.net 832M: Karol Kozimor <sziwan@users.sourceforge.net>
957P: Karol Kozimor
958M: sziwan@users.sourceforge.net
959L: acpi4asus-user@lists.sourceforge.net 833L: acpi4asus-user@lists.sourceforge.net
960W: http://acpi4asus.sf.net 834W: http://acpi4asus.sf.net
961S: Maintained 835S: Maintained
@@ -963,25 +837,21 @@ F: arch/x86/kernel/acpi/boot.c
963F: drivers/platform/x86/asus_acpi.c 837F: drivers/platform/x86/asus_acpi.c
964 838
965ASUS ASB100 HARDWARE MONITOR DRIVER 839ASUS ASB100 HARDWARE MONITOR DRIVER
966P: Mark M. Hoffman 840M: "Mark M. Hoffman" <mhoffman@lightlink.com>
967M: mhoffman@lightlink.com
968L: lm-sensors@lm-sensors.org 841L: lm-sensors@lm-sensors.org
969S: Maintained 842S: Maintained
970F: drivers/hwmon/asb100.c 843F: drivers/hwmon/asb100.c
971 844
972ASUS LAPTOP EXTRAS DRIVER 845ASUS LAPTOP EXTRAS DRIVER
973P: Corentin Chary 846M: Corentin Chary <corentincj@iksaif.net>
974M: corentincj@iksaif.net
975L: acpi4asus-user@lists.sourceforge.net 847L: acpi4asus-user@lists.sourceforge.net
976W: http://acpi4asus.sf.net 848W: http://acpi4asus.sf.net
977S: Maintained 849S: Maintained
978F: drivers/platform/x86/asus-laptop.c 850F: drivers/platform/x86/asus-laptop.c
979 851
980ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 852ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
981P: Dan Williams 853M: Dan Williams <dan.j.williams@intel.com>
982M: dan.j.williams@intel.com 854M: Maciej Sosnowski <maciej.sosnowski@intel.com>
983P: Maciej Sosnowski
984M: maciej.sosnowski@intel.com
985W: http://sourceforge.net/projects/xscaleiop 855W: http://sourceforge.net/projects/xscaleiop
986S: Supported 856S: Supported
987F: Documentation/crypto/async-tx-api.txt 857F: Documentation/crypto/async-tx-api.txt
@@ -991,64 +861,49 @@ F: include/linux/dmaengine.h
991F: include/linux/async_tx.h 861F: include/linux/async_tx.h
992 862
993ATA OVER ETHERNET (AOE) DRIVER 863ATA OVER ETHERNET (AOE) DRIVER
994P: Ed L. Cashin 864M: "Ed L. Cashin" <ecashin@coraid.com>
995M: ecashin@coraid.com
996W: http://www.coraid.com/support/linux 865W: http://www.coraid.com/support/linux
997S: Supported 866S: Supported
998F: Documentation/aoe/ 867F: Documentation/aoe/
999F: drivers/block/aoe/ 868F: drivers/block/aoe/
1000 869
1001ATHEROS ATH5K WIRELESS DRIVER 870ATHEROS ATH5K WIRELESS DRIVER
1002P: Jiri Slaby 871M: Jiri Slaby <jirislaby@gmail.com>
1003M: jirislaby@gmail.com 872M: Nick Kossifidis <mickflemm@gmail.com>
1004P: Nick Kossifidis 873M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1005M: mickflemm@gmail.com 874M: Bob Copeland <me@bobcopeland.com>
1006P: Luis R. Rodriguez
1007M: lrodriguez@atheros.com
1008P: Bob Copeland
1009M: me@bobcopeland.com
1010L: linux-wireless@vger.kernel.org 875L: linux-wireless@vger.kernel.org
1011L: ath5k-devel@lists.ath5k.org 876L: ath5k-devel@lists.ath5k.org
1012S: Maintained 877S: Maintained
1013F: drivers/net/wireless/ath/ath5k/ 878F: drivers/net/wireless/ath/ath5k/
1014 879
1015ATHEROS ATH9K WIRELESS DRIVER 880ATHEROS ATH9K WIRELESS DRIVER
1016P: Luis R. Rodriguez 881M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1017M: lrodriguez@atheros.com 882M: Jouni Malinen <jmalinen@atheros.com>
1018P: Jouni Malinen 883M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
1019M: jmalinen@atheros.com 884M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
1020P: Sujith Manoharan 885M: Senthil Balasubramanian <senthilkumar@atheros.com>
1021M: Sujith.Manoharan@atheros.com
1022P: Vasanthakumar Thiagarajan
1023M: vasanth@atheros.com
1024P: Senthil Balasubramanian
1025M: senthilkumar@atheros.com
1026L: linux-wireless@vger.kernel.org 886L: linux-wireless@vger.kernel.org
1027L: ath9k-devel@lists.ath9k.org 887L: ath9k-devel@lists.ath9k.org
1028S: Supported 888S: Supported
1029F: drivers/net/wireless/ath/ath9k/ 889F: drivers/net/wireless/ath/ath9k/
1030 890
1031ATHEROS AR9170 WIRELESS DRIVER 891ATHEROS AR9170 WIRELESS DRIVER
1032P: Christian Lamparter 892M: Christian Lamparter <chunkeey@web.de>
1033M: chunkeey@web.de
1034L: linux-wireless@vger.kernel.org 893L: linux-wireless@vger.kernel.org
1035W: http://wireless.kernel.org/en/users/Drivers/ar9170 894W: http://wireless.kernel.org/en/users/Drivers/ar9170
1036S: Maintained 895S: Maintained
1037F: drivers/net/wireless/ath/ar9170/ 896F: drivers/net/wireless/ath/ar9170/
1038 897
1039ATI_REMOTE2 DRIVER 898ATI_REMOTE2 DRIVER
1040P: Ville Syrjala 899M: Ville Syrjala <syrjala@sci.fi>
1041M: syrjala@sci.fi
1042S: Maintained 900S: Maintained
1043F: drivers/input/misc/ati_remote2.c 901F: drivers/input/misc/ati_remote2.c
1044 902
1045ATLX ETHERNET DRIVERS 903ATLX ETHERNET DRIVERS
1046P: Jay Cliburn 904M: Jay Cliburn <jcliburn@gmail.com>
1047M: jcliburn@gmail.com 905M: Chris Snook <csnook@redhat.com>
1048P: Chris Snook 906M: Jie Yang <jie.yang@atheros.com>
1049M: csnook@redhat.com
1050P: Jie Yang
1051M: jie.yang@atheros.com
1052L: atl1-devel@lists.sourceforge.net 907L: atl1-devel@lists.sourceforge.net
1053W: http://sourceforge.net/projects/atl1 908W: http://sourceforge.net/projects/atl1
1054W: http://atl1.sourceforge.net 909W: http://atl1.sourceforge.net
@@ -1056,8 +911,7 @@ S: Maintained
1056F: drivers/net/atlx/ 911F: drivers/net/atlx/
1057 912
1058ATM 913ATM
1059P: Chas Williams 914M: Chas Williams <chas@cmf.nrl.navy.mil>
1060M: chas@cmf.nrl.navy.mil
1061L: linux-atm-general@lists.sourceforge.net (subscribers-only) 915L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1062L: netdev@vger.kernel.org 916L: netdev@vger.kernel.org
1063W: http://linux-atm.sourceforge.net 917W: http://linux-atm.sourceforge.net
@@ -1066,8 +920,7 @@ F: drivers/atm/
1066F: include/linux/atm* 920F: include/linux/atm*
1067 921
1068ATMEL AT91 MCI DRIVER 922ATMEL AT91 MCI DRIVER
1069P: Nicolas Ferre 923M: Nicolas Ferre <nicolas.ferre@atmel.com>
1070M: nicolas.ferre@atmel.com
1071L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 924L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1072W: http://www.atmel.com/products/AT91/ 925W: http://www.atmel.com/products/AT91/
1073W: http://www.at91.com/ 926W: http://www.at91.com/
@@ -1075,49 +928,42 @@ S: Maintained
1075F: drivers/mmc/host/at91_mci.c 928F: drivers/mmc/host/at91_mci.c
1076 929
1077ATMEL AT91 / AT32 MCI DRIVER 930ATMEL AT91 / AT32 MCI DRIVER
1078P: Nicolas Ferre 931M: Nicolas Ferre <nicolas.ferre@atmel.com>
1079M: nicolas.ferre@atmel.com
1080S: Maintained 932S: Maintained
1081F: drivers/mmc/host/atmel-mci.c 933F: drivers/mmc/host/atmel-mci.c
1082F: drivers/mmc/host/atmel-mci-regs.h 934F: drivers/mmc/host/atmel-mci-regs.h
1083 935
1084ATMEL AT91 / AT32 SERIAL DRIVER 936ATMEL AT91 / AT32 SERIAL DRIVER
1085P: Haavard Skinnemoen 937M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1086M: hskinnemoen@atmel.com
1087S: Supported 938S: Supported
1088F: drivers/serial/atmel_serial.c 939F: drivers/serial/atmel_serial.c
1089 940
1090ATMEL LCDFB DRIVER 941ATMEL LCDFB DRIVER
1091P: Nicolas Ferre 942M: Nicolas Ferre <nicolas.ferre@atmel.com>
1092M: nicolas.ferre@atmel.com
1093L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 943L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1094S: Maintained 944S: Maintained
1095F: drivers/video/atmel_lcdfb.c 945F: drivers/video/atmel_lcdfb.c
1096F: include/video/atmel_lcdc.h 946F: include/video/atmel_lcdc.h
1097 947
1098ATMEL MACB ETHERNET DRIVER 948ATMEL MACB ETHERNET DRIVER
1099P: Haavard Skinnemoen 949M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1100M: hskinnemoen@atmel.com
1101S: Supported 950S: Supported
1102F: drivers/net/macb.* 951F: drivers/net/macb.*
1103 952
1104ATMEL SPI DRIVER 953ATMEL SPI DRIVER
1105P: Haavard Skinnemoen 954M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1106M: hskinnemoen@atmel.com
1107S: Supported 955S: Supported
1108F: drivers/spi/atmel_spi.* 956F: drivers/spi/atmel_spi.*
1109 957
1110ATMEL USBA UDC DRIVER 958ATMEL USBA UDC DRIVER
1111P: Haavard Skinnemoen 959M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1112M: hskinnemoen@atmel.com
1113L: kernel@avr32linux.org 960L: kernel@avr32linux.org
1114W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 961W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1115S: Supported 962S: Supported
1116F: drivers/usb/gadget/atmel_usba_udc.* 963F: drivers/usb/gadget/atmel_usba_udc.*
1117 964
1118ATMEL WIRELESS DRIVER 965ATMEL WIRELESS DRIVER
1119P: Simon Kelley 966M: Simon Kelley <simon@thekelleys.org.uk>
1120M: simon@thekelleys.org.uk
1121L: linux-wireless@vger.kernel.org 967L: linux-wireless@vger.kernel.org
1122W: http://www.thekelleys.org.uk/atmel 968W: http://www.thekelleys.org.uk/atmel
1123W: http://atmelwlandriver.sourceforge.net/ 969W: http://atmelwlandriver.sourceforge.net/
@@ -1125,10 +971,8 @@ S: Maintained
1125F: drivers/net/wireless/atmel* 971F: drivers/net/wireless/atmel*
1126 972
1127AUDIT SUBSYSTEM 973AUDIT SUBSYSTEM
1128P: Al Viro 974M: Al Viro <viro@zeniv.linux.org.uk>
1129M: viro@zeniv.linux.org.uk 975M: Eric Paris <eparis@redhat.com>
1130P: Eric Paris
1131M: eparis@redhat.com
1132L: linux-audit@redhat.com (subscribers-only) 976L: linux-audit@redhat.com (subscribers-only)
1133W: http://people.redhat.com/sgrubb/audit/ 977W: http://people.redhat.com/sgrubb/audit/
1134T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 978T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
@@ -1137,8 +981,7 @@ F: include/linux/audit.h
1137F: kernel/audit* 981F: kernel/audit*
1138 982
1139AUXILIARY DISPLAY DRIVERS 983AUXILIARY DISPLAY DRIVERS
1140P: Miguel Ojeda Sandonis 984M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1141M: miguel.ojeda.sandonis@gmail.com
1142W: http://miguelojeda.es/auxdisplay.htm 985W: http://miguelojeda.es/auxdisplay.htm
1143W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 986W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1144S: Maintained 987S: Maintained
@@ -1146,8 +989,7 @@ F: drivers/auxdisplay/
1146F: include/linux/cfag12864b.h 989F: include/linux/cfag12864b.h
1147 990
1148AVR32 ARCHITECTURE 991AVR32 ARCHITECTURE
1149P: Haavard Skinnemoen 992M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1150M: hskinnemoen@atmel.com
1151W: http://www.atmel.com/products/AVR32/ 993W: http://www.atmel.com/products/AVR32/
1152W: http://avr32linux.org/ 994W: http://avr32linux.org/
1153W: http://avrfreaks.net/ 995W: http://avrfreaks.net/
@@ -1155,14 +997,12 @@ S: Supported
1155F: arch/avr32/ 997F: arch/avr32/
1156 998
1157AVR32/AT32AP MACHINE SUPPORT 999AVR32/AT32AP MACHINE SUPPORT
1158P: Haavard Skinnemoen 1000M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1159M: hskinnemoen@atmel.com
1160S: Supported 1001S: Supported
1161F: arch/avr32/mach-at32ap/ 1002F: arch/avr32/mach-at32ap/
1162 1003
1163AX.25 NETWORK LAYER 1004AX.25 NETWORK LAYER
1164P: Ralf Baechle 1005M: Ralf Baechle <ralf@linux-mips.org>
1165M: ralf@linux-mips.org
1166L: linux-hams@vger.kernel.org 1006L: linux-hams@vger.kernel.org
1167W: http://www.linux-ax25.org/ 1007W: http://www.linux-ax25.org/
1168S: Maintained 1008S: Maintained
@@ -1171,128 +1011,110 @@ F: include/net/ax25.h
1171F: net/ax25/ 1011F: net/ax25/
1172 1012
1173B43 WIRELESS DRIVER 1013B43 WIRELESS DRIVER
1174P: Michael Buesch 1014M: Michael Buesch <mb@bu3sch.de>
1175M: mb@bu3sch.de 1015M: Stefano Brivio <stefano.brivio@polimi.it>
1176P: Stefano Brivio
1177M: stefano.brivio@polimi.it
1178L: linux-wireless@vger.kernel.org 1016L: linux-wireless@vger.kernel.org
1179W: http://linuxwireless.org/en/users/Drivers/b43 1017W: http://linuxwireless.org/en/users/Drivers/b43
1180S: Maintained 1018S: Maintained
1181F: drivers/net/wireless/b43/ 1019F: drivers/net/wireless/b43/
1182 1020
1183B43LEGACY WIRELESS DRIVER 1021B43LEGACY WIRELESS DRIVER
1184P: Larry Finger 1022M: Larry Finger <Larry.Finger@lwfinger.net>
1185M: Larry.Finger@lwfinger.net 1023M: Stefano Brivio <stefano.brivio@polimi.it>
1186P: Stefano Brivio
1187M: stefano.brivio@polimi.it
1188L: linux-wireless@vger.kernel.org 1024L: linux-wireless@vger.kernel.org
1189W: http://linuxwireless.org/en/users/Drivers/b43 1025W: http://linuxwireless.org/en/users/Drivers/b43
1190S: Maintained 1026S: Maintained
1191F: drivers/net/wireless/b43legacy/ 1027F: drivers/net/wireless/b43legacy/
1192 1028
1193BACKLIGHT CLASS/SUBSYSTEM 1029BACKLIGHT CLASS/SUBSYSTEM
1194P: Richard Purdie 1030M: Richard Purdie <rpurdie@rpsys.net>
1195M: rpurdie@rpsys.net
1196S: Maintained 1031S: Maintained
1197F: drivers/video/backlight/ 1032F: drivers/video/backlight/
1198F: include/linux/backlight.h 1033F: include/linux/backlight.h
1199 1034
1200BAYCOM/HDLCDRV DRIVERS FOR AX.25 1035BAYCOM/HDLCDRV DRIVERS FOR AX.25
1201P: Thomas Sailer 1036M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1202M: t.sailer@alumni.ethz.ch
1203L: linux-hams@vger.kernel.org 1037L: linux-hams@vger.kernel.org
1204W: http://www.baycom.org/~tom/ham/ham.html 1038W: http://www.baycom.org/~tom/ham/ham.html
1205S: Maintained 1039S: Maintained
1206F: drivers/net/hamradio/baycom* 1040F: drivers/net/hamradio/baycom*
1207 1041
1208BEFS FILE SYSTEM 1042BEFS FILE SYSTEM
1209P: Sergey S. Kostyliov 1043M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1210M: rathamahata@php4.ru
1211S: Maintained 1044S: Maintained
1212F: Documentation/filesystems/befs.txt 1045F: Documentation/filesystems/befs.txt
1213F: fs/befs/ 1046F: fs/befs/
1214 1047
1215BFS FILE SYSTEM 1048BFS FILE SYSTEM
1216P: Tigran A. Aivazian 1049M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1217M: tigran@aivazian.fsnet.co.uk
1218S: Maintained 1050S: Maintained
1219F: Documentation/filesystems/bfs.txt 1051F: Documentation/filesystems/bfs.txt
1220F: fs/bfs/ 1052F: fs/bfs/
1221F: include/linux/bfs_fs.h 1053F: include/linux/bfs_fs.h
1222 1054
1223BLACKFIN ARCHITECTURE 1055BLACKFIN ARCHITECTURE
1224P: Mike Frysinger 1056M: Mike Frysinger <vapier@gentoo.org>
1225M: vapier@gentoo.org
1226L: uclinux-dist-devel@blackfin.uclinux.org 1057L: uclinux-dist-devel@blackfin.uclinux.org
1227W: http://blackfin.uclinux.org 1058W: http://blackfin.uclinux.org
1228S: Supported 1059S: Supported
1229F: arch/blackfin/ 1060F: arch/blackfin/
1230 1061
1231BLACKFIN EMAC DRIVER 1062BLACKFIN EMAC DRIVER
1232P: Michael Hennerich 1063M: Michael Hennerich <michael.hennerich@analog.com>
1233M: michael.hennerich@analog.com
1234L: uclinux-dist-devel@blackfin.uclinux.org 1064L: uclinux-dist-devel@blackfin.uclinux.org
1235W: http://blackfin.uclinux.org 1065W: http://blackfin.uclinux.org
1236S: Supported 1066S: Supported
1237F: drivers/net/bfin_mac.* 1067F: drivers/net/bfin_mac.*
1238 1068
1239BLACKFIN RTC DRIVER 1069BLACKFIN RTC DRIVER
1240P: Mike Frysinger 1070M: Mike Frysinger <vapier.adi@gmail.com>
1241M: vapier.adi@gmail.com
1242L: uclinux-dist-devel@blackfin.uclinux.org 1071L: uclinux-dist-devel@blackfin.uclinux.org
1243W: http://blackfin.uclinux.org 1072W: http://blackfin.uclinux.org
1244S: Supported 1073S: Supported
1245F: drivers/rtc/rtc-bfin.c 1074F: drivers/rtc/rtc-bfin.c
1246 1075
1247BLACKFIN SERIAL DRIVER 1076BLACKFIN SERIAL DRIVER
1248P: Sonic Zhang 1077M: Sonic Zhang <sonic.zhang@analog.com>
1249M: sonic.zhang@analog.com
1250L: uclinux-dist-devel@blackfin.uclinux.org 1078L: uclinux-dist-devel@blackfin.uclinux.org
1251W: http://blackfin.uclinux.org 1079W: http://blackfin.uclinux.org
1252S: Supported 1080S: Supported
1253F: drivers/serial/bfin_5xx.c 1081F: drivers/serial/bfin_5xx.c
1254 1082
1255BLACKFIN WATCHDOG DRIVER 1083BLACKFIN WATCHDOG DRIVER
1256P: Mike Frysinger 1084M: Mike Frysinger <vapier.adi@gmail.com>
1257M: vapier.adi@gmail.com
1258L: uclinux-dist-devel@blackfin.uclinux.org 1085L: uclinux-dist-devel@blackfin.uclinux.org
1259W: http://blackfin.uclinux.org 1086W: http://blackfin.uclinux.org
1260S: Supported 1087S: Supported
1261F: drivers/watchdog/bfin_wdt.c 1088F: drivers/watchdog/bfin_wdt.c
1262 1089
1263BLACKFIN I2C TWI DRIVER 1090BLACKFIN I2C TWI DRIVER
1264P: Sonic Zhang 1091M: Sonic Zhang <sonic.zhang@analog.com>
1265M: sonic.zhang@analog.com
1266L: uclinux-dist-devel@blackfin.uclinux.org 1092L: uclinux-dist-devel@blackfin.uclinux.org
1267W: http://blackfin.uclinux.org/ 1093W: http://blackfin.uclinux.org/
1268S: Supported 1094S: Supported
1269F: drivers/i2c/busses/i2c-bfin-twi.c 1095F: drivers/i2c/busses/i2c-bfin-twi.c
1270 1096
1271BLOCK LAYER 1097BLOCK LAYER
1272P: Jens Axboe 1098M: Jens Axboe <axboe@kernel.dk>
1273M: axboe@kernel.dk
1274T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 1099T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1275S: Maintained 1100S: Maintained
1276F: block/ 1101F: block/
1277 1102
1278BLOCK2MTD DRIVER 1103BLOCK2MTD DRIVER
1279P: Joern Engel 1104M: Joern Engel <joern@lazybastard.org>
1280M: joern@lazybastard.org
1281L: linux-mtd@lists.infradead.org 1105L: linux-mtd@lists.infradead.org
1282S: Maintained 1106S: Maintained
1283F: drivers/mtd/devices/block2mtd.c 1107F: drivers/mtd/devices/block2mtd.c
1284 1108
1285BLUETOOTH DRIVERS 1109BLUETOOTH DRIVERS
1286P: Marcel Holtmann 1110M: Marcel Holtmann <marcel@holtmann.org>
1287M: marcel@holtmann.org
1288L: linux-bluetooth@vger.kernel.org 1111L: linux-bluetooth@vger.kernel.org
1289W: http://www.bluez.org/ 1112W: http://www.bluez.org/
1290S: Maintained 1113S: Maintained
1291F: drivers/bluetooth/ 1114F: drivers/bluetooth/
1292 1115
1293BLUETOOTH SUBSYSTEM 1116BLUETOOTH SUBSYSTEM
1294P: Marcel Holtmann 1117M: Marcel Holtmann <marcel@holtmann.org>
1295M: marcel@holtmann.org
1296L: linux-bluetooth@vger.kernel.org 1118L: linux-bluetooth@vger.kernel.org
1297W: http://www.bluez.org/ 1119W: http://www.bluez.org/
1298T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git 1120T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
@@ -1301,8 +1123,7 @@ F: net/bluetooth/
1301F: include/net/bluetooth/ 1123F: include/net/bluetooth/
1302 1124
1303BONDING DRIVER 1125BONDING DRIVER
1304P: Jay Vosburgh 1126M: Jay Vosburgh <fubar@us.ibm.com>
1305M: fubar@us.ibm.com
1306L: bonding-devel@lists.sourceforge.net 1127L: bonding-devel@lists.sourceforge.net
1307W: http://sourceforge.net/projects/bonding/ 1128W: http://sourceforge.net/projects/bonding/
1308S: Supported 1129S: Supported
@@ -1310,54 +1131,46 @@ F: drivers/net/bonding/
1310F: include/linux/if_bonding.h 1131F: include/linux/if_bonding.h
1311 1132
1312BROADCOM B44 10/100 ETHERNET DRIVER 1133BROADCOM B44 10/100 ETHERNET DRIVER
1313P: Gary Zambrano 1134M: Gary Zambrano <zambrano@broadcom.com>
1314M: zambrano@broadcom.com
1315L: netdev@vger.kernel.org 1135L: netdev@vger.kernel.org
1316S: Supported 1136S: Supported
1317F: drivers/net/b44.* 1137F: drivers/net/b44.*
1318 1138
1319BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1139BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1320P: Michael Chan 1140M: Michael Chan <mchan@broadcom.com>
1321M: mchan@broadcom.com
1322L: netdev@vger.kernel.org 1141L: netdev@vger.kernel.org
1323S: Supported 1142S: Supported
1324F: drivers/net/bnx2.* 1143F: drivers/net/bnx2.*
1325F: drivers/net/bnx2_* 1144F: drivers/net/bnx2_*
1326 1145
1327BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1146BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1328P: Eilon Greenstein 1147M: Eilon Greenstein <eilong@broadcom.com>
1329M: eilong@broadcom.com
1330L: netdev@vger.kernel.org 1148L: netdev@vger.kernel.org
1331S: Supported 1149S: Supported
1332F: drivers/net/bnx2x* 1150F: drivers/net/bnx2x*
1333 1151
1334BROADCOM TG3 GIGABIT ETHERNET DRIVER 1152BROADCOM TG3 GIGABIT ETHERNET DRIVER
1335P: Matt Carlson 1153M: Matt Carlson <mcarlson@broadcom.com>
1336M: mcarlson@broadcom.com 1154M: Michael Chan <mchan@broadcom.com>
1337P: Michael Chan
1338M: mchan@broadcom.com
1339L: netdev@vger.kernel.org 1155L: netdev@vger.kernel.org
1340S: Supported 1156S: Supported
1341F: drivers/net/tg3.* 1157F: drivers/net/tg3.*
1342 1158
1343BSG (block layer generic sg v4 driver) 1159BSG (block layer generic sg v4 driver)
1344P: FUJITA Tomonori 1160M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1345M: fujita.tomonori@lab.ntt.co.jp
1346L: linux-scsi@vger.kernel.org 1161L: linux-scsi@vger.kernel.org
1347S: Supported 1162S: Supported
1348F: block/bsg.c 1163F: block/bsg.c
1349F: include/linux/bsg.h 1164F: include/linux/bsg.h
1350 1165
1351BT8XXGPIO DRIVER 1166BT8XXGPIO DRIVER
1352P: Michael Buesch 1167M: Michael Buesch <mb@bu3sch.de>
1353M: mb@bu3sch.de
1354W: http://bu3sch.de/btgpio.php 1168W: http://bu3sch.de/btgpio.php
1355S: Maintained 1169S: Maintained
1356F: drivers/gpio/bt8xxgpio.c 1170F: drivers/gpio/bt8xxgpio.c
1357 1171
1358BTRFS FILE SYSTEM 1172BTRFS FILE SYSTEM
1359P: Chris Mason 1173M: Chris Mason <chris.mason@oracle.com>
1360M: chris.mason@oracle.com
1361L: linux-btrfs@vger.kernel.org 1174L: linux-btrfs@vger.kernel.org
1362W: http://btrfs.wiki.kernel.org/ 1175W: http://btrfs.wiki.kernel.org/
1363T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git 1176T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
@@ -1366,8 +1179,7 @@ F: Documentation/filesystems/btrfs.txt
1366F: fs/btrfs/ 1179F: fs/btrfs/
1367 1180
1368BTTV VIDEO4LINUX DRIVER 1181BTTV VIDEO4LINUX DRIVER
1369P: Mauro Carvalho Chehab 1182M: Mauro Carvalho Chehab <mchehab@infradead.org>
1370M: mchehab@infradead.org
1371L: linux-media@vger.kernel.org 1183L: linux-media@vger.kernel.org
1372W: http://linuxtv.org 1184W: http://linuxtv.org
1373T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1185T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -1376,16 +1188,14 @@ F: Documentation/video4linux/bttv/
1376F: drivers/media/video/bt8xx/bttv* 1188F: drivers/media/video/bt8xx/bttv*
1377 1189
1378CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 1190CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1379P: David Howells 1191M: David Howells <dhowells@redhat.com>
1380M: dhowells@redhat.com
1381L: linux-cachefs@redhat.com 1192L: linux-cachefs@redhat.com
1382S: Supported 1193S: Supported
1383F: Documentation/filesystems/caching/cachefiles.txt 1194F: Documentation/filesystems/caching/cachefiles.txt
1384F: fs/cachefiles/ 1195F: fs/cachefiles/
1385 1196
1386CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1197CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1387P: Jonathan Corbet 1198M: Jonathan Corbet <corbet@lwn.net>
1388M: corbet@lwn.net
1389L: linux-media@vger.kernel.org 1199L: linux-media@vger.kernel.org
1390T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1200T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1391S: Maintained 1201S: Maintained
@@ -1393,10 +1203,8 @@ F: Documentation/video4linux/cafe_ccic
1393F: drivers/media/video/cafe_ccic* 1203F: drivers/media/video/cafe_ccic*
1394 1204
1395CALGARY x86-64 IOMMU 1205CALGARY x86-64 IOMMU
1396P: Muli Ben-Yehuda 1206M: Muli Ben-Yehuda <muli@il.ibm.com>
1397M: muli@il.ibm.com 1207M: "Jon D. Mason" <jdmason@kudzu.us>
1398P: Jon D. Mason
1399M: jdmason@kudzu.us
1400L: discuss@x86-64.org 1208L: discuss@x86-64.org
1401S: Maintained 1209S: Maintained
1402F: arch/x86/kernel/pci-calgary_64.c 1210F: arch/x86/kernel/pci-calgary_64.c
@@ -1405,10 +1213,8 @@ F: arch/x86/include/asm/calgary.h
1405F: arch/x86/include/asm/tce.h 1213F: arch/x86/include/asm/tce.h
1406 1214
1407CAN NETWORK LAYER 1215CAN NETWORK LAYER
1408P: Urs Thuermann 1216M: Urs Thuermann <urs.thuermann@volkswagen.de>
1409M: urs.thuermann@volkswagen.de 1217M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1410P: Oliver Hartkopp
1411M: oliver.hartkopp@volkswagen.de
1412L: socketcan-core@lists.berlios.de (subscribers-only) 1218L: socketcan-core@lists.berlios.de (subscribers-only)
1413W: http://developer.berlios.de/projects/socketcan/ 1219W: http://developer.berlios.de/projects/socketcan/
1414S: Maintained 1220S: Maintained
@@ -1417,15 +1223,13 @@ F: include/linux/can/
1417F: include/linux/can.h 1223F: include/linux/can.h
1418 1224
1419CAN NETWORK DRIVERS 1225CAN NETWORK DRIVERS
1420P: Wolfgang Grandegger 1226M: Wolfgang Grandegger <wg@grandegger.com>
1421M: wg@grandegger.com
1422L: socketcan-core@lists.berlios.de (subscribers-only) 1227L: socketcan-core@lists.berlios.de (subscribers-only)
1423W: http://developer.berlios.de/projects/socketcan/ 1228W: http://developer.berlios.de/projects/socketcan/
1424S: Maintained 1229S: Maintained
1425 1230
1426CELL BROADBAND ENGINE ARCHITECTURE 1231CELL BROADBAND ENGINE ARCHITECTURE
1427P: Arnd Bergmann 1232M: Arnd Bergmann <arnd@arndb.de>
1428M: arnd@arndb.de
1429L: linuxppc-dev@ozlabs.org 1233L: linuxppc-dev@ozlabs.org
1430L: cbe-oss-dev@ozlabs.org 1234L: cbe-oss-dev@ozlabs.org
1431W: http://www.ibm.com/developerworks/power/cell/ 1235W: http://www.ibm.com/developerworks/power/cell/
@@ -1436,8 +1240,7 @@ F: arch/powerpc/oprofile/*cell*
1436F: arch/powerpc/platforms/cell/ 1240F: arch/powerpc/platforms/cell/
1437 1241
1438CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 1242CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1439P: David Vrabel 1243M: David Vrabel <david.vrabel@csr.com>
1440M: david.vrabel@csr.com
1441L: linux-usb@vger.kernel.org 1244L: linux-usb@vger.kernel.org
1442S: Supported 1245S: Supported
1443F: Documentation/usb/WUSB-Design-overview.txt 1246F: Documentation/usb/WUSB-Design-overview.txt
@@ -1446,8 +1249,7 @@ F: drivers/usb/wusbcore/
1446F: include/linux/usb/wusb* 1249F: include/linux/usb/wusb*
1447 1250
1448CFAG12864B LCD DRIVER 1251CFAG12864B LCD DRIVER
1449P: Miguel Ojeda Sandonis 1252M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1450M: miguel.ojeda.sandonis@gmail.com
1451W: http://miguelojeda.es/auxdisplay.htm 1253W: http://miguelojeda.es/auxdisplay.htm
1452W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1254W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1453S: Maintained 1255S: Maintained
@@ -1455,8 +1257,7 @@ F: drivers/auxdisplay/cfag12864b.c
1455F: include/linux/cfag12864b.h 1257F: include/linux/cfag12864b.h
1456 1258
1457CFAG12864BFB LCD FRAMEBUFFER DRIVER 1259CFAG12864BFB LCD FRAMEBUFFER DRIVER
1458P: Miguel Ojeda Sandonis 1260M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1459M: miguel.ojeda.sandonis@gmail.com
1460W: http://miguelojeda.es/auxdisplay.htm 1261W: http://miguelojeda.es/auxdisplay.htm
1461W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1262W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1462S: Maintained 1263S: Maintained
@@ -1464,8 +1265,7 @@ F: drivers/auxdisplay/cfag12864bfb.c
1464F: include/linux/cfag12864b.h 1265F: include/linux/cfag12864b.h
1465 1266
1466CFG80211 and NL80211 1267CFG80211 and NL80211
1467P: Johannes Berg 1268M: Johannes Berg <johannes@sipsolutions.net>
1468M: johannes@sipsolutions.net
1469L: linux-wireless@vger.kernel.org 1269L: linux-wireless@vger.kernel.org
1470S: Maintained 1270S: Maintained
1471F: include/linux/nl80211.h 1271F: include/linux/nl80211.h
@@ -1474,57 +1274,47 @@ F: net/wireless/*
1474X: net/wireless/wext* 1274X: net/wireless/wext*
1475 1275
1476CHECKPATCH 1276CHECKPATCH
1477P: Andy Whitcroft 1277M: Andy Whitcroft <apw@canonical.com>
1478M: apw@canonical.com
1479S: Supported 1278S: Supported
1480F: scripts/checkpatch.pl 1279F: scripts/checkpatch.pl
1481 1280
1482CISCO 10G ETHERNET DRIVER 1281CISCO 10G ETHERNET DRIVER
1483P: Scott Feldman 1282M: Scott Feldman <scofeldm@cisco.com>
1484M: scofeldm@cisco.com 1283M: Joe Eykholt <jeykholt@cisco.com>
1485P: Joe Eykholt
1486M: jeykholt@cisco.com
1487S: Supported 1284S: Supported
1488F: drivers/net/enic/ 1285F: drivers/net/enic/
1489 1286
1490CIRRUS LOGIC EP93XX ETHERNET DRIVER 1287CIRRUS LOGIC EP93XX ETHERNET DRIVER
1491P: Lennert Buytenhek 1288M: Lennert Buytenhek <kernel@wantstofly.org>
1492M: kernel@wantstofly.org
1493L: netdev@vger.kernel.org 1289L: netdev@vger.kernel.org
1494S: Maintained 1290S: Maintained
1495F: drivers/net/arm/ep93xx_eth.c 1291F: drivers/net/arm/ep93xx_eth.c
1496 1292
1497CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1293CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1498P: Lennert Buytenhek 1294M: Lennert Buytenhek <kernel@wantstofly.org>
1499M: kernel@wantstofly.org
1500L: linux-usb@vger.kernel.org 1295L: linux-usb@vger.kernel.org
1501S: Maintained 1296S: Maintained
1502F: drivers/usb/host/ohci-ep93xx.c 1297F: drivers/usb/host/ohci-ep93xx.c
1503 1298
1504CIRRUS LOGIC CS4270 SOUND DRIVER 1299CIRRUS LOGIC CS4270 SOUND DRIVER
1505P: Timur Tabi 1300M: Timur Tabi <timur@freescale.com>
1506M: timur@freescale.com
1507L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1301L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1508S: Supported 1302S: Supported
1509F: sound/soc/codecs/cs4270* 1303F: sound/soc/codecs/cs4270*
1510 1304
1511CLK API 1305CLK API
1512P: Russell King 1306M: Russell King <linux@arm.linux.org.uk>
1513M: linux@arm.linux.org.uk
1514F: include/linux/clk.h 1307F: include/linux/clk.h
1515 1308
1516CISCO FCOE HBA DRIVER 1309CISCO FCOE HBA DRIVER
1517P: Abhijeet Joglekar 1310M: Abhijeet Joglekar <abjoglek@cisco.com>
1518M: abjoglek@cisco.com 1311M: Joe Eykholt <jeykholt@cisco.com>
1519P: Joe Eykholt
1520M: jeykholt@cisco.com
1521L: linux-scsi@vger.kernel.org 1312L: linux-scsi@vger.kernel.org
1522S: Supported 1313S: Supported
1523F: drivers/scsi/fnic/ 1314F: drivers/scsi/fnic/
1524 1315
1525CODA FILE SYSTEM 1316CODA FILE SYSTEM
1526P: Jan Harkes 1317M: Jan Harkes <jaharkes@cs.cmu.edu>
1527M: jaharkes@cs.cmu.edu
1528M: coda@cs.cmu.edu 1318M: coda@cs.cmu.edu
1529L: codalist@coda.cs.cmu.edu 1319L: codalist@coda.cs.cmu.edu
1530W: http://www.coda.cs.cmu.edu/ 1320W: http://www.coda.cs.cmu.edu/
@@ -1534,8 +1324,7 @@ F: fs/coda/
1534F: include/linux/coda*.h 1324F: include/linux/coda*.h
1535 1325
1536COMMON INTERNET FILE SYSTEM (CIFS) 1326COMMON INTERNET FILE SYSTEM (CIFS)
1537P: Steve French 1327M: Steve French <sfrench@samba.org>
1538M: sfrench@samba.org
1539L: linux-cifs-client@lists.samba.org 1328L: linux-cifs-client@lists.samba.org
1540L: samba-technical@lists.samba.org 1329L: samba-technical@lists.samba.org
1541W: http://linux-cifs.samba.org/ 1330W: http://linux-cifs.samba.org/
@@ -1545,67 +1334,57 @@ F: Documentation/filesystems/cifs.txt
1545F: fs/cifs/ 1334F: fs/cifs/
1546 1335
1547COMPACTPCI HOTPLUG CORE 1336COMPACTPCI HOTPLUG CORE
1548P: Scott Murray 1337M: Scott Murray <scott@spiteful.org>
1549M: scott@spiteful.org
1550L: linux-pci@vger.kernel.org 1338L: linux-pci@vger.kernel.org
1551S: Maintained 1339S: Maintained
1552F: drivers/pci/hotplug/cpci_hotplug* 1340F: drivers/pci/hotplug/cpci_hotplug*
1553 1341
1554COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1342COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1555P: Scott Murray 1343M: Scott Murray <scott@spiteful.org>
1556M: scott@spiteful.org
1557L: linux-pci@vger.kernel.org 1344L: linux-pci@vger.kernel.org
1558S: Maintained 1345S: Maintained
1559F: drivers/pci/hotplug/cpcihp_zt5550.* 1346F: drivers/pci/hotplug/cpcihp_zt5550.*
1560 1347
1561COMPACTPCI HOTPLUG GENERIC DRIVER 1348COMPACTPCI HOTPLUG GENERIC DRIVER
1562P: Scott Murray 1349M: Scott Murray <scott@spiteful.org>
1563M: scott@spiteful.org
1564L: linux-pci@vger.kernel.org 1350L: linux-pci@vger.kernel.org
1565S: Maintained 1351S: Maintained
1566F: drivers/pci/hotplug/cpcihp_generic.c 1352F: drivers/pci/hotplug/cpcihp_generic.c
1567 1353
1568COMPAL LAPTOP SUPPORT 1354COMPAL LAPTOP SUPPORT
1569P: Cezary Jackiewicz 1355M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1570M: cezary.jackiewicz@gmail.com
1571S: Maintained 1356S: Maintained
1572F: drivers/platform/x86/compal-laptop.c 1357F: drivers/platform/x86/compal-laptop.c
1573 1358
1574COMPUTONE INTELLIPORT MULTIPORT CARD 1359COMPUTONE INTELLIPORT MULTIPORT CARD
1575P: Michael H. Warfield 1360M: "Michael H. Warfield" <mhw@wittsend.com>
1576M: mhw@wittsend.com
1577W: http://www.wittsend.com/computone.html 1361W: http://www.wittsend.com/computone.html
1578S: Maintained 1362S: Maintained
1579F: Documentation/serial/computone.txt 1363F: Documentation/serial/computone.txt
1580F: drivers/char/ip2/ 1364F: drivers/char/ip2/
1581 1365
1582CONEXANT ACCESSRUNNER USB DRIVER 1366CONEXANT ACCESSRUNNER USB DRIVER
1583P: Simon Arlott 1367M: Simon Arlott <cxacru@fire.lp0.eu>
1584M: cxacru@fire.lp0.eu
1585L: accessrunner-general@lists.sourceforge.net 1368L: accessrunner-general@lists.sourceforge.net
1586W: http://accessrunner.sourceforge.net/ 1369W: http://accessrunner.sourceforge.net/
1587S: Maintained 1370S: Maintained
1588F: drivers/usb/atm/cxacru.c 1371F: drivers/usb/atm/cxacru.c
1589 1372
1590CONFIGFS 1373CONFIGFS
1591P: Joel Becker 1374M: Joel Becker <joel.becker@oracle.com>
1592M: joel.becker@oracle.com
1593S: Supported 1375S: Supported
1594F: fs/configfs/ 1376F: fs/configfs/
1595F: include/linux/configfs.h 1377F: include/linux/configfs.h
1596 1378
1597CONNECTOR 1379CONNECTOR
1598P: Evgeniy Polyakov 1380M: Evgeniy Polyakov <zbr@ioremap.net>
1599M: zbr@ioremap.net
1600L: netdev@vger.kernel.org 1381L: netdev@vger.kernel.org
1601S: Maintained 1382S: Maintained
1602F: drivers/connector/ 1383F: drivers/connector/
1603 1384
1604CONTROL GROUPS (CGROUPS) 1385CONTROL GROUPS (CGROUPS)
1605P: Paul Menage 1386M: Paul Menage <menage@google.com>
1606M: menage@google.com 1387M: Li Zefan <lizf@cn.fujitsu.com>
1607P: Li Zefan
1608M: lizf@cn.fujitsu.com
1609L: containers@lists.linux-foundation.org 1388L: containers@lists.linux-foundation.org
1610S: Maintained 1389S: Maintained
1611F: include/linux/cgroup* 1390F: include/linux/cgroup*
@@ -1613,30 +1392,26 @@ F: kernel/cgroup*
1613F: mm/*cgroup* 1392F: mm/*cgroup*
1614 1393
1615CORETEMP HARDWARE MONITORING DRIVER 1394CORETEMP HARDWARE MONITORING DRIVER
1616P: Rudolf Marek 1395M: Rudolf Marek <r.marek@assembler.cz>
1617M: r.marek@assembler.cz
1618L: lm-sensors@lm-sensors.org 1396L: lm-sensors@lm-sensors.org
1619S: Maintained 1397S: Maintained
1620F: Documentation/hwmon/coretemp 1398F: Documentation/hwmon/coretemp
1621F: drivers/hwmon/coretemp.c 1399F: drivers/hwmon/coretemp.c
1622 1400
1623COSA/SRP SYNC SERIAL DRIVER 1401COSA/SRP SYNC SERIAL DRIVER
1624P: Jan "Yenya" Kasprzak 1402M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1625M: kas@fi.muni.cz
1626W: http://www.fi.muni.cz/~kas/cosa/ 1403W: http://www.fi.muni.cz/~kas/cosa/
1627S: Maintained 1404S: Maintained
1628F: drivers/net/wan/cosa* 1405F: drivers/net/wan/cosa*
1629 1406
1630CPMAC ETHERNET DRIVER 1407CPMAC ETHERNET DRIVER
1631P: Florian Fainelli 1408M: Florian Fainelli <florian@openwrt.org>
1632M: florian@openwrt.org
1633L: netdev@vger.kernel.org 1409L: netdev@vger.kernel.org
1634S: Maintained 1410S: Maintained
1635F: drivers/net/cpmac.c 1411F: drivers/net/cpmac.c
1636 1412
1637CPU FREQUENCY DRIVERS 1413CPU FREQUENCY DRIVERS
1638P: Dave Jones 1414M: Dave Jones <davej@redhat.com>
1639M: davej@redhat.com
1640L: cpufreq@vger.kernel.org 1415L: cpufreq@vger.kernel.org
1641W: http://www.codemonkey.org.uk/projects/cpufreq/ 1416W: http://www.codemonkey.org.uk/projects/cpufreq/
1642T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1417T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
@@ -1646,15 +1421,13 @@ F: drivers/cpufreq/
1646F: include/linux/cpufreq.h 1421F: include/linux/cpufreq.h
1647 1422
1648CPUID/MSR DRIVER 1423CPUID/MSR DRIVER
1649P: H. Peter Anvin 1424M: "H. Peter Anvin" <hpa@zytor.com>
1650M: hpa@zytor.com
1651S: Maintained 1425S: Maintained
1652F: arch/x86/kernel/cpuid.c 1426F: arch/x86/kernel/cpuid.c
1653F: arch/x86/kernel/msr.c 1427F: arch/x86/kernel/msr.c
1654 1428
1655CPUSETS 1429CPUSETS
1656P: Paul Menage 1430M: Paul Menage <menage@google.com>
1657M: menage@google.com
1658W: http://www.bullopensource.org/cpuset/ 1431W: http://www.bullopensource.org/cpuset/
1659W: http://oss.sgi.com/projects/cpusets/ 1432W: http://oss.sgi.com/projects/cpusets/
1660S: Supported 1433S: Supported
@@ -1669,20 +1442,16 @@ F: Documentation/filesystems/cramfs.txt
1669F: fs/cramfs/ 1442F: fs/cramfs/
1670 1443
1671CRIS PORT 1444CRIS PORT
1672P: Mikael Starvik 1445M: Mikael Starvik <starvik@axis.com>
1673M: starvik@axis.com 1446M: Jesper Nilsson <jesper.nilsson@axis.com>
1674P: Jesper Nilsson
1675M: jesper.nilsson@axis.com
1676L: linux-cris-kernel@axis.com 1447L: linux-cris-kernel@axis.com
1677W: http://developer.axis.com 1448W: http://developer.axis.com
1678S: Maintained 1449S: Maintained
1679F: arch/cris/ 1450F: arch/cris/
1680 1451
1681CRYPTO API 1452CRYPTO API
1682P: Herbert Xu 1453M: Herbert Xu <herbert@gondor.apana.org.au>
1683M: herbert@gondor.apana.org.au 1454M: "David S. Miller" <davem@davemloft.net>
1684P: David S. Miller
1685M: davem@davemloft.net
1686L: linux-crypto@vger.kernel.org 1455L: linux-crypto@vger.kernel.org
1687T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1456T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1688S: Maintained 1457S: Maintained
@@ -1693,22 +1462,18 @@ F: drivers/crypto/
1693F: include/crypto/ 1462F: include/crypto/
1694 1463
1695CRYPTOGRAPHIC RANDOM NUMBER GENERATOR 1464CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1696P: Neil Horman 1465M: Neil Horman <nhorman@tuxdriver.com>
1697M: nhorman@tuxdriver.com
1698L: linux-crypto@vger.kernel.org 1466L: linux-crypto@vger.kernel.org
1699S: Maintained 1467S: Maintained
1700 1468
1701CS5535 Audio ALSA driver 1469CS5535 Audio ALSA driver
1702P: Jaya Kumar 1470M: Jaya Kumar <jayakumar.alsa@gmail.com>
1703M: jayakumar.alsa@gmail.com
1704S: Maintained 1471S: Maintained
1705F: sound/pci/cs5535audio/ 1472F: sound/pci/cs5535audio/
1706 1473
1707CX18 VIDEO4LINUX DRIVER 1474CX18 VIDEO4LINUX DRIVER
1708P: Hans Verkuil 1475M: Hans Verkuil <hverkuil@xs4all.nl>
1709M: hverkuil@xs4all.nl 1476M: Andy Walls <awalls@radix.net>
1710P: Andy Walls
1711M: awalls@radix.net
1712L: ivtv-devel@ivtvdriver.org 1477L: ivtv-devel@ivtvdriver.org
1713L: linux-media@vger.kernel.org 1478L: linux-media@vger.kernel.org
1714T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1479T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -1719,32 +1484,28 @@ F: Documentation/video4linux/cx18.txt
1719F: drivers/media/video/cx18/ 1484F: drivers/media/video/cx18/
1720 1485
1721CXGB3 ETHERNET DRIVER (CXGB3) 1486CXGB3 ETHERNET DRIVER (CXGB3)
1722P: Divy Le Ray 1487M: Divy Le Ray <divy@chelsio.com>
1723M: divy@chelsio.com
1724L: netdev@vger.kernel.org 1488L: netdev@vger.kernel.org
1725W: http://www.chelsio.com 1489W: http://www.chelsio.com
1726S: Supported 1490S: Supported
1727F: drivers/net/cxgb3/ 1491F: drivers/net/cxgb3/
1728 1492
1729CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 1493CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1730P: Steve Wise 1494M: Steve Wise <swise@chelsio.com>
1731M: swise@chelsio.com
1732L: general@lists.openfabrics.org 1495L: general@lists.openfabrics.org
1733W: http://www.openfabrics.org 1496W: http://www.openfabrics.org
1734S: Supported 1497S: Supported
1735F: drivers/infiniband/hw/cxgb3/ 1498F: drivers/infiniband/hw/cxgb3/
1736 1499
1737CYBERPRO FB DRIVER 1500CYBERPRO FB DRIVER
1738P: Russell King 1501M: Russell King <linux@arm.linux.org.uk>
1739M: linux@arm.linux.org.uk
1740L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 1502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1741W: http://www.arm.linux.org.uk/ 1503W: http://www.arm.linux.org.uk/
1742S: Maintained 1504S: Maintained
1743F: drivers/video/cyber2000fb.* 1505F: drivers/video/cyber2000fb.*
1744 1506
1745CYCLADES 2X SYNC CARD DRIVER 1507CYCLADES 2X SYNC CARD DRIVER
1746P: Arnaldo Carvalho de Melo 1508M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1747M: acme@ghostprotocols.net
1748W: http://oops.ghostprotocols.net:81/blog 1509W: http://oops.ghostprotocols.net:81/blog
1749S: Maintained 1510S: Maintained
1750F: drivers/net/wan/cycx* 1511F: drivers/net/wan/cycx*
@@ -1761,8 +1522,7 @@ S: Orphan
1761F: drivers/net/wan/pc300* 1522F: drivers/net/wan/pc300*
1762 1523
1763DAMA SLAVE for AX.25 1524DAMA SLAVE for AX.25
1764P: Joerg Reuter 1525M: Joerg Reuter <jreuter@yaina.de>
1765M: jreuter@yaina.de
1766W: http://yaina.de/jreuter/ 1526W: http://yaina.de/jreuter/
1767W: http://www.qsl.net/dl1bke/ 1527W: http://www.qsl.net/dl1bke/
1768L: linux-hams@vger.kernel.org 1528L: linux-hams@vger.kernel.org
@@ -1776,29 +1536,23 @@ F: net/ax25/ax25_timer.c
1776F: net/ax25/sysctl_net_ax25.c 1536F: net/ax25/sysctl_net_ax25.c
1777 1537
1778DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1538DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1779P: Tobias Ringstrom 1539M: Tobias Ringstrom <tori@unhappy.mine.nu>
1780M: tori@unhappy.mine.nu
1781L: netdev@vger.kernel.org 1540L: netdev@vger.kernel.org
1782S: Maintained 1541S: Maintained
1783F: Documentation/networking/dmfe.txt 1542F: Documentation/networking/dmfe.txt
1784F: drivers/net/tulip/dmfe.c 1543F: drivers/net/tulip/dmfe.c
1785 1544
1786DC390/AM53C974 SCSI driver 1545DC390/AM53C974 SCSI driver
1787P: Kurt Garloff 1546M: Kurt Garloff <garloff@suse.de>
1788M: garloff@suse.de
1789W: http://www.garloff.de/kurt/linux/dc390/ 1547W: http://www.garloff.de/kurt/linux/dc390/
1790P: Guennadi Liakhovetski 1548M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1791M: g.liakhovetski@gmx.de
1792S: Maintained 1549S: Maintained
1793F: drivers/scsi/tmscsim.* 1550F: drivers/scsi/tmscsim.*
1794 1551
1795DC395x SCSI driver 1552DC395x SCSI driver
1796P: Oliver Neukum 1553M: Oliver Neukum <oliver@neukum.name>
1797M: oliver@neukum.name 1554M: Ali Akcaagac <aliakc@web.de>
1798P: Ali Akcaagac 1555M: Jamie Lenehan <lenehan@twibble.org>
1799M: aliakc@web.de
1800P: Jamie Lenehan
1801M: lenehan@twibble.org
1802W: http://twibble.org/dist/dc395x/ 1556W: http://twibble.org/dist/dc395x/
1803L: dc395x@twibble.org 1557L: dc395x@twibble.org
1804L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1558L: http://lists.twibble.org/mailman/listinfo/dc395x/
@@ -1807,8 +1561,7 @@ F: Documentation/scsi/dc395x.txt
1807F: drivers/scsi/dc395x.* 1561F: drivers/scsi/dc395x.*
1808 1562
1809DCCP PROTOCOL 1563DCCP PROTOCOL
1810P: Arnaldo Carvalho de Melo 1564M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1811M: acme@ghostprotocols.net
1812L: dccp@vger.kernel.org 1565L: dccp@vger.kernel.org
1813W: http://linux-net.osdl.org/index.php/DCCP 1566W: http://linux-net.osdl.org/index.php/DCCP
1814S: Maintained 1567S: Maintained
@@ -1817,8 +1570,7 @@ F: include/linux/tfrc.h
1817F: net/dccp/ 1570F: net/dccp/
1818 1571
1819DECnet NETWORK LAYER 1572DECnet NETWORK LAYER
1820P: Christine Caulfield 1573M: Christine Caulfield <christine.caulfield@googlemail.com>
1821M: christine.caulfield@googlemail.com
1822W: http://linux-decnet.sourceforge.net 1574W: http://linux-decnet.sourceforge.net
1823L: linux-decnet-user@lists.sourceforge.net 1575L: linux-decnet-user@lists.sourceforge.net
1824S: Maintained 1576S: Maintained
@@ -1826,40 +1578,34 @@ F: Documentation/networking/decnet.txt
1826F: net/decnet/ 1578F: net/decnet/
1827 1579
1828DEFXX FDDI NETWORK DRIVER 1580DEFXX FDDI NETWORK DRIVER
1829P: Maciej W. Rozycki 1581M: "Maciej W. Rozycki" <macro@linux-mips.org>
1830M: macro@linux-mips.org
1831S: Maintained 1582S: Maintained
1832F: drivers/net/defxx.* 1583F: drivers/net/defxx.*
1833 1584
1834DELL LAPTOP DRIVER 1585DELL LAPTOP DRIVER
1835P: Matthew Garrett 1586M: Matthew Garrett <mjg59@srcf.ucam.org>
1836M: mjg59@srcf.ucam.org
1837S: Maintained 1587S: Maintained
1838F: drivers/platform/x86/dell-laptop.c 1588F: drivers/platform/x86/dell-laptop.c
1839 1589
1840DELL LAPTOP SMM DRIVER 1590DELL LAPTOP SMM DRIVER
1841P: Massimo Dal Zotto 1591M: Massimo Dal Zotto <dz@debian.org>
1842M: dz@debian.org
1843W: http://www.debian.org/~dz/i8k/ 1592W: http://www.debian.org/~dz/i8k/
1844S: Maintained 1593S: Maintained
1845F: drivers/char/i8k.c 1594F: drivers/char/i8k.c
1846F: include/linux/i8k.h 1595F: include/linux/i8k.h
1847 1596
1848DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1597DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1849P: Doug Warzecha 1598M: Doug Warzecha <Douglas_Warzecha@dell.com>
1850M: Douglas_Warzecha@dell.com
1851S: Maintained 1599S: Maintained
1852F: Documentation/dcdbas.txt 1600F: Documentation/dcdbas.txt
1853F: drivers/firmware/dcdbas.* 1601F: drivers/firmware/dcdbas.*
1854 1602
1855DELL WMI EXTRAS DRIVER 1603DELL WMI EXTRAS DRIVER
1856P: Matthew Garrett 1604M: Matthew Garrett <mjg59@srcf.ucam.org>
1857M: mjg59@srcf.ucam.org
1858S: Maintained 1605S: Maintained
1859 1606
1860DEVICE NUMBER REGISTRY 1607DEVICE NUMBER REGISTRY
1861P: Torben Mathiasen 1608M: Torben Mathiasen <device@lanana.org>
1862M: device@lanana.org
1863W: http://lanana.org/docs/device-list/index.html 1609W: http://lanana.org/docs/device-list/index.html
1864S: Maintained 1610S: Maintained
1865 1611
@@ -1874,8 +1620,7 @@ F: include/linux/device-mapper.h
1874F: include/linux/dm-*.h 1620F: include/linux/dm-*.h
1875 1621
1876DIGI INTL. EPCA DRIVER 1622DIGI INTL. EPCA DRIVER
1877P: Digi International, Inc 1623M: "Digi International, Inc" <Eng.Linux@digi.com>
1878M: Eng.Linux@digi.com
1879L: Eng.Linux@digi.com 1624L: Eng.Linux@digi.com
1880W: http://www.digi.com 1625W: http://www.digi.com
1881S: Orphan 1626S: Orphan
@@ -1884,34 +1629,29 @@ F: drivers/char/epca*
1884F: drivers/char/digi* 1629F: drivers/char/digi*
1885 1630
1886DIRECTORY NOTIFICATION (DNOTIFY) 1631DIRECTORY NOTIFICATION (DNOTIFY)
1887P: Eric Paris 1632M: Eric Paris <eparis@parisplace.org>
1888M: eparis@parisplace.org
1889S: Maintained 1633S: Maintained
1890F: Documentation/filesystems/dnotify.txt 1634F: Documentation/filesystems/dnotify.txt
1891F: fs/notify/dnotify/ 1635F: fs/notify/dnotify/
1892F: include/linux/dnotify.h 1636F: include/linux/dnotify.h
1893 1637
1894DISK GEOMETRY AND PARTITION HANDLING 1638DISK GEOMETRY AND PARTITION HANDLING
1895P: Andries Brouwer 1639M: Andries Brouwer <aeb@cwi.nl>
1896M: aeb@cwi.nl
1897W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1640W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1898W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1641W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1899W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1642W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1900S: Maintained 1643S: Maintained
1901 1644
1902DISKQUOTA 1645DISKQUOTA
1903P: Jan Kara 1646M: Jan Kara <jack@suse.cz>
1904M: jack@suse.cz
1905S: Maintained 1647S: Maintained
1906F: Documentation/filesystems/quota.txt 1648F: Documentation/filesystems/quota.txt
1907F: fs/quota/ 1649F: fs/quota/
1908F: include/linux/quota*.h 1650F: include/linux/quota*.h
1909 1651
1910DISTRIBUTED LOCK MANAGER (DLM) 1652DISTRIBUTED LOCK MANAGER (DLM)
1911P: Christine Caulfield 1653M: Christine Caulfield <ccaulfie@redhat.com>
1912M: ccaulfie@redhat.com 1654M: David Teigland <teigland@redhat.com>
1913P: David Teigland
1914M: teigland@redhat.com
1915L: cluster-devel@redhat.com 1655L: cluster-devel@redhat.com
1916W: http://sources.redhat.com/cluster/ 1656W: http://sources.redhat.com/cluster/
1917T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git 1657T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
@@ -1919,52 +1659,44 @@ S: Supported
1919F: fs/dlm/ 1659F: fs/dlm/
1920 1660
1921DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1661DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1922P: Maciej Sosnowski 1662M: Maciej Sosnowski <maciej.sosnowski@intel.com>
1923M: maciej.sosnowski@intel.com 1663M: Dan Williams <dan.j.williams@intel.com>
1924P: Dan Williams
1925M: dan.j.williams@intel.com
1926S: Supported 1664S: Supported
1927F: drivers/dma/ 1665F: drivers/dma/
1928F: include/linux/dma* 1666F: include/linux/dma*
1929 1667
1930DME1737 HARDWARE MONITOR DRIVER 1668DME1737 HARDWARE MONITOR DRIVER
1931P: Juerg Haefliger 1669M: Juerg Haefliger <juergh@gmail.com>
1932M: juergh@gmail.com
1933L: lm-sensors@lm-sensors.org 1670L: lm-sensors@lm-sensors.org
1934S: Maintained 1671S: Maintained
1935F: Documentation/hwmon/dme1737 1672F: Documentation/hwmon/dme1737
1936F: drivers/hwmon/dme1737.c 1673F: drivers/hwmon/dme1737.c
1937 1674
1938DOCBOOK FOR DOCUMENTATION 1675DOCBOOK FOR DOCUMENTATION
1939P: Randy Dunlap 1676M: Randy Dunlap <rdunlap@xenotime.net>
1940M: rdunlap@xenotime.net
1941S: Maintained 1677S: Maintained
1942 1678
1943DOCKING STATION DRIVER 1679DOCKING STATION DRIVER
1944P: Shaohua Li 1680M: Shaohua Li <shaohua.li@intel.com>
1945M: shaohua.li@intel.com
1946L: linux-acpi@vger.kernel.org 1681L: linux-acpi@vger.kernel.org
1947S: Supported 1682S: Supported
1948F: drivers/acpi/dock.c 1683F: drivers/acpi/dock.c
1949 1684
1950DOCUMENTATION 1685DOCUMENTATION
1951P: Randy Dunlap 1686M: Randy Dunlap <rdunlap@xenotime.net>
1952M: rdunlap@xenotime.net
1953L: linux-doc@vger.kernel.org 1687L: linux-doc@vger.kernel.org
1954S: Maintained 1688S: Maintained
1955F: Documentation/ 1689F: Documentation/
1956 1690
1957DOUBLETALK DRIVER 1691DOUBLETALK DRIVER
1958P: James R. Van Zandt 1692M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1959M: jrv@vanzandt.mv.com
1960L: blinux-list@redhat.com 1693L: blinux-list@redhat.com
1961S: Maintained 1694S: Maintained
1962F: drivers/char/dtlk.c 1695F: drivers/char/dtlk.c
1963F: include/linux/dtlk.h 1696F: include/linux/dtlk.h
1964 1697
1965DPT_I2O SCSI RAID DRIVER 1698DPT_I2O SCSI RAID DRIVER
1966P: Adaptec OEM Raid Solutions 1699M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1967M: aacraid@adaptec.com
1968L: linux-scsi@vger.kernel.org 1700L: linux-scsi@vger.kernel.org
1969W: http://www.adaptec.com/ 1701W: http://www.adaptec.com/
1970S: Maintained 1702S: Maintained
@@ -1972,8 +1704,7 @@ F: drivers/scsi/dpt*
1972F: drivers/scsi/dpt/ 1704F: drivers/scsi/dpt/
1973 1705
1974DRIVER CORE, KOBJECTS, AND SYSFS 1706DRIVER CORE, KOBJECTS, AND SYSFS
1975P: Greg Kroah-Hartman 1707M: Greg Kroah-Hartman <gregkh@suse.de>
1976M: gregkh@suse.de
1977T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1708T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1978S: Supported 1709S: Supported
1979F: Documentation/kobject.txt 1710F: Documentation/kobject.txt
@@ -1983,52 +1714,45 @@ F: include/linux/kobj*
1983F: lib/kobj* 1714F: lib/kobj*
1984 1715
1985DRM DRIVERS 1716DRM DRIVERS
1986P: David Airlie 1717M: David Airlie <airlied@linux.ie>
1987M: airlied@linux.ie
1988L: dri-devel@lists.sourceforge.net 1718L: dri-devel@lists.sourceforge.net
1989T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1719T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1990S: Maintained 1720S: Maintained
1991F: drivers/gpu/drm/ 1721F: drivers/gpu/drm/
1992 1722
1993DSCC4 DRIVER 1723DSCC4 DRIVER
1994P: Francois Romieu 1724M: Francois Romieu <romieu@fr.zoreil.com>
1995M: romieu@fr.zoreil.com
1996L: netdev@vger.kernel.org 1725L: netdev@vger.kernel.org
1997S: Maintained 1726S: Maintained
1998F: drivers/net/wan/dscc4.c 1727F: drivers/net/wan/dscc4.c
1999 1728
2000DZ DECSTATION DZ11 SERIAL DRIVER 1729DZ DECSTATION DZ11 SERIAL DRIVER
2001P: Maciej W. Rozycki 1730M: "Maciej W. Rozycki" <macro@linux-mips.org>
2002M: macro@linux-mips.org
2003S: Maintained 1731S: Maintained
2004F: drivers/serial/dz.* 1732F: drivers/serial/dz.*
2005 1733
2006EATA-DMA SCSI DRIVER 1734EATA-DMA SCSI DRIVER
2007P: Michael Neuffer 1735M: Michael Neuffer <mike@i-Connect.Net>
2008M: mike@i-Connect.Net
2009L: linux-eata@i-connect.net 1736L: linux-eata@i-connect.net
2010L: linux-scsi@vger.kernel.org 1737L: linux-scsi@vger.kernel.org
2011S: Maintained 1738S: Maintained
2012F: drivers/scsi/eata* 1739F: drivers/scsi/eata*
2013 1740
2014EATA ISA/EISA/PCI SCSI DRIVER 1741EATA ISA/EISA/PCI SCSI DRIVER
2015P: Dario Ballabio 1742M: Dario Ballabio <ballabio_dario@emc.com>
2016M: ballabio_dario@emc.com
2017L: linux-scsi@vger.kernel.org 1743L: linux-scsi@vger.kernel.org
2018S: Maintained 1744S: Maintained
2019F: drivers/scsi/eata.c 1745F: drivers/scsi/eata.c
2020 1746
2021EATA-PIO SCSI DRIVER 1747EATA-PIO SCSI DRIVER
2022P: Michael Neuffer 1748M: Michael Neuffer <mike@i-Connect.Net>
2023M: mike@i-Connect.Net
2024L: linux-eata@i-connect.net 1749L: linux-eata@i-connect.net
2025L: linux-scsi@vger.kernel.org 1750L: linux-scsi@vger.kernel.org
2026S: Maintained 1751S: Maintained
2027F: drivers/scsi/eata_pio.* 1752F: drivers/scsi/eata_pio.*
2028 1753
2029EBTABLES 1754EBTABLES
2030P: Bart De Schuymer 1755M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2031M: bart.de.schuymer@pandora.be
2032L: ebtables-user@lists.sourceforge.net 1756L: ebtables-user@lists.sourceforge.net
2033L: ebtables-devel@lists.sourceforge.net 1757L: ebtables-devel@lists.sourceforge.net
2034W: http://ebtables.sourceforge.net/ 1758W: http://ebtables.sourceforge.net/
@@ -2037,10 +1761,8 @@ F: include/linux/netfilter_bridge/ebt_*.h
2037F: net/bridge/netfilter/ebt*.c 1761F: net/bridge/netfilter/ebt*.c
2038 1762
2039ECRYPT FILE SYSTEM 1763ECRYPT FILE SYSTEM
2040P: Tyler Hicks 1764M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2041M: tyhicks@linux.vnet.ibm.com 1765M: Dustin Kirkland <kirkland@canonical.com>
2042P: Dustin Kirkland
2043M: kirkland@canonical.com
2044L: ecryptfs-devel@lists.launchpad.net 1766L: ecryptfs-devel@lists.launchpad.net
2045W: https://launchpad.net/ecryptfs 1767W: https://launchpad.net/ecryptfs
2046S: Supported 1768S: Supported
@@ -2048,8 +1770,7 @@ F: Documentation/filesystems/ecryptfs.txt
2048F: fs/ecryptfs/ 1770F: fs/ecryptfs/
2049 1771
2050EDAC-CORE 1772EDAC-CORE
2051P: Doug Thompson 1773M: Doug Thompson <dougthompson@xmission.com>
2052M: dougthompson@xmission.com
2053L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1774L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2054W: bluesmoke.sourceforge.net 1775W: bluesmoke.sourceforge.net
2055S: Supported 1776S: Supported
@@ -2058,94 +1779,80 @@ F: drivers/edac/edac_*
2058F: include/linux/edac.h 1779F: include/linux/edac.h
2059 1780
2060EDAC-AMD64 1781EDAC-AMD64
2061P: Doug Thompson 1782M: Doug Thompson <dougthompson@xmission.com>
2062M: dougthompson@xmission.com 1783M: Borislav Petkov <borislav.petkov@amd.com>
2063P: Borislav Petkov
2064M: borislav.petkov@amd.com
2065L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1784L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2066W: bluesmoke.sourceforge.net 1785W: bluesmoke.sourceforge.net
2067S: Supported 1786S: Supported
2068F: drivers/edac/amd64_edac* 1787F: drivers/edac/amd64_edac*
2069 1788
2070EDAC-E752X 1789EDAC-E752X
2071P: Mark Gross 1790M: Mark Gross <mark.gross@intel.com>
2072M: mark.gross@intel.com 1791M: Doug Thompson <dougthompson@xmission.com>
2073P: Doug Thompson
2074M: dougthompson@xmission.com
2075L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1792L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2076W: bluesmoke.sourceforge.net 1793W: bluesmoke.sourceforge.net
2077S: Maintained 1794S: Maintained
2078F: drivers/edac/e752x_edac.c 1795F: drivers/edac/e752x_edac.c
2079 1796
2080EDAC-E7XXX 1797EDAC-E7XXX
2081P: Doug Thompson 1798M: Doug Thompson <dougthompson@xmission.com>
2082M: dougthompson@xmission.com
2083L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1799L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2084W: bluesmoke.sourceforge.net 1800W: bluesmoke.sourceforge.net
2085S: Maintained 1801S: Maintained
2086F: drivers/edac/e7xxx_edac.c 1802F: drivers/edac/e7xxx_edac.c
2087 1803
2088EDAC-I82443BXGX 1804EDAC-I82443BXGX
2089P: Tim Small 1805M: Tim Small <tim@buttersideup.com>
2090M: tim@buttersideup.com
2091L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1806L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2092W: bluesmoke.sourceforge.net 1807W: bluesmoke.sourceforge.net
2093S: Maintained 1808S: Maintained
2094F: drivers/edac/i82443bxgx_edac.c 1809F: drivers/edac/i82443bxgx_edac.c
2095 1810
2096EDAC-I3000 1811EDAC-I3000
2097P: Jason Uhlenkott 1812M: Jason Uhlenkott <juhlenko@akamai.com>
2098M: juhlenko@akamai.com
2099L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1813L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2100W: bluesmoke.sourceforge.net 1814W: bluesmoke.sourceforge.net
2101S: Maintained 1815S: Maintained
2102F: drivers/edac/i3000_edac.c 1816F: drivers/edac/i3000_edac.c
2103 1817
2104EDAC-I5000 1818EDAC-I5000
2105P: Doug Thompson 1819M: Doug Thompson <dougthompson@xmission.com>
2106M: dougthompson@xmission.com
2107L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1820L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2108W: bluesmoke.sourceforge.net 1821W: bluesmoke.sourceforge.net
2109S: Maintained 1822S: Maintained
2110F: drivers/edac/i5000_edac.c 1823F: drivers/edac/i5000_edac.c
2111 1824
2112EDAC-I5400 1825EDAC-I5400
2113P: Mauro Carvalho Chehab 1826M: Mauro Carvalho Chehab <mchehab@redhat.com>
2114M: mchehab@redhat.com
2115L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1827L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2116W: bluesmoke.sourceforge.net 1828W: bluesmoke.sourceforge.net
2117S: Maintained 1829S: Maintained
2118F: drivers/edac/i5400_edac.c 1830F: drivers/edac/i5400_edac.c
2119 1831
2120EDAC-I82975X 1832EDAC-I82975X
2121P: Ranganathan Desikan 1833M: Ranganathan Desikan <ravi@jetztechnologies.com>
2122M: ravi@jetztechnologies.com 1834M: "Arvind R." <arvind@jetztechnologies.com>
2123P: Arvind R.
2124M: arvind@jetztechnologies.com
2125L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1835L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2126W: bluesmoke.sourceforge.net 1836W: bluesmoke.sourceforge.net
2127S: Maintained 1837S: Maintained
2128F: drivers/edac/i82975x_edac.c 1838F: drivers/edac/i82975x_edac.c
2129 1839
2130EDAC-PASEMI 1840EDAC-PASEMI
2131P: Egor Martovetsky 1841M: Egor Martovetsky <egor@pasemi.com>
2132M: egor@pasemi.com
2133L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1842L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2134W: bluesmoke.sourceforge.net 1843W: bluesmoke.sourceforge.net
2135S: Maintained 1844S: Maintained
2136F: drivers/edac/pasemi_edac.c 1845F: drivers/edac/pasemi_edac.c
2137 1846
2138EDAC-R82600 1847EDAC-R82600
2139P: Tim Small 1848M: Tim Small <tim@buttersideup.com>
2140M: tim@buttersideup.com
2141L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1849L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2142W: bluesmoke.sourceforge.net 1850W: bluesmoke.sourceforge.net
2143S: Maintained 1851S: Maintained
2144F: drivers/edac/r82600_edac.c 1852F: drivers/edac/r82600_edac.c
2145 1853
2146EEEPC LAPTOP EXTRAS DRIVER 1854EEEPC LAPTOP EXTRAS DRIVER
2147P: Corentin Chary 1855M: Corentin Chary <corentincj@iksaif.net>
2148M: corentincj@iksaif.net
2149L: acpi4asus-user@lists.sourceforge.net 1856L: acpi4asus-user@lists.sourceforge.net
2150W: http://acpi4asus.sf.net 1857W: http://acpi4asus.sf.net
2151S: Maintained 1858S: Maintained
@@ -2157,65 +1864,53 @@ S: Orphan
2157F: fs/efs/ 1864F: fs/efs/
2158 1865
2159EHCA (IBM GX bus InfiniBand adapter) DRIVER 1866EHCA (IBM GX bus InfiniBand adapter) DRIVER
2160P: Hoang-Nam Nguyen 1867M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2161M: hnguyen@de.ibm.com 1868M: Christoph Raisch <raisch@de.ibm.com>
2162P: Christoph Raisch
2163M: raisch@de.ibm.com
2164L: general@lists.openfabrics.org 1869L: general@lists.openfabrics.org
2165S: Supported 1870S: Supported
2166F: drivers/infiniband/hw/ehca/ 1871F: drivers/infiniband/hw/ehca/
2167 1872
2168EMBEDDED LINUX 1873EMBEDDED LINUX
2169P: Paul Gortmaker 1874M: Paul Gortmaker <paul.gortmaker@windriver.com>
2170M: paul.gortmaker@windriver.com 1875M: Matt Mackall <mpm@selenic.com>
2171P: Matt Mackall 1876M: David Woodhouse <dwmw2@infradead.org>
2172M: mpm@selenic.com
2173P: David Woodhouse
2174M: dwmw2@infradead.org
2175L: linux-embedded@vger.kernel.org 1877L: linux-embedded@vger.kernel.org
2176S: Maintained 1878S: Maintained
2177 1879
2178EMULEX LPFC FC SCSI DRIVER 1880EMULEX LPFC FC SCSI DRIVER
2179P: James Smart 1881M: James Smart <james.smart@emulex.com>
2180M: james.smart@emulex.com
2181L: linux-scsi@vger.kernel.org 1882L: linux-scsi@vger.kernel.org
2182W: http://sourceforge.net/projects/lpfcxxxx 1883W: http://sourceforge.net/projects/lpfcxxxx
2183S: Supported 1884S: Supported
2184F: drivers/scsi/lpfc/ 1885F: drivers/scsi/lpfc/
2185 1886
2186ENE CB710 FLASH CARD READER DRIVER 1887ENE CB710 FLASH CARD READER DRIVER
2187P: Michał Mirosław 1888M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2188M: mirq-linux@rere.qmqm.pl
2189S: Maintained 1889S: Maintained
2190F: drivers/misc/cb710/ 1890F: drivers/misc/cb710/
2191F: drivers/mmc/host/cb710-mmc.* 1891F: drivers/mmc/host/cb710-mmc.*
2192F: include/linux/cb710.h 1892F: include/linux/cb710.h
2193 1893
2194EPSON 1355 FRAMEBUFFER DRIVER 1894EPSON 1355 FRAMEBUFFER DRIVER
2195P: Christopher Hoover 1895M: Christopher Hoover <ch@murgatroid.com>
2196M: ch@murgatroid.com 1896M: Christopher Hoover <ch@hpl.hp.com>
2197P: Christopher Hoover
2198M: ch@hpl.hp.com
2199S: Maintained 1897S: Maintained
2200F: drivers/video/epson1355fb.c 1898F: drivers/video/epson1355fb.c
2201 1899
2202EPSON S1D13XXX FRAMEBUFFER DRIVER 1900EPSON S1D13XXX FRAMEBUFFER DRIVER
2203P: Kristoffer Ericson 1901M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2204M: kristoffer.ericson@gmail.com
2205S: Maintained 1902S: Maintained
2206F: drivers/video/s1d13xxxfb.c 1903F: drivers/video/s1d13xxxfb.c
2207F: include/video/s1d13xxxfb.h 1904F: include/video/s1d13xxxfb.h
2208 1905
2209ETHEREXPRESS-16 NETWORK DRIVER 1906ETHEREXPRESS-16 NETWORK DRIVER
2210P: Philip Blundell 1907M: Philip Blundell <philb@gnu.org>
2211M: philb@gnu.org
2212L: netdev@vger.kernel.org 1908L: netdev@vger.kernel.org
2213S: Maintained 1909S: Maintained
2214F: drivers/net/eexpress.* 1910F: drivers/net/eexpress.*
2215 1911
2216ETHERNET BRIDGE 1912ETHERNET BRIDGE
2217P: Stephen Hemminger 1913M: Stephen Hemminger <shemminger@linux-foundation.org>
2218M: shemminger@linux-foundation.org
2219L: bridge@lists.linux-foundation.org 1914L: bridge@lists.linux-foundation.org
2220W: http://www.linux-foundation.org/en/Net:Bridge 1915W: http://www.linux-foundation.org/en/Net:Bridge
2221S: Maintained 1916S: Maintained
@@ -2223,8 +1918,7 @@ F: include/linux/netfilter_bridge/
2223F: net/bridge/ 1918F: net/bridge/
2224 1919
2225ETHERTEAM 16I DRIVER 1920ETHERTEAM 16I DRIVER
2226P: Mika Kuoppala 1921M: Mika Kuoppala <miku@iki.fi>
2227M: miku@iki.fi
2228S: Maintained 1922S: Maintained
2229F: drivers/net/eth16i.c 1923F: drivers/net/eth16i.c
2230 1924
@@ -2236,12 +1930,9 @@ F: fs/ext2/
2236F: include/linux/ext2* 1930F: include/linux/ext2*
2237 1931
2238EXT3 FILE SYSTEM 1932EXT3 FILE SYSTEM
2239P: Stephen Tweedie 1933M: Stephen Tweedie <sct@redhat.com>
2240M: sct@redhat.com 1934M: Andrew Morton <akpm@linux-foundation.org>
2241P: Andrew Morton 1935M: Andreas Dilger <adilger@sun.com>
2242M: akpm@linux-foundation.org
2243P: Andreas Dilger
2244M: adilger@sun.com
2245L: linux-ext4@vger.kernel.org 1936L: linux-ext4@vger.kernel.org
2246S: Maintained 1937S: Maintained
2247F: Documentation/filesystems/ext3.txt 1938F: Documentation/filesystems/ext3.txt
@@ -2249,10 +1940,8 @@ F: fs/ext3/
2249F: include/linux/ext3* 1940F: include/linux/ext3*
2250 1941
2251EXT4 FILE SYSTEM 1942EXT4 FILE SYSTEM
2252P: Theodore Ts'o 1943M: "Theodore Ts'o" <tytso@mit.edu>
2253M: tytso@mit.edu 1944M: Andreas Dilger <adilger@sun.com>
2254P: Andreas Dilger
2255M: adilger@sun.com
2256L: linux-ext4@vger.kernel.org 1945L: linux-ext4@vger.kernel.org
2257W: http://ext4.wiki.kernel.org 1946W: http://ext4.wiki.kernel.org
2258S: Maintained 1947S: Maintained
@@ -2260,30 +1949,26 @@ F: Documentation/filesystems/ext4.txt
2260F: fs/ext4/ 1949F: fs/ext4/
2261 1950
2262F71805F HARDWARE MONITORING DRIVER 1951F71805F HARDWARE MONITORING DRIVER
2263P: Jean Delvare 1952M: Jean Delvare <khali@linux-fr.org>
2264M: khali@linux-fr.org
2265L: lm-sensors@lm-sensors.org 1953L: lm-sensors@lm-sensors.org
2266S: Maintained 1954S: Maintained
2267F: Documentation/hwmon/f71805f 1955F: Documentation/hwmon/f71805f
2268F: drivers/hwmon/f71805f.c 1956F: drivers/hwmon/f71805f.c
2269 1957
2270FARSYNC SYNCHRONOUS DRIVER 1958FARSYNC SYNCHRONOUS DRIVER
2271P: Kevin Curtis 1959M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2272M: kevin.curtis@farsite.co.uk
2273W: http://www.farsite.co.uk/ 1960W: http://www.farsite.co.uk/
2274S: Supported 1961S: Supported
2275F: drivers/net/wan/farsync.* 1962F: drivers/net/wan/farsync.*
2276 1963
2277FAULT INJECTION SUPPORT 1964FAULT INJECTION SUPPORT
2278P: Akinobu Mita 1965M: Akinobu Mita <akinobu.mita@gmail.com>
2279M: akinobu.mita@gmail.com
2280S: Supported 1966S: Supported
2281F: Documentation/fault-injection/ 1967F: Documentation/fault-injection/
2282F: lib/fault-inject.c 1968F: lib/fault-inject.c
2283 1969
2284FILE LOCKING (flock() and fcntl()/lockf()) 1970FILE LOCKING (flock() and fcntl()/lockf())
2285P: Matthew Wilcox 1971M: Matthew Wilcox <matthew@wil.cx>
2286M: matthew@wil.cx
2287L: linux-fsdevel@vger.kernel.org 1972L: linux-fsdevel@vger.kernel.org
2288S: Maintained 1973S: Maintained
2289F: include/linux/fcntl.h 1974F: include/linux/fcntl.h
@@ -2292,25 +1977,21 @@ F: fs/fcntl.c
2292F: fs/locks.c 1977F: fs/locks.c
2293 1978
2294FILESYSTEMS (VFS and infrastructure) 1979FILESYSTEMS (VFS and infrastructure)
2295P: Alexander Viro 1980M: Alexander Viro <viro@zeniv.linux.org.uk>
2296M: viro@zeniv.linux.org.uk
2297L: linux-fsdevel@vger.kernel.org 1981L: linux-fsdevel@vger.kernel.org
2298S: Maintained 1982S: Maintained
2299F: fs/* 1983F: fs/*
2300 1984
2301FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 1985FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2302P: Riku Voipio 1986M: Riku Voipio <riku.vipio@iki.fi>
2303M: riku.vipio@iki.fi
2304L: lm-sensors@lm-sensors.org 1987L: lm-sensors@lm-sensors.org
2305S: Maintained 1988S: Maintained
2306F: drivers/hwmon/f75375s.c 1989F: drivers/hwmon/f75375s.c
2307F: include/linux/f75375s.h 1990F: include/linux/f75375s.h
2308 1991
2309FIREWIRE SUBSYSTEM 1992FIREWIRE SUBSYSTEM
2310P: Kristian Hoegsberg 1993M: Kristian Hoegsberg <krh@redhat.com>
2311M: krh@redhat.com 1994M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2312P: Stefan Richter
2313M: stefanr@s5r6.in-berlin.de
2314L: linux1394-devel@lists.sourceforge.net 1995L: linux1394-devel@lists.sourceforge.net
2315W: http://www.linux1394.org/ 1996W: http://www.linux1394.org/
2316T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 1997T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
@@ -2325,15 +2006,13 @@ F: drivers/base/firmware*.c
2325F: include/linux/firmware.h 2006F: include/linux/firmware.h
2326 2007
2327FPU EMULATOR 2008FPU EMULATOR
2328P: Bill Metzenthen 2009M: Bill Metzenthen <billm@melbpc.org.au>
2329M: billm@melbpc.org.au
2330W: http://floatingpoint.sourceforge.net/emulator/index.html 2010W: http://floatingpoint.sourceforge.net/emulator/index.html
2331S: Maintained 2011S: Maintained
2332F: arch/x86/math-emu/ 2012F: arch/x86/math-emu/
2333 2013
2334FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2014FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2335P: Mike McLagan 2015M: Mike McLagan <mike.mclagan@linux.org>
2336M: mike.mclagan@linux.org
2337L: netdev@vger.kernel.org 2016L: netdev@vger.kernel.org
2338S: Maintained 2017S: Maintained
2339F: drivers/net/wan/dlci.c 2018F: drivers/net/wan/dlci.c
@@ -2348,25 +2027,21 @@ F: drivers/video/fb*
2348F: include/linux/fb.h 2027F: include/linux/fb.h
2349 2028
2350FREESCALE DMA DRIVER 2029FREESCALE DMA DRIVER
2351P: Li Yang 2030M: Li Yang <leoli@freescale.com>
2352M: leoli@freescale.com 2031M: Zhang Wei <zw@zh-kernel.org>
2353P: Zhang Wei
2354M: zw@zh-kernel.org
2355L: linuxppc-dev@ozlabs.org 2032L: linuxppc-dev@ozlabs.org
2356S: Maintained 2033S: Maintained
2357F: drivers/dma/fsldma.* 2034F: drivers/dma/fsldma.*
2358 2035
2359FREESCALE I2C CPM DRIVER 2036FREESCALE I2C CPM DRIVER
2360P: Jochen Friedrich 2037M: Jochen Friedrich <jochen@scram.de>
2361M: jochen@scram.de
2362L: linuxppc-dev@ozlabs.org 2038L: linuxppc-dev@ozlabs.org
2363L: linux-i2c@vger.kernel.org 2039L: linux-i2c@vger.kernel.org
2364S: Maintained 2040S: Maintained
2365F: drivers/i2c/busses/i2c-cpm.c 2041F: drivers/i2c/busses/i2c-cpm.c
2366 2042
2367FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2043FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2368P: Sascha Hauer 2044M: Sascha Hauer <kernel@pengutronix.de>
2369M: kernel@pengutronix.de
2370L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2045L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2046L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2372S: Maintained 2047S: Maintained
@@ -2374,10 +2049,8 @@ F: arch/arm/plat-mxc/include/mach/imxfb.h
2374F: drivers/video/imxfb.c 2049F: drivers/video/imxfb.c
2375 2050
2376FREESCALE SOC FS_ENET DRIVER 2051FREESCALE SOC FS_ENET DRIVER
2377P: Pantelis Antoniou 2052M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2378M: pantelis.antoniou@gmail.com 2053M: Vitaly Bordug <vbordug@ru.mvista.com>
2379P: Vitaly Bordug
2380M: vbordug@ru.mvista.com
2381L: linuxppc-dev@ozlabs.org 2054L: linuxppc-dev@ozlabs.org
2382L: netdev@vger.kernel.org 2055L: netdev@vger.kernel.org
2383S: Maintained 2056S: Maintained
@@ -2385,39 +2058,34 @@ F: drivers/net/fs_enet/
2385F: include/linux/fs_enet_pd.h 2058F: include/linux/fs_enet_pd.h
2386 2059
2387FREESCALE QUICC ENGINE LIBRARY 2060FREESCALE QUICC ENGINE LIBRARY
2388P: Timur Tabi 2061M: Timur Tabi <timur@freescale.com>
2389M: timur@freescale.com
2390L: linuxppc-dev@ozlabs.org 2062L: linuxppc-dev@ozlabs.org
2391S: Supported 2063S: Supported
2392F: arch/powerpc/sysdev/qe_lib/ 2064F: arch/powerpc/sysdev/qe_lib/
2393F: arch/powerpc/include/asm/*qe.h 2065F: arch/powerpc/include/asm/*qe.h
2394 2066
2395FREESCALE HIGHSPEED USB DEVICE DRIVER 2067FREESCALE HIGHSPEED USB DEVICE DRIVER
2396P: Li Yang 2068M: Li Yang <leoli@freescale.com>
2397M: leoli@freescale.com
2398L: linux-usb@vger.kernel.org 2069L: linux-usb@vger.kernel.org
2399L: linuxppc-dev@ozlabs.org 2070L: linuxppc-dev@ozlabs.org
2400S: Maintained 2071S: Maintained
2401F: drivers/usb/gadget/fsl_usb2_udc.c 2072F: drivers/usb/gadget/fsl_usb2_udc.c
2402 2073
2403FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2074FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2404P: Li Yang 2075M: Li Yang <leoli@freescale.com>
2405M: leoli@freescale.com
2406L: netdev@vger.kernel.org 2076L: netdev@vger.kernel.org
2407L: linuxppc-dev@ozlabs.org 2077L: linuxppc-dev@ozlabs.org
2408S: Maintained 2078S: Maintained
2409F: drivers/net/ucc_geth* 2079F: drivers/net/ucc_geth*
2410 2080
2411FREESCALE QUICC ENGINE UCC UART DRIVER 2081FREESCALE QUICC ENGINE UCC UART DRIVER
2412P: Timur Tabi 2082M: Timur Tabi <timur@freescale.com>
2413M: timur@freescale.com
2414L: linuxppc-dev@ozlabs.org 2083L: linuxppc-dev@ozlabs.org
2415S: Supported 2084S: Supported
2416F: drivers/serial/ucc_uart.c 2085F: drivers/serial/ucc_uart.c
2417 2086
2418FREESCALE SOC SOUND DRIVERS 2087FREESCALE SOC SOUND DRIVERS
2419P: Timur Tabi 2088M: Timur Tabi <timur@freescale.com>
2420M: timur@freescale.com
2421L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2089L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2422L: linuxppc-dev@ozlabs.org 2090L: linuxppc-dev@ozlabs.org
2423S: Supported 2091S: Supported
@@ -2425,17 +2093,14 @@ F: sound/soc/fsl/fsl*
2425F: sound/soc/fsl/mpc8610_hpcd.c 2093F: sound/soc/fsl/mpc8610_hpcd.c
2426 2094
2427FREEVXFS FILESYSTEM 2095FREEVXFS FILESYSTEM
2428P: Christoph Hellwig 2096M: Christoph Hellwig <hch@infradead.org>
2429M: hch@infradead.org
2430W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2097W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2431S: Maintained 2098S: Maintained
2432F: fs/freevxfs/ 2099F: fs/freevxfs/
2433 2100
2434FREEZER 2101FREEZER
2435P: Pavel Machek 2102M: Pavel Machek <pavel@ucw.cz>
2436M: pavel@ucw.cz 2103M: "Rafael J. Wysocki" <rjw@sisk.pl>
2437P: Rafael J. Wysocki
2438M: rjw@sisk.pl
2439L: linux-pm@lists.linux-foundation.org 2104L: linux-pm@lists.linux-foundation.org
2440S: Supported 2105S: Supported
2441F: Documentation/power/freezing-of-tasks.txt 2106F: Documentation/power/freezing-of-tasks.txt
@@ -2443,8 +2108,7 @@ F: include/linux/freezer.h
2443F: kernel/freezer.c 2108F: kernel/freezer.c
2444 2109
2445FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 2110FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2446P: David Howells 2111M: David Howells <dhowells@redhat.com>
2447M: dhowells@redhat.com
2448L: linux-cachefs@redhat.com 2112L: linux-cachefs@redhat.com
2449S: Supported 2113S: Supported
2450F: Documentation/filesystems/caching/ 2114F: Documentation/filesystems/caching/
@@ -2452,8 +2116,7 @@ F: fs/fscache/
2452F: include/linux/fscache*.h 2116F: include/linux/fscache*.h
2453 2117
2454FTRACE 2118FTRACE
2455P: Steven Rostedt 2119M: Steven Rostedt <rostedt@goodmis.org>
2456M: rostedt@goodmis.org
2457S: Maintained 2120S: Maintained
2458F: Documentation/trace/ftrace.txt 2121F: Documentation/trace/ftrace.txt
2459F: arch/*/*/*/ftrace.h 2122F: arch/*/*/*/ftrace.h
@@ -2462,21 +2125,18 @@ F: include/*/ftrace.h
2462F: kernel/trace/ 2125F: kernel/trace/
2463 2126
2464FUJITSU FR-V (FRV) PORT 2127FUJITSU FR-V (FRV) PORT
2465P: David Howells 2128M: David Howells <dhowells@redhat.com>
2466M: dhowells@redhat.com
2467S: Maintained 2129S: Maintained
2468F: arch/frv/ 2130F: arch/frv/
2469 2131
2470FUJITSU LAPTOP EXTRAS 2132FUJITSU LAPTOP EXTRAS
2471P: Jonathan Woithe 2133M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2472M: jwoithe@physics.adelaide.edu.au
2473L: linux-acpi@vger.kernel.org 2134L: linux-acpi@vger.kernel.org
2474S: Maintained 2135S: Maintained
2475F: drivers/platform/x86/fujitsu-laptop.c 2136F: drivers/platform/x86/fujitsu-laptop.c
2476 2137
2477FUSE: FILESYSTEM IN USERSPACE 2138FUSE: FILESYSTEM IN USERSPACE
2478P: Miklos Szeredi 2139M: Miklos Szeredi <miklos@szeredi.hu>
2479M: miklos@szeredi.hu
2480L: fuse-devel@lists.sourceforge.net 2140L: fuse-devel@lists.sourceforge.net
2481W: http://fuse.sourceforge.net/ 2141W: http://fuse.sourceforge.net/
2482S: Maintained 2142S: Maintained
@@ -2484,30 +2144,26 @@ F: fs/fuse/
2484F: include/linux/fuse.h 2144F: include/linux/fuse.h
2485 2145
2486FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 2146FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2487P: Rik Faith 2147M: Rik Faith <faith@cs.unc.edu>
2488M: faith@cs.unc.edu
2489L: linux-scsi@vger.kernel.org 2148L: linux-scsi@vger.kernel.org
2490S: Odd Fixes (e.g., new signatures) 2149S: Odd Fixes (e.g., new signatures)
2491F: drivers/scsi/fdomain.* 2150F: drivers/scsi/fdomain.*
2492 2151
2493GDT SCSI DISK ARRAY CONTROLLER DRIVER 2152GDT SCSI DISK ARRAY CONTROLLER DRIVER
2494P: Achim Leubner 2153M: Achim Leubner <achim_leubner@adaptec.com>
2495M: achim_leubner@adaptec.com
2496L: linux-scsi@vger.kernel.org 2154L: linux-scsi@vger.kernel.org
2497W: http://www.icp-vortex.com/ 2155W: http://www.icp-vortex.com/
2498S: Supported 2156S: Supported
2499F: drivers/scsi/gdt* 2157F: drivers/scsi/gdt*
2500 2158
2501GENERIC GPIO I2C DRIVER 2159GENERIC GPIO I2C DRIVER
2502P: Haavard Skinnemoen 2160M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2503M: hskinnemoen@atmel.com
2504S: Supported 2161S: Supported
2505F: drivers/i2c/busses/i2c-gpio.c 2162F: drivers/i2c/busses/i2c-gpio.c
2506F: include/linux/i2c-gpio.h 2163F: include/linux/i2c-gpio.h
2507 2164
2508GENERIC HDLC (WAN) DRIVERS 2165GENERIC HDLC (WAN) DRIVERS
2509P: Krzysztof Halasa 2166M: Krzysztof Halasa <khc@pm.waw.pl>
2510M: khc@pm.waw.pl
2511W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 2167W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2512S: Maintained 2168S: Maintained
2513F: drivers/net/wan/c101.c 2169F: drivers/net/wan/c101.c
@@ -2519,16 +2175,14 @@ F: drivers/net/wan/pci200syn.c
2519F: drivers/net/wan/wanxl* 2175F: drivers/net/wan/wanxl*
2520 2176
2521GENERIC INCLUDE/ASM HEADER FILES 2177GENERIC INCLUDE/ASM HEADER FILES
2522P: Arnd Bergmann 2178M: Arnd Bergmann <arnd@arndb.de>
2523M: arnd@arndb.de
2524L: linux-arch@vger.kernel.org 2179L: linux-arch@vger.kernel.org
2525T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git 2180T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2526S: Maintained 2181S: Maintained
2527F: include/asm-generic 2182F: include/asm-generic
2528 2183
2529GFS2 FILE SYSTEM 2184GFS2 FILE SYSTEM
2530P: Steven Whitehouse 2185M: Steven Whitehouse <swhiteho@redhat.com>
2531M: swhiteho@redhat.com
2532L: cluster-devel@redhat.com 2186L: cluster-devel@redhat.com
2533W: http://sources.redhat.com/cluster/ 2187W: http://sources.redhat.com/cluster/
2534T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 2188T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
@@ -2539,10 +2193,8 @@ F: fs/gfs2/
2539F: include/linux/gfs2_ondisk.h 2193F: include/linux/gfs2_ondisk.h
2540 2194
2541GIGASET ISDN DRIVERS 2195GIGASET ISDN DRIVERS
2542P: Hansjoerg Lipp 2196M: Hansjoerg Lipp <hjlipp@web.de>
2543M: hjlipp@web.de 2197M: Tilman Schmidt <tilman@imap.cc>
2544P: Tilman Schmidt
2545M: tilman@imap.cc
2546L: gigaset307x-common@lists.sourceforge.net 2198L: gigaset307x-common@lists.sourceforge.net
2547W: http://gigaset307x.sourceforge.net/ 2199W: http://gigaset307x.sourceforge.net/
2548S: Maintained 2200S: Maintained
@@ -2551,8 +2203,7 @@ F: drivers/isdn/gigaset/
2551F: include/linux/gigaset_dev.h 2203F: include/linux/gigaset_dev.h
2552 2204
2553HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2205HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2554P: Frank Seidel 2206M: Frank Seidel <frank@f-seidel.de>
2555M: frank@f-seidel.de
2556L: lm-sensors@lm-sensors.org 2207L: lm-sensors@lm-sensors.org
2557W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 2208W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2558S: Maintained 2209S: Maintained
@@ -2564,40 +2215,35 @@ S: Odd Fixes
2564F: drivers/char/hvc_* 2215F: drivers/char/hvc_*
2565 2216
2566GSPCA FINEPIX SUBDRIVER 2217GSPCA FINEPIX SUBDRIVER
2567P: Frank Zago 2218M: Frank Zago <frank@zago.net>
2568M: frank@zago.net
2569L: linux-media@vger.kernel.org 2219L: linux-media@vger.kernel.org
2570T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2220T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2571S: Maintained 2221S: Maintained
2572F: drivers/media/video/gspca/finepix.c 2222F: drivers/media/video/gspca/finepix.c
2573 2223
2574GSPCA M5602 SUBDRIVER 2224GSPCA M5602 SUBDRIVER
2575P: Erik Andren 2225M: Erik Andren <erik.andren@gmail.com>
2576M: erik.andren@gmail.com
2577L: linux-media@vger.kernel.org 2226L: linux-media@vger.kernel.org
2578T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2227T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2579S: Maintained 2228S: Maintained
2580F: drivers/media/video/gspca/m5602/ 2229F: drivers/media/video/gspca/m5602/
2581 2230
2582GSPCA PAC207 SONIXB SUBDRIVER 2231GSPCA PAC207 SONIXB SUBDRIVER
2583P: Hans de Goede 2232M: Hans de Goede <hdegoede@redhat.com>
2584M: hdegoede@redhat.com
2585L: linux-media@vger.kernel.org 2233L: linux-media@vger.kernel.org
2586T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2234T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2587S: Maintained 2235S: Maintained
2588F: drivers/media/video/gspca/pac207.c 2236F: drivers/media/video/gspca/pac207.c
2589 2237
2590GSPCA T613 SUBDRIVER 2238GSPCA T613 SUBDRIVER
2591P: Leandro Costantino 2239M: Leandro Costantino <lcostantino@gmail.com>
2592M: lcostantino@gmail.com
2593L: linux-media@vger.kernel.org 2240L: linux-media@vger.kernel.org
2594T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2241T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2595S: Maintained 2242S: Maintained
2596F: drivers/media/video/gspca/t613.c 2243F: drivers/media/video/gspca/t613.c
2597 2244
2598GSPCA USB WEBCAM DRIVER 2245GSPCA USB WEBCAM DRIVER
2599P: Jean-Francois Moine 2246M: Jean-Francois Moine <moinejf@free.fr>
2600M: moinejf@free.fr
2601W: http://moinejf.free.fr 2247W: http://moinejf.free.fr
2602L: linux-media@vger.kernel.org 2248L: linux-media@vger.kernel.org
2603T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2249T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -2617,31 +2263,27 @@ F: drivers/char/hw_random/
2617F: include/linux/hw_random.h 2263F: include/linux/hw_random.h
2618 2264
2619HARMONY SOUND DRIVER 2265HARMONY SOUND DRIVER
2620P: Kyle McMartin 2266M: Kyle McMartin <kyle@mcmartin.ca>
2621M: kyle@mcmartin.ca
2622L: linux-parisc@vger.kernel.org 2267L: linux-parisc@vger.kernel.org
2623S: Maintained 2268S: Maintained
2624F: sound/parisc/harmony.* 2269F: sound/parisc/harmony.*
2625 2270
2626HAYES ESP SERIAL DRIVER 2271HAYES ESP SERIAL DRIVER
2627P: Andrew J. Robinson 2272M: "Andrew J. Robinson" <arobinso@nyx.net>
2628M: arobinso@nyx.net
2629W: http://www.nyx.net/~arobinso 2273W: http://www.nyx.net/~arobinso
2630S: Maintained 2274S: Maintained
2631F: Documentation/serial/hayes-esp.txt 2275F: Documentation/serial/hayes-esp.txt
2632F: drivers/char/esp.c 2276F: drivers/char/esp.c
2633 2277
2634HEWLETT-PACKARD SMART2 RAID DRIVER 2278HEWLETT-PACKARD SMART2 RAID DRIVER
2635P: Chirag Kantharia 2279M: Chirag Kantharia <chirag.kantharia@hp.com>
2636M: chirag.kantharia@hp.com
2637L: iss_storagedev@hp.com 2280L: iss_storagedev@hp.com
2638S: Maintained 2281S: Maintained
2639F: Documentation/blockdev/cpqarray.txt 2282F: Documentation/blockdev/cpqarray.txt
2640F: drivers/block/cpqarray.* 2283F: drivers/block/cpqarray.*
2641 2284
2642HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2285HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2643P: Mike Miller 2286M: Mike Miller <mike.miller@hp.com>
2644M: mike.miller@hp.com
2645L: iss_storagedev@hp.com 2287L: iss_storagedev@hp.com
2646S: Supported 2288S: Supported
2647F: Documentation/blockdev/cciss.txt 2289F: Documentation/blockdev/cciss.txt
@@ -2649,25 +2291,21 @@ F: drivers/block/cciss*
2649F: include/linux/cciss_ioctl.h 2291F: include/linux/cciss_ioctl.h
2650 2292
2651HFS FILESYSTEM 2293HFS FILESYSTEM
2652P: Roman Zippel 2294M: Roman Zippel <zippel@linux-m68k.org>
2653M: zippel@linux-m68k.org
2654S: Maintained 2295S: Maintained
2655F: Documentation/filesystems/hfs.txt 2296F: Documentation/filesystems/hfs.txt
2656F: fs/hfs/ 2297F: fs/hfs/
2657 2298
2658HGA FRAMEBUFFER DRIVER 2299HGA FRAMEBUFFER DRIVER
2659P: Ferenc Bakonyi 2300M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2660M: fero@drama.obuda.kando.hu
2661L: linux-nvidia@lists.surfsouth.com 2301L: linux-nvidia@lists.surfsouth.com
2662W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 2302W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2663S: Maintained 2303S: Maintained
2664F: drivers/video/hgafb.c 2304F: drivers/video/hgafb.c
2665 2305
2666HIBERNATION (aka Software Suspend, aka swsusp) 2306HIBERNATION (aka Software Suspend, aka swsusp)
2667P: Pavel Machek 2307M: Pavel Machek <pavel@ucw.cz>
2668M: pavel@ucw.cz 2308M: "Rafael J. Wysocki" <rjw@sisk.pl>
2669P: Rafael J. Wysocki
2670M: rjw@sisk.pl
2671L: linux-pm@lists.linux-foundation.org 2309L: linux-pm@lists.linux-foundation.org
2672S: Supported 2310S: Supported
2673F: arch/x86/power/ 2311F: arch/x86/power/
@@ -2679,8 +2317,7 @@ F: include/linux/pm.h
2679F: arch/*/include/asm/suspend*.h 2317F: arch/*/include/asm/suspend*.h
2680 2318
2681HID CORE LAYER 2319HID CORE LAYER
2682P: Jiri Kosina 2320M: Jiri Kosina <jkosina@suse.cz>
2683M: jkosina@suse.cz
2684L: linux-input@vger.kernel.org 2321L: linux-input@vger.kernel.org
2685T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 2322T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2686S: Maintained 2323S: Maintained
@@ -2688,16 +2325,14 @@ F: drivers/hid/
2688F: include/linux/hid* 2325F: include/linux/hid*
2689 2326
2690HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 2327HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2691P: Thomas Gleixner 2328M: Thomas Gleixner <tglx@linutronix.de>
2692M: tglx@linutronix.de
2693S: Maintained 2329S: Maintained
2694F: Documentation/timers/ 2330F: Documentation/timers/
2695F: kernel/hrtimer.c 2331F: kernel/hrtimer.c
2696F: include/linux/hrtimer.h 2332F: include/linux/hrtimer.h
2697 2333
2698HIGH-SPEED SCC DRIVER FOR AX.25 2334HIGH-SPEED SCC DRIVER FOR AX.25
2699P: Klaus Kudielka 2335M: Klaus Kudielka <klaus.kudielka@ieee.org>
2700M: klaus.kudielka@ieee.org
2701L: linux-hams@vger.kernel.org 2336L: linux-hams@vger.kernel.org
2702W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 2337W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2703S: Maintained 2338S: Maintained
@@ -2705,16 +2340,14 @@ F: drivers/net/hamradio/dmascc.c
2705F: drivers/net/hamradio/scc.c 2340F: drivers/net/hamradio/scc.c
2706 2341
2707HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 2342HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2708P: HighPoint Linux Team 2343M: HighPoint Linux Team <linux@highpoint-tech.com>
2709M: linux@highpoint-tech.com
2710W: http://www.highpoint-tech.com 2344W: http://www.highpoint-tech.com
2711S: Supported 2345S: Supported
2712F: Documentation/scsi/hptiop.txt 2346F: Documentation/scsi/hptiop.txt
2713F: drivers/scsi/hptiop.c 2347F: drivers/scsi/hptiop.c
2714 2348
2715HIPPI 2349HIPPI
2716P: Jes Sorensen 2350M: Jes Sorensen <jes@trained-monkey.org>
2717M: jes@trained-monkey.org
2718L: linux-hippi@sunsite.dk 2351L: linux-hippi@sunsite.dk
2719S: Maintained 2352S: Maintained
2720F: include/linux/hippidevice.h 2353F: include/linux/hippidevice.h
@@ -2722,8 +2355,7 @@ F: include/linux/if_hippi.h
2722F: net/802/hippi.c 2355F: net/802/hippi.c
2723 2356
2724HOST AP DRIVER 2357HOST AP DRIVER
2725P: Jouni Malinen 2358M: Jouni Malinen <j@w1.fi>
2726M: j@w1.fi
2727L: hostap@shmoo.com (subscribers-only) 2359L: hostap@shmoo.com (subscribers-only)
2728L: linux-wireless@vger.kernel.org 2360L: linux-wireless@vger.kernel.org
2729W: http://hostap.epitest.fi/ 2361W: http://hostap.epitest.fi/
@@ -2731,82 +2363,69 @@ S: Maintained
2731F: drivers/net/wireless/hostap/ 2363F: drivers/net/wireless/hostap/
2732 2364
2733HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2365HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2734P: Carlos Corbacho 2366M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2735M: carlos@strangeworlds.co.uk
2736S: Odd Fixes 2367S: Odd Fixes
2737F: drivers/platform/x86/tc1100-wmi.c 2368F: drivers/platform/x86/tc1100-wmi.c
2738 2369
2739HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 2370HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2740P: Jaroslav Kysela 2371M: Jaroslav Kysela <perex@perex.cz>
2741M: perex@perex.cz
2742S: Maintained 2372S: Maintained
2743F: drivers/net/hp100.* 2373F: drivers/net/hp100.*
2744 2374
2745HPET: High Precision Event Timers driver 2375HPET: High Precision Event Timers driver
2746P: Clemens Ladisch 2376M: Clemens Ladisch <clemens@ladisch.de>
2747M: clemens@ladisch.de
2748S: Maintained 2377S: Maintained
2749F: Documentation/timers/hpet.txt 2378F: Documentation/timers/hpet.txt
2750F: drivers/char/hpet.c 2379F: drivers/char/hpet.c
2751F: include/linux/hpet.h 2380F: include/linux/hpet.h
2752 2381
2753HPET: i386 2382HPET: i386
2754P: Venkatesh Pallipadi (Venki) 2383M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2755M: venkatesh.pallipadi@intel.com
2756S: Maintained 2384S: Maintained
2757F: arch/x86/kernel/hpet.c 2385F: arch/x86/kernel/hpet.c
2758F: arch/x86/include/asm/hpet.h 2386F: arch/x86/include/asm/hpet.h
2759 2387
2760HPET: x86_64 2388HPET: x86_64
2761P: Vojtech Pavlik 2389M: Vojtech Pavlik <vojtech@suse.cz>
2762M: vojtech@suse.cz
2763S: Maintained 2390S: Maintained
2764 2391
2765HPET: ACPI 2392HPET: ACPI
2766P: Bob Picco 2393M: Bob Picco <bob.picco@hp.com>
2767M: bob.picco@hp.com
2768S: Maintained 2394S: Maintained
2769F: drivers/char/hpet.c 2395F: drivers/char/hpet.c
2770 2396
2771HPFS FILESYSTEM 2397HPFS FILESYSTEM
2772P: Mikulas Patocka 2398M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2773M: mikulas@artax.karlin.mff.cuni.cz
2774W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2399W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2775S: Maintained 2400S: Maintained
2776F: fs/hpfs/ 2401F: fs/hpfs/
2777 2402
2778HSO 3G MODEM DRIVER 2403HSO 3G MODEM DRIVER
2779P: Jan Dumon 2404M: Jan Dumon <j.dumon@option.com>
2780M: j.dumon@option.com
2781W: http://www.pharscape.org 2405W: http://www.pharscape.org
2782S: Maintained 2406S: Maintained
2783F: drivers/net/usb/hso.c 2407F: drivers/net/usb/hso.c
2784 2408
2785HTCPEN TOUCHSCREEN DRIVER 2409HTCPEN TOUCHSCREEN DRIVER
2786P: Pau Oliva Fora 2410M: Pau Oliva Fora <pof@eslack.org>
2787M: pof@eslack.org
2788L: linux-input@vger.kernel.org 2411L: linux-input@vger.kernel.org
2789S: Maintained 2412S: Maintained
2790F: drivers/input/touchscreen/htcpen.c 2413F: drivers/input/touchscreen/htcpen.c
2791 2414
2792HUGETLB FILESYSTEM 2415HUGETLB FILESYSTEM
2793P: William Irwin 2416M: William Irwin <wli@holomorphy.com>
2794M: wli@holomorphy.com
2795S: Maintained 2417S: Maintained
2796F: fs/hugetlbfs/ 2418F: fs/hugetlbfs/
2797 2419
2798I2C/SMBUS STUB DRIVER 2420I2C/SMBUS STUB DRIVER
2799P: Mark M. Hoffman 2421M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2800M: mhoffman@lightlink.com
2801L: linux-i2c@vger.kernel.org 2422L: linux-i2c@vger.kernel.org
2802S: Maintained 2423S: Maintained
2803F: drivers/i2c/busses/i2c-stub.c 2424F: drivers/i2c/busses/i2c-stub.c
2804 2425
2805I2C SUBSYSTEM 2426I2C SUBSYSTEM
2806P: Jean Delvare (PC drivers, core) 2427M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2807M: khali@linux-fr.org 2428M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2808P: Ben Dooks (embedded platforms)
2809M: ben-linux@fluff.org
2810L: linux-i2c@vger.kernel.org 2429L: linux-i2c@vger.kernel.org
2811W: http://i2c.wiki.kernel.org/ 2430W: http://i2c.wiki.kernel.org/
2812T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2431T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
@@ -2818,30 +2437,25 @@ F: include/linux/i2c-dev.h
2818F: include/linux/i2c-id.h 2437F: include/linux/i2c-id.h
2819 2438
2820I2C-TINY-USB DRIVER 2439I2C-TINY-USB DRIVER
2821P: Till Harbaum 2440M: Till Harbaum <till@harbaum.org>
2822M: till@harbaum.org
2823L: linux-i2c@vger.kernel.org 2441L: linux-i2c@vger.kernel.org
2824W: http://www.harbaum.org/till/i2c_tiny_usb 2442W: http://www.harbaum.org/till/i2c_tiny_usb
2825S: Maintained 2443S: Maintained
2826F: drivers/i2c/busses/i2c-tiny-usb.c 2444F: drivers/i2c/busses/i2c-tiny-usb.c
2827 2445
2828i386 BOOT CODE 2446i386 BOOT CODE
2829P: H. Peter Anvin 2447M: "H. Peter Anvin" <hpa@zytor.com>
2830M: hpa@zytor.com
2831S: Maintained 2448S: Maintained
2832F: arch/x86/boot/ 2449F: arch/x86/boot/
2833 2450
2834i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2451i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2835P: H. Peter Anvin 2452M: "H. Peter Anvin" <hpa@zytor.com>
2836M: hpa@zytor.com
2837T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2453T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2838S: Maintained 2454S: Maintained
2839 2455
2840IA64 (Itanium) PLATFORM 2456IA64 (Itanium) PLATFORM
2841P: Tony Luck 2457M: Tony Luck <tony.luck@intel.com>
2842M: tony.luck@intel.com 2458M: Fenghua Yu <fenghua.yu@intel.com>
2843P: Fenghua Yu
2844M: fenghua.yu@intel.com
2845L: linux-ia64@vger.kernel.org 2459L: linux-ia64@vger.kernel.org
2846W: http://www.ia64-linux.org/ 2460W: http://www.ia64-linux.org/
2847T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2461T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
@@ -2849,29 +2463,25 @@ S: Maintained
2849F: arch/ia64/ 2463F: arch/ia64/
2850 2464
2851IBM MCA SCSI SUBSYSTEM DRIVER 2465IBM MCA SCSI SUBSYSTEM DRIVER
2852P: Michael Lang 2466M: Michael Lang <langa2@kph.uni-mainz.de>
2853M: langa2@kph.uni-mainz.de
2854W: http://www.uni-mainz.de/~langm000/linux.html 2467W: http://www.uni-mainz.de/~langm000/linux.html
2855S: Maintained 2468S: Maintained
2856F: drivers/scsi/ibmmca.c 2469F: drivers/scsi/ibmmca.c
2857 2470
2858IBM Power Linux RAID adapter 2471IBM Power Linux RAID adapter
2859P: Brian King 2472M: Brian King <brking@us.ibm.com>
2860M: brking@us.ibm.com
2861S: Supported 2473S: Supported
2862F: drivers/scsi/ipr.* 2474F: drivers/scsi/ipr.*
2863 2475
2864IBM ServeRAID RAID DRIVER 2476IBM ServeRAID RAID DRIVER
2865P: Jack Hammer 2477P: Jack Hammer
2866P: Dave Jeffery 2478M: Dave Jeffery <ipslinux@adaptec.com>
2867M: ipslinux@adaptec.com
2868W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2479W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2869S: Supported 2480S: Supported
2870F: drivers/scsi/ips.* 2481F: drivers/scsi/ips.*
2871 2482
2872IDE SUBSYSTEM 2483IDE SUBSYSTEM
2873P: David S. Miller 2484M: "David S. Miller" <davem@davemloft.net>
2874M: davem@davemloft.net
2875L: linux-ide@vger.kernel.org 2485L: linux-ide@vger.kernel.org
2876T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git 2486T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2877S: Maintained 2487S: Maintained
@@ -2880,25 +2490,21 @@ F: drivers/ide/
2880F: include/linux/ide.h 2490F: include/linux/ide.h
2881 2491
2882IDE/ATAPI DRIVERS 2492IDE/ATAPI DRIVERS
2883P: Borislav Petkov 2493M: Borislav Petkov <petkovbb@gmail.com>
2884M: petkovbb@gmail.com
2885L: linux-ide@vger.kernel.org 2494L: linux-ide@vger.kernel.org
2886S: Maintained 2495S: Maintained
2887F: Documentation/cdrom/ide-cd 2496F: Documentation/cdrom/ide-cd
2888F: drivers/ide/ide-cd* 2497F: drivers/ide/ide-cd*
2889 2498
2890IDLE-I7300 2499IDLE-I7300
2891P: Andy Henroid 2500M: Andy Henroid <andrew.d.henroid@intel.com>
2892M: andrew.d.henroid@intel.com
2893L: linux-pm@lists.linux-foundation.org 2501L: linux-pm@lists.linux-foundation.org
2894S: Supported 2502S: Supported
2895F: drivers/idle/i7300_idle.c 2503F: drivers/idle/i7300_idle.c
2896 2504
2897IEEE 1394 SUBSYSTEM 2505IEEE 1394 SUBSYSTEM
2898P: Ben Collins 2506M: Ben Collins <ben.collins@ubuntu.com>
2899M: ben.collins@ubuntu.com 2507M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2900P: Stefan Richter
2901M: stefanr@s5r6.in-berlin.de
2902L: linux1394-devel@lists.sourceforge.net 2508L: linux1394-devel@lists.sourceforge.net
2903W: http://www.linux1394.org/ 2509W: http://www.linux1394.org/
2904T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2510T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
@@ -2906,19 +2512,15 @@ S: Maintained
2906F: drivers/ieee1394/ 2512F: drivers/ieee1394/
2907 2513
2908IEEE 1394 RAW I/O DRIVER 2514IEEE 1394 RAW I/O DRIVER
2909P: Dan Dennedy 2515M: Dan Dennedy <dan@dennedy.org>
2910M: dan@dennedy.org 2516M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2911P: Stefan Richter
2912M: stefanr@s5r6.in-berlin.de
2913L: linux1394-devel@lists.sourceforge.net 2517L: linux1394-devel@lists.sourceforge.net
2914S: Maintained 2518S: Maintained
2915F: drivers/ieee1394/raw1394* 2519F: drivers/ieee1394/raw1394*
2916 2520
2917IEEE 802.15.4 SUBSYSTEM 2521IEEE 802.15.4 SUBSYSTEM
2918P: Dmitry Eremin-Solenikov 2522M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2919M: dbaryshkov@gmail.com 2523M: Sergey Lapin <slapin@ossfans.org>
2920P: Sergey Lapin
2921M: slapin@ossfans.org
2922L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 2524L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2923W: http://apps.sourceforge.net/trac/linux-zigbee 2525W: http://apps.sourceforge.net/trac/linux-zigbee
2924T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git 2526T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
@@ -2927,8 +2529,7 @@ F: net/ieee802154/
2927F: drivers/ieee802154/ 2529F: drivers/ieee802154/
2928 2530
2929INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 2531INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2930P: Mimi Zohar 2532M: Mimi Zohar <zohar@us.ibm.com>
2931M: zohar@us.ibm.com
2932S: Supported 2533S: Supported
2933F: security/integrity/ima/ 2534F: security/integrity/ima/
2934 2535
@@ -2938,12 +2539,9 @@ S: Orphan
2938F: drivers/video/imsttfb.c 2539F: drivers/video/imsttfb.c
2939 2540
2940INFINIBAND SUBSYSTEM 2541INFINIBAND SUBSYSTEM
2941P: Roland Dreier 2542M: Roland Dreier <rolandd@cisco.com>
2942M: rolandd@cisco.com 2543M: Sean Hefty <sean.hefty@intel.com>
2943P: Sean Hefty 2544M: Hal Rosenstock <hal.rosenstock@gmail.com>
2944M: sean.hefty@intel.com
2945P: Hal Rosenstock
2946M: hal.rosenstock@gmail.com
2947L: general@lists.openfabrics.org (moderated for non-subscribers) 2545L: general@lists.openfabrics.org (moderated for non-subscribers)
2948W: http://www.openib.org/ 2546W: http://www.openib.org/
2949T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2547T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
@@ -2953,66 +2551,55 @@ F: drivers/infiniband/
2953F: include/linux/if_infiniband.h 2551F: include/linux/if_infiniband.h
2954 2552
2955INOTIFY 2553INOTIFY
2956P: John McCutchan 2554M: John McCutchan <john@johnmccutchan.com>
2957M: john@johnmccutchan.com 2555M: Robert Love <rlove@rlove.org>
2958P: Robert Love 2556M: Eric Paris <eparis@parisplace.org>
2959M: rlove@rlove.org
2960P: Eric Paris
2961M: eparis@parisplace.org
2962S: Maintained 2557S: Maintained
2963F: Documentation/filesystems/inotify.txt 2558F: Documentation/filesystems/inotify.txt
2964F: fs/notify/inotify/ 2559F: fs/notify/inotify/
2965F: include/linux/inotify.h 2560F: include/linux/inotify.h
2966 2561
2967INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2562INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2968P: Dmitry Torokhov 2563M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2969M: dmitry.torokhov@gmail.com 2564M: Dmitry Torokhov <dtor@mail.ru>
2970P: Dmitry Torokhov
2971M: dtor@mail.ru
2972L: linux-input@vger.kernel.org 2565L: linux-input@vger.kernel.org
2973T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2566T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2974S: Maintained 2567S: Maintained
2975F: drivers/input/ 2568F: drivers/input/
2976 2569
2977INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2570INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2978P: Sylvain Meyer 2571M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2979M: sylvain.meyer@worldonline.fr
2980L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2572L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2981S: Maintained 2573S: Maintained
2982F: Documentation/fb/intelfb.txt 2574F: Documentation/fb/intelfb.txt
2983F: drivers/video/intelfb/ 2575F: drivers/video/intelfb/
2984 2576
2985INTEL 810/815 FRAMEBUFFER DRIVER 2577INTEL 810/815 FRAMEBUFFER DRIVER
2986P: Antonino Daplas 2578M: Antonino Daplas <adaplas@gmail.com>
2987M: adaplas@gmail.com
2988L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2579L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2989S: Maintained 2580S: Maintained
2990F: drivers/video/i810/ 2581F: drivers/video/i810/
2991 2582
2992INTEL MENLOW THERMAL DRIVER 2583INTEL MENLOW THERMAL DRIVER
2993P: Sujith Thomas 2584M: Sujith Thomas <sujith.thomas@intel.com>
2994M: sujith.thomas@intel.com
2995L: linux-acpi@vger.kernel.org 2585L: linux-acpi@vger.kernel.org
2996W: http://www.lesswatts.org/projects/acpi/ 2586W: http://www.lesswatts.org/projects/acpi/
2997S: Supported 2587S: Supported
2998F: drivers/platform/x86/intel_menlow.c 2588F: drivers/platform/x86/intel_menlow.c
2999 2589
3000INTEL IA32 MICROCODE UPDATE SUPPORT 2590INTEL IA32 MICROCODE UPDATE SUPPORT
3001P: Tigran Aivazian 2591M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3002M: tigran@aivazian.fsnet.co.uk
3003S: Maintained 2592S: Maintained
3004F: arch/x86/kernel/microcode_core.c 2593F: arch/x86/kernel/microcode_core.c
3005F: arch/x86/kernel/microcode_intel.c 2594F: arch/x86/kernel/microcode_intel.c
3006 2595
3007INTEL I/OAT DMA DRIVER 2596INTEL I/OAT DMA DRIVER
3008P: Maciej Sosnowski 2597M: Maciej Sosnowski <maciej.sosnowski@intel.com>
3009M: maciej.sosnowski@intel.com
3010S: Supported 2598S: Supported
3011F: drivers/dma/ioat* 2599F: drivers/dma/ioat*
3012 2600
3013INTEL IOMMU (VT-d) 2601INTEL IOMMU (VT-d)
3014P: David Woodhouse 2602M: David Woodhouse <dwmw2@infradead.org>
3015M: dwmw2@infradead.org
3016L: iommu@lists.linux-foundation.org 2603L: iommu@lists.linux-foundation.org
3017T: git git://git.infradead.org/iommu-2.6.git 2604T: git git://git.infradead.org/iommu-2.6.git
3018S: Supported 2605S: Supported
@@ -3020,14 +2607,12 @@ F: drivers/pci/intel-iommu.c
3020F: include/linux/intel-iommu.h 2607F: include/linux/intel-iommu.h
3021 2608
3022INTEL IOP-ADMA DMA DRIVER 2609INTEL IOP-ADMA DMA DRIVER
3023P: Dan Williams 2610M: Dan Williams <dan.j.williams@intel.com>
3024M: dan.j.williams@intel.com
3025S: Supported 2611S: Supported
3026F: drivers/dma/iop-adma.c 2612F: drivers/dma/iop-adma.c
3027 2613
3028INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2614INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3029P: Krzysztof Halasa 2615M: Krzysztof Halasa <khc@pm.waw.pl>
3030M: khc@pm.waw.pl
3031S: Maintained 2616S: Maintained
3032F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 2617F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3033F: arch/arm/mach-ixp4xx/include/mach/npe.h 2618F: arch/arm/mach-ixp4xx/include/mach/npe.h
@@ -3037,29 +2622,22 @@ F: drivers/net/arm/ixp4xx_eth.c
3037F: drivers/net/wan/ixp4xx_hss.c 2622F: drivers/net/wan/ixp4xx_hss.c
3038 2623
3039INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2624INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3040P: Deepak Saxena 2625M: Deepak Saxena <dsaxena@plexity.net>
3041M: dsaxena@plexity.net
3042S: Maintained 2626S: Maintained
3043F: drivers/char/hw_random/ixp4xx-rng.c 2627F: drivers/char/hw_random/ixp4xx-rng.c
3044 2628
3045INTEL IXP2000 ETHERNET DRIVER 2629INTEL IXP2000 ETHERNET DRIVER
3046P: Lennert Buytenhek 2630M: Lennert Buytenhek <kernel@wantstofly.org>
3047M: kernel@wantstofly.org
3048L: netdev@vger.kernel.org 2631L: netdev@vger.kernel.org
3049S: Maintained 2632S: Maintained
3050F: drivers/net/ixp2000/ 2633F: drivers/net/ixp2000/
3051 2634
3052INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2635INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3053P: Jeff Kirsher 2636M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3054M: jeffrey.t.kirsher@intel.com 2637M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3055P: Jesse Brandeburg 2638M: Bruce Allan <bruce.w.allan@intel.com>
3056M: jesse.brandeburg@intel.com 2639M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3057P: Bruce Allan 2640M: John Ronciak <john.ronciak@intel.com>
3058M: bruce.w.allan@intel.com
3059P: PJ Waskiewicz
3060M: peter.p.waskiewicz.jr@intel.com
3061P: John Ronciak
3062M: john.ronciak@intel.com
3063L: e1000-devel@lists.sourceforge.net 2641L: e1000-devel@lists.sourceforge.net
3064W: http://e1000.sourceforge.net/ 2642W: http://e1000.sourceforge.net/
3065S: Supported 2643S: Supported
@@ -3071,12 +2649,9 @@ F: drivers/net/ixgb/
3071F: drivers/net/ixgbe/ 2649F: drivers/net/ixgbe/
3072 2650
3073INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2651INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3074P: Zhu Yi 2652M: Zhu Yi <yi.zhu@intel.com>
3075M: yi.zhu@intel.com 2653M: James Ketrenos <jketreno@linux.intel.com>
3076P: James Ketrenos 2654M: Reinette Chatre <reinette.chatre@intel.com>
3077M: jketreno@linux.intel.com
3078P: Reinette Chatre
3079M: reinette.chatre@intel.com
3080L: linux-wireless@vger.kernel.org 2655L: linux-wireless@vger.kernel.org
3081L: ipw2100-devel@lists.sourceforge.net 2656L: ipw2100-devel@lists.sourceforge.net
3082W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2657W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
@@ -3086,12 +2661,9 @@ F: Documentation/networking/README.ipw2100
3086F: drivers/net/wireless/ipw2x00/ipw2100.* 2661F: drivers/net/wireless/ipw2x00/ipw2100.*
3087 2662
3088INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2663INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3089P: Zhu Yi 2664M: Zhu Yi <yi.zhu@intel.com>
3090M: yi.zhu@intel.com 2665M: James Ketrenos <jketreno@linux.intel.com>
3091P: James Ketrenos 2666M: Reinette Chatre <reinette.chatre@intel.com>
3092M: jketreno@linux.intel.com
3093P: Reinette Chatre
3094M: reinette.chatre@intel.com
3095L: linux-wireless@vger.kernel.org 2667L: linux-wireless@vger.kernel.org
3096L: ipw2100-devel@lists.sourceforge.net 2668L: ipw2100-devel@lists.sourceforge.net
3097W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2669W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
@@ -3101,8 +2673,7 @@ F: Documentation/networking/README.ipw2200
3101F: drivers/net/wireless/ipw2x00/ipw2200.* 2673F: drivers/net/wireless/ipw2x00/ipw2200.*
3102 2674
3103INTEL WIRELESS WIMAX CONNECTION 2400 2675INTEL WIRELESS WIMAX CONNECTION 2400
3104P: Inaky Perez-Gonzalez 2676M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3105M: inaky.perez-gonzalez@intel.com
3106M: linux-wimax@intel.com 2677M: linux-wimax@intel.com
3107L: wimax@linuxwimax.org 2678L: wimax@linuxwimax.org
3108S: Supported 2679S: Supported
@@ -3112,10 +2683,8 @@ F: drivers/net/wimax/i2400m/
3112F: include/linux/wimax/i2400m.h 2683F: include/linux/wimax/i2400m.h
3113 2684
3114INTEL WIRELESS WIFI LINK (iwlwifi) 2685INTEL WIRELESS WIFI LINK (iwlwifi)
3115P: Zhu Yi 2686M: Zhu Yi <yi.zhu@intel.com>
3116M: yi.zhu@intel.com 2687M: Reinette Chatre <reinette.chatre@intel.com>
3117P: Reinette Chatre
3118M: reinette.chatre@intel.com
3119L: linux-wireless@vger.kernel.org 2688L: linux-wireless@vger.kernel.org
3120L: ipw3945-devel@lists.sourceforge.net 2689L: ipw3945-devel@lists.sourceforge.net
3121W: http://intellinuxwireless.org 2690W: http://intellinuxwireless.org
@@ -3124,47 +2693,39 @@ S: Supported
3124F: drivers/net/wireless/iwlwifi/ 2693F: drivers/net/wireless/iwlwifi/
3125 2694
3126IOC3 ETHERNET DRIVER 2695IOC3 ETHERNET DRIVER
3127P: Ralf Baechle 2696M: Ralf Baechle <ralf@linux-mips.org>
3128M: ralf@linux-mips.org
3129L: linux-mips@linux-mips.org 2697L: linux-mips@linux-mips.org
3130S: Maintained 2698S: Maintained
3131F: drivers/net/ioc3-eth.c 2699F: drivers/net/ioc3-eth.c
3132 2700
3133IOC3 SERIAL DRIVER 2701IOC3 SERIAL DRIVER
3134P: Pat Gefre 2702M: Pat Gefre <pfg@sgi.com>
3135M: pfg@sgi.com
3136L: linux-mips@linux-mips.org 2703L: linux-mips@linux-mips.org
3137S: Maintained 2704S: Maintained
3138F: drivers/serial/ioc3_serial.c 2705F: drivers/serial/ioc3_serial.c
3139 2706
3140IP MASQUERADING 2707IP MASQUERADING
3141P: Juanjo Ciarlante 2708M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3142M: jjciarla@raiz.uncu.edu.ar
3143S: Maintained 2709S: Maintained
3144F: net/ipv4/netfilter/ipt_MASQUERADE.c 2710F: net/ipv4/netfilter/ipt_MASQUERADE.c
3145 2711
3146IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2712IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3147P: Francois Romieu 2713M: Francois Romieu <romieu@fr.zoreil.com>
3148M: romieu@fr.zoreil.com 2714M: Sorbica Shieh <sorbica@icplus.com.tw>
3149P: Sorbica Shieh 2715M: Jesse Huang <jesse@icplus.com.tw>
3150M: sorbica@icplus.com.tw
3151P: Jesse Huang
3152M: jesse@icplus.com.tw
3153L: netdev@vger.kernel.org 2716L: netdev@vger.kernel.org
3154S: Maintained 2717S: Maintained
3155F: drivers/net/ipg.c 2718F: drivers/net/ipg.c
3156 2719
3157IPATH DRIVER 2720IPATH DRIVER
3158P: Ralph Campbell 2721M: Ralph Campbell <infinipath@qlogic.com>
3159M: infinipath@qlogic.com
3160L: general@lists.openfabrics.org 2722L: general@lists.openfabrics.org
3161T: git git://git.qlogic.com/ipath-linux-2.6 2723T: git git://git.qlogic.com/ipath-linux-2.6
3162S: Supported 2724S: Supported
3163F: drivers/infiniband/hw/ipath/ 2725F: drivers/infiniband/hw/ipath/
3164 2726
3165IPMI SUBSYSTEM 2727IPMI SUBSYSTEM
3166P: Corey Minyard 2728M: Corey Minyard <minyard@acm.org>
3167M: minyard@acm.org
3168L: openipmi-developer@lists.sourceforge.net 2729L: openipmi-developer@lists.sourceforge.net
3169W: http://openipmi.sourceforge.net/ 2730W: http://openipmi.sourceforge.net/
3170S: Supported 2731S: Supported
@@ -3173,20 +2734,16 @@ F: drivers/char/ipmi/
3173F: include/linux/ipmi* 2734F: include/linux/ipmi*
3174 2735
3175IPS SCSI RAID DRIVER 2736IPS SCSI RAID DRIVER
3176P: Adaptec OEM Raid Solutions 2737M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3177M: aacraid@adaptec.com
3178L: linux-scsi@vger.kernel.org 2738L: linux-scsi@vger.kernel.org
3179W: http://www.adaptec.com/ 2739W: http://www.adaptec.com/
3180S: Maintained 2740S: Maintained
3181F: drivers/scsi/ips* 2741F: drivers/scsi/ips*
3182 2742
3183IPVS 2743IPVS
3184P: Wensong Zhang 2744M: Wensong Zhang <wensong@linux-vs.org>
3185M: wensong@linux-vs.org 2745M: Simon Horman <horms@verge.net.au>
3186P: Simon Horman 2746M: Julian Anastasov <ja@ssi.bg>
3187M: horms@verge.net.au
3188P: Julian Anastasov
3189M: ja@ssi.bg
3190L: netdev@vger.kernel.org 2747L: netdev@vger.kernel.org
3191L: lvs-devel@vger.kernel.org 2748L: lvs-devel@vger.kernel.org
3192S: Maintained 2749S: Maintained
@@ -3194,17 +2751,14 @@ F: Documentation/networking/ipvs-sysctl.txt
3194F: net/netfilter/ipvs/ 2751F: net/netfilter/ipvs/
3195 2752
3196IPWIRELESS DRIVER 2753IPWIRELESS DRIVER
3197P: Jiri Kosina 2754M: Jiri Kosina <jkosina@suse.cz>
3198M: jkosina@suse.cz 2755M: David Sterba <dsterba@suse.cz>
3199P: David Sterba
3200M: dsterba@suse.cz
3201S: Maintained 2756S: Maintained
3202T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2757T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3203F: drivers/char/pcmcia/ipwireless/ 2758F: drivers/char/pcmcia/ipwireless/
3204 2759
3205IPX NETWORK LAYER 2760IPX NETWORK LAYER
3206P: Arnaldo Carvalho de Melo 2761M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3207M: acme@ghostprotocols.net
3208L: netdev@vger.kernel.org 2762L: netdev@vger.kernel.org
3209S: Maintained 2763S: Maintained
3210F: include/linux/ipx.h 2764F: include/linux/ipx.h
@@ -3212,8 +2766,7 @@ F: include/net/ipx.h
3212F: net/ipx/ 2766F: net/ipx/
3213 2767
3214IRDA SUBSYSTEM 2768IRDA SUBSYSTEM
3215P: Samuel Ortiz 2769M: Samuel Ortiz <samuel@sortiz.org>
3216M: samuel@sortiz.org
3217L: irda-users@lists.sourceforge.net (subscribers-only) 2770L: irda-users@lists.sourceforge.net (subscribers-only)
3218W: http://irda.sourceforge.net/ 2771W: http://irda.sourceforge.net/
3219S: Maintained 2772S: Maintained
@@ -3224,16 +2777,14 @@ F: include/net/irda/
3224F: net/irda/ 2777F: net/irda/
3225 2778
3226ISAPNP 2779ISAPNP
3227P: Jaroslav Kysela 2780M: Jaroslav Kysela <perex@perex.cz>
3228M: perex@perex.cz
3229S: Maintained 2781S: Maintained
3230F: Documentation/isapnp.txt 2782F: Documentation/isapnp.txt
3231F: drivers/pnp/isapnp/ 2783F: drivers/pnp/isapnp/
3232F: include/linux/isapnp.h 2784F: include/linux/isapnp.h
3233 2785
3234ISCSI 2786ISCSI
3235P: Mike Christie 2787M: Mike Christie <michaelc@cs.wisc.edu>
3236M: michaelc@cs.wisc.edu
3237L: open-iscsi@googlegroups.com 2788L: open-iscsi@googlegroups.com
3238W: www.open-iscsi.org 2789W: www.open-iscsi.org
3239T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 2790T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
@@ -3242,8 +2793,7 @@ F: drivers/scsi/*iscsi*
3242F: include/scsi/*iscsi* 2793F: include/scsi/*iscsi*
3243 2794
3244ISDN SUBSYSTEM 2795ISDN SUBSYSTEM
3245P: Karsten Keil 2796M: Karsten Keil <isdn@linux-pingi.de>
3246M: isdn@linux-pingi.de
3247L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2797L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3248W: http://www.isdn4linux.de 2798W: http://www.isdn4linux.de
3249T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 2799T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
@@ -3254,16 +2804,14 @@ F: include/linux/isdn.h
3254F: include/linux/isdn/ 2804F: include/linux/isdn/
3255 2805
3256ISDN SUBSYSTEM (Eicon active card driver) 2806ISDN SUBSYSTEM (Eicon active card driver)
3257P: Armin Schindler 2807M: Armin Schindler <mac@melware.de>
3258M: mac@melware.de
3259L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2808L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3260W: http://www.melware.de 2809W: http://www.melware.de
3261S: Maintained 2810S: Maintained
3262F: drivers/isdn/hardware/eicon/ 2811F: drivers/isdn/hardware/eicon/
3263 2812
3264IVTV VIDEO4LINUX DRIVER 2813IVTV VIDEO4LINUX DRIVER
3265P: Hans Verkuil 2814M: Hans Verkuil <hverkuil@xs4all.nl>
3266M: hverkuil@xs4all.nl
3267L: ivtv-devel@ivtvdriver.org 2815L: ivtv-devel@ivtvdriver.org
3268L: linux-media@vger.kernel.org 2816L: linux-media@vger.kernel.org
3269T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2817T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -3274,8 +2822,7 @@ F: drivers/media/video/ivtv/
3274F: include/linux/ivtv* 2822F: include/linux/ivtv*
3275 2823
3276JFS FILESYSTEM 2824JFS FILESYSTEM
3277P: Dave Kleikamp 2825M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3278M: shaggy@linux.vnet.ibm.com
3279L: jfs-discussion@lists.sourceforge.net 2826L: jfs-discussion@lists.sourceforge.net
3280W: http://jfs.sourceforge.net/ 2827W: http://jfs.sourceforge.net/
3281T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2828T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
@@ -3284,15 +2831,13 @@ F: Documentation/filesystems/jfs.txt
3284F: fs/jfs/ 2831F: fs/jfs/
3285 2832
3286JME NETWORK DRIVER 2833JME NETWORK DRIVER
3287P: Guo-Fu Tseng 2834M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3288M: cooldavid@cooldavid.org
3289L: netdev@vger.kernel.org 2835L: netdev@vger.kernel.org
3290S: Maintained 2836S: Maintained
3291F: drivers/net/jme.* 2837F: drivers/net/jme.*
3292 2838
3293JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2839JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3294P: David Woodhouse 2840M: David Woodhouse <dwmw2@infradead.org>
3295M: dwmw2@infradead.org
3296L: linux-mtd@lists.infradead.org 2841L: linux-mtd@lists.infradead.org
3297W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2842W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3298S: Maintained 2843S: Maintained
@@ -3300,10 +2845,8 @@ F: fs/jffs2/
3300F: include/linux/jffs2.h 2845F: include/linux/jffs2.h
3301 2846
3302JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2847JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3303P: Stephen Tweedie 2848M: Stephen Tweedie <sct@redhat.com>
3304M: sct@redhat.com 2849M: Andrew Morton <akpm@linux-foundation.org>
3305P: Andrew Morton
3306M: akpm@linux-foundation.org
3307L: linux-ext4@vger.kernel.org 2850L: linux-ext4@vger.kernel.org
3308S: Maintained 2851S: Maintained
3309F: fs/jbd*/ 2852F: fs/jbd*/
@@ -3311,48 +2854,41 @@ F: include/linux/ext*jbd*.h
3311F: include/linux/jbd*.h 2854F: include/linux/jbd*.h
3312 2855
3313K8TEMP HARDWARE MONITORING DRIVER 2856K8TEMP HARDWARE MONITORING DRIVER
3314P: Rudolf Marek 2857M: Rudolf Marek <r.marek@assembler.cz>
3315M: r.marek@assembler.cz
3316L: lm-sensors@lm-sensors.org 2858L: lm-sensors@lm-sensors.org
3317S: Maintained 2859S: Maintained
3318F: Documentation/hwmon/k8temp 2860F: Documentation/hwmon/k8temp
3319F: drivers/hwmon/k8temp.c 2861F: drivers/hwmon/k8temp.c
3320 2862
3321KCONFIG 2863KCONFIG
3322P: Roman Zippel 2864M: Roman Zippel <zippel@linux-m68k.org>
3323M: zippel@linux-m68k.org
3324L: linux-kbuild@vger.kernel.org 2865L: linux-kbuild@vger.kernel.org
3325S: Maintained 2866S: Maintained
3326F: Documentation/kbuild/kconfig-language.txt 2867F: Documentation/kbuild/kconfig-language.txt
3327F: scripts/kconfig/ 2868F: scripts/kconfig/
3328 2869
3329KDUMP 2870KDUMP
3330P: Vivek Goyal 2871M: Vivek Goyal <vgoyal@redhat.com>
3331M: vgoyal@redhat.com 2872M: Haren Myneni <hbabu@us.ibm.com>
3332P: Haren Myneni
3333M: hbabu@us.ibm.com
3334L: kexec@lists.infradead.org 2873L: kexec@lists.infradead.org
3335W: http://lse.sourceforge.net/kdump/ 2874W: http://lse.sourceforge.net/kdump/
3336S: Maintained 2875S: Maintained
3337F: Documentation/kdump/ 2876F: Documentation/kdump/
3338 2877
3339KERNEL AUTOMOUNTER (AUTOFS) 2878KERNEL AUTOMOUNTER (AUTOFS)
3340P: H. Peter Anvin 2879M: "H. Peter Anvin" <hpa@zytor.com>
3341M: hpa@zytor.com
3342L: autofs@linux.kernel.org 2880L: autofs@linux.kernel.org
3343S: Odd Fixes 2881S: Odd Fixes
3344F: fs/autofs/ 2882F: fs/autofs/
3345 2883
3346KERNEL AUTOMOUNTER v4 (AUTOFS4) 2884KERNEL AUTOMOUNTER v4 (AUTOFS4)
3347P: Ian Kent 2885M: Ian Kent <raven@themaw.net>
3348M: raven@themaw.net
3349L: autofs@linux.kernel.org 2886L: autofs@linux.kernel.org
3350S: Maintained 2887S: Maintained
3351F: fs/autofs4/ 2888F: fs/autofs4/
3352 2889
3353KERNEL BUILD 2890KERNEL BUILD
3354P: Sam Ravnborg 2891M: Sam Ravnborg <sam@ravnborg.org>
3355M: sam@ravnborg.org
3356T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git 2892T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3357T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 2893T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3358L: linux-kbuild@vger.kernel.org 2894L: linux-kbuild@vger.kernel.org
@@ -3367,10 +2903,8 @@ W: http://www.kerneljanitors.org/
3367S: Odd fixes 2903S: Odd fixes
3368 2904
3369KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 2905KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3370P: J. Bruce Fields 2906M: "J. Bruce Fields" <bfields@fieldses.org>
3371M: bfields@fieldses.org 2907M: Neil Brown <neilb@suse.de>
3372P: Neil Brown
3373M: neilb@suse.de
3374L: linux-nfs@vger.kernel.org 2908L: linux-nfs@vger.kernel.org
3375W: http://nfs.sourceforge.net/ 2909W: http://nfs.sourceforge.net/
3376S: Supported 2910S: Supported
@@ -3383,8 +2917,7 @@ F: include/linux/lockd/
3383F: include/linux/sunrpc/ 2917F: include/linux/sunrpc/
3384 2918
3385KERNEL VIRTUAL MACHINE (KVM) 2919KERNEL VIRTUAL MACHINE (KVM)
3386P: Avi Kivity 2920M: Avi Kivity <avi@redhat.com>
3387M: avi@redhat.com
3388L: kvm@vger.kernel.org 2921L: kvm@vger.kernel.org
3389W: http://kvm.qumranet.com 2922W: http://kvm.qumranet.com
3390S: Supported 2923S: Supported
@@ -3395,8 +2928,7 @@ F: include/linux/kvm*
3395F: virt/kvm/ 2928F: virt/kvm/
3396 2929
3397KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 2930KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3398P: Joerg Roedel 2931M: Joerg Roedel <joerg.roedel@amd.com>
3399M: joerg.roedel@amd.com
3400L: kvm@vger.kernel.org 2932L: kvm@vger.kernel.org
3401W: http://kvm.qumranet.com 2933W: http://kvm.qumranet.com
3402S: Supported 2934S: Supported
@@ -3405,8 +2937,7 @@ F: arch/x86/kvm/kvm_svm.h
3405F: arch/x86/kvm/svm.c 2937F: arch/x86/kvm/svm.c
3406 2938
3407KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 2939KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3408P: Hollis Blanchard 2940M: Hollis Blanchard <hollisb@us.ibm.com>
3409M: hollisb@us.ibm.com
3410L: kvm-ppc@vger.kernel.org 2941L: kvm-ppc@vger.kernel.org
3411W: http://kvm.qumranet.com 2942W: http://kvm.qumranet.com
3412S: Supported 2943S: Supported
@@ -3414,8 +2945,7 @@ F: arch/powerpc/include/asm/kvm*
3414F: arch/powerpc/kvm/ 2945F: arch/powerpc/kvm/
3415 2946
3416KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 2947KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3417P: Xiantao Zhang 2948M: Xiantao Zhang <xiantao.zhang@intel.com>
3418M: xiantao.zhang@intel.com
3419L: kvm-ia64@vger.kernel.org 2949L: kvm-ia64@vger.kernel.org
3420W: http://kvm.qumranet.com 2950W: http://kvm.qumranet.com
3421S: Supported 2951S: Supported
@@ -3424,10 +2954,8 @@ F: arch/ia64/include/asm/kvm*
3424F: arch/ia64/kvm/ 2954F: arch/ia64/kvm/
3425 2955
3426KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 2956KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3427P: Carsten Otte 2957M: Carsten Otte <cotte@de.ibm.com>
3428M: cotte@de.ibm.com 2958M: Christian Borntraeger <borntraeger@de.ibm.com>
3429P: Christian Borntraeger
3430M: borntraeger@de.ibm.com
3431M: linux390@de.ibm.com 2959M: linux390@de.ibm.com
3432L: linux-s390@vger.kernel.org 2960L: linux-s390@vger.kernel.org
3433W: http://www.ibm.com/developerworks/linux/linux390/ 2961W: http://www.ibm.com/developerworks/linux/linux390/
@@ -3437,8 +2965,7 @@ F: arch/s390/include/asm/kvm*
3437F: arch/s390/kvm/ 2965F: arch/s390/kvm/
3438 2966
3439KEXEC 2967KEXEC
3440P: Eric Biederman 2968M: Eric Biederman <ebiederm@xmission.com>
3441M: ebiederm@xmission.com
3442W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 2969W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3443L: kexec@lists.infradead.org 2970L: kexec@lists.infradead.org
3444S: Maintained 2971S: Maintained
@@ -3446,8 +2973,7 @@ F: include/linux/kexec.h
3446F: kernel/kexec.c 2973F: kernel/kexec.c
3447 2974
3448KGDB 2975KGDB
3449P: Jason Wessel 2976M: Jason Wessel <jason.wessel@windriver.com>
3450M: jason.wessel@windriver.com
3451L: kgdb-bugreport@lists.sourceforge.net 2977L: kgdb-bugreport@lists.sourceforge.net
3452S: Maintained 2978S: Maintained
3453F: Documentation/DocBook/kgdb.tmpl 2979F: Documentation/DocBook/kgdb.tmpl
@@ -3457,15 +2983,13 @@ F: include/linux/kgdb.h
3457F: kernel/kgdb.c 2983F: kernel/kgdb.c
3458 2984
3459KMEMCHECK 2985KMEMCHECK
3460P: Vegard Nossum 2986M: Vegard Nossum <vegardno@ifi.uio.no>
3461M: vegardno@ifi.uio.no
3462P Pekka Enberg 2987P Pekka Enberg
3463M: penberg@cs.helsinki.fi 2988M: penberg@cs.helsinki.fi
3464S: Maintained 2989S: Maintained
3465 2990
3466KMEMLEAK 2991KMEMLEAK
3467P: Catalin Marinas 2992M: Catalin Marinas <catalin.marinas@arm.com>
3468M: catalin.marinas@arm.com
3469S: Maintained 2993S: Maintained
3470F: Documentation/kmemleak.txt 2994F: Documentation/kmemleak.txt
3471F: include/linux/kmemleak.h 2995F: include/linux/kmemleak.h
@@ -3473,30 +2997,24 @@ F: mm/kmemleak.c
3473F: mm/kmemleak-test.c 2997F: mm/kmemleak-test.c
3474 2998
3475KMEMTRACE 2999KMEMTRACE
3476P: Eduard - Gabriel Munteanu 3000M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3477M: eduard.munteanu@linux360.ro
3478S: Maintained 3001S: Maintained
3479F: Documentation/trace/kmemtrace.txt 3002F: Documentation/trace/kmemtrace.txt
3480F: include/linux/kmemtrace.h 3003F: include/linux/kmemtrace.h
3481F: kernel/trace/kmemtrace.c 3004F: kernel/trace/kmemtrace.c
3482 3005
3483KPROBES 3006KPROBES
3484P: Ananth N Mavinakayanahalli 3007M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3485M: ananth@in.ibm.com 3008M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3486P: Anil S Keshavamurthy 3009M: "David S. Miller" <davem@davemloft.net>
3487M: anil.s.keshavamurthy@intel.com 3010M: Masami Hiramatsu <mhiramat@redhat.com>
3488P: David S. Miller
3489M: davem@davemloft.net
3490P: Masami Hiramatsu
3491M: mhiramat@redhat.com
3492S: Maintained 3011S: Maintained
3493F: Documentation/kprobes.txt 3012F: Documentation/kprobes.txt
3494F: include/linux/kprobes.h 3013F: include/linux/kprobes.h
3495F: kernel/kprobes.c 3014F: kernel/kprobes.c
3496 3015
3497KS0108 LCD CONTROLLER DRIVER 3016KS0108 LCD CONTROLLER DRIVER
3498P: Miguel Ojeda Sandonis 3017M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3499M: miguel.ojeda.sandonis@gmail.com
3500W: http://miguelojeda.es/auxdisplay.htm 3018W: http://miguelojeda.es/auxdisplay.htm
3501W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 3019W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3502S: Maintained 3020S: Maintained
@@ -3512,31 +3030,27 @@ F: include/*/lapb.h
3512F: net/lapb/ 3030F: net/lapb/
3513 3031
3514LASI 53c700 driver for PARISC 3032LASI 53c700 driver for PARISC
3515P: James E.J. Bottomley 3033M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3516M: James.Bottomley@HansenPartnership.com
3517L: linux-scsi@vger.kernel.org 3034L: linux-scsi@vger.kernel.org
3518S: Maintained 3035S: Maintained
3519F: Documentation/scsi/53c700.txt 3036F: Documentation/scsi/53c700.txt
3520F: drivers/scsi/53c700* 3037F: drivers/scsi/53c700*
3521 3038
3522LED SUBSYSTEM 3039LED SUBSYSTEM
3523P: Richard Purdie 3040M: Richard Purdie <rpurdie@rpsys.net>
3524M: rpurdie@rpsys.net
3525S: Maintained 3041S: Maintained
3526F: drivers/leds/ 3042F: drivers/leds/
3527F: include/linux/leds.h 3043F: include/linux/leds.h
3528 3044
3529LEGO USB Tower driver 3045LEGO USB Tower driver
3530P: Juergen Stuber 3046M: Juergen Stuber <starblue@users.sourceforge.net>
3531M: starblue@users.sourceforge.net
3532L: legousb-devel@lists.sourceforge.net 3047L: legousb-devel@lists.sourceforge.net
3533W: http://legousb.sourceforge.net/ 3048W: http://legousb.sourceforge.net/
3534S: Maintained 3049S: Maintained
3535F: drivers/usb/misc/legousbtower.c 3050F: drivers/usb/misc/legousbtower.c
3536 3051
3537LGUEST 3052LGUEST
3538P: Rusty Russell 3053M: Rusty Russell <rusty@rustcorp.com.au>
3539M: rusty@rustcorp.com.au
3540L: lguest@ozlabs.org 3054L: lguest@ozlabs.org
3541W: http://lguest.ozlabs.org/ 3055W: http://lguest.ozlabs.org/
3542S: Maintained 3056S: Maintained
@@ -3547,119 +3061,100 @@ F: include/linux/lguest*.h
3547F: arch/x86/include/asm/lguest*.h 3061F: arch/x86/include/asm/lguest*.h
3548 3062
3549LINUX FOR IBM pSERIES (RS/6000) 3063LINUX FOR IBM pSERIES (RS/6000)
3550P: Paul Mackerras 3064M: Paul Mackerras <paulus@au.ibm.com>
3551M: paulus@au.ibm.com
3552W: http://www.ibm.com/linux/ltc/projects/ppc 3065W: http://www.ibm.com/linux/ltc/projects/ppc
3553S: Supported 3066S: Supported
3554 3067
3555LINUX FOR POWERPC (32-BIT AND 64-BIT) 3068LINUX FOR POWERPC (32-BIT AND 64-BIT)
3556P: Benjamin Herrenschmidt 3069M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3557M: benh@kernel.crashing.org 3070M: Paul Mackerras <paulus@samba.org>
3558P: Paul Mackerras
3559M: paulus@samba.org
3560W: http://www.penguinppc.org/ 3071W: http://www.penguinppc.org/
3561L: linuxppc-dev@ozlabs.org 3072L: linuxppc-dev@ozlabs.org
3562T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3073T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3563S: Supported 3074S: Supported
3564 3075
3565LINUX FOR POWER MACINTOSH 3076LINUX FOR POWER MACINTOSH
3566P: Benjamin Herrenschmidt 3077M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3567M: benh@kernel.crashing.org
3568W: http://www.penguinppc.org/ 3078W: http://www.penguinppc.org/
3569L: linuxppc-dev@ozlabs.org 3079L: linuxppc-dev@ozlabs.org
3570S: Maintained 3080S: Maintained
3571 3081
3572LINUX FOR POWERPC EMBEDDED MPC5XXX 3082LINUX FOR POWERPC EMBEDDED MPC5XXX
3573P: Grant Likely 3083M: Grant Likely <grant.likely@secretlab.ca>
3574M: grant.likely@secretlab.ca
3575L: linuxppc-dev@ozlabs.org 3084L: linuxppc-dev@ozlabs.org
3576T: git git://git.secretlab.ca/git/linux-2.6.git 3085T: git git://git.secretlab.ca/git/linux-2.6.git
3577S: Maintained 3086S: Maintained
3578 3087
3579LINUX FOR POWERPC EMBEDDED PPC4XX 3088LINUX FOR POWERPC EMBEDDED PPC4XX
3580P: Josh Boyer 3089M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3581M: jwboyer@linux.vnet.ibm.com 3090M: Matt Porter <mporter@kernel.crashing.org>
3582P: Matt Porter
3583M: mporter@kernel.crashing.org
3584W: http://www.penguinppc.org/ 3091W: http://www.penguinppc.org/
3585L: linuxppc-dev@ozlabs.org 3092L: linuxppc-dev@ozlabs.org
3586T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 3093T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3587S: Maintained 3094S: Maintained
3588 3095
3589LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3096LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3590P: Grant Likely 3097M: Grant Likely <grant.likely@secretlab.ca>
3591M: grant.likely@secretlab.ca
3592W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 3098W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3593L: linuxppc-dev@ozlabs.org 3099L: linuxppc-dev@ozlabs.org
3594T: git git://git.secretlab.ca/git/linux-2.6.git 3100T: git git://git.secretlab.ca/git/linux-2.6.git
3595S: Maintained 3101S: Maintained
3596 3102
3597LINUX FOR POWERPC EMBEDDED PPC8XX 3103LINUX FOR POWERPC EMBEDDED PPC8XX
3598P: Vitaly Bordug 3104M: Vitaly Bordug <vitb@kernel.crashing.org>
3599M: vitb@kernel.crashing.org 3105M: Marcelo Tosatti <marcelo@kvack.org>
3600P: Marcelo Tosatti
3601M: marcelo@kvack.org
3602W: http://www.penguinppc.org/ 3106W: http://www.penguinppc.org/
3603L: linuxppc-dev@ozlabs.org 3107L: linuxppc-dev@ozlabs.org
3604S: Maintained 3108S: Maintained
3605 3109
3606LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 3110LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3607P: Kumar Gala 3111M: Kumar Gala <galak@kernel.crashing.org>
3608M: galak@kernel.crashing.org
3609W: http://www.penguinppc.org/ 3112W: http://www.penguinppc.org/
3610L: linuxppc-dev@ozlabs.org 3113L: linuxppc-dev@ozlabs.org
3611S: Maintained 3114S: Maintained
3612 3115
3613LINUX FOR POWERPC PA SEMI PWRFICIENT 3116LINUX FOR POWERPC PA SEMI PWRFICIENT
3614P: Olof Johansson 3117M: Olof Johansson <olof@lixom.net>
3615M: olof@lixom.net
3616W: http://www.pasemi.com/ 3118W: http://www.pasemi.com/
3617L: linuxppc-dev@ozlabs.org 3119L: linuxppc-dev@ozlabs.org
3618S: Supported 3120S: Supported
3619 3121
3620LINUX SECURITY MODULE (LSM) FRAMEWORK 3122LINUX SECURITY MODULE (LSM) FRAMEWORK
3621P: Chris Wright 3123M: Chris Wright <chrisw@sous-sol.org>
3622M: chrisw@sous-sol.org
3623L: linux-security-module@vger.kernel.org 3124L: linux-security-module@vger.kernel.org
3624T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 3125T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3625S: Supported 3126S: Supported
3626 3127
3627LLC (802.2) 3128LLC (802.2)
3628P: Arnaldo Carvalho de Melo 3129M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3629M: acme@ghostprotocols.net
3630S: Maintained 3130S: Maintained
3631F: include/linux/llc.h 3131F: include/linux/llc.h
3632F: include/net/llc* 3132F: include/net/llc*
3633F: net/llc/ 3133F: net/llc/
3634 3134
3635LIS3LV02D ACCELEROMETER DRIVER 3135LIS3LV02D ACCELEROMETER DRIVER
3636P: Eric Piel 3136M: Eric Piel <eric.piel@tremplin-utc.net>
3637M: eric.piel@tremplin-utc.net
3638S: Maintained 3137S: Maintained
3639F: Documentation/hwmon/lis3lv02d 3138F: Documentation/hwmon/lis3lv02d
3640F: drivers/hwmon/lis3lv02d.* 3139F: drivers/hwmon/lis3lv02d.*
3641 3140
3642LM83 HARDWARE MONITOR DRIVER 3141LM83 HARDWARE MONITOR DRIVER
3643P: Jean Delvare 3142M: Jean Delvare <khali@linux-fr.org>
3644M: khali@linux-fr.org
3645L: lm-sensors@lm-sensors.org 3143L: lm-sensors@lm-sensors.org
3646S: Maintained 3144S: Maintained
3647F: Documentation/hwmon/lm83 3145F: Documentation/hwmon/lm83
3648F: drivers/hwmon/lm83.c 3146F: drivers/hwmon/lm83.c
3649 3147
3650LM90 HARDWARE MONITOR DRIVER 3148LM90 HARDWARE MONITOR DRIVER
3651P: Jean Delvare 3149M: Jean Delvare <khali@linux-fr.org>
3652M: khali@linux-fr.org
3653L: lm-sensors@lm-sensors.org 3150L: lm-sensors@lm-sensors.org
3654S: Maintained 3151S: Maintained
3655F: Documentation/hwmon/lm90 3152F: Documentation/hwmon/lm90
3656F: drivers/hwmon/lm90.c 3153F: drivers/hwmon/lm90.c
3657 3154
3658LOCKDEP AND LOCKSTAT 3155LOCKDEP AND LOCKSTAT
3659P: Peter Zijlstra 3156M: Peter Zijlstra <peterz@infradead.org>
3660M: peterz@infradead.org 3157M: Ingo Molnar <mingo@redhat.com>
3661P: Ingo Molnar
3662M: mingo@redhat.com
3663T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 3158T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3664S: Maintained 3159S: Maintained
3665F: Documentation/lockdep*.txt 3160F: Documentation/lockdep*.txt
@@ -3668,8 +3163,7 @@ F: include/linux/lockdep.h
3668F: kernel/lockdep* 3163F: kernel/lockdep*
3669 3164
3670LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 3165LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3671P: Richard Russon (FlatCap) 3166M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3672M: ldm@flatcap.org
3673L: linux-ntfs-dev@lists.sourceforge.net 3167L: linux-ntfs-dev@lists.sourceforge.net
3674W: http://www.linux-ntfs.org/content/view/19/37/ 3168W: http://www.linux-ntfs.org/content/view/19/37/
3675S: Maintained 3169S: Maintained
@@ -3677,8 +3171,7 @@ F: Documentation/ldm.txt
3677F: fs/partitions/ldm.* 3171F: fs/partitions/ldm.*
3678 3172
3679LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3173LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3680P: Eric Moore 3174M: Eric Moore <Eric.Moore@lsi.com>
3681M: Eric.Moore@lsi.com
3682M: support@lsi.com 3175M: support@lsi.com
3683L: DL-MPTFusionLinux@lsi.com 3176L: DL-MPTFusionLinux@lsi.com
3684L: linux-scsi@vger.kernel.org 3177L: linux-scsi@vger.kernel.org
@@ -3687,25 +3180,21 @@ S: Supported
3687F: drivers/message/fusion/ 3180F: drivers/message/fusion/
3688 3181
3689LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 3182LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3690P: Matthew Wilcox 3183M: Matthew Wilcox <matthew@wil.cx>
3691M: matthew@wil.cx
3692L: linux-scsi@vger.kernel.org 3184L: linux-scsi@vger.kernel.org
3693S: Maintained 3185S: Maintained
3694F: drivers/scsi/sym53c8xx_2/ 3186F: drivers/scsi/sym53c8xx_2/
3695 3187
3696LTP (Linux Test Project) 3188LTP (Linux Test Project)
3697P: Subrata Modak 3189M: Subrata Modak <subrata@linux.vnet.ibm.com>
3698M: subrata@linux.vnet.ibm.com 3190M: Mike Frysinger <vapier@gentoo.org>
3699P: Mike Frysinger
3700M: vapier@gentoo.org
3701L: ltp-list@lists.sourceforge.net (subscribers-only) 3191L: ltp-list@lists.sourceforge.net (subscribers-only)
3702W: http://ltp.sourceforge.net/ 3192W: http://ltp.sourceforge.net/
3703T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git 3193T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3704S: Maintained 3194S: Maintained
3705 3195
3706M32R ARCHITECTURE 3196M32R ARCHITECTURE
3707P: Hirokazu Takata 3197M: Hirokazu Takata <takata@linux-m32r.org>
3708M: takata@linux-m32r.org
3709L: linux-m32r@ml.linux-m32r.org 3198L: linux-m32r@ml.linux-m32r.org
3710L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 3199L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3711W: http://www.linux-m32r.org/ 3200W: http://www.linux-m32r.org/
@@ -3713,10 +3202,8 @@ S: Maintained
3713F: arch/m32r/ 3202F: arch/m32r/
3714 3203
3715M68K ARCHITECTURE 3204M68K ARCHITECTURE
3716P: Geert Uytterhoeven 3205M: Geert Uytterhoeven <geert@linux-m68k.org>
3717M: geert@linux-m68k.org 3206M: Roman Zippel <zippel@linux-m68k.org>
3718P: Roman Zippel
3719M: zippel@linux-m68k.org
3720L: linux-m68k@lists.linux-m68k.org 3207L: linux-m68k@lists.linux-m68k.org
3721W: http://www.linux-m68k.org/ 3208W: http://www.linux-m68k.org/
3722T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 3209T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
@@ -3725,23 +3212,20 @@ F: arch/m68k/
3725F: drivers/zorro/ 3212F: drivers/zorro/
3726 3213
3727M68K ON APPLE MACINTOSH 3214M68K ON APPLE MACINTOSH
3728P: Joshua Thompson 3215M: Joshua Thompson <funaho@jurai.org>
3729M: funaho@jurai.org
3730W: http://www.mac.linux-m68k.org/ 3216W: http://www.mac.linux-m68k.org/
3731L: linux-m68k@lists.linux-m68k.org 3217L: linux-m68k@lists.linux-m68k.org
3732S: Maintained 3218S: Maintained
3733F: arch/m68k/mac/ 3219F: arch/m68k/mac/
3734 3220
3735M68K ON HP9000/300 3221M68K ON HP9000/300
3736P: Philip Blundell 3222M: Philip Blundell <philb@gnu.org>
3737M: philb@gnu.org
3738W: http://www.tazenda.demon.co.uk/phil/linux-hp 3223W: http://www.tazenda.demon.co.uk/phil/linux-hp
3739S: Maintained 3224S: Maintained
3740F: arch/m68k/hp300/ 3225F: arch/m68k/hp300/
3741 3226
3742MAC80211 3227MAC80211
3743P: Johannes Berg 3228M: Johannes Berg <johannes@sipsolutions.net>
3744M: johannes@sipsolutions.net
3745L: linux-wireless@vger.kernel.org 3229L: linux-wireless@vger.kernel.org
3746W: http://linuxwireless.org/ 3230W: http://linuxwireless.org/
3747T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3231T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
@@ -3751,10 +3235,8 @@ F: include/net/mac80211.h
3751F: net/mac80211/ 3235F: net/mac80211/
3752 3236
3753MAC80211 PID RATE CONTROL 3237MAC80211 PID RATE CONTROL
3754P: Stefano Brivio 3238M: Stefano Brivio <stefano.brivio@polimi.it>
3755M: stefano.brivio@polimi.it 3239M: Mattias Nissler <mattias.nissler@gmx.de>
3756P: Mattias Nissler
3757M: mattias.nissler@gmx.de
3758L: linux-wireless@vger.kernel.org 3240L: linux-wireless@vger.kernel.org
3759W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 3241W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3760T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3242T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
@@ -3762,67 +3244,57 @@ S: Maintained
3762F: net/mac80211/rc80211_pid* 3244F: net/mac80211/rc80211_pid*
3763 3245
3764MACVLAN DRIVER 3246MACVLAN DRIVER
3765P: Patrick McHardy 3247M: Patrick McHardy <kaber@trash.net>
3766M: kaber@trash.net
3767L: netdev@vger.kernel.org 3248L: netdev@vger.kernel.org
3768S: Maintained 3249S: Maintained
3769F: drivers/net/macvlan.c 3250F: drivers/net/macvlan.c
3770F: include/linux/if_macvlan.h 3251F: include/linux/if_macvlan.h
3771 3252
3772MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 3253MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3773P: Michael Kerrisk 3254M: Michael Kerrisk <mtk.manpages@gmail.com>
3774M: mtk.manpages@gmail.com
3775W: http://www.kernel.org/doc/man-pages 3255W: http://www.kernel.org/doc/man-pages
3776L: linux-man@vger.kernel.org 3256L: linux-man@vger.kernel.org
3777S: Maintained 3257S: Maintained
3778 3258
3779MARVELL LIBERTAS WIRELESS DRIVER 3259MARVELL LIBERTAS WIRELESS DRIVER
3780P: Dan Williams 3260M: Dan Williams <dcbw@redhat.com>
3781M: dcbw@redhat.com
3782L: libertas-dev@lists.infradead.org 3261L: libertas-dev@lists.infradead.org
3783S: Maintained 3262S: Maintained
3784F: drivers/net/wireless/libertas/ 3263F: drivers/net/wireless/libertas/
3785 3264
3786MARVELL MV643XX ETHERNET DRIVER 3265MARVELL MV643XX ETHERNET DRIVER
3787P: Lennert Buytenhek 3266M: Lennert Buytenhek <buytenh@marvell.com>
3788M: buytenh@marvell.com
3789L: netdev@vger.kernel.org 3267L: netdev@vger.kernel.org
3790S: Supported 3268S: Supported
3791F: drivers/net/mv643xx_eth.* 3269F: drivers/net/mv643xx_eth.*
3792F: include/linux/mv643xx.h 3270F: include/linux/mv643xx.h
3793 3271
3794MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3272MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3795P: Nicolas Pitre 3273M: Nicolas Pitre <nico@cam.org>
3796M: nico@cam.org
3797S: Maintained 3274S: Maintained
3798 3275
3799MARVELL YUKON / SYSKONNECT DRIVER 3276MARVELL YUKON / SYSKONNECT DRIVER
3800P: Mirko Lindner 3277M: Mirko Lindner <mlindner@syskonnect.de>
3801M: mlindner@syskonnect.de 3278M: Ralph Roesler <rroesler@syskonnect.de>
3802P: Ralph Roesler
3803M: rroesler@syskonnect.de
3804W: http://www.syskonnect.com 3279W: http://www.syskonnect.com
3805S: Supported 3280S: Supported
3806 3281
3807MATROX FRAMEBUFFER DRIVER 3282MATROX FRAMEBUFFER DRIVER
3808P: Petr Vandrovec 3283M: Petr Vandrovec <vandrove@vc.cvut.cz>
3809M: vandrove@vc.cvut.cz
3810L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3284L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3811S: Maintained 3285S: Maintained
3812F: drivers/video/matrox/matroxfb_* 3286F: drivers/video/matrox/matroxfb_*
3813F: include/linux/matroxfb.h 3287F: include/linux/matroxfb.h
3814 3288
3815MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3289MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3816P: Hans J. Koch 3290M: "Hans J. Koch" <hjk@linutronix.de>
3817M: hjk@linutronix.de
3818L: lm-sensors@lm-sensors.org 3291L: lm-sensors@lm-sensors.org
3819S: Maintained 3292S: Maintained
3820F: Documentation/hwmon/max6650 3293F: Documentation/hwmon/max6650
3821F: drivers/hwmon/max6650.c 3294F: drivers/hwmon/max6650.c
3822 3295
3823MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 3296MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3824P: Mauro Carvalho Chehab 3297M: Mauro Carvalho Chehab <mchehab@infradead.org>
3825M: mchehab@infradead.org
3826P: LinuxTV.org Project 3298P: LinuxTV.org Project
3827L: linux-media@vger.kernel.org 3299L: linux-media@vger.kernel.org
3828W: http://linuxtv.org 3300W: http://linuxtv.org
@@ -3836,8 +3308,7 @@ F: include/linux/dvb/
3836F: include/linux/videodev*.h 3308F: include/linux/videodev*.h
3837 3309
3838MEGARAID SCSI DRIVERS 3310MEGARAID SCSI DRIVERS
3839P: Neela Syam Kolli 3311M: Neela Syam Kolli <megaraidlinux@lsi.com>
3840M: megaraidlinux@lsi.com
3841L: linux-scsi@vger.kernel.org 3312L: linux-scsi@vger.kernel.org
3842W: http://megaraid.lsilogic.com 3313W: http://megaraid.lsilogic.com
3843S: Maintained 3314S: Maintained
@@ -3853,19 +3324,15 @@ F: include/linux/mm.h
3853F: mm/ 3324F: mm/
3854 3325
3855MEMORY RESOURCE CONTROLLER 3326MEMORY RESOURCE CONTROLLER
3856P: Balbir Singh 3327M: Balbir Singh <balbir@linux.vnet.ibm.com>
3857M: balbir@linux.vnet.ibm.com 3328M: Pavel Emelyanov <xemul@openvz.org>
3858P: Pavel Emelyanov 3329M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3859M: xemul@openvz.org
3860P: KAMEZAWA Hiroyuki
3861M: kamezawa.hiroyu@jp.fujitsu.com
3862L: linux-mm@kvack.org 3330L: linux-mm@kvack.org
3863S: Maintained 3331S: Maintained
3864F: mm/memcontrol.c 3332F: mm/memcontrol.c
3865 3333
3866MEMORY TECHNOLOGY DEVICES (MTD) 3334MEMORY TECHNOLOGY DEVICES (MTD)
3867P: David Woodhouse 3335M: David Woodhouse <dwmw2@infradead.org>
3868M: dwmw2@infradead.org
3869W: http://www.linux-mtd.infradead.org/ 3336W: http://www.linux-mtd.infradead.org/
3870L: linux-mtd@lists.infradead.org 3337L: linux-mtd@lists.infradead.org
3871T: git git://git.infradead.org/mtd-2.6.git 3338T: git git://git.infradead.org/mtd-2.6.git
@@ -3875,8 +3342,7 @@ F: include/linux/mtd/
3875F: include/mtd/ 3342F: include/mtd/
3876 3343
3877MICROBLAZE ARCHITECTURE 3344MICROBLAZE ARCHITECTURE
3878P: Michal Simek 3345M: Michal Simek <monstr@monstr.eu>
3879M: monstr@monstr.eu
3880L: microblaze-uclinux@itee.uq.edu.au 3346L: microblaze-uclinux@itee.uq.edu.au
3881W: http://www.monstr.eu/fdt/ 3347W: http://www.monstr.eu/fdt/
3882T: git git://git.monstr.eu/linux-2.6-microblaze.git 3348T: git git://git.monstr.eu/linux-2.6-microblaze.git
@@ -3884,14 +3350,12 @@ S: Supported
3884F: arch/microblaze/ 3350F: arch/microblaze/
3885 3351
3886MICROTEK X6 SCANNER 3352MICROTEK X6 SCANNER
3887P: Oliver Neukum 3353M: Oliver Neukum <oliver@neukum.name>
3888M: oliver@neukum.name
3889S: Maintained 3354S: Maintained
3890F: drivers/usb/image/microtek.* 3355F: drivers/usb/image/microtek.*
3891 3356
3892MIPS 3357MIPS
3893P: Ralf Baechle 3358M: Ralf Baechle <ralf@linux-mips.org>
3894M: ralf@linux-mips.org
3895W: http://www.linux-mips.org/ 3359W: http://www.linux-mips.org/
3896L: linux-mips@linux-mips.org 3360L: linux-mips@linux-mips.org
3897T: git git://git.linux-mips.org/pub/scm/linux.git 3361T: git git://git.linux-mips.org/pub/scm/linux.git
@@ -3900,8 +3364,7 @@ F: Documentation/mips/
3900F: arch/mips/ 3364F: arch/mips/
3901 3365
3902MISCELLANEOUS MCA-SUPPORT 3366MISCELLANEOUS MCA-SUPPORT
3903P: James Bottomley 3367M: James Bottomley <James.Bottomley@HansenPartnership.com>
3904M: James.Bottomley@HansenPartnership.com
3905S: Maintained 3368S: Maintained
3906F: Documentation/ia64/mca.txt 3369F: Documentation/ia64/mca.txt
3907F: Documentation/mca.txt 3370F: Documentation/mca.txt
@@ -3909,15 +3372,13 @@ F: drivers/mca/
3909F: include/linux/mca* 3372F: include/linux/mca*
3910 3373
3911MODULE SUPPORT 3374MODULE SUPPORT
3912P: Rusty Russell 3375M: Rusty Russell <rusty@rustcorp.com.au>
3913M: rusty@rustcorp.com.au
3914S: Maintained 3376S: Maintained
3915F: include/linux/module.h 3377F: include/linux/module.h
3916F: kernel/module.c 3378F: kernel/module.c
3917 3379
3918MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 3380MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3919P: Stelian Pop 3381M: Stelian Pop <stelian@popies.net>
3920M: stelian@popies.net
3921W: http://popies.net/meye/ 3382W: http://popies.net/meye/
3922S: Maintained 3383S: Maintained
3923F: Documentation/video4linux/meye.txt 3384F: Documentation/video4linux/meye.txt
@@ -3925,135 +3386,112 @@ F: drivers/media/video/meye.*
3925F: include/linux/meye.h 3386F: include/linux/meye.h
3926 3387
3927MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 3388MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3928P: Pavel Pisa 3389M: Pavel Pisa <ppisa@pikron.com>
3929M: ppisa@pikron.com
3930L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3390L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3931S: Maintained 3391S: Maintained
3932F: drivers/mmc/host/imxmmc.* 3392F: drivers/mmc/host/imxmmc.*
3933 3393
3934MOUSE AND MISC DEVICES [GENERAL] 3394MOUSE AND MISC DEVICES [GENERAL]
3935P: Alessandro Rubini 3395M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3936M: rubini@ipvvis.unipv.it
3937S: Maintained 3396S: Maintained
3938F: drivers/input/mouse/ 3397F: drivers/input/mouse/
3939F: include/linux/gpio_mouse.h 3398F: include/linux/gpio_mouse.h
3940 3399
3941MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 3400MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3942P: Jiri Slaby 3401M: Jiri Slaby <jirislaby@gmail.com>
3943M: jirislaby@gmail.com
3944S: Maintained 3402S: Maintained
3945F: Documentation/serial/moxa-smartio 3403F: Documentation/serial/moxa-smartio
3946F: drivers/char/mxser.* 3404F: drivers/char/mxser.*
3947 3405
3948MSI LAPTOP SUPPORT 3406MSI LAPTOP SUPPORT
3949P: Lennart Poettering 3407M: Lennart Poettering <mzxreary@0pointer.de>
3950M: mzxreary@0pointer.de
3951W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3408W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3952W: http://0pointer.de/lennart/tchibo.html 3409W: http://0pointer.de/lennart/tchibo.html
3953S: Maintained 3410S: Maintained
3954F: drivers/platform/x86/msi-laptop.c 3411F: drivers/platform/x86/msi-laptop.c
3955 3412
3956MULTIFUNCTION DEVICES (MFD) 3413MULTIFUNCTION DEVICES (MFD)
3957P: Samuel Ortiz 3414M: Samuel Ortiz <sameo@linux.intel.com>
3958M: sameo@linux.intel.com
3959T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git 3415T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3960S: Supported 3416S: Supported
3961F: drivers/mfd/ 3417F: drivers/mfd/
3962 3418
3963MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3419MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3964P: Pierre Ossman 3420M: Pierre Ossman <pierre@ossman.eu>
3965M: pierre@ossman.eu
3966S: Maintained 3421S: Maintained
3967F: drivers/mmc/ 3422F: drivers/mmc/
3968F: include/linux/mmc/ 3423F: include/linux/mmc/
3969 3424
3970MULTIMEDIA CARD (MMC) ETC. OVER SPI 3425MULTIMEDIA CARD (MMC) ETC. OVER SPI
3971P: David Brownell 3426M: David Brownell <dbrownell@users.sourceforge.net>
3972M: dbrownell@users.sourceforge.net
3973S: Odd Fixes 3427S: Odd Fixes
3974F: drivers/mmc/host/mmc_spi.c 3428F: drivers/mmc/host/mmc_spi.c
3975F: include/linux/spi/mmc_spi.h 3429F: include/linux/spi/mmc_spi.h
3976 3430
3977MULTISOUND SOUND DRIVER 3431MULTISOUND SOUND DRIVER
3978P: Andrew Veliath 3432M: Andrew Veliath <andrewtv@usa.net>
3979M: andrewtv@usa.net
3980S: Maintained 3433S: Maintained
3981F: Documentation/sound/oss/MultiSound 3434F: Documentation/sound/oss/MultiSound
3982F: sound/oss/msnd* 3435F: sound/oss/msnd*
3983 3436
3984MULTITECH MULTIPORT CARD (ISICOM) 3437MULTITECH MULTIPORT CARD (ISICOM)
3985P: Jiri Slaby 3438M: Jiri Slaby <jirislaby@gmail.com>
3986M: jirislaby@gmail.com
3987S: Maintained 3439S: Maintained
3988F: drivers/char/isicom.c 3440F: drivers/char/isicom.c
3989F: include/linux/isicom.h 3441F: include/linux/isicom.h
3990 3442
3991MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3443MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3992P: Felipe Balbi 3444M: Felipe Balbi <felipe.balbi@nokia.com>
3993M: felipe.balbi@nokia.com
3994L: linux-usb@vger.kernel.org 3445L: linux-usb@vger.kernel.org
3995T: git git://gitorious.org/musb/mainline.git 3446T: git git://gitorious.org/musb/mainline.git
3996S: Maintained 3447S: Maintained
3997F: drivers/usb/musb/ 3448F: drivers/usb/musb/
3998 3449
3999MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3450MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4000P: Andrew Gallatin 3451M: Andrew Gallatin <gallatin@myri.com>
4001M: gallatin@myri.com 3452M: Brice Goglin <brice@myri.com>
4002P: Brice Goglin
4003M: brice@myri.com
4004L: netdev@vger.kernel.org 3453L: netdev@vger.kernel.org
4005W: http://www.myri.com/scs/download-Myri10GE.html 3454W: http://www.myri.com/scs/download-Myri10GE.html
4006S: Supported 3455S: Supported
4007F: drivers/net/myri10ge/ 3456F: drivers/net/myri10ge/
4008 3457
4009NATSEMI ETHERNET DRIVER (DP8381x) 3458NATSEMI ETHERNET DRIVER (DP8381x)
4010P: Tim Hockin 3459M: Tim Hockin <thockin@hockin.org>
4011M: thockin@hockin.org
4012S: Maintained 3460S: Maintained
4013F: drivers/net/natsemi.c 3461F: drivers/net/natsemi.c
4014 3462
4015NCP FILESYSTEM 3463NCP FILESYSTEM
4016P: Petr Vandrovec 3464M: Petr Vandrovec <vandrove@vc.cvut.cz>
4017M: vandrove@vc.cvut.cz
4018L: linware@sh.cvut.cz 3465L: linware@sh.cvut.cz
4019S: Maintained 3466S: Maintained
4020F: fs/ncpfs/ 3467F: fs/ncpfs/
4021 3468
4022NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 3469NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4023P: James E.J. Bottomley 3470M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4024M: James.Bottomley@HansenPartnership.com
4025L: linux-scsi@vger.kernel.org 3471L: linux-scsi@vger.kernel.org
4026S: Maintained 3472S: Maintained
4027F: drivers/scsi/NCR_D700.* 3473F: drivers/scsi/NCR_D700.*
4028 3474
4029NETEFFECT IWARP RNIC DRIVER (IW_NES) 3475NETEFFECT IWARP RNIC DRIVER (IW_NES)
4030P: Faisal Latif 3476M: Faisal Latif <faisal.latif@intel.com>
4031M: faisal.latif@intel.com 3477M: Chien Tung <chien.tin.tung@intel.com>
4032P: Chien Tung
4033M: chien.tin.tung@intel.com
4034L: general@lists.openfabrics.org 3478L: general@lists.openfabrics.org
4035W: http://www.neteffect.com 3479W: http://www.neteffect.com
4036S: Supported 3480S: Supported
4037F: drivers/infiniband/hw/nes/ 3481F: drivers/infiniband/hw/nes/
4038 3482
4039NETEM NETWORK EMULATOR 3483NETEM NETWORK EMULATOR
4040P: Stephen Hemminger 3484M: Stephen Hemminger <shemminger@linux-foundation.org>
4041M: shemminger@linux-foundation.org
4042L: netem@lists.linux-foundation.org 3485L: netem@lists.linux-foundation.org
4043S: Maintained 3486S: Maintained
4044F: net/sched/sch_netem.c 3487F: net/sched/sch_netem.c
4045 3488
4046NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 3489NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4047P: Ramkrishna Vepa 3490M: Ramkrishna Vepa <ram.vepa@neterion.com>
4048M: ram.vepa@neterion.com 3491M: Rastapur Santosh <santosh.rastapur@neterion.com>
4049P: Rastapur Santosh 3492M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
4050M: santosh.rastapur@neterion.com 3493M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
4051P: Sivakumar Subramani 3494M: Anil Murthy <anil.murthy@neterion.com>
4052M: sivakumar.subramani@neterion.com
4053P: Sreenivasa Honnur
4054M: sreenivasa.honnur@neterion.com
4055P: Anil Murthy
4056M: anil.murthy@neterion.com
4057L: netdev@vger.kernel.org 3495L: netdev@vger.kernel.org
4058W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 3496W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4059W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 3497W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
@@ -4067,8 +3505,7 @@ P: Marc Boucher
4067P: James Morris 3505P: James Morris
4068P: Harald Welte 3506P: Harald Welte
4069P: Jozsef Kadlecsik 3507P: Jozsef Kadlecsik
4070P: Patrick McHardy 3508M: Patrick McHardy <kaber@trash.net>
4071M: kaber@trash.net
4072L: netfilter-devel@vger.kernel.org 3509L: netfilter-devel@vger.kernel.org
4073L: netfilter@vger.kernel.org 3510L: netfilter@vger.kernel.org
4074L: coreteam@netfilter.org 3511L: coreteam@netfilter.org
@@ -4084,8 +3521,7 @@ F: net/*/netfilter/
4084F: net/netfilter/ 3521F: net/netfilter/
4085 3522
4086NETLABEL 3523NETLABEL
4087P: Paul Moore 3524M: Paul Moore <paul.moore@hp.com>
4088M: paul.moore@hp.com
4089W: http://netlabel.sf.net 3525W: http://netlabel.sf.net
4090L: netdev@vger.kernel.org 3526L: netdev@vger.kernel.org
4091S: Supported 3527S: Supported
@@ -4094,8 +3530,7 @@ F: include/net/netlabel.h
4094F: net/netlabel/ 3530F: net/netlabel/
4095 3531
4096NETROM NETWORK LAYER 3532NETROM NETWORK LAYER
4097P: Ralf Baechle 3533M: Ralf Baechle <ralf@linux-mips.org>
4098M: ralf@linux-mips.org
4099L: linux-hams@vger.kernel.org 3534L: linux-hams@vger.kernel.org
4100W: http://www.linux-ax25.org/ 3535W: http://www.linux-ax25.org/
4101S: Maintained 3536S: Maintained
@@ -4104,16 +3539,14 @@ F: include/net/netrom.h
4104F: net/netrom/ 3539F: net/netrom/
4105 3540
4106NETWORK BLOCK DEVICE (NBD) 3541NETWORK BLOCK DEVICE (NBD)
4107P: Paul Clements 3542M: Paul Clements <Paul.Clements@steeleye.com>
4108M: Paul.Clements@steeleye.com
4109S: Maintained 3543S: Maintained
4110F: Documentation/blockdev/nbd.txt 3544F: Documentation/blockdev/nbd.txt
4111F: drivers/block/nbd.c 3545F: drivers/block/nbd.c
4112F: include/linux/nbd.h 3546F: include/linux/nbd.h
4113 3547
4114NETWORKING [GENERAL] 3548NETWORKING [GENERAL]
4115P: David S. Miller 3549M: "David S. Miller" <davem@davemloft.net>
4116M: davem@davemloft.net
4117L: netdev@vger.kernel.org 3550L: netdev@vger.kernel.org
4118W: http://www.linuxfoundation.org/en/Net 3551W: http://www.linuxfoundation.org/en/Net
4119T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3552T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
@@ -4122,18 +3555,12 @@ F: net/
4122F: include/net/ 3555F: include/net/
4123 3556
4124NETWORKING [IPv4/IPv6] 3557NETWORKING [IPv4/IPv6]
4125P: David S. Miller 3558M: "David S. Miller" <davem@davemloft.net>
4126M: davem@davemloft.net 3559M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4127P: Alexey Kuznetsov 3560M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4128M: kuznet@ms2.inr.ac.ru 3561M: James Morris <jmorris@namei.org>
4129P: Pekka Savola (ipv6) 3562M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4130M: pekkas@netcore.fi 3563M: Patrick McHardy <kaber@trash.net>
4131P: James Morris
4132M: jmorris@namei.org
4133P: Hideaki YOSHIFUJI
4134M: yoshfuji@linux-ipv6.org
4135P: Patrick McHardy
4136M: kaber@trash.net
4137L: netdev@vger.kernel.org 3564L: netdev@vger.kernel.org
4138T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3565T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4139S: Maintained 3566S: Maintained
@@ -4142,14 +3569,12 @@ F: net/ipv6/
4142F: include/net/ip* 3569F: include/net/ip*
4143 3570
4144NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 3571NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4145P: Paul Moore 3572M: Paul Moore <paul.moore@hp.com>
4146M: paul.moore@hp.com
4147L: netdev@vger.kernel.org 3573L: netdev@vger.kernel.org
4148S: Maintained 3574S: Maintained
4149 3575
4150NETWORKING [WIRELESS] 3576NETWORKING [WIRELESS]
4151P: John W. Linville 3577M: "John W. Linville" <linville@tuxdriver.com>
4152M: linville@tuxdriver.com
4153L: linux-wireless@vger.kernel.org 3578L: linux-wireless@vger.kernel.org
4154T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3579T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4155S: Maintained 3580S: Maintained
@@ -4165,16 +3590,14 @@ S: Odd Fixes
4165F: drivers/net/ 3590F: drivers/net/
4166 3591
4167NETXEN (1/10) GbE SUPPORT 3592NETXEN (1/10) GbE SUPPORT
4168P: Dhananjay Phadke 3593M: Dhananjay Phadke <dhananjay@netxen.com>
4169M: dhananjay@netxen.com
4170L: netdev@vger.kernel.org 3594L: netdev@vger.kernel.org
4171W: http://www.netxen.com 3595W: http://www.netxen.com
4172S: Supported 3596S: Supported
4173F: drivers/net/netxen/ 3597F: drivers/net/netxen/
4174 3598
4175NFS, SUNRPC, AND LOCKD CLIENTS 3599NFS, SUNRPC, AND LOCKD CLIENTS
4176P: Trond Myklebust 3600M: Trond Myklebust <Trond.Myklebust@netapp.com>
4177M: Trond.Myklebust@netapp.com
4178L: linux-nfs@vger.kernel.org 3601L: linux-nfs@vger.kernel.org
4179W: http://client.linux-nfs.org 3602W: http://client.linux-nfs.org
4180T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 3603T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
@@ -4188,17 +3611,14 @@ F: include/linux/nfs*
4188F: include/linux/sunrpc/ 3611F: include/linux/sunrpc/
4189 3612
4190NI5010 NETWORK DRIVER 3613NI5010 NETWORK DRIVER
4191P: Jan-Pascal van Best 3614M: Jan-Pascal van Best <janpascal@vanbest.org>
4192M: janpascal@vanbest.org 3615M: Andreas Mohr <andi@lisas.de>
4193P: Andreas Mohr
4194M: andi@lisas.de
4195L: netdev@vger.kernel.org 3616L: netdev@vger.kernel.org
4196S: Maintained 3617S: Maintained
4197F: drivers/net/ni5010.* 3618F: drivers/net/ni5010.*
4198 3619
4199NILFS2 FILESYSTEM 3620NILFS2 FILESYSTEM
4200P: KONISHI Ryusuke 3621M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4201M: konishi.ryusuke@lab.ntt.co.jp
4202L: users@nilfs.org 3622L: users@nilfs.org
4203W: http://www.nilfs.org/en/ 3623W: http://www.nilfs.org/en/
4204S: Supported 3624S: Supported
@@ -4207,26 +3627,22 @@ F: fs/nilfs2/
4207F: include/linux/nilfs2_fs.h 3627F: include/linux/nilfs2_fs.h
4208 3628
4209NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 3629NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4210P: YOKOTA Hiroshi 3630M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4211M: yokota@netlab.is.tsukuba.ac.jp
4212W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3631W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4213S: Maintained 3632S: Maintained
4214F: Documentation/scsi/NinjaSCSI.txt 3633F: Documentation/scsi/NinjaSCSI.txt
4215F: drivers/scsi/pcmcia/nsp_* 3634F: drivers/scsi/pcmcia/nsp_*
4216 3635
4217NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 3636NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4218P: GOTO Masanori 3637M: GOTO Masanori <gotom@debian.or.jp>
4219M: gotom@debian.or.jp 3638M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4220P: YOKOTA Hiroshi
4221M: yokota@netlab.is.tsukuba.ac.jp
4222W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3639W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4223S: Maintained 3640S: Maintained
4224F: Documentation/scsi/NinjaSCSI.txt 3641F: Documentation/scsi/NinjaSCSI.txt
4225F: drivers/scsi/nsp32* 3642F: drivers/scsi/nsp32*
4226 3643
4227NTFS FILESYSTEM 3644NTFS FILESYSTEM
4228P: Anton Altaparmakov 3645M: Anton Altaparmakov <aia21@cantab.net>
4229M: aia21@cantab.net
4230L: linux-ntfs-dev@lists.sourceforge.net 3646L: linux-ntfs-dev@lists.sourceforge.net
4231W: http://www.linux-ntfs.org/ 3647W: http://www.linux-ntfs.org/
4232T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 3648T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
@@ -4235,16 +3651,14 @@ F: Documentation/filesystems/ntfs.txt
4235F: fs/ntfs/ 3651F: fs/ntfs/
4236 3652
4237NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3653NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4238P: Antonino Daplas 3654M: Antonino Daplas <adaplas@gmail.com>
4239M: adaplas@gmail.com
4240L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3655L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4241S: Maintained 3656S: Maintained
4242F: drivers/video/riva/ 3657F: drivers/video/riva/
4243F: drivers/video/nvidia/ 3658F: drivers/video/nvidia/
4244 3659
4245OMAP SUPPORT 3660OMAP SUPPORT
4246P: Tony Lindgren <tony@atomide.com> 3661M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
4247M: tony@atomide.com
4248L: linux-omap@vger.kernel.org 3662L: linux-omap@vger.kernel.org
4249W: http://www.muru.com/linux/omap/ 3663W: http://www.muru.com/linux/omap/
4250W: http://linux.omap.com/ 3664W: http://linux.omap.com/
@@ -4253,97 +3667,83 @@ S: Maintained
4253F: arch/arm/*omap* 3667F: arch/arm/*omap*
4254 3668
4255OMAP CLOCK FRAMEWORK SUPPORT 3669OMAP CLOCK FRAMEWORK SUPPORT
4256P: Paul Walmsley 3670M: Paul Walmsley <paul@pwsan.com>
4257M: paul@pwsan.com
4258L: linux-omap@vger.kernel.org 3671L: linux-omap@vger.kernel.org
4259S: Maintained 3672S: Maintained
4260F: arch/arm/*omap*/*clock* 3673F: arch/arm/*omap*/*clock*
4261 3674
4262OMAP POWER MANAGEMENT SUPPORT 3675OMAP POWER MANAGEMENT SUPPORT
4263P: Kevin Hilman 3676M: Kevin Hilman <khilman@deeprootsystems.com>
4264M: khilman@deeprootsystems.com
4265L: linux-omap@vger.kernel.org 3677L: linux-omap@vger.kernel.org
4266S: Maintained 3678S: Maintained
4267F: arch/arm/*omap*/*pm* 3679F: arch/arm/*omap*/*pm*
4268 3680
4269OMAP AUDIO SUPPORT 3681OMAP AUDIO SUPPORT
4270P: Jarkko Nikula 3682M: Jarkko Nikula <jhnikula@gmail.com>
4271M: jhnikula@gmail.com
4272L: alsa-devel@alsa-project.org (subscribers-only) 3683L: alsa-devel@alsa-project.org (subscribers-only)
4273L: linux-omap@vger.kernel.org 3684L: linux-omap@vger.kernel.org
4274S: Maintained 3685S: Maintained
4275F: sound/soc/omap/ 3686F: sound/soc/omap/
4276 3687
4277OMAP FRAMEBUFFER SUPPORT 3688OMAP FRAMEBUFFER SUPPORT
4278P: Imre Deak 3689M: Imre Deak <imre.deak@nokia.com>
4279M: imre.deak@nokia.com
4280L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3690L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4281L: linux-omap@vger.kernel.org 3691L: linux-omap@vger.kernel.org
4282S: Maintained 3692S: Maintained
4283F: drivers/video/omap/ 3693F: drivers/video/omap/
4284 3694
4285OMAP MMC SUPPORT 3695OMAP MMC SUPPORT
4286P: Jarkko Lavinen 3696M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4287M: jarkko.lavinen@nokia.com
4288L: linux-omap@vger.kernel.org 3697L: linux-omap@vger.kernel.org
4289S: Maintained 3698S: Maintained
4290F: drivers/mmc/host/*omap* 3699F: drivers/mmc/host/*omap*
4291 3700
4292OMAP RANDOM NUMBER GENERATOR SUPPORT 3701OMAP RANDOM NUMBER GENERATOR SUPPORT
4293P: Deepak Saxena 3702M: Deepak Saxena <dsaxena@plexity.net>
4294M: dsaxena@plexity.net
4295S: Maintained 3703S: Maintained
4296F: drivers/char/hw_random/omap-rng.c 3704F: drivers/char/hw_random/omap-rng.c
4297 3705
4298OMAP USB SUPPORT 3706OMAP USB SUPPORT
4299P: Felipe Balbi 3707M: Felipe Balbi <felipe.balbi@nokia.com>
4300M: felipe.balbi@nokia.com 3708M: David Brownell <dbrownell@users.sourceforge.net>
4301P: David Brownell
4302M: dbrownell@users.sourceforge.net
4303L: linux-usb@vger.kernel.org 3709L: linux-usb@vger.kernel.org
4304L: linux-omap@vger.kernel.org 3710L: linux-omap@vger.kernel.org
4305S: Maintained 3711S: Maintained
4306 3712
4307OMFS FILESYSTEM 3713OMFS FILESYSTEM
4308P: Bob Copeland 3714M: Bob Copeland <me@bobcopeland.com>
4309M: me@bobcopeland.com
4310L: linux-karma-devel@lists.sourceforge.net 3715L: linux-karma-devel@lists.sourceforge.net
4311S: Maintained 3716S: Maintained
4312F: Documentation/filesystems/omfs.txt 3717F: Documentation/filesystems/omfs.txt
4313F: fs/omfs/ 3718F: fs/omfs/
4314 3719
4315OMNIKEY CARDMAN 4000 DRIVER 3720OMNIKEY CARDMAN 4000 DRIVER
4316P: Harald Welte 3721M: Harald Welte <laforge@gnumonks.org>
4317M: laforge@gnumonks.org
4318S: Maintained 3722S: Maintained
4319F: drivers/char/pcmcia/cm4000_cs.c 3723F: drivers/char/pcmcia/cm4000_cs.c
4320F: include/linux/cm4000_cs.h 3724F: include/linux/cm4000_cs.h
4321 3725
4322OMNIKEY CARDMAN 4040 DRIVER 3726OMNIKEY CARDMAN 4040 DRIVER
4323P: Harald Welte 3727M: Harald Welte <laforge@gnumonks.org>
4324M: laforge@gnumonks.org
4325S: Maintained 3728S: Maintained
4326F: drivers/char/pcmcia/cm4040_cs.* 3729F: drivers/char/pcmcia/cm4040_cs.*
4327 3730
4328OMNIVISION OV7670 SENSOR DRIVER 3731OMNIVISION OV7670 SENSOR DRIVER
4329P: Jonathan Corbet 3732M: Jonathan Corbet <corbet@lwn.net>
4330M: corbet@lwn.net
4331L: linux-media@vger.kernel.org 3733L: linux-media@vger.kernel.org
4332T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3734T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4333S: Maintained 3735S: Maintained
4334F: drivers/media/video/ov7670.c 3736F: drivers/media/video/ov7670.c
4335 3737
4336ONENAND FLASH DRIVER 3738ONENAND FLASH DRIVER
4337P: Kyungmin Park 3739M: Kyungmin Park <kyungmin.park@samsung.com>
4338M: kyungmin.park@samsung.com
4339L: linux-mtd@lists.infradead.org 3740L: linux-mtd@lists.infradead.org
4340S: Maintained 3741S: Maintained
4341F: drivers/mtd/onenand/ 3742F: drivers/mtd/onenand/
4342F: include/linux/mtd/onenand*.h 3743F: include/linux/mtd/onenand*.h
4343 3744
4344ONSTREAM SCSI TAPE DRIVER 3745ONSTREAM SCSI TAPE DRIVER
4345P: Willem Riede 3746M: Willem Riede <osst@riede.org>
4346M: osst@riede.org
4347L: osst-users@lists.sourceforge.net 3747L: osst-users@lists.sourceforge.net
4348L: linux-scsi@vger.kernel.org 3748L: linux-scsi@vger.kernel.org
4349S: Maintained 3749S: Maintained
@@ -4351,16 +3751,14 @@ F: drivers/scsi/osst*
4351F: drivers/scsi/st* 3751F: drivers/scsi/st*
4352 3752
4353OPENCORES I2C BUS DRIVER 3753OPENCORES I2C BUS DRIVER
4354P: Peter Korsgaard 3754M: Peter Korsgaard <jacmet@sunsite.dk>
4355M: jacmet@sunsite.dk
4356L: linux-i2c@vger.kernel.org 3755L: linux-i2c@vger.kernel.org
4357S: Maintained 3756S: Maintained
4358F: Documentation/i2c/busses/i2c-ocores 3757F: Documentation/i2c/busses/i2c-ocores
4359F: drivers/i2c/busses/i2c-ocores.c 3758F: drivers/i2c/busses/i2c-ocores.c
4360 3759
4361OPROFILE 3760OPROFILE
4362P: Robert Richter 3761M: Robert Richter <robert.richter@amd.com>
4363M: robert.richter@amd.com
4364L: oprofile-list@lists.sf.net 3762L: oprofile-list@lists.sf.net
4365S: Maintained 3763S: Maintained
4366F: arch/*/oprofile/ 3764F: arch/*/oprofile/
@@ -4368,10 +3766,8 @@ F: drivers/oprofile/
4368F: include/linux/oprofile.h 3766F: include/linux/oprofile.h
4369 3767
4370ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 3768ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4371P: Mark Fasheh 3769M: Mark Fasheh <mfasheh@suse.com>
4372M: mfasheh@suse.com 3770M: Joel Becker <joel.becker@oracle.com>
4373P: Joel Becker
4374M: joel.becker@oracle.com
4375L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 3771L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4376W: http://oss.oracle.com/projects/ocfs2/ 3772W: http://oss.oracle.com/projects/ocfs2/
4377T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 3773T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
@@ -4381,10 +3777,8 @@ F: Documentation/filesystems/dlmfs.txt
4381F: fs/ocfs2/ 3777F: fs/ocfs2/
4382 3778
4383ORINOCO DRIVER 3779ORINOCO DRIVER
4384P: Pavel Roskin 3780M: Pavel Roskin <proski@gnu.org>
4385M: proski@gnu.org 3781M: David Gibson <hermes@gibson.dropbear.id.au>
4386P: David Gibson
4387M: hermes@gibson.dropbear.id.au
4388L: linux-wireless@vger.kernel.org 3782L: linux-wireless@vger.kernel.org
4389L: orinoco-users@lists.sourceforge.net 3783L: orinoco-users@lists.sourceforge.net
4390L: orinoco-devel@lists.sourceforge.net 3784L: orinoco-devel@lists.sourceforge.net
@@ -4393,10 +3787,8 @@ S: Maintained
4393F: drivers/net/wireless/orinoco/ 3787F: drivers/net/wireless/orinoco/
4394 3788
4395OSD LIBRARY and FILESYSTEM 3789OSD LIBRARY and FILESYSTEM
4396P: Boaz Harrosh 3790M: Boaz Harrosh <bharrosh@panasas.com>
4397M: bharrosh@panasas.com 3791M: Benny Halevy <bhalevy@panasas.com>
4398P: Benny Halevy
4399M: bhalevy@panasas.com
4400L: osd-dev@open-osd.org 3792L: osd-dev@open-osd.org
4401W: http://open-osd.org 3793W: http://open-osd.org
4402T: git git://git.open-osd.org/open-osd.git 3794T: git git://git.open-osd.org/open-osd.git
@@ -4406,8 +3798,7 @@ F: drivers/include/scsi/osd_*
4406F: fs/exofs/ 3798F: fs/exofs/
4407 3799
4408P54 WIRELESS DRIVER 3800P54 WIRELESS DRIVER
4409P: Michael Wu 3801M: Michael Wu <flamingice@sourmilk.net>
4410M: flamingice@sourmilk.net
4411L: linux-wireless@vger.kernel.org 3802L: linux-wireless@vger.kernel.org
4412W: http://prism54.org 3803W: http://prism54.org
4413T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3804T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
@@ -4415,30 +3806,25 @@ S: Maintained
4415F: drivers/net/wireless/p54/ 3806F: drivers/net/wireless/p54/
4416 3807
4417PA SEMI ETHERNET DRIVER 3808PA SEMI ETHERNET DRIVER
4418P: Olof Johansson 3809M: Olof Johansson <olof@lixom.net>
4419M: olof@lixom.net
4420L: netdev@vger.kernel.org 3810L: netdev@vger.kernel.org
4421S: Maintained 3811S: Maintained
4422F: drivers/net/pasemi_mac.* 3812F: drivers/net/pasemi_mac.*
4423 3813
4424PA SEMI SMBUS DRIVER 3814PA SEMI SMBUS DRIVER
4425P: Olof Johansson 3815M: Olof Johansson <olof@lixom.net>
4426M: olof@lixom.net
4427L: linux-i2c@vger.kernel.org 3816L: linux-i2c@vger.kernel.org
4428S: Maintained 3817S: Maintained
4429F: drivers/i2c/busses/i2c-pasemi.c 3818F: drivers/i2c/busses/i2c-pasemi.c
4430 3819
4431PANASONIC LAPTOP ACPI EXTRAS DRIVER 3820PANASONIC LAPTOP ACPI EXTRAS DRIVER
4432P: Harald Welte 3821M: Harald Welte <laforge@gnumonks.org>
4433M: laforge@gnumonks.org
4434S: Maintained 3822S: Maintained
4435F: drivers/platform/x86/panasonic-laptop.c 3823F: drivers/platform/x86/panasonic-laptop.c
4436 3824
4437PANASONIC MN10300/AM33 PORT 3825PANASONIC MN10300/AM33 PORT
4438P: David Howells 3826M: David Howells <dhowells@redhat.com>
4439M: dhowells@redhat.com 3827M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4440P: Koichi Yasutake
4441M: yasutake.koichi@jp.panasonic.com
4442L: linux-am33-list@redhat.com (moderated for non-subscribers) 3828L: linux-am33-list@redhat.com (moderated for non-subscribers)
4443W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 3829W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4444S: Maintained 3830S: Maintained
@@ -4454,14 +3840,10 @@ F: drivers/char/ppdev.c
4454F: include/linux/ppdev.h 3840F: include/linux/ppdev.h
4455 3841
4456PARAVIRT_OPS INTERFACE 3842PARAVIRT_OPS INTERFACE
4457P: Jeremy Fitzhardinge 3843M: Jeremy Fitzhardinge <jeremy@xensource.com>
4458M: jeremy@xensource.com 3844M: Chris Wright <chrisw@sous-sol.org>
4459P: Chris Wright 3845M: Alok Kataria <akataria@vmware.com>
4460M: chrisw@sous-sol.org 3846M: Rusty Russell <rusty@rustcorp.com.au>
4461P: Alok Kataria
4462M: akataria@vmware.com
4463P: Rusty Russell
4464M: rusty@rustcorp.com.au
4465L: virtualization@lists.osdl.org 3847L: virtualization@lists.osdl.org
4466S: Supported 3848S: Supported
4467F: Documentation/ia64/paravirt_ops.txt 3849F: Documentation/ia64/paravirt_ops.txt
@@ -4469,8 +3851,7 @@ F: arch/*/kernel/paravirt*
4469F: arch/*/include/asm/paravirt.h 3851F: arch/*/include/asm/paravirt.h
4470 3852
4471PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3853PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4472P: Tim Waugh 3854M: Tim Waugh <tim@cyberelk.net>
4473M: tim@cyberelk.net
4474L: linux-parport@lists.infradead.org (subscribers-only) 3855L: linux-parport@lists.infradead.org (subscribers-only)
4475W: http://www.torque.net/linux-pp.html 3856W: http://www.torque.net/linux-pp.html
4476S: Maintained 3857S: Maintained
@@ -4478,10 +3859,8 @@ F: Documentation/blockdev/paride.txt
4478F: drivers/block/paride/ 3859F: drivers/block/paride/
4479 3860
4480PARISC ARCHITECTURE 3861PARISC ARCHITECTURE
4481P: Kyle McMartin 3862M: Kyle McMartin <kyle@mcmartin.ca>
4482M: kyle@mcmartin.ca 3863M: Helge Deller <deller@gmx.de>
4483P: Helge Deller
4484M: deller@gmx.de
4485L: linux-parisc@vger.kernel.org 3864L: linux-parisc@vger.kernel.org
4486W: http://www.parisc-linux.org/ 3865W: http://www.parisc-linux.org/
4487T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3866T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
@@ -4490,37 +3869,32 @@ F: arch/parisc/
4490F: drivers/parisc/ 3869F: drivers/parisc/
4491 3870
4492PC87360 HARDWARE MONITORING DRIVER 3871PC87360 HARDWARE MONITORING DRIVER
4493P: Jim Cromie 3872M: Jim Cromie <jim.cromie@gmail.com>
4494M: jim.cromie@gmail.com
4495L: lm-sensors@lm-sensors.org 3873L: lm-sensors@lm-sensors.org
4496S: Maintained 3874S: Maintained
4497F: Documentation/hwmon/pc87360 3875F: Documentation/hwmon/pc87360
4498F: drivers/hwmon/pc87360.c 3876F: drivers/hwmon/pc87360.c
4499 3877
4500PC8736x GPIO DRIVER 3878PC8736x GPIO DRIVER
4501P: Jim Cromie 3879M: Jim Cromie <jim.cromie@gmail.com>
4502M: jim.cromie@gmail.com
4503S: Maintained 3880S: Maintained
4504F: drivers/char/pc8736x_gpio.c 3881F: drivers/char/pc8736x_gpio.c
4505 3882
4506PCA9532 LED DRIVER 3883PCA9532 LED DRIVER
4507P: Riku Voipio 3884M: Riku Voipio <riku.voipio@iki.fi>
4508M: riku.voipio@iki.fi
4509S: Maintained 3885S: Maintained
4510F: drivers/leds/leds-pca9532.c 3886F: drivers/leds/leds-pca9532.c
4511F: include/linux/leds-pca9532.h 3887F: include/linux/leds-pca9532.h
4512 3888
4513PCI ERROR RECOVERY 3889PCI ERROR RECOVERY
4514P: Linas Vepstas 3890M: Linas Vepstas <linas@austin.ibm.com>
4515M: linas@austin.ibm.com
4516L: linux-pci@vger.kernel.org 3891L: linux-pci@vger.kernel.org
4517S: Supported 3892S: Supported
4518F: Documentation/PCI/pci-error-recovery.txt 3893F: Documentation/PCI/pci-error-recovery.txt
4519F: Documentation/powerpc/eeh-pci-error-recovery.txt 3894F: Documentation/powerpc/eeh-pci-error-recovery.txt
4520 3895
4521PCI SUBSYSTEM 3896PCI SUBSYSTEM
4522P: Jesse Barnes 3897M: Jesse Barnes <jbarnes@virtuousgeek.org>
4523M: jbarnes@virtuousgeek.org
4524L: linux-pci@vger.kernel.org 3898L: linux-pci@vger.kernel.org
4525T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 3899T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4526S: Supported 3900S: Supported
@@ -4529,8 +3903,7 @@ F: drivers/pci/
4529F: include/linux/pci* 3903F: include/linux/pci*
4530 3904
4531PCIE HOTPLUG DRIVER 3905PCIE HOTPLUG DRIVER
4532P: Kristen Carlson Accardi 3906M: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
4533M: kristen.c.accardi@intel.com
4534L: linux-pci@vger.kernel.org 3907L: linux-pci@vger.kernel.org
4535S: Supported 3908S: Supported
4536F: drivers/pci/pcie/ 3909F: drivers/pci/pcie/
@@ -4546,113 +3919,94 @@ F: drivers/pcmcia/
4546F: include/pcmcia/ 3919F: include/pcmcia/
4547 3920
4548PCNET32 NETWORK DRIVER 3921PCNET32 NETWORK DRIVER
4549P: Don Fry 3922M: Don Fry <pcnet32@verizon.net>
4550M: pcnet32@verizon.net
4551L: netdev@vger.kernel.org 3923L: netdev@vger.kernel.org
4552S: Maintained 3924S: Maintained
4553F: drivers/net/pcnet32.c 3925F: drivers/net/pcnet32.c
4554 3926
4555PER-TASK DELAY ACCOUNTING 3927PER-TASK DELAY ACCOUNTING
4556P: Balbir Singh 3928M: Balbir Singh <balbir@linux.vnet.ibm.com>
4557M: balbir@linux.vnet.ibm.com
4558S: Maintained 3929S: Maintained
4559F: include/linux/delayacct.h 3930F: include/linux/delayacct.h
4560F: kernel/delayacct.c 3931F: kernel/delayacct.c
4561 3932
4562PERFORMANCE COUNTER SUBSYSTEM 3933PERFORMANCE COUNTER SUBSYSTEM
4563P: Peter Zijlstra 3934M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4564M: a.p.zijlstra@chello.nl 3935M: Paul Mackerras <paulus@samba.org>
4565P: Paul Mackerras 3936M: Ingo Molnar <mingo@elte.hu>
4566M: paulus@samba.org
4567P: Ingo Molnar
4568M: mingo@elte.hu
4569S: Supported 3937S: Supported
4570 3938
4571PERSONALITY HANDLING 3939PERSONALITY HANDLING
4572P: Christoph Hellwig 3940M: Christoph Hellwig <hch@infradead.org>
4573M: hch@infradead.org
4574L: linux-abi-devel@lists.sourceforge.net 3941L: linux-abi-devel@lists.sourceforge.net
4575S: Maintained 3942S: Maintained
4576F: include/linux/personality.h 3943F: include/linux/personality.h
4577 3944
4578PHRAM MTD DRIVER 3945PHRAM MTD DRIVER
4579P: Joern Engel 3946M: Joern Engel <joern@lazybastard.org>
4580M: joern@lazybastard.org
4581L: linux-mtd@lists.infradead.org 3947L: linux-mtd@lists.infradead.org
4582S: Maintained 3948S: Maintained
4583F: drivers/mtd/devices/phram.c 3949F: drivers/mtd/devices/phram.c
4584 3950
4585PKTCDVD DRIVER 3951PKTCDVD DRIVER
4586P: Peter Osterlund 3952M: Peter Osterlund <petero2@telia.com>
4587M: petero2@telia.com
4588S: Maintained 3953S: Maintained
4589F: drivers/block/pktcdvd.c 3954F: drivers/block/pktcdvd.c
4590F: include/linux/pktcdvd.h 3955F: include/linux/pktcdvd.h
4591 3956
4592POSIX CLOCKS and TIMERS 3957POSIX CLOCKS and TIMERS
4593P: Thomas Gleixner 3958M: Thomas Gleixner <tglx@linutronix.de>
4594M: tglx@linutronix.de
4595S: Supported 3959S: Supported
4596F: fs/timerfd.c 3960F: fs/timerfd.c
4597F: include/linux/timer* 3961F: include/linux/timer*
4598F: kernel/*timer* 3962F: kernel/*timer*
4599 3963
4600POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 3964POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4601P: Anton Vorontsov 3965M: Anton Vorontsov <cbou@mail.ru>
4602M: cbou@mail.ru 3966M: David Woodhouse <dwmw2@infradead.org>
4603P: David Woodhouse
4604M: dwmw2@infradead.org
4605T: git git://git.infradead.org/battery-2.6.git 3967T: git git://git.infradead.org/battery-2.6.git
4606S: Maintained 3968S: Maintained
4607F: include/linux/power_supply.h 3969F: include/linux/power_supply.h
4608F: drivers/power/power_supply* 3970F: drivers/power/power_supply*
4609 3971
4610PNP SUPPORT 3972PNP SUPPORT
4611P: Adam Belay 3973M: Adam Belay <abelay@mit.edu>
4612M: abelay@mit.edu 3974M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4613P: Bjorn Helgaas
4614M: bjorn.helgaas@hp.com
4615S: Maintained 3975S: Maintained
4616F: drivers/pnp/ 3976F: drivers/pnp/
4617 3977
4618PNXxxxx I2C DRIVER 3978PNXxxxx I2C DRIVER
4619P: Vitaly Wool 3979M: Vitaly Wool <vitalywool@gmail.com>
4620M: vitalywool@gmail.com
4621L: linux-i2c@vger.kernel.org 3980L: linux-i2c@vger.kernel.org
4622S: Maintained 3981S: Maintained
4623F: drivers/i2c/busses/i2c-pnx.c 3982F: drivers/i2c/busses/i2c-pnx.c
4624 3983
4625PPP PROTOCOL DRIVERS AND COMPRESSORS 3984PPP PROTOCOL DRIVERS AND COMPRESSORS
4626P: Paul Mackerras 3985M: Paul Mackerras <paulus@samba.org>
4627M: paulus@samba.org
4628L: linux-ppp@vger.kernel.org 3986L: linux-ppp@vger.kernel.org
4629S: Maintained 3987S: Maintained
4630F: drivers/net/ppp_* 3988F: drivers/net/ppp_*
4631 3989
4632PPP OVER ATM (RFC 2364) 3990PPP OVER ATM (RFC 2364)
4633P: Mitchell Blank Jr 3991M: Mitchell Blank Jr <mitch@sfgoth.com>
4634M: mitch@sfgoth.com
4635S: Maintained 3992S: Maintained
4636F: net/atm/pppoatm.c 3993F: net/atm/pppoatm.c
4637F: include/linux/atmppp.h 3994F: include/linux/atmppp.h
4638 3995
4639PPP OVER ETHERNET 3996PPP OVER ETHERNET
4640P: Michal Ostrowski 3997M: Michal Ostrowski <mostrows@earthlink.net>
4641M: mostrows@earthlink.net
4642S: Maintained 3998S: Maintained
4643F: drivers/net/pppoe.c 3999F: drivers/net/pppoe.c
4644F: drivers/net/pppox.c 4000F: drivers/net/pppox.c
4645 4001
4646PPP OVER L2TP 4002PPP OVER L2TP
4647P: James Chapman 4003M: James Chapman <jchapman@katalix.com>
4648M: jchapman@katalix.com
4649S: Maintained 4004S: Maintained
4650F: drivers/net/pppol2tp.c 4005F: drivers/net/pppol2tp.c
4651F: include/linux/if_pppol2tp.h 4006F: include/linux/if_pppol2tp.h
4652 4007
4653PPS SUPPORT 4008PPS SUPPORT
4654P: Rodolfo Giometti 4009M: Rodolfo Giometti <giometti@enneenne.com>
4655M: giometti@enneenne.com
4656W: http://wiki.enneenne.com/index.php/LinuxPPS_support 4010W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4657L: linuxpps@ml.enneenne.com (subscribers-only) 4011L: linuxpps@ml.enneenne.com (subscribers-only)
4658S: Maintained 4012S: Maintained
@@ -4661,8 +4015,7 @@ F: drivers/pps/
4661F: include/linux/pps*.h 4015F: include/linux/pps*.h
4662 4016
4663PREEMPTIBLE KERNEL 4017PREEMPTIBLE KERNEL
4664P: Robert Love 4018M: Robert Love <rml@tech9.net>
4665M: rml@tech9.net
4666L: kpreempt-tech@lists.sourceforge.net 4019L: kpreempt-tech@lists.sourceforge.net
4667W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 4020W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4668S: Supported 4021S: Supported
@@ -4670,37 +4023,32 @@ F: Documentation/preempt-locking.txt
4670F: include/linux/preempt.h 4023F: include/linux/preempt.h
4671 4024
4672PRISM54 WIRELESS DRIVER 4025PRISM54 WIRELESS DRIVER
4673P: Luis R. Rodriguez 4026M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4674M: mcgrof@gmail.com
4675L: linux-wireless@vger.kernel.org 4027L: linux-wireless@vger.kernel.org
4676W: http://prism54.org 4028W: http://prism54.org
4677S: Maintained 4029S: Maintained
4678F: drivers/net/wireless/prism54/ 4030F: drivers/net/wireless/prism54/
4679 4031
4680PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 4032PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4681P: Peter Denison 4033M: Peter Denison <promise@pnd-pc.demon.co.uk>
4682M: promise@pnd-pc.demon.co.uk
4683W: http://www.pnd-pc.demon.co.uk/promise/ 4034W: http://www.pnd-pc.demon.co.uk/promise/
4684S: Maintained 4035S: Maintained
4685 4036
4686PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 4037PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4687P: Mikael Pettersson 4038M: Mikael Pettersson <mikpe@it.uu.se>
4688M: mikpe@it.uu.se
4689L: linux-ide@vger.kernel.org 4039L: linux-ide@vger.kernel.org
4690S: Maintained 4040S: Maintained
4691F: drivers/ata/sata_promise.* 4041F: drivers/ata/sata_promise.*
4692 4042
4693PS3 NETWORK SUPPORT 4043PS3 NETWORK SUPPORT
4694P: Geoff Levand 4044M: Geoff Levand <geoffrey.levand@am.sony.com>
4695M: geoffrey.levand@am.sony.com
4696L: netdev@vger.kernel.org 4045L: netdev@vger.kernel.org
4697L: cbe-oss-dev@ozlabs.org 4046L: cbe-oss-dev@ozlabs.org
4698S: Supported 4047S: Supported
4699F: drivers/net/ps3_gelic_net.* 4048F: drivers/net/ps3_gelic_net.*
4700 4049
4701PS3 PLATFORM SUPPORT 4050PS3 PLATFORM SUPPORT
4702P: Geoff Levand 4051M: Geoff Levand <geoffrey.levand@am.sony.com>
4703M: geoffrey.levand@am.sony.com
4704L: linuxppc-dev@ozlabs.org 4052L: linuxppc-dev@ozlabs.org
4705L: cbe-oss-dev@ozlabs.org 4053L: cbe-oss-dev@ozlabs.org
4706S: Supported 4054S: Supported
@@ -4715,16 +4063,13 @@ F: drivers/usb/host/*ps3.c
4715F: sound/ppc/snd_ps3* 4063F: sound/ppc/snd_ps3*
4716 4064
4717PS3VRAM DRIVER 4065PS3VRAM DRIVER
4718P: Jim Paris 4066M: Jim Paris <jim@jtan.com>
4719M: jim@jtan.com
4720L: cbe-oss-dev@ozlabs.org 4067L: cbe-oss-dev@ozlabs.org
4721S: Maintained 4068S: Maintained
4722 4069
4723PTRACE SUPPORT 4070PTRACE SUPPORT
4724P: Roland McGrath 4071M: Roland McGrath <roland@redhat.com>
4725M: roland@redhat.com 4072M: Oleg Nesterov <oleg@redhat.com>
4726P: Oleg Nesterov
4727M: oleg@redhat.com
4728S: Maintained 4073S: Maintained
4729F: include/asm-generic/syscall.h 4074F: include/asm-generic/syscall.h
4730F: include/linux/ptrace.h 4075F: include/linux/ptrace.h
@@ -4733,8 +4078,7 @@ F: include/linux/tracehook.h
4733F: kernel/ptrace.c 4078F: kernel/ptrace.c
4734 4079
4735PVRUSB2 VIDEO4LINUX DRIVER 4080PVRUSB2 VIDEO4LINUX DRIVER
4736P: Mike Isely 4081M: Mike Isely <isely@pobox.com>
4737M: isely@pobox.com
4738L: pvrusb2@isely.net (subscribers-only) 4082L: pvrusb2@isely.net (subscribers-only)
4739L: linux-media@vger.kernel.org 4083L: linux-media@vger.kernel.org
4740W: http://www.isely.net/pvrusb2/ 4084W: http://www.isely.net/pvrusb2/
@@ -4744,10 +4088,8 @@ F: Documentation/video4linux/README.pvrusb2
4744F: drivers/media/video/pvrusb2/ 4088F: drivers/media/video/pvrusb2/
4745 4089
4746PXA2xx/PXA3xx SUPPORT 4090PXA2xx/PXA3xx SUPPORT
4747P: Eric Miao 4091M: Eric Miao <eric.y.miao@gmail.com>
4748M: eric.y.miao@gmail.com 4092M: Russell King <linux@arm.linux.org.uk>
4749P: Russell King
4750M: linux@arm.linux.org.uk
4751L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4093L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4752S: Maintained 4094S: Maintained
4753F: arch/arm/mach-pxa/ 4095F: arch/arm/mach-pxa/
@@ -4759,17 +4101,14 @@ F: sound/arm/pxa*
4759F: sound/soc/pxa 4101F: sound/soc/pxa
4760 4102
4761PXA168 SUPPORT 4103PXA168 SUPPORT
4762P: Eric Miao 4104M: Eric Miao <eric.y.miao@gmail.com>
4763M: eric.y.miao@gmail.com 4105M: Jason Chagas <jason.chagas@marvell.com>
4764P: Jason Chagas
4765M: jason.chagas@marvell.com
4766L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4106L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4767T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4107T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4768S: Maintained 4108S: Maintained
4769 4109
4770PXA910 SUPPORT 4110PXA910 SUPPORT
4771P: Eric Miao 4111M: Eric Miao <eric.y.miao@gmail.com>
4772M: eric.y.miao@gmail.com
4773L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4112L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4774T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4113T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4775S: Maintained 4114S: Maintained
@@ -4778,14 +4117,12 @@ PXA MMCI DRIVER
4778S: Orphan 4117S: Orphan
4779 4118
4780PXA RTC DRIVER 4119PXA RTC DRIVER
4781P: Robert Jarzmik 4120M: Robert Jarzmik <robert.jarzmik@free.fr>
4782M: robert.jarzmik@free.fr
4783L: rtc-linux@googlegroups.com 4121L: rtc-linux@googlegroups.com
4784S: Maintained 4122S: Maintained
4785 4123
4786QLOGIC QLA2XXX FC-SCSI DRIVER 4124QLOGIC QLA2XXX FC-SCSI DRIVER
4787P: Andrew Vasquez 4125M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4788M: andrew.vasquez@qlogic.com
4789M: linux-driver@qlogic.com 4126M: linux-driver@qlogic.com
4790L: linux-scsi@vger.kernel.org 4127L: linux-scsi@vger.kernel.org
4791S: Supported 4128S: Supported
@@ -4793,8 +4130,7 @@ F: Documentation/scsi/LICENSE.qla2xxx
4793F: drivers/scsi/qla2xxx/ 4130F: drivers/scsi/qla2xxx/
4794 4131
4795QLOGIC QLA3XXX NETWORK DRIVER 4132QLOGIC QLA3XXX NETWORK DRIVER
4796P: Ron Mercer 4133M: Ron Mercer <ron.mercer@qlogic.com>
4797M: ron.mercer@qlogic.com
4798M: linux-driver@qlogic.com 4134M: linux-driver@qlogic.com
4799L: netdev@vger.kernel.org 4135L: netdev@vger.kernel.org
4800S: Supported 4136S: Supported
@@ -4802,16 +4138,14 @@ F: Documentation/networking/LICENSE.qla3xxx
4802F: drivers/net/qla3xxx.* 4138F: drivers/net/qla3xxx.*
4803 4139
4804QLOGIC QLGE 10Gb ETHERNET DRIVER 4140QLOGIC QLGE 10Gb ETHERNET DRIVER
4805P: Ron Mercer 4141M: Ron Mercer <ron.mercer@qlogic.com>
4806M: ron.mercer@qlogic.com
4807M: linux-driver@qlogic.com 4142M: linux-driver@qlogic.com
4808L: netdev@vger.kernel.org 4143L: netdev@vger.kernel.org
4809S: Supported 4144S: Supported
4810F: drivers/net/qlge/ 4145F: drivers/net/qlge/
4811 4146
4812QNX4 FILESYSTEM 4147QNX4 FILESYSTEM
4813P: Anders Larsen 4148M: Anders Larsen <al@alarsen.net>
4814M: al@alarsen.net
4815W: http://www.alarsen.net/linux/qnx4fs/ 4149W: http://www.alarsen.net/linux/qnx4fs/
4816S: Maintained 4150S: Maintained
4817F: fs/qnx4/ 4151F: fs/qnx4/
@@ -4819,16 +4153,14 @@ F: include/linux/qnx4_fs.h
4819F: include/linux/qnxtypes.h 4153F: include/linux/qnxtypes.h
4820 4154
4821RADEON FRAMEBUFFER DISPLAY DRIVER 4155RADEON FRAMEBUFFER DISPLAY DRIVER
4822P: Benjamin Herrenschmidt 4156M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4823M: benh@kernel.crashing.org
4824L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4157L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4825S: Maintained 4158S: Maintained
4826F: drivers/video/aty/radeon* 4159F: drivers/video/aty/radeon*
4827F: include/linux/radeonfb.h 4160F: include/linux/radeonfb.h
4828 4161
4829RAGE128 FRAMEBUFFER DISPLAY DRIVER 4162RAGE128 FRAMEBUFFER DISPLAY DRIVER
4830P: Paul Mackerras 4163M: Paul Mackerras <paulus@samba.org>
4831M: paulus@samba.org
4832L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4164L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4833S: Maintained 4165S: Maintained
4834F: drivers/video/aty/aty128fb.c 4166F: drivers/video/aty/aty128fb.c
@@ -4843,64 +4175,53 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4843F: drivers/net/wireless/rt2x00/ 4175F: drivers/net/wireless/rt2x00/
4844 4176
4845RAMDISK RAM BLOCK DEVICE DRIVER 4177RAMDISK RAM BLOCK DEVICE DRIVER
4846P: Nick Piggin 4178M: Nick Piggin <npiggin@suse.de>
4847M: npiggin@suse.de
4848S: Maintained 4179S: Maintained
4849F: Documentation/blockdev/ramdisk.txt 4180F: Documentation/blockdev/ramdisk.txt
4850F: drivers/block/brd.c 4181F: drivers/block/brd.c
4851 4182
4852RANDOM NUMBER DRIVER 4183RANDOM NUMBER DRIVER
4853P: Matt Mackall 4184M: Matt Mackall <mpm@selenic.com>
4854M: mpm@selenic.com
4855S: Maintained 4185S: Maintained
4856F: drivers/char/random.c 4186F: drivers/char/random.c
4857 4187
4858RAPIDIO SUBSYSTEM 4188RAPIDIO SUBSYSTEM
4859P: Matt Porter 4189M: Matt Porter <mporter@kernel.crashing.org>
4860M: mporter@kernel.crashing.org
4861S: Maintained 4190S: Maintained
4862F: drivers/rapidio/ 4191F: drivers/rapidio/
4863 4192
4864RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4193RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4865P: Corey Thomas 4194M: Corey Thomas <coreythomas@charter.net>
4866M: coreythomas@charter.net
4867L: linux-wireless@vger.kernel.org 4195L: linux-wireless@vger.kernel.org
4868S: Maintained 4196S: Maintained
4869F: drivers/net/wireless/ray* 4197F: drivers/net/wireless/ray*
4870 4198
4871RCUTORTURE MODULE 4199RCUTORTURE MODULE
4872P: Josh Triplett 4200M: Josh Triplett <josh@freedesktop.org>
4873M: josh@freedesktop.org 4201M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4874P: Paul E. McKenney
4875M: paulmck@linux.vnet.ibm.com
4876S: Maintained 4202S: Maintained
4877F: Documentation/RCU/torture.txt 4203F: Documentation/RCU/torture.txt
4878F: kernel/rcutorture.c 4204F: kernel/rcutorture.c
4879 4205
4880RDC R-321X SoC 4206RDC R-321X SoC
4881P: Florian Fainelli 4207M: Florian Fainelli <florian@openwrt.org>
4882M: florian@openwrt.org
4883S: Maintained 4208S: Maintained
4884 4209
4885RDC R6040 FAST ETHERNET DRIVER 4210RDC R6040 FAST ETHERNET DRIVER
4886P: Florian Fainelli 4211M: Florian Fainelli <florian@openwrt.org>
4887M: florian@openwrt.org
4888L: netdev@vger.kernel.org 4212L: netdev@vger.kernel.org
4889S: Maintained 4213S: Maintained
4890F: drivers/net/r6040.c 4214F: drivers/net/r6040.c
4891 4215
4892RDS - RELIABLE DATAGRAM SOCKETS 4216RDS - RELIABLE DATAGRAM SOCKETS
4893P: Andy Grover 4217M: Andy Grover <andy.grover@oracle.com>
4894M: andy.grover@oracle.com
4895L: rds-devel@oss.oracle.com (moderated for non-subscribers) 4218L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4896S: Supported 4219S: Supported
4897F: net/rds/ 4220F: net/rds/
4898 4221
4899READ-COPY UPDATE (RCU) 4222READ-COPY UPDATE (RCU)
4900P: Dipankar Sarma 4223M: Dipankar Sarma <dipankar@in.ibm.com>
4901M: dipankar@in.ibm.com 4224M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4902P: Paul E. McKenney
4903M: paulmck@linux.vnet.ibm.com
4904W: http://www.rdrop.com/users/paulmck/rclock/ 4225W: http://www.rdrop.com/users/paulmck/rclock/
4905S: Supported 4226S: Supported
4906F: Documentation/RCU/rcu.txt 4227F: Documentation/RCU/rcu.txt
@@ -4910,16 +4231,14 @@ F: include/linux/srcu.h
4910F: kernel/rcupdate.c 4231F: kernel/rcupdate.c
4911 4232
4912REAL TIME CLOCK DRIVER 4233REAL TIME CLOCK DRIVER
4913P: Paul Gortmaker 4234M: Paul Gortmaker <p_gortmaker@yahoo.com>
4914M: p_gortmaker@yahoo.com
4915S: Maintained 4235S: Maintained
4916F: Documentation/rtc.txt 4236F: Documentation/rtc.txt
4917F: drivers/rtc/ 4237F: drivers/rtc/
4918F: include/linux/rtc.h 4238F: include/linux/rtc.h
4919 4239
4920REAL TIME CLOCK (RTC) SUBSYSTEM 4240REAL TIME CLOCK (RTC) SUBSYSTEM
4921P: Alessandro Zummo 4241M: Alessandro Zummo <a.zummo@towertech.it>
4922M: a.zummo@towertech.it
4923L: rtc-linux@googlegroups.com 4242L: rtc-linux@googlegroups.com
4924S: Maintained 4243S: Maintained
4925F: Documentation/rtc.txt 4244F: Documentation/rtc.txt
@@ -4932,8 +4251,7 @@ S: Supported
4932F: fs/reiserfs/ 4251F: fs/reiserfs/
4933 4252
4934RFKILL 4253RFKILL
4935P: Johannes Berg 4254M: Johannes Berg <johannes@sipsolutions.net>
4936M: johannes@sipsolutions.net
4937L: linux-wireless@vger.kernel.org 4255L: linux-wireless@vger.kernel.org
4938S: Maintained 4256S: Maintained
4939F Documentation/rfkill.txt 4257F Documentation/rfkill.txt
@@ -4952,8 +4270,7 @@ F: Documentation/serial/rocket.txt
4952F: drivers/char/rocket* 4270F: drivers/char/rocket*
4953 4271
4954ROSE NETWORK LAYER 4272ROSE NETWORK LAYER
4955P: Ralf Baechle 4273M: Ralf Baechle <ralf@linux-mips.org>
4956M: ralf@linux-mips.org
4957L: linux-hams@vger.kernel.org 4274L: linux-hams@vger.kernel.org
4958W: http://www.linux-ax25.org/ 4275W: http://www.linux-ax25.org/
4959S: Maintained 4276S: Maintained
@@ -4962,8 +4279,7 @@ F: include/net/rose.h
4962F: net/rose/ 4279F: net/rose/
4963 4280
4964RTL8180 WIRELESS DRIVER 4281RTL8180 WIRELESS DRIVER
4965P: John W. Linville 4282M: "John W. Linville" <linville@tuxdriver.com>
4966M: linville@tuxdriver.com
4967L: linux-wireless@vger.kernel.org 4283L: linux-wireless@vger.kernel.org
4968W: http://linuxwireless.org/ 4284W: http://linuxwireless.org/
4969T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4285T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
@@ -4971,12 +4287,9 @@ S: Maintained
4971F: drivers/net/wireless/rtl818* 4287F: drivers/net/wireless/rtl818*
4972 4288
4973RTL8187 WIRELESS DRIVER 4289RTL8187 WIRELESS DRIVER
4974P: Herton Ronaldo Krzesinski 4290M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4975M: herton@mandriva.com.br 4291M: Hin-Tak Leung <htl10@users.sourceforge.net>
4976P: Hin-Tak Leung 4292M: Larry Finger <Larry.Finger@lwfinger.net>
4977M: htl10@users.sourceforge.net
4978P: Larry Finger
4979M: Larry.Finger@lwfinger.net
4980L: linux-wireless@vger.kernel.org 4293L: linux-wireless@vger.kernel.org
4981W: http://linuxwireless.org/ 4294W: http://linuxwireless.org/
4982T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4295T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
@@ -4984,17 +4297,14 @@ S: Maintained
4984F: drivers/net/wireless/rtl818x/rtl8187* 4297F: drivers/net/wireless/rtl818x/rtl8187*
4985 4298
4986S3 SAVAGE FRAMEBUFFER DRIVER 4299S3 SAVAGE FRAMEBUFFER DRIVER
4987P: Antonino Daplas 4300M: Antonino Daplas <adaplas@gmail.com>
4988M: adaplas@gmail.com
4989L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4301L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4990S: Maintained 4302S: Maintained
4991F: drivers/video/savage/ 4303F: drivers/video/savage/
4992 4304
4993S390 4305S390
4994P: Martin Schwidefsky 4306M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4995M: schwidefsky@de.ibm.com 4307M: Heiko Carstens <heiko.carstens@de.ibm.com>
4996P: Heiko Carstens
4997M: heiko.carstens@de.ibm.com
4998M: linux390@de.ibm.com 4308M: linux390@de.ibm.com
4999L: linux-s390@vger.kernel.org 4309L: linux-s390@vger.kernel.org
5000W: http://www.ibm.com/developerworks/linux/linux390/ 4310W: http://www.ibm.com/developerworks/linux/linux390/
@@ -5002,10 +4312,8 @@ S: Supported
5002F: arch/s390/ 4312F: arch/s390/
5003 4313
5004S390 NETWORK DRIVERS 4314S390 NETWORK DRIVERS
5005P: Ursula Braun 4315M: Ursula Braun <ursula.braun@de.ibm.com>
5006M: ursula.braun@de.ibm.com 4316M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5007P: Frank Blaschka
5008M: blaschka@linux.vnet.ibm.com
5009M: linux390@de.ibm.com 4317M: linux390@de.ibm.com
5010L: linux-s390@vger.kernel.org 4318L: linux-s390@vger.kernel.org
5011W: http://www.ibm.com/developerworks/linux/linux390/ 4319W: http://www.ibm.com/developerworks/linux/linux390/
@@ -5013,20 +4321,16 @@ S: Supported
5013F: drivers/s390/net/ 4321F: drivers/s390/net/
5014 4322
5015S390 ZCRYPT DRIVER 4323S390 ZCRYPT DRIVER
5016P: Felix Beck 4324M: Felix Beck <felix.beck@de.ibm.com>
5017M: felix.beck@de.ibm.com 4325M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
5018P: Ralph Wuerthner
5019M: ralph.wuerthner@de.ibm.com
5020M: linux390@de.ibm.com 4326M: linux390@de.ibm.com
5021L: linux-s390@vger.kernel.org 4327L: linux-s390@vger.kernel.org
5022S: Supported 4328S: Supported
5023F: drivers/s390/crypto/ 4329F: drivers/s390/crypto/
5024 4330
5025S390 ZFCP DRIVER 4331S390 ZFCP DRIVER
5026P: Christof Schmitt 4332M: Christof Schmitt <christof.schmitt@de.ibm.com>
5027M: christof.schmitt@de.ibm.com 4333M: Martin Peschke <mp3@de.ibm.com>
5028P: Martin Peschke
5029M: mp3@de.ibm.com
5030M: linux390@de.ibm.com 4334M: linux390@de.ibm.com
5031L: linux-s390@vger.kernel.org 4335L: linux-s390@vger.kernel.org
5032W: http://www.ibm.com/developerworks/linux/linux390/ 4336W: http://www.ibm.com/developerworks/linux/linux390/
@@ -5035,8 +4339,7 @@ F: Documentation/s390/zfcpdump.txt
5035F: drivers/s390/scsi/zfcp_* 4339F: drivers/s390/scsi/zfcp_*
5036 4340
5037S390 IUCV NETWORK LAYER 4341S390 IUCV NETWORK LAYER
5038P: Ursula Braun 4342M: Ursula Braun <ursula.braun@de.ibm.com>
5039M: ursula.braun@de.ibm.com
5040M: linux390@de.ibm.com 4343M: linux390@de.ibm.com
5041L: linux-s390@vger.kernel.org 4344L: linux-s390@vger.kernel.org
5042W: http://www.ibm.com/developerworks/linux/linux390/ 4345W: http://www.ibm.com/developerworks/linux/linux390/
@@ -5046,15 +4349,13 @@ F: include/net/iucv/
5046F: net/iucv/ 4349F: net/iucv/
5047 4350
5048S3C24XX SD/MMC Driver 4351S3C24XX SD/MMC Driver
5049P: Ben Dooks 4352M: Ben Dooks <ben-linux@fluff.org>
5050M: ben-linux@fluff.org
5051L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4353L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5052S: Supported 4354S: Supported
5053F: drivers/mmc/host/s3cmci.* 4355F: drivers/mmc/host/s3cmci.*
5054 4356
5055SAA7146 VIDEO4LINUX-2 DRIVER 4357SAA7146 VIDEO4LINUX-2 DRIVER
5056P: Michael Hunold 4358M: Michael Hunold <michael@mihu.de>
5057M: michael@mihu.de
5058L: linux-media@vger.kernel.org 4359L: linux-media@vger.kernel.org
5059T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4360T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5060W: http://www.mihu.de/linux/saa7146 4361W: http://www.mihu.de/linux/saa7146
@@ -5064,31 +4365,26 @@ F: drivers/media/video/*7146*
5064F: include/media/*7146* 4365F: include/media/*7146*
5065 4366
5066SC1200 WDT DRIVER 4367SC1200 WDT DRIVER
5067P: Zwane Mwaikambo 4368M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5068M: zwane@arm.linux.org.uk
5069S: Maintained 4369S: Maintained
5070F: drivers/watchdog/sc1200wdt.c 4370F: drivers/watchdog/sc1200wdt.c
5071 4371
5072SCHEDULER 4372SCHEDULER
5073P: Ingo Molnar 4373M: Ingo Molnar <mingo@elte.hu>
5074M: mingo@elte.hu 4374M: Peter Zijlstra <peterz@infradead.org>
5075P: Peter Zijlstra
5076M: peterz@infradead.org
5077S: Maintained 4375S: Maintained
5078F: kernel/sched* 4376F: kernel/sched*
5079F: include/linux/sched.h 4377F: include/linux/sched.h
5080 4378
5081SCSI CDROM DRIVER 4379SCSI CDROM DRIVER
5082P: Jens Axboe 4380M: Jens Axboe <axboe@kernel.dk>
5083M: axboe@kernel.dk
5084L: linux-scsi@vger.kernel.org 4381L: linux-scsi@vger.kernel.org
5085W: http://www.kernel.dk 4382W: http://www.kernel.dk
5086S: Maintained 4383S: Maintained
5087F: drivers/scsi/sr* 4384F: drivers/scsi/sr*
5088 4385
5089SCSI SG DRIVER 4386SCSI SG DRIVER
5090P: Doug Gilbert 4387M: Doug Gilbert <dgilbert@interlog.com>
5091M: dgilbert@interlog.com
5092L: linux-scsi@vger.kernel.org 4388L: linux-scsi@vger.kernel.org
5093W: http://www.torque.net/sg 4389W: http://www.torque.net/sg
5094S: Maintained 4390S: Maintained
@@ -5096,8 +4392,7 @@ F: drivers/scsi/sg.c
5096F: include/scsi/sg.h 4392F: include/scsi/sg.h
5097 4393
5098SCSI SUBSYSTEM 4394SCSI SUBSYSTEM
5099P: James E.J. Bottomley 4395M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5100M: James.Bottomley@HansenPartnership.com
5101L: linux-scsi@vger.kernel.org 4396L: linux-scsi@vger.kernel.org
5102T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 4397T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5103T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 4398T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
@@ -5107,18 +4402,15 @@ F: drivers/scsi/
5107F: include/scsi/ 4402F: include/scsi/
5108 4403
5109SCSI TAPE DRIVER 4404SCSI TAPE DRIVER
5110P: Kai Mäkisara 4405M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5111M: Kai.Makisara@kolumbus.fi
5112L: linux-scsi@vger.kernel.org 4406L: linux-scsi@vger.kernel.org
5113S: Maintained 4407S: Maintained
5114F: Documentation/scsi/st.txt 4408F: Documentation/scsi/st.txt
5115F: drivers/scsi/st* 4409F: drivers/scsi/st*
5116 4410
5117SCTP PROTOCOL 4411SCTP PROTOCOL
5118P: Vlad Yasevich 4412M: Vlad Yasevich <vladislav.yasevich@hp.com>
5119M: vladislav.yasevich@hp.com 4413M: Sridhar Samudrala <sri@us.ibm.com>
5120P: Sridhar Samudrala
5121M: sri@us.ibm.com
5122L: linux-sctp@vger.kernel.org 4414L: linux-sctp@vger.kernel.org
5123W: http://lksctp.sourceforge.net 4415W: http://lksctp.sourceforge.net
5124S: Supported 4416S: Supported
@@ -5128,8 +4420,7 @@ F: include/net/sctp/
5128F: net/sctp/ 4420F: net/sctp/
5129 4421
5130SCx200 CPU SUPPORT 4422SCx200 CPU SUPPORT
5131P: Jim Cromie 4423M: Jim Cromie <jim.cromie@gmail.com>
5132M: jim.cromie@gmail.com
5133S: Odd Fixes 4424S: Odd Fixes
5134F: Documentation/i2c/busses/scx200_acb 4425F: Documentation/i2c/busses/scx200_acb
5135F: arch/x86/kernel/scx200_32.c 4426F: arch/x86/kernel/scx200_32.c
@@ -5139,49 +4430,42 @@ F: drivers/mtd/maps/scx200_docflash.c
5139F: include/linux/scx200.h 4430F: include/linux/scx200.h
5140 4431
5141SCx200 GPIO DRIVER 4432SCx200 GPIO DRIVER
5142P: Jim Cromie 4433M: Jim Cromie <jim.cromie@gmail.com>
5143M: jim.cromie@gmail.com
5144S: Maintained 4434S: Maintained
5145F: drivers/char/scx200_gpio.c 4435F: drivers/char/scx200_gpio.c
5146F: include/linux/scx200_gpio.h 4436F: include/linux/scx200_gpio.h
5147 4437
5148SCx200 HRT CLOCKSOURCE DRIVER 4438SCx200 HRT CLOCKSOURCE DRIVER
5149P: Jim Cromie 4439M: Jim Cromie <jim.cromie@gmail.com>
5150M: jim.cromie@gmail.com
5151S: Maintained 4440S: Maintained
5152F: drivers/clocksource/scx200_hrt.c 4441F: drivers/clocksource/scx200_hrt.c
5153 4442
5154SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 4443SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5155P: Sascha Sommer 4444M: Sascha Sommer <saschasommer@freenet.de>
5156M: saschasommer@freenet.de
5157L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 4445L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5158S: Maintained 4446S: Maintained
5159F: drivers/mmc/host/sdricoh_cs.c 4447F: drivers/mmc/host/sdricoh_cs.c
5160 4448
5161SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4449SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5162P: Pierre Ossman 4450M: Pierre Ossman <pierre@ossman.eu>
5163M: pierre@ossman.eu
5164L: sdhci-devel@lists.ossman.eu 4451L: sdhci-devel@lists.ossman.eu
5165S: Maintained 4452S: Maintained
5166 4453
5167SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4454SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5168P: Anton Vorontsov 4455M: Anton Vorontsov <avorontsov@ru.mvista.com>
5169M: avorontsov@ru.mvista.com
5170L: linuxppc-dev@ozlabs.org 4456L: linuxppc-dev@ozlabs.org
5171L: sdhci-devel@lists.ossman.eu 4457L: sdhci-devel@lists.ossman.eu
5172S: Maintained 4458S: Maintained
5173F: drivers/mmc/host/sdhci.* 4459F: drivers/mmc/host/sdhci.*
5174 4460
5175SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4461SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5176P: Ben Dooks 4462M: Ben Dooks <ben-linux@fluff.org>
5177M: ben-linux@fluff.org
5178L: sdhci-devel@lists.ossman.eu 4463L: sdhci-devel@lists.ossman.eu
5179S: Maintained 4464S: Maintained
5180F: drivers/mmc/host/sdhci-s3c.c 4465F: drivers/mmc/host/sdhci-s3c.c
5181 4466
5182SECURITY SUBSYSTEM 4467SECURITY SUBSYSTEM
5183P: James Morris 4468M: James Morris <jmorris@namei.org>
5184M: jmorris@namei.org
5185L: linux-security-module@vger.kernel.org (suggested Cc:) 4469L: linux-security-module@vger.kernel.org (suggested Cc:)
5186T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4470T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5187W: http://security.wiki.kernel.org/ 4471W: http://security.wiki.kernel.org/
@@ -5189,17 +4473,13 @@ S: Supported
5189F: security/ 4473F: security/
5190 4474
5191SECURITY CONTACT 4475SECURITY CONTACT
5192P: Security Officers 4476M: Security Officers <security@kernel.org>
5193M: security@kernel.org
5194S: Supported 4477S: Supported
5195 4478
5196SELINUX SECURITY MODULE 4479SELINUX SECURITY MODULE
5197P: Stephen Smalley 4480M: Stephen Smalley <sds@tycho.nsa.gov>
5198M: sds@tycho.nsa.gov 4481M: James Morris <jmorris@namei.org>
5199P: James Morris 4482M: Eric Paris <eparis@parisplace.org>
5200M: jmorris@namei.org
5201P: Eric Paris
5202M: eparis@parisplace.org
5203L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 4483L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5204W: http://selinuxproject.org 4484W: http://selinuxproject.org
5205T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4485T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
@@ -5208,15 +4488,13 @@ F: include/linux/selinux*
5208F: security/selinux/ 4488F: security/selinux/
5209 4489
5210SENSABLE PHANTOM 4490SENSABLE PHANTOM
5211P: Jiri Slaby 4491M: Jiri Slaby <jirislaby@gmail.com>
5212M: jirislaby@gmail.com
5213S: Maintained 4492S: Maintained
5214F: drivers/misc/phantom.c 4493F: drivers/misc/phantom.c
5215F: include/linux/phantom.h 4494F: include/linux/phantom.h
5216 4495
5217SERIAL ATA (SATA) SUBSYSTEM 4496SERIAL ATA (SATA) SUBSYSTEM
5218P: Jeff Garzik 4497M: Jeff Garzik <jgarzik@pobox.com>
5219M: jgarzik@pobox.com
5220L: linux-ide@vger.kernel.org 4498L: linux-ide@vger.kernel.org
5221T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 4499T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5222S: Supported 4500S: Supported
@@ -5225,10 +4503,8 @@ F: include/linux/ata.h
5225F: include/linux/libata.h 4503F: include/linux/libata.h
5226 4504
5227SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4505SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5228P: Sathya Perla 4506M: Sathya Perla <sathyap@serverengines.com>
5229M: sathyap@serverengines.com 4507M: Subbu Seetharaman <subbus@serverengines.com>
5230P: Subbu Seetharaman
5231M: subbus@serverengines.com
5232L: netdev@vger.kernel.org 4508L: netdev@vger.kernel.org
5233W: http://www.serverengines.com 4509W: http://www.serverengines.com
5234S: Supported 4510S: Supported
@@ -5237,20 +4513,17 @@ F: drivers/net/benet/
5237SFC NETWORK DRIVER 4513SFC NETWORK DRIVER
5238P: Steve Hodgson 4514P: Steve Hodgson
5239P: Ben Hutchings 4515P: Ben Hutchings
5240P: Robert Stonehouse 4516M: Robert Stonehouse <linux-net-drivers@solarflare.com>
5241M: linux-net-drivers@solarflare.com
5242S: Supported 4517S: Supported
5243F: drivers/net/sfc/ 4518F: drivers/net/sfc/
5244 4519
5245SGI GRU DRIVER 4520SGI GRU DRIVER
5246P: Jack Steiner 4521M: Jack Steiner <steiner@sgi.com>
5247M: steiner@sgi.com
5248S: Maintained 4522S: Maintained
5249F: drivers/misc/sgi-gru/ 4523F: drivers/misc/sgi-gru/
5250 4524
5251SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 4525SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5252P: Pat Gefre 4526M: Pat Gefre <pfg@sgi.com>
5253M: pfg@sgi.com
5254L: linux-ia64@vger.kernel.org 4527L: linux-ia64@vger.kernel.org
5255S: Supported 4528S: Supported
5256F: Documentation/ia64/serial.txt 4529F: Documentation/ia64/serial.txt
@@ -5258,22 +4531,19 @@ F: drivers/serial/ioc?_serial.c
5258F: include/linux/ioc?.h 4531F: include/linux/ioc?.h
5259 4532
5260SGI VISUAL WORKSTATION 320 AND 540 4533SGI VISUAL WORKSTATION 320 AND 540
5261P: Andrey Panin 4534M: Andrey Panin <pazke@donpac.ru>
5262M: pazke@donpac.ru
5263L: linux-visws-devel@lists.sf.net 4535L: linux-visws-devel@lists.sf.net
5264W: http://linux-visws.sf.net 4536W: http://linux-visws.sf.net
5265S: Maintained for 2.6. 4537S: Maintained for 2.6.
5266F: Documentation/sgi-visws.txt 4538F: Documentation/sgi-visws.txt
5267 4539
5268SGI XP/XPC/XPNET DRIVER 4540SGI XP/XPC/XPNET DRIVER
5269P: Robin Holt 4541M: Robin Holt <holt@sgi.com>
5270M: holt@sgi.com
5271S: Maintained 4542S: Maintained
5272F: drivers/misc/sgi-xp/ 4543F: drivers/misc/sgi-xp/
5273 4544
5274SHARP LH SUPPORT (LH7952X & LH7A40X) 4545SHARP LH SUPPORT (LH7952X & LH7A40X)
5275P: Marc Singer 4546M: Marc Singer <elf@buici.com>
5276M: elf@buici.com
5277W: http://projects.buici.com/arm 4547W: http://projects.buici.com/arm
5278L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5279S: Maintained 4549S: Maintained
@@ -5284,23 +4554,20 @@ F: drivers/usb/gadget/lh7a40*
5284F: drivers/usb/host/ohci-lh7a40* 4554F: drivers/usb/host/ohci-lh7a40*
5285 4555
5286SHPC HOTPLUG DRIVER 4556SHPC HOTPLUG DRIVER
5287P: Kristen Carlson Accardi 4557M: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
5288M: kristen.c.accardi@intel.com
5289L: linux-pci@vger.kernel.org 4558L: linux-pci@vger.kernel.org
5290S: Supported 4559S: Supported
5291F: drivers/pci/hotplug/shpchp* 4560F: drivers/pci/hotplug/shpchp*
5292 4561
5293SIMTEC EB110ATX (Chalice CATS) 4562SIMTEC EB110ATX (Chalice CATS)
5294P: Ben Dooks 4563P: Ben Dooks
5295P: Vincent Sanders 4564M: Vincent Sanders <support@simtec.co.uk>
5296M: support@simtec.co.uk
5297W: http://www.simtec.co.uk/products/EB110ATX/ 4565W: http://www.simtec.co.uk/products/EB110ATX/
5298S: Supported 4566S: Supported
5299 4567
5300SIMTEC EB2410ITX (BAST) 4568SIMTEC EB2410ITX (BAST)
5301P: Ben Dooks 4569P: Ben Dooks
5302P: Vincent Sanders 4570M: Vincent Sanders <support@simtec.co.uk>
5303M: support@simtec.co.uk
5304W: http://www.simtec.co.uk/products/EB2410ITX/ 4571W: http://www.simtec.co.uk/products/EB2410ITX/
5305S: Supported 4572S: Supported
5306F: arch/arm/mach-s3c2410/ 4573F: arch/arm/mach-s3c2410/
@@ -5308,31 +4575,27 @@ F: drivers/*/*s3c2410*
5308F: drivers/*/*/*s3c2410* 4575F: drivers/*/*/*s3c2410*
5309 4576
5310SIS 190 ETHERNET DRIVER 4577SIS 190 ETHERNET DRIVER
5311P: Francois Romieu 4578M: Francois Romieu <romieu@fr.zoreil.com>
5312M: romieu@fr.zoreil.com
5313L: netdev@vger.kernel.org 4579L: netdev@vger.kernel.org
5314S: Maintained 4580S: Maintained
5315F: drivers/net/sis190.c 4581F: drivers/net/sis190.c
5316 4582
5317SIS 900/7016 FAST ETHERNET DRIVER 4583SIS 900/7016 FAST ETHERNET DRIVER
5318P: Daniele Venzano 4584M: Daniele Venzano <venza@brownhat.org>
5319M: venza@brownhat.org
5320W: http://www.brownhat.org/sis900.html 4585W: http://www.brownhat.org/sis900.html
5321L: netdev@vger.kernel.org 4586L: netdev@vger.kernel.org
5322S: Maintained 4587S: Maintained
5323F: drivers/net/sis900.* 4588F: drivers/net/sis900.*
5324 4589
5325SIS 96X I2C/SMBUS DRIVER 4590SIS 96X I2C/SMBUS DRIVER
5326P: Mark M. Hoffman 4591M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5327M: mhoffman@lightlink.com
5328L: linux-i2c@vger.kernel.org 4592L: linux-i2c@vger.kernel.org
5329S: Maintained 4593S: Maintained
5330F: Documentation/i2c/busses/i2c-sis96x 4594F: Documentation/i2c/busses/i2c-sis96x
5331F: drivers/i2c/busses/i2c-sis96x.c 4595F: drivers/i2c/busses/i2c-sis96x.c
5332 4596
5333SIS FRAMEBUFFER DRIVER 4597SIS FRAMEBUFFER DRIVER
5334P: Thomas Winischhofer 4598M: Thomas Winischhofer <thomas@winischhofer.net>
5335M: thomas@winischhofer.net
5336W: http://www.winischhofer.net/linuxsisvga.shtml 4599W: http://www.winischhofer.net/linuxsisvga.shtml
5337S: Maintained 4600S: Maintained
5338F: Documentation/fb/sisfb.txt 4601F: Documentation/fb/sisfb.txt
@@ -5340,70 +4603,59 @@ F: drivers/video/sis/
5340F: include/video/sisfb.h 4603F: include/video/sisfb.h
5341 4604
5342SIS USB2VGA DRIVER 4605SIS USB2VGA DRIVER
5343P: Thomas Winischhofer 4606M: Thomas Winischhofer <thomas@winischhofer.net>
5344M: thomas@winischhofer.net
5345W: http://www.winischhofer.at/linuxsisusbvga.shtml 4607W: http://www.winischhofer.at/linuxsisusbvga.shtml
5346S: Maintained 4608S: Maintained
5347F: drivers/usb/misc/sisusbvga/ 4609F: drivers/usb/misc/sisusbvga/
5348 4610
5349SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 4611SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5350P: Stephen Hemminger 4612M: Stephen Hemminger <shemminger@linux-foundation.org>
5351M: shemminger@linux-foundation.org
5352L: netdev@vger.kernel.org 4613L: netdev@vger.kernel.org
5353S: Maintained 4614S: Maintained
5354F: drivers/net/skge.* 4615F: drivers/net/skge.*
5355F: drivers/net/sky2.* 4616F: drivers/net/sky2.*
5356 4617
5357SLAB ALLOCATOR 4618SLAB ALLOCATOR
5358P: Christoph Lameter 4619M: Christoph Lameter <cl@linux-foundation.org>
5359M: cl@linux-foundation.org 4620M: Pekka Enberg <penberg@cs.helsinki.fi>
5360P: Pekka Enberg 4621M: Matt Mackall <mpm@selenic.com>
5361M: penberg@cs.helsinki.fi
5362P: Matt Mackall
5363M: mpm@selenic.com
5364L: linux-mm@kvack.org 4622L: linux-mm@kvack.org
5365S: Maintained 4623S: Maintained
5366F: include/linux/sl?b*.h 4624F: include/linux/sl?b*.h
5367F: mm/sl?b.c 4625F: mm/sl?b.c
5368 4626
5369SMC91x ETHERNET DRIVER 4627SMC91x ETHERNET DRIVER
5370P: Nicolas Pitre 4628M: Nicolas Pitre <nico@cam.org>
5371M: nico@cam.org
5372S: Maintained 4629S: Maintained
5373F: drivers/net/smc91x.* 4630F: drivers/net/smc91x.*
5374 4631
5375SMSC47B397 HARDWARE MONITOR DRIVER 4632SMSC47B397 HARDWARE MONITOR DRIVER
5376P: Mark M. Hoffman 4633M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5377M: mhoffman@lightlink.com
5378L: lm-sensors@lm-sensors.org 4634L: lm-sensors@lm-sensors.org
5379S: Maintained 4635S: Maintained
5380F: Documentation/hwmon/smsc47b397 4636F: Documentation/hwmon/smsc47b397
5381F: drivers/hwmon/smsc47b397.c 4637F: drivers/hwmon/smsc47b397.c
5382 4638
5383SMSC911x ETHERNET DRIVER 4639SMSC911x ETHERNET DRIVER
5384P: Steve Glendinning 4640M: Steve Glendinning <steve.glendinning@smsc.com>
5385M: steve.glendinning@smsc.com
5386L: netdev@vger.kernel.org 4641L: netdev@vger.kernel.org
5387S: Supported 4642S: Supported
5388F: include/linux/smsc911x.h 4643F: include/linux/smsc911x.h
5389F: drivers/net/smsc911x.* 4644F: drivers/net/smsc911x.*
5390 4645
5391SMSC9420 PCI ETHERNET DRIVER 4646SMSC9420 PCI ETHERNET DRIVER
5392P: Steve Glendinning 4647M: Steve Glendinning <steve.glendinning@smsc.com>
5393M: steve.glendinning@smsc.com
5394L: netdev@vger.kernel.org 4648L: netdev@vger.kernel.org
5395S: Supported 4649S: Supported
5396F: drivers/net/smsc9420.* 4650F: drivers/net/smsc9420.*
5397 4651
5398SMX UIO Interface 4652SMX UIO Interface
5399P: Ben Nizette 4653M: Ben Nizette <bn@niasdigital.com>
5400M: bn@niasdigital.com
5401S: Maintained 4654S: Maintained
5402F: drivers/uio/uio_smx.c 4655F: drivers/uio/uio_smx.c
5403 4656
5404SN-IA64 (Itanium) SUB-PLATFORM 4657SN-IA64 (Itanium) SUB-PLATFORM
5405P: Jes Sorensen 4658M: Jes Sorensen <jes@sgi.com>
5406M: jes@sgi.com
5407L: linux-altix@sgi.com 4659L: linux-altix@sgi.com
5408L: linux-ia64@vger.kernel.org 4660L: linux-ia64@vger.kernel.org
5409W: http://www.sgi.com/altix 4661W: http://www.sgi.com/altix
@@ -5411,8 +4663,7 @@ S: Maintained
5411F: arch/ia64/sn/ 4663F: arch/ia64/sn/
5412 4664
5413SOC-CAMERA V4L2 SUBSYSTEM 4665SOC-CAMERA V4L2 SUBSYSTEM
5414P: Guennadi Liakhovetski 4666M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5415M: g.liakhovetski@gmx.de
5416L: linux-media@vger.kernel.org 4667L: linux-media@vger.kernel.org
5417T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4668T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5418S: Maintained 4669S: Maintained
@@ -5420,37 +4671,32 @@ F: include/media/v4l2*
5420F: drivers/media/video/v4l2* 4671F: drivers/media/video/v4l2*
5421 4672
5422SOEKRIS NET48XX LED SUPPORT 4673SOEKRIS NET48XX LED SUPPORT
5423P: Chris Boot 4674M: Chris Boot <bootc@bootc.net>
5424M: bootc@bootc.net
5425S: Maintained 4675S: Maintained
5426F: drivers/leds/leds-net48xx.c 4676F: drivers/leds/leds-net48xx.c
5427 4677
5428SOFTWARE RAID (Multiple Disks) SUPPORT 4678SOFTWARE RAID (Multiple Disks) SUPPORT
5429P: Neil Brown 4679M: Neil Brown <neilb@suse.de>
5430M: neilb@suse.de
5431L: linux-raid@vger.kernel.org 4680L: linux-raid@vger.kernel.org
5432S: Supported 4681S: Supported
5433F: drivers/md/ 4682F: drivers/md/
5434F: include/linux/raid/ 4683F: include/linux/raid/
5435 4684
5436SONIC NETWORK DRIVER 4685SONIC NETWORK DRIVER
5437P: Thomas Bogendoerfer 4686M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5438M: tsbogend@alpha.franken.de
5439L: netdev@vger.kernel.org 4687L: netdev@vger.kernel.org
5440S: Maintained 4688S: Maintained
5441F: drivers/net/sonic.* 4689F: drivers/net/sonic.*
5442 4690
5443SONICS SILICON BACKPLANE DRIVER (SSB) 4691SONICS SILICON BACKPLANE DRIVER (SSB)
5444P: Michael Buesch 4692M: Michael Buesch <mb@bu3sch.de>
5445M: mb@bu3sch.de
5446L: netdev@vger.kernel.org 4693L: netdev@vger.kernel.org
5447S: Maintained 4694S: Maintained
5448F: drivers/ssb/ 4695F: drivers/ssb/
5449F: include/linux/ssb/ 4696F: include/linux/ssb/
5450 4697
5451SONY VAIO CONTROL DEVICE DRIVER 4698SONY VAIO CONTROL DEVICE DRIVER
5452P: Mattia Dongili 4699M: Mattia Dongili <malattia@linux.it>
5453M: malattia@linux.it
5454L: linux-acpi@vger.kernel.org 4700L: linux-acpi@vger.kernel.org
5455W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 4701W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5456S: Maintained 4702S: Maintained
@@ -5460,17 +4706,14 @@ F: drivers/platform/x86/sony-laptop.c
5460F: include/linux/sony-laptop.h 4706F: include/linux/sony-laptop.h
5461 4707
5462SONY MEMORYSTICK CARD SUPPORT 4708SONY MEMORYSTICK CARD SUPPORT
5463P: Alex Dubov 4709M: Alex Dubov <oakad@yahoo.com>
5464M: oakad@yahoo.com
5465W: http://tifmxx.berlios.de/ 4710W: http://tifmxx.berlios.de/
5466S: Maintained 4711S: Maintained
5467F: drivers/memstick/host/tifm_ms.c 4712F: drivers/memstick/host/tifm_ms.c
5468 4713
5469SOUND 4714SOUND
5470P: Jaroslav Kysela 4715M: Jaroslav Kysela <perex@perex.cz>
5471M: perex@perex.cz 4716M: Takashi Iwai <tiwai@suse.de>
5472P: Takashi Iwai
5473M: tiwai@suse.de
5474L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4717L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5475W: http://www.alsa-project.org/ 4718W: http://www.alsa-project.org/
5476T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git 4719T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
@@ -5481,10 +4724,8 @@ F: include/sound/
5481F: sound/ 4724F: sound/
5482 4725
5483SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 4726SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5484P: Liam Girdwood 4727M: Liam Girdwood <lrg@slimlogic.co.uk>
5485M: lrg@slimlogic.co.uk 4728M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5486P: Mark Brown
5487M: broonie@opensource.wolfsonmicro.com
5488T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git 4729T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5489L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4730L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5490W: http://alsa-project.org/main/index.php/ASoC 4731W: http://alsa-project.org/main/index.php/ASoC
@@ -5493,8 +4734,7 @@ F: sound/soc/
5493F: include/sound/soc* 4734F: include/sound/soc*
5494 4735
5495SPARC + UltraSPARC (sparc/sparc64) 4736SPARC + UltraSPARC (sparc/sparc64)
5496P: David S. Miller 4737M: "David S. Miller" <davem@davemloft.net>
5497M: davem@davemloft.net
5498L: sparclinux@vger.kernel.org 4738L: sparclinux@vger.kernel.org
5499T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 4739T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5500T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 4740T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
@@ -5502,15 +4742,13 @@ S: Maintained
5502F: arch/sparc/ 4742F: arch/sparc/
5503 4743
5504SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 4744SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5505P: Roger Wolff 4745M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5506M: R.E.Wolff@BitWizard.nl
5507S: Supported 4746S: Supported
5508F: Documentation/serial/specialix.txt 4747F: Documentation/serial/specialix.txt
5509F: drivers/char/specialix* 4748F: drivers/char/specialix*
5510 4749
5511SPI SUBSYSTEM 4750SPI SUBSYSTEM
5512P: David Brownell 4751M: David Brownell <dbrownell@users.sourceforge.net>
5513M: dbrownell@users.sourceforge.net
5514L: spi-devel-general@lists.sourceforge.net 4752L: spi-devel-general@lists.sourceforge.net
5515S: Maintained 4753S: Maintained
5516F: Documentation/spi/ 4754F: Documentation/spi/
@@ -5518,18 +4756,15 @@ F: drivers/spi/
5518F: include/linux/spi/ 4756F: include/linux/spi/
5519 4757
5520SPIDERNET NETWORK DRIVER for CELL 4758SPIDERNET NETWORK DRIVER for CELL
5521P: Ishizaki Kou 4759M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5522M: kou.ishizaki@toshiba.co.jp 4760M: Jens Osterkamp <jens@de.ibm.com>
5523P: Jens Osterkamp
5524M: jens@de.ibm.com
5525L: netdev@vger.kernel.org 4761L: netdev@vger.kernel.org
5526S: Supported 4762S: Supported
5527F: Documentation/networking/spider_net.txt 4763F: Documentation/networking/spider_net.txt
5528F: drivers/net/spider_net* 4764F: drivers/net/spider_net*
5529 4765
5530SPU FILE SYSTEM 4766SPU FILE SYSTEM
5531P: Jeremy Kerr 4767M: Jeremy Kerr <jk@ozlabs.org>
5532M: jk@ozlabs.org
5533L: linuxppc-dev@ozlabs.org 4768L: linuxppc-dev@ozlabs.org
5534L: cbe-oss-dev@ozlabs.org 4769L: cbe-oss-dev@ozlabs.org
5535W: http://www.ibm.com/developerworks/power/cell/ 4770W: http://www.ibm.com/developerworks/power/cell/
@@ -5538,8 +4773,7 @@ F: Documentation/filesystems/spufs.txt
5538F: arch/powerpc/platforms/cell/spufs/ 4773F: arch/powerpc/platforms/cell/spufs/
5539 4774
5540SQUASHFS FILE SYSTEM 4775SQUASHFS FILE SYSTEM
5541P: Phillip Lougher 4776M: Phillip Lougher <phillip@lougher.demon.co.uk>
5542M: phillip@lougher.demon.co.uk
5543L: squashfs-devel@lists.sourceforge.net (subscribers-only) 4777L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5544W: http://squashfs.org.uk 4778W: http://squashfs.org.uk
5545S: Maintained 4779S: Maintained
@@ -5547,30 +4781,25 @@ F: Documentation/filesystems/squashfs.txt
5547F: fs/squashfs/ 4781F: fs/squashfs/
5548 4782
5549SRM (Alpha) environment access 4783SRM (Alpha) environment access
5550P: Jan-Benedict Glaw 4784M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5551M: jbglaw@lug-owl.de
5552S: Maintained 4785S: Maintained
5553F: arch/alpha/kernel/srm_env.c 4786F: arch/alpha/kernel/srm_env.c
5554 4787
5555STABLE BRANCH 4788STABLE BRANCH
5556P: Greg Kroah-Hartman 4789M: Greg Kroah-Hartman <greg@kroah.com>
5557M: greg@kroah.com 4790M: Chris Wright <chrisw@sous-sol.org>
5558P: Chris Wright
5559M: chrisw@sous-sol.org
5560L: stable@kernel.org 4791L: stable@kernel.org
5561S: Maintained 4792S: Maintained
5562 4793
5563STAGING SUBSYSTEM 4794STAGING SUBSYSTEM
5564P: Greg Kroah-Hartman 4795M: Greg Kroah-Hartman <gregkh@suse.de>
5565M: gregkh@suse.de
5566T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4796T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5567L: devel@driverdev.osuosl.org 4797L: devel@driverdev.osuosl.org
5568S: Maintained 4798S: Maintained
5569F: drivers/staging/ 4799F: drivers/staging/
5570 4800
5571STARFIRE/DURALAN NETWORK DRIVER 4801STARFIRE/DURALAN NETWORK DRIVER
5572P: Ion Badulescu 4802M: Ion Badulescu <ionut@badula.org>
5573M: ionut@badula.org
5574S: Odd Fixes 4803S: Odd Fixes
5575F: drivers/net/starfire* 4804F: drivers/net/starfire*
5576 4805
@@ -5580,15 +4809,13 @@ F: drivers/net/wireless/strip.c
5580F: include/linux/if_strip.h 4809F: include/linux/if_strip.h
5581 4810
5582STRADIS MPEG-2 DECODER DRIVER 4811STRADIS MPEG-2 DECODER DRIVER
5583P: Nathan Laredo 4812M: Nathan Laredo <laredo@gnu.org>
5584M: laredo@gnu.org
5585W: http://www.stradis.com/ 4813W: http://www.stradis.com/
5586S: Maintained 4814S: Maintained
5587F: drivers/media/video/stradis.c 4815F: drivers/media/video/stradis.c
5588 4816
5589SUN3/3X 4817SUN3/3X
5590P: Sam Creasey 4818M: Sam Creasey <sammy@sammy.net>
5591M: sammy@sammy.net
5592W: http://sammy.net/sun3/ 4819W: http://sammy.net/sun3/
5593S: Maintained 4820S: Maintained
5594F: arch/m68k/kernel/*sun3* 4821F: arch/m68k/kernel/*sun3*
@@ -5596,8 +4823,7 @@ F: arch/m68k/sun3*/
5596F: arch/m68k/include/asm/sun3* 4823F: arch/m68k/include/asm/sun3*
5597 4824
5598SUPERH 4825SUPERH
5599P: Paul Mundt 4826M: Paul Mundt <lethal@linux-sh.org>
5600M: lethal@linux-sh.org
5601L: linux-sh@vger.kernel.org 4827L: linux-sh@vger.kernel.org
5602W: http://www.linux-sh.org 4828W: http://www.linux-sh.org
5603T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 4829T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
@@ -5607,12 +4833,9 @@ F: arch/sh/
5607F: drivers/sh/ 4833F: drivers/sh/
5608 4834
5609SUSPEND TO RAM 4835SUSPEND TO RAM
5610P: Len Brown 4836M: Len Brown <len.brown@intel.com>
5611M: len.brown@intel.com 4837M: Pavel Machek <pavel@ucw.cz>
5612P: Pavel Machek 4838M: "Rafael J. Wysocki" <rjw@sisk.pl>
5613M: pavel@ucw.cz
5614P: Rafael J. Wysocki
5615M: rjw@sisk.pl
5616L: linux-pm@lists.linux-foundation.org 4839L: linux-pm@lists.linux-foundation.org
5617S: Supported 4840S: Supported
5618F: Documentation/power/ 4841F: Documentation/power/
@@ -5624,32 +4847,28 @@ F: include/linux/freezer.h
5624F: include/linux/pm.h 4847F: include/linux/pm.h
5625 4848
5626SVGA HANDLING 4849SVGA HANDLING
5627P: Martin Mares 4850M: Martin Mares <mj@ucw.cz>
5628M: mj@ucw.cz
5629L: linux-video@atrey.karlin.mff.cuni.cz 4851L: linux-video@atrey.karlin.mff.cuni.cz
5630S: Maintained 4852S: Maintained
5631F: Documentation/svga.txt 4853F: Documentation/svga.txt
5632F: arch/x86/boot/video* 4854F: arch/x86/boot/video*
5633 4855
5634SYSV FILESYSTEM 4856SYSV FILESYSTEM
5635P: Christoph Hellwig 4857M: Christoph Hellwig <hch@infradead.org>
5636M: hch@infradead.org
5637S: Maintained 4858S: Maintained
5638F: Documentation/filesystems/sysv-fs.txt 4859F: Documentation/filesystems/sysv-fs.txt
5639F: fs/sysv/ 4860F: fs/sysv/
5640F: include/linux/sysv_fs.h 4861F: include/linux/sysv_fs.h
5641 4862
5642TASKSTATS STATISTICS INTERFACE 4863TASKSTATS STATISTICS INTERFACE
5643P: Balbir Singh 4864M: Balbir Singh <balbir@linux.vnet.ibm.com>
5644M: balbir@linux.vnet.ibm.com
5645S: Maintained 4865S: Maintained
5646F: Documentation/accounting/taskstats* 4866F: Documentation/accounting/taskstats*
5647F: include/linux/taskstats* 4867F: include/linux/taskstats*
5648F: kernel/taskstats.c 4868F: kernel/taskstats.c
5649 4869
5650TC CLASSIFIER 4870TC CLASSIFIER
5651P: Jamal Hadi Salim 4871M: Jamal Hadi Salim <hadi@cyberus.ca>
5652M: hadi@cyberus.ca
5653L: netdev@vger.kernel.org 4872L: netdev@vger.kernel.org
5654S: Maintained 4873S: Maintained
5655F: include/linux/pkt_cls.h 4874F: include/linux/pkt_cls.h
@@ -5657,38 +4876,31 @@ F: include/net/pkt_cls.h
5657F: net/sched/ 4876F: net/sched/
5658 4877
5659TCP LOW PRIORITY MODULE 4878TCP LOW PRIORITY MODULE
5660P: Wong Hoi Sing, Edison 4879M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5661M: hswong3i@gmail.com 4880M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5662P: Hung Hing Lun, Mike
5663M: hlhung3i@gmail.com
5664W: http://tcp-lp-mod.sourceforge.net/ 4881W: http://tcp-lp-mod.sourceforge.net/
5665S: Maintained 4882S: Maintained
5666F: net/ipv4/tcp_lp.c 4883F: net/ipv4/tcp_lp.c
5667 4884
5668TEHUTI ETHERNET DRIVER 4885TEHUTI ETHERNET DRIVER
5669P: Alexander Indenbaum 4886M: Alexander Indenbaum <baum@tehutinetworks.net>
5670M: baum@tehutinetworks.net 4887M: Andy Gospodarek <andy@greyhouse.net>
5671P: Andy Gospodarek
5672M: andy@greyhouse.net
5673L: netdev@vger.kernel.org 4888L: netdev@vger.kernel.org
5674S: Supported 4889S: Supported
5675F: drivers/net/tehuti* 4890F: drivers/net/tehuti*
5676 4891
5677Telecom Clock Driver for MCPL0010 4892Telecom Clock Driver for MCPL0010
5678P: Mark Gross 4893M: Mark Gross <mark.gross@intel.com>
5679M: mark.gross@intel.com
5680S: Supported 4894S: Supported
5681F: drivers/char/tlclk.c 4895F: drivers/char/tlclk.c
5682 4896
5683TENSILICA XTENSA PORT (xtensa) 4897TENSILICA XTENSA PORT (xtensa)
5684P: Chris Zankel 4898M: Chris Zankel <chris@zankel.net>
5685M: chris@zankel.net
5686S: Maintained 4899S: Maintained
5687F: arch/xtensa/ 4900F: arch/xtensa/
5688 4901
5689THINKPAD ACPI EXTRAS DRIVER 4902THINKPAD ACPI EXTRAS DRIVER
5690P: Henrique de Moraes Holschuh 4903M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5691M: ibm-acpi@hmh.eng.br
5692L: ibm-acpi-devel@lists.sourceforge.net 4904L: ibm-acpi-devel@lists.sourceforge.net
5693W: http://ibm-acpi.sourceforge.net 4905W: http://ibm-acpi.sourceforge.net
5694W: http://thinkwiki.org/wiki/Ibm-acpi 4906W: http://thinkwiki.org/wiki/Ibm-acpi
@@ -5697,27 +4909,22 @@ S: Maintained
5697F: drivers/platform/x86/thinkpad_acpi.c 4909F: drivers/platform/x86/thinkpad_acpi.c
5698 4910
5699TI FLASH MEDIA INTERFACE DRIVER 4911TI FLASH MEDIA INTERFACE DRIVER
5700P: Alex Dubov 4912M: Alex Dubov <oakad@yahoo.com>
5701M: oakad@yahoo.com
5702S: Maintained 4913S: Maintained
5703F: drivers/misc/tifm* 4914F: drivers/misc/tifm*
5704F: drivers/mmc/host/tifm_sd.c 4915F: drivers/mmc/host/tifm_sd.c
5705F: include/linux/tifm.h 4916F: include/linux/tifm.h
5706 4917
5707TI TWL4030 SERIES SOC CODEC DRIVER 4918TI TWL4030 SERIES SOC CODEC DRIVER
5708P: Peter Ujfalusi 4919M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5709M: peter.ujfalusi@nokia.com
5710L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4920L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5711S: Maintained 4921S: Maintained
5712F: sound/soc/codecs/twl4030* 4922F: sound/soc/codecs/twl4030*
5713 4923
5714TIPC NETWORK LAYER 4924TIPC NETWORK LAYER
5715P: Per Liden 4925M: Per Liden <per.liden@ericsson.com>
5716M: per.liden@ericsson.com 4926M: Jon Maloy <jon.maloy@ericsson.com>
5717P: Jon Maloy 4927M: Allan Stephens <allan.stephens@windriver.com>
5718M: jon.maloy@ericsson.com
5719P: Allan Stephens
5720M: allan.stephens@windriver.com
5721L: tipc-discussion@lists.sourceforge.net 4928L: tipc-discussion@lists.sourceforge.net
5722W: http://tipc.sourceforge.net/ 4929W: http://tipc.sourceforge.net/
5723W: http://tipc.cslab.ericsson.net/ 4930W: http://tipc.cslab.ericsson.net/
@@ -5728,8 +4935,7 @@ F: include/net/tipc/
5728F: net/tipc/ 4935F: net/tipc/
5729 4936
5730TLAN NETWORK DRIVER 4937TLAN NETWORK DRIVER
5731P: Samuel Chessman 4938M: Samuel Chessman <chessman@tux.org>
5732M: chessman@tux.org
5733L: tlan-devel@lists.sourceforge.net (subscribers-only) 4939L: tlan-devel@lists.sourceforge.net (subscribers-only)
5734W: http://sourceforge.net/projects/tlan/ 4940W: http://sourceforge.net/projects/tlan/
5735S: Maintained 4941S: Maintained
@@ -5737,10 +4943,8 @@ F: Documentation/networking/tlan.txt
5737F: drivers/net/tlan.* 4943F: drivers/net/tlan.*
5738 4944
5739TOMOYO SECURITY MODULE 4945TOMOYO SECURITY MODULE
5740P: Kentaro Takeda 4946M: Kentaro Takeda <takedakn@nttdata.co.jp>
5741M: takedakn@nttdata.co.jp 4947M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5742P: Tetsuo Handa
5743M: penguin-kernel@I-love.SAKURA.ne.jp
5744L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) 4948L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5745L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 4949L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5746L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 4950L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
@@ -5754,8 +4958,7 @@ S: Orphan
5754F: drivers/platform/x86/toshiba_acpi.c 4958F: drivers/platform/x86/toshiba_acpi.c
5755 4959
5756TOSHIBA SMM DRIVER 4960TOSHIBA SMM DRIVER
5757P: Jonathan Buzzard 4961M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5758M: jonathan@buzzard.org.uk
5759L: tlinux-users@tce.toshiba-dme.co.jp 4962L: tlinux-users@tce.toshiba-dme.co.jp
5760W: http://www.buzzard.org.uk/toshiba/ 4963W: http://www.buzzard.org.uk/toshiba/
5761S: Maintained 4964S: Maintained
@@ -5763,41 +4966,34 @@ F: drivers/char/toshiba.c
5763F: include/linux/toshiba.h 4966F: include/linux/toshiba.h
5764 4967
5765TMIO MMC DRIVER 4968TMIO MMC DRIVER
5766P: Ian Molton 4969M: Ian Molton <ian@mnementh.co.uk>
5767M: ian@mnementh.co.uk
5768S: Maintained 4970S: Maintained
5769F: drivers/mmc/host/tmio_mmc.* 4971F: drivers/mmc/host/tmio_mmc.*
5770 4972
5771TMPFS (SHMEM FILESYSTEM) 4973TMPFS (SHMEM FILESYSTEM)
5772P: Hugh Dickins 4974M: Hugh Dickins <hugh.dickins@tiscali.co.uk>
5773M: hugh.dickins@tiscali.co.uk
5774L: linux-mm@kvack.org 4975L: linux-mm@kvack.org
5775S: Maintained 4976S: Maintained
5776F: include/linux/shmem_fs.h 4977F: include/linux/shmem_fs.h
5777F: mm/shmem.c 4978F: mm/shmem.c
5778 4979
5779TPM DEVICE DRIVER 4980TPM DEVICE DRIVER
5780P: Debora Velarde 4981M: Debora Velarde <debora@linux.vnet.ibm.com>
5781M: debora@linux.vnet.ibm.com 4982M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5782P: Rajiv Andrade
5783M: srajiv@linux.vnet.ibm.com
5784W: http://tpmdd.sourceforge.net 4983W: http://tpmdd.sourceforge.net
5785P: Marcel Selhorst 4984M: Marcel Selhorst <m.selhorst@sirrix.com>
5786M: m.selhorst@sirrix.com
5787W: http://www.sirrix.com 4985W: http://www.sirrix.com
5788L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 4986L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5789S: Maintained 4987S: Maintained
5790F: drivers/char/tpm/ 4988F: drivers/char/tpm/
5791 4989
5792TRIVIAL PATCHES 4990TRIVIAL PATCHES
5793P: Jiri Kosina 4991M: Jiri Kosina <trivial@kernel.org>
5794M: trivial@kernel.org
5795T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 4992T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5796S: Maintained 4993S: Maintained
5797 4994
5798TTY LAYER 4995TTY LAYER
5799P: Alan Cox 4996M: Alan Cox <alan@lxorguk.ukuu.org.uk>
5800M: alan@lxorguk.ukuu.org.uk
5801S: Maintained 4997S: Maintained
5802T: stgit http://zeniv.linux.org.uk/~alan/ttydev/ 4998T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5803F: drivers/char/tty_* 4999F: drivers/char/tty_*
@@ -5807,17 +5003,14 @@ F: include/linux/serial.h
5807F: include/linux/tty.h 5003F: include/linux/tty.h
5808 5004
5809TULIP NETWORK DRIVERS 5005TULIP NETWORK DRIVERS
5810P: Grant Grundler 5006M: Grant Grundler <grundler@parisc-linux.org>
5811M: grundler@parisc-linux.org 5007M: Kyle McMartin <kyle@mcmartin.ca>
5812P: Kyle McMartin
5813M: kyle@mcmartin.ca
5814L: netdev@vger.kernel.org 5008L: netdev@vger.kernel.org
5815S: Maintained 5009S: Maintained
5816F: drivers/net/tulip/ 5010F: drivers/net/tulip/
5817 5011
5818TUN/TAP driver 5012TUN/TAP driver
5819P: Maxim Krasnyansky 5013M: Maxim Krasnyansky <maxk@qualcomm.com>
5820M: maxk@qualcomm.com
5821L: vtun@office.satix.net 5014L: vtun@office.satix.net
5822W: http://vtun.sourceforge.net/tun 5015W: http://vtun.sourceforge.net/tun
5823S: Maintained 5016S: Maintained
@@ -5825,24 +5018,20 @@ F: Documentation/networking/tuntap.txt
5825F: arch/um/os-Linux/drivers/ 5018F: arch/um/os-Linux/drivers/
5826 5019
5827TURBOCHANNEL SUBSYSTEM 5020TURBOCHANNEL SUBSYSTEM
5828P: Maciej W. Rozycki 5021M: "Maciej W. Rozycki" <macro@linux-mips.org>
5829M: macro@linux-mips.org
5830S: Maintained 5022S: Maintained
5831F: drivers/tc/ 5023F: drivers/tc/
5832F: include/linux/tc.h 5024F: include/linux/tc.h
5833 5025
5834U14-34F SCSI DRIVER 5026U14-34F SCSI DRIVER
5835P: Dario Ballabio 5027M: Dario Ballabio <ballabio_dario@emc.com>
5836M: ballabio_dario@emc.com
5837L: linux-scsi@vger.kernel.org 5028L: linux-scsi@vger.kernel.org
5838S: Maintained 5029S: Maintained
5839F: drivers/scsi/u14-34f.c 5030F: drivers/scsi/u14-34f.c
5840 5031
5841UBI FILE SYSTEM (UBIFS) 5032UBI FILE SYSTEM (UBIFS)
5842P: Artem Bityutskiy 5033M: Artem Bityutskiy <dedekind@infradead.org>
5843M: dedekind@infradead.org 5034M: Adrian Hunter <adrian.hunter@nokia.com>
5844P: Adrian Hunter
5845M: adrian.hunter@nokia.com
5846L: linux-mtd@lists.infradead.org 5035L: linux-mtd@lists.infradead.org
5847T: git git://git.infradead.org/ubifs-2.6.git 5036T: git git://git.infradead.org/ubifs-2.6.git
5848W: http://www.linux-mtd.infradead.org/doc/ubifs.html 5037W: http://www.linux-mtd.infradead.org/doc/ubifs.html
@@ -5851,37 +5040,32 @@ F: Documentation/filesystems/ubifs.txt
5851F: fs/ubifs/ 5040F: fs/ubifs/
5852 5041
5853UCLINUX (AND M68KNOMMU) 5042UCLINUX (AND M68KNOMMU)
5854P: Greg Ungerer 5043M: Greg Ungerer <gerg@uclinux.org>
5855M: gerg@uclinux.org
5856W: http://www.uclinux.org/ 5044W: http://www.uclinux.org/
5857L: uclinux-dev@uclinux.org (subscribers-only) 5045L: uclinux-dev@uclinux.org (subscribers-only)
5858S: Maintained 5046S: Maintained
5859F: arch/m68knommu/ 5047F: arch/m68knommu/
5860 5048
5861UCLINUX FOR RENESAS H8/300 (H8300) 5049UCLINUX FOR RENESAS H8/300 (H8300)
5862P: Yoshinori Sato 5050M: Yoshinori Sato <ysato@users.sourceforge.jp>
5863M: ysato@users.sourceforge.jp
5864W: http://uclinux-h8.sourceforge.jp/ 5051W: http://uclinux-h8.sourceforge.jp/
5865S: Supported 5052S: Supported
5866 5053
5867UDF FILESYSTEM 5054UDF FILESYSTEM
5868P: Jan Kara 5055M: Jan Kara <jack@suse.cz>
5869M: jack@suse.cz
5870W: http://linux-udf.sourceforge.net 5056W: http://linux-udf.sourceforge.net
5871S: Maintained 5057S: Maintained
5872F: Documentation/filesystems/udf.txt 5058F: Documentation/filesystems/udf.txt
5873F: fs/udf/ 5059F: fs/udf/
5874 5060
5875UFS FILESYSTEM 5061UFS FILESYSTEM
5876P: Evgeniy Dushistov 5062M: Evgeniy Dushistov <dushistov@mail.ru>
5877M: dushistov@mail.ru
5878S: Maintained 5063S: Maintained
5879F: Documentation/filesystems/ufs.txt 5064F: Documentation/filesystems/ufs.txt
5880F: fs/ufs/ 5065F: fs/ufs/
5881 5066
5882ULTRA-WIDEBAND (UWB) SUBSYSTEM: 5067ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5883P: David Vrabel 5068M: David Vrabel <david.vrabel@csr.com>
5884M: david.vrabel@csr.com
5885L: linux-usb@vger.kernel.org 5069L: linux-usb@vger.kernel.org
5886S: Supported 5070S: Supported
5887F: drivers/uwb/* 5071F: drivers/uwb/*
@@ -5889,8 +5073,7 @@ F: include/linux/uwb.h
5889F: include/linux/uwb/ 5073F: include/linux/uwb/
5890 5074
5891UNIFORM CDROM DRIVER 5075UNIFORM CDROM DRIVER
5892P: Jens Axboe 5076M: Jens Axboe <axboe@kernel.dk>
5893M: axboe@kernel.dk
5894W: http://www.kernel.dk 5077W: http://www.kernel.dk
5895S: Maintained 5078S: Maintained
5896F: Documentation/cdrom/ 5079F: Documentation/cdrom/
@@ -5898,8 +5081,7 @@ F: drivers/cdrom/cdrom.c
5898F: include/linux/cdrom.h 5081F: include/linux/cdrom.h
5899 5082
5900UNSORTED BLOCK IMAGES (UBI) 5083UNSORTED BLOCK IMAGES (UBI)
5901P: Artem Bityutskiy 5084M: Artem Bityutskiy <dedekind@infradead.org>
5902M: dedekind@infradead.org
5903W: http://www.linux-mtd.infradead.org/ 5085W: http://www.linux-mtd.infradead.org/
5904L: linux-mtd@lists.infradead.org 5086L: linux-mtd@lists.infradead.org
5905T: git git://git.infradead.org/ubi-2.6.git 5087T: git git://git.infradead.org/ubi-2.6.git
@@ -5909,23 +5091,20 @@ F: include/linux/mtd/ubi.h
5909F: include/mtd/ubi-user.h 5091F: include/mtd/ubi-user.h
5910 5092
5911USB ACM DRIVER 5093USB ACM DRIVER
5912P: Oliver Neukum 5094M: Oliver Neukum <oliver@neukum.name>
5913M: oliver@neukum.name
5914L: linux-usb@vger.kernel.org 5095L: linux-usb@vger.kernel.org
5915S: Maintained 5096S: Maintained
5916F: Documentation/usb/acm.txt 5097F: Documentation/usb/acm.txt
5917F: drivers/usb/class/cdc-acm.* 5098F: drivers/usb/class/cdc-acm.*
5918 5099
5919USB BLOCK DRIVER (UB ub) 5100USB BLOCK DRIVER (UB ub)
5920P: Pete Zaitcev 5101M: Pete Zaitcev <zaitcev@redhat.com>
5921M: zaitcev@redhat.com
5922L: linux-usb@vger.kernel.org 5102L: linux-usb@vger.kernel.org
5923S: Supported 5103S: Supported
5924F: drivers/block/ub.c 5104F: drivers/block/ub.c
5925 5105
5926USB CDC ETHERNET DRIVER 5106USB CDC ETHERNET DRIVER
5927P: Greg Kroah-Hartman 5107M: Greg Kroah-Hartman <greg@kroah.com>
5928M: greg@kroah.com
5929L: linux-usb@vger.kernel.org 5108L: linux-usb@vger.kernel.org
5930S: Maintained 5109S: Maintained
5931W: http://www.kroah.com/linux-usb/ 5110W: http://www.kroah.com/linux-usb/
@@ -5933,39 +5112,34 @@ F: drivers/net/usb/cdc_*.c
5933F: include/linux/usb/cdc.h 5112F: include/linux/usb/cdc.h
5934 5113
5935USB CYPRESS C67X00 DRIVER 5114USB CYPRESS C67X00 DRIVER
5936P: Peter Korsgaard 5115M: Peter Korsgaard <jacmet@sunsite.dk>
5937M: jacmet@sunsite.dk
5938L: linux-usb@vger.kernel.org 5116L: linux-usb@vger.kernel.org
5939S: Maintained 5117S: Maintained
5940F: drivers/usb/c67x00/ 5118F: drivers/usb/c67x00/
5941 5119
5942USB DAVICOM DM9601 DRIVER 5120USB DAVICOM DM9601 DRIVER
5943P: Peter Korsgaard 5121M: Peter Korsgaard <jacmet@sunsite.dk>
5944M: jacmet@sunsite.dk
5945L: netdev@vger.kernel.org 5122L: netdev@vger.kernel.org
5946W: http://www.linux-usb.org/usbnet 5123W: http://www.linux-usb.org/usbnet
5947S: Maintained 5124S: Maintained
5948F: drivers/net/usb/dm9601.c 5125F: drivers/net/usb/dm9601.c
5949 5126
5950USB DIAMOND RIO500 DRIVER 5127USB DIAMOND RIO500 DRIVER
5951P: Cesar Miquel 5128M: Cesar Miquel <miquel@df.uba.ar>
5952M: miquel@df.uba.ar
5953L: rio500-users@lists.sourceforge.net 5129L: rio500-users@lists.sourceforge.net
5954W: http://rio500.sourceforge.net 5130W: http://rio500.sourceforge.net
5955S: Maintained 5131S: Maintained
5956F: drivers/usb/misc/rio500* 5132F: drivers/usb/misc/rio500*
5957 5133
5958USB EHCI DRIVER 5134USB EHCI DRIVER
5959P: David Brownell 5135M: David Brownell <dbrownell@users.sourceforge.net>
5960M: dbrownell@users.sourceforge.net
5961L: linux-usb@vger.kernel.org 5136L: linux-usb@vger.kernel.org
5962S: Odd Fixes 5137S: Odd Fixes
5963F: Documentation/usb/ehci.txt 5138F: Documentation/usb/ehci.txt
5964F: drivers/usb/host/ehci* 5139F: drivers/usb/host/ehci*
5965 5140
5966USB ET61X[12]51 DRIVER 5141USB ET61X[12]51 DRIVER
5967P: Luca Risolia 5142M: Luca Risolia <luca.risolia@studio.unibo.it>
5968M: luca.risolia@studio.unibo.it
5969L: linux-usb@vger.kernel.org 5143L: linux-usb@vger.kernel.org
5970L: linux-media@vger.kernel.org 5144L: linux-media@vger.kernel.org
5971T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5145T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -5974,8 +5148,7 @@ S: Maintained
5974F: drivers/media/video/et61x251/ 5148F: drivers/media/video/et61x251/
5975 5149
5976USB GADGET/PERIPHERAL SUBSYSTEM 5150USB GADGET/PERIPHERAL SUBSYSTEM
5977P: David Brownell 5151M: David Brownell <dbrownell@users.sourceforge.net>
5978M: dbrownell@users.sourceforge.net
5979L: linux-usb@vger.kernel.org 5152L: linux-usb@vger.kernel.org
5980W: http://www.linux-usb.org/gadget 5153W: http://www.linux-usb.org/gadget
5981S: Maintained 5154S: Maintained
@@ -5983,8 +5156,7 @@ F: drivers/usb/gadget/
5983F: include/linux/usb/gadget* 5156F: include/linux/usb/gadget*
5984 5157
5985USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 5158USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5986P: Jiri Kosina 5159M: Jiri Kosina <jkosina@suse.cz>
5987M: jkosina@suse.cz
5988L: linux-usb@vger.kernel.org 5160L: linux-usb@vger.kernel.org
5989T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 5161T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5990S: Maintained 5162S: Maintained
@@ -5992,23 +5164,20 @@ F: Documentation/usb/hiddev.txt
5992F: drivers/hid/usbhid/ 5164F: drivers/hid/usbhid/
5993 5165
5994USB ISP116X DRIVER 5166USB ISP116X DRIVER
5995P: Olav Kongas 5167M: Olav Kongas <ok@artecdesign.ee>
5996M: ok@artecdesign.ee
5997L: linux-usb@vger.kernel.org 5168L: linux-usb@vger.kernel.org
5998S: Maintained 5169S: Maintained
5999F: drivers/usb/host/isp116x* 5170F: drivers/usb/host/isp116x*
6000F: include/linux/usb/isp116x.h 5171F: include/linux/usb/isp116x.h
6001 5172
6002USB KAWASAKI LSI DRIVER 5173USB KAWASAKI LSI DRIVER
6003P: Oliver Neukum 5174M: Oliver Neukum <oliver@neukum.name>
6004M: oliver@neukum.name
6005L: linux-usb@vger.kernel.org 5175L: linux-usb@vger.kernel.org
6006S: Maintained 5176S: Maintained
6007F: drivers/usb/serial/kl5kusb105.* 5177F: drivers/usb/serial/kl5kusb105.*
6008 5178
6009USB MASS STORAGE DRIVER 5179USB MASS STORAGE DRIVER
6010P: Matthew Dharm 5180M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6011M: mdharm-usb@one-eyed-alien.net
6012L: linux-usb@vger.kernel.org 5181L: linux-usb@vger.kernel.org
6013L: usb-storage@lists.one-eyed-alien.net 5182L: usb-storage@lists.one-eyed-alien.net
6014S: Maintained 5183S: Maintained
@@ -6016,31 +5185,27 @@ W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6016F: drivers/usb/storage/ 5185F: drivers/usb/storage/
6017 5186
6018USB OHCI DRIVER 5187USB OHCI DRIVER
6019P: David Brownell 5188M: David Brownell <dbrownell@users.sourceforge.net>
6020M: dbrownell@users.sourceforge.net
6021L: linux-usb@vger.kernel.org 5189L: linux-usb@vger.kernel.org
6022S: Odd Fixes 5190S: Odd Fixes
6023F: Documentation/usb/ohci.txt 5191F: Documentation/usb/ohci.txt
6024F: drivers/usb/host/ohci* 5192F: drivers/usb/host/ohci*
6025 5193
6026USB OPTION-CARD DRIVER 5194USB OPTION-CARD DRIVER
6027P: Matthias Urlichs 5195M: Matthias Urlichs <smurf@smurf.noris.de>
6028M: smurf@smurf.noris.de
6029L: linux-usb@vger.kernel.org 5196L: linux-usb@vger.kernel.org
6030S: Maintained 5197S: Maintained
6031F: drivers/usb/serial/option.c 5198F: drivers/usb/serial/option.c
6032 5199
6033USB OV511 DRIVER 5200USB OV511 DRIVER
6034P: Mark McClelland 5201M: Mark McClelland <mmcclell@bigfoot.com>
6035M: mmcclell@bigfoot.com
6036L: linux-usb@vger.kernel.org 5202L: linux-usb@vger.kernel.org
6037W: http://alpha.dyndns.org/ov511/ 5203W: http://alpha.dyndns.org/ov511/
6038S: Maintained 5204S: Maintained
6039F: drivers/media/video/ov511.* 5205F: drivers/media/video/ov511.*
6040 5206
6041USB PEGASUS DRIVER 5207USB PEGASUS DRIVER
6042P: Petko Manolov 5208M: Petko Manolov <petkan@users.sourceforge.net>
6043M: petkan@users.sourceforge.net
6044L: linux-usb@vger.kernel.org 5209L: linux-usb@vger.kernel.org
6045L: netdev@vger.kernel.org 5210L: netdev@vger.kernel.org
6046W: http://pegasus2.sourceforge.net/ 5211W: http://pegasus2.sourceforge.net/
@@ -6048,15 +5213,13 @@ S: Maintained
6048F: drivers/net/usb/pegasus.* 5213F: drivers/net/usb/pegasus.*
6049 5214
6050USB PRINTER DRIVER (usblp) 5215USB PRINTER DRIVER (usblp)
6051P: Pete Zaitcev 5216M: Pete Zaitcev <zaitcev@redhat.com>
6052M: zaitcev@redhat.com
6053L: linux-usb@vger.kernel.org 5217L: linux-usb@vger.kernel.org
6054S: Supported 5218S: Supported
6055F: drivers/usb/class/usblp.c 5219F: drivers/usb/class/usblp.c
6056 5220
6057USB RTL8150 DRIVER 5221USB RTL8150 DRIVER
6058P: Petko Manolov 5222M: Petko Manolov <petkan@users.sourceforge.net>
6059M: petkan@users.sourceforge.net
6060L: linux-usb@vger.kernel.org 5223L: linux-usb@vger.kernel.org
6061L: netdev@vger.kernel.org 5224L: netdev@vger.kernel.org
6062W: http://pegasus2.sourceforge.net/ 5225W: http://pegasus2.sourceforge.net/
@@ -6064,8 +5227,7 @@ S: Maintained
6064F: drivers/net/usb/rtl8150.c 5227F: drivers/net/usb/rtl8150.c
6065 5228
6066USB SE401 DRIVER 5229USB SE401 DRIVER
6067P: Jeroen Vreeken 5230M: Jeroen Vreeken <pe1rxq@amsat.org>
6068M: pe1rxq@amsat.org
6069L: linux-usb@vger.kernel.org 5231L: linux-usb@vger.kernel.org
6070W: http://www.chello.nl/~j.vreeken/se401/ 5232W: http://www.chello.nl/~j.vreeken/se401/
6071S: Maintained 5233S: Maintained
@@ -6073,15 +5235,13 @@ F: Documentation/video4linux/se401.txt
6073F: drivers/media/video/se401.* 5235F: drivers/media/video/se401.*
6074 5236
6075USB SERIAL BELKIN F5U103 DRIVER 5237USB SERIAL BELKIN F5U103 DRIVER
6076P: William Greathouse 5238M: William Greathouse <wgreathouse@smva.com>
6077M: wgreathouse@smva.com
6078L: linux-usb@vger.kernel.org 5239L: linux-usb@vger.kernel.org
6079S: Maintained 5240S: Maintained
6080F: drivers/usb/serial/belkin_sa.* 5241F: drivers/usb/serial/belkin_sa.*
6081 5242
6082USB SERIAL CYPRESS M8 DRIVER 5243USB SERIAL CYPRESS M8 DRIVER
6083P: Lonnie Mendez 5244M: Lonnie Mendez <dignome@gmail.com>
6084M: dignome@gmail.com
6085L: linux-usb@vger.kernel.org 5245L: linux-usb@vger.kernel.org
6086S: Maintained 5246S: Maintained
6087W: http://geocities.com/i0xox0i 5247W: http://geocities.com/i0xox0i
@@ -6089,24 +5249,20 @@ W: http://firstlight.net/cvs
6089F: drivers/usb/serial/cypress_m8.* 5249F: drivers/usb/serial/cypress_m8.*
6090 5250
6091USB SERIAL CYBERJACK DRIVER 5251USB SERIAL CYBERJACK DRIVER
6092P: Matthias Bruestle and Harald Welte 5252M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6093M: support@reiner-sct.com
6094W: http://www.reiner-sct.de/support/treiber_cyberjack.php 5253W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6095S: Maintained 5254S: Maintained
6096F: drivers/usb/serial/cyberjack.c 5255F: drivers/usb/serial/cyberjack.c
6097 5256
6098USB SERIAL DIGI ACCELEPORT DRIVER 5257USB SERIAL DIGI ACCELEPORT DRIVER
6099P: Peter Berger 5258M: Peter Berger <pberger@brimson.com>
6100M: pberger@brimson.com 5259M: Al Borchers <alborchers@steinerpoint.com>
6101P: Al Borchers
6102M: alborchers@steinerpoint.com
6103L: linux-usb@vger.kernel.org 5260L: linux-usb@vger.kernel.org
6104S: Maintained 5261S: Maintained
6105F: drivers/usb/serial/digi_acceleport.c 5262F: drivers/usb/serial/digi_acceleport.c
6106 5263
6107USB SERIAL DRIVER 5264USB SERIAL DRIVER
6108P: Greg Kroah-Hartman 5265M: Greg Kroah-Hartman <gregkh@suse.de>
6109M: gregkh@suse.de
6110L: linux-usb@vger.kernel.org 5266L: linux-usb@vger.kernel.org
6111S: Supported 5267S: Supported
6112F: Documentation/usb/usb-serial.txt 5268F: Documentation/usb/usb-serial.txt
@@ -6115,38 +5271,33 @@ F: drivers/usb/serial/usb-serial.c
6115F: include/linux/usb/serial.h 5271F: include/linux/usb/serial.h
6116 5272
6117USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 5273USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6118P: Gary Brubaker 5274M: Gary Brubaker <xavyer@ix.netcom.com>
6119M: xavyer@ix.netcom.com
6120L: linux-usb@vger.kernel.org 5275L: linux-usb@vger.kernel.org
6121S: Maintained 5276S: Maintained
6122F: drivers/usb/serial/empeg.c 5277F: drivers/usb/serial/empeg.c
6123 5278
6124USB SERIAL KEYSPAN DRIVER 5279USB SERIAL KEYSPAN DRIVER
6125P: Greg Kroah-Hartman 5280M: Greg Kroah-Hartman <greg@kroah.com>
6126M: greg@kroah.com
6127L: linux-usb@vger.kernel.org 5281L: linux-usb@vger.kernel.org
6128W: http://www.kroah.com/linux/ 5282W: http://www.kroah.com/linux/
6129S: Maintained 5283S: Maintained
6130F: drivers/usb/serial/*keyspan* 5284F: drivers/usb/serial/*keyspan*
6131 5285
6132USB SERIAL WHITEHEAT DRIVER 5286USB SERIAL WHITEHEAT DRIVER
6133P: Support Department 5287M: Support Department <support@connecttech.com>
6134M: support@connecttech.com
6135L: linux-usb@vger.kernel.org 5288L: linux-usb@vger.kernel.org
6136W: http://www.connecttech.com 5289W: http://www.connecttech.com
6137S: Supported 5290S: Supported
6138F: drivers/usb/serial/whiteheat* 5291F: drivers/usb/serial/whiteheat*
6139 5292
6140USB SMSC95XX ETHERNET DRIVER 5293USB SMSC95XX ETHERNET DRIVER
6141P: Steve Glendinning 5294M: Steve Glendinning <steve.glendinning@smsc.com>
6142M: steve.glendinning@smsc.com
6143L: netdev@vger.kernel.org 5295L: netdev@vger.kernel.org
6144S: Supported 5296S: Supported
6145F: drivers/net/usb/smsc95xx.* 5297F: drivers/net/usb/smsc95xx.*
6146 5298
6147USB SN9C1xx DRIVER 5299USB SN9C1xx DRIVER
6148P: Luca Risolia 5300M: Luca Risolia <luca.risolia@studio.unibo.it>
6149M: luca.risolia@studio.unibo.it
6150L: linux-usb@vger.kernel.org 5301L: linux-usb@vger.kernel.org
6151L: linux-media@vger.kernel.org 5302L: linux-media@vger.kernel.org
6152T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5303T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -6156,8 +5307,7 @@ F: Documentation/video4linux/sn9c102.txt
6156F: drivers/media/video/sn9c102/ 5307F: drivers/media/video/sn9c102/
6157 5308
6158USB SUBSYSTEM 5309USB SUBSYSTEM
6159P: Greg Kroah-Hartman 5310M: Greg Kroah-Hartman <gregkh@suse.de>
6160M: gregkh@suse.de
6161L: linux-usb@vger.kernel.org 5311L: linux-usb@vger.kernel.org
6162W: http://www.linux-usb.org 5312W: http://www.linux-usb.org
6163T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5313T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
@@ -6169,15 +5319,13 @@ F: include/linux/usb.h
6169F: include/linux/usb/ 5319F: include/linux/usb/
6170 5320
6171USB UHCI DRIVER 5321USB UHCI DRIVER
6172P: Alan Stern 5322M: Alan Stern <stern@rowland.harvard.edu>
6173M: stern@rowland.harvard.edu
6174L: linux-usb@vger.kernel.org 5323L: linux-usb@vger.kernel.org
6175S: Maintained 5324S: Maintained
6176F: drivers/usb/host/uhci* 5325F: drivers/usb/host/uhci*
6177 5326
6178USB "USBNET" DRIVER FRAMEWORK 5327USB "USBNET" DRIVER FRAMEWORK
6179P: David Brownell 5328M: David Brownell <dbrownell@users.sourceforge.net>
6180M: dbrownell@users.sourceforge.net
6181L: netdev@vger.kernel.org 5329L: netdev@vger.kernel.org
6182W: http://www.linux-usb.org/usbnet 5330W: http://www.linux-usb.org/usbnet
6183S: Maintained 5331S: Maintained
@@ -6185,8 +5333,7 @@ F: drivers/net/usb/usbnet.c
6185F: include/linux/usb/usbnet.h 5333F: include/linux/usb/usbnet.h
6186 5334
6187USB VIDEO CLASS 5335USB VIDEO CLASS
6188P: Laurent Pinchart 5336M: Laurent Pinchart <laurent.pinchart@skynet.be>
6189M: laurent.pinchart@skynet.be
6190L: linux-uvc-devel@lists.berlios.de (subscribers-only) 5337L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6191L: linux-media@vger.kernel.org 5338L: linux-media@vger.kernel.org
6192T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5339T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -6195,8 +5342,7 @@ S: Maintained
6195F: drivers/media/video/uvc/ 5342F: drivers/media/video/uvc/
6196 5343
6197USB W996[87]CF DRIVER 5344USB W996[87]CF DRIVER
6198P: Luca Risolia 5345M: Luca Risolia <luca.risolia@studio.unibo.it>
6199M: luca.risolia@studio.unibo.it
6200L: linux-usb@vger.kernel.org 5346L: linux-usb@vger.kernel.org
6201L: linux-media@vger.kernel.org 5347L: linux-media@vger.kernel.org
6202T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5348T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -6206,21 +5352,18 @@ F: Documentation/video4linux/w9968cf.txt
6206F: drivers/media/video/w996* 5352F: drivers/media/video/w996*
6207 5353
6208USB WIRELESS RNDIS DRIVER (rndis_wlan) 5354USB WIRELESS RNDIS DRIVER (rndis_wlan)
6209P: Jussi Kivilinna 5355M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6210M: jussi.kivilinna@mbnet.fi
6211L: linux-wireless@vger.kernel.org 5356L: linux-wireless@vger.kernel.org
6212S: Maintained 5357S: Maintained
6213F: drivers/net/wireless/rndis_wlan.c 5358F: drivers/net/wireless/rndis_wlan.c
6214 5359
6215USB XHCI DRIVER 5360USB XHCI DRIVER
6216P: Sarah Sharp 5361M: Sarah Sharp <sarah.a.sharp@intel.com>
6217M: sarah.a.sharp@intel.com
6218L: linux-usb@vger.kernel.org 5362L: linux-usb@vger.kernel.org
6219S: Supported 5363S: Supported
6220 5364
6221USB ZC0301 DRIVER 5365USB ZC0301 DRIVER
6222P: Luca Risolia 5366M: Luca Risolia <luca.risolia@studio.unibo.it>
6223M: luca.risolia@studio.unibo.it
6224L: linux-usb@vger.kernel.org 5367L: linux-usb@vger.kernel.org
6225L: linux-media@vger.kernel.org 5368L: linux-media@vger.kernel.org
6226T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5369T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -6230,16 +5373,14 @@ F: Documentation/video4linux/zc0301.txt
6230F: drivers/media/video/zc0301/ 5373F: drivers/media/video/zc0301/
6231 5374
6232USB ZD1201 DRIVER 5375USB ZD1201 DRIVER
6233P: Jeroen Vreeken 5376M: Jeroen Vreeken <pe1rxq@amsat.org>
6234M: pe1rxq@amsat.org
6235L: linux-usb@vger.kernel.org 5377L: linux-usb@vger.kernel.org
6236W: http://linux-lc100020.sourceforge.net 5378W: http://linux-lc100020.sourceforge.net
6237S: Maintained 5379S: Maintained
6238F: drivers/net/wireless/zd1201.* 5380F: drivers/net/wireless/zd1201.*
6239 5381
6240USB ZR364XX DRIVER 5382USB ZR364XX DRIVER
6241P: Antoine Jacquet 5383M: Antoine Jacquet <royale@zerezo.com>
6242M: royale@zerezo.com
6243L: linux-usb@vger.kernel.org 5384L: linux-usb@vger.kernel.org
6244L: linux-media@vger.kernel.org 5385L: linux-media@vger.kernel.org
6245T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5386T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -6249,8 +5390,7 @@ F: Documentation/video4linux/zr364xx.txt
6249F: drivers/media/video/zr364xx.c 5390F: drivers/media/video/zr364xx.c
6250 5391
6251USER-MODE LINUX (UML) 5392USER-MODE LINUX (UML)
6252P: Jeff Dike 5393M: Jeff Dike <jdike@addtoit.com>
6253M: jdike@addtoit.com
6254L: user-mode-linux-devel@lists.sourceforge.net 5394L: user-mode-linux-devel@lists.sourceforge.net
6255L: user-mode-linux-user@lists.sourceforge.net 5395L: user-mode-linux-user@lists.sourceforge.net
6256W: http://user-mode-linux.sourceforge.net 5396W: http://user-mode-linux.sourceforge.net
@@ -6261,26 +5401,22 @@ F: fs/hostfs/
6261F: fs/hppfs/ 5401F: fs/hppfs/
6262 5402
6263USERSPACE I/O (UIO) 5403USERSPACE I/O (UIO)
6264P: Hans J. Koch 5404M: "Hans J. Koch" <hjk@linutronix.de>
6265M: hjk@linutronix.de 5405M: Greg Kroah-Hartman <gregkh@suse.de>
6266P: Greg Kroah-Hartman
6267M: gregkh@suse.de
6268S: Maintained 5406S: Maintained
6269F: Documentation/DocBook/uio-howto.tmpl 5407F: Documentation/DocBook/uio-howto.tmpl
6270F: drivers/uio/ 5408F: drivers/uio/
6271F: include/linux/uio*.h 5409F: include/linux/uio*.h
6272 5410
6273UTIL-LINUX-NG PACKAGE 5411UTIL-LINUX-NG PACKAGE
6274P: Karel Zak 5412M: Karel Zak <kzak@redhat.com>
6275M: kzak@redhat.com
6276L: util-linux-ng@vger.kernel.org 5413L: util-linux-ng@vger.kernel.org
6277W: http://kernel.org/~kzak/util-linux-ng/ 5414W: http://kernel.org/~kzak/util-linux-ng/
6278T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 5415T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6279S: Maintained 5416S: Maintained
6280 5417
6281UVESAFB DRIVER 5418UVESAFB DRIVER
6282P: Michal Januszewski 5419M: Michal Januszewski <spock@gentoo.org>
6283M: spock@gentoo.org
6284L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5420L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6285W: http://dev.gentoo.org/~spock/projects/uvesafb/ 5421W: http://dev.gentoo.org/~spock/projects/uvesafb/
6286S: Maintained 5422S: Maintained
@@ -6288,53 +5424,44 @@ F: Documentation/fb/uvesafb.txt
6288F: drivers/video/uvesafb.* 5424F: drivers/video/uvesafb.*
6289 5425
6290VFAT/FAT/MSDOS FILESYSTEM 5426VFAT/FAT/MSDOS FILESYSTEM
6291P: OGAWA Hirofumi 5427M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6292M: hirofumi@mail.parknet.co.jp
6293S: Maintained 5428S: Maintained
6294F: Documentation/filesystems/vfat.txt 5429F: Documentation/filesystems/vfat.txt
6295F: fs/fat/ 5430F: fs/fat/
6296 5431
6297VIA RHINE NETWORK DRIVER 5432VIA RHINE NETWORK DRIVER
6298P: Roger Luethi 5433M: Roger Luethi <rl@hellgate.ch>
6299M: rl@hellgate.ch
6300S: Maintained 5434S: Maintained
6301F: drivers/net/via-rhine.c 5435F: drivers/net/via-rhine.c
6302 5436
6303VIAPRO SMBUS DRIVER 5437VIAPRO SMBUS DRIVER
6304P: Jean Delvare 5438M: Jean Delvare <khali@linux-fr.org>
6305M: khali@linux-fr.org
6306L: linux-i2c@vger.kernel.org 5439L: linux-i2c@vger.kernel.org
6307S: Maintained 5440S: Maintained
6308F: Documentation/i2c/busses/i2c-viapro 5441F: Documentation/i2c/busses/i2c-viapro
6309F: drivers/i2c/busses/i2c-viapro.c 5442F: drivers/i2c/busses/i2c-viapro.c
6310 5443
6311VIA SD/MMC CARD CONTROLLER DRIVER 5444VIA SD/MMC CARD CONTROLLER DRIVER
6312P: Joseph Chan 5445M: Joseph Chan <JosephChan@via.com.tw>
6313M: JosephChan@via.com.tw 5446M: Harald Welte <HaraldWelte@viatech.com>
6314P: Harald Welte
6315M: HaraldWelte@viatech.com
6316S: Maintained 5447S: Maintained
6317F: drivers/mmc/host/via-sdmmc.c 5448F: drivers/mmc/host/via-sdmmc.c
6318 5449
6319VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 5450VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6320P: Joseph Chan 5451M: Joseph Chan <JosephChan@via.com.tw>
6321M: JosephChan@via.com.tw 5452M: Scott Fang <ScottFang@viatech.com.cn>
6322P: Scott Fang
6323M: ScottFang@viatech.com.cn
6324L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5453L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6325S: Maintained 5454S: Maintained
6326F: drivers/video/via/ 5455F: drivers/video/via/
6327 5456
6328VIA VELOCITY NETWORK DRIVER 5457VIA VELOCITY NETWORK DRIVER
6329P: Francois Romieu 5458M: Francois Romieu <romieu@fr.zoreil.com>
6330M: romieu@fr.zoreil.com
6331L: netdev@vger.kernel.org 5459L: netdev@vger.kernel.org
6332S: Maintained 5460S: Maintained
6333F: drivers/net/via-velocity.* 5461F: drivers/net/via-velocity.*
6334 5462
6335VLAN (802.1Q) 5463VLAN (802.1Q)
6336P: Patrick McHardy 5464M: Patrick McHardy <kaber@trash.net>
6337M: kaber@trash.net
6338L: netdev@vger.kernel.org 5465L: netdev@vger.kernel.org
6339S: Maintained 5466S: Maintained
6340F: drivers/net/macvlan.c 5467F: drivers/net/macvlan.c
@@ -6342,18 +5469,15 @@ F: include/linux/if_*vlan.h
6342F: net/8021q/ 5469F: net/8021q/
6343 5470
6344VLYNQ BUS 5471VLYNQ BUS
6345P: Florian Fainelli 5472M: Florian Fainelli <florian@openwrt.org>
6346M: florian@openwrt.org
6347L: openwrt-devel@lists.openwrt.org 5473L: openwrt-devel@lists.openwrt.org
6348S: Maintained 5474S: Maintained
6349F: drivers/vlynq/vlynq.c 5475F: drivers/vlynq/vlynq.c
6350F: include/linux/vlynq.h 5476F: include/linux/vlynq.h
6351 5477
6352VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5478VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6353P: Liam Girdwood 5479M: Liam Girdwood <lrg@slimlogic.co.uk>
6354M: lrg@slimlogic.co.uk 5480M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6355P: Mark Brown
6356M: broonie@opensource.wolfsonmicro.com
6357W: http://opensource.wolfsonmicro.com/node/15 5481W: http://opensource.wolfsonmicro.com/node/15
6358W: http://www.slimlogic.co.uk/?p=48 5482W: http://www.slimlogic.co.uk/?p=48
6359T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git 5483T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
@@ -6362,52 +5486,45 @@ F: drivers/regulator/
6362F: include/linux/regulator/ 5486F: include/linux/regulator/
6363 5487
6364VT1211 HARDWARE MONITOR DRIVER 5488VT1211 HARDWARE MONITOR DRIVER
6365P: Juerg Haefliger 5489M: Juerg Haefliger <juergh@gmail.com>
6366M: juergh@gmail.com
6367L: lm-sensors@lm-sensors.org 5490L: lm-sensors@lm-sensors.org
6368S: Maintained 5491S: Maintained
6369F: Documentation/hwmon/vt1211 5492F: Documentation/hwmon/vt1211
6370F: drivers/hwmon/vt1211.c 5493F: drivers/hwmon/vt1211.c
6371 5494
6372VT8231 HARDWARE MONITOR DRIVER 5495VT8231 HARDWARE MONITOR DRIVER
6373P: Roger Lucas 5496M: Roger Lucas <vt8231@hiddenengine.co.uk>
6374M: vt8231@hiddenengine.co.uk
6375L: lm-sensors@lm-sensors.org 5497L: lm-sensors@lm-sensors.org
6376S: Maintained 5498S: Maintained
6377F: drivers/hwmon/vt8231.c 5499F: drivers/hwmon/vt8231.c
6378 5500
6379W1 DALLAS'S 1-WIRE BUS 5501W1 DALLAS'S 1-WIRE BUS
6380P: Evgeniy Polyakov 5502M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6381M: johnpol@2ka.mipt.ru
6382S: Maintained 5503S: Maintained
6383F: Documentation/w1/ 5504F: Documentation/w1/
6384F: drivers/w1/ 5505F: drivers/w1/
6385 5506
6386W83791D HARDWARE MONITORING DRIVER 5507W83791D HARDWARE MONITORING DRIVER
6387P: Marc Hulsman 5508M: Marc Hulsman <m.hulsman@tudelft.nl>
6388M: m.hulsman@tudelft.nl
6389L: lm-sensors@lm-sensors.org 5509L: lm-sensors@lm-sensors.org
6390S: Maintained 5510S: Maintained
6391F: Documentation/hwmon/w83791d 5511F: Documentation/hwmon/w83791d
6392F: drivers/hwmon/w83791d.c 5512F: drivers/hwmon/w83791d.c
6393 5513
6394W83793 HARDWARE MONITORING DRIVER 5514W83793 HARDWARE MONITORING DRIVER
6395P: Rudolf Marek 5515M: Rudolf Marek <r.marek@assembler.cz>
6396M: r.marek@assembler.cz
6397L: lm-sensors@lm-sensors.org 5516L: lm-sensors@lm-sensors.org
6398S: Maintained 5517S: Maintained
6399F: Documentation/hwmon/w83793 5518F: Documentation/hwmon/w83793
6400F: drivers/hwmon/w83793.c 5519F: drivers/hwmon/w83793.c
6401 5520
6402W83L51xD SD/MMC CARD INTERFACE DRIVER 5521W83L51xD SD/MMC CARD INTERFACE DRIVER
6403P: Pierre Ossman 5522M: Pierre Ossman <pierre@ossman.eu>
6404M: pierre@ossman.eu
6405S: Maintained 5523S: Maintained
6406F: drivers/mmc/host/wbsd.* 5524F: drivers/mmc/host/wbsd.*
6407 5525
6408WATCHDOG DEVICE DRIVERS 5526WATCHDOG DEVICE DRIVERS
6409P: Wim Van Sebroeck 5527M: Wim Van Sebroeck <wim@iguana.be>
6410M: wim@iguana.be
6411T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 5528T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6412S: Maintained 5529S: Maintained
6413F: Documentation/watchdog/ 5530F: Documentation/watchdog/
@@ -6415,8 +5532,7 @@ F: drivers/watchdog/
6415F: include/linux/watchdog.h 5532F: include/linux/watchdog.h
6416 5533
6417WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 5534WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6418P: Jean Tourrilhes 5535M: Jean Tourrilhes <jt@hpl.hp.com>
6419M: jt@hpl.hp.com
6420L: linux-wireless@vger.kernel.org 5536L: linux-wireless@vger.kernel.org
6421W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 5537W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6422S: Maintained 5538S: Maintained
@@ -6424,46 +5540,39 @@ F: Documentation/networking/wavelan.txt
6424F: drivers/net/wireless/wavelan* 5540F: drivers/net/wireless/wavelan*
6425 5541
6426WD7000 SCSI DRIVER 5542WD7000 SCSI DRIVER
6427P: Miroslav Zagorac 5543M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6428M: zaga@fly.cc.fer.hr
6429L: linux-scsi@vger.kernel.org 5544L: linux-scsi@vger.kernel.org
6430S: Maintained 5545S: Maintained
6431F: drivers/scsi/wd7000.c 5546F: drivers/scsi/wd7000.c
6432 5547
6433WIMAX STACK 5548WIMAX STACK
6434P: Inaky Perez-Gonzalez 5549M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6435M: inaky.perez-gonzalez@intel.com
6436M: linux-wimax@intel.com 5550M: linux-wimax@intel.com
6437L: wimax@linuxwimax.org 5551L: wimax@linuxwimax.org
6438S: Supported 5552S: Supported
6439W: http://linuxwimax.org 5553W: http://linuxwimax.org
6440 5554
6441WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 5555WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6442P: David Vrabel 5556M: David Vrabel <david.vrabel@csr.com>
6443M: david.vrabel@csr.com
6444S: Maintained 5557S: Maintained
6445F: include/linux/wlp.h 5558F: include/linux/wlp.h
6446F: drivers/uwb/wlp/ 5559F: drivers/uwb/wlp/
6447 5560
6448WISTRON LAPTOP BUTTON DRIVER 5561WISTRON LAPTOP BUTTON DRIVER
6449P: Miloslav Trmac 5562M: Miloslav Trmac <mitr@volny.cz>
6450M: mitr@volny.cz
6451S: Maintained 5563S: Maintained
6452F: drivers/input/misc/wistron_btns.c 5564F: drivers/input/misc/wistron_btns.c
6453 5565
6454WL3501 WIRELESS PCMCIA CARD DRIVER 5566WL3501 WIRELESS PCMCIA CARD DRIVER
6455P: Arnaldo Carvalho de Melo 5567M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6456M: acme@ghostprotocols.net
6457L: linux-wireless@vger.kernel.org 5568L: linux-wireless@vger.kernel.org
6458W: http://oops.ghostprotocols.net:81/blog 5569W: http://oops.ghostprotocols.net:81/blog
6459S: Maintained 5570S: Maintained
6460F: drivers/net/wireless/wl3501* 5571F: drivers/net/wireless/wl3501*
6461 5572
6462WM97XX TOUCHSCREEN DRIVERS 5573WM97XX TOUCHSCREEN DRIVERS
6463P: Mark Brown 5574M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6464M: broonie@opensource.wolfsonmicro.com 5575M: Liam Girdwood <lrg@slimlogic.co.uk>
6465P: Liam Girdwood
6466M: lrg@slimlogic.co.uk
6467L: linux-input@vger.kernel.org 5576L: linux-input@vger.kernel.org
6468T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 5577T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6469W: http://opensource.wolfsonmicro.com/node/7 5578W: http://opensource.wolfsonmicro.com/node/7
@@ -6472,8 +5581,7 @@ F: drivers/input/touchscreen/*wm97*
6472F: include/linux/wm97xx.h 5581F: include/linux/wm97xx.h
6473 5582
6474X.25 NETWORK LAYER 5583X.25 NETWORK LAYER
6475P: Henner Eisen 5584M: Henner Eisen <eis@baty.hanse.de>
6476M: eis@baty.hanse.de
6477L: linux-x25@vger.kernel.org 5585L: linux-x25@vger.kernel.org
6478S: Maintained 5586S: Maintained
6479F: Documentation/networking/x25* 5587F: Documentation/networking/x25*
@@ -6481,12 +5589,9 @@ F: include/net/x25*
6481F: net/x25/ 5589F: net/x25/
6482 5590
6483X86 ARCHITECTURE (32-BIT AND 64-BIT) 5591X86 ARCHITECTURE (32-BIT AND 64-BIT)
6484P: Thomas Gleixner 5592M: Thomas Gleixner <tglx@linutronix.de>
6485M: tglx@linutronix.de 5593M: Ingo Molnar <mingo@redhat.com>
6486P: Ingo Molnar 5594M: "H. Peter Anvin" <hpa@zytor.com>
6487M: mingo@redhat.com
6488P: H. Peter Anvin
6489M: hpa@zytor.com
6490M: x86@kernel.org 5595M: x86@kernel.org
6491T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 5596T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6492S: Maintained 5597S: Maintained
@@ -6494,10 +5599,8 @@ F: Documentation/x86/
6494F: arch/x86/ 5599F: arch/x86/
6495 5600
6496XEN HYPERVISOR INTERFACE 5601XEN HYPERVISOR INTERFACE
6497P: Jeremy Fitzhardinge 5602M: Jeremy Fitzhardinge <jeremy@xensource.com>
6498M: jeremy@xensource.com 5603M: Chris Wright <chrisw@sous-sol.org>
6499P: Chris Wright
6500M: chrisw@sous-sol.org
6501L: virtualization@lists.osdl.org 5604L: virtualization@lists.osdl.org
6502L: xen-devel@lists.xensource.com 5605L: xen-devel@lists.xensource.com
6503S: Supported 5606S: Supported
@@ -6509,8 +5612,7 @@ F: include/xen/
6509 5612
6510XFS FILESYSTEM 5613XFS FILESYSTEM
6511P: Silicon Graphics Inc 5614P: Silicon Graphics Inc
6512P: Felix Blyakher 5615M: Felix Blyakher <felixb@sgi.com>
6513M: felixb@sgi.com
6514M: xfs-masters@oss.sgi.com 5616M: xfs-masters@oss.sgi.com
6515L: xfs@oss.sgi.com 5617L: xfs@oss.sgi.com
6516W: http://oss.sgi.com/projects/xfs 5618W: http://oss.sgi.com/projects/xfs
@@ -6520,38 +5622,33 @@ F: Documentation/filesystems/xfs.txt
6520F: fs/xfs/ 5622F: fs/xfs/
6521 5623
6522XILINX SYSTEMACE DRIVER 5624XILINX SYSTEMACE DRIVER
6523P: Grant Likely 5625M: Grant Likely <grant.likely@secretlab.ca>
6524M: grant.likely@secretlab.ca
6525W: http://www.secretlab.ca/ 5626W: http://www.secretlab.ca/
6526S: Maintained 5627S: Maintained
6527F: drivers/block/xsysace.c 5628F: drivers/block/xsysace.c
6528 5629
6529XILINX UARTLITE SERIAL DRIVER 5630XILINX UARTLITE SERIAL DRIVER
6530P: Peter Korsgaard 5631M: Peter Korsgaard <jacmet@sunsite.dk>
6531M: jacmet@sunsite.dk
6532L: linux-serial@vger.kernel.org 5632L: linux-serial@vger.kernel.org
6533S: Maintained 5633S: Maintained
6534F: drivers/serial/uartlite.c 5634F: drivers/serial/uartlite.c
6535 5635
6536YAM DRIVER FOR AX.25 5636YAM DRIVER FOR AX.25
6537P: Jean-Paul Roubelat 5637M: Jean-Paul Roubelat <jpr@f6fbb.org>
6538M: jpr@f6fbb.org
6539L: linux-hams@vger.kernel.org 5638L: linux-hams@vger.kernel.org
6540S: Maintained 5639S: Maintained
6541F: drivers/net/hamradio/yam* 5640F: drivers/net/hamradio/yam*
6542F: include/linux/yam.h 5641F: include/linux/yam.h
6543 5642
6544YEALINK PHONE DRIVER 5643YEALINK PHONE DRIVER
6545P: Henk Vergonet 5644M: Henk Vergonet <Henk.Vergonet@gmail.com>
6546M: Henk.Vergonet@gmail.com
6547L: usbb2k-api-dev@nongnu.org 5645L: usbb2k-api-dev@nongnu.org
6548S: Maintained 5646S: Maintained
6549F: Documentation/input/yealink.txt 5647F: Documentation/input/yealink.txt
6550F: drivers/input/misc/yealink.* 5648F: drivers/input/misc/yealink.*
6551 5649
6552Z8530 DRIVER FOR AX.25 5650Z8530 DRIVER FOR AX.25
6553P: Joerg Reuter 5651M: Joerg Reuter <jreuter@yaina.de>
6554M: jreuter@yaina.de
6555W: http://yaina.de/jreuter/ 5652W: http://yaina.de/jreuter/
6556W: http://www.qsl.net/dl1bke/ 5653W: http://www.qsl.net/dl1bke/
6557L: linux-hams@vger.kernel.org 5654L: linux-hams@vger.kernel.org
@@ -6561,10 +5658,8 @@ F: drivers/net/hamradio/*scc.c
6561F: drivers/net/hamradio/z8530.h 5658F: drivers/net/hamradio/z8530.h
6562 5659
6563ZD1211RW WIRELESS DRIVER 5660ZD1211RW WIRELESS DRIVER
6564P: Daniel Drake 5661M: Daniel Drake <dsd@gentoo.org>
6565M: dsd@gentoo.org 5662M: Ulrich Kunitz <kune@deine-taler.de>
6566P: Ulrich Kunitz
6567M: kune@deine-taler.de
6568W: http://zd1211.ath.cx/wiki/DriverRewrite 5663W: http://zd1211.ath.cx/wiki/DriverRewrite
6569L: linux-wireless@vger.kernel.org 5664L: linux-wireless@vger.kernel.org
6570L: zd1211-devs@lists.sourceforge.net (subscribers-only) 5665L: zd1211-devs@lists.sourceforge.net (subscribers-only)
@@ -6580,14 +5675,12 @@ S: Odd Fixes
6580F: drivers/media/video/zoran/ 5675F: drivers/media/video/zoran/
6581 5676
6582ZS DECSTATION Z85C30 SERIAL DRIVER 5677ZS DECSTATION Z85C30 SERIAL DRIVER
6583P: Maciej W. Rozycki 5678M: "Maciej W. Rozycki" <macro@linux-mips.org>
6584M: macro@linux-mips.org
6585S: Maintained 5679S: Maintained
6586F: drivers/serial/zs.* 5680F: drivers/serial/zs.*
6587 5681
6588THE REST 5682THE REST
6589P: Linus Torvalds 5683M: Linus Torvalds <torvalds@linux-foundation.org>
6590M: torvalds@linux-foundation.org
6591L: linux-kernel@vger.kernel.org 5684L: linux-kernel@vger.kernel.org
6592T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 5685T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6593S: Buried alive in reporters 5686S: Buried alive in reporters