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