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