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