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