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