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