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