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