aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1758
1 files changed, 1529 insertions, 229 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9673cd28a69b..066644a8fbcb 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,8 +622,17 @@ 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
626S: Maintained
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/
511S: Maintained 633S: Maintained
634F: arch/arm/mach-ebsa110/
635F: drivers/net/arm/am79c961a.*
512 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
@@ -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,49 +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
1547L: linux-dvb@linuxtv.org (subscription required)
1548W: http://linuxtv.org/
1549T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1550S: Maintained
1551 1903
1552DZ DECSTATION DZ11 SERIAL DRIVER 1904DZ DECSTATION DZ11 SERIAL DRIVER
1553P: Maciej W. Rozycki 1905P: Maciej W. Rozycki
1554M: macro@linux-mips.org 1906M: macro@linux-mips.org
1555S: Maintained 1907S: Maintained
1908F: drivers/serial/dz.*
1556 1909
1557EATA-DMA SCSI DRIVER 1910EATA-DMA SCSI DRIVER
1558P: Michael Neuffer 1911P: Michael Neuffer
1559L: 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
1560S: Maintained 1915S: Maintained
1916F: drivers/scsi/eata*
1561 1917
1562EATA ISA/EISA/PCI SCSI DRIVER 1918EATA ISA/EISA/PCI SCSI DRIVER
1563P: Dario Ballabio 1919P: Dario Ballabio
1564M: ballabio_dario@emc.com 1920M: ballabio_dario@emc.com
1565L: linux-scsi@vger.kernel.org 1921L: linux-scsi@vger.kernel.org
1566S: Maintained 1922S: Maintained
1923F: drivers/scsi/eata.c
1567 1924
1568EATA-PIO SCSI DRIVER 1925EATA-PIO SCSI DRIVER
1569P: Michael Neuffer 1926P: Michael Neuffer
1570M: mike@i-Connect.Net 1927M: mike@i-Connect.Net
1571L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1928L: linux-eata@i-connect.net
1929L: linux-scsi@vger.kernel.org
1572S: Maintained 1930S: Maintained
1931F: drivers/scsi/eata_pio.*
1573 1932
1574EBTABLES 1933EBTABLES
1575P: Bart De Schuymer 1934P: Bart De Schuymer
@@ -1578,87 +1937,105 @@ L: ebtables-user@lists.sourceforge.net
1578L: ebtables-devel@lists.sourceforge.net 1937L: ebtables-devel@lists.sourceforge.net
1579W: http://ebtables.sourceforge.net/ 1938W: http://ebtables.sourceforge.net/
1580S: Maintained 1939S: Maintained
1940F: include/linux/netfilter_bridge/ebt_*.h
1941F: net/bridge/netfilter/ebt*.c
1581 1942
1582ECRYPT FILE SYSTEM 1943ECRYPT FILE SYSTEM
1583P: Tyler Hicks, Dustin Kirkland 1944P: Tyler Hicks
1584M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com 1945M: tyhicks@linux.vnet.ibm.com
1946M: Dustin Kirkland
1947P: kirkland@canonical.com
1585L: ecryptfs-devel@lists.launchpad.net 1948L: ecryptfs-devel@lists.launchpad.net
1586W: https://launchpad.net/ecryptfs 1949W: https://launchpad.net/ecryptfs
1587S: Supported 1950S: Supported
1951F: Documentation/filesystems/ecryptfs.txt
1952F: fs/ecryptfs/
1588 1953
1589EDAC-CORE 1954EDAC-CORE
1590P: Doug Thompson 1955P: Doug Thompson
1591M: dougthompson@xmission.com 1956M: dougthompson@xmission.com
1592L: bluesmoke-devel@lists.sourceforge.net 1957L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1593W: bluesmoke.sourceforge.net 1958W: bluesmoke.sourceforge.net
1594S: Supported 1959S: Supported
1960F: Documentation/edac.txt
1961F: drivers/edac/edac_*
1962F: include/linux/edac.h
1595 1963
1596EDAC-E752X 1964EDAC-E752X
1597P: Mark Gross 1965P: Mark Gross
1598P: Doug Thompson 1966P: Doug Thompson
1599M: mark.gross@intel.com 1967M: mark.gross@intel.com
1600M: dougthompson@xmission.com 1968M: dougthompson@xmission.com
1601L: bluesmoke-devel@lists.sourceforge.net 1969L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1602W: bluesmoke.sourceforge.net 1970W: bluesmoke.sourceforge.net
1603S: Maintained 1971S: Maintained
1972F: drivers/edac/e752x_edac.c
1604 1973
1605EDAC-E7XXX 1974EDAC-E7XXX
1606P: Doug Thompson 1975P: Doug Thompson
1607M: dougthompson@xmission.com 1976M: dougthompson@xmission.com
1608L: bluesmoke-devel@lists.sourceforge.net 1977L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1609W: bluesmoke.sourceforge.net 1978W: bluesmoke.sourceforge.net
1610S: Maintained 1979S: Maintained
1980F: drivers/edac/e7xxx_edac.c
1611 1981
1612EDAC-I82443BXGX 1982EDAC-I82443BXGX
1613P: Tim Small 1983P: Tim Small
1614M: tim@buttersideup.com 1984M: tim@buttersideup.com
1615L: bluesmoke-devel@lists.sourceforge.net 1985L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1616W: bluesmoke.sourceforge.net 1986W: bluesmoke.sourceforge.net
1617S: Maintained 1987S: Maintained
1988F: drivers/edac/i82443bxgx_edac.c
1618 1989
1619EDAC-I3000 1990EDAC-I3000
1620P: Jason Uhlenkott 1991P: Jason Uhlenkott
1621M: juhlenko@akamai.com 1992M: juhlenko@akamai.com
1622L: bluesmoke-devel@lists.sourceforge.net 1993L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1623W: bluesmoke.sourceforge.net 1994W: bluesmoke.sourceforge.net
1624S: Maintained 1995S: Maintained
1996F: drivers/edac/i3000_edac.c
1625 1997
1626EDAC-I5000 1998EDAC-I5000
1627P: Doug Thompson 1999P: Doug Thompson
1628M: dougthompson@xmission.com 2000M: dougthompson@xmission.com
1629L: bluesmoke-devel@lists.sourceforge.net 2001L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1630W: bluesmoke.sourceforge.net 2002W: bluesmoke.sourceforge.net
1631S: Maintained 2003S: Maintained
2004F: drivers/edac/i5000_edac.c
1632 2005
1633EDAC-I5400 2006EDAC-I5400
1634P: Mauro Carvalho Chehab 2007P: Mauro Carvalho Chehab
1635M: mchehab@redhat.com 2008M: mchehab@redhat.com
1636L: bluesmoke-devel@lists.sourceforge.net 2009L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1637W: bluesmoke.sourceforge.net 2010W: bluesmoke.sourceforge.net
1638S: Maintained 2011S: Maintained
2012F: drivers/edac/i5400_edac.c
1639 2013
1640EDAC-I82975X 2014EDAC-I82975X
1641P: Ranganathan Desikan 2015P: Ranganathan Desikan
1642P: Arvind R. 2016P: Arvind R.
1643M: rdesikan@jetzbroadband.com 2017M: rdesikan@jetzbroadband.com
1644M: arvind@acarlab.com 2018M: arvind@acarlab.com
1645L: bluesmoke-devel@lists.sourceforge.net 2019L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1646W: bluesmoke.sourceforge.net 2020W: bluesmoke.sourceforge.net
1647S: Maintained 2021S: Maintained
2022F: drivers/edac/i82975x_edac.c
1648 2023
1649EDAC-PASEMI 2024EDAC-PASEMI
1650P: Egor Martovetsky 2025P: Egor Martovetsky
1651M: egor@pasemi.com 2026M: egor@pasemi.com
1652L: bluesmoke-devel@lists.sourceforge.net 2027L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1653W: bluesmoke.sourceforge.net 2028W: bluesmoke.sourceforge.net
1654S: Maintained 2029S: Maintained
2030F: drivers/edac/pasemi_edac.c
1655 2031
1656EDAC-R82600 2032EDAC-R82600
1657P: Tim Small 2033P: Tim Small
1658M: tim@buttersideup.com 2034M: tim@buttersideup.com
1659L: bluesmoke-devel@lists.sourceforge.net 2035L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1660W: bluesmoke.sourceforge.net 2036W: bluesmoke.sourceforge.net
1661S: Maintained 2037S: Maintained
2038F: drivers/edac/r82600_edac.c
1662 2039
1663EEEPC LAPTOP EXTRAS DRIVER 2040EEEPC LAPTOP EXTRAS DRIVER
1664P: Corentin Chary 2041P: Corentin Chary
@@ -1666,10 +2043,12 @@ M: corentincj@iksaif.net
1666L: acpi4asus-user@lists.sourceforge.net 2043L: acpi4asus-user@lists.sourceforge.net
1667W: http://sourceforge.net/projects/acpi4asus 2044W: http://sourceforge.net/projects/acpi4asus
1668S: Maintained 2045S: Maintained
2046F: drivers/platform/x86/eeepc-laptop.c
1669 2047
1670EFS FILESYSTEM 2048EFS FILESYSTEM
1671W: http://aeschi.ch.eu.org/efs/ 2049W: http://aeschi.ch.eu.org/efs/
1672S: Orphan 2050S: Orphan
2051F: fs/efs/
1673 2052
1674EHCA (IBM GX bus InfiniBand adapter) DRIVER 2053EHCA (IBM GX bus InfiniBand adapter) DRIVER
1675P: Hoang-Nam Nguyen 2054P: Hoang-Nam Nguyen
@@ -1678,10 +2057,13 @@ P: Christoph Raisch
1678M: raisch@de.ibm.com 2057M: raisch@de.ibm.com
1679L: general@lists.openfabrics.org 2058L: general@lists.openfabrics.org
1680S: Supported 2059S: Supported
2060F: drivers/infiniband/hw/ehca/
1681 2061
1682EMBEDDED LINUX 2062EMBEDDED LINUX
1683P: Paul Gortmaker 2063P: Paul Gortmaker
1684M: paul.gortmaker@windriver.com 2064M: paul.gortmaker@windriver.com
2065P: Matt Mackall
2066M: mpm@selenic.com
1685P: David Woodhouse 2067P: David Woodhouse
1686M: dwmw2@infradead.org 2068M: dwmw2@infradead.org
1687L: linux-embedded@vger.kernel.org 2069L: linux-embedded@vger.kernel.org
@@ -1693,22 +2075,29 @@ M: james.smart@emulex.com
1693L: linux-scsi@vger.kernel.org 2075L: linux-scsi@vger.kernel.org
1694W: http://sourceforge.net/projects/lpfcxxxx 2076W: http://sourceforge.net/projects/lpfcxxxx
1695S: Supported 2077S: Supported
2078F: drivers/scsi/lpfc/
1696 2079
1697EPSON 1355 FRAMEBUFFER DRIVER 2080EPSON 1355 FRAMEBUFFER DRIVER
1698P: Christopher Hoover 2081P: Christopher Hoover
1699M: ch@murgatroid.com, ch@hpl.hp.com 2082M: ch@murgatroid.com
2083P: Christopher Hoover
2084M: ch@hpl.hp.com
1700S: Maintained 2085S: Maintained
2086F: drivers/video/epson1355fb.c
1701 2087
1702EPSON S1D13XXX FRAMEBUFFER DRIVER 2088EPSON S1D13XXX FRAMEBUFFER DRIVER
1703P: Kristoffer Ericson 2089P: Kristoffer Ericson
1704M: kristoffer.ericson@gmail.com 2090M: kristoffer.ericson@gmail.com
1705S: Maintained 2091S: Maintained
2092F: drivers/video/s1d13xxxfb.c
2093F: include/video/s1d13xxxfb.h
1706 2094
1707ETHEREXPRESS-16 NETWORK DRIVER 2095ETHEREXPRESS-16 NETWORK DRIVER
1708P: Philip Blundell 2096P: Philip Blundell
1709M: philb@gnu.org 2097M: philb@gnu.org
1710L: netdev@vger.kernel.org 2098L: netdev@vger.kernel.org
1711S: Maintained 2099S: Maintained
2100F: drivers/net/eexpress.*
1712 2101
1713ETHERNET BRIDGE 2102ETHERNET BRIDGE
1714P: Stephen Hemminger 2103P: Stephen Hemminger
@@ -1716,87 +2105,126 @@ M: shemminger@linux-foundation.org
1716L: bridge@lists.linux-foundation.org 2105L: bridge@lists.linux-foundation.org
1717W: http://www.linux-foundation.org/en/Net:Bridge 2106W: http://www.linux-foundation.org/en/Net:Bridge
1718S: Maintained 2107S: Maintained
2108F: include/linux/netfilter_bridge/
2109F: net/bridge/
1719 2110
1720ETHERTEAM 16I DRIVER 2111ETHERTEAM 16I DRIVER
1721P: Mika Kuoppala 2112P: Mika Kuoppala
1722M: miku@iki.fi 2113M: miku@iki.fi
1723S: Maintained 2114S: Maintained
2115F: drivers/net/eth16i.c
1724 2116
1725EXT2 FILE SYSTEM 2117EXT2 FILE SYSTEM
1726L: linux-ext4@vger.kernel.org 2118L: linux-ext4@vger.kernel.org
1727S: Maintained 2119S: Maintained
2120F: Documentation/filesystems/ext2.txt
2121F: fs/ext2/
2122F: include/linux/ext2*
1728 2123
1729EXT3 FILE SYSTEM 2124EXT3 FILE SYSTEM
1730P: Stephen Tweedie, Andrew Morton 2125P: Stephen Tweedie
1731M: 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
1732L: linux-ext4@vger.kernel.org 2131L: linux-ext4@vger.kernel.org
1733S: Maintained 2132S: Maintained
2133F: Documentation/filesystems/ext3.txt
2134F: fs/ext3/
2135F: include/linux/ext3*
1734 2136
1735EXT4 FILE SYSTEM 2137EXT4 FILE SYSTEM
1736P: Theodore Ts'o 2138P: Theodore Ts'o
1737M: tytso@mit.edu, adilger@sun.com 2139M: tytso@mit.edu
2140P: Andreas Dilger
2141M: adilger@sun.com
1738L: linux-ext4@vger.kernel.org 2142L: linux-ext4@vger.kernel.org
1739W: http://ext4.wiki.kernel.org 2143W: http://ext4.wiki.kernel.org
1740S: Maintained 2144S: Maintained
2145F: Documentation/filesystems/ext4.txt
2146F: fs/ext4/
1741 2147
1742F71805F HARDWARE MONITORING DRIVER 2148F71805F HARDWARE MONITORING DRIVER
1743P: Jean Delvare 2149P: Jean Delvare
1744M: khali@linux-fr.org 2150M: khali@linux-fr.org
1745L: lm-sensors@lm-sensors.org 2151L: lm-sensors@lm-sensors.org
1746S: Maintained 2152S: Maintained
2153F: Documentation/hwmon/f71805f
2154F: drivers/hwmon/f71805f.c
1747 2155
1748FARSYNC SYNCHRONOUS DRIVER 2156FARSYNC SYNCHRONOUS DRIVER
1749P: Kevin Curtis 2157P: Kevin Curtis
1750M: kevin.curtis@farsite.co.uk 2158M: kevin.curtis@farsite.co.uk
1751W: http://www.farsite.co.uk/ 2159W: http://www.farsite.co.uk/
1752S: Supported 2160S: Supported
2161F: drivers/net/wan/farsync.*
1753 2162
1754FAULT INJECTION SUPPORT 2163FAULT INJECTION SUPPORT
1755P: Akinobu Mita 2164P: Akinobu Mita
1756M: akinobu.mita@gmail.com 2165M: akinobu.mita@gmail.com
1757S: Supported 2166S: Supported
2167F: Documentation/fault-injection/
2168F: lib/fault-inject.c
1758 2169
1759FILE LOCKING (flock() and fcntl()/lockf()) 2170FILE LOCKING (flock() and fcntl()/lockf())
1760P: Matthew Wilcox 2171P: Matthew Wilcox
1761M: matthew@wil.cx 2172M: matthew@wil.cx
1762L: linux-fsdevel@vger.kernel.org 2173L: linux-fsdevel@vger.kernel.org
1763S: Maintained 2174S: Maintained
2175F: include/linux/fcntl.h
2176F: include/linux/fs.h
2177F: fs/fcntl.c
2178F: fs/locks.c
1764 2179
1765FILESYSTEMS (VFS and infrastructure) 2180FILESYSTEMS (VFS and infrastructure)
1766P: Alexander Viro 2181P: Alexander Viro
1767M: viro@zeniv.linux.org.uk 2182M: viro@zeniv.linux.org.uk
1768L: linux-fsdevel@vger.kernel.org 2183L: linux-fsdevel@vger.kernel.org
1769S: Maintained 2184S: Maintained
2185F: fs/*
1770 2186
1771FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2187FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
1772P: Riku Voipio 2188P: Riku Voipio
1773M: riku.vipio@iki.fi 2189M: riku.vipio@iki.fi
1774L: lm-sensors@lm-sensors.org 2190L: lm-sensors@lm-sensors.org
1775S: Maintained 2191S: Maintained
2192F: drivers/hwmon/f75375s.c
2193F: include/linux/f75375s.h
1776 2194
1777FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) 2195FIREWIRE SUBSYSTEM
1778P: Kristian Hoegsberg, Stefan Richter 2196P: Kristian Hoegsberg
1779M: krh@redhat.com, stefanr@s5r6.in-berlin.de 2197M: krh@redhat.com
2198P: Stefan Richter
2199M: stefanr@s5r6.in-berlin.de
1780L: linux1394-devel@lists.sourceforge.net 2200L: linux1394-devel@lists.sourceforge.net
1781W: http://www.linux1394.org/ 2201W: http://www.linux1394.org/
1782T: 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
1783S: Maintained 2203S: Maintained
2204F: drivers/firewire/
2205F: include/linux/firewire*.h
1784 2206
1785FIRMWARE LOADER (request_firmware) 2207FIRMWARE LOADER (request_firmware)
1786L: linux-kernel@vger.kernel.org 2208L: linux-kernel@vger.kernel.org
1787S: Orphan 2209S: Orphan
2210F: Documentation/firmware_class/
2211F: drivers/base/firmware*.c
2212F: include/linux/firmware.h
1788 2213
1789FPU EMULATOR 2214FPU EMULATOR
1790P: Bill Metzenthen 2215P: Bill Metzenthen
1791M: billm@suburbia.net 2216M: billm@melbpc.org.au
1792W: http://suburbia.net/~billm/floating-point/emulator/ 2217W: http://floatingpoint.sourceforge.net/emulator/index.html
1793S: Maintained 2218S: Maintained
2219F: arch/x86/math-emu/
1794 2220
1795FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2221FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1796P: Mike McLagan 2222P: Mike McLagan
1797M: mike.mclagan@linux.org 2223M: mike.mclagan@linux.org
1798L: netdev@vger.kernel.org 2224L: netdev@vger.kernel.org
1799S: Maintained 2225S: Maintained
2226F: drivers/net/wan/dlci.c
2227F: drivers/net/wan/sdla.c
1800 2228
1801FRAMEBUFFER LAYER 2229FRAMEBUFFER LAYER
1802P: Antonino Daplas 2230P: Antonino Daplas
@@ -1804,6 +2232,9 @@ M: adaplas@gmail.com
1804L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2232L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1805W: http://linux-fbdev.sourceforge.net/ 2233W: http://linux-fbdev.sourceforge.net/
1806S: Maintained 2234S: Maintained
2235F: Documentation/fb/
2236F: drivers/video/fb*
2237F: include/linux/fb.h
1807 2238
1808FREESCALE DMA DRIVER 2239FREESCALE DMA DRIVER
1809P: Li Yang 2240P: Li Yang
@@ -1813,6 +2244,7 @@ M: zw@zh-kernel.org
1813L: linuxppc-embedded@ozlabs.org 2244L: linuxppc-embedded@ozlabs.org
1814L: linux-kernel@vger.kernel.org 2245L: linux-kernel@vger.kernel.org
1815S: Maintained 2246S: Maintained
2247F: drivers/dma/fsldma.*
1816 2248
1817FREESCALE I2C CPM DRIVER 2249FREESCALE I2C CPM DRIVER
1818P: Jochen Friedrich 2250P: Jochen Friedrich
@@ -1820,6 +2252,7 @@ M: jochen@scram.de
1820L: linuxppc-dev@ozlabs.org 2252L: linuxppc-dev@ozlabs.org
1821L: linux-i2c@vger.kernel.org 2253L: linux-i2c@vger.kernel.org
1822S: Maintained 2254S: Maintained
2255F: drivers/i2c/busses/i2c-cpm.c
1823 2256
1824FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2257FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1825P: Sascha Hauer 2258P: Sascha Hauer
@@ -1827,6 +2260,8 @@ M: kernel@pengutronix.de
1827L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2260L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1828L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2261L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1829S: Maintained 2262S: Maintained
2263F: arch/arm/plat-mxc/include/mach/imxfb.h
2264F: drivers/video/imxfb.c
1830 2265
1831FREESCALE SOC FS_ENET DRIVER 2266FREESCALE SOC FS_ENET DRIVER
1832P: Pantelis Antoniou 2267P: Pantelis Antoniou
@@ -1836,12 +2271,16 @@ M: vbordug@ru.mvista.com
1836L: linuxppc-dev@ozlabs.org 2271L: linuxppc-dev@ozlabs.org
1837L: netdev@vger.kernel.org 2272L: netdev@vger.kernel.org
1838S: Maintained 2273S: Maintained
2274F: drivers/net/fs_enet/
2275F: include/linux/fs_enet_pd.h
1839 2276
1840FREESCALE QUICC ENGINE LIBRARY 2277FREESCALE QUICC ENGINE LIBRARY
1841P: Timur Tabi 2278P: Timur Tabi
1842M: timur@freescale.com 2279M: timur@freescale.com
1843L: linuxppc-dev@ozlabs.org 2280L: linuxppc-dev@ozlabs.org
1844S: Supported 2281S: Supported
2282F: arch/powerpc/sysdev/qe_lib/
2283F: arch/powerpc/include/asm/*qe.h
1845 2284
1846FREESCALE HIGHSPEED USB DEVICE DRIVER 2285FREESCALE HIGHSPEED USB DEVICE DRIVER
1847P: Li Yang 2286P: Li Yang
@@ -1849,6 +2288,7 @@ M: leoli@freescale.com
1849L: linux-usb@vger.kernel.org 2288L: linux-usb@vger.kernel.org
1850L: linuxppc-dev@ozlabs.org 2289L: linuxppc-dev@ozlabs.org
1851S: Maintained 2290S: Maintained
2291F: drivers/usb/gadget/fsl_usb2_udc.c
1852 2292
1853FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2293FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1854P: Li Yang 2294P: Li Yang
@@ -1856,12 +2296,14 @@ M: leoli@freescale.com
1856L: netdev@vger.kernel.org 2296L: netdev@vger.kernel.org
1857L: linuxppc-dev@ozlabs.org 2297L: linuxppc-dev@ozlabs.org
1858S: Maintained 2298S: Maintained
2299F: drivers/net/ucc_geth*
1859 2300
1860FREESCALE QUICC ENGINE UCC UART DRIVER 2301FREESCALE QUICC ENGINE UCC UART DRIVER
1861P: Timur Tabi 2302P: Timur Tabi
1862M: timur@freescale.com 2303M: timur@freescale.com
1863L: linuxppc-dev@ozlabs.org 2304L: linuxppc-dev@ozlabs.org
1864S: Supported 2305S: Supported
2306F: drivers/serial/ucc_uart.c
1865 2307
1866FREESCALE SOC SOUND DRIVERS 2308FREESCALE SOC SOUND DRIVERS
1867P: Timur Tabi 2309P: Timur Tabi
@@ -1869,12 +2311,15 @@ M: timur@freescale.com
1869L: alsa-devel@alsa-project.org 2311L: alsa-devel@alsa-project.org
1870L: linuxppc-dev@ozlabs.org 2312L: linuxppc-dev@ozlabs.org
1871S: Supported 2313S: Supported
2314F: sound/soc/fsl/fsl*
2315F: sound/soc/fsl/mpc8610_hpcd.c
1872 2316
1873FREEVXFS FILESYSTEM 2317FREEVXFS FILESYSTEM
1874P: Christoph Hellwig 2318P: Christoph Hellwig
1875M: hch@infradead.org 2319M: hch@infradead.org
1876W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2320W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1877S: Maintained 2321S: Maintained
2322F: fs/freevxfs/
1878 2323
1879FREEZER 2324FREEZER
1880P: Pavel Machek 2325P: Pavel Machek
@@ -1883,22 +2328,41 @@ P: Rafael J. Wysocki
1883M: rjw@sisk.pl 2328M: rjw@sisk.pl
1884L: linux-pm@lists.linux-foundation.org 2329L: linux-pm@lists.linux-foundation.org
1885S: 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
1886 2343
1887FTRACE 2344FTRACE
1888P: Steven Rostedt 2345P: Steven Rostedt
1889M: rostedt@goodmis.org 2346M: rostedt@goodmis.org
1890S: Maintained 2347S: Maintained
2348F: Documentation/ftrace.txt
2349F: arch/*/*/*/ftrace.h
2350F: arch/*/kernel/ftrace.c
2351F: include/*/ftrace.h
2352F: kernel/trace/
1891 2353
1892FUJITSU FR-V (FRV) PORT 2354FUJITSU FR-V (FRV) PORT
1893P: David Howells 2355P: David Howells
1894M: dhowells@redhat.com 2356M: dhowells@redhat.com
1895S: Maintained 2357S: Maintained
2358F: arch/frv/
1896 2359
1897FUJITSU LAPTOP EXTRAS 2360FUJITSU LAPTOP EXTRAS
1898P: Jonathan Woithe 2361P: Jonathan Woithe
1899M: jwoithe@physics.adelaide.edu.au 2362M: jwoithe@physics.adelaide.edu.au
1900L: linux-acpi@vger.kernel.org 2363L: linux-acpi@vger.kernel.org
1901S: Maintained 2364S: Maintained
2365F: drivers/platform/x86/fujitsu-laptop.c
1902 2366
1903FUSE: FILESYSTEM IN USERSPACE 2367FUSE: FILESYSTEM IN USERSPACE
1904P: Miklos Szeredi 2368P: Miklos Szeredi
@@ -1906,12 +2370,15 @@ M: miklos@szeredi.hu
1906L: fuse-devel@lists.sourceforge.net 2370L: fuse-devel@lists.sourceforge.net
1907W: http://fuse.sourceforge.net/ 2371W: http://fuse.sourceforge.net/
1908S: Maintained 2372S: Maintained
2373F: fs/fuse/
2374F: include/linux/fuse.h
1909 2375
1910FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 2376FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1911P: Rik Faith 2377P: Rik Faith
1912M: faith@cs.unc.edu 2378M: faith@cs.unc.edu
1913L: linux-scsi@vger.kernel.org 2379L: linux-scsi@vger.kernel.org
1914S: Odd Fixes (e.g., new signatures) 2380S: Odd Fixes (e.g., new signatures)
2381F: drivers/scsi/fdomain.*
1915 2382
1916GDT SCSI DISK ARRAY CONTROLLER DRIVER 2383GDT SCSI DISK ARRAY CONTROLLER DRIVER
1917P: Achim Leubner 2384P: Achim Leubner
@@ -1919,26 +2386,39 @@ M: achim_leubner@adaptec.com
1919L: linux-scsi@vger.kernel.org 2386L: linux-scsi@vger.kernel.org
1920W: http://www.icp-vortex.com/ 2387W: http://www.icp-vortex.com/
1921S: Supported 2388S: Supported
2389F: drivers/scsi/gdt*
1922 2390
1923GENERIC GPIO I2C DRIVER 2391GENERIC GPIO I2C DRIVER
1924P: Haavard Skinnemoen 2392P: Haavard Skinnemoen
1925M: hskinnemoen@atmel.com 2393M: hskinnemoen@atmel.com
1926S: Supported 2394S: Supported
2395F: drivers/i2c/busses/i2c-gpio.c
2396F: include/linux/i2c-gpio.h
1927 2397
1928GENERIC HDLC (WAN) DRIVERS 2398GENERIC HDLC (WAN) DRIVERS
1929P: Krzysztof Halasa 2399P: Krzysztof Halasa
1930M: khc@pm.waw.pl 2400M: khc@pm.waw.pl
1931W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 2401W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1932S: 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*
1933 2410
1934GFS2 FILE SYSTEM 2411GFS2 FILE SYSTEM
1935P: Steven Whitehouse 2412P: Steven Whitehouse
1936M: swhiteho@redhat.com 2413M: swhiteho@redhat.com
1937L: cluster-devel@redhat.com 2414L: cluster-devel@redhat.com
1938W: http://sources.redhat.com/cluster/ 2415W: http://sources.redhat.com/cluster/
1939T: 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
1940T: 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
1941S: Supported 2418S: Supported
2419F: Documentation/filesystems/gfs2*.txt
2420F: fs/gfs2/
2421F: include/linux/gfs2_ondisk.h
1942 2422
1943GIGASET ISDN DRIVERS 2423GIGASET ISDN DRIVERS
1944P: Hansjoerg Lipp 2424P: Hansjoerg Lipp
@@ -1948,6 +2428,9 @@ M: tilman@imap.cc
1948L: gigaset307x-common@lists.sourceforge.net 2428L: gigaset307x-common@lists.sourceforge.net
1949W: http://gigaset307x.sourceforge.net/ 2429W: http://gigaset307x.sourceforge.net/
1950S: Maintained 2430S: Maintained
2431F: Documentation/isdn/README.gigaset
2432F: drivers/isdn/gigaset/
2433F: include/linux/gigaset_dev.h
1951 2434
1952HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2435HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1953P: Frank Seidel 2436P: Frank Seidel
@@ -1955,6 +2438,7 @@ M: frank@f-seidel.de
1955L: lm-sensors@lm-sensors.org 2438L: lm-sensors@lm-sensors.org
1956W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 2439W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
1957S: Maintained 2440S: Maintained
2441F: drivers/hwmon/hdaps.c
1958 2442
1959HYPERVISOR VIRTUAL CONSOLE DRIVER 2443HYPERVISOR VIRTUAL CONSOLE DRIVER
1960L: linuxppc-dev@ozlabs.org 2444L: linuxppc-dev@ozlabs.org
@@ -1966,51 +2450,61 @@ GSPCA FINEPIX SUBDRIVER
1966P: Frank Zago 2450P: Frank Zago
1967M: frank@zago.net 2451M: frank@zago.net
1968L: linux-media@vger.kernel.org 2452L: linux-media@vger.kernel.org
1969T: 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
1970S: Maintained 2454S: Maintained
2455F: drivers/media/video/gspca/finepix.c
1971 2456
1972GSPCA M5602 SUBDRIVER 2457GSPCA M5602 SUBDRIVER
1973P: Erik Andren 2458P: Erik Andren
1974M: erik.andren@gmail.com 2459M: erik.andren@gmail.com
1975L: linux-media@vger.kernel.org 2460L: linux-media@vger.kernel.org
1976T: 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
1977S: Maintained 2462S: Maintained
2463F: drivers/media/video/gspca/m5602/
1978 2464
1979GSPCA PAC207 SONIXB SUBDRIVER 2465GSPCA PAC207 SONIXB SUBDRIVER
1980P: Hans de Goede 2466P: Hans de Goede
1981M: hdegoede@redhat.com 2467M: hdegoede@redhat.com
1982L: linux-media@vger.kernel.org 2468L: linux-media@vger.kernel.org
1983T: 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
1984S: Maintained 2470S: Maintained
2471F: drivers/media/video/gspca/pac207.c
1985 2472
1986GSPCA T613 SUBDRIVER 2473GSPCA T613 SUBDRIVER
1987P: Leandro Costantino 2474P: Leandro Costantino
1988M: lcostantino@gmail.com 2475M: lcostantino@gmail.com
1989L: linux-media@vger.kernel.org 2476L: linux-media@vger.kernel.org
1990T: 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
1991S: Maintained 2478S: Maintained
2479F: drivers/media/video/gspca/t613.c
1992 2480
1993GSPCA USB WEBCAM DRIVER 2481GSPCA USB WEBCAM DRIVER
1994P: Jean-Francois Moine 2482P: Jean-Francois Moine
1995M: moinejf@free.fr 2483M: moinejf@free.fr
1996W: http://moinejf.free.fr 2484W: http://moinejf.free.fr
1997L: linux-media@vger.kernel.org 2485L: linux-media@vger.kernel.org
1998T: 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
1999S: Maintained 2487S: Maintained
2488F: drivers/media/video/gspca/
2000 2489
2001HARDWARE MONITORING 2490HARDWARE MONITORING
2002L: lm-sensors@lm-sensors.org 2491L: lm-sensors@lm-sensors.org
2003W: http://www.lm-sensors.org/ 2492W: http://www.lm-sensors.org/
2004S: Orphan 2493S: Orphan
2494F: drivers/hwmon/
2005 2495
2006HARDWARE RANDOM NUMBER GENERATOR CORE 2496HARDWARE RANDOM NUMBER GENERATOR CORE
2007S: Orphan 2497S: Orphan
2498F: Documentation/hw_random.txt
2499F: drivers/char/hw_random/
2500F: include/linux/hw_random.h
2008 2501
2009HARMONY SOUND DRIVER 2502HARMONY SOUND DRIVER
2010P: Kyle McMartin 2503P: Kyle McMartin
2011M: kyle@mcmartin.ca 2504M: kyle@mcmartin.ca
2012L: linux-parisc@vger.kernel.org 2505L: linux-parisc@vger.kernel.org
2013S: Maintained 2506S: Maintained
2507F: sound/parisc/harmony.*
2014 2508
2015HAYES ESP SERIAL DRIVER 2509HAYES ESP SERIAL DRIVER
2016P: Andrew J. Robinson 2510P: Andrew J. Robinson
@@ -2018,30 +2512,33 @@ M: arobinso@nyx.net
2018L: linux-kernel@vger.kernel.org 2512L: linux-kernel@vger.kernel.org
2019W: http://www.nyx.net/~arobinso 2513W: http://www.nyx.net/~arobinso
2020S: Maintained 2514S: Maintained
2021 2515F: Documentation/serial/hayes-esp.txt
2022HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA 2516F: drivers/char/esp.c
2023P: Chirag Kantharia
2024M: chirag.kantharia@hp.com
2025L: iss_storagedev@hp.com
2026S: Maintained
2027 2517
2028HEWLETT-PACKARD SMART2 RAID DRIVER 2518HEWLETT-PACKARD SMART2 RAID DRIVER
2029P: Chirag Kantharia 2519P: Chirag Kantharia
2030M: chirag.kantharia@hp.com 2520M: chirag.kantharia@hp.com
2031L: iss_storagedev@hp.com 2521L: iss_storagedev@hp.com
2032S: Maintained 2522S: Maintained
2523F: Documentation/blockdev/cpqarray.txt
2524F: drivers/block/cpqarray.*
2033 2525
2034HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2526HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2035P: Mike Miller 2527P: Mike Miller
2036M: mike.miller@hp.com 2528M: mike.miller@hp.com
2037L: iss_storagedev@hp.com 2529L: iss_storagedev@hp.com
2038S: Supported 2530S: Supported
2531F: Documentation/blockdev/cciss.txt
2532F: drivers/block/cciss*
2533F: include/linux/cciss_ioctl.h
2039 2534
2040HFS FILESYSTEM 2535HFS FILESYSTEM
2041P: Roman Zippel 2536P: Roman Zippel
2042M: zippel@linux-m68k.org 2537M: zippel@linux-m68k.org
2043L: linux-kernel@vger.kernel.org 2538L: linux-kernel@vger.kernel.org
2044S: Maintained 2539S: Maintained
2540F: Documentation/filesystems/hfs.txt
2541F: fs/hfs/
2045 2542
2046HGA FRAMEBUFFER DRIVER 2543HGA FRAMEBUFFER DRIVER
2047P: Ferenc Bakonyi 2544P: Ferenc Bakonyi
@@ -2049,6 +2546,7 @@ M: fero@drama.obuda.kando.hu
2049L: linux-nvidia@lists.surfsouth.com 2546L: linux-nvidia@lists.surfsouth.com
2050W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 2547W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2051S: Maintained 2548S: Maintained
2549F: drivers/video/hgafb.c
2052 2550
2053HIBERNATION (aka Software Suspend, aka swsusp) 2551HIBERNATION (aka Software Suspend, aka swsusp)
2054P: Pavel Machek 2552P: Pavel Machek
@@ -2057,19 +2555,31 @@ P: Rafael J. Wysocki
2057M: rjw@sisk.pl 2555M: rjw@sisk.pl
2058L: linux-pm@lists.linux-foundation.org 2556L: linux-pm@lists.linux-foundation.org
2059S: 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
2060 2565
2061HID CORE LAYER 2566HID CORE LAYER
2062P: Jiri Kosina 2567P: Jiri Kosina
2063M: jkosina@suse.cz 2568M: jkosina@suse.cz
2064L: linux-input@vger.kernel.org 2569L: linux-input@vger.kernel.org
2065T: 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
2066S: Maintained 2571S: Maintained
2572F: drivers/hid/
2573F: include/linux/hid*
2067 2574
2068HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 2575HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2069P: Thomas Gleixner 2576P: Thomas Gleixner
2070M: tglx@linutronix.de 2577M: tglx@linutronix.de
2071L: linux-kernel@vger.kernel.org 2578L: linux-kernel@vger.kernel.org
2072S: Maintained 2579S: Maintained
2580F: Documentation/timers/
2581F: kernel/hrtimer.c
2582F: include/linux/hrtimer.h
2073 2583
2074HIGH-SPEED SCC DRIVER FOR AX.25 2584HIGH-SPEED SCC DRIVER FOR AX.25
2075P: Klaus Kudielka 2585P: Klaus Kudielka
@@ -2077,18 +2587,25 @@ M: klaus.kudielka@ieee.org
2077L: linux-hams@vger.kernel.org 2587L: linux-hams@vger.kernel.org
2078W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 2588W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2079S: Maintained 2589S: Maintained
2590F: drivers/net/hamradio/dmascc.c
2591F: drivers/net/hamradio/scc.c
2080 2592
2081HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 2593HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2082P: HighPoint Linux Team 2594P: HighPoint Linux Team
2083M: linux@highpoint-tech.com 2595M: linux@highpoint-tech.com
2084W: http://www.highpoint-tech.com 2596W: http://www.highpoint-tech.com
2085S: Supported 2597S: Supported
2598F: Documentation/scsi/hptiop.txt
2599F: drivers/scsi/hptiop.c
2086 2600
2087HIPPI 2601HIPPI
2088P: Jes Sorensen 2602P: Jes Sorensen
2089M: jes@trained-monkey.org 2603M: jes@trained-monkey.org
2090L: linux-hippi@sunsite.dk 2604L: linux-hippi@sunsite.dk
2091S: Maintained 2605S: Maintained
2606F: include/linux/hippidevice.h
2607F: include/linux/if_hippi.h
2608F: net/802/hippi.c
2092 2609
2093HOST AP DRIVER 2610HOST AP DRIVER
2094P: Jouni Malinen 2611P: Jouni Malinen
@@ -2097,65 +2614,79 @@ L: hostap@shmoo.com (subscribers-only)
2097L: linux-wireless@vger.kernel.org 2614L: linux-wireless@vger.kernel.org
2098W: http://hostap.epitest.fi/ 2615W: http://hostap.epitest.fi/
2099S: Maintained 2616S: Maintained
2617F: drivers/net/wireless/hostap/
2100 2618
2101HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2619HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2102P: Carlos Corbacho 2620P: Carlos Corbacho
2103M: carlos@strangeworlds.co.uk 2621M: carlos@strangeworlds.co.uk
2104S: Odd Fixes 2622S: Odd Fixes
2623F: drivers/platform/x86/tc1100-wmi.c
2105 2624
2106HP100: 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
2107P: Jaroslav Kysela 2626P: Jaroslav Kysela
2108M: perex@perex.cz 2627M: perex@perex.cz
2109S: Maintained 2628S: Maintained
2629F: drivers/net/hp100.*
2110 2630
2111HPET: High Precision Event Timers driver (drivers/char/hpet.c) 2631HPET: High Precision Event Timers driver
2112P: Clemens Ladisch 2632P: Clemens Ladisch
2113M: clemens@ladisch.de 2633M: clemens@ladisch.de
2114S: Maintained 2634S: Maintained
2635F: Documentation/timers/hpet.txt
2636F: drivers/char/hpet.c
2637F: include/linux/hpet.h
2115 2638
2116HPET: i386 2639HPET: i386
2117P: Venkatesh Pallipadi (Venki) 2640P: Venkatesh Pallipadi (Venki)
2118M: venkatesh.pallipadi@intel.com 2641M: venkatesh.pallipadi@intel.com
2119S: Maintained 2642S: Maintained
2643F: arch/x86/kernel/hpet.c
2644F: arch/x86/include/asm/hpet.h
2120 2645
2121HPET: x86_64 2646HPET: x86_64
2122P: Vojtech Pavlik 2647P: Vojtech Pavlik
2123M: vojtech@suse.cz 2648M: vojtech@suse.cz
2124S: Maintained 2649S: Maintained
2125 2650
2126HPET: ACPI hpet.c 2651HPET: ACPI
2127P: Bob Picco 2652P: Bob Picco
2128M: bob.picco@hp.com 2653M: bob.picco@hp.com
2129S: Maintained 2654S: Maintained
2655F: drivers/char/hpet.c
2130 2656
2131HPFS FILESYSTEM 2657HPFS FILESYSTEM
2132P: Mikulas Patocka 2658P: Mikulas Patocka
2133M: mikulas@artax.karlin.mff.cuni.cz 2659M: mikulas@artax.karlin.mff.cuni.cz
2134W: 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
2135S: Maintained 2661S: Maintained
2662F: fs/hpfs/
2136 2663
2137HSO 3G Modem Driver (hso.c) 2664HSO 3G MODEM DRIVER
2138P: Denis Joseph Barrow 2665P: Jan Dumon
2139M: d.barow@option.com 2666M: j.dumon@option.com
2140W: http://www.pharscape.org 2667W: http://www.pharscape.org
2141S: Maintained 2668S: Maintained
2669F: drivers/net/usb/hso.c
2142 2670
2143HTCPEN TOUCHSCREEN DRIVER 2671HTCPEN TOUCHSCREEN DRIVER
2144P: Pau Oliva Fora 2672P: Pau Oliva Fora
2145M: pof@eslack.org 2673M: pof@eslack.org
2146L: linux-input@vger.kernel.org 2674L: linux-input@vger.kernel.org
2147S: Maintained 2675S: Maintained
2676F: drivers/input/touchscreen/htcpen.c
2148 2677
2149HUGETLB FILESYSTEM 2678HUGETLB FILESYSTEM
2150P: William Irwin 2679P: William Irwin
2151M: wli@holomorphy.com 2680M: wli@holomorphy.com
2152S: Maintained 2681S: Maintained
2682F: fs/hugetlbfs/
2153 2683
2154I2C/SMBUS STUB DRIVER 2684I2C/SMBUS STUB DRIVER
2155P: Mark M. Hoffman 2685P: Mark M. Hoffman
2156M: mhoffman@lightlink.com 2686M: mhoffman@lightlink.com
2157L: linux-i2c@vger.kernel.org 2687L: linux-i2c@vger.kernel.org
2158S: Maintained 2688S: Maintained
2689F: drivers/i2c/busses/i2c-stub.c
2159 2690
2160I2C SUBSYSTEM 2691I2C SUBSYSTEM
2161P: Jean Delvare (PC drivers, core) 2692P: Jean Delvare (PC drivers, core)
@@ -2166,24 +2697,31 @@ L: linux-i2c@vger.kernel.org
2166W: http://i2c.wiki.kernel.org/ 2697W: http://i2c.wiki.kernel.org/
2167T: 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/
2168S: 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
2169 2705
2170I2C-TINY-USB DRIVER 2706I2C-TINY-USB DRIVER
2171P: Till Harbaum 2707P: Till Harbaum
2172M: till@harbaum.org 2708M: till@harbaum.org
2173L: linux-i2c@vger.kernel.org 2709L: linux-i2c@vger.kernel.org
2174T: http://www.harbaum.org/till/i2c_tiny_usb 2710W: http://www.harbaum.org/till/i2c_tiny_usb
2175S: Maintained 2711S: Maintained
2712F: drivers/i2c/busses/i2c-tiny-usb.c
2176 2713
2177i386 BOOT CODE 2714i386 BOOT CODE
2178P: H. Peter Anvin 2715P: H. Peter Anvin
2179M: hpa@zytor.com 2716M: hpa@zytor.com
2180L: Linux-Kernel@vger.kernel.org 2717L: Linux-Kernel@vger.kernel.org
2181S: Maintained 2718S: Maintained
2719F: arch/x86/boot/
2182 2720
2183i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2721i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2184P: H. Peter Anvin 2722P: H. Peter Anvin
2185M: hpa@zytor.com 2723M: hpa@zytor.com
2186T: 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
2187S: Maintained 2725S: Maintained
2188 2726
2189IA64 (Itanium) PLATFORM 2727IA64 (Itanium) PLATFORM
@@ -2191,19 +2729,22 @@ P: Tony Luck
2191M: tony.luck@intel.com 2729M: tony.luck@intel.com
2192L: linux-ia64@vger.kernel.org 2730L: linux-ia64@vger.kernel.org
2193W: http://www.ia64-linux.org/ 2731W: http://www.ia64-linux.org/
2194T: 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
2195S: Maintained 2733S: Maintained
2734F: arch/ia64/
2196 2735
2197IBM MCA SCSI SUBSYSTEM DRIVER 2736IBM MCA SCSI SUBSYSTEM DRIVER
2198P: Michael Lang 2737P: Michael Lang
2199M: langa2@kph.uni-mainz.de 2738M: langa2@kph.uni-mainz.de
2200W: http://www.uni-mainz.de/~langm000/linux.html 2739W: http://www.uni-mainz.de/~langm000/linux.html
2201S: Maintained 2740S: Maintained
2741F: drivers/scsi/ibmmca.c
2202 2742
2203IBM Power Linux RAID adapter 2743IBM Power Linux RAID adapter
2204P: Brian King 2744P: Brian King
2205M: brking@us.ibm.com 2745M: brking@us.ibm.com
2206S: Supported 2746S: Supported
2747F: drivers/scsi/ipr.*
2207 2748
2208IBM ServeRAID RAID DRIVER 2749IBM ServeRAID RAID DRIVER
2209P: Jack Hammer 2750P: Jack Hammer
@@ -2211,52 +2752,63 @@ P: Dave Jeffery
2211M: ipslinux@adaptec.com 2752M: ipslinux@adaptec.com
2212W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2753W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2213S: Supported 2754S: Supported
2755F: drivers/scsi/ips.*
2214 2756
2215IDE SUBSYSTEM 2757IDE SUBSYSTEM
2216P: Bartlomiej Zolnierkiewicz 2758P: Bartlomiej Zolnierkiewicz
2217M: bzolnier@gmail.com 2759M: bzolnier@gmail.com
2218L: linux-ide@vger.kernel.org 2760L: linux-ide@vger.kernel.org
2219T: 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
2220S: Maintained 2762S: Maintained
2763F: Documentation/ide/
2764F: drivers/ide/
2765F: include/linux/ide.h
2221 2766
2222IDE/ATAPI DRIVERS 2767IDE/ATAPI DRIVERS
2223P: Borislav Petkov 2768P: Borislav Petkov
2224M: petkovbb@gmail.com 2769M: petkovbb@gmail.com
2225L: linux-ide@vger.kernel.org 2770L: linux-ide@vger.kernel.org
2226S: Maintained 2771S: Maintained
2772F: Documentation/cdrom/ide-cd
2773F: drivers/ide/ide-cd*
2227 2774
2228IDLE-I7300 2775IDLE-I7300
2229P: Andy Henroid 2776P: Andy Henroid
2230M: andrew.d.henroid@intel.com 2777M: andrew.d.henroid@intel.com
2231L: linux-pm@lists.linux-foundation.org 2778L: linux-pm@lists.linux-foundation.org
2232S: Supported 2779S: Supported
2780F: drivers/idle/i7300_idle.c
2233 2781
2234IEEE 1394 SUBSYSTEM (drivers/ieee1394) 2782IEEE 1394 SUBSYSTEM
2235P: Ben Collins 2783P: Ben Collins
2236M: ben.collins@ubuntu.com 2784M: ben.collins@ubuntu.com
2237P: Stefan Richter 2785P: Stefan Richter
2238M: stefanr@s5r6.in-berlin.de 2786M: stefanr@s5r6.in-berlin.de
2239L: linux1394-devel@lists.sourceforge.net 2787L: linux1394-devel@lists.sourceforge.net
2240W: http://www.linux1394.org/ 2788W: http://www.linux1394.org/
2241T: 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
2242S: Maintained 2790S: Maintained
2791F: drivers/ieee1394/
2243 2792
2244IEEE 1394 RAW I/O DRIVER (raw1394) 2793IEEE 1394 RAW I/O DRIVER
2245P: Dan Dennedy 2794P: Dan Dennedy
2246M: dan@dennedy.org 2795M: dan@dennedy.org
2247P: Stefan Richter 2796P: Stefan Richter
2248M: stefanr@s5r6.in-berlin.de 2797M: stefanr@s5r6.in-berlin.de
2249L: linux1394-devel@lists.sourceforge.net 2798L: linux1394-devel@lists.sourceforge.net
2250S: Maintained 2799S: Maintained
2800F: drivers/ieee1394/raw1394*
2251 2801
2252INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 2802INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2253P: Mimi Zohar 2803P: Mimi Zohar
2254M: zohar@us.ibm.com 2804M: zohar@us.ibm.com
2255S: Supported 2805S: Supported
2806F: security/integrity/ima/
2256 2807
2257IMS TWINTURBO FRAMEBUFFER DRIVER 2808IMS TWINTURBO FRAMEBUFFER DRIVER
2258L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2809L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2259S: Orphan 2810S: Orphan
2811F: drivers/video/imsttfb.c
2260 2812
2261INFINIBAND SUBSYSTEM 2813INFINIBAND SUBSYSTEM
2262P: Roland Dreier 2814P: Roland Dreier
@@ -2267,8 +2819,11 @@ P: Hal Rosenstock
2267M: hal.rosenstock@gmail.com 2819M: hal.rosenstock@gmail.com
2268L: general@lists.openfabrics.org (moderated for non-subscribers) 2820L: general@lists.openfabrics.org (moderated for non-subscribers)
2269W: http://www.openib.org/ 2821W: http://www.openib.org/
2270T: 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
2271S: Supported 2823S: Supported
2824F: Documentation/infiniband/
2825F: drivers/infiniband/
2826F: include/linux/if_infiniband.h
2272 2827
2273INOTIFY 2828INOTIFY
2274P: John McCutchan 2829P: John McCutchan
@@ -2277,26 +2832,33 @@ P: Robert Love
2277M: rlove@rlove.org 2832M: rlove@rlove.org
2278L: linux-kernel@vger.kernel.org 2833L: linux-kernel@vger.kernel.org
2279S: Maintained 2834S: Maintained
2835F: Documentation/filesystems/inotify.txt
2836F: fs/notify/inotify/
2837F: include/linux/inotify.h
2280 2838
2281INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2839INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2282P: Dmitry Torokhov 2840P: Dmitry Torokhov
2283M: dmitry.torokhov@gmail.com 2841M: dmitry.torokhov@gmail.com
2284M: dtor@mail.ru 2842M: dtor@mail.ru
2285L: linux-input@vger.kernel.org 2843L: linux-input@vger.kernel.org
2286T: 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
2287S: Maintained 2845S: Maintained
2846F: drivers/input/
2288 2847
2289INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2848INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2290P: Sylvain Meyer 2849P: Sylvain Meyer
2291M: sylvain.meyer@worldonline.fr 2850M: sylvain.meyer@worldonline.fr
2292L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2851L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2293S: Maintained 2852S: Maintained
2853F: Documentation/fb/intelfb.txt
2854F: drivers/video/intelfb/
2294 2855
2295INTEL 810/815 FRAMEBUFFER DRIVER 2856INTEL 810/815 FRAMEBUFFER DRIVER
2296P: Antonino Daplas 2857P: Antonino Daplas
2297M: adaplas@gmail.com 2858M: adaplas@gmail.com
2298L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2859L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2299S: Maintained 2860S: Maintained
2861F: drivers/video/i810/
2300 2862
2301INTEL MENLOW THERMAL DRIVER 2863INTEL MENLOW THERMAL DRIVER
2302P: Sujith Thomas 2864P: Sujith Thomas
@@ -2304,46 +2866,61 @@ M: sujith.thomas@intel.com
2304L: linux-acpi@vger.kernel.org 2866L: linux-acpi@vger.kernel.org
2305W: http://www.lesswatts.org/projects/acpi/ 2867W: http://www.lesswatts.org/projects/acpi/
2306S: Supported 2868S: Supported
2869F: drivers/platform/x86/intel_menlow.c
2307 2870
2308INTEL IA32 MICROCODE UPDATE SUPPORT 2871INTEL IA32 MICROCODE UPDATE SUPPORT
2309P: Tigran Aivazian 2872P: Tigran Aivazian
2310M: tigran@aivazian.fsnet.co.uk 2873M: tigran@aivazian.fsnet.co.uk
2311S: Maintained 2874S: Maintained
2875F: arch/x86/kernel/microcode_core.c
2876F: arch/x86/kernel/microcode_intel.c
2312 2877
2313INTEL I/OAT DMA DRIVER 2878INTEL I/OAT DMA DRIVER
2314P: Maciej Sosnowski 2879P: Maciej Sosnowski
2315M: maciej.sosnowski@intel.com 2880M: maciej.sosnowski@intel.com
2316L: linux-kernel@vger.kernel.org 2881L: linux-kernel@vger.kernel.org
2317S: Supported 2882S: Supported
2883F: drivers/dma/ioat*
2318 2884
2319INTEL IOMMU (VT-d) 2885INTEL IOMMU (VT-d)
2320P: David Woodhouse 2886P: David Woodhouse
2321M: dwmw2@infradead.org 2887M: dwmw2@infradead.org
2322L: iommu@lists.linux-foundation.org 2888L: iommu@lists.linux-foundation.org
2323T: git://git.infradead.org/iommu-2.6.git 2889T: git git://git.infradead.org/iommu-2.6.git
2324S: Supported 2890S: Supported
2891F: drivers/pci/intel-iommu.c
2892F: include/linux/intel-iommu.h
2325 2893
2326INTEL IOP-ADMA DMA DRIVER 2894INTEL IOP-ADMA DMA DRIVER
2327P: Dan Williams 2895P: Dan Williams
2328M: dan.j.williams@intel.com 2896M: dan.j.williams@intel.com
2329L: linux-kernel@vger.kernel.org 2897L: linux-kernel@vger.kernel.org
2330S: Supported 2898S: Supported
2899F: drivers/dma/iop-adma.c
2331 2900
2332INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2901INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2333P: Krzysztof Halasa 2902P: Krzysztof Halasa
2334M: khc@pm.waw.pl 2903M: khc@pm.waw.pl
2335S: 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
2336 2911
2337INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2912INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2338P: Deepak Saxena 2913P: Deepak Saxena
2339M: dsaxena@plexity.net 2914M: dsaxena@plexity.net
2340S: Maintained 2915S: Maintained
2916F: drivers/char/hw_random/ixp4xx-rng.c
2341 2917
2342INTEL IXP2000 ETHERNET DRIVER 2918INTEL IXP2000 ETHERNET DRIVER
2343P: Lennert Buytenhek 2919P: Lennert Buytenhek
2344M: kernel@wantstofly.org 2920M: kernel@wantstofly.org
2345L: netdev@vger.kernel.org 2921L: netdev@vger.kernel.org
2346S: Maintained 2922S: Maintained
2923F: drivers/net/ixp2000/
2347 2924
2348INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2925INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2349P: Jeff Kirsher 2926P: Jeff Kirsher
@@ -2359,6 +2936,12 @@ M: john.ronciak@intel.com
2359L: e1000-devel@lists.sourceforge.net 2936L: e1000-devel@lists.sourceforge.net
2360W: http://e1000.sourceforge.net/ 2937W: http://e1000.sourceforge.net/
2361S: 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/
2362 2945
2363INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2946INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2364P: Zhu Yi 2947P: Zhu Yi
@@ -2372,6 +2955,8 @@ L: ipw2100-devel@lists.sourceforge.net
2372W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2955W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2373W: http://ipw2100.sourceforge.net 2956W: http://ipw2100.sourceforge.net
2374S: Supported 2957S: Supported
2958F: Documentation/networking/README.ipw2100
2959F: drivers/net/wireless/ipw2x00/ipw2100.*
2375 2960
2376INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2961INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2377P: Zhu Yi 2962P: Zhu Yi
@@ -2385,6 +2970,8 @@ L: ipw2100-devel@lists.sourceforge.net
2385W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2970W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2386W: http://ipw2200.sourceforge.net 2971W: http://ipw2200.sourceforge.net
2387S: Supported 2972S: Supported
2973F: Documentation/networking/README.ipw2200
2974F: drivers/net/wireless/ipw2x00/ipw2200.*
2388 2975
2389INTEL WIRELESS WIMAX CONNECTION 2400 2976INTEL WIRELESS WIMAX CONNECTION 2400
2390P: Inaky Perez-Gonzalez 2977P: Inaky Perez-Gonzalez
@@ -2393,6 +2980,9 @@ M: linux-wimax@intel.com
2393L: wimax@linuxwimax.org 2980L: wimax@linuxwimax.org
2394S: Supported 2981S: Supported
2395W: http://linuxwimax.org 2982W: http://linuxwimax.org
2983F: Documentation/wimax/README.i2400m
2984F: drivers/net/wimax/i2400m/
2985F: include/linux/wimax/i2400m.h
2396 2986
2397INTEL WIRELESS WIFI LINK (iwlwifi) 2987INTEL WIRELESS WIFI LINK (iwlwifi)
2398P: Zhu Yi 2988P: Zhu Yi
@@ -2402,25 +2992,29 @@ M: reinette.chatre@intel.com
2402L: linux-wireless@vger.kernel.org 2992L: linux-wireless@vger.kernel.org
2403L: ipw3945-devel@lists.sourceforge.net 2993L: ipw3945-devel@lists.sourceforge.net
2404W: http://intellinuxwireless.org 2994W: http://intellinuxwireless.org
2405T: 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
2406S: Supported 2996S: Supported
2997F: drivers/net/wireless/iwlwifi/
2407 2998
2408IOC3 ETHERNET DRIVER 2999IOC3 ETHERNET DRIVER
2409P: Ralf Baechle 3000P: Ralf Baechle
2410M: ralf@linux-mips.org 3001M: ralf@linux-mips.org
2411L: linux-mips@linux-mips.org 3002L: linux-mips@linux-mips.org
2412S: Maintained 3003S: Maintained
3004F: drivers/net/ioc3-eth.c
2413 3005
2414IOC3 SERIAL DRIVER 3006IOC3 SERIAL DRIVER
2415P: Pat Gefre 3007P: Pat Gefre
2416M: pfg@sgi.com 3008M: pfg@sgi.com
2417L: linux-mips@linux-mips.org 3009L: linux-mips@linux-mips.org
2418S: Maintained 3010S: Maintained
3011F: drivers/serial/ioc3_serial.c
2419 3012
2420IP MASQUERADING 3013IP MASQUERADING
2421P: Juanjo Ciarlante 3014P: Juanjo Ciarlante
2422M: jjciarla@raiz.uncu.edu.ar 3015M: jjciarla@raiz.uncu.edu.ar
2423S: Maintained 3016S: Maintained
3017F: net/ipv4/netfilter/ipt_MASQUERADE.c
2424 3018
2425IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 3019IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2426P: Francois Romieu 3020P: Francois Romieu
@@ -2431,6 +3025,7 @@ P: Jesse Huang
2431M: jesse@icplus.com.tw 3025M: jesse@icplus.com.tw
2432L: netdev@vger.kernel.org 3026L: netdev@vger.kernel.org
2433S: Maintained 3027S: Maintained
3028F: drivers/net/ipg.c
2434 3029
2435IPATH DRIVER 3030IPATH DRIVER
2436P: Ralph Campbell 3031P: Ralph Campbell
@@ -2438,6 +3033,7 @@ M: infinipath@qlogic.com
2438L: general@lists.openfabrics.org 3033L: general@lists.openfabrics.org
2439T: git git://git.qlogic.com/ipath-linux-2.6 3034T: git git://git.qlogic.com/ipath-linux-2.6
2440S: Supported 3035S: Supported
3036F: drivers/infiniband/hw/ipath/
2441 3037
2442IPMI SUBSYSTEM 3038IPMI SUBSYSTEM
2443P: Corey Minyard 3039P: Corey Minyard
@@ -2445,6 +3041,9 @@ M: minyard@acm.org
2445L: openipmi-developer@lists.sourceforge.net 3041L: openipmi-developer@lists.sourceforge.net
2446W: http://openipmi.sourceforge.net/ 3042W: http://openipmi.sourceforge.net/
2447S: Supported 3043S: Supported
3044F: Documentation/IPMI.txt
3045F: drivers/char/ipmi/
3046F: include/linux/ipmi*
2448 3047
2449IPS SCSI RAID DRIVER 3048IPS SCSI RAID DRIVER
2450P: Adaptec OEM Raid Solutions 3049P: Adaptec OEM Raid Solutions
@@ -2452,6 +3051,7 @@ M: aacraid@adaptec.com
2452L: linux-scsi@vger.kernel.org 3051L: linux-scsi@vger.kernel.org
2453W: http://www.adaptec.com/ 3052W: http://www.adaptec.com/
2454S: Maintained 3053S: Maintained
3054F: drivers/scsi/ips*
2455 3055
2456IPVS 3056IPVS
2457P: Wensong Zhang 3057P: Wensong Zhang
@@ -2463,6 +3063,8 @@ M: ja@ssi.bg
2463L: netdev@vger.kernel.org 3063L: netdev@vger.kernel.org
2464L: lvs-devel@vger.kernel.org 3064L: lvs-devel@vger.kernel.org
2465S: Maintained 3065S: Maintained
3066F: Documentation/networking/ipvs-sysctl.txt
3067F: net/netfilter/ipvs/
2466 3068
2467IPWIRELESS DRIVER 3069IPWIRELESS DRIVER
2468P: Jiri Kosina 3070P: Jiri Kosina
@@ -2470,13 +3072,17 @@ M: jkosina@suse.cz
2470P: David Sterba 3072P: David Sterba
2471M: dsterba@suse.cz 3073M: dsterba@suse.cz
2472S: Maintained 3074S: Maintained
2473T: 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/
2474 3077
2475IPX NETWORK LAYER 3078IPX NETWORK LAYER
2476P: Arnaldo Carvalho de Melo 3079P: Arnaldo Carvalho de Melo
2477M: acme@ghostprotocols.net 3080M: acme@ghostprotocols.net
2478L: netdev@vger.kernel.org 3081L: netdev@vger.kernel.org
2479S: Maintained 3082S: Maintained
3083F: include/linux/ipx.h
3084F: include/net/ipx.h
3085F: net/ipx/
2480 3086
2481IRDA SUBSYSTEM 3087IRDA SUBSYSTEM
2482P: Samuel Ortiz 3088P: Samuel Ortiz
@@ -2484,27 +3090,40 @@ M: samuel@sortiz.org
2484L: irda-users@lists.sourceforge.net (subscribers-only) 3090L: irda-users@lists.sourceforge.net (subscribers-only)
2485W: http://irda.sourceforge.net/ 3091W: http://irda.sourceforge.net/
2486S: Maintained 3092S: Maintained
3093F: Documentation/networking/irda.txt
3094F: drivers/net/irda/
3095F: include/net/irda/
3096F: net/irda/
2487 3097
2488ISAPNP 3098ISAPNP
2489P: Jaroslav Kysela 3099P: Jaroslav Kysela
2490M: perex@perex.cz 3100M: perex@perex.cz
2491S: Maintained 3101S: Maintained
3102F: Documentation/isapnp.txt
3103F: drivers/pnp/isapnp/
3104F: include/linux/isapnp.h
2492 3105
2493ISCSI 3106ISCSI
2494P: Mike Christie 3107P: Mike Christie
2495M: michaelc@cs.wisc.edu 3108M: michaelc@cs.wisc.edu
2496L: open-iscsi@googlegroups.com 3109L: open-iscsi@googlegroups.com
2497W: www.open-iscsi.org 3110W: www.open-iscsi.org
2498T: 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
2499S: Maintained 3112S: Maintained
3113F: drivers/scsi/*iscsi*
3114F: include/scsi/*iscsi*
2500 3115
2501ISDN SUBSYSTEM 3116ISDN SUBSYSTEM
2502P: Karsten Keil 3117P: Karsten Keil
2503M: isdn@linux-pingi.de 3118M: isdn@linux-pingi.de
2504L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3119L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2505W: http://www.isdn4linux.de 3120W: http://www.isdn4linux.de
2506T: 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
2507S: Maintained 3122S: Maintained
3123F: Documentation/isdn/
3124F: drivers/isdn/
3125F: include/linux/isdn.h
3126F: include/linux/isdn/
2508 3127
2509ISDN SUBSYSTEM (Eicon active card driver) 3128ISDN SUBSYSTEM (Eicon active card driver)
2510P: Armin Schindler 3129P: Armin Schindler
@@ -2512,6 +3131,7 @@ M: mac@melware.de
2512L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3131L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2513W: http://www.melware.de 3132W: http://www.melware.de
2514S: Maintained 3133S: Maintained
3134F: drivers/isdn/hardware/eicon/
2515 3135
2516IVTV VIDEO4LINUX DRIVER 3136IVTV VIDEO4LINUX DRIVER
2517P: Hans Verkuil 3137P: Hans Verkuil
@@ -2519,23 +3139,29 @@ M: hverkuil@xs4all.nl
2519L: ivtv-devel@ivtvdriver.org 3139L: ivtv-devel@ivtvdriver.org
2520L: ivtv-users@ivtvdriver.org 3140L: ivtv-users@ivtvdriver.org
2521L: linux-media@vger.kernel.org 3141L: linux-media@vger.kernel.org
2522T: 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
2523W: http://www.ivtvdriver.org 3143W: http://www.ivtvdriver.org
2524S: Maintained 3144S: Maintained
3145F: Documentation/video4linux/*.ivtv
3146F: drivers/media/video/ivtv/
3147F: include/linux/ivtv*
2525 3148
2526JFS FILESYSTEM 3149JFS FILESYSTEM
2527P: Dave Kleikamp 3150P: Dave Kleikamp
2528M: shaggy@austin.ibm.com 3151M: shaggy@austin.ibm.com
2529L: jfs-discussion@lists.sourceforge.net 3152L: jfs-discussion@lists.sourceforge.net
2530W: http://jfs.sourceforge.net/ 3153W: http://jfs.sourceforge.net/
2531T: 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
2532S: Supported 3155S: Supported
3156F: Documentation/filesystems/jfs.txt
3157F: fs/jfs/
2533 3158
2534JME NETWORK DRIVER 3159JME NETWORK DRIVER
2535P: Guo-Fu Tseng 3160P: Guo-Fu Tseng
2536M: cooldavid@cooldavid.org 3161M: cooldavid@cooldavid.org
2537L: netdev@vger.kernel.org 3162L: netdev@vger.kernel.org
2538S: Maintained 3163S: Maintained
3164F: drivers/net/jme.*
2539 3165
2540JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 3166JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2541P: David Woodhouse 3167P: David Woodhouse
@@ -2543,24 +3169,36 @@ M: dwmw2@infradead.org
2543L: linux-mtd@lists.infradead.org 3169L: linux-mtd@lists.infradead.org
2544W: http://www.linux-mtd.infradead.org/doc/jffs2.html 3170W: http://www.linux-mtd.infradead.org/doc/jffs2.html
2545S: Maintained 3171S: Maintained
3172F: fs/jffs2/
3173F: include/linux/jffs2.h
3174F: include/mtd/jffs2-user.h
2546 3175
2547JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 3176JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2548P: Stephen Tweedie, Andrew Morton 3177P: Stephen Tweedie
2549M: sct@redhat.com, akpm@linux-foundation.org 3178M: sct@redhat.com
3179P: Andrew Morton
3180M: akpm@linux-foundation.org
2550L: linux-ext4@vger.kernel.org 3181L: linux-ext4@vger.kernel.org
2551S: Maintained 3182S: Maintained
3183F: fs/jbd*/
3184F: include/linux/ext*jbd*.h
3185F: include/linux/jbd*.h
2552 3186
2553K8TEMP HARDWARE MONITORING DRIVER 3187K8TEMP HARDWARE MONITORING DRIVER
2554P: Rudolf Marek 3188P: Rudolf Marek
2555M: r.marek@assembler.cz 3189M: r.marek@assembler.cz
2556L: lm-sensors@lm-sensors.org 3190L: lm-sensors@lm-sensors.org
2557S: Maintained 3191S: Maintained
3192F: Documentation/hwmon/k8temp
3193F: drivers/hwmon/k8temp.c
2558 3194
2559KCONFIG 3195KCONFIG
2560P: Roman Zippel 3196P: Roman Zippel
2561M: zippel@linux-m68k.org 3197M: zippel@linux-m68k.org
2562L: linux-kbuild@vger.kernel.org 3198L: linux-kbuild@vger.kernel.org
2563S: Maintained 3199S: Maintained
3200F: Documentation/kbuild/kconfig-language.txt
3201F: scripts/kconfig/
2564 3202
2565KDUMP 3203KDUMP
2566P: Vivek Goyal 3204P: Vivek Goyal
@@ -2571,26 +3209,32 @@ L: kexec@lists.infradead.org
2571L: linux-kernel@vger.kernel.org 3209L: linux-kernel@vger.kernel.org
2572W: http://lse.sourceforge.net/kdump/ 3210W: http://lse.sourceforge.net/kdump/
2573S: Maintained 3211S: Maintained
3212F: Documentation/kdump/
2574 3213
2575KERNEL AUTOMOUNTER (AUTOFS) 3214KERNEL AUTOMOUNTER (AUTOFS)
2576P: H. Peter Anvin 3215P: H. Peter Anvin
2577M: hpa@zytor.com 3216M: hpa@zytor.com
2578L: autofs@linux.kernel.org 3217L: autofs@linux.kernel.org
2579S: Odd Fixes 3218S: Odd Fixes
3219F: fs/autofs/
2580 3220
2581KERNEL AUTOMOUNTER v4 (AUTOFS4) 3221KERNEL AUTOMOUNTER v4 (AUTOFS4)
2582P: Ian Kent 3222P: Ian Kent
2583M: raven@themaw.net 3223M: raven@themaw.net
2584L: autofs@linux.kernel.org 3224L: autofs@linux.kernel.org
2585S: Maintained 3225S: Maintained
3226F: fs/autofs4/
2586 3227
2587KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) 3228KERNEL BUILD
2588P: Sam Ravnborg 3229P: Sam Ravnborg
2589M: sam@ravnborg.org 3230M: sam@ravnborg.org
2590T: 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
2591T: 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
2592L: linux-kbuild@vger.kernel.org 3233L: linux-kbuild@vger.kernel.org
2593S: Maintained 3234S: Maintained
3235F: Documentation/kbuild/
3236F: Makefile
3237F: scripts/Makefile.*
2594 3238
2595KERNEL JANITORS 3239KERNEL JANITORS
2596P: Several 3240P: Several
@@ -2606,6 +3250,13 @@ M: neilb@suse.de
2606L: linux-nfs@vger.kernel.org 3250L: linux-nfs@vger.kernel.org
2607W: http://nfs.sourceforge.net/ 3251W: http://nfs.sourceforge.net/
2608S: 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/
2609 3260
2610KERNEL VIRTUAL MACHINE (KVM) 3261KERNEL VIRTUAL MACHINE (KVM)
2611P: Avi Kivity 3262P: Avi Kivity
@@ -2613,6 +3264,11 @@ M: avi@redhat.com
2613L: kvm@vger.kernel.org 3264L: kvm@vger.kernel.org
2614W: http://kvm.qumranet.com 3265W: http://kvm.qumranet.com
2615S: Supported 3266S: Supported
3267F: Documentation/*/kvm.txt
3268F: arch/*/kvm/
3269F: arch/*/include/asm/kvm*
3270F: include/linux/kvm*
3271F: virt/kvm/
2616 3272
2617KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 3273KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2618P: Joerg Roedel 3274P: Joerg Roedel
@@ -2620,6 +3276,9 @@ M: joerg.roedel@amd.com
2620L: kvm@vger.kernel.org 3276L: kvm@vger.kernel.org
2621W: http://kvm.qumranet.com 3277W: http://kvm.qumranet.com
2622S: Supported 3278S: Supported
3279F: arch/x86/include/asm/svm.h
3280F: arch/x86/kvm/kvm_svm.h
3281F: arch/x86/kvm/svm.c
2623 3282
2624KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 3283KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2625P: Hollis Blanchard 3284P: Hollis Blanchard
@@ -2627,6 +3286,8 @@ M: hollisb@us.ibm.com
2627L: kvm-ppc@vger.kernel.org 3286L: kvm-ppc@vger.kernel.org
2628W: http://kvm.qumranet.com 3287W: http://kvm.qumranet.com
2629S: Supported 3288S: Supported
3289F: arch/powerpc/include/asm/kvm*
3290F: arch/powerpc/kvm/
2630 3291
2631KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 3292KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2632P: Xiantao Zhang 3293P: Xiantao Zhang
@@ -2634,6 +3295,9 @@ M: xiantao.zhang@intel.com
2634L: kvm-ia64@vger.kernel.org 3295L: kvm-ia64@vger.kernel.org
2635W: http://kvm.qumranet.com 3296W: http://kvm.qumranet.com
2636S: Supported 3297S: Supported
3298F: Documentation/ia64/kvm.txt
3299F: arch/ia64/include/asm/kvm*
3300F: arch/ia64/kvm/
2637 3301
2638KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 3302KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2639P: Carsten Otte 3303P: Carsten Otte
@@ -2644,6 +3308,9 @@ M: linux390@de.ibm.com
2644L: linux-s390@vger.kernel.org 3308L: linux-s390@vger.kernel.org
2645W: http://www.ibm.com/developerworks/linux/linux390/ 3309W: http://www.ibm.com/developerworks/linux/linux390/
2646S: Supported 3310S: Supported
3311F: Documentation/s390/kvm.txt
3312F: arch/s390/include/asm/kvm*
3313F: arch/s390/kvm/
2647 3314
2648KEXEC 3315KEXEC
2649P: Eric Biederman 3316P: Eric Biederman
@@ -2652,18 +3319,28 @@ W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2652L: linux-kernel@vger.kernel.org 3319L: linux-kernel@vger.kernel.org
2653L: kexec@lists.infradead.org 3320L: kexec@lists.infradead.org
2654S: Maintained 3321S: Maintained
3322F: include/linux/kexec.h
3323F: kernel/kexec.c
2655 3324
2656KGDB 3325KGDB
2657P: Jason Wessel 3326P: Jason Wessel
2658M: jason.wessel@windriver.com 3327M: jason.wessel@windriver.com
2659L: kgdb-bugreport@lists.sourceforge.net 3328L: kgdb-bugreport@lists.sourceforge.net
2660S: 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
2661 3335
2662KMEMTRACE 3336KMEMTRACE
2663P: Eduard - Gabriel Munteanu 3337P: Eduard - Gabriel Munteanu
2664M: eduard.munteanu@linux360.ro 3338M: eduard.munteanu@linux360.ro
2665L: linux-kernel@vger.kernel.org 3339L: linux-kernel@vger.kernel.org
2666S: Maintained 3340S: Maintained
3341F: Documentation/trace/kmemtrace.txt
3342F: include/trace/kmemtrace.h
3343F: kernel/trace/kmemtrace.c
2667 3344
2668KPROBES 3345KPROBES
2669P: Ananth N Mavinakayanahalli 3346P: Ananth N Mavinakayanahalli
@@ -2676,6 +3353,9 @@ P: Masami Hiramatsu
2676M: mhiramat@redhat.com 3353M: mhiramat@redhat.com
2677L: linux-kernel@vger.kernel.org 3354L: linux-kernel@vger.kernel.org
2678S: Maintained 3355S: Maintained
3356F: Documentation/kprobes.txt
3357F: include/linux/kprobes.h
3358F: kernel/kprobes.c
2679 3359
2680KS0108 LCD CONTROLLER DRIVER 3360KS0108 LCD CONTROLLER DRIVER
2681P: Miguel Ojeda Sandonis 3361P: Miguel Ojeda Sandonis
@@ -2684,21 +3364,31 @@ L: linux-kernel@vger.kernel.org
2684W: http://miguelojeda.es/auxdisplay.htm 3364W: http://miguelojeda.es/auxdisplay.htm
2685W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 3365W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2686S: Maintained 3366S: Maintained
3367F: Documentation/auxdisplay/ks0108
3368F: drivers/auxdisplay/ks0108.c
3369F: include/linux/ks0108.h
2687 3370
2688LAPB module 3371LAPB module
2689L: linux-x25@vger.kernel.org 3372L: linux-x25@vger.kernel.org
2690S: Orphan 3373S: Orphan
3374F: Documentation/networking/lapb-module.txt
3375F: include/*/lapb.h
3376F: net/lapb/
2691 3377
2692LASI 53c700 driver for PARISC 3378LASI 53c700 driver for PARISC
2693P: James E.J. Bottomley 3379P: James E.J. Bottomley
2694M: James.Bottomley@HansenPartnership.com 3380M: James.Bottomley@HansenPartnership.com
2695L: linux-scsi@vger.kernel.org 3381L: linux-scsi@vger.kernel.org
2696S: Maintained 3382S: Maintained
3383F: Documentation/scsi/53c700.txt
3384F: drivers/scsi/53c700*
2697 3385
2698LED SUBSYSTEM 3386LED SUBSYSTEM
2699P: Richard Purdie 3387P: Richard Purdie
2700M: rpurdie@rpsys.net 3388M: rpurdie@rpsys.net
2701S: Maintained 3389S: Maintained
3390F: drivers/leds/
3391F: include/linux/leds.h
2702 3392
2703LEGO USB Tower driver 3393LEGO USB Tower driver
2704P: Juergen Stuber 3394P: Juergen Stuber
@@ -2706,6 +3396,7 @@ M: starblue@users.sourceforge.net
2706L: legousb-devel@lists.sourceforge.net 3396L: legousb-devel@lists.sourceforge.net
2707W: http://legousb.sourceforge.net/ 3397W: http://legousb.sourceforge.net/
2708S: Maintained 3398S: Maintained
3399F: drivers/usb/misc/legousbtower.c
2709 3400
2710LGUEST 3401LGUEST
2711P: Rusty Russell 3402P: Rusty Russell
@@ -2713,6 +3404,11 @@ M: rusty@rustcorp.com.au
2713L: lguest@ozlabs.org 3404L: lguest@ozlabs.org
2714W: http://lguest.ozlabs.org/ 3405W: http://lguest.ozlabs.org/
2715S: 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
2716 3412
2717LINUX FOR IBM pSERIES (RS/6000) 3413LINUX FOR IBM pSERIES (RS/6000)
2718P: Paul Mackerras 3414P: Paul Mackerras
@@ -2720,12 +3416,6 @@ M: paulus@au.ibm.com
2720W: http://www.ibm.com/linux/ltc/projects/ppc 3416W: http://www.ibm.com/linux/ltc/projects/ppc
2721S: Supported 3417S: Supported
2722 3418
2723LINUX FOR NCR VOYAGER
2724P: James Bottomley
2725M: James.Bottomley@HansenPartnership.com
2726W: http://www.hansenpartnership.com/voyager
2727S: Maintained
2728
2729LINUX FOR POWERPC (32-BIT AND 64-BIT) 3419LINUX FOR POWERPC (32-BIT AND 64-BIT)
2730P: Benjamin Herrenschmidt 3420P: Benjamin Herrenschmidt
2731M: benh@kernel.crashing.org 3421M: benh@kernel.crashing.org
@@ -2733,7 +3423,7 @@ P: Paul Mackerras
2733M: paulus@samba.org 3423M: paulus@samba.org
2734W: http://www.penguinppc.org/ 3424W: http://www.penguinppc.org/
2735L: linuxppc-dev@ozlabs.org 3425L: linuxppc-dev@ozlabs.org
2736T: 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
2737S: Supported 3427S: Supported
2738 3428
2739LINUX FOR POWER MACINTOSH 3429LINUX FOR POWER MACINTOSH
@@ -2758,7 +3448,7 @@ P: Matt Porter
2758M: mporter@kernel.crashing.org 3448M: mporter@kernel.crashing.org
2759W: http://www.penguinppc.org/ 3449W: http://www.penguinppc.org/
2760L: linuxppc-dev@ozlabs.org 3450L: linuxppc-dev@ozlabs.org
2761T: 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
2762S: Maintained 3452S: Maintained
2763 3453
2764LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3454LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
@@ -2795,30 +3485,39 @@ LINUX SECURITY MODULE (LSM) FRAMEWORK
2795P: Chris Wright 3485P: Chris Wright
2796M: chrisw@sous-sol.org 3486M: chrisw@sous-sol.org
2797L: linux-security-module@vger.kernel.org 3487L: linux-security-module@vger.kernel.org
2798T: 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
2799S: Supported 3489S: Supported
2800 3490
2801LLC (802.2) 3491LLC (802.2)
2802P: Arnaldo Carvalho de Melo 3492P: Arnaldo Carvalho de Melo
2803M: acme@ghostprotocols.net 3493M: acme@ghostprotocols.net
2804S: Maintained 3494S: Maintained
3495F: include/linux/llc.h
3496F: include/net/llc*
3497F: net/llc/
2805 3498
2806LIS3LV02D ACCELEROMETER DRIVER 3499LIS3LV02D ACCELEROMETER DRIVER
2807P: Eric Piel 3500P: Eric Piel
2808M: eric.piel@tremplin-utc.net 3501M: eric.piel@tremplin-utc.net
2809S: Maintained 3502S: Maintained
3503F: Documentation/hwmon/lis3lv02d
3504F: drivers/hwmon/lis3lv02d.*
2810 3505
2811LM83 HARDWARE MONITOR DRIVER 3506LM83 HARDWARE MONITOR DRIVER
2812P: Jean Delvare 3507P: Jean Delvare
2813M: khali@linux-fr.org 3508M: khali@linux-fr.org
2814L: lm-sensors@lm-sensors.org 3509L: lm-sensors@lm-sensors.org
2815S: Maintained 3510S: Maintained
3511F: Documentation/hwmon/lm83
3512F: drivers/hwmon/lm83.c
2816 3513
2817LM90 HARDWARE MONITOR DRIVER 3514LM90 HARDWARE MONITOR DRIVER
2818P: Jean Delvare 3515P: Jean Delvare
2819M: khali@linux-fr.org 3516M: khali@linux-fr.org
2820L: lm-sensors@lm-sensors.org 3517L: lm-sensors@lm-sensors.org
2821S: Maintained 3518S: Maintained
3519F: Documentation/hwmon/lm90
3520F: drivers/hwmon/lm90.c
2822 3521
2823LOCKDEP AND LOCKSTAT 3522LOCKDEP AND LOCKSTAT
2824P: Peter Zijlstra 3523P: Peter Zijlstra
@@ -2826,8 +3525,12 @@ M: peterz@infradead.org
2826P: Ingo Molnar 3525P: Ingo Molnar
2827M: mingo@redhat.com 3526M: mingo@redhat.com
2828L: linux-kernel@vger.kernel.org 3527L: linux-kernel@vger.kernel.org
2829T: 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
2830S: Maintained 3529S: Maintained
3530F: Documentation/lockdep*.txt
3531F: Documentation/lockstat.txt
3532F: include/linux/lockdep.h
3533F: kernel/lockdep*
2831 3534
2832LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 3535LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2833P: Richard Russon (FlatCap) 3536P: Richard Russon (FlatCap)
@@ -2835,6 +3538,8 @@ M: ldm@flatcap.org
2835L: linux-ntfs-dev@lists.sourceforge.net 3538L: linux-ntfs-dev@lists.sourceforge.net
2836W: http://www.linux-ntfs.org/content/view/19/37/ 3539W: http://www.linux-ntfs.org/content/view/19/37/
2837S: Maintained 3540S: Maintained
3541F: Documentation/ldm.txt
3542F: fs/partitions/ldm.*
2838 3543
2839LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3544LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2840P: Eric Moore 3545P: Eric Moore
@@ -2844,12 +3549,14 @@ L: DL-MPTFusionLinux@lsi.com
2844L: linux-scsi@vger.kernel.org 3549L: linux-scsi@vger.kernel.org
2845W: http://www.lsilogic.com/support 3550W: http://www.lsilogic.com/support
2846S: Supported 3551S: Supported
3552F: drivers/message/fusion/
2847 3553
2848LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 3554LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2849P: Matthew Wilcox 3555P: Matthew Wilcox
2850M: matthew@wil.cx 3556M: matthew@wil.cx
2851L: linux-scsi@vger.kernel.org 3557L: linux-scsi@vger.kernel.org
2852S: Maintained 3558S: Maintained
3559F: drivers/scsi/sym53c8xx_2/
2853 3560
2854LTP (Linux Test Project) 3561LTP (Linux Test Project)
2855P: Subrata Modak 3562P: Subrata Modak
@@ -2858,7 +3565,7 @@ P: Mike Frysinger
2858M: vapier@gentoo.org 3565M: vapier@gentoo.org
2859L: ltp-list@lists.sourceforge.net (subscribers-only) 3566L: ltp-list@lists.sourceforge.net (subscribers-only)
2860W: http://ltp.sourceforge.net/ 3567W: http://ltp.sourceforge.net/
2861T: 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
2862S: Maintained 3569S: Maintained
2863 3570
2864M32R ARCHITECTURE 3571M32R ARCHITECTURE
@@ -2868,6 +3575,8 @@ L: linux-m32r@ml.linux-m32r.org
2868L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 3575L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2869W: http://www.linux-m32r.org/ 3576W: http://www.linux-m32r.org/
2870S: Maintained 3577S: Maintained
3578F: arch/m32r/
3579F: include/asm-m32r/
2871 3580
2872M68K ARCHITECTURE 3581M68K ARCHITECTURE
2873P: Geert Uytterhoeven 3582P: Geert Uytterhoeven
@@ -2876,8 +3585,10 @@ P: Roman Zippel
2876M: zippel@linux-m68k.org 3585M: zippel@linux-m68k.org
2877L: linux-m68k@lists.linux-m68k.org 3586L: linux-m68k@lists.linux-m68k.org
2878W: http://www.linux-m68k.org/ 3587W: http://www.linux-m68k.org/
2879T: 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
2880S: Maintained 3589S: Maintained
3590F: arch/m68k/
3591F: drivers/zorro/
2881 3592
2882M68K ON APPLE MACINTOSH 3593M68K ON APPLE MACINTOSH
2883P: Joshua Thompson 3594P: Joshua Thompson
@@ -2885,20 +3596,25 @@ M: funaho@jurai.org
2885W: http://www.mac.linux-m68k.org/ 3596W: http://www.mac.linux-m68k.org/
2886L: linux-m68k@lists.linux-m68k.org 3597L: linux-m68k@lists.linux-m68k.org
2887S: Maintained 3598S: Maintained
3599F: arch/m68k/mac/
2888 3600
2889M68K ON HP9000/300 3601M68K ON HP9000/300
2890P: Philip Blundell 3602P: Philip Blundell
2891M: philb@gnu.org 3603M: philb@gnu.org
2892W: http://www.tazenda.demon.co.uk/phil/linux-hp 3604W: http://www.tazenda.demon.co.uk/phil/linux-hp
2893S: Maintained 3605S: Maintained
3606F: arch/m68k/hp300/
2894 3607
2895MAC80211 3608MAC80211
2896P: Johannes Berg 3609P: Johannes Berg
2897M: johannes@sipsolutions.net 3610M: johannes@sipsolutions.net
2898L: linux-wireless@vger.kernel.org 3611L: linux-wireless@vger.kernel.org
2899W: http://linuxwireless.org/ 3612W: http://linuxwireless.org/
2900T: 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
2901S: Maintained 3614S: Maintained
3615F: Documentation/networking/mac80211-injection.txt
3616F: include/net/mac80211.h
3617F: net/mac80211/
2902 3618
2903MAC80211 PID RATE CONTROL 3619MAC80211 PID RATE CONTROL
2904P: Stefano Brivio 3620P: Stefano Brivio
@@ -2907,14 +3623,17 @@ P: Mattias Nissler
2907M: mattias.nissler@gmx.de 3623M: mattias.nissler@gmx.de
2908L: linux-wireless@vger.kernel.org 3624L: linux-wireless@vger.kernel.org
2909W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 3625W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2910T: 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
2911S: Maintained 3627S: Maintained
3628F: net/mac80211/rc80211_pid*
2912 3629
2913MACVLAN DRIVER 3630MACVLAN DRIVER
2914P: Patrick McHardy 3631P: Patrick McHardy
2915M: kaber@trash.net 3632M: kaber@trash.net
2916L: netdev@vger.kernel.org 3633L: netdev@vger.kernel.org
2917S: Maintained 3634S: Maintained
3635F: drivers/net/macvlan.c
3636F: include/linux/if_macvlan.h
2918 3637
2919MAN-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
2920P: Michael Kerrisk 3639P: Michael Kerrisk
@@ -2928,12 +3647,15 @@ P: Dan Williams
2928M: dcbw@redhat.com 3647M: dcbw@redhat.com
2929L: libertas-dev@lists.infradead.org 3648L: libertas-dev@lists.infradead.org
2930S: Maintained 3649S: Maintained
3650F: drivers/net/wireless/libertas/
2931 3651
2932MARVELL MV643XX ETHERNET DRIVER 3652MARVELL MV643XX ETHERNET DRIVER
2933P: Lennert Buytenhek 3653P: Lennert Buytenhek
2934M: buytenh@marvell.com 3654M: buytenh@marvell.com
2935L: netdev@vger.kernel.org 3655L: netdev@vger.kernel.org
2936S: Supported 3656S: Supported
3657F: drivers/net/mv643xx_eth.*
3658F: include/linux/mv643xx.h
2937 3659
2938MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3660MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2939P: Nicolas Pitre 3661P: Nicolas Pitre
@@ -2954,12 +3676,31 @@ P: Petr Vandrovec
2954M: vandrove@vc.cvut.cz 3676M: vandrove@vc.cvut.cz
2955L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3677L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2956S: Maintained 3678S: Maintained
3679F: drivers/video/matrox/matroxfb_*
3680F: include/linux/matroxfb.h
2957 3681
2958MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3682MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2959P: Hans J. Koch 3683P: Hans J. Koch
2960M: hjk@linutronix.de 3684M: hjk@linutronix.de
2961L: lm-sensors@lm-sensors.org 3685L: lm-sensors@lm-sensors.org
2962S: 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
2963 3704
2964MEGARAID SCSI DRIVERS 3705MEGARAID SCSI DRIVERS
2965P: Neela Syam Kolli 3706P: Neela Syam Kolli
@@ -2967,12 +3708,17 @@ M: megaraidlinux@lsi.com
2967L: linux-scsi@vger.kernel.org 3708L: linux-scsi@vger.kernel.org
2968W: http://megaraid.lsilogic.com 3709W: http://megaraid.lsilogic.com
2969S: Maintained 3710S: Maintained
3711F: Documentation/scsi/megaraid.txt
3712F: drivers/scsi/megaraid.*
3713F: drivers/scsi/megaraid/
2970 3714
2971MEMORY MANAGEMENT 3715MEMORY MANAGEMENT
2972L: linux-mm@kvack.org 3716L: linux-mm@kvack.org
2973L: linux-kernel@vger.kernel.org 3717L: linux-kernel@vger.kernel.org
2974W: http://www.linux-mm.org 3718W: http://www.linux-mm.org
2975S: Maintained 3719S: Maintained
3720F: include/linux/mm.h
3721F: mm/
2976 3722
2977MEMORY RESOURCE CONTROLLER 3723MEMORY RESOURCE CONTROLLER
2978P: Balbir Singh 3724P: Balbir Singh
@@ -2984,6 +3730,7 @@ M: kamezawa.hiroyu@jp.fujitsu.com
2984L: linux-mm@kvack.org 3730L: linux-mm@kvack.org
2985L: linux-kernel@vger.kernel.org 3731L: linux-kernel@vger.kernel.org
2986S: Maintained 3732S: Maintained
3733F: mm/memcontrol.c
2987 3734
2988MEMORY TECHNOLOGY DEVICES (MTD) 3735MEMORY TECHNOLOGY DEVICES (MTD)
2989P: David Woodhouse 3736P: David Woodhouse
@@ -2992,55 +3739,84 @@ W: http://www.linux-mtd.infradead.org/
2992L: linux-mtd@lists.infradead.org 3739L: linux-mtd@lists.infradead.org
2993T: git git://git.infradead.org/mtd-2.6.git 3740T: git git://git.infradead.org/mtd-2.6.git
2994S: 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/
2995 3754
2996MICROTEK X6 SCANNER 3755MICROTEK X6 SCANNER
2997P: Oliver Neukum 3756P: Oliver Neukum
2998M: oliver@neukum.name 3757M: oliver@neukum.name
2999S: Maintained 3758S: Maintained
3759F: drivers/usb/image/microtek.*
3000 3760
3001MIPS 3761MIPS
3002P: Ralf Baechle 3762P: Ralf Baechle
3003M: ralf@linux-mips.org 3763M: ralf@linux-mips.org
3004W: http://www.linux-mips.org/ 3764W: http://www.linux-mips.org/
3005L: linux-mips@linux-mips.org 3765L: linux-mips@linux-mips.org
3006T: git www.linux-mips.org:/pub/scm/linux.git 3766T: git git://git.linux-mips.org/pub/scm/linux.git
3007S: Supported 3767S: Supported
3768F: Documentation/mips/
3769F: arch/mips/
3008 3770
3009MISCELLANEOUS MCA-SUPPORT 3771MISCELLANEOUS MCA-SUPPORT
3010P: James Bottomley 3772P: James Bottomley
3011M: James.Bottomley@HansenPartnership.com 3773M: James.Bottomley@HansenPartnership.com
3012L: linux-kernel@vger.kernel.org 3774L: linux-kernel@vger.kernel.org
3013S: Maintained 3775S: Maintained
3776F: Documentation/ia64/mca.txt
3777F: Documentation/mca.txt
3778F: drivers/mca/
3779F: include/linux/mca*
3014 3780
3015MODULE SUPPORT 3781MODULE SUPPORT
3016P: Rusty Russell 3782P: Rusty Russell
3017M: rusty@rustcorp.com.au 3783M: rusty@rustcorp.com.au
3018L: linux-kernel@vger.kernel.org 3784L: linux-kernel@vger.kernel.org
3019S: Maintained 3785S: Maintained
3786F: include/linux/module.h
3787F: kernel/module.c
3020 3788
3021MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 3789MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3022P: Stelian Pop 3790P: Stelian Pop
3023M: stelian@popies.net 3791M: stelian@popies.net
3024W: http://popies.net/meye/ 3792W: http://popies.net/meye/
3025S: Maintained 3793S: Maintained
3794F: Documentation/video4linux/meye.txt
3795F: drivers/media/video/meye.*
3796F: include/linux/meye.h
3026 3797
3027MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 3798MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3028P: Pavel Pisa 3799P: Pavel Pisa
3029M: ppisa@pikron.com 3800M: ppisa@pikron.com
3030L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3801L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3031S: Maintained 3802S: Maintained
3803F: drivers/mmc/host/imxmmc.*
3032 3804
3033MOUSE AND MISC DEVICES [GENERAL] 3805MOUSE AND MISC DEVICES [GENERAL]
3034P: Alessandro Rubini 3806P: Alessandro Rubini
3035M: rubini@ipvvis.unipv.it 3807M: rubini@ipvvis.unipv.it
3036L: linux-kernel@vger.kernel.org 3808L: linux-kernel@vger.kernel.org
3037S: Maintained 3809S: Maintained
3810F: drivers/input/mouse/
3811F: include/linux/gpio_mouse.h
3038 3812
3039MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 3813MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3040P: Jiri Slaby 3814P: Jiri Slaby
3041M: jirislaby@gmail.com 3815M: jirislaby@gmail.com
3042L: linux-kernel@vger.kernel.org 3816L: linux-kernel@vger.kernel.org
3043S: Maintained 3817S: Maintained
3818F: Documentation/serial/moxa-smartio
3819F: drivers/char/mxser.*
3044 3820
3045MSI LAPTOP SUPPORT 3821MSI LAPTOP SUPPORT
3046P: Lennart Poettering 3822P: Lennart Poettering
@@ -3048,43 +3824,54 @@ M: mzxreary@0pointer.de
3048W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3824W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3049W: http://0pointer.de/lennart/tchibo.html 3825W: http://0pointer.de/lennart/tchibo.html
3050S: Maintained 3826S: Maintained
3827F: drivers/platform/x86/msi-laptop.c
3051 3828
3052MULTIFUNCTION DEVICES (MFD) 3829MULTIFUNCTION DEVICES (MFD)
3053P: Samuel Ortiz 3830P: Samuel Ortiz
3054M: sameo@linux.intel.com 3831M: sameo@linux.intel.com
3055L: linux-kernel@vger.kernel.org 3832L: linux-kernel@vger.kernel.org
3056T: 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
3057S: Supported 3834S: Supported
3835F: drivers/mfd/
3058 3836
3059MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3837MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3060P: Pierre Ossman 3838P: Pierre Ossman
3061M: drzeus-mmc@drzeus.cx 3839M: pierre@ossman.eu
3062L: linux-kernel@vger.kernel.org 3840L: linux-kernel@vger.kernel.org
3063S: Maintained 3841S: Maintained
3842F: drivers/mmc/
3843F: include/linux/mmc/
3064 3844
3065MULTIMEDIA CARD (MMC) ETC. OVER SPI 3845MULTIMEDIA CARD (MMC) ETC. OVER SPI
3066P: David Brownell 3846P: David Brownell
3067M: dbrownell@users.sourceforge.net 3847M: dbrownell@users.sourceforge.net
3068L: linux-kernel@vger.kernel.org 3848L: linux-kernel@vger.kernel.org
3069S: Odd Fixes 3849S: Odd Fixes
3850F: drivers/mmc/host/mmc_spi.c
3851F: include/linux/spi/mmc_spi.h
3070 3852
3071MULTISOUND SOUND DRIVER 3853MULTISOUND SOUND DRIVER
3072P: Andrew Veliath 3854P: Andrew Veliath
3073M: andrewtv@usa.net 3855M: andrewtv@usa.net
3074S: Maintained 3856S: Maintained
3857F: Documentation/sound/oss/MultiSound
3858F: sound/oss/msnd*
3075 3859
3076MULTITECH MULTIPORT CARD (ISICOM) 3860MULTITECH MULTIPORT CARD (ISICOM)
3077P: Jiri Slaby 3861P: Jiri Slaby
3078M: jirislaby@gmail.com 3862M: jirislaby@gmail.com
3079L: linux-kernel@vger.kernel.org 3863L: linux-kernel@vger.kernel.org
3080S: Maintained 3864S: Maintained
3865F: drivers/char/isicom.c
3866F: include/linux/isicom.h
3081 3867
3082MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3868MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3083P: Felipe Balbi 3869P: Felipe Balbi
3084M: felipe.balbi@nokia.com 3870M: felipe.balbi@nokia.com
3085L: linux-usb@vger.kernel.org 3871L: linux-usb@vger.kernel.org
3086T: git gitorious.org:/musb/mainline.git 3872T: git git://gitorious.org/musb/mainline.git
3087S: Maintained 3873S: Maintained
3874F: drivers/usb/musb/
3088 3875
3089MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3876MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3090P: Andrew Gallatin 3877P: Andrew Gallatin
@@ -3094,23 +3881,27 @@ M: brice@myri.com
3094L: netdev@vger.kernel.org 3881L: netdev@vger.kernel.org
3095W: http://www.myri.com/scs/download-Myri10GE.html 3882W: http://www.myri.com/scs/download-Myri10GE.html
3096S: Supported 3883S: Supported
3884F: drivers/net/myri10ge/
3097 3885
3098NATSEMI ETHERNET DRIVER (DP8381x) 3886NATSEMI ETHERNET DRIVER (DP8381x)
3099P: Tim Hockin 3887P: Tim Hockin
3100M: thockin@hockin.org 3888M: thockin@hockin.org
3101S: Maintained 3889S: Maintained
3890F: drivers/net/natsemi.c
3102 3891
3103NCP FILESYSTEM 3892NCP FILESYSTEM
3104P: Petr Vandrovec 3893P: Petr Vandrovec
3105M: vandrove@vc.cvut.cz 3894M: vandrove@vc.cvut.cz
3106L: linware@sh.cvut.cz 3895L: linware@sh.cvut.cz
3107S: Maintained 3896S: Maintained
3897F: fs/ncpfs/
3108 3898
3109NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 3899NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3110P: James E.J. Bottomley 3900P: James E.J. Bottomley
3111M: James.Bottomley@HansenPartnership.com 3901M: James.Bottomley@HansenPartnership.com
3112L: linux-scsi@vger.kernel.org 3902L: linux-scsi@vger.kernel.org
3113S: Maintained 3903S: Maintained
3904F: drivers/scsi/NCR_D700.*
3114 3905
3115NETEFFECT IWARP RNIC DRIVER (IW_NES) 3906NETEFFECT IWARP RNIC DRIVER (IW_NES)
3116P: Faisal Latif 3907P: Faisal Latif
@@ -3127,6 +3918,7 @@ P: Stephen Hemminger
3127M: shemminger@linux-foundation.org 3918M: shemminger@linux-foundation.org
3128L: netem@lists.linux-foundation.org 3919L: netem@lists.linux-foundation.org
3129S: Maintained 3920S: Maintained
3921F: net/sched/sch_netem.c
3130 3922
3131NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 3923NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3132P: Ramkrishna Vepa 3924P: Ramkrishna Vepa
@@ -3143,6 +3935,8 @@ L: netdev@vger.kernel.org
3143W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 3935W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3144W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 3936W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3145S: Supported 3937S: Supported
3938F: Documentation/networking/s2io.txt
3939F: drivers/net/s2io*
3146 3940
3147NETFILTER/IPTABLES/IPCHAINS 3941NETFILTER/IPTABLES/IPCHAINS
3148P: Rusty Russell 3942P: Rusty Russell
@@ -3158,6 +3952,12 @@ L: coreteam@netfilter.org
3158W: http://www.netfilter.org/ 3952W: http://www.netfilter.org/
3159W: http://www.iptables.org/ 3953W: http://www.iptables.org/
3160S: 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/
3161 3961
3162NETLABEL 3962NETLABEL
3163P: Paul Moore 3963P: Paul Moore
@@ -3165,6 +3965,9 @@ M: paul.moore@hp.com
3165W: http://netlabel.sf.net 3965W: http://netlabel.sf.net
3166L: netdev@vger.kernel.org 3966L: netdev@vger.kernel.org
3167S: Supported 3967S: Supported
3968F: Documentation/netlabel/
3969F: include/net/netlabel.h
3970F: net/netlabel/
3168 3971
3169NETROM NETWORK LAYER 3972NETROM NETWORK LAYER
3170P: Ralf Baechle 3973P: Ralf Baechle
@@ -3172,25 +3975,27 @@ M: ralf@linux-mips.org
3172L: linux-hams@vger.kernel.org 3975L: linux-hams@vger.kernel.org
3173W: http://www.linux-ax25.org/ 3976W: http://www.linux-ax25.org/
3174S: Maintained 3977S: Maintained
3978F: include/linux/netrom.h
3979F: include/net/netrom.h
3980F: net/netrom/
3175 3981
3176NETWORK BLOCK DEVICE (NBD) 3982NETWORK BLOCK DEVICE (NBD)
3177P: Paul Clements 3983P: Paul Clements
3178M: Paul.Clements@steeleye.com 3984M: Paul.Clements@steeleye.com
3179S: Maintained 3985S: Maintained
3180 3986F: Documentation/blockdev/nbd.txt
3181NETWORK DEVICE DRIVERS 3987F: drivers/block/nbd.c
3182P: Jeff Garzik 3988F: include/linux/nbd.h
3183M: jgarzik@pobox.com
3184L: netdev@vger.kernel.org
3185T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3186S: Maintained
3187 3989
3188NETWORKING [GENERAL] 3990NETWORKING [GENERAL]
3189P: Networking Team 3991P: David S. Miller
3190M: netdev@vger.kernel.org 3992M: davem@davemloft.net
3191L: netdev@vger.kernel.org 3993L: netdev@vger.kernel.org
3192W: 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
3193S: Maintained 3996S: Maintained
3997F: net/
3998F: include/net/
3194 3999
3195NETWORKING [IPv4/IPv6] 4000NETWORKING [IPv4/IPv6]
3196P: David S. Miller 4001P: David S. Miller
@@ -3206,8 +4011,11 @@ M: yoshfuji@linux-ipv6.org
3206P: Patrick McHardy 4011P: Patrick McHardy
3207M: kaber@trash.net 4012M: kaber@trash.net
3208L: netdev@vger.kernel.org 4013L: netdev@vger.kernel.org
3209T: 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
3210S: Maintained 4015S: Maintained
4016F: net/ipv4/
4017F: net/ipv6/
4018F: include/net/ip*
3211 4019
3212NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 4020NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3213P: Paul Moore 4021P: Paul Moore
@@ -3219,8 +4027,18 @@ NETWORKING [WIRELESS]
3219P: John W. Linville 4027P: John W. Linville
3220M: linville@tuxdriver.com 4028M: linville@tuxdriver.com
3221L: linux-wireless@vger.kernel.org 4029L: linux-wireless@vger.kernel.org
3222T: 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
3223S: 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/
3224 4042
3225NETXEN (1/10) GbE SUPPORT 4043NETXEN (1/10) GbE SUPPORT
3226P: Dhananjay Phadke 4044P: Dhananjay Phadke
@@ -3228,6 +4046,7 @@ M: dhananjay@netxen.com
3228L: netdev@vger.kernel.org 4046L: netdev@vger.kernel.org
3229W: http://www.netxen.com 4047W: http://www.netxen.com
3230S: Supported 4048S: Supported
4049F: drivers/net/netxen/
3231 4050
3232NFS, SUNRPC, AND LOCKD CLIENTS 4051NFS, SUNRPC, AND LOCKD CLIENTS
3233P: Trond Myklebust 4052P: Trond Myklebust
@@ -3236,6 +4055,13 @@ L: linux-nfs@vger.kernel.org
3236W: http://client.linux-nfs.org 4055W: http://client.linux-nfs.org
3237T: 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
3238S: 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/
3239 4065
3240NI5010 NETWORK DRIVER 4066NI5010 NETWORK DRIVER
3241P: Jan-Pascal van Best 4067P: Jan-Pascal van Best
@@ -3244,12 +4070,25 @@ P: Andreas Mohr
3244M: andi@lisas.de 4070M: andi@lisas.de
3245L: netdev@vger.kernel.org 4071L: netdev@vger.kernel.org
3246S: Maintained 4072S: Maintained
4073F: drivers/net/ni5010.*
4074
4075NILFS2 FILESYSTEM
4076P: KONISHI Ryusuke
4077M: konishi.ryusuke@lab.ntt.co.jp
4078L: users@nilfs.org
4079W: http://www.nilfs.org/en/
4080S: Supported
4081F: Documentation/filesystems/nilfs2.txt
4082F: fs/nilfs2/
4083F: include/linux/nilfs2_fs.h
3247 4084
3248NINJA 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
3249P: YOKOTA Hiroshi 4086P: YOKOTA Hiroshi
3250M: yokota@netlab.is.tsukuba.ac.jp 4087M: yokota@netlab.is.tsukuba.ac.jp
3251W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 4088W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3252S: Maintained 4089S: Maintained
4090F: Documentation/scsi/NinjaSCSI.txt
4091F: drivers/scsi/pcmcia/nsp_*
3253 4092
3254NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 4093NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3255P: GOTO Masanori 4094P: GOTO Masanori
@@ -3258,6 +4097,8 @@ P: YOKOTA Hiroshi
3258M: yokota@netlab.is.tsukuba.ac.jp 4097M: yokota@netlab.is.tsukuba.ac.jp
3259W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 4098W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3260S: Maintained 4099S: Maintained
4100F: Documentation/scsi/NinjaSCSI.txt
4101F: drivers/scsi/nsp32*
3261 4102
3262NTFS FILESYSTEM 4103NTFS FILESYSTEM
3263P: Anton Altaparmakov 4104P: Anton Altaparmakov
@@ -3265,43 +4106,55 @@ M: aia21@cantab.net
3265L: linux-ntfs-dev@lists.sourceforge.net 4106L: linux-ntfs-dev@lists.sourceforge.net
3266L: linux-kernel@vger.kernel.org 4107L: linux-kernel@vger.kernel.org
3267W: http://www.linux-ntfs.org/ 4108W: http://www.linux-ntfs.org/
3268T: 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
3269S: Maintained 4110S: Maintained
4111F: Documentation/filesystems/ntfs.txt
4112F: fs/ntfs/
3270 4113
3271NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 4114NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3272P: Antonino Daplas 4115P: Antonino Daplas
3273M: adaplas@gmail.com 4116M: adaplas@gmail.com
3274L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4117L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3275S: Maintained 4118S: Maintained
4119F: drivers/video/riva/
4120F: drivers/video/nvidia/
3276 4121
3277OMFS FILESYSTEM 4122OMFS FILESYSTEM
3278P: Bob Copeland 4123P: Bob Copeland
3279M: me@bobcopeland.com 4124M: me@bobcopeland.com
3280L: linux-karma-devel@lists.sourceforge.net 4125L: linux-karma-devel@lists.sourceforge.net
3281S: Maintained 4126S: Maintained
4127F: Documentation/filesystems/omfs.txt
4128F: fs/omfs/
3282 4129
3283OMNIKEY CARDMAN 4000 DRIVER 4130OMNIKEY CARDMAN 4000 DRIVER
3284P: Harald Welte 4131P: Harald Welte
3285M: laforge@gnumonks.org 4132M: laforge@gnumonks.org
3286S: Maintained 4133S: Maintained
4134F: drivers/char/pcmcia/cm4000_cs.c
4135F: include/linux/cm4000_cs.h
3287 4136
3288OMNIKEY CARDMAN 4040 DRIVER 4137OMNIKEY CARDMAN 4040 DRIVER
3289P: Harald Welte 4138P: Harald Welte
3290M: laforge@gnumonks.org 4139M: laforge@gnumonks.org
3291S: Maintained 4140S: Maintained
4141F: drivers/char/pcmcia/cm4040_cs.*
3292 4142
3293OMNIVISION OV7670 SENSOR DRIVER 4143OMNIVISION OV7670 SENSOR DRIVER
3294P: Jonathan Corbet 4144P: Jonathan Corbet
3295M: corbet@lwn.net 4145M: corbet@lwn.net
3296L: linux-media@vger.kernel.org 4146L: linux-media@vger.kernel.org
3297T: 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
3298S: Maintained 4148S: Maintained
4149F: drivers/media/video/ov7670.c
3299 4150
3300ONENAND FLASH DRIVER 4151ONENAND FLASH DRIVER
3301P: Kyungmin Park 4152P: Kyungmin Park
3302M: kyungmin.park@samsung.com 4153M: kyungmin.park@samsung.com
3303L: linux-mtd@lists.infradead.org 4154L: linux-mtd@lists.infradead.org
3304S: Maintained 4155S: Maintained
4156F: drivers/mtd/onenand/
4157F: include/linux/mtd/onenand*.h
3305 4158
3306ONSTREAM SCSI TAPE DRIVER 4159ONSTREAM SCSI TAPE DRIVER
3307P: Willem Riede 4160P: Willem Riede
@@ -3309,18 +4162,25 @@ M: osst@riede.org
3309L: osst-users@lists.sourceforge.net 4162L: osst-users@lists.sourceforge.net
3310L: linux-scsi@vger.kernel.org 4163L: linux-scsi@vger.kernel.org
3311S: Maintained 4164S: Maintained
4165F: drivers/scsi/osst*
4166F: drivers/scsi/st*
3312 4167
3313OPENCORES I2C BUS DRIVER 4168OPENCORES I2C BUS DRIVER
3314P: Peter Korsgaard 4169P: Peter Korsgaard
3315M: jacmet@sunsite.dk 4170M: jacmet@sunsite.dk
3316L: linux-i2c@vger.kernel.org 4171L: linux-i2c@vger.kernel.org
3317S: Maintained 4172S: Maintained
4173F: Documentation/i2c/busses/i2c-ocores
4174F: drivers/i2c/busses/i2c-ocores.c
3318 4175
3319OPROFILE 4176OPROFILE
3320P: Robert Richter 4177P: Robert Richter
3321M: robert.richter@amd.com 4178M: robert.richter@amd.com
3322L: oprofile-list@lists.sf.net 4179L: oprofile-list@lists.sf.net
3323S: Maintained 4180S: Maintained
4181F: arch/*/oprofile/
4182F: drivers/oprofile/
4183F: include/linux/oprofile.h
3324 4184
3325ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 4185ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3326P: Mark Fasheh 4186P: Mark Fasheh
@@ -3331,6 +4191,9 @@ L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3331W: http://oss.oracle.com/projects/ocfs2/ 4191W: http://oss.oracle.com/projects/ocfs2/
3332T: 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
3333S: Supported 4193S: Supported
4194F: Documentation/filesystems/ocfs2.txt
4195F: Documentation/filesystems/dlmfs.txt
4196F: fs/ocfs2/
3334 4197
3335ORINOCO DRIVER 4198ORINOCO DRIVER
3336P: Pavel Roskin 4199P: Pavel Roskin
@@ -3342,6 +4205,7 @@ L: orinoco-users@lists.sourceforge.net
3342L: orinoco-devel@lists.sourceforge.net 4205L: orinoco-devel@lists.sourceforge.net
3343W: http://www.nongnu.org/orinoco/ 4206W: http://www.nongnu.org/orinoco/
3344S: Maintained 4207S: Maintained
4208F: drivers/net/wireless/orinoco/
3345 4209
3346OSD LIBRARY 4210OSD LIBRARY
3347P: Boaz Harrosh 4211P: Boaz Harrosh
@@ -3350,7 +4214,7 @@ P: Benny Halevy
3350M: bhalevy@panasas.com 4214M: bhalevy@panasas.com
3351L: osd-dev@open-osd.org 4215L: osd-dev@open-osd.org
3352W: http://open-osd.org 4216W: http://open-osd.org
3353T: git://git.open-osd.org/open-osd.git 4217T: git git://git.open-osd.org/open-osd.git
3354S: Maintained 4218S: Maintained
3355 4219
3356P54 WIRELESS DRIVER 4220P54 WIRELESS DRIVER
@@ -3358,25 +4222,29 @@ P: Michael Wu
3358M: flamingice@sourmilk.net 4222M: flamingice@sourmilk.net
3359L: linux-wireless@vger.kernel.org 4223L: linux-wireless@vger.kernel.org
3360W: http://prism54.org 4224W: http://prism54.org
3361T: 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
3362S: Maintained 4226S: Maintained
4227F: drivers/net/wireless/p54/
3363 4228
3364PA SEMI ETHERNET DRIVER 4229PA SEMI ETHERNET DRIVER
3365P: Olof Johansson 4230P: Olof Johansson
3366M: olof@lixom.net 4231M: olof@lixom.net
3367L: netdev@vger.kernel.org 4232L: netdev@vger.kernel.org
3368S: Maintained 4233S: Maintained
4234F: drivers/net/pasemi_mac.*
3369 4235
3370PA SEMI SMBUS DRIVER 4236PA SEMI SMBUS DRIVER
3371P: Olof Johansson 4237P: Olof Johansson
3372M: olof@lixom.net 4238M: olof@lixom.net
3373L: linux-i2c@vger.kernel.org 4239L: linux-i2c@vger.kernel.org
3374S: Maintained 4240S: Maintained
4241F: drivers/i2c/busses/i2c-pasemi.c
3375 4242
3376PANASONIC LAPTOP ACPI EXTRAS DRIVER 4243PANASONIC LAPTOP ACPI EXTRAS DRIVER
3377P: Harald Welte 4244P: Harald Welte
3378M: laforge@gnumonks.org 4245M: laforge@gnumonks.org
3379S: Maintained 4246S: Maintained
4247F: drivers/platform/x86/panasonic-laptop.c
3380 4248
3381PANASONIC MN10300/AM33 PORT 4249PANASONIC MN10300/AM33 PORT
3382P: David Howells 4250P: David Howells
@@ -3386,10 +4254,16 @@ M: yasutake.koichi@jp.panasonic.com
3386L: linux-am33-list@redhat.com (moderated for non-subscribers) 4254L: linux-am33-list@redhat.com (moderated for non-subscribers)
3387W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 4255W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3388S: Maintained 4256S: Maintained
4257F: Documentation/mn10300/
4258F: arch/mn10300/
3389 4259
3390PARALLEL PORT SUPPORT 4260PARALLEL PORT SUPPORT
3391L: linux-parport@lists.infradead.org (subscribers-only) 4261L: linux-parport@lists.infradead.org (subscribers-only)
3392S: Orphan 4262S: Orphan
4263F: drivers/parport/
4264F: include/linux/parport*.h
4265F: drivers/char/ppdev.c
4266F: include/linux/ppdev.h
3393 4267
3394PARAVIRT_OPS INTERFACE 4268PARAVIRT_OPS INTERFACE
3395P: Jeremy Fitzhardinge 4269P: Jeremy Fitzhardinge
@@ -3403,6 +4277,9 @@ M: rusty@rustcorp.com.au
3403L: virtualization@lists.osdl.org 4277L: virtualization@lists.osdl.org
3404L: linux-kernel@vger.kernel.org 4278L: linux-kernel@vger.kernel.org
3405S: Supported 4279S: Supported
4280F: Documentation/ia64/paravirt_ops.txt
4281F: arch/*/kernel/paravirt*
4282F: arch/*/include/asm/paravirt.h
3406 4283
3407PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 4284PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3408P: Tim Waugh 4285P: Tim Waugh
@@ -3410,6 +4287,8 @@ M: tim@cyberelk.net
3410L: linux-parport@lists.infradead.org (subscribers-only) 4287L: linux-parport@lists.infradead.org (subscribers-only)
3411W: http://www.torque.net/linux-pp.html 4288W: http://www.torque.net/linux-pp.html
3412S: Maintained 4289S: Maintained
4290F: Documentation/blockdev/paride.txt
4291F: drivers/block/paride/
3413 4292
3414PARISC ARCHITECTURE 4293PARISC ARCHITECTURE
3415P: Kyle McMartin 4294P: Kyle McMartin
@@ -3418,24 +4297,31 @@ P: Helge Deller
3418M: deller@gmx.de 4297M: deller@gmx.de
3419L: linux-parisc@vger.kernel.org 4298L: linux-parisc@vger.kernel.org
3420W: http://www.parisc-linux.org/ 4299W: http://www.parisc-linux.org/
3421T: 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
3422S: Maintained 4301S: Maintained
4302F: arch/parisc/
4303F: drivers/parisc/
3423 4304
3424PC87360 HARDWARE MONITORING DRIVER 4305PC87360 HARDWARE MONITORING DRIVER
3425P: Jim Cromie 4306P: Jim Cromie
3426M: jim.cromie@gmail.com 4307M: jim.cromie@gmail.com
3427L: lm-sensors@lm-sensors.org 4308L: lm-sensors@lm-sensors.org
3428S: Maintained 4309S: Maintained
4310F: Documentation/hwmon/pc87360
4311F: drivers/hwmon/pc87360.c
3429 4312
3430PC8736x GPIO DRIVER 4313PC8736x GPIO DRIVER
3431P: Jim Cromie 4314P: Jim Cromie
3432M: jim.cromie@gmail.com 4315M: jim.cromie@gmail.com
3433S: Maintained 4316S: Maintained
4317F: drivers/char/pc8736x_gpio.c
3434 4318
3435PCA9532 LED DRIVER 4319PCA9532 LED DRIVER
3436P: Riku Voipio 4320P: Riku Voipio
3437M: riku.voipio@iki.fi 4321M: riku.voipio@iki.fi
3438S: Maintained 4322S: Maintained
4323F: drivers/leds/leds-pca9532.c
4324F: include/linux/leds-pca9532.h
3439 4325
3440PCI ERROR RECOVERY 4326PCI ERROR RECOVERY
3441P: Linas Vepstas 4327P: Linas Vepstas
@@ -3443,63 +4329,82 @@ M: linas@austin.ibm.com
3443L: linux-kernel@vger.kernel.org 4329L: linux-kernel@vger.kernel.org
3444L: linux-pci@vger.kernel.org 4330L: linux-pci@vger.kernel.org
3445S: Supported 4331S: Supported
4332F: Documentation/PCI/pci-error-recovery.txt
4333F: Documentation/powerpc/eeh-pci-error-recovery.txt
3446 4334
3447PCI SUBSYSTEM 4335PCI SUBSYSTEM
3448P: Jesse Barnes 4336P: Jesse Barnes
3449M: jbarnes@virtuousgeek.org 4337M: jbarnes@virtuousgeek.org
3450L: linux-kernel@vger.kernel.org 4338L: linux-kernel@vger.kernel.org
3451L: linux-pci@vger.kernel.org 4339L: linux-pci@vger.kernel.org
3452T: 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
3453S: Supported 4341S: Supported
4342F: Documentation/PCI/
4343F: drivers/pci/
4344F: include/linux/pci*
3454 4345
3455PCIE HOTPLUG DRIVER 4346PCIE HOTPLUG DRIVER
3456P: Kristen Carlson Accardi 4347P: Kristen Carlson Accardi
3457M: kristen.c.accardi@intel.com 4348M: kristen.c.accardi@intel.com
3458L: linux-pci@vger.kernel.org 4349L: linux-pci@vger.kernel.org
3459S: Supported 4350S: Supported
4351F: drivers/pci/pcie/
3460 4352
3461PCMCIA SUBSYSTEM 4353PCMCIA SUBSYSTEM
3462P: Linux PCMCIA Team 4354P: Linux PCMCIA Team
3463L: linux-pcmcia@lists.infradead.org 4355L: linux-pcmcia@lists.infradead.org
3464W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 4356W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3465T: 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
3466S: Maintained 4358S: Maintained
4359F: Documentation/pcmcia/
4360F: drivers/pcmcia/
4361F: include/pcmcia/
3467 4362
3468PCNET32 NETWORK DRIVER 4363PCNET32 NETWORK DRIVER
3469P: Don Fry 4364P: Don Fry
3470M: pcnet32@verizon.net 4365M: pcnet32@verizon.net
3471L: netdev@vger.kernel.org 4366L: netdev@vger.kernel.org
3472S: Maintained 4367S: Maintained
4368F: drivers/net/pcnet32.c
3473 4369
3474PER-TASK DELAY ACCOUNTING 4370PER-TASK DELAY ACCOUNTING
3475P: Balbir Singh 4371P: Balbir Singh
3476M: balbir@linux.vnet.ibm.com 4372M: balbir@linux.vnet.ibm.com
3477L: linux-kernel@vger.kernel.org 4373L: linux-kernel@vger.kernel.org
3478S: Maintained 4374S: Maintained
4375F: include/linux/delayacct.h
4376F: kernel/delayacct.c
3479 4377
3480PERSONALITY HANDLING 4378PERSONALITY HANDLING
3481P: Christoph Hellwig 4379P: Christoph Hellwig
3482M: hch@infradead.org 4380M: hch@infradead.org
3483L: linux-abi-devel@lists.sourceforge.net 4381L: linux-abi-devel@lists.sourceforge.net
3484S: Maintained 4382S: Maintained
4383F: include/linux/personality.h
3485 4384
3486PHRAM MTD DRIVER 4385PHRAM MTD DRIVER
3487P: Joern Engel 4386P: Joern Engel
3488M: joern@lazybastard.org 4387M: joern@lazybastard.org
3489L: linux-mtd@lists.infradead.org 4388L: linux-mtd@lists.infradead.org
3490S: Maintained 4389S: Maintained
4390F: drivers/mtd/devices/phram.c
3491 4391
3492PKTCDVD DRIVER 4392PKTCDVD DRIVER
3493P: Peter Osterlund 4393P: Peter Osterlund
3494M: petero2@telia.com 4394M: petero2@telia.com
3495L: linux-kernel@vger.kernel.org 4395L: linux-kernel@vger.kernel.org
3496S: Maintained 4396S: Maintained
4397F: drivers/block/pktcdvd.c
4398F: include/linux/pktcdvd.h
3497 4399
3498POSIX CLOCKS and TIMERS 4400POSIX CLOCKS and TIMERS
3499P: Thomas Gleixner 4401P: Thomas Gleixner
3500M: tglx@linutronix.de 4402M: tglx@linutronix.de
3501L: linux-kernel@vger.kernel.org 4403L: linux-kernel@vger.kernel.org
3502S: Supported 4404S: Supported
4405F: fs/timerfd.c
4406F: include/linux/timer*
4407F: kernel/*timer*
3503 4408
3504POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 4409POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3505P: Anton Vorontsov 4410P: Anton Vorontsov
@@ -3507,8 +4412,10 @@ M: cbou@mail.ru
3507P: David Woodhouse 4412P: David Woodhouse
3508M: dwmw2@infradead.org 4413M: dwmw2@infradead.org
3509L: linux-kernel@vger.kernel.org 4414L: linux-kernel@vger.kernel.org
3510T: git git.infradead.org/battery-2.6.git 4415T: git git://git.infradead.org/battery-2.6.git
3511S: Maintained 4416S: Maintained
4417F: include/linux/power_supply.h
4418F: drivers/power/power_supply*
3512 4419
3513PNP SUPPORT 4420PNP SUPPORT
3514P: Adam Belay 4421P: Adam Belay
@@ -3516,33 +4423,42 @@ M: abelay@mit.edu
3516P: Bjorn Helgaas 4423P: Bjorn Helgaas
3517M: bjorn.helgaas@hp.com 4424M: bjorn.helgaas@hp.com
3518S: Maintained 4425S: Maintained
4426F: drivers/pnp/
3519 4427
3520PNXxxxx I2C DRIVER 4428PNXxxxx I2C DRIVER
3521P: Vitaly Wool 4429P: Vitaly Wool
3522M: vitalywool@gmail.com 4430M: vitalywool@gmail.com
3523L: linux-i2c@vger.kernel.org 4431L: linux-i2c@vger.kernel.org
3524S: Maintained 4432S: Maintained
4433F: drivers/i2c/busses/i2c-pnx.c
3525 4434
3526PPP PROTOCOL DRIVERS AND COMPRESSORS 4435PPP PROTOCOL DRIVERS AND COMPRESSORS
3527P: Paul Mackerras 4436P: Paul Mackerras
3528M: paulus@samba.org 4437M: paulus@samba.org
3529L: linux-ppp@vger.kernel.org 4438L: linux-ppp@vger.kernel.org
3530S: Maintained 4439S: Maintained
4440F: drivers/net/ppp_*
3531 4441
3532PPP OVER ATM (RFC 2364) 4442PPP OVER ATM (RFC 2364)
3533P: Mitchell Blank Jr 4443P: Mitchell Blank Jr
3534M: mitch@sfgoth.com 4444M: mitch@sfgoth.com
3535S: Maintained 4445S: Maintained
4446F: net/atm/pppoatm.c
4447F: include/linux/atmppp.h
3536 4448
3537PPP OVER ETHERNET 4449PPP OVER ETHERNET
3538P: Michal Ostrowski 4450P: Michal Ostrowski
3539M: mostrows@earthlink.net 4451M: mostrows@earthlink.net
3540S: Maintained 4452S: Maintained
4453F: drivers/net/pppoe.c
4454F: drivers/net/pppox.c
3541 4455
3542PPP OVER L2TP 4456PPP OVER L2TP
3543P: James Chapman 4457P: James Chapman
3544M: jchapman@katalix.com 4458M: jchapman@katalix.com
3545S: Maintained 4459S: Maintained
4460F: drivers/net/pppol2tp.c
4461F: include/linux/if_pppol2tp.h
3546 4462
3547PREEMPTIBLE KERNEL 4463PREEMPTIBLE KERNEL
3548P: Robert Love 4464P: Robert Love
@@ -3551,6 +4467,8 @@ L: linux-kernel@vger.kernel.org
3551L: kpreempt-tech@lists.sourceforge.net 4467L: kpreempt-tech@lists.sourceforge.net
3552W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 4468W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3553S: Supported 4469S: Supported
4470F: Documentation/preempt-locking.txt
4471F: include/linux/preempt.h
3554 4472
3555PRISM54 WIRELESS DRIVER 4473PRISM54 WIRELESS DRIVER
3556P: Luis R. Rodriguez 4474P: Luis R. Rodriguez
@@ -3558,6 +4476,7 @@ M: mcgrof@gmail.com
3558L: linux-wireless@vger.kernel.org 4476L: linux-wireless@vger.kernel.org
3559W: http://prism54.org 4477W: http://prism54.org
3560S: Maintained 4478S: Maintained
4479F: drivers/net/wireless/prism54/
3561 4480
3562PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 4481PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3563P: Peter Denison 4482P: Peter Denison
@@ -3570,6 +4489,7 @@ P: Mikael Pettersson
3570M: mikpe@it.uu.se 4489M: mikpe@it.uu.se
3571L: linux-ide@vger.kernel.org 4490L: linux-ide@vger.kernel.org
3572S: Maintained 4491S: Maintained
4492F: drivers/ata/sata_promise.*
3573 4493
3574PS3 NETWORK SUPPORT 4494PS3 NETWORK SUPPORT
3575P: Masakazu Mokuno 4495P: Masakazu Mokuno
@@ -3577,6 +4497,7 @@ M: mokuno@sm.sony.co.jp
3577L: netdev@vger.kernel.org 4497L: netdev@vger.kernel.org
3578L: cbe-oss-dev@ozlabs.org 4498L: cbe-oss-dev@ozlabs.org
3579S: Supported 4499S: Supported
4500F: drivers/net/ps3_gelic_net.*
3580 4501
3581PS3 PLATFORM SUPPORT 4502PS3 PLATFORM SUPPORT
3582P: Geoff Levand 4503P: Geoff Levand
@@ -3584,6 +4505,15 @@ M: geoffrey.levand@am.sony.com
3584L: linuxppc-dev@ozlabs.org 4505L: linuxppc-dev@ozlabs.org
3585L: cbe-oss-dev@ozlabs.org 4506L: cbe-oss-dev@ozlabs.org
3586S: Supported 4507S: Supported
4508F: arch/powerpc/boot/ps3*
4509F: arch/powerpc/include/asm/lv1call.h
4510F: arch/powerpc/include/asm/ps3*.h
4511F: arch/powerpc/platforms/ps3/
4512F: drivers/*/ps3*
4513F: drivers/ps3/
4514F: drivers/rtc/rtc-ps3.c
4515F: drivers/usb/host/*ps3.c
4516F: sound/ppc/snd_ps3*
3587 4517
3588PS3VRAM DRIVER 4518PS3VRAM DRIVER
3589P: Jim Paris 4519P: Jim Paris
@@ -3591,14 +4521,29 @@ M: jim@jtan.com
3591L: cbe-oss-dev@ozlabs.org 4521L: cbe-oss-dev@ozlabs.org
3592S: Maintained 4522S: Maintained
3593 4523
4524PTRACE SUPPORT
4525P: Roland McGrath
4526M: roland@redhat.com
4527P: Oleg Nesterov
4528M: oleg@redhat.com
4529L: linux-kernel@vger.kernel.org
4530S: Maintained
4531F: include/asm-generic/syscall.h
4532F: include/linux/ptrace.h
4533F: include/linux/regset.h
4534F: include/linux/tracehook.h
4535F: kernel/ptrace.c
4536
3594PVRUSB2 VIDEO4LINUX DRIVER 4537PVRUSB2 VIDEO4LINUX DRIVER
3595P: Mike Isely 4538P: Mike Isely
3596M: isely@pobox.com 4539M: isely@pobox.com
3597L: pvrusb2@isely.net (subscribers-only) 4540L: pvrusb2@isely.net (subscribers-only)
3598L: linux-media@vger.kernel.org 4541L: linux-media@vger.kernel.org
3599W: http://www.isely.net/pvrusb2/ 4542W: http://www.isely.net/pvrusb2/
3600T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4543T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3601S: Maintained 4544S: Maintained
4545F: Documentation/video4linux/README.pvrusb2
4546F: drivers/media/video/pvrusb2/
3602 4547
3603PXA2xx/PXA3xx SUPPORT 4548PXA2xx/PXA3xx SUPPORT
3604P: Eric Miao 4549P: Eric Miao
@@ -3607,6 +4552,12 @@ P: Russell King
3607M: linux@arm.linux.org.uk 4552M: linux@arm.linux.org.uk
3608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4553L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3609S: Maintained 4554S: Maintained
4555F: arch/arm/mach-pxa/
4556F: drivers/pcmcia/pxa2xx*
4557F: drivers/spi/pxa2xx*
4558F: drivers/usb/gadget/pxa2*
4559F: include/sound/pxa2xx-lib.h
4560F: sound/soc/pxa/pxa2xx*
3610 4561
3611PXA168 SUPPORT 4562PXA168 SUPPORT
3612P: Eric Miao 4563P: Eric Miao
@@ -3614,14 +4565,14 @@ M: eric.miao@marvell.com
3614P: Jason Chagas 4565P: Jason Chagas
3615M: jason.chagas@marvell.com 4566M: jason.chagas@marvell.com
3616L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3617T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4568T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3618S: Supported 4569S: Supported
3619 4570
3620PXA910 SUPPORT 4571PXA910 SUPPORT
3621P: Eric Miao 4572P: Eric Miao
3622M: eric.miao@marvell.com 4573M: eric.miao@marvell.com
3623L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3624T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4575T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3625S: Supported 4576S: Supported
3626 4577
3627PXA MMCI DRIVER 4578PXA MMCI DRIVER
@@ -3638,12 +4589,16 @@ P: Andrew Vasquez
3638M: linux-driver@qlogic.com 4589M: linux-driver@qlogic.com
3639L: linux-scsi@vger.kernel.org 4590L: linux-scsi@vger.kernel.org
3640S: Supported 4591S: Supported
4592F: Documentation/scsi/LICENSE.qla2xxx
4593F: drivers/scsi/qla2xxx/
3641 4594
3642QLOGIC QLA3XXX NETWORK DRIVER 4595QLOGIC QLA3XXX NETWORK DRIVER
3643P: Ron Mercer 4596P: Ron Mercer
3644M: linux-driver@qlogic.com 4597M: linux-driver@qlogic.com
3645L: netdev@vger.kernel.org 4598L: netdev@vger.kernel.org
3646S: Supported 4599S: Supported
4600F: Documentation/networking/LICENSE.qla3xxx
4601F: drivers/net/qla3xxx.*
3647 4602
3648QLOGIC QLGE 10Gb ETHERNET DRIVER 4603QLOGIC QLGE 10Gb ETHERNET DRIVER
3649P: Ron Mercer 4604P: Ron Mercer
@@ -3651,6 +4606,7 @@ M: linux-driver@qlogic.com
3651M: ron.mercer@qlogic.com 4606M: ron.mercer@qlogic.com
3652L: netdev@vger.kernel.org 4607L: netdev@vger.kernel.org
3653S: Supported 4608S: Supported
4609F: drivers/net/qlge/
3654 4610
3655QNX4 FILESYSTEM 4611QNX4 FILESYSTEM
3656P: Anders Larsen 4612P: Anders Larsen
@@ -3658,18 +4614,24 @@ M: al@alarsen.net
3658L: linux-kernel@vger.kernel.org 4614L: linux-kernel@vger.kernel.org
3659W: http://www.alarsen.net/linux/qnx4fs/ 4615W: http://www.alarsen.net/linux/qnx4fs/
3660S: Maintained 4616S: Maintained
4617F: fs/qnx4/
4618F: include/linux/qnx4_fs.h
4619F: include/linux/qnxtypes.h
3661 4620
3662RADEON FRAMEBUFFER DISPLAY DRIVER 4621RADEON FRAMEBUFFER DISPLAY DRIVER
3663P: Benjamin Herrenschmidt 4622P: Benjamin Herrenschmidt
3664M: benh@kernel.crashing.org 4623M: benh@kernel.crashing.org
3665L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4624L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3666S: Maintained 4625S: Maintained
4626F: drivers/video/aty/radeon*
4627F: include/linux/radeonfb.h
3667 4628
3668RAGE128 FRAMEBUFFER DISPLAY DRIVER 4629RAGE128 FRAMEBUFFER DISPLAY DRIVER
3669P: Paul Mackerras 4630P: Paul Mackerras
3670M: paulus@samba.org 4631M: paulus@samba.org
3671L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4632L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3672S: Maintained 4633S: Maintained
4634F: drivers/video/aty/aty128fb.c
3673 4635
3674RALINK RT2X00 WIRELESS LAN DRIVER 4636RALINK RT2X00 WIRELESS LAN DRIVER
3675P: rt2x00 project 4637P: rt2x00 project
@@ -3677,54 +4639,63 @@ L: linux-wireless@vger.kernel.org
3677L: users@rt2x00.serialmonkey.com 4639L: users@rt2x00.serialmonkey.com
3678W: http://rt2x00.serialmonkey.com/ 4640W: http://rt2x00.serialmonkey.com/
3679S: Maintained 4641S: Maintained
3680T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git 4642T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
3681F: drivers/net/wireless/rt2x00/ 4643F: drivers/net/wireless/rt2x00/
3682 4644
3683RAMDISK RAM BLOCK DEVICE DRIVER 4645RAMDISK RAM BLOCK DEVICE DRIVER
3684P: Nick Piggin 4646P: Nick Piggin
3685M: npiggin@suse.de 4647M: npiggin@suse.de
3686S: Maintained 4648S: Maintained
4649F: Documentation/blockdev/ramdisk.txt
4650F: drivers/block/brd.c
3687 4651
3688RANDOM NUMBER DRIVER 4652RANDOM NUMBER DRIVER
3689P: Matt Mackall 4653P: Matt Mackall
3690M: mpm@selenic.com 4654M: mpm@selenic.com
3691S: Maintained 4655S: Maintained
4656F: drivers/char/random.c
3692 4657
3693RAPIDIO SUBSYSTEM 4658RAPIDIO SUBSYSTEM
3694P: Matt Porter 4659P: Matt Porter
3695M: mporter@kernel.crashing.org 4660M: mporter@kernel.crashing.org
3696L: linux-kernel@vger.kernel.org 4661L: linux-kernel@vger.kernel.org
3697S: Maintained 4662S: Maintained
4663F: drivers/rapidio/
3698 4664
3699RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4665RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3700P: Corey Thomas 4666P: Corey Thomas
3701M: coreythomas@charter.net 4667M: coreythomas@charter.net
3702L: linux-wireless@vger.kernel.org 4668L: linux-wireless@vger.kernel.org
3703S: Maintained 4669S: Maintained
4670F: drivers/net/wireless/ray*
3704 4671
3705RCUTORTURE MODULE 4672RCUTORTURE MODULE
3706P: Josh Triplett 4673P: Josh Triplett
3707M: josh@freedesktop.org 4674M: josh@freedesktop.org
3708L: linux-kernel@vger.kernel.org 4675L: linux-kernel@vger.kernel.org
3709S: Maintained 4676S: Maintained
4677F: Documentation/RCU/torture.txt
4678F: kernel/rcutorture.c
3710 4679
3711RDC R-321X SoC 4680RDC R-321X SoC
3712P: Florian Fainelli 4681P: Florian Fainelli
3713M: florian.fainelli@telecomint.eu 4682M: florian@openwrt.org
3714L: linux-kernel@vger.kernel.org 4683L: linux-kernel@vger.kernel.org
3715S: Maintained 4684S: Maintained
3716 4685
3717RDC R6040 FAST ETHERNET DRIVER 4686RDC R6040 FAST ETHERNET DRIVER
3718P: Florian Fainelli 4687P: Florian Fainelli
3719M: florian.fainelli@telecomint.eu 4688M: florian@openwrt.org
3720L: netdev@vger.kernel.org 4689L: netdev@vger.kernel.org
3721S: Maintained 4690S: Maintained
4691F: drivers/net/r6040.c
3722 4692
3723RDS - RELIABLE DATAGRAM SOCKETS 4693RDS - RELIABLE DATAGRAM SOCKETS
3724P: Andy Grover 4694P: Andy Grover
3725M: andy.grover@oracle.com 4695M: andy.grover@oracle.com
3726L: rds-devel@oss.oracle.com 4696L: rds-devel@oss.oracle.com
3727S: Supported 4697S: Supported
4698F: net/rds/
3728 4699
3729READ-COPY UPDATE (RCU) 4700READ-COPY UPDATE (RCU)
3730P: Dipankar Sarma 4701P: Dipankar Sarma
@@ -3732,37 +4703,54 @@ M: dipankar@in.ibm.com
3732W: http://www.rdrop.com/users/paulmck/rclock/ 4703W: http://www.rdrop.com/users/paulmck/rclock/
3733L: linux-kernel@vger.kernel.org 4704L: linux-kernel@vger.kernel.org
3734S: Supported 4705S: Supported
4706F: Documentation/RCU/rcu.txt
4707F: Documentation/RCU/rcuref.txt
4708F: include/linux/rcupdate.h
4709F: include/linux/srcu.h
4710F: kernel/rcupdate.c
3735 4711
3736REAL TIME CLOCK DRIVER 4712REAL TIME CLOCK DRIVER
3737P: Paul Gortmaker 4713P: Paul Gortmaker
3738M: p_gortmaker@yahoo.com 4714M: p_gortmaker@yahoo.com
3739L: linux-kernel@vger.kernel.org 4715L: linux-kernel@vger.kernel.org
3740S: Maintained 4716S: Maintained
4717F: Documentation/rtc.txt
4718F: drivers/rtc/
4719F: include/linux/rtc.h
3741 4720
3742REAL TIME CLOCK (RTC) SUBSYSTEM 4721REAL TIME CLOCK (RTC) SUBSYSTEM
3743P: Alessandro Zummo 4722P: Alessandro Zummo
3744M: a.zummo@towertech.it 4723M: a.zummo@towertech.it
3745L: rtc-linux@googlegroups.com 4724L: rtc-linux@googlegroups.com
3746S: Maintained 4725S: Maintained
4726F: Documentation/rtc.txt
4727F: drivers/rtc/
4728F: include/linux/rtc.h
3747 4729
3748REISERFS FILE SYSTEM 4730REISERFS FILE SYSTEM
3749L: reiserfs-devel@vger.kernel.org 4731L: reiserfs-devel@vger.kernel.org
3750S: Supported 4732S: Supported
4733F: fs/reiserfs/
3751 4734
3752RFKILL 4735RFKILL
3753P: Ivo van Doorn 4736P: Ivo van Doorn
3754M: IvDoorn@gmail.com 4737M: IvDoorn@gmail.com
3755L: netdev@vger.kernel.org 4738L: netdev@vger.kernel.org
3756S: Maintained 4739S: Maintained
3757F: net/rfkill 4740F Documentation/rfkill.txt
4741F: net/rfkill/
3758 4742
3759RISCOM8 DRIVER 4743RISCOM8 DRIVER
3760S: Orphan 4744S: Orphan
4745F: Documentation/serial/riscom8.txt
4746F: drivers/char/riscom8*
3761 4747
3762ROCKETPORT DRIVER 4748ROCKETPORT DRIVER
3763P: Comtrol Corp. 4749P: Comtrol Corp.
3764W: http://www.comtrol.com 4750W: http://www.comtrol.com
3765S: Maintained 4751S: Maintained
4752F: Documentation/serial/rocket.txt
4753F: drivers/char/rocket*
3766 4754
3767ROSE NETWORK LAYER 4755ROSE NETWORK LAYER
3768P: Ralf Baechle 4756P: Ralf Baechle
@@ -3770,32 +4758,38 @@ M: ralf@linux-mips.org
3770L: linux-hams@vger.kernel.org 4758L: linux-hams@vger.kernel.org
3771W: http://www.linux-ax25.org/ 4759W: http://www.linux-ax25.org/
3772S: Maintained 4760S: Maintained
4761F: include/linux/rose.h
4762F: include/net/rose.h
4763F: net/rose/
3773 4764
3774RTL8180 WIRELESS DRIVER 4765RTL8180 WIRELESS DRIVER
3775P: John W. Linville 4766P: John W. Linville
3776M: linville@tuxdriver.com 4767M: linville@tuxdriver.com
3777L: linux-wireless@vger.kernel.org 4768L: linux-wireless@vger.kernel.org
3778W: http://linuxwireless.org/ 4769W: http://linuxwireless.org/
3779T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git 4770T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
3780S: Maintained 4771S: Maintained
4772F: drivers/net/wireless/rtl818*
3781 4773
3782RTL8187 WIRELESS DRIVER 4774RTL8187 WIRELESS DRIVER
3783P: Herton Ronaldo Krzesinski 4775P: Herton Ronaldo Krzesinski
3784M: herton@mandriva.com.br 4776M: herton@mandriva.com.br
3785P: Hin-Tak Leung 4777P: Hin-Tak Leung
3786M htl10@users.sourceforge.net 4778M: htl10@users.sourceforge.net
3787P: Larry Finger 4779P: Larry Finger
3788M: Larry.Finger@lwfinger.net 4780M: Larry.Finger@lwfinger.net
3789L: linux-wireless@vger.kernel.org 4781L: linux-wireless@vger.kernel.org
3790W: http://linuxwireless.org/ 4782W: http://linuxwireless.org/
3791T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git 4783T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
3792S: Maintained 4784S: Maintained
4785F: drivers/net/wireless/rtl818x/rtl8187*
3793 4786
3794S3 SAVAGE FRAMEBUFFER DRIVER 4787S3 SAVAGE FRAMEBUFFER DRIVER
3795P: Antonino Daplas 4788P: Antonino Daplas
3796M: adaplas@gmail.com 4789M: adaplas@gmail.com
3797L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4790L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3798S: Maintained 4791S: Maintained
4792F: drivers/video/savage/
3799 4793
3800S390 4794S390
3801P: Martin Schwidefsky 4795P: Martin Schwidefsky
@@ -3806,6 +4800,7 @@ M: linux390@de.ibm.com
3806L: linux-s390@vger.kernel.org 4800L: linux-s390@vger.kernel.org
3807W: http://www.ibm.com/developerworks/linux/linux390/ 4801W: http://www.ibm.com/developerworks/linux/linux390/
3808S: Supported 4802S: Supported
4803F: arch/s390/
3809 4804
3810S390 NETWORK DRIVERS 4805S390 NETWORK DRIVERS
3811P: Ursula Braun 4806P: Ursula Braun
@@ -3816,6 +4811,7 @@ M: linux390@de.ibm.com
3816L: linux-s390@vger.kernel.org 4811L: linux-s390@vger.kernel.org
3817W: http://www.ibm.com/developerworks/linux/linux390/ 4812W: http://www.ibm.com/developerworks/linux/linux390/
3818S: Supported 4813S: Supported
4814F: drivers/s390/net/
3819 4815
3820S390 ZCRYPT DRIVER 4816S390 ZCRYPT DRIVER
3821P: Felix Beck 4817P: Felix Beck
@@ -3825,6 +4821,7 @@ M: ralph.wuerthner@de.ibm.com
3825M: linux390@de.ibm.com 4821M: linux390@de.ibm.com
3826L: linux-s390@vger.kernel.org 4822L: linux-s390@vger.kernel.org
3827S: Supported 4823S: Supported
4824F: drivers/s390/crypto/
3828 4825
3829S390 ZFCP DRIVER 4826S390 ZFCP DRIVER
3830P: Christof Schmitt 4827P: Christof Schmitt
@@ -3835,6 +4832,8 @@ M: linux390@de.ibm.com
3835L: linux-s390@vger.kernel.org 4832L: linux-s390@vger.kernel.org
3836W: http://www.ibm.com/developerworks/linux/linux390/ 4833W: http://www.ibm.com/developerworks/linux/linux390/
3837S: Supported 4834S: Supported
4835F: Documentation/s390/zfcpdump.txt
4836F: drivers/s390/scsi/zfcp_*
3838 4837
3839S390 IUCV NETWORK LAYER 4838S390 IUCV NETWORK LAYER
3840P: Ursula Braun 4839P: Ursula Braun
@@ -3843,6 +4842,9 @@ M: linux390@de.ibm.com
3843L: linux-s390@vger.kernel.org 4842L: linux-s390@vger.kernel.org
3844W: http://www.ibm.com/developerworks/linux/linux390/ 4843W: http://www.ibm.com/developerworks/linux/linux390/
3845S: Supported 4844S: Supported
4845F: drivers/s390/net/*iucv*
4846F: include/net/iucv/
4847F: net/iucv/
3846 4848
3847S3C24XX SD/MMC Driver 4849S3C24XX SD/MMC Driver
3848P: Ben Dooks 4850P: Ben Dooks
@@ -3850,27 +4852,34 @@ M: ben-linux@fluff.org
3850L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4852L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3851L: linux-kernel@vger.kernel.org 4853L: linux-kernel@vger.kernel.org
3852S: Supported 4854S: Supported
4855F: drivers/mmc/host/s3cmci.*
3853 4856
3854SAA7146 VIDEO4LINUX-2 DRIVER 4857SAA7146 VIDEO4LINUX-2 DRIVER
3855P: Michael Hunold 4858P: Michael Hunold
3856M: michael@mihu.de 4859M: michael@mihu.de
3857L: linux-media@vger.kernel.org 4860L: linux-media@vger.kernel.org
3858T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4861T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3859W: http://www.mihu.de/linux/saa7146 4862W: http://www.mihu.de/linux/saa7146
3860S: Maintained 4863S: Maintained
4864F: drivers/media/common/saa7146*
4865F: drivers/media/video/*7146*
4866F: include/media/*7146*
3861 4867
3862SC1200 WDT DRIVER 4868SC1200 WDT DRIVER
3863P: Zwane Mwaikambo 4869P: Zwane Mwaikambo
3864M: zwane@arm.linux.org.uk 4870M: zwane@arm.linux.org.uk
3865S: Maintained 4871S: Maintained
4872F: drivers/watchdog/sc1200wdt.c
3866 4873
3867SCHEDULER 4874SCHEDULER
3868P: Ingo Molnar 4875P: Ingo Molnar
3869M: mingo@elte.hu 4876M: mingo@elte.hu
3870P: Robert Love [the preemptible kernel bits] 4877P: Peter Zijlstra
3871M: rml@tech9.net 4878M: peterz@infradead.org
3872L: linux-kernel@vger.kernel.org 4879L: linux-kernel@vger.kernel.org
3873S: Maintained 4880S: Maintained
4881F: kernel/sched*
4882F: include/linux/sched.h
3874 4883
3875SCSI CDROM DRIVER 4884SCSI CDROM DRIVER
3876P: Jens Axboe 4885P: Jens Axboe
@@ -3878,6 +4887,7 @@ M: axboe@kernel.dk
3878L: linux-scsi@vger.kernel.org 4887L: linux-scsi@vger.kernel.org
3879W: http://www.kernel.dk 4888W: http://www.kernel.dk
3880S: Maintained 4889S: Maintained
4890F: drivers/scsi/sr*
3881 4891
3882SCSI SG DRIVER 4892SCSI SG DRIVER
3883P: Doug Gilbert 4893P: Doug Gilbert
@@ -3885,21 +4895,27 @@ M: dgilbert@interlog.com
3885L: linux-scsi@vger.kernel.org 4895L: linux-scsi@vger.kernel.org
3886W: http://www.torque.net/sg 4896W: http://www.torque.net/sg
3887S: Maintained 4897S: Maintained
4898F: drivers/scsi/sg.c
4899F: include/scsi/sg.h
3888 4900
3889SCSI SUBSYSTEM 4901SCSI SUBSYSTEM
3890P: James E.J. Bottomley 4902P: James E.J. Bottomley
3891M: James.Bottomley@HansenPartnership.com 4903M: James.Bottomley@HansenPartnership.com
3892L: linux-scsi@vger.kernel.org 4904L: linux-scsi@vger.kernel.org
3893T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 4905T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3894T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 4906T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3895T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 4907T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3896S: Maintained 4908S: Maintained
4909F: drivers/scsi/
4910F: include/scsi/
3897 4911
3898SCSI TAPE DRIVER 4912SCSI TAPE DRIVER
3899P: Kai Mäkisara 4913P: Kai Mäkisara
3900M: Kai.Makisara@kolumbus.fi 4914M: Kai.Makisara@kolumbus.fi
3901L: linux-scsi@vger.kernel.org 4915L: linux-scsi@vger.kernel.org
3902S: Maintained 4916S: Maintained
4917F: Documentation/scsi/st.txt
4918F: drivers/scsi/st*
3903 4919
3904SCTP PROTOCOL 4920SCTP PROTOCOL
3905P: Vlad Yasevich 4921P: Vlad Yasevich
@@ -3909,31 +4925,45 @@ M: sri@us.ibm.com
3909L: linux-sctp@vger.kernel.org 4925L: linux-sctp@vger.kernel.org
3910W: http://lksctp.sourceforge.net 4926W: http://lksctp.sourceforge.net
3911S: Supported 4927S: Supported
4928F: Documentation/networking/sctp.txt
4929F: include/linux/sctp.h
4930F: include/net/sctp/
4931F: net/sctp/
3912 4932
3913SCx200 CPU SUPPORT 4933SCx200 CPU SUPPORT
3914P: Jim Cromie 4934P: Jim Cromie
3915M: jim.cromie@gmail.com 4935M: jim.cromie@gmail.com
3916S: Odd Fixes 4936S: Odd Fixes
4937F: Documentation/i2c/busses/scx200_acb
4938F: arch/x86/kernel/scx200_32.c
4939F: drivers/watchdog/scx200_wdt.c
4940F: drivers/i2c/busses/scx200*
4941F: drivers/mtd/maps/scx200_docflash.c
4942F: include/linux/scx200.h
3917 4943
3918SCx200 GPIO DRIVER 4944SCx200 GPIO DRIVER
3919P: Jim Cromie 4945P: Jim Cromie
3920M: jim.cromie@gmail.com 4946M: jim.cromie@gmail.com
3921S: Maintained 4947S: Maintained
4948F: drivers/char/scx200_gpio.c
4949F: include/linux/scx200_gpio.h
3922 4950
3923SCx200 HRT CLOCKSOURCE DRIVER 4951SCx200 HRT CLOCKSOURCE DRIVER
3924P: Jim Cromie 4952P: Jim Cromie
3925M: jim.cromie@gmail.com 4953M: jim.cromie@gmail.com
3926S: Maintained 4954S: Maintained
4955F: drivers/clocksource/scx200_hrt.c
3927 4956
3928SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 4957SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3929P: Sascha Sommer 4958P: Sascha Sommer
3930M: saschasommer@freenet.de 4959M: saschasommer@freenet.de
3931L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 4960L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3932S: Maintained 4961S: Maintained
4962F: drivers/mmc/host/sdricoh_cs.c
3933 4963
3934SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4964SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
3935P: Pierre Ossman 4965P: Pierre Ossman
3936M: drzeus-sdhci@drzeus.cx 4966M: pierre@ossman.eu
3937L: sdhci-devel@lists.ossman.eu 4967L: sdhci-devel@lists.ossman.eu
3938S: Maintained 4968S: Maintained
3939 4969
@@ -3943,16 +4973,17 @@ M: avorontsov@ru.mvista.com
3943L: linuxppc-dev@ozlabs.org 4973L: linuxppc-dev@ozlabs.org
3944L: sdhci-devel@lists.ossman.eu 4974L: sdhci-devel@lists.ossman.eu
3945S: Maintained 4975S: Maintained
4976F: drivers/mmc/host/sdhci.*
3946 4977
3947SECURITY SUBSYSTEM 4978SECURITY SUBSYSTEM
3948F: security/
3949P: James Morris 4979P: James Morris
3950M: jmorris@namei.org 4980M: jmorris@namei.org
3951L: linux-kernel@vger.kernel.org 4981L: linux-kernel@vger.kernel.org
3952L: linux-security-module@vger.kernel.org (suggested Cc:) 4982L: linux-security-module@vger.kernel.org (suggested Cc:)
3953T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4983T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3954W: http://security.wiki.kernel.org/ 4984W: http://security.wiki.kernel.org/
3955S: Supported 4985S: Supported
4986F: security/
3956 4987
3957SECURITY CONTACT 4988SECURITY CONTACT
3958P: Security Officers 4989P: Security Officers
@@ -3967,31 +4998,39 @@ M: jmorris@namei.org
3967P: Eric Paris 4998P: Eric Paris
3968M: eparis@parisplace.org 4999M: eparis@parisplace.org
3969L: linux-kernel@vger.kernel.org (kernel issues) 5000L: linux-kernel@vger.kernel.org (kernel issues)
3970L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 5001L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
3971W: http://selinuxproject.org 5002W: http://selinuxproject.org
3972T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 5003T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3973S: Supported 5004S: Supported
5005F: include/linux/selinux*
5006F: security/selinux/
3974 5007
3975SENSABLE PHANTOM 5008SENSABLE PHANTOM
3976P: Jiri Slaby 5009P: Jiri Slaby
3977M: jirislaby@gmail.com 5010M: jirislaby@gmail.com
3978S: Maintained 5011S: Maintained
5012F: drivers/misc/phantom.c
5013F: include/linux/phantom.h
3979 5014
3980SERIAL ATA (SATA) SUBSYSTEM 5015SERIAL ATA (SATA) SUBSYSTEM
3981P: Jeff Garzik 5016P: Jeff Garzik
3982M: jgarzik@pobox.com 5017M: jgarzik@pobox.com
3983L: linux-ide@vger.kernel.org 5018L: linux-ide@vger.kernel.org
3984T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 5019T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3985S: Supported 5020S: Supported
5021F: drivers/ata/
5022F: include/linux/ata.h
5023F: include/linux/libata.h
3986 5024
3987SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 5025SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3988P: Sathya Perla 5026P: Sathya Perla
3989M: sathyap@serverengines.com 5027M: sathyap@serverengines.com
3990P: Subbu Seetharaman 5028P: Subbu Seetharaman
3991M: subbus@serverengines.com 5029M: subbus@serverengines.com
3992L: netdev@vger.kernel.org 5030L: netdev@vger.kernel.org
3993W: http://www.serverengines.com 5031W: http://www.serverengines.com
3994S: Supported 5032S: Supported
5033F: drivers/net/benet/
3995 5034
3996SFC NETWORK DRIVER 5035SFC NETWORK DRIVER
3997P: Steve Hodgson 5036P: Steve Hodgson
@@ -3999,17 +5038,22 @@ P: Ben Hutchings
3999P: Robert Stonehouse 5038P: Robert Stonehouse
4000M: linux-net-drivers@solarflare.com 5039M: linux-net-drivers@solarflare.com
4001S: Supported 5040S: Supported
5041F: drivers/net/sfc/
4002 5042
4003SGI GRU DRIVER 5043SGI GRU DRIVER
4004P: Jack Steiner 5044P: Jack Steiner
4005M: steiner@sgi.com 5045M: steiner@sgi.com
4006S: Maintained 5046S: Maintained
5047F: drivers/misc/sgi-gru/
4007 5048
4008SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 5049SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4009P: Pat Gefre 5050P: Pat Gefre
4010M: pfg@sgi.com 5051M: pfg@sgi.com
4011L: linux-ia64@vger.kernel.org 5052L: linux-ia64@vger.kernel.org
4012S: Supported 5053S: Supported
5054F: Documentation/ia64/serial.txt
5055F: drivers/serial/ioc?_serial.c
5056F: include/linux/ioc?.h
4013 5057
4014SGI VISUAL WORKSTATION 320 AND 540 5058SGI VISUAL WORKSTATION 320 AND 540
4015P: Andrey Panin 5059P: Andrey Panin
@@ -4017,11 +5061,13 @@ M: pazke@donpac.ru
4017L: linux-visws-devel@lists.sf.net 5061L: linux-visws-devel@lists.sf.net
4018W: http://linux-visws.sf.net 5062W: http://linux-visws.sf.net
4019S: Maintained for 2.6. 5063S: Maintained for 2.6.
5064F: Documentation/sgi-visws.txt
4020 5065
4021SGI XP/XPC/XPNET DRIVER 5066SGI XP/XPC/XPNET DRIVER
4022P: Dean Nelson 5067P: Robin Holt
4023M: dcn@sgi.com 5068M: holt@sgi.com
4024S: Maintained 5069S: Maintained
5070F: drivers/misc/sgi-xp/
4025 5071
4026SHARP LH SUPPORT (LH7952X & LH7A40X) 5072SHARP LH SUPPORT (LH7952X & LH7A40X)
4027P: Marc Singer 5073P: Marc Singer
@@ -4029,12 +5075,18 @@ M: elf@buici.com
4029W: http://projects.buici.com/arm 5075W: http://projects.buici.com/arm
4030L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 5076L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4031S: Maintained 5077S: Maintained
5078F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5079F: arch/arm/mach-lh7a40x/
5080F: drivers/serial/serial_lh7a40x.c
5081F: drivers/usb/gadget/lh7a40*
5082F: drivers/usb/host/ohci-lh7a40*
4032 5083
4033SHPC HOTPLUG DRIVER 5084SHPC HOTPLUG DRIVER
4034P: Kristen Carlson Accardi 5085P: Kristen Carlson Accardi
4035M: kristen.c.accardi@intel.com 5086M: kristen.c.accardi@intel.com
4036L: linux-pci@vger.kernel.org 5087L: linux-pci@vger.kernel.org
4037S: Supported 5088S: Supported
5089F: drivers/pci/hotplug/shpchp*
4038 5090
4039SIMTEC EB110ATX (Chalice CATS) 5091SIMTEC EB110ATX (Chalice CATS)
4040P: Ben Dooks 5092P: Ben Dooks
@@ -4042,6 +5094,7 @@ P: Vincent Sanders
4042M: support@simtec.co.uk 5094M: support@simtec.co.uk
4043W: http://www.simtec.co.uk/products/EB110ATX/ 5095W: http://www.simtec.co.uk/products/EB110ATX/
4044S: Supported 5096S: Supported
5097F: arch/arm/mach-ebsa110/
4045 5098
4046SIMTEC EB2410ITX (BAST) 5099SIMTEC EB2410ITX (BAST)
4047P: Ben Dooks 5100P: Ben Dooks
@@ -4049,12 +5102,16 @@ P: Vincent Sanders
4049M: support@simtec.co.uk 5102M: support@simtec.co.uk
4050W: http://www.simtec.co.uk/products/EB2410ITX/ 5103W: http://www.simtec.co.uk/products/EB2410ITX/
4051S: Supported 5104S: Supported
5105F: arch/arm/mach-s3c2410/
5106F: drivers/*/*s3c2410*
5107F: drivers/*/*/*s3c2410*
4052 5108
4053SIS 190 ETHERNET DRIVER 5109SIS 190 ETHERNET DRIVER
4054P: Francois Romieu 5110P: Francois Romieu
4055M: romieu@fr.zoreil.com 5111M: romieu@fr.zoreil.com
4056L: netdev@vger.kernel.org 5112L: netdev@vger.kernel.org
4057S: Maintained 5113S: Maintained
5114F: drivers/net/sis190.c
4058 5115
4059SIS 900/7016 FAST ETHERNET DRIVER 5116SIS 900/7016 FAST ETHERNET DRIVER
4060P: Daniele Venzano 5117P: Daniele Venzano
@@ -4062,30 +5119,39 @@ M: venza@brownhat.org
4062W: http://www.brownhat.org/sis900.html 5119W: http://www.brownhat.org/sis900.html
4063L: netdev@vger.kernel.org 5120L: netdev@vger.kernel.org
4064S: Maintained 5121S: Maintained
5122F: drivers/net/sis900.*
4065 5123
4066SIS 96X I2C/SMBUS DRIVER 5124SIS 96X I2C/SMBUS DRIVER
4067P: Mark M. Hoffman 5125P: Mark M. Hoffman
4068M: mhoffman@lightlink.com 5126M: mhoffman@lightlink.com
4069L: linux-i2c@vger.kernel.org 5127L: linux-i2c@vger.kernel.org
4070S: Maintained 5128S: Maintained
5129F: Documentation/i2c/busses/i2c-sis96x
5130F: drivers/i2c/busses/i2c-sis96x.c
4071 5131
4072SIS FRAMEBUFFER DRIVER 5132SIS FRAMEBUFFER DRIVER
4073P: Thomas Winischhofer 5133P: Thomas Winischhofer
4074M: thomas@winischhofer.net 5134M: thomas@winischhofer.net
4075W: http://www.winischhofer.net/linuxsisvga.shtml 5135W: http://www.winischhofer.net/linuxsisvga.shtml
4076S: Maintained 5136S: Maintained
5137F: Documentation/fb/sisfb.txt
5138F: drivers/video/sis/
5139F: include/video/sisfb.h
4077 5140
4078SIS USB2VGA DRIVER 5141SIS USB2VGA DRIVER
4079P: Thomas Winischhofer 5142P: Thomas Winischhofer
4080M: thomas@winischhofer.net 5143M: thomas@winischhofer.net
4081W: http://www.winischhofer.at/linuxsisusbvga.shtml 5144W: http://www.winischhofer.at/linuxsisusbvga.shtml
4082S: Maintained 5145S: Maintained
5146F: drivers/usb/misc/sisusbvga/
4083 5147
4084SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 5148SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4085P: Stephen Hemminger 5149P: Stephen Hemminger
4086M: shemminger@linux-foundation.org 5150M: shemminger@linux-foundation.org
4087L: netdev@vger.kernel.org 5151L: netdev@vger.kernel.org
4088S: Maintained 5152S: Maintained
5153F: drivers/net/skge.*
5154F: drivers/net/sky2.*
4089 5155
4090SLAB ALLOCATOR 5156SLAB ALLOCATOR
4091P: Christoph Lameter 5157P: Christoph Lameter
@@ -4096,34 +5162,43 @@ P: Matt Mackall
4096M: mpm@selenic.com 5162M: mpm@selenic.com
4097L: linux-mm@kvack.org 5163L: linux-mm@kvack.org
4098S: Maintained 5164S: Maintained
5165F: include/linux/sl?b*.h
5166F: mm/sl?b.c
4099 5167
4100SMC91x ETHERNET DRIVER 5168SMC91x ETHERNET DRIVER
4101P: Nicolas Pitre 5169P: Nicolas Pitre
4102M: nico@cam.org 5170M: nico@cam.org
4103S: Maintained 5171S: Maintained
5172F: drivers/net/smc91x.*
4104 5173
4105SMSC47B397 HARDWARE MONITOR DRIVER 5174SMSC47B397 HARDWARE MONITOR DRIVER
4106P: Mark M. Hoffman 5175P: Mark M. Hoffman
4107M: mhoffman@lightlink.com 5176M: mhoffman@lightlink.com
4108L: lm-sensors@lm-sensors.org 5177L: lm-sensors@lm-sensors.org
4109S: Maintained 5178S: Maintained
5179F: Documentation/hwmon/smsc47b397
5180F: drivers/hwmon/smsc47b397.c
4110 5181
4111SMSC911x ETHERNET DRIVER 5182SMSC911x ETHERNET DRIVER
4112P: Steve Glendinning 5183P: Steve Glendinning
4113M: steve.glendinning@smsc.com 5184M: steve.glendinning@smsc.com
4114L: netdev@vger.kernel.org 5185L: netdev@vger.kernel.org
4115S: Supported 5186S: Supported
5187F: include/linux/smsc911x.h
5188F: drivers/net/smsc911x.*
4116 5189
4117SMSC9420 PCI ETHERNET DRIVER 5190SMSC9420 PCI ETHERNET DRIVER
4118P: Steve Glendinning 5191P: Steve Glendinning
4119M: steve.glendinning@smsc.com 5192M: steve.glendinning@smsc.com
4120L: netdev@vger.kernel.org 5193L: netdev@vger.kernel.org
4121S: Supported 5194S: Supported
5195F: drivers/net/smsc9420.*
4122 5196
4123SMX UIO Interface 5197SMX UIO Interface
4124P: Ben Nizette 5198P: Ben Nizette
4125M: bn@niasdigital.com 5199M: bn@niasdigital.com
4126S: Maintained 5200S: Maintained
5201F: drivers/uio/uio_smx.c
4127 5202
4128SN-IA64 (Itanium) SUB-PLATFORM 5203SN-IA64 (Itanium) SUB-PLATFORM
4129P: Jes Sorensen 5204P: Jes Sorensen
@@ -4132,36 +5207,45 @@ L: linux-altix@sgi.com
4132L: linux-ia64@vger.kernel.org 5207L: linux-ia64@vger.kernel.org
4133W: http://www.sgi.com/altix 5208W: http://www.sgi.com/altix
4134S: Maintained 5209S: Maintained
5210F: arch/ia64/sn/
4135 5211
4136SOC-CAMERA V4L2 SUBSYSTEM 5212SOC-CAMERA V4L2 SUBSYSTEM
4137P: Guennadi Liakhovetski 5213P: Guennadi Liakhovetski
4138M: g.liakhovetski@gmx.de 5214M: g.liakhovetski@gmx.de
4139L: linux-media@vger.kernel.org 5215L: linux-media@vger.kernel.org
4140T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5216T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4141S: Maintained 5217S: Maintained
5218F: include/media/v4l2*
5219F: drivers/media/video/v4l2*
4142 5220
4143SOEKRIS NET48XX LED SUPPORT 5221SOEKRIS NET48XX LED SUPPORT
4144P: Chris Boot 5222P: Chris Boot
4145M: bootc@bootc.net 5223M: bootc@bootc.net
4146S: Maintained 5224S: Maintained
5225F: drivers/leds/leds-net48xx.c
4147 5226
4148SOFTWARE RAID (Multiple Disks) SUPPORT 5227SOFTWARE RAID (Multiple Disks) SUPPORT
4149P: Neil Brown 5228P: Neil Brown
4150M: neilb@suse.de 5229M: neilb@suse.de
4151L: linux-raid@vger.kernel.org 5230L: linux-raid@vger.kernel.org
4152S: Supported 5231S: Supported
5232F: drivers/md/
5233F: include/linux/raid/
4153 5234
4154SONIC NETWORK DRIVER 5235SONIC NETWORK DRIVER
4155P: Thomas Bogendoerfer 5236P: Thomas Bogendoerfer
4156M: tsbogend@alpha.franken.de 5237M: tsbogend@alpha.franken.de
4157L: netdev@vger.kernel.org 5238L: netdev@vger.kernel.org
4158S: Maintained 5239S: Maintained
5240F: drivers/net/sonic.*
4159 5241
4160SONICS SILICON BACKPLANE DRIVER (SSB) 5242SONICS SILICON BACKPLANE DRIVER (SSB)
4161P: Michael Buesch 5243P: Michael Buesch
4162M: mb@bu3sch.de 5244M: mb@bu3sch.de
4163L: netdev@vger.kernel.org 5245L: netdev@vger.kernel.org
4164S: Maintained 5246S: Maintained
5247F: drivers/ssb/
5248F: include/linux/ssb/
4165 5249
4166SONY VAIO CONTROL DEVICE DRIVER 5250SONY VAIO CONTROL DEVICE DRIVER
4167P: Mattia Dongili 5251P: Mattia Dongili
@@ -4169,6 +5253,10 @@ M: malattia@linux.it
4169L: linux-acpi@vger.kernel.org 5253L: linux-acpi@vger.kernel.org
4170W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 5254W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4171S: Maintained 5255S: Maintained
5256F: Documentation/laptops/sony-laptop.txt
5257F: drivers/char/sonypi.c
5258F: drivers/platform/x86/sony-laptop.c
5259F: include/linux/sony-laptop.h
4172 5260
4173SONY MEMORYSTICK CARD SUPPORT 5261SONY MEMORYSTICK CARD SUPPORT
4174P: Alex Dubov 5262P: Alex Dubov
@@ -4176,6 +5264,7 @@ M: oakad@yahoo.com
4176L: linux-kernel@vger.kernel.org 5264L: linux-kernel@vger.kernel.org
4177W: http://tifmxx.berlios.de/ 5265W: http://tifmxx.berlios.de/
4178S: Maintained 5266S: Maintained
5267F: drivers/memstick/host/tifm_ms.c
4179 5268
4180SOUND 5269SOUND
4181P: Jaroslav Kysela 5270P: Jaroslav Kysela
@@ -4183,37 +5272,50 @@ M: perex@perex.cz
4183P: Takashi Iwai 5272P: Takashi Iwai
4184M: tiwai@suse.de 5273M: tiwai@suse.de
4185L: alsa-devel@alsa-project.org (subscribers-only) 5274L: alsa-devel@alsa-project.org (subscribers-only)
5275W: http://www.alsa-project.org/
5276T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5277T: git git://git.alsa-project.org/alsa-kernel.git
4186S: Maintained 5278S: Maintained
5279F: Documentation/sound/
5280F: include/sound/
5281F: sound/
4187 5282
4188SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 5283SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4189P: Liam Girdwood 5284P: Liam Girdwood
4190M: lrg@slimlogic.co.uk 5285M: lrg@slimlogic.co.uk
4191P: Mark Brown 5286P: Mark Brown
4192M: broonie@opensource.wolfsonmicro.com 5287M: broonie@opensource.wolfsonmicro.com
4193T: git opensource.wolfsonmicro.com/linux-2.6-asoc 5288T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
4194L: alsa-devel@alsa-project.org (subscribers-only) 5289L: alsa-devel@alsa-project.org (subscribers-only)
4195W: http://alsa-project.org/main/index.php/ASoC 5290W: http://alsa-project.org/main/index.php/ASoC
4196S: Supported 5291S: Supported
5292F: sound/soc/
4197 5293
4198SPARC + UltraSPARC (sparc/sparc64) 5294SPARC + UltraSPARC (sparc/sparc64)
4199P: David S. Miller 5295P: David S. Miller
4200M: davem@davemloft.net 5296M: davem@davemloft.net
4201L: sparclinux@vger.kernel.org 5297L: sparclinux@vger.kernel.org
4202T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git 5298T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4203T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 5299T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4204S: Maintained 5300S: Maintained
5301F: arch/sparc/
4205 5302
4206SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 5303SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4207P: Roger Wolff 5304P: Roger Wolff
4208M: R.E.Wolff@BitWizard.nl 5305M: R.E.Wolff@BitWizard.nl
4209L: linux-kernel@vger.kernel.org ? 5306L: linux-kernel@vger.kernel.org
4210S: Supported 5307S: Supported
5308F: Documentation/serial/specialix.txt
5309F: drivers/char/specialix*
4211 5310
4212SPI SUBSYSTEM 5311SPI SUBSYSTEM
4213P: David Brownell 5312P: David Brownell
4214M: dbrownell@users.sourceforge.net 5313M: dbrownell@users.sourceforge.net
4215L: spi-devel-general@lists.sourceforge.net 5314L: spi-devel-general@lists.sourceforge.net
4216S: Maintained 5315S: Maintained
5316F: Documentation/spi/
5317F: drivers/spi/
5318F: include/linux/spi/
4217 5319
4218SPIDERNET NETWORK DRIVER for CELL 5320SPIDERNET NETWORK DRIVER for CELL
4219P: Ishizaki Kou 5321P: Ishizaki Kou
@@ -4222,6 +5324,8 @@ P: Jens Osterkamp
4222M: jens@de.ibm.com 5324M: jens@de.ibm.com
4223L: netdev@vger.kernel.org 5325L: netdev@vger.kernel.org
4224S: Supported 5326S: Supported
5327F: Documentation/networking/spider_net.txt
5328F: drivers/net/spider_net*
4225 5329
4226SPU FILE SYSTEM 5330SPU FILE SYSTEM
4227P: Jeremy Kerr 5331P: Jeremy Kerr
@@ -4230,6 +5334,8 @@ L: linuxppc-dev@ozlabs.org
4230L: cbe-oss-dev@ozlabs.org 5334L: cbe-oss-dev@ozlabs.org
4231W: http://www.ibm.com/developerworks/power/cell/ 5335W: http://www.ibm.com/developerworks/power/cell/
4232S: Supported 5336S: Supported
5337F: Documentation/filesystems/spufs.txt
5338F: arch/powerpc/platforms/cell/spufs/
4233 5339
4234SQUASHFS FILE SYSTEM 5340SQUASHFS FILE SYSTEM
4235P: Phillip Lougher 5341P: Phillip Lougher
@@ -4237,12 +5343,15 @@ M: phillip@lougher.demon.co.uk
4237L: squashfs-devel@lists.sourceforge.net (subscribers-only) 5343L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4238W: http://squashfs.org.uk 5344W: http://squashfs.org.uk
4239S: Maintained 5345S: Maintained
5346F: Documentation/filesystems/squashfs.txt
5347F: fs/squashfs/
4240 5348
4241SRM (Alpha) environment access 5349SRM (Alpha) environment access
4242P: Jan-Benedict Glaw 5350P: Jan-Benedict Glaw
4243M: jbglaw@lug-owl.de 5351M: jbglaw@lug-owl.de
4244L: linux-kernel@vger.kernel.org 5352L: linux-kernel@vger.kernel.org
4245S: Maintained 5353S: Maintained
5354F: arch/alpha/kernel/srm_env.c
4246 5355
4247STABLE BRANCH 5356STABLE BRANCH
4248P: Greg Kroah-Hartman 5357P: Greg Kroah-Hartman
@@ -4258,35 +5367,46 @@ M: gregkh@suse.de
4258L: linux-kernel@vger.kernel.org 5367L: linux-kernel@vger.kernel.org
4259T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5368T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4260S: Maintained 5369S: Maintained
5370F: drivers/staging/
4261 5371
4262STARFIRE/DURALAN NETWORK DRIVER 5372STARFIRE/DURALAN NETWORK DRIVER
4263P: Ion Badulescu 5373P: Ion Badulescu
4264M: ionut@cs.columbia.edu 5374M: ionut@cs.columbia.edu
4265S: Maintained 5375S: Maintained
5376F: drivers/net/starfire*
4266 5377
4267STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 5378STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4268W: http://mosquitonet.Stanford.EDU/strip.html 5379W: http://mosquitonet.Stanford.EDU/strip.html
4269S: Orphan 5380S: Orphan
5381F: drivers/net/wireless/strip.c
5382F: include/linux/if_strip.h
4270 5383
4271STRADIS MPEG-2 DECODER DRIVER 5384STRADIS MPEG-2 DECODER DRIVER
4272P: Nathan Laredo 5385P: Nathan Laredo
4273M: laredo@gnu.org 5386M: laredo@gnu.org
4274W: http://www.stradis.com/ 5387W: http://www.stradis.com/
4275S: Maintained 5388S: Maintained
5389F: drivers/media/video/stradis.c
4276 5390
4277SUN3/3X 5391SUN3/3X
4278P: Sam Creasey 5392P: Sam Creasey
4279M: sammy@sammy.net 5393M: sammy@sammy.net
4280W: http://sammy.net/sun3/ 5394W: http://sammy.net/sun3/
4281S: Maintained 5395S: Maintained
5396F: arch/m68k/kernel/*sun3*
5397F: arch/m68k/sun3*/
5398F: arch/m68k/include/asm/sun3*
4282 5399
4283SUPERH 5400SUPERH
4284P: Paul Mundt 5401P: Paul Mundt
4285M: lethal@linux-sh.org 5402M: lethal@linux-sh.org
4286L: linux-sh@vger.kernel.org 5403L: linux-sh@vger.kernel.org
4287W: http://www.linux-sh.org 5404W: http://www.linux-sh.org
4288T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git 5405T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4289S: Supported 5406S: Supported
5407F: Documentation/sh/
5408F: arch/sh/
5409F: drivers/sh/
4290 5410
4291SUSPEND TO RAM 5411SUSPEND TO RAM
4292P: Len Brown 5412P: Len Brown
@@ -4297,29 +5417,47 @@ P: Rafael J. Wysocki
4297M: rjw@sisk.pl 5417M: rjw@sisk.pl
4298L: linux-pm@lists.linux-foundation.org 5418L: linux-pm@lists.linux-foundation.org
4299S: Supported 5419S: Supported
5420F: Documentation/power/
5421F: arch/x86/kernel/acpi/
5422F: drivers/base/power/
5423F: kernel/power/
5424F: include/linux/suspend.h
5425F: include/linux/freezer.h
5426F: include/linux/pm.h
4300 5427
4301SVGA HANDLING 5428SVGA HANDLING
4302P: Martin Mares 5429P: Martin Mares
4303M: mj@ucw.cz 5430M: mj@ucw.cz
4304L: linux-video@atrey.karlin.mff.cuni.cz 5431L: linux-video@atrey.karlin.mff.cuni.cz
4305S: Maintained 5432S: Maintained
5433F: Documentation/svga.txt
5434F: arch/x86/boot/video*
4306 5435
4307SYSV FILESYSTEM 5436SYSV FILESYSTEM
4308P: Christoph Hellwig 5437P: Christoph Hellwig
4309M: hch@infradead.org 5438M: hch@infradead.org
4310S: Maintained 5439S: Maintained
5440F: Documentation/filesystems/sysv-fs.txt
5441F: fs/sysv/
5442F: include/linux/sysv_fs.h
4311 5443
4312TASKSTATS STATISTICS INTERFACE 5444TASKSTATS STATISTICS INTERFACE
4313P: Balbir Singh 5445P: Balbir Singh
4314M: balbir@linux.vnet.ibm.com 5446M: balbir@linux.vnet.ibm.com
4315L: linux-kernel@vger.kernel.org 5447L: linux-kernel@vger.kernel.org
4316S: Maintained 5448S: Maintained
5449F: Documentation/accounting/taskstats*
5450F: include/linux/taskstats*
5451F: kernel/taskstats.c
4317 5452
4318TC CLASSIFIER 5453TC CLASSIFIER
4319P: Jamal Hadi Salim 5454P: Jamal Hadi Salim
4320M: hadi@cyberus.ca 5455M: hadi@cyberus.ca
4321L: netdev@vger.kernel.org 5456L: netdev@vger.kernel.org
4322S: Maintained 5457S: Maintained
5458F: include/linux/pkt_cls.h
5459F: include/net/pkt_cls.h
5460F: net/sched/
4323 5461
4324TCP LOW PRIORITY MODULE 5462TCP LOW PRIORITY MODULE
4325P: Wong Hoi Sing, Edison 5463P: Wong Hoi Sing, Edison
@@ -4328,6 +5466,7 @@ P: Hung Hing Lun, Mike
4328M: hlhung3i@gmail.com 5466M: hlhung3i@gmail.com
4329W: http://tcp-lp-mod.sourceforge.net/ 5467W: http://tcp-lp-mod.sourceforge.net/
4330S: Maintained 5468S: Maintained
5469F: net/ipv4/tcp_lp.c
4331 5470
4332TEHUTI ETHERNET DRIVER 5471TEHUTI ETHERNET DRIVER
4333P: Alexander Indenbaum 5472P: Alexander Indenbaum
@@ -4336,16 +5475,19 @@ P: Andy Gospodarek
4336M: andy@greyhouse.net 5475M: andy@greyhouse.net
4337L: netdev@vger.kernel.org 5476L: netdev@vger.kernel.org
4338S: Supported 5477S: Supported
5478F: drivers/net/tehuti*
4339 5479
4340Telecom Clock Driver for MCPL0010 5480Telecom Clock Driver for MCPL0010
4341P: Mark Gross 5481P: Mark Gross
4342M: mark.gross@intel.com 5482M: mark.gross@intel.com
4343S: Supported 5483S: Supported
5484F: drivers/char/tlclk.c
4344 5485
4345TENSILICA XTENSA PORT (xtensa) 5486TENSILICA XTENSA PORT (xtensa)
4346P: Chris Zankel 5487P: Chris Zankel
4347M: chris@zankel.net 5488M: chris@zankel.net
4348S: Maintained 5489S: Maintained
5490F: arch/xtensa/
4349 5491
4350THINKPAD ACPI EXTRAS DRIVER 5492THINKPAD ACPI EXTRAS DRIVER
4351P: Henrique de Moraes Holschuh 5493P: Henrique de Moraes Holschuh
@@ -4353,13 +5495,17 @@ M: ibm-acpi@hmh.eng.br
4353L: ibm-acpi-devel@lists.sourceforge.net 5495L: ibm-acpi-devel@lists.sourceforge.net
4354W: http://ibm-acpi.sourceforge.net 5496W: http://ibm-acpi.sourceforge.net
4355W: http://thinkwiki.org/wiki/Ibm-acpi 5497W: http://thinkwiki.org/wiki/Ibm-acpi
4356T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 5498T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4357S: Maintained 5499S: Maintained
5500F: drivers/platform/x86/thinkpad_acpi.c
4358 5501
4359TI FLASH MEDIA INTERFACE DRIVER 5502TI FLASH MEDIA INTERFACE DRIVER
4360P: Alex Dubov 5503P: Alex Dubov
4361M: oakad@yahoo.com 5504M: oakad@yahoo.com
4362S: Maintained 5505S: Maintained
5506F: drivers/misc/tifm*
5507F: drivers/mmc/host/tifm_sd.c
5508F: include/linux/tifm.h
4363 5509
4364TI OMAP MMC INTERFACE DRIVER 5510TI OMAP MMC INTERFACE DRIVER
4365P: Carlos Aguiar, Anderson Briglia and Syed Khasim 5511P: Carlos Aguiar, Anderson Briglia and Syed Khasim
@@ -4367,11 +5513,13 @@ M: linux-omap@vger.kernel.org
4367W: http://linux.omap.com 5513W: http://linux.omap.com
4368W: http://www.muru.com/linux/omap/ 5514W: http://www.muru.com/linux/omap/
4369S: Maintained 5515S: Maintained
5516F: drivers/mmc/host/omap.c
4370 5517
4371TI OMAP RANDOM NUMBER GENERATOR SUPPORT 5518TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4372P: Deepak Saxena 5519P: Deepak Saxena
4373M: dsaxena@plexity.net 5520M: dsaxena@plexity.net
4374S: Maintained 5521S: Maintained
5522F: drivers/char/hw_random/omap-rng.c
4375 5523
4376TIPC NETWORK LAYER 5524TIPC NETWORK LAYER
4377P: Per Liden 5525P: Per Liden
@@ -4383,8 +5531,11 @@ M: allan.stephens@windriver.com
4383L: tipc-discussion@lists.sourceforge.net 5531L: tipc-discussion@lists.sourceforge.net
4384W: http://tipc.sourceforge.net/ 5532W: http://tipc.sourceforge.net/
4385W: http://tipc.cslab.ericsson.net/ 5533W: http://tipc.cslab.ericsson.net/
4386T: git tipc.cslab.ericsson.net:/pub/git/tipc.git 5534T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
4387S: Maintained 5535S: Maintained
5536F: include/linux/tipc*.h
5537F: include/net/tipc/
5538F: net/tipc/
4388 5539
4389TLAN NETWORK DRIVER 5540TLAN NETWORK DRIVER
4390P: Samuel Chessman 5541P: Samuel Chessman
@@ -4392,6 +5543,8 @@ M: chessman@tux.org
4392L: tlan-devel@lists.sourceforge.net (subscribers-only) 5543L: tlan-devel@lists.sourceforge.net (subscribers-only)
4393W: http://sourceforge.net/projects/tlan/ 5544W: http://sourceforge.net/projects/tlan/
4394S: Maintained 5545S: Maintained
5546F: Documentation/networking/tlan.txt
5547F: drivers/net/tlan.*
4395 5548
4396TOMOYO SECURITY MODULE 5549TOMOYO SECURITY MODULE
4397P: Kentaro Takeda 5550P: Kentaro Takeda
@@ -4405,9 +5558,11 @@ L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4405W: http://tomoyo.sourceforge.jp/ 5558W: http://tomoyo.sourceforge.jp/
4406T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5559T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4407S: Maintained 5560S: Maintained
5561F: security/tomoyo/
4408 5562
4409TOSHIBA ACPI EXTRAS DRIVER 5563TOSHIBA ACPI EXTRAS DRIVER
4410S: Orphan 5564S: Orphan
5565F: drivers/platform/x86/toshiba_acpi.c
4411 5566
4412TOSHIBA SMM DRIVER 5567TOSHIBA SMM DRIVER
4413P: Jonathan Buzzard 5568P: Jonathan Buzzard
@@ -4415,11 +5570,14 @@ M: jonathan@buzzard.org.uk
4415L: tlinux-users@tce.toshiba-dme.co.jp 5570L: tlinux-users@tce.toshiba-dme.co.jp
4416W: http://www.buzzard.org.uk/toshiba/ 5571W: http://www.buzzard.org.uk/toshiba/
4417S: Maintained 5572S: Maintained
5573F: drivers/char/toshiba.c
5574F: include/linux/toshiba.h
4418 5575
4419TMIO MMC DRIVER 5576TMIO MMC DRIVER
4420P: Ian Molton 5577P: Ian Molton
4421M: ian@mnementh.co.uk 5578M: ian@mnementh.co.uk
4422S: Maintained 5579S: Maintained
5580F: drivers/mmc/host/tmio_mmc.*
4423 5581
4424TPM DEVICE DRIVER 5582TPM DEVICE DRIVER
4425P: Debora Velarde 5583P: Debora Velarde
@@ -4432,12 +5590,13 @@ M: m.selhorst@sirrix.com
4432W: http://www.sirrix.com 5590W: http://www.sirrix.com
4433L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 5591L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4434S: Maintained 5592S: Maintained
5593F: drivers/char/tpm/
4435 5594
4436TRIVIAL PATCHES 5595TRIVIAL PATCHES
4437P: Jiri Kosina 5596P: Jiri Kosina
4438M: trivial@kernel.org 5597M: trivial@kernel.org
4439L: linux-kernel@vger.kernel.org 5598L: linux-kernel@vger.kernel.org
4440T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git 5599T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
4441S: Maintained 5600S: Maintained
4442 5601
4443TTY LAYER 5602TTY LAYER
@@ -4453,6 +5612,7 @@ P: Kyle McMartin
4453M: kyle@mcmartin.ca 5612M: kyle@mcmartin.ca
4454L: netdev@vger.kernel.org 5613L: netdev@vger.kernel.org
4455S: Maintained 5614S: Maintained
5615F: drivers/net/tulip/
4456 5616
4457TUN/TAP driver 5617TUN/TAP driver
4458P: Maxim Krasnyansky 5618P: Maxim Krasnyansky
@@ -4460,17 +5620,22 @@ M: maxk@qualcomm.com
4460L: vtun@office.satix.net 5620L: vtun@office.satix.net
4461W: http://vtun.sourceforge.net/tun 5621W: http://vtun.sourceforge.net/tun
4462S: Maintained 5622S: Maintained
5623F: Documentation/networking/tuntap.txt
5624F: arch/um/os-Linux/drivers/
4463 5625
4464TURBOCHANNEL SUBSYSTEM 5626TURBOCHANNEL SUBSYSTEM
4465P: Maciej W. Rozycki 5627P: Maciej W. Rozycki
4466M: macro@linux-mips.org 5628M: macro@linux-mips.org
4467S: Maintained 5629S: Maintained
5630F: drivers/tc/
5631F: include/linux/tc.h
4468 5632
4469U14-34F SCSI DRIVER 5633U14-34F SCSI DRIVER
4470P: Dario Ballabio 5634P: Dario Ballabio
4471M: ballabio_dario@emc.com 5635M: ballabio_dario@emc.com
4472L: linux-scsi@vger.kernel.org 5636L: linux-scsi@vger.kernel.org
4473S: Maintained 5637S: Maintained
5638F: drivers/scsi/u14-34f.c
4474 5639
4475UBI FILE SYSTEM (UBIFS) 5640UBI FILE SYSTEM (UBIFS)
4476P: Artem Bityutskiy 5641P: Artem Bityutskiy
@@ -4481,6 +5646,8 @@ L: linux-mtd@lists.infradead.org
4481T: git git://git.infradead.org/ubifs-2.6.git 5646T: git git://git.infradead.org/ubifs-2.6.git
4482W: http://www.linux-mtd.infradead.org/doc/ubifs.html 5647W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4483S: Maintained 5648S: Maintained
5649F: Documentation/filesystems/ubifs.txt
5650F: fs/ubifs/
4484 5651
4485UCLINUX (AND M68KNOMMU) 5652UCLINUX (AND M68KNOMMU)
4486P: Greg Ungerer 5653P: Greg Ungerer
@@ -4488,8 +5655,9 @@ M: gerg@uclinux.org
4488W: http://www.uclinux.org/ 5655W: http://www.uclinux.org/
4489L: uclinux-dev@uclinux.org (subscribers-only) 5656L: uclinux-dev@uclinux.org (subscribers-only)
4490S: Maintained 5657S: Maintained
5658F: arch/m68knommu/
4491 5659
4492UCLINUX FOR RENESAS H8/300 5660UCLINUX FOR RENESAS H8/300 (H8300)
4493P: Yoshinori Sato 5661P: Yoshinori Sato
4494M: ysato@users.sourceforge.jp 5662M: ysato@users.sourceforge.jp
4495W: http://uclinux-h8.sourceforge.jp/ 5663W: http://uclinux-h8.sourceforge.jp/
@@ -4500,18 +5668,25 @@ P: Jan Kara
4500M: jack@suse.cz 5668M: jack@suse.cz
4501W: http://linux-udf.sourceforge.net 5669W: http://linux-udf.sourceforge.net
4502S: Maintained 5670S: Maintained
5671F: Documentation/filesystems/udf.txt
5672F: fs/udf/
4503 5673
4504UFS FILESYSTEM 5674UFS FILESYSTEM
4505P: Evgeniy Dushistov 5675P: Evgeniy Dushistov
4506M: dushistov@mail.ru 5676M: dushistov@mail.ru
4507L: linux-kernel@vger.kernel.org 5677L: linux-kernel@vger.kernel.org
4508S: Maintained 5678S: Maintained
5679F: Documentation/filesystems/ufs.txt
5680F: fs/ufs/
4509 5681
4510ULTRA-WIDEBAND (UWB) SUBSYSTEM: 5682ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4511P: David Vrabel 5683P: David Vrabel
4512M: david.vrabel@csr.com 5684M: david.vrabel@csr.com
4513L: linux-usb@vger.kernel.org 5685L: linux-usb@vger.kernel.org
4514S: Supported 5686S: Supported
5687F: drivers/uwb/*
5688F: include/linux/uwb.h
5689F: include/linux/uwb/
4515 5690
4516UNIFORM CDROM DRIVER 5691UNIFORM CDROM DRIVER
4517P: Jens Axboe 5692P: Jens Axboe
@@ -4519,6 +5694,9 @@ M: axboe@kernel.dk
4519L: linux-kernel@vger.kernel.org 5694L: linux-kernel@vger.kernel.org
4520W: http://www.kernel.dk 5695W: http://www.kernel.dk
4521S: Maintained 5696S: Maintained
5697F: Documentation/cdrom/
5698F: drivers/cdrom/cdrom.c
5699F: include/linux/cdrom.h
4522 5700
4523UNSORTED BLOCK IMAGES (UBI) 5701UNSORTED BLOCK IMAGES (UBI)
4524P: Artem Bityutskiy 5702P: Artem Bityutskiy
@@ -4527,12 +5705,17 @@ W: http://www.linux-mtd.infradead.org/
4527L: linux-mtd@lists.infradead.org 5705L: linux-mtd@lists.infradead.org
4528T: git git://git.infradead.org/ubi-2.6.git 5706T: git git://git.infradead.org/ubi-2.6.git
4529S: Maintained 5707S: Maintained
5708F: drivers/mtd/ubi/
5709F: include/linux/mtd/ubi.h
5710F: include/mtd/ubi-user.h
4530 5711
4531USB ACM DRIVER 5712USB ACM DRIVER
4532P: Oliver Neukum 5713P: Oliver Neukum
4533M: oliver@neukum.name 5714M: oliver@neukum.name
4534L: linux-usb@vger.kernel.org 5715L: linux-usb@vger.kernel.org
4535S: Maintained 5716S: Maintained
5717F: Documentation/usb/acm.txt
5718F: drivers/usb/class/cdc-acm.*
4536 5719
4537USB BLOCK DRIVER (UB ub) 5720USB BLOCK DRIVER (UB ub)
4538P: Pete Zaitcev 5721P: Pete Zaitcev
@@ -4540,6 +5723,7 @@ M: zaitcev@redhat.com
4540L: linux-kernel@vger.kernel.org 5723L: linux-kernel@vger.kernel.org
4541L: linux-usb@vger.kernel.org 5724L: linux-usb@vger.kernel.org
4542S: Supported 5725S: Supported
5726F: drivers/block/ub.c
4543 5727
4544USB CDC ETHERNET DRIVER 5728USB CDC ETHERNET DRIVER
4545P: Greg Kroah-Hartman 5729P: Greg Kroah-Hartman
@@ -4547,12 +5731,15 @@ M: greg@kroah.com
4547L: linux-usb@vger.kernel.org 5731L: linux-usb@vger.kernel.org
4548S: Maintained 5732S: Maintained
4549W: http://www.kroah.com/linux-usb/ 5733W: http://www.kroah.com/linux-usb/
5734F: drivers/net/usb/cdc_*.c
5735F: include/linux/usb/cdc.h
4550 5736
4551USB CYPRESS C67X00 DRIVER 5737USB CYPRESS C67X00 DRIVER
4552P: Peter Korsgaard 5738P: Peter Korsgaard
4553M: jacmet@sunsite.dk 5739M: jacmet@sunsite.dk
4554L: linux-usb@vger.kernel.org 5740L: linux-usb@vger.kernel.org
4555S: Maintained 5741S: Maintained
5742F: drivers/usb/c67x00/
4556 5743
4557USB DAVICOM DM9601 DRIVER 5744USB DAVICOM DM9601 DRIVER
4558P: Peter Korsgaard 5745P: Peter Korsgaard
@@ -4560,6 +5747,7 @@ M: jacmet@sunsite.dk
4560L: netdev@vger.kernel.org 5747L: netdev@vger.kernel.org
4561W: http://www.linux-usb.org/usbnet 5748W: http://www.linux-usb.org/usbnet
4562S: Maintained 5749S: Maintained
5750F: drivers/net/usb/dm9601.c
4563 5751
4564USB DIAMOND RIO500 DRIVER 5752USB DIAMOND RIO500 DRIVER
4565P: Cesar Miquel 5753P: Cesar Miquel
@@ -4567,21 +5755,25 @@ M: miquel@df.uba.ar
4567L: rio500-users@lists.sourceforge.net 5755L: rio500-users@lists.sourceforge.net
4568W: http://rio500.sourceforge.net 5756W: http://rio500.sourceforge.net
4569S: Maintained 5757S: Maintained
5758F: drivers/usb/misc/rio500*
4570 5759
4571USB EHCI DRIVER 5760USB EHCI DRIVER
4572P: David Brownell 5761P: David Brownell
4573M: dbrownell@users.sourceforge.net 5762M: dbrownell@users.sourceforge.net
4574L: linux-usb@vger.kernel.org 5763L: linux-usb@vger.kernel.org
4575S: Odd Fixes 5764S: Odd Fixes
5765F: Documentation/usb/ehci.txt
5766F: drivers/usb/host/ehci*
4576 5767
4577USB ET61X[12]51 DRIVER 5768USB ET61X[12]51 DRIVER
4578P: Luca Risolia 5769P: Luca Risolia
4579M: luca.risolia@studio.unibo.it 5770M: luca.risolia@studio.unibo.it
4580L: linux-usb@vger.kernel.org 5771L: linux-usb@vger.kernel.org
4581L: linux-media@vger.kernel.org 5772L: linux-media@vger.kernel.org
4582T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5773T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4583W: http://www.linux-projects.org 5774W: http://www.linux-projects.org
4584S: Maintained 5775S: Maintained
5776F: drivers/media/video/et61x251/
4585 5777
4586USB GADGET/PERIPHERAL SUBSYSTEM 5778USB GADGET/PERIPHERAL SUBSYSTEM
4587P: David Brownell 5779P: David Brownell
@@ -4589,25 +5781,32 @@ M: dbrownell@users.sourceforge.net
4589L: linux-usb@vger.kernel.org 5781L: linux-usb@vger.kernel.org
4590W: http://www.linux-usb.org/gadget 5782W: http://www.linux-usb.org/gadget
4591S: Maintained 5783S: Maintained
5784F: drivers/usb/gadget/
5785F: include/linux/usb/gadget*
4592 5786
4593USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 5787USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4594P: Jiri Kosina 5788P: Jiri Kosina
4595M: jkosina@suse.cz 5789M: jkosina@suse.cz
4596L: linux-usb@vger.kernel.org 5790L: linux-usb@vger.kernel.org
4597T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 5791T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4598S: Maintained 5792S: Maintained
5793F: Documentation/usb/hiddev.txt
5794F: drivers/hid/usbhid/
4599 5795
4600USB ISP116X DRIVER 5796USB ISP116X DRIVER
4601P: Olav Kongas 5797P: Olav Kongas
4602M: ok@artecdesign.ee 5798M: ok@artecdesign.ee
4603L: linux-usb@vger.kernel.org 5799L: linux-usb@vger.kernel.org
4604S: Maintained 5800S: Maintained
5801F: drivers/usb/host/isp116x*
5802F: include/linux/usb/isp116x.h
4605 5803
4606USB KAWASAKI LSI DRIVER 5804USB KAWASAKI LSI DRIVER
4607P: Oliver Neukum 5805P: Oliver Neukum
4608M: oliver@neukum.name 5806M: oliver@neukum.name
4609L: linux-usb@vger.kernel.org 5807L: linux-usb@vger.kernel.org
4610S: Maintained 5808S: Maintained
5809F: drivers/usb/serial/kl5kusb105.*
4611 5810
4612USB MASS STORAGE DRIVER 5811USB MASS STORAGE DRIVER
4613P: Matthew Dharm 5812P: Matthew Dharm
@@ -4616,18 +5815,22 @@ L: linux-usb@vger.kernel.org
4616L: usb-storage@lists.one-eyed-alien.net 5815L: usb-storage@lists.one-eyed-alien.net
4617S: Maintained 5816S: Maintained
4618W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 5817W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5818F: drivers/usb/storage/
4619 5819
4620USB OHCI DRIVER 5820USB OHCI DRIVER
4621P: David Brownell 5821P: David Brownell
4622M: dbrownell@users.sourceforge.net 5822M: dbrownell@users.sourceforge.net
4623L: linux-usb@vger.kernel.org 5823L: linux-usb@vger.kernel.org
4624S: Odd Fixes 5824S: Odd Fixes
5825F: Documentation/usb/ohci.txt
5826F: drivers/usb/host/ohci*
4625 5827
4626USB OPTION-CARD DRIVER 5828USB OPTION-CARD DRIVER
4627P: Matthias Urlichs 5829P: Matthias Urlichs
4628M: smurf@smurf.noris.de 5830M: smurf@smurf.noris.de
4629L: linux-usb@vger.kernel.org 5831L: linux-usb@vger.kernel.org
4630S: Maintained 5832S: Maintained
5833F: drivers/usb/serial/option.c
4631 5834
4632USB OV511 DRIVER 5835USB OV511 DRIVER
4633P: Mark McClelland 5836P: Mark McClelland
@@ -4635,6 +5838,7 @@ M: mmcclell@bigfoot.com
4635L: linux-usb@vger.kernel.org 5838L: linux-usb@vger.kernel.org
4636W: http://alpha.dyndns.org/ov511/ 5839W: http://alpha.dyndns.org/ov511/
4637S: Maintained 5840S: Maintained
5841F: drivers/media/video/ov511.*
4638 5842
4639USB PEGASUS DRIVER 5843USB PEGASUS DRIVER
4640P: Petko Manolov 5844P: Petko Manolov
@@ -4643,12 +5847,14 @@ L: linux-usb@vger.kernel.org
4643L: netdev@vger.kernel.org 5847L: netdev@vger.kernel.org
4644W: http://pegasus2.sourceforge.net/ 5848W: http://pegasus2.sourceforge.net/
4645S: Maintained 5849S: Maintained
5850F: drivers/net/usb/pegasus.*
4646 5851
4647USB PRINTER DRIVER (usblp) 5852USB PRINTER DRIVER (usblp)
4648P: Pete Zaitcev 5853P: Pete Zaitcev
4649M: zaitcev@redhat.com 5854M: zaitcev@redhat.com
4650L: linux-usb@vger.kernel.org 5855L: linux-usb@vger.kernel.org
4651S: Supported 5856S: Supported
5857F: drivers/usb/class/usblp.c
4652 5858
4653USB RTL8150 DRIVER 5859USB RTL8150 DRIVER
4654P: Petko Manolov 5860P: Petko Manolov
@@ -4657,6 +5863,7 @@ L: linux-usb@vger.kernel.org
4657L: netdev@vger.kernel.org 5863L: netdev@vger.kernel.org
4658W: http://pegasus2.sourceforge.net/ 5864W: http://pegasus2.sourceforge.net/
4659S: Maintained 5865S: Maintained
5866F: drivers/net/usb/rtl8150.c
4660 5867
4661USB SE401 DRIVER 5868USB SE401 DRIVER
4662P: Jeroen Vreeken 5869P: Jeroen Vreeken
@@ -4664,12 +5871,15 @@ M: pe1rxq@amsat.org
4664L: linux-usb@vger.kernel.org 5871L: linux-usb@vger.kernel.org
4665W: http://www.chello.nl/~j.vreeken/se401/ 5872W: http://www.chello.nl/~j.vreeken/se401/
4666S: Maintained 5873S: Maintained
5874F: Documentation/video4linux/se401.txt
5875F: drivers/media/video/se401.*
4667 5876
4668USB SERIAL BELKIN F5U103 DRIVER 5877USB SERIAL BELKIN F5U103 DRIVER
4669P: William Greathouse 5878P: William Greathouse
4670M: wgreathouse@smva.com 5879M: wgreathouse@smva.com
4671L: linux-usb@vger.kernel.org 5880L: linux-usb@vger.kernel.org
4672S: Maintained 5881S: Maintained
5882F: drivers/usb/serial/belkin_sa.*
4673 5883
4674USB SERIAL CYPRESS M8 DRIVER 5884USB SERIAL CYPRESS M8 DRIVER
4675P: Lonnie Mendez 5885P: Lonnie Mendez
@@ -4678,12 +5888,14 @@ L: linux-usb@vger.kernel.org
4678S: Maintained 5888S: Maintained
4679W: http://geocities.com/i0xox0i 5889W: http://geocities.com/i0xox0i
4680W: http://firstlight.net/cvs 5890W: http://firstlight.net/cvs
5891F: drivers/usb/serial/cypress_m8.*
4681 5892
4682USB SERIAL CYBERJACK DRIVER 5893USB SERIAL CYBERJACK DRIVER
4683P: Matthias Bruestle and Harald Welte 5894P: Matthias Bruestle and Harald Welte
4684M: support@reiner-sct.com 5895M: support@reiner-sct.com
4685W: http://www.reiner-sct.de/support/treiber_cyberjack.php 5896W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4686S: Maintained 5897S: Maintained
5898F: drivers/usb/serial/cyberjack.c
4687 5899
4688USB SERIAL DIGI ACCELEPORT DRIVER 5900USB SERIAL DIGI ACCELEPORT DRIVER
4689P: Peter Berger and Al Borchers 5901P: Peter Berger and Al Borchers
@@ -4691,18 +5903,24 @@ M: pberger@brimson.com
4691M: alborchers@steinerpoint.com 5903M: alborchers@steinerpoint.com
4692L: linux-usb@vger.kernel.org 5904L: linux-usb@vger.kernel.org
4693S: Maintained 5905S: Maintained
5906F: drivers/usb/serial/digi_acceleport.c
4694 5907
4695USB SERIAL DRIVER 5908USB SERIAL DRIVER
4696P: Greg Kroah-Hartman 5909P: Greg Kroah-Hartman
4697M: gregkh@suse.de 5910M: gregkh@suse.de
4698L: linux-usb@vger.kernel.org 5911L: linux-usb@vger.kernel.org
4699S: Supported 5912S: Supported
5913F: Documentation/usb/usb-serial.txt
5914F: drivers/usb/serial/generic.c
5915F: drivers/usb/serial/usb-serial.c
5916F: include/linux/usb/serial.h
4700 5917
4701USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 5918USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4702P: Gary Brubaker 5919P: Gary Brubaker
4703M: xavyer@ix.netcom.com 5920M: xavyer@ix.netcom.com
4704L: linux-usb@vger.kernel.org 5921L: linux-usb@vger.kernel.org
4705S: Maintained 5922S: Maintained
5923F: drivers/usb/serial/empeg.c
4706 5924
4707USB SERIAL KEYSPAN DRIVER 5925USB SERIAL KEYSPAN DRIVER
4708P: Greg Kroah-Hartman 5926P: Greg Kroah-Hartman
@@ -4710,6 +5928,7 @@ M: greg@kroah.com
4710L: linux-usb@vger.kernel.org 5928L: linux-usb@vger.kernel.org
4711W: http://www.kroah.com/linux/ 5929W: http://www.kroah.com/linux/
4712S: Maintained 5930S: Maintained
5931F: drivers/usb/serial/*keyspan*
4713 5932
4714USB SERIAL WHITEHEAT DRIVER 5933USB SERIAL WHITEHEAT DRIVER
4715P: Support Department 5934P: Support Department
@@ -4717,21 +5936,25 @@ M: support@connecttech.com
4717L: linux-usb@vger.kernel.org 5936L: linux-usb@vger.kernel.org
4718W: http://www.connecttech.com 5937W: http://www.connecttech.com
4719S: Supported 5938S: Supported
5939F: drivers/usb/serial/whiteheat*
4720 5940
4721USB SMSC95XX ETHERNET DRIVER 5941USB SMSC95XX ETHERNET DRIVER
4722P: Steve Glendinning 5942P: Steve Glendinning
4723M: steve.glendinning@smsc.com 5943M: steve.glendinning@smsc.com
4724L: netdev@vger.kernel.org 5944L: netdev@vger.kernel.org
4725S: Supported 5945S: Supported
5946F: drivers/net/usb/smsc95xx.*
4726 5947
4727USB SN9C1xx DRIVER 5948USB SN9C1xx DRIVER
4728P: Luca Risolia 5949P: Luca Risolia
4729M: luca.risolia@studio.unibo.it 5950M: luca.risolia@studio.unibo.it
4730L: linux-usb@vger.kernel.org 5951L: linux-usb@vger.kernel.org
4731L: linux-media@vger.kernel.org 5952L: linux-media@vger.kernel.org
4732T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5953T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4733W: http://www.linux-projects.org 5954W: http://www.linux-projects.org
4734S: Maintained 5955S: Maintained
5956F: Documentation/video4linux/sn9c102.txt
5957F: drivers/media/video/sn9c102/
4735 5958
4736USB SUBSYSTEM 5959USB SUBSYSTEM
4737P: Greg Kroah-Hartman 5960P: Greg Kroah-Hartman
@@ -4740,12 +5963,18 @@ L: linux-usb@vger.kernel.org
4740W: http://www.linux-usb.org 5963W: http://www.linux-usb.org
4741T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5964T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4742S: Supported 5965S: Supported
5966F: Documentation/usb/
5967F: drivers/net/usb/
5968F: drivers/usb/
5969F: include/linux/usb.h
5970F: include/linux/usb/
4743 5971
4744USB UHCI DRIVER 5972USB UHCI DRIVER
4745P: Alan Stern 5973P: Alan Stern
4746M: stern@rowland.harvard.edu 5974M: stern@rowland.harvard.edu
4747L: linux-usb@vger.kernel.org 5975L: linux-usb@vger.kernel.org
4748S: Maintained 5976S: Maintained
5977F: drivers/usb/host/uhci*
4749 5978
4750USB "USBNET" DRIVER FRAMEWORK 5979USB "USBNET" DRIVER FRAMEWORK
4751P: David Brownell 5980P: David Brownell
@@ -4753,39 +5982,47 @@ M: dbrownell@users.sourceforge.net
4753L: netdev@vger.kernel.org 5982L: netdev@vger.kernel.org
4754W: http://www.linux-usb.org/usbnet 5983W: http://www.linux-usb.org/usbnet
4755S: Maintained 5984S: Maintained
5985F: drivers/net/usb/usbnet.c
5986F: include/linux/usb/usbnet.h
4756 5987
4757USB VIDEO CLASS 5988USB VIDEO CLASS
4758P: Laurent Pinchart 5989P: Laurent Pinchart
4759M: laurent.pinchart@skynet.be 5990M: laurent.pinchart@skynet.be
4760L: linux-uvc-devel@lists.berlios.de (subscribers-only) 5991L: linux-uvc-devel@lists.berlios.de (subscribers-only)
4761L: linux-media@vger.kernel.org 5992L: linux-media@vger.kernel.org
4762T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5993T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4763W: http://linux-uvc.berlios.de 5994W: http://linux-uvc.berlios.de
4764S: Maintained 5995S: Maintained
5996F: drivers/media/video/uvc/
4765 5997
4766USB W996[87]CF DRIVER 5998USB W996[87]CF DRIVER
4767P: Luca Risolia 5999P: Luca Risolia
4768M: luca.risolia@studio.unibo.it 6000M: luca.risolia@studio.unibo.it
4769L: linux-usb@vger.kernel.org 6001L: linux-usb@vger.kernel.org
4770L: linux-media@vger.kernel.org 6002L: linux-media@vger.kernel.org
4771T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6003T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4772W: http://www.linux-projects.org 6004W: http://www.linux-projects.org
4773S: Maintained 6005S: Maintained
6006F: Documentation/video4linux/w9968cf.txt
6007F: drivers/media/video/w996*
4774 6008
4775USB WIRELESS RNDIS DRIVER (rndis_wlan) 6009USB WIRELESS RNDIS DRIVER (rndis_wlan)
4776P: Jussi Kivilinna 6010P: Jussi Kivilinna
4777M: jussi.kivilinna@mbnet.fi 6011M: jussi.kivilinna@mbnet.fi
4778L: linux-wireless@vger.kernel.org 6012L: linux-wireless@vger.kernel.org
4779S: Maintained 6013S: Maintained
6014F: drivers/net/wireless/rndis_wlan.c
4780 6015
4781USB ZC0301 DRIVER 6016USB ZC0301 DRIVER
4782P: Luca Risolia 6017P: Luca Risolia
4783M: luca.risolia@studio.unibo.it 6018M: luca.risolia@studio.unibo.it
4784L: linux-usb@vger.kernel.org 6019L: linux-usb@vger.kernel.org
4785L: linux-media@vger.kernel.org 6020L: linux-media@vger.kernel.org
4786T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6021T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4787W: http://www.linux-projects.org 6022W: http://www.linux-projects.org
4788S: Maintained 6023S: Maintained
6024F: Documentation/video4linux/zc0301.txt
6025F: drivers/media/video/zc0301/
4789 6026
4790USB ZD1201 DRIVER 6027USB ZD1201 DRIVER
4791P: Jeroen Vreeken 6028P: Jeroen Vreeken
@@ -4793,15 +6030,18 @@ M: pe1rxq@amsat.org
4793L: linux-usb@vger.kernel.org 6030L: linux-usb@vger.kernel.org
4794W: http://linux-lc100020.sourceforge.net 6031W: http://linux-lc100020.sourceforge.net
4795S: Maintained 6032S: Maintained
6033F: drivers/net/wireless/zd1201.*
4796 6034
4797USB ZR364XX DRIVER 6035USB ZR364XX DRIVER
4798P: Antoine Jacquet 6036P: Antoine Jacquet
4799M: royale@zerezo.com 6037M: royale@zerezo.com
4800L: linux-usb@vger.kernel.org 6038L: linux-usb@vger.kernel.org
4801L: linux-media@vger.kernel.org 6039L: linux-media@vger.kernel.org
4802T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6040T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4803W: http://royale.zerezo.com/zr364xx/ 6041W: http://royale.zerezo.com/zr364xx/
4804S: Maintained 6042S: Maintained
6043F: Documentation/video4linux/zr364xx.txt
6044F: drivers/media/video/zr364xx.c
4805 6045
4806USER-MODE LINUX (UML) 6046USER-MODE LINUX (UML)
4807P: Jeff Dike 6047P: Jeff Dike
@@ -4810,6 +6050,10 @@ L: user-mode-linux-devel@lists.sourceforge.net
4810L: user-mode-linux-user@lists.sourceforge.net 6050L: user-mode-linux-user@lists.sourceforge.net
4811W: http://user-mode-linux.sourceforge.net 6051W: http://user-mode-linux.sourceforge.net
4812S: Maintained 6052S: Maintained
6053F: Documentation/uml/
6054F: arch/um/
6055F: fs/hostfs/
6056F: fs/hppfs/
4813 6057
4814USERSPACE I/O (UIO) 6058USERSPACE I/O (UIO)
4815P: Hans J. Koch 6059P: Hans J. Koch
@@ -4818,13 +6062,16 @@ P: Greg Kroah-Hartman
4818M: gregkh@suse.de 6062M: gregkh@suse.de
4819L: linux-kernel@vger.kernel.org 6063L: linux-kernel@vger.kernel.org
4820S: Maintained 6064S: Maintained
6065F: Documentation/DocBook/uio-howto.tmpl
6066F: drivers/uio/
6067F: include/linux/uio*.h
4821 6068
4822UTIL-LINUX-NG PACKAGE 6069UTIL-LINUX-NG PACKAGE
4823P: Karel Zak 6070P: Karel Zak
4824M: kzak@redhat.com 6071M: kzak@redhat.com
4825L: util-linux-ng@vger.kernel.org 6072L: util-linux-ng@vger.kernel.org
4826W: http://kernel.org/~kzak/util-linux-ng/ 6073W: http://kernel.org/~kzak/util-linux-ng/
4827T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 6074T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4828S: Maintained 6075S: Maintained
4829 6076
4830UVESAFB DRIVER 6077UVESAFB DRIVER
@@ -4833,23 +6080,30 @@ M: spock@gentoo.org
4833L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 6080L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4834W: http://dev.gentoo.org/~spock/projects/uvesafb/ 6081W: http://dev.gentoo.org/~spock/projects/uvesafb/
4835S: Maintained 6082S: Maintained
6083F: Documentation/fb/uvesafb.txt
6084F: drivers/video/uvesafb.*
4836 6085
4837VFAT/FAT/MSDOS FILESYSTEM 6086VFAT/FAT/MSDOS FILESYSTEM
4838P: OGAWA Hirofumi 6087P: OGAWA Hirofumi
4839M: hirofumi@mail.parknet.co.jp 6088M: hirofumi@mail.parknet.co.jp
4840L: linux-kernel@vger.kernel.org 6089L: linux-kernel@vger.kernel.org
4841S: Maintained 6090S: Maintained
6091F: Documentation/filesystems/vfat.txt
6092F: fs/fat/
4842 6093
4843VIA RHINE NETWORK DRIVER 6094VIA RHINE NETWORK DRIVER
4844P: Roger Luethi 6095P: Roger Luethi
4845M: rl@hellgate.ch 6096M: rl@hellgate.ch
4846S: Maintained 6097S: Maintained
6098F: drivers/net/via-rhine.c
4847 6099
4848VIAPRO SMBUS DRIVER 6100VIAPRO SMBUS DRIVER
4849P: Jean Delvare 6101P: Jean Delvare
4850M: khali@linux-fr.org 6102M: khali@linux-fr.org
4851L: linux-i2c@vger.kernel.org 6103L: linux-i2c@vger.kernel.org
4852S: Maintained 6104S: Maintained
6105F: Documentation/i2c/busses/i2c-viapro
6106F: drivers/i2c/busses/i2c-viapro.c
4853 6107
4854VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 6108VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4855P: Joseph Chan 6109P: Joseph Chan
@@ -4858,26 +6112,23 @@ P: Scott Fang
4858M: ScottFang@viatech.com.cn 6112M: ScottFang@viatech.com.cn
4859L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 6113L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4860S: Maintained 6114S: Maintained
6115F: drivers/video/via/
4861 6116
4862VIA VELOCITY NETWORK DRIVER 6117VIA VELOCITY NETWORK DRIVER
4863P: Francois Romieu 6118P: Francois Romieu
4864M: romieu@fr.zoreil.com 6119M: romieu@fr.zoreil.com
4865L: netdev@vger.kernel.org 6120L: netdev@vger.kernel.org
4866S: Maintained 6121S: Maintained
4867 6122F: drivers/net/via-velocity.*
4868VIDEO FOR LINUX (V4L)
4869P: Mauro Carvalho Chehab
4870M: mchehab@infradead.org
4871L: linux-media@vger.kernel.org
4872W: http://linuxtv.org
4873T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4874S: Maintained
4875 6123
4876VLAN (802.1Q) 6124VLAN (802.1Q)
4877P: Patrick McHardy 6125P: Patrick McHardy
4878M: kaber@trash.net 6126M: kaber@trash.net
4879L: netdev@vger.kernel.org 6127L: netdev@vger.kernel.org
4880S: Maintained 6128S: Maintained
6129F: drivers/net/macvlan.c
6130F: include/linux/if_*vlan.h
6131F: net/8021q/
4881 6132
4882VOLTAGE AND CURRENT REGULATOR FRAMEWORK 6133VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4883P: Liam Girdwood 6134P: Liam Girdwood
@@ -4886,49 +6137,64 @@ P: Mark Brown
4886M: broonie@opensource.wolfsonmicro.com 6137M: broonie@opensource.wolfsonmicro.com
4887W: http://opensource.wolfsonmicro.com/node/15 6138W: http://opensource.wolfsonmicro.com/node/15
4888W: http://www.slimlogic.co.uk/?p=48 6139W: http://www.slimlogic.co.uk/?p=48
4889T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git 6140T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4890S: Supported 6141S: Supported
6142F: drivers/regulator/
6143F: include/linux/regulator/
4891 6144
4892VT1211 HARDWARE MONITOR DRIVER 6145VT1211 HARDWARE MONITOR DRIVER
4893P: Juerg Haefliger 6146P: Juerg Haefliger
4894M: juergh@gmail.com 6147M: juergh@gmail.com
4895L: lm-sensors@lm-sensors.org 6148L: lm-sensors@lm-sensors.org
4896S: Maintained 6149S: Maintained
6150F: Documentation/hwmon/vt1211
6151F: drivers/hwmon/vt1211.c
4897 6152
4898VT8231 HARDWARE MONITOR DRIVER 6153VT8231 HARDWARE MONITOR DRIVER
4899P: Roger Lucas 6154P: Roger Lucas
4900M: vt8231@hiddenengine.co.uk 6155M: vt8231@hiddenengine.co.uk
4901L: lm-sensors@lm-sensors.org 6156L: lm-sensors@lm-sensors.org
4902S: Maintained 6157S: Maintained
6158F: drivers/hwmon/vt8231.c
4903 6159
4904W1 DALLAS'S 1-WIRE BUS 6160W1 DALLAS'S 1-WIRE BUS
4905P: Evgeniy Polyakov 6161P: Evgeniy Polyakov
4906M: johnpol@2ka.mipt.ru 6162M: johnpol@2ka.mipt.ru
4907S: Maintained 6163S: Maintained
6164F: Documentation/w1/
6165F: drivers/w1/
4908 6166
4909W83791D HARDWARE MONITORING DRIVER 6167W83791D HARDWARE MONITORING DRIVER
4910P: Marc Hulsman 6168P: Marc Hulsman
4911M: m.hulsman@tudelft.nl 6169M: m.hulsman@tudelft.nl
4912L: lm-sensors@lm-sensors.org 6170L: lm-sensors@lm-sensors.org
4913S: Maintained 6171S: Maintained
6172F: Documentation/hwmon/w83791d
6173F: drivers/hwmon/w83791d.c
4914 6174
4915W83793 HARDWARE MONITORING DRIVER 6175W83793 HARDWARE MONITORING DRIVER
4916P: Rudolf Marek 6176P: Rudolf Marek
4917M: r.marek@assembler.cz 6177M: r.marek@assembler.cz
4918L: lm-sensors@lm-sensors.org 6178L: lm-sensors@lm-sensors.org
4919S: Maintained 6179S: Maintained
6180F: Documentation/hwmon/w83793
6181F: drivers/hwmon/w83793.c
4920 6182
4921W83L51xD SD/MMC CARD INTERFACE DRIVER 6183W83L51xD SD/MMC CARD INTERFACE DRIVER
4922P: Pierre Ossman 6184P: Pierre Ossman
4923M: drzeus-wbsd@drzeus.cx 6185M: pierre@ossman.eu
4924L: linux-kernel@vger.kernel.org 6186L: linux-kernel@vger.kernel.org
4925S: Maintained 6187S: Maintained
6188F: drivers/mmc/host/wbsd.*
4926 6189
4927WATCHDOG DEVICE DRIVERS 6190WATCHDOG DEVICE DRIVERS
4928P: Wim Van Sebroeck 6191P: Wim Van Sebroeck
4929M: wim@iguana.be 6192M: wim@iguana.be
4930T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 6193T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4931S: Maintained 6194S: Maintained
6195F: Documentation/watchdog/
6196F: drivers/watchdog/
6197F: include/linux/watchdog.h
4932 6198
4933WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 6199WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4934P: Jean Tourrilhes 6200P: Jean Tourrilhes
@@ -4936,12 +6202,15 @@ M: jt@hpl.hp.com
4936L: linux-wireless@vger.kernel.org 6202L: linux-wireless@vger.kernel.org
4937W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 6203W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4938S: Maintained 6204S: Maintained
6205F: Documentation/networking/wavelan.txt
6206F: drivers/net/wireless/wavelan*
4939 6207
4940WD7000 SCSI DRIVER 6208WD7000 SCSI DRIVER
4941P: Miroslav Zagorac 6209P: Miroslav Zagorac
4942M: zaga@fly.cc.fer.hr 6210M: zaga@fly.cc.fer.hr
4943L: linux-scsi@vger.kernel.org 6211L: linux-scsi@vger.kernel.org
4944S: Maintained 6212S: Maintained
6213F: drivers/scsi/wd7000.c
4945 6214
4946WIMAX STACK 6215WIMAX STACK
4947P: Inaky Perez-Gonzalez 6216P: Inaky Perez-Gonzalez
@@ -4955,11 +6224,14 @@ WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4955P: David Vrabel 6224P: David Vrabel
4956M: david.vrabel@csr.com 6225M: david.vrabel@csr.com
4957S: Maintained 6226S: Maintained
6227F: include/linux/wlp.h
6228F: drivers/uwb/wlp/
4958 6229
4959WISTRON LAPTOP BUTTON DRIVER 6230WISTRON LAPTOP BUTTON DRIVER
4960P: Miloslav Trmac 6231P: Miloslav Trmac
4961M: mitr@volny.cz 6232M: mitr@volny.cz
4962S: Maintained 6233S: Maintained
6234F: drivers/input/misc/wistron_btns.c
4963 6235
4964WL3501 WIRELESS PCMCIA CARD DRIVER 6236WL3501 WIRELESS PCMCIA CARD DRIVER
4965P: Arnaldo Carvalho de Melo 6237P: Arnaldo Carvalho de Melo
@@ -4967,6 +6239,7 @@ M: acme@ghostprotocols.net
4967L: linux-wireless@vger.kernel.org 6239L: linux-wireless@vger.kernel.org
4968W: http://oops.ghostprotocols.net:81/blog 6240W: http://oops.ghostprotocols.net:81/blog
4969S: Maintained 6241S: Maintained
6242F: drivers/net/wireless/wl3501*
4970 6243
4971WM97XX TOUCHSCREEN DRIVERS 6244WM97XX TOUCHSCREEN DRIVERS
4972P: Mark Brown 6245P: Mark Brown
@@ -4977,12 +6250,17 @@ L: linux-input@vger.kernel.org
4977T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 6250T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4978W: http://opensource.wolfsonmicro.com/node/7 6251W: http://opensource.wolfsonmicro.com/node/7
4979S: Supported 6252S: Supported
6253F: drivers/input/touchscreen/*wm97*
6254F: include/linux/wm97xx.h
4980 6255
4981X.25 NETWORK LAYER 6256X.25 NETWORK LAYER
4982P: Henner Eisen 6257P: Henner Eisen
4983M: eis@baty.hanse.de 6258M: eis@baty.hanse.de
4984L: linux-x25@vger.kernel.org 6259L: linux-x25@vger.kernel.org
4985S: Maintained 6260S: Maintained
6261F: Documentation/networking/x25*
6262F: include/net/x25*
6263F: net/x25/
4986 6264
4987X86 ARCHITECTURE (32-BIT AND 64-BIT) 6265X86 ARCHITECTURE (32-BIT AND 64-BIT)
4988P: Thomas Gleixner 6266P: Thomas Gleixner
@@ -4993,8 +6271,10 @@ P: H. Peter Anvin
4993M: hpa@zytor.com 6271M: hpa@zytor.com
4994M: x86@kernel.org 6272M: x86@kernel.org
4995L: linux-kernel@vger.kernel.org 6273L: linux-kernel@vger.kernel.org
4996T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 6274T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4997S: Maintained 6275S: Maintained
6276F: Documentation/x86/
6277F: arch/x86/
4998 6278
4999XEN HYPERVISOR INTERFACE 6279XEN HYPERVISOR INTERFACE
5000P: Jeremy Fitzhardinge 6280P: Jeremy Fitzhardinge
@@ -5004,6 +6284,11 @@ M: chrisw@sous-sol.org
5004L: virtualization@lists.osdl.org 6284L: virtualization@lists.osdl.org
5005L: xen-devel@lists.xensource.com 6285L: xen-devel@lists.xensource.com
5006S: Supported 6286S: Supported
6287F: arch/x86/xen/
6288F: drivers/*/xen-*front.c
6289F: drivers/xen/
6290F: arch/x86/include/asm/xen/
6291F: include/xen/
5007 6292
5008XFS FILESYSTEM 6293XFS FILESYSTEM
5009P: Silicon Graphics Inc 6294P: Silicon Graphics Inc
@@ -5012,8 +6297,10 @@ M: felixb@sgi.com
5012M: xfs-masters@oss.sgi.com 6297M: xfs-masters@oss.sgi.com
5013L: xfs@oss.sgi.com 6298L: xfs@oss.sgi.com
5014W: http://oss.sgi.com/projects/xfs 6299W: http://oss.sgi.com/projects/xfs
5015T: git://oss.sgi.com/xfs/xfs.git 6300T: git git://oss.sgi.com/xfs/xfs.git
5016S: Supported 6301S: Supported
6302F: Documentation/filesystems/xfs.txt
6303F: fs/xfs/
5017 6304
5018XILINX SYSTEMACE DRIVER 6305XILINX SYSTEMACE DRIVER
5019P: Grant Likely 6306P: Grant Likely
@@ -5021,24 +6308,30 @@ M: grant.likely@secretlab.ca
5021W: http://www.secretlab.ca/ 6308W: http://www.secretlab.ca/
5022L: linux-kernel@vger.kernel.org 6309L: linux-kernel@vger.kernel.org
5023S: Maintained 6310S: Maintained
6311F: drivers/block/xsysace.c
5024 6312
5025XILINX UARTLITE SERIAL DRIVER 6313XILINX UARTLITE SERIAL DRIVER
5026P: Peter Korsgaard 6314P: Peter Korsgaard
5027M: jacmet@sunsite.dk 6315M: jacmet@sunsite.dk
5028L: linux-serial@vger.kernel.org 6316L: linux-serial@vger.kernel.org
5029S: Maintained 6317S: Maintained
6318F: drivers/serial/uartlite.c
5030 6319
5031YAM DRIVER FOR AX.25 6320YAM DRIVER FOR AX.25
5032P: Jean-Paul Roubelat 6321P: Jean-Paul Roubelat
5033M: jpr@f6fbb.org 6322M: jpr@f6fbb.org
5034L: linux-hams@vger.kernel.org 6323L: linux-hams@vger.kernel.org
5035S: Maintained 6324S: Maintained
6325F: drivers/net/hamradio/yam*
6326F: include/linux/yam.h
5036 6327
5037YEALINK PHONE DRIVER 6328YEALINK PHONE DRIVER
5038P: Henk Vergonet 6329P: Henk Vergonet
5039M: Henk.Vergonet@gmail.com 6330M: Henk.Vergonet@gmail.com
5040L: usbb2k-api-dev@nongnu.org 6331L: usbb2k-api-dev@nongnu.org
5041S: Maintained 6332S: Maintained
6333F: Documentation/input/yealink.txt
6334F: drivers/input/misc/yealink.*
5042 6335
5043Z8530 DRIVER FOR AX.25 6336Z8530 DRIVER FOR AX.25
5044P: Joerg Reuter 6337P: Joerg Reuter
@@ -5047,6 +6340,9 @@ W: http://yaina.de/jreuter/
5047W: http://www.qsl.net/dl1bke/ 6340W: http://www.qsl.net/dl1bke/
5048L: linux-hams@vger.kernel.org 6341L: linux-hams@vger.kernel.org
5049S: Maintained 6342S: Maintained
6343F: Documentation/networking/z8530drv.txt
6344F: drivers/net/hamradio/*scc.c
6345F: drivers/net/hamradio/z8530.h
5050 6346
5051ZD1211RW WIRELESS DRIVER 6347ZD1211RW WIRELESS DRIVER
5052P: Daniel Drake 6348P: Daniel Drake
@@ -5057,6 +6353,7 @@ W: http://zd1211.ath.cx/wiki/DriverRewrite
5057L: linux-wireless@vger.kernel.org 6353L: linux-wireless@vger.kernel.org
5058L: zd1211-devs@lists.sourceforge.net (subscribers-only) 6354L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5059S: Maintained 6355S: Maintained
6356F: drivers/net/wireless/zd1211rw/
5060 6357
5061ZR36067 VIDEO FOR LINUX DRIVER 6358ZR36067 VIDEO FOR LINUX DRIVER
5062L: mjpeg-users@lists.sourceforge.net 6359L: mjpeg-users@lists.sourceforge.net
@@ -5064,12 +6361,15 @@ L: linux-media@vger.kernel.org
5064W: http://mjpeg.sourceforge.net/driver-zoran/ 6361W: http://mjpeg.sourceforge.net/driver-zoran/
5065T: Mercurial http://linuxtv.org/hg/v4l-dvb 6362T: Mercurial http://linuxtv.org/hg/v4l-dvb
5066S: Odd Fixes 6363S: Odd Fixes
6364F: drivers/media/video/zoran/
5067 6365
5068ZS DECSTATION Z85C30 SERIAL DRIVER 6366ZS DECSTATION Z85C30 SERIAL DRIVER
5069P: Maciej W. Rozycki 6367P: Maciej W. Rozycki
5070M: macro@linux-mips.org 6368M: macro@linux-mips.org
5071S: Maintained 6369S: Maintained
6370F: drivers/serial/zs.*
5072 6371
5073THE REST 6372THE REST
5074P: Linus Torvalds 6373P: Linus Torvalds
6374T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
5075S: Buried alive in reporters 6375S: Buried alive in reporters