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