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