]> Git Repo - linux.git/blame - MAINTAINERS
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[linux.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
0a920b5b
AW
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
1da177e4 38
f70f873b
JP
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
1da177e4
LT
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
c9ee133b 52 PLEASE remember that submissions must be made under the terms
4500371e
RD
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
c9ee133b 57
1da177e4
LT
586. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
60 not you.
61
c9ee133b
AC
627. When sending security related changes or reports to a maintainer
63 please Cc: [email protected], especially if the maintainer
64 does not respond.
65
668. Happy hacking.
1da177e4 67
c7c4fb18
JP
68Descriptions of section entries:
69
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
8a6e2535 74 Q: Patchwork web based patch tracking system site
c7c4fb18
JP
75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
76 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86 F: Files and directories with wildcard patterns.
87 A trailing slash includes all files and subdirectory files.
88 F: drivers/net/ all files in and below drivers/net
89 F: drivers/net/* all files in drivers/net, but not below
90 F: */net/* all files in "any top level directory"/net
91 One pattern per line. Multiple F: lines acceptable.
92 X: Files and directories that are NOT maintained, same rules as F:
93 Files exclusions are tested before file matches.
94 Can be useful for excluding a specific subdirectory, for instance:
95 F: net/
96 X: net/ipv6/
97 matches all files in and below net excluding net/ipv6/
98 K: Keyword perl extended regex pattern to match content in a
99 patch or file. For instance:
100 K: of_get_profile
101 matches patches or files that contain "of_get_profile"
102 K: \b(printk|pr_(info|err))\b
103 matches patches or files that contain one or more of the words
104 printk, pr_info or pr_err
105 One regex pattern per line. Multiple K: lines acceptable.
1da177e4
LT
106
107Note: For the hard of thinking, this list is meant to remain in alphabetical
108order. If you could add yourselves to it in alphabetical order that would be
109so much easier [Ed]
110
c7c4fb18 111Maintainers List (try to look for most precise areas first)
1da177e4 112
c7c4fb18 113 -----------------------------------
679655da 114
1da177e4 1153C505 NETWORK DRIVER
8b58be88 116M: Philip Blundell <[email protected]>
979b6c13 117L: [email protected]
1da177e4 118S: Maintained
679655da 119F: drivers/net/3c505*
1da177e4 120
a6d89915 1213C59X NETWORK DRIVER
8b58be88 122M: Steffen Klassert <[email protected]>
a6d89915
SK
123L: [email protected]
124S: Maintained
679655da
JP
125F: Documentation/networking/vortex.txt
126F: drivers/net/3c59x.c
a6d89915 127
1da177e4 1283CR990 NETWORK DRIVER
8b58be88 129M: David Dillow <[email protected]>
979b6c13 130L: [email protected]
1da177e4 131S: Maintained
679655da 132F: drivers/net/typhoon*
1da177e4 133
c4de0ceb
AR
1343WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135M: Adam Radford <[email protected]>
1da177e4 136L: [email protected]
c4de0ceb 137W: http://www.lsi.com
1da177e4 138S: Supported
c4de0ceb 139F: drivers/scsi/3w-*
1da177e4
LT
140
14153C700 AND 53C700-66 SCSI DRIVER
8b58be88 142M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
143L: [email protected]
144S: Maintained
679655da 145F: drivers/scsi/53c700*
1da177e4
LT
146
1476PACK NETWORK DRIVER FOR AX.25
8b58be88 148M: Andreas Koensgen <[email protected]>
1da177e4
LT
149L: [email protected]
150S: Maintained
679655da 151F: drivers/net/hamradio/6pack.c
1da177e4 152
1da177e4 1538169 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88 154M: Francois Romieu <[email protected]>
979b6c13 155L: [email protected]
1da177e4 156S: Maintained
679655da 157F: drivers/net/r8169.c
1da177e4
LT
158
1598250/16?50 (AND CLONE UARTS) SERIAL DRIVER
8ee16a1b 160M: Greg Kroah-Hartman <[email protected]>
1da177e4
LT
161L: [email protected]
162W: http://serial.sourceforge.net
8ee16a1b 163S: Maintained
3da39bca 164T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
679655da
JP
165F: drivers/serial/8250*
166F: include/linux/serial_8250.h
1da177e4
LT
167
1688390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
979b6c13 169L: [email protected]
0cf445ce 170S: Orphan / Obsolete
679655da
JP
171F: drivers/net/*8390*
172F: drivers/net/ax88796.c
1da177e4 173
67543e50 1749P FILE SYSTEM
8b58be88
JP
175M: Eric Van Hensbergen <[email protected]>
176M: Ron Minnich <[email protected]>
177M: Latchesar Ionkov <[email protected]>
ce00f85c 178L: [email protected]
27a2a5ff 179W: http://swik.net/v9fs
8a6e2535 180Q: http://patchwork.kernel.org/project/v9fs-devel/list/
eeba444a 181T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
ce00f85c 182S: Maintained
679655da
JP
183F: Documentation/filesystems/9p.txt
184F: fs/9p/
67543e50 185
1da177e4 186A2232 SERIAL BOARD DRIVER
8b58be88 187M: Enver Haase <[email protected]>
1da177e4
LT
188L: [email protected]
189S: Maintained
679655da 190F: drivers/char/ser_a2232*
1da177e4 191
e2d1d6c0 192AACRAID SCSI RAID DRIVER
8b58be88 193M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
194L: [email protected]
195W: http://www.adaptec.com/
1da177e4 196S: Supported
679655da
JP
197F: Documentation/scsi/aacraid.txt
198F: drivers/scsi/aacraid/
1da177e4 199
249e3c85 200ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
8b58be88 201M: Hans de Goede <[email protected]>
f2b84bbc
HG
202L: [email protected]
203S: Maintained
679655da 204F: drivers/hwmon/abituguru.c
f2b84bbc 205
249e3c85 206ABIT UGURU 3 HARDWARE MONITOR DRIVER
8b58be88 207M: Alistair John Strachan <[email protected]>
249e3c85
AJS
208L: [email protected]
209S: Maintained
679655da 210F: drivers/hwmon/abituguru3.c
249e3c85 211
1da177e4 212ACENIC DRIVER
8b58be88 213M: Jes Sorensen <[email protected]>
1da177e4
LT
214L: [email protected]
215S: Maintained
679655da 216F: drivers/net/acenic*
1da177e4 217
e86435eb 218ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
8b58be88 219M: Peter Feuerer <[email protected]>
d0944853 220L: [email protected]
4fc26e36
JP
221W: http://piie.net/?section=acerhdf
222S: Maintained
223F: drivers/platform/x86/acerhdf.c
e86435eb 224
745a5d21 225ACER WMI LAPTOP EXTRAS
8b58be88 226M: Carlos Corbacho <[email protected]>
745a5d21 227L: [email protected] (subscribers-only)
d0944853 228L: [email protected]
745a5d21
CC
229W: http://code.google.com/p/aceracpi
230S: Maintained
679655da 231F: drivers/platform/x86/acer-wmi.c
745a5d21 232
1da177e4 233ACPI
8b58be88 234M: Len Brown <[email protected]>
6968e50c 235L: [email protected]
38e09d83 236W: http://www.lesswatts.org/projects/acpi/
8a6e2535 237Q: http://patchwork.kernel.org/project/linux-acpi/list/
54e5881d 238T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454 239S: Supported
679655da
JP
240F: drivers/acpi/
241F: drivers/pnp/pnpacpi/
242F: include/linux/acpi.h
43368e74 243F: include/acpi/
8b59a454 244
8b59a454 245ACPI FAN DRIVER
8b58be88 246M: Zhang Rui <[email protected]>
8b59a454 247L: [email protected]
0638bc8d 248W: http://www.lesswatts.org/projects/acpi/
8b59a454 249S: Supported
679655da 250F: drivers/acpi/fan.c
1da177e4 251
8e0af514 252ACPI PROCESSOR AGGREGATOR DRIVER
5e5027bd 253M: Shaohua Li <[email protected]>
8e0af514
SL
254L: [email protected]
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/acpi_pad.c
258
8b59a454 259ACPI THERMAL DRIVER
8b58be88 260M: Zhang Rui <[email protected]>
8b59a454 261L: [email protected]
0638bc8d 262W: http://www.lesswatts.org/projects/acpi/
8b59a454 263S: Supported
679655da 264F: drivers/acpi/*thermal*
998be20f 265
359acec8 266ACPI VIDEO DRIVER
8b58be88 267M: Zhang Rui <[email protected]>
8b59a454 268L: [email protected]
0638bc8d 269W: http://www.lesswatts.org/projects/acpi/
8b59a454 270S: Supported
679655da 271F: drivers/acpi/video.c
998be20f 272
bff431e4 273ACPI WMI DRIVER
8b58be88 274M: Carlos Corbacho <[email protected]>
d0944853 275L: [email protected]
795fb7e7
JD
276W: http://www.lesswatts.org/projects/acpi/
277S: Maintained
679655da 278F: drivers/platform/x86/wmi.c
bff431e4 279
2f39d519 280AD1889 ALSA SOUND DRIVER
8b58be88
JP
281M: Kyle McMartin <[email protected]>
282M: Thibaut Varene <[email protected]>
795fb7e7
JD
283W: http://wiki.parisc-linux.org/AD1889
284L: [email protected]
285S: Maintained
679655da 286F: sound/pci/ad1889.*
2f39d519 287
527a1a83
MH
288AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289M: Michael Hennerich <[email protected]>
290L: [email protected]
291W: http://wiki-analog.com/AD5254
292S: Supported
293F: drivers/misc/ad525x_dpot.c
294
295AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296M: Michael Hennerich <[email protected]>
297L: [email protected]
298W: http://wiki-analog.com/AD5398
299S: Supported
300F: drivers/regulator/ad5398.c
301
302AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303M: Michael Hennerich <[email protected]>
304L: [email protected]
305W: http://wiki-analog.com/AD7142
306S: Supported
307F: drivers/input/misc/ad714x.c
308
309AD7877 TOUCHSCREEN DRIVER
310M: Michael Hennerich <[email protected]>
311L: [email protected]
312W: http://wiki-analog.com/AD7877
313S: Supported
314F: drivers/input/touchscreen/ad7877.c
315
316AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317M: Michael Hennerich <[email protected]>
318L: [email protected]
319W: http://wiki-analog.com/AD7879
320S: Supported
321F: drivers/input/touchscreen/ad7879.c
322
1da177e4 323ADM1025 HARDWARE MONITOR DRIVER
8b58be88 324M: Jean Delvare <[email protected]>
cc0b07ed 325L: [email protected]
1da177e4 326S: Maintained
679655da
JP
327F: Documentation/hwmon/adm1025
328F: drivers/hwmon/adm1025.c
1da177e4 329
cae2caae 330ADM1029 HARDWARE MONITOR DRIVER
8b58be88 331M: Corentin Labbe <[email protected]>
cae2caae
CL
332L: [email protected]
333S: Maintained
679655da 334F: drivers/hwmon/adm1029.c
cae2caae 335
cc0b88cf 336ADM8211 WIRELESS DRIVER
cc0b88cf
MW
337L: [email protected]
338W: http://linuxwireless.org/
e71bcbd0 339S: Orphan
679655da 340F: drivers/net/wireless/adm8211.*
cc0b88cf 341
527a1a83
MH
342ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343M: Michael Hennerich <[email protected]>
344L: [email protected]
345W: http://wiki-analog.com/ADP5520
346S: Supported
347F: drivers/mfd/adp5520.c
348F: drivers/video/backlight/adp5520_bl.c
349F: drivers/led/leds-adp5520.c
350F: drivers/gpio/adp5520-gpio.c
351F: drivers/input/keyboard/adp5520-keys.c
352
353ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354M: Michael Hennerich <[email protected]>
355L: [email protected]
356W: http://wiki-analog.com/ADP5588
357S: Supported
358F: drivers/input/keyboard/adp5588-keys.c
359F: drivers/gpio/adp5588-gpio.c
360
361ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362M: Michael Hennerich <[email protected]>
363L: [email protected]
364W: http://wiki-analog.com/ADP8860
365S: Supported
366F: drivers/video/backlight/adp8860_bl.c
367
1da177e4 368ADT746X FAN DRIVER
8b58be88 369M: Colin Leroy <[email protected]>
1da177e4 370S: Maintained
679655da 371F: drivers/macintosh/therm_adt746x.c
1da177e4 372
b058b859
JD
373ADT7475 HARDWARE MONITOR DRIVER
374M: Jean Delvare <[email protected]>
375L: [email protected]
376S: Maintained
377F: Documentation/hwmon/adt7475
378F: drivers/hwmon/adt7475.c
379
527a1a83
MH
380ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
381M: Michael Hennerich <[email protected]>
382L: [email protected]
383W: http://wiki-analog.com/ADXL345
384S: Supported
385F: drivers/input/misc/adxl34x.c
386
8c6af9e1 387ADVANSYS SCSI DRIVER
8b58be88 388M: Matthew Wilcox <[email protected]>
8c6af9e1
MW
389L: [email protected]
390S: Maintained
679655da
JP
391F: Documentation/scsi/advansys.txt
392F: drivers/scsi/advansys.c
8c6af9e1 393
1da177e4 394AEDSP16 DRIVER
8b58be88 395M: Riccardo Facchetti <[email protected]>
1da177e4 396S: Maintained
679655da 397F: sound/oss/aedsp16.c
1da177e4
LT
398
399AFFS FILE SYSTEM
8b58be88 400M: Roman Zippel <[email protected]>
1da177e4 401S: Maintained
679655da
JP
402F: Documentation/filesystems/affs.txt
403F: fs/affs/
1da177e4 404
e2d1d6c0 405AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
8b58be88 406M: David Howells <[email protected]>
e2d1d6c0
RD
407L: [email protected]
408S: Supported
679655da
JP
409F: fs/afs/
410F: include/net/af_rxrpc.h
411F: net/rxrpc/af_rxrpc.c
e2d1d6c0 412
1da177e4 413AGPGART DRIVER
8b58be88 414M: David Airlie <[email protected]>
54e5881d 415T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 416S: Maintained
679655da
JP
417F: drivers/char/agp/
418F: include/linux/agp*
1da177e4
LT
419
420AHA152X SCSI DRIVER
8b58be88 421M: "Juergen E. Fischer" <[email protected]>
1da177e4
LT
422L: [email protected]
423S: Maintained
679655da
JP
424F: drivers/scsi/aha152x*
425F: drivers/scsi/pcmcia/aha152x*
1da177e4 426
64624d4f 427AIC7XXX / AIC79XX SCSI DRIVER
8b58be88 428M: Hannes Reinecke <[email protected]>
64624d4f 429L: [email protected]
1da177e4 430S: Maintained
679655da
JP
431F: drivers/scsi/aic7xxx/
432F: drivers/scsi/aic7xxx_old/
1da177e4 433
e2d1d6c0 434AIO
8b58be88 435M: Benjamin LaHaise <[email protected]>
e2d1d6c0
RD
436L: [email protected]
437S: Supported
679655da
JP
438F: fs/aio.c
439F: include/linux/*aio*.h
e2d1d6c0 440
1da177e4 441ALCATEL SPEEDTOUCH USB DRIVER
8b58be88 442M: Duncan Sands <[email protected]>
6372594a 443L: [email protected]
1da177e4
LT
444W: http://www.linux-usb.org/SpeedTouch/
445S: Maintained
679655da
JP
446F: drivers/usb/atm/speedtch.c
447F: drivers/usb/atm/usbatm.c
1da177e4 448
272f133a 449ALCHEMY AU1XX0 MMC DRIVER
8b58be88 450M: Manuel Lauss <[email protected]>
08fcb720 451S: Maintained
679655da 452F: drivers/mmc/host/au1xmmc.c
272f133a 453
4a4e5787 454ALI1563 I2C DRIVER
8b58be88 455M: Rudolf Marek <[email protected]>
846557d3 456L: [email protected]
4a4e5787 457S: Maintained
679655da
JP
458F: Documentation/i2c/busses/i2c-ali1563
459F: drivers/i2c/busses/i2c-ali1563.c
4a4e5787 460
1da177e4 461ALPHA PORT
8b58be88 462M: Richard Henderson <[email protected]>
8b58be88 463M: Ivan Kokshaysky <[email protected]>
abd4d609 464M: Matt Turner <[email protected]>
a9406699 465L: [email protected]
679655da 466F: arch/alpha/
1da177e4 467
167a675a 468AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
8b58be88 469M: Thomas Dahlmann <[email protected]>
67d76710 470L: [email protected] (moderated for non-subscribers)
167a675a 471S: Supported
679655da 472F: drivers/usb/gadget/amd5536udc.*
167a675a 473
f90b8116 474AMD GEODE PROCESSOR/CHIPSET SUPPORT
69006096 475P: Andres Salomon <[email protected]>
67d76710 476L: [email protected] (moderated for non-subscribers)
f90b8116
JC
477W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
478S: Supported
679655da
JP
479F: drivers/char/hw_random/geode-rng.c
480F: drivers/crypto/geode*
481F: drivers/video/geode/
482F: arch/x86/include/asm/geode.h
f90b8116 483
919ee7dd 484AMD IOMMU (AMD-VI)
8b58be88 485M: Joerg Roedel <[email protected]>
919ee7dd 486L: [email protected]
54e5881d 487T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
919ee7dd 488S: Supported
679655da
JP
489F: arch/x86/kernel/amd_iommu*.c
490F: arch/x86/include/asm/amd_iommu*.h
919ee7dd 491
e7f5b309 492AMD MICROCODE UPDATE SUPPORT
8b58be88 493M: Andreas Herrmann <[email protected]>
7d2c86b5
JP
494L: [email protected]
495S: Supported
679655da 496F: arch/x86/kernel/microcode_amd.c
e7f5b309 497
284f42b6 498AMS (Apple Motion Sensor) DRIVER
8b58be88
JP
499M: Stelian Pop <[email protected]>
500M: Michael Hanselmann <[email protected]>
284f42b6 501S: Supported
bd5f47ec 502F: drivers/macintosh/ams/
284f42b6 503
f94b533d 504AMSO1100 RNIC DRIVER
8b58be88
JP
505M: Tom Tucker <[email protected]>
506M: Steve Wise <[email protected]>
e6cc0fd1 507L: [email protected]
f94b533d 508S: Maintained
679655da 509F: drivers/infiniband/hw/amso1100/
f94b533d 510
527a1a83
MH
511ANALOG DEVICES INC ASOC CODEC DRIVERS
512L: [email protected]
4bdef3bd 513L: [email protected] (moderated for non-subscribers)
527a1a83 514W: http://wiki-analog.com/
4bdef3bd 515S: Supported
4bdef3bd
MF
516F: sound/soc/codecs/ad1*
517F: sound/soc/codecs/adau*
518F: sound/soc/codecs/adav*
519F: sound/soc/codecs/ssm*
520
527a1a83
MH
521ANALOG DEVICES INC ASOC DRIVERS
522L: [email protected]
523L: [email protected] (moderated for non-subscribers)
524W: http://blackfin.uclinux.org/
525S: Supported
526F: sound/soc/blackfin/*
527
42269063 528AOA (Apple Onboard Audio) ALSA DRIVER
8b58be88 529M: Johannes Berg <[email protected]>
a4724ed6 530L: [email protected]
93711660 531L: [email protected] (moderated for non-subscribers)
42269063 532S: Maintained
679655da 533F: sound/aoa/
42269063 534
1da177e4 535APM DRIVER
8b58be88 536M: Stephen Rothwell <[email protected]>
1da177e4
LT
537L: [email protected]
538W: http://www.canb.auug.org.au/~sfr/
539S: Supported
679655da
JP
540F: arch/x86/kernel/apm_32.c
541F: include/linux/apm_bios.h
1da177e4 542
bd7aa4b2 543APPLE BCM5974 MULTITOUCH DRIVER
8b58be88 544M: Henrik Rydberg <[email protected]>
bd7aa4b2
HR
545L: [email protected]
546S: Maintained
679655da 547F: drivers/input/mouse/bcm5974.c
bd7aa4b2 548
6f2fad74 549APPLE SMC DRIVER
d618540f
HR
550M: Henrik Rydberg <[email protected]>
551L: [email protected]
6f2fad74 552S: Maintained
679655da 553F: drivers/hwmon/applesmc.c
6f2fad74 554
1da177e4 555APPLETALK NETWORK LAYER
8b58be88 556M: Arnaldo Carvalho de Melo <[email protected]>
1da177e4 557S: Maintained
679655da
JP
558F: drivers/net/appletalk/
559F: net/appletalk/
1da177e4 560
1154ea7d 561ARC FRAMEBUFFER DRIVER
8b58be88 562M: Jaya Kumar <[email protected]>
1154ea7d 563S: Maintained
679655da
JP
564F: drivers/video/arcfb.c
565F: drivers/video/fb_defio.c
1154ea7d 566
1da177e4 567ARM MFM AND FLOPPY DRIVERS
8b58be88 568M: Ian Molton <[email protected]>
1da177e4 569S: Maintained
679655da
JP
570F: arch/arm/lib/floppydma.S
571F: arch/arm/include/asm/floppy.h
1da177e4 572
d4275354 573ARM PORT
8b58be88 574M: Russell King <[email protected]>
efc03ecb 575L: [email protected] (moderated for non-subscribers)
d4275354
RK
576W: http://www.arm.linux.org.uk/
577S: Maintained
578F: arch/arm/
579
cefbf4ea
RK
580ARM PRIMECELL AACI PL041 DRIVER
581M: Russell King <[email protected]>
582S: Maintained
583F: sound/arm/aaci.*
584
585ARM PRIMECELL CLCD PL110 DRIVER
586M: Russell King <[email protected]>
587S: Maintained
588F: drivers/video/amba-clcd.*
589
590ARM PRIMECELL KMI PL050 DRIVER
591M: Russell King <[email protected]>
592S: Maintained
593F: drivers/input/serio/ambakmi.*
594F: include/linux/amba/kmi.h
595
2761f5c2 596ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 597S: Orphan
679655da 598F: drivers/mmc/host/mmci.*
2761f5c2 599
cefbf4ea
RK
600ARM PRIMECELL BUS SUPPORT
601M: Russell King <[email protected]>
602S: Maintained
603F: drivers/amba/
604F: include/linux/amba/bus.h
605
2b7a52a4 606ARM/ADI ROADRUNNER MACHINE SUPPORT
8b58be88 607M: Lennert Buytenhek <[email protected]>
efc03ecb 608L: [email protected] (moderated for non-subscribers)
2b7a52a4 609S: Maintained
679655da
JP
610F: arch/arm/mach-ixp23xx/
611F: arch/arm/mach-ixp23xx/include/mach/
2b7a52a4
LB
612
613ARM/ADS SPHERE MACHINE SUPPORT
8b58be88 614M: Lennert Buytenhek <[email protected]>
efc03ecb 615L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
616S: Maintained
617
9c784f95 618ARM/AFEB9260 MACHINE SUPPORT
8b58be88 619M: Sergey Lapin <[email protected]>
efc03ecb 620L: [email protected] (moderated for non-subscribers)
9c784f95
SL
621S: Maintained
622
2b7a52a4 623ARM/AJECO 1ARM MACHINE SUPPORT
8b58be88 624M: Lennert Buytenhek <[email protected]>
efc03ecb 625L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
626S: Maintained
627
d4a89c7d 628ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
8b58be88 629M: Andrew Victor <[email protected]>
efc03ecb 630L: [email protected] (moderated for non-subscribers)
795fb7e7
JD
631W: http://maxim.org.za/at91_26.html
632S: Maintained
d4a89c7d 633
57a473f2 634ARM/BCMRING ARM ARCHITECTURE
d6db4667 635M: Jiandong Zheng <[email protected]>
ddd559b1 636M: Scott Branden <[email protected]>
efc03ecb 637L: [email protected] (moderated for non-subscribers)
57a473f2
LC
638S: Maintained
639F: arch/arm/mach-bcmring
640
641ARM/BCMRING MTD NAND DRIVER
d6db4667 642M: Jiandong Zheng <[email protected]>
ddd559b1 643M: Scott Branden <[email protected]>
57a473f2
LC
644L: [email protected]
645S: Maintained
646F: drivers/mtd/nand/bcm_umi_nand.c
647F: drivers/mtd/nand/bcm_umi_bch.c
57a473f2
LC
648F: drivers/mtd/nand/nand_bcm_umi.h
649
d94f944e
AV
650ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
651M: Anton Vorontsov <[email protected]>
652S: Maintained
653F: arch/arm/mach-cns3xxx/
654T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
655
2b7a52a4 656ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
ddd559b1
RK
657M: Hartley Sweeten <[email protected]>
658M: Ryan Mallon <[email protected]>
efc03ecb 659L: [email protected] (moderated for non-subscribers)
2b7a52a4 660S: Maintained
d19d3667
HS
661F: arch/arm/mach-ep93xx/
662F: arch/arm/mach-ep93xx/include/mach/
2b7a52a4
LB
663
664ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
8b58be88 665M: Lennert Buytenhek <[email protected]>
efc03ecb 666L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
667S: Maintained
668
d4275354 669ARM/CLKDEV SUPPORT
8b58be88 670M: Russell King <[email protected]>
efc03ecb 671L: [email protected] (moderated for non-subscribers)
d4275354
RK
672F: arch/arm/common/clkdev.c
673F: arch/arm/include/asm/clkdev.h
674
d48134e7 675ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
8b58be88 676M: Mike Rapoport <[email protected]>
efc03ecb 677L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
678S: Maintained
679
94150095
HF
680ARM/CONTEC MICRO9 MACHINE SUPPORT
681M: Hubert Feurstein <[email protected]>
682S: Maintained
683F: arch/arm/mach-ep93xx/micro9.c
684
1da177e4 685ARM/CORGI MACHINE SUPPORT
8b58be88 686M: Richard Purdie <[email protected]>
1da177e4
LT
687S: Maintained
688
881a95f9 689ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
162500b3 690M: Hans Ulli Kroll <[email protected]>
efc03ecb 691L: [email protected] (moderated for non-subscribers)
162500b3
HUK
692T: git git://git.berlios.de/gemini-board
693S: Maintained
f49afbb5 694F: arch/arm/mach-gemini/
881a95f9 695
d4275354 696ARM/EBSA110 MACHINE SUPPORT
8b58be88 697M: Russell King <[email protected]>
efc03ecb 698L: [email protected] (moderated for non-subscribers)
d4275354
RK
699W: http://www.arm.linux.org.uk/
700S: Maintained
701F: arch/arm/mach-ebsa110/
702F: drivers/net/arm/am79c961a.*
703
a9da4f7e 704ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
8b58be88
JP
705M: Daniel Ribeiro <[email protected]>
706M: Stefan Schmidt <[email protected]>
707M: Harald Welte <[email protected]>
a9da4f7e
RK
708L: [email protected] (subscribers-only)
709W: http://www.openezx.org/
710S: Maintained
cafc2265
SS
711T: topgit git://git.openezx.org/openezx.git
712F: arch/arm/mach-pxa/ezx.c
a9da4f7e 713
6a915af9 714ARM/FARADAY FA526 PORT
162500b3 715M: Hans Ulli Kroll <[email protected]>
efc03ecb 716L: [email protected] (moderated for non-subscribers)
162500b3 717S: Maintained
1fa7e547 718T: git git://git.berlios.de/gemini-board
f49afbb5 719F: arch/arm/mm/*-fa*
6a915af9 720
d4275354 721ARM/FOOTBRIDGE ARCHITECTURE
8b58be88 722M: Russell King <[email protected]>
efc03ecb 723L: [email protected] (moderated for non-subscribers)
d4275354
RK
724W: http://www.arm.linux.org.uk/
725S: Maintained
726F: arch/arm/include/asm/hardware/dec21285.h
727F: arch/arm/mach-footbridge/
728
86183a5f 729ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
8b58be88 730M: Sascha Hauer <[email protected]>
efc03ecb 731L: [email protected] (moderated for non-subscribers)
86183a5f 732S: Maintained
1fa7e547 733T: git git://git.pengutronix.de/git/imx/linux-2.6.git
b16533d3
UKK
734F: arch/arm/mach-mx*/
735F: arch/arm/plat-mxc/
86183a5f 736
3d48e1d0
AK
737ARM/FREESCALE IMX51
738M: Amit Kucheria <[email protected]>
739L: [email protected] (moderated for non-subscribers)
740S: Maintained
741F: arch/arm/mach-mx5/
742
2b7a52a4 743ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
8b58be88 744M: Lennert Buytenhek <[email protected]>
efc03ecb 745L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
746S: Maintained
747
90b8fc34 748ARM/GUMSTIX MACHINE SUPPORT
8b58be88 749M: Steve Sakoman <[email protected]>
efc03ecb 750L: [email protected] (moderated for non-subscribers)
90b8fc34
JK
751S: Maintained
752
ef47d5f0 753ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
8b58be88 754M: Philipp Zabel <[email protected]>
ef47d5f0
PZ
755S: Maintained
756F: arch/arm/mach-pxa/hx4700.c
757F: arch/arm/mach-pxa/include/mach/hx4700.h
758
21f37bc3 759ARM/HP JORNADA 7XX MACHINE SUPPORT
8b58be88 760M: Kristoffer Ericson <[email protected]>
795fb7e7
JD
761W: www.jlime.com
762S: Maintained
084bad91
KE
763T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
764F: arch/arm/mach-sa1100/jornada720.c
765F: arch/arm/mach-sa1100/include/mach/jornada720.h
21f37bc3 766
403d2971
MV
767ARM/INCOME PXA270 SUPPORT
768M: Marek Vasut <[email protected]>
769L: [email protected] (moderated for non-subscribers)
770S: Maintained
ec154082 771F: arch/arm/mach-pxa/colibri-pxa270-income.c
403d2971 772
2b7a52a4 773ARM/INTEL IOP32X ARM ARCHITECTURE
8b58be88
JP
774M: Lennert Buytenhek <[email protected]>
775M: Dan Williams <[email protected]>
efc03ecb 776L: [email protected] (moderated for non-subscribers)
f00f510a 777S: Maintained
e2bdb176
DW
778
779ARM/INTEL IOP33X ARM ARCHITECTURE
8b58be88 780M: Dan Williams <[email protected]>
efc03ecb 781L: [email protected] (moderated for non-subscribers)
f00f510a 782S: Maintained
2b7a52a4
LB
783
784ARM/INTEL IOP13XX ARM ARCHITECTURE
8b58be88
JP
785M: Lennert Buytenhek <[email protected]>
786M: Dan Williams <[email protected]>
efc03ecb 787L: [email protected] (moderated for non-subscribers)
f00f510a 788S: Maintained
2b7a52a4
LB
789
790ARM/INTEL IQ81342EX MACHINE SUPPORT
8b58be88
JP
791M: Lennert Buytenhek <[email protected]>
792M: Dan Williams <[email protected]>
efc03ecb 793L: [email protected] (moderated for non-subscribers)
f00f510a 794S: Maintained
2b7a52a4
LB
795
796ARM/INTEL IXP2000 ARM ARCHITECTURE
8b58be88 797M: Lennert Buytenhek <[email protected]>
efc03ecb 798L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
799S: Maintained
800
801ARM/INTEL IXDP2850 MACHINE SUPPORT
8b58be88 802M: Lennert Buytenhek <[email protected]>
efc03ecb 803L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
804S: Maintained
805
806ARM/INTEL IXP23XX ARM ARCHITECTURE
8b58be88 807M: Lennert Buytenhek <[email protected]>
efc03ecb 808L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
809S: Maintained
810
dfdd8cc9
KH
811ARM/INTEL IXP4XX ARM ARCHITECTURE
812M: Imre Kaloz <[email protected]>
813M: Krzysztof Halasa <[email protected]>
baea7b94 814L: [email protected] (moderated for non-subscribers)
dfdd8cc9
KH
815S: Maintained
816F: arch/arm/mach-ixp4xx/
817
838553c5 818ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
7f49a7f7
JC
819M: Jonathan Cameron <[email protected]>
820L: [email protected] (moderated for non-subscribers)
821S: Maintained
822F: arch/arm/mach-pxa/stargate2.c
823F: drivers/pcmcia/pxa2xx_stargate2.c
824
2b7a52a4 825ARM/INTEL XSC3 (MANZANO) ARM CORE
8b58be88
JP
826M: Lennert Buytenhek <[email protected]>
827M: Dan Williams <[email protected]>
efc03ecb 828L: [email protected] (moderated for non-subscribers)
f00f510a 829S: Maintained
2b7a52a4
LB
830
831ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
8b58be88 832M: Lennert Buytenhek <[email protected]>
efc03ecb 833L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
834S: Maintained
835
836ARM/LOGICPD PXA270 MACHINE SUPPORT
8b58be88 837M: Lennert Buytenhek <[email protected]>
efc03ecb 838L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
839S: Maintained
840
3b886171 841ARM/MAGICIAN MACHINE SUPPORT
8b58be88 842M: Philipp Zabel <[email protected]>
3b886171
PZ
843S: Maintained
844
54a246ff 845ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
18e2842b
NP
846M: Lennert Buytenhek <[email protected]>
847M: Nicolas Pitre <[email protected]>
efc03ecb 848L: [email protected] (moderated for non-subscribers)
18e2842b 849S: Odd Fixes
54a246ff
NP
850F: arch/arm/mach-loki/
851F: arch/arm/mach-kirkwood/
852F: arch/arm/mach-mv78xx0/
853F: arch/arm/mach-orion5x/
854F: arch/arm/plat-orion/
3b886171 855
d78ff0a5 856ARM/MIOA701 MACHINE SUPPORT
8b58be88 857M: Robert Jarzmik <[email protected]>
efc03ecb 858L: [email protected] (moderated for non-subscribers)
d78ff0a5
RJ
859F: arch/arm/mach-pxa/mioa701.c
860S: Maintained
861
9624dfe6 862ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
8b58be88 863M: Michael Petchkovsky <[email protected]>
9624dfe6
KE
864S: Maintained
865
e0ee9851 866ARM/NOMADIK ARCHITECTURE
28b8e8d4 867M: Alessandro Rubini <[email protected]>
87572880 868M: Linus Walleij <[email protected]>
28b8e8d4
JP
869M: STEricsson <[email protected]>
870L: [email protected] (moderated for non-subscribers)
871S: Maintained
872F: arch/arm/mach-nomadik/
873F: arch/arm/plat-nomadik/
87572880
LW
874F: drivers/i2c/busses/i2c-nomadik.c
875T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
e0ee9851 876
9d76295a 877ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
8b58be88 878M: Nelson Castillo <[email protected]>
9d76295a
AG
879L: [email protected] (subscribers-only)
880W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
881S: Supported
882
0c19d21e
DW
883ARM/QUALCOMM MSM MACHINE SUPPORT
884M: David Brown <[email protected]>
885M: Daniel Walker <[email protected]>
886M: Bryan Huntsman <[email protected]>
c68af41d 887L: [email protected]
0c19d21e
DW
888F: arch/arm/mach-msm/
889F: drivers/video/msm/
890F: drivers/mmc/host/msm_sdcc.c
891F: drivers/mmc/host/msm_sdcc.h
892F: drivers/serial/msm_serial.h
893F: drivers/serial/msm_serial.c
6c965ff5 894T: git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
0c19d21e
DW
895S: Maintained
896
8459c159 897ARM/TOSA MACHINE SUPPORT
8b58be88
JP
898M: Dmitry Eremin-Solenikov <[email protected]>
899M: Dirk Opfer <[email protected]>
8459c159
DO
900S: Maintained
901
5d783a2d 902ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
933d35f0 903M: Marek Vasut <[email protected]>
75280787 904L: [email protected]
b5e4ad57
MV
905W: http://hackndev.com
906S: Maintained
933d35f0
JP
907F: arch/arm/mach-pxa/include/mach/palmtx.h
908F: arch/arm/mach-pxa/palmtx.c
909F: arch/arm/mach-pxa/include/mach/palmt5.h
910F: arch/arm/mach-pxa/palmt5.c
911F: arch/arm/mach-pxa/include/mach/palmld.h
912F: arch/arm/mach-pxa/palmld.c
913F: arch/arm/mach-pxa/include/mach/palmte2.h
914F: arch/arm/mach-pxa/palmte2.c
915F: arch/arm/mach-pxa/include/mach/palmtc.h
916F: arch/arm/mach-pxa/palmtc.c
b5e4ad57 917
b57fe924 918ARM/PALM TREO SUPPORT
8b58be88 919M: Tomas Cech <[email protected]>
75280787 920L: [email protected]
90af5811
TSC
921W: http://hackndev.com
922S: Maintained
b57fe924
JP
923F: arch/arm/mach-pxa/include/mach/palmtreo.h
924F: arch/arm/mach-pxa/palmtreo.c
90af5811 925
c49e1e63 926ARM/PALMZ72 SUPPORT
8b58be88 927M: Sergey Lapin <[email protected]>
75280787 928L: [email protected]
7d2c86b5
JP
929W: http://hackndev.com
930S: Maintained
933d35f0
JP
931F: arch/arm/mach-pxa/include/mach/palmz72.h
932F: arch/arm/mach-pxa/palmz72.c
c49e1e63 933
1da177e4 934ARM/PLEB SUPPORT
8b58be88 935M: Peter Chubb <[email protected]>
1da177e4
LT
936W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
937S: Maintained
938
939ARM/PT DIGITAL BOARD PORT
8b58be88 940M: Stefan Eletzhofer <[email protected]>
efc03ecb 941L: [email protected] (moderated for non-subscribers)
1da177e4
LT
942W: http://www.arm.linux.org.uk/
943S: Maintained
944
2b7a52a4 945ARM/RADISYS ENP2611 MACHINE SUPPORT
8b58be88 946M: Lennert Buytenhek <[email protected]>
efc03ecb 947L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
948S: Maintained
949
d4275354 950ARM/RISCPC ARCHITECTURE
8b58be88 951M: Russell King <[email protected]>
efc03ecb 952L: [email protected] (moderated for non-subscribers)
d4275354
RK
953W: http://www.arm.linux.org.uk/
954S: Maintained
955F: arch/arm/common/time-acorn.c
956F: arch/arm/include/asm/hardware/entry-macro-iomd.S
957F: arch/arm/include/asm/hardware/ioc.h
958F: arch/arm/include/asm/hardware/iomd.h
959F: arch/arm/include/asm/hardware/memc.h
960F: arch/arm/mach-rpc/
961F: drivers/net/arm/ether*
962F: drivers/scsi/arm/
963
1da177e4 964ARM/SHARK MACHINE SUPPORT
8b58be88 965M: Alexander Schulz <[email protected]>
1da177e4
LT
966W: http://www.shark-linux.de/shark.html
967S: Maintained
968
b21477f9 969ARM/SAMSUNG ARM ARCHITECTURES
8b58be88 970M: Ben Dooks <[email protected]>
482ce512 971M: Kukjin Kim <[email protected]>
efc03ecb 972L: [email protected] (moderated for non-subscribers)
b21477f9
BD
973W: http://www.fluff.org/ben/linux/
974S: Maintained
482ce512 975F: arch/arm/plat-samsung/
b21477f9 976F: arch/arm/plat-s3c24xx/
482ce512 977F: arch/arm/plat-s5p/
b21477f9 978
1da177e4 979ARM/S3C2410 ARM ARCHITECTURE
8b58be88 980M: Ben Dooks <[email protected]>
efc03ecb 981L: [email protected] (moderated for non-subscribers)
1da177e4
LT
982W: http://www.fluff.org/ben/linux/
983S: Maintained
3a45c9e4 984F: arch/arm/mach-s3c2410/
1da177e4 985
85743532 986ARM/S3C244x ARM ARCHITECTURE
8b58be88 987M: Ben Dooks <[email protected]>
efc03ecb 988L: [email protected] (moderated for non-subscribers)
1da177e4
LT
989W: http://www.fluff.org/ben/linux/
990S: Maintained
3a45c9e4 991F: arch/arm/mach-s3c2440/
b21477f9
BD
992F: arch/arm/mach-s3c2443/
993
f996231b 994ARM/S3C64xx ARM ARCHITECTURE
8b58be88 995M: Ben Dooks <[email protected]>
efc03ecb 996L: [email protected] (moderated for non-subscribers)
b21477f9
BD
997W: http://www.fluff.org/ben/linux/
998S: Maintained
f996231b 999F: arch/arm/mach-s3c64xx/
1da177e4 1000
f556cb07
KK
1001ARM/S5P ARM ARCHITECTURES
1002M: Kukjin Kim <[email protected]>
1003L: [email protected] (moderated for non-subscribers)
1004L: [email protected] (moderated for non-subscribers)
1005S: Maintained
1006F: arch/arm/mach-s5p*/
1007
aaac7d9e
KP
1008ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1009M: Kyungmin Park <[email protected]>
1010M: Sylwester Nawrocki <[email protected]>
1011L: [email protected]
1012L: [email protected]
1013S: Maintained
1014F: arch/arm/plat-s5p/dev-fimc*
1015F: arch/arm/plat-samsung/include/plat/*fimc*
1016F: drivers/media/video/s5p-fimc/
1017
d48d38e8
PM
1018ARM/SHMOBILE ARM ARCHITECTURE
1019M: Paul Mundt <[email protected]>
1020M: Magnus Damm <[email protected]>
1021L: [email protected]
d48d38e8 1022W: http://oss.renesas.com
bbff48f5 1023Q: http://patchwork.kernel.org/project/linux-sh/list/
d22c0e50 1024T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
d48d38e8
PM
1025S: Supported
1026F: arch/arm/mach-shmobile/
1027F: drivers/sh/
1028
448352ae
TG
1029ARM/TELECHIPS ARM ARCHITECTURE
1030M: "Hans J. Koch" <[email protected]>
1031L: [email protected] (moderated for non-subscribers)
1032S: Maintained
1033F: arch/arm/plat-tcc/
1034F: arch/arm/mach-tcc8k/
1035
2b7a52a4 1036ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
8b58be88 1037M: Lennert Buytenhek <[email protected]>
efc03ecb 1038L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1039S: Maintained
1040
1bbd7089
MB
1041ARM/TETON BGA MACHINE SUPPORT
1042M: Mark F. Brown <[email protected]>
1043L: [email protected] (moderated for non-subscribers)
1044S: Maintained
1045
2b7a52a4 1046ARM/THECUS N2100 MACHINE SUPPORT
8b58be88 1047M: Lennert Buytenhek <[email protected]>
efc03ecb 1048L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1049S: Maintained
1050
98ad6e3b 1051ARM/NUVOTON W90X900 ARM ARCHITECTURE
8b58be88 1052M: Wan ZongShun <[email protected]>
efc03ecb 1053L: [email protected] (moderated for non-subscribers)
7d2c86b5
JP
1054W: http://www.mcuos.com
1055S: Maintained
4e89e8f6
WZ
1056F: arch/arm/mach-w90x900/
1057F: arch/arm/mach-nuc93x/
1058F: drivers/input/keyboard/w90p910_keypad.c
1059F: drivers/input/touchscreen/w90p910_ts.c
1060F: drivers/watchdog/nuc900_wdt.c
1061F: drivers/net/arm/w90p910_ether.c
5351684f 1062F: drivers/mtd/nand/nuc900_nand.c
4e89e8f6
WZ
1063F: drivers/rtc/rtc-nuc900.c
1064F: drivers/spi/spi_nuc900.c
1065F: drivers/usb/host/ehci-w90x900.c
1066F: drivers/video/nuc900fb.c
98ad6e3b 1067
54274d71
LW
1068ARM/U300 MACHINE SUPPORT
1069M: Linus Walleij <[email protected]>
1070L: [email protected] (moderated for non-subscribers)
1071S: Supported
1072F: arch/arm/mach-u300/
1073F: drivers/i2c/busses/i2c-stu300.c
1074F: drivers/rtc/rtc-coh901331.c
1075F: drivers/watchdog/coh901327_wdt.c
1076F: drivers/dma/coh901318*
87572880
LW
1077F: drivers/mfd/ab3100*
1078F: drivers/rtc/rtc-ab3100.c
1079F: drivers/rtc/rtc-coh901331.c
1080T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
54274d71 1081
87572880 1082ARM/Ux500 ARM ARCHITECTURE
870725d9 1083M: Srinidhi Kasagar <[email protected]>
87572880 1084M: Linus Walleij <[email protected]>
870725d9
SK
1085L: [email protected] (moderated for non-subscribers)
1086S: Maintained
1087F: arch/arm/mach-ux500/
87572880
LW
1088F: drivers/dma/ste_dma40*
1089F: drivers/mfd/ab3550*
1090F: drivers/mfd/abx500*
1091F: drivers/mfd/ab8500*
1092F: drivers/mfd/stmpe*
1093F: drivers/rtc/rtc-ab8500.c
1094T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
870725d9 1095
d4275354 1096ARM/VFP SUPPORT
8b58be88 1097M: Russell King <[email protected]>
efc03ecb 1098L: [email protected] (moderated for non-subscribers)
d4275354
RK
1099W: http://www.arm.linux.org.uk/
1100S: Maintained
1101F: arch/arm/vfp/
1102
e66b6d8e
MV
1103ARM/VOIPAC PXA270 SUPPORT
1104M: Marek Vasut <[email protected]>
1105L: [email protected] (moderated for non-subscribers)
1106S: Maintained
1107F: arch/arm/mach-pxa/vpac270.c
e0cca11b 1108F: arch/arm/mach-pxa/include/mach/vpac270.h
e66b6d8e
MV
1109
1110ARM/ZIPIT Z2 SUPPORT
1111M: Marek Vasut <[email protected]>
1112L: [email protected] (moderated for non-subscribers)
1113S: Maintained
1114F: arch/arm/mach-pxa/z2.c
6ab2a855 1115F: arch/arm/mach-pxa/include/mach/z2.h
e66b6d8e 1116
d58de038
GJ
1117ASC7621 HARDWARE MONITOR DRIVER
1118M: George Joseph <[email protected]>
1119L: [email protected]
1120S: Maintained
1121F: Documentation/hwmon/asc7621
1122F: drivers/hwmon/asc7621.c
1123
1da177e4 1124ASUS ACPI EXTRAS DRIVER
8b58be88
JP
1125M: Corentin Chary <[email protected]>
1126M: Karol Kozimor <[email protected]>
1da177e4 1127L: [email protected]
d0944853 1128L: [email protected]
76593d6f 1129W: http://acpi4asus.sf.net
85091b71 1130S: Maintained
679655da 1131F: drivers/platform/x86/asus_acpi.c
85091b71 1132
6ea884db 1133ASUS ASB100 HARDWARE MONITOR DRIVER
8b58be88 1134M: "Mark M. Hoffman" <[email protected]>
6ea884db
MH
1135L: [email protected]
1136S: Maintained
679655da 1137F: drivers/hwmon/asb100.c
6ea884db 1138
85091b71 1139ASUS LAPTOP EXTRAS DRIVER
8b58be88 1140M: Corentin Chary <[email protected]>
85091b71 1141L: [email protected]
d0944853 1142L: [email protected]
76593d6f 1143W: http://acpi4asus.sf.net
1da177e4 1144S: Maintained
679655da 1145F: drivers/platform/x86/asus-laptop.c
1da177e4 1146
953a6479 1147ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
8b58be88 1148M: Dan Williams <[email protected]>
b3e5f263
DW
1149W: http://sourceforge.net/projects/xscaleiop
1150S: Supported
679655da
JP
1151F: Documentation/crypto/async-tx-api.txt
1152F: crypto/async_tx/
1153F: drivers/dma/
1154F: include/linux/dmaengine.h
1155F: include/linux/async_tx.h
b3e5f263 1156
a1867d36
WS
1157AT24 EEPROM DRIVER
1158M: Wolfram Sang <[email protected]>
1159L: [email protected]
1160S: Maintained
1161F: drivers/misc/eeprom/at24.c
1162F: include/linux/i2c/at24.h
1163
e7839f25 1164ATA OVER ETHERNET (AOE) DRIVER
8b58be88 1165M: "Ed L. Cashin" <[email protected]>
1da177e4
LT
1166W: http://www.coraid.com/support/linux
1167S: Supported
679655da
JP
1168F: Documentation/aoe/
1169F: drivers/block/aoe/
1da177e4 1170
9a10a870
JP
1171ATHEROS ATH GENERIC UTILITIES
1172M: "Luis R. Rodriguez" <[email protected]>
1173L: [email protected]
1174S: Supported
1175F: drivers/net/wireless/ath/*
1176
fa1c114f 1177ATHEROS ATH5K WIRELESS DRIVER
8b58be88
JP
1178M: Jiri Slaby <[email protected]>
1179M: Nick Kossifidis <[email protected]>
1180M: "Luis R. Rodriguez" <[email protected]>
1181M: Bob Copeland <[email protected]>
fa1c114f
JS
1182L: [email protected]
1183L: [email protected]
72c706b7 1184W: http://wireless.kernel.org/en/users/Drivers/ath5k
fa1c114f 1185S: Maintained
fa451753 1186F: drivers/net/wireless/ath/ath5k/
fa1c114f 1187
f078f209 1188ATHEROS ATH9K WIRELESS DRIVER
8b58be88
JP
1189M: "Luis R. Rodriguez" <[email protected]>
1190M: Jouni Malinen <[email protected]>
8b58be88
JP
1191M: Vasanthakumar Thiagarajan <[email protected]>
1192M: Senthil Balasubramanian <[email protected]>
f078f209
LR
1193L: [email protected]
1194L: [email protected]
72c706b7 1195W: http://wireless.kernel.org/en/users/Drivers/ath9k
f078f209 1196S: Supported
fa451753 1197F: drivers/net/wireless/ath/ath9k/
f078f209 1198
75ca88c9 1199ATHEROS AR9170 WIRELESS DRIVER
8b58be88 1200M: Christian Lamparter <[email protected]>
75ca88c9
CL
1201L: [email protected]
1202W: http://wireless.kernel.org/en/users/Drivers/ar9170
1203S: Maintained
fa451753 1204F: drivers/net/wireless/ath/ar9170/
75ca88c9 1205
1d7e1e6b
CL
1206CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1207M: Christian Lamparter <[email protected]>
1208L: [email protected]
1209W: http://wireless.kernel.org/en/users/Drivers/carl9170
1210S: Maintained
1211F: drivers/net/wireless/ath/carl9170/
1212
2c2a6172
LT
1213ATK0110 HWMON DRIVER
1214M: Luca Tettamanti <[email protected]>
1215L: [email protected]
1216S: Maintained
1217F: drivers/hwmon/asus_atk0110.c
1218
6f69a6d7 1219ATI_REMOTE2 DRIVER
8b58be88 1220M: Ville Syrjala <[email protected]>
6f69a6d7 1221S: Maintained
679655da 1222F: drivers/input/misc/ati_remote2.c
6f69a6d7 1223
7ae115b4 1224ATLX ETHERNET DRIVERS
8b58be88 1225M: Jay Cliburn <[email protected]>
cb2f33e9 1226M: Chris Snook <[email protected]>
8b58be88 1227M: Jie Yang <[email protected]>
e443e383 1228L: [email protected]
8d5ca6ec
JC
1229W: http://sourceforge.net/projects/atl1
1230W: http://atl1.sourceforge.net
1231S: Maintained
679655da 1232F: drivers/net/atlx/
8d5ca6ec 1233
1da177e4 1234ATM
8b58be88 1235M: Chas Williams <[email protected]>
476604de 1236L: [email protected] (moderated for non-subscribers)
44ae98b5 1237L: [email protected]
1da177e4
LT
1238W: http://linux-atm.sourceforge.net
1239S: Maintained
679655da
JP
1240F: drivers/atm/
1241F: include/linux/atm*
1da177e4 1242
272f133a 1243ATMEL AT91 MCI DRIVER
8b58be88 1244M: Nicolas Ferre <[email protected]>
efc03ecb 1245L: [email protected] (moderated for non-subscribers)
81764fa9
PO
1246W: http://www.atmel.com/products/AT91/
1247W: http://www.at91.com/
1248S: Maintained
679655da 1249F: drivers/mmc/host/at91_mci.c
272f133a 1250
04ac2f46 1251ATMEL AT91 / AT32 MCI DRIVER
8b58be88 1252M: Nicolas Ferre <[email protected]>
04ac2f46
NF
1253S: Maintained
1254F: drivers/mmc/host/atmel-mci.c
1255F: drivers/mmc/host/atmel-mci-regs.h
1256
a1cfac48 1257ATMEL AT91 / AT32 SERIAL DRIVER
a02875a6 1258M: Nicolas Ferre <[email protected]>
a1cfac48 1259S: Supported
679655da 1260F: drivers/serial/atmel_serial.c
a1cfac48 1261
8f4c79ce 1262ATMEL LCDFB DRIVER
8b58be88 1263M: Nicolas Ferre <[email protected]>
c69f677c 1264L: [email protected]
8f4c79ce 1265S: Maintained
679655da
JP
1266F: drivers/video/atmel_lcdfb.c
1267F: include/video/atmel_lcdc.h
8f4c79ce 1268
89e5785f 1269ATMEL MACB ETHERNET DRIVER
a02875a6 1270M: Nicolas Ferre <[email protected]>
89e5785f 1271S: Supported
679655da 1272F: drivers/net/macb.*
89e5785f 1273
754ce4f2 1274ATMEL SPI DRIVER
a02875a6 1275M: Nicolas Ferre <[email protected]>
754ce4f2 1276S: Supported
679655da 1277F: drivers/spi/atmel_spi.*
754ce4f2 1278
914a3f3b 1279ATMEL USBA UDC DRIVER
a02875a6
NF
1280M: Nicolas Ferre <[email protected]>
1281L: [email protected] (moderated for non-subscribers)
914a3f3b
HS
1282W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1283S: Supported
679655da 1284F: drivers/usb/gadget/atmel_usba_udc.*
914a3f3b 1285
1da177e4 1286ATMEL WIRELESS DRIVER
8b58be88 1287M: Simon Kelley <[email protected]>
724c6b35 1288L: [email protected]
1da177e4
LT
1289W: http://www.thekelleys.org.uk/atmel
1290W: http://atmelwlandriver.sourceforge.net/
1291S: Maintained
679655da 1292F: drivers/net/wireless/atmel*
1da177e4 1293
a92b7b80 1294AUDIT SUBSYSTEM
8b58be88
JP
1295M: Al Viro <[email protected]>
1296M: Eric Paris <[email protected]>
b9a06207 1297L: [email protected] (subscribers-only)
ad3f9a22 1298W: http://people.redhat.com/sgrubb/audit/
54e5881d 1299T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80 1300S: Maintained
679655da
JP
1301F: include/linux/audit.h
1302F: kernel/audit*
a92b7b80 1303
70e84049 1304AUXILIARY DISPLAY DRIVERS
8b58be88 1305M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1306W: http://miguelojeda.es/auxdisplay.htm
1307W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1308S: Maintained
679655da
JP
1309F: drivers/auxdisplay/
1310F: include/linux/cfag12864b.h
70e84049 1311
5f97f7f9 1312AVR32 ARCHITECTURE
f5665518 1313M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9
HS
1314W: http://www.atmel.com/products/AVR32/
1315W: http://avr32linux.org/
1316W: http://avrfreaks.net/
1317S: Supported
679655da 1318F: arch/avr32/
5f97f7f9
HS
1319
1320AVR32/AT32AP MACHINE SUPPORT
f5665518 1321M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9 1322S: Supported
679655da 1323F: arch/avr32/mach-at32ap/
5f97f7f9 1324
1da177e4 1325AX.25 NETWORK LAYER
8b58be88 1326M: Ralf Baechle <[email protected]>
1da177e4 1327L: [email protected]
d34cb28a 1328W: http://www.linux-ax25.org/
1da177e4 1329S: Maintained
679655da
JP
1330F: include/linux/ax25.h
1331F: include/net/ax25.h
1332F: net/ax25/
1da177e4 1333
e2d1d6c0 1334B43 WIRELESS DRIVER
8b58be88 1335M: Stefano Brivio <[email protected]>
e2d1d6c0
RD
1336L: [email protected]
1337W: http://linuxwireless.org/en/users/Drivers/b43
1338S: Maintained
679655da 1339F: drivers/net/wireless/b43/
e2d1d6c0
RD
1340
1341B43LEGACY WIRELESS DRIVER
8b58be88
JP
1342M: Larry Finger <[email protected]>
1343M: Stefano Brivio <[email protected]>
e2d1d6c0
RD
1344L: [email protected]
1345W: http://linuxwireless.org/en/users/Drivers/b43
1346S: Maintained
679655da 1347F: drivers/net/wireless/b43legacy/
e2d1d6c0 1348
300abeb5 1349BACKLIGHT CLASS/SUBSYSTEM
8b58be88 1350M: Richard Purdie <[email protected]>
300abeb5 1351S: Maintained
679655da
JP
1352F: drivers/video/backlight/
1353F: include/linux/backlight.h
300abeb5 1354
c6c8fea2
SE
1355BATMAN ADVANCED
1356M: Marek Lindner <[email protected]>
1357M: Simon Wunderlich <[email protected]>
1358M: Sven Eckelmann <[email protected]>
1359L: [email protected]
1360W: http://www.open-mesh.org/
1361S: Maintained
1362F: net/batman-adv/
1363
e2d1d6c0 1364BAYCOM/HDLCDRV DRIVERS FOR AX.25
8b58be88 1365M: Thomas Sailer <[email protected]>
e2d1d6c0
RD
1366L: [email protected]
1367W: http://www.baycom.org/~tom/ham/ham.html
1368S: Maintained
679655da 1369F: drivers/net/hamradio/baycom*
e2d1d6c0
RD
1370
1371BEFS FILE SYSTEM
55817d3d 1372S: Orphan
679655da
JP
1373F: Documentation/filesystems/befs.txt
1374F: fs/befs/
e2d1d6c0
RD
1375
1376BFS FILE SYSTEM
8b58be88 1377M: "Tigran A. Aivazian" <[email protected]>
e2d1d6c0 1378S: Maintained
679655da
JP
1379F: Documentation/filesystems/bfs.txt
1380F: fs/bfs/
1381F: include/linux/bfs_fs.h
e2d1d6c0 1382
1394f032 1383BLACKFIN ARCHITECTURE
8b58be88 1384M: Mike Frysinger <[email protected]>
5b93e13f 1385L: [email protected]
e3b2d3f3
BW
1386W: http://blackfin.uclinux.org
1387S: Supported
679655da 1388F: arch/blackfin/
566da5b2 1389
e190d6b1 1390BLACKFIN EMAC DRIVER
8b58be88 1391M: Michael Hennerich <[email protected]>
49afa609 1392L: [email protected]
e190d6b1
BW
1393W: http://blackfin.uclinux.org
1394S: Supported
679655da 1395F: drivers/net/bfin_mac.*
e190d6b1 1396
566da5b2 1397BLACKFIN RTC DRIVER
8b58be88 1398M: Mike Frysinger <[email protected]>
49afa609 1399L: [email protected]
566da5b2
MF
1400W: http://blackfin.uclinux.org
1401S: Supported
679655da 1402F: drivers/rtc/rtc-bfin.c
1394f032 1403
936ed49a
MF
1404BLACKFIN SDH DRIVER
1405M: Cliff Cai <[email protected]>
1406L: [email protected]
1407W: http://blackfin.uclinux.org
1408S: Supported
1409F: drivers/mmc/host/bfin_sdh.c
1410
1394f032 1411BLACKFIN SERIAL DRIVER
8b58be88 1412M: Sonic Zhang <[email protected]>
49afa609 1413L: [email protected]
e3b2d3f3
BW
1414W: http://blackfin.uclinux.org
1415S: Supported
679655da 1416F: drivers/serial/bfin_5xx.c
1394f032 1417
1e6d320f 1418BLACKFIN WATCHDOG DRIVER
8b58be88 1419M: Mike Frysinger <[email protected]>
49afa609 1420L: [email protected]
1e6d320f
BW
1421W: http://blackfin.uclinux.org
1422S: Supported
679655da 1423F: drivers/watchdog/bfin_wdt.c
1e6d320f 1424
d24ecfcc 1425BLACKFIN I2C TWI DRIVER
8b58be88 1426M: Sonic Zhang <[email protected]>
49afa609 1427L: [email protected]
d24ecfcc
BW
1428W: http://blackfin.uclinux.org/
1429S: Supported
679655da 1430F: drivers/i2c/busses/i2c-bfin-twi.c
d24ecfcc 1431
1da177e4 1432BLOCK LAYER
8b58be88 1433M: Jens Axboe <[email protected]>
54e5881d 1434T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4 1435S: Maintained
679655da 1436F: block/
1da177e4 1437
2b54aaef 1438BLOCK2MTD DRIVER
8b58be88 1439M: Joern Engel <[email protected]>
2b54aaef
JE
1440L: [email protected]
1441S: Maintained
679655da 1442F: drivers/mtd/devices/block2mtd.c
2b54aaef 1443
63fbd24e 1444BLUETOOTH DRIVERS
8b58be88 1445M: Marcel Holtmann <[email protected]>
b3c05989 1446M: Gustavo F. Padovan <[email protected]>
781c2844 1447L: [email protected]
63fbd24e 1448W: http://www.bluez.org/
b3c05989 1449T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1da177e4 1450S: Maintained
679655da 1451F: drivers/bluetooth/
1da177e4 1452
63fbd24e 1453BLUETOOTH SUBSYSTEM
8b58be88 1454M: Marcel Holtmann <[email protected]>
b3c05989 1455M: Gustavo F. Padovan <[email protected]>
63fbd24e
MH
1456L: [email protected]
1457W: http://www.bluez.org/
b3c05989 1458T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1da177e4 1459S: Maintained
679655da
JP
1460F: net/bluetooth/
1461F: include/net/bluetooth/
1da177e4
LT
1462
1463BONDING DRIVER
8b58be88 1464M: Jay Vosburgh <[email protected]>
a6c36ee6 1465L: [email protected]
ce00f85c
JC
1466W: http://sourceforge.net/projects/bonding/
1467S: Supported
679655da
JP
1468F: drivers/net/bonding/
1469F: include/linux/if_bonding.h
1da177e4 1470
39105890 1471BROADCOM B44 10/100 ETHERNET DRIVER
8b58be88 1472M: Gary Zambrano <[email protected]>
39105890
GZ
1473L: [email protected]
1474S: Supported
679655da 1475F: drivers/net/b44.*
39105890 1476
948c51e6 1477BROADCOM BNX2 GIGABIT ETHERNET DRIVER
8b58be88 1478M: Michael Chan <[email protected]>
948c51e6
MC
1479L: [email protected]
1480S: Supported
679655da
JP
1481F: drivers/net/bnx2.*
1482F: drivers/net/bnx2_*
948c51e6 1483
4d9d2cb0 1484BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
8b58be88 1485M: Eilon Greenstein <[email protected]>
4d9d2cb0
ET
1486L: [email protected]
1487S: Supported
49efec1e 1488F: drivers/net/bnx2x/
4d9d2cb0 1489
948c51e6 1490BROADCOM TG3 GIGABIT ETHERNET DRIVER
8b58be88
JP
1491M: Matt Carlson <[email protected]>
1492M: Michael Chan <[email protected]>
948c51e6
MC
1493L: [email protected]
1494S: Supported
679655da 1495F: drivers/net/tg3.*
948c51e6 1496
a9533e7e
HP
1497BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1498M: Brett Rudley <[email protected]>
1499M: Henry Ptasinski <[email protected]>
818c07b8
HP
1500M: Dowan Kim <[email protected]>
1501M: Roland Vossen <[email protected]>
1502M: Arend van Spriel <[email protected]>
a9533e7e
HP
1503L: [email protected]
1504S: Supported
1505F: drivers/staging/brcm80211/
1506
7725ccfd 1507BROCADE BFA FC SCSI DRIVER
455518e7
JP
1508M: Jing Huang <[email protected]>
1509L: [email protected]
1510S: Supported
1511F: drivers/scsi/bfa/
7725ccfd 1512
8b230ed8
RM
1513BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1514M: Rasesh Mody <[email protected]>
1515M: Debashis Dutt <[email protected]>
1516L: [email protected]
1517S: Supported
1518F: drivers/net/bna/
1519
5cdf7f76 1520BSG (block layer generic sg v4 driver)
8b58be88 1521M: FUJITA Tomonori <[email protected]>
5cdf7f76
JA
1522L: [email protected]
1523S: Supported
679655da
JP
1524F: block/bsg.c
1525F: include/linux/bsg.h
5cdf7f76 1526
ff1d5c2f 1527BT8XXGPIO DRIVER
8b58be88 1528M: Michael Buesch <[email protected]>
ff1d5c2f
MB
1529W: http://bu3sch.de/btgpio.php
1530S: Maintained
679655da 1531F: drivers/gpio/bt8xxgpio.c
ff1d5c2f 1532
eb1eb04f 1533BTRFS FILE SYSTEM
8b58be88 1534M: Chris Mason <[email protected]>
eb1eb04f
JP
1535L: [email protected]
1536W: http://btrfs.wiki.kernel.org/
8a6e2535 1537Q: http://patchwork.kernel.org/project/linux-btrfs/list/
54e5881d 1538T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
eb1eb04f 1539S: Maintained
679655da
JP
1540F: Documentation/filesystems/btrfs.txt
1541F: fs/btrfs/
eb1eb04f 1542
1da177e4 1543BTTV VIDEO4LINUX DRIVER
8b58be88 1544M: Mauro Carvalho Chehab <[email protected]>
661263b5 1545L: [email protected]
96b6aba0 1546W: http://linuxtv.org
54e5881d 1547T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
96b6aba0 1548S: Maintained
679655da
JP
1549F: Documentation/video4linux/bttv/
1550F: drivers/media/video/bt8xx/bttv*
1da177e4 1551
a5432f5a 1552CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
8b58be88 1553M: David Howells <[email protected]>
a5432f5a
DH
1554L: [email protected]
1555S: Supported
1556F: Documentation/filesystems/caching/cachefiles.txt
1557F: fs/cachefiles/
1558
77d5140f 1559CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
8b58be88 1560M: Jonathan Corbet <[email protected]>
661263b5 1561L: [email protected]
54e5881d 1562T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
77d5140f 1563S: Maintained
679655da
JP
1564F: Documentation/video4linux/cafe_ccic
1565F: drivers/media/video/cafe_ccic*
77d5140f 1566
201b6bab
JP
1567CAIF NETWORK LAYER
1568M: Sjur Braendeland <[email protected]>
1569L: [email protected]
1570S: Supported
1571F: Documentation/networking/caif/
1572F: drivers/net/caif/
1573F: include/linux/caif/
1574F: include/net/caif/
1575F: net/caif/
1576
77dac90f 1577CALGARY x86-64 IOMMU
8b58be88
JP
1578M: Muli Ben-Yehuda <[email protected]>
1579M: "Jon D. Mason" <[email protected]>
77dac90f
MBY
1580L: [email protected]
1581S: Maintained
679655da
JP
1582F: arch/x86/kernel/pci-calgary_64.c
1583F: arch/x86/kernel/tce_64.c
1584F: arch/x86/include/asm/calgary.h
1585F: arch/x86/include/asm/tce.h
77dac90f 1586
e2d1d6c0 1587CAN NETWORK LAYER
8d15d386 1588M: Oliver Hartkopp <[email protected]>
8b58be88 1589M: Oliver Hartkopp <[email protected]>
8d15d386
OH
1590M: Urs Thuermann <[email protected]>
1591L: [email protected]
42d38041 1592L: [email protected]
e2d1d6c0
RD
1593W: http://developer.berlios.de/projects/socketcan/
1594S: Maintained
8d15d386 1595F: net/can/
679655da 1596F: include/linux/can.h
8d15d386
OH
1597F: include/linux/can/core.h
1598F: include/linux/can/bcm.h
1599F: include/linux/can/raw.h
e2d1d6c0 1600
4261a204 1601CAN NETWORK DRIVERS
8b58be88 1602M: Wolfgang Grandegger <[email protected]>
8d15d386 1603L: [email protected]
42d38041 1604L: [email protected]
4261a204
WG
1605W: http://developer.berlios.de/projects/socketcan/
1606S: Maintained
8d15d386
OH
1607F: drivers/net/can/
1608F: include/linux/can/dev.h
1609F: include/linux/can/error.h
1610F: include/linux/can/netlink.h
1611F: include/linux/can/platform/
4261a204 1612
b8154542 1613CELL BROADBAND ENGINE ARCHITECTURE
8b58be88 1614M: Arnd Bergmann <[email protected]>
a4724ed6
SR
1615L: [email protected]
1616L: [email protected]
b8154542
AB
1617W: http://www.ibm.com/developerworks/power/cell/
1618S: Supported
679655da 1619F: arch/powerpc/include/asm/cell*.h
679655da
JP
1620F: arch/powerpc/include/asm/spu*.h
1621F: arch/powerpc/oprofile/*cell*
1622F: arch/powerpc/platforms/cell/
b8154542 1623
9030aaf9
SW
1624CEPH DISTRIBUTED FILE SYSTEM CLIENT
1625M: Sage Weil <[email protected]>
82593f87 1626L: [email protected]
9030aaf9 1627W: http://ceph.newdream.net/
fb99f881 1628T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9030aaf9
SW
1629S: Supported
1630F: Documentation/filesystems/ceph.txt
1631F: fs/ceph
3d14c5d2
YS
1632F: net/ceph
1633F: include/linux/ceph
9030aaf9 1634
18332a80 1635CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
18332a80 1636L: [email protected]
10c6c9c9 1637S: Orphan
679655da
JP
1638F: Documentation/usb/WUSB-Design-overview.txt
1639F: Documentation/usb/wusb-cbaf
355ffe69
DV
1640F: drivers/usb/host/hwa-hc.c
1641F: drivers/usb/host/whci/
679655da
JP
1642F: drivers/usb/wusbcore/
1643F: include/linux/usb/wusb*
18332a80 1644
70e84049 1645CFAG12864B LCD DRIVER
8b58be88 1646M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1647W: http://miguelojeda.es/auxdisplay.htm
1648W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1649S: Maintained
679655da
JP
1650F: drivers/auxdisplay/cfag12864b.c
1651F: include/linux/cfag12864b.h
70e84049
MOS
1652
1653CFAG12864BFB LCD FRAMEBUFFER DRIVER
8b58be88 1654M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1655W: http://miguelojeda.es/auxdisplay.htm
1656W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1657S: Maintained
679655da
JP
1658F: drivers/auxdisplay/cfag12864bfb.c
1659F: include/linux/cfag12864b.h
70e84049 1660
704232c2 1661CFG80211 and NL80211
8b58be88 1662M: Johannes Berg <[email protected]>
704232c2
JB
1663L: [email protected]
1664S: Maintained
679655da
JP
1665F: include/linux/nl80211.h
1666F: include/net/cfg80211.h
1667F: net/wireless/*
1668X: net/wireless/wext*
704232c2 1669
0a920b5b 1670CHECKPATCH
8b58be88 1671M: Andy Whitcroft <[email protected]>
0a920b5b 1672S: Supported
679655da 1673F: scripts/checkpatch.pl
0a920b5b 1674
641cb85e 1675CISCO VIC ETHERNET NIC DRIVER
641cb85e
VK
1676M: Vasanthy Kolluri <[email protected]>
1677M: Roopa Prabhu <[email protected]>
94d57c4c 1678M: David Wang <[email protected]>
7063fbf2 1679S: Supported
679655da 1680F: drivers/net/enic/
7063fbf2 1681
2b7a52a4 1682CIRRUS LOGIC EP93XX ETHERNET DRIVER
8b58be88 1683M: Lennert Buytenhek <[email protected]>
2b7a52a4
LB
1684L: [email protected]
1685S: Maintained
679655da 1686F: drivers/net/arm/ep93xx_eth.c
2b7a52a4 1687
2b7a52a4 1688CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
8b58be88 1689M: Lennert Buytenhek <[email protected]>
6372594a 1690L: [email protected]
2b7a52a4 1691S: Maintained
679655da 1692F: drivers/usb/host/ohci-ep93xx.c
2b7a52a4 1693
d9e9d82c 1694CIRRUS LOGIC CS4270 SOUND DRIVER
8b58be88 1695M: Timur Tabi <[email protected]>
93711660 1696L: [email protected] (moderated for non-subscribers)
d9e9d82c 1697S: Supported
679655da 1698F: sound/soc/codecs/cs4270*
d9e9d82c 1699
d4275354 1700CLK API
8b58be88 1701M: Russell King <[email protected]>
d4275354
RK
1702F: include/linux/clk.h
1703
5df6d737 1704CISCO FCOE HBA DRIVER
8b58be88
JP
1705M: Abhijeet Joglekar <[email protected]>
1706M: Joe Eykholt <[email protected]>
5df6d737
AJ
1707L: [email protected]
1708S: Supported
2a99921a 1709F: drivers/scsi/fnic/
5df6d737 1710
529aa8cb
TLSC
1711CMPC ACPI DRIVER
1712M: Thadeu Lima de Souza Cascardo <[email protected]>
1713M: Daniel Oliveira Nascimento <[email protected]>
d0944853 1714L: [email protected]
529aa8cb
TLSC
1715S: Supported
1716F: drivers/platform/x86/classmate-laptop.c
1717
74425eee
NP
1718COCCINELLE/Semantic Patches (SmPL)
1719M: Julia Lawall <[email protected]>
1720M: Gilles Muller <[email protected]>
af78f217 1721M: Nicolas Palix <[email protected]>
74425eee
NP
1722L: [email protected] (moderated for non-subscribers)
1723W: http://coccinelle.lip6.fr/
1724S: Supported
1725F: scripts/coccinelle/
1726F: scripts/coccicheck
1727
1da177e4 1728CODA FILE SYSTEM
8b58be88 1729M: Jan Harkes <[email protected]>
1da177e4
LT
1730M: [email protected]
1731L: [email protected]
1732W: http://www.coda.cs.cmu.edu/
1733S: Maintained
679655da
JP
1734F: Documentation/filesystems/coda.txt
1735F: fs/coda/
1736F: include/linux/coda*.h
1da177e4 1737
e2d1d6c0 1738COMMON INTERNET FILE SYSTEM (CIFS)
8b58be88 1739M: Steve French <[email protected]>
51223df6 1740L: [email protected]
d1f28953 1741L: [email protected] (moderated for non-subscribers)
e2d1d6c0 1742W: http://linux-cifs.samba.org/
8a6e2535 1743Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
54e5881d 1744T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
e2d1d6c0 1745S: Supported
679655da
JP
1746F: Documentation/filesystems/cifs.txt
1747F: fs/cifs/
e2d1d6c0 1748
1da177e4 1749COMPACTPCI HOTPLUG CORE
8b58be88 1750M: Scott Murray <[email protected]>
64dab204 1751L: [email protected]
82c4dfc7 1752S: Maintained
679655da 1753F: drivers/pci/hotplug/cpci_hotplug*
1da177e4
LT
1754
1755COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
8b58be88 1756M: Scott Murray <[email protected]>
64dab204 1757L: [email protected]
82c4dfc7 1758S: Maintained
679655da 1759F: drivers/pci/hotplug/cpcihp_zt5550.*
1da177e4
LT
1760
1761COMPACTPCI HOTPLUG GENERIC DRIVER
8b58be88 1762M: Scott Murray <[email protected]>
64dab204 1763L: [email protected]
82c4dfc7 1764S: Maintained
679655da 1765F: drivers/pci/hotplug/cpcihp_generic.c
1da177e4 1766
5411552c 1767COMPAL LAPTOP SUPPORT
8b58be88 1768M: Cezary Jackiewicz <[email protected]>
d0944853 1769L: [email protected]
5411552c 1770S: Maintained
679655da 1771F: drivers/platform/x86/compal-laptop.c
5411552c 1772
1da177e4 1773COMPUTONE INTELLIPORT MULTIPORT CARD
8b58be88 1774M: "Michael H. Warfield" <[email protected]>
1da177e4 1775W: http://www.wittsend.com/computone.html
07d46de4 1776S: Maintained
679655da
JP
1777F: Documentation/serial/computone.txt
1778F: drivers/char/ip2/
1da177e4 1779
949be0f7 1780CONEXANT ACCESSRUNNER USB DRIVER
8b58be88 1781M: Simon Arlott <[email protected]>
9ae5e3bc
SA
1782L: [email protected]
1783W: http://accessrunner.sourceforge.net/
949be0f7 1784S: Maintained
679655da 1785F: drivers/usb/atm/cxacru.c
949be0f7 1786
e2d1d6c0 1787CONFIGFS
8b58be88 1788M: Joel Becker <[email protected]>
e2d1d6c0 1789S: Supported
679655da
JP
1790F: fs/configfs/
1791F: include/linux/configfs.h
e2d1d6c0 1792
acb9c1b2 1793CONNECTOR
8b58be88 1794M: Evgeniy Polyakov <[email protected]>
acb9c1b2
EP
1795L: [email protected]
1796S: Maintained
1797F: drivers/connector/
1798
fb3a0fb6 1799CONTROL GROUPS (CGROUPS)
8b58be88
JP
1800M: Paul Menage <[email protected]>
1801M: Li Zefan <[email protected]>
fb3a0fb6
PM
1802L: [email protected]
1803S: Maintained
679655da
JP
1804F: include/linux/cgroup*
1805F: kernel/cgroup*
8ca739e3 1806F: mm/*cgroup*
fb3a0fb6 1807
bebe4678 1808CORETEMP HARDWARE MONITORING DRIVER
96859129 1809M: Fenghua Yu <[email protected]>
bebe4678
RM
1810L: [email protected]
1811S: Maintained
679655da
JP
1812F: Documentation/hwmon/coretemp
1813F: drivers/hwmon/coretemp.c
bebe4678 1814
1da177e4 1815COSA/SRP SYNC SERIAL DRIVER
8b58be88 1816M: Jan "Yenya" Kasprzak <[email protected]>
1da177e4
LT
1817W: http://www.fi.muni.cz/~kas/cosa/
1818S: Maintained
679655da 1819F: drivers/net/wan/cosa*
1da177e4 1820
4371ee35 1821CPMAC ETHERNET DRIVER
8b58be88 1822M: Florian Fainelli <[email protected]>
4371ee35
FF
1823L: [email protected]
1824S: Maintained
1825F: drivers/net/cpmac.c
1826
1da177e4 1827CPU FREQUENCY DRIVERS
8b58be88 1828M: Dave Jones <[email protected]>
bc5f65d4 1829L: [email protected]
1da177e4 1830W: http://www.codemonkey.org.uk/projects/cpufreq/
54e5881d 1831T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4 1832S: Maintained
679655da
JP
1833F: arch/x86/kernel/cpu/cpufreq/
1834F: drivers/cpufreq/
1835F: include/linux/cpufreq.h
1da177e4
LT
1836
1837CPUID/MSR DRIVER
8b58be88 1838M: "H. Peter Anvin" <[email protected]>
1da177e4 1839S: Maintained
679655da
JP
1840F: arch/x86/kernel/cpuid.c
1841F: arch/x86/kernel/msr.c
1da177e4 1842
ed90fb4a 1843CPUSETS
8b58be88 1844M: Paul Menage <[email protected]>
ed90fb4a 1845W: http://www.bullopensource.org/cpuset/
551e172a 1846W: http://oss.sgi.com/projects/cpusets/
ed90fb4a 1847S: Supported
679655da
JP
1848F: Documentation/cgroups/cpusets.txt
1849F: include/linux/cpuset.h
1850F: kernel/cpuset.c
ed90fb4a 1851
1da177e4 1852CRAMFS FILESYSTEM
ce00f85c
JC
1853W: http://sourceforge.net/projects/cramfs/
1854S: Orphan
679655da
JP
1855F: Documentation/filesystems/cramfs.txt
1856F: fs/cramfs/
1da177e4
LT
1857
1858CRIS PORT
8b58be88
JP
1859M: Mikael Starvik <[email protected]>
1860M: Jesper Nilsson <[email protected]>
9937ac0c 1861L: [email protected]
1da177e4
LT
1862W: http://developer.axis.com
1863S: Maintained
679655da 1864F: arch/cris/
395bc512 1865F: drivers/serial/crisv10.*
1da177e4
LT
1866
1867CRYPTO API
8b58be88
JP
1868M: Herbert Xu <[email protected]>
1869M: "David S. Miller" <[email protected]>
1da177e4 1870L: [email protected]
54e5881d 1871T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4 1872S: Maintained
679655da
JP
1873F: Documentation/crypto/
1874F: arch/*/crypto/
1875F: crypto/
1876F: drivers/crypto/
1877F: include/crypto/
1da177e4 1878
5b07bd57 1879CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
8b58be88 1880M: Neil Horman <[email protected]>
5b07bd57
NH
1881L: [email protected]
1882S: Maintained
51a2228a
JP
1883F: crypto/ansi_cprng.c
1884F: crypto/rng.c
5b07bd57 1885
9b4ffa48 1886CS5535 Audio ALSA driver
8b58be88 1887M: Jaya Kumar <[email protected]>
9b4ffa48 1888S: Maintained
679655da 1889F: sound/pci/cs5535audio/
9b4ffa48 1890
6d8425b1 1891CX18 VIDEO4LINUX DRIVER
6afdeaf8 1892M: Andy Walls <[email protected]>
c4240509 1893L: [email protected] (moderated for non-subscribers)
661263b5 1894L: [email protected]
54e5881d 1895T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6d8425b1 1896W: http://linuxtv.org
30e10993 1897W: http://www.ivtvdriver.org/index.php/Cx18
6d8425b1 1898S: Maintained
679655da
JP
1899F: Documentation/video4linux/cx18.txt
1900F: drivers/media/video/cx18/
6d8425b1 1901
e5ec3789 1902CXGB3 ETHERNET DRIVER (CXGB3)
8b58be88 1903M: Divy Le Ray <[email protected]>
e5ec3789
SW
1904L: [email protected]
1905W: http://www.chelsio.com
1906S: Supported
679655da 1907F: drivers/net/cxgb3/
e5ec3789
SW
1908
1909CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
8b58be88 1910M: Steve Wise <[email protected]>
e6cc0fd1 1911L: [email protected]
e5ec3789
SW
1912W: http://www.openfabrics.org
1913S: Supported
679655da 1914F: drivers/infiniband/hw/cxgb3/
e5ec3789 1915
be4c9bad
RD
1916CXGB4 ETHERNET DRIVER (CXGB4)
1917M: Dimitris Michailidis <[email protected]>
1918L: [email protected]
1919W: http://www.chelsio.com
1920S: Supported
1921F: drivers/net/cxgb4/
1922
1923CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1924M: Steve Wise <[email protected]>
1925L: [email protected]
1926W: http://www.openfabrics.org
1927S: Supported
1928F: drivers/infiniband/hw/cxgb4/
1929
5c20a5c7
CL
1930CXGB4VF ETHERNET DRIVER (CXGB4VF)
1931M: Casey Leedom <[email protected]>
1932L: [email protected]
1933W: http://www.chelsio.com
1934S: Supported
1935F: drivers/net/cxgb4vf/
1936
b52b97a3
GC
1937STMMAC ETHERNET DRIVER
1938M: Giuseppe Cavallaro <[email protected]>
1939L: [email protected]
1940W: http://www.stlinux.com
1941S: Supported
1942F: drivers/net/stmmac/
1943
1da177e4 1944CYBERPRO FB DRIVER
8b58be88 1945M: Russell King <[email protected]>
efc03ecb 1946L: [email protected] (moderated for non-subscribers)
1da177e4
LT
1947W: http://www.arm.linux.org.uk/
1948S: Maintained
679655da 1949F: drivers/video/cyber2000fb.*
9fa68eae 1950
1da177e4 1951CYCLADES 2X SYNC CARD DRIVER
8b58be88 1952M: Arnaldo Carvalho de Melo <[email protected]>
926554c4 1953W: http://oops.ghostprotocols.net:81/blog
1da177e4 1954S: Maintained
679655da 1955F: drivers/net/wan/cycx*
1da177e4
LT
1956
1957CYCLADES ASYNC MUX DRIVER
1da177e4 1958W: http://www.cyclades.com/
d459883e 1959S: Orphan
679655da
JP
1960F: drivers/char/cyclades.c
1961F: include/linux/cyclades.h
1da177e4
LT
1962
1963CYCLADES PC300 DRIVER
1da177e4 1964W: http://www.cyclades.com/
d459883e 1965S: Orphan
679655da 1966F: drivers/net/wan/pc300*
1da177e4 1967
1da177e4 1968DAMA SLAVE for AX.25
8b58be88 1969M: Joerg Reuter <[email protected]>
1da177e4
LT
1970W: http://yaina.de/jreuter/
1971W: http://www.qsl.net/dl1bke/
1972L: [email protected]
1973S: Maintained
679655da
JP
1974F: net/ax25/af_ax25.c
1975F: net/ax25/ax25_dev.c
1976F: net/ax25/ax25_ds_*
1977F: net/ax25/ax25_in.c
1978F: net/ax25/ax25_out.c
1979F: net/ax25/ax25_timer.c
1980F: net/ax25/sysctl_net_ax25.c
1da177e4 1981
e2d1d6c0 1982DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
8b58be88 1983M: Tobias Ringstrom <[email protected]>
e2d1d6c0
RD
1984L: [email protected]
1985S: Maintained
679655da
JP
1986F: Documentation/networking/dmfe.txt
1987F: drivers/net/tulip/dmfe.c
e2d1d6c0
RD
1988
1989DC390/AM53C974 SCSI driver
8b58be88 1990M: Kurt Garloff <[email protected]>
e2d1d6c0 1991W: http://www.garloff.de/kurt/linux/dc390/
8b58be88 1992M: Guennadi Liakhovetski <[email protected]>
e2d1d6c0 1993S: Maintained
679655da 1994F: drivers/scsi/tmscsim.*
e2d1d6c0 1995
1da177e4 1996DC395x SCSI driver
8b58be88
JP
1997M: Oliver Neukum <[email protected]>
1998M: Ali Akcaagac <[email protected]>
1999M: Jamie Lenehan <[email protected]>
1da177e4 2000W: http://twibble.org/dist/dc395x/
f5df5881 2001L: [email protected]
1da177e4
LT
2002L: http://lists.twibble.org/mailman/listinfo/dc395x/
2003S: Maintained
679655da
JP
2004F: Documentation/scsi/dc395x.txt
2005F: drivers/scsi/dc395x.*
1da177e4 2006
eb8edb08 2007DCCP PROTOCOL
8b58be88 2008M: Arnaldo Carvalho de Melo <[email protected]>
eb8edb08 2009L: [email protected]
f3b84ec2 2010W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08 2011S: Maintained
679655da
JP
2012F: include/linux/dccp.h
2013F: include/linux/tfrc.h
2014F: net/dccp/
eb8edb08 2015
1da177e4 2016DECnet NETWORK LAYER
1da177e4
LT
2017W: http://linux-decnet.sourceforge.net
2018L: [email protected]
f546444d 2019S: Orphan
679655da
JP
2020F: Documentation/networking/decnet.txt
2021F: net/decnet/
1da177e4
LT
2022
2023DEFXX FDDI NETWORK DRIVER
8b58be88 2024M: "Maciej W. Rozycki" <[email protected]>
1da177e4 2025S: Maintained
679655da 2026F: drivers/net/defxx.*
1da177e4 2027
ad8f07cc 2028DELL LAPTOP DRIVER
8b58be88 2029M: Matthew Garrett <[email protected]>
d0944853 2030L: [email protected]
ad8f07cc 2031S: Maintained
679655da 2032F: drivers/platform/x86/dell-laptop.c
ad8f07cc 2033
1da177e4 2034DELL LAPTOP SMM DRIVER
8b58be88 2035M: Massimo Dal Zotto <[email protected]>
1da177e4
LT
2036W: http://www.debian.org/~dz/i8k/
2037S: Maintained
679655da
JP
2038F: drivers/char/i8k.c
2039F: include/linux/i8k.h
1da177e4 2040
90563ec4 2041DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
8b58be88 2042M: Doug Warzecha <[email protected]>
90563ec4 2043S: Maintained
679655da
JP
2044F: Documentation/dcdbas.txt
2045F: drivers/firmware/dcdbas.*
90563ec4 2046
0b3f6109 2047DELL WMI EXTRAS DRIVER
8b58be88 2048M: Matthew Garrett <[email protected]>
0b3f6109 2049S: Maintained
36b3a96f 2050F: drivers/platform/x86/dell-wmi.c
0b3f6109 2051
1da177e4 2052DEVICE NUMBER REGISTRY
8b58be88 2053M: Torben Mathiasen <[email protected]>
1da177e4 2054W: http://lanana.org/docs/device-list/index.html
1da177e4
LT
2055S: Maintained
2056
e2d1d6c0
RD
2057DEVICE-MAPPER (LVM)
2058P: Alasdair Kergon
2059L: [email protected]
2060W: http://sources.redhat.com/dm
8a6e2535 2061Q: http://patchwork.kernel.org/project/dm-devel/list/
e2d1d6c0 2062S: Maintained
679655da
JP
2063F: Documentation/device-mapper/
2064F: drivers/md/dm*
2065F: include/linux/device-mapper.h
2066F: include/linux/dm-*.h
e2d1d6c0 2067
1da177e4 2068DIGI INTL. EPCA DRIVER
8b58be88 2069M: "Digi International, Inc" <[email protected]>
1da177e4
LT
2070L: [email protected]
2071W: http://www.digi.com
baaea1dc 2072S: Orphan
679655da
JP
2073F: Documentation/serial/digiepca.txt
2074F: drivers/char/epca*
2075F: drivers/char/digi*
1da177e4 2076
e7839f25 2077DIRECTORY NOTIFICATION (DNOTIFY)
8b58be88 2078M: Eric Paris <[email protected]>
3c5119c0 2079S: Maintained
679655da
JP
2080F: Documentation/filesystems/dnotify.txt
2081F: fs/notify/dnotify/
2082F: include/linux/dnotify.h
1da177e4
LT
2083
2084DISK GEOMETRY AND PARTITION HANDLING
8b58be88 2085M: Andries Brouwer <[email protected]>
1da177e4
LT
2086W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2087W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2088W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2089S: Maintained
2090
4480f15b 2091DISKQUOTA
8b58be88 2092M: Jan Kara <[email protected]>
1da177e4 2093S: Maintained
679655da
JP
2094F: Documentation/filesystems/quota.txt
2095F: fs/quota/
2096F: include/linux/quota*.h
1da177e4 2097
e7839f25 2098DISTRIBUTED LOCK MANAGER (DLM)
8b58be88
JP
2099M: Christine Caulfield <[email protected]>
2100M: David Teigland <[email protected]>
a4644184 2101L: [email protected]
5be7b50f 2102W: http://sources.redhat.com/cluster/
54e5881d 2103T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f 2104S: Supported
679655da 2105F: fs/dlm/
5be7b50f 2106
b3e5f263 2107DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
8b58be88 2108M: Dan Williams <[email protected]>
b3e5f263 2109S: Supported
679655da
JP
2110F: drivers/dma/
2111F: include/linux/dma*
248a9dc3 2112
b825037d 2113DME1737 HARDWARE MONITOR DRIVER
8b58be88 2114M: Juerg Haefliger <[email protected]>
b825037d
JH
2115L: [email protected]
2116S: Maintained
679655da
JP
2117F: Documentation/hwmon/dme1737
2118F: drivers/hwmon/dme1737.c
b825037d 2119
ba483d57 2120DOCBOOK FOR DOCUMENTATION
8b58be88 2121M: Randy Dunlap <[email protected]>
ba483d57 2122S: Maintained
5d3efe07 2123F: scripts/kernel-doc
ba483d57 2124
5b9c9bf6 2125DOCKING STATION DRIVER
8b58be88 2126M: Shaohua Li <[email protected]>
5b9c9bf6 2127L: [email protected]
8b59a454 2128S: Supported
679655da 2129F: drivers/acpi/dock.c
5b9c9bf6 2130
7d2c86b5 2131DOCUMENTATION
8b58be88 2132M: Randy Dunlap <[email protected]>
795fb7e7 2133L: [email protected]
5d3efe07 2134T: quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
795fb7e7 2135S: Maintained
679655da 2136F: Documentation/
abbaeff3 2137
1da177e4 2138DOUBLETALK DRIVER
8b58be88 2139M: "James R. Van Zandt" <[email protected]>
1da177e4
LT
2140L: [email protected]
2141S: Maintained
679655da
JP
2142F: drivers/char/dtlk.c
2143F: include/linux/dtlk.h
1da177e4 2144
e2d1d6c0 2145DPT_I2O SCSI RAID DRIVER
8b58be88 2146M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
2147L: [email protected]
2148W: http://www.adaptec.com/
2149S: Maintained
679655da
JP
2150F: drivers/scsi/dpt*
2151F: drivers/scsi/dpt/
e2d1d6c0 2152
b411b363 2153DRBD DRIVER
28b8e8d4
JP
2154P: Philipp Reisner
2155P: Lars Ellenberg
2156M: [email protected]
2157L: [email protected]
2158W: http://www.drbd.org
2159T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2160T: git git://git.drbd.org/drbd-8.3.git
2161S: Supported
2162F: drivers/block/drbd/
2163F: lib/lru_cache.c
2164F: Documentation/blockdev/drbd/
b411b363 2165
87544653 2166DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
8b58be88 2167M: Greg Kroah-Hartman <[email protected]>
e658e9fe 2168T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
1da177e4 2169S: Supported
679655da 2170F: Documentation/kobject.txt
7cfc51b9 2171F: drivers/base/
679655da 2172F: fs/sysfs/
87544653 2173F: fs/debugfs/
679655da 2174F: include/linux/kobj*
87544653 2175F: include/linux/debugfs.h
679655da 2176F: lib/kobj*
1da177e4
LT
2177
2178DRM DRIVERS
8b58be88 2179M: David Airlie <[email protected]>
4c6a3999 2180L: [email protected]
54e5881d 2181T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 2182S: Maintained
679655da 2183F: drivers/gpu/drm/
850e9411 2184F: include/drm/
1da177e4 2185
8daf7473
CW
2186INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2187M: Chris Wilson <[email protected]>
cc840f77 2188L: [email protected] (subscribers-only)
8daf7473
CW
2189L: [email protected]
2190T: git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2191S: Supported
2192F: drivers/gpu/drm/i915
2193F: include/drm/i915*
2194
1da177e4 2195DSCC4 DRIVER
8b58be88 2196M: Francois Romieu <[email protected]>
01f20734 2197L: [email protected]
1da177e4 2198S: Maintained
679655da 2199F: drivers/net/wan/dscc4.c
1da177e4 2200
789c7048 2201DZ DECSTATION DZ11 SERIAL DRIVER
8b58be88 2202M: "Maciej W. Rozycki" <[email protected]>
789c7048 2203S: Maintained
679655da 2204F: drivers/serial/dz.*
789c7048 2205
1da177e4 2206EATA-DMA SCSI DRIVER
8b58be88 2207M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2208L: [email protected]
2209L: [email protected]
1da177e4 2210S: Maintained
679655da 2211F: drivers/scsi/eata*
1da177e4
LT
2212
2213EATA ISA/EISA/PCI SCSI DRIVER
8b58be88 2214M: Dario Ballabio <[email protected]>
1da177e4
LT
2215L: [email protected]
2216S: Maintained
679655da 2217F: drivers/scsi/eata.c
1da177e4
LT
2218
2219EATA-PIO SCSI DRIVER
8b58be88 2220M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2221L: [email protected]
2222L: [email protected]
1da177e4 2223S: Maintained
679655da 2224F: drivers/scsi/eata_pio.*
1da177e4
LT
2225
2226EBTABLES
8b58be88 2227M: Bart De Schuymer <[email protected]>
1da177e4
LT
2228L: [email protected]
2229L: [email protected]
2230W: http://ebtables.sourceforge.net/
2231S: Maintained
679655da
JP
2232F: include/linux/netfilter_bridge/ebt_*.h
2233F: net/bridge/netfilter/ebt*.c
1da177e4 2234
237fead6 2235ECRYPT FILE SYSTEM
8b58be88
JP
2236M: Tyler Hicks <[email protected]>
2237M: Dustin Kirkland <[email protected]>
6dc7516e
MH
2238L: [email protected]
2239W: https://launchpad.net/ecryptfs
237fead6 2240S: Supported
679655da
JP
2241F: Documentation/filesystems/ecryptfs.txt
2242F: fs/ecryptfs/
237fead6 2243
da9bb1d2 2244EDAC-CORE
8b58be88 2245M: Doug Thompson <[email protected]>
7b102d03 2246L: [email protected] (moderated for non-subscribers)
0e438e3f 2247W: bluesmoke.sourceforge.net
8c2a6a40 2248S: Supported
679655da
JP
2249F: Documentation/edac.txt
2250F: drivers/edac/edac_*
2251F: include/linux/edac.h
0e438e3f 2252
c476c23b 2253EDAC-AMD64
8b58be88
JP
2254M: Doug Thompson <[email protected]>
2255M: Borislav Petkov <[email protected]>
c476c23b
BP
2256L: [email protected] (moderated for non-subscribers)
2257W: bluesmoke.sourceforge.net
2258S: Supported
2259F: drivers/edac/amd64_edac*
2260
0e438e3f 2261EDAC-E752X
8b58be88
JP
2262M: Mark Gross <[email protected]>
2263M: Doug Thompson <[email protected]>
7b102d03 2264L: [email protected] (moderated for non-subscribers)
0e438e3f
DP
2265W: bluesmoke.sourceforge.net
2266S: Maintained
679655da 2267F: drivers/edac/e752x_edac.c
0e438e3f
DP
2268
2269EDAC-E7XXX
8b58be88 2270M: Doug Thompson <[email protected]>
7b102d03 2271L: [email protected] (moderated for non-subscribers)
0e438e3f
DP
2272W: bluesmoke.sourceforge.net
2273S: Maintained
679655da 2274F: drivers/edac/e7xxx_edac.c
0e438e3f 2275
6bc78404 2276EDAC-I82443BXGX
8b58be88 2277M: Tim Small <[email protected]>
7b102d03 2278L: [email protected] (moderated for non-subscribers)
6bc78404
DT
2279W: bluesmoke.sourceforge.net
2280S: Maintained
679655da 2281F: drivers/edac/i82443bxgx_edac.c
6bc78404
DT
2282
2283EDAC-I3000
8b58be88 2284M: Jason Uhlenkott <[email protected]>
7b102d03 2285L: [email protected] (moderated for non-subscribers)
6bc78404
DT
2286W: bluesmoke.sourceforge.net
2287S: Maintained
679655da 2288F: drivers/edac/i3000_edac.c
6bc78404
DT
2289
2290EDAC-I5000
8b58be88 2291M: Doug Thompson <[email protected]>
7b102d03 2292L: [email protected] (moderated for non-subscribers)
ba9a5918
DT
2293W: bluesmoke.sourceforge.net
2294S: Maintained
679655da 2295F: drivers/edac/i5000_edac.c
ba9a5918 2296
44c12cb2 2297EDAC-I5400
8b58be88 2298M: Mauro Carvalho Chehab <[email protected]>
67c89316 2299L: [email protected]
44c12cb2
MCC
2300W: bluesmoke.sourceforge.net
2301S: Maintained
679655da 2302F: drivers/edac/i5400_edac.c
44c12cb2 2303
3c9c92b6
MCC
2304EDAC-I7300
2305M: Mauro Carvalho Chehab <[email protected]>
2306L: [email protected]
2307W: bluesmoke.sourceforge.net
2308S: Maintained
2309F: drivers/edac/i7300_edac.c
2310
67c89316
MCC
2311EDAC-I7CORE
2312M: Mauro Carvalho Chehab <[email protected]>
2313L: [email protected]
2314W: bluesmoke.sourceforge.net
2315S: Maintained
70aff0ce
JP
2316F: drivers/edac/i7core_edac.c
2317F: drivers/edac/edac_mce.c
2318F: include/linux/edac_mce.h
67c89316 2319
ba9a5918 2320EDAC-I82975X
8b58be88
JP
2321M: Ranganathan Desikan <[email protected]>
2322M: "Arvind R." <[email protected]>
7b102d03 2323L: [email protected] (moderated for non-subscribers)
ba9a5918
DT
2324W: bluesmoke.sourceforge.net
2325S: Maintained
679655da 2326F: drivers/edac/i82975x_edac.c
ba9a5918
DT
2327
2328EDAC-PASEMI
8b58be88 2329M: Egor Martovetsky <[email protected]>
7b102d03 2330L: [email protected] (moderated for non-subscribers)
6bc78404
DT
2331W: bluesmoke.sourceforge.net
2332S: Maintained
679655da 2333F: drivers/edac/pasemi_edac.c
6bc78404 2334
0e438e3f 2335EDAC-R82600
8b58be88 2336M: Tim Small <[email protected]>
7b102d03 2337L: [email protected] (moderated for non-subscribers)
0e438e3f
DP
2338W: bluesmoke.sourceforge.net
2339S: Maintained
679655da 2340F: drivers/edac/r82600_edac.c
da9bb1d2 2341
e59f8796 2342EEEPC LAPTOP EXTRAS DRIVER
8b58be88 2343M: Corentin Chary <[email protected]>
e59f8796 2344L: [email protected]
d0944853 2345L: [email protected]
76593d6f 2346W: http://acpi4asus.sf.net
e59f8796 2347S: Maintained
679655da 2348F: drivers/platform/x86/eeepc-laptop.c
e59f8796 2349
4c4edfa3
CC
2350EEEPC WMI EXTRAS DRIVER
2351M: Corentin Chary <[email protected]>
2352L: [email protected]
2353L: [email protected]
2354W: http://acpi4asus.sf.net
2355S: Maintained
2356F: drivers/platform/x86/eeepc-wmi.c
2357
85a00d9b
PJ
2358EFIFB FRAMEBUFFER DRIVER
2359L: [email protected]
2360M: Peter Jones <[email protected]>
2361S: Maintained
2362F: drivers/video/efifb.c
2363
0bee8d28
JT
2364EFS FILESYSTEM
2365W: http://aeschi.ch.eu.org/efs/
2366S: Orphan
679655da 2367F: fs/efs/
0bee8d28 2368
4480f15b 2369EHCA (IBM GX bus InfiniBand adapter) DRIVER
8b58be88
JP
2370M: Hoang-Nam Nguyen <[email protected]>
2371M: Christoph Raisch <[email protected]>
e6cc0fd1 2372L: [email protected]
fab97220 2373S: Supported
679655da 2374F: drivers/infiniband/hw/ehca/
fab97220 2375
aa8a9e25
BL
2376EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2377M: Breno Leitao <[email protected]>
2378L: [email protected]
2379S: Maintained
2380F: drivers/net/ehea/
2381
3e3a7d66 2382EMBEDDED LINUX
8b58be88
JP
2383M: Paul Gortmaker <[email protected]>
2384M: Matt Mackall <[email protected]>
2385M: David Woodhouse <[email protected]>
3e3a7d66
DW
2386L: [email protected]
2387S: Maintained
2388
3a1c1d44 2389EMULEX LPFC FC SCSI DRIVER
8b58be88 2390M: James Smart <[email protected]>
ce00f85c
JC
2391L: [email protected]
2392W: http://sourceforge.net/projects/lpfcxxxx
2393S: Supported
679655da 2394F: drivers/scsi/lpfc/
3a1c1d44 2395
5f5bac82 2396ENE CB710 FLASH CARD READER DRIVER
8b58be88 2397M: MichaÅ‚ MirosÅ‚aw <[email protected]>
5f5bac82
MM
2398S: Maintained
2399F: drivers/misc/cb710/
2400F: drivers/mmc/host/cb710-mmc.*
2401F: include/linux/cb710.h
2402
931e39a1
ML
2403ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2404M: Maxim Levitsky <[email protected]>
2405S: Maintained
2406F: drivers/media/IR/ene_ir.c
2407F: drivers/media/IR/ene_ir.h
2408
1da177e4 2409EPSON 1355 FRAMEBUFFER DRIVER
8b58be88
JP
2410M: Christopher Hoover <[email protected]>
2411M: Christopher Hoover <[email protected]>
1da177e4 2412S: Maintained
679655da 2413F: drivers/video/epson1355fb.c
1da177e4 2414
d5ca9006 2415EPSON S1D13XXX FRAMEBUFFER DRIVER
8b58be88 2416M: Kristoffer Ericson <[email protected]>
d5ca9006 2417S: Maintained
084bad91 2418T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
679655da
JP
2419F: drivers/video/s1d13xxxfb.c
2420F: include/video/s1d13xxxfb.h
d5ca9006 2421
1da177e4 2422ETHEREXPRESS-16 NETWORK DRIVER
8b58be88 2423M: Philip Blundell <[email protected]>
979b6c13 2424L: [email protected]
1da177e4 2425S: Maintained
679655da 2426F: drivers/net/eexpress.*
1da177e4
LT
2427
2428ETHERNET BRIDGE
8b58be88 2429M: Stephen Hemminger <[email protected]>
f318a63b 2430L: [email protected]
4c325313 2431L: [email protected]
57c511d8 2432W: http://www.linux-foundation.org/en/Net:Bridge
1da177e4 2433S: Maintained
679655da
JP
2434F: include/linux/netfilter_bridge/
2435F: net/bridge/
1da177e4
LT
2436
2437ETHERTEAM 16I DRIVER
8b58be88 2438M: Mika Kuoppala <[email protected]>
1da177e4 2439S: Maintained
679655da 2440F: drivers/net/eth16i.c
1da177e4
LT
2441
2442EXT2 FILE SYSTEM
01971952 2443M: Jan Kara <[email protected]>
72be2ccf 2444L: [email protected]
1da177e4 2445S: Maintained
679655da
JP
2446F: Documentation/filesystems/ext2.txt
2447F: fs/ext2/
2448F: include/linux/ext2*
1da177e4
LT
2449
2450EXT3 FILE SYSTEM
01971952 2451M: Jan Kara <[email protected]>
8b58be88 2452M: Andrew Morton <[email protected]>
3c373a5f 2453M: Andreas Dilger <[email protected]>
72be2ccf
EM
2454L: [email protected]
2455S: Maintained
679655da
JP
2456F: Documentation/filesystems/ext3.txt
2457F: fs/ext3/
2458F: include/linux/ext3*
72be2ccf
EM
2459
2460EXT4 FILE SYSTEM
8b58be88 2461M: "Theodore Ts'o" <[email protected]>
3c373a5f 2462M: Andreas Dilger <[email protected]>
72be2ccf 2463L: [email protected]
08a225f1 2464W: http://ext4.wiki.kernel.org
8a6e2535 2465Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
1da177e4 2466S: Maintained
679655da
JP
2467F: Documentation/filesystems/ext4.txt
2468F: fs/ext4/
1da177e4 2469
e53004e2 2470F71805F HARDWARE MONITORING DRIVER
8b58be88 2471M: Jean Delvare <[email protected]>
e53004e2
JD
2472L: [email protected]
2473S: Maintained
679655da
JP
2474F: Documentation/hwmon/f71805f
2475F: drivers/hwmon/f71805f.c
e53004e2 2476
88b2dbdb
EP
2477FANOTIFY
2478M: Eric Paris <[email protected]>
2479S: Maintained
2480F: fs/notify/fanotify/
2481F: include/linux/fanotify.h
2482
1da177e4 2483FARSYNC SYNCHRONOUS DRIVER
8b58be88 2484M: Kevin Curtis <[email protected]>
1da177e4
LT
2485W: http://www.farsite.co.uk/
2486S: Supported
679655da 2487F: drivers/net/wan/farsync.*
1da177e4 2488
c5408b88 2489FAULT INJECTION SUPPORT
8b58be88 2490M: Akinobu Mita <[email protected]>
c5408b88 2491S: Supported
679655da
JP
2492F: Documentation/fault-injection/
2493F: lib/fault-inject.c
c5408b88 2494
cae727db
RL
2495FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2496M: Robert Love <[email protected]>
2497L: [email protected]
2498W: www.Open-FCoE.org
2499S: Supported
2500F: drivers/scsi/libfc/
2501F: drivers/scsi/fcoe/
2502F: include/scsi/fc/
2503F: include/scsi/libfc.h
2504F: include/scsi/libfcoe.h
2505
e2d1d6c0 2506FILE LOCKING (flock() and fcntl()/lockf())
8b58be88 2507M: Matthew Wilcox <[email protected]>
e2d1d6c0 2508L: [email protected]
1da177e4 2509S: Maintained
679655da
JP
2510F: include/linux/fcntl.h
2511F: include/linux/fs.h
2512F: fs/fcntl.c
2513F: fs/locks.c
1da177e4 2514
e2d1d6c0 2515FILESYSTEMS (VFS and infrastructure)
8b58be88 2516M: Alexander Viro <[email protected]>
e2d1d6c0 2517L: [email protected]
173acc7c 2518S: Maintained
679655da 2519F: fs/*
173acc7c 2520
b26e0ed4 2521FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
05576a1e 2522M: Riku Voipio <[email protected]>
b26e0ed4
RV
2523L: [email protected]
2524S: Maintained
d5ca6918
JP
2525F: drivers/hwmon/f75375s.c
2526F: include/linux/f75375s.h
b26e0ed4 2527
7d2c86b5 2528FIREWIRE SUBSYSTEM
8b58be88 2529M: Stefan Richter <[email protected]>
e2d1d6c0 2530L: [email protected]
958a29cb 2531W: http://ieee1394.wiki.kernel.org/
54e5881d 2532T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
e2d1d6c0 2533S: Maintained
679655da
JP
2534F: drivers/firewire/
2535F: include/linux/firewire*.h
9f6d3c4b 2536F: tools/firewire/
e2d1d6c0
RD
2537
2538FIRMWARE LOADER (request_firmware)
e2d1d6c0 2539S: Orphan
679655da
JP
2540F: Documentation/firmware_class/
2541F: drivers/base/firmware*.c
2542F: include/linux/firmware.h
e2d1d6c0
RD
2543
2544FPU EMULATOR
8b58be88 2545M: Bill Metzenthen <[email protected]>
e769980f 2546W: http://floatingpoint.sourceforge.net/emulator/index.html
e2d1d6c0 2547S: Maintained
679655da 2548F: arch/x86/math-emu/
e2d1d6c0
RD
2549
2550FRAME RELAY DLCI/FRAD (Sangoma drivers too)
8b58be88 2551M: Mike McLagan <[email protected]>
e2d1d6c0
RD
2552L: [email protected]
2553S: Maintained
679655da
JP
2554F: drivers/net/wan/dlci.c
2555F: drivers/net/wan/sdla.c
e2d1d6c0
RD
2556
2557FRAMEBUFFER LAYER
c69f677c 2558L: [email protected]
e2d1d6c0 2559W: http://linux-fbdev.sourceforge.net/
b22fe37b 2560Q: http://patchwork.kernel.org/project/linux-fbdev/list/
fc5fef5e 2561T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
36025a81 2562S: Orphan
679655da 2563F: Documentation/fb/
b22fe37b
PM
2564F: drivers/video/
2565F: include/video/
679655da 2566F: include/linux/fb.h
e2d1d6c0
RD
2567
2568FREESCALE DMA DRIVER
8b58be88
JP
2569M: Li Yang <[email protected]>
2570M: Zhang Wei <[email protected]>
a4724ed6 2571L: [email protected]
e2d1d6c0 2572S: Maintained
679655da 2573F: drivers/dma/fsldma.*
e2d1d6c0
RD
2574
2575FREESCALE I2C CPM DRIVER
8b58be88 2576M: Jochen Friedrich <[email protected]>
a4724ed6 2577L: [email protected]
846557d3 2578L: [email protected]
0d2b405a 2579S: Maintained
679655da 2580F: drivers/i2c/busses/i2c-cpm.c
0d2b405a 2581
60e8c5ab 2582FREESCALE IMX / MXC FRAMEBUFFER DRIVER
8b58be88 2583M: Sascha Hauer <[email protected]>
c69f677c 2584L: [email protected]
efc03ecb 2585L: [email protected] (moderated for non-subscribers)
60e8c5ab 2586S: Maintained
679655da
JP
2587F: arch/arm/plat-mxc/include/mach/imxfb.h
2588F: drivers/video/imxfb.c
60e8c5ab 2589
4689a6b1 2590FREESCALE SOC FS_ENET DRIVER
8b58be88
JP
2591M: Pantelis Antoniou <[email protected]>
2592M: Vitaly Bordug <[email protected]>
a4724ed6 2593L: [email protected]
4689a6b1
PA
2594L: [email protected]
2595S: Maintained
679655da
JP
2596F: drivers/net/fs_enet/
2597F: include/linux/fs_enet_pd.h
4689a6b1 2598
d9e9d82c 2599FREESCALE QUICC ENGINE LIBRARY
8b58be88 2600M: Timur Tabi <[email protected]>
a4724ed6 2601L: [email protected]
d9e9d82c 2602S: Supported
679655da
JP
2603F: arch/powerpc/sysdev/qe_lib/
2604F: arch/powerpc/include/asm/*qe.h
d9e9d82c 2605
b55ef929 2606FREESCALE USB PERIPHERAL DRIVERS
8b58be88 2607M: Li Yang <[email protected]>
6372594a 2608L: [email protected]
a4724ed6 2609L: [email protected]
a7205b30 2610S: Maintained
5429c731 2611F: drivers/usb/gadget/fsl*
a7205b30 2612
beaf53bf 2613FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
8b58be88 2614M: Li Yang <[email protected]>
beaf53bf 2615L: [email protected]
a4724ed6 2616L: [email protected]
beaf53bf 2617S: Maintained
679655da 2618F: drivers/net/ucc_geth*
beaf53bf 2619
d9e9d82c 2620FREESCALE QUICC ENGINE UCC UART DRIVER
8b58be88 2621M: Timur Tabi <[email protected]>
a4724ed6 2622L: [email protected]
d9e9d82c 2623S: Supported
679655da 2624F: drivers/serial/ucc_uart.c
d9e9d82c
TT
2625
2626FREESCALE SOC SOUND DRIVERS
8b58be88 2627M: Timur Tabi <[email protected]>
93711660 2628L: [email protected] (moderated for non-subscribers)
a4724ed6 2629L: [email protected]
d9e9d82c 2630S: Supported
69aefcea
JP
2631F: sound/soc/fsl/fsl*
2632F: sound/soc/fsl/mpc8610_hpcd.c
d9e9d82c 2633
1da177e4 2634FREEVXFS FILESYSTEM
8b58be88 2635M: Christoph Hellwig <[email protected]>
1da177e4
LT
2636W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2637S: Maintained
679655da 2638F: fs/freevxfs/
1da177e4 2639
71038f52 2640FREEZER
8b58be88
JP
2641M: Pavel Machek <[email protected]>
2642M: "Rafael J. Wysocki" <[email protected]>
71038f52
PM
2643L: [email protected]
2644S: Supported
679655da
JP
2645F: Documentation/power/freezing-of-tasks.txt
2646F: include/linux/freezer.h
2647F: kernel/freezer.c
71038f52 2648
a5432f5a 2649FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
8b58be88 2650M: David Howells <[email protected]>
a5432f5a
DH
2651L: [email protected]
2652S: Supported
2653F: Documentation/filesystems/caching/
2654F: fs/fscache/
2655F: include/linux/fscache*.h
2656
5ab7ffea 2657FUJITSU FR-V (FRV) PORT
8b58be88 2658M: David Howells <[email protected]>
1da177e4 2659S: Maintained
679655da 2660F: arch/frv/
1da177e4 2661
20b93734 2662FUJITSU LAPTOP EXTRAS
8b58be88 2663M: Jonathan Woithe <[email protected]>
d0944853 2664L: [email protected]
20b93734 2665S: Maintained
679655da 2666F: drivers/platform/x86/fujitsu-laptop.c
20b93734 2667
04578f17 2668FUSE: FILESYSTEM IN USERSPACE
8b58be88 2669M: Miklos Szeredi <[email protected]>
04578f17
MS
2670L: [email protected]
2671W: http://fuse.sourceforge.net/
2672S: Maintained
679655da
JP
2673F: fs/fuse/
2674F: include/linux/fuse.h
04578f17 2675
1da177e4 2676FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
8b58be88 2677M: Rik Faith <[email protected]>
1da177e4 2678L: [email protected]
baaea1dc 2679S: Odd Fixes (e.g., new signatures)
679655da 2680F: drivers/scsi/fdomain.*
1da177e4
LT
2681
2682GDT SCSI DISK ARRAY CONTROLLER DRIVER
8b58be88 2683M: Achim Leubner <[email protected]>
1da177e4
LT
2684L: [email protected]
2685W: http://www.icp-vortex.com/
2686S: Supported
679655da 2687F: drivers/scsi/gdt*
1da177e4 2688
1c23af90 2689GENERIC GPIO I2C DRIVER
880b0e26 2690M: Haavard Skinnemoen <[email protected]>
1c23af90 2691S: Supported
679655da
JP
2692F: drivers/i2c/busses/i2c-gpio.c
2693F: include/linux/i2c-gpio.h
1c23af90 2694
92ed1a76
PK
2695GENERIC GPIO I2C MULTIPLEXER DRIVER
2696M: Peter Korsgaard <[email protected]>
2697L: [email protected]
2698S: Supported
2699F: drivers/i2c/muxes/gpio-i2cmux.c
2700F: include/linux/gpio-i2cmux.h
2701F: Documentation/i2c/muxes/gpio-i2cmux
2702
9251ce95 2703GENERIC HDLC (WAN) DRIVERS
8b58be88 2704M: Krzysztof Halasa <[email protected]>
1da177e4
LT
2705W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2706S: Maintained
679655da
JP
2707F: drivers/net/wan/c101.c
2708F: drivers/net/wan/hd6457*
2709F: drivers/net/wan/hdlc*
2710F: drivers/net/wan/n2.c
2711F: drivers/net/wan/pc300too.c
2712F: drivers/net/wan/pci200syn.c
2713F: drivers/net/wan/wanxl*
1da177e4 2714
1527aab6 2715GENERIC INCLUDE/ASM HEADER FILES
8b58be88 2716M: Arnd Bergmann <[email protected]>
1527aab6
AB
2717L: [email protected]
2718T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2719S: Maintained
2720F: include/asm-generic
2721
ccb86a69 2722GENERIC UIO DRIVER FOR PCI DEVICES
bda2562c 2723M: "Michael S. Tsirkin" <[email protected]>
ccb86a69 2724L: [email protected]
ccb86a69
MT
2725S: Supported
2726F: drivers/uio/uio_pci_generic.c
2727
5be7b50f 2728GFS2 FILE SYSTEM
8b58be88 2729M: Steven Whitehouse <[email protected]>
a4644184 2730L: [email protected]
5be7b50f 2731W: http://sources.redhat.com/cluster/
54e5881d
JP
2732T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2733T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f 2734S: Supported
679655da
JP
2735F: Documentation/filesystems/gfs2*.txt
2736F: fs/gfs2/
2737F: include/linux/gfs2_ondisk.h
5be7b50f 2738
0a34eb8f 2739GIGASET ISDN DRIVERS
8b58be88
JP
2740M: Hansjoerg Lipp <[email protected]>
2741M: Tilman Schmidt <[email protected]>
0a34eb8f
HL
2742L: [email protected]
2743W: http://gigaset307x.sourceforge.net/
2744S: Maintained
679655da
JP
2745F: Documentation/isdn/README.gigaset
2746F: drivers/isdn/gigaset/
2747F: include/linux/gigaset_dev.h
0a34eb8f 2748
d4c41139
KG
2749GRETH 10/100/1G Ethernet MAC device driver
2750M: Kristoffer Glembo <[email protected]>
2751L: [email protected]
2752S: Maintained
2753F: drivers/net/greth*
2754
e2d1d6c0 2755HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
8b58be88 2756M: Frank Seidel <[email protected]>
bd9fc3a7 2757L: [email protected]
211e3e0e 2758W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
e2d1d6c0 2759S: Maintained
bd9fc3a7 2760F: drivers/platform/x86/hdaps.c
e2d1d6c0 2761
7bc98b97
AK
2762HWPOISON MEMORY FAILURE HANDLING
2763M: Andi Kleen <[email protected]>
2764L: [email protected]
2765L: [email protected]
2766T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2767S: Maintained
2768F: mm/memory-failure.c
2769F: mm/hwpoison-inject.c
2770
c90bfeb8 2771HYPERVISOR VIRTUAL CONSOLE DRIVER
a4724ed6 2772L: [email protected]
c90bfeb8
ME
2773S: Odd Fixes
2774F: drivers/char/hvc_*
2775
c4d1409b
KRW
2776iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2777M: Peter Jones <[email protected]>
2778M: Konrad Rzeszutek Wilk <[email protected]>
2779S: Maintained
2780F: drivers/firmware/iscsi_ibft*
2781
e8deeae2 2782GSPCA FINEPIX SUBDRIVER
8b58be88 2783M: Frank Zago <[email protected]>
661263b5 2784L: [email protected]
54e5881d 2785T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2786S: Maintained
679655da 2787F: drivers/media/video/gspca/finepix.c
e8deeae2 2788
4b3fa3c4
OL
2789GSPCA GL860 SUBDRIVER
2790M: Olivier Lorin <[email protected]>
2791L: [email protected]
2792T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2793S: Maintained
2794F: drivers/media/video/gspca/gl860/
2795
e8deeae2 2796GSPCA M5602 SUBDRIVER
8b58be88 2797M: Erik Andren <[email protected]>
661263b5 2798L: [email protected]
54e5881d 2799T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2800S: Maintained
679655da 2801F: drivers/media/video/gspca/m5602/
e8deeae2
JFM
2802
2803GSPCA PAC207 SONIXB SUBDRIVER
8b58be88 2804M: Hans de Goede <[email protected]>
661263b5 2805L: [email protected]
54e5881d 2806T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2807S: Maintained
679655da 2808F: drivers/media/video/gspca/pac207.c
e8deeae2 2809
261982f1 2810GSPCA SN9C20X SUBDRIVER
d95c5b0b 2811M: Brian Johnson <[email protected]>
261982f1
BJ
2812L: [email protected]
2813T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2814S: Maintained
2815F: drivers/media/video/gspca/sn9c20x.c
2816
e8deeae2 2817GSPCA T613 SUBDRIVER
8b58be88 2818M: Leandro Costantino <[email protected]>
661263b5 2819L: [email protected]
54e5881d 2820T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2821S: Maintained
679655da 2822F: drivers/media/video/gspca/t613.c
e8deeae2
JFM
2823
2824GSPCA USB WEBCAM DRIVER
8b58be88 2825M: Jean-Francois Moine <[email protected]>
e8deeae2 2826W: http://moinejf.free.fr
661263b5 2827L: [email protected]
54e5881d 2828T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2829S: Maintained
679655da 2830F: drivers/media/video/gspca/
e8deeae2 2831
5b543965 2832HARDWARE MONITORING
9e012c1a
JD
2833M: Jean Delvare <[email protected]>
2834M: Guenter Roeck <[email protected]>
5b543965 2835L: [email protected]
595142e0 2836W: http://www.lm-sensors.org/
9e012c1a 2837T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
885374e3
GR
2838T: quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/
2839T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9e012c1a 2840S: Maintained
047f4ec2 2841F: Documentation/hwmon/
679655da 2842F: drivers/hwmon/
047f4ec2 2843F: include/linux/hwmon*.h
5b543965 2844
844dd05f 2845HARDWARE RANDOM NUMBER GENERATOR CORE
c0d0787b
JP
2846M: Matt Mackall <[email protected]>
2847M: Herbert Xu <[email protected]>
2848S: Odd fixes
679655da
JP
2849F: Documentation/hw_random.txt
2850F: drivers/char/hw_random/
2851F: include/linux/hw_random.h
844dd05f 2852
1da177e4 2853HARMONY SOUND DRIVER
8b58be88 2854M: Kyle McMartin <[email protected]>
ac6aecbf 2855L: [email protected]
1da177e4 2856S: Maintained
679655da 2857F: sound/parisc/harmony.*
1da177e4 2858
e2d1d6c0 2859HEWLETT-PACKARD SMART2 RAID DRIVER
8b58be88 2860M: Chirag Kantharia <[email protected]>
e2d1d6c0
RD
2861L: [email protected]
2862S: Maintained
679655da
JP
2863F: Documentation/blockdev/cpqarray.txt
2864F: drivers/block/cpqarray.*
e2d1d6c0 2865
9257aa49
SC
2866HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2867M: Stephen M. Cameron <[email protected]>
2868L: [email protected]
2869S: Supported
2870F: Documentation/scsi/hpsa.txt
2871F: drivers/scsi/hpsa*.[ch]
2872F: include/linux/cciss*.h
2873
e2d1d6c0 2874HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
8b58be88 2875M: Mike Miller <[email protected]>
e2d1d6c0
RD
2876L: [email protected]
2877S: Supported
679655da
JP
2878F: Documentation/blockdev/cciss.txt
2879F: drivers/block/cciss*
2880F: include/linux/cciss_ioctl.h
e2d1d6c0 2881
1da177e4 2882HFS FILESYSTEM
8b58be88 2883M: Roman Zippel <[email protected]>
1da177e4 2884S: Maintained
679655da
JP
2885F: Documentation/filesystems/hfs.txt
2886F: fs/hfs/
1da177e4
LT
2887
2888HGA FRAMEBUFFER DRIVER
8b58be88 2889M: Ferenc Bakonyi <[email protected]>
1da177e4
LT
2890L: [email protected]
2891W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2892S: Maintained
679655da 2893F: drivers/video/hgafb.c
1da177e4 2894
4480f15b 2895HIBERNATION (aka Software Suspend, aka swsusp)
8b58be88
JP
2896M: Pavel Machek <[email protected]>
2897M: "Rafael J. Wysocki" <[email protected]>
e2d1d6c0
RD
2898L: [email protected]
2899S: Supported
679655da
JP
2900F: arch/x86/power/
2901F: drivers/base/power/
2902F: kernel/power/
2903F: include/linux/suspend.h
2904F: include/linux/freezer.h
2905F: include/linux/pm.h
679655da 2906F: arch/*/include/asm/suspend*.h
e2d1d6c0 2907
4ef4caad 2908HID CORE LAYER
8b58be88 2909M: Jiri Kosina <[email protected]>
eb76c5c0 2910L: [email protected]
54e5881d 2911T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad 2912S: Maintained
679655da
JP
2913F: drivers/hid/
2914F: include/linux/hid*
4ef4caad 2915
38bed542 2916HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
8b58be88 2917M: Thomas Gleixner <[email protected]>
38bed542 2918S: Maintained
679655da
JP
2919F: Documentation/timers/
2920F: kernel/hrtimer.c
88606e80
TG
2921F: kernel/time/clockevents.c
2922F: kernel/time/tick*.*
2923F: kernel/time/timer_*.c
2924F include/linux/clockevents.h
679655da 2925F: include/linux/hrtimer.h
38bed542 2926
1da177e4 2927HIGH-SPEED SCC DRIVER FOR AX.25
8b58be88 2928M: Klaus Kudielka <[email protected]>
1da177e4
LT
2929L: [email protected]
2930W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2931S: Maintained
679655da
JP
2932F: drivers/net/hamradio/dmascc.c
2933F: drivers/net/hamradio/scc.c
1da177e4 2934
ede1e6f8 2935HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
8b58be88 2936M: HighPoint Linux Team <[email protected]>
ede1e6f8
HLT
2937W: http://www.highpoint-tech.com
2938S: Supported
679655da
JP
2939F: Documentation/scsi/hptiop.txt
2940F: drivers/scsi/hptiop.c
ede1e6f8 2941
1da177e4 2942HIPPI
8b58be88 2943M: Jes Sorensen <[email protected]>
1da177e4
LT
2944L: [email protected]
2945S: Maintained
679655da
JP
2946F: include/linux/hippidevice.h
2947F: include/linux/if_hippi.h
2948F: net/802/hippi.c
1da177e4 2949
ff1d2767 2950HOST AP DRIVER
8b58be88 2951M: Jouni Malinen <[email protected]>
85d32e7b 2952L: [email protected] (subscribers-only)
724c6b35 2953L: [email protected]
ff1d2767
JM
2954W: http://hostap.epitest.fi/
2955S: Maintained
679655da 2956F: drivers/net/wireless/hostap/
ff1d2767 2957
dd8cd779 2958HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
8b58be88 2959M: Carlos Corbacho <[email protected]>
d0944853 2960L: [email protected]
dd8cd779 2961S: Odd Fixes
679655da 2962F: drivers/platform/x86/tc1100-wmi.c
dd8cd779 2963
e2d1d6c0 2964HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
8b58be88 2965M: Jaroslav Kysela <[email protected]>
e2d1d6c0 2966S: Maintained
679655da 2967F: drivers/net/hp100.*
e2d1d6c0 2968
7d2c86b5 2969HPET: High Precision Event Timers driver
8b58be88 2970M: Clemens Ladisch <[email protected]>
b9b0332f 2971S: Maintained
679655da
JP
2972F: Documentation/timers/hpet.txt
2973F: drivers/char/hpet.c
2974F: include/linux/hpet.h
b9b0332f 2975
e07b5d79 2976HPET: x86
9c5fb19a 2977M: "Venkatesh Pallipadi (Venki)" <[email protected]>
b9b0332f 2978S: Maintained
679655da
JP
2979F: arch/x86/kernel/hpet.c
2980F: arch/x86/include/asm/hpet.h
b9b0332f 2981
1da177e4 2982HPFS FILESYSTEM
8b58be88 2983M: Mikulas Patocka <[email protected]>
1da177e4
LT
2984W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2985S: Maintained
679655da 2986F: fs/hpfs/
1da177e4 2987
7d2c86b5 2988HSO 3G MODEM DRIVER
8b58be88 2989M: Jan Dumon <[email protected]>
11cd29b0
DJB
2990W: http://www.pharscape.org
2991S: Maintained
679655da 2992F: drivers/net/usb/hso.c
11cd29b0 2993
5a18c343 2994HTCPEN TOUCHSCREEN DRIVER
8b58be88 2995M: Pau Oliva Fora <[email protected]>
5a18c343
POF
2996L: [email protected]
2997S: Maintained
679655da 2998F: drivers/input/touchscreen/htcpen.c
5a18c343 2999
1da177e4 3000HUGETLB FILESYSTEM
8b58be88 3001M: William Irwin <[email protected]>
1da177e4 3002S: Maintained
679655da 3003F: fs/hugetlbfs/
1da177e4 3004
6ea884db 3005I2C/SMBUS STUB DRIVER
8b58be88 3006M: "Mark M. Hoffman" <[email protected]>
846557d3 3007L: [email protected]
6ea884db 3008S: Maintained
679655da 3009F: drivers/i2c/busses/i2c-stub.c
6ea884db 3010
5b543965 3011I2C SUBSYSTEM
8b58be88
JP
3012M: "Jean Delvare (PC drivers, core)" <[email protected]>
3013M: "Ben Dooks (embedded platforms)" <[email protected]>
846557d3 3014L: [email protected]
a01064a9
JD
3015W: http://i2c.wiki.kernel.org/
3016T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
0e533008 3017T: git git://git.fluff.org/bjdooks/linux.git
1da177e4 3018S: Maintained
679655da
JP
3019F: Documentation/i2c/
3020F: drivers/i2c/
3021F: include/linux/i2c.h
03b70d62 3022F: include/linux/i2c-*.h
1da177e4 3023
e8c76eed 3024I2C-TINY-USB DRIVER
8b58be88 3025M: Till Harbaum <[email protected]>
846557d3 3026L: [email protected]
932d1872 3027W: http://www.harbaum.org/till/i2c_tiny_usb
e8c76eed 3028S: Maintained
679655da 3029F: drivers/i2c/busses/i2c-tiny-usb.c
e8c76eed 3030
1da177e4 3031i386 BOOT CODE
8b58be88 3032M: "H. Peter Anvin" <[email protected]>
1da177e4 3033S: Maintained
679655da 3034F: arch/x86/boot/
1da177e4
LT
3035
3036i386 SETUP CODE / CPU ERRATA WORKAROUNDS
8b58be88 3037M: "H. Peter Anvin" <[email protected]>
54e5881d 3038T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
3039S: Maintained
3040
1da177e4 3041IA64 (Itanium) PLATFORM
8b58be88
JP
3042M: Tony Luck <[email protected]>
3043M: Fenghua Yu <[email protected]>
1da177e4
LT
3044L: [email protected]
3045W: http://www.ia64-linux.org/
54e5881d 3046T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4 3047S: Maintained
679655da 3048F: arch/ia64/
1da177e4 3049
1da177e4 3050IBM MCA SCSI SUBSYSTEM DRIVER
8b58be88 3051M: Michael Lang <[email protected]>
1da177e4
LT
3052W: http://www.uni-mainz.de/~langm000/linux.html
3053S: Maintained
679655da 3054F: drivers/scsi/ibmmca.c
1da177e4
LT
3055
3056IBM Power Linux RAID adapter
8b58be88 3057M: Brian King <[email protected]>
1da177e4 3058S: Supported
679655da 3059F: drivers/scsi/ipr.*
1da177e4 3060
9d348af4
SL
3061IBM Power Virtual Ethernet Device Driver
3062M: Santiago Leon <[email protected]>
3063L: [email protected]
3064S: Supported
3065F: drivers/net/ibmveth.*
3066
1da177e4
LT
3067IBM ServeRAID RAID DRIVER
3068P: Jack Hammer
8b58be88 3069M: Dave Jeffery <[email protected]>
1da177e4 3070W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 3071S: Supported
679655da 3072F: drivers/scsi/ips.*
1da177e4 3073
1e7106fc 3074IDE SUBSYSTEM
8b58be88 3075M: "David S. Miller" <[email protected]>
1da177e4 3076L: [email protected]
8a6e2535 3077Q: http://patchwork.ozlabs.org/project/linux-ide/list/
920d44ed 3078T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
1da177e4 3079S: Maintained
679655da
JP
3080F: Documentation/ide/
3081F: drivers/ide/
3082F: include/linux/ide.h
1da177e4 3083
0f861e8c 3084IDE/ATAPI DRIVERS
8b58be88 3085M: Borislav Petkov <[email protected]>
9c5b0ce4 3086L: [email protected]
c404c199 3087S: Maintained
679655da
JP
3088F: Documentation/cdrom/ide-cd
3089F: drivers/ide/ide-cd*
1da177e4 3090
27471fdb 3091IDLE-I7300
8b58be88 3092M: Andy Henroid <[email protected]>
27471fdb
AH
3093L: [email protected]
3094S: Supported
679655da 3095F: drivers/idle/i7300_idle.c
27471fdb 3096
7d2c86b5 3097IEEE 1394 SUBSYSTEM
8b58be88 3098M: Stefan Richter <[email protected]>
1da177e4 3099L: [email protected]
958a29cb 3100W: http://ieee1394.wiki.kernel.org/
54e5881d 3101T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
958a29cb 3102S: Obsolete
544df55d 3103F: Documentation/debugging-via-ohci1394.txt
679655da 3104F: drivers/ieee1394/
1da177e4 3105
02cf2286 3106IEEE 802.15.4 SUBSYSTEM
8b58be88
JP
3107M: Dmitry Eremin-Solenikov <[email protected]>
3108M: Sergey Lapin <[email protected]>
e0af6062 3109L: [email protected] (moderated for non-subscribers)
02cf2286 3110W: http://apps.sourceforge.net/trac/linux-zigbee
a060330e 3111T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
02cf2286
SL
3112S: Maintained
3113F: net/ieee802154/
a26c4463 3114F: drivers/ieee802154/
02cf2286 3115
aa7168f4 3116INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
8b58be88 3117M: Mimi Zohar <[email protected]>
aa7168f4 3118S: Supported
679655da 3119F: security/integrity/ima/
aa7168f4 3120
1da177e4 3121IMS TWINTURBO FRAMEBUFFER DRIVER
c69f677c 3122L: [email protected]
843393d3 3123S: Orphan
679655da 3124F: drivers/video/imsttfb.c
1da177e4
LT
3125
3126INFINIBAND SUBSYSTEM
8b58be88
JP
3127M: Roland Dreier <[email protected]>
3128M: Sean Hefty <[email protected]>
3129M: Hal Rosenstock <[email protected]>
e6cc0fd1 3130L: [email protected]
605841f5 3131W: http://www.openfabrics.org/
8a6e2535 3132Q: http://patchwork.kernel.org/project/linux-rdma/list/
54e5881d 3133T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4 3134S: Supported
679655da
JP
3135F: Documentation/infiniband/
3136F: drivers/infiniband/
3137F: include/linux/if_infiniband.h
1da177e4 3138
c9f04f58 3139INOTIFY
8b58be88
JP
3140M: John McCutchan <[email protected]>
3141M: Robert Love <[email protected]>
3142M: Eric Paris <[email protected]>
c9f04f58 3143S: Maintained
679655da
JP
3144F: Documentation/filesystems/inotify.txt
3145F: fs/notify/inotify/
3146F: include/linux/inotify.h
c9f04f58 3147
e2d1d6c0 3148INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8b58be88
JP
3149M: Dmitry Torokhov <[email protected]>
3150M: Dmitry Torokhov <[email protected]>
e2d1d6c0 3151L: [email protected]
8a6e2535 3152Q: http://patchwork.kernel.org/project/linux-input/list/
54e5881d 3153T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
e2d1d6c0 3154S: Maintained
679655da 3155F: drivers/input/
e2d1d6c0 3156
3267a87f
HR
3157INPUT MULTITOUCH (MT) PROTOCOL
3158M: Henrik Rydberg <[email protected]>
3159L: [email protected]
7f9c2454 3160T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3267a87f
HR
3161S: Maintained
3162F: Documentation/input/multi-touch-protocol.txt
7f9c2454 3163F: drivers/input/input-mt.c
3267a87f
HR
3164K: \b(ABS|SYN)_MT_
3165
26717172
LB
3166INTEL IDLE DRIVER
3167M: Len Brown <[email protected]>
3168L: [email protected]
3169T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3170S: Supported
3171F: drivers/idle/intel_idle.c
3172
9eb8ef74 3173INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
55a23c4a 3174M: Maik Broemme <[email protected]>
c69f677c 3175L: [email protected]
ce00f85c 3176S: Maintained
679655da
JP
3177F: Documentation/fb/intelfb.txt
3178F: drivers/video/intelfb/
9eb8ef74 3179
1da177e4 3180INTEL 810/815 FRAMEBUFFER DRIVER
8b58be88 3181M: Antonino Daplas <[email protected]>
c69f677c 3182L: [email protected]
ce00f85c 3183S: Maintained
679655da 3184F: drivers/video/i810/
1da177e4 3185
f4a9bc4c 3186INTEL MENLOW THERMAL DRIVER
8b58be88 3187M: Sujith Thomas <[email protected]>
d0944853 3188L: [email protected]
f4a9bc4c
TS
3189W: http://www.lesswatts.org/projects/acpi/
3190S: Supported
679655da 3191F: drivers/platform/x86/intel_menlow.c
f4a9bc4c 3192
1da177e4 3193INTEL IA32 MICROCODE UPDATE SUPPORT
8b58be88 3194M: Tigran Aivazian <[email protected]>
1da177e4 3195S: Maintained
679655da
JP
3196F: arch/x86/kernel/microcode_core.c
3197F: arch/x86/kernel/microcode_intel.c
1da177e4 3198
248a9dc3 3199INTEL I/OAT DMA DRIVER
9fe3b691 3200M: Dan Williams <[email protected]>
248a9dc3 3201S: Supported
679655da 3202F: drivers/dma/ioat*
248a9dc3 3203
6c8909b4 3204INTEL IOMMU (VT-d)
8b58be88 3205M: David Woodhouse <[email protected]>
6c8909b4 3206L: [email protected]
54e5881d 3207T: git git://git.infradead.org/iommu-2.6.git
6c8909b4 3208S: Supported
679655da
JP
3209F: drivers/pci/intel-iommu.c
3210F: include/linux/intel-iommu.h
6c8909b4 3211
b3e5f263 3212INTEL IOP-ADMA DMA DRIVER
8b58be88 3213M: Dan Williams <[email protected]>
f00f510a 3214S: Maintained
679655da 3215F: drivers/dma/iop-adma.c
b3e5f263 3216
9251ce95 3217INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8b58be88 3218M: Krzysztof Halasa <[email protected]>
9251ce95 3219S: Maintained
679655da
JP
3220F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3221F: arch/arm/mach-ixp4xx/include/mach/npe.h
3222F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3223F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3224F: drivers/net/arm/ixp4xx_eth.c
3225F: drivers/net/wan/ixp4xx_hss.c
9251ce95 3226
844dd05f 3227INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8b58be88 3228M: Deepak Saxena <[email protected]>
844dd05f 3229S: Maintained
679655da 3230F: drivers/char/hw_random/ixp4xx-rng.c
844dd05f 3231
2b7a52a4 3232INTEL IXP2000 ETHERNET DRIVER
8b58be88 3233M: Lennert Buytenhek <[email protected]>
2b7a52a4
LB
3234L: [email protected]
3235S: Maintained
679655da 3236F: drivers/net/ixp2000/
2b7a52a4 3237
0d164401 3238INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
8b58be88
JP
3239M: Jeff Kirsher <[email protected]>
3240M: Jesse Brandeburg <[email protected]>
3241M: Bruce Allan <[email protected]>
0d164401
JK
3242M: Carolyn Wyborny <[email protected]>
3243M: Don Skidmore <[email protected]>
3244M: Greg Rose <[email protected]>
8b58be88 3245M: PJ Waskiewicz <[email protected]>
0d164401 3246M: Alex Duyck <[email protected]>
8b58be88 3247M: John Ronciak <[email protected]>
dcd01faf 3248L: [email protected]
d94e6fed 3249W: http://e1000.sourceforge.net/
fa795e6b
JK
3250T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3251T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
1da177e4 3252S: Supported
0d164401
JK
3253F: Documentation/networking/e100.txt
3254F: Documentation/networking/e1000.txt
3255F: Documentation/networking/e1000e.txt
3256F: Documentation/networking/igb.txt
3257F: Documentation/networking/igbvf.txt
3258F: Documentation/networking/ixgb.txt
3259F: Documentation/networking/ixgbe.txt
3260F: Documentation/networking/ixgbevf.txt
679655da
JP
3261F: drivers/net/e100.c
3262F: drivers/net/e1000/
3263F: drivers/net/e1000e/
3264F: drivers/net/igb/
de4fc07a 3265F: drivers/net/igbvf/
679655da
JP
3266F: drivers/net/ixgb/
3267F: drivers/net/ixgbe/
0d164401 3268F: drivers/net/ixgbevf/
1da177e4 3269
826d2abe 3270INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
724c6b35 3271L: [email protected]
e7fdc95e 3272S: Orphan
679655da
JP
3273F: Documentation/networking/README.ipw2100
3274F: drivers/net/wireless/ipw2x00/ipw2100.*
826d2abe
JK
3275
3276INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
724c6b35 3277L: [email protected]
e7fdc95e 3278S: Orphan
679655da
JP
3279F: Documentation/networking/README.ipw2200
3280F: drivers/net/wireless/ipw2x00/ipw2200.*
826d2abe 3281
4bd96a7a
SW
3282INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3283M: Joseph Cihula <[email protected]>
3284M: Shane Wang <[email protected]>
3285L: [email protected]
3286W: http://tboot.sourceforge.net
3287T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3288S: Supported
3289F: Documentation/intel_txt.txt
3290F: include/linux/tboot.h
3291F: arch/x86/kernel/tboot.c
3292
8a70da82 3293INTEL WIRELESS WIMAX CONNECTION 2400
8b58be88 3294M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
3295M: [email protected]
3296L: [email protected]
3297S: Supported
3298W: http://linuxwimax.org
679655da
JP
3299F: Documentation/wimax/README.i2400m
3300F: drivers/net/wimax/i2400m/
3301F: include/linux/wimax/i2400m.h
8a70da82 3302
b481de9c 3303INTEL WIRELESS WIFI LINK (iwlwifi)
8b58be88 3304M: Reinette Chatre <[email protected]>
9edc71b7 3305M: Wey-Yi Guy <[email protected]>
a0bf797f 3306M: Intel Linux Wireless <[email protected]>
b481de9c 3307L: [email protected]
b481de9c 3308W: http://intellinuxwireless.org
54e5881d 3309T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c 3310S: Supported
679655da 3311F: drivers/net/wireless/iwlwifi/
b481de9c 3312
f6cd53c6
SO
3313INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3314M: Samuel Ortiz <[email protected]>
f6cd53c6
SO
3315M: Intel Linux Wireless <[email protected]>
3316L: [email protected]
3317S: Supported
3318W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3319F: drivers/net/wireless/iwmc3200wifi/
3320
cb109a0e 3321IOC3 ETHERNET DRIVER
8b58be88 3322M: Ralf Baechle <[email protected]>
1da177e4
LT
3323L: [email protected]
3324S: Maintained
679655da 3325F: drivers/net/ioc3-eth.c
1da177e4 3326
cb109a0e 3327IOC3 SERIAL DRIVER
8b58be88 3328M: Pat Gefre <[email protected]>
d39e0721 3329L: [email protected]
cb109a0e 3330S: Maintained
679655da 3331F: drivers/serial/ioc3_serial.c
cb109a0e 3332
4480f15b 3333IP MASQUERADING
8b58be88 3334M: Juanjo Ciarlante <[email protected]>
1da177e4 3335S: Maintained
679655da 3336F: net/ipv4/netfilter/ipt_MASQUERADE.c
1da177e4 3337
1202d6ff 3338IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88
JP
3339M: Francois Romieu <[email protected]>
3340M: Sorbica Shieh <[email protected]>
1202d6ff
FR
3341L: [email protected]
3342S: Maintained
3365a293 3343F: drivers/net/ipg.*
1202d6ff 3344
4480f15b 3345IPATH DRIVER
8b58be88 3346M: Ralph Campbell <[email protected]>
e6cc0fd1 3347L: [email protected]
f42b6471 3348T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b 3349S: Supported
679655da 3350F: drivers/infiniband/hw/ipath/
77d8798b 3351
4409ebe9 3352IPMI SUBSYSTEM
8b58be88 3353M: Corey Minyard <[email protected]>
b0c90653 3354L: [email protected] (moderated for non-subscribers)
4409ebe9
CM
3355W: http://openipmi.sourceforge.net/
3356S: Supported
679655da
JP
3357F: Documentation/IPMI.txt
3358F: drivers/char/ipmi/
3359F: include/linux/ipmi*
4409ebe9 3360
e2d1d6c0 3361IPS SCSI RAID DRIVER
8b58be88 3362M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
3363L: [email protected]
3364W: http://www.adaptec.com/
3365S: Maintained
679655da 3366F: drivers/scsi/ips*
e2d1d6c0
RD
3367
3368IPVS
8b58be88
JP
3369M: Wensong Zhang <[email protected]>
3370M: Simon Horman <[email protected]>
3371M: Julian Anastasov <[email protected]>
979b6c13 3372L: [email protected]
e2d1d6c0 3373L: [email protected]
1da177e4 3374S: Maintained
679655da 3375F: Documentation/networking/ipvs-sysctl.txt
b61d4a71
HE
3376F: include/net/ip_vs.h
3377F: include/linux/ip_vs.h
679655da 3378F: net/netfilter/ipvs/
1da177e4 3379
e7839f25 3380IPWIRELESS DRIVER
8b58be88
JP
3381M: Jiri Kosina <[email protected]>
3382M: David Sterba <[email protected]>
099dc4fb 3383S: Maintained
54e5881d 3384T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
679655da 3385F: drivers/char/pcmcia/ipwireless/
099dc4fb 3386
e2d1d6c0 3387IPX NETWORK LAYER
8b58be88 3388M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0
RD
3389L: [email protected]
3390S: Maintained
679655da
JP
3391F: include/linux/ipx.h
3392F: include/net/ipx.h
3393F: net/ipx/
e2d1d6c0 3394
1da177e4 3395IRDA SUBSYSTEM
8b58be88 3396M: Samuel Ortiz <[email protected]>
a2ac953d 3397L: [email protected] (subscribers-only)
1da177e4 3398W: http://irda.sourceforge.net/
f353976d 3399S: Maintained
e0057975 3400T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
679655da
JP
3401F: Documentation/networking/irda.txt
3402F: drivers/net/irda/
3403F: include/net/irda/
3404F: net/irda/
1da177e4 3405
a800c7cc
TG
3406IRQ SUBSYSTEM
3407M: Thomas Gleixner <[email protected]>
3408S: Maintained
3409T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3410F: kernel/irq/
3411
e2d1d6c0 3412ISAPNP
8b58be88 3413M: Jaroslav Kysela <[email protected]>
e2d1d6c0 3414S: Maintained
679655da
JP
3415F: Documentation/isapnp.txt
3416F: drivers/pnp/isapnp/
3417F: include/linux/isapnp.h
e2d1d6c0 3418
14816b1e 3419ISCSI
8b58be88 3420M: Mike Christie <[email protected]>
14816b1e
MC
3421L: [email protected]
3422W: www.open-iscsi.org
54e5881d 3423T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
14816b1e 3424S: Maintained
679655da
JP
3425F: drivers/scsi/*iscsi*
3426F: include/scsi/*iscsi*
14816b1e 3427
1da177e4 3428ISDN SUBSYSTEM
8b58be88 3429M: Karsten Keil <[email protected]>
d5d52273 3430L: [email protected] (subscribers-only)
3da0ae62 3431L: [email protected]
1da177e4 3432W: http://www.isdn4linux.de
54e5881d 3433T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
1da177e4 3434S: Maintained
679655da
JP
3435F: Documentation/isdn/
3436F: drivers/isdn/
3437F: include/linux/isdn.h
3438F: include/linux/isdn/
1da177e4
LT
3439
3440ISDN SUBSYSTEM (Eicon active card driver)
8b58be88 3441M: Armin Schindler <[email protected]>
d5d52273 3442L: [email protected] (subscribers-only)
1da177e4
LT
3443W: http://www.melware.de
3444S: Maintained
679655da 3445F: drivers/isdn/hardware/eicon/
1da177e4 3446
d624870f
JD
3447IT87 HARDWARE MONITORING DRIVER
3448M: Jean Delvare <[email protected]>
3449L: [email protected]
3450S: Maintained
3451F: Documentation/hwmon/it87
3452F: drivers/hwmon/it87.c
3453
91821ff3 3454IVTV VIDEO4LINUX DRIVER
6afdeaf8 3455M: Andy Walls <[email protected]>
c4240509 3456L: [email protected] (moderated for non-subscribers)
661263b5 3457L: [email protected]
54e5881d 3458T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
91821ff3
HV
3459W: http://www.ivtvdriver.org
3460S: Maintained
679655da
JP
3461F: Documentation/video4linux/*.ivtv
3462F: drivers/media/video/ivtv/
3463F: include/linux/ivtv*
91821ff3 3464
4453d736
GR
3465JC42.4 TEMPERATURE SENSOR DRIVER
3466M: Guenter Roeck <[email protected]>
3467L: [email protected]
3468S: Maintained
3469F: drivers/hwmon/jc42.c
3470F: Documentation/hwmon/jc42
3471
e2d1d6c0 3472JFS FILESYSTEM
8b58be88 3473M: Dave Kleikamp <[email protected]>
e2d1d6c0
RD
3474L: [email protected]
3475W: http://jfs.sourceforge.net/
54e5881d 3476T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
8f8f0134 3477S: Maintained
679655da
JP
3478F: Documentation/filesystems/jfs.txt
3479F: fs/jfs/
e2d1d6c0 3480
95252236 3481JME NETWORK DRIVER
8b58be88 3482M: Guo-Fu Tseng <[email protected]>
95252236
GFT
3483L: [email protected]
3484S: Maintained
679655da 3485F: drivers/net/jme.*
95252236 3486
1da177e4 3487JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8b58be88 3488M: David Woodhouse <[email protected]>
6d85d066
DW
3489L: [email protected]
3490W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4 3491S: Maintained
679655da
JP
3492F: fs/jffs2/
3493F: include/linux/jffs2.h
1da177e4 3494
de456d37 3495JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
8b58be88 3496M: Andrew Morton <[email protected]>
19003c18 3497M: Jan Kara <[email protected]>
72be2ccf 3498L: [email protected]
ae0718f8 3499S: Maintained
679655da
JP
3500F: fs/jbd*/
3501F: include/linux/ext*jbd*.h
3502F: include/linux/jbd*.h
ae0718f8 3503
fd8b6cb4
BL
3504JSM Neo PCI based serial card
3505M: Breno Leitao <[email protected]>
3506L: [email protected]
3507S: Maintained
3508F: drivers/serial/jsm/
ae0718f8 3509
4660cb35 3510K8TEMP HARDWARE MONITORING DRIVER
8b58be88 3511M: Rudolf Marek <[email protected]>
4660cb35 3512L: [email protected]
ae0718f8 3513S: Maintained
679655da
JP
3514F: Documentation/hwmon/k8temp
3515F: drivers/hwmon/k8temp.c
ae0718f8 3516
1da177e4 3517KCONFIG
8b58be88 3518M: Roman Zippel <[email protected]>
347d12d7 3519L: [email protected]
8a6e2535 3520Q: http://patchwork.kernel.org/project/linux-kbuild/list/
1da177e4 3521S: Maintained
679655da
JP
3522F: Documentation/kbuild/kconfig-language.txt
3523F: scripts/kconfig/
1da177e4 3524
ea6c2089 3525KDUMP
8b58be88
JP
3526M: Vivek Goyal <[email protected]>
3527M: Haren Myneni <[email protected]>
34633993 3528L: [email protected]
ea6c2089
VG
3529W: http://lse.sourceforge.net/kdump/
3530S: Maintained
80811493 3531F: Documentation/kdump/
ea6c2089 3532
1da177e4 3533KERNEL AUTOMOUNTER (AUTOFS)
8b58be88 3534M: "H. Peter Anvin" <[email protected]>
1da177e4 3535L: [email protected]
db7bee24
AB
3536S: Obsolete
3537F: drivers/staging/autofs/
1da177e4
LT
3538
3539KERNEL AUTOMOUNTER v4 (AUTOFS4)
8b58be88 3540M: Ian Kent <[email protected]>
1da177e4
LT
3541L: [email protected]
3542S: Maintained
679655da 3543F: fs/autofs4/
1da177e4 3544
70fb7ba6 3545KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5ce45962 3546M: Michal Marek <[email protected]>
3631d9a2
MM
3547T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3548T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
347d12d7 3549L: [email protected]
5ce45962 3550S: Maintained
679655da
JP
3551F: Documentation/kbuild/
3552F: Makefile
3553F: scripts/Makefile.*
70fb7ba6
MM
3554F: scripts/basic/
3555F: scripts/mk*
3556F: scripts/package/
1da177e4
LT
3557
3558KERNEL JANITORS
c3000e03 3559L: [email protected]
10466f5a 3560W: http://kernelnewbies.org/KernelJanitors
ee709b0c 3561S: Odd Fixes
1da177e4 3562
e8b43555 3563KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8b58be88
JP
3564M: "J. Bruce Fields" <[email protected]>
3565M: Neil Brown <[email protected]>
16141c02 3566L: [email protected]
1da177e4 3567W: http://nfs.sourceforge.net/
98fac23f 3568S: Supported
679655da
JP
3569F: fs/nfsd/
3570F: include/linux/nfsd/
3571F: fs/lockd/
3572F: fs/nfs_common/
3573F: net/sunrpc/
3574F: include/linux/lockd/
3575F: include/linux/sunrpc/
1da177e4 3576
426d62e2 3577KERNEL VIRTUAL MACHINE (KVM)
8b58be88 3578M: Avi Kivity <[email protected]>
8e616fc8 3579M: Marcelo Tosatti <[email protected]>
1fc9d2bf
AK
3580L: [email protected]
3581W: http://kvm.qumranet.com
426d62e2 3582S: Supported
679655da
JP
3583F: Documentation/*/kvm.txt
3584F: arch/*/kvm/
3585F: arch/*/include/asm/kvm*
3586F: include/linux/kvm*
3587F: virt/kvm/
426d62e2 3588
ad8003d3 3589KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
8b58be88 3590M: Joerg Roedel <[email protected]>
1fc9d2bf
AK
3591L: [email protected]
3592W: http://kvm.qumranet.com
426d62e2 3593S: Supported
679655da 3594F: arch/x86/include/asm/svm.h
679655da 3595F: arch/x86/kvm/svm.c
426d62e2 3596
513014b7 3597KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
ddf0289d 3598M: Alexander Graf <[email protected]>
1fc9d2bf
AK
3599L: [email protected]
3600W: http://kvm.qumranet.com
513014b7 3601S: Supported
679655da
JP
3602F: arch/powerpc/include/asm/kvm*
3603F: arch/powerpc/kvm/
513014b7 3604
1fc9d2bf 3605KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
8b58be88 3606M: Xiantao Zhang <[email protected]>
1fc9d2bf
AK
3607L: [email protected]
3608W: http://kvm.qumranet.com
920ed9f1 3609S: Supported
679655da
JP
3610F: Documentation/ia64/kvm.txt
3611F: arch/ia64/include/asm/kvm*
3612F: arch/ia64/kvm/
920ed9f1 3613
85f8fffe 3614KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8b58be88
JP
3615M: Carsten Otte <[email protected]>
3616M: Christian Borntraeger <[email protected]>
85f8fffe
CB
3617M: [email protected]
3618L: [email protected]
3619W: http://www.ibm.com/developerworks/linux/linux390/
3620S: Supported
679655da
JP
3621F: Documentation/s390/kvm.txt
3622F: arch/s390/include/asm/kvm*
80811493 3623F: arch/s390/kvm/
a968cd3e 3624F: drivers/s390/kvm/
85f8fffe 3625
dc009d92 3626KEXEC
8b58be88 3627M: Eric Biederman <[email protected]>
2f327dad 3628W: http://kernel.org/pub/linux/utils/kernel/kexec/
34633993 3629L: [email protected]
dc009d92 3630S: Maintained
679655da
JP
3631F: include/linux/kexec.h
3632F: kernel/kexec.c
dc009d92 3633
e971461f
DH
3634KEYS/KEYRINGS:
3635M: David Howells <[email protected]>
3636L: [email protected]
3637S: Maintained
3638F: Documentation/keys.txt
3639F: include/linux/key.h
3640F: include/linux/key-type.h
3641F: include/keys/
3642F: security/keys/
3643
5b778dad 3644KGDB / KDB /debug_core
8b58be88 3645M: Jason Wessel <[email protected]>
4063eb5f 3646W: http://kgdb.wiki.kernel.org/
e3e2aaf7
JW
3647L: [email protected]
3648S: Maintained
679655da
JP
3649F: Documentation/DocBook/kgdb.tmpl
3650F: drivers/misc/kgdbts.c
3651F: drivers/serial/kgdboc.c
5b778dad 3652F: include/linux/kdb.h
679655da 3653F: include/linux/kgdb.h
4063eb5f 3654F: kernel/debug/
e3e2aaf7 3655
456db8cc 3656KMEMCHECK
8b58be88 3657M: Vegard Nossum <[email protected]>
410d7a97 3658M: Pekka Enberg <[email protected]>
b9ce08c0 3659S: Maintained
410d7a97
JP
3660F: Documentation/kmemcheck.txt
3661F: arch/x86/include/asm/kmemcheck.h
3662F: arch/x86/mm/kmemcheck/
3663F: include/linux/kmemcheck.h
3664F: mm/kmemcheck.c
b9ce08c0 3665
c3bb4d24 3666KMEMLEAK
8b58be88 3667M: Catalin Marinas <[email protected]>
c3bb4d24
CM
3668S: Maintained
3669F: Documentation/kmemleak.txt
3670F: include/linux/kmemleak.h
3671F: mm/kmemleak.c
3672F: mm/kmemleak-test.c
3673
89559a61 3674KPROBES
8b58be88
JP
3675M: Ananth N Mavinakayanahalli <[email protected]>
3676M: Anil S Keshavamurthy <[email protected]>
3677M: "David S. Miller" <[email protected]>
97c29e74 3678M: Masami Hiramatsu <[email protected]>
89559a61 3679S: Maintained
679655da
JP
3680F: Documentation/kprobes.txt
3681F: include/linux/kprobes.h
3682F: kernel/kprobes.c
89559a61 3683
70e84049 3684KS0108 LCD CONTROLLER DRIVER
8b58be88 3685M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
3686W: http://miguelojeda.es/auxdisplay.htm
3687W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 3688S: Maintained
679655da
JP
3689F: Documentation/auxdisplay/ks0108
3690F: drivers/auxdisplay/ks0108.c
3691F: include/linux/ks0108.h
70e84049 3692
1da177e4 3693LAPB module
1da177e4 3694L: [email protected]
bf9915cc 3695S: Orphan
679655da
JP
3696F: Documentation/networking/lapb-module.txt
3697F: include/*/lapb.h
3698F: net/lapb/
1da177e4
LT
3699
3700LASI 53c700 driver for PARISC
8b58be88 3701M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
3702L: [email protected]
3703S: Maintained
679655da
JP
3704F: Documentation/scsi/53c700.txt
3705F: drivers/scsi/53c700*
1da177e4 3706
263de9b5 3707LED SUBSYSTEM
8b58be88 3708M: Richard Purdie <[email protected]>
263de9b5 3709S: Maintained
679655da
JP
3710F: drivers/leds/
3711F: include/linux/leds.h
263de9b5 3712
1da177e4 3713LEGO USB Tower driver
8b58be88 3714M: Juergen Stuber <[email protected]>
1da177e4
LT
3715L: [email protected]
3716W: http://legousb.sourceforge.net/
3717S: Maintained
679655da 3718F: drivers/usb/misc/legousbtower.c
1da177e4 3719
568a17ff 3720LGUEST
8b58be88 3721M: Rusty Russell <[email protected]>
a4724ed6 3722L: [email protected]
568a17ff 3723W: http://lguest.ozlabs.org/
72e91863 3724S: Odd Fixes
679655da
JP
3725F: Documentation/lguest/
3726F: arch/x86/lguest/
3727F: drivers/lguest/
3728F: include/linux/lguest*.h
3729F: arch/x86/include/asm/lguest*.h
568a17ff 3730
1da177e4 3731LINUX FOR IBM pSERIES (RS/6000)
8b58be88 3732M: Paul Mackerras <[email protected]>
1da177e4
LT
3733W: http://www.ibm.com/linux/ltc/projects/ppc
3734S: Supported
11c34c7d 3735F: arch/powerpc/boot/rs6000.h
1da177e4 3736
852bb9f5 3737LINUX FOR POWERPC (32-BIT AND 64-BIT)
8b58be88
JP
3738M: Benjamin Herrenschmidt <[email protected]>
3739M: Paul Mackerras <[email protected]>
1da177e4 3740W: http://www.penguinppc.org/
a4724ed6 3741L: [email protected]
8a6e2535 3742Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
54e5881d 3743T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4 3744S: Supported
11c34c7d
JP
3745F: Documentation/powerpc/
3746F: arch/powerpc/
1da177e4
LT
3747
3748LINUX FOR POWER MACINTOSH
8b58be88 3749M: Benjamin Herrenschmidt <[email protected]>
1da177e4 3750W: http://www.penguinppc.org/
a4724ed6 3751L: [email protected]
1da177e4 3752S: Maintained
11c34c7d
JP
3753F: arch/powerpc/platforms/powermac/
3754F: drivers/macintosh/
1da177e4 3755
77a76369 3756LINUX FOR POWERPC EMBEDDED MPC5XXX
8b58be88 3757M: Grant Likely <[email protected]>
a4724ed6 3758L: [email protected]
9d37a90f 3759T: git git://git.secretlab.ca/git/linux-2.6.git
1da177e4 3760S: Maintained
11c34c7d
JP
3761F: arch/powerpc/platforms/512x/
3762F: arch/powerpc/platforms/52xx/
1da177e4
LT
3763
3764LINUX FOR POWERPC EMBEDDED PPC4XX
8b58be88
JP
3765M: Josh Boyer <[email protected]>
3766M: Matt Porter <[email protected]>
1da177e4 3767W: http://www.penguinppc.org/
a4724ed6 3768L: [email protected]
9ae2ccf2 3769T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
1da177e4 3770S: Maintained
11c34c7d
JP
3771F: arch/powerpc/platforms/40x/
3772F: arch/powerpc/platforms/44x/
1da177e4 3773
260c02a9 3774LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8b58be88 3775M: Grant Likely <[email protected]>
f210d43c 3776W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
a4724ed6 3777L: [email protected]
9d37a90f 3778T: git git://git.secretlab.ca/git/linux-2.6.git
1da177e4 3779S: Maintained
11c34c7d
JP
3780F: arch/powerpc/*/*virtex*
3781F: arch/powerpc/*/*/*virtex*
1da177e4 3782
e93adf1e 3783LINUX FOR POWERPC EMBEDDED PPC8XX
8b58be88
JP
3784M: Vitaly Bordug <[email protected]>
3785M: Marcelo Tosatti <[email protected]>
e93adf1e 3786W: http://www.penguinppc.org/
a4724ed6 3787L: [email protected]
e93adf1e 3788S: Maintained
a2b1f7c8 3789F: arch/powerpc/platforms/8xx/
e93adf1e 3790
1da177e4 3791LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8b58be88 3792M: Kumar Gala <[email protected]>
ce00f85c 3793W: http://www.penguinppc.org/
a4724ed6 3794L: [email protected]
ce00f85c 3795S: Maintained
11c34c7d 3796F: arch/powerpc/platforms/83xx/
1da177e4 3797
ab06ff3a 3798LINUX FOR POWERPC PA SEMI PWRFICIENT
8b58be88 3799M: Olof Johansson <[email protected]>
a4724ed6 3800L: [email protected]
92e19709 3801S: Maintained
11c34c7d
JP
3802F: arch/powerpc/platforms/pasemi/
3803F: drivers/*/*pasemi*
3804F: drivers/*/*/*pasemi*
ab06ff3a 3805
1da177e4 3806LINUX SECURITY MODULE (LSM) FRAMEWORK
8b58be88 3807M: Chris Wright <[email protected]>
1a4520be 3808L: [email protected]
54e5881d 3809T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
3810S: Supported
3811
e2d1d6c0 3812LLC (802.2)
8b58be88 3813M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0 3814S: Maintained
679655da
JP
3815F: include/linux/llc.h
3816F: include/net/llc*
3817F: net/llc/
e2d1d6c0 3818
455fbdd3 3819LIS3LV02D ACCELEROMETER DRIVER
8b58be88 3820M: Eric Piel <[email protected]>
455fbdd3 3821S: Maintained
679655da
JP
3822F: Documentation/hwmon/lis3lv02d
3823F: drivers/hwmon/lis3lv02d.*
455fbdd3 3824
4e233cbe
AD
3825LM73 HARDWARE MONITOR DRIVER
3826M: Guillaume Ligneul <[email protected]>
3827L: [email protected]
3828S: Maintained
3829F: drivers/hwmon/lm73.c
3830
1da177e4 3831LM83 HARDWARE MONITOR DRIVER
8b58be88 3832M: Jean Delvare <[email protected]>
cc0b07ed 3833L: [email protected]
1da177e4 3834S: Maintained
679655da
JP
3835F: Documentation/hwmon/lm83
3836F: drivers/hwmon/lm83.c
1da177e4
LT
3837
3838LM90 HARDWARE MONITOR DRIVER
8b58be88 3839M: Jean Delvare <[email protected]>
cc0b07ed 3840L: [email protected]
1da177e4 3841S: Maintained
679655da
JP
3842F: Documentation/hwmon/lm90
3843F: drivers/hwmon/lm90.c
1da177e4 3844
512e67f9 3845LOCKDEP AND LOCKSTAT
8b58be88
JP
3846M: Peter Zijlstra <[email protected]>
3847M: Ingo Molnar <[email protected]>
54e5881d 3848T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
512e67f9 3849S: Maintained
679655da
JP
3850F: Documentation/lockdep*.txt
3851F: Documentation/lockstat.txt
3852F: include/linux/lockdep.h
3853F: kernel/lockdep*
512e67f9 3854
dde33348 3855LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8b58be88 3856M: "Richard Russon (FlatCap)" <[email protected]>
dde33348
AA
3857L: [email protected]
3858W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4 3859S: Maintained
679655da
JP
3860F: Documentation/ldm.txt
3861F: fs/partitions/ldm.*
1da177e4 3862
ef6ada3d
JE
3863LogFS
3864M: Joern Engel <[email protected]>
3865L: [email protected]
3866W: logfs.org
3867S: Maintained
3868F: fs/logfs/
3869
c87e34ef 3870LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8b58be88 3871M: Eric Moore <[email protected]>
d8a82d7b 3872M: [email protected]
cec744fb 3873L: [email protected]
c87e34ef
MED
3874L: [email protected]
3875W: http://www.lsilogic.com/support
3876S: Supported
679655da 3877F: drivers/message/fusion/
c87e34ef 3878
1da177e4 3879LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8b58be88 3880M: Matthew Wilcox <[email protected]>
1da177e4
LT
3881L: [email protected]
3882S: Maintained
679655da 3883F: drivers/scsi/sym53c8xx_2/
1da177e4 3884
e5f5c99a
GR
3885LTC4261 HARDWARE MONITOR DRIVER
3886M: Guenter Roeck <[email protected]>
3887L: [email protected]
3888S: Maintained
3889F: Documentation/hwmon/ltc4261
3890F: drivers/hwmon/ltc4261.c
3891
81365c31 3892LTP (Linux Test Project)
763458e0
R
3893M: Rishikesh K Rajak <[email protected]>
3894M: Garrett Cooper <[email protected]>
28b8e8d4
JP
3895M: Mike Frysinger <[email protected]>
3896M: Subrata Modak <[email protected]>
81365c31
MF
3897L: [email protected] (subscribers-only)
3898W: http://ltp.sourceforge.net/
a5fe2475 3899T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
81365c31
MF
3900S: Maintained
3901
c12a54b3 3902M32R ARCHITECTURE
8b58be88 3903M: Hirokazu Takata <[email protected]>
c12a54b3
HT
3904L: [email protected]
3905L: [email protected] (in Japanese)
3906W: http://www.linux-m32r.org/
3907S: Maintained
679655da 3908F: arch/m32r/
c12a54b3 3909
1da177e4 3910M68K ARCHITECTURE
8b58be88
JP
3911M: Geert Uytterhoeven <[email protected]>
3912M: Roman Zippel <[email protected]>
1da177e4
LT
3913L: [email protected]
3914W: http://www.linux-m68k.org/
54e5881d 3915T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
1da177e4 3916S: Maintained
679655da 3917F: arch/m68k/
9db35182 3918F: drivers/zorro/
1da177e4
LT
3919
3920M68K ON APPLE MACINTOSH
8b58be88 3921M: Joshua Thompson <[email protected]>
1da177e4 3922W: http://www.mac.linux-m68k.org/
9bb9f222 3923L: [email protected]
1da177e4 3924S: Maintained
9db35182 3925F: arch/m68k/mac/
1da177e4
LT
3926
3927M68K ON HP9000/300
8b58be88 3928M: Philip Blundell <[email protected]>
1da177e4
LT
3929W: http://www.tazenda.demon.co.uk/phil/linux-hp
3930S: Maintained
679655da 3931F: arch/m68k/hp300/
1da177e4 3932
64a327a7 3933MAC80211
8b58be88 3934M: Johannes Berg <[email protected]>
64a327a7
JB
3935L: [email protected]
3936W: http://linuxwireless.org/
54e5881d 3937T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7 3938S: Maintained
679655da
JP
3939F: Documentation/networking/mac80211-injection.txt
3940F: include/net/mac80211.h
3941F: net/mac80211/
64a327a7 3942
1036d864 3943MAC80211 PID RATE CONTROL
8b58be88
JP
3944M: Stefano Brivio <[email protected]>
3945M: Mattias Nissler <[email protected]>
1036d864
SB
3946L: [email protected]
3947W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
54e5881d 3948T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1036d864 3949S: Maintained
679655da 3950F: net/mac80211/rc80211_pid*
1036d864 3951
b863ceb7 3952MACVLAN DRIVER
8b58be88 3953M: Patrick McHardy <[email protected]>
b863ceb7
PM
3954L: [email protected]
3955S: Maintained
679655da
JP
3956F: drivers/net/macvlan.c
3957F: include/linux/if_macvlan.h
b863ceb7 3958
faf1668c 3959MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8b58be88 3960M: Michael Kerrisk <[email protected]>
795fb7e7 3961W: http://www.kernel.org/doc/man-pages
bd7ebec6 3962L: [email protected]
1b53dc74 3963S: Maintained
faf1668c 3964
74cda169 3965MARVELL LIBERTAS WIRELESS DRIVER
8b58be88 3966M: Dan Williams <[email protected]>
74cda169
SB
3967L: [email protected]
3968S: Maintained
679655da 3969F: drivers/net/wireless/libertas/
74cda169 3970
b60d6975 3971MARVELL MV643XX ETHERNET DRIVER
f5ca8502 3972M: Lennert Buytenhek <[email protected]>
979b6c13 3973L: [email protected]
f5ca8502 3974S: Maintained
679655da
JP
3975F: drivers/net/mv643xx_eth.*
3976F: include/linux/mv643xx.h
1da177e4 3977
a2c3f656 3978MARVELL MWL8K WIRELESS DRIVER
a040d532 3979M: Lennert Buytenhek <[email protected]>
a2c3f656 3980L: [email protected]
16345910 3981S: Odd Fixes
a2c3f656
LB
3982F: drivers/net/wireless/mwl8k.c
3983
2a69567b 3984MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2f82af08 3985M: Nicolas Pitre <[email protected]>
18e2842b 3986S: Odd Fixes
1fa7e547 3987F: drivers/mmc/host/mvsdio.*
2a69567b 3988
e2d1d6c0 3989MARVELL YUKON / SYSKONNECT DRIVER
8b58be88
JP
3990M: Mirko Lindner <[email protected]>
3991M: Ralph Roesler <[email protected]>
e2d1d6c0
RD
3992W: http://www.syskonnect.com
3993S: Supported
3994
1da177e4 3995MATROX FRAMEBUFFER DRIVER
c69f677c 3996L: [email protected]
52653199 3997S: Orphan
679655da
JP
3998F: drivers/video/matrox/matroxfb_*
3999F: include/linux/matroxfb.h
1da177e4 4000
d20620de 4001MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8b58be88 4002M: "Hans J. Koch" <[email protected]>
d20620de
HJK
4003L: [email protected]
4004S: Maintained
679655da
JP
4005F: Documentation/hwmon/max6650
4006F: drivers/hwmon/max6650.c
d20620de 4007
127c49ae 4008MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8b58be88 4009M: Mauro Carvalho Chehab <[email protected]>
127c49ae
JP
4010P: LinuxTV.org Project
4011L: [email protected]
4012W: http://linuxtv.org
8a6e2535 4013Q: http://patchwork.kernel.org/project/linux-media/list/
127c49ae
JP
4014T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4015S: Maintained
4016F: Documentation/dvb/
4017F: Documentation/video4linux/
4018F: drivers/media/
4019F: include/media/
4020F: include/linux/dvb/
4021F: include/linux/videodev*.h
d20620de 4022
757e0108 4023MEGARAID SCSI DRIVERS
8b58be88 4024M: Neela Syam Kolli <[email protected]>
baaea1dc 4025L: [email protected]
ce00f85c
JC
4026W: http://megaraid.lsilogic.com
4027S: Maintained
679655da
JP
4028F: Documentation/scsi/megaraid.txt
4029F: drivers/scsi/megaraid.*
4030F: drivers/scsi/megaraid/
757e0108 4031
70ea91f1
SR
4032MEMORY MANAGEMENT
4033L: [email protected]
70ea91f1
SR
4034W: http://www.linux-mm.org
4035S: Maintained
679655da
JP
4036F: include/linux/mm.h
4037F: mm/
70ea91f1 4038
938a9204 4039MEMORY RESOURCE CONTROLLER
8b58be88 4040M: Balbir Singh <[email protected]>
a38374b8 4041M: Daisuke Nishimura <[email protected]>
8b58be88 4042M: KAMEZAWA Hiroyuki <[email protected]>
938a9204 4043L: [email protected]
938a9204 4044S: Maintained
679655da 4045F: mm/memcontrol.c
938a9204 4046
f4e9ce66 4047MEMORY TECHNOLOGY DEVICES (MTD)
8b58be88 4048M: David Woodhouse <[email protected]>
1da177e4 4049L: [email protected]
8a6e2535
JP
4050W: http://www.linux-mtd.infradead.org/
4051Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
f4e9ce66 4052T: git git://git.infradead.org/mtd-2.6.git
1da177e4 4053S: Maintained
679655da
JP
4054F: drivers/mtd/
4055F: include/linux/mtd/
4056F: include/mtd/
1da177e4 4057
c6375b0a 4058MICROBLAZE ARCHITECTURE
8b58be88 4059M: Michal Simek <[email protected]>
c6375b0a
MS
4060L: [email protected]
4061W: http://www.monstr.eu/fdt/
4062T: git git://git.monstr.eu/linux-2.6-microblaze.git
4063S: Supported
0a8c7914 4064F: arch/microblaze/
1da177e4
LT
4065
4066MICROTEK X6 SCANNER
8b58be88 4067M: Oliver Neukum <[email protected]>
1da177e4 4068S: Maintained
679655da 4069F: drivers/usb/image/microtek.*
1da177e4
LT
4070
4071MIPS
8b58be88 4072M: Ralf Baechle <[email protected]>
d50f7ec9 4073W: http://www.linux-mips.org/
1da177e4 4074L: [email protected]
54e5881d 4075T: git git://git.linux-mips.org/pub/scm/linux.git
7425b340 4076S: Supported
679655da
JP
4077F: Documentation/mips/
4078F: arch/mips/
1da177e4
LT
4079
4080MISCELLANEOUS MCA-SUPPORT
8b58be88 4081M: James Bottomley <[email protected]>
1da177e4 4082S: Maintained
679655da
JP
4083F: Documentation/ia64/mca.txt
4084F: Documentation/mca.txt
4085F: drivers/mca/
4086F: include/linux/mca*
1da177e4
LT
4087
4088MODULE SUPPORT
8b58be88 4089M: Rusty Russell <[email protected]>
1da177e4 4090S: Maintained
679655da
JP
4091F: include/linux/module.h
4092F: kernel/module.c
1da177e4
LT
4093
4094MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8b58be88 4095M: Stelian Pop <[email protected]>
1da177e4
LT
4096W: http://popies.net/meye/
4097S: Maintained
679655da
JP
4098F: Documentation/video4linux/meye.txt
4099F: drivers/media/video/meye.*
4100F: include/linux/meye.h
1da177e4 4101
c58ff04a 4102MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 4103M: Pavel Pisa <[email protected]>
efc03ecb 4104L: [email protected] (moderated for non-subscribers)
c58ff04a 4105S: Maintained
679655da 4106F: drivers/mmc/host/imxmmc.*
c58ff04a 4107
1da177e4 4108MOUSE AND MISC DEVICES [GENERAL]
8b58be88 4109M: Alessandro Rubini <[email protected]>
1da177e4 4110S: Maintained
679655da
JP
4111F: drivers/input/mouse/
4112F: include/linux/gpio_mouse.h
1da177e4 4113
b9705b60 4114MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8b58be88 4115M: Jiri Slaby <[email protected]>
d735410a 4116S: Maintained
679655da
JP
4117F: Documentation/serial/moxa-smartio
4118F: drivers/char/mxser.*
d735410a 4119
8c4c731a 4120MSI LAPTOP SUPPORT
58e226c6 4121M: Lee, Chun-Yi <[email protected]>
d0944853 4122L: [email protected]
8c4c731a 4123S: Maintained
679655da 4124F: drivers/platform/x86/msi-laptop.c
8c4c731a 4125
0f1006b1
AA
4126MSI WMI SUPPORT
4127M: Anisse Astier <[email protected]>
d0944853 4128L: [email protected]
0f1006b1
AA
4129S: Supported
4130F: drivers/platform/x86/msi-wmi.c
4131
4e0d13cb 4132MULTIFUNCTION DEVICES (MFD)
8b58be88 4133M: Samuel Ortiz <[email protected]>
54e5881d 4134T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4e0d13cb 4135S: Supported
679655da 4136F: drivers/mfd/
4e0d13cb 4137
5c4e6f13 4138MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
245feaa6 4139M: Chris Ball <[email protected]>
b2503a94 4140L: [email protected]
245feaa6
CB
4141T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4142S: Maintained
679655da
JP
4143F: drivers/mmc/
4144F: include/linux/mmc/
baca2da4 4145
15a0580c 4146MULTIMEDIA CARD (MMC) ETC. OVER SPI
8b58be88 4147M: David Brownell <[email protected]>
baaea1dc 4148S: Odd Fixes
679655da
JP
4149F: drivers/mmc/host/mmc_spi.c
4150F: include/linux/spi/mmc_spi.h
15a0580c 4151
1da177e4 4152MULTISOUND SOUND DRIVER
8b58be88 4153M: Andrew Veliath <[email protected]>
1da177e4 4154S: Maintained
679655da
JP
4155F: Documentation/sound/oss/MultiSound
4156F: sound/oss/msnd*
1da177e4 4157
d735410a 4158MULTITECH MULTIPORT CARD (ISICOM)
d86b3001 4159S: Orphan
679655da
JP
4160F: drivers/char/isicom.c
4161F: include/linux/isicom.h
d735410a 4162
550a7375 4163MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
f299470a 4164M: Felipe Balbi <[email protected]>
795fb7e7 4165L: [email protected]
8a700f3d 4166T: git git://gitorious.org/usb/usb.git
795fb7e7 4167S: Maintained
679655da 4168F: drivers/usb/musb/
550a7375 4169
2d3cf588 4170MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8b58be88
JP
4171M: Andrew Gallatin <[email protected]>
4172M: Brice Goglin <[email protected]>
2d3cf588
BG
4173L: [email protected]
4174W: http://www.myri.com/scs/download-Myri10GE.html
4175S: Supported
679655da 4176F: drivers/net/myri10ge/
2d3cf588 4177
1da177e4 4178NATSEMI ETHERNET DRIVER (DP8381x)
8b58be88 4179M: Tim Hockin <[email protected]>
1da177e4 4180S: Maintained
679655da 4181F: drivers/net/natsemi.c
1da177e4
LT
4182
4183NCP FILESYSTEM
52653199
PV
4184M: Petr Vandrovec <[email protected]>
4185S: Odd Fixes
679655da 4186F: fs/ncpfs/
1da177e4
LT
4187
4188NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8b58be88 4189M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
4190L: [email protected]
4191S: Maintained
679655da 4192F: drivers/scsi/NCR_D700.*
1da177e4 4193
3c2d774c 4194NETEFFECT IWARP RNIC DRIVER (IW_NES)
8b58be88 4195M: Faisal Latif <[email protected]>
e6cc0fd1 4196L: [email protected]
e3d33cb1 4197W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
3c2d774c
GS
4198S: Supported
4199F: drivers/infiniband/hw/nes/
4200
be2f2e84 4201NETEM NETWORK EMULATOR
8b58be88 4202M: Stephen Hemminger <[email protected]>
f318a63b 4203L: [email protected]
be2f2e84 4204S: Maintained
679655da 4205F: net/sched/sch_netem.c
be2f2e84 4206
b2f5a051
JM
4207NETERION 10GbE DRIVERS (s2io/vxge)
4208M: Ramkrishna Vepa <[email protected]>
4209M: Sivakumar Subramani <[email protected]>
4210M: Sreenivasa Honnur <[email protected]>
4211M: Jon Mason <[email protected]>
4a58448b 4212L: [email protected]
b136d1cb
RV
4213W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4214W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4a58448b 4215S: Supported
679655da
JP
4216F: Documentation/networking/s2io.txt
4217F: drivers/net/s2io*
b2f5a051
JM
4218F: Documentation/networking/vxge.txt
4219F: drivers/net/vxge/
4a58448b 4220
1da177e4
LT
4221NETFILTER/IPTABLES/IPCHAINS
4222P: Rusty Russell
4223P: Marc Boucher
4224P: James Morris
4225P: Harald Welte
4226P: Jozsef Kadlecsik
8b58be88 4227M: Patrick McHardy <[email protected]>
1a03b81d
PM
4228L: [email protected]
4229L: [email protected]
82b98543 4230L: [email protected]
1da177e4
LT
4231W: http://www.netfilter.org/
4232W: http://www.iptables.org/
34693710 4233T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
1da177e4 4234S: Supported
679655da
JP
4235F: include/linux/netfilter*
4236F: include/linux/netfilter/
4237F: include/net/netfilter/
4238F: net/*/netfilter.c
4239F: net/*/netfilter/
4240F: net/netfilter/
1da177e4 4241
4cc67735 4242NETLABEL
8b58be88 4243M: Paul Moore <[email protected]>
4cc67735
PM
4244W: http://netlabel.sf.net
4245L: [email protected]
4246S: Supported
80811493 4247F: Documentation/netlabel/
679655da
JP
4248F: include/net/netlabel.h
4249F: net/netlabel/
4cc67735 4250
1da177e4 4251NETROM NETWORK LAYER
8b58be88 4252M: Ralf Baechle <[email protected]>
1da177e4 4253L: [email protected]
d34cb28a 4254W: http://www.linux-ax25.org/
1da177e4 4255S: Maintained
679655da
JP
4256F: include/linux/netrom.h
4257F: include/net/netrom.h
4258F: net/netrom/
1da177e4 4259
5ddb88c0 4260NETWORK BLOCK DEVICE (NBD)
8b58be88 4261M: Paul Clements <[email protected]>
1da177e4 4262S: Maintained
679655da
JP
4263F: Documentation/blockdev/nbd.txt
4264F: drivers/block/nbd.c
4265F: include/linux/nbd.h
1da177e4 4266
6e43650c
NH
4267NETWORK DROP MONITOR
4268M: Neil Horman <[email protected]>
4269L: [email protected]
4270S: Maintained
4271W: https://fedorahosted.org/dropwatch/
4272F: net/core/drop_monitor.c
4273
1da177e4 4274NETWORKING [GENERAL]
8b58be88 4275M: "David S. Miller" <[email protected]>
979b6c13 4276L: [email protected]
b1e8fd54 4277W: http://www.linuxfoundation.org/en/Net
d1f6803a 4278W: http://patchwork.ozlabs.org/project/netdev/list/
b1e8fd54 4279T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
dffc1436 4280T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
1da177e4 4281S: Maintained
679655da
JP
4282F: net/
4283F: include/net/
018d21ed
JP
4284F: include/linux/in.h
4285F: include/linux/net.h
4286F: include/linux/netdevice.h
1da177e4
LT
4287
4288NETWORKING [IPv4/IPv6]
8b58be88
JP
4289M: "David S. Miller" <[email protected]>
4290M: Alexey Kuznetsov <[email protected]>
4291M: "Pekka Savola (ipv6)" <[email protected]>
4292M: James Morris <[email protected]>
4293M: Hideaki YOSHIFUJI <[email protected]>
4294M: Patrick McHardy <[email protected]>
979b6c13 4295L: [email protected]
54e5881d 4296T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4 4297S: Maintained
679655da
JP
4298F: net/ipv4/
4299F: net/ipv6/
4300F: include/net/ip*
1da177e4 4301
10e2ff1c 4302NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8b58be88 4303M: Paul Moore <[email protected]>
10e2ff1c
JM
4304L: [email protected]
4305S: Maintained
4306
29f8f632 4307NETWORKING [WIRELESS]
8b58be88 4308M: "John W. Linville" <[email protected]>
2cb4abd1 4309L: [email protected]
8a6e2535 4310Q: http://patchwork.kernel.org/project/linux-wireless/list/
54e5881d 4311T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
29f8f632 4312S: Maintained
34b921cf
JP
4313F: net/mac80211/
4314F: net/rfkill/
679655da
JP
4315F: net/wireless/
4316F: include/net/ieee80211*
cc8b4a2b 4317F: include/linux/wireless.h
c984e24d 4318F: include/net/iw_handler.h
34b921cf 4319F: drivers/net/wireless/
29f8f632 4320
788873ac
JP
4321NETWORKING DRIVERS
4322L: [email protected]
4323W: http://www.linuxfoundation.org/en/Net
4324T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3af26f58 4325T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
788873ac
JP
4326S: Odd Fixes
4327F: drivers/net/
018d21ed
JP
4328F: include/linux/if_*
4329F: include/linux/*device.h
788873ac 4330
3d396eb1 4331NETXEN (1/10) GbE SUPPORT
9c2b5bde 4332M: Amit Kumar Salecha <[email protected]>
3d396eb1 4333L: [email protected]
9c2b5bde 4334W: http://www.qlogic.com
3d396eb1 4335S: Supported
679655da 4336F: drivers/net/netxen/
3d396eb1 4337
e8b43555 4338NFS, SUNRPC, AND LOCKD CLIENTS
8b58be88 4339M: Trond Myklebust <[email protected]>
78f58153
TM
4340L: [email protected]
4341W: http://client.linux-nfs.org
4342T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4 4343S: Maintained
679655da
JP
4344F: fs/lockd/
4345F: fs/nfs/
4346F: fs/nfs_common/
4347F: net/sunrpc/
4348F: include/linux/lockd/
4349F: include/linux/nfs*
4350F: include/linux/sunrpc/
1da177e4
LT
4351
4352NI5010 NETWORK DRIVER
8b58be88
JP
4353M: Jan-Pascal van Best <[email protected]>
4354M: Andreas Mohr <[email protected]>
979b6c13 4355L: [email protected]
1da177e4 4356S: Maintained
679655da 4357F: drivers/net/ni5010.*
1da177e4 4358
85ef9cea 4359NILFS2 FILESYSTEM
8b58be88 4360M: KONISHI Ryusuke <[email protected]>
6aff43f8 4361L: [email protected]
85ef9cea 4362W: http://www.nilfs.org/en/
af1761f2 4363T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
85ef9cea 4364S: Supported
679655da
JP
4365F: Documentation/filesystems/nilfs2.txt
4366F: fs/nilfs2/
4367F: include/linux/nilfs2_fs.h
85ef9cea 4368
1da177e4 4369NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8b58be88 4370M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
4371W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4372S: Maintained
679655da
JP
4373F: Documentation/scsi/NinjaSCSI.txt
4374F: drivers/scsi/pcmcia/nsp_*
1da177e4
LT
4375
4376NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8b58be88
JP
4377M: GOTO Masanori <[email protected]>
4378M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
4379W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4380S: Maintained
679655da
JP
4381F: Documentation/scsi/NinjaSCSI.txt
4382F: drivers/scsi/nsp32*
1da177e4 4383
1da177e4 4384NTFS FILESYSTEM
8b58be88 4385M: Anton Altaparmakov <[email protected]>
1da177e4 4386L: [email protected]
169ccbd4 4387W: http://www.linux-ntfs.org/
54e5881d 4388T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4 4389S: Maintained
679655da
JP
4390F: Documentation/filesystems/ntfs.txt
4391F: fs/ntfs/
1da177e4 4392
9eb8ef74 4393NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8b58be88 4394M: Antonino Daplas <[email protected]>
c69f677c 4395L: [email protected]
ce00f85c 4396S: Maintained
679655da
JP
4397F: drivers/video/riva/
4398F: drivers/video/nvidia/
1da177e4 4399
f5525786 4400OMAP SUPPORT
0e24bdd4 4401M: Tony Lindgren <[email protected]>
f5525786
TL
4402L: [email protected]
4403W: http://www.muru.com/linux/omap/
4404W: http://linux.omap.com/
8a6e2535 4405Q: http://patchwork.kernel.org/project/linux-omap/list/
f5525786
TL
4406T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4407S: Maintained
4e04d5a3 4408F: arch/arm/*omap*/
f5525786
TL
4409
4410OMAP CLOCK FRAMEWORK SUPPORT
8b58be88 4411M: Paul Walmsley <[email protected]>
f5525786
TL
4412L: [email protected]
4413S: Maintained
4414F: arch/arm/*omap*/*clock*
4415
4416OMAP POWER MANAGEMENT SUPPORT
8b58be88 4417M: Kevin Hilman <[email protected]>
f5525786
TL
4418L: [email protected]
4419S: Maintained
4420F: arch/arm/*omap*/*pm*
4421
4422OMAP AUDIO SUPPORT
8b58be88 4423M: Jarkko Nikula <[email protected]>
f5525786
TL
4424L: [email protected] (subscribers-only)
4425L: [email protected]
4426S: Maintained
4427F: sound/soc/omap/
4428
4429OMAP FRAMEBUFFER SUPPORT
3043c10a 4430M: Tomi Valkeinen <[email protected]>
c69f677c 4431L: [email protected]
f5525786
TL
4432L: [email protected]
4433S: Maintained
4434F: drivers/video/omap/
4435
676eec0d 4436OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
178ff4c9
TV
4437M: Tomi Valkeinen <[email protected]>
4438L: [email protected]
676eec0d 4439L: [email protected]
178ff4c9 4440S: Maintained
676eec0d 4441F: drivers/video/omap2/
178ff4c9
TV
4442F: Documentation/arm/OMAP/DSS
4443
f5525786 4444OMAP MMC SUPPORT
8b58be88 4445M: Jarkko Lavinen <[email protected]>
f5525786
TL
4446L: [email protected]
4447S: Maintained
653f41b5
MC
4448F: drivers/mmc/host/omap.c
4449
4450OMAP HS MMC SUPPORT
4451M: Madhusudhan Chikkature <[email protected]>
4452L: [email protected]
4453S: Maintained
4454F: drivers/mmc/host/omap_hsmmc.c
f5525786
TL
4455
4456OMAP RANDOM NUMBER GENERATOR SUPPORT
8b58be88 4457M: Deepak Saxena <[email protected]>
f5525786
TL
4458S: Maintained
4459F: drivers/char/hw_random/omap-rng.c
4460
f400c82e
PW
4461OMAP HWMOD SUPPORT
4462M: Benoît Cousson <[email protected]>
4463M: Paul Walmsley <[email protected]>
4464L: [email protected]
4465S: Maintained
4466F: arch/arm/mach-omap2/omap_hwmod.c
4467F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4468
4469OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4470M: Benoît Cousson <[email protected]>
4471L: [email protected]
4472S: Maintained
4473F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4474
f5525786 4475OMAP USB SUPPORT
f299470a 4476M: Felipe Balbi <[email protected]>
8b58be88 4477M: David Brownell <[email protected]>
f5525786
TL
4478L: [email protected]
4479L: [email protected]
4480S: Maintained
a16fbd65
JP
4481F: drivers/usb/*/*omap*
4482F: arch/arm/*omap*/usb*
f5525786 4483
0ad122d9 4484OMFS FILESYSTEM
8b58be88 4485M: Bob Copeland <[email protected]>
0ad122d9
BC
4486L: [email protected]
4487S: Maintained
679655da
JP
4488F: Documentation/filesystems/omfs.txt
4489F: fs/omfs/
0ad122d9 4490
c1986ee9 4491OMNIKEY CARDMAN 4000 DRIVER
8b58be88 4492M: Harald Welte <[email protected]>
c1986ee9 4493S: Maintained
679655da
JP
4494F: drivers/char/pcmcia/cm4000_cs.c
4495F: include/linux/cm4000_cs.h
c1986ee9 4496
77c44ab1 4497OMNIKEY CARDMAN 4040 DRIVER
8b58be88 4498M: Harald Welte <[email protected]>
77c44ab1 4499S: Maintained
679655da 4500F: drivers/char/pcmcia/cm4040_cs.*
77c44ab1 4501
77d5140f 4502OMNIVISION OV7670 SENSOR DRIVER
8b58be88 4503M: Jonathan Corbet <[email protected]>
661263b5 4504L: [email protected]
54e5881d 4505T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
77d5140f 4506S: Maintained
679655da 4507F: drivers/media/video/ov7670.c
77d5140f 4508
431bca73 4509ONENAND FLASH DRIVER
8b58be88 4510M: Kyungmin Park <[email protected]>
431bca73
TG
4511L: [email protected]
4512S: Maintained
679655da
JP
4513F: drivers/mtd/onenand/
4514F: include/linux/mtd/onenand*.h
431bca73 4515
1da177e4 4516ONSTREAM SCSI TAPE DRIVER
8b58be88 4517M: Willem Riede <[email protected]>
1da177e4
LT
4518L: [email protected]
4519L: [email protected]
4520S: Maintained
679655da
JP
4521F: drivers/scsi/osst*
4522F: drivers/scsi/st*
1da177e4 4523
e2d1d6c0 4524OPENCORES I2C BUS DRIVER
8b58be88 4525M: Peter Korsgaard <[email protected]>
846557d3 4526L: [email protected]
e2d1d6c0 4527S: Maintained
679655da
JP
4528F: Documentation/i2c/busses/i2c-ocores
4529F: drivers/i2c/busses/i2c-ocores.c
e2d1d6c0 4530
860c44c1
GL
4531OPEN FIRMWARE AND FLATTENED DEVICE TREE
4532M: Grant Likely <[email protected]>
4533L: [email protected]
4534W: http://fdt.secretlab.ca
3bbf9b9b 4535T: git git://git.secretlab.ca/git/linux-2.6.git
860c44c1
GL
4536S: Maintained
4537F: drivers/of
4538F: include/linux/of*.h
4539K: of_get_property
4540
1da177e4 4541OPROFILE
8b58be88 4542M: Robert Richter <[email protected]>
1da177e4
LT
4543L: [email protected]
4544S: Maintained
81c4a8a6 4545F: arch/*/include/asm/oprofile*.h
679655da
JP
4546F: arch/*/oprofile/
4547F: drivers/oprofile/
4548F: include/linux/oprofile.h
1da177e4 4549
e2d1d6c0 4550ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8b58be88
JP
4551M: Mark Fasheh <[email protected]>
4552M: Joel Becker <[email protected]>
e2d1d6c0
RD
4553L: [email protected] (moderated for non-subscribers)
4554W: http://oss.oracle.com/projects/ocfs2/
2191aeba 4555T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
e2d1d6c0 4556S: Supported
679655da
JP
4557F: Documentation/filesystems/ocfs2.txt
4558F: Documentation/filesystems/dlmfs.txt
4559F: fs/ocfs2/
e2d1d6c0 4560
1da177e4 4561ORINOCO DRIVER
724c6b35 4562L: [email protected]
ecffdde6
PR
4563L: [email protected]
4564L: [email protected]
3a59babb 4565W: http://linuxwireless.org/en/users/Drivers/orinoco
ecffdde6 4566W: http://www.nongnu.org/orinoco/
3a59babb 4567S: Orphan
679655da 4568F: drivers/net/wireless/orinoco/
1da177e4 4569
42c55aa8 4570OSD LIBRARY and FILESYSTEM
8b58be88
JP
4571M: Boaz Harrosh <[email protected]>
4572M: Benny Halevy <[email protected]>
68274794
BH
4573L: [email protected]
4574W: http://open-osd.org
54e5881d 4575T: git git://git.open-osd.org/open-osd.git
68274794 4576S: Maintained
42c55aa8 4577F: drivers/scsi/osd/
6b6f0b6c 4578F: include/scsi/osd_*
42c55aa8 4579F: fs/exofs/
68274794 4580
e2d1d6c0 4581P54 WIRELESS DRIVER
084cb0fe 4582M: Christian Lamparter <[email protected]>
e2d1d6c0 4583L: [email protected]
084cb0fe 4584W: http://wireless.kernel.org/en/users/Drivers/p54
e2d1d6c0 4585S: Maintained
679655da 4586F: drivers/net/wireless/p54/
e2d1d6c0 4587
f5cd7872 4588PA SEMI ETHERNET DRIVER
8b58be88 4589M: Olof Johansson <[email protected]>
f5cd7872
OJ
4590L: [email protected]
4591S: Maintained
679655da 4592F: drivers/net/pasemi_mac.*
f5cd7872 4593
beb58aa3 4594PA SEMI SMBUS DRIVER
8b58be88 4595M: Olof Johansson <[email protected]>
846557d3 4596L: [email protected]
beb58aa3 4597S: Maintained
679655da 4598F: drivers/i2c/busses/i2c-pasemi.c
beb58aa3 4599
48fc267e
SK
4600PADATA PARALLEL EXECUTION MECHANISM
4601M: Steffen Klassert <[email protected]>
4602L: [email protected]
4603L: [email protected]
4604S: Maintained
4605F: kernel/padata.c
4606F: include/linux/padata.h
4607F: Documentation/padata.txt
4608
709ee531 4609PANASONIC LAPTOP ACPI EXTRAS DRIVER
8b58be88 4610M: Harald Welte <[email protected]>
d0944853 4611L: [email protected]
709ee531 4612S: Maintained
679655da 4613F: drivers/platform/x86/panasonic-laptop.c
709ee531 4614
368dd5ac 4615PANASONIC MN10300/AM33/AM34 PORT
8b58be88
JP
4616M: David Howells <[email protected]>
4617M: Koichi Yasutake <[email protected]>
4fa97181
DH
4618L: [email protected] (moderated for non-subscribers)
4619W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4620S: Maintained
679655da
JP
4621F: Documentation/mn10300/
4622F: arch/mn10300/
4fa97181 4623
1da177e4 4624PARALLEL PORT SUPPORT
3dd1a329 4625L: [email protected] (subscribers-only)
5fdc2abe 4626S: Orphan
679655da
JP
4627F: drivers/parport/
4628F: include/linux/parport*.h
4629F: drivers/char/ppdev.c
4630F: include/linux/ppdev.h
1da177e4 4631
4cdf6bc2 4632PARAVIRT_OPS INTERFACE
8b58be88
JP
4633M: Jeremy Fitzhardinge <[email protected]>
4634M: Chris Wright <[email protected]>
4635M: Alok Kataria <[email protected]>
4636M: Rusty Russell <[email protected]>
4cdf6bc2 4637L: [email protected]
4cdf6bc2 4638S: Supported
679655da
JP
4639F: Documentation/ia64/paravirt_ops.txt
4640F: arch/*/kernel/paravirt*
4641F: arch/*/include/asm/paravirt.h
4cdf6bc2 4642
e2d1d6c0 4643PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8b58be88 4644M: Tim Waugh <[email protected]>
e2d1d6c0
RD
4645L: [email protected] (subscribers-only)
4646W: http://www.torque.net/linux-pp.html
4647S: Maintained
679655da
JP
4648F: Documentation/blockdev/paride.txt
4649F: drivers/block/paride/
e2d1d6c0
RD
4650
4651PARISC ARCHITECTURE
8b58be88
JP
4652M: Kyle McMartin <[email protected]>
4653M: Helge Deller <[email protected]>
b8828770 4654M: "James E.J. Bottomley" <[email protected]>
e2d1d6c0
RD
4655L: [email protected]
4656W: http://www.parisc-linux.org/
8a6e2535 4657Q: http://patchwork.kernel.org/project/linux-parisc/list/
54e5881d 4658T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
e2d1d6c0 4659S: Maintained
679655da
JP
4660F: arch/parisc/
4661F: drivers/parisc/
e2d1d6c0 4662
1662d32c 4663PC87360 HARDWARE MONITORING DRIVER
8b58be88 4664M: Jim Cromie <[email protected]>
1662d32c
JC
4665L: [email protected]
4666S: Maintained
679655da
JP
4667F: Documentation/hwmon/pc87360
4668F: drivers/hwmon/pc87360.c
1662d32c
JC
4669
4670PC8736x GPIO DRIVER
8b58be88 4671M: Jim Cromie <[email protected]>
1662d32c 4672S: Maintained
679655da 4673F: drivers/char/pc8736x_gpio.c
1662d32c 4674
1ad107fd
JD
4675PC87427 HARDWARE MONITORING DRIVER
4676M: Jean Delvare <[email protected]>
4677L: [email protected]
4678S: Maintained
4679F: Documentation/hwmon/pc87427
4680F: drivers/hwmon/pc87427.c
4681
b26e0ed4 4682PCA9532 LED DRIVER
8b58be88 4683M: Riku Voipio <[email protected]>
b26e0ed4 4684S: Maintained
d5ca6918
JP
4685F: drivers/leds/leds-pca9532.c
4686F: include/linux/leds-pca9532.h
b26e0ed4 4687
5ce914a8
GR
4688PCA9541 I2C BUS MASTER SELECTOR DRIVER
4689M: Guenter Roeck <[email protected]>
4690L: [email protected]
4691S: Maintained
4692F: drivers/i2c/muxes/pca9541.c
4693
a1867d36
WS
4694PCA9564/PCA9665 I2C BUS DRIVER
4695M: Wolfram Sang <[email protected]>
4696L: [email protected]
4697S: Maintained
4698F: drivers/i2c/algos/i2c-algo-pca.c
4699F: drivers/i2c/busses/i2c-pca-*
4700F: include/linux/i2c-algo-pca.h
4701F: include/linux/i2c-pca-platform.h
4702
065c6359 4703PCI ERROR RECOVERY
8b58be88 4704M: Linas Vepstas <[email protected]>
c1f69db7 4705L: [email protected]
065c6359 4706S: Supported
679655da
JP
4707F: Documentation/PCI/pci-error-recovery.txt
4708F: Documentation/powerpc/eeh-pci-error-recovery.txt
065c6359 4709
1da177e4 4710PCI SUBSYSTEM
8b58be88 4711M: Jesse Barnes <[email protected]>
2905474d 4712L: [email protected]
8a6e2535 4713Q: http://patchwork.kernel.org/project/linux-pci/list/
54e5881d 4714T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4 4715S: Supported
679655da
JP
4716F: Documentation/PCI/
4717F: drivers/pci/
4718F: include/linux/pci*
1da177e4 4719
be3652b8
JB
4720PCI HOTPLUG
4721M: Jesse Barnes <[email protected]>
64dab204 4722L: [email protected]
8b59a454 4723S: Supported
be3652b8 4724F: drivers/pci/hotplug
8cf4c195 4725
1da177e4 4726PCMCIA SUBSYSTEM
4230dfc9 4727P: Linux PCMCIA Team
f5df5881 4728L: [email protected]
6650e0a5 4729W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
54e5881d 4730T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 4731S: Maintained
679655da
JP
4732F: Documentation/pcmcia/
4733F: drivers/pcmcia/
4734F: include/pcmcia/
1da177e4
LT
4735
4736PCNET32 NETWORK DRIVER
227fb925 4737M: Don Fry <[email protected]>
979b6c13 4738L: [email protected]
1da177e4 4739S: Maintained
679655da 4740F: drivers/net/pcnet32.c
1da177e4 4741
48fc267e
SK
4742PCRYPT PARALLEL CRYPTO ENGINE
4743M: Steffen Klassert <[email protected]>
4744L: [email protected]
4745S: Maintained
4746F: crypto/pcrypt.c
4747F: include/crypto/pcrypt.h
4748
e72df0b8
TH
4749PER-CPU MEMORY ALLOCATOR
4750M: Tejun Heo <[email protected]>
4751M: Christoph Lameter <[email protected]>
4752L: [email protected]
4753T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4754S: Maintained
4755F: include/linux/percpu*.h
4756F: mm/percpu*.c
4757F: arch/*/include/asm/percpu.h
4758
ad4ecbcb 4759PER-TASK DELAY ACCOUNTING
8b58be88 4760M: Balbir Singh <[email protected]>
ad4ecbcb 4761S: Maintained
679655da
JP
4762F: include/linux/delayacct.h
4763F: kernel/delayacct.c
ad4ecbcb 4764
57c0c15b 4765PERFORMANCE EVENTS SUBSYSTEM
8b58be88
JP
4766M: Peter Zijlstra <[email protected]>
4767M: Paul Mackerras <[email protected]>
4768M: Ingo Molnar <[email protected]>
4aafd3f7 4769M: Arnaldo Carvalho de Melo <[email protected]>
6c0b3244 4770S: Supported
141c4296 4771F: kernel/perf_event*.c
a003236c 4772F: include/linux/perf_event.h
141c4296
RR
4773F: arch/*/kernel/perf_event*.c
4774F: arch/*/kernel/*/perf_event*.c
4775F: arch/*/kernel/*/*/perf_event*.c
a003236c 4776F: arch/*/include/asm/perf_event.h
141c4296 4777F: arch/*/lib/perf_event*.c
a003236c
VL
4778F: arch/*/kernel/perf_callchain.c
4779F: tools/perf/
6c0b3244 4780
dd49d0f5 4781PERSONALITY HANDLING
8b58be88 4782M: Christoph Hellwig <[email protected]>
dd49d0f5
JC
4783L: [email protected]
4784S: Maintained
679655da 4785F: include/linux/personality.h
dd49d0f5 4786
838e7a03
RDC
4787PHONET PROTOCOL
4788M: Remi Denis-Courmont <[email protected]>
4789S: Supported
4790F: Documentation/networking/phonet.txt
4791F: include/linux/phonet.h
4792F: include/net/phonet/
4793F: net/phonet/
4794
1da177e4 4795PHRAM MTD DRIVER
8b58be88 4796M: Joern Engel <[email protected]>
1da177e4
LT
4797L: [email protected]
4798S: Maintained
679655da 4799F: drivers/mtd/devices/phram.c
1da177e4 4800
249a6771 4801PKTCDVD DRIVER
8b58be88 4802M: Peter Osterlund <[email protected]>
249a6771 4803S: Maintained
679655da
JP
4804F: drivers/block/pktcdvd.c
4805F: include/linux/pktcdvd.h
249a6771 4806
89a36810 4807PMC SIERRA MaxRAID DRIVER
076cfaae 4808M: Anil Ravindranath <[email protected]>
89a36810
AR
4809L: [email protected]
4810W: http://www.pmc-sierra.com/
4811S: Supported
4812F: drivers/scsi/pmcraid.*
4813
dbf9bfe6 4814PMC SIERRA PM8001 DRIVER
4815M: [email protected]
4816M: [email protected]
4817L: [email protected]
4818S: Supported
4819F: drivers/scsi/pm8001/
4820
1da177e4 4821POSIX CLOCKS and TIMERS
8b58be88 4822M: Thomas Gleixner <[email protected]>
1da177e4 4823S: Supported
679655da
JP
4824F: fs/timerfd.c
4825F: include/linux/timer*
4826F: kernel/*timer*
1da177e4 4827
3be86148 4828POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8b58be88
JP
4829M: Anton Vorontsov <[email protected]>
4830M: David Woodhouse <[email protected]>
54e5881d 4831T: git git://git.infradead.org/battery-2.6.git
3be86148 4832S: Maintained
679655da
JP
4833F: include/linux/power_supply.h
4834F: drivers/power/power_supply*
3be86148 4835
1da177e4 4836PNP SUPPORT
8b58be88
JP
4837M: Adam Belay <[email protected]>
4838M: Bjorn Helgaas <[email protected]>
1da177e4 4839S: Maintained
679655da 4840F: drivers/pnp/
1da177e4 4841
999445d4 4842PNXxxxx I2C DRIVER
8b58be88 4843M: Vitaly Wool <[email protected]>
846557d3 4844L: [email protected]
999445d4 4845S: Maintained
679655da 4846F: drivers/i2c/busses/i2c-pnx.c
999445d4 4847
1da177e4 4848PPP PROTOCOL DRIVERS AND COMPRESSORS
8b58be88 4849M: Paul Mackerras <[email protected]>
1da177e4
LT
4850L: [email protected]
4851S: Maintained
679655da 4852F: drivers/net/ppp_*
1da177e4
LT
4853
4854PPP OVER ATM (RFC 2364)
8b58be88 4855M: Mitchell Blank Jr <[email protected]>
1da177e4 4856S: Maintained
679655da
JP
4857F: net/atm/pppoatm.c
4858F: include/linux/atmppp.h
1da177e4
LT
4859
4860PPP OVER ETHERNET
8b58be88 4861M: Michal Ostrowski <[email protected]>
1da177e4 4862S: Maintained
679655da
JP
4863F: drivers/net/pppoe.c
4864F: drivers/net/pppox.c
1da177e4 4865
a6d2370b 4866PPP OVER L2TP
8b58be88 4867M: James Chapman <[email protected]>
a6d2370b 4868S: Maintained
90ca28d1 4869F: net/l2tp/l2tp_ppp.c
679655da 4870F: include/linux/if_pppol2tp.h
a6d2370b 4871
eae9d2ba 4872PPS SUPPORT
8b58be88 4873M: Rodolfo Giometti <[email protected]>
eae9d2ba
RG
4874W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4875L: [email protected] (subscribers-only)
4876S: Maintained
cabaaf41
JP
4877F: Documentation/pps/
4878F: drivers/pps/
4879F: include/linux/pps*.h
eae9d2ba 4880
1da177e4 4881PREEMPTIBLE KERNEL
8b58be88 4882M: Robert Love <[email protected]>
1da177e4
LT
4883L: [email protected]
4884W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4885S: Supported
679655da
JP
4886F: Documentation/preempt-locking.txt
4887F: include/linux/preempt.h
1da177e4
LT
4888
4889PRISM54 WIRELESS DRIVER
8b58be88 4890M: "Luis R. Rodriguez" <[email protected]>
724c6b35 4891L: [email protected]
9ef80804 4892W: http://wireless.kernel.org/en/users/Drivers/p54
1d89cae1 4893S: Obsolete
679655da 4894F: drivers/net/wireless/prism54/
1da177e4 4895
b3277dfa 4896PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
8b58be88 4897M: Mikael Pettersson <[email protected]>
b3277dfa
MP
4898L: [email protected]
4899S: Maintained
679655da 4900F: drivers/ata/sata_promise.*
b3277dfa 4901
02c18891 4902PS3 NETWORK SUPPORT
b809b9ca 4903M: Geoff Levand <[email protected]>
02c18891 4904L: [email protected]
a4724ed6 4905L: [email protected]
b809b9ca 4906S: Maintained
679655da 4907F: drivers/net/ps3_gelic_net.*
02c18891 4908
f58a9d17 4909PS3 PLATFORM SUPPORT
b809b9ca 4910M: Geoff Levand <[email protected]>
a4724ed6
SR
4911L: [email protected]
4912L: [email protected]
b809b9ca 4913S: Maintained
679655da
JP
4914F: arch/powerpc/boot/ps3*
4915F: arch/powerpc/include/asm/lv1call.h
4916F: arch/powerpc/include/asm/ps3*.h
4917F: arch/powerpc/platforms/ps3/
4918F: drivers/*/ps3*
4919F: drivers/ps3/
fec629b8 4920F: drivers/rtc/rtc-ps3.c
679655da 4921F: drivers/usb/host/*ps3.c
fec629b8 4922F: sound/ppc/snd_ps3*
f58a9d17 4923
cffb4add 4924PS3VRAM DRIVER
8b58be88 4925M: Jim Paris <[email protected]>
a4724ed6 4926L: [email protected]
cffb4add 4927S: Maintained
8a3977cb 4928F: drivers/block/ps3vram.c
cffb4add 4929
cf94a4d1 4930PTRACE SUPPORT
8b58be88
JP
4931M: Roland McGrath <[email protected]>
4932M: Oleg Nesterov <[email protected]>
cf94a4d1
CH
4933S: Maintained
4934F: include/asm-generic/syscall.h
4935F: include/linux/ptrace.h
4936F: include/linux/regset.h
4937F: include/linux/tracehook.h
4938F: kernel/ptrace.c
4939
8320204a 4940PVRUSB2 VIDEO4LINUX DRIVER
8b58be88 4941M: Mike Isely <[email protected]>
16e9495d 4942L: [email protected] (subscribers-only)
661263b5 4943L: [email protected]
8320204a 4944W: http://www.isely.net/pvrusb2/
54e5881d 4945T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
8320204a 4946S: Maintained
679655da
JP
4947F: Documentation/video4linux/README.pvrusb2
4948F: drivers/media/video/pvrusb2/
8320204a 4949
30ec261e 4950PXA2xx/PXA3xx SUPPORT
8b58be88
JP
4951M: Eric Miao <[email protected]>
4952M: Russell King <[email protected]>
efc03ecb 4953L: [email protected] (moderated for non-subscribers)
1da177e4 4954S: Maintained
679655da
JP
4955F: arch/arm/mach-pxa/
4956F: drivers/pcmcia/pxa2xx*
4957F: drivers/spi/pxa2xx*
4958F: drivers/usb/gadget/pxa2*
4959F: include/sound/pxa2xx-lib.h
bec4c99e
MB
4960F: sound/arm/pxa*
4961F: sound/soc/pxa
1da177e4 4962
a6bb4bab 4963PXA168 SUPPORT
8b58be88
JP
4964M: Eric Miao <[email protected]>
4965M: Jason Chagas <[email protected]>
efc03ecb 4966L: [email protected] (moderated for non-subscribers)
54e5881d 4967T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
7517b3fb 4968S: Maintained
a6bb4bab 4969
5fa82eb8 4970PXA910 SUPPORT
8b58be88 4971M: Eric Miao <[email protected]>
efc03ecb 4972L: [email protected] (moderated for non-subscribers)
54e5881d 4973T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
7517b3fb 4974S: Maintained
5fa82eb8 4975
e8e6cb32
EM
4976MMP2 SUPPORT (aka ARMADA610)
4977M: Haojian Zhuang <[email protected]>
4978M: Eric Miao <[email protected]>
4979L: [email protected] (moderated for non-subscribers)
4980T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4981S: Maintained
4982
272f133a
PO
4983PXA MMCI DRIVER
4984S: Orphan
4985
57f63bc8 4986PXA RTC DRIVER
8b58be88 4987M: Robert Jarzmik <[email protected]>
57f63bc8
RJ
4988L: [email protected]
4989S: Maintained
4990
5e9772b9
JS
4991QLOGIC QLA1280 SCSI DRIVER
4992M: Michael Reed <[email protected]>
4993L: [email protected]
4994S: Maintained
4995F: drivers/scsi/qla1280.[ch]
4996
1da177e4 4997QLOGIC QLA2XXX FC-SCSI DRIVER
8b58be88 4998M: Andrew Vasquez <[email protected]>
95e6a856 4999M: [email protected]
1da177e4
LT
5000L: [email protected]
5001S: Supported
679655da
JP
5002F: Documentation/scsi/LICENSE.qla2xxx
5003F: drivers/scsi/qla2xxx/
1da177e4 5004
883c98fe
RA
5005QLOGIC QLA4XXX iSCSI DRIVER
5006M: Ravi Anand <[email protected]>
5007M: Vikas Chaudhary <[email protected]>
5008M: [email protected]
5009L: [email protected]
5010S: Supported
5011F: drivers/scsi/qla4xxx/
5012
5a4faa87 5013QLOGIC QLA3XXX NETWORK DRIVER
8b58be88 5014M: Ron Mercer <[email protected]>
5a4faa87
RM
5015M: [email protected]
5016L: [email protected]
5017S: Supported
679655da
JP
5018F: Documentation/networking/LICENSE.qla3xxx
5019F: drivers/net/qla3xxx.*
5a4faa87 5020
0ec00f03
AKS
5021QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5022M: Amit Kumar Salecha <[email protected]>
7b39f90f 5023M: Anirban Chakraborty <[email protected]>
0ec00f03
AKS
5024M: [email protected]
5025L: [email protected]
5026S: Supported
5027F: drivers/net/qlcnic/
5028
c4e84bde 5029QLOGIC QLGE 10Gb ETHERNET DRIVER
8b58be88 5030M: Ron Mercer <[email protected]>
4cbfbe25 5031M: [email protected]
c4e84bde
RM
5032L: [email protected]
5033S: Supported
679655da 5034F: drivers/net/qlge/
c4e84bde 5035
1da177e4 5036QNX4 FILESYSTEM
8b58be88 5037M: Anders Larsen <[email protected]>
1da177e4
LT
5038W: http://www.alarsen.net/linux/qnx4fs/
5039S: Maintained
80811493 5040F: fs/qnx4/
679655da
JP
5041F: include/linux/qnx4_fs.h
5042F: include/linux/qnxtypes.h
1da177e4 5043
602adf40
YS
5044RADOS BLOCK DEVICE (RBD)
5045F: include/linux/qnxtypes.h
5046M: Yehuda Sadeh <[email protected]>
5047M: Sage Weil <[email protected]>
5048M: [email protected]
5049S: Supported
5050F: drivers/block/rbd.c
5051F: drivers/block/rbd_types.h
5052
1da177e4 5053RADEON FRAMEBUFFER DISPLAY DRIVER
8b58be88 5054M: Benjamin Herrenschmidt <[email protected]>
c69f677c 5055L: [email protected]
1da177e4 5056S: Maintained
679655da
JP
5057F: drivers/video/aty/radeon*
5058F: include/linux/radeonfb.h
1da177e4
LT
5059
5060RAGE128 FRAMEBUFFER DISPLAY DRIVER
8b58be88 5061M: Paul Mackerras <[email protected]>
c69f677c 5062L: [email protected]
1da177e4 5063S: Maintained
679655da 5064F: drivers/video/aty/aty128fb.c
1da177e4 5065
e7839f25 5066RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627 5067P: rt2x00 project
e1a6542f 5068M: Ivo van Doorn <[email protected]>
4a7bd3ec 5069M: Gertjan van Wingerde <[email protected]>
95ea3627 5070L: [email protected]
83fc9c89 5071L: [email protected] (moderated for non-subscribers)
95ea3627
ID
5072W: http://rt2x00.serialmonkey.com/
5073S: Maintained
54e5881d 5074T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
5075F: drivers/net/wireless/rt2x00/
5076
9db5579b 5077RAMDISK RAM BLOCK DEVICE DRIVER
6e575590 5078M: Nick Piggin <[email protected]>
9db5579b 5079S: Maintained
679655da
JP
5080F: Documentation/blockdev/ramdisk.txt
5081F: drivers/block/brd.c
9db5579b 5082
9e95ce27 5083RANDOM NUMBER DRIVER
8b58be88 5084M: Matt Mackall <[email protected]>
9e95ce27 5085S: Maintained
679655da 5086F: drivers/char/random.c
9e95ce27 5087
394b701c 5088RAPIDIO SUBSYSTEM
8b58be88 5089M: Matt Porter <[email protected]>
394b701c 5090S: Maintained
679655da 5091F: drivers/rapidio/
394b701c 5092
e2d1d6c0 5093RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
e2d1d6c0 5094L: [email protected]
f52a5490 5095S: Orphan
679655da 5096F: drivers/net/wireless/ray*
e2d1d6c0
RD
5097
5098RCUTORTURE MODULE
8b58be88
JP
5099M: Josh Triplett <[email protected]>
5100M: "Paul E. McKenney" <[email protected]>
f9094d8e 5101S: Supported
1fa7e547 5102T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
679655da
JP
5103F: Documentation/RCU/torture.txt
5104F: kernel/rcutorture.c
e2d1d6c0 5105
c1f766b5 5106RDC R-321X SoC
8b58be88 5107M: Florian Fainelli <[email protected]>
c1f766b5
FF
5108S: Maintained
5109
db17f395 5110RDC R6040 FAST ETHERNET DRIVER
8b58be88 5111M: Florian Fainelli <[email protected]>
db17f395
FF
5112L: [email protected]
5113S: Maintained
679655da 5114F: drivers/net/r6040.c
db17f395 5115
a09ed661 5116RDS - RELIABLE DATAGRAM SOCKETS
8b58be88 5117M: Andy Grover <[email protected]>
fbb5a558 5118L: [email protected] (moderated for non-subscribers)
a09ed661 5119S: Supported
679655da 5120F: net/rds/
a09ed661 5121
595182bc 5122READ-COPY UPDATE (RCU)
8b58be88
JP
5123M: Dipankar Sarma <[email protected]>
5124M: "Paul E. McKenney" <[email protected]>
595182bc 5125W: http://www.rdrop.com/users/paulmck/rclock/
595182bc 5126S: Supported
1fa7e547 5127T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
f9094d8e
PM
5128F: Documentation/RCU/
5129F: include/linux/rcu*
5130F: include/linux/srcu*
5131F: kernel/rcu*
5132F: kernel/srcu*
5133X: kernel/rcutorture.c
595182bc 5134
b7bbbf35 5135REAL TIME CLOCK DRIVER (LEGACY)
8b58be88 5136M: Paul Gortmaker <[email protected]>
1da177e4 5137S: Maintained
b7bbbf35 5138F: drivers/char/rtc.c
1da177e4 5139
0c86edc0 5140REAL TIME CLOCK (RTC) SUBSYSTEM
8b58be88 5141M: Alessandro Zummo <[email protected]>
76465493 5142L: [email protected]
8a6e2535 5143Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
0c86edc0 5144S: Maintained
679655da
JP
5145F: Documentation/rtc.txt
5146F: drivers/rtc/
5147F: include/linux/rtc.h
0c86edc0 5148
1da177e4 5149REISERFS FILE SYSTEM
76c4e5ea 5150L: [email protected]
1da177e4 5151S: Supported
679655da 5152F: fs/reiserfs/
1da177e4 5153
e0897645 5154RFKILL
8b58be88 5155M: Johannes Berg <[email protected]>
19d337df 5156L: [email protected]
e0897645 5157S: Maintained
505c9247 5158F: Documentation/rfkill.txt
80811493 5159F: net/rfkill/
e0897645 5160
67e054e9
ML
5161RICOH SMARTMEDIA/XD DRIVER
5162M: Maxim Levitsky <[email protected]>
5163S: Maintained
21c26f50
JP
5164F: drivers/mtd/nand/r852.c
5165F: drivers/mtd/nand/r852.h
67e054e9 5166
e2d1d6c0
RD
5167RISCOM8 DRIVER
5168S: Orphan
679655da
JP
5169F: Documentation/serial/riscom8.txt
5170F: drivers/char/riscom8*
e2d1d6c0 5171
1da177e4
LT
5172ROCKETPORT DRIVER
5173P: Comtrol Corp.
1da177e4
LT
5174W: http://www.comtrol.com
5175S: Maintained
679655da
JP
5176F: Documentation/serial/rocket.txt
5177F: drivers/char/rocket*
1da177e4
LT
5178
5179ROSE NETWORK LAYER
8b58be88 5180M: Ralf Baechle <[email protected]>
1da177e4 5181L: [email protected]
d34cb28a 5182W: http://www.linux-ax25.org/
1da177e4 5183S: Maintained
679655da
JP
5184F: include/linux/rose.h
5185F: include/net/rose.h
5186F: net/rose/
1da177e4 5187
59840488 5188RTL8180 WIRELESS DRIVER
8b58be88 5189M: "John W. Linville" <[email protected]>
605bebe2
MW
5190L: [email protected]
5191W: http://linuxwireless.org/
54e5881d 5192T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
605bebe2 5193S: Maintained
3cfeb0c3 5194F: drivers/net/wireless/rtl818x/rtl8180/
605bebe2 5195
59840488 5196RTL8187 WIRELESS DRIVER
8b58be88
JP
5197M: Herton Ronaldo Krzesinski <[email protected]>
5198M: Hin-Tak Leung <[email protected]>
5199M: Larry Finger <[email protected]>
7d2c86b5
JP
5200L: [email protected]
5201W: http://linuxwireless.org/
54e5881d 5202T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7d2c86b5 5203S: Maintained
3cfeb0c3 5204F: drivers/net/wireless/rtl818x/rtl8187/
59840488 5205
3cf0c8ad
LF
5206RTL8192CE WIRELESS DRIVER
5207M: Larry Finger <[email protected]>
5208M: Chaoming Li <[email protected]>
5209L: [email protected]
5210W: http://linuxwireless.org/
5211T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5212S: Maintained
5213F: drivers/net/wireless/rtlwifi/
f0b3e4b7 5214F: drivers/net/wireless/rtlwifi/rtl8192ce/
59840488 5215
9eb8ef74 5216S3 SAVAGE FRAMEBUFFER DRIVER
8b58be88 5217M: Antonino Daplas <[email protected]>
c69f677c 5218L: [email protected]
ce00f85c 5219S: Maintained
679655da 5220F: drivers/video/savage/
9eb8ef74 5221
1da177e4 5222S390
8b58be88
JP
5223M: Martin Schwidefsky <[email protected]>
5224M: Heiko Carstens <[email protected]>
1da177e4 5225M: [email protected]
d58140cc 5226L: [email protected]
5238da45
HC
5227W: http://www.ibm.com/developerworks/linux/linux390/
5228S: Supported
679655da 5229F: arch/s390/
a968cd3e 5230F: drivers/s390/
3bfe6858
JN
5231F: fs/partitions/ibm.c
5232F: Documentation/s390/
5233F: Documentation/DocBook/s390*
5238da45
HC
5234
5235S390 NETWORK DRIVERS
8b58be88
JP
5236M: Ursula Braun <[email protected]>
5237M: Frank Blaschka <[email protected]>
5238da45 5238M: [email protected]
d58140cc 5239L: [email protected]
5238da45
HC
5240W: http://www.ibm.com/developerworks/linux/linux390/
5241S: Supported
679655da 5242F: drivers/s390/net/
5238da45 5243
feed9b62 5244S390 ZCRYPT DRIVER
8b58be88
JP
5245M: Felix Beck <[email protected]>
5246M: Ralph Wuerthner <[email protected]>
feed9b62
FB
5247M: [email protected]
5248L: [email protected]
a968cd3e 5249W: http://www.ibm.com/developerworks/linux/linux390/
feed9b62 5250S: Supported
d5ca6918 5251F: drivers/s390/crypto/
feed9b62 5252
5238da45 5253S390 ZFCP DRIVER
8b58be88 5254M: Christof Schmitt <[email protected]>
07bbd0fa 5255M: Swen Schillig <[email protected]>
5238da45 5256M: [email protected]
d58140cc 5257L: [email protected]
5238da45 5258W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4 5259S: Supported
679655da 5260F: drivers/s390/scsi/zfcp_*
1da177e4 5261
dd96df2c 5262S390 IUCV NETWORK LAYER
8b58be88 5263M: Ursula Braun <[email protected]>
dd96df2c
UB
5264M: [email protected]
5265L: [email protected]
5266W: http://www.ibm.com/developerworks/linux/linux390/
5267S: Supported
679655da
JP
5268F: drivers/s390/net/*iucv*
5269F: include/net/iucv/
5270F: net/iucv/
dd96df2c 5271
4dde7f75 5272S3C24XX SD/MMC Driver
8b58be88 5273M: Ben Dooks <[email protected]>
efc03ecb 5274L: [email protected] (moderated for non-subscribers)
4dde7f75 5275S: Supported
679655da 5276F: drivers/mmc/host/s3cmci.*
4dde7f75 5277
1da177e4 5278SAA7146 VIDEO4LINUX-2 DRIVER
8b58be88 5279M: Michael Hunold <[email protected]>
661263b5 5280L: [email protected]
54e5881d 5281T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1da177e4
LT
5282W: http://www.mihu.de/linux/saa7146
5283S: Maintained
679655da
JP
5284F: drivers/media/common/saa7146*
5285F: drivers/media/video/*7146*
5286F: include/media/*7146*
1da177e4 5287
4a109cc0
MB
5288SAMSUNG AUDIO (ASoC) DRIVERS
5289M: Jassi Brar <[email protected]>
5290L: [email protected] (moderated for non-subscribers)
5291S: Supported
5292F: sound/soc/s3c24xx
5293
88606e80
TG
5294TIMEKEEPING, NTP
5295M: John Stultz <[email protected]>
5296M: Thomas Gleixner <[email protected]>
5297S: Supported
5298F: include/linux/clocksource.h
5299F: include/linux/time.h
5300F: include/linux/timex.h
5301F: include/linux/timekeeping.h
5302F: kernel/time/clocksource.c
5303F: kernel/time/time*.c
5304F: kernel/time/ntp.c
5305
5b3f03f0 5306TLG2300 VIDEO4LINUX-2 DRIVER
d2fa2187
JP
5307M: Huang Shijie <[email protected]>
5308M: Kang Yong <[email protected]>
5309M: Zhang Xiaobing <[email protected]>
5b3f03f0
HS
5310S: Supported
5311F: drivers/media/video/tlg2300
5312
1da177e4 5313SC1200 WDT DRIVER
8b58be88 5314M: Zwane Mwaikambo <[email protected]>
1da177e4 5315S: Maintained
679655da 5316F: drivers/watchdog/sc1200wdt.c
1da177e4
LT
5317
5318SCHEDULER
8b58be88
JP
5319M: Ingo Molnar <[email protected]>
5320M: Peter Zijlstra <[email protected]>
1da177e4 5321S: Maintained
679655da
JP
5322F: kernel/sched*
5323F: include/linux/sched.h
1da177e4 5324
6bcf6737 5325SCORE ARCHITECTURE
a2681a75
JP
5326M: Chen Liqin <[email protected]>
5327M: Lennox Wu <[email protected]>
6bcf6737
CL
5328W: http://www.sunplusct.com
5329S: Supported
a2681a75 5330F: arch/score/
6bcf6737 5331
1da177e4 5332SCSI CDROM DRIVER
8b58be88 5333M: Jens Axboe <[email protected]>
1da177e4
LT
5334L: [email protected]
5335W: http://www.kernel.dk
5336S: Maintained
679655da 5337F: drivers/scsi/sr*
1da177e4 5338
fb50a83d
RD
5339SCSI RDMA PROTOCOL (SRP) INITIATOR
5340M: David Dillow <[email protected]>
5341L: [email protected]
5342S: Supported
5343W: http://www.openfabrics.org
5344Q: http://patchwork.kernel.org/project/linux-rdma/list/
5345T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5346F: drivers/infiniband/ulp/srp/
5347F: include/scsi/srp.h
5348
1da177e4 5349SCSI SG DRIVER
8b58be88 5350M: Doug Gilbert <[email protected]>
1da177e4
LT
5351L: [email protected]
5352W: http://www.torque.net/sg
5353S: Maintained
679655da
JP
5354F: drivers/scsi/sg.c
5355F: include/scsi/sg.h
1da177e4
LT
5356
5357SCSI SUBSYSTEM
60df75c1 5358M: "James E.J. Bottomley" <[email protected]>
1da177e4 5359L: [email protected]
54e5881d
JP
5360T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5361T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5362T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4 5363S: Maintained
679655da
JP
5364F: drivers/scsi/
5365F: include/scsi/
1da177e4
LT
5366
5367SCSI TAPE DRIVER
8b58be88 5368M: Kai Mäkisara <[email protected]>
1da177e4
LT
5369L: [email protected]
5370S: Maintained
679655da
JP
5371F: Documentation/scsi/st.txt
5372F: drivers/scsi/st*
1da177e4
LT
5373
5374SCTP PROTOCOL
8b58be88
JP
5375M: Vlad Yasevich <[email protected]>
5376M: Sridhar Samudrala <[email protected]>
1a418796 5377L: [email protected]
5f85813c 5378W: http://lksctp.sourceforge.net
ce00f85c 5379S: Supported
679655da
JP
5380F: Documentation/networking/sctp.txt
5381F: include/linux/sctp.h
5382F: include/net/sctp/
5383F: net/sctp/
1da177e4
LT
5384
5385SCx200 CPU SUPPORT
8b58be88 5386M: Jim Cromie <[email protected]>
1662d32c 5387S: Odd Fixes
679655da
JP
5388F: Documentation/i2c/busses/scx200_acb
5389F: arch/x86/kernel/scx200_32.c
5390F: drivers/watchdog/scx200_wdt.c
5391F: drivers/i2c/busses/scx200*
5392F: drivers/mtd/maps/scx200_docflash.c
5393F: include/linux/scx200.h
1662d32c
JC
5394
5395SCx200 GPIO DRIVER
8b58be88 5396M: Jim Cromie <[email protected]>
1662d32c 5397S: Maintained
679655da
JP
5398F: drivers/char/scx200_gpio.c
5399F: include/linux/scx200_gpio.h
1662d32c
JC
5400
5401SCx200 HRT CLOCKSOURCE DRIVER
8b58be88 5402M: Jim Cromie <[email protected]>
1662d32c 5403S: Maintained
679655da 5404F: drivers/clocksource/scx200_hrt.c
1da177e4 5405
6a36913a 5406SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 5407M: Sascha Sommer <[email protected]>
6a36913a
SS
5408L: [email protected] (subscribers-only)
5409S: Maintained
679655da 5410F: drivers/mmc/host/sdricoh_cs.c
6a36913a 5411
e7839f25 5412SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
245feaa6 5413M: Chris Ball <[email protected]>
7a241d6e 5414L: [email protected]
245feaa6
CB
5415T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5416S: Maintained
7a241d6e 5417F: drivers/mmc/host/sdhci.*
e2d1d6c0 5418
3085e9c1 5419SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8b58be88 5420M: Anton Vorontsov <[email protected]>
a4724ed6 5421L: [email protected]
7a241d6e 5422L: [email protected]
e2d1d6c0 5423S: Maintained
7a241d6e 5424F: drivers/mmc/host/sdhci-of.*
e2d1d6c0 5425
0d1bb41a 5426SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8b58be88 5427M: Ben Dooks <[email protected]>
7a241d6e 5428L: [email protected]
0d1bb41a
BD
5429S: Maintained
5430F: drivers/mmc/host/sdhci-s3c.c
5431
c63b3cba
VK
5432SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5433M: Viresh Kumar <[email protected]>
5434L: [email protected]
5435S: Maintained
5436F: drivers/mmc/host/sdhci-spear.c
5437
8711cca2 5438SECURITY SUBSYSTEM
8b58be88 5439M: James Morris <[email protected]>
8711cca2 5440L: [email protected] (suggested Cc:)
df69f0da 5441T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
c8334dc8 5442W: http://security.wiki.kernel.org/
8711cca2 5443S: Supported
7d2c86b5 5444F: security/
8711cca2 5445
1da177e4 5446SECURITY CONTACT
8b58be88 5447M: Security Officers <[email protected]>
1da177e4
LT
5448S: Supported
5449
5450SELINUX SECURITY MODULE
8b58be88
JP
5451M: Stephen Smalley <[email protected]>
5452M: James Morris <[email protected]>
5453M: Eric Paris <[email protected]>
7d2c86b5 5454L: [email protected] (subscribers-only, general discussion)
f058925b 5455W: http://selinuxproject.org
54e5881d 5456T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
1da177e4 5457S: Supported
679655da
JP
5458F: include/linux/selinux*
5459F: security/selinux/
1da177e4 5460
c1c124e9
JJ
5461APPARMOR SECURITY MODULE
5462M: John Johansen <[email protected]>
5463L: [email protected] (subscribers-only, general discussion)
5464W: apparmor.wiki.kernel.org
5465T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5466S: Supported
5467F: security/apparmor/
5468
cef2cf07 5469SENSABLE PHANTOM
8b58be88 5470M: Jiri Slaby <[email protected]>
cef2cf07 5471S: Maintained
679655da
JP
5472F: drivers/misc/phantom.c
5473F: include/linux/phantom.h
cef2cf07 5474
4480f15b 5475SERIAL ATA (SATA) SUBSYSTEM
8b58be88 5476M: Jeff Garzik <[email protected]>
1da177e4 5477L: [email protected]
54e5881d 5478T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4 5479S: Supported
d5ca6918
JP
5480F: drivers/ata/
5481F: include/linux/ata.h
5482F: include/linux/libata.h
1da177e4 5483
6733b39a 5484SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
3387f656
JP
5485M: Jayamohan Kallickal <[email protected]>
5486L: [email protected]
5487W: http://www.serverengines.com
5488S: Supported
5489F: drivers/scsi/be2iscsi/
6733b39a 5490
6b7c5b94 5491SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8b58be88
JP
5492M: Sathya Perla <[email protected]>
5493M: Subbu Seetharaman <[email protected]>
f66d744d
AK
5494M: Sarveshwar Bandi <[email protected]>
5495M: Ajit Khaparde <[email protected]>
7d2c86b5
JP
5496L: [email protected]
5497W: http://www.serverengines.com
5498S: Supported
679655da 5499F: drivers/net/benet/
6b7c5b94 5500
8ceee660 5501SFC NETWORK DRIVER
c06f51ea
JP
5502M: Solarflare linux maintainers <[email protected]>
5503M: Steve Hodgson <[email protected]>
5504M: Ben Hutchings <[email protected]>
5505L: [email protected]
8ceee660 5506S: Supported
679655da 5507F: drivers/net/sfc/
8ceee660 5508
e2d1d6c0 5509SGI GRU DRIVER
8b58be88 5510M: Jack Steiner <[email protected]>
e2d1d6c0 5511S: Maintained
679655da 5512F: drivers/misc/sgi-gru/
e2d1d6c0
RD
5513
5514SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8b58be88 5515M: Pat Gefre <[email protected]>
e2d1d6c0
RD
5516L: [email protected]
5517S: Supported
679655da
JP
5518F: Documentation/ia64/serial.txt
5519F: drivers/serial/ioc?_serial.c
5520F: include/linux/ioc?.h
e2d1d6c0 5521
1da177e4 5522SGI VISUAL WORKSTATION 320 AND 540
8b58be88 5523M: Andrey Panin <[email protected]>
1da177e4
LT
5524L: [email protected]
5525W: http://linux-visws.sf.net
5526S: Maintained for 2.6.
679655da 5527F: Documentation/sgi-visws.txt
1da177e4 5528
75312619 5529SGI XP/XPC/XPNET DRIVER
8b58be88 5530M: Robin Holt <[email protected]>
75312619 5531S: Maintained
679655da 5532F: drivers/misc/sgi-xp/
75312619 5533
e2d1d6c0 5534SHARP LH SUPPORT (LH7952X & LH7A40X)
8b58be88 5535M: Marc Singer <[email protected]>
e2d1d6c0 5536W: http://projects.buici.com/arm
efc03ecb 5537L: [email protected] (moderated for non-subscribers)
e2d1d6c0 5538S: Maintained
679655da
JP
5539F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5540F: arch/arm/mach-lh7a40x/
5541F: drivers/serial/serial_lh7a40x.c
5542F: drivers/usb/gadget/lh7a40*
5543F: drivers/usb/host/ohci-lh7a40*
e2d1d6c0 5544
6349d997 5545SIMPLE FIRMWARE INTERFACE (SFI)
2bf822d7 5546M: Len Brown <[email protected]>
6349d997
LB
5547L: [email protected]
5548W: http://simplefirmware.org/
5549T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
e2d1d6c0 5550S: Supported
6349d997
LB
5551F: arch/x86/kernel/*sfi*
5552F: drivers/sfi/
5553F: include/linux/sfi*.h
e2d1d6c0 5554
1da177e4
LT
5555SIMTEC EB110ATX (Chalice CATS)
5556P: Ben Dooks
8b58be88 5557M: Vincent Sanders <[email protected]>
1da177e4
LT
5558W: http://www.simtec.co.uk/products/EB110ATX/
5559S: Supported
5560
5561SIMTEC EB2410ITX (BAST)
5562P: Ben Dooks
8b58be88 5563M: Vincent Sanders <[email protected]>
1da177e4
LT
5564W: http://www.simtec.co.uk/products/EB2410ITX/
5565S: Supported
679655da
JP
5566F: arch/arm/mach-s3c2410/
5567F: drivers/*/*s3c2410*
5568F: drivers/*/*/*s3c2410*
1da177e4 5569
4c5adde7 5570TI DAVINCI MACHINE SUPPORT
4b5dc96a
SN
5571M: Kevin Hilman <[email protected]>
5572L: [email protected] (subscribers-only)
8a6e2535 5573Q: http://patchwork.kernel.org/project/linux-davinci/list/
4c5adde7
KH
5574S: Supported
5575F: arch/arm/mach-davinci
5576
92aab3c0 5577SIS 190 ETHERNET DRIVER
8b58be88 5578M: Francois Romieu <[email protected]>
92aab3c0
FR
5579L: [email protected]
5580S: Maintained
679655da 5581F: drivers/net/sis190.c
92aab3c0 5582
1da177e4 5583SIS 900/7016 FAST ETHERNET DRIVER
8b58be88 5584M: Daniele Venzano <[email protected]>
1da177e4 5585W: http://www.brownhat.org/sis900.html
979b6c13 5586L: [email protected]
1da177e4 5587S: Maintained
679655da 5588F: drivers/net/sis900.*
1da177e4 5589
6ea884db 5590SIS 96X I2C/SMBUS DRIVER
8b58be88 5591M: "Mark M. Hoffman" <[email protected]>
846557d3 5592L: [email protected]
6ea884db 5593S: Maintained
679655da
JP
5594F: Documentation/i2c/busses/i2c-sis96x
5595F: drivers/i2c/busses/i2c-sis96x.c
6ea884db 5596
1da177e4 5597SIS FRAMEBUFFER DRIVER
8b58be88 5598M: Thomas Winischhofer <[email protected]>
1da177e4 5599W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 5600S: Maintained
679655da
JP
5601F: Documentation/fb/sisfb.txt
5602F: drivers/video/sis/
5603F: include/video/sisfb.h
1da177e4
LT
5604
5605SIS USB2VGA DRIVER
8b58be88 5606M: Thomas Winischhofer <[email protected]>
1da177e4
LT
5607W: http://www.winischhofer.at/linuxsisusbvga.shtml
5608S: Maintained
679655da 5609F: drivers/usb/misc/sisusbvga/
1da177e4 5610
e2d1d6c0 5611SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
8b58be88 5612M: Stephen Hemminger <[email protected]>
e2d1d6c0
RD
5613L: [email protected]
5614S: Maintained
679655da
JP
5615F: drivers/net/skge.*
5616F: drivers/net/sky2.*
e2d1d6c0 5617
415ad26d 5618SLAB ALLOCATOR
8b58be88
JP
5619M: Christoph Lameter <[email protected]>
5620M: Pekka Enberg <[email protected]>
5621M: Matt Mackall <[email protected]>
415ad26d
CL
5622L: [email protected]
5623S: Maintained
679655da
JP
5624F: include/linux/sl?b*.h
5625F: mm/sl?b.c
415ad26d 5626
1da177e4 5627SMC91x ETHERNET DRIVER
2f82af08 5628M: Nicolas Pitre <[email protected]>
18e2842b 5629S: Odd Fixes
679655da 5630F: drivers/net/smc91x.*
1da177e4 5631
920fa1ff
GR
5632SMM665 HARDWARE MONITOR DRIVER
5633M: Guenter Roeck <[email protected]>
5634L: [email protected]
5635S: Maintained
5636F: Documentation/hwmon/smm665
5637F: drivers/hwmon/smm665.c
5638
9df7305b
SG
5639SMSC EMC2103 HARDWARE MONITOR DRIVER
5640M: Steve Glendinning <[email protected]>
5641L: [email protected]
5642S: Supported
5643F: Documentation/hwmon/emc2103
5644F: drivers/hwmon/emc2103.c
5645
6ea884db 5646SMSC47B397 HARDWARE MONITOR DRIVER
8b58be88 5647M: "Mark M. Hoffman" <[email protected]>
6ea884db
MH
5648L: [email protected]
5649S: Maintained
679655da
JP
5650F: Documentation/hwmon/smsc47b397
5651F: drivers/hwmon/smsc47b397.c
6ea884db 5652
fd9abb3d 5653SMSC911x ETHERNET DRIVER
8b58be88 5654M: Steve Glendinning <[email protected]>
2cb37728
SG
5655L: [email protected]
5656S: Supported
679655da
JP
5657F: include/linux/smsc911x.h
5658F: drivers/net/smsc911x.*
2cb37728
SG
5659
5660SMSC9420 PCI ETHERNET DRIVER
8b58be88 5661M: Steve Glendinning <[email protected]>
fd9abb3d
SG
5662L: [email protected]
5663S: Supported
679655da 5664F: drivers/net/smsc9420.*
fd9abb3d 5665
e2d1d6c0 5666SN-IA64 (Itanium) SUB-PLATFORM
8b58be88 5667M: Jes Sorensen <[email protected]>
e2d1d6c0
RD
5668L: [email protected]
5669L: [email protected]
5670W: http://www.sgi.com/altix
5671S: Maintained
679655da 5672F: arch/ia64/sn/
e2d1d6c0 5673
668acf32 5674SOC-CAMERA V4L2 SUBSYSTEM
8b58be88 5675M: Guennadi Liakhovetski <[email protected]>
661263b5 5676L: [email protected]
54e5881d 5677T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
795fb7e7 5678S: Maintained
679655da
JP
5679F: include/media/v4l2*
5680F: drivers/media/video/v4l2*
668acf32 5681
e2d1d6c0 5682SOEKRIS NET48XX LED SUPPORT
8b58be88 5683M: Chris Boot <[email protected]>
e2d1d6c0 5684S: Maintained
679655da 5685F: drivers/leds/leds-net48xx.c
e2d1d6c0 5686
1da177e4 5687SOFTWARE RAID (Multiple Disks) SUPPORT
8b58be88 5688M: Neil Brown <[email protected]>
1da177e4 5689L: [email protected]
524418bb 5690S: Supported
679655da
JP
5691F: drivers/md/
5692F: include/linux/raid/
1da177e4 5693
1da177e4 5694SONIC NETWORK DRIVER
8b58be88 5695M: Thomas Bogendoerfer <[email protected]>
979b6c13 5696L: [email protected]
1da177e4 5697S: Maintained
679655da 5698F: drivers/net/sonic.*
1da177e4 5699
61e115a5 5700SONICS SILICON BACKPLANE DRIVER (SSB)
8b58be88 5701M: Michael Buesch <[email protected]>
61e115a5
MB
5702L: [email protected]
5703S: Maintained
679655da
JP
5704F: drivers/ssb/
5705F: include/linux/ssb/
61e115a5 5706
1da177e4 5707SONY VAIO CONTROL DEVICE DRIVER
8b58be88 5708M: Mattia Dongili <[email protected]>
d0944853 5709L: [email protected]
5b18167d 5710W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4 5711S: Maintained
679655da
JP
5712F: Documentation/laptops/sony-laptop.txt
5713F: drivers/char/sonypi.c
5714F: drivers/platform/x86/sony-laptop.c
5715F: include/linux/sony-laptop.h
1da177e4 5716
baf8532a 5717SONY MEMORYSTICK CARD SUPPORT
8b58be88 5718M: Alex Dubov <[email protected]>
baf8532a
AD
5719W: http://tifmxx.berlios.de/
5720S: Maintained
679655da 5721F: drivers/memstick/host/tifm_ms.c
baf8532a 5722
1da177e4 5723SOUND
8b58be88
JP
5724M: Jaroslav Kysela <[email protected]>
5725M: Takashi Iwai <[email protected]>
93711660 5726L: [email protected] (moderated for non-subscribers)
3126a179
JP
5727W: http://www.alsa-project.org/
5728T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5729T: git git://git.alsa-project.org/alsa-kernel.git
1da177e4 5730S: Maintained
3126a179
JP
5731F: Documentation/sound/
5732F: include/sound/
679655da 5733F: sound/
1da177e4 5734
bd903bde 5735SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8b58be88
JP
5736M: Liam Girdwood <[email protected]>
5737M: Mark Brown <[email protected]>
bb74a6e5 5738T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
93711660 5739L: [email protected] (moderated for non-subscribers)
b0b8daf7 5740W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3 5741S: Supported
679655da 5742F: sound/soc/
e6e55122 5743F: include/sound/soc*
eb1a6af3 5744
473321fc 5745SPARC + UltraSPARC (sparc/sparc64)
8b58be88 5746M: "David S. Miller" <[email protected]>
1da177e4 5747L: [email protected]
8a6e2535 5748Q: http://patchwork.ozlabs.org/project/sparclinux/list/
54e5881d
JP
5749T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5750T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
1da177e4 5751S: Maintained
679655da 5752F: arch/sparc/
7765b8bb 5753F: drivers/sbus/
1da177e4 5754
6404fcca
DM
5755SPARC SERIAL DRIVERS
5756M: "David S. Miller" <[email protected]>
5757L: [email protected]
5758T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5759T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5760S: Maintained
5761F: drivers/serial/suncore.c
5762F: drivers/serial/suncore.h
5763F: drivers/serial/sunhv.c
5764F: drivers/serial/sunsab.c
5765F: drivers/serial/sunsab.h
5766F: drivers/serial/sunsu.c
5767F: drivers/serial/sunzilog.c
5768F: drivers/serial/sunzilog.h
5769
fc0c195a
VK
5770SPEAR PLATFORM SUPPORT
5771M: Viresh Kumar <[email protected]>
5772W: http://www.st.com/spear
5773S: Maintained
5774F: arch/arm/plat-spear/
5775
5776SPEAR3XX MACHINE SUPPORT
5777M: Viresh Kumar <[email protected]>
5778W: http://www.st.com/spear
5779S: Maintained
5780F: arch/arm/mach-spear3xx/
5781
5782SPEAR6XX MACHINE SUPPORT
5783M: Rajeev Kumar <[email protected]>
5784W: http://www.st.com/spear
5785S: Maintained
5786F: arch/arm/mach-spear6xx/
5787
5788SPEAR CLOCK FRAMEWORK SUPPORT
5789M: Viresh Kumar <[email protected]>
5790W: http://www.st.com/spear
5791S: Maintained
5792F: arch/arm/mach-spear*/clock.c
5793F: arch/arm/mach-spear*/include/mach/clkdev.h
5794F: arch/arm/plat-spear/clock.c
83823b72
JP
5795F: arch/arm/plat-spear/include/plat/clkdev.h
5796F: arch/arm/plat-spear/include/plat/clock.h
fc0c195a
VK
5797
5798SPEAR PAD MULTIPLEXING SUPPORT
5799M: Viresh Kumar <[email protected]>
5800W: http://www.st.com/spear
5801S: Maintained
5802F: arch/arm/plat-spear/include/plat/padmux.h
5803F: arch/arm/plat-spear/padmux.c
5804F: arch/arm/mach-spear*/spear*xx.c
5805F: arch/arm/mach-spear*/include/mach/generic.h
5806F: arch/arm/mach-spear3xx/spear3*0.c
5807F: arch/arm/mach-spear3xx/spear3*0_evb.c
5808F: arch/arm/mach-spear6xx/spear600.c
5809F: arch/arm/mach-spear6xx/spear600_evb.c
5810
1da177e4 5811SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
8b58be88 5812M: Roger Wolff <[email protected]>
1da177e4 5813S: Supported
679655da
JP
5814F: Documentation/serial/specialix.txt
5815F: drivers/char/specialix*
1da177e4 5816
e2d1d6c0 5817SPI SUBSYSTEM
8b58be88 5818M: David Brownell <[email protected]>
d33c861e 5819M: Grant Likely <[email protected]>
e2d1d6c0 5820L: [email protected]
8a6e2535 5821Q: http://patchwork.kernel.org/project/spi-devel-general/list/
3bbf9b9b 5822T: git git://git.secretlab.ca/git/linux-2.6.git
e2d1d6c0 5823S: Maintained
679655da
JP
5824F: Documentation/spi/
5825F: drivers/spi/
5826F: include/linux/spi/
e2d1d6c0 5827
2752e401 5828SPIDERNET NETWORK DRIVER for CELL
8b58be88
JP
5829M: Ishizaki Kou <[email protected]>
5830M: Jens Osterkamp <[email protected]>
2752e401
JL
5831L: [email protected]
5832S: Supported
679655da
JP
5833F: Documentation/networking/spider_net.txt
5834F: drivers/net/spider_net*
2752e401 5835
e2d1d6c0 5836SPU FILE SYSTEM
8b58be88 5837M: Jeremy Kerr <[email protected]>
a4724ed6
SR
5838L: [email protected]
5839L: [email protected]
e2d1d6c0
RD
5840W: http://www.ibm.com/developerworks/power/cell/
5841S: Supported
679655da
JP
5842F: Documentation/filesystems/spufs.txt
5843F: arch/powerpc/platforms/cell/spufs/
e2d1d6c0 5844
fc555841 5845SQUASHFS FILE SYSTEM
8b58be88 5846M: Phillip Lougher <[email protected]>
fc555841
PL
5847L: [email protected] (subscribers-only)
5848W: http://squashfs.org.uk
5849S: Maintained
679655da
JP
5850F: Documentation/filesystems/squashfs.txt
5851F: fs/squashfs/
fc555841 5852
1da177e4 5853SRM (Alpha) environment access
8b58be88 5854M: Jan-Benedict Glaw <[email protected]>
1da177e4 5855S: Maintained
679655da 5856F: arch/alpha/kernel/srm_env.c
1da177e4 5857
26e9a397 5858STABLE BRANCH
8b58be88
JP
5859M: Greg Kroah-Hartman <[email protected]>
5860M: Chris Wright <[email protected]>
e2d1d6c0
RD
5861L: [email protected]
5862S: Maintained
5863
26e9a397 5864STAGING SUBSYSTEM
8b58be88 5865M: Greg Kroah-Hartman <[email protected]>
97b5519b 5866T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
1c6ccf62 5867L: [email protected]
dbc6c2cc 5868S: Maintained
679655da 5869F: drivers/staging/
dbc6c2cc 5870
1da177e4 5871STARFIRE/DURALAN NETWORK DRIVER
8b58be88 5872M: Ion Badulescu <[email protected]>
b4f90189 5873S: Odd Fixes
679655da 5874F: drivers/net/starfire*
1da177e4 5875
e2d1d6c0 5876SUN3/3X
8b58be88 5877M: Sam Creasey <[email protected]>
e2d1d6c0
RD
5878W: http://sammy.net/sun3/
5879S: Maintained
679655da
JP
5880F: arch/m68k/kernel/*sun3*
5881F: arch/m68k/sun3*/
5882F: arch/m68k/include/asm/sun3*
e2d1d6c0 5883
2cbb12a4 5884SUPERH
8b58be88 5885M: Paul Mundt <[email protected]>
2cbb12a4 5886L: [email protected]
1da177e4 5887W: http://www.linux-sh.org
8a6e2535 5888Q: http://patchwork.kernel.org/project/linux-sh/list/
bea27827 5889T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5c806b20 5890S: Supported
066069e1 5891F: Documentation/sh/
679655da 5892F: arch/sh/
066069e1 5893F: drivers/sh/
1da177e4 5894
4480f15b 5895SUSPEND TO RAM
8b58be88
JP
5896M: Len Brown <[email protected]>
5897M: Pavel Machek <[email protected]>
5898M: "Rafael J. Wysocki" <[email protected]>
e2d1d6c0
RD
5899L: [email protected]
5900S: Supported
679655da
JP
5901F: Documentation/power/
5902F: arch/x86/kernel/acpi/
5903F: drivers/base/power/
5904F: kernel/power/
5905F: include/linux/suspend.h
5906F: include/linux/freezer.h
5907F: include/linux/pm.h
1da177e4
LT
5908
5909SVGA HANDLING
8b58be88 5910M: Martin Mares <[email protected]>
1da177e4
LT
5911L: [email protected]
5912S: Maintained
679655da
JP
5913F: Documentation/svga.txt
5914F: arch/x86/boot/video*
1da177e4
LT
5915
5916SYSV FILESYSTEM
8b58be88 5917M: Christoph Hellwig <[email protected]>
1da177e4 5918S: Maintained
679655da
JP
5919F: Documentation/filesystems/sysv-fs.txt
5920F: fs/sysv/
5921F: include/linux/sysv_fs.h
1da177e4 5922
4e68852d 5923TASKSTATS STATISTICS INTERFACE
8b58be88 5924M: Balbir Singh <[email protected]>
4e68852d 5925S: Maintained
679655da
JP
5926F: Documentation/accounting/taskstats*
5927F: include/linux/taskstats*
5928F: kernel/taskstats.c
4e68852d 5929
781b456a 5930TC CLASSIFIER
8b58be88 5931M: Jamal Hadi Salim <[email protected]>
781b456a
SH
5932L: [email protected]
5933S: Maintained
679655da
JP
5934F: include/linux/pkt_cls.h
5935F: include/net/pkt_cls.h
5936F: net/sched/
781b456a 5937
5067f08a 5938TCP LOW PRIORITY MODULE
8b58be88
JP
5939M: "Wong Hoi Sing, Edison" <[email protected]>
5940M: "Hung Hing Lun, Mike" <[email protected]>
5067f08a
WHSE
5941W: http://tcp-lp-mod.sourceforge.net/
5942S: Maintained
679655da 5943F: net/ipv4/tcp_lp.c
5067f08a 5944
84b9414b
EG
5945TEGRA SUPPORT
5946M: Colin Cross <[email protected]>
5947M: Erik Gilling <[email protected]>
5948M: Olof Johansson <[email protected]>
5949L: [email protected]
5950T: git git://android.git.kernel.org/kernel/tegra.git
5951S: Supported
5952F: arch/arm/mach-tegra
5953
1a348ccc 5954TEHUTI ETHERNET DRIVER
8b58be88
JP
5955M: Alexander Indenbaum <[email protected]>
5956M: Andy Gospodarek <[email protected]>
1a348ccc
AG
5957L: [email protected]
5958S: Supported
679655da 5959F: drivers/net/tehuti*
1a348ccc 5960
4e68852d 5961Telecom Clock Driver for MCPL0010
8b58be88 5962M: Mark Gross <[email protected]>
4e68852d 5963S: Supported
679655da 5964F: drivers/char/tlclk.c
4e68852d 5965
4480f15b 5966TENSILICA XTENSA PORT (xtensa)
8b58be88 5967M: Chris Zankel <[email protected]>
4e68852d 5968S: Maintained
679655da 5969F: arch/xtensa/
4e68852d
AC
5970
5971THINKPAD ACPI EXTRAS DRIVER
8b58be88 5972M: Henrique de Moraes Holschuh <[email protected]>
4e68852d 5973L: [email protected]
d0944853 5974L: [email protected]
4e68852d
AC
5975W: http://ibm-acpi.sourceforge.net
5976W: http://thinkwiki.org/wiki/Ibm-acpi
54e5881d 5977T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4e68852d 5978S: Maintained
679655da 5979F: drivers/platform/x86/thinkpad_acpi.c
4e68852d 5980
4020f2d7 5981TI FLASH MEDIA INTERFACE DRIVER
8b58be88 5982M: Alex Dubov <[email protected]>
795fb7e7 5983S: Maintained
679655da
JP
5984F: drivers/misc/tifm*
5985F: drivers/mmc/host/tifm_sd.c
5986F: include/linux/tifm.h
4020f2d7 5987
dd5e8e6b 5988TI TWL4030 SERIES SOC CODEC DRIVER
8b58be88 5989M: Peter Ujfalusi <[email protected]>
dd5e8e6b
PU
5990L: [email protected] (moderated for non-subscribers)
5991S: Maintained
5992F: sound/soc/codecs/twl4030*
5993
e86eaa3a 5994TIPC NETWORK LAYER
8b58be88
JP
5995M: Jon Maloy <[email protected]>
5996M: Allan Stephens <[email protected]>
e86eaa3a
PL
5997L: [email protected]
5998W: http://tipc.sourceforge.net/
5999W: http://tipc.cslab.ericsson.net/
54e5881d 6000T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
e86eaa3a 6001S: Maintained
679655da
JP
6002F: include/linux/tipc*.h
6003F: include/net/tipc/
6004F: net/tipc/
e86eaa3a 6005
867e359b
CM
6006TILE ARCHITECTURE
6007M: Chris Metcalf <[email protected]>
6008W: http://www.tilera.com/scm/
6009S: Supported
6010F: arch/tile/
239b0b44 6011F: drivers/char/hvc_tile.c
e5a06939 6012F: drivers/net/tile/
867e359b 6013
1da177e4 6014TLAN NETWORK DRIVER
8b58be88 6015M: Samuel Chessman <[email protected]>
88c07dde 6016L: [email protected] (subscribers-only)
1da177e4
LT
6017W: http://sourceforge.net/projects/tlan/
6018S: Maintained
679655da
JP
6019F: Documentation/networking/tlan.txt
6020F: drivers/net/tlan.*
1da177e4 6021
d74db3b2 6022TOMOYO SECURITY MODULE
8b58be88
JP
6023M: Kentaro Takeda <[email protected]>
6024M: Tetsuo Handa <[email protected]>
d03a5d88
TH
6025L: [email protected] (subscribers-only, for developers in English)
6026L: [email protected] (subscribers-only, for users in English)
d74db3b2
KT
6027L: [email protected] (subscribers-only, for developers in Japanese)
6028L: [email protected] (subscribers-only, for users in Japanese)
6029W: http://tomoyo.sourceforge.jp/
e6f6a4cc 6030T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
d74db3b2 6031S: Maintained
679655da 6032F: security/tomoyo/
d74db3b2 6033
9caeb532
HRK
6034TOPSTAR LAPTOP EXTRAS DRIVER
6035M: Herton Ronaldo Krzesinski <[email protected]>
d0944853 6036L: [email protected]
9caeb532
HRK
6037S: Maintained
6038F: drivers/platform/x86/topstar-laptop.c
6039
1da177e4 6040TOSHIBA ACPI EXTRAS DRIVER
d0944853 6041L: [email protected]
15065531 6042S: Orphan
679655da 6043F: drivers/platform/x86/toshiba_acpi.c
1da177e4
LT
6044
6045TOSHIBA SMM DRIVER
8b58be88 6046M: Jonathan Buzzard <[email protected]>
1da177e4
LT
6047L: [email protected]
6048W: http://www.buzzard.org.uk/toshiba/
6049S: Maintained
679655da
JP
6050F: drivers/char/toshiba.c
6051F: include/linux/toshiba.h
1da177e4 6052
d719f900 6053TMIO MMC DRIVER
8b58be88 6054M: Ian Molton <[email protected]>
d719f900 6055S: Maintained
d5ca6918 6056F: drivers/mmc/host/tmio_mmc.*
d719f900 6057
98f32602 6058TMPFS (SHMEM FILESYSTEM)
bfcc6e2e 6059M: Hugh Dickins <[email protected]>
98f32602
HD
6060L: [email protected]
6061S: Maintained
6062F: include/linux/shmem_fs.h
6063F: mm/shmem.c
6064
4e68852d 6065TPM DEVICE DRIVER
8b58be88
JP
6066M: Debora Velarde <[email protected]>
6067M: Rajiv Andrade <[email protected]>
4e68852d 6068W: http://tpmdd.sourceforge.net
8b58be88 6069M: Marcel Selhorst <[email protected]>
7dcce133 6070W: http://www.sirrix.com
63a10dfd 6071L: [email protected] (moderated for non-subscribers)
4e68852d 6072S: Maintained
679655da 6073F: drivers/char/tpm/
4e68852d 6074
d6f005a1
JP
6075TRACING
6076M: Steven Rostedt <[email protected]>
6077M: Frederic Weisbecker <[email protected]>
6078M: Ingo Molnar <[email protected]>
86a8c63f 6079T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
d6f005a1
JP
6080S: Maintained
6081F: Documentation/trace/ftrace.txt
6082F: arch/*/*/*/ftrace.h
6083F: arch/*/kernel/ftrace.c
6084F: include/*/ftrace.h
6085F: include/linux/trace*.h
6086F: include/trace/
6087F: kernel/trace/
6088
1da177e4 6089TRIVIAL PATCHES
8b58be88 6090M: Jiri Kosina <[email protected]>
54e5881d 6091T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
1da177e4
LT
6092S: Maintained
6093
4e68852d 6094TTY LAYER
57d7f282
GKH
6095M: Greg Kroah-Hartman <[email protected]>
6096S: Maintained
3da39bca 6097T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
e3288775
AC
6098F: drivers/char/tty_*
6099F: drivers/serial/serial_core.c
6100F: include/linux/serial_core.h
6101F: include/linux/serial.h
6102F: include/linux/tty.h
4e68852d 6103
740db6d7 6104TULIP NETWORK DRIVERS
8b58be88 6105M: Grant Grundler <[email protected]>
740db6d7
GG
6106L: [email protected]
6107S: Maintained
679655da 6108F: drivers/net/tulip/
1da177e4
LT
6109
6110TUN/TAP driver
8b58be88 6111M: Maxim Krasnyansky <[email protected]>
1da177e4
LT
6112L: [email protected]
6113W: http://vtun.sourceforge.net/tun
6114S: Maintained
679655da
JP
6115F: Documentation/networking/tuntap.txt
6116F: arch/um/os-Linux/drivers/
1da177e4 6117
b454cc66 6118TURBOCHANNEL SUBSYSTEM
8b58be88 6119M: "Maciej W. Rozycki" <[email protected]>
b454cc66 6120S: Maintained
679655da
JP
6121F: drivers/tc/
6122F: include/linux/tc.h
b454cc66 6123
1da177e4 6124U14-34F SCSI DRIVER
8b58be88 6125M: Dario Ballabio <[email protected]>
1da177e4
LT
6126L: [email protected]
6127S: Maintained
679655da 6128F: drivers/scsi/u14-34f.c
1da177e4 6129
e2d1d6c0 6130UBI FILE SYSTEM (UBIFS)
949cb623 6131M: Artem Bityutskiy <[email protected]>
8b58be88 6132M: Adrian Hunter <[email protected]>
e2d1d6c0 6133L: [email protected]
e2966cbe 6134T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
6135W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6136S: Maintained
679655da
JP
6137F: Documentation/filesystems/ubifs.txt
6138F: fs/ubifs/
e2d1d6c0 6139
cc2020e6 6140UCLINUX (AND M68KNOMMU)
8b58be88 6141M: Greg Ungerer <[email protected]>
cc2020e6
AC
6142W: http://www.uclinux.org/
6143L: [email protected] (subscribers-only)
6144S: Maintained
679655da 6145F: arch/m68knommu/
cc2020e6 6146
14fadca7 6147UCLINUX FOR RENESAS H8/300 (H8300)
8b58be88 6148M: Yoshinori Sato <[email protected]>
cc2020e6
AC
6149W: http://uclinux-h8.sourceforge.jp/
6150S: Supported
a7e4fd93
JP
6151F: arch/h8300/
6152F: drivers/ide/ide-h8300.c
6153F: drivers/net/ne-h8300.c
cc2020e6 6154
1da177e4 6155UDF FILESYSTEM
8b58be88 6156M: Jan Kara <[email protected]>
1da177e4
LT
6157W: http://linux-udf.sourceforge.net
6158S: Maintained
679655da
JP
6159F: Documentation/filesystems/udf.txt
6160F: fs/udf/
1da177e4 6161
cc2020e6 6162UFS FILESYSTEM
8b58be88 6163M: Evgeniy Dushistov <[email protected]>
cc2020e6 6164S: Maintained
679655da
JP
6165F: Documentation/filesystems/ufs.txt
6166F: fs/ufs/
cc2020e6 6167
18332a80 6168ULTRA-WIDEBAND (UWB) SUBSYSTEM:
18332a80 6169L: [email protected]
10c6c9c9 6170S: Orphan
355ffe69 6171F: drivers/uwb/
679655da
JP
6172F: include/linux/uwb.h
6173F: include/linux/uwb/
18332a80 6174
d8379ab1
TF
6175UNIFDEF
6176M: Tony Finch <[email protected]>
6177W: http://dotat.at/prog/unifdef
6178S: Maintained
6179F: scripts/unifdef.c
6180
1da177e4 6181UNIFORM CDROM DRIVER
8b58be88 6182M: Jens Axboe <[email protected]>
1da177e4
LT
6183W: http://www.kernel.dk
6184S: Maintained
679655da
JP
6185F: Documentation/cdrom/
6186F: drivers/cdrom/cdrom.c
6187F: include/linux/cdrom.h
1da177e4 6188
e2d1d6c0 6189UNSORTED BLOCK IMAGES (UBI)
949cb623 6190M: Artem Bityutskiy <[email protected]>
e2d1d6c0
RD
6191W: http://www.linux-mtd.infradead.org/
6192L: [email protected]
e2966cbe 6193T: git git://git.infradead.org/ubi-2.6.git
e2d1d6c0 6194S: Maintained
80811493 6195F: drivers/mtd/ubi/
679655da
JP
6196F: include/linux/mtd/ubi.h
6197F: include/mtd/ubi-user.h
e2d1d6c0 6198
1da177e4 6199USB ACM DRIVER
8b58be88 6200M: Oliver Neukum <[email protected]>
6372594a 6201L: [email protected]
1da177e4 6202S: Maintained
679655da
JP
6203F: Documentation/usb/acm.txt
6204F: drivers/usb/class/cdc-acm.*
1da177e4 6205
115bb1ff
MW
6206USB ATTACHED SCSI
6207M: Matthew Wilcox <[email protected]>
6208M: Sarah Sharp <[email protected]>
6209L: [email protected]
6210L: [email protected]
6211S: Supported
6212F: drivers/usb/storage/uas.c
6213
1da177e4 6214USB BLOCK DRIVER (UB ub)
8b58be88 6215M: Pete Zaitcev <[email protected]>
795fb7e7 6216L: [email protected]
1da177e4 6217S: Supported
679655da 6218F: drivers/block/ub.c
1da177e4 6219
1da177e4 6220USB CDC ETHERNET DRIVER
f0348d44 6221M: Oliver Neukum <[email protected]>
795fb7e7 6222L: [email protected]
1da177e4 6223S: Maintained
679655da
JP
6224F: drivers/net/usb/cdc_*.c
6225F: include/linux/usb/cdc.h
1da177e4 6226
b02b371e 6227USB CYPRESS C67X00 DRIVER
8b58be88 6228M: Peter Korsgaard <[email protected]>
b02b371e
PK
6229L: [email protected]
6230S: Maintained
679655da 6231F: drivers/usb/c67x00/
b02b371e 6232
d0374f4f 6233USB DAVICOM DM9601 DRIVER
8b58be88 6234M: Peter Korsgaard <[email protected]>
043600a6 6235L: [email protected]
d0374f4f
PK
6236W: http://www.linux-usb.org/usbnet
6237S: Maintained
679655da 6238F: drivers/net/usb/dm9601.c
d0374f4f 6239
cc2020e6 6240USB DIAMOND RIO500 DRIVER
8b58be88 6241M: Cesar Miquel <[email protected]>
cc2020e6
AC
6242L: [email protected]
6243W: http://rio500.sourceforge.net
6244S: Maintained
679655da 6245F: drivers/usb/misc/rio500*
cc2020e6 6246
1da177e4 6247USB EHCI DRIVER
8b58be88 6248M: David Brownell <[email protected]>
795fb7e7 6249L: [email protected]
23d8c90e 6250S: Odd Fixes
679655da
JP
6251F: Documentation/usb/ehci.txt
6252F: drivers/usb/host/ehci*
1da177e4 6253
7ce08c93 6254USB ET61X[12]51 DRIVER
8b58be88 6255M: Luca Risolia <[email protected]>
795fb7e7 6256L: [email protected]
661263b5 6257L: [email protected]
54e5881d 6258T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
7ce08c93
LR
6259W: http://www.linux-projects.org
6260S: Maintained
679655da 6261F: drivers/media/video/et61x251/
7ce08c93 6262
69ae9e3e 6263USB GADGET/PERIPHERAL SUBSYSTEM
8b58be88 6264M: David Brownell <[email protected]>
795fb7e7 6265L: [email protected]
69ae9e3e
DB
6266W: http://www.linux-usb.org/gadget
6267S: Maintained
679655da
JP
6268F: drivers/usb/gadget/
6269F: include/linux/usb/gadget*
69ae9e3e 6270
2dea64b4 6271USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8b58be88 6272M: Jiri Kosina <[email protected]>
795fb7e7 6273L: [email protected]
54e5881d 6274T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4 6275S: Maintained
679655da
JP
6276F: Documentation/usb/hiddev.txt
6277F: drivers/hid/usbhid/
1da177e4 6278
959eea21 6279USB ISP116X DRIVER
8b58be88 6280M: Olav Kongas <[email protected]>
795fb7e7 6281L: [email protected]
959eea21 6282S: Maintained
679655da
JP
6283F: drivers/usb/host/isp116x*
6284F: include/linux/usb/isp116x.h
959eea21 6285
1da177e4 6286USB KAWASAKI LSI DRIVER
8b58be88 6287M: Oliver Neukum <[email protected]>
795fb7e7 6288L: [email protected]
1da177e4 6289S: Maintained
679655da 6290F: drivers/usb/serial/kl5kusb105.*
1da177e4
LT
6291
6292USB MASS STORAGE DRIVER
8b58be88 6293M: Matthew Dharm <[email protected]>
795fb7e7 6294L: [email protected]
8836aeb8 6295L: [email protected]
1da177e4
LT
6296S: Maintained
6297W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
679655da 6298F: drivers/usb/storage/
1da177e4
LT
6299
6300USB OHCI DRIVER
8b58be88 6301M: David Brownell <[email protected]>
795fb7e7 6302L: [email protected]
23d8c90e 6303S: Odd Fixes
679655da
JP
6304F: Documentation/usb/ohci.txt
6305F: drivers/usb/host/ohci*
1da177e4 6306
ba460e48 6307USB OPTION-CARD DRIVER
8b58be88 6308M: Matthias Urlichs <[email protected]>
795fb7e7 6309L: [email protected]
ba460e48 6310S: Maintained
679655da 6311F: drivers/usb/serial/option.c
ba460e48 6312
1da177e4 6313USB PEGASUS DRIVER
8b58be88 6314M: Petko Manolov <[email protected]>
795fb7e7 6315L: [email protected]
043600a6 6316L: [email protected]
1da177e4
LT
6317W: http://pegasus2.sourceforge.net/
6318S: Maintained
679655da 6319F: drivers/net/usb/pegasus.*
1da177e4 6320
73e4fb3f 6321USB PRINTER DRIVER (usblp)
8b58be88 6322M: Pete Zaitcev <[email protected]>
795fb7e7 6323L: [email protected]
73e4fb3f 6324S: Supported
679655da 6325F: drivers/usb/class/usblp.c
1da177e4
LT
6326
6327USB RTL8150 DRIVER
8b58be88 6328M: Petko Manolov <[email protected]>
795fb7e7 6329L: [email protected]
043600a6 6330L: [email protected]
1da177e4
LT
6331W: http://pegasus2.sourceforge.net/
6332S: Maintained
679655da 6333F: drivers/net/usb/rtl8150.c
1da177e4
LT
6334
6335USB SE401 DRIVER
8b58be88 6336M: Jeroen Vreeken <[email protected]>
795fb7e7 6337L: [email protected]
1da177e4
LT
6338W: http://www.chello.nl/~j.vreeken/se401/
6339S: Maintained
679655da
JP
6340F: Documentation/video4linux/se401.txt
6341F: drivers/media/video/se401.*
1da177e4 6342
4e68852d 6343USB SERIAL BELKIN F5U103 DRIVER
8b58be88 6344M: William Greathouse <[email protected]>
795fb7e7 6345L: [email protected]
4e68852d 6346S: Maintained
679655da 6347F: drivers/usb/serial/belkin_sa.*
4e68852d
AC
6348
6349USB SERIAL CYPRESS M8 DRIVER
8b58be88 6350M: Lonnie Mendez <[email protected]>
795fb7e7 6351L: [email protected]
4e68852d
AC
6352S: Maintained
6353W: http://geocities.com/i0xox0i
6354W: http://firstlight.net/cvs
679655da 6355F: drivers/usb/serial/cypress_m8.*
4e68852d 6356
1da177e4 6357USB SERIAL CYBERJACK DRIVER
8b58be88 6358M: Matthias Bruestle and Harald Welte <[email protected]>
1da177e4
LT
6359W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6360S: Maintained
679655da 6361F: drivers/usb/serial/cyberjack.c
1da177e4
LT
6362
6363USB SERIAL DIGI ACCELEPORT DRIVER
8b58be88
JP
6364M: Peter Berger <[email protected]>
6365M: Al Borchers <[email protected]>
795fb7e7 6366L: [email protected]
1da177e4 6367S: Maintained
679655da 6368F: drivers/usb/serial/digi_acceleport.c
1da177e4
LT
6369
6370USB SERIAL DRIVER
8b58be88 6371M: Greg Kroah-Hartman <[email protected]>
795fb7e7 6372L: [email protected]
1da177e4 6373S: Supported
679655da
JP
6374F: Documentation/usb/usb-serial.txt
6375F: drivers/usb/serial/generic.c
6376F: drivers/usb/serial/usb-serial.c
6377F: include/linux/usb/serial.h
1da177e4 6378
1da177e4 6379USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8b58be88 6380M: Gary Brubaker <[email protected]>
795fb7e7 6381L: [email protected]
1da177e4 6382S: Maintained
679655da 6383F: drivers/usb/serial/empeg.c
1da177e4
LT
6384
6385USB SERIAL KEYSPAN DRIVER
8b58be88 6386M: Greg Kroah-Hartman <[email protected]>
795fb7e7 6387L: [email protected]
1da177e4
LT
6388W: http://www.kroah.com/linux/
6389S: Maintained
679655da 6390F: drivers/usb/serial/*keyspan*
1da177e4
LT
6391
6392USB SERIAL WHITEHEAT DRIVER
8b58be88 6393M: Support Department <[email protected]>
795fb7e7 6394L: [email protected]
1da177e4
LT
6395W: http://www.connecttech.com
6396S: Supported
679655da 6397F: drivers/usb/serial/whiteheat*
1da177e4 6398
2f7ca802 6399USB SMSC95XX ETHERNET DRIVER
8b58be88 6400M: Steve Glendinning <[email protected]>
2f7ca802
SG
6401L: [email protected]
6402S: Supported
679655da 6403F: drivers/net/usb/smsc95xx.*
2f7ca802 6404
f423b9a8 6405USB SN9C1xx DRIVER
8b58be88 6406M: Luca Risolia <[email protected]>
795fb7e7 6407L: [email protected]
661263b5 6408L: [email protected]
54e5881d 6409T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1da177e4
LT
6410W: http://www.linux-projects.org
6411S: Maintained
679655da
JP
6412F: Documentation/video4linux/sn9c102.txt
6413F: drivers/media/video/sn9c102/
1da177e4
LT
6414
6415USB SUBSYSTEM
8b58be88 6416M: Greg Kroah-Hartman <[email protected]>
795fb7e7 6417L: [email protected]
1da177e4 6418W: http://www.linux-usb.org
c9a7ec8e 6419T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
1da177e4 6420S: Supported
679655da
JP
6421F: Documentation/usb/
6422F: drivers/net/usb/
6423F: drivers/usb/
6424F: include/linux/usb.h
6425F: include/linux/usb/
1da177e4
LT
6426
6427USB UHCI DRIVER
8b58be88 6428M: Alan Stern <[email protected]>
795fb7e7 6429L: [email protected]
1da177e4 6430S: Maintained
679655da 6431F: drivers/usb/host/uhci*
1da177e4 6432
69ae9e3e 6433USB "USBNET" DRIVER FRAMEWORK
8b58be88 6434M: David Brownell <[email protected]>
043600a6 6435L: [email protected]
69ae9e3e 6436W: http://www.linux-usb.org/usbnet
1da177e4 6437S: Maintained
679655da
JP
6438F: drivers/net/usb/usbnet.c
6439F: include/linux/usb/usbnet.h
1da177e4 6440
c0efd232 6441USB VIDEO CLASS
c53ac071 6442M: Laurent Pinchart <[email protected]>
a67534a7 6443L: [email protected] (subscribers-only)
661263b5 6444L: [email protected]
54e5881d 6445T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
57c6d2e9 6446W: http://www.ideasonboard.org/uvc/
c0efd232 6447S: Maintained
679655da 6448F: drivers/media/video/uvc/
c0efd232 6449
1da177e4 6450USB W996[87]CF DRIVER
8b58be88 6451M: Luca Risolia <[email protected]>
795fb7e7 6452L: [email protected]
661263b5 6453L: [email protected]
54e5881d 6454T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1da177e4
LT
6455W: http://www.linux-projects.org
6456S: Maintained
679655da
JP
6457F: Documentation/video4linux/w9968cf.txt
6458F: drivers/media/video/w996*
1da177e4 6459
bf164cc0 6460USB WIRELESS RNDIS DRIVER (rndis_wlan)
8b58be88 6461M: Jussi Kivilinna <[email protected]>
bf164cc0
JK
6462L: [email protected]
6463S: Maintained
679655da 6464F: drivers/net/wireless/rndis_wlan.c
bf164cc0 6465
eb6bab13 6466USB XHCI DRIVER
36d0344c 6467M: Sarah Sharp <[email protected]>
eb6bab13
SS
6468L: [email protected]
6469S: Supported
36d0344c
SS
6470F: drivers/usb/host/xhci*
6471F: drivers/usb/host/pci-quirks*
eb6bab13 6472
1da177e4 6473USB ZD1201 DRIVER
4086b9ca 6474L: [email protected]
1da177e4 6475W: http://linux-lc100020.sourceforge.net
4086b9ca 6476S: Orphan
679655da 6477F: drivers/net/wireless/zd1201.*
1da177e4 6478
b7eee616 6479USB ZR364XX DRIVER
8b58be88 6480M: Antoine Jacquet <[email protected]>
795fb7e7 6481L: [email protected]
661263b5 6482L: [email protected]
54e5881d 6483T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
b7eee616
AJ
6484W: http://royale.zerezo.com/zr364xx/
6485S: Maintained
679655da
JP
6486F: Documentation/video4linux/zr364xx.txt
6487F: drivers/media/video/zr364xx.c
b7eee616 6488
e7839f25 6489USER-MODE LINUX (UML)
8b58be88 6490M: Jeff Dike <[email protected]>
1da177e4
LT
6491L: [email protected]
6492L: [email protected]
6493W: http://user-mode-linux.sourceforge.net
6494S: Maintained
679655da
JP
6495F: Documentation/uml/
6496F: arch/um/
6497F: fs/hostfs/
6498F: fs/hppfs/
b7eee616 6499
e5f114e9 6500USERSPACE I/O (UIO)
8b58be88
JP
6501M: "Hans J. Koch" <[email protected]>
6502M: Greg Kroah-Hartman <[email protected]>
e5f114e9 6503S: Maintained
679655da
JP
6504F: Documentation/DocBook/uio-howto.tmpl
6505F: drivers/uio/
6506F: include/linux/uio*.h
e5f114e9 6507
f899b0ad 6508UTIL-LINUX-NG PACKAGE
8b58be88 6509M: Karel Zak <[email protected]>
f899b0ad
KZ
6510L: [email protected]
6511W: http://kernel.org/~kzak/util-linux-ng/
54e5881d 6512T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
f899b0ad
KZ
6513S: Maintained
6514
c1fd1c07 6515UVESAFB DRIVER
8b58be88 6516M: Michal Januszewski <[email protected]>
c69f677c 6517L: [email protected]
c1fd1c07
MJ
6518W: http://dev.gentoo.org/~spock/projects/uvesafb/
6519S: Maintained
679655da
JP
6520F: Documentation/fb/uvesafb.txt
6521F: drivers/video/uvesafb.*
c1fd1c07 6522
4480f15b 6523VFAT/FAT/MSDOS FILESYSTEM
8b58be88 6524M: OGAWA Hirofumi <[email protected]>
1da177e4 6525S: Maintained
679655da
JP
6526F: Documentation/filesystems/vfat.txt
6527F: fs/fat/
1da177e4 6528
9a82446b
AS
6529VIRTIO CONSOLE DRIVER
6530M: Amit Shah <[email protected]>
6531L: [email protected]
6532S: Maintained
6533F: drivers/char/virtio_console.c
6534F: include/linux/virtio_console.h
6535
3a4d5c94
MT
6536VIRTIO HOST (VHOST)
6537M: "Michael S. Tsirkin" <[email protected]>
6538L: [email protected]
6539L: [email protected]
6540L: [email protected]
6541S: Maintained
6542F: drivers/vhost/
6543F: include/linux/vhost.h
6544
1da177e4 6545VIA RHINE NETWORK DRIVER
8b58be88 6546M: Roger Luethi <[email protected]>
1da177e4 6547S: Maintained
679655da 6548F: drivers/net/via-rhine.c
1da177e4 6549
32c0a520 6550VIAPRO SMBUS DRIVER
8b58be88 6551M: Jean Delvare <[email protected]>
846557d3 6552L: [email protected]
32c0a520 6553S: Maintained
679655da
JP
6554F: Documentation/i2c/busses/i2c-viapro
6555F: drivers/i2c/busses/i2c-viapro.c
32c0a520 6556
f0bf7f61 6557VIA SD/MMC CARD CONTROLLER DRIVER
8b58be88
JP
6558M: Joseph Chan <[email protected]>
6559M: Harald Welte <[email protected]>
f0bf7f61
HW
6560S: Maintained
6561F: drivers/mmc/host/via-sdmmc.c
6562
69e4a7c2 6563VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8b58be88 6564M: Joseph Chan <[email protected]>
c7babebd 6565M: Florian Tobias Schandinat <[email protected]>
c69f677c 6566L: [email protected]
69e4a7c2 6567S: Maintained
c7babebd
FTS
6568F: include/linux/via-core.h
6569F: include/linux/via-gpio.h
6570F: include/linux/via_i2c.h
679655da 6571F: drivers/video/via/
69e4a7c2 6572
01f20734 6573VIA VELOCITY NETWORK DRIVER
8b58be88 6574M: Francois Romieu <[email protected]>
01f20734
FR
6575L: [email protected]
6576S: Maintained
679655da 6577F: drivers/net/via-velocity.*
1da177e4 6578
be7f8273 6579VLAN (802.1Q)
8b58be88 6580M: Patrick McHardy <[email protected]>
be7f8273
PM
6581L: [email protected]
6582S: Maintained
679655da
JP
6583F: drivers/net/macvlan.c
6584F: include/linux/if_*vlan.h
6585F: net/8021q/
be7f8273 6586
55e331cf 6587VLYNQ BUS
8b58be88 6588M: Florian Fainelli <[email protected]>
55e331cf
FF
6589L: [email protected]
6590S: Maintained
6591F: drivers/vlynq/vlynq.c
6592F: include/linux/vlynq.h
6593
d1a890fa 6594VMWARE VMXNET3 ETHERNET DRIVER
65c8bb5b
JP
6595M: Shreyas Bhatewara <[email protected]>
6596M: "VMware, Inc." <[email protected]>
6597L: [email protected]
6598S: Maintained
6599F: drivers/net/vmxnet3/
d1a890fa 6600
851b1642
AK
6601VMware PVSCSI driver
6602M: Alok Kataria <[email protected]>
6603M: VMware PV-Drivers <[email protected]>
6604L: [email protected]
6605S: Maintained
6606F: drivers/scsi/vmw_pvscsi.c
6607F: drivers/scsi/vmw_pvscsi.h
6608
e53e86c7 6609VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8b58be88
JP
6610M: Liam Girdwood <[email protected]>
6611M: Mark Brown <[email protected]>
e53e86c7 6612W: http://opensource.wolfsonmicro.com/node/15
1dd68f01 6613W: http://www.slimlogic.co.uk/?p=48
54e5881d 6614T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
e53e86c7 6615S: Supported
679655da
JP
6616F: drivers/regulator/
6617F: include/linux/regulator/
e53e86c7 6618
ab41319e 6619VT1211 HARDWARE MONITOR DRIVER
8b58be88 6620M: Juerg Haefliger <[email protected]>
ab41319e
JH
6621L: [email protected]
6622S: Maintained
679655da
JP
6623F: Documentation/hwmon/vt1211
6624F: drivers/hwmon/vt1211.c
ab41319e 6625
1de9e371 6626VT8231 HARDWARE MONITOR DRIVER
8b58be88 6627M: Roger Lucas <[email protected]>
1de9e371
RL
6628L: [email protected]
6629S: Maintained
679655da 6630F: drivers/hwmon/vt8231.c
1de9e371 6631
1da177e4 6632W1 DALLAS'S 1-WIRE BUS
8b58be88 6633M: Evgeniy Polyakov <[email protected]>
1da177e4 6634S: Maintained
679655da
JP
6635F: Documentation/w1/
6636F: drivers/w1/
1da177e4 6637
13927079 6638W83791D HARDWARE MONITORING DRIVER
8b58be88 6639M: Marc Hulsman <[email protected]>
13927079 6640L: [email protected]
25845c22 6641S: Maintained
679655da
JP
6642F: Documentation/hwmon/w83791d
6643F: drivers/hwmon/w83791d.c
13927079 6644
61db011d 6645W83793 HARDWARE MONITORING DRIVER
8b58be88 6646M: Rudolf Marek <[email protected]>
61db011d
RM
6647L: [email protected]
6648S: Maintained
679655da
JP
6649F: Documentation/hwmon/w83793
6650F: drivers/hwmon/w83793.c
61db011d 6651
e3760b43
JD
6652W83795 HARDWARE MONITORING DRIVER
6653M: Jean Delvare <[email protected]>
6654L: [email protected]
6655S: Maintained
6656F: drivers/hwmon/w83795.c
6657
1da177e4 6658W83L51xD SD/MMC CARD INTERFACE DRIVER
8b58be88 6659M: Pierre Ossman <[email protected]>
1da177e4 6660S: Maintained
679655da 6661F: drivers/mmc/host/wbsd.*
1da177e4 6662
3527761c 6663WATCHDOG DEVICE DRIVERS
8b58be88 6664M: Wim Van Sebroeck <[email protected]>
230a5cef
WVS
6665L: [email protected]
6666W: http://www.linux-watchdog.org/
54e5881d 6667T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3527761c 6668S: Maintained
679655da
JP
6669F: Documentation/watchdog/
6670F: drivers/watchdog/
6671F: include/linux/watchdog.h
3527761c 6672
1da177e4 6673WD7000 SCSI DRIVER
8b58be88 6674M: Miroslav Zagorac <[email protected]>
1da177e4
LT
6675L: [email protected]
6676S: Maintained
679655da 6677F: drivers/scsi/wd7000.c
1da177e4 6678
e258b80e 6679WINBOND CIR DRIVER
364e9e18 6680M: David Härdeman <[email protected]>
e258b80e
DH
6681S: Maintained
6682F: drivers/input/misc/winbond-cir.c
6683
8a70da82 6684WIMAX STACK
8b58be88 6685M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
6686M: [email protected]
6687L: [email protected]
6688S: Supported
6689W: http://linuxwimax.org
315987dc
JP
6690F: Documentation/wimax/README.wimax
6691F: include/linux/wimax.h
6692F: include/linux/wimax/debug.h
6693F: include/net/wimax.h
6694F: net/wimax/
8a70da82 6695
5fc14680 6696WISTRON LAPTOP BUTTON DRIVER
8b58be88 6697M: Miloslav Trmac <[email protected]>
5fc14680 6698S: Maintained
679655da 6699F: drivers/input/misc/wistron_btns.c
5fc14680 6700
834da346 6701WL1251 WIRELESS DRIVER
31c726f0 6702M: Kalle Valo <[email protected]>
834da346
KV
6703L: [email protected]
6704W: http://wireless.kernel.org
6705T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6706S: Maintained
cc2858c9 6707F: drivers/net/wireless/wl1251/*
5e68ff65
LC
6708
6709WL1271 WIRELESS DRIVER
6710M: Luciano Coelho <[email protected]>
6711L: [email protected]
6712W: http://wireless.kernel.org
381bd10a 6713T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
5e68ff65
LC
6714S: Maintained
6715F: drivers/net/wireless/wl12xx/wl1271*
c1f9a095 6716F: include/linux/wl12xx.h
834da346 6717
1da177e4 6718WL3501 WIRELESS PCMCIA CARD DRIVER
8b58be88 6719M: Arnaldo Carvalho de Melo <[email protected]>
724c6b35 6720L: [email protected]
926554c4 6721W: http://oops.ghostprotocols.net:81/blog
1da177e4 6722S: Maintained
679655da 6723F: drivers/net/wireless/wl3501*
1da177e4 6724
febf1dff 6725WM97XX TOUCHSCREEN DRIVERS
8b58be88
JP
6726M: Mark Brown <[email protected]>
6727M: Liam Girdwood <[email protected]>
febf1dff
MB
6728L: [email protected]
6729T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6730W: http://opensource.wolfsonmicro.com/node/7
6731S: Supported
679655da
JP
6732F: drivers/input/touchscreen/*wm97*
6733F: include/linux/wm97xx.h
febf1dff 6734
055bcbcb 6735WOLFSON MICROELECTRONICS DRIVERS
27480ccc 6736M: Mark Brown <[email protected]>
a532f97c 6737M: Ian Lartey <[email protected]>
645a6599 6738M: Dimitris Papastamos <[email protected]>
cf8eda3e 6739T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
b75ea16a 6740T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
cf8eda3e 6741W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
b75ea16a 6742S: Supported
3768f0b1 6743F: Documentation/hwmon/wm83??
b75ea16a
MB
6744F: drivers/leds/leds-wm83*.c
6745F: drivers/mfd/wm8*.c
6746F: drivers/power/wm83*.c
6747F: drivers/rtc/rtc-wm83*.c
6748F: drivers/regulator/wm8*.c
3860e6c4 6749F: drivers/video/backlight/wm83*_bl.c
b75ea16a 6750F: drivers/watchdog/wm83*_wdt.c
3860e6c4 6751F: include/linux/mfd/wm831x/
b75ea16a 6752F: include/linux/mfd/wm8350/
3768f0b1 6753F: include/linux/mfd/wm8400*
055bcbcb
MB
6754F: include/sound/wm????.h
6755F: sound/soc/codecs/wm*
b75ea16a 6756
3e6cd7a4
TH
6757WORKQUEUE
6758M: Tejun Heo <[email protected]>
6759L: [email protected]
6760T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6761S: Maintained
6762F: include/linux/workqueue.h
6763F: kernel/workqueue.c
6764F: Documentation/workqueue.txt
6765
1da177e4 6766X.25 NETWORK LAYER
8bf28059 6767M: Andrew Hendry <[email protected]>
1da177e4 6768L: [email protected]
8bf28059 6769S: Odd Fixes
679655da
JP
6770F: Documentation/networking/x25*
6771F: include/net/x25*
6772F: net/x25/
1da177e4 6773
e2d1d6c0 6774X86 ARCHITECTURE (32-BIT AND 64-BIT)
8b58be88
JP
6775M: Thomas Gleixner <[email protected]>
6776M: Ingo Molnar <[email protected]>
6777M: "H. Peter Anvin" <[email protected]>
bcde563c 6778M: [email protected]
54e5881d 6779T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
e2d1d6c0 6780S: Maintained
679655da
JP
6781F: Documentation/x86/
6782F: arch/x86/
e2d1d6c0 6783
d0944853
MG
6784X86 PLATFORM DRIVERS
6785M: Matthew Garrett <[email protected]>
6786L: [email protected]
28b8e8d4 6787T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
d0944853
MG
6788S: Maintained
6789F: drivers/platform/x86
6790
c5f8e29d
KRW
6791XEN PCI SUBSYSTEM
6792M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 6793L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
6794S: Supported
6795F: arch/x86/pci/*xen*
6796F: drivers/pci/*xen*
6797
6798XEN SWIOTLB SUBSYSTEM
6799M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 6800L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
6801S: Supported
6802F: arch/x86/xen/*swiotlb*
6803F: drivers/xen/*swiotlb*
6804
4cdf6bc2 6805XEN HYPERVISOR INTERFACE
31f9783f
KRW
6806M: Jeremy Fitzhardinge <[email protected]>
6807M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 6808L: [email protected] (moderated for non-subscribers)
4cdf6bc2 6809L: [email protected]
4cdf6bc2 6810S: Supported
679655da
JP
6811F: arch/x86/xen/
6812F: drivers/*/xen-*front.c
6813F: drivers/xen/
6814F: arch/x86/include/asm/xen/
6815F: include/xen/
4cdf6bc2 6816
1da177e4
LT
6817XFS FILESYSTEM
6818P: Silicon Graphics Inc
f08a59f1 6819M: Alex Elder <[email protected]>
1da177e4 6820M: [email protected]
d7ede1aa 6821L: [email protected]
1da177e4 6822W: http://oss.sgi.com/projects/xfs
54e5881d 6823T: git git://oss.sgi.com/xfs/xfs.git
1da177e4 6824S: Supported
679655da
JP
6825F: Documentation/filesystems/xfs.txt
6826F: fs/xfs/
1da177e4 6827
c9d3d8ec 6828XILINX SYSTEMACE DRIVER
8b58be88 6829M: Grant Likely <[email protected]>
c9d3d8ec 6830W: http://www.secretlab.ca/
c9d3d8ec 6831S: Maintained
679655da 6832F: drivers/block/xsysace.c
c9d3d8ec 6833
238b8721 6834XILINX UARTLITE SERIAL DRIVER
8b58be88 6835M: Peter Korsgaard <[email protected]>
238b8721
PK
6836L: [email protected]
6837S: Maintained
679655da 6838F: drivers/serial/uartlite.c
238b8721 6839
1da177e4 6840YAM DRIVER FOR AX.25
8b58be88 6841M: Jean-Paul Roubelat <[email protected]>
1da177e4
LT
6842L: [email protected]
6843S: Maintained
679655da
JP
6844F: drivers/net/hamradio/yam*
6845F: include/linux/yam.h
1da177e4 6846
af64a5eb 6847YEALINK PHONE DRIVER
8b58be88 6848M: Henk Vergonet <[email protected]>
af64a5eb
HV
6849L: [email protected]
6850S: Maintained
679655da
JP
6851F: Documentation/input/yealink.txt
6852F: drivers/input/misc/yealink.*
af64a5eb 6853
1da177e4 6854Z8530 DRIVER FOR AX.25
8b58be88 6855M: Joerg Reuter <[email protected]>
1da177e4
LT
6856W: http://yaina.de/jreuter/
6857W: http://www.qsl.net/dl1bke/
6858L: [email protected]
6859S: Maintained
679655da
JP
6860F: Documentation/networking/z8530drv.txt
6861F: drivers/net/hamradio/*scc.c
6862F: drivers/net/hamradio/z8530.h
1da177e4 6863
7c0c3afb 6864ZD1211RW WIRELESS DRIVER
8b58be88
JP
6865M: Daniel Drake <[email protected]>
6866M: Ulrich Kunitz <[email protected]>
7c0c3afb 6867W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 6868L: [email protected]
7c0c3afb
DD
6869L: [email protected] (subscribers-only)
6870S: Maintained
679655da 6871F: drivers/net/wireless/zd1211rw/
7c0c3afb 6872
1da177e4 6873ZR36067 VIDEO FOR LINUX DRIVER
1da177e4 6874L: [email protected]
f63145e2 6875L: [email protected]
1da177e4 6876W: http://mjpeg.sourceforge.net/driver-zoran/
f63145e2
TP
6877T: Mercurial http://linuxtv.org/hg/v4l-dvb
6878S: Odd Fixes
679655da 6879F: drivers/media/video/zoran/
1da177e4 6880
8b4a4080 6881ZS DECSTATION Z85C30 SERIAL DRIVER
8b58be88 6882M: "Maciej W. Rozycki" <[email protected]>
8b4a4080 6883S: Maintained
679655da 6884F: drivers/serial/zs.*
8b4a4080 6885
00959ade
DK
6886GRE DEMULTIPLEXER DRIVER
6887M: Dmitry Kozlov <[email protected]>
6888L: [email protected]
6889S: Maintained
6890F: net/ipv4/gre.c
6891F: include/net/gre.h
6892
6893PPTP DRIVER
6894M: Dmitry Kozlov <[email protected]>
6895L: [email protected]
6896S: Maintained
6897F: drivers/net/pptp.c
6898W: http://sourceforge.net/projects/accel-pptp
6899
1da177e4 6900THE REST
8b58be88 6901M: Linus Torvalds <[email protected]>
34d03cc1 6902L: [email protected]
8a6e2535 6903Q: http://patchwork.kernel.org/project/LKML/list/
cfe81f76 6904T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
1da177e4 6905S: Buried alive in reporters
34d03cc1
JP
6906F: *
6907F: */
This page took 3.894856 seconds and 4 git commands to generate.