]> Git Repo - linux.git/blame - MAINTAINERS
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / MAINTAINERS
CommitLineData
1da177e4 1
cc8f9b99 2
1da177e4
LT
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
0a920b5b
AW
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
1da177e4 39
f70f873b
JP
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
1da177e4
LT
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
c9ee133b 53 PLEASE remember that submissions must be made under the terms
4500371e
RD
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
c9ee133b 58
1da177e4
LT
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
c9ee133b
AC
637. When sending security related changes or reports to a maintainer
64 please Cc: [email protected], especially if the maintainer
65 does not respond.
66
678. Happy hacking.
1da177e4 68
c7c4fb18
JP
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
8a6e2535 75 Q: Patchwork web based patch tracking system site
b153da60 76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
c7c4fb18
JP
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
bbbe96ed
SW
93 N: Files and directories with regex patterns.
94 N: [^a-z]tegra all files whose path contains the word tegra
95 One pattern per line. Multiple N: lines acceptable.
c7c4fb18
JP
96 X: Files and directories that are NOT maintained, same rules as F:
97 Files exclusions are tested before file matches.
98 Can be useful for excluding a specific subdirectory, for instance:
99 F: net/
100 X: net/ipv6/
101 matches all files in and below net excluding net/ipv6/
102 K: Keyword perl extended regex pattern to match content in a
bbbe96ed 103 patch or file. For instance:
c7c4fb18 104 K: of_get_profile
bbbe96ed 105 matches patches or files that contain "of_get_profile"
c7c4fb18 106 K: \b(printk|pr_(info|err))\b
bbbe96ed
SW
107 matches patches or files that contain one or more of the words
108 printk, pr_info or pr_err
c7c4fb18 109 One regex pattern per line. Multiple K: lines acceptable.
1da177e4
LT
110
111Note: For the hard of thinking, this list is meant to remain in alphabetical
112order. If you could add yourselves to it in alphabetical order that would be
113so much easier [Ed]
114
c7c4fb18 115Maintainers List (try to look for most precise areas first)
1da177e4 116
c7c4fb18 117 -----------------------------------
679655da 118
a6d89915 1193C59X NETWORK DRIVER
8b58be88 120M: Steffen Klassert <[email protected]>
a6d89915
SK
121L: [email protected]
122S: Maintained
679655da 123F: Documentation/networking/vortex.txt
ca7a8e85 124F: drivers/net/ethernet/3com/3c59x.c
a6d89915 125
1da177e4 1263CR990 NETWORK DRIVER
8b58be88 127M: David Dillow <[email protected]>
979b6c13 128L: [email protected]
1da177e4 129S: Maintained
ca7a8e85 130F: drivers/net/ethernet/3com/typhoon*
1da177e4 131
c4de0ceb
AR
1323WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
133M: Adam Radford <[email protected]>
1da177e4 134L: [email protected]
c4de0ceb 135W: http://www.lsi.com
1da177e4 136S: Supported
c4de0ceb 137F: drivers/scsi/3w-*
1da177e4
LT
138
13953C700 AND 53C700-66 SCSI DRIVER
8b58be88 140M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
141L: [email protected]
142S: Maintained
679655da 143F: drivers/scsi/53c700*
1da177e4
LT
144
1456PACK NETWORK DRIVER FOR AX.25
8b58be88 146M: Andreas Koensgen <[email protected]>
1da177e4
LT
147L: [email protected]
148S: Maintained
679655da 149F: drivers/net/hamradio/6pack.c
1da177e4 150
1da177e4 1518169 10/100/1000 GIGABIT ETHERNET DRIVER
c8a75b34 152M: Realtek linux nic maintainers <[email protected]>
8b58be88 153M: Francois Romieu <[email protected]>
979b6c13 154L: [email protected]
1da177e4 155S: Maintained
a8fe65b8 156F: drivers/net/ethernet/realtek/r8169.c
1da177e4
LT
157
1588250/16?50 (AND CLONE UARTS) SERIAL DRIVER
879a5a00 159M: Greg Kroah-Hartman <[email protected]>
1da177e4
LT
160L: [email protected]
161W: http://serial.sourceforge.net
8ee16a1b 162S: Maintained
08deed1e 163T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
df621252 164F: drivers/tty/serial/8250*
679655da 165F: include/linux/serial_8250.h
1da177e4
LT
166
1678390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
979b6c13 168L: [email protected]
0cf445ce 169S: Orphan / Obsolete
644570b8 170F: drivers/net/ethernet/8390/
1da177e4 171
67543e50 1729P FILE SYSTEM
8b58be88
JP
173M: Eric Van Hensbergen <[email protected]>
174M: Ron Minnich <[email protected]>
175M: Latchesar Ionkov <[email protected]>
ce00f85c 176L: [email protected]
27a2a5ff 177W: http://swik.net/v9fs
8a6e2535 178Q: http://patchwork.kernel.org/project/v9fs-devel/list/
eeba444a 179T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
ce00f85c 180S: Maintained
679655da
JP
181F: Documentation/filesystems/9p.txt
182F: fs/9p/
67543e50 183
91952bc0
AP
184A8293 MEDIA DRIVER
185M: Antti Palosaari <[email protected]>
186L: [email protected]
187W: http://linuxtv.org/
188W: http://palosaari.fi/linux/
189Q: http://patchwork.linuxtv.org/project/linux-media/list/
190T: git git://linuxtv.org/anttip/media_tree.git
191S: Maintained
192F: drivers/media/dvb-frontends/a8293*
193
e2d1d6c0 194AACRAID SCSI RAID DRIVER
8b58be88 195M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
196L: [email protected]
197W: http://www.adaptec.com/
1da177e4 198S: Supported
679655da
JP
199F: Documentation/scsi/aacraid.txt
200F: drivers/scsi/aacraid/
1da177e4 201
249e3c85 202ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
93d0cc58 203M: Hans de Goede <[email protected]>
f2b84bbc
HG
204L: [email protected]
205S: Maintained
679655da 206F: drivers/hwmon/abituguru.c
f2b84bbc 207
249e3c85 208ABIT UGURU 3 HARDWARE MONITOR DRIVER
8b58be88 209M: Alistair John Strachan <[email protected]>
249e3c85
AJS
210L: [email protected]
211S: Maintained
679655da 212F: drivers/hwmon/abituguru3.c
249e3c85 213
1da177e4 214ACENIC DRIVER
8b58be88 215M: Jes Sorensen <[email protected]>
1da177e4
LT
216L: [email protected]
217S: Maintained
531c4f89 218F: drivers/net/ethernet/alteon/acenic*
1da177e4 219
e86435eb 220ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
8b58be88 221M: Peter Feuerer <[email protected]>
d0944853 222L: [email protected]
4fc26e36
JP
223W: http://piie.net/?section=acerhdf
224S: Maintained
225F: drivers/platform/x86/acerhdf.c
e86435eb 226
745a5d21 227ACER WMI LAPTOP EXTRAS
182ae55c 228M: "Lee, Chun-Yi" <[email protected]>
d0944853 229L: [email protected]
745a5d21 230S: Maintained
679655da 231F: drivers/platform/x86/acer-wmi.c
745a5d21 232
1da177e4 233ACPI
8b58be88 234M: Len Brown <[email protected]>
ea26d0cf 235M: Rafael J. Wysocki <[email protected]>
6968e50c 236L: [email protected]
38e09d83 237W: http://www.lesswatts.org/projects/acpi/
8a6e2535 238Q: http://patchwork.kernel.org/project/linux-acpi/list/
aaef292a 239T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
8b59a454 240S: Supported
679655da
JP
241F: drivers/acpi/
242F: drivers/pnp/pnpacpi/
243F: include/linux/acpi.h
43368e74 244F: include/acpi/
8b59a454 245
8b59a454 246ACPI FAN DRIVER
8b58be88 247M: Zhang Rui <[email protected]>
8b59a454 248L: [email protected]
0638bc8d 249W: http://www.lesswatts.org/projects/acpi/
8b59a454 250S: Supported
679655da 251F: drivers/acpi/fan.c
1da177e4 252
8b59a454 253ACPI THERMAL DRIVER
8b58be88 254M: Zhang Rui <[email protected]>
8b59a454 255L: [email protected]
0638bc8d 256W: http://www.lesswatts.org/projects/acpi/
8b59a454 257S: Supported
679655da 258F: drivers/acpi/*thermal*
998be20f 259
359acec8 260ACPI VIDEO DRIVER
8b58be88 261M: Zhang Rui <[email protected]>
8b59a454 262L: [email protected]
0638bc8d 263W: http://www.lesswatts.org/projects/acpi/
8b59a454 264S: Supported
679655da 265F: drivers/acpi/video.c
998be20f 266
bff431e4 267ACPI WMI DRIVER
d0944853 268L: [email protected]
5b927259 269S: Orphan
679655da 270F: drivers/platform/x86/wmi.c
bff431e4 271
2f39d519 272AD1889 ALSA SOUND DRIVER
8b58be88 273M: Thibaut Varene <[email protected]>
795fb7e7
JD
274W: http://wiki.parisc-linux.org/AD1889
275L: [email protected]
276S: Maintained
679655da 277F: sound/pci/ad1889.*
2f39d519 278
527a1a83
MH
279AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
280M: Michael Hennerich <[email protected]>
f8bd42b8 281L: [email protected]
a3f531ac 282W: http://wiki.analog.com/AD5254
527a1a83
MH
283S: Supported
284F: drivers/misc/ad525x_dpot.c
285
286AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
287M: Michael Hennerich <[email protected]>
f8bd42b8 288L: [email protected]
a3f531ac 289W: http://wiki.analog.com/AD5398
527a1a83
MH
290S: Supported
291F: drivers/regulator/ad5398.c
292
293AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
294M: Michael Hennerich <[email protected]>
f8bd42b8 295L: [email protected]
a3f531ac 296W: http://wiki.analog.com/AD7142
527a1a83
MH
297S: Supported
298F: drivers/input/misc/ad714x.c
299
300AD7877 TOUCHSCREEN DRIVER
301M: Michael Hennerich <[email protected]>
f8bd42b8 302L: [email protected]
a3f531ac 303W: http://wiki.analog.com/AD7877
527a1a83
MH
304S: Supported
305F: drivers/input/touchscreen/ad7877.c
306
307AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
308M: Michael Hennerich <[email protected]>
f8bd42b8 309L: [email protected]
a3f531ac 310W: http://wiki.analog.com/AD7879
527a1a83
MH
311S: Supported
312F: drivers/input/touchscreen/ad7879.c
313
1330b0dc
JK
314ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
315M: Jiri Kosina <[email protected]>
316S: Maintained
317
1da177e4 318ADM1025 HARDWARE MONITOR DRIVER
8b58be88 319M: Jean Delvare <[email protected]>
cc0b07ed 320L: [email protected]
1da177e4 321S: Maintained
679655da
JP
322F: Documentation/hwmon/adm1025
323F: drivers/hwmon/adm1025.c
1da177e4 324
cae2caae 325ADM1029 HARDWARE MONITOR DRIVER
8b58be88 326M: Corentin Labbe <[email protected]>
cae2caae
CL
327L: [email protected]
328S: Maintained
679655da 329F: drivers/hwmon/adm1029.c
cae2caae 330
cc0b88cf 331ADM8211 WIRELESS DRIVER
cc0b88cf 332L: [email protected]
491b26b4 333W: http://wireless.kernel.org/
e71bcbd0 334S: Orphan
679655da 335F: drivers/net/wireless/adm8211.*
cc0b88cf 336
e8e31622
SA
337ADP1653 FLASH CONTROLLER DRIVER
338M: Sakari Ailus <[email protected]>
339L: [email protected]
340S: Maintained
341F: drivers/media/i2c/adp1653.c
342F: include/media/adp1653.h
343
527a1a83
MH
344ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
345M: Michael Hennerich <[email protected]>
f8bd42b8 346L: [email protected]
a3f531ac 347W: http://wiki.analog.com/ADP5520
527a1a83
MH
348S: Supported
349F: drivers/mfd/adp5520.c
350F: drivers/video/backlight/adp5520_bl.c
45b4e0d5 351F: drivers/leds/leds-adp5520.c
77278d50 352F: drivers/gpio/gpio-adp5520.c
527a1a83
MH
353F: drivers/input/keyboard/adp5520-keys.c
354
355ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
356M: Michael Hennerich <[email protected]>
f8bd42b8 357L: [email protected]
a3f531ac 358W: http://wiki.analog.com/ADP5588
527a1a83
MH
359S: Supported
360F: drivers/input/keyboard/adp5588-keys.c
77278d50 361F: drivers/gpio/gpio-adp5588.c
527a1a83
MH
362
363ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
364M: Michael Hennerich <[email protected]>
f8bd42b8 365L: [email protected]
a3f531ac 366W: http://wiki.analog.com/ADP8860
527a1a83
MH
367S: Supported
368F: drivers/video/backlight/adp8860_bl.c
369
8c22a8f5
DE
370ADS1015 HARDWARE MONITOR DRIVER
371M: Dirk Eibach <[email protected]>
372L: [email protected]
373S: Maintained
374F: Documentation/hwmon/ads1015
375F: drivers/hwmon/ads1015.c
376F: include/linux/i2c/ads1015.h
377
1da177e4 378ADT746X FAN DRIVER
8b58be88 379M: Colin Leroy <[email protected]>
1da177e4 380S: Maintained
679655da 381F: drivers/macintosh/therm_adt746x.c
1da177e4 382
b058b859
JD
383ADT7475 HARDWARE MONITOR DRIVER
384M: Jean Delvare <[email protected]>
385L: [email protected]
386S: Maintained
387F: Documentation/hwmon/adt7475
388F: drivers/hwmon/adt7475.c
389
527a1a83
MH
390ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
391M: Michael Hennerich <[email protected]>
f8bd42b8 392L: [email protected]
a3f531ac 393W: http://wiki.analog.com/ADXL345
527a1a83
MH
394S: Supported
395F: drivers/input/misc/adxl34x.c
396
8c6af9e1 397ADVANSYS SCSI DRIVER
8b58be88 398M: Matthew Wilcox <[email protected]>
8c6af9e1
MW
399L: [email protected]
400S: Maintained
679655da
JP
401F: Documentation/scsi/advansys.txt
402F: drivers/scsi/advansys.c
8c6af9e1 403
1da177e4 404AEDSP16 DRIVER
8b58be88 405M: Riccardo Facchetti <[email protected]>
1da177e4 406S: Maintained
679655da 407F: sound/oss/aedsp16.c
1da177e4 408
91952bc0
AP
409AF9013 MEDIA DRIVER
410M: Antti Palosaari <[email protected]>
411L: [email protected]
412W: http://linuxtv.org/
413W: http://palosaari.fi/linux/
414Q: http://patchwork.linuxtv.org/project/linux-media/list/
415T: git git://linuxtv.org/anttip/media_tree.git
416S: Maintained
417F: drivers/media/dvb-frontends/af9013*
418
419AF9033 MEDIA DRIVER
420M: Antti Palosaari <[email protected]>
421L: [email protected]
422W: http://linuxtv.org/
423W: http://palosaari.fi/linux/
424Q: http://patchwork.linuxtv.org/project/linux-media/list/
425T: git git://linuxtv.org/anttip/media_tree.git
426S: Maintained
427F: drivers/media/dvb-frontends/af9033*
428
1da177e4 429AFFS FILE SYSTEM
6cf515e1
GU
430L: [email protected]
431S: Orphan
679655da
JP
432F: Documentation/filesystems/affs.txt
433F: fs/affs/
1da177e4 434
e2d1d6c0 435AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
8b58be88 436M: David Howells <[email protected]>
e2d1d6c0
RD
437L: [email protected]
438S: Supported
679655da
JP
439F: fs/afs/
440F: include/net/af_rxrpc.h
441F: net/rxrpc/af_rxrpc.c
e2d1d6c0 442
1da177e4 443AGPGART DRIVER
8b58be88 444M: David Airlie <[email protected]>
54e5881d 445T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 446S: Maintained
679655da
JP
447F: drivers/char/agp/
448F: include/linux/agp*
c117ab84 449F: include/uapi/linux/agp*
1da177e4
LT
450
451AHA152X SCSI DRIVER
8b58be88 452M: "Juergen E. Fischer" <[email protected]>
1da177e4
LT
453L: [email protected]
454S: Maintained
679655da
JP
455F: drivers/scsi/aha152x*
456F: drivers/scsi/pcmcia/aha152x*
1da177e4 457
64624d4f 458AIC7XXX / AIC79XX SCSI DRIVER
8b58be88 459M: Hannes Reinecke <[email protected]>
64624d4f 460L: [email protected]
1da177e4 461S: Maintained
679655da
JP
462F: drivers/scsi/aic7xxx/
463F: drivers/scsi/aic7xxx_old/
1da177e4 464
450500ad
HV
465AIMSLAB FM RADIO RECEIVER DRIVER
466M: Hans Verkuil <[email protected]>
467L: [email protected]
468T: git git://linuxtv.org/media_tree.git
469W: http://linuxtv.org
470S: Maintained
471F: drivers/media/radio/radio-aimslab*
472
e2d1d6c0 473AIO
8b58be88 474M: Benjamin LaHaise <[email protected]>
e2d1d6c0
RD
475L: [email protected]
476S: Supported
679655da
JP
477F: fs/aio.c
478F: include/linux/*aio*.h
e2d1d6c0 479
1da177e4 480ALCATEL SPEEDTOUCH USB DRIVER
8b58be88 481M: Duncan Sands <[email protected]>
6372594a 482L: [email protected]
1da177e4
LT
483W: http://www.linux-usb.org/SpeedTouch/
484S: Maintained
679655da
JP
485F: drivers/usb/atm/speedtch.c
486F: drivers/usb/atm/usbatm.c
1da177e4 487
272f133a 488ALCHEMY AU1XX0 MMC DRIVER
8b58be88 489M: Manuel Lauss <[email protected]>
08fcb720 490S: Maintained
679655da 491F: drivers/mmc/host/au1xmmc.c
272f133a 492
4a4e5787 493ALI1563 I2C DRIVER
8b58be88 494M: Rudolf Marek <[email protected]>
846557d3 495L: [email protected]
4a4e5787 496S: Maintained
679655da
JP
497F: Documentation/i2c/busses/i2c-ali1563
498F: drivers/i2c/busses/i2c-ali1563.c
4a4e5787 499
1da177e4 500ALPHA PORT
8b58be88 501M: Richard Henderson <[email protected]>
8b58be88 502M: Ivan Kokshaysky <[email protected]>
abd4d609 503M: Matt Turner <[email protected]>
c89f4f9a 504S: Odd Fixes
a9406699 505L: [email protected]
679655da 506F: arch/alpha/
1da177e4 507
adf9251f
TK
508ALTERA UART/JTAG UART SERIAL DRIVERS
509M: Tobias Klauser <[email protected]>
510L: [email protected]
511L: [email protected] (moderated for non-subscribers)
512S: Maintained
513F: drivers/tty/serial/altera_uart.c
514F: drivers/tty/serial/altera_jtaguart.c
515F: include/linux/altera_uart.h
516F: include/linux/altera_jtaguart.h
517
512d1027 518AMD FAM15H PROCESSOR POWER MONITORING DRIVER
d034fbf0 519M: Andreas Herrmann <[email protected]>
512d1027
AH
520L: [email protected]
521S: Maintained
522F: Documentation/hwmon/fam15h_power
523F: drivers/hwmon/fam15h_power.c
524
167a675a 525AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
8b58be88 526M: Thomas Dahlmann <[email protected]>
67d76710 527L: [email protected] (moderated for non-subscribers)
167a675a 528S: Supported
679655da 529F: drivers/usb/gadget/amd5536udc.*
167a675a 530
f90b8116 531AMD GEODE PROCESSOR/CHIPSET SUPPORT
69006096 532P: Andres Salomon <[email protected]>
67d76710 533L: [email protected] (moderated for non-subscribers)
f90b8116
JC
534W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
535S: Supported
679655da
JP
536F: drivers/char/hw_random/geode-rng.c
537F: drivers/crypto/geode*
538F: drivers/video/geode/
539F: arch/x86/include/asm/geode.h
f90b8116 540
919ee7dd 541AMD IOMMU (AMD-VI)
e4110568 542M: Joerg Roedel <[email protected]>
919ee7dd 543L: [email protected]
525b233c 544T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
e4110568 545S: Maintained
b2c16391
JP
546F: drivers/iommu/amd_iommu*.[ch]
547F: include/linux/amd-iommu.h
919ee7dd 548
e7f5b309 549AMD MICROCODE UPDATE SUPPORT
943482d0 550M: Andreas Herrmann <[email protected]>
7d2c86b5 551L: [email protected]
943482d0 552S: Maintained
679655da 553F: arch/x86/kernel/microcode_amd.c
e7f5b309 554
284f42b6 555AMS (Apple Motion Sensor) DRIVER
8b58be88 556M: Michael Hanselmann <[email protected]>
284f42b6 557S: Supported
bd5f47ec 558F: drivers/macintosh/ams/
284f42b6 559
f94b533d 560AMSO1100 RNIC DRIVER
8b58be88
JP
561M: Tom Tucker <[email protected]>
562M: Steve Wise <[email protected]>
e6cc0fd1 563L: [email protected]
f94b533d 564S: Maintained
679655da 565F: drivers/infiniband/hw/amso1100/
f94b533d 566
531fca16
HV
567ANALOG DEVICES INC AD9389B DRIVER
568M: Hans Verkuil <[email protected]>
569L: [email protected]
570S: Maintained
571F: drivers/media/i2c/ad9389b*
572
573ANALOG DEVICES INC ADV7604 DRIVER
574M: Hans Verkuil <[email protected]>
575L: [email protected]
576S: Maintained
577F: drivers/media/i2c/adv7604*
578
527a1a83 579ANALOG DEVICES INC ASOC CODEC DRIVERS
535bd16f 580M: Lars-Peter Clausen <[email protected]>
f8bd42b8 581L: [email protected]
4bdef3bd 582L: [email protected] (moderated for non-subscribers)
a3f531ac 583W: http://wiki.analog.com/
4bdef3bd 584S: Supported
39c9d199 585F: sound/soc/codecs/adau*
cc52688a 586F: sound/soc/codecs/adav*
4bdef3bd 587F: sound/soc/codecs/ad1*
4bdef3bd 588F: sound/soc/codecs/ssm*
40216ce7 589F: sound/soc/codecs/sigmadsp.*
4bdef3bd 590
527a1a83
MH
591ANALOG DEVICES INC ASOC DRIVERS
592L: [email protected]
593L: [email protected] (moderated for non-subscribers)
594W: http://blackfin.uclinux.org/
595S: Supported
596F: sound/soc/blackfin/*
597
42269063 598AOA (Apple Onboard Audio) ALSA DRIVER
8b58be88 599M: Johannes Berg <[email protected]>
a4724ed6 600L: [email protected]
93711660 601L: [email protected] (moderated for non-subscribers)
42269063 602S: Maintained
679655da 603F: sound/aoa/
42269063 604
1da177e4 605APM DRIVER
81024fc4
JK
606M: Jiri Kosina <[email protected]>
607S: Odd fixes
679655da
JP
608F: arch/x86/kernel/apm_32.c
609F: include/linux/apm_bios.h
c117ab84 610F: include/uapi/linux/apm_bios.h
81024fc4 611F: drivers/char/apm-emulation.c
1da177e4 612
bd7aa4b2 613APPLE BCM5974 MULTITOUCH DRIVER
8b58be88 614M: Henrik Rydberg <[email protected]>
bd7aa4b2
HR
615L: [email protected]
616S: Maintained
679655da 617F: drivers/input/mouse/bcm5974.c
bd7aa4b2 618
6f2fad74 619APPLE SMC DRIVER
d618540f
HR
620M: Henrik Rydberg <[email protected]>
621L: [email protected]
6f2fad74 622S: Maintained
679655da 623F: drivers/hwmon/applesmc.c
6f2fad74 624
1da177e4 625APPLETALK NETWORK LAYER
8b58be88 626M: Arnaldo Carvalho de Melo <[email protected]>
1da177e4 627S: Maintained
679655da
JP
628F: drivers/net/appletalk/
629F: net/appletalk/
1da177e4 630
a480167b 631ARASAN COMPACT FLASH PATA CONTROLLER
2d8a3b3d 632M: Viresh Kumar <[email protected]>
a480167b
VK
633L: [email protected]
634S: Maintained
635F: include/linux/pata_arasan_cf_data.h
636F: drivers/ata/pata_arasan_cf.c
637
1154ea7d 638ARC FRAMEBUFFER DRIVER
8b58be88 639M: Jaya Kumar <[email protected]>
1154ea7d 640S: Maintained
679655da
JP
641F: drivers/video/arcfb.c
642F: drivers/video/fb_defio.c
1154ea7d 643
1da177e4 644ARM MFM AND FLOPPY DRIVERS
8b58be88 645M: Ian Molton <[email protected]>
1da177e4 646S: Maintained
679655da
JP
647F: arch/arm/lib/floppydma.S
648F: arch/arm/include/asm/floppy.h
1da177e4 649
6f96521f
WD
650ARM PMU PROFILING AND DEBUGGING
651M: Will Deacon <[email protected]>
652S: Maintained
653F: arch/arm/kernel/perf_event*
654F: arch/arm/oprofile/common.c
6f96521f
WD
655F: arch/arm/include/asm/pmu.h
656F: arch/arm/kernel/hw_breakpoint.c
657F: arch/arm/include/asm/hw_breakpoint.h
658
d4275354 659ARM PORT
8b58be88 660M: Russell King <[email protected]>
efc03ecb 661L: [email protected] (moderated for non-subscribers)
d4275354
RK
662W: http://www.arm.linux.org.uk/
663S: Maintained
664F: arch/arm/
665
d323c243
SB
666ARM SUB-ARCHITECTURES
667L: [email protected] (moderated for non-subscribers)
56ca9d98 668S: Maintained
d323c243
SB
669F: arch/arm/mach-*/
670F: arch/arm/plat-*/
671T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
672
cefbf4ea
RK
673ARM PRIMECELL AACI PL041 DRIVER
674M: Russell King <[email protected]>
675S: Maintained
676F: sound/arm/aaci.*
677
678ARM PRIMECELL CLCD PL110 DRIVER
679M: Russell King <[email protected]>
680S: Maintained
681F: drivers/video/amba-clcd.*
682
683ARM PRIMECELL KMI PL050 DRIVER
684M: Russell King <[email protected]>
685S: Maintained
686F: drivers/input/serio/ambakmi.*
687F: include/linux/amba/kmi.h
688
2761f5c2 689ARM PRIMECELL MMCI PL180/1 DRIVER
08a5c9a2
RK
690M: Russell King <[email protected]>
691S: Maintained
679655da 692F: drivers/mmc/host/mmci.*
2f748aaa 693F: include/linux/amba/mmci.h
2761f5c2 694
1b4304e5
RK
695ARM PRIMECELL UART PL010 AND PL011 DRIVERS
696M: Russell King <[email protected]>
697S: Maintained
698F: drivers/tty/serial/amba-pl01*.c
699F: include/linux/amba/serial.h
2761f5c2 700
cefbf4ea
RK
701ARM PRIMECELL BUS SUPPORT
702M: Russell King <[email protected]>
703S: Maintained
704F: drivers/amba/
705F: include/linux/amba/bus.h
706
2b7a52a4 707ARM/ADS SPHERE MACHINE SUPPORT
8b58be88 708M: Lennert Buytenhek <[email protected]>
efc03ecb 709L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
710S: Maintained
711
9c784f95 712ARM/AFEB9260 MACHINE SUPPORT
8b58be88 713M: Sergey Lapin <[email protected]>
efc03ecb 714L: [email protected] (moderated for non-subscribers)
9c784f95
SL
715S: Maintained
716
2b7a52a4 717ARM/AJECO 1ARM MACHINE SUPPORT
8b58be88 718M: Lennert Buytenhek <[email protected]>
efc03ecb 719L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
720S: Maintained
721
1b106699
MR
722ARM/Allwinner A1X SoC support
723M: Maxime Ripard <[email protected]>
724L: [email protected] (moderated for non-subscribers)
725S: Maintained
726F: arch/arm/mach-sunxi/
727
c1fc8675 728ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
8b58be88 729M: Andrew Victor <[email protected]>
c1fc8675
NF
730M: Nicolas Ferre <[email protected]>
731M: Jean-Christophe Plagniol-Villard <[email protected]>
efc03ecb 732L: [email protected] (moderated for non-subscribers)
795fb7e7 733W: http://maxim.org.za/at91_26.html
c1fc8675
NF
734W: http://www.linux4sam.org
735S: Supported
736F: arch/arm/mach-at91/
d4a89c7d 737
986cf2e9
RH
738ARM/CALXEDA HIGHBANK ARCHITECTURE
739M: Rob Herring <[email protected]>
740L: [email protected] (moderated for non-subscribers)
741S: Maintained
742F: arch/arm/mach-highbank/
743
d94f944e
AV
744ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
745M: Anton Vorontsov <[email protected]>
746S: Maintained
747F: arch/arm/mach-cns3xxx/
748T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
749
386ab516
AS
750ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
751M: Alexander Shiyan <[email protected]>
752L: [email protected] (moderated for non-subscribers)
753S: Odd Fixes
754F: arch/arm/mach-clps711x/
755
2b7a52a4 756ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
ddd559b1 757M: Hartley Sweeten <[email protected]>
1c5454ee 758M: Ryan Mallon <[email protected]>
efc03ecb 759L: [email protected] (moderated for non-subscribers)
2b7a52a4 760S: Maintained
d19d3667
HS
761F: arch/arm/mach-ep93xx/
762F: arch/arm/mach-ep93xx/include/mach/
2b7a52a4
LB
763
764ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
8b58be88 765M: Lennert Buytenhek <[email protected]>
efc03ecb 766L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
767S: Maintained
768
d4275354 769ARM/CLKDEV SUPPORT
8b58be88 770M: Russell King <[email protected]>
efc03ecb 771L: [email protected] (moderated for non-subscribers)
37417046 772S: Maintained
d4275354 773F: arch/arm/include/asm/clkdev.h
4fa2651d 774F: drivers/clk/clkdev.c
d4275354 775
d48134e7 776ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
8b58be88 777M: Mike Rapoport <[email protected]>
efc03ecb 778L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
779S: Maintained
780
94150095
HF
781ARM/CONTEC MICRO9 MACHINE SUPPORT
782M: Hubert Feurstein <[email protected]>
783S: Maintained
784F: arch/arm/mach-ep93xx/micro9.c
785
1da177e4 786ARM/CORGI MACHINE SUPPORT
8b58be88 787M: Richard Purdie <[email protected]>
1da177e4
LT
788S: Maintained
789
881a95f9 790ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
162500b3 791M: Hans Ulli Kroll <[email protected]>
efc03ecb 792L: [email protected] (moderated for non-subscribers)
162500b3
HUK
793T: git git://git.berlios.de/gemini-board
794S: Maintained
f49afbb5 795F: arch/arm/mach-gemini/
881a95f9 796
a990cbd8
BS
797ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
798M: Barry Song <[email protected]>
799L: [email protected] (moderated for non-subscribers)
800S: Maintained
801F: arch/arm/mach-prima2/
47ac3e44
BS
802F: drivers/dma/sirf-dma.c
803F: drivers/i2c/busses/i2c-sirf.c
804F: drivers/pinctrl/pinctrl-sirf.c
805F: drivers/spi/spi-sirf.c
a990cbd8 806
d4275354 807ARM/EBSA110 MACHINE SUPPORT
8b58be88 808M: Russell King <[email protected]>
efc03ecb 809L: [email protected] (moderated for non-subscribers)
d4275354
RK
810W: http://www.arm.linux.org.uk/
811S: Maintained
812F: arch/arm/mach-ebsa110/
b955f6ca 813F: drivers/net/ethernet/amd/am79c961a.*
d4275354 814
a9da4f7e 815ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
8b58be88
JP
816M: Daniel Ribeiro <[email protected]>
817M: Stefan Schmidt <[email protected]>
818M: Harald Welte <[email protected]>
d66f1886 819L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
820W: http://www.openezx.org/
821S: Maintained
cafc2265
SS
822T: topgit git://git.openezx.org/openezx.git
823F: arch/arm/mach-pxa/ezx.c
a9da4f7e 824
6a915af9 825ARM/FARADAY FA526 PORT
162500b3 826M: Hans Ulli Kroll <[email protected]>
efc03ecb 827L: [email protected] (moderated for non-subscribers)
162500b3 828S: Maintained
1fa7e547 829T: git git://git.berlios.de/gemini-board
f49afbb5 830F: arch/arm/mm/*-fa*
6a915af9 831
d4275354 832ARM/FOOTBRIDGE ARCHITECTURE
8b58be88 833M: Russell King <[email protected]>
efc03ecb 834L: [email protected] (moderated for non-subscribers)
d4275354
RK
835W: http://www.arm.linux.org.uk/
836S: Maintained
837F: arch/arm/include/asm/hardware/dec21285.h
838F: arch/arm/mach-footbridge/
839
86183a5f 840ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
8b58be88 841M: Sascha Hauer <[email protected]>
efc03ecb 842L: [email protected] (moderated for non-subscribers)
86183a5f 843S: Maintained
1fa7e547 844T: git git://git.pengutronix.de/git/imx/linux-2.6.git
adf79292 845F: arch/arm/mach-imx/
e5dafa22 846F: arch/arm/configs/imx*_defconfig
86183a5f 847
8bcb9765
SG
848ARM/FREESCALE IMX6
849M: Shawn Guo <[email protected]>
850L: [email protected] (moderated for non-subscribers)
851S: Maintained
852T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
853F: arch/arm/mach-imx/*imx6*
854
a9866a09
SG
855ARM/FREESCALE MXS ARM ARCHITECTURE
856M: Shawn Guo <[email protected]>
857L: [email protected] (moderated for non-subscribers)
858S: Maintained
859T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
860F: arch/arm/mach-mxs/
861
2b7a52a4 862ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
8b58be88 863M: Lennert Buytenhek <[email protected]>
efc03ecb 864L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
865S: Maintained
866
90b8fc34 867ARM/GUMSTIX MACHINE SUPPORT
8b58be88 868M: Steve Sakoman <[email protected]>
efc03ecb 869L: [email protected] (moderated for non-subscribers)
90b8fc34
JK
870S: Maintained
871
ef47d5f0 872ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
8b58be88 873M: Philipp Zabel <[email protected]>
12a93f32
PZ
874M: Paul Parsons <[email protected]>
875L: [email protected] (moderated for non-subscribers)
ef47d5f0
PZ
876S: Maintained
877F: arch/arm/mach-pxa/hx4700.c
878F: arch/arm/mach-pxa/include/mach/hx4700.h
12a93f32 879F: sound/soc/pxa/hx4700.c
ef47d5f0 880
21f37bc3 881ARM/HP JORNADA 7XX MACHINE SUPPORT
8b58be88 882M: Kristoffer Ericson <[email protected]>
795fb7e7
JD
883W: www.jlime.com
884S: Maintained
084bad91
KE
885T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
886F: arch/arm/mach-sa1100/jornada720.c
887F: arch/arm/mach-sa1100/include/mach/jornada720.h
21f37bc3 888
5e767ab9
JMC
889ARM/IGEP MACHINE SUPPORT
890M: Enric Balletbo i Serra <[email protected]>
891M: Javier Martinez Canillas <[email protected]>
892L: [email protected]
893L: [email protected] (moderated for non-subscribers)
894S: Maintained
895F: arch/arm/mach-omap2/board-igep0020.c
896
403d2971
MV
897ARM/INCOME PXA270 SUPPORT
898M: Marek Vasut <[email protected]>
899L: [email protected] (moderated for non-subscribers)
900S: Maintained
ec154082 901F: arch/arm/mach-pxa/colibri-pxa270-income.c
403d2971 902
2b7a52a4 903ARM/INTEL IOP32X ARM ARCHITECTURE
8b58be88 904M: Lennert Buytenhek <[email protected]>
1dd8372d 905M: Dan Williams <[email protected]>
efc03ecb 906L: [email protected] (moderated for non-subscribers)
f00f510a 907S: Maintained
e2bdb176
DW
908
909ARM/INTEL IOP33X ARM ARCHITECTURE
1dd8372d 910M: Dan Williams <[email protected]>
efc03ecb 911L: [email protected] (moderated for non-subscribers)
f00f510a 912S: Maintained
2b7a52a4
LB
913
914ARM/INTEL IOP13XX ARM ARCHITECTURE
8b58be88 915M: Lennert Buytenhek <[email protected]>
1dd8372d 916M: Dan Williams <[email protected]>
efc03ecb 917L: [email protected] (moderated for non-subscribers)
f00f510a 918S: Maintained
2b7a52a4
LB
919
920ARM/INTEL IQ81342EX MACHINE SUPPORT
8b58be88 921M: Lennert Buytenhek <[email protected]>
1dd8372d 922M: Dan Williams <[email protected]>
efc03ecb 923L: [email protected] (moderated for non-subscribers)
f00f510a 924S: Maintained
2b7a52a4 925
2b7a52a4 926ARM/INTEL IXDP2850 MACHINE SUPPORT
8b58be88 927M: Lennert Buytenhek <[email protected]>
efc03ecb 928L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
929S: Maintained
930
dfdd8cc9
KH
931ARM/INTEL IXP4XX ARM ARCHITECTURE
932M: Imre Kaloz <[email protected]>
933M: Krzysztof Halasa <[email protected]>
baea7b94 934L: [email protected] (moderated for non-subscribers)
dfdd8cc9
KH
935S: Maintained
936F: arch/arm/mach-ixp4xx/
937
838553c5 938ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
7f49a7f7
JC
939M: Jonathan Cameron <[email protected]>
940L: [email protected] (moderated for non-subscribers)
941S: Maintained
942F: arch/arm/mach-pxa/stargate2.c
943F: drivers/pcmcia/pxa2xx_stargate2.c
944
2b7a52a4 945ARM/INTEL XSC3 (MANZANO) ARM CORE
8b58be88 946M: Lennert Buytenhek <[email protected]>
1dd8372d 947M: Dan Williams <[email protected]>
efc03ecb 948L: [email protected] (moderated for non-subscribers)
f00f510a 949S: Maintained
2b7a52a4
LB
950
951ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
8b58be88 952M: Lennert Buytenhek <[email protected]>
efc03ecb 953L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
954S: Maintained
955
956ARM/LOGICPD PXA270 MACHINE SUPPORT
8b58be88 957M: Lennert Buytenhek <[email protected]>
efc03ecb 958L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
959S: Maintained
960
3b886171 961ARM/MAGICIAN MACHINE SUPPORT
8b58be88 962M: Philipp Zabel <[email protected]>
3b886171
PZ
963S: Maintained
964
75f41273
TP
965ARM/Marvell Armada 370 and Armada XP SOC support
966M: Jason Cooper <[email protected]>
967M: Andrew Lunn <[email protected]>
968M: Gregory Clement <[email protected]>
969L: [email protected] (moderated for non-subscribers)
970S: Maintained
971F: arch/arm/mach-mvebu/
972
4f1312b0
NP
973ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
974M: Jason Cooper <[email protected]>
975M: Andrew Lunn <[email protected]>
efc03ecb 976L: [email protected] (moderated for non-subscribers)
4f1312b0
NP
977S: Maintained
978F: arch/arm/mach-dove/
54a246ff
NP
979F: arch/arm/mach-kirkwood/
980F: arch/arm/mach-mv78xx0/
981F: arch/arm/mach-orion5x/
982F: arch/arm/plat-orion/
3b886171 983
d69ac131
AC
984ARM/Orion SoC/Technologic Systems TS-78xx platform support
985M: Alexander Clouter <[email protected]>
986L: [email protected] (moderated for non-subscribers)
987W: http://www.digriz.org.uk/ts78xx/kernel
988S: Maintained
989F: arch/arm/mach-orion5x/ts78xx-*
990
adcb079f
AB
991ARM/MICREL KS8695 ARCHITECTURE
992M: Greg Ungerer <[email protected]>
993L: [email protected] (moderated for non-subscribers)
994F: arch/arm/mach-ks8695
995S: Odd Fixes
996
d78ff0a5 997ARM/MIOA701 MACHINE SUPPORT
8b58be88 998M: Robert Jarzmik <[email protected]>
efc03ecb 999L: [email protected] (moderated for non-subscribers)
d78ff0a5
RJ
1000F: arch/arm/mach-pxa/mioa701.c
1001S: Maintained
1002
9624dfe6 1003ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
8b58be88 1004M: Michael Petchkovsky <[email protected]>
9624dfe6
KE
1005S: Maintained
1006
e0ee9851 1007ARM/NOMADIK ARCHITECTURE
28b8e8d4 1008M: Alessandro Rubini <[email protected]>
e4651a9f 1009M: Linus Walleij <[email protected]>
28b8e8d4
JP
1010M: STEricsson <[email protected]>
1011L: [email protected] (moderated for non-subscribers)
1012S: Maintained
1013F: arch/arm/mach-nomadik/
1014F: arch/arm/plat-nomadik/
87572880 1015F: drivers/i2c/busses/i2c-nomadik.c
e4651a9f 1016T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
e0ee9851 1017
9d76295a 1018ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
8b58be88 1019M: Nelson Castillo <[email protected]>
9d76295a
AG
1020L: [email protected] (subscribers-only)
1021W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1022S: Supported
1023
0c19d21e
DW
1024ARM/QUALCOMM MSM MACHINE SUPPORT
1025M: David Brown <[email protected]>
b4c9bfab 1026M: Daniel Walker <[email protected]>
0c19d21e 1027M: Bryan Huntsman <[email protected]>
c68af41d 1028L: [email protected]
0c19d21e
DW
1029F: arch/arm/mach-msm/
1030F: drivers/video/msm/
1031F: drivers/mmc/host/msm_sdcc.c
1032F: drivers/mmc/host/msm_sdcc.h
df621252
GKH
1033F: drivers/tty/serial/msm_serial.h
1034F: drivers/tty/serial/msm_serial.c
ea91db52 1035F: drivers/*/pm8???-*
cd9a8fb5 1036F: drivers/ssbi/
ea91db52 1037F: include/linux/mfd/pm8xxx/
8cd5c866 1038T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
0c19d21e
DW
1039S: Maintained
1040
8459c159 1041ARM/TOSA MACHINE SUPPORT
8b58be88
JP
1042M: Dmitry Eremin-Solenikov <[email protected]>
1043M: Dirk Opfer <[email protected]>
8459c159
DO
1044S: Maintained
1045
5d783a2d 1046ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
933d35f0 1047M: Marek Vasut <[email protected]>
75280787 1048L: [email protected]
b5e4ad57
MV
1049W: http://hackndev.com
1050S: Maintained
933d35f0
JP
1051F: arch/arm/mach-pxa/include/mach/palmtx.h
1052F: arch/arm/mach-pxa/palmtx.c
1053F: arch/arm/mach-pxa/include/mach/palmt5.h
1054F: arch/arm/mach-pxa/palmt5.c
1055F: arch/arm/mach-pxa/include/mach/palmld.h
1056F: arch/arm/mach-pxa/palmld.c
1057F: arch/arm/mach-pxa/include/mach/palmte2.h
1058F: arch/arm/mach-pxa/palmte2.c
1059F: arch/arm/mach-pxa/include/mach/palmtc.h
1060F: arch/arm/mach-pxa/palmtc.c
b5e4ad57 1061
b57fe924 1062ARM/PALM TREO SUPPORT
8b58be88 1063M: Tomas Cech <[email protected]>
75280787 1064L: [email protected]
90af5811
TSC
1065W: http://hackndev.com
1066S: Maintained
b57fe924
JP
1067F: arch/arm/mach-pxa/include/mach/palmtreo.h
1068F: arch/arm/mach-pxa/palmtreo.c
90af5811 1069
c49e1e63 1070ARM/PALMZ72 SUPPORT
8b58be88 1071M: Sergey Lapin <[email protected]>
75280787 1072L: [email protected]
7d2c86b5
JP
1073W: http://hackndev.com
1074S: Maintained
933d35f0
JP
1075F: arch/arm/mach-pxa/include/mach/palmz72.h
1076F: arch/arm/mach-pxa/palmz72.c
c49e1e63 1077
1da177e4 1078ARM/PLEB SUPPORT
8b58be88 1079M: Peter Chubb <[email protected]>
1da177e4
LT
1080W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1081S: Maintained
1082
1083ARM/PT DIGITAL BOARD PORT
8b58be88 1084M: Stefan Eletzhofer <[email protected]>
efc03ecb 1085L: [email protected] (moderated for non-subscribers)
1da177e4
LT
1086W: http://www.arm.linux.org.uk/
1087S: Maintained
1088
2b7a52a4 1089ARM/RADISYS ENP2611 MACHINE SUPPORT
8b58be88 1090M: Lennert Buytenhek <[email protected]>
efc03ecb 1091L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1092S: Maintained
1093
d4275354 1094ARM/RISCPC ARCHITECTURE
8b58be88 1095M: Russell King <[email protected]>
efc03ecb 1096L: [email protected] (moderated for non-subscribers)
d4275354
RK
1097W: http://www.arm.linux.org.uk/
1098S: Maintained
d4275354
RK
1099F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1100F: arch/arm/include/asm/hardware/ioc.h
1101F: arch/arm/include/asm/hardware/iomd.h
1102F: arch/arm/include/asm/hardware/memc.h
1103F: arch/arm/mach-rpc/
1a6422f6 1104F: drivers/net/ethernet/8390/etherh.c
9e13fbf7
JK
1105F: drivers/net/ethernet/i825xx/ether1*
1106F: drivers/net/ethernet/seeq/ether3*
d4275354
RK
1107F: drivers/scsi/arm/
1108
1da177e4 1109ARM/SHARK MACHINE SUPPORT
8b58be88 1110M: Alexander Schulz <[email protected]>
1da177e4
LT
1111W: http://www.shark-linux.de/shark.html
1112S: Maintained
1113
b21477f9 1114ARM/SAMSUNG ARM ARCHITECTURES
8b58be88 1115M: Ben Dooks <[email protected]>
482ce512 1116M: Kukjin Kim <[email protected]>
efc03ecb 1117L: [email protected] (moderated for non-subscribers)
7a549d78 1118L: [email protected] (moderated for non-subscribers)
b21477f9
BD
1119W: http://www.fluff.org/ben/linux/
1120S: Maintained
482ce512 1121F: arch/arm/plat-samsung/
b21477f9 1122F: arch/arm/plat-s3c24xx/
769bbb63
HS
1123F: arch/arm/mach-s3c24*/
1124F: arch/arm/mach-s3c64xx/
eb2ffcaf
BD
1125F: drivers/*/*s3c2410*
1126F: drivers/*/*/*s3c2410*
40c76662
MB
1127F: drivers/spi/spi-s3c*
1128F: sound/soc/samsung/*
1da177e4 1129
0dcecae2 1130ARM/S5P EXYNOS ARM ARCHITECTURES
f556cb07
KK
1131M: Kukjin Kim <[email protected]>
1132L: [email protected] (moderated for non-subscribers)
1133L: [email protected] (moderated for non-subscribers)
1134S: Maintained
1135F: arch/arm/mach-s5p*/
0dcecae2 1136F: arch/arm/mach-exynos*/
f556cb07 1137
10ffa964
KP
1138ARM/SAMSUNG MOBILE MACHINE SUPPORT
1139M: Kyungmin Park <[email protected]>
1140L: [email protected] (moderated for non-subscribers)
1141S: Maintained
1142F: arch/arm/mach-s5pv210/mach-aquila.c
1143F: arch/arm/mach-s5pv210/mach-goni.c
38f1b4c5
JP
1144F: arch/arm/mach-exynos/mach-universal_c210.c
1145F: arch/arm/mach-exynos/mach-nuri.c
10ffa964 1146
3ce4ccb6
KD
1147ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1148M: Kyungmin Park <[email protected]>
1149M: Kamil Debski <[email protected]>
1150L: [email protected]
1151L: [email protected]
1152S: Maintained
1153F: drivers/media/platform/s5p-g2d/
1154
aaac7d9e
KP
1155ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1156M: Kyungmin Park <[email protected]>
1157M: Sylwester Nawrocki <[email protected]>
1158L: [email protected]
1159L: [email protected]
1160S: Maintained
aaac7d9e 1161F: arch/arm/plat-samsung/include/plat/*fimc*
90d72ac6 1162F: drivers/media/platform/s5p-fimc/
aaac7d9e 1163
e6a476fd
MS
1164ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1165M: Kyungmin Park <[email protected]>
1166M: Kamil Debski <[email protected]>
6305902c 1167M: Jeongtae Park <[email protected]>
e6a476fd
MS
1168L: [email protected]
1169L: [email protected]
1170S: Maintained
934455d7 1171F: arch/arm/plat-samsung/s5p-dev-mfc.c
90d72ac6 1172F: drivers/media/platform/s5p-mfc/
e6a476fd
MS
1173
1174ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1175M: Kyungmin Park <[email protected]>
1176M: Tomasz Stanislawski <[email protected]>
1177L: [email protected]
1178L: [email protected]
1179S: Maintained
90d72ac6 1180F: drivers/media/platform/s5p-tv/
e6a476fd 1181
d48d38e8 1182ARM/SHMOBILE ARM ARCHITECTURE
5e212598 1183M: Simon Horman <[email protected]>
d48d38e8
PM
1184M: Magnus Damm <[email protected]>
1185L: [email protected]
d48d38e8 1186W: http://oss.renesas.com
bbff48f5 1187Q: http://patchwork.kernel.org/project/linux-sh/list/
5e212598 1188T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
d48d38e8
PM
1189S: Supported
1190F: arch/arm/mach-shmobile/
1191F: drivers/sh/
1192
66314223
DN
1193ARM/SOCFPGA ARCHITECTURE
1194M: Dinh Nguyen <[email protected]>
1195S: Maintained
1196F: arch/arm/mach-socfpga/
1197
1198ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1199M: Dinh Nguyen <[email protected]>
1200S: Maintained
1201F: drivers/clk/socfpga/
1202
2b7a52a4 1203ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
8b58be88 1204M: Lennert Buytenhek <[email protected]>
efc03ecb 1205L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1206S: Maintained
1207
1bbd7089 1208ARM/TETON BGA MACHINE SUPPORT
706e69d6 1209M: "Mark F. Brown" <[email protected]>
1bbd7089
MB
1210L: [email protected] (moderated for non-subscribers)
1211S: Maintained
1212
2b7a52a4 1213ARM/THECUS N2100 MACHINE SUPPORT
8b58be88 1214M: Lennert Buytenhek <[email protected]>
efc03ecb 1215L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1216S: Maintained
1217
98ad6e3b 1218ARM/NUVOTON W90X900 ARM ARCHITECTURE
8b58be88 1219M: Wan ZongShun <[email protected]>
efc03ecb 1220L: [email protected] (moderated for non-subscribers)
7d2c86b5
JP
1221W: http://www.mcuos.com
1222S: Maintained
4e89e8f6 1223F: arch/arm/mach-w90x900/
4e89e8f6
WZ
1224F: drivers/input/keyboard/w90p910_keypad.c
1225F: drivers/input/touchscreen/w90p910_ts.c
1226F: drivers/watchdog/nuc900_wdt.c
679ec0ef 1227F: drivers/net/ethernet/nuvoton/w90p910_ether.c
5351684f 1228F: drivers/mtd/nand/nuc900_nand.c
4e89e8f6 1229F: drivers/rtc/rtc-nuc900.c
9df92e6c 1230F: drivers/spi/spi-nuc900.c
4e89e8f6
WZ
1231F: drivers/usb/host/ehci-w90x900.c
1232F: drivers/video/nuc900fb.c
98ad6e3b 1233
54274d71 1234ARM/U300 MACHINE SUPPORT
e4651a9f 1235M: Linus Walleij <[email protected]>
54274d71
LW
1236L: [email protected] (moderated for non-subscribers)
1237S: Supported
1238F: arch/arm/mach-u300/
1239F: drivers/i2c/busses/i2c-stu300.c
1240F: drivers/rtc/rtc-coh901331.c
1241F: drivers/watchdog/coh901327_wdt.c
1242F: drivers/dma/coh901318*
87572880
LW
1243F: drivers/mfd/ab3100*
1244F: drivers/rtc/rtc-ab3100.c
1245F: drivers/rtc/rtc-coh901331.c
1246T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
54274d71 1247
87572880 1248ARM/Ux500 ARM ARCHITECTURE
870725d9 1249M: Srinidhi Kasagar <[email protected]>
e4651a9f 1250M: Linus Walleij <[email protected]>
870725d9
SK
1251L: [email protected] (moderated for non-subscribers)
1252S: Maintained
1253F: arch/arm/mach-ux500/
e4651a9f 1254F: drivers/clocksource/clksrc-dbx500-prcmu.c
87572880 1255F: drivers/dma/ste_dma40*
e4651a9f 1256F: drivers/hwspinlock/u8500_hsem.c
87572880
LW
1257F: drivers/mfd/abx500*
1258F: drivers/mfd/ab8500*
e4651a9f
LW
1259F: drivers/mfd/dbx500*
1260F: drivers/mfd/db8500*
1261F: drivers/pinctrl/pinctrl-nomadik*
87572880 1262F: drivers/rtc/rtc-ab8500.c
e4651a9f 1263F: drivers/rtc/rtc-pl031.c
87572880 1264T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
870725d9 1265
d4275354 1266ARM/VFP SUPPORT
8b58be88 1267M: Russell King <[email protected]>
efc03ecb 1268L: [email protected] (moderated for non-subscribers)
d4275354
RK
1269W: http://www.arm.linux.org.uk/
1270S: Maintained
1271F: arch/arm/vfp/
1272
e66b6d8e
MV
1273ARM/VOIPAC PXA270 SUPPORT
1274M: Marek Vasut <[email protected]>
1275L: [email protected] (moderated for non-subscribers)
1276S: Maintained
1277F: arch/arm/mach-pxa/vpac270.c
e0cca11b 1278F: arch/arm/mach-pxa/include/mach/vpac270.h
e66b6d8e 1279
04529fe2
TP
1280ARM/VT8500 ARM ARCHITECTURE
1281M: Tony Prisk <[email protected]>
1282L: [email protected] (moderated for non-subscribers)
1283S: Maintained
1284F: arch/arm/mach-vt8500/
41fd91b4
TP
1285F: drivers/clocksource/vt8500_timer.c
1286F: drivers/gpio/gpio-vt8500.c
1287F: drivers/mmc/host/wmt-sdmmc.c
1288F: drivers/pwm/pwm-vt8500.c
1289F: drivers/rtc/rtc-vt8500.c
1290F: drivers/tty/serial/vt8500_serial.c
1291F: drivers/usb/host/ehci-vt8500.c
1292F: drivers/usb/host/uhci-platform.c
04529fe2
TP
1293F: drivers/video/vt8500lcdfb.*
1294F: drivers/video/wm8505fb*
1295F: drivers/video/wmt_ge_rops.*
04529fe2 1296
e66b6d8e
MV
1297ARM/ZIPIT Z2 SUPPORT
1298M: Marek Vasut <[email protected]>
1299L: [email protected] (moderated for non-subscribers)
1300S: Maintained
1301F: arch/arm/mach-pxa/z2.c
6ab2a855 1302F: arch/arm/mach-pxa/include/mach/z2.h
e66b6d8e 1303
51f29d44
MS
1304ARM/ZYNQ ARCHITECTURE
1305M: Michal Simek <[email protected]>
1306L: [email protected] (moderated for non-subscribers)
1307W: http://wiki.xilinx.com
1308T: git git://git.xilinx.com/linux-xlnx.git
1309S: Supported
1310F: arch/arm/mach-zynq/
1311
38074229
CM
1312ARM64 PORT (AARCH64 ARCHITECTURE)
1313M: Catalin Marinas <[email protected]>
d19766ec 1314M: Will Deacon <[email protected]>
38074229
CM
1315L: [email protected] (moderated for non-subscribers)
1316S: Maintained
1317F: arch/arm64/
d19766ec 1318F: Documentation/arm64/
38074229 1319
9d7005f9
LP
1320AS3645A LED FLASH CONTROLLER DRIVER
1321M: Laurent Pinchart <[email protected]>
1322L: [email protected]
1323T: git git://linuxtv.org/media_tree.git
1324S: Maintained
1325F: drivers/media/i2c/as3645a.c
1326F: include/media/as3645a.h
1327
d58de038
GJ
1328ASC7621 HARDWARE MONITOR DRIVER
1329M: George Joseph <[email protected]>
1330L: [email protected]
1331S: Maintained
1332F: Documentation/hwmon/asc7621
1333F: drivers/hwmon/asc7621.c
1334
b229ece9 1335ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
5909c654 1336M: Corentin Chary <[email protected]>
1da177e4 1337L: [email protected]
d0944853 1338L: [email protected]
76593d6f 1339W: http://acpi4asus.sf.net
85091b71 1340S: Maintained
b229ece9
CC
1341F: drivers/platform/x86/asus*.c
1342F: drivers/platform/x86/eeepc*.c
85091b71 1343
953a6479 1344ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1dd8372d 1345M: Dan Williams <[email protected]>
b3e5f263 1346W: http://sourceforge.net/projects/xscaleiop
1dd8372d 1347S: Maintained
679655da
JP
1348F: Documentation/crypto/async-tx-api.txt
1349F: crypto/async_tx/
1350F: drivers/dma/
1351F: include/linux/dmaengine.h
1352F: include/linux/async_tx.h
b3e5f263 1353
a1867d36 1354AT24 EEPROM DRIVER
14d77c4d 1355M: Wolfram Sang <[email protected]>
a1867d36
WS
1356L: [email protected]
1357S: Maintained
1358F: drivers/misc/eeprom/at24.c
1359F: include/linux/i2c/at24.h
1360
e7839f25 1361ATA OVER ETHERNET (AOE) DRIVER
8b58be88 1362M: "Ed L. Cashin" <[email protected]>
eecdf226 1363W: http://support.coraid.com/support/linux
1da177e4 1364S: Supported
679655da
JP
1365F: Documentation/aoe/
1366F: drivers/block/aoe/
1da177e4 1367
9a10a870 1368ATHEROS ATH GENERIC UTILITIES
fe8e0844 1369M: "Luis R. Rodriguez" <[email protected]>
9a10a870
JP
1370L: [email protected]
1371S: Supported
1372F: drivers/net/wireless/ath/*
1373
fa1c114f 1374ATHEROS ATH5K WIRELESS DRIVER
8b58be88
JP
1375M: Jiri Slaby <[email protected]>
1376M: Nick Kossifidis <[email protected]>
fe8e0844 1377M: "Luis R. Rodriguez" <[email protected]>
fa1c114f
JS
1378L: [email protected]
1379L: [email protected]
72c706b7 1380W: http://wireless.kernel.org/en/users/Drivers/ath5k
fa1c114f 1381S: Maintained
fa451753 1382F: drivers/net/wireless/ath/ath5k/
fa1c114f 1383
12e62d6f
KV
1384ATHEROS ATH6KL WIRELESS DRIVER
1385M: Kalle Valo <[email protected]>
1386L: [email protected]
1387W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1388T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1389S: Supported
1390F: drivers/net/wireless/ath/ath6kl/
1391
f078f209 1392ATHEROS ATH9K WIRELESS DRIVER
fe8e0844
LR
1393M: "Luis R. Rodriguez" <[email protected]>
1394M: Jouni Malinen <[email protected]>
1395M: Vasanthakumar Thiagarajan <[email protected]>
1396M: Senthil Balasubramanian <[email protected]>
f078f209
LR
1397L: [email protected]
1398L: [email protected]
72c706b7 1399W: http://wireless.kernel.org/en/users/Drivers/ath9k
f078f209 1400S: Supported
fa451753 1401F: drivers/net/wireless/ath/ath9k/
f078f209 1402
2be7d22f
VK
1403WILOCITY WIL6210 WIRELESS DRIVER
1404M: Vladimir Kondratiev <[email protected]>
1405L: [email protected]
1406L: [email protected]
1407S: Supported
1408W: http://wireless.kernel.org/en/users/Drivers/wil6210
1409F: drivers/net/wireless/ath/wil6210/
1410
1d7e1e6b
CL
1411CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1412M: Christian Lamparter <[email protected]>
1413L: [email protected]
1414W: http://wireless.kernel.org/en/users/Drivers/carl9170
1415S: Maintained
1416F: drivers/net/wireless/ath/carl9170/
1417
2c2a6172
LT
1418ATK0110 HWMON DRIVER
1419M: Luca Tettamanti <[email protected]>
1420L: [email protected]
1421S: Maintained
1422F: drivers/hwmon/asus_atk0110.c
1423
6f69a6d7 1424ATI_REMOTE2 DRIVER
8b58be88 1425M: Ville Syrjala <[email protected]>
6f69a6d7 1426S: Maintained
679655da 1427F: drivers/input/misc/ati_remote2.c
6f69a6d7 1428
7ae115b4 1429ATLX ETHERNET DRIVERS
8b58be88 1430M: Jay Cliburn <[email protected]>
cb2f33e9 1431M: Chris Snook <[email protected]>
e443e383 1432L: [email protected]
8d5ca6ec
JC
1433W: http://sourceforge.net/projects/atl1
1434W: http://atl1.sourceforge.net
1435S: Maintained
2b133ad6 1436F: drivers/net/ethernet/atheros/
8d5ca6ec 1437
1da177e4 1438ATM
8b58be88 1439M: Chas Williams <[email protected]>
476604de 1440L: [email protected] (moderated for non-subscribers)
44ae98b5 1441L: [email protected]
1da177e4
LT
1442W: http://linux-atm.sourceforge.net
1443S: Maintained
679655da
JP
1444F: drivers/atm/
1445F: include/linux/atm*
c117ab84 1446F: include/uapi/linux/atm*
1da177e4 1447
04ac2f46 1448ATMEL AT91 / AT32 MCI DRIVER
24e1511f 1449M: Ludovic Desroches <[email protected]>
04ac2f46
NF
1450S: Maintained
1451F: drivers/mmc/host/atmel-mci.c
1452F: drivers/mmc/host/atmel-mci-regs.h
1453
a1cfac48 1454ATMEL AT91 / AT32 SERIAL DRIVER
a02875a6 1455M: Nicolas Ferre <[email protected]>
a1cfac48 1456S: Supported
df621252 1457F: drivers/tty/serial/atmel_serial.c
a1cfac48 1458
b414dc16
NF
1459ATMEL DMA DRIVER
1460M: Nicolas Ferre <[email protected]>
1461L: [email protected] (moderated for non-subscribers)
1462S: Supported
1463F: drivers/dma/at_hdmac.c
1464F: drivers/dma/at_hdmac_regs.h
6f0d65af 1465F: include/linux/platform_data/dma-atmel.h
b414dc16 1466
888f2804
LD
1467ATMEL I2C DRIVER
1468M: Ludovic Desroches <[email protected]>
1469L: [email protected]
1470S: Supported
1471F: drivers/i2c/busses/i2c-at91.c
1472
15515545
JW
1473ATMEL ISI DRIVER
1474M: Josh Wu <[email protected]>
1475L: [email protected]
1476S: Supported
f2294c2d 1477F: drivers/media/platform/soc_camera/atmel-isi.c
15515545
JW
1478F: include/media/atmel-isi.h
1479
8f4c79ce 1480ATMEL LCDFB DRIVER
8b58be88 1481M: Nicolas Ferre <[email protected]>
c69f677c 1482L: [email protected]
8f4c79ce 1483S: Maintained
679655da
JP
1484F: drivers/video/atmel_lcdfb.c
1485F: include/video/atmel_lcdc.h
8f4c79ce 1486
89e5785f 1487ATMEL MACB ETHERNET DRIVER
a02875a6 1488M: Nicolas Ferre <[email protected]>
89e5785f 1489S: Supported
9f2f381f 1490F: drivers/net/ethernet/cadence/
89e5785f 1491
754ce4f2 1492ATMEL SPI DRIVER
a02875a6 1493M: Nicolas Ferre <[email protected]>
754ce4f2 1494S: Supported
9df92e6c 1495F: drivers/spi/spi-atmel.*
754ce4f2 1496
e9cb1c5a
NF
1497ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1498M: Nicolas Ferre <[email protected]>
1499L: [email protected] (moderated for non-subscribers)
1500S: Supported
1501F: drivers/misc/atmel_tclib.c
1502F: drivers/clocksource/tcb_clksrc.c
1503
ff2675d6
JW
1504ATMEL TSADCC DRIVER
1505M: Josh Wu <[email protected]>
1506L: [email protected]
1507S: Supported
1508F: drivers/input/touchscreen/atmel_tsadcc.c
1509
914a3f3b 1510ATMEL USBA UDC DRIVER
a02875a6
NF
1511M: Nicolas Ferre <[email protected]>
1512L: [email protected] (moderated for non-subscribers)
914a3f3b 1513S: Supported
679655da 1514F: drivers/usb/gadget/atmel_usba_udc.*
914a3f3b 1515
1da177e4 1516ATMEL WIRELESS DRIVER
8b58be88 1517M: Simon Kelley <[email protected]>
724c6b35 1518L: [email protected]
1da177e4
LT
1519W: http://www.thekelleys.org.uk/atmel
1520W: http://atmelwlandriver.sourceforge.net/
1521S: Maintained
679655da 1522F: drivers/net/wireless/atmel*
1da177e4 1523
a92b7b80 1524AUDIT SUBSYSTEM
8b58be88
JP
1525M: Al Viro <[email protected]>
1526M: Eric Paris <[email protected]>
b9a06207 1527L: [email protected] (subscribers-only)
ad3f9a22 1528W: http://people.redhat.com/sgrubb/audit/
54e5881d 1529T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80 1530S: Maintained
679655da 1531F: include/linux/audit.h
c117ab84 1532F: include/uapi/linux/audit.h
679655da 1533F: kernel/audit*
a92b7b80 1534
70e84049 1535AUXILIARY DISPLAY DRIVERS
8b58be88 1536M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1537W: http://miguelojeda.es/auxdisplay.htm
1538W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1539S: Maintained
679655da
JP
1540F: drivers/auxdisplay/
1541F: include/linux/cfag12864b.h
70e84049 1542
5f97f7f9 1543AVR32 ARCHITECTURE
e336f61f
HCE
1544M: Haavard Skinnemoen <[email protected]>
1545M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9 1546W: http://www.atmel.com/products/AVR32/
249d9d9d 1547W: http://mirror.egtvedt.no/avr32linux.org/
5f97f7f9 1548W: http://avrfreaks.net/
e336f61f 1549S: Maintained
679655da 1550F: arch/avr32/
5f97f7f9
HS
1551
1552AVR32/AT32AP MACHINE SUPPORT
e336f61f
HCE
1553M: Haavard Skinnemoen <[email protected]>
1554M: Hans-Christian Egtvedt <[email protected]>
1555S: Maintained
679655da 1556F: arch/avr32/mach-at32ap/
5f97f7f9 1557
1da177e4 1558AX.25 NETWORK LAYER
8b58be88 1559M: Ralf Baechle <[email protected]>
1da177e4 1560L: [email protected]
d34cb28a 1561W: http://www.linux-ax25.org/
1da177e4 1562S: Maintained
c117ab84 1563F: include/uapi/linux/ax25.h
679655da
JP
1564F: include/net/ax25.h
1565F: net/ax25/
1da177e4 1566
d5269395
MCC
1567AZ6007 DVB DRIVER
1568M: Mauro Carvalho Chehab <[email protected]>
1569L: [email protected]
1570W: http://linuxtv.org
1571T: git git://linuxtv.org/media_tree.git
1572S: Maintained
1573F: drivers/media/usb/dvb-usb-v2/az6007.c
1574
6777376e
HV
1575AZTECH FM RADIO RECEIVER DRIVER
1576M: Hans Verkuil <[email protected]>
1577L: [email protected]
1578T: git git://linuxtv.org/media_tree.git
1579W: http://linuxtv.org
1580S: Maintained
1581F: drivers/media/radio/radio-aztech*
1582
e2d1d6c0 1583B43 WIRELESS DRIVER
8b58be88 1584M: Stefano Brivio <[email protected]>
e2d1d6c0 1585L: [email protected]
ed072f9e 1586L: [email protected]
491b26b4 1587W: http://wireless.kernel.org/en/users/Drivers/b43
e2d1d6c0 1588S: Maintained
679655da 1589F: drivers/net/wireless/b43/
e2d1d6c0
RD
1590
1591B43LEGACY WIRELESS DRIVER
8b58be88
JP
1592M: Larry Finger <[email protected]>
1593M: Stefano Brivio <[email protected]>
e2d1d6c0 1594L: [email protected]
ed072f9e 1595L: [email protected]
491b26b4 1596W: http://wireless.kernel.org/en/users/Drivers/b43
e2d1d6c0 1597S: Maintained
679655da 1598F: drivers/net/wireless/b43legacy/
e2d1d6c0 1599
300abeb5 1600BACKLIGHT CLASS/SUBSYSTEM
8b58be88 1601M: Richard Purdie <[email protected]>
300abeb5 1602S: Maintained
679655da
JP
1603F: drivers/video/backlight/
1604F: include/linux/backlight.h
300abeb5 1605
c6c8fea2
SE
1606BATMAN ADVANCED
1607M: Marek Lindner <[email protected]>
1608M: Simon Wunderlich <[email protected]>
cf9ab887 1609M: Antonio Quartulli <[email protected]>
c6c8fea2
SE
1610L: [email protected]
1611W: http://www.open-mesh.org/
1612S: Maintained
1613F: net/batman-adv/
1614
e2d1d6c0 1615BAYCOM/HDLCDRV DRIVERS FOR AX.25
8b58be88 1616M: Thomas Sailer <[email protected]>
e2d1d6c0
RD
1617L: [email protected]
1618W: http://www.baycom.org/~tom/ham/ham.html
1619S: Maintained
679655da 1620F: drivers/net/hamradio/baycom*
e2d1d6c0
RD
1621
1622BEFS FILE SYSTEM
55817d3d 1623S: Orphan
679655da
JP
1624F: Documentation/filesystems/befs.txt
1625F: fs/befs/
e2d1d6c0
RD
1626
1627BFS FILE SYSTEM
8b58be88 1628M: "Tigran A. Aivazian" <[email protected]>
e2d1d6c0 1629S: Maintained
679655da
JP
1630F: Documentation/filesystems/bfs.txt
1631F: fs/bfs/
c117ab84 1632F: include/uapi/linux/bfs_fs.h
e2d1d6c0 1633
1394f032 1634BLACKFIN ARCHITECTURE
8b58be88 1635M: Mike Frysinger <[email protected]>
5b93e13f 1636L: [email protected]
e3b2d3f3
BW
1637W: http://blackfin.uclinux.org
1638S: Supported
679655da 1639F: arch/blackfin/
566da5b2 1640
e190d6b1 1641BLACKFIN EMAC DRIVER
49afa609 1642L: [email protected]
e190d6b1
BW
1643W: http://blackfin.uclinux.org
1644S: Supported
7b35f033 1645F: drivers/net/ethernet/adi/
e190d6b1 1646
566da5b2 1647BLACKFIN RTC DRIVER
8b58be88 1648M: Mike Frysinger <[email protected]>
49afa609 1649L: [email protected]
566da5b2
MF
1650W: http://blackfin.uclinux.org
1651S: Supported
679655da 1652F: drivers/rtc/rtc-bfin.c
1394f032 1653
936ed49a 1654BLACKFIN SDH DRIVER
109ec8c3 1655M: Sonic Zhang <[email protected]>
936ed49a
MF
1656L: [email protected]
1657W: http://blackfin.uclinux.org
1658S: Supported
1659F: drivers/mmc/host/bfin_sdh.c
1660
1394f032 1661BLACKFIN SERIAL DRIVER
8b58be88 1662M: Sonic Zhang <[email protected]>
49afa609 1663L: [email protected]
e3b2d3f3
BW
1664W: http://blackfin.uclinux.org
1665S: Supported
8460241e 1666F: drivers/tty/serial/bfin_uart.c
1394f032 1667
1e6d320f 1668BLACKFIN WATCHDOG DRIVER
8b58be88 1669M: Mike Frysinger <[email protected]>
49afa609 1670L: [email protected]
1e6d320f
BW
1671W: http://blackfin.uclinux.org
1672S: Supported
679655da 1673F: drivers/watchdog/bfin_wdt.c
1e6d320f 1674
d24ecfcc 1675BLACKFIN I2C TWI DRIVER
8b58be88 1676M: Sonic Zhang <[email protected]>
49afa609 1677L: [email protected]
d24ecfcc
BW
1678W: http://blackfin.uclinux.org/
1679S: Supported
679655da 1680F: drivers/i2c/busses/i2c-bfin-twi.c
d24ecfcc 1681
1e204377
SJ
1682BLACKFIN MEDIA DRIVER
1683M: Scott Jiang <[email protected]>
1684L: [email protected]
1685W: http://blackfin.uclinux.org/
1686S: Supported
1687F: drivers/media/platform/blackfin/
1688F: drivers/media/i2c/adv7183*
1689F: drivers/media/i2c/vs6624*
1690
b54cf35a
JSM
1691BLINKM RGB LED DRIVER
1692M: Jan-Simon Moeller <[email protected]>
1693S: Maintained
1694F: drivers/leds/leds-blinkm.c
1695
1da177e4 1696BLOCK LAYER
8b58be88 1697M: Jens Axboe <[email protected]>
08deed1e 1698T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1da177e4 1699S: Maintained
679655da 1700F: block/
1da177e4 1701
2b54aaef 1702BLOCK2MTD DRIVER
8b58be88 1703M: Joern Engel <[email protected]>
2b54aaef
JE
1704L: [email protected]
1705S: Maintained
679655da 1706F: drivers/mtd/devices/block2mtd.c
2b54aaef 1707
63fbd24e 1708BLUETOOTH DRIVERS
8b58be88 1709M: Marcel Holtmann <[email protected]>
960d4d1b 1710M: Gustavo Padovan <[email protected]>
eb491eca 1711M: Johan Hedberg <[email protected]>
781c2844 1712L: [email protected]
63fbd24e 1713W: http://www.bluez.org/
22e7a424
MH
1714T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1715T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1da177e4 1716S: Maintained
679655da 1717F: drivers/bluetooth/
1da177e4 1718
63fbd24e 1719BLUETOOTH SUBSYSTEM
8b58be88 1720M: Marcel Holtmann <[email protected]>
960d4d1b 1721M: Gustavo Padovan <[email protected]>
eb491eca 1722M: Johan Hedberg <[email protected]>
63fbd24e
MH
1723L: [email protected]
1724W: http://www.bluez.org/
22e7a424
MH
1725T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1726T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1da177e4 1727S: Maintained
679655da
JP
1728F: net/bluetooth/
1729F: include/net/bluetooth/
1da177e4
LT
1730
1731BONDING DRIVER
8b58be88 1732M: Jay Vosburgh <[email protected]>
4cd72c6e 1733M: Andy Gospodarek <[email protected]>
a6c36ee6 1734L: [email protected]
ce00f85c
JC
1735W: http://sourceforge.net/projects/bonding/
1736S: Supported
679655da 1737F: drivers/net/bonding/
c117ab84 1738F: include/uapi/linux/if_bonding.h
1da177e4 1739
39105890 1740BROADCOM B44 10/100 ETHERNET DRIVER
8b58be88 1741M: Gary Zambrano <[email protected]>
39105890
GZ
1742L: [email protected]
1743S: Supported
adfc5217 1744F: drivers/net/ethernet/broadcom/b44.*
39105890 1745
948c51e6 1746BROADCOM BNX2 GIGABIT ETHERNET DRIVER
8b58be88 1747M: Michael Chan <[email protected]>
948c51e6
MC
1748L: [email protected]
1749S: Supported
adfc5217
JK
1750F: drivers/net/ethernet/broadcom/bnx2.*
1751F: drivers/net/ethernet/broadcom/bnx2_*
948c51e6 1752
4d9d2cb0 1753BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
8b58be88 1754M: Eilon Greenstein <[email protected]>
4d9d2cb0
ET
1755L: [email protected]
1756S: Supported
adfc5217 1757F: drivers/net/ethernet/broadcom/bnx2x/
4d9d2cb0 1758
f680f25c
SW
1759BROADCOM BCM2835 ARM ARCHICTURE
1760M: Stephen Warren <[email protected]>
1761L: [email protected] (moderated for non-subscribers)
1762T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1763S: Maintained
1764F: arch/arm/mach-bcm2835/
1765F: arch/arm/boot/dts/bcm2835*
1766F: arch/arm/configs/bcm2835_defconfig
1767F: drivers/*/*bcm2835*
1768
948c51e6 1769BROADCOM TG3 GIGABIT ETHERNET DRIVER
99bbd929 1770M: Nithin Nayak Sujir <[email protected]>
8b58be88 1771M: Michael Chan <[email protected]>
948c51e6
MC
1772L: [email protected]
1773S: Supported
adfc5217 1774F: drivers/net/ethernet/broadcom/tg3.*
948c51e6 1775
a9533e7e
HP
1776BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1777M: Brett Rudley <[email protected]>
818c07b8 1778M: Arend van Spriel <[email protected]>
85d63686 1779M: Franky (Zhenhui) Lin <[email protected]>
006a8f14 1780M: Hante Meuleman <[email protected]>
a9533e7e 1781L: [email protected]
5615171c 1782L: [email protected]
a9533e7e 1783S: Supported
f62ebdd5 1784F: drivers/net/wireless/brcm80211/
a9533e7e 1785
9958d6f9
BPG
1786BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1787M: Bhanu Prakash Gollapudi <[email protected]>
1788L: [email protected]
1789S: Supported
1790F: drivers/scsi/bnx2fc/
1791
c9678d86
RM
1792BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1793M: RafaÅ‚ MiÅ‚ecki <[email protected]>
1794L: [email protected]
1795S: Maintained
1796F: drivers/bcma/
1797F: include/linux/bcma/
1798
7725ccfd 1799BROCADE BFA FC SCSI DRIVER
37d80839
VMG
1800M: Anil Gurumurthy <[email protected]>
1801M: Vijaya Mohan Guvva <[email protected]>
455518e7
JP
1802L: [email protected]
1803S: Supported
1804F: drivers/scsi/bfa/
7725ccfd 1805
8b230ed8
RM
1806BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1807M: Rasesh Mody <[email protected]>
8b230ed8
RM
1808L: [email protected]
1809S: Supported
f844a0ea 1810F: drivers/net/ethernet/brocade/bna/
8b230ed8 1811
5cdf7f76 1812BSG (block layer generic sg v4 driver)
8b58be88 1813M: FUJITA Tomonori <[email protected]>
5cdf7f76
JA
1814L: [email protected]
1815S: Supported
679655da
JP
1816F: block/bsg.c
1817F: include/linux/bsg.h
c117ab84 1818F: include/uapi/linux/bsg.h
5cdf7f76 1819
af39917d
CL
1820BT87X AUDIO DRIVER
1821M: Clemens Ladisch <[email protected]>
1822L: [email protected] (moderated for non-subscribers)
1823T: git git://git.alsa-project.org/alsa-kernel.git
1824S: Maintained
1825F: Documentation/sound/alsa/Bt87x.txt
1826F: sound/pci/bt87x.c
1827
ff1d5c2f 1828BT8XXGPIO DRIVER
eb032b98 1829M: Michael Buesch <[email protected]>
ff1d5c2f
MB
1830W: http://bu3sch.de/btgpio.php
1831S: Maintained
72dbb705 1832F: drivers/gpio/gpio-bt8xx.c
ff1d5c2f 1833
eb1eb04f 1834BTRFS FILE SYSTEM
9c106405 1835M: Chris Mason <[email protected]>
eb1eb04f
JP
1836L: [email protected]
1837W: http://btrfs.wiki.kernel.org/
8a6e2535 1838Q: http://patchwork.kernel.org/project/linux-btrfs/list/
9c106405 1839T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
eb1eb04f 1840S: Maintained
679655da
JP
1841F: Documentation/filesystems/btrfs.txt
1842F: fs/btrfs/
eb1eb04f 1843
1da177e4 1844BTTV VIDEO4LINUX DRIVER
275ffde4 1845M: Mauro Carvalho Chehab <[email protected]>
661263b5 1846L: [email protected]
96b6aba0 1847W: http://linuxtv.org
275ffde4 1848T: git git://linuxtv.org/media_tree.git
f96236e5 1849S: Odd fixes
679655da 1850F: Documentation/video4linux/bttv/
90d72ac6 1851F: drivers/media/pci/bt8xx/bttv*
1da177e4 1852
af39917d
CL
1853C-MEDIA CMI8788 DRIVER
1854M: Clemens Ladisch <[email protected]>
1855L: [email protected] (moderated for non-subscribers)
1856T: git git://git.alsa-project.org/alsa-kernel.git
1857S: Maintained
1858F: sound/pci/oxygen/
1859
2141355f
MS
1860C6X ARCHITECTURE
1861M: Mark Salter <[email protected]>
1862M: Aurelien Jacquiot <[email protected]>
1863L: [email protected]
1864W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1865S: Maintained
1866F: arch/c6x/
1867
a5432f5a 1868CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
8b58be88 1869M: David Howells <[email protected]>
a5432f5a
DH
1870L: [email protected]
1871S: Supported
1872F: Documentation/filesystems/caching/cachefiles.txt
1873F: fs/cachefiles/
1874
c815ca39
HV
1875CADET FM/AM RADIO RECEIVER DRIVER
1876M: Hans Verkuil <[email protected]>
1877L: [email protected]
1878T: git git://linuxtv.org/media_tree.git
1879W: http://linuxtv.org
1880S: Maintained
1881F: drivers/media/radio/radio-cadet*
1882
77d5140f 1883CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
8b58be88 1884M: Jonathan Corbet <[email protected]>
661263b5 1885L: [email protected]
275ffde4 1886T: git git://linuxtv.org/media_tree.git
77d5140f 1887S: Maintained
679655da 1888F: Documentation/video4linux/cafe_ccic
90d72ac6 1889F: drivers/media/platform/marvell-ccic/
77d5140f 1890
201b6bab 1891CAIF NETWORK LAYER
5c574f50 1892M: Dmitry Tarnyagin <[email protected]>
201b6bab
JP
1893L: [email protected]
1894S: Supported
1895F: Documentation/networking/caif/
1896F: drivers/net/caif/
c117ab84 1897F: include/uapi/linux/caif/
201b6bab
JP
1898F: include/net/caif/
1899F: net/caif/
1900
77dac90f 1901CALGARY x86-64 IOMMU
8b58be88
JP
1902M: Muli Ben-Yehuda <[email protected]>
1903M: "Jon D. Mason" <[email protected]>
77dac90f
MBY
1904L: [email protected]
1905S: Maintained
679655da
JP
1906F: arch/x86/kernel/pci-calgary_64.c
1907F: arch/x86/kernel/tce_64.c
1908F: arch/x86/include/asm/calgary.h
1909F: arch/x86/include/asm/tce.h
77dac90f 1910
e2d1d6c0 1911CAN NETWORK LAYER
8d15d386 1912M: Oliver Hartkopp <[email protected]>
1caa60b6 1913L: [email protected]
ec78213a 1914W: http://gitorious.org/linux-can
405cc273 1915T: git git://gitorious.org/linux-can/linux-can-next.git
e2d1d6c0 1916S: Maintained
8d15d386 1917F: net/can/
8d15d386 1918F: include/linux/can/core.h
c117ab84
CEB
1919F: include/uapi/linux/can.h
1920F: include/uapi/linux/can/bcm.h
1921F: include/uapi/linux/can/raw.h
1922F: include/uapi/linux/can/gw.h
e2d1d6c0 1923
4261a204 1924CAN NETWORK DRIVERS
8b58be88 1925M: Wolfgang Grandegger <[email protected]>
ec78213a 1926M: Marc Kleine-Budde <[email protected]>
1caa60b6 1927L: [email protected]
ec78213a 1928W: http://gitorious.org/linux-can
405cc273 1929T: git git://gitorious.org/linux-can/linux-can-next.git
4261a204 1930S: Maintained
8d15d386
OH
1931F: drivers/net/can/
1932F: include/linux/can/dev.h
8d15d386 1933F: include/linux/can/platform/
c117ab84
CEB
1934F: include/uapi/linux/can/error.h
1935F: include/uapi/linux/can/netlink.h
4261a204 1936
95d16c72
JM
1937CAPABILITIES
1938M: Serge Hallyn <[email protected]>
1939L: [email protected]
6305902c 1940S: Supported
95d16c72 1941F: include/linux/capability.h
c117ab84 1942F: include/uapi/linux/capability.h
95d16c72 1943F: security/capability.c
6305902c 1944F: security/commoncap.c
38a94118 1945F: kernel/capability.c
95d16c72 1946
b8154542 1947CELL BROADBAND ENGINE ARCHITECTURE
8b58be88 1948M: Arnd Bergmann <[email protected]>
a4724ed6
SR
1949L: [email protected]
1950L: [email protected]
b8154542
AB
1951W: http://www.ibm.com/developerworks/power/cell/
1952S: Supported
679655da 1953F: arch/powerpc/include/asm/cell*.h
679655da 1954F: arch/powerpc/include/asm/spu*.h
c117ab84 1955F: arch/powerpc/include/uapi/asm/spu*.h
679655da
JP
1956F: arch/powerpc/oprofile/*cell*
1957F: arch/powerpc/platforms/cell/
b8154542 1958
9030aaf9 1959CEPH DISTRIBUTED FILE SYSTEM CLIENT
09d90327 1960M: Sage Weil <[email protected]>
82593f87 1961L: [email protected]
09d90327 1962W: http://ceph.com/
fb99f881 1963T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9030aaf9
SW
1964S: Supported
1965F: Documentation/filesystems/ceph.txt
1966F: fs/ceph
3d14c5d2
YS
1967F: net/ceph
1968F: include/linux/ceph
09d90327 1969F: include/linux/crush
9030aaf9 1970
18332a80 1971CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
18332a80 1972L: [email protected]
10c6c9c9 1973S: Orphan
679655da
JP
1974F: Documentation/usb/WUSB-Design-overview.txt
1975F: Documentation/usb/wusb-cbaf
355ffe69
DV
1976F: drivers/usb/host/hwa-hc.c
1977F: drivers/usb/host/whci/
679655da
JP
1978F: drivers/usb/wusbcore/
1979F: include/linux/usb/wusb*
18332a80 1980
70e84049 1981CFAG12864B LCD DRIVER
8b58be88 1982M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1983W: http://miguelojeda.es/auxdisplay.htm
1984W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1985S: Maintained
679655da
JP
1986F: drivers/auxdisplay/cfag12864b.c
1987F: include/linux/cfag12864b.h
70e84049
MOS
1988
1989CFAG12864BFB LCD FRAMEBUFFER DRIVER
8b58be88 1990M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1991W: http://miguelojeda.es/auxdisplay.htm
1992W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1993S: Maintained
679655da
JP
1994F: drivers/auxdisplay/cfag12864bfb.c
1995F: include/linux/cfag12864b.h
70e84049 1996
704232c2 1997CFG80211 and NL80211
8b58be88 1998M: Johannes Berg <[email protected]>
704232c2 1999L: [email protected]
ce466579
JB
2000W: http://wireless.kernel.org/
2001T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2002T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
704232c2 2003S: Maintained
c117ab84 2004F: include/uapi/linux/nl80211.h
679655da
JP
2005F: include/net/cfg80211.h
2006F: net/wireless/*
2007X: net/wireless/wext*
704232c2 2008
46e64261
GKH
2009CHAR and MISC DRIVERS
2010M: Arnd Bergmann <[email protected]>
879a5a00 2011M: Greg Kroah-Hartman <[email protected]>
46e64261 2012T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
879a5a00 2013S: Supported
46e64261
GKH
2014F: drivers/char/*
2015F: drivers/misc/*
2016
0a920b5b 2017CHECKPATCH
8b58be88 2018M: Andy Whitcroft <[email protected]>
10d83f07
JP
2019M: Joe Perches <[email protected]>
2020S: Maintained
679655da 2021F: scripts/checkpatch.pl
0a920b5b 2022
f8407f26
HW
2023CHINESE DOCUMENTATION
2024M: Harry Wei <[email protected]>
9740153c 2025L: [email protected] (subscribers-only)
f8407f26
HW
2026L: [email protected] (moderated for non-subscribers)
2027S: Maintained
2028F: Documentation/zh_CN/
2029
2721ea2c
AS
2030CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2031M: Alexander Shishkin <[email protected]>
2032L: [email protected]
2033S: Maintained
2034F: drivers/usb/chipidea/
2035
641cb85e 2036CISCO VIC ETHERNET NIC DRIVER
2360d2e8 2037M: Christian Benvenuti <[email protected]>
641cb85e 2038M: Roopa Prabhu <[email protected]>
5c6652f5
NP
2039M: Neel Patel <[email protected]>
2040M: Nishank Trivedi <[email protected]>
7063fbf2 2041S: Supported
a6a5580c 2042F: drivers/net/ethernet/cisco/enic/
7063fbf2 2043
2b7a52a4 2044CIRRUS LOGIC EP93XX ETHERNET DRIVER
5587912f 2045M: Hartley Sweeten <[email protected]>
2b7a52a4
LB
2046L: [email protected]
2047S: Maintained
57d0b7a0 2048F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2b7a52a4 2049
2b7a52a4 2050CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
8b58be88 2051M: Lennert Buytenhek <[email protected]>
6372594a 2052L: [email protected]
2b7a52a4 2053S: Maintained
679655da 2054F: drivers/usb/host/ohci-ep93xx.c
2b7a52a4 2055
d9e9d82c 2056CIRRUS LOGIC CS4270 SOUND DRIVER
c4ef9bc4 2057M: Timur Tabi <[email protected]>
93711660 2058L: [email protected] (moderated for non-subscribers)
c4ef9bc4 2059S: Odd Fixes
679655da 2060F: sound/soc/codecs/cs4270*
d9e9d82c 2061
94574d9a
KRW
2062CLEANCACHE API
2063M: Konrad Rzeszutek Wilk <[email protected]>
2064L: [email protected]
2065S: Maintained
2066F: mm/cleancache.c
2067F: include/linux/cleancache.h
2068
d4275354 2069CLK API
8b58be88 2070M: Russell King <[email protected]>
37417046 2071S: Maintained
d4275354
RK
2072F: include/linux/clk.h
2073
5df6d737 2074CISCO FCOE HBA DRIVER
8fc89a79
HP
2075M: Hiral Patel <[email protected]>
2076M: Suma Ramars <[email protected]>
d7e01dc6 2077M: Brian Uchino <[email protected]>
5df6d737
AJ
2078L: [email protected]
2079S: Supported
2a99921a 2080F: drivers/scsi/fnic/
5df6d737 2081
529aa8cb
TLSC
2082CMPC ACPI DRIVER
2083M: Thadeu Lima de Souza Cascardo <[email protected]>
2084M: Daniel Oliveira Nascimento <[email protected]>
d0944853 2085L: [email protected]
529aa8cb
TLSC
2086S: Supported
2087F: drivers/platform/x86/classmate-laptop.c
2088
74425eee 2089COCCINELLE/Semantic Patches (SmPL)
26de9c26 2090M: Julia Lawall <[email protected]>
74425eee 2091M: Gilles Muller <[email protected]>
26de9c26
NP
2092M: Nicolas Palix <[email protected]>
2093L: [email protected] (moderated for non-subscribers)
74425eee
NP
2094W: http://coccinelle.lip6.fr/
2095S: Supported
2096F: scripts/coccinelle/
2097F: scripts/coccicheck
2098
1da177e4 2099CODA FILE SYSTEM
8b58be88 2100M: Jan Harkes <[email protected]>
1da177e4
LT
2101M: [email protected]
2102L: [email protected]
2103W: http://www.coda.cs.cmu.edu/
2104S: Maintained
679655da
JP
2105F: Documentation/filesystems/coda.txt
2106F: fs/coda/
2107F: include/linux/coda*.h
c117ab84 2108F: include/uapi/linux/coda*.h
1da177e4 2109
7704addb 2110COMMON CLK FRAMEWORK
7704addb
MT
2111M: Mike Turquette <[email protected]>
2112L: [email protected] (same as CLK API & CLKDEV)
2113T: git git://git.linaro.org/people/mturquette/linux.git
2114S: Maintained
2115F: drivers/clk/clk.c
2116F: drivers/clk/clk-*
2117F: include/linux/clk-pr*
2118
e2d1d6c0 2119COMMON INTERNET FILE SYSTEM (CIFS)
8b58be88 2120M: Steve French <[email protected]>
51223df6 2121L: [email protected]
d1f28953 2122L: [email protected] (moderated for non-subscribers)
e2d1d6c0 2123W: http://linux-cifs.samba.org/
8a6e2535 2124Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
54e5881d 2125T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
e2d1d6c0 2126S: Supported
679655da
JP
2127F: Documentation/filesystems/cifs.txt
2128F: fs/cifs/
e2d1d6c0 2129
1da177e4 2130COMPACTPCI HOTPLUG CORE
8b58be88 2131M: Scott Murray <[email protected]>
64dab204 2132L: [email protected]
82c4dfc7 2133S: Maintained
679655da 2134F: drivers/pci/hotplug/cpci_hotplug*
1da177e4
LT
2135
2136COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
8b58be88 2137M: Scott Murray <[email protected]>
64dab204 2138L: [email protected]
82c4dfc7 2139S: Maintained
679655da 2140F: drivers/pci/hotplug/cpcihp_zt5550.*
1da177e4
LT
2141
2142COMPACTPCI HOTPLUG GENERIC DRIVER
8b58be88 2143M: Scott Murray <[email protected]>
64dab204 2144L: [email protected]
82c4dfc7 2145S: Maintained
679655da 2146F: drivers/pci/hotplug/cpcihp_generic.c
1da177e4 2147
5411552c 2148COMPAL LAPTOP SUPPORT
8b58be88 2149M: Cezary Jackiewicz <[email protected]>
d0944853 2150L: [email protected]
5411552c 2151S: Maintained
679655da 2152F: drivers/platform/x86/compal-laptop.c
5411552c 2153
949be0f7 2154CONEXANT ACCESSRUNNER USB DRIVER
8b58be88 2155M: Simon Arlott <[email protected]>
9ae5e3bc
SA
2156L: [email protected]
2157W: http://accessrunner.sourceforge.net/
949be0f7 2158S: Maintained
679655da 2159F: drivers/usb/atm/cxacru.c
949be0f7 2160
e2d1d6c0 2161CONFIGFS
d6351db2
JB
2162M: Joel Becker <[email protected]>
2163T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
e2d1d6c0 2164S: Supported
679655da
JP
2165F: fs/configfs/
2166F: include/linux/configfs.h
e2d1d6c0 2167
acb9c1b2 2168CONNECTOR
8b58be88 2169M: Evgeniy Polyakov <[email protected]>
acb9c1b2
EP
2170L: [email protected]
2171S: Maintained
2172F: drivers/connector/
2173
fb3a0fb6 2174CONTROL GROUPS (CGROUPS)
860ca0e6 2175M: Tejun Heo <[email protected]>
ad50c159 2176M: Li Zefan <[email protected]>
fb3a0fb6 2177L: [email protected]
12340313 2178L: [email protected]
860ca0e6 2179T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
fb3a0fb6 2180S: Maintained
679655da
JP
2181F: include/linux/cgroup*
2182F: kernel/cgroup*
8ca739e3 2183F: mm/*cgroup*
fb3a0fb6 2184
bebe4678 2185CORETEMP HARDWARE MONITORING DRIVER
96859129 2186M: Fenghua Yu <[email protected]>
bebe4678
RM
2187L: [email protected]
2188S: Maintained
679655da
JP
2189F: Documentation/hwmon/coretemp
2190F: drivers/hwmon/coretemp.c
bebe4678 2191
1da177e4 2192COSA/SRP SYNC SERIAL DRIVER
8b58be88 2193M: Jan "Yenya" Kasprzak <[email protected]>
1da177e4
LT
2194W: http://www.fi.muni.cz/~kas/cosa/
2195S: Maintained
679655da 2196F: drivers/net/wan/cosa*
1da177e4 2197
4371ee35 2198CPMAC ETHERNET DRIVER
8b58be88 2199M: Florian Fainelli <[email protected]>
4371ee35
FF
2200L: [email protected]
2201S: Maintained
b544dbac 2202F: drivers/net/ethernet/ti/cpmac.c
4371ee35 2203
1da177e4 2204CPU FREQUENCY DRIVERS
a6c072c7 2205M: Rafael J. Wysocki <[email protected]>
45c009a9 2206M: Viresh Kumar <[email protected]>
bc5f65d4 2207L: [email protected]
a6c072c7 2208L: [email protected]
1da177e4 2209S: Maintained
45c009a9 2210T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
679655da
JP
2211F: drivers/cpufreq/
2212F: include/linux/cpufreq.h
1da177e4 2213
8a67f0ef
VK
2214CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2215M: Viresh Kumar <[email protected]>
2216M: Sudeep KarkadaNagesha <[email protected]>
2217L: [email protected]
2218L: [email protected]
2219W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2220S: Maintained
2221F: drivers/cpufreq/arm_big_little.h
2222F: drivers/cpufreq/arm_big_little.c
2223F: drivers/cpufreq/arm_big_little_dt.c
2224
a8e39c35
DL
2225CPUIDLE DRIVERS
2226M: Rafael J. Wysocki <[email protected]>
2227M: Daniel Lezcano <[email protected]>
2228L: [email protected]
2229S: Maintained
2230T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2231F: drivers/cpuidle/*
2232F: include/linux/cpuidle.h
2233
1da177e4 2234CPUID/MSR DRIVER
8b58be88 2235M: "H. Peter Anvin" <[email protected]>
1da177e4 2236S: Maintained
679655da
JP
2237F: arch/x86/kernel/cpuid.c
2238F: arch/x86/kernel/msr.c
1da177e4 2239
7fe2f639
DB
2240CPU POWER MONITORING SUBSYSTEM
2241M: Dominik Brodowski <[email protected]>
2242M: Thomas Renninger <[email protected]>
2243S: Maintained
2244F: tools/power/cpupower
2245
ed90fb4a 2246CPUSETS
f47b89c7 2247M: Li Zefan <[email protected]>
ed90fb4a 2248W: http://www.bullopensource.org/cpuset/
551e172a 2249W: http://oss.sgi.com/projects/cpusets/
f47b89c7 2250S: Maintained
679655da
JP
2251F: Documentation/cgroups/cpusets.txt
2252F: include/linux/cpuset.h
2253F: kernel/cpuset.c
ed90fb4a 2254
1da177e4 2255CRAMFS FILESYSTEM
ce00f85c
JC
2256W: http://sourceforge.net/projects/cramfs/
2257S: Orphan
679655da
JP
2258F: Documentation/filesystems/cramfs.txt
2259F: fs/cramfs/
1da177e4
LT
2260
2261CRIS PORT
8b58be88
JP
2262M: Mikael Starvik <[email protected]>
2263M: Jesper Nilsson <[email protected]>
9937ac0c 2264L: [email protected]
1da177e4
LT
2265W: http://developer.axis.com
2266S: Maintained
679655da 2267F: arch/cris/
df621252 2268F: drivers/tty/serial/crisv10.*
1da177e4
LT
2269
2270CRYPTO API
8b58be88
JP
2271M: Herbert Xu <[email protected]>
2272M: "David S. Miller" <[email protected]>
1da177e4 2273L: [email protected]
54e5881d 2274T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4 2275S: Maintained
679655da
JP
2276F: Documentation/crypto/
2277F: arch/*/crypto/
2278F: crypto/
2279F: drivers/crypto/
2280F: include/crypto/
1da177e4 2281
5b07bd57 2282CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
8b58be88 2283M: Neil Horman <[email protected]>
5b07bd57
NH
2284L: [email protected]
2285S: Maintained
51a2228a
JP
2286F: crypto/ansi_cprng.c
2287F: crypto/rng.c
5b07bd57 2288
9b4ffa48 2289CS5535 Audio ALSA driver
8b58be88 2290M: Jaya Kumar <[email protected]>
9b4ffa48 2291S: Maintained
679655da 2292F: sound/pci/cs5535audio/
9b4ffa48 2293
6d8425b1 2294CX18 VIDEO4LINUX DRIVER
6afdeaf8 2295M: Andy Walls <[email protected]>
c4240509 2296L: [email protected] (moderated for non-subscribers)
661263b5 2297L: [email protected]
275ffde4 2298T: git git://linuxtv.org/media_tree.git
6d8425b1 2299W: http://linuxtv.org
30e10993 2300W: http://www.ivtvdriver.org/index.php/Cx18
6d8425b1 2301S: Maintained
679655da 2302F: Documentation/video4linux/cx18.txt
90d72ac6 2303F: drivers/media/pci/cx18/
6c0f0359 2304F: include/uapi/linux/ivtv*
6d8425b1 2305
3f101d91
HV
2306CX2341X MPEG ENCODER HELPER MODULE
2307M: Hans Verkuil <[email protected]>
2308L: [email protected]
2309T: git git://linuxtv.org/media_tree.git
2310W: http://linuxtv.org
2311S: Maintained
c368360b 2312F: drivers/media/common/cx2341x*
3f101d91
HV
2313F: include/media/cx2341x*
2314
20357578
MCC
2315CX88 VIDEO4LINUX DRIVER
2316M: Mauro Carvalho Chehab <[email protected]>
2317L: [email protected]
2318W: http://linuxtv.org
2319T: git git://linuxtv.org/media_tree.git
2320S: Odd fixes
2321F: Documentation/video4linux/cx88/
2322F: drivers/media/pci/cx88/
6d8425b1 2323
91952bc0
AP
2324CXD2820R MEDIA DRIVER
2325M: Antti Palosaari <[email protected]>
2326L: [email protected]
2327W: http://linuxtv.org/
2328W: http://palosaari.fi/linux/
2329Q: http://patchwork.linuxtv.org/project/linux-media/list/
2330T: git git://linuxtv.org/anttip/media_tree.git
2331S: Maintained
2332F: drivers/media/dvb-frontends/cxd2820r*
6d8425b1 2333
e5ec3789 2334CXGB3 ETHERNET DRIVER (CXGB3)
8b58be88 2335M: Divy Le Ray <[email protected]>
e5ec3789
SW
2336L: [email protected]
2337W: http://www.chelsio.com
2338S: Supported
f7917c00 2339F: drivers/net/ethernet/chelsio/cxgb3/
e5ec3789
SW
2340
2341CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
8b58be88 2342M: Steve Wise <[email protected]>
e6cc0fd1 2343L: [email protected]
e5ec3789
SW
2344W: http://www.openfabrics.org
2345S: Supported
679655da 2346F: drivers/infiniband/hw/cxgb3/
e5ec3789 2347
be4c9bad
RD
2348CXGB4 ETHERNET DRIVER (CXGB4)
2349M: Dimitris Michailidis <[email protected]>
2350L: [email protected]
2351W: http://www.chelsio.com
2352S: Supported
f7917c00 2353F: drivers/net/ethernet/chelsio/cxgb4/
be4c9bad
RD
2354
2355CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2356M: Steve Wise <[email protected]>
2357L: [email protected]
2358W: http://www.openfabrics.org
2359S: Supported
2360F: drivers/infiniband/hw/cxgb4/
2361
5c20a5c7
CL
2362CXGB4VF ETHERNET DRIVER (CXGB4VF)
2363M: Casey Leedom <[email protected]>
2364L: [email protected]
2365W: http://www.chelsio.com
2366S: Supported
f7917c00 2367F: drivers/net/ethernet/chelsio/cxgb4vf/
5c20a5c7 2368
b52b97a3
GC
2369STMMAC ETHERNET DRIVER
2370M: Giuseppe Cavallaro <[email protected]>
2371L: [email protected]
2372W: http://www.stlinux.com
2373S: Supported
7ac6653a 2374F: drivers/net/ethernet/stmicro/stmmac/
b52b97a3 2375
1da177e4 2376CYBERPRO FB DRIVER
8b58be88 2377M: Russell King <[email protected]>
efc03ecb 2378L: [email protected] (moderated for non-subscribers)
1da177e4
LT
2379W: http://www.arm.linux.org.uk/
2380S: Maintained
679655da 2381F: drivers/video/cyber2000fb.*
9fa68eae 2382
1da177e4 2383CYCLADES ASYNC MUX DRIVER
1da177e4 2384W: http://www.cyclades.com/
d459883e 2385S: Orphan
c897401b 2386F: drivers/tty/cyclades.c
679655da 2387F: include/linux/cyclades.h
c117ab84 2388F: include/uapi/linux/cyclades.h
1da177e4
LT
2389
2390CYCLADES PC300 DRIVER
1da177e4 2391W: http://www.cyclades.com/
d459883e 2392S: Orphan
679655da 2393F: drivers/net/wan/pc300*
1da177e4 2394
402f6ae4
AP
2395CYPRESS_FIRMWARE MEDIA DRIVER
2396M: Antti Palosaari <[email protected]>
2397L: [email protected]
2398W: http://linuxtv.org/
2399W: http://palosaari.fi/linux/
2400Q: http://patchwork.linuxtv.org/project/linux-media/list/
2401T: git git://linuxtv.org/anttip/media_tree.git
2402S: Maintained
2403F: drivers/media/common/cypress_firmware*
2404
e3ae3525 2405CYTTSP TOUCHSCREEN DRIVER
6305902c
JP
2406M: Javier Martinez Canillas <[email protected]>
2407L: [email protected]
2408S: Maintained
2409F: drivers/input/touchscreen/cyttsp*
2410F: include/linux/input/cyttsp.h
e3ae3525 2411
1da177e4 2412DAMA SLAVE for AX.25
8b58be88 2413M: Joerg Reuter <[email protected]>
1da177e4
LT
2414W: http://yaina.de/jreuter/
2415W: http://www.qsl.net/dl1bke/
2416L: [email protected]
2417S: Maintained
679655da
JP
2418F: net/ax25/af_ax25.c
2419F: net/ax25/ax25_dev.c
2420F: net/ax25/ax25_ds_*
2421F: net/ax25/ax25_in.c
2422F: net/ax25/ax25_out.c
2423F: net/ax25/ax25_timer.c
2424F: net/ax25/sysctl_net_ax25.c
1da177e4 2425
e2d1d6c0 2426DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
e2d1d6c0 2427L: [email protected]
5ff77428 2428S: Orphan
679655da 2429F: Documentation/networking/dmfe.txt
0f04e2aa 2430F: drivers/net/ethernet/dec/tulip/dmfe.c
e2d1d6c0
RD
2431
2432DC390/AM53C974 SCSI driver
8b58be88 2433M: Kurt Garloff <[email protected]>
e2d1d6c0 2434W: http://www.garloff.de/kurt/linux/dc390/
8b58be88 2435M: Guennadi Liakhovetski <[email protected]>
e2d1d6c0 2436S: Maintained
679655da 2437F: drivers/scsi/tmscsim.*
e2d1d6c0 2438
1da177e4 2439DC395x SCSI driver
61eee9a7 2440M: Oliver Neukum <[email protected]>
8b58be88
JP
2441M: Ali Akcaagac <[email protected]>
2442M: Jamie Lenehan <[email protected]>
1da177e4 2443W: http://twibble.org/dist/dc395x/
f5df5881 2444L: [email protected]
1da177e4
LT
2445L: http://lists.twibble.org/mailman/listinfo/dc395x/
2446S: Maintained
679655da
JP
2447F: Documentation/scsi/dc395x.txt
2448F: drivers/scsi/dc395x.*
1da177e4 2449
eb8edb08 2450DCCP PROTOCOL
a89d030e 2451M: Gerrit Renker <[email protected]>
eb8edb08 2452L: [email protected]
c996d8b9 2453W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
eb8edb08 2454S: Maintained
679655da 2455F: include/linux/dccp.h
c117ab84 2456F: include/uapi/linux/dccp.h
679655da
JP
2457F: include/linux/tfrc.h
2458F: net/dccp/
eb8edb08 2459
1da177e4 2460DECnet NETWORK LAYER
1da177e4
LT
2461W: http://linux-decnet.sourceforge.net
2462L: [email protected]
f546444d 2463S: Orphan
679655da
JP
2464F: Documentation/networking/decnet.txt
2465F: net/decnet/
1da177e4
LT
2466
2467DEFXX FDDI NETWORK DRIVER
8b58be88 2468M: "Maciej W. Rozycki" <[email protected]>
1da177e4 2469S: Maintained
33f810b2 2470F: drivers/net/fddi/defxx.*
1da177e4 2471
ad8f07cc 2472DELL LAPTOP DRIVER
8b58be88 2473M: Matthew Garrett <[email protected]>
d0944853 2474L: [email protected]
ad8f07cc 2475S: Maintained
679655da 2476F: drivers/platform/x86/dell-laptop.c
ad8f07cc 2477
1da177e4 2478DELL LAPTOP SMM DRIVER
c5471462 2479S: Orphan
679655da 2480F: drivers/char/i8k.c
c117ab84 2481F: include/uapi/linux/i8k.h
1da177e4 2482
90563ec4 2483DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
8b58be88 2484M: Doug Warzecha <[email protected]>
90563ec4 2485S: Maintained
679655da
JP
2486F: Documentation/dcdbas.txt
2487F: drivers/firmware/dcdbas.*
90563ec4 2488
0b3f6109 2489DELL WMI EXTRAS DRIVER
8b58be88 2490M: Matthew Garrett <[email protected]>
0b3f6109 2491S: Maintained
36b3a96f 2492F: drivers/platform/x86/dell-wmi.c
0b3f6109 2493
5efc75e3
PZ
2494DESIGNWARE USB2 DRD IP DRIVER
2495M: Paul Zimmerman <[email protected]>
2496L: [email protected]
2497S: Maintained
2498F: drivers/staging/dwc2/
2499
94ab23dd
FB
2500DESIGNWARE USB3 DRD IP DRIVER
2501M: Felipe Balbi <[email protected]>
2502L: [email protected]
2503L: [email protected]
2504T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2505S: Maintained
2506F: drivers/usb/dwc3/
2507
89d07767
KP
2508DEVICE FREQUENCY (DEVFREQ)
2509M: MyungJoo Ham <[email protected]>
2510M: Kyungmin Park <[email protected]>
2511L: [email protected]
2512S: Maintained
2513F: drivers/devfreq/
2514
1da177e4 2515DEVICE NUMBER REGISTRY
8b58be88 2516M: Torben Mathiasen <[email protected]>
1da177e4 2517W: http://lanana.org/docs/device-list/index.html
1da177e4
LT
2518S: Maintained
2519
e2d1d6c0 2520DEVICE-MAPPER (LVM)
854ecaad
AK
2521M: Alasdair Kergon <[email protected]>
2522M: [email protected]
e2d1d6c0
RD
2523L: [email protected]
2524W: http://sources.redhat.com/dm
8a6e2535 2525Q: http://patchwork.kernel.org/project/dm-devel/list/
854ecaad 2526T: quilt http://people.redhat.com/agk/patches/linux/editing/
e2d1d6c0 2527S: Maintained
679655da
JP
2528F: Documentation/device-mapper/
2529F: drivers/md/dm*
854ecaad 2530F: drivers/md/persistent-data/
679655da
JP
2531F: include/linux/device-mapper.h
2532F: include/linux/dm-*.h
e2d1d6c0 2533
335d7c58 2534DIOLAN U2C-12 I2C DRIVER
ca462085 2535M: Guenter Roeck <[email protected]>
335d7c58
GR
2536L: [email protected]
2537S: Maintained
2538F: drivers/i2c/busses/i2c-diolan-u2c.c
2539
e7839f25 2540DIRECTORY NOTIFICATION (DNOTIFY)
8b58be88 2541M: Eric Paris <[email protected]>
3c5119c0 2542S: Maintained
679655da
JP
2543F: Documentation/filesystems/dnotify.txt
2544F: fs/notify/dnotify/
2545F: include/linux/dnotify.h
1da177e4
LT
2546
2547DISK GEOMETRY AND PARTITION HANDLING
8b58be88 2548M: Andries Brouwer <[email protected]>
1da177e4
LT
2549W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2550W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2551W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2552S: Maintained
2553
4480f15b 2554DISKQUOTA
8b58be88 2555M: Jan Kara <[email protected]>
1da177e4 2556S: Maintained
679655da
JP
2557F: Documentation/filesystems/quota.txt
2558F: fs/quota/
2559F: include/linux/quota*.h
c117ab84 2560F: include/uapi/linux/quota*.h
1da177e4 2561
702686ad
BT
2562DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2563M: Bernie Thompson <[email protected]>
2564L: [email protected]
2565S: Maintained
2566W: http://plugable.com/category/projects/udlfb/
2567F: drivers/video/udlfb.c
2568F: include/video/udlfb.h
2569F: Documentation/fb/udlfb.txt
2570
e7839f25 2571DISTRIBUTED LOCK MANAGER (DLM)
8b58be88
JP
2572M: Christine Caulfield <[email protected]>
2573M: David Teigland <[email protected]>
a4644184 2574L: [email protected]
5be7b50f 2575W: http://sources.redhat.com/cluster/
54e5881d 2576T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f 2577S: Supported
679655da 2578F: fs/dlm/
5be7b50f 2579
53b6b3e0
SS
2580DMA BUFFER SHARING FRAMEWORK
2581M: Sumit Semwal <[email protected]>
2582S: Maintained
2583L: [email protected]
2584L: [email protected]
2585L: [email protected]
2586F: drivers/base/dma-buf*
2587F: include/linux/dma-buf*
2588F: Documentation/dma-buf-sharing.txt
2589T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2590
b3e5f263 2591DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4abed0af 2592M: Vinod Koul <[email protected]>
1dd8372d 2593M: Dan Williams <[email protected]>
b3e5f263 2594S: Supported
679655da
JP
2595F: drivers/dma/
2596F: include/linux/dma*
5dbd05d4
VK
2597T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2598T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
248a9dc3 2599
b825037d 2600DME1737 HARDWARE MONITOR DRIVER
8b58be88 2601M: Juerg Haefliger <[email protected]>
b825037d
JH
2602L: [email protected]
2603S: Maintained
679655da
JP
2604F: Documentation/hwmon/dme1737
2605F: drivers/hwmon/dme1737.c
b825037d 2606
5b9c9bf6 2607DOCKING STATION DRIVER
8b58be88 2608M: Shaohua Li <[email protected]>
5b9c9bf6 2609L: [email protected]
8b59a454 2610S: Supported
679655da 2611F: drivers/acpi/dock.c
5b9c9bf6 2612
7d2c86b5 2613DOCUMENTATION
5191d566 2614M: Rob Landley <[email protected]>
795fb7e7 2615L: [email protected]
5191d566 2616T: TBD
795fb7e7 2617S: Maintained
679655da 2618F: Documentation/
abbaeff3 2619
1da177e4 2620DOUBLETALK DRIVER
8b58be88 2621M: "James R. Van Zandt" <[email protected]>
1da177e4
LT
2622L: [email protected]
2623S: Maintained
679655da
JP
2624F: drivers/char/dtlk.c
2625F: include/linux/dtlk.h
1da177e4 2626
e2d1d6c0 2627DPT_I2O SCSI RAID DRIVER
8b58be88 2628M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
2629L: [email protected]
2630W: http://www.adaptec.com/
2631S: Maintained
679655da
JP
2632F: drivers/scsi/dpt*
2633F: drivers/scsi/dpt/
e2d1d6c0 2634
b411b363 2635DRBD DRIVER
28b8e8d4
JP
2636P: Philipp Reisner
2637P: Lars Ellenberg
2638M: [email protected]
2639L: [email protected]
2640W: http://www.drbd.org
2641T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2642T: git git://git.drbd.org/drbd-8.3.git
2643S: Supported
2644F: drivers/block/drbd/
2645F: lib/lru_cache.c
2646F: Documentation/blockdev/drbd/
b411b363 2647
87544653 2648DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
879a5a00 2649M: Greg Kroah-Hartman <[email protected]>
08deed1e 2650T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
1da177e4 2651S: Supported
679655da 2652F: Documentation/kobject.txt
7cfc51b9 2653F: drivers/base/
679655da 2654F: fs/sysfs/
87544653 2655F: fs/debugfs/
679655da 2656F: include/linux/kobj*
87544653 2657F: include/linux/debugfs.h
679655da 2658F: lib/kobj*
1da177e4
LT
2659
2660DRM DRIVERS
8b58be88 2661M: David Airlie <[email protected]>
4c6a3999 2662L: [email protected]
54e5881d 2663T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 2664S: Maintained
679655da 2665F: drivers/gpu/drm/
850e9411 2666F: include/drm/
c117ab84 2667F: include/uapi/drm/
1da177e4 2668
8daf7473 2669INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
38e490fe 2670M: Daniel Vetter <[email protected]>
362132d2 2671L: [email protected]
8daf7473 2672L: [email protected]
38e490fe 2673T: git git://people.freedesktop.org/~danvet/drm-intel
8daf7473
CW
2674S: Supported
2675F: drivers/gpu/drm/i915
2676F: include/drm/i915*
c117ab84 2677F: include/uapi/drm/i915*
8daf7473 2678
398a6d4a
KP
2679DRM DRIVERS FOR EXYNOS
2680M: Inki Dae <[email protected]>
f1501303
ID
2681M: Joonyoung Shim <[email protected]>
2682M: Seung-Woo Kim <[email protected]>
2683M: Kyungmin Park <[email protected]>
398a6d4a 2684L: [email protected]
25a58030 2685T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
398a6d4a
KP
2686S: Supported
2687F: drivers/gpu/drm/exynos
2688F: include/drm/exynos*
c117ab84 2689F: include/uapi/drm/exynos*
398a6d4a 2690
bd3b49f2
TR
2691DRM DRIVERS FOR NVIDIA TEGRA
2692M: Thierry Reding <[email protected]>
2693L: [email protected]
2694L: [email protected]
2695T: git git://gitorious.org/thierryreding/linux.git
2696S: Maintained
2697F: drivers/gpu/drm/tegra/
2698F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
2699
598df1ac
AK
2700DSBR100 USB FM RADIO DRIVER
2701M: Alexey Klimov <[email protected]>
2702L: [email protected]
2703T: git git://linuxtv.org/media_tree.git
2704S: Maintained
2705F: drivers/media/radio/dsbr100.c
2706
1da177e4 2707DSCC4 DRIVER
8b58be88 2708M: Francois Romieu <[email protected]>
01f20734 2709L: [email protected]
1da177e4 2710S: Maintained
679655da 2711F: drivers/net/wan/dscc4.c
1da177e4 2712
91952bc0
AP
2713DVB_USB_AF9015 MEDIA DRIVER
2714M: Antti Palosaari <[email protected]>
2715L: [email protected]
2716W: http://linuxtv.org/
2717W: http://palosaari.fi/linux/
2718Q: http://patchwork.linuxtv.org/project/linux-media/list/
2719T: git git://linuxtv.org/anttip/media_tree.git
2720S: Maintained
2721F: drivers/media/usb/dvb-usb-v2/af9015*
2722
2723DVB_USB_AF9035 MEDIA DRIVER
2724M: Antti Palosaari <[email protected]>
2725L: [email protected]
2726W: http://linuxtv.org/
2727W: http://palosaari.fi/linux/
2728Q: http://patchwork.linuxtv.org/project/linux-media/list/
2729T: git git://linuxtv.org/anttip/media_tree.git
2730S: Maintained
2731F: drivers/media/usb/dvb-usb-v2/af9035*
2732
2733DVB_USB_ANYSEE MEDIA DRIVER
2734M: Antti Palosaari <[email protected]>
2735L: [email protected]
2736W: http://linuxtv.org/
2737W: http://palosaari.fi/linux/
2738Q: http://patchwork.linuxtv.org/project/linux-media/list/
2739T: git git://linuxtv.org/anttip/media_tree.git
2740S: Maintained
2741F: drivers/media/usb/dvb-usb-v2/anysee*
2742
2743DVB_USB_AU6610 MEDIA DRIVER
2744M: Antti Palosaari <[email protected]>
2745L: [email protected]
2746W: http://linuxtv.org/
2747W: http://palosaari.fi/linux/
2748Q: http://patchwork.linuxtv.org/project/linux-media/list/
2749T: git git://linuxtv.org/anttip/media_tree.git
2750S: Maintained
2751F: drivers/media/usb/dvb-usb-v2/au6610*
2752
2753DVB_USB_CE6230 MEDIA DRIVER
2754M: Antti Palosaari <[email protected]>
2755L: [email protected]
2756W: http://linuxtv.org/
2757W: http://palosaari.fi/linux/
2758Q: http://patchwork.linuxtv.org/project/linux-media/list/
2759T: git git://linuxtv.org/anttip/media_tree.git
2760S: Maintained
2761F: drivers/media/usb/dvb-usb-v2/ce6230*
2762
d099dea2
MK
2763DVB_USB_CXUSB MEDIA DRIVER
2764M: Michael Krufky <[email protected]>
2765L: [email protected]
2766W: http://linuxtv.org/
2767W: http://github.com/mkrufky
2768Q: http://patchwork.linuxtv.org/project/linux-media/list/
2769T: git git://linuxtv.org/media_tree.git
2770S: Maintained
9819da66 2771F: drivers/media/usb/dvb-usb/cxusb*
d099dea2 2772
91952bc0 2773DVB_USB_EC168 MEDIA DRIVER
91952bc0
AP
2774M: Antti Palosaari <[email protected]>
2775L: [email protected]
2776W: http://linuxtv.org/
2777W: http://palosaari.fi/linux/
2778Q: http://patchwork.linuxtv.org/project/linux-media/list/
2779T: git git://linuxtv.org/anttip/media_tree.git
2780S: Maintained
91952bc0 2781F: drivers/media/usb/dvb-usb-v2/ec168*
91952bc0 2782
5560983b 2783DVB_USB_GL861 MEDIA DRIVER
91952bc0
AP
2784M: Antti Palosaari <[email protected]>
2785L: [email protected]
2786W: http://linuxtv.org/
91952bc0
AP
2787Q: http://patchwork.linuxtv.org/project/linux-media/list/
2788T: git git://linuxtv.org/anttip/media_tree.git
2789S: Maintained
5560983b 2790F: drivers/media/usb/dvb-usb-v2/gl861*
91952bc0 2791
8856f5f2
MK
2792DVB_USB_MXL111SF MEDIA DRIVER
2793M: Michael Krufky <[email protected]>
2794L: [email protected]
2795W: http://linuxtv.org/
2796W: http://github.com/mkrufky
2797Q: http://patchwork.linuxtv.org/project/linux-media/list/
2798T: git git://linuxtv.org/mkrufky/mxl111sf.git
2799S: Maintained
2800F: drivers/media/usb/dvb-usb-v2/mxl111sf*
2801
91952bc0
AP
2802DVB_USB_RTL28XXU MEDIA DRIVER
2803M: Antti Palosaari <[email protected]>
2804L: [email protected]
2805W: http://linuxtv.org/
2806W: http://palosaari.fi/linux/
2807Q: http://patchwork.linuxtv.org/project/linux-media/list/
2808T: git git://linuxtv.org/anttip/media_tree.git
2809S: Maintained
2810F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
2811
2812DVB_USB_V2 MEDIA DRIVER
2813M: Antti Palosaari <[email protected]>
2814L: [email protected]
2815W: http://linuxtv.org/
2816W: http://palosaari.fi/linux/
2817Q: http://patchwork.linuxtv.org/project/linux-media/list/
2818T: git git://linuxtv.org/anttip/media_tree.git
2819S: Maintained
2820F: drivers/media/usb/dvb-usb-v2/dvb_usb*
2821F: drivers/media/usb/dvb-usb-v2/usb_urb.c
2822
ac0ac38f
JB
2823DYNAMIC DEBUG
2824M: Jason Baron <[email protected]>
2825S: Maintained
2826F: lib/dynamic_debug.c
2827F: include/linux/dynamic_debug.h
2828
789c7048 2829DZ DECSTATION DZ11 SERIAL DRIVER
8b58be88 2830M: "Maciej W. Rozycki" <[email protected]>
789c7048 2831S: Maintained
df621252 2832F: drivers/tty/serial/dz.*
789c7048 2833
91952bc0
AP
2834E4000 MEDIA DRIVER
2835M: Antti Palosaari <[email protected]>
2836L: [email protected]
2837W: http://linuxtv.org/
2838W: http://palosaari.fi/linux/
2839Q: http://patchwork.linuxtv.org/project/linux-media/list/
2840T: git git://linuxtv.org/anttip/media_tree.git
2841S: Maintained
2842F: drivers/media/tuners/e4000*
2843
1da177e4 2844EATA-DMA SCSI DRIVER
8b58be88 2845M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2846L: [email protected]
2847L: [email protected]
1da177e4 2848S: Maintained
679655da 2849F: drivers/scsi/eata*
1da177e4
LT
2850
2851EATA ISA/EISA/PCI SCSI DRIVER
8b58be88 2852M: Dario Ballabio <[email protected]>
1da177e4
LT
2853L: [email protected]
2854S: Maintained
679655da 2855F: drivers/scsi/eata.c
1da177e4
LT
2856
2857EATA-PIO SCSI DRIVER
8b58be88 2858M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2859L: [email protected]
2860L: [email protected]
1da177e4 2861S: Maintained
679655da 2862F: drivers/scsi/eata_pio.*
1da177e4
LT
2863
2864EBTABLES
8b58be88 2865M: Bart De Schuymer <[email protected]>
d3ab6fde 2866L: [email protected]
1da177e4
LT
2867W: http://ebtables.sourceforge.net/
2868S: Maintained
679655da 2869F: include/linux/netfilter_bridge/ebt_*.h
c117ab84 2870F: include/uapi/linux/netfilter_bridge/ebt_*.h
679655da 2871F: net/bridge/netfilter/ebt*.c
1da177e4 2872
91952bc0
AP
2873EC100 MEDIA DRIVER
2874M: Antti Palosaari <[email protected]>
2875L: [email protected]
2876W: http://linuxtv.org/
2877W: http://palosaari.fi/linux/
2878Q: http://patchwork.linuxtv.org/project/linux-media/list/
2879T: git git://linuxtv.org/anttip/media_tree.git
2880S: Maintained
2881F: drivers/media/dvb-frontends/ec100*
2882
237fead6 2883ECRYPT FILE SYSTEM
0de9adf2 2884M: Tyler Hicks <[email protected]>
14094198 2885M: Dustin Kirkland <[email protected]>
a058bfbb 2886L: [email protected]
6dc7516e 2887W: https://launchpad.net/ecryptfs
237fead6 2888S: Supported
679655da
JP
2889F: Documentation/filesystems/ecryptfs.txt
2890F: fs/ecryptfs/
237fead6 2891
da9bb1d2 2892EDAC-CORE
8b58be88 2893M: Doug Thompson <[email protected]>
91445c72 2894L: [email protected]
0e438e3f 2895W: bluesmoke.sourceforge.net
8c2a6a40 2896S: Supported
679655da 2897F: Documentation/edac.txt
91445c72 2898F: drivers/edac/
679655da 2899F: include/linux/edac.h
0e438e3f 2900
c476c23b 2901EDAC-AMD64
8b58be88 2902M: Doug Thompson <[email protected]>
487ba8e8 2903M: Borislav Petkov <[email protected]>
91445c72 2904L: [email protected]
c476c23b 2905W: bluesmoke.sourceforge.net
487ba8e8 2906S: Maintained
c476c23b
BP
2907F: drivers/edac/amd64_edac*
2908
f65aad41
RB
2909EDAC-CAVIUM
2910M: Ralf Baechle <[email protected]>
2911M: David Daney <[email protected]>
2912L: [email protected]
2913L: [email protected]
2914W: bluesmoke.sourceforge.net
2915S: Supported
2916F: drivers/edac/octeon_edac*
2917
0e438e3f 2918EDAC-E752X
8b58be88
JP
2919M: Mark Gross <[email protected]>
2920M: Doug Thompson <[email protected]>
91445c72 2921L: [email protected]
0e438e3f
DP
2922W: bluesmoke.sourceforge.net
2923S: Maintained
679655da 2924F: drivers/edac/e752x_edac.c
0e438e3f
DP
2925
2926EDAC-E7XXX
8b58be88 2927M: Doug Thompson <[email protected]>
91445c72 2928L: [email protected]
0e438e3f
DP
2929W: bluesmoke.sourceforge.net
2930S: Maintained
679655da 2931F: drivers/edac/e7xxx_edac.c
0e438e3f 2932
77c5f5d2
MCC
2933EDAC-GHES
2934M: Mauro Carvalho Chehab <[email protected]>
2935L: [email protected]
2936W: bluesmoke.sourceforge.net
2937S: Maintained
2938F: drivers/edac/ghes-edac.c
2939
6bc78404 2940EDAC-I82443BXGX
8b58be88 2941M: Tim Small <[email protected]>
91445c72 2942L: [email protected]
6bc78404
DT
2943W: bluesmoke.sourceforge.net
2944S: Maintained
679655da 2945F: drivers/edac/i82443bxgx_edac.c
6bc78404
DT
2946
2947EDAC-I3000
8b58be88 2948M: Jason Uhlenkott <[email protected]>
91445c72 2949L: [email protected]
6bc78404
DT
2950W: bluesmoke.sourceforge.net
2951S: Maintained
679655da 2952F: drivers/edac/i3000_edac.c
6bc78404
DT
2953
2954EDAC-I5000
8b58be88 2955M: Doug Thompson <[email protected]>
91445c72 2956L: [email protected]
ba9a5918
DT
2957W: bluesmoke.sourceforge.net
2958S: Maintained
679655da 2959F: drivers/edac/i5000_edac.c
ba9a5918 2960
44c12cb2 2961EDAC-I5400
8b58be88 2962M: Mauro Carvalho Chehab <[email protected]>
67c89316 2963L: [email protected]
44c12cb2
MCC
2964W: bluesmoke.sourceforge.net
2965S: Maintained
679655da 2966F: drivers/edac/i5400_edac.c
44c12cb2 2967
3c9c92b6
MCC
2968EDAC-I7300
2969M: Mauro Carvalho Chehab <[email protected]>
2970L: [email protected]
2971W: bluesmoke.sourceforge.net
2972S: Maintained
2973F: drivers/edac/i7300_edac.c
2974
67c89316
MCC
2975EDAC-I7CORE
2976M: Mauro Carvalho Chehab <[email protected]>
2977L: [email protected]
2978W: bluesmoke.sourceforge.net
2979S: Maintained
70aff0ce 2980F: drivers/edac/i7core_edac.c
67c89316 2981
ba9a5918 2982EDAC-I82975X
8b58be88 2983M: Ranganathan Desikan <[email protected]>
25527885 2984M: "Arvind R." <[email protected]>
91445c72 2985L: [email protected]
ba9a5918
DT
2986W: bluesmoke.sourceforge.net
2987S: Maintained
679655da 2988F: drivers/edac/i82975x_edac.c
ba9a5918
DT
2989
2990EDAC-PASEMI
8b58be88 2991M: Egor Martovetsky <[email protected]>
91445c72 2992L: [email protected]
6bc78404
DT
2993W: bluesmoke.sourceforge.net
2994S: Maintained
679655da 2995F: drivers/edac/pasemi_edac.c
6bc78404 2996
0e438e3f 2997EDAC-R82600
8b58be88 2998M: Tim Small <[email protected]>
91445c72 2999L: [email protected]
0e438e3f
DP
3000W: bluesmoke.sourceforge.net
3001S: Maintained
679655da 3002F: drivers/edac/r82600_edac.c
da9bb1d2 3003
4d096ca7
MCC
3004EDAC-SBRIDGE
3005M: Mauro Carvalho Chehab <[email protected]>
3006L: [email protected]
3007W: bluesmoke.sourceforge.net
3008S: Maintained
3009F: drivers/edac/sb_edac.c
3010
af39917d
CL
3011EDIROL UA-101/UA-1000 DRIVER
3012M: Clemens Ladisch <[email protected]>
3013L: [email protected] (moderated for non-subscribers)
3014T: git git://git.alsa-project.org/alsa-kernel.git
3015S: Maintained
3016F: sound/usb/misc/ua101.c
3017
1f7df953
MF
3018EXTENSIBLE FIRMWARE INTERFACE (EFI)
3019M: Matt Fleming <[email protected]>
3020L: [email protected]
78bef24e 3021T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
1f7df953
MF
3022S: Maintained
3023F: Documentation/x86/efi-stub.txt
3024F: arch/ia64/kernel/efi.c
3025F: arch/x86/boot/compressed/eboot.[ch]
3026F: arch/x86/include/asm/efi.h
3027F: arch/x86/platform/efi/*
a9499fa7 3028F: drivers/firmware/efi/*
1f7df953
MF
3029F: include/linux/efi*.h
3030
d68772b7
MF
3031EFI VARIABLE FILESYSTEM
3032M: Matthew Garrett <[email protected]>
3033M: Jeremy Kerr <[email protected]>
3034M: Matt Fleming <[email protected]>
3035T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3036L: [email protected]
3037S: Maintained
3038F: fs/efivarfs/
3039
85a00d9b
PJ
3040EFIFB FRAMEBUFFER DRIVER
3041L: [email protected]
3042M: Peter Jones <[email protected]>
3043S: Maintained
3044F: drivers/video/efifb.c
3045
0bee8d28
JT
3046EFS FILESYSTEM
3047W: http://aeschi.ch.eu.org/efs/
3048S: Orphan
679655da 3049F: fs/efs/
0bee8d28 3050
4480f15b 3051EHCA (IBM GX bus InfiniBand adapter) DRIVER
8b58be88
JP
3052M: Hoang-Nam Nguyen <[email protected]>
3053M: Christoph Raisch <[email protected]>
e6cc0fd1 3054L: [email protected]
fab97220 3055S: Supported
679655da 3056F: drivers/infiniband/hw/ehca/
fab97220 3057
aa8a9e25 3058EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
34b1901a 3059M: Thadeu Lima de Souza Cascardo <[email protected]>
aa8a9e25
BL
3060L: [email protected]
3061S: Maintained
9aa32835 3062F: drivers/net/ethernet/ibm/ehea/
aa8a9e25 3063
f0319efe
MCC
3064EM28XX VIDEO4LINUX DRIVER
3065M: Mauro Carvalho Chehab <[email protected]>
3066L: [email protected]
3067W: http://linuxtv.org
3068T: git git://linuxtv.org/media_tree.git
3069S: Maintained
3070F: drivers/media/usb/em28xx/
3071
3e3a7d66 3072EMBEDDED LINUX
8b58be88
JP
3073M: Paul Gortmaker <[email protected]>
3074M: Matt Mackall <[email protected]>
3075M: David Woodhouse <[email protected]>
3e3a7d66
DW
3076L: [email protected]
3077S: Maintained
3078
3a1c1d44 3079EMULEX LPFC FC SCSI DRIVER
8b58be88 3080M: James Smart <[email protected]>
ce00f85c
JC
3081L: [email protected]
3082W: http://sourceforge.net/projects/lpfcxxxx
3083S: Supported
679655da 3084F: drivers/scsi/lpfc/
3a1c1d44 3085
5f5bac82 3086ENE CB710 FLASH CARD READER DRIVER
8b58be88 3087M: MichaÅ‚ MirosÅ‚aw <[email protected]>
5f5bac82
MM
3088S: Maintained
3089F: drivers/misc/cb710/
3090F: drivers/mmc/host/cb710-mmc.*
3091F: include/linux/cb710.h
3092
931e39a1
ML
3093ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3094M: Maxim Levitsky <[email protected]>
3095S: Maintained
2a837449 3096F: drivers/media/rc/ene_ir.*
931e39a1 3097
d5ca9006 3098EPSON S1D13XXX FRAMEBUFFER DRIVER
8b58be88 3099M: Kristoffer Ericson <[email protected]>
d5ca9006 3100S: Maintained
084bad91 3101T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
679655da
JP
3102F: drivers/video/s1d13xxxfb.c
3103F: include/video/s1d13xxxfb.h
d5ca9006 3104
1da177e4 3105ETHERNET BRIDGE
adbbf69d 3106M: Stephen Hemminger <[email protected]>
f318a63b 3107L: [email protected]
4c325313 3108L: [email protected]
c996d8b9 3109W: http://www.linuxfoundation.org/en/Net:Bridge
1da177e4 3110S: Maintained
679655da
JP
3111F: include/linux/netfilter_bridge/
3112F: net/bridge/
1da177e4 3113
1da177e4 3114EXT2 FILE SYSTEM
01971952 3115M: Jan Kara <[email protected]>
72be2ccf 3116L: [email protected]
1da177e4 3117S: Maintained
679655da
JP
3118F: Documentation/filesystems/ext2.txt
3119F: fs/ext2/
3120F: include/linux/ext2*
1da177e4
LT
3121
3122EXT3 FILE SYSTEM
01971952 3123M: Jan Kara <[email protected]>
8b58be88 3124M: Andrew Morton <[email protected]>
3c373a5f 3125M: Andreas Dilger <[email protected]>
72be2ccf
EM
3126L: [email protected]
3127S: Maintained
679655da
JP
3128F: Documentation/filesystems/ext3.txt
3129F: fs/ext3/
72be2ccf
EM
3130
3131EXT4 FILE SYSTEM
8b58be88 3132M: "Theodore Ts'o" <[email protected]>
3c373a5f 3133M: Andreas Dilger <[email protected]>
72be2ccf 3134L: [email protected]
08a225f1 3135W: http://ext4.wiki.kernel.org
8a6e2535 3136Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
1da177e4 3137S: Maintained
679655da
JP
3138F: Documentation/filesystems/ext4.txt
3139F: fs/ext4/
1da177e4 3140
c5532b09
MZ
3141Extended Verification Module (EVM)
3142M: Mimi Zohar <[email protected]>
3143S: Supported
3144F: security/integrity/evm/
3145
df6b3cfe
MH
3146EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3147M: MyungJoo Ham <[email protected]>
3148M: Chanwoo Choi <[email protected]>
3149L: [email protected]
3150S: Maintained
3151F: drivers/extcon/
3152F: Documentation/extcon/
3153
0a79951a
JH
3154EXYNOS DP DRIVER
3155M: Jingoo Han <[email protected]>
3156L: [email protected]
3157S: Maintained
3158F: drivers/video/exynos/exynos_dp*
a824c73c 3159F: include/video/exynos_dp*
0a79951a 3160
33ad3912
DL
3161EXYNOS MIPI DISPLAY DRIVERS
3162M: Inki Dae <[email protected]>
3163M: Donghwa Lee <[email protected]>
3164M: Kyungmin Park <[email protected]>
3165L: [email protected]
3166S: Maintained
3167F: drivers/video/exynos/exynos_mipi*
3168F: include/video/exynos_mipi*
3169
e53004e2 3170F71805F HARDWARE MONITORING DRIVER
8b58be88 3171M: Jean Delvare <[email protected]>
e53004e2
JD
3172L: [email protected]
3173S: Maintained
679655da
JP
3174F: Documentation/hwmon/f71805f
3175F: drivers/hwmon/f71805f.c
e53004e2 3176
eea977ed
MB
3177FC0011 TUNER DRIVER
3178M: Michael Buesch <[email protected]>
3179L: [email protected]
3180S: Maintained
ccae7af2
MCC
3181F: drivers/media/tuners/fc0011.h
3182F: drivers/media/tuners/fc0011.c
eea977ed 3183
91952bc0
AP
3184FC2580 MEDIA DRIVER
3185M: Antti Palosaari <[email protected]>
3186L: [email protected]
3187W: http://linuxtv.org/
3188W: http://palosaari.fi/linux/
3189Q: http://patchwork.linuxtv.org/project/linux-media/list/
3190T: git git://linuxtv.org/anttip/media_tree.git
3191S: Maintained
3192F: drivers/media/tuners/fc2580*
eea977ed 3193
88b2dbdb
EP
3194FANOTIFY
3195M: Eric Paris <[email protected]>
3196S: Maintained
3197F: fs/notify/fanotify/
3198F: include/linux/fanotify.h
c117ab84 3199F: include/uapi/linux/fanotify.h
88b2dbdb 3200
1da177e4 3201FARSYNC SYNCHRONOUS DRIVER
8b58be88 3202M: Kevin Curtis <[email protected]>
1da177e4
LT
3203W: http://www.farsite.co.uk/
3204S: Supported
679655da 3205F: drivers/net/wan/farsync.*
1da177e4 3206
c5408b88 3207FAULT INJECTION SUPPORT
8b58be88 3208M: Akinobu Mita <[email protected]>
c5408b88 3209S: Supported
679655da
JP
3210F: Documentation/fault-injection/
3211F: lib/fault-inject.c
c5408b88 3212
cae727db
RL
3213FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3214M: Robert Love <[email protected]>
3215L: [email protected]
3216W: www.Open-FCoE.org
3217S: Supported
3218F: drivers/scsi/libfc/
3219F: drivers/scsi/fcoe/
3220F: include/scsi/fc/
3221F: include/scsi/libfc.h
3222F: include/scsi/libfcoe.h
c117ab84 3223F: include/uapi/scsi/fc/
cae727db 3224
e2d1d6c0 3225FILE LOCKING (flock() and fcntl()/lockf())
8b58be88 3226M: Matthew Wilcox <[email protected]>
e2d1d6c0 3227L: [email protected]
1da177e4 3228S: Maintained
679655da
JP
3229F: include/linux/fcntl.h
3230F: include/linux/fs.h
c117ab84
CEB
3231F: include/uapi/linux/fcntl.h
3232F: include/uapi/linux/fs.h
679655da
JP
3233F: fs/fcntl.c
3234F: fs/locks.c
1da177e4 3235
e2d1d6c0 3236FILESYSTEMS (VFS and infrastructure)
8b58be88 3237M: Alexander Viro <[email protected]>
e2d1d6c0 3238L: [email protected]
173acc7c 3239S: Maintained
679655da 3240F: fs/*
173acc7c 3241
b26e0ed4 3242FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
05576a1e 3243M: Riku Voipio <[email protected]>
b26e0ed4
RV
3244L: [email protected]
3245S: Maintained
d5ca6918
JP
3246F: drivers/hwmon/f75375s.c
3247F: include/linux/f75375s.h
b26e0ed4 3248
a331b0c3
CL
3249FIREWIRE AUDIO DRIVERS
3250M: Clemens Ladisch <[email protected]>
3251L: [email protected] (moderated for non-subscribers)
3252T: git git://git.alsa-project.org/alsa-kernel.git
3253S: Maintained
3254F: sound/firewire/
3255
eb86ec51
SR
3256FIREWIRE MEDIA DRIVERS (firedtv)
3257M: Stefan Richter <[email protected]>
3258L: [email protected]
3259L: [email protected]
3260T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3261S: Maintained
3262F: drivers/media/firewire/
3263
a511ce33
CB
3264FIREWIRE SBP-2 TARGET
3265M: Chris Boot <[email protected]>
3266L: [email protected]
3267L: [email protected]
3268L: [email protected]
3269T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3270S: Maintained
3271F: drivers/target/sbp/
3272
7d2c86b5 3273FIREWIRE SUBSYSTEM
8b58be88 3274M: Stefan Richter <[email protected]>
e2d1d6c0 3275L: [email protected]
958a29cb 3276W: http://ieee1394.wiki.kernel.org/
2ca526bf 3277T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
e2d1d6c0 3278S: Maintained
679655da 3279F: drivers/firewire/
8f06ce3b
SR
3280F: include/linux/firewire.h
3281F: include/uapi/linux/firewire*.h
9f6d3c4b 3282F: tools/firewire/
e2d1d6c0
RD
3283
3284FIRMWARE LOADER (request_firmware)
39e68089
ML
3285M: Ming Lei <[email protected]>
3286L: [email protected]
3287S: Maintained
679655da
JP
3288F: Documentation/firmware_class/
3289F: drivers/base/firmware*.c
3290F: include/linux/firmware.h
e2d1d6c0 3291
9bb3c446
PK
3292FLASHSYSTEM DRIVER (IBM FlashSystem 70/80 PCI SSD Flash Card)
3293M: Joshua Morris <[email protected]>
3294M: Philip Kelleher <[email protected]>
3295S: Maintained
3296F: drivers/block/rsxx/
3297
8206f664
JK
3298FLOPPY DRIVER
3299M: Jiri Kosina <[email protected]>
3300T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3301S: Odd fixes
3302F: drivers/block/floppy.c
3303
e2d1d6c0 3304FPU EMULATOR
8b58be88 3305M: Bill Metzenthen <[email protected]>
e769980f 3306W: http://floatingpoint.sourceforge.net/emulator/index.html
e2d1d6c0 3307S: Maintained
679655da 3308F: arch/x86/math-emu/
e2d1d6c0
RD
3309
3310FRAME RELAY DLCI/FRAD (Sangoma drivers too)
e2d1d6c0 3311L: [email protected]
c173bfac 3312S: Orphan
679655da
JP
3313F: drivers/net/wan/dlci.c
3314F: drivers/net/wan/sdla.c
e2d1d6c0
RD
3315
3316FRAMEBUFFER LAYER
f9557a44 3317M: Florian Tobias Schandinat <[email protected]>
c69f677c 3318L: [email protected]
e2d1d6c0 3319W: http://linux-fbdev.sourceforge.net/
b22fe37b 3320Q: http://patchwork.kernel.org/project/linux-fbdev/list/
f9557a44 3321T: git git://github.com/schandinat/linux-2.6.git fbdev-next
56be1416 3322S: Maintained
679655da 3323F: Documentation/fb/
d958c62c 3324F: Documentation/devicetree/bindings/fb/
b22fe37b
PM
3325F: drivers/video/
3326F: include/video/
679655da 3327F: include/linux/fb.h
c117ab84
CEB
3328F: include/uapi/video/
3329F: include/uapi/linux/fb.h
e2d1d6c0 3330
a57c188e 3331FREESCALE DIU FRAMEBUFFER DRIVER
c4ef9bc4 3332M: Timur Tabi <[email protected]>
a57c188e 3333L: [email protected]
c4ef9bc4 3334S: Maintained
a57c188e
TT
3335F: drivers/video/fsl-diu-fb.*
3336
e2d1d6c0 3337FREESCALE DMA DRIVER
8b58be88
JP
3338M: Li Yang <[email protected]>
3339M: Zhang Wei <[email protected]>
a4724ed6 3340L: [email protected]
e2d1d6c0 3341S: Maintained
679655da 3342F: drivers/dma/fsldma.*
e2d1d6c0
RD
3343
3344FREESCALE I2C CPM DRIVER
8b58be88 3345M: Jochen Friedrich <[email protected]>
a4724ed6 3346L: [email protected]
846557d3 3347L: [email protected]
0d2b405a 3348S: Maintained
679655da 3349F: drivers/i2c/busses/i2c-cpm.c
0d2b405a 3350
60e8c5ab 3351FREESCALE IMX / MXC FRAMEBUFFER DRIVER
8b58be88 3352M: Sascha Hauer <[email protected]>
c69f677c 3353L: [email protected]
efc03ecb 3354L: [email protected] (moderated for non-subscribers)
60e8c5ab 3355S: Maintained
bad985a1 3356F: include/linux/platform_data/video-imxfb.h
679655da 3357F: drivers/video/imxfb.c
60e8c5ab 3358
4689a6b1 3359FREESCALE SOC FS_ENET DRIVER
8b58be88
JP
3360M: Pantelis Antoniou <[email protected]>
3361M: Vitaly Bordug <[email protected]>
a4724ed6 3362L: [email protected]
4689a6b1
PA
3363L: [email protected]
3364S: Maintained
ec21e2ec 3365F: drivers/net/ethernet/freescale/fs_enet/
679655da 3366F: include/linux/fs_enet_pd.h
4689a6b1 3367
d9e9d82c 3368FREESCALE QUICC ENGINE LIBRARY
a4724ed6 3369L: [email protected]
c4ef9bc4 3370S: Orphan
679655da
JP
3371F: arch/powerpc/sysdev/qe_lib/
3372F: arch/powerpc/include/asm/*qe.h
d9e9d82c 3373
b55ef929 3374FREESCALE USB PERIPHERAL DRIVERS
8b58be88 3375M: Li Yang <[email protected]>
6372594a 3376L: [email protected]
a4724ed6 3377L: [email protected]
a7205b30 3378S: Maintained
5429c731 3379F: drivers/usb/gadget/fsl*
a7205b30 3380
beaf53bf 3381FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
8b58be88 3382M: Li Yang <[email protected]>
beaf53bf 3383L: [email protected]
a4724ed6 3384L: [email protected]
beaf53bf 3385S: Maintained
ec21e2ec 3386F: drivers/net/ethernet/freescale/ucc_geth*
beaf53bf 3387
d9e9d82c 3388FREESCALE QUICC ENGINE UCC UART DRIVER
c4ef9bc4 3389M: Timur Tabi <[email protected]>
a4724ed6 3390L: [email protected]
c4ef9bc4 3391S: Maintained
df621252 3392F: drivers/tty/serial/ucc_uart.c
d9e9d82c
TT
3393
3394FREESCALE SOC SOUND DRIVERS
c4ef9bc4 3395M: Timur Tabi <[email protected]>
93711660 3396L: [email protected] (moderated for non-subscribers)
a4724ed6 3397L: [email protected]
c4ef9bc4 3398S: Maintained
69aefcea
JP
3399F: sound/soc/fsl/fsl*
3400F: sound/soc/fsl/mpc8610_hpcd.c
d9e9d82c 3401
1da177e4 3402FREEVXFS FILESYSTEM
8b58be88 3403M: Christoph Hellwig <[email protected]>
1da177e4
LT
3404W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
3405S: Maintained
679655da 3406F: fs/freevxfs/
1da177e4 3407
71038f52 3408FREEZER
8b58be88
JP
3409M: Pavel Machek <[email protected]>
3410M: "Rafael J. Wysocki" <[email protected]>
bf1c138e 3411L: [email protected]
71038f52 3412S: Supported
679655da
JP
3413F: Documentation/power/freezing-of-tasks.txt
3414F: include/linux/freezer.h
3415F: kernel/freezer.c
71038f52 3416
839a1f79
KRW
3417FRONTSWAP API
3418M: Konrad Rzeszutek Wilk <[email protected]>
3419L: [email protected]
3420S: Maintained
3421F: mm/frontswap.c
3422F: include/linux/frontswap.h
3423
a5432f5a 3424FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
8b58be88 3425M: David Howells <[email protected]>
a5432f5a
DH
3426L: [email protected]
3427S: Supported
3428F: Documentation/filesystems/caching/
3429F: fs/fscache/
3430F: include/linux/fscache*.h
3431
f58ad8f5
JK
3432F2FS FILE SYSTEM
3433M: Jaegeuk Kim <[email protected]>
3434L: [email protected]
3435W: http://en.wikipedia.org/wiki/F2FS
3436T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3437S: Maintained
3438F: Documentation/filesystems/f2fs.txt
3439F: fs/f2fs/
3440F: include/linux/f2fs_fs.h
3441
5ab7ffea 3442FUJITSU FR-V (FRV) PORT
8b58be88 3443M: David Howells <[email protected]>
1da177e4 3444S: Maintained
679655da 3445F: arch/frv/
1da177e4 3446
20b93734 3447FUJITSU LAPTOP EXTRAS
409a3e98 3448M: Jonathan Woithe <[email protected]>
d0944853 3449L: [email protected]
20b93734 3450S: Maintained
679655da 3451F: drivers/platform/x86/fujitsu-laptop.c
20b93734 3452
4da621b6
HK
3453FUJITSU M-5MO LS CAMERA ISP DRIVER
3454M: Kyungmin Park <[email protected]>
3455M: Heungjun Kim <[email protected]>
3456L: [email protected]
3457S: Maintained
90d72ac6 3458F: drivers/media/i2c/m5mols/
4da621b6
HK
3459F: include/media/m5mols.h
3460
2d24c490
RG
3461FUJITSU TABLET EXTRAS
3462M: Robert Gerlach <[email protected]>
3463L: [email protected]
3464S: Maintained
3465F: drivers/platform/x86/fujitsu-tablet.c
3466
04578f17 3467FUSE: FILESYSTEM IN USERSPACE
8b58be88 3468M: Miklos Szeredi <[email protected]>
04578f17
MS
3469L: [email protected]
3470W: http://fuse.sourceforge.net/
3471S: Maintained
679655da 3472F: fs/fuse/
c117ab84 3473F: include/uapi/linux/fuse.h
04578f17 3474
1da177e4 3475FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
8b58be88 3476M: Rik Faith <[email protected]>
1da177e4 3477L: [email protected]
baaea1dc 3478S: Odd Fixes (e.g., new signatures)
679655da 3479F: drivers/scsi/fdomain.*
1da177e4
LT
3480
3481GDT SCSI DISK ARRAY CONTROLLER DRIVER
8b58be88 3482M: Achim Leubner <[email protected]>
1da177e4
LT
3483L: [email protected]
3484W: http://www.icp-vortex.com/
3485S: Supported
679655da 3486F: drivers/scsi/gdt*
1da177e4 3487
3169a1c7
HV
3488GEMTEK FM RADIO RECEIVER DRIVER
3489M: Hans Verkuil <[email protected]>
3490L: [email protected]
3491T: git git://linuxtv.org/media_tree.git
3492W: http://linuxtv.org
3493S: Maintained
3494F: drivers/media/radio/radio-gemtek*
3495
1c23af90 3496GENERIC GPIO I2C DRIVER
880b0e26 3497M: Haavard Skinnemoen <[email protected]>
1c23af90 3498S: Supported
679655da
JP
3499F: drivers/i2c/busses/i2c-gpio.c
3500F: include/linux/i2c-gpio.h
1c23af90 3501
92ed1a76
PK
3502GENERIC GPIO I2C MULTIPLEXER DRIVER
3503M: Peter Korsgaard <[email protected]>
3504L: [email protected]
3505S: Supported
e7065e20
JD
3506F: drivers/i2c/muxes/i2c-mux-gpio.c
3507F: include/linux/i2c-mux-gpio.h
3508F: Documentation/i2c/muxes/i2c-mux-gpio
92ed1a76 3509
9251ce95 3510GENERIC HDLC (WAN) DRIVERS
8b58be88 3511M: Krzysztof Halasa <[email protected]>
1da177e4
LT
3512W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3513S: Maintained
679655da
JP
3514F: drivers/net/wan/c101.c
3515F: drivers/net/wan/hd6457*
3516F: drivers/net/wan/hdlc*
3517F: drivers/net/wan/n2.c
3518F: drivers/net/wan/pc300too.c
3519F: drivers/net/wan/pci200syn.c
3520F: drivers/net/wan/wanxl*
1da177e4 3521
1527aab6 3522GENERIC INCLUDE/ASM HEADER FILES
8b58be88 3523M: Arnd Bergmann <[email protected]>
1527aab6
AB
3524L: [email protected]
3525T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3526S: Maintained
3527F: include/asm-generic
c117ab84 3528F: include/uapi/asm-generic
1527aab6 3529
ccb86a69 3530GENERIC UIO DRIVER FOR PCI DEVICES
bda2562c 3531M: "Michael S. Tsirkin" <[email protected]>
ccb86a69 3532L: [email protected]
ccb86a69
MT
3533S: Supported
3534F: drivers/uio/uio_pci_generic.c
3535
5be7b50f 3536GFS2 FILE SYSTEM
8b58be88 3537M: Steven Whitehouse <[email protected]>
a4644184 3538L: [email protected]
5be7b50f 3539W: http://sources.redhat.com/cluster/
08deed1e
JP
3540T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3541T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
5be7b50f 3542S: Supported
679655da
JP
3543F: Documentation/filesystems/gfs2*.txt
3544F: fs/gfs2/
c117ab84 3545F: include/uapi/linux/gfs2_ondisk.h
5be7b50f 3546
0a34eb8f 3547GIGASET ISDN DRIVERS
8b58be88
JP
3548M: Hansjoerg Lipp <[email protected]>
3549M: Tilman Schmidt <[email protected]>
0a34eb8f
HL
3550L: [email protected]
3551W: http://gigaset307x.sourceforge.net/
3552S: Maintained
679655da
JP
3553F: Documentation/isdn/README.gigaset
3554F: drivers/isdn/gigaset/
c117ab84 3555F: include/uapi/linux/gigaset_dev.h
0a34eb8f 3556
a0dc00b4 3557GPIO SUBSYSTEM
19624236 3558M: Grant Likely <[email protected]>
e4651a9f 3559M: Linus Walleij <[email protected]>
a0dc00b4
GL
3560S: Maintained
3561T: git git://git.secretlab.ca/git/linux-2.6.git
98909cf0 3562F: Documentation/gpio.txt
a0dc00b4
GL
3563F: drivers/gpio/
3564F: include/linux/gpio*
9b692346 3565F: include/asm-generic/gpio.h
a0dc00b4 3566
71a6d0af
HW
3567GRE DEMULTIPLEXER DRIVER
3568M: Dmitry Kozlov <[email protected]>
3569L: [email protected]
3570S: Maintained
3571F: net/ipv4/gre.c
3572F: include/net/gre.h
3573
d4c41139
KG
3574GRETH 10/100/1G Ethernet MAC device driver
3575M: Kristoffer Glembo <[email protected]>
3576L: [email protected]
3577S: Maintained
a31a96ad 3578F: drivers/net/ethernet/aeroflex/
d4c41139 3579
e8deeae2 3580GSPCA FINEPIX SUBDRIVER
8b58be88 3581M: Frank Zago <[email protected]>
661263b5 3582L: [email protected]
275ffde4 3583T: git git://linuxtv.org/media_tree.git
e8deeae2 3584S: Maintained
0c0d06ca 3585F: drivers/media/usb/gspca/finepix.c
e8deeae2 3586
4b3fa3c4
OL
3587GSPCA GL860 SUBDRIVER
3588M: Olivier Lorin <[email protected]>
3589L: [email protected]
275ffde4 3590T: git git://linuxtv.org/media_tree.git
4b3fa3c4 3591S: Maintained
0c0d06ca 3592F: drivers/media/usb/gspca/gl860/
4b3fa3c4 3593
e8deeae2 3594GSPCA M5602 SUBDRIVER
8b58be88 3595M: Erik Andren <[email protected]>
661263b5 3596L: [email protected]
275ffde4 3597T: git git://linuxtv.org/media_tree.git
e8deeae2 3598S: Maintained
0c0d06ca 3599F: drivers/media/usb/gspca/m5602/
e8deeae2
JFM
3600
3601GSPCA PAC207 SONIXB SUBDRIVER
8b58be88 3602M: Hans de Goede <[email protected]>
661263b5 3603L: [email protected]
275ffde4 3604T: git git://linuxtv.org/media_tree.git
e8deeae2 3605S: Maintained
0c0d06ca 3606F: drivers/media/usb/gspca/pac207.c
e8deeae2 3607
261982f1 3608GSPCA SN9C20X SUBDRIVER
d95c5b0b 3609M: Brian Johnson <[email protected]>
261982f1 3610L: [email protected]
275ffde4 3611T: git git://linuxtv.org/media_tree.git
261982f1 3612S: Maintained
0c0d06ca 3613F: drivers/media/usb/gspca/sn9c20x.c
261982f1 3614
e8deeae2 3615GSPCA T613 SUBDRIVER
8b58be88 3616M: Leandro Costantino <[email protected]>
661263b5 3617L: [email protected]
275ffde4 3618T: git git://linuxtv.org/media_tree.git
e8deeae2 3619S: Maintained
0c0d06ca 3620F: drivers/media/usb/gspca/t613.c
e8deeae2
JFM
3621
3622GSPCA USB WEBCAM DRIVER
fc3f906b 3623M: Hans de Goede <[email protected]>
661263b5 3624L: [email protected]
275ffde4 3625T: git git://linuxtv.org/media_tree.git
e8deeae2 3626S: Maintained
0c0d06ca 3627F: drivers/media/usb/gspca/
e8deeae2 3628
aa3c598b
EG
3629STK1160 USB VIDEO CAPTURE DRIVER
3630M: Ezequiel Garcia <[email protected]>
3631L: [email protected]
275ffde4 3632T: git git://linuxtv.org/media_tree.git
aa3c598b
EG
3633S: Maintained
3634F: drivers/media/usb/stk1160/
e8deeae2 3635
71a6d0af
HW
3636HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3637M: Frank Seidel <[email protected]>
3638L: [email protected]
3639W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3640S: Maintained
3641F: drivers/platform/x86/hdaps.c
3642
48fc9e26
HV
3643HDPVR USB VIDEO ENCODER DRIVER
3644M: Hans Verkuil <[email protected]>
3645L: [email protected]
3646T: git git://linuxtv.org/media_tree.git
3647W: http://linuxtv.org
3648S: Odd Fixes
3649F: drivers/media/usb/hdpvr
3650
71a6d0af
HW
3651HWPOISON MEMORY FAILURE HANDLING
3652M: Andi Kleen <[email protected]>
3653L: [email protected]
3654T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3655S: Maintained
3656F: mm/memory-failure.c
3657F: mm/hwpoison-inject.c
3658
3659HYPERVISOR VIRTUAL CONSOLE DRIVER
3660L: [email protected]
3661S: Odd Fixes
3662F: drivers/tty/hvc/
3663
5b543965 3664HARDWARE MONITORING
9e012c1a 3665M: Jean Delvare <[email protected]>
ca462085 3666M: Guenter Roeck <[email protected]>
5b543965 3667L: [email protected]
595142e0 3668W: http://www.lm-sensors.org/
9e012c1a 3669T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
885374e3 3670T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9e012c1a 3671S: Maintained
047f4ec2 3672F: Documentation/hwmon/
679655da 3673F: drivers/hwmon/
047f4ec2 3674F: include/linux/hwmon*.h
5b543965 3675
844dd05f 3676HARDWARE RANDOM NUMBER GENERATOR CORE
c0d0787b
JP
3677M: Matt Mackall <[email protected]>
3678M: Herbert Xu <[email protected]>
3679S: Odd fixes
679655da
JP
3680F: Documentation/hw_random.txt
3681F: drivers/char/hw_random/
3682F: include/linux/hw_random.h
844dd05f 3683
8b37fcfc
OBC
3684HARDWARE SPINLOCK CORE
3685M: Ohad Ben-Cohen <[email protected]>
3686S: Maintained
3687F: Documentation/hwspinlock.txt
3688F: drivers/hwspinlock/hwspinlock_*
3689F: include/linux/hwspinlock.h
3690
1da177e4 3691HARMONY SOUND DRIVER
ac6aecbf 3692L: [email protected]
1da177e4 3693S: Maintained
679655da 3694F: sound/parisc/harmony.*
1da177e4 3695
91952bc0
AP
3696HD29L2 MEDIA DRIVER
3697M: Antti Palosaari <[email protected]>
3698L: [email protected]
3699W: http://linuxtv.org/
3700W: http://palosaari.fi/linux/
3701Q: http://patchwork.linuxtv.org/project/linux-media/list/
3702T: git git://linuxtv.org/anttip/media_tree.git
3703S: Maintained
3704F: drivers/media/dvb-frontends/hd29l2*
3705
e2d1d6c0 3706HEWLETT-PACKARD SMART2 RAID DRIVER
8b58be88 3707M: Chirag Kantharia <[email protected]>
e2d1d6c0
RD
3708L: [email protected]
3709S: Maintained
679655da
JP
3710F: Documentation/blockdev/cpqarray.txt
3711F: drivers/block/cpqarray.*
e2d1d6c0 3712
9257aa49 3713HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
706e69d6 3714M: "Stephen M. Cameron" <[email protected]>
9257aa49
SC
3715L: [email protected]
3716S: Supported
3717F: Documentation/scsi/hpsa.txt
3718F: drivers/scsi/hpsa*.[ch]
3719F: include/linux/cciss*.h
c117ab84 3720F: include/uapi/linux/cciss*.h
9257aa49 3721
e2d1d6c0 3722HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
8b58be88 3723M: Mike Miller <[email protected]>
e2d1d6c0
RD
3724L: [email protected]
3725S: Supported
679655da
JP
3726F: Documentation/blockdev/cciss.txt
3727F: drivers/block/cciss*
3728F: include/linux/cciss_ioctl.h
c117ab84 3729F: include/uapi/linux/cciss_ioctl.h
e2d1d6c0 3730
1da177e4 3731HFS FILESYSTEM
6cf515e1
GU
3732L: [email protected]
3733S: Orphan
679655da
JP
3734F: Documentation/filesystems/hfs.txt
3735F: fs/hfs/
1da177e4
LT
3736
3737HGA FRAMEBUFFER DRIVER
8b58be88 3738M: Ferenc Bakonyi <[email protected]>
1da177e4
LT
3739L: [email protected]
3740W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3741S: Maintained
679655da 3742F: drivers/video/hgafb.c
1da177e4 3743
4480f15b 3744HIBERNATION (aka Software Suspend, aka swsusp)
8b58be88
JP
3745M: Pavel Machek <[email protected]>
3746M: "Rafael J. Wysocki" <[email protected]>
bf1c138e 3747L: [email protected]
e2d1d6c0 3748S: Supported
679655da
JP
3749F: arch/x86/power/
3750F: drivers/base/power/
3751F: kernel/power/
3752F: include/linux/suspend.h
3753F: include/linux/freezer.h
3754F: include/linux/pm.h
679655da 3755F: arch/*/include/asm/suspend*.h
e2d1d6c0 3756
4ef4caad 3757HID CORE LAYER
8b58be88 3758M: Jiri Kosina <[email protected]>
eb76c5c0 3759L: [email protected]
54e5881d 3760T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad 3761S: Maintained
679655da
JP
3762F: drivers/hid/
3763F: include/linux/hid*
c117ab84 3764F: include/uapi/linux/hid*
4ef4caad 3765
38bed542 3766HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
8b58be88 3767M: Thomas Gleixner <[email protected]>
75fc2d37 3768T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
38bed542 3769S: Maintained
679655da
JP
3770F: Documentation/timers/
3771F: kernel/hrtimer.c
88606e80
TG
3772F: kernel/time/clockevents.c
3773F: kernel/time/tick*.*
3774F: kernel/time/timer_*.c
05ed8490 3775F: include/linux/clockchips.h
679655da 3776F: include/linux/hrtimer.h
38bed542 3777
1da177e4 3778HIGH-SPEED SCC DRIVER FOR AX.25
1da177e4 3779L: [email protected]
8b64f2a0 3780S: Orphan
679655da
JP
3781F: drivers/net/hamradio/dmascc.c
3782F: drivers/net/hamradio/scc.c
1da177e4 3783
ede1e6f8 3784HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
8b58be88 3785M: HighPoint Linux Team <[email protected]>
ede1e6f8
HLT
3786W: http://www.highpoint-tech.com
3787S: Supported
679655da
JP
3788F: Documentation/scsi/hptiop.txt
3789F: drivers/scsi/hptiop.c
ede1e6f8 3790
1da177e4 3791HIPPI
8b58be88 3792M: Jes Sorensen <[email protected]>
1da177e4
LT
3793L: [email protected]
3794S: Maintained
679655da 3795F: include/linux/hippidevice.h
c117ab84 3796F: include/uapi/linux/if_hippi.h
679655da 3797F: net/802/hippi.c
ff5a3b50 3798F: drivers/net/hippi/
1da177e4 3799
ff1d2767 3800HOST AP DRIVER
8b58be88 3801M: Jouni Malinen <[email protected]>
85d32e7b 3802L: [email protected] (subscribers-only)
724c6b35 3803L: [email protected]
ff1d2767
JM
3804W: http://hostap.epitest.fi/
3805S: Maintained
679655da 3806F: drivers/net/wireless/hostap/
ff1d2767 3807
dd8cd779 3808HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
d0944853 3809L: [email protected]
95c70215 3810S: Orphan
679655da 3811F: drivers/platform/x86/tc1100-wmi.c
dd8cd779 3812
e2d1d6c0 3813HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
8b58be88 3814M: Jaroslav Kysela <[email protected]>
e2d1d6c0 3815S: Maintained
7e25d724 3816F: drivers/net/ethernet/hp/hp100.*
e2d1d6c0 3817
7d2c86b5 3818HPET: High Precision Event Timers driver
8b58be88 3819M: Clemens Ladisch <[email protected]>
b9b0332f 3820S: Maintained
679655da
JP
3821F: Documentation/timers/hpet.txt
3822F: drivers/char/hpet.c
3823F: include/linux/hpet.h
c117ab84 3824F: include/uapi/linux/hpet.h
b9b0332f 3825
e07b5d79 3826HPET: x86
9c5fb19a 3827M: "Venkatesh Pallipadi (Venki)" <[email protected]>
b9b0332f 3828S: Maintained
679655da
JP
3829F: arch/x86/kernel/hpet.c
3830F: arch/x86/include/asm/hpet.h
b9b0332f 3831
1da177e4 3832HPFS FILESYSTEM
8b58be88 3833M: Mikulas Patocka <[email protected]>
1da177e4
LT
3834W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3835S: Maintained
679655da 3836F: fs/hpfs/
1da177e4 3837
7d2c86b5 3838HSO 3G MODEM DRIVER
8b58be88 3839M: Jan Dumon <[email protected]>
11cd29b0
DJB
3840W: http://www.pharscape.org
3841S: Maintained
679655da 3842F: drivers/net/usb/hso.c
11cd29b0 3843
5a18c343 3844HTCPEN TOUCHSCREEN DRIVER
8b58be88 3845M: Pau Oliva Fora <[email protected]>
5a18c343
POF
3846L: [email protected]
3847S: Maintained
679655da 3848F: drivers/input/touchscreen/htcpen.c
5a18c343 3849
1da177e4 3850HUGETLB FILESYSTEM
6d49e352 3851M: Nadia Yvette Chambers <[email protected]>
1da177e4 3852S: Maintained
679655da 3853F: fs/hugetlbfs/
1da177e4 3854
05183189
S
3855Hyper-V CORE AND DRIVERS
3856M: K. Y. Srinivasan <[email protected]>
3857M: Haiyang Zhang <[email protected]>
3858L: [email protected]
3859S: Maintained
3860F: drivers/hv/
3861F: drivers/hid/hid-hyperv.c
3862F: drivers/net/hyperv/
05183189 3863
d85c8a6a
JD
3864I2C OVER PARALLEL PORT
3865M: Jean Delvare <[email protected]>
3866L: [email protected]
3867S: Maintained
3868F: Documentation/i2c/busses/i2c-parport
3869F: Documentation/i2c/busses/i2c-parport-light
3870F: drivers/i2c/busses/i2c-parport.c
3871F: drivers/i2c/busses/i2c-parport-light.c
3872
3873I2C/SMBUS CONTROLLER DRIVERS FOR PC
3874M: Jean Delvare <[email protected]>
3875L: [email protected]
3876S: Maintained
3877F: Documentation/i2c/busses/i2c-ali1535
3878F: Documentation/i2c/busses/i2c-ali1563
3879F: Documentation/i2c/busses/i2c-ali15x3
3880F: Documentation/i2c/busses/i2c-amd756
3881F: Documentation/i2c/busses/i2c-amd8111
3882F: Documentation/i2c/busses/i2c-i801
3883F: Documentation/i2c/busses/i2c-nforce2
3884F: Documentation/i2c/busses/i2c-piix4
3885F: Documentation/i2c/busses/i2c-sis5595
3886F: Documentation/i2c/busses/i2c-sis630
3887F: Documentation/i2c/busses/i2c-sis96x
3888F: Documentation/i2c/busses/i2c-via
3889F: Documentation/i2c/busses/i2c-viapro
3890F: drivers/i2c/busses/i2c-ali1535.c
3891F: drivers/i2c/busses/i2c-ali1563.c
3892F: drivers/i2c/busses/i2c-ali15x3.c
3893F: drivers/i2c/busses/i2c-amd756.c
3894F: drivers/i2c/busses/i2c-amd756-s4882.c
3895F: drivers/i2c/busses/i2c-amd8111.c
3896F: drivers/i2c/busses/i2c-i801.c
3897F: drivers/i2c/busses/i2c-isch.c
3898F: drivers/i2c/busses/i2c-nforce2.c
3899F: drivers/i2c/busses/i2c-nforce2-s4985.c
3900F: drivers/i2c/busses/i2c-piix4.c
3901F: drivers/i2c/busses/i2c-sis5595.c
3902F: drivers/i2c/busses/i2c-sis630.c
3903F: drivers/i2c/busses/i2c-sis96x.c
3904F: drivers/i2c/busses/i2c-via.c
3905F: drivers/i2c/busses/i2c-viapro.c
3906
cb7f07a4
NH
3907I2C/SMBUS ISMT DRIVER
3908M: Seth Heasley <[email protected]>
3909M: Neil Horman <[email protected]>
3910L: [email protected]
3911F: drivers/i2c/busses/i2c-ismt.c
3912F: Documentation/i2c/busses/i2c-ismt
3913
6ea884db 3914I2C/SMBUS STUB DRIVER
94877548 3915M: Jean Delvare <[email protected]>
846557d3 3916L: [email protected]
6ea884db 3917S: Maintained
8547a5bc 3918F: drivers/i2c/i2c-stub.c
6ea884db 3919
5b543965 3920I2C SUBSYSTEM
14d77c4d 3921M: Wolfram Sang <[email protected]>
846557d3 3922L: [email protected]
a01064a9 3923W: http://i2c.wiki.kernel.org/
14d77c4d 3924T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
1da177e4 3925S: Maintained
679655da
JP
3926F: Documentation/i2c/
3927F: drivers/i2c/
3928F: include/linux/i2c.h
03b70d62 3929F: include/linux/i2c-*.h
c117ab84
CEB
3930F: include/uapi/linux/i2c.h
3931F: include/uapi/linux/i2c-*.h
1da177e4 3932
d85c8a6a
JD
3933I2C-TAOS-EVM DRIVER
3934M: Jean Delvare <[email protected]>
3935L: [email protected]
3936S: Maintained
3937F: Documentation/i2c/busses/i2c-taos-evm
3938F: drivers/i2c/busses/i2c-taos-evm.c
3939
e8c76eed 3940I2C-TINY-USB DRIVER
8b58be88 3941M: Till Harbaum <[email protected]>
846557d3 3942L: [email protected]
932d1872 3943W: http://www.harbaum.org/till/i2c_tiny_usb
e8c76eed 3944S: Maintained
679655da 3945F: drivers/i2c/busses/i2c-tiny-usb.c
e8c76eed 3946
1da177e4 3947i386 BOOT CODE
8b58be88 3948M: "H. Peter Anvin" <[email protected]>
1da177e4 3949S: Maintained
679655da 3950F: arch/x86/boot/
1da177e4
LT
3951
3952i386 SETUP CODE / CPU ERRATA WORKAROUNDS
8b58be88 3953M: "H. Peter Anvin" <[email protected]>
54e5881d 3954T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
3955S: Maintained
3956
1da177e4 3957IA64 (Itanium) PLATFORM
8b58be88
JP
3958M: Tony Luck <[email protected]>
3959M: Fenghua Yu <[email protected]>
1da177e4 3960L: [email protected]
6b1c70b1 3961T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
1da177e4 3962S: Maintained
679655da 3963F: arch/ia64/
1da177e4 3964
956c203c
KY
3965IBM Power in-Nest Crypto Acceleration
3966M: Kent Yoder <[email protected]>
3967L: [email protected]
3968S: Supported
3969F: drivers/crypto/nx/
3970
0e16aafb
SJ
3971IBM Power 842 compression accelerator
3972M: Robert Jennings <[email protected]>
3973S: Supported
3974F: drivers/crypto/nx/nx-842.c
3975F: include/linux/nx842.h
3976
1da177e4 3977IBM Power Linux RAID adapter
8b58be88 3978M: Brian King <[email protected]>
1da177e4 3979S: Supported
679655da 3980F: drivers/scsi/ipr.*
1da177e4 3981
9d348af4
SL
3982IBM Power Virtual Ethernet Device Driver
3983M: Santiago Leon <[email protected]>
3984L: [email protected]
3985S: Supported
9aa32835 3986F: drivers/net/ethernet/ibm/ibmveth.*
9d348af4 3987
4b7652cc
RJ
3988IBM Power Virtual SCSI/FC Device Drivers
3989M: Robert Jennings <[email protected]>
3990L: [email protected]
3991S: Supported
3992F: drivers/scsi/ibmvscsi/
3993X: drivers/scsi/ibmvscsi/ibmvstgt.c
3994
1da177e4
LT
3995IBM ServeRAID RAID DRIVER
3996P: Jack Hammer
8b58be88 3997M: Dave Jeffery <[email protected]>
1da177e4 3998W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 3999S: Supported
679655da 4000F: drivers/scsi/ips.*
1da177e4 4001
6ed9f9c4
PT
4002ICH LPC AND GPIO DRIVER
4003M: Peter Tyser <[email protected]>
4004S: Maintained
4005F: drivers/mfd/lpc_ich.c
4006F: drivers/gpio/gpio-ich.c
4007
1e7106fc 4008IDE SUBSYSTEM
8b58be88 4009M: "David S. Miller" <[email protected]>
1da177e4 4010L: [email protected]
8a6e2535 4011Q: http://patchwork.ozlabs.org/project/linux-ide/list/
08deed1e 4012T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
1da177e4 4013S: Maintained
679655da
JP
4014F: Documentation/ide/
4015F: drivers/ide/
4016F: include/linux/ide.h
1da177e4 4017
6cb8c13d
IP
4018IDEAPAD LAPTOP EXTRAS DRIVER
4019M: Ike Panhc <[email protected]>
4020L: [email protected]
4021W: http://launchpad.net/ideapad-laptop
4022S: Maintained
4023F: drivers/platform/x86/ideapad-laptop.c
4024
0f861e8c 4025IDE/ATAPI DRIVERS
487ba8e8 4026M: Borislav Petkov <[email protected]>
9c5b0ce4 4027L: [email protected]
c404c199 4028S: Maintained
679655da
JP
4029F: Documentation/cdrom/ide-cd
4030F: drivers/ide/ide-cd*
1da177e4 4031
27471fdb 4032IDLE-I7300
8b58be88 4033M: Andy Henroid <[email protected]>
bf1c138e 4034L: [email protected]
27471fdb 4035S: Supported
679655da 4036F: drivers/idle/i7300_idle.c
27471fdb 4037
02cf2286 4038IEEE 802.15.4 SUBSYSTEM
68653359 4039M: Alexander Smirnov <[email protected]>
8b58be88 4040M: Dmitry Eremin-Solenikov <[email protected]>
e0af6062 4041L: [email protected] (moderated for non-subscribers)
02cf2286 4042W: http://apps.sourceforge.net/trac/linux-zigbee
a060330e 4043T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
02cf2286
SL
4044S: Maintained
4045F: net/ieee802154/
68653359 4046F: net/mac802154/
251741b1 4047F: drivers/net/ieee802154/
02cf2286 4048
40ad4a30
SY
4049IGUANAWORKS USB IR TRANSCEIVER
4050M: Sean Young <[email protected]>
4051L: [email protected]
4052S: Maintained
4053F: drivers/media/rc/iguanair.c
4054
9545f86e
AP
4055IIO SUBSYSTEM AND DRIVERS
4056M: Jonathan Cameron <[email protected]>
4057L: [email protected]
4058S: Maintained
03e7c251 4059F: drivers/iio/
9545f86e
AP
4060F: drivers/staging/iio/
4061
65519263
SG
4062IKANOS/ADI EAGLE ADSL USB DRIVER
4063M: Matthieu Castet <[email protected]>
4064M: Stanislaw Gruszka <[email protected]>
4065S: Maintained
4066F: drivers/usb/atm/ueagle-atm.c
4067
e89ab51f
GR
4068INA209 HARDWARE MONITOR DRIVER
4069M: Guenter Roeck <[email protected]>
4070L: [email protected]
4071S: Maintained
4072F: Documentation/hwmon/ina209
4073F: Documentation/devicetree/bindings/i2c/ina209.txt
4074F: drivers/hwmon/ina209.c
4075
4076INA2XX HARDWARE MONITOR DRIVER
4077M: Guenter Roeck <[email protected]>
4078L: [email protected]
4079S: Maintained
4080F: Documentation/hwmon/ina2xx
4081F: drivers/hwmon/ina2xx.c
4082F: include/linux/platform_data/ina2xx.h
4083
14dc124f
SIG
4084INDUSTRY PACK SUBSYSTEM (IPACK)
4085M: Samuel Iglesias Gonsalvez <[email protected]>
4086M: Jens Taprogge <[email protected]>
4087M: Greg Kroah-Hartman <[email protected]>
4088L: [email protected]
4089W: http://industrypack.sourceforge.net
4090S: Maintained
4091F: drivers/ipack/
4092
aa7168f4 4093INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
8b58be88 4094M: Mimi Zohar <[email protected]>
aa7168f4 4095S: Supported
679655da 4096F: security/integrity/ima/
aa7168f4 4097
1da177e4 4098IMS TWINTURBO FRAMEBUFFER DRIVER
c69f677c 4099L: [email protected]
843393d3 4100S: Orphan
679655da 4101F: drivers/video/imsttfb.c
1da177e4
LT
4102
4103INFINIBAND SUBSYSTEM
db9fd848 4104M: Roland Dreier <[email protected]>
8b58be88
JP
4105M: Sean Hefty <[email protected]>
4106M: Hal Rosenstock <[email protected]>
e6cc0fd1 4107L: [email protected]
605841f5 4108W: http://www.openfabrics.org/
8a6e2535 4109Q: http://patchwork.kernel.org/project/linux-rdma/list/
54e5881d 4110T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4 4111S: Supported
679655da
JP
4112F: Documentation/infiniband/
4113F: drivers/infiniband/
c117ab84 4114F: include/uapi/linux/if_infiniband.h
1da177e4 4115
c9f04f58 4116INOTIFY
8b58be88
JP
4117M: John McCutchan <[email protected]>
4118M: Robert Love <[email protected]>
4119M: Eric Paris <[email protected]>
c9f04f58 4120S: Maintained
679655da
JP
4121F: Documentation/filesystems/inotify.txt
4122F: fs/notify/inotify/
4123F: include/linux/inotify.h
c117ab84 4124F: include/uapi/linux/inotify.h
c9f04f58 4125
e2d1d6c0 4126INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8b58be88
JP
4127M: Dmitry Torokhov <[email protected]>
4128M: Dmitry Torokhov <[email protected]>
e2d1d6c0 4129L: [email protected]
8a6e2535 4130Q: http://patchwork.kernel.org/project/linux-input/list/
54e5881d 4131T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
e2d1d6c0 4132S: Maintained
679655da 4133F: drivers/input/
f4eea7e2 4134F: include/linux/input.h
c117ab84 4135F: include/uapi/linux/input.h
f4eea7e2 4136F: include/linux/input/
e2d1d6c0 4137
3267a87f
HR
4138INPUT MULTITOUCH (MT) PROTOCOL
4139M: Henrik Rydberg <[email protected]>
4140L: [email protected]
7f9c2454 4141T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3267a87f
HR
4142S: Maintained
4143F: Documentation/input/multi-touch-protocol.txt
7f9c2454 4144F: drivers/input/input-mt.c
3267a87f
HR
4145K: \b(ABS|SYN)_MT_
4146
4ac13e17
DJ
4147INTEL C600 SERIES SAS CONTROLLER DRIVER
4148M: Intel SCU Linux support <[email protected]>
7106891a
DJ
4149M: Lukasz Dorau <[email protected]>
4150M: Maciej Patelczyk <[email protected]>
4ac13e17 4151M: Dave Jiang <[email protected]>
4ac13e17 4152L: [email protected]
7106891a
DJ
4153T: git git://git.code.sf.net/p/intel-sas/isci
4154S: Supported
4ac13e17 4155F: drivers/scsi/isci/
4ac13e17 4156
26717172
LB
4157INTEL IDLE DRIVER
4158M: Len Brown <[email protected]>
bf1c138e 4159L: [email protected]
08deed1e 4160T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
26717172
LB
4161S: Supported
4162F: drivers/idle/intel_idle.c
4163
9eb8ef74 4164INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
55a23c4a 4165M: Maik Broemme <[email protected]>
c69f677c 4166L: [email protected]
ce00f85c 4167S: Maintained
679655da
JP
4168F: Documentation/fb/intelfb.txt
4169F: drivers/video/intelfb/
9eb8ef74 4170
1da177e4 4171INTEL 810/815 FRAMEBUFFER DRIVER
8b58be88 4172M: Antonino Daplas <[email protected]>
c69f677c 4173L: [email protected]
ce00f85c 4174S: Maintained
679655da 4175F: drivers/video/i810/
1da177e4 4176
f4a9bc4c 4177INTEL MENLOW THERMAL DRIVER
8b58be88 4178M: Sujith Thomas <[email protected]>
d0944853 4179L: [email protected]
f4a9bc4c
TS
4180W: http://www.lesswatts.org/projects/acpi/
4181S: Supported
679655da 4182F: drivers/platform/x86/intel_menlow.c
f4a9bc4c 4183
1da177e4 4184INTEL IA32 MICROCODE UPDATE SUPPORT
8b58be88 4185M: Tigran Aivazian <[email protected]>
1da177e4 4186S: Maintained
679655da
JP
4187F: arch/x86/kernel/microcode_core.c
4188F: arch/x86/kernel/microcode_intel.c
1da177e4 4189
248a9dc3 4190INTEL I/OAT DMA DRIVER
1dd8372d
DW
4191M: Dan Williams <[email protected]>
4192S: Maintained
679655da 4193F: drivers/dma/ioat*
248a9dc3 4194
6c8909b4 4195INTEL IOMMU (VT-d)
8b58be88 4196M: David Woodhouse <[email protected]>
6c8909b4 4197L: [email protected]
54e5881d 4198T: git git://git.infradead.org/iommu-2.6.git
6c8909b4 4199S: Supported
3fb39615 4200F: drivers/iommu/intel-iommu.c
679655da 4201F: include/linux/intel-iommu.h
6c8909b4 4202
b3e5f263 4203INTEL IOP-ADMA DMA DRIVER
1dd8372d
DW
4204M: Dan Williams <[email protected]>
4205S: Odd fixes
679655da 4206F: drivers/dma/iop-adma.c
b3e5f263 4207
9251ce95 4208INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8b58be88 4209M: Krzysztof Halasa <[email protected]>
9251ce95 4210S: Maintained
679655da
JP
4211F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
4212F: arch/arm/mach-ixp4xx/include/mach/npe.h
4213F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4214F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
b47da977 4215F: drivers/net/ethernet/xscale/ixp4xx_eth.c
679655da 4216F: drivers/net/wan/ixp4xx_hss.c
9251ce95 4217
844dd05f 4218INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8b58be88 4219M: Deepak Saxena <[email protected]>
844dd05f 4220S: Maintained
679655da 4221F: drivers/char/hw_random/ixp4xx-rng.c
844dd05f 4222
0d164401 4223INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
8b58be88
JP
4224M: Jeff Kirsher <[email protected]>
4225M: Jesse Brandeburg <[email protected]>
4226M: Bruce Allan <[email protected]>
0d164401
JK
4227M: Carolyn Wyborny <[email protected]>
4228M: Don Skidmore <[email protected]>
4229M: Greg Rose <[email protected]>
dee1ad47 4230M: Peter P Waskiewicz Jr <[email protected]>
0d164401 4231M: Alex Duyck <[email protected]>
8b58be88 4232M: John Ronciak <[email protected]>
f6fde11a 4233M: Tushar Dave <[email protected]>
dcd01faf 4234L: [email protected]
f6fde11a 4235W: http://www.intel.com/support/feedback.htm
d94e6fed 4236W: http://e1000.sourceforge.net/
dee1ad47
JK
4237T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4238T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
1da177e4 4239S: Supported
0d164401
JK
4240F: Documentation/networking/e100.txt
4241F: Documentation/networking/e1000.txt
4242F: Documentation/networking/e1000e.txt
4243F: Documentation/networking/igb.txt
4244F: Documentation/networking/igbvf.txt
4245F: Documentation/networking/ixgb.txt
4246F: Documentation/networking/ixgbe.txt
4247F: Documentation/networking/ixgbevf.txt
dee1ad47 4248F: drivers/net/ethernet/intel/
1da177e4 4249
ca907a90
SY
4250INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4251M: Stanislav Yakovlev <[email protected]>
724c6b35 4252L: [email protected]
ca907a90 4253S: Maintained
679655da 4254F: Documentation/networking/README.ipw2100
679655da 4255F: Documentation/networking/README.ipw2200
ca907a90 4256F: drivers/net/wireless/ipw2x00/
826d2abe 4257
4bd96a7a 4258INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
e9b7d7c8
GW
4259M: Richard L Maliszewski <[email protected]>
4260M: Gang Wei <[email protected]>
4bd96a7a
SW
4261M: Shane Wang <[email protected]>
4262L: [email protected]
4263W: http://tboot.sourceforge.net
e9b7d7c8 4264T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4bd96a7a
SW
4265S: Supported
4266F: Documentation/intel_txt.txt
4267F: include/linux/tboot.h
4268F: arch/x86/kernel/tboot.c
4269
8a70da82 4270INTEL WIRELESS WIMAX CONNECTION 2400
8b58be88 4271M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
4272M: [email protected]
4273L: [email protected]
4274S: Supported
4275W: http://linuxwimax.org
679655da
JP
4276F: Documentation/wimax/README.i2400m
4277F: drivers/net/wimax/i2400m/
c117ab84 4278F: include/uapi/linux/wimax/i2400m.h
8a70da82 4279
1c0ce89c
SG
4280INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4281M: Stanislaw Gruszka <[email protected]>
efa3144e 4282L: [email protected]
1c0ce89c 4283S: Supported
efa3144e
WYG
4284F: drivers/net/wireless/iwlegacy/
4285
b481de9c 4286INTEL WIRELESS WIFI LINK (iwlwifi)
15fae50a 4287M: Johannes Berg <[email protected]>
9edc71b7 4288M: Wey-Yi Guy <[email protected]>
a0bf797f 4289M: Intel Linux Wireless <[email protected]>
b481de9c 4290L: [email protected]
b481de9c 4291W: http://intellinuxwireless.org
b62ff718 4292T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
b481de9c 4293S: Supported
679655da 4294F: drivers/net/wireless/iwlwifi/
b481de9c 4295
de8fe023
TW
4296INTEL MANAGEMENT ENGINE (mei)
4297M: Tomas Winkler <[email protected]>
4298L: [email protected]
4299S: Supported
c117ab84 4300F: include/uapi/linux/mei.h
de8fe023 4301F: drivers/misc/mei/*
e07950a1 4302F: Documentation/misc-devices/mei/*
de8fe023 4303
cb109a0e 4304IOC3 ETHERNET DRIVER
8b58be88 4305M: Ralf Baechle <[email protected]>
1da177e4
LT
4306L: [email protected]
4307S: Maintained
8862bf1e 4308F: drivers/net/ethernet/sgi/ioc3-eth.c
1da177e4 4309
cb109a0e 4310IOC3 SERIAL DRIVER
8b58be88 4311M: Pat Gefre <[email protected]>
d39e0721 4312L: [email protected]
cb109a0e 4313S: Maintained
df621252 4314F: drivers/tty/serial/ioc3_serial.c
cb109a0e 4315
4480f15b 4316IP MASQUERADING
8b58be88 4317M: Juanjo Ciarlante <[email protected]>
1da177e4 4318S: Maintained
679655da 4319F: net/ipv4/netfilter/ipt_MASQUERADE.c
1da177e4 4320
1202d6ff 4321IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88
JP
4322M: Francois Romieu <[email protected]>
4323M: Sorbica Shieh <[email protected]>
1202d6ff
FR
4324L: [email protected]
4325S: Maintained
7443713a 4326F: drivers/net/ethernet/icplus/ipg.*
1202d6ff 4327
4480f15b 4328IPATH DRIVER
8473c603 4329M: Mike Marciniszyn <[email protected]>
e6cc0fd1 4330L: [email protected]
52a09a04 4331S: Maintained
679655da 4332F: drivers/infiniband/hw/ipath/
77d8798b 4333
4409ebe9 4334IPMI SUBSYSTEM
8b58be88 4335M: Corey Minyard <[email protected]>
b0c90653 4336L: [email protected] (moderated for non-subscribers)
4409ebe9
CM
4337W: http://openipmi.sourceforge.net/
4338S: Supported
679655da
JP
4339F: Documentation/IPMI.txt
4340F: drivers/char/ipmi/
4341F: include/linux/ipmi*
c117ab84 4342F: include/uapi/linux/ipmi*
4409ebe9 4343
e2d1d6c0 4344IPS SCSI RAID DRIVER
8b58be88 4345M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
4346L: [email protected]
4347W: http://www.adaptec.com/
4348S: Maintained
679655da 4349F: drivers/scsi/ips*
e2d1d6c0
RD
4350
4351IPVS
8b58be88
JP
4352M: Wensong Zhang <[email protected]>
4353M: Simon Horman <[email protected]>
4354M: Julian Anastasov <[email protected]>
979b6c13 4355L: [email protected]
e2d1d6c0 4356L: [email protected]
1da177e4 4357S: Maintained
679655da 4358F: Documentation/networking/ipvs-sysctl.txt
b61d4a71 4359F: include/net/ip_vs.h
c117ab84 4360F: include/uapi/linux/ip_vs.h
679655da 4361F: net/netfilter/ipvs/
1da177e4 4362
e7839f25 4363IPWIRELESS DRIVER
8b58be88
JP
4364M: Jiri Kosina <[email protected]>
4365M: David Sterba <[email protected]>
92094aa0 4366S: Odd Fixes
282361a0 4367F: drivers/tty/ipwireless/
099dc4fb 4368
e2d1d6c0 4369IPX NETWORK LAYER
8b58be88 4370M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0
RD
4371L: [email protected]
4372S: Maintained
679655da 4373F: include/net/ipx.h
c117ab84 4374F: include/uapi/linux/ipx.h
679655da 4375F: net/ipx/
e2d1d6c0 4376
1da177e4 4377IRDA SUBSYSTEM
8b58be88 4378M: Samuel Ortiz <[email protected]>
a2ac953d 4379L: [email protected] (subscribers-only)
ced649ea 4380L: [email protected]
1da177e4 4381W: http://irda.sourceforge.net/
f353976d 4382S: Maintained
e0057975 4383T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
679655da
JP
4384F: Documentation/networking/irda.txt
4385F: drivers/net/irda/
4386F: include/net/irda/
4387F: net/irda/
1da177e4 4388
a800c7cc
TG
4389IRQ SUBSYSTEM
4390M: Thomas Gleixner <[email protected]>
4391S: Maintained
75fc2d37 4392T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
a800c7cc 4393F: kernel/irq/
edd96900 4394F: drivers/irqchip/
a800c7cc 4395
7ab3a837
GL
4396IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4397M: Benjamin Herrenschmidt <[email protected]>
19624236 4398M: Grant Likely <[email protected]>
7ab3a837
GL
4399T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4400S: Maintained
4401F: Documentation/IRQ-domain.txt
4402F: include/linux/irqdomain.h
4403F: kernel/irq/irqdomain.c
4404
e2d1d6c0 4405ISAPNP
8b58be88 4406M: Jaroslav Kysela <[email protected]>
e2d1d6c0 4407S: Maintained
679655da
JP
4408F: Documentation/isapnp.txt
4409F: drivers/pnp/isapnp/
4410F: include/linux/isapnp.h
e2d1d6c0 4411
d39b8420
HV
4412ISA RADIO MODULE
4413M: Hans Verkuil <[email protected]>
4414L: [email protected]
4415T: git git://linuxtv.org/media_tree.git
4416W: http://linuxtv.org
4417S: Maintained
4418F: drivers/media/radio/radio-isa*
4419
71a6d0af
HW
4420iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4421M: Peter Jones <[email protected]>
4422M: Konrad Rzeszutek Wilk <[email protected]>
4423S: Maintained
4424F: drivers/firmware/iscsi_ibft*
4425
14816b1e 4426ISCSI
8b58be88 4427M: Mike Christie <[email protected]>
14816b1e
MC
4428L: [email protected]
4429W: www.open-iscsi.org
54e5881d 4430T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
14816b1e 4431S: Maintained
679655da
JP
4432F: drivers/scsi/*iscsi*
4433F: include/scsi/*iscsi*
14816b1e 4434
1da177e4 4435ISDN SUBSYSTEM
8b58be88 4436M: Karsten Keil <[email protected]>
d5d52273 4437L: [email protected] (subscribers-only)
3da0ae62 4438L: [email protected]
1da177e4 4439W: http://www.isdn4linux.de
54e5881d 4440T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
1da177e4 4441S: Maintained
679655da
JP
4442F: Documentation/isdn/
4443F: drivers/isdn/
4444F: include/linux/isdn.h
4445F: include/linux/isdn/
c117ab84
CEB
4446F: include/uapi/linux/isdn.h
4447F: include/uapi/linux/isdn/
1da177e4
LT
4448
4449ISDN SUBSYSTEM (Eicon active card driver)
8b58be88 4450M: Armin Schindler <[email protected]>
d5d52273 4451L: [email protected] (subscribers-only)
1da177e4
LT
4452W: http://www.melware.de
4453S: Maintained
679655da 4454F: drivers/isdn/hardware/eicon/
1da177e4 4455
d624870f
JD
4456IT87 HARDWARE MONITORING DRIVER
4457M: Jean Delvare <[email protected]>
4458L: [email protected]
4459S: Maintained
4460F: Documentation/hwmon/it87
4461F: drivers/hwmon/it87.c
4462
68620bdd
MP
4463IT913X MEDIA DRIVER
4464M: Malcolm Priestley <[email protected]>
4465L: [email protected]
4466W: http://linuxtv.org/
4467Q: http://patchwork.linuxtv.org/project/linux-media/list/
4468S: Maintained
4469F: drivers/media/usb/dvb-usb-v2/it913x*
4470
4471IT913X FE MEDIA DRIVER
4472M: Malcolm Priestley <[email protected]>
4473L: [email protected]
4474W: http://linuxtv.org/
4475Q: http://patchwork.linuxtv.org/project/linux-media/list/
4476S: Maintained
4477F: drivers/media/dvb-frontends/it913x-fe*
4478
d7104bff
AP
4479IT913X MEDIA DRIVER
4480M: Antti Palosaari <[email protected]>
4481L: [email protected]
4482W: http://linuxtv.org/
4483W: http://palosaari.fi/linux/
4484Q: http://patchwork.linuxtv.org/project/linux-media/list/
4485T: git git://linuxtv.org/anttip/media_tree.git
4486S: Maintained
4487F: drivers/media/tuners/it913x*
4488
91821ff3 4489IVTV VIDEO4LINUX DRIVER
6afdeaf8 4490M: Andy Walls <[email protected]>
c4240509 4491L: [email protected] (moderated for non-subscribers)
661263b5 4492L: [email protected]
275ffde4 4493T: git git://linuxtv.org/media_tree.git
91821ff3
HV
4494W: http://www.ivtvdriver.org
4495S: Maintained
679655da 4496F: Documentation/video4linux/*.ivtv
90d72ac6 4497F: drivers/media/pci/ivtv/
c117ab84 4498F: include/uapi/linux/ivtv*
91821ff3 4499
68620bdd
MP
4500IX2505V MEDIA DRIVER
4501M: Malcolm Priestley <[email protected]>
4502L: [email protected]
4503W: http://linuxtv.org/
4504Q: http://patchwork.linuxtv.org/project/linux-media/list/
4505S: Maintained
4506F: drivers/media/dvb-frontends/ix2505v*
4507
4453d736
GR
4508JC42.4 TEMPERATURE SENSOR DRIVER
4509M: Guenter Roeck <[email protected]>
4510L: [email protected]
4511S: Maintained
4512F: drivers/hwmon/jc42.c
4513F: Documentation/hwmon/jc42
4514
e2d1d6c0 4515JFS FILESYSTEM
3256f80f 4516M: Dave Kleikamp <[email protected]>
e2d1d6c0
RD
4517L: [email protected]
4518W: http://jfs.sourceforge.net/
54e5881d 4519T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
8f8f0134 4520S: Maintained
679655da
JP
4521F: Documentation/filesystems/jfs.txt
4522F: fs/jfs/
e2d1d6c0 4523
95252236 4524JME NETWORK DRIVER
8b58be88 4525M: Guo-Fu Tseng <[email protected]>
95252236
GFT
4526L: [email protected]
4527S: Maintained
63d24a0e 4528F: drivers/net/ethernet/jme.*
95252236 4529
1da177e4 4530JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8b58be88 4531M: David Woodhouse <[email protected]>
6d85d066
DW
4532L: [email protected]
4533W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4 4534S: Maintained
679655da 4535F: fs/jffs2/
c117ab84 4536F: include/uapi/linux/jffs2.h
1da177e4 4537
de456d37 4538JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
8b58be88 4539M: Andrew Morton <[email protected]>
19003c18 4540M: Jan Kara <[email protected]>
72be2ccf 4541L: [email protected]
ae0718f8 4542S: Maintained
d183e11a 4543F: fs/jbd/
d183e11a
TT
4544F: include/linux/jbd.h
4545
4546JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4547M: "Theodore Ts'o" <[email protected]>
4548L: [email protected]
4549S: Maintained
4550F: fs/jbd2/
4551F: include/linux/jbd2.h
ae0718f8 4552
fd8b6cb4 4553JSM Neo PCI based serial card
52b3bfc6 4554M: Lucas Tavares <[email protected]>
fd8b6cb4
BL
4555L: [email protected]
4556S: Maintained
df621252 4557F: drivers/tty/serial/jsm/
ae0718f8 4558
af39917d
CL
4559K10TEMP HARDWARE MONITORING DRIVER
4560M: Clemens Ladisch <[email protected]>
4561L: [email protected]
4562S: Maintained
4563F: Documentation/hwmon/k10temp
4564F: drivers/hwmon/k10temp.c
4565
4660cb35 4566K8TEMP HARDWARE MONITORING DRIVER
8b58be88 4567M: Rudolf Marek <[email protected]>
4660cb35 4568L: [email protected]
ae0718f8 4569S: Maintained
679655da
JP
4570F: Documentation/hwmon/k8temp
4571F: drivers/hwmon/k8temp.c
ae0718f8 4572
1da177e4 4573KCONFIG
76ce94a3 4574M: Michal Marek <[email protected]>
347d12d7 4575L: [email protected]
76ce94a3 4576S: Odd Fixes
679655da
JP
4577F: Documentation/kbuild/kconfig-language.txt
4578F: scripts/kconfig/
1da177e4 4579
ea6c2089 4580KDUMP
8b58be88
JP
4581M: Vivek Goyal <[email protected]>
4582M: Haren Myneni <[email protected]>
34633993 4583L: [email protected]
ea6c2089
VG
4584W: http://lse.sourceforge.net/kdump/
4585S: Maintained
80811493 4586F: Documentation/kdump/
ea6c2089 4587
f41bf02f
HV
4588KEENE FM RADIO TRANSMITTER DRIVER
4589M: Hans Verkuil <[email protected]>
4590L: [email protected]
4591T: git git://linuxtv.org/media_tree.git
4592W: http://linuxtv.org
4593S: Maintained
4594F: drivers/media/radio/radio-keene*
4595
1da177e4 4596KERNEL AUTOMOUNTER v4 (AUTOFS4)
8b58be88 4597M: Ian Kent <[email protected]>
f694fc97 4598L: [email protected]
1da177e4 4599S: Maintained
679655da 4600F: fs/autofs4/
1da177e4 4601
70fb7ba6 4602KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5ce45962 4603M: Michal Marek <[email protected]>
08deed1e
JP
4604T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4605T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
347d12d7 4606L: [email protected]
5ce45962 4607S: Maintained
679655da
JP
4608F: Documentation/kbuild/
4609F: Makefile
4610F: scripts/Makefile.*
70fb7ba6
MM
4611F: scripts/basic/
4612F: scripts/mk*
4613F: scripts/package/
1da177e4
LT
4614
4615KERNEL JANITORS
c3000e03 4616L: [email protected]
10466f5a 4617W: http://kernelnewbies.org/KernelJanitors
ee709b0c 4618S: Odd Fixes
1da177e4 4619
e8b43555 4620KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8b58be88 4621M: "J. Bruce Fields" <[email protected]>
16141c02 4622L: [email protected]
1da177e4 4623W: http://nfs.sourceforge.net/
98fac23f 4624S: Supported
679655da
JP
4625F: fs/nfsd/
4626F: include/linux/nfsd/
c117ab84 4627F: include/uapi/linux/nfsd/
679655da
JP
4628F: fs/lockd/
4629F: fs/nfs_common/
4630F: net/sunrpc/
4631F: include/linux/lockd/
4632F: include/linux/sunrpc/
c117ab84 4633F: include/uapi/linux/sunrpc/
1da177e4 4634
426d62e2 4635KERNEL VIRTUAL MACHINE (KVM)
8e616fc8 4636M: Marcelo Tosatti <[email protected]>
484cbfd2 4637M: Gleb Natapov <[email protected]>
1fc9d2bf
AK
4638L: [email protected]
4639W: http://kvm.qumranet.com
426d62e2 4640S: Supported
679655da
JP
4641F: Documentation/*/kvm.txt
4642F: arch/*/kvm/
4643F: arch/*/include/asm/kvm*
4644F: include/linux/kvm*
c117ab84 4645F: include/uapi/linux/kvm*
679655da 4646F: virt/kvm/
426d62e2 4647
ad8003d3 4648KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7de609c8 4649M: Joerg Roedel <[email protected]>
1fc9d2bf
AK
4650L: [email protected]
4651W: http://kvm.qumranet.com
7de609c8 4652S: Maintained
679655da 4653F: arch/x86/include/asm/svm.h
679655da 4654F: arch/x86/kvm/svm.c
426d62e2 4655
513014b7 4656KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
ddf0289d 4657M: Alexander Graf <[email protected]>
1fc9d2bf
AK
4658L: [email protected]
4659W: http://kvm.qumranet.com
6a7f972d 4660T: git git://github.com/agraf/linux-2.6.git
513014b7 4661S: Supported
679655da
JP
4662F: arch/powerpc/include/asm/kvm*
4663F: arch/powerpc/kvm/
513014b7 4664
1fc9d2bf 4665KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
8b58be88 4666M: Xiantao Zhang <[email protected]>
1fc9d2bf
AK
4667L: [email protected]
4668W: http://kvm.qumranet.com
920ed9f1 4669S: Supported
679655da
JP
4670F: Documentation/ia64/kvm.txt
4671F: arch/ia64/include/asm/kvm*
4672F: arch/ia64/kvm/
920ed9f1 4673
85f8fffe 4674KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8b58be88 4675M: Christian Borntraeger <[email protected]>
4ae57b6c 4676M: Cornelia Huck <[email protected]>
85f8fffe
CB
4677M: [email protected]
4678L: [email protected]
4679W: http://www.ibm.com/developerworks/linux/linux390/
4680S: Supported
679655da
JP
4681F: Documentation/s390/kvm.txt
4682F: arch/s390/include/asm/kvm*
80811493 4683F: arch/s390/kvm/
a968cd3e 4684F: drivers/s390/kvm/
85f8fffe 4685
a749474d
CD
4686KERNEL VIRTUAL MACHINE (KVM) FOR ARM
4687M: Christoffer Dall <[email protected]>
4688L: [email protected]
4689W: http://systems.cs.columbia.edu/projects/kvm-arm
4690S: Maintained
4691F: arch/arm/include/uapi/asm/kvm*
4692F: arch/arm/include/asm/kvm*
4693F: arch/arm/kvm/
4694
dc009d92 4695KEXEC
8b58be88 4696M: Eric Biederman <[email protected]>
2f327dad 4697W: http://kernel.org/pub/linux/utils/kernel/kexec/
34633993 4698L: [email protected]
dc009d92 4699S: Maintained
679655da 4700F: include/linux/kexec.h
c117ab84 4701F: include/uapi/linux/kexec.h
679655da 4702F: kernel/kexec.c
dc009d92 4703
e971461f
DH
4704KEYS/KEYRINGS:
4705M: David Howells <[email protected]>
4706L: [email protected]
4707S: Maintained
d410fa4e 4708F: Documentation/security/keys.txt
e971461f
DH
4709F: include/linux/key.h
4710F: include/linux/key-type.h
4711F: include/keys/
4712F: security/keys/
4713
7f3c68be
MZ
4714KEYS-TRUSTED
4715M: David Safford <[email protected]>
4716M: Mimi Zohar <[email protected]>
4717L: [email protected]
4718L: [email protected]
4719S: Supported
d410fa4e 4720F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be
MZ
4721F: include/keys/trusted-type.h
4722F: security/keys/trusted.c
4723F: security/keys/trusted.h
4724
4725KEYS-ENCRYPTED
4726M: Mimi Zohar <[email protected]>
4727M: David Safford <[email protected]>
4728L: [email protected]
4729L: [email protected]
4730S: Supported
d410fa4e 4731F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be 4732F: include/keys/encrypted-type.h
19c90aa6 4733F: security/keys/encrypted-keys/
7f3c68be 4734
5b778dad 4735KGDB / KDB /debug_core
8b58be88 4736M: Jason Wessel <[email protected]>
4063eb5f 4737W: http://kgdb.wiki.kernel.org/
e3e2aaf7
JW
4738L: [email protected]
4739S: Maintained
679655da
JP
4740F: Documentation/DocBook/kgdb.tmpl
4741F: drivers/misc/kgdbts.c
df621252 4742F: drivers/tty/serial/kgdboc.c
5b778dad 4743F: include/linux/kdb.h
679655da 4744F: include/linux/kgdb.h
4063eb5f 4745F: kernel/debug/
e3e2aaf7 4746
456db8cc 4747KMEMCHECK
8b58be88 4748M: Vegard Nossum <[email protected]>
2ed1c525 4749M: Pekka Enberg <[email protected]>
b9ce08c0 4750S: Maintained
410d7a97
JP
4751F: Documentation/kmemcheck.txt
4752F: arch/x86/include/asm/kmemcheck.h
4753F: arch/x86/mm/kmemcheck/
4754F: include/linux/kmemcheck.h
4755F: mm/kmemcheck.c
b9ce08c0 4756
c3bb4d24 4757KMEMLEAK
8b58be88 4758M: Catalin Marinas <[email protected]>
c3bb4d24
CM
4759S: Maintained
4760F: Documentation/kmemleak.txt
4761F: include/linux/kmemleak.h
4762F: mm/kmemleak.c
4763F: mm/kmemleak-test.c
4764
89559a61 4765KPROBES
8b58be88
JP
4766M: Ananth N Mavinakayanahalli <[email protected]>
4767M: Anil S Keshavamurthy <[email protected]>
4768M: "David S. Miller" <[email protected]>
97c29e74 4769M: Masami Hiramatsu <[email protected]>
89559a61 4770S: Maintained
679655da
JP
4771F: Documentation/kprobes.txt
4772F: include/linux/kprobes.h
4773F: kernel/kprobes.c
89559a61 4774
70e84049 4775KS0108 LCD CONTROLLER DRIVER
8b58be88 4776M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
4777W: http://miguelojeda.es/auxdisplay.htm
4778W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 4779S: Maintained
679655da
JP
4780F: Documentation/auxdisplay/ks0108
4781F: drivers/auxdisplay/ks0108.c
4782F: include/linux/ks0108.h
70e84049 4783
1da177e4 4784LAPB module
1da177e4 4785L: [email protected]
bf9915cc 4786S: Orphan
679655da
JP
4787F: Documentation/networking/lapb-module.txt
4788F: include/*/lapb.h
4789F: net/lapb/
1da177e4
LT
4790
4791LASI 53c700 driver for PARISC
8b58be88 4792M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
4793L: [email protected]
4794S: Maintained
679655da
JP
4795F: Documentation/scsi/53c700.txt
4796F: drivers/scsi/53c700*
1da177e4 4797
263de9b5 4798LED SUBSYSTEM
c772fc26 4799M: Bryan Wu <[email protected]>
8b58be88 4800M: Richard Purdie <[email protected]>
aa69cb8c
BW
4801L: [email protected]
4802T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
263de9b5 4803S: Maintained
679655da
JP
4804F: drivers/leds/
4805F: include/linux/leds.h
263de9b5 4806
b0461a44
JD
4807LEGACY EEPROM DRIVER
4808M: Jean Delvare <[email protected]>
4809S: Maintained
4810F: Documentation/misc-devices/eeprom
4811F: drivers/misc/eeprom/eeprom.c
4812
1da177e4 4813LEGO USB Tower driver
8b58be88 4814M: Juergen Stuber <[email protected]>
1da177e4
LT
4815L: [email protected]
4816W: http://legousb.sourceforge.net/
4817S: Maintained
679655da 4818F: drivers/usb/misc/legousbtower.c
1da177e4 4819
055616a8
MK
4820LG2160 MEDIA DRIVER
4821M: Michael Krufky <[email protected]>
4822L: [email protected]
4823W: http://linuxtv.org/
4824W: http://github.com/mkrufky
4825Q: http://patchwork.linuxtv.org/project/linux-media/list/
4826T: git git://linuxtv.org/mkrufky/tuners.git
4827S: Maintained
4828F: drivers/media/dvb-frontends/lg2160.*
4829
6f0e7725
MK
4830LGDT3305 MEDIA DRIVER
4831M: Michael Krufky <[email protected]>
4832L: [email protected]
4833W: http://linuxtv.org/
4834W: http://github.com/mkrufky
4835Q: http://patchwork.linuxtv.org/project/linux-media/list/
4836T: git git://linuxtv.org/mkrufky/tuners.git
4837S: Maintained
4838F: drivers/media/dvb-frontends/lgdt3305.*
4839
568a17ff 4840LGUEST
8b58be88 4841M: Rusty Russell <[email protected]>
a4724ed6 4842L: [email protected]
568a17ff 4843W: http://lguest.ozlabs.org/
72e91863 4844S: Odd Fixes
070f420b 4845F: arch/x86/include/asm/lguest*.h
679655da
JP
4846F: arch/x86/lguest/
4847F: drivers/lguest/
4848F: include/linux/lguest*.h
070f420b 4849F: tools/lguest/
568a17ff 4850
1da177e4 4851LINUX FOR IBM pSERIES (RS/6000)
8b58be88 4852M: Paul Mackerras <[email protected]>
1da177e4
LT
4853W: http://www.ibm.com/linux/ltc/projects/ppc
4854S: Supported
11c34c7d 4855F: arch/powerpc/boot/rs6000.h
1da177e4 4856
852bb9f5 4857LINUX FOR POWERPC (32-BIT AND 64-BIT)
8b58be88
JP
4858M: Benjamin Herrenschmidt <[email protected]>
4859M: Paul Mackerras <[email protected]>
1da177e4 4860W: http://www.penguinppc.org/
a4724ed6 4861L: [email protected]
8a6e2535 4862Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
54e5881d 4863T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4 4864S: Supported
11c34c7d
JP
4865F: Documentation/powerpc/
4866F: arch/powerpc/
1da177e4
LT
4867
4868LINUX FOR POWER MACINTOSH
8b58be88 4869M: Benjamin Herrenschmidt <[email protected]>
1da177e4 4870W: http://www.penguinppc.org/
a4724ed6 4871L: [email protected]
1da177e4 4872S: Maintained
11c34c7d
JP
4873F: arch/powerpc/platforms/powermac/
4874F: drivers/macintosh/
1da177e4 4875
77a76369 4876LINUX FOR POWERPC EMBEDDED MPC5XXX
a149507b 4877M: Anatolij Gustschin <[email protected]>
a4724ed6 4878L: [email protected]
a149507b 4879T: git git://git.denx.de/linux-2.6-agust.git
1da177e4 4880S: Maintained
11c34c7d
JP
4881F: arch/powerpc/platforms/512x/
4882F: arch/powerpc/platforms/52xx/
1da177e4
LT
4883
4884LINUX FOR POWERPC EMBEDDED PPC4XX
3052091c 4885M: Josh Boyer <[email protected]>
8b58be88 4886M: Matt Porter <[email protected]>
1da177e4 4887W: http://www.penguinppc.org/
a4724ed6 4888L: [email protected]
645609c0 4889T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
1da177e4 4890S: Maintained
11c34c7d
JP
4891F: arch/powerpc/platforms/40x/
4892F: arch/powerpc/platforms/44x/
1da177e4 4893
260c02a9 4894LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
a4724ed6 4895L: [email protected]
19624236 4896S: Unmaintained
11c34c7d
JP
4897F: arch/powerpc/*/*virtex*
4898F: arch/powerpc/*/*/*virtex*
1da177e4 4899
e93adf1e 4900LINUX FOR POWERPC EMBEDDED PPC8XX
8b58be88
JP
4901M: Vitaly Bordug <[email protected]>
4902M: Marcelo Tosatti <[email protected]>
e93adf1e 4903W: http://www.penguinppc.org/
a4724ed6 4904L: [email protected]
e93adf1e 4905S: Maintained
a2b1f7c8 4906F: arch/powerpc/platforms/8xx/
e93adf1e 4907
1da177e4 4908LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8b58be88 4909M: Kumar Gala <[email protected]>
ce00f85c 4910W: http://www.penguinppc.org/
a4724ed6 4911L: [email protected]
ce00f85c 4912S: Maintained
11c34c7d 4913F: arch/powerpc/platforms/83xx/
4c8f581d 4914F: arch/powerpc/platforms/85xx/
1da177e4 4915
ab06ff3a 4916LINUX FOR POWERPC PA SEMI PWRFICIENT
8b58be88 4917M: Olof Johansson <[email protected]>
a4724ed6 4918L: [email protected]
92e19709 4919S: Maintained
11c34c7d
JP
4920F: arch/powerpc/platforms/pasemi/
4921F: drivers/*/*pasemi*
4922F: drivers/*/*/*pasemi*
ab06ff3a 4923
1da177e4 4924LINUX SECURITY MODULE (LSM) FRAMEWORK
8b58be88 4925M: Chris Wright <[email protected]>
1a4520be 4926L: [email protected]
1da177e4
LT
4927S: Supported
4928
a23ce6da
HW
4929LIS3LV02D ACCELEROMETER DRIVER
4930M: Eric Piel <[email protected]>
4931S: Maintained
ff606677
JD
4932F: Documentation/misc-devices/lis3lv02d
4933F: drivers/misc/lis3lv02d/
bd35665f 4934F: drivers/platform/x86/hp_accel.c
a23ce6da 4935
e2d1d6c0 4936LLC (802.2)
8b58be88 4937M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0 4938S: Maintained
679655da 4939F: include/linux/llc.h
c117ab84 4940F: include/uapi/linux/llc.h
679655da
JP
4941F: include/net/llc*
4942F: net/llc/
e2d1d6c0 4943
4e233cbe
AD
4944LM73 HARDWARE MONITOR DRIVER
4945M: Guillaume Ligneul <[email protected]>
4946L: [email protected]
4947S: Maintained
4948F: drivers/hwmon/lm73.c
4949
156e2d1a
JD
4950LM78 HARDWARE MONITOR DRIVER
4951M: Jean Delvare <[email protected]>
4952L: [email protected]
4953S: Maintained
4954F: Documentation/hwmon/lm78
4955F: drivers/hwmon/lm78.c
4956
1da177e4 4957LM83 HARDWARE MONITOR DRIVER
8b58be88 4958M: Jean Delvare <[email protected]>
cc0b07ed 4959L: [email protected]
1da177e4 4960S: Maintained
679655da
JP
4961F: Documentation/hwmon/lm83
4962F: drivers/hwmon/lm83.c
1da177e4
LT
4963
4964LM90 HARDWARE MONITOR DRIVER
8b58be88 4965M: Jean Delvare <[email protected]>
cc0b07ed 4966L: [email protected]
1da177e4 4967S: Maintained
679655da
JP
4968F: Documentation/hwmon/lm90
4969F: drivers/hwmon/lm90.c
1da177e4 4970
68620bdd
MP
4971LME2510 MEDIA DRIVER
4972M: Malcolm Priestley <[email protected]>
4973L: [email protected]
4974W: http://linuxtv.org/
4975Q: http://patchwork.linuxtv.org/project/linux-media/list/
4976S: Maintained
4977F: drivers/media/usb/dvb-usb-v2/lmedm04*
4978
512e67f9 4979LOCKDEP AND LOCKSTAT
8b58be88
JP
4980M: Peter Zijlstra <[email protected]>
4981M: Ingo Molnar <[email protected]>
75fc2d37 4982T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
512e67f9 4983S: Maintained
679655da
JP
4984F: Documentation/lockdep*.txt
4985F: Documentation/lockstat.txt
4986F: include/linux/lockdep.h
4987F: kernel/lockdep*
512e67f9 4988
dde33348 4989LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8b58be88 4990M: "Richard Russon (FlatCap)" <[email protected]>
dde33348
AA
4991L: [email protected]
4992W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4 4993S: Maintained
679655da 4994F: Documentation/ldm.txt
20d16fef 4995F: block/partitions/ldm.*
1da177e4 4996
ef6ada3d
JE
4997LogFS
4998M: Joern Engel <[email protected]>
756ccb3c 4999M: Prasad Joshi <[email protected]>
ef6ada3d
JE
5000L: [email protected]
5001W: logfs.org
5002S: Maintained
5003F: fs/logfs/
5004
b62d7946
RS
5005LPC32XX MACHINE SUPPORT
5006M: Roland Stigge <[email protected]>
5007L: [email protected] (moderated for non-subscribers)
5008S: Maintained
5009F: arch/arm/mach-lpc32xx/
5010
c87e34ef 5011LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
500c152a 5012M: Nagalakshmi Nandigama <[email protected]>
5013M: Sreekanth Reddy <[email protected]>
d8a82d7b 5014M: [email protected]
cec744fb 5015L: [email protected]
c87e34ef
MED
5016L: [email protected]
5017W: http://www.lsilogic.com/support
5018S: Supported
679655da 5019F: drivers/message/fusion/
500c152a 5020F: drivers/scsi/mpt2sas/
5021F: drivers/scsi/mpt3sas/
c87e34ef 5022
1da177e4 5023LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8b58be88 5024M: Matthew Wilcox <[email protected]>
1da177e4
LT
5025L: [email protected]
5026S: Maintained
679655da 5027F: drivers/scsi/sym53c8xx_2/
1da177e4 5028
e5f5c99a
GR
5029LTC4261 HARDWARE MONITOR DRIVER
5030M: Guenter Roeck <[email protected]>
5031L: [email protected]
5032S: Maintained
5033F: Documentation/hwmon/ltc4261
5034F: drivers/hwmon/ltc4261.c
5035
81365c31 5036LTP (Linux Test Project)
7d1ae8a8 5037M: Shubham Goyal <[email protected]>
28b8e8d4 5038M: Mike Frysinger <[email protected]>
7d1ae8a8
WG
5039M: Cyril Hrubis <[email protected]>
5040M: Caspar Zhang <[email protected]>
5041M: Wanlong Gao <[email protected]>
81365c31
MF
5042L: [email protected] (subscribers-only)
5043W: http://ltp.sourceforge.net/
7d1ae8a8 5044T: git git://github.com/linux-test-project/ltp.git
a5fe2475 5045T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
81365c31
MF
5046S: Maintained
5047
c12a54b3 5048M32R ARCHITECTURE
8b58be88 5049M: Hirokazu Takata <[email protected]>
0d89e54c 5050L: [email protected] (moderated for non-subscribers)
c12a54b3
HT
5051L: [email protected] (in Japanese)
5052W: http://www.linux-m32r.org/
5053S: Maintained
679655da 5054F: arch/m32r/
c12a54b3 5055
1da177e4 5056M68K ARCHITECTURE
8b58be88 5057M: Geert Uytterhoeven <[email protected]>
1da177e4
LT
5058L: [email protected]
5059W: http://www.linux-m68k.org/
54e5881d 5060T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
1da177e4 5061S: Maintained
679655da 5062F: arch/m68k/
9db35182 5063F: drivers/zorro/
1da177e4
LT
5064
5065M68K ON APPLE MACINTOSH
8b58be88 5066M: Joshua Thompson <[email protected]>
1da177e4 5067W: http://www.mac.linux-m68k.org/
9bb9f222 5068L: [email protected]
1da177e4 5069S: Maintained
9db35182 5070F: arch/m68k/mac/
1da177e4
LT
5071
5072M68K ON HP9000/300
8b58be88 5073M: Philip Blundell <[email protected]>
1da177e4
LT
5074W: http://www.tazenda.demon.co.uk/phil/linux-hp
5075S: Maintained
679655da 5076F: arch/m68k/hp300/
1da177e4 5077
68620bdd
MP
5078M88RS2000 MEDIA DRIVER
5079M: Malcolm Priestley <[email protected]>
5080L: [email protected]
5081W: http://linuxtv.org/
5082Q: http://patchwork.linuxtv.org/project/linux-media/list/
5083S: Maintained
5084F: drivers/media/dvb-frontends/m88rs2000*
5085
07a092fa
AK
5086MA901 MASTERKIT USB FM RADIO DRIVER
5087M: Alexey Klimov <[email protected]>
5088L: [email protected]
5089T: git git://linuxtv.org/media_tree.git
5090S: Maintained
5091F: drivers/media/radio/radio-ma901.c
5092
64a327a7 5093MAC80211
8b58be88 5094M: Johannes Berg <[email protected]>
64a327a7 5095L: [email protected]
491b26b4 5096W: http://wireless.kernel.org/
ce466579
JB
5097T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5098T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
64a327a7 5099S: Maintained
679655da
JP
5100F: Documentation/networking/mac80211-injection.txt
5101F: include/net/mac80211.h
5102F: net/mac80211/
64a327a7 5103
1036d864 5104MAC80211 PID RATE CONTROL
8b58be88
JP
5105M: Stefano Brivio <[email protected]>
5106M: Mattias Nissler <[email protected]>
1036d864 5107L: [email protected]
491b26b4 5108W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
ce466579
JB
5109T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5110T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
1036d864 5111S: Maintained
679655da 5112F: net/mac80211/rc80211_pid*
1036d864 5113
b863ceb7 5114MACVLAN DRIVER
8b58be88 5115M: Patrick McHardy <[email protected]>
b863ceb7
PM
5116L: [email protected]
5117S: Maintained
679655da
JP
5118F: drivers/net/macvlan.c
5119F: include/linux/if_macvlan.h
b863ceb7 5120
faf1668c 5121MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8b58be88 5122M: Michael Kerrisk <[email protected]>
795fb7e7 5123W: http://www.kernel.org/doc/man-pages
bd7ebec6 5124L: [email protected]
1b53dc74 5125S: Maintained
faf1668c 5126
44c14c1d 5127MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5128M: Mirko Lindner <[email protected]>
adbbf69d 5129M: Stephen Hemminger <[email protected]>
44c14c1d 5130L: [email protected]
5131S: Maintained
5132F: drivers/net/ethernet/marvell/sk*
5133
74cda169 5134MARVELL LIBERTAS WIRELESS DRIVER
74cda169 5135L: [email protected]
8ac3e99e 5136S: Orphan
679655da 5137F: drivers/net/wireless/libertas/
74cda169 5138
b60d6975 5139MARVELL MV643XX ETHERNET DRIVER
f5ca8502 5140M: Lennert Buytenhek <[email protected]>
979b6c13 5141L: [email protected]
f5ca8502 5142S: Maintained
527a6266 5143F: drivers/net/ethernet/marvell/mv643xx_eth.*
679655da 5144F: include/linux/mv643xx.h
1da177e4 5145
370b8ed9
TP
5146MARVELL MVNETA ETHERNET DRIVER
5147M: Thomas Petazzoni <[email protected]>
5148L: [email protected]
5149S: Maintained
5150F: drivers/net/ethernet/marvell/mvneta.*
5151
fcad584d
BZ
5152MARVELL MWIFIEX WIRELESS DRIVER
5153M: Bing Zhao <[email protected]>
5154L: [email protected]
5155S: Maintained
5156F: drivers/net/wireless/mwifiex/
5157
a2c3f656 5158MARVELL MWL8K WIRELESS DRIVER
a040d532 5159M: Lennert Buytenhek <[email protected]>
a2c3f656 5160L: [email protected]
16345910 5161S: Odd Fixes
a2c3f656
LB
5162F: drivers/net/wireless/mwl8k.c
5163
2a69567b 5164MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2f82af08 5165M: Nicolas Pitre <[email protected]>
18e2842b 5166S: Odd Fixes
1fa7e547 5167F: drivers/mmc/host/mvsdio.*
2a69567b 5168
1da177e4 5169MATROX FRAMEBUFFER DRIVER
c69f677c 5170L: [email protected]
52653199 5171S: Orphan
679655da 5172F: drivers/video/matrox/matroxfb_*
c117ab84 5173F: include/uapi/linux/matroxfb.h
1da177e4 5174
ca462085
GR
5175MAX16065 HARDWARE MONITOR DRIVER
5176M: Guenter Roeck <[email protected]>
5177L: [email protected]
5178S: Maintained
5179F: Documentation/hwmon/max16065
5180F: drivers/hwmon/max16065.c
5181
d20620de 5182MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6a534c9d 5183M: "Hans J. Koch" <[email protected]>
d20620de
HJK
5184L: [email protected]
5185S: Maintained
679655da
JP
5186F: Documentation/hwmon/max6650
5187F: drivers/hwmon/max6650.c
d20620de 5188
e89ab51f
GR
5189MAX6697 HARDWARE MONITOR DRIVER
5190M: Guenter Roeck <[email protected]>
5191L: [email protected]
5192S: Maintained
5193F: Documentation/hwmon/max6697
5194F: Documentation/devicetree/bindings/i2c/max6697.txt
5195F: drivers/hwmon/max6697.c
5196F: include/linux/platform_data/max6697.h
5197
9be3c9a5
HV
5198MAXIRADIO FM RADIO RECEIVER DRIVER
5199M: Hans Verkuil <[email protected]>
5200L: [email protected]
5201T: git git://linuxtv.org/media_tree.git
5202W: http://linuxtv.org
5203S: Maintained
5204F: drivers/media/radio/radio-maxiradio*
5205
127c49ae 5206MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
275ffde4 5207M: Mauro Carvalho Chehab <[email protected]>
127c49ae
JP
5208P: LinuxTV.org Project
5209L: [email protected]
5210W: http://linuxtv.org
8a6e2535 5211Q: http://patchwork.kernel.org/project/linux-media/list/
275ffde4 5212T: git git://linuxtv.org/media_tree.git
127c49ae
JP
5213S: Maintained
5214F: Documentation/dvb/
5215F: Documentation/video4linux/
ffe06198 5216F: Documentation/DocBook/media/
127c49ae 5217F: drivers/media/
ffe06198 5218F: drivers/staging/media/
127c49ae 5219F: include/media/
6c0f0359
MCC
5220F: include/uapi/linux/dvb/
5221F: include/uapi/linux/videodev2.h
5222F: include/uapi/linux/media.h
5223F: include/uapi/linux/v4l2-*
5224F: include/uapi/linux/meye.h
5225F: include/uapi/linux/ivtv*
5226F: include/uapi/linux/uvcvideo.h
d20620de 5227
6149a936
HV
5228MEDIAVISION PRO MOVIE STUDIO DRIVER
5229M: Hans Verkuil <[email protected]>
5230L: [email protected]
5231T: git git://linuxtv.org/media_tree.git
5232W: http://linuxtv.org
5233S: Odd Fixes
5234F: drivers/media/parport/pms*
5235
757e0108 5236MEGARAID SCSI DRIVERS
8b58be88 5237M: Neela Syam Kolli <[email protected]>
baaea1dc 5238L: [email protected]
ce00f85c
JC
5239W: http://megaraid.lsilogic.com
5240S: Maintained
679655da
JP
5241F: Documentation/scsi/megaraid.txt
5242F: drivers/scsi/megaraid.*
5243F: drivers/scsi/megaraid/
757e0108 5244
2c46c9d5
AV
5245MELLANOX ETHERNET DRIVER (mlx4_en)
5246M: Amir Vadai <[email protected]>
5247L: [email protected]
5248S: Supported
5249W: http://www.mellanox.com
5250Q: http://patchwork.ozlabs.org/project/netdev/list/
5251F: drivers/net/ethernet/mellanox/mlx4/en_*
5252
70ea91f1
SR
5253MEMORY MANAGEMENT
5254L: [email protected]
70ea91f1
SR
5255W: http://www.linux-mm.org
5256S: Maintained
679655da 5257F: include/linux/mm.h
551450bb
CS
5258F: include/linux/gfp.h
5259F: include/linux/mmzone.h
5260F: include/linux/memory_hotplug.h
5261F: include/linux/vmalloc.h
679655da 5262F: mm/
70ea91f1 5263
938a9204 5264MEMORY RESOURCE CONTROLLER
c193c82f
KH
5265M: Johannes Weiner <[email protected]>
5266M: Michal Hocko <[email protected]>
185e595f 5267M: Balbir Singh <[email protected]>
8b58be88 5268M: KAMEZAWA Hiroyuki <[email protected]>
12340313 5269L: [email protected]
938a9204 5270L: [email protected]
938a9204 5271S: Maintained
679655da 5272F: mm/memcontrol.c
4e4c941c 5273F: mm/page_cgroup.c
938a9204 5274
f4e9ce66 5275MEMORY TECHNOLOGY DEVICES (MTD)
8b58be88 5276M: David Woodhouse <[email protected]>
1da177e4 5277L: [email protected]
8a6e2535
JP
5278W: http://www.linux-mtd.infradead.org/
5279Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
f4e9ce66 5280T: git git://git.infradead.org/mtd-2.6.git
1da177e4 5281S: Maintained
679655da
JP
5282F: drivers/mtd/
5283F: include/linux/mtd/
c117ab84 5284F: include/uapi/mtd/
1da177e4 5285
12285945
JH
5286METAG ARCHITECTURE
5287M: James Hogan <[email protected]>
5288S: Supported
5289F: arch/metag/
5290F: Documentation/metag/
5291F: Documentation/devicetree/bindings/metag/
a2c5d4ed 5292F: drivers/clocksource/metag_generic.c
5698c50d
JH
5293F: drivers/irqchip/irq-metag.c
5294F: drivers/irqchip/irq-metag-ext.c
ae85ac71
JH
5295F: drivers/tty/metag_da.c
5296F: fs/imgdafs/
12285945 5297
c6375b0a 5298MICROBLAZE ARCHITECTURE
8b58be88 5299M: Michal Simek <[email protected]>
f3cb0e31 5300L: [email protected] (moderated for non-subscribers)
c6375b0a
MS
5301W: http://www.monstr.eu/fdt/
5302T: git git://git.monstr.eu/linux-2.6-microblaze.git
5303S: Supported
0a8c7914 5304F: arch/microblaze/
1da177e4
LT
5305
5306MICROTEK X6 SCANNER
61eee9a7 5307M: Oliver Neukum <[email protected]>
1da177e4 5308S: Maintained
679655da 5309F: drivers/usb/image/microtek.*
1da177e4
LT
5310
5311MIPS
8b58be88 5312M: Ralf Baechle <[email protected]>
1da177e4 5313L: [email protected]
6097050d 5314W: http://www.linux-mips.org/
b05e988e 5315T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6097050d 5316Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7425b340 5317S: Supported
679655da
JP
5318F: Documentation/mips/
5319F: arch/mips/
1da177e4 5320
08b7620a
HV
5321MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5322M: Hans Verkuil <[email protected]>
5323L: [email protected]
5324T: git git://linuxtv.org/media_tree.git
5325W: http://linuxtv.org
5326S: Odd Fixes
5327F: drivers/media/radio/radio-miropcm20*
5328
1da177e4 5329MODULE SUPPORT
8b58be88 5330M: Rusty Russell <[email protected]>
1da177e4 5331S: Maintained
679655da
JP
5332F: include/linux/module.h
5333F: kernel/module.c
1da177e4
LT
5334
5335MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1da177e4 5336W: http://popies.net/meye/
b7788e13 5337S: Orphan
679655da 5338F: Documentation/video4linux/meye.txt
90d72ac6 5339F: drivers/media/pci/meye/
6c0f0359 5340F: include/uapi/linux/meye.h
1da177e4 5341
b9705b60 5342MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8b58be88 5343M: Jiri Slaby <[email protected]>
d735410a 5344S: Maintained
679655da 5345F: Documentation/serial/moxa-smartio
c897401b 5346F: drivers/tty/mxser.*
d735410a 5347
889b2f87
AK
5348MR800 AVERMEDIA USB FM RADIO DRIVER
5349M: Alexey Klimov <[email protected]>
5350L: [email protected]
5351T: git git://linuxtv.org/media_tree.git
5352S: Maintained
5353F: drivers/media/radio/radio-mr800.c
5354
8c4c731a 5355MSI LAPTOP SUPPORT
182ae55c 5356M: "Lee, Chun-Yi" <[email protected]>
d0944853 5357L: [email protected]
8c4c731a 5358S: Maintained
679655da 5359F: drivers/platform/x86/msi-laptop.c
8c4c731a 5360
0f1006b1
AA
5361MSI WMI SUPPORT
5362M: Anisse Astier <[email protected]>
d0944853 5363L: [email protected]
0f1006b1
AA
5364S: Supported
5365F: drivers/platform/x86/msi-wmi.c
5366
0e837fb9
LP
5367MT9M032 SENSOR DRIVER
5368M: Laurent Pinchart <[email protected]>
5369L: [email protected]
5370T: git git://linuxtv.org/media_tree.git
5371S: Maintained
5372F: drivers/media/i2c/mt9m032.c
5373F: include/media/mt9m032.h
5374
5375MT9P031 SENSOR DRIVER
5376M: Laurent Pinchart <[email protected]>
5377L: [email protected]
5378T: git git://linuxtv.org/media_tree.git
5379S: Maintained
5380F: drivers/media/i2c/mt9p031.c
5381F: include/media/mt9p031.h
5382
5383MT9T001 SENSOR DRIVER
5384M: Laurent Pinchart <[email protected]>
5385L: [email protected]
5386T: git git://linuxtv.org/media_tree.git
5387S: Maintained
5388F: drivers/media/i2c/mt9t001.c
5389F: include/media/mt9t001.h
5390
5391MT9V032 SENSOR DRIVER
5392M: Laurent Pinchart <[email protected]>
5393L: [email protected]
5394T: git git://linuxtv.org/media_tree.git
5395S: Maintained
5396F: drivers/media/i2c/mt9v032.c
5397F: include/media/mt9v032.h
5398
4e0d13cb 5399MULTIFUNCTION DEVICES (MFD)
8b58be88 5400M: Samuel Ortiz <[email protected]>
54e5881d 5401T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4e0d13cb 5402S: Supported
679655da 5403F: drivers/mfd/
4e0d13cb 5404
5c4e6f13 5405MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
245feaa6 5406M: Chris Ball <[email protected]>
b2503a94 5407L: [email protected]
245feaa6
CB
5408T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5409S: Maintained
679655da
JP
5410F: drivers/mmc/
5411F: include/linux/mmc/
c117ab84 5412F: include/uapi/linux/mmc/
baca2da4 5413
15a0580c 5414MULTIMEDIA CARD (MMC) ETC. OVER SPI
22b174f8 5415S: Orphan
679655da
JP
5416F: drivers/mmc/host/mmc_spi.c
5417F: include/linux/spi/mmc_spi.h
15a0580c 5418
1da177e4 5419MULTISOUND SOUND DRIVER
8b58be88 5420M: Andrew Veliath <[email protected]>
1da177e4 5421S: Maintained
679655da
JP
5422F: Documentation/sound/oss/MultiSound
5423F: sound/oss/msnd*
1da177e4 5424
d735410a 5425MULTITECH MULTIPORT CARD (ISICOM)
d86b3001 5426S: Orphan
c897401b 5427F: drivers/tty/isicom.c
679655da 5428F: include/linux/isicom.h
d735410a 5429
550a7375 5430MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
f299470a 5431M: Felipe Balbi <[email protected]>
795fb7e7 5432L: [email protected]
43b416e5 5433T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
795fb7e7 5434S: Maintained
679655da 5435F: drivers/usb/musb/
550a7375 5436
ea0af5f6
MK
5437MXL5007T MEDIA DRIVER
5438M: Michael Krufky <[email protected]>
5439L: [email protected]
5440W: http://linuxtv.org/
5441W: http://github.com/mkrufky
5442Q: http://patchwork.linuxtv.org/project/linux-media/list/
5443T: git git://linuxtv.org/mkrufky/tuners.git
5444S: Maintained
5445F: drivers/media/tuners/mxl5007t.*
5446
2d3cf588 5447MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8b58be88 5448M: Andrew Gallatin <[email protected]>
2d3cf588
BG
5449L: [email protected]
5450W: http://www.myri.com/scs/download-Myri10GE.html
5451S: Supported
93f7848b 5452F: drivers/net/ethernet/myricom/myri10ge/
2d3cf588 5453
1da177e4 5454NATSEMI ETHERNET DRIVER (DP8381x)
09d208ec 5455S: Orphan
d9fb9f38 5456F: drivers/net/ethernet/natsemi/natsemi.c
1da177e4 5457
23dc05a3
DM
5458NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5459M: Daniel Mack <[email protected]>
5460S: Maintained
5461L: [email protected]
5462W: http://www.native-instruments.com
5463F: sound/usb/caiaq/
5464
1da177e4 5465NCP FILESYSTEM
52653199
PV
5466M: Petr Vandrovec <[email protected]>
5467S: Odd Fixes
679655da 5468F: fs/ncpfs/
1da177e4
LT
5469
5470NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8b58be88 5471M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
5472L: [email protected]
5473S: Maintained
679655da 5474F: drivers/scsi/NCR_D700.*
1da177e4 5475
4aa3eb4c
GR
5476NCT6775 HARDWARE MONITOR DRIVER
5477M: Guenter Roeck <[email protected]>
5478L: [email protected]
5479S: Maintained
5480F: Documentation/hwmon/nct6775
5481F: drivers/hwmon/nct6775.c
5482
3c2d774c 5483NETEFFECT IWARP RNIC DRIVER (IW_NES)
8b58be88 5484M: Faisal Latif <[email protected]>
e6cc0fd1 5485L: [email protected]
e3d33cb1 5486W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
3c2d774c
GS
5487S: Supported
5488F: drivers/infiniband/hw/nes/
5489
be2f2e84 5490NETEM NETWORK EMULATOR
adbbf69d 5491M: Stephen Hemminger <[email protected]>
f318a63b 5492L: [email protected]
be2f2e84 5493S: Maintained
679655da 5494F: net/sched/sch_netem.c
be2f2e84 5495
b2f5a051 5496NETERION 10GbE DRIVERS (s2io/vxge)
e3806882 5497M: Jon Mason <[email protected]>
4a58448b 5498L: [email protected]
4a58448b 5499S: Supported
679655da 5500F: Documentation/networking/s2io.txt
b2f5a051 5501F: Documentation/networking/vxge.txt
86387e1a 5502F: drivers/net/ethernet/neterion/
4a58448b 5503
1da177e4 5504NETFILTER/IPTABLES/IPCHAINS
1da177e4
LT
5505P: Harald Welte
5506P: Jozsef Kadlecsik
0e05e192 5507M: Pablo Neira Ayuso <[email protected]>
8b58be88 5508M: Patrick McHardy <[email protected]>
1a03b81d
PM
5509L: [email protected]
5510L: [email protected]
82b98543 5511L: [email protected]
1da177e4
LT
5512W: http://www.netfilter.org/
5513W: http://www.iptables.org/
a2da3998
PNA
5514T: git git://1984.lsi.us.es/nf
5515T: git git://1984.lsi.us.es/nf-next
1da177e4 5516S: Supported
679655da
JP
5517F: include/linux/netfilter*
5518F: include/linux/netfilter/
5519F: include/net/netfilter/
c117ab84
CEB
5520F: include/uapi/linux/netfilter*
5521F: include/uapi/linux/netfilter/
679655da
JP
5522F: net/*/netfilter.c
5523F: net/*/netfilter/
5524F: net/netfilter/
1da177e4 5525
4cc67735 5526NETLABEL
87a0874c 5527M: Paul Moore <[email protected]>
4cc67735
PM
5528W: http://netlabel.sf.net
5529L: [email protected]
87a0874c 5530S: Maintained
80811493 5531F: Documentation/netlabel/
679655da
JP
5532F: include/net/netlabel.h
5533F: net/netlabel/
4cc67735 5534
1da177e4 5535NETROM NETWORK LAYER
8b58be88 5536M: Ralf Baechle <[email protected]>
1da177e4 5537L: [email protected]
d34cb28a 5538W: http://www.linux-ax25.org/
1da177e4 5539S: Maintained
679655da 5540F: include/net/netrom.h
c117ab84 5541F: include/uapi/linux/netrom.h
679655da 5542F: net/netrom/
1da177e4 5543
5ddb88c0 5544NETWORK BLOCK DEVICE (NBD)
8b58be88 5545M: Paul Clements <[email protected]>
1da177e4 5546S: Maintained
5e4b269b 5547L: [email protected]
679655da
JP
5548F: Documentation/blockdev/nbd.txt
5549F: drivers/block/nbd.c
5550F: include/linux/nbd.h
c117ab84 5551F: include/uapi/linux/nbd.h
1da177e4 5552
6e43650c
NH
5553NETWORK DROP MONITOR
5554M: Neil Horman <[email protected]>
5555L: [email protected]
5556S: Maintained
5557W: https://fedorahosted.org/dropwatch/
5558F: net/core/drop_monitor.c
5559
1da177e4 5560NETWORKING [GENERAL]
8b58be88 5561M: "David S. Miller" <[email protected]>
979b6c13 5562L: [email protected]
b1e8fd54 5563W: http://www.linuxfoundation.org/en/Net
11e98029 5564Q: http://patchwork.ozlabs.org/project/netdev/list/
814fd609
NP
5565T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5566T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
1da177e4 5567S: Maintained
679655da
JP
5568F: net/
5569F: include/net/
018d21ed
JP
5570F: include/linux/in.h
5571F: include/linux/net.h
5572F: include/linux/netdevice.h
c117ab84
CEB
5573F: include/uapi/linux/in.h
5574F: include/uapi/linux/net.h
5575F: include/uapi/linux/netdevice.h
1da177e4
LT
5576
5577NETWORKING [IPv4/IPv6]
8b58be88
JP
5578M: "David S. Miller" <[email protected]>
5579M: Alexey Kuznetsov <[email protected]>
8b58be88
JP
5580M: James Morris <[email protected]>
5581M: Hideaki YOSHIFUJI <[email protected]>
5582M: Patrick McHardy <[email protected]>
979b6c13 5583L: [email protected]
08deed1e 5584T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
1da177e4 5585S: Maintained
679655da
JP
5586F: net/ipv4/
5587F: net/ipv6/
5588F: include/net/ip*
0a14842f 5589F: arch/x86/net/*
1da177e4 5590
73b7656c
DM
5591NETWORKING [IPSEC]
5592M: Steffen Klassert <[email protected]>
5593M: Herbert Xu <[email protected]>
5594M: "David S. Miller" <[email protected]>
5595L: [email protected]
5596T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5597S: Maintained
5598F: net/xfrm/
5599F: net/key/
5600F: net/ipv4/xfrm*
5601F: net/ipv6/xfrm*
5602F: include/uapi/linux/xfrm.h
5603F: include/net/xfrm.h
5604
10e2ff1c 5605NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
87a0874c 5606M: Paul Moore <[email protected]>
10e2ff1c
JM
5607L: [email protected]
5608S: Maintained
5609
29f8f632 5610NETWORKING [WIRELESS]
8b58be88 5611M: "John W. Linville" <[email protected]>
2cb4abd1 5612L: [email protected]
8a6e2535 5613Q: http://patchwork.kernel.org/project/linux-wireless/list/
08deed1e 5614T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
29f8f632 5615S: Maintained
34b921cf
JP
5616F: net/mac80211/
5617F: net/rfkill/
679655da
JP
5618F: net/wireless/
5619F: include/net/ieee80211*
cc8b4a2b 5620F: include/linux/wireless.h
c117ab84 5621F: include/uapi/linux/wireless.h
c984e24d 5622F: include/net/iw_handler.h
34b921cf 5623F: drivers/net/wireless/
29f8f632 5624
788873ac
JP
5625NETWORKING DRIVERS
5626L: [email protected]
5627W: http://www.linuxfoundation.org/en/Net
11e98029 5628Q: http://patchwork.ozlabs.org/project/netdev/list/
08deed1e
JP
5629T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5630T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
788873ac
JP
5631S: Odd Fixes
5632F: drivers/net/
018d21ed 5633F: include/linux/if_*
0b63bf1f
JD
5634F: include/linux/netdevice.h
5635F: include/linux/arcdevice.h
5636F: include/linux/etherdevice.h
5637F: include/linux/fcdevice.h
5638F: include/linux/fddidevice.h
5639F: include/linux/hippidevice.h
5640F: include/linux/inetdevice.h
c117ab84
CEB
5641F: include/uapi/linux/if_*
5642F: include/uapi/linux/netdevice.h
788873ac 5643
3d396eb1 5644NETXEN (1/10) GbE SUPPORT
8622315e 5645M: Manish Chopra <[email protected]>
83c07dde
AKS
5646M: Sony Chacko <[email protected]>
5647M: Rajesh Borundia <[email protected]>
3d396eb1 5648L: [email protected]
9c2b5bde 5649W: http://www.qlogic.com
3d396eb1 5650S: Supported
aa43c215 5651F: drivers/net/ethernet/qlogic/netxen/
3d396eb1 5652
6423d30f
AAJ
5653NFC SUBSYSTEM
5654M: Lauro Ramos Venancio <[email protected]>
5655M: Aloisio Almeida Jr <[email protected]>
5656M: Samuel Ortiz <[email protected]>
5657L: [email protected]
5adf54de 5658L: [email protected] (moderated for non-subscribers)
6423d30f
AAJ
5659S: Maintained
5660F: net/nfc/
55eb94f9 5661F: include/net/nfc/
c117ab84 5662F: include/uapi/linux/nfc.h
6423d30f 5663F: drivers/nfc/
08eaa1e0 5664F: include/linux/platform_data/pn544.h
3d396eb1 5665
e8b43555 5666NFS, SUNRPC, AND LOCKD CLIENTS
8b58be88 5667M: Trond Myklebust <[email protected]>
78f58153
TM
5668L: [email protected]
5669W: http://client.linux-nfs.org
5670T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4 5671S: Maintained
679655da
JP
5672F: fs/lockd/
5673F: fs/nfs/
5674F: fs/nfs_common/
5675F: net/sunrpc/
5676F: include/linux/lockd/
5677F: include/linux/nfs*
5678F: include/linux/sunrpc/
c117ab84
CEB
5679F: include/uapi/linux/nfs*
5680F: include/uapi/linux/sunrpc/
1da177e4 5681
85ef9cea 5682NILFS2 FILESYSTEM
8b58be88 5683M: KONISHI Ryusuke <[email protected]>
6aff43f8 5684L: [email protected]
85ef9cea 5685W: http://www.nilfs.org/en/
af1761f2 5686T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
85ef9cea 5687S: Supported
679655da
JP
5688F: Documentation/filesystems/nilfs2.txt
5689F: fs/nilfs2/
5690F: include/linux/nilfs2_fs.h
85ef9cea 5691
1da177e4 5692NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8b58be88 5693M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
5694W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5695S: Maintained
679655da
JP
5696F: Documentation/scsi/NinjaSCSI.txt
5697F: drivers/scsi/pcmcia/nsp_*
1da177e4
LT
5698
5699NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8b58be88
JP
5700M: GOTO Masanori <[email protected]>
5701M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
5702W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5703S: Maintained
679655da
JP
5704F: Documentation/scsi/NinjaSCSI.txt
5705F: drivers/scsi/nsp32*
1da177e4 5706
fce8a7bb
JM
5707NTB DRIVER
5708M: Jon Mason <[email protected]>
5709S: Supported
5710F: drivers/ntb/
548c237c 5711F: drivers/net/ntb_netdev.c
fce8a7bb
JM
5712F: include/linux/ntb.h
5713
1da177e4 5714NTFS FILESYSTEM
2818ef50 5715M: Anton Altaparmakov <[email protected]>
1da177e4 5716L: [email protected]
2818ef50 5717W: http://www.tuxera.com/
e6f4dee7 5718T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
2818ef50 5719S: Supported
679655da
JP
5720F: Documentation/filesystems/ntfs.txt
5721F: fs/ntfs/
1da177e4 5722
9eb8ef74 5723NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8b58be88 5724M: Antonino Daplas <[email protected]>
c69f677c 5725L: [email protected]
ce00f85c 5726S: Maintained
679655da
JP
5727F: drivers/video/riva/
5728F: drivers/video/nvidia/
1da177e4 5729
79461681
MW
5730NVM EXPRESS DRIVER
5731M: Matthew Wilcox <[email protected]>
5732L: [email protected]
5733T: git git://git.infradead.org/users/willy/linux-nvme.git
5734S: Supported
5735F: drivers/block/nvme.c
5736F: include/linux/nvme.h
5737
f5525786 5738OMAP SUPPORT
0e24bdd4 5739M: Tony Lindgren <[email protected]>
f5525786
TL
5740L: [email protected]
5741W: http://www.muru.com/linux/omap/
5742W: http://linux.omap.com/
8a6e2535 5743Q: http://patchwork.kernel.org/project/linux-omap/list/
30bd0129 5744T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
f5525786 5745S: Maintained
4e04d5a3 5746F: arch/arm/*omap*/
046d0a37
JD
5747F: drivers/i2c/busses/i2c-omap.c
5748F: include/linux/i2c-omap.h
f5525786 5749
50f29fbd
TL
5750OMAP DEVICE TREE SUPPORT
5751M: Benoît Cousson <[email protected]>
5752M: Tony Lindgren <[email protected]>
5753L: [email protected]
5754L: [email protected] (moderated for non-subscribers)
5755S: Maintained
5756F: arch/arm/boot/dts/*omap*
5757F: arch/arm/boot/dts/*am3*
5758
f5525786 5759OMAP CLOCK FRAMEWORK SUPPORT
8b58be88 5760M: Paul Walmsley <[email protected]>
f5525786
TL
5761L: [email protected]
5762S: Maintained
5763F: arch/arm/*omap*/*clock*
5764
5765OMAP POWER MANAGEMENT SUPPORT
c69d72ae 5766M: Kevin Hilman <[email protected]>
f5525786
TL
5767L: [email protected]
5768S: Maintained
5769F: arch/arm/*omap*/*pm*
c46938d4 5770F: drivers/cpufreq/omap-cpufreq.c
f5525786 5771
692ab1f3
PW
5772OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5773M: Rajendra Nayak <[email protected]>
5774M: Paul Walmsley <[email protected]>
5775L: [email protected]
5776S: Maintained
5777F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5778F: arch/arm/mach-omap2/powerdomain44xx.c
5779F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5780F: arch/arm/mach-omap2/clockdomain44xx.c
5781
f5525786 5782OMAP AUDIO SUPPORT
6c284903 5783M: Peter Ujfalusi <[email protected]>
7ec41ee5 5784M: Jarkko Nikula <[email protected]>
f5525786
TL
5785L: [email protected] (subscribers-only)
5786L: [email protected]
5787S: Maintained
5788F: sound/soc/omap/
5789
5790OMAP FRAMEBUFFER SUPPORT
830e6384 5791M: Tomi Valkeinen <[email protected]>
c69f677c 5792L: [email protected]
f5525786
TL
5793L: [email protected]
5794S: Maintained
5795F: drivers/video/omap/
5796
676eec0d 5797OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
830e6384 5798M: Tomi Valkeinen <[email protected]>
178ff4c9 5799L: [email protected]
676eec0d 5800L: [email protected]
178ff4c9 5801S: Maintained
676eec0d 5802F: drivers/video/omap2/
178ff4c9
TV
5803F: Documentation/arm/OMAP/DSS
5804
8b37fcfc
OBC
5805OMAP HARDWARE SPINLOCK SUPPORT
5806M: Ohad Ben-Cohen <[email protected]>
5807L: [email protected]
5808S: Maintained
5809F: drivers/hwspinlock/omap_hwspinlock.c
5810F: arch/arm/mach-omap2/hwspinlock.c
5811
f5525786 5812OMAP MMC SUPPORT
8b58be88 5813M: Jarkko Lavinen <[email protected]>
f5525786
TL
5814L: [email protected]
5815S: Maintained
653f41b5
MC
5816F: drivers/mmc/host/omap.c
5817
5818OMAP HS MMC SUPPORT
14006bfb 5819M: Balaji T K <[email protected]>
0a4585c6 5820L: [email protected]
653f41b5 5821L: [email protected]
0a4585c6 5822S: Maintained
653f41b5 5823F: drivers/mmc/host/omap_hsmmc.c
f5525786
TL
5824
5825OMAP RANDOM NUMBER GENERATOR SUPPORT
8b58be88 5826M: Deepak Saxena <[email protected]>
f5525786
TL
5827S: Maintained
5828F: drivers/char/hw_random/omap-rng.c
5829
f400c82e
PW
5830OMAP HWMOD SUPPORT
5831M: Benoît Cousson <[email protected]>
5832M: Paul Walmsley <[email protected]>
5833L: [email protected]
5834S: Maintained
8fc8b12b 5835F: arch/arm/mach-omap2/omap_hwmod.*
f400c82e
PW
5836
5837OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5838M: Benoît Cousson <[email protected]>
5839L: [email protected]
5840S: Maintained
5841F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5842
7e8970e1
LP
5843OMAP IMAGE SIGNAL PROCESSOR (ISP)
5844M: Laurent Pinchart <[email protected]>
5845L: [email protected]
5846S: Maintained
90d72ac6 5847F: drivers/media/platform/omap3isp/
7e8970e1 5848
f5525786 5849OMAP USB SUPPORT
f299470a 5850M: Felipe Balbi <[email protected]>
f5525786
TL
5851L: [email protected]
5852L: [email protected]
43b416e5 5853T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
f5525786 5854S: Maintained
a16fbd65
JP
5855F: drivers/usb/*/*omap*
5856F: arch/arm/*omap*/usb*
f5525786 5857
6d994710
KH
5858OMAP GPIO DRIVER
5859M: Santosh Shilimkar <[email protected]>
c69d72ae 5860M: Kevin Hilman <[email protected]>
6d994710
KH
5861L: [email protected]
5862S: Maintained
5863F: drivers/gpio/gpio-omap.c
5864
0ad122d9 5865OMFS FILESYSTEM
8b58be88 5866M: Bob Copeland <[email protected]>
0ad122d9
BC
5867L: [email protected]
5868S: Maintained
679655da
JP
5869F: Documentation/filesystems/omfs.txt
5870F: fs/omfs/
0ad122d9 5871
c1986ee9 5872OMNIKEY CARDMAN 4000 DRIVER
8b58be88 5873M: Harald Welte <[email protected]>
c1986ee9 5874S: Maintained
679655da
JP
5875F: drivers/char/pcmcia/cm4000_cs.c
5876F: include/linux/cm4000_cs.h
c117ab84 5877F: include/uapi/linux/cm4000_cs.h
c1986ee9 5878
77c44ab1 5879OMNIKEY CARDMAN 4040 DRIVER
8b58be88 5880M: Harald Welte <[email protected]>
77c44ab1 5881S: Maintained
679655da 5882F: drivers/char/pcmcia/cm4040_cs.*
77c44ab1 5883
77d5140f 5884OMNIVISION OV7670 SENSOR DRIVER
8b58be88 5885M: Jonathan Corbet <[email protected]>
661263b5 5886L: [email protected]
275ffde4 5887T: git git://linuxtv.org/media_tree.git
77d5140f 5888S: Maintained
90d72ac6 5889F: drivers/media/i2c/ov7670.c
77d5140f 5890
431bca73 5891ONENAND FLASH DRIVER
8b58be88 5892M: Kyungmin Park <[email protected]>
431bca73
TG
5893L: [email protected]
5894S: Maintained
679655da
JP
5895F: drivers/mtd/onenand/
5896F: include/linux/mtd/onenand*.h
431bca73 5897
1da177e4 5898ONSTREAM SCSI TAPE DRIVER
8b58be88 5899M: Willem Riede <[email protected]>
1da177e4
LT
5900L: [email protected]
5901L: [email protected]
5902S: Maintained
679655da
JP
5903F: drivers/scsi/osst*
5904F: drivers/scsi/st*
1da177e4 5905
e2d1d6c0 5906OPENCORES I2C BUS DRIVER
8b58be88 5907M: Peter Korsgaard <[email protected]>
846557d3 5908L: [email protected]
e2d1d6c0 5909S: Maintained
679655da
JP
5910F: Documentation/i2c/busses/i2c-ocores
5911F: drivers/i2c/busses/i2c-ocores.c
e2d1d6c0 5912
860c44c1 5913OPEN FIRMWARE AND FLATTENED DEVICE TREE
19624236 5914M: Grant Likely <[email protected]>
f910b831 5915M: Rob Herring <[email protected]>
78bba987 5916L: [email protected] (moderated for non-subscribers)
860c44c1 5917W: http://fdt.secretlab.ca
3bbf9b9b 5918T: git git://git.secretlab.ca/git/linux-2.6.git
860c44c1 5919S: Maintained
f910b831 5920F: Documentation/devicetree
860c44c1
GL
5921F: drivers/of
5922F: include/linux/of*.h
36165f55 5923F: scripts/dtc
860c44c1 5924K: of_get_property
d945fa0d 5925K: of_match_table
860c44c1 5926
19f9d392
JB
5927OPENRISC ARCHITECTURE
5928M: Jonas Bonn <[email protected]>
5929W: http://openrisc.net
eab7c1c0 5930L: [email protected] (moderated for non-subscribers)
19f9d392
JB
5931S: Maintained
5932T: git git://openrisc.net/~jonas/linux
5933F: arch/openrisc
5934
ccb1352e
JG
5935OPENVSWITCH
5936M: Jesse Gross <[email protected]>
5937L: [email protected]
5938W: http://openvswitch.org
5939T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5940S: Maintained
5941F: net/openvswitch/
5942
af39917d
CL
5943OPL4 DRIVER
5944M: Clemens Ladisch <[email protected]>
5945L: [email protected] (moderated for non-subscribers)
5946T: git git://git.alsa-project.org/alsa-kernel.git
5947S: Maintained
5948F: sound/drivers/opl4/
5949
1da177e4 5950OPROFILE
4cf7e718 5951M: Robert Richter <[email protected]>
1da177e4
LT
5952L: [email protected]
5953S: Maintained
81c4a8a6 5954F: arch/*/include/asm/oprofile*.h
679655da
JP
5955F: arch/*/oprofile/
5956F: drivers/oprofile/
5957F: include/linux/oprofile.h
1da177e4 5958
e2d1d6c0 5959ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8b58be88 5960M: Mark Fasheh <[email protected]>
d6351db2 5961M: Joel Becker <[email protected]>
e2d1d6c0
RD
5962L: [email protected] (moderated for non-subscribers)
5963W: http://oss.oracle.com/projects/ocfs2/
2191aeba 5964T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
e2d1d6c0 5965S: Supported
679655da
JP
5966F: Documentation/filesystems/ocfs2.txt
5967F: Documentation/filesystems/dlmfs.txt
5968F: fs/ocfs2/
e2d1d6c0 5969
1da177e4 5970ORINOCO DRIVER
724c6b35 5971L: [email protected]
491b26b4 5972W: http://wireless.kernel.org/en/users/Drivers/orinoco
ecffdde6 5973W: http://www.nongnu.org/orinoco/
3a59babb 5974S: Orphan
679655da 5975F: drivers/net/wireless/orinoco/
1da177e4 5976
42c55aa8 5977OSD LIBRARY and FILESYSTEM
8b58be88 5978M: Boaz Harrosh <[email protected]>
df4e33ad 5979M: Benny Halevy <[email protected]>
68274794
BH
5980L: [email protected]
5981W: http://open-osd.org
54e5881d 5982T: git git://git.open-osd.org/open-osd.git
68274794 5983S: Maintained
42c55aa8 5984F: drivers/scsi/osd/
6b6f0b6c 5985F: include/scsi/osd_*
42c55aa8 5986F: fs/exofs/
68274794 5987
e2d1d6c0 5988P54 WIRELESS DRIVER
084cb0fe 5989M: Christian Lamparter <[email protected]>
e2d1d6c0 5990L: [email protected]
084cb0fe 5991W: http://wireless.kernel.org/en/users/Drivers/p54
e2d1d6c0 5992S: Maintained
679655da 5993F: drivers/net/wireless/p54/
e2d1d6c0 5994
f5cd7872 5995PA SEMI ETHERNET DRIVER
8b58be88 5996M: Olof Johansson <[email protected]>
f5cd7872
OJ
5997L: [email protected]
5998S: Maintained
ded19add 5999F: drivers/net/ethernet/pasemi/*
f5cd7872 6000
beb58aa3 6001PA SEMI SMBUS DRIVER
8b58be88 6002M: Olof Johansson <[email protected]>
846557d3 6003L: [email protected]
beb58aa3 6004S: Maintained
679655da 6005F: drivers/i2c/busses/i2c-pasemi.c
beb58aa3 6006
48fc267e
SK
6007PADATA PARALLEL EXECUTION MECHANISM
6008M: Steffen Klassert <[email protected]>
48fc267e
SK
6009L: [email protected]
6010S: Maintained
6011F: kernel/padata.c
6012F: include/linux/padata.h
6013F: Documentation/padata.txt
6014
709ee531 6015PANASONIC LAPTOP ACPI EXTRAS DRIVER
8b58be88 6016M: Harald Welte <[email protected]>
d0944853 6017L: [email protected]
709ee531 6018S: Maintained
679655da 6019F: drivers/platform/x86/panasonic-laptop.c
709ee531 6020
368dd5ac 6021PANASONIC MN10300/AM33/AM34 PORT
8b58be88
JP
6022M: David Howells <[email protected]>
6023M: Koichi Yasutake <[email protected]>
4fa97181
DH
6024L: [email protected] (moderated for non-subscribers)
6025W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6026S: Maintained
679655da
JP
6027F: Documentation/mn10300/
6028F: arch/mn10300/
4fa97181 6029
1da177e4 6030PARALLEL PORT SUPPORT
3dd1a329 6031L: [email protected] (subscribers-only)
5fdc2abe 6032S: Orphan
679655da
JP
6033F: drivers/parport/
6034F: include/linux/parport*.h
6035F: drivers/char/ppdev.c
c117ab84 6036F: include/uapi/linux/ppdev.h
1da177e4 6037
4cdf6bc2 6038PARAVIRT_OPS INTERFACE
d633180c 6039M: Jeremy Fitzhardinge <[email protected]>
8b58be88
JP
6040M: Chris Wright <[email protected]>
6041M: Alok Kataria <[email protected]>
6042M: Rusty Russell <[email protected]>
c996d8b9 6043L: [email protected]
4cdf6bc2 6044S: Supported
679655da
JP
6045F: Documentation/ia64/paravirt_ops.txt
6046F: arch/*/kernel/paravirt*
6047F: arch/*/include/asm/paravirt.h
4cdf6bc2 6048
e2d1d6c0 6049PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8b58be88 6050M: Tim Waugh <[email protected]>
e2d1d6c0
RD
6051L: [email protected] (subscribers-only)
6052W: http://www.torque.net/linux-pp.html
6053S: Maintained
679655da
JP
6054F: Documentation/blockdev/paride.txt
6055F: drivers/block/paride/
e2d1d6c0
RD
6056
6057PARISC ARCHITECTURE
b8828770 6058M: "James E.J. Bottomley" <[email protected]>
b38a03b8 6059M: Helge Deller <[email protected]>
e2d1d6c0
RD
6060L: [email protected]
6061W: http://www.parisc-linux.org/
8a6e2535 6062Q: http://patchwork.kernel.org/project/linux-parisc/list/
08deed1e 6063T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
e2d1d6c0 6064S: Maintained
679655da
JP
6065F: arch/parisc/
6066F: drivers/parisc/
e2d1d6c0 6067
1662d32c 6068PC87360 HARDWARE MONITORING DRIVER
8b58be88 6069M: Jim Cromie <[email protected]>
1662d32c
JC
6070L: [email protected]
6071S: Maintained
679655da
JP
6072F: Documentation/hwmon/pc87360
6073F: drivers/hwmon/pc87360.c
1662d32c
JC
6074
6075PC8736x GPIO DRIVER
8b58be88 6076M: Jim Cromie <[email protected]>
1662d32c 6077S: Maintained
679655da 6078F: drivers/char/pc8736x_gpio.c
1662d32c 6079
1ad107fd
JD
6080PC87427 HARDWARE MONITORING DRIVER
6081M: Jean Delvare <[email protected]>
6082L: [email protected]
6083S: Maintained
6084F: Documentation/hwmon/pc87427
6085F: drivers/hwmon/pc87427.c
6086
b26e0ed4 6087PCA9532 LED DRIVER
8b58be88 6088M: Riku Voipio <[email protected]>
b26e0ed4 6089S: Maintained
d5ca6918
JP
6090F: drivers/leds/leds-pca9532.c
6091F: include/linux/leds-pca9532.h
b26e0ed4 6092
5ce914a8 6093PCA9541 I2C BUS MASTER SELECTOR DRIVER
ca462085 6094M: Guenter Roeck <[email protected]>
5ce914a8
GR
6095L: [email protected]
6096S: Maintained
b4f0b74e 6097F: drivers/i2c/muxes/i2c-mux-pca9541.c
5ce914a8 6098
3971dae5 6099PCDP - PRIMARY CONSOLE AND DEBUG PORT
055e72fe 6100M: Khalid Aziz <[email protected]>
3971dae5
KA
6101S: Maintained
6102F: drivers/firmware/pcdp.*
6103
065c6359 6104PCI ERROR RECOVERY
6305902c 6105M: Linas Vepstas <[email protected]>
c1f69db7 6106L: [email protected]
065c6359 6107S: Supported
679655da
JP
6108F: Documentation/PCI/pci-error-recovery.txt
6109F: Documentation/powerpc/eeh-pci-error-recovery.txt
065c6359 6110
1da177e4 6111PCI SUBSYSTEM
5ac3a6d2 6112M: Bjorn Helgaas <[email protected]>
2905474d 6113L: [email protected]
99662dd1 6114Q: http://patchwork.ozlabs.org/project/linux-pci/list/
c0233ed4 6115T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
1da177e4 6116S: Supported
679655da
JP
6117F: Documentation/PCI/
6118F: drivers/pci/
6119F: include/linux/pci*
1da177e4 6120
1da177e4 6121PCMCIA SUBSYSTEM
4230dfc9 6122P: Linux PCMCIA Team
f5df5881 6123L: [email protected]
6650e0a5 6124W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
54e5881d 6125T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 6126S: Maintained
679655da
JP
6127F: Documentation/pcmcia/
6128F: drivers/pcmcia/
6129F: include/pcmcia/
1da177e4
LT
6130
6131PCNET32 NETWORK DRIVER
227fb925 6132M: Don Fry <[email protected]>
979b6c13 6133L: [email protected]
1da177e4 6134S: Maintained
b955f6ca 6135F: drivers/net/ethernet/amd/pcnet32.c
1da177e4 6136
48fc267e
SK
6137PCRYPT PARALLEL CRYPTO ENGINE
6138M: Steffen Klassert <[email protected]>
6139L: [email protected]
6140S: Maintained
6141F: crypto/pcrypt.c
6142F: include/crypto/pcrypt.h
6143
e72df0b8
TH
6144PER-CPU MEMORY ALLOCATOR
6145M: Tejun Heo <[email protected]>
6146M: Christoph Lameter <[email protected]>
e72df0b8
TH
6147T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6148S: Maintained
6149F: include/linux/percpu*.h
6150F: mm/percpu*.c
6151F: arch/*/include/asm/percpu.h
6152
ad4ecbcb 6153PER-TASK DELAY ACCOUNTING
185e595f 6154M: Balbir Singh <[email protected]>
ad4ecbcb 6155S: Maintained
679655da
JP
6156F: include/linux/delayacct.h
6157F: kernel/delayacct.c
ad4ecbcb 6158
57c0c15b 6159PERFORMANCE EVENTS SUBSYSTEM
8b58be88
JP
6160M: Peter Zijlstra <[email protected]>
6161M: Paul Mackerras <[email protected]>
dd9b238c 6162M: Ingo Molnar <[email protected]>
4aafd3f7 6163M: Arnaldo Carvalho de Melo <[email protected]>
75fc2d37 6164T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6c0b3244 6165S: Supported
d53e8365 6166F: kernel/events/*
a003236c 6167F: include/linux/perf_event.h
c117ab84 6168F: include/uapi/linux/perf_event.h
141c4296
RR
6169F: arch/*/kernel/perf_event*.c
6170F: arch/*/kernel/*/perf_event*.c
6171F: arch/*/kernel/*/*/perf_event*.c
a003236c 6172F: arch/*/include/asm/perf_event.h
a003236c
VL
6173F: arch/*/kernel/perf_callchain.c
6174F: tools/perf/
6c0b3244 6175
dd49d0f5 6176PERSONALITY HANDLING
8b58be88 6177M: Christoph Hellwig <[email protected]>
dd49d0f5
JC
6178L: [email protected]
6179S: Maintained
679655da 6180F: include/linux/personality.h
c117ab84 6181F: include/uapi/linux/personality.h
dd49d0f5 6182
838e7a03 6183PHONET PROTOCOL
2a06b40f 6184M: Remi Denis-Courmont <[email protected]>
838e7a03
RDC
6185S: Supported
6186F: Documentation/networking/phonet.txt
6187F: include/linux/phonet.h
6188F: include/net/phonet/
c117ab84 6189F: include/uapi/linux/phonet.h
838e7a03
RDC
6190F: net/phonet/
6191
1da177e4 6192PHRAM MTD DRIVER
8b58be88 6193M: Joern Engel <[email protected]>
1da177e4
LT
6194L: [email protected]
6195S: Maintained
679655da 6196F: drivers/mtd/devices/phram.c
1da177e4 6197
efdbb10e
BP
6198PICOLCD HID DRIVER
6199M: Bruno Prémont <[email protected]>
6200L: [email protected]
6201S: Maintained
6202F: drivers/hid/hid-picolcd*
6203
a53bfa07
JI
6204PICOXCELL SUPPORT
6205M: Jamie Iles <[email protected]>
6206L: [email protected] (moderated for non-subscribers)
6207T: git git://github.com/jamieiles/linux-2.6-ji.git
6208S: Supported
6209F: arch/arm/mach-picoxcell
6210F: drivers/*/picoxcell*
6211F: drivers/*/*/picoxcell*
6212
2744e8af
LW
6213PIN CONTROL SUBSYSTEM
6214M: Linus Walleij <[email protected]>
6215S: Maintained
07f29ba6 6216F: drivers/pinctrl/
8e406fe4 6217F: include/linux/pinctrl/
2744e8af 6218
2201bbb8
JCPV
6219PIN CONTROLLER - ATMEL AT91
6220M: Jean-Christophe Plagniol-Villard <[email protected]>
6221L: [email protected] (moderated for non-subscribers)
6222S: Maintained
6223F: drivers/pinctrl/pinctrl-at91.c
6224
deda8287 6225PIN CONTROLLER - ST SPEAR
8e406fe4 6226M: Viresh Kumar <[email protected]>
deda8287
VK
6227L: [email protected]
6228L: [email protected] (moderated for non-subscribers)
6229W: http://www.st.com/spear
6230S: Maintained
8e406fe4 6231F: drivers/pinctrl/spear/
deda8287 6232
249a6771 6233PKTCDVD DRIVER
dbd47133 6234M: Jiri Kosina <[email protected]>
249a6771 6235S: Maintained
679655da
JP
6236F: drivers/block/pktcdvd.c
6237F: include/linux/pktcdvd.h
c117ab84 6238F: include/uapi/linux/pktcdvd.h
249a6771 6239
b31d8273
G
6240PKUNITY SOC DRIVERS
6241M: Guan Xuetao <[email protected]>
6242W: http://mprc.pku.edu.cn/~guanxuetao/linux
6243S: Maintained
6244T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6245F: drivers/input/serio/i8042-unicore32io.h
d10e4a66 6246F: drivers/i2c/busses/i2c-puv3.c
ce443ab5 6247F: drivers/video/fb-puv3.c
2809e80b 6248F: drivers/rtc/rtc-puv3.c
b31d8273 6249
9d2ecfb7 6250PMBUS HARDWARE MONITORING DRIVERS
ca462085 6251M: Guenter Roeck <[email protected]>
9d2ecfb7
GR
6252L: [email protected]
6253W: http://www.lm-sensors.org/
6254W: http://www.roeck-us.net/linux/drivers/
6255T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6256S: Maintained
6257F: Documentation/hwmon/pmbus
6258F: drivers/hwmon/pmbus/
6259F: include/linux/i2c/pmbus.h
6260
89a36810 6261PMC SIERRA MaxRAID DRIVER
076cfaae 6262M: Anil Ravindranath <[email protected]>
89a36810
AR
6263L: [email protected]
6264W: http://www.pmc-sierra.com/
6265S: Supported
6266F: drivers/scsi/pmcraid.*
6267
dbf9bfe6 6268PMC SIERRA PM8001 DRIVER
4f0e359c 6269M: [email protected]
dbf9bfe6 6270M: [email protected]
6271L: [email protected]
6272S: Supported
6273F: drivers/scsi/pm8001/
6274
1da177e4 6275POSIX CLOCKS and TIMERS
8b58be88 6276M: Thomas Gleixner <[email protected]>
75fc2d37 6277T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
1da177e4 6278S: Supported
679655da
JP
6279F: fs/timerfd.c
6280F: include/linux/timer*
6281F: kernel/*timer*
1da177e4 6282
3be86148 6283POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8b58be88
JP
6284M: Anton Vorontsov <[email protected]>
6285M: David Woodhouse <[email protected]>
54e5881d 6286T: git git://git.infradead.org/battery-2.6.git
3be86148 6287S: Maintained
679655da 6288F: include/linux/power_supply.h
8cd725a1 6289F: drivers/power/
3be86148 6290
1da177e4 6291PNP SUPPORT
46a1f21a 6292M: Rafael J. Wysocki <[email protected]>
c2d197e8 6293M: Bjorn Helgaas <[email protected]>
1da177e4 6294S: Maintained
679655da 6295F: drivers/pnp/
1da177e4 6296
999445d4 6297PNXxxxx I2C DRIVER
8b58be88 6298M: Vitaly Wool <[email protected]>
846557d3 6299L: [email protected]
999445d4 6300S: Maintained
679655da 6301F: drivers/i2c/busses/i2c-pnx.c
999445d4 6302
1da177e4 6303PPP PROTOCOL DRIVERS AND COMPRESSORS
8b58be88 6304M: Paul Mackerras <[email protected]>
1da177e4
LT
6305L: [email protected]
6306S: Maintained
224cf5ad 6307F: drivers/net/ppp/ppp_*
1da177e4
LT
6308
6309PPP OVER ATM (RFC 2364)
8b58be88 6310M: Mitchell Blank Jr <[email protected]>
1da177e4 6311S: Maintained
679655da 6312F: net/atm/pppoatm.c
c117ab84 6313F: include/uapi/linux/atmppp.h
1da177e4
LT
6314
6315PPP OVER ETHERNET
8b58be88 6316M: Michal Ostrowski <[email protected]>
1da177e4 6317S: Maintained
224cf5ad
JK
6318F: drivers/net/ppp/pppoe.c
6319F: drivers/net/ppp/pppox.c
1da177e4 6320
a6d2370b 6321PPP OVER L2TP
8b58be88 6322M: James Chapman <[email protected]>
a6d2370b 6323S: Maintained
90ca28d1 6324F: net/l2tp/l2tp_ppp.c
679655da 6325F: include/linux/if_pppol2tp.h
c117ab84 6326F: include/uapi/linux/if_pppol2tp.h
a6d2370b 6327
eae9d2ba 6328PPS SUPPORT
8b58be88 6329M: Rodolfo Giometti <[email protected]>
eae9d2ba
RG
6330W: http://wiki.enneenne.com/index.php/LinuxPPS_support
6331L: [email protected] (subscribers-only)
6332S: Maintained
cabaaf41
JP
6333F: Documentation/pps/
6334F: drivers/pps/
6335F: include/linux/pps*.h
eae9d2ba 6336
71a6d0af
HW
6337PPTP DRIVER
6338M: Dmitry Kozlov <[email protected]>
6339L: [email protected]
6340S: Maintained
224cf5ad 6341F: drivers/net/ppp/pptp.c
71a6d0af
HW
6342W: http://sourceforge.net/projects/accel-pptp
6343
1da177e4 6344PREEMPTIBLE KERNEL
8b58be88 6345M: Robert Love <[email protected]>
1da177e4
LT
6346L: [email protected]
6347W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6348S: Supported
679655da
JP
6349F: Documentation/preempt-locking.txt
6350F: include/linux/preempt.h
1da177e4
LT
6351
6352PRISM54 WIRELESS DRIVER
8b58be88 6353M: "Luis R. Rodriguez" <[email protected]>
724c6b35 6354L: [email protected]
9ef80804 6355W: http://wireless.kernel.org/en/users/Drivers/p54
1d89cae1 6356S: Obsolete
679655da 6357F: drivers/net/wireless/prism54/
1da177e4 6358
b3277dfa 6359PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
8b58be88 6360M: Mikael Pettersson <[email protected]>
b3277dfa
MP
6361L: [email protected]
6362S: Maintained
679655da 6363F: drivers/ata/sata_promise.*
b3277dfa 6364
02c18891 6365PS3 NETWORK SUPPORT
b809b9ca 6366M: Geoff Levand <[email protected]>
02c18891 6367L: [email protected]
a4724ed6 6368L: [email protected]
b809b9ca 6369S: Maintained
8df158ac 6370F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
02c18891 6371
f58a9d17 6372PS3 PLATFORM SUPPORT
b809b9ca 6373M: Geoff Levand <[email protected]>
a4724ed6
SR
6374L: [email protected]
6375L: [email protected]
b809b9ca 6376S: Maintained
679655da
JP
6377F: arch/powerpc/boot/ps3*
6378F: arch/powerpc/include/asm/lv1call.h
6379F: arch/powerpc/include/asm/ps3*.h
6380F: arch/powerpc/platforms/ps3/
6381F: drivers/*/ps3*
6382F: drivers/ps3/
fec629b8 6383F: drivers/rtc/rtc-ps3.c
679655da 6384F: drivers/usb/host/*ps3.c
fec629b8 6385F: sound/ppc/snd_ps3*
f58a9d17 6386
cffb4add 6387PS3VRAM DRIVER
8b58be88 6388M: Jim Paris <[email protected]>
a4724ed6 6389L: [email protected]
cffb4add 6390S: Maintained
8a3977cb 6391F: drivers/block/ps3vram.c
cffb4add 6392
8defe599
AV
6393PSTORE FILESYSTEM
6394M: Anton Vorontsov <[email protected]>
6395M: Colin Cross <[email protected]>
6396M: Kees Cook <[email protected]>
6397M: Tony Luck <[email protected]>
6398S: Maintained
6399T: git git://git.infradead.org/users/cbou/linux-pstore.git
6400F: fs/pstore/
6401F: include/linux/pstore*
04851772 6402F: drivers/firmware/efi/efi-pstore.c
8defe599
AV
6403F: drivers/acpi/apei/erst.c
6404
7fbc415d
RC
6405PTP HARDWARE CLOCK SUPPORT
6406M: Richard Cochran <[email protected]>
e7333e3c 6407L: [email protected]
7fbc415d
RC
6408S: Maintained
6409W: http://linuxptp.sourceforge.net/
6410F: Documentation/ABI/testing/sysfs-ptp
6411F: Documentation/ptp/*
0ecb3cdd 6412F: drivers/net/ethernet/freescale/gianfar_ptp.c
7fbc415d
RC
6413F: drivers/net/phy/dp83640*
6414F: drivers/ptp/*
6415F: include/linux/ptp_cl*
6416
cf94a4d1 6417PTRACE SUPPORT
8b58be88
JP
6418M: Roland McGrath <[email protected]>
6419M: Oleg Nesterov <[email protected]>
cf94a4d1
CH
6420S: Maintained
6421F: include/asm-generic/syscall.h
6422F: include/linux/ptrace.h
6423F: include/linux/regset.h
6424F: include/linux/tracehook.h
c117ab84 6425F: include/uapi/linux/ptrace.h
cf94a4d1
CH
6426F: kernel/ptrace.c
6427
8320204a 6428PVRUSB2 VIDEO4LINUX DRIVER
8b58be88 6429M: Mike Isely <[email protected]>
16e9495d 6430L: [email protected] (subscribers-only)
661263b5 6431L: [email protected]
8320204a 6432W: http://www.isely.net/pvrusb2/
275ffde4 6433T: git git://linuxtv.org/media_tree.git
8320204a 6434S: Maintained
679655da 6435F: Documentation/video4linux/README.pvrusb2
0c0d06ca 6436F: drivers/media/usb/pvrusb2/
8320204a 6437
39532e6c
HG
6438PWC WEBCAM DRIVER
6439M: Hans de Goede <[email protected]>
6440L: [email protected]
6441T: git git://linuxtv.org/media_tree.git
6442S: Maintained
6443F: drivers/media/usb/pwc/*
6444
200efedd
TR
6445PWM SUBSYSTEM
6446M: Thierry Reding <[email protected]>
0c2498f1
SH
6447L: [email protected]
6448S: Maintained
200efedd
TR
6449W: http://gitorious.org/linux-pwm
6450T: git git://gitorious.org/linux-pwm/linux-pwm.git
6451F: Documentation/pwm.txt
6452F: Documentation/devicetree/bindings/pwm/
6453F: include/linux/pwm.h
0c2498f1 6454F: drivers/pwm/
a140b98d
TR
6455F: drivers/video/backlight/pwm_bl.c
6456F: include/linux/pwm_backlight.h
0c2498f1 6457
30ec261e 6458PXA2xx/PXA3xx SUPPORT
8b58be88
JP
6459M: Eric Miao <[email protected]>
6460M: Russell King <[email protected]>
a323f664 6461M: Haojian Zhuang <[email protected]>
efc03ecb 6462L: [email protected] (moderated for non-subscribers)
3f640c61
HZ
6463T: git git://github.com/hzhuang1/linux.git
6464T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
1da177e4 6465S: Maintained
679655da
JP
6466F: arch/arm/mach-pxa/
6467F: drivers/pcmcia/pxa2xx*
9df92e6c 6468F: drivers/spi/spi-pxa2xx*
679655da
JP
6469F: drivers/usb/gadget/pxa2*
6470F: include/sound/pxa2xx-lib.h
bec4c99e
MB
6471F: sound/arm/pxa*
6472F: sound/soc/pxa
1da177e4 6473
3f640c61 6474MMP SUPPORT
8b58be88 6475M: Eric Miao <[email protected]>
a323f664 6476M: Haojian Zhuang <[email protected]>
e8e6cb32 6477L: [email protected] (moderated for non-subscribers)
3f640c61
HZ
6478T: git git://github.com/hzhuang1/linux.git
6479T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
e8e6cb32 6480S: Maintained
3f640c61 6481F: arch/arm/mach-mmp/
e8e6cb32 6482
272f133a
PO
6483PXA MMCI DRIVER
6484S: Orphan
6485
57f63bc8 6486PXA RTC DRIVER
8b58be88 6487M: Robert Jarzmik <[email protected]>
57f63bc8
RJ
6488L: [email protected]
6489S: Maintained
6490
52a09a04 6491QIB DRIVER
8473c603 6492M: Mike Marciniszyn <[email protected]>
52a09a04
MM
6493L: [email protected]
6494S: Supported
6495F: drivers/infiniband/hw/qib/
6496
5e9772b9
JS
6497QLOGIC QLA1280 SCSI DRIVER
6498M: Michael Reed <[email protected]>
6499L: [email protected]
6500S: Maintained
6501F: drivers/scsi/qla1280.[ch]
6502
1da177e4 6503QLOGIC QLA2XXX FC-SCSI DRIVER
8b58be88 6504M: Andrew Vasquez <[email protected]>
95e6a856 6505M: [email protected]
1da177e4
LT
6506L: [email protected]
6507S: Supported
679655da
JP
6508F: Documentation/scsi/LICENSE.qla2xxx
6509F: drivers/scsi/qla2xxx/
1da177e4 6510
883c98fe
RA
6511QLOGIC QLA4XXX iSCSI DRIVER
6512M: Ravi Anand <[email protected]>
6513M: Vikas Chaudhary <[email protected]>
6514M: [email protected]
6515L: [email protected]
6516S: Supported
6517F: drivers/scsi/qla4xxx/
6518
5a4faa87 6519QLOGIC QLA3XXX NETWORK DRIVER
0a955c3a 6520M: Jitendra Kalsaria <[email protected]>
8b58be88 6521M: Ron Mercer <[email protected]>
5a4faa87
RM
6522M: [email protected]
6523L: [email protected]
6524S: Supported
679655da 6525F: Documentation/networking/LICENSE.qla3xxx
aa43c215 6526F: drivers/net/ethernet/qlogic/qla3xxx.*
5a4faa87 6527
0ec00f03 6528QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
195ca382
SC
6529M: Rajesh Borundia <[email protected]>
6530M: Shahed Shaikh <[email protected]>
2ab1c24b 6531M: Jitendra Kalsaria <[email protected]>
e987716b 6532M: Sony Chacko <[email protected]>
0ec00f03
AKS
6533M: [email protected]
6534L: [email protected]
6535S: Supported
aa43c215 6536F: drivers/net/ethernet/qlogic/qlcnic/
0ec00f03 6537
c4e84bde 6538QLOGIC QLGE 10Gb ETHERNET DRIVER
d4ec1b5c 6539M: Shahed Shaikh <[email protected]>
b997d79a 6540M: Jitendra Kalsaria <[email protected]>
8b58be88 6541M: Ron Mercer <[email protected]>
4cbfbe25 6542M: [email protected]
c4e84bde
RM
6543L: [email protected]
6544S: Supported
aa43c215 6545F: drivers/net/ethernet/qlogic/qlge/
c4e84bde 6546
1da177e4 6547QNX4 FILESYSTEM
8b58be88 6548M: Anders Larsen <[email protected]>
1da177e4
LT
6549W: http://www.alarsen.net/linux/qnx4fs/
6550S: Maintained
80811493 6551F: fs/qnx4/
c117ab84
CEB
6552F: include/uapi/linux/qnx4_fs.h
6553F: include/uapi/linux/qnxtypes.h
1da177e4 6554
91952bc0
AP
6555QT1010 MEDIA DRIVER
6556M: Antti Palosaari <[email protected]>
6557L: [email protected]
6558W: http://linuxtv.org/
6559W: http://palosaari.fi/linux/
6560Q: http://patchwork.linuxtv.org/project/linux-media/list/
6561T: git git://linuxtv.org/anttip/media_tree.git
6562S: Maintained
6563F: drivers/media/tuners/qt1010*
6564
4f4567cf
RK
6565QUALCOMM HEXAGON ARCHITECTURE
6566M: Richard Kuo <[email protected]>
6567L: [email protected]
6568S: Supported
6569F: arch/hexagon/
6570
35e3540b
HV
6571QUICKCAM PARALLEL PORT WEBCAMS
6572M: Hans Verkuil <[email protected]>
6573L: [email protected]
6574T: git git://linuxtv.org/media_tree.git
6575W: http://linuxtv.org
6576S: Odd Fixes
6577F: drivers/media/parport/*-qcam*
6578
602adf40 6579RADOS BLOCK DEVICE (RBD)
09d90327
SW
6580M: Yehuda Sadeh <[email protected]>
6581M: Sage Weil <[email protected]>
6582M: Alex Elder <[email protected]>
602adf40 6583M: [email protected]
09d90327
SW
6584W: http://ceph.com/
6585T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
602adf40
YS
6586S: Supported
6587F: drivers/block/rbd.c
6588F: drivers/block/rbd_types.h
6589
1da177e4 6590RADEON FRAMEBUFFER DISPLAY DRIVER
8b58be88 6591M: Benjamin Herrenschmidt <[email protected]>
c69f677c 6592L: [email protected]
1da177e4 6593S: Maintained
679655da 6594F: drivers/video/aty/radeon*
c117ab84 6595F: include/uapi/linux/radeonfb.h
1da177e4 6596
c6c9b34c
HG
6597RADIOSHARK RADIO DRIVER
6598M: Hans de Goede <[email protected]>
6599L: [email protected]
6600T: git git://linuxtv.org/media_tree.git
6601S: Maintained
6602F: drivers/media/radio/radio-shark.c
6603
6604RADIOSHARK2 RADIO DRIVER
6605M: Hans de Goede <[email protected]>
6606L: [email protected]
6607T: git git://linuxtv.org/media_tree.git
6608S: Maintained
6609F: drivers/media/radio/radio-shark2.c
6610F: drivers/media/radio/radio-tea5777.c
6611
1da177e4 6612RAGE128 FRAMEBUFFER DISPLAY DRIVER
8b58be88 6613M: Paul Mackerras <[email protected]>
c69f677c 6614L: [email protected]
1da177e4 6615S: Maintained
679655da 6616F: drivers/video/aty/aty128fb.c
1da177e4 6617
e7839f25 6618RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627 6619P: rt2x00 project
e1a6542f 6620M: Ivo van Doorn <[email protected]>
4a7bd3ec 6621M: Gertjan van Wingerde <[email protected]>
f198f98e 6622M: Helmut Schaa <[email protected]>
95ea3627 6623L: [email protected]
83fc9c89 6624L: [email protected] (moderated for non-subscribers)
95ea3627
ID
6625W: http://rt2x00.serialmonkey.com/
6626S: Maintained
54e5881d 6627T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
6628F: drivers/net/wireless/rt2x00/
6629
9db5579b 6630RAMDISK RAM BLOCK DEVICE DRIVER
6e575590 6631M: Nick Piggin <[email protected]>
9db5579b 6632S: Maintained
679655da
JP
6633F: Documentation/blockdev/ramdisk.txt
6634F: drivers/block/brd.c
9db5579b 6635
9e95ce27 6636RANDOM NUMBER DRIVER
330e0a01 6637M: Theodore Ts'o" <[email protected]>
9e95ce27 6638S: Maintained
679655da 6639F: drivers/char/random.c
9e95ce27 6640
394b701c 6641RAPIDIO SUBSYSTEM
8b58be88 6642M: Matt Porter <[email protected]>
b8bc1dd3 6643M: Alexandre Bounine <[email protected]>
394b701c 6644S: Maintained
679655da 6645F: drivers/rapidio/
394b701c 6646
e2d1d6c0 6647RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
e2d1d6c0 6648L: [email protected]
f52a5490 6649S: Orphan
679655da 6650F: drivers/net/wireless/ray*
e2d1d6c0
RD
6651
6652RCUTORTURE MODULE
8b58be88
JP
6653M: Josh Triplett <[email protected]>
6654M: "Paul E. McKenney" <[email protected]>
f9094d8e 6655S: Supported
08deed1e 6656T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
679655da
JP
6657F: Documentation/RCU/torture.txt
6658F: kernel/rcutorture.c
e2d1d6c0 6659
c1f766b5 6660RDC R-321X SoC
8b58be88 6661M: Florian Fainelli <[email protected]>
c1f766b5
FF
6662S: Maintained
6663
db17f395 6664RDC R6040 FAST ETHERNET DRIVER
8b58be88 6665M: Florian Fainelli <[email protected]>
db17f395
FF
6666L: [email protected]
6667S: Maintained
58565a35 6668F: drivers/net/ethernet/rdc/r6040.c
db17f395 6669
a09ed661 6670RDS - RELIABLE DATAGRAM SOCKETS
dd1294c4 6671M: Venkat Venkatsubra <[email protected]>
fbb5a558 6672L: [email protected] (moderated for non-subscribers)
a09ed661 6673S: Supported
679655da 6674F: net/rds/
a09ed661 6675
595182bc 6676READ-COPY UPDATE (RCU)
8b58be88
JP
6677M: Dipankar Sarma <[email protected]>
6678M: "Paul E. McKenney" <[email protected]>
9fab9787 6679W: http://www.rdrop.com/users/paulmck/RCU/
595182bc 6680S: Supported
08deed1e 6681T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
f9094d8e 6682F: Documentation/RCU/
9fab9787 6683X: Documentation/RCU/torture.txt
f9094d8e 6684F: include/linux/rcu*
f9094d8e 6685F: kernel/rcu*
f9094d8e 6686X: kernel/rcutorture.c
595182bc 6687
0c86edc0 6688REAL TIME CLOCK (RTC) SUBSYSTEM
8b58be88 6689M: Alessandro Zummo <[email protected]>
76465493 6690L: [email protected]
8a6e2535 6691Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
0c86edc0 6692S: Maintained
679655da
JP
6693F: Documentation/rtc.txt
6694F: drivers/rtc/
6695F: include/linux/rtc.h
c117ab84 6696F: include/uapi/linux/rtc.h
0c86edc0 6697
1da177e4 6698REISERFS FILE SYSTEM
76c4e5ea 6699L: [email protected]
1da177e4 6700S: Supported
679655da 6701F: fs/reiserfs/
1da177e4 6702
b83a313b 6703REGISTER MAP ABSTRACTION
b02e48f2 6704M: Mark Brown <[email protected]>
b83a313b
MB
6705T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6706S: Supported
6707F: drivers/base/regmap/
6708F: include/linux/regmap.h
6709
400e64df
OBC
6710REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6711M: Ohad Ben-Cohen <[email protected]>
6bb697b6 6712T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
400e64df
OBC
6713S: Maintained
6714F: drivers/remoteproc/
6715F: Documentation/remoteproc.txt
6fc26488 6716F: include/linux/remoteproc.h
400e64df 6717
e0897645 6718RFKILL
8b58be88 6719M: Johannes Berg <[email protected]>
19d337df 6720L: [email protected]
ce466579
JB
6721W: http://wireless.kernel.org/
6722T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6723T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
e0897645 6724S: Maintained
505c9247 6725F: Documentation/rfkill.txt
80811493 6726F: net/rfkill/
e0897645 6727
67e054e9
ML
6728RICOH SMARTMEDIA/XD DRIVER
6729M: Maxim Levitsky <[email protected]>
6730S: Maintained
21c26f50
JP
6731F: drivers/mtd/nand/r852.c
6732F: drivers/mtd/nand/r852.h
67e054e9 6733
92634125
ML
6734RICOH R5C592 MEMORYSTICK DRIVER
6735M: Maxim Levitsky <[email protected]>
6736S: Maintained
6737F: drivers/memstick/host/r592.*
6738
1da177e4
LT
6739ROCKETPORT DRIVER
6740P: Comtrol Corp.
1da177e4
LT
6741W: http://www.comtrol.com
6742S: Maintained
679655da 6743F: Documentation/serial/rocket.txt
c897401b 6744F: drivers/tty/rocket*
1da177e4
LT
6745
6746ROSE NETWORK LAYER
8b58be88 6747M: Ralf Baechle <[email protected]>
1da177e4 6748L: [email protected]
d34cb28a 6749W: http://www.linux-ax25.org/
1da177e4 6750S: Maintained
679655da 6751F: include/net/rose.h
c117ab84 6752F: include/uapi/linux/rose.h
679655da 6753F: net/rose/
1da177e4 6754
91952bc0
AP
6755RTL2830 MEDIA DRIVER
6756M: Antti Palosaari <[email protected]>
6757L: [email protected]
6758W: http://linuxtv.org/
6759W: http://palosaari.fi/linux/
6760Q: http://patchwork.linuxtv.org/project/linux-media/list/
6761T: git git://linuxtv.org/anttip/media_tree.git
6762S: Maintained
6763F: drivers/media/dvb-frontends/rtl2830*
6764
27a0aacf
AP
6765RTL2832 MEDIA DRIVER
6766M: Antti Palosaari <[email protected]>
6767L: [email protected]
6768W: http://linuxtv.org/
6769W: http://palosaari.fi/linux/
6770Q: http://patchwork.linuxtv.org/project/linux-media/list/
6771T: git git://linuxtv.org/anttip/media_tree.git
6772S: Maintained
6773F: drivers/media/dvb-frontends/rtl2832*
6774
59840488 6775RTL8180 WIRELESS DRIVER
8b58be88 6776M: "John W. Linville" <[email protected]>
605bebe2 6777L: [email protected]
491b26b4 6778W: http://wireless.kernel.org/
54e5881d 6779T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
605bebe2 6780S: Maintained
3cfeb0c3 6781F: drivers/net/wireless/rtl818x/rtl8180/
605bebe2 6782
59840488 6783RTL8187 WIRELESS DRIVER
9f0939bf 6784M: Herton Ronaldo Krzesinski <[email protected]>
8b58be88
JP
6785M: Hin-Tak Leung <[email protected]>
6786M: Larry Finger <[email protected]>
7d2c86b5 6787L: [email protected]
491b26b4 6788W: http://wireless.kernel.org/
54e5881d 6789T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7d2c86b5 6790S: Maintained
3cfeb0c3 6791F: drivers/net/wireless/rtl818x/rtl8187/
59840488 6792
3cf0c8ad
LF
6793RTL8192CE WIRELESS DRIVER
6794M: Larry Finger <[email protected]>
6795M: Chaoming Li <[email protected]>
6796L: [email protected]
491b26b4 6797W: http://wireless.kernel.org/
3cf0c8ad
LF
6798T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6799S: Maintained
6800F: drivers/net/wireless/rtlwifi/
f0b3e4b7 6801F: drivers/net/wireless/rtlwifi/rtl8192ce/
59840488 6802
9eb8ef74 6803S3 SAVAGE FRAMEBUFFER DRIVER
8b58be88 6804M: Antonino Daplas <[email protected]>
c69f677c 6805L: [email protected]
ce00f85c 6806S: Maintained
679655da 6807F: drivers/video/savage/
9eb8ef74 6808
1da177e4 6809S390
8b58be88
JP
6810M: Martin Schwidefsky <[email protected]>
6811M: Heiko Carstens <[email protected]>
1da177e4 6812M: [email protected]
d58140cc 6813L: [email protected]
5238da45
HC
6814W: http://www.ibm.com/developerworks/linux/linux390/
6815S: Supported
679655da 6816F: arch/s390/
a968cd3e 6817F: drivers/s390/
20d16fef 6818F: block/partitions/ibm.c
3bfe6858
JN
6819F: Documentation/s390/
6820F: Documentation/DocBook/s390*
5238da45
HC
6821
6822S390 NETWORK DRIVERS
8b58be88
JP
6823M: Ursula Braun <[email protected]>
6824M: Frank Blaschka <[email protected]>
5238da45 6825M: [email protected]
d58140cc 6826L: [email protected]
5238da45
HC
6827W: http://www.ibm.com/developerworks/linux/linux390/
6828S: Supported
679655da 6829F: drivers/s390/net/
5238da45 6830
feed9b62 6831S390 ZCRYPT DRIVER
5c8d0983 6832M: Ingo Tuchscherer <[email protected]>
feed9b62
FB
6833M: [email protected]
6834L: [email protected]
a968cd3e 6835W: http://www.ibm.com/developerworks/linux/linux390/
feed9b62 6836S: Supported
d5ca6918 6837F: drivers/s390/crypto/
feed9b62 6838
5238da45 6839S390 ZFCP DRIVER
d38e19d0 6840M: Steffen Maier <[email protected]>
5238da45 6841M: [email protected]
d58140cc 6842L: [email protected]
5238da45 6843W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4 6844S: Supported
679655da 6845F: drivers/s390/scsi/zfcp_*
1da177e4 6846
dd96df2c 6847S390 IUCV NETWORK LAYER
8b58be88 6848M: Ursula Braun <[email protected]>
dd96df2c
UB
6849M: [email protected]
6850L: [email protected]
6851W: http://www.ibm.com/developerworks/linux/linux390/
6852S: Supported
679655da
JP
6853F: drivers/s390/net/*iucv*
6854F: include/net/iucv/
6855F: net/iucv/
dd96df2c 6856
4dde7f75 6857S3C24XX SD/MMC Driver
8b58be88 6858M: Ben Dooks <[email protected]>
efc03ecb 6859L: [email protected] (moderated for non-subscribers)
4dde7f75 6860S: Supported
679655da 6861F: drivers/mmc/host/s3cmci.*
4dde7f75 6862
1f15a229
HV
6863SAA6588 RDS RECEIVER DRIVER
6864M: Hans Verkuil <[email protected]>
6865L: [email protected]
6866T: git git://linuxtv.org/media_tree.git
6867W: http://linuxtv.org
6868S: Odd Fixes
6869F: drivers/media/i2c/saa6588*
6870
98ed12e6
MCC
6871SAA7134 VIDEO4LINUX DRIVER
6872M: Mauro Carvalho Chehab <[email protected]>
6873L: [email protected]
6874W: http://linuxtv.org
6875T: git git://linuxtv.org/media_tree.git
6876S: Odd fixes
e42bf501 6877F: Documentation/video4linux/*.saa7134
98ed12e6
MCC
6878F: drivers/media/pci/saa7134/
6879
1da177e4 6880SAA7146 VIDEO4LINUX-2 DRIVER
566b8157 6881M: Hans Verkuil <[email protected]>
661263b5 6882L: [email protected]
275ffde4 6883T: git git://linuxtv.org/media_tree.git
1da177e4 6884S: Maintained
90d72ac6
MCC
6885F: drivers/media/common/saa7146/
6886F: drivers/media/pci/saa7146/
6887F: include/media/saa7146*
1da177e4 6888
92304a40 6889SAMSUNG LAPTOP DRIVER
5909c654 6890M: Corentin Chary <[email protected]>
92304a40
CC
6891L: [email protected]
6892S: Maintained
6893F: drivers/platform/x86/samsung-laptop.c
6894
4a109cc0 6895SAMSUNG AUDIO (ASoC) DRIVERS
250b6851 6896M: Sangbeom Kim <[email protected]>
4a109cc0
MB
6897L: [email protected] (moderated for non-subscribers)
6898S: Supported
7a939419 6899F: sound/soc/samsung
4a109cc0 6900
0d89a28b
JH
6901SAMSUNG FRAMEBUFFER DRIVER
6902M: Jingoo Han <[email protected]>
6903L: [email protected]
6904S: Maintained
6905F: drivers/video/s3c-fb.c
6906
f69d3a17
SK
6907SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6908M: Sangbeom Kim <[email protected]>
6909L: [email protected]
6910S: Supported
6911F: drivers/mfd/sec*.c
6912F: drivers/regulator/s2m*.c
6913F: drivers/regulator/s5m*.c
6914F: drivers/rtc/rtc-sec.c
6915F: include/linux/mfd/samsung/
6916
6fd86ab2
SN
6917SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6918M: Sylwester Nawrocki <[email protected]>
6919L: [email protected]
6920L: [email protected] (moderated for non-subscribers)
6921S: Maintained
6922F: drivers/media/platform/s3c-camif/
6923F: include/media/s3c_camif.h
6924
b84ef24e
AH
6925SAMSUNG S5C73M3 CAMERA DRIVER
6926M: Kyungmin Park <[email protected]>
6927M: Andrzej Hajda <[email protected]>
6928L: [email protected]
6929S: Supported
6930F: drivers/media/i2c/s5c73m3/*
6931
ca749e2a 6932SERIAL DRIVERS
5e30bbb7 6933M: Greg Kroah-Hartman <[email protected]>
ca749e2a 6934L: [email protected]
5e30bbb7 6935S: Maintained
ca749e2a
AC
6936F: drivers/tty/serial
6937
aecb7b64 6938SYNOPSYS DESIGNWARE DMAC DRIVER
2d8a3b3d 6939M: Viresh Kumar <[email protected]>
aecb7b64
VK
6940S: Maintained
6941F: include/linux/dw_dmac.h
6942F: drivers/dma/dw_dmac_regs.h
6943F: drivers/dma/dw_dmac.c
6944
f9e37137
SJ
6945SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
6946M: Seungwon Jeon <[email protected]>
6947M: Jaehoon Chung <[email protected]>
6948L: [email protected]
6949S: Maintained
6950F: include/linux/mmc/dw_mmc.h
6951F: drivers/mmc/host/dw_mmc*
6952
88606e80 6953TIMEKEEPING, NTP
50363737 6954M: John Stultz <[email protected]>
88606e80 6955M: Thomas Gleixner <[email protected]>
75fc2d37 6956T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
88606e80
TG
6957S: Supported
6958F: include/linux/clocksource.h
6959F: include/linux/time.h
6960F: include/linux/timex.h
c117ab84
CEB
6961F: include/uapi/linux/time.h
6962F: include/uapi/linux/timex.h
88606e80
TG
6963F: kernel/time/clocksource.c
6964F: kernel/time/time*.c
6965F: kernel/time/ntp.c
bbe7b8be 6966F: drivers/clocksource
88606e80 6967
5b3f03f0 6968TLG2300 VIDEO4LINUX-2 DRIVER
d2fa2187 6969M: Huang Shijie <[email protected]>
a545e2ea
HV
6970M: Hans Verkuil <[email protected]>
6971S: Odd Fixes
0c0d06ca 6972F: drivers/media/usb/tlg2300
5b3f03f0 6973
1da177e4 6974SC1200 WDT DRIVER
8b58be88 6975M: Zwane Mwaikambo <[email protected]>
1da177e4 6976S: Maintained
679655da 6977F: drivers/watchdog/sc1200wdt.c
1da177e4
LT
6978
6979SCHEDULER
dd9b238c 6980M: Ingo Molnar <[email protected]>
8b58be88 6981M: Peter Zijlstra <[email protected]>
75fc2d37 6982T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
1da177e4 6983S: Maintained
95c0d71d 6984F: kernel/sched/
679655da 6985F: include/linux/sched.h
c117ab84 6986F: include/uapi/linux/sched.h
1da177e4 6987
6bcf6737 6988SCORE ARCHITECTURE
a2681a75
JP
6989M: Chen Liqin <[email protected]>
6990M: Lennox Wu <[email protected]>
6bcf6737
CL
6991W: http://www.sunplusct.com
6992S: Supported
a2681a75 6993F: arch/score/
6bcf6737 6994
1da177e4 6995SCSI CDROM DRIVER
8b58be88 6996M: Jens Axboe <[email protected]>
1da177e4
LT
6997L: [email protected]
6998W: http://www.kernel.dk
6999S: Maintained
679655da 7000F: drivers/scsi/sr*
1da177e4 7001
fb50a83d
RD
7002SCSI RDMA PROTOCOL (SRP) INITIATOR
7003M: David Dillow <[email protected]>
7004L: [email protected]
7005S: Supported
7006W: http://www.openfabrics.org
7007Q: http://patchwork.kernel.org/project/linux-rdma/list/
7008T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7009F: drivers/infiniband/ulp/srp/
7010F: include/scsi/srp.h
7011
1da177e4 7012SCSI SG DRIVER
8b58be88 7013M: Doug Gilbert <[email protected]>
1da177e4
LT
7014L: [email protected]
7015W: http://www.torque.net/sg
7016S: Maintained
679655da
JP
7017F: drivers/scsi/sg.c
7018F: include/scsi/sg.h
1da177e4
LT
7019
7020SCSI SUBSYSTEM
c95286d8 7021M: "James E.J. Bottomley" <[email protected]>
1da177e4 7022L: [email protected]
54e5881d
JP
7023T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7024T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7025T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4 7026S: Maintained
679655da
JP
7027F: drivers/scsi/
7028F: include/scsi/
1da177e4
LT
7029
7030SCSI TAPE DRIVER
8b58be88 7031M: Kai Mäkisara <[email protected]>
1da177e4
LT
7032L: [email protected]
7033S: Maintained
679655da
JP
7034F: Documentation/scsi/st.txt
7035F: drivers/scsi/st*
1da177e4
LT
7036
7037SCTP PROTOCOL
8b6efb75 7038M: Vlad Yasevich <[email protected]>
02c38d0a 7039M: Neil Horman <[email protected]>
1a418796 7040L: [email protected]
5f85813c 7041W: http://lksctp.sourceforge.net
8b6efb75 7042S: Maintained
679655da
JP
7043F: Documentation/networking/sctp.txt
7044F: include/linux/sctp.h
7045F: include/net/sctp/
7046F: net/sctp/
1da177e4
LT
7047
7048SCx200 CPU SUPPORT
8b58be88 7049M: Jim Cromie <[email protected]>
1662d32c 7050S: Odd Fixes
679655da 7051F: Documentation/i2c/busses/scx200_acb
390889b6 7052F: arch/x86/platform/scx200/
679655da
JP
7053F: drivers/watchdog/scx200_wdt.c
7054F: drivers/i2c/busses/scx200*
7055F: drivers/mtd/maps/scx200_docflash.c
7056F: include/linux/scx200.h
1662d32c
JC
7057
7058SCx200 GPIO DRIVER
8b58be88 7059M: Jim Cromie <[email protected]>
1662d32c 7060S: Maintained
679655da
JP
7061F: drivers/char/scx200_gpio.c
7062F: include/linux/scx200_gpio.h
1662d32c
JC
7063
7064SCx200 HRT CLOCKSOURCE DRIVER
8b58be88 7065M: Jim Cromie <[email protected]>
1662d32c 7066S: Maintained
679655da 7067F: drivers/clocksource/scx200_hrt.c
1da177e4 7068
6a36913a 7069SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 7070M: Sascha Sommer <[email protected]>
6a36913a
SS
7071L: [email protected] (subscribers-only)
7072S: Maintained
679655da 7073F: drivers/mmc/host/sdricoh_cs.c
6a36913a 7074
e7839f25 7075SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
245feaa6 7076M: Chris Ball <[email protected]>
7a241d6e 7077L: [email protected]
245feaa6
CB
7078T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7079S: Maintained
7a241d6e 7080F: drivers/mmc/host/sdhci.*
d4a45787 7081F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 7082
3085e9c1 7083SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8b58be88 7084M: Anton Vorontsov <[email protected]>
a4724ed6 7085L: [email protected]
7a241d6e 7086L: [email protected]
e2d1d6c0 7087S: Maintained
d4a45787 7088F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 7089
0d1bb41a 7090SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8b58be88 7091M: Ben Dooks <[email protected]>
7a241d6e 7092L: [email protected]
0d1bb41a
BD
7093S: Maintained
7094F: drivers/mmc/host/sdhci-s3c.c
7095
c63b3cba 7096SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
2d8a3b3d 7097M: Viresh Kumar <[email protected]>
fbfa0748 7098L: [email protected]
c63b3cba
VK
7099L: [email protected]
7100S: Maintained
7101F: drivers/mmc/host/sdhci-spear.c
7102
8711cca2 7103SECURITY SUBSYSTEM
9b45c0d2 7104M: James Morris <[email protected]>
8711cca2 7105L: [email protected] (suggested Cc:)
89879a7e 7106T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9ccf010f 7107W: http://kernsec.org/
8711cca2 7108S: Supported
7d2c86b5 7109F: security/
8711cca2 7110
1da177e4 7111SECURITY CONTACT
8b58be88 7112M: Security Officers <[email protected]>
1da177e4
LT
7113S: Supported
7114
7115SELINUX SECURITY MODULE
8b58be88 7116M: Stephen Smalley <[email protected]>
9b45c0d2 7117M: James Morris <[email protected]>
8b58be88 7118M: Eric Paris <[email protected]>
7d2c86b5 7119L: [email protected] (subscribers-only, general discussion)
f058925b 7120W: http://selinuxproject.org
6bde95ce 7121T: git git://git.infradead.org/users/eparis/selinux.git
1da177e4 7122S: Supported
679655da
JP
7123F: include/linux/selinux*
7124F: security/selinux/
6bde95ce 7125F: scripts/selinux/
1da177e4 7126
c1c124e9
JJ
7127APPARMOR SECURITY MODULE
7128M: John Johansen <[email protected]>
7129L: [email protected] (subscribers-only, general discussion)
7130W: apparmor.wiki.kernel.org
7131T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7132S: Supported
7133F: security/apparmor/
7134
cef2cf07 7135SENSABLE PHANTOM
8b58be88 7136M: Jiri Slaby <[email protected]>
cef2cf07 7137S: Maintained
679655da 7138F: drivers/misc/phantom.c
c117ab84 7139F: include/uapi/linux/phantom.h
cef2cf07 7140
4480f15b 7141SERIAL ATA (SATA) SUBSYSTEM
8b58be88 7142M: Jeff Garzik <[email protected]>
1da177e4 7143L: [email protected]
54e5881d 7144T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4 7145S: Supported
d5ca6918
JP
7146F: drivers/ata/
7147F: include/linux/ata.h
7148F: include/linux/libata.h
1da177e4 7149
6733b39a 7150SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
0ca43cc0 7151M: Jayamohan Kallickal <[email protected]>
3387f656 7152L: [email protected]
0ca43cc0 7153W: http://www.emulex.com
3387f656
JP
7154S: Supported
7155F: drivers/scsi/be2iscsi/
6733b39a 7156
6b7c5b94 7157SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
fea3af67
AK
7158M: Sathya Perla <[email protected]>
7159M: Subbu Seetharaman <[email protected]>
7160M: Ajit Khaparde <[email protected]>
7d2c86b5 7161L: [email protected]
fea3af67 7162W: http://www.emulex.com
7d2c86b5 7163S: Supported
9aebddd1 7164F: drivers/net/ethernet/emulex/benet/
6b7c5b94 7165
8ceee660 7166SFC NETWORK DRIVER
c06f51ea 7167M: Solarflare linux maintainers <[email protected]>
c06f51ea
JP
7168M: Ben Hutchings <[email protected]>
7169L: [email protected]
8ceee660 7170S: Supported
874aeea5 7171F: drivers/net/ethernet/sfc/
8ceee660 7172
e2d1d6c0 7173SGI GRU DRIVER
cc883afc
BH
7174M: Dimitri Sivanich <[email protected]>
7175M: Robin Holt <[email protected]>
e2d1d6c0 7176S: Maintained
679655da 7177F: drivers/misc/sgi-gru/
e2d1d6c0
RD
7178
7179SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8b58be88 7180M: Pat Gefre <[email protected]>
e2d1d6c0
RD
7181L: [email protected]
7182S: Supported
679655da 7183F: Documentation/ia64/serial.txt
df621252 7184F: drivers/tty/serial/ioc?_serial.c
679655da 7185F: include/linux/ioc?.h
e2d1d6c0 7186
1da177e4 7187SGI VISUAL WORKSTATION 320 AND 540
8b58be88 7188M: Andrey Panin <[email protected]>
1da177e4
LT
7189L: [email protected]
7190W: http://linux-visws.sf.net
7191S: Maintained for 2.6.
679655da 7192F: Documentation/sgi-visws.txt
1da177e4 7193
75312619 7194SGI XP/XPC/XPNET DRIVER
8b58be88 7195M: Robin Holt <[email protected]>
75312619 7196S: Maintained
679655da 7197F: drivers/misc/sgi-xp/
75312619 7198
49cc629d
HV
7199SI470X FM RADIO RECEIVER I2C DRIVER
7200M: Hans Verkuil <[email protected]>
7201L: [email protected]
7202T: git git://linuxtv.org/media_tree.git
7203W: http://linuxtv.org
7204S: Odd Fixes
7205F: drivers/media/radio/si470x/radio-si470x-i2c.c
7206
7207SI470X FM RADIO RECEIVER USB DRIVER
7208M: Hans Verkuil <[email protected]>
7209L: [email protected]
7210T: git git://linuxtv.org/media_tree.git
7211W: http://linuxtv.org
7212S: Maintained
7213F: drivers/media/radio/si470x/radio-si470x-common.c
7214F: drivers/media/radio/si470x/radio-si470x.h
7215F: drivers/media/radio/si470x/radio-si470x-usb.c
7216
c937ca03
EV
7217SI4713 FM RADIO TRANSMITTER I2C DRIVER
7218M: Eduardo Valentin <[email protected]>
7219L: [email protected]
7220T: git git://linuxtv.org/media_tree.git
7221W: http://linuxtv.org
7222S: Odd Fixes
7223F: drivers/media/radio/si4713-i2c.?
7224
7225SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7226M: Eduardo Valentin <[email protected]>
7227L: [email protected]
7228T: git git://linuxtv.org/media_tree.git
7229W: http://linuxtv.org
7230S: Odd Fixes
7231F: drivers/media/radio/radio-si4713.h
7232
beb91d46
MCC
7233SIANO DVB DRIVER
7234M: Mauro Carvalho Chehab <[email protected]>
7235L: [email protected]
7236W: http://linuxtv.org
7237T: git git://linuxtv.org/media_tree.git
7238S: Odd fixes
7239F: drivers/media/common/siano/
7240F: drivers/media/dvb/siano/
7241F: drivers/media/usb/siano/
7242F: drivers/media/mmc/siano
7243
b618b69c
GL
7244SH_VEU V4L2 MEM2MEM DRIVER
7245M: Guennadi Liakhovetski <[email protected]>
7246L: [email protected]
7247S: Maintained
7248F: drivers/media/platform/sh_veu.c
b618b69c
GL
7249
7250SH_VOU V4L2 OUTPUT DRIVER
7251M: Guennadi Liakhovetski <[email protected]>
7252L: [email protected]
4290fd1a 7253S: Odd Fixes
b618b69c
GL
7254F: drivers/media/platform/sh_vou.c
7255F: include/media/sh_vou.h
7256
6349d997 7257SIMPLE FIRMWARE INTERFACE (SFI)
2bf822d7 7258M: Len Brown <[email protected]>
6349d997
LB
7259L: [email protected]
7260W: http://simplefirmware.org/
7261T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
e2d1d6c0 7262S: Supported
943fc810 7263F: arch/x86/platform/sfi/
6349d997
LB
7264F: drivers/sfi/
7265F: include/linux/sfi*.h
e2d1d6c0 7266
1da177e4
LT
7267SIMTEC EB110ATX (Chalice CATS)
7268P: Ben Dooks
b16957c6
BD
7269P: Vincent Sanders <[email protected]>
7270M: Simtec Linux Team <[email protected]>
1da177e4
LT
7271W: http://www.simtec.co.uk/products/EB110ATX/
7272S: Supported
7273
7274SIMTEC EB2410ITX (BAST)
7275P: Ben Dooks
b16957c6
BD
7276P: Vincent Sanders <[email protected]>
7277M: Simtec Linux Team <[email protected]>
1da177e4
LT
7278W: http://www.simtec.co.uk/products/EB2410ITX/
7279S: Supported
58322038
BD
7280F: arch/arm/mach-s3c2410/mach-bast.c
7281F: arch/arm/mach-s3c2410/bast-ide.c
7282F: arch/arm/mach-s3c2410/bast-irq.c
1da177e4 7283
4c5adde7 7284TI DAVINCI MACHINE SUPPORT
3ba789c0 7285M: Sekhar Nori <[email protected]>
c69d72ae 7286M: Kevin Hilman <[email protected]>
f296ed78 7287L: [email protected] (moderated for non-subscribers)
c9f46a85 7288T: git git://gitorious.org/linux-davinci/linux-davinci.git
8a6e2535 7289Q: http://patchwork.kernel.org/project/linux-davinci/list/
4c5adde7
KH
7290S: Supported
7291F: arch/arm/mach-davinci
046d0a37 7292F: drivers/i2c/busses/i2c-davinci.c
4c5adde7 7293
8d4b3f08 7294TI DAVINCI SERIES MEDIA DRIVER
9ce5eca7 7295M: Lad, Prabhakar <[email protected]>
8d4b3f08
LP
7296L: [email protected]
7297L: [email protected] (moderated for non-subscribers)
7298W: http://linuxtv.org/
7299Q: http://patchwork.linuxtv.org/project/linux-media/list/
7300T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9ce5eca7 7301S: Maintained
8d4b3f08
LP
7302F: drivers/media/platform/davinci/
7303F: include/media/davinci/
7304
92aab3c0 7305SIS 190 ETHERNET DRIVER
8b58be88 7306M: Francois Romieu <[email protected]>
92aab3c0
FR
7307L: [email protected]
7308S: Maintained
8c7de408 7309F: drivers/net/ethernet/sis/sis190.c
92aab3c0 7310
1da177e4 7311SIS 900/7016 FAST ETHERNET DRIVER
8b58be88 7312M: Daniele Venzano <[email protected]>
1da177e4 7313W: http://www.brownhat.org/sis900.html
979b6c13 7314L: [email protected]
1da177e4 7315S: Maintained
8c7de408 7316F: drivers/net/ethernet/sis/sis900.*
1da177e4
LT
7317
7318SIS FRAMEBUFFER DRIVER
8b58be88 7319M: Thomas Winischhofer <[email protected]>
1da177e4 7320W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 7321S: Maintained
679655da
JP
7322F: Documentation/fb/sisfb.txt
7323F: drivers/video/sis/
7324F: include/video/sisfb.h
1da177e4
LT
7325
7326SIS USB2VGA DRIVER
8b58be88 7327M: Thomas Winischhofer <[email protected]>
1da177e4
LT
7328W: http://www.winischhofer.at/linuxsisusbvga.shtml
7329S: Maintained
679655da 7330F: drivers/usb/misc/sisusbvga/
1da177e4 7331
415ad26d 7332SLAB ALLOCATOR
8b58be88 7333M: Christoph Lameter <[email protected]>
2ed1c525 7334M: Pekka Enberg <[email protected]>
8b58be88 7335M: Matt Mackall <[email protected]>
415ad26d
CL
7336L: [email protected]
7337S: Maintained
679655da
JP
7338F: include/linux/sl?b*.h
7339F: mm/sl?b.c
415ad26d 7340
9fab9787
PM
7341SLEEPABLE READ-COPY UPDATE (SRCU)
7342M: Lai Jiangshan <[email protected]>
7343M: "Paul E. McKenney" <[email protected]>
7344W: http://www.rdrop.com/users/paulmck/RCU/
7345S: Supported
7346T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7347F: include/linux/srcu*
7348F: kernel/srcu*
7349
66372841
CS
7350SMACK SECURITY MODULE
7351M: Casey Schaufler <[email protected]>
7352L: [email protected]
7353W: http://schaufler-ca.com
7354T: git git://git.gitorious.org/smack-next/kernel.git
7355S: Maintained
7356F: Documentation/security/Smack.txt
7357F: security/smack/
7358
1da177e4 7359SMC91x ETHERNET DRIVER
2f82af08 7360M: Nicolas Pitre <[email protected]>
18e2842b 7361S: Odd Fixes
ae150435 7362F: drivers/net/ethernet/smsc/smc91x.*
1da177e4 7363
e8e31622
SA
7364SMIA AND SMIA++ IMAGE SENSOR DRIVER
7365M: Sakari Ailus <[email protected]>
7366L: [email protected]
7367S: Maintained
7368F: drivers/media/i2c/smiapp
7369F: include/media/smiapp.h
7370F: drivers/media/i2c/smiapp-pll.c
7371F: drivers/media/i2c/smiapp-pll.h
7372
920fa1ff
GR
7373SMM665 HARDWARE MONITOR DRIVER
7374M: Guenter Roeck <[email protected]>
7375L: [email protected]
7376S: Maintained
7377F: Documentation/hwmon/smm665
7378F: drivers/hwmon/smm665.c
7379
9df7305b 7380SMSC EMC2103 HARDWARE MONITOR DRIVER
90b24cfb 7381M: Steve Glendinning <[email protected]>
9df7305b 7382L: [email protected]
90b24cfb 7383S: Maintained
9df7305b
SG
7384F: Documentation/hwmon/emc2103
7385F: drivers/hwmon/emc2103.c
7386
a98d506c
HG
7387SMSC SCH5627 HARDWARE MONITOR DRIVER
7388M: Hans de Goede <[email protected]>
7389L: [email protected]
7390S: Supported
7391F: Documentation/hwmon/sch5627
7392F: drivers/hwmon/sch5627.c
7393
6ea884db 7394SMSC47B397 HARDWARE MONITOR DRIVER
94877548 7395M: Jean Delvare <[email protected]>
6ea884db
MH
7396L: [email protected]
7397S: Maintained
679655da
JP
7398F: Documentation/hwmon/smsc47b397
7399F: drivers/hwmon/smsc47b397.c
6ea884db 7400
fd9abb3d 7401SMSC911x ETHERNET DRIVER
90b24cfb 7402M: Steve Glendinning <[email protected]>
2cb37728 7403L: [email protected]
90b24cfb 7404S: Maintained
679655da 7405F: include/linux/smsc911x.h
ae150435 7406F: drivers/net/ethernet/smsc/smsc911x.*
2cb37728
SG
7407
7408SMSC9420 PCI ETHERNET DRIVER
90b24cfb 7409M: Steve Glendinning <[email protected]>
fd9abb3d 7410L: [email protected]
90b24cfb 7411S: Maintained
ae150435 7412F: drivers/net/ethernet/smsc/smsc9420.*
fd9abb3d 7413
3c8a63e2 7414SMSC UFX6000 and UFX7000 USB to VGA DRIVER
90b24cfb 7415M: Steve Glendinning <[email protected]>
3c8a63e2 7416L: [email protected]
90b24cfb 7417S: Maintained
3c8a63e2
SG
7418F: drivers/video/smscufx.c
7419
668acf32 7420SOC-CAMERA V4L2 SUBSYSTEM
8b58be88 7421M: Guennadi Liakhovetski <[email protected]>
661263b5 7422L: [email protected]
275ffde4 7423T: git git://linuxtv.org/media_tree.git
795fb7e7 7424S: Maintained
90d72ac6
MCC
7425F: include/media/soc*
7426F: drivers/media/i2c/soc_camera/
7427F: drivers/media/platform/soc_camera/
668acf32 7428
e2d1d6c0 7429SOEKRIS NET48XX LED SUPPORT
8b58be88 7430M: Chris Boot <[email protected]>
e2d1d6c0 7431S: Maintained
679655da 7432F: drivers/leds/leds-net48xx.c
e2d1d6c0 7433
1da177e4 7434SOFTWARE RAID (Multiple Disks) SUPPORT
8b58be88 7435M: Neil Brown <[email protected]>
1da177e4 7436L: [email protected]
524418bb 7437S: Supported
679655da
JP
7438F: drivers/md/
7439F: include/linux/raid/
c117ab84 7440F: include/uapi/linux/raid/
1da177e4 7441
1da177e4 7442SONIC NETWORK DRIVER
8b58be88 7443M: Thomas Bogendoerfer <[email protected]>
979b6c13 7444L: [email protected]
1da177e4 7445S: Maintained
d9fb9f38 7446F: drivers/net/ethernet/natsemi/sonic.*
1da177e4 7447
61e115a5 7448SONICS SILICON BACKPLANE DRIVER (SSB)
eb032b98 7449M: Michael Buesch <[email protected]>
61e115a5
MB
7450L: [email protected]
7451S: Maintained
679655da
JP
7452F: drivers/ssb/
7453F: include/linux/ssb/
61e115a5 7454
1da177e4 7455SONY VAIO CONTROL DEVICE DRIVER
8b58be88 7456M: Mattia Dongili <[email protected]>
d0944853 7457L: [email protected]
5b18167d 7458W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4 7459S: Maintained
679655da
JP
7460F: Documentation/laptops/sony-laptop.txt
7461F: drivers/char/sonypi.c
7462F: drivers/platform/x86/sony-laptop.c
7463F: include/linux/sony-laptop.h
1da177e4 7464
baf8532a 7465SONY MEMORYSTICK CARD SUPPORT
8b58be88 7466M: Alex Dubov <[email protected]>
baf8532a
AD
7467W: http://tifmxx.berlios.de/
7468S: Maintained
679655da 7469F: drivers/memstick/host/tifm_ms.c
baf8532a 7470
1da177e4 7471SOUND
8b58be88
JP
7472M: Jaroslav Kysela <[email protected]>
7473M: Takashi Iwai <[email protected]>
93711660 7474L: [email protected] (moderated for non-subscribers)
3126a179 7475W: http://www.alsa-project.org/
dde7ad8d 7476T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3126a179 7477T: git git://git.alsa-project.org/alsa-kernel.git
1da177e4 7478S: Maintained
3126a179
JP
7479F: Documentation/sound/
7480F: include/sound/
c117ab84 7481F: include/uapi/sound/
679655da 7482F: sound/
1da177e4 7483
bd903bde 7484SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6b9cf5c2 7485M: Liam Girdwood <[email protected]>
b02e48f2 7486M: Mark Brown <[email protected]>
86f14df8 7487T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
93711660 7488L: [email protected] (moderated for non-subscribers)
b0b8daf7 7489W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3 7490S: Supported
679655da 7491F: sound/soc/
e6e55122 7492F: include/sound/soc*
eb1a6af3 7493
473321fc 7494SPARC + UltraSPARC (sparc/sparc64)
8b58be88 7495M: "David S. Miller" <[email protected]>
1da177e4 7496L: [email protected]
8a6e2535 7497Q: http://patchwork.ozlabs.org/project/sparclinux/list/
08deed1e
JP
7498T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7499T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
1da177e4 7500S: Maintained
679655da 7501F: arch/sparc/
7765b8bb 7502F: drivers/sbus/
1da177e4 7503
6404fcca
DM
7504SPARC SERIAL DRIVERS
7505M: "David S. Miller" <[email protected]>
7506L: [email protected]
08deed1e
JP
7507T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7508T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6404fcca 7509S: Maintained
6816383a 7510F: include/linux/sunserialcore.h
df621252 7511F: drivers/tty/serial/suncore.c
df621252
GKH
7512F: drivers/tty/serial/sunhv.c
7513F: drivers/tty/serial/sunsab.c
7514F: drivers/tty/serial/sunsab.h
7515F: drivers/tty/serial/sunsu.c
7516F: drivers/tty/serial/sunzilog.c
7517F: drivers/tty/serial/sunzilog.h
6404fcca 7518
389325b4
CL
7519SPARSE CHECKER
7520M: "Christopher Li" <[email protected]>
7521L: [email protected]
7522W: https://sparse.wiki.kernel.org/
7523T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7524T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7525S: Maintained
7526F: include/linux/compiler.h
7527
fc0c195a 7528SPEAR PLATFORM SUPPORT
2d8a3b3d 7529M: Viresh Kumar <[email protected]>
71e09a9e 7530M: Shiraz Hashim <[email protected]>
fbfa0748
VK
7531L: [email protected]
7532L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
7533W: http://www.st.com/spear
7534S: Maintained
7535F: arch/arm/plat-spear/
7536
71e09a9e 7537SPEAR13XX MACHINE SUPPORT
2d8a3b3d 7538M: Viresh Kumar <[email protected]>
71e09a9e 7539M: Shiraz Hashim <[email protected]>
fbfa0748
VK
7540L: [email protected]
7541L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
7542W: http://www.st.com/spear
7543S: Maintained
71e09a9e 7544F: arch/arm/mach-spear13xx/
fc0c195a 7545
fc0c195a 7546SPEAR3XX MACHINE SUPPORT
2d8a3b3d 7547M: Viresh Kumar <[email protected]>
71e09a9e 7548M: Shiraz Hashim <[email protected]>
fbfa0748
VK
7549L: [email protected]
7550L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
7551W: http://www.st.com/spear
7552S: Maintained
7553F: arch/arm/mach-spear3xx/
7554
7555SPEAR6XX MACHINE SUPPORT
7556M: Rajeev Kumar <[email protected]>
71e09a9e 7557M: Shiraz Hashim <[email protected]>
2d8a3b3d 7558M: Viresh Kumar <[email protected]>
fbfa0748
VK
7559L: [email protected]
7560L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
7561W: http://www.st.com/spear
7562S: Maintained
7563F: arch/arm/mach-spear6xx/
7564
7565SPEAR CLOCK FRAMEWORK SUPPORT
2d8a3b3d 7566M: Viresh Kumar <[email protected]>
fbfa0748
VK
7567L: [email protected]
7568L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
7569W: http://www.st.com/spear
7570S: Maintained
5df33a62 7571F: drivers/clk/spear/
fc0c195a 7572
e2d1d6c0 7573SPI SUBSYSTEM
b02e48f2 7574M: Mark Brown <[email protected]>
19624236 7575M: Grant Likely <[email protected]>
e2d1d6c0 7576L: [email protected]
e7e4e13c 7577T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8a6e2535 7578Q: http://patchwork.kernel.org/project/spi-devel-general/list/
e2d1d6c0 7579S: Maintained
679655da
JP
7580F: Documentation/spi/
7581F: drivers/spi/
7582F: include/linux/spi/
c117ab84 7583F: include/uapi/linux/spi/
e2d1d6c0 7584
2752e401 7585SPIDERNET NETWORK DRIVER for CELL
8b58be88
JP
7586M: Ishizaki Kou <[email protected]>
7587M: Jens Osterkamp <[email protected]>
2752e401
JL
7588L: [email protected]
7589S: Supported
679655da 7590F: Documentation/networking/spider_net.txt
8df158ac 7591F: drivers/net/ethernet/toshiba/spider_net*
2752e401 7592
e2d1d6c0 7593SPU FILE SYSTEM
8b58be88 7594M: Jeremy Kerr <[email protected]>
a4724ed6
SR
7595L: [email protected]
7596L: [email protected]
e2d1d6c0
RD
7597W: http://www.ibm.com/developerworks/power/cell/
7598S: Supported
679655da
JP
7599F: Documentation/filesystems/spufs.txt
7600F: arch/powerpc/platforms/cell/spufs/
e2d1d6c0 7601
fc555841 7602SQUASHFS FILE SYSTEM
d7f2ff67 7603M: Phillip Lougher <[email protected]>
fc555841
PL
7604L: [email protected] (subscribers-only)
7605W: http://squashfs.org.uk
7606S: Maintained
679655da
JP
7607F: Documentation/filesystems/squashfs.txt
7608F: fs/squashfs/
fc555841 7609
1da177e4 7610SRM (Alpha) environment access
8b58be88 7611M: Jan-Benedict Glaw <[email protected]>
1da177e4 7612S: Maintained
679655da 7613F: arch/alpha/kernel/srm_env.c
1da177e4 7614
26e9a397 7615STABLE BRANCH
879a5a00 7616M: Greg Kroah-Hartman <[email protected]>
bc7a2f3a 7617L: [email protected]
879a5a00 7618S: Supported
e2d1d6c0 7619
26e9a397 7620STAGING SUBSYSTEM
879a5a00 7621M: Greg Kroah-Hartman <[email protected]>
630081fd 7622T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1c6ccf62 7623L: [email protected]
879a5a00 7624S: Supported
679655da 7625F: drivers/staging/
dbc6c2cc 7626
c8c8b105
JP
7627STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7628M: Henk de Groot <[email protected]>
7629S: Odd Fixes
7630F: drivers/staging/wlags49_h2/
7631F: drivers/staging/wlags49_h25/
7632
c9555159
JP
7633STAGING - ASUS OLED
7634M: Jakub Schmidtke <[email protected]>
7635S: Odd Fixes
7636F: drivers/staging/asus_oled/
7637
ebd3d010
JP
7638STAGING - COMEDI
7639M: Ian Abbott <[email protected]>
7640M: Mori Hess <[email protected]>
7641S: Odd Fixes
7642F: drivers/staging/comedi/
7643
8ca572c9
JP
7644STAGING - CRYSTAL HD VIDEO DECODER
7645M: Naren Sankar <[email protected]>
7646M: Jarod Wilson <[email protected]>
7647M: Scott Davilla <[email protected]>
7648M: Manu Abraham <[email protected]>
7649S: Odd Fixes
7650F: drivers/staging/crystalhd/
7651
0f16ffc4
JP
7652STAGING - ECHO CANCELLER
7653M: Steve Underwood <[email protected]>
7654M: David Rowe <[email protected]>
7655S: Odd Fixes
7656F: drivers/staging/echo/
7657
8dc2bbe7
ME
7658STAGING - ET131X NETWORK DRIVER
7659M: Mark Einon <[email protected]>
7660S: Odd Fixes
7661F: drivers/staging/et131x/
7662
a0138163
JP
7663STAGING - FLARION FT1000 DRIVERS
7664M: Marek Belisko <[email protected]>
7665S: Odd Fixes
7666F: drivers/staging/ft1000/
7667
ec3fab92
JP
7668STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7669M: David Täht <[email protected]>
7670S: Odd Fixes
7671F: drivers/staging/frontier/
7672
98ded590
HV
7673STAGING - GO7007 MPEG CODEC
7674M: Hans Verkuil <[email protected]>
7675S: Maintained
7676F: drivers/staging/media/go7007/
7677
6c1bb424
JP
7678STAGING - INDUSTRIAL IO
7679M: Jonathan Cameron <[email protected]>
a0138163 7680L: [email protected]
6c1bb424
JP
7681S: Odd Fixes
7682F: drivers/staging/iio/
7683
a0138163
JP
7684STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7685M: Jarod Wilson <[email protected]>
7686W: http://www.lirc.org/
7687S: Odd Fixes
b2b0186d 7688F: drivers/staging/media/lirc/
a0138163 7689
7c6b6c71 7690STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
b8125382 7691M: Julian Andres Klode <[email protected]>
7c6b6c71
MD
7692M: Marc Dietrich <[email protected]>
7693L: [email protected] (moderated for non-subscribers)
5d96bf4d 7694L: [email protected]
7c6b6c71
MD
7695S: Maintained
7696F: drivers/staging/nvec/
7697
a0138163
JP
7698STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7699M: Andres Salomon <[email protected]>
7700M: Chris Ball <[email protected]>
7701M: Jon Nettleton <[email protected]>
7702W: http://wiki.laptop.org/go/DCON
7703S: Odd Fixes
7704F: drivers/staging/olpc_dcon/
7705
94cfdd15 7706STAGING - OZMO DEVICES USB OVER WIFI DRIVER
c4048c64 7707M: Rupesh Gujare <[email protected]>
94cfdd15
CK
7708S: Maintained
7709F: drivers/staging/ozwpan/
7710
a0138163 7711STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
29e7017b
JP
7712M: Willy Tarreau <[email protected]>
7713S: Odd Fixes
7714F: drivers/staging/panel/
7715
a0138163
JP
7716STAGING - REALTEK RTL8712U DRIVERS
7717M: Larry Finger <[email protected]>
7718M: Florian Schilhabel <[email protected]>.
7719S: Odd Fixes
7720F: drivers/staging/rtl8712/
7721
9629fa86
JP
7722STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7723M: Teddy Wang <[email protected]>
7724S: Odd Fixes
9df0a245 7725F: drivers/staging/sm7xxfb/
9629fa86 7726
a0138163 7727STAGING - SOFTLOGIC 6x10 MPEG CODEC
4d35435d
IL
7728M: Ismael Luceno <[email protected]>
7729S: Supported
b2b0186d 7730F: drivers/staging/media/solo6x10/
a0138163
JP
7731
7732STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7733M: William Hubbs <[email protected]>
7734M: Chris Brannon <[email protected]>
7735M: Kirk Reiser <[email protected]>
7736M: Samuel Thibault <[email protected]>
7737L: [email protected]
7738W: http://www.linux-speakup.org/
7739S: Odd Fixes
7740F: drivers/staging/speakup/
7741
7742STAGING - TI DSP BRIDGE DRIVERS
a8906b0b 7743M: Omar Ramirez Luna <[email protected]>
a0138163
JP
7744S: Odd Fixes
7745F: drivers/staging/tidspbridge/
7746
a0138163
JP
7747STAGING - USB ENE SM/MS CARD READER DRIVER
7748M: Al Cho <[email protected]>
7749S: Odd Fixes
7750F: drivers/staging/keucr/
7751
b3e871ce
JP
7752STAGING - VIA VT665X DRIVERS
7753M: Forest Bond <[email protected]>
7754S: Odd Fixes
7755F: drivers/staging/vt665?/
7756
81a9a526
JP
7757STAGING - WINBOND IS89C35 WLAN USB DRIVER
7758M: Pavel Machek <[email protected]>
7759S: Odd Fixes
7760F: drivers/staging/winbond/
7761
709bcb07 7762STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
3e39e66e 7763M: Arnaud Patard <[email protected]>
709bcb07
JP
7764S: Odd Fixes
7765F: drivers/staging/xgifb/
7766
1da177e4 7767STARFIRE/DURALAN NETWORK DRIVER
8b58be88 7768M: Ion Badulescu <[email protected]>
b4f90189 7769S: Odd Fixes
9bba23b0 7770F: drivers/net/ethernet/adaptec/starfire*
1da177e4 7771
e2d1d6c0 7772SUN3/3X
8b58be88 7773M: Sam Creasey <[email protected]>
e2d1d6c0
RD
7774W: http://sammy.net/sun3/
7775S: Maintained
679655da
JP
7776F: arch/m68k/kernel/*sun3*
7777F: arch/m68k/sun3*/
7778F: arch/m68k/include/asm/sun3*
e689cf4a 7779F: drivers/net/ethernet/i825xx/sun3*
e2d1d6c0 7780
2cbb12a4 7781SUPERH
8b58be88 7782M: Paul Mundt <[email protected]>
2cbb12a4 7783L: [email protected]
1da177e4 7784W: http://www.linux-sh.org
8a6e2535 7785Q: http://patchwork.kernel.org/project/linux-sh/list/
ee565105 7786T: git git://github.com/pmundt/linux-sh.git sh-latest
5c806b20 7787S: Supported
066069e1 7788F: Documentation/sh/
679655da 7789F: arch/sh/
066069e1 7790F: drivers/sh/
1da177e4 7791
4480f15b 7792SUSPEND TO RAM
8b58be88
JP
7793M: Len Brown <[email protected]>
7794M: Pavel Machek <[email protected]>
7795M: "Rafael J. Wysocki" <[email protected]>
bf1c138e 7796L: [email protected]
e2d1d6c0 7797S: Supported
679655da
JP
7798F: Documentation/power/
7799F: arch/x86/kernel/acpi/
7800F: drivers/base/power/
7801F: kernel/power/
7802F: include/linux/suspend.h
7803F: include/linux/freezer.h
7804F: include/linux/pm.h
1da177e4
LT
7805
7806SVGA HANDLING
8b58be88 7807M: Martin Mares <[email protected]>
1da177e4
LT
7808L: [email protected]
7809S: Maintained
679655da
JP
7810F: Documentation/svga.txt
7811F: arch/x86/boot/video*
1da177e4 7812
6e28b761
KRW
7813SWIOTLB SUBSYSTEM
7814M: Konrad Rzeszutek Wilk <[email protected]>
7815L: [email protected]
7816S: Supported
7817F: lib/swiotlb.c
7818F: arch/*/kernel/pci-swiotlb.c
7819F: include/linux/swiotlb.h
7820
db8e35d5
VG
7821SYNOPSYS ARC ARCHITECTURE
7822M: Vineet Gupta <[email protected]>
db8e35d5
VG
7823S: Supported
7824F: arch/arc/
6659a20a
VG
7825F: Documentation/devicetree/bindings/arc/
7826F: drivers/tty/serial/arc-uart.c
db8e35d5 7827
1da177e4 7828SYSV FILESYSTEM
8b58be88 7829M: Christoph Hellwig <[email protected]>
1da177e4 7830S: Maintained
679655da
JP
7831F: Documentation/filesystems/sysv-fs.txt
7832F: fs/sysv/
7833F: include/linux/sysv_fs.h
1da177e4 7834
86cfa7fc
NB
7835TARGET SUBSYSTEM
7836M: Nicholas A. Bellinger <[email protected]>
7837L: [email protected]
b9f5edc2 7838L: [email protected]
86cfa7fc
NB
7839L: http://groups.google.com/group/linux-iscsi-target-dev
7840W: http://www.linux-iscsi.org
08deed1e 7841T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
86cfa7fc
NB
7842S: Supported
7843F: drivers/target/
7844F: include/target/
7845F: Documentation/target/
7846
4e68852d 7847TASKSTATS STATISTICS INTERFACE
185e595f 7848M: Balbir Singh <[email protected]>
4e68852d 7849S: Maintained
679655da
JP
7850F: Documentation/accounting/taskstats*
7851F: include/linux/taskstats*
7852F: kernel/taskstats.c
4e68852d 7853
781b456a 7854TC CLASSIFIER
f935f3f8 7855M: Jamal Hadi Salim <[email protected]>
781b456a
SH
7856L: [email protected]
7857S: Maintained
679655da 7858F: include/net/pkt_cls.h
c117ab84 7859F: include/uapi/linux/pkt_cls.h
679655da 7860F: net/sched/
781b456a 7861
5067f08a 7862TCP LOW PRIORITY MODULE
8b58be88
JP
7863M: "Wong Hoi Sing, Edison" <[email protected]>
7864M: "Hung Hing Lun, Mike" <[email protected]>
5067f08a
WHSE
7865W: http://tcp-lp-mod.sourceforge.net/
7866S: Maintained
679655da 7867F: net/ipv4/tcp_lp.c
5067f08a 7868
91952bc0
AP
7869TDA10071 MEDIA DRIVER
7870M: Antti Palosaari <[email protected]>
7871L: [email protected]
7872W: http://linuxtv.org/
7873W: http://palosaari.fi/linux/
7874Q: http://patchwork.linuxtv.org/project/linux-media/list/
7875T: git git://linuxtv.org/anttip/media_tree.git
7876S: Maintained
7877F: drivers/media/dvb-frontends/tda10071*
7878
7879TDA18212 MEDIA DRIVER
7880M: Antti Palosaari <[email protected]>
7881L: [email protected]
7882W: http://linuxtv.org/
7883W: http://palosaari.fi/linux/
7884Q: http://patchwork.linuxtv.org/project/linux-media/list/
7885T: git git://linuxtv.org/anttip/media_tree.git
7886S: Maintained
7887F: drivers/media/tuners/tda18212*
7888
7889TDA18218 MEDIA DRIVER
7890M: Antti Palosaari <[email protected]>
7891L: [email protected]
7892W: http://linuxtv.org/
7893W: http://palosaari.fi/linux/
7894Q: http://patchwork.linuxtv.org/project/linux-media/list/
7895T: git git://linuxtv.org/anttip/media_tree.git
7896S: Maintained
7897F: drivers/media/tuners/tda18218*
7898
3b2f6aba
MK
7899TDA18271 MEDIA DRIVER
7900M: Michael Krufky <[email protected]>
7901L: [email protected]
7902W: http://linuxtv.org/
7903W: http://github.com/mkrufky
7904Q: http://patchwork.linuxtv.org/project/linux-media/list/
7905T: git git://linuxtv.org/mkrufky/tuners.git
7906S: Maintained
7907F: drivers/media/tuners/tda18271*
7908
e48307a9
MK
7909TDA827x MEDIA DRIVER
7910M: Michael Krufky <[email protected]>
7911L: [email protected]
7912W: http://linuxtv.org/
7913W: http://github.com/mkrufky
7914Q: http://patchwork.linuxtv.org/project/linux-media/list/
7915T: git git://linuxtv.org/mkrufky/tuners.git
7916S: Maintained
7917F: drivers/media/tuners/tda8290.*
7918
66cf9212
MK
7919TDA8290 MEDIA DRIVER
7920M: Michael Krufky <[email protected]>
7921L: [email protected]
7922W: http://linuxtv.org/
7923W: http://github.com/mkrufky
7924Q: http://patchwork.linuxtv.org/project/linux-media/list/
7925T: git git://linuxtv.org/mkrufky/tuners.git
7926S: Maintained
7927F: drivers/media/tuners/tda8290.*
7928
4b9fba30
HV
7929TDA9840 MEDIA DRIVER
7930M: Hans Verkuil <[email protected]>
7931L: [email protected]
7932T: git git://linuxtv.org/media_tree.git
7933W: http://linuxtv.org
7934S: Maintained
7935F: drivers/media/i2c/tda9840*
7936
2cb654fd
MCC
7937TEA5761 TUNER DRIVER
7938M: Mauro Carvalho Chehab <[email protected]>
7939L: [email protected]
7940W: http://linuxtv.org
7941T: git git://linuxtv.org/media_tree.git
7942S: Odd fixes
7943F: drivers/media/tuners/tea5761.*
7944
7945TEA5767 TUNER DRIVER
7946M: Mauro Carvalho Chehab <[email protected]>
7947L: [email protected]
7948W: http://linuxtv.org
7949T: git git://linuxtv.org/media_tree.git
7950S: Maintained
7951F: drivers/media/tuners/tea5767.*
7952
4b9fba30
HV
7953TEA6415C MEDIA DRIVER
7954M: Hans Verkuil <[email protected]>
7955L: [email protected]
7956T: git git://linuxtv.org/media_tree.git
7957W: http://linuxtv.org
7958S: Maintained
7959F: drivers/media/i2c/tea6415c*
7960
7961TEA6420 MEDIA DRIVER
7962M: Hans Verkuil <[email protected]>
7963L: [email protected]
7964T: git git://linuxtv.org/media_tree.git
7965W: http://linuxtv.org
7966S: Maintained
7967F: drivers/media/i2c/tea6420*
7968
3d249d4c 7969TEAM DRIVER
dca9ab92 7970M: Jiri Pirko <[email protected]>
3d249d4c
JP
7971L: [email protected]
7972S: Supported
7973F: drivers/net/team/
7974F: include/linux/if_team.h
c117ab84 7975F: include/uapi/linux/if_team.h
3d249d4c 7976
7d029125
VD
7977TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
7978M: Savoir-faire Linux Inc. <[email protected]>
7979S: Maintained
7980F: arch/x86/platform/ts5500/
7981
40ad4a30
SY
7982TECHNOTREND USB IR RECEIVER
7983M: Sean Young <[email protected]>
7984L: [email protected]
7985S: Maintained
7986F: drivers/media/rc/ttusbir.c
7987
84b9414b 7988TEGRA SUPPORT
243d58ec 7989M: Stephen Warren <[email protected]>
84b9414b 7990L: [email protected]
fd117cd1
OJ
7991Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7992T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
84b9414b 7993S: Supported
bbbe96ed 7994N: [^a-z]tegra
84b9414b 7995
1a348ccc 7996TEHUTI ETHERNET DRIVER
8b58be88 7997M: Andy Gospodarek <[email protected]>
1a348ccc
AG
7998L: [email protected]
7999S: Supported
ef7f5429 8000F: drivers/net/ethernet/tehuti/*
1a348ccc 8001
4e68852d 8002Telecom Clock Driver for MCPL0010
8b58be88 8003M: Mark Gross <[email protected]>
4e68852d 8004S: Supported
679655da 8005F: drivers/char/tlclk.c
4e68852d 8006
4480f15b 8007TENSILICA XTENSA PORT (xtensa)
8b58be88 8008M: Chris Zankel <[email protected]>
f959ed2f
CZ
8009M: Max Filippov <[email protected]>
8010L: [email protected]
4e68852d 8011S: Maintained
679655da 8012F: arch/xtensa/
4e68852d 8013
d3fb6955
ZR
8014THERMAL
8015M: Zhang Rui <[email protected]>
8016L: [email protected]
8017T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8018S: Supported
8019F: drivers/thermal/
8020F: include/linux/thermal.h
8021
30ba2fbd
VD
8022THINGM BLINK(1) USB RGB LED DRIVER
8023M: Vivien Didelot <[email protected]>
8024S: Maintained
8025F: drivers/hid/hid-thingm.c
8026
4e68852d 8027THINKPAD ACPI EXTRAS DRIVER
8b58be88 8028M: Henrique de Moraes Holschuh <[email protected]>
4e68852d 8029L: [email protected]
d0944853 8030L: [email protected]
4e68852d
AC
8031W: http://ibm-acpi.sourceforge.net
8032W: http://thinkwiki.org/wiki/Ibm-acpi
54e5881d 8033T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4e68852d 8034S: Maintained
679655da 8035F: drivers/platform/x86/thinkpad_acpi.c
4e68852d 8036
1b46f2a2
EV
8037TI BANDGAP AND THERMAL DRIVER
8038M: Eduardo Valentin <[email protected]>
8039L: [email protected]
8040S: Maintained
8041F: drivers/staging/omap-thermal/
8042
4020f2d7 8043TI FLASH MEDIA INTERFACE DRIVER
8b58be88 8044M: Alex Dubov <[email protected]>
795fb7e7 8045S: Maintained
679655da
JP
8046F: drivers/misc/tifm*
8047F: drivers/mmc/host/tifm_sd.c
8048F: include/linux/tifm.h
4020f2d7 8049
152ad442
SR
8050TI LM49xxx FAMILY ASoC CODEC DRIVERS
8051M: M R Swami Reddy <[email protected]>
d392dead 8052M: Vishwas A Deshpande <[email protected]>
152ad442
SR
8053L: [email protected] (moderated for non-subscribers)
8054S: Maintained
8055F: sound/soc/codecs/lm49453*
d392dead 8056F: sound/soc/codecs/isabelle*
152ad442 8057
0edd807d
KM
8058TI LP855x BACKLIGHT DRIVER
8059M: Milo Kim <[email protected]>
8060S: Maintained
8061F: Documentation/backlight/lp855x-driver.txt
8062F: drivers/video/backlight/lp855x_bl.c
8063F: include/linux/platform_data/lp855x.h
8064
faf13f6d
KM
8065TI LP8727 CHARGER DRIVER
8066M: Milo Kim <[email protected]>
8067S: Maintained
8068F: drivers/power/lp8727_charger.c
8069F: include/linux/platform_data/lp8727.h
8070
22f1229f
KM
8071TI LP8788 MFD DRIVER
8072M: Milo Kim <[email protected]>
8073S: Maintained
8074F: drivers/iio/adc/lp8788_adc.c
8075F: drivers/leds/leds-lp8788.c
8076F: drivers/mfd/lp8788*.c
8077F: drivers/power/lp8788-charger.c
8078F: drivers/regulator/lp8788-*.c
8079F: include/linux/mfd/lp8788*.h
8080
dd5e8e6b 8081TI TWL4030 SERIES SOC CODEC DRIVER
3be79d13 8082M: Peter Ujfalusi <[email protected]>
dd5e8e6b
PU
8083L: [email protected] (moderated for non-subscribers)
8084S: Maintained
8085F: sound/soc/codecs/twl4030*
8086
90921014
LC
8087TI WILINK WIRELESS DRIVERS
8088M: Luciano Coelho <[email protected]>
8089L: [email protected]
8090W: http://wireless.kernel.org/en/users/Drivers/wl12xx
8091W: http://wireless.kernel.org/en/users/Drivers/wl1251
8092T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8093S: Maintained
8094F: drivers/net/wireless/ti/
8095F: include/linux/wl12xx.h
8096
e86eaa3a 8097TIPC NETWORK LAYER
8b58be88
JP
8098M: Jon Maloy <[email protected]>
8099M: Allan Stephens <[email protected]>
633d2bde
AS
8100L: [email protected] (core kernel code)
8101L: [email protected] (user apps, general discussion)
e86eaa3a 8102W: http://tipc.sourceforge.net/
e86eaa3a 8103S: Maintained
c117ab84 8104F: include/uapi/linux/tipc*.h
679655da 8105F: net/tipc/
e86eaa3a 8106
867e359b
CM
8107TILE ARCHITECTURE
8108M: Chris Metcalf <[email protected]>
8109W: http://www.tilera.com/scm/
8110S: Supported
8111F: arch/tile/
a2e6093c 8112F: drivers/tty/hvc/hvc_tile.c
cdd80bd4 8113F: drivers/net/ethernet/tile/
5c770755 8114F: drivers/edac/tile_edac.c
867e359b 8115
1da177e4 8116TLAN NETWORK DRIVER
8b58be88 8117M: Samuel Chessman <[email protected]>
88c07dde 8118L: [email protected] (subscribers-only)
1da177e4
LT
8119W: http://sourceforge.net/projects/tlan/
8120S: Maintained
679655da 8121F: Documentation/networking/tlan.txt
b544dbac 8122F: drivers/net/ethernet/ti/tlan.*
1da177e4 8123
d74db3b2 8124TOMOYO SECURITY MODULE
8b58be88
JP
8125M: Kentaro Takeda <[email protected]>
8126M: Tetsuo Handa <[email protected]>
d03a5d88
TH
8127L: [email protected] (subscribers-only, for developers in English)
8128L: [email protected] (subscribers-only, for users in English)
d74db3b2
KT
8129L: [email protected] (subscribers-only, for developers in Japanese)
8130L: [email protected] (subscribers-only, for users in Japanese)
8131W: http://tomoyo.sourceforge.jp/
843d183c 8132T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
d74db3b2 8133S: Maintained
679655da 8134F: security/tomoyo/
d74db3b2 8135
9caeb532 8136TOPSTAR LAPTOP EXTRAS DRIVER
9f0939bf 8137M: Herton Ronaldo Krzesinski <[email protected]>
d0944853 8138L: [email protected]
9caeb532
HRK
8139S: Maintained
8140F: drivers/platform/x86/topstar-laptop.c
8141
1da177e4 8142TOSHIBA ACPI EXTRAS DRIVER
d0944853 8143L: [email protected]
15065531 8144S: Orphan
679655da 8145F: drivers/platform/x86/toshiba_acpi.c
1da177e4
LT
8146
8147TOSHIBA SMM DRIVER
8b58be88 8148M: Jonathan Buzzard <[email protected]>
1da177e4
LT
8149L: [email protected]
8150W: http://www.buzzard.org.uk/toshiba/
8151S: Maintained
679655da
JP
8152F: drivers/char/toshiba.c
8153F: include/linux/toshiba.h
c117ab84 8154F: include/uapi/linux/toshiba.h
1da177e4 8155
d719f900 8156TMIO MMC DRIVER
d1057c40 8157M: Guennadi Liakhovetski <[email protected]>
8b58be88 8158M: Ian Molton <[email protected]>
d1057c40 8159L: [email protected]
d719f900 8160S: Maintained
d1057c40
GL
8161F: drivers/mmc/host/tmio_mmc*
8162F: drivers/mmc/host/sh_mobile_sdhi.c
8163F: include/linux/mmc/tmio.h
8164F: include/linux/mmc/sh_mobile_sdhi.h
d719f900 8165
98f32602 8166TMPFS (SHMEM FILESYSTEM)
bfcc6e2e 8167M: Hugh Dickins <[email protected]>
98f32602
HD
8168L: [email protected]
8169S: Maintained
8170F: include/linux/shmem_fs.h
8171F: mm/shmem.c
8172
45f95b53
MCC
8173TM6000 VIDEO4LINUX DRIVER
8174M: Mauro Carvalho Chehab <[email protected]>
8175L: [email protected]
8176W: http://linuxtv.org
8177T: git git://linuxtv.org/media_tree.git
8178S: Odd fixes
8179F: drivers/media/usb/tm6000/
8180
4e68852d 8181TPM DEVICE DRIVER
cbb2d5e4
RA
8182M: Kent Yoder <[email protected]>
8183M: Rajiv Andrade <[email protected]>
4e68852d 8184W: http://tpmdd.sourceforge.net
cbb2d5e4
RA
8185M: Marcel Selhorst <[email protected]>
8186M: Sirrix AG <[email protected]>
7dcce133 8187W: http://www.sirrix.com
63a10dfd 8188L: [email protected] (moderated for non-subscribers)
4e68852d 8189S: Maintained
679655da 8190F: drivers/char/tpm/
4e68852d 8191
d6f005a1
JP
8192TRACING
8193M: Steven Rostedt <[email protected]>
8194M: Frederic Weisbecker <[email protected]>
8195M: Ingo Molnar <[email protected]>
75fc2d37 8196T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
d6f005a1
JP
8197S: Maintained
8198F: Documentation/trace/ftrace.txt
8199F: arch/*/*/*/ftrace.h
8200F: arch/*/kernel/ftrace.c
8201F: include/*/ftrace.h
8202F: include/linux/trace*.h
8203F: include/trace/
8204F: kernel/trace/
8205
1da177e4 8206TRIVIAL PATCHES
8b58be88 8207M: Jiri Kosina <[email protected]>
54e5881d 8208T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
1da177e4 8209S: Maintained
86ef925f 8210K: ^Subject:.*(?i)trivial
1da177e4 8211
4e68852d 8212TTY LAYER
879a5a00 8213M: Greg Kroah-Hartman <[email protected]>
25e6c11f 8214M: Jiri Slaby <[email protected]>
879a5a00 8215S: Supported
08deed1e 8216T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8dd5d2f1 8217F: drivers/tty/
df621252 8218F: drivers/tty/serial/serial_core.c
e3288775
AC
8219F: include/linux/serial_core.h
8220F: include/linux/serial.h
8221F: include/linux/tty.h
c117ab84
CEB
8222F: include/uapi/linux/serial_core.h
8223F: include/uapi/linux/serial.h
8224F: include/uapi/linux/tty.h
4e68852d 8225
91952bc0
AP
8226TUA9001 MEDIA DRIVER
8227M: Antti Palosaari <[email protected]>
8228L: [email protected]
8229W: http://linuxtv.org/
8230W: http://palosaari.fi/linux/
8231Q: http://patchwork.linuxtv.org/project/linux-media/list/
8232T: git git://linuxtv.org/anttip/media_tree.git
8233S: Maintained
8234F: drivers/media/tuners/tua9001*
8235
740db6d7 8236TULIP NETWORK DRIVERS
8b58be88 8237M: Grant Grundler <[email protected]>
740db6d7
GG
8238L: [email protected]
8239S: Maintained
0f04e2aa 8240F: drivers/net/ethernet/dec/tulip/
1da177e4
LT
8241
8242TUN/TAP driver
ba57b6f2 8243M: Maxim Krasnyansky <[email protected]>
1da177e4
LT
8244W: http://vtun.sourceforge.net/tun
8245S: Maintained
679655da
JP
8246F: Documentation/networking/tuntap.txt
8247F: arch/um/os-Linux/drivers/
1da177e4 8248
b454cc66 8249TURBOCHANNEL SUBSYSTEM
8b58be88 8250M: "Maciej W. Rozycki" <[email protected]>
b454cc66 8251S: Maintained
679655da
JP
8252F: drivers/tc/
8253F: include/linux/tc.h
b454cc66 8254
1da177e4 8255U14-34F SCSI DRIVER
8b58be88 8256M: Dario Ballabio <[email protected]>
1da177e4
LT
8257L: [email protected]
8258S: Maintained
679655da 8259F: drivers/scsi/u14-34f.c
1da177e4 8260
e2d1d6c0 8261UBI FILE SYSTEM (UBIFS)
949cb623 8262M: Artem Bityutskiy <[email protected]>
cc8f9b99 8263M: Adrian Hunter <[email protected]>
e2d1d6c0 8264L: [email protected]
e2966cbe 8265T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
8266W: http://www.linux-mtd.infradead.org/doc/ubifs.html
8267S: Maintained
679655da
JP
8268F: Documentation/filesystems/ubifs.txt
8269F: fs/ubifs/
e2d1d6c0 8270
cc2020e6 8271UCLINUX (AND M68KNOMMU)
8b58be88 8272M: Greg Ungerer <[email protected]>
cc2020e6
AC
8273W: http://www.uclinux.org/
8274L: [email protected] (subscribers-only)
8275S: Maintained
61bc02bb
JP
8276F: arch/m68k/*/*_no.*
8277F: arch/m68k/include/asm/*_no.*
cc2020e6 8278
14fadca7 8279UCLINUX FOR RENESAS H8/300 (H8300)
8b58be88 8280M: Yoshinori Sato <[email protected]>
cc2020e6
AC
8281W: http://uclinux-h8.sourceforge.jp/
8282S: Supported
a7e4fd93
JP
8283F: arch/h8300/
8284F: drivers/ide/ide-h8300.c
644570b8 8285F: drivers/net/ethernet/8390/ne-h8300.c
cc2020e6 8286
1da177e4 8287UDF FILESYSTEM
8b58be88 8288M: Jan Kara <[email protected]>
1da177e4 8289S: Maintained
679655da
JP
8290F: Documentation/filesystems/udf.txt
8291F: fs/udf/
1da177e4 8292
cc2020e6 8293UFS FILESYSTEM
8b58be88 8294M: Evgeniy Dushistov <[email protected]>
cc2020e6 8295S: Maintained
679655da
JP
8296F: Documentation/filesystems/ufs.txt
8297F: fs/ufs/
cc2020e6 8298
0a09d3ab
DR
8299UHID USERSPACE HID IO DRIVER:
8300M: David Herrmann <[email protected]>
8301L: [email protected]
8302S: Maintained
8303F: drivers/hid/uhid.c
c117ab84 8304F: include/uapi/linux/uhid.h
0a09d3ab 8305
18332a80 8306ULTRA-WIDEBAND (UWB) SUBSYSTEM:
18332a80 8307L: [email protected]
10c6c9c9 8308S: Orphan
355ffe69 8309F: drivers/uwb/
679655da
JP
8310F: include/linux/uwb.h
8311F: include/linux/uwb/
18332a80 8312
b31d8273
G
8313UNICORE32 ARCHITECTURE:
8314M: Guan Xuetao <[email protected]>
8315W: http://mprc.pku.edu.cn/~guanxuetao/linux
8316S: Maintained
8317T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8318F: arch/unicore32/
8319
d8379ab1
TF
8320UNIFDEF
8321M: Tony Finch <[email protected]>
8322W: http://dotat.at/prog/unifdef
8323S: Maintained
8324F: scripts/unifdef.c
8325
1da177e4 8326UNIFORM CDROM DRIVER
8b58be88 8327M: Jens Axboe <[email protected]>
1da177e4
LT
8328W: http://www.kernel.dk
8329S: Maintained
679655da
JP
8330F: Documentation/cdrom/
8331F: drivers/cdrom/cdrom.c
8332F: include/linux/cdrom.h
c117ab84 8333F: include/uapi/linux/cdrom.h
1da177e4 8334
9941fa6e
VH
8335UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8336M: Vinayak Holikatti <[email protected]>
8337M: Santosh Y <[email protected]>
8338L: [email protected]
8339S: Supported
8340F: Documentation/scsi/ufs.txt
8341F: drivers/scsi/ufs/
8342
e2d1d6c0 8343UNSORTED BLOCK IMAGES (UBI)
949cb623 8344M: Artem Bityutskiy <[email protected]>
e2d1d6c0
RD
8345W: http://www.linux-mtd.infradead.org/
8346L: [email protected]
e2966cbe 8347T: git git://git.infradead.org/ubi-2.6.git
e2d1d6c0 8348S: Maintained
80811493 8349F: drivers/mtd/ubi/
679655da 8350F: include/linux/mtd/ubi.h
c117ab84 8351F: include/uapi/mtd/ubi-user.h
e2d1d6c0 8352
76ac66e4
RW
8353UNSORTED BLOCK IMAGES (UBI) Fastmap
8354M: Richard Weinberger <[email protected]>
8355L: [email protected]
8356S: Maintained
8357F: drivers/mtd/ubi/fastmap.c
8358
1da177e4 8359USB ACM DRIVER
61eee9a7 8360M: Oliver Neukum <[email protected]>
6372594a 8361L: [email protected]
1da177e4 8362S: Maintained
679655da
JP
8363F: Documentation/usb/acm.txt
8364F: drivers/usb/class/cdc-acm.*
1da177e4 8365
b7d572e1
PF
8366USB AR5523 WIRELESS DRIVER
8367M: Pontus Fuchs <[email protected]>
8368L: [email protected]
8369S: Maintained
8370F: drivers/net/wireless/ath/ar5523/
8371
115bb1ff
MW
8372USB ATTACHED SCSI
8373M: Matthew Wilcox <[email protected]>
8374M: Sarah Sharp <[email protected]>
8eae0fb7 8375M: Gerd Hoffmann <[email protected]>
115bb1ff
MW
8376L: [email protected]
8377L: [email protected]
8eae0fb7 8378S: Maintained
115bb1ff
MW
8379F: drivers/usb/storage/uas.c
8380
1da177e4 8381USB CDC ETHERNET DRIVER
61eee9a7 8382M: Oliver Neukum <[email protected]>
795fb7e7 8383L: [email protected]
1da177e4 8384S: Maintained
679655da 8385F: drivers/net/usb/cdc_*.c
c117ab84 8386F: include/uapi/linux/usb/cdc.h
1da177e4 8387
b02b371e 8388USB CYPRESS C67X00 DRIVER
8b58be88 8389M: Peter Korsgaard <[email protected]>
b02b371e
PK
8390L: [email protected]
8391S: Maintained
679655da 8392F: drivers/usb/c67x00/
b02b371e 8393
d0374f4f 8394USB DAVICOM DM9601 DRIVER
8b58be88 8395M: Peter Korsgaard <[email protected]>
043600a6 8396L: [email protected]
d0374f4f
PK
8397W: http://www.linux-usb.org/usbnet
8398S: Maintained
679655da 8399F: drivers/net/usb/dm9601.c
d0374f4f 8400
cc2020e6 8401USB DIAMOND RIO500 DRIVER
8b58be88 8402M: Cesar Miquel <[email protected]>
cc2020e6
AC
8403L: [email protected]
8404W: http://rio500.sourceforge.net
8405S: Maintained
679655da 8406F: drivers/usb/misc/rio500*
cc2020e6 8407
1da177e4 8408USB EHCI DRIVER
578333ab 8409M: Alan Stern <[email protected]>
795fb7e7 8410L: [email protected]
578333ab 8411S: Maintained
679655da
JP
8412F: Documentation/usb/ehci.txt
8413F: drivers/usb/host/ehci*
1da177e4 8414
69ae9e3e 8415USB GADGET/PERIPHERAL SUBSYSTEM
d6d0f665 8416M: Felipe Balbi <[email protected]>
795fb7e7 8417L: [email protected]
69ae9e3e 8418W: http://www.linux-usb.org/gadget
d6d0f665
FB
8419T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8420S: Maintained
679655da
JP
8421F: drivers/usb/gadget/
8422F: include/linux/usb/gadget*
69ae9e3e 8423
2dea64b4 8424USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8b58be88 8425M: Jiri Kosina <[email protected]>
795fb7e7 8426L: [email protected]
54e5881d 8427T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4 8428S: Maintained
c2f01971 8429F: Documentation/hid/hiddev.txt
679655da 8430F: drivers/hid/usbhid/
1da177e4 8431
857aab34 8432USB/IP DRIVERS
8433M: Matt Mooney <[email protected]>
8434L: [email protected]
8435S: Maintained
8436F: drivers/staging/usbip/
8437
959eea21 8438USB ISP116X DRIVER
8b58be88 8439M: Olav Kongas <[email protected]>
795fb7e7 8440L: [email protected]
959eea21 8441S: Maintained
679655da
JP
8442F: drivers/usb/host/isp116x*
8443F: include/linux/usb/isp116x.h
959eea21 8444
1da177e4 8445USB KAWASAKI LSI DRIVER
61eee9a7 8446M: Oliver Neukum <[email protected]>
795fb7e7 8447L: [email protected]
1da177e4 8448S: Maintained
679655da 8449F: drivers/usb/serial/kl5kusb105.*
1da177e4
LT
8450
8451USB MASS STORAGE DRIVER
8b58be88 8452M: Matthew Dharm <[email protected]>
795fb7e7 8453L: [email protected]
8836aeb8 8454L: [email protected]
1da177e4
LT
8455S: Maintained
8456W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
679655da 8457F: drivers/usb/storage/
1da177e4 8458
af39917d
CL
8459USB MIDI DRIVER
8460M: Clemens Ladisch <[email protected]>
8461L: [email protected] (moderated for non-subscribers)
8462T: git git://git.alsa-project.org/alsa-kernel.git
8463S: Maintained
8464F: sound/usb/midi.*
8465
1da177e4 8466USB OHCI DRIVER
578333ab 8467M: Alan Stern <[email protected]>
795fb7e7 8468L: [email protected]
578333ab 8469S: Maintained
679655da
JP
8470F: Documentation/usb/ohci.txt
8471F: drivers/usb/host/ohci*
1da177e4 8472
ba460e48 8473USB OPTION-CARD DRIVER
8b58be88 8474M: Matthias Urlichs <[email protected]>
795fb7e7 8475L: [email protected]
ba460e48 8476S: Maintained
679655da 8477F: drivers/usb/serial/option.c
ba460e48 8478
1da177e4 8479USB PEGASUS DRIVER
a16b945c 8480M: Petko Manolov <[email protected]>
795fb7e7 8481L: [email protected]
043600a6 8482L: [email protected]
a16b945c 8483T: git git://git.code.sf.net/p/pegasus2/git
1da177e4
LT
8484W: http://pegasus2.sourceforge.net/
8485S: Maintained
679655da 8486F: drivers/net/usb/pegasus.*
1da177e4 8487
d3ad558f
FB
8488USB PHY LAYER
8489M: Felipe Balbi <[email protected]>
8490L: [email protected]
8491T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8492S: Maintained
8493F: drivers/usb/phy/
8494F: drivers/usb/otg/
8495
73e4fb3f 8496USB PRINTER DRIVER (usblp)
8b58be88 8497M: Pete Zaitcev <[email protected]>
795fb7e7 8498L: [email protected]
73e4fb3f 8499S: Supported
679655da 8500F: drivers/usb/class/usblp.c
1da177e4
LT
8501
8502USB RTL8150 DRIVER
a16b945c 8503M: Petko Manolov <[email protected]>
795fb7e7 8504L: [email protected]
043600a6 8505L: [email protected]
a16b945c 8506T: git git://git.code.sf.net/p/pegasus2/git
1da177e4
LT
8507W: http://pegasus2.sourceforge.net/
8508S: Maintained
679655da 8509F: drivers/net/usb/rtl8150.c
1da177e4 8510
4e68852d 8511USB SERIAL BELKIN F5U103 DRIVER
8b58be88 8512M: William Greathouse <[email protected]>
795fb7e7 8513L: [email protected]
4e68852d 8514S: Maintained
679655da 8515F: drivers/usb/serial/belkin_sa.*
4e68852d
AC
8516
8517USB SERIAL CYPRESS M8 DRIVER
8b58be88 8518M: Lonnie Mendez <[email protected]>
795fb7e7 8519L: [email protected]
4e68852d
AC
8520S: Maintained
8521W: http://geocities.com/i0xox0i
8522W: http://firstlight.net/cvs
679655da 8523F: drivers/usb/serial/cypress_m8.*
4e68852d 8524
1da177e4 8525USB SERIAL CYBERJACK DRIVER
8b58be88 8526M: Matthias Bruestle and Harald Welte <[email protected]>
1da177e4
LT
8527W: http://www.reiner-sct.de/support/treiber_cyberjack.php
8528S: Maintained
679655da 8529F: drivers/usb/serial/cyberjack.c
1da177e4
LT
8530
8531USB SERIAL DIGI ACCELEPORT DRIVER
8b58be88
JP
8532M: Peter Berger <[email protected]>
8533M: Al Borchers <[email protected]>
795fb7e7 8534L: [email protected]
1da177e4 8535S: Maintained
679655da 8536F: drivers/usb/serial/digi_acceleport.c
1da177e4
LT
8537
8538USB SERIAL DRIVER
879a5a00 8539M: Greg Kroah-Hartman <[email protected]>
795fb7e7 8540L: [email protected]
1da177e4 8541S: Supported
679655da
JP
8542F: Documentation/usb/usb-serial.txt
8543F: drivers/usb/serial/generic.c
8544F: drivers/usb/serial/usb-serial.c
8545F: include/linux/usb/serial.h
1da177e4 8546
1da177e4 8547USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8b58be88 8548M: Gary Brubaker <[email protected]>
795fb7e7 8549L: [email protected]
1da177e4 8550S: Maintained
679655da 8551F: drivers/usb/serial/empeg.c
1da177e4
LT
8552
8553USB SERIAL KEYSPAN DRIVER
879a5a00 8554M: Greg Kroah-Hartman <[email protected]>
795fb7e7 8555L: [email protected]
1da177e4 8556S: Maintained
679655da 8557F: drivers/usb/serial/*keyspan*
1da177e4
LT
8558
8559USB SERIAL WHITEHEAT DRIVER
8b58be88 8560M: Support Department <[email protected]>
795fb7e7 8561L: [email protected]
1da177e4
LT
8562W: http://www.connecttech.com
8563S: Supported
679655da 8564F: drivers/usb/serial/whiteheat*
1da177e4 8565
b3f0db1c
SG
8566USB SMSC75XX ETHERNET DRIVER
8567M: Steve Glendinning <[email protected]>
8568L: [email protected]
8569S: Maintained
8570F: drivers/net/usb/smsc75xx.*
8571
2f7ca802 8572USB SMSC95XX ETHERNET DRIVER
90b24cfb 8573M: Steve Glendinning <[email protected]>
2f7ca802 8574L: [email protected]
90b24cfb 8575S: Maintained
679655da 8576F: drivers/net/usb/smsc95xx.*
2f7ca802 8577
f423b9a8 8578USB SN9C1xx DRIVER
8b58be88 8579M: Luca Risolia <[email protected]>
795fb7e7 8580L: [email protected]
661263b5 8581L: [email protected]
275ffde4 8582T: git git://linuxtv.org/media_tree.git
1da177e4
LT
8583W: http://www.linux-projects.org
8584S: Maintained
679655da 8585F: Documentation/video4linux/sn9c102.txt
0c0d06ca 8586F: drivers/media/usb/sn9c102/
1da177e4
LT
8587
8588USB SUBSYSTEM
879a5a00 8589M: Greg Kroah-Hartman <[email protected]>
795fb7e7 8590L: [email protected]
1da177e4 8591W: http://www.linux-usb.org
08deed1e 8592T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
1da177e4 8593S: Supported
679655da
JP
8594F: Documentation/usb/
8595F: drivers/net/usb/
8596F: drivers/usb/
8597F: include/linux/usb.h
8598F: include/linux/usb/
1da177e4
LT
8599
8600USB UHCI DRIVER
8b58be88 8601M: Alan Stern <[email protected]>
795fb7e7 8602L: [email protected]
1da177e4 8603S: Maintained
679655da 8604F: drivers/usb/host/uhci*
1da177e4 8605
69ae9e3e 8606USB "USBNET" DRIVER FRAMEWORK
686f13bb 8607M: Oliver Neukum <[email protected]>
043600a6 8608L: [email protected]
69ae9e3e 8609W: http://www.linux-usb.org/usbnet
1da177e4 8610S: Maintained
679655da
JP
8611F: drivers/net/usb/usbnet.c
8612F: include/linux/usb/usbnet.h
1da177e4 8613
c0efd232 8614USB VIDEO CLASS
c53ac071 8615M: Laurent Pinchart <[email protected]>
616bd4e2 8616L: [email protected] (subscribers-only)
661263b5 8617L: [email protected]
275ffde4 8618T: git git://linuxtv.org/media_tree.git
57c6d2e9 8619W: http://www.ideasonboard.org/uvc/
c0efd232 8620S: Maintained
0c0d06ca 8621F: drivers/media/usb/uvc/
6c0f0359 8622F: include/uapi/linux/uvcvideo.h
1da177e4 8623
b60b9c45
HV
8624USB VISION DRIVER
8625M: Hans Verkuil <[email protected]>
8626L: [email protected]
8627T: git git://linuxtv.org/media_tree.git
8628W: http://linuxtv.org
8629S: Odd Fixes
8630F: drivers/media/usb/usbvision/
8631
8282da47
LP
8632USB WEBCAM GADGET
8633M: Laurent Pinchart <[email protected]>
8634L: [email protected]
8635S: Maintained
8636F: drivers/usb/gadget/*uvc*.c
8637F: drivers/usb/gadget/webcam.c
8638
bf164cc0 8639USB WIRELESS RNDIS DRIVER (rndis_wlan)
e6146c5c 8640M: Jussi Kivilinna <[email protected]>
bf164cc0
JK
8641L: [email protected]
8642S: Maintained
679655da 8643F: drivers/net/wireless/rndis_wlan.c
bf164cc0 8644
eb6bab13 8645USB XHCI DRIVER
36d0344c 8646M: Sarah Sharp <[email protected]>
eb6bab13
SS
8647L: [email protected]
8648S: Supported
36d0344c
SS
8649F: drivers/usb/host/xhci*
8650F: drivers/usb/host/pci-quirks*
eb6bab13 8651
1da177e4 8652USB ZD1201 DRIVER
4086b9ca 8653L: [email protected]
1da177e4 8654W: http://linux-lc100020.sourceforge.net
4086b9ca 8655S: Orphan
679655da 8656F: drivers/net/wireless/zd1201.*
1da177e4 8657
b7eee616 8658USB ZR364XX DRIVER
8b58be88 8659M: Antoine Jacquet <[email protected]>
795fb7e7 8660L: [email protected]
661263b5 8661L: [email protected]
275ffde4 8662T: git git://linuxtv.org/media_tree.git
b7eee616
AJ
8663W: http://royale.zerezo.com/zr364xx/
8664S: Maintained
679655da 8665F: Documentation/video4linux/zr364xx.txt
90d72ac6 8666F: drivers/media/usb/zr364xx/
b7eee616 8667
e7839f25 8668USER-MODE LINUX (UML)
8b58be88 8669M: Jeff Dike <[email protected]>
b15194b7 8670M: Richard Weinberger <[email protected]>
1da177e4
LT
8671L: [email protected]
8672L: [email protected]
8673W: http://user-mode-linux.sourceforge.net
8674S: Maintained
61516587 8675F: Documentation/virtual/uml/
679655da 8676F: arch/um/
b070989a 8677F: arch/x86/um/
679655da
JP
8678F: fs/hostfs/
8679F: fs/hppfs/
b7eee616 8680
e5f114e9 8681USERSPACE I/O (UIO)
6a534c9d 8682M: "Hans J. Koch" <[email protected]>
879a5a00 8683M: Greg Kroah-Hartman <[email protected]>
e5f114e9 8684S: Maintained
679655da
JP
8685F: Documentation/DocBook/uio-howto.tmpl
8686F: drivers/uio/
8687F: include/linux/uio*.h
e5f114e9 8688
256cccbe 8689UTIL-LINUX PACKAGE
8b58be88 8690M: Karel Zak <[email protected]>
256cccbe
KZ
8691L: [email protected]
8692W: http://en.wikipedia.org/wiki/Util-linux
8693T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
f899b0ad
KZ
8694S: Maintained
8695
c1fd1c07 8696UVESAFB DRIVER
8b58be88 8697M: Michal Januszewski <[email protected]>
c69f677c 8698L: [email protected]
c1fd1c07
MJ
8699W: http://dev.gentoo.org/~spock/projects/uvesafb/
8700S: Maintained
679655da
JP
8701F: Documentation/fb/uvesafb.txt
8702F: drivers/video/uvesafb.*
c1fd1c07 8703
4480f15b 8704VFAT/FAT/MSDOS FILESYSTEM
8b58be88 8705M: OGAWA Hirofumi <[email protected]>
1da177e4 8706S: Maintained
679655da
JP
8707F: Documentation/filesystems/vfat.txt
8708F: fs/fat/
1da177e4 8709
cba3345c
AW
8710VFIO DRIVER
8711M: Alex Williamson <[email protected]>
8712L: [email protected]
8713S: Maintained
8714F: Documentation/vfio.txt
8715F: drivers/vfio/
8716F: include/linux/vfio.h
c117ab84 8717F: include/uapi/linux/vfio.h
cba3345c 8718
9e6f3438
PO
8719VIDEOBUF2 FRAMEWORK
8720M: Pawel Osciak <[email protected]>
8721M: Marek Szyprowski <[email protected]>
e76e4706 8722M: Kyungmin Park <[email protected]>
9e6f3438
PO
8723L: [email protected]
8724S: Maintained
90d72ac6 8725F: drivers/media/v4l2-core/videobuf2-*
9e6f3438
PO
8726F: include/media/videobuf2-*
8727
9a82446b
AS
8728VIRTIO CONSOLE DRIVER
8729M: Amit Shah <[email protected]>
8730L: [email protected]
8731S: Maintained
8732F: drivers/char/virtio_console.c
8733F: include/linux/virtio_console.h
c117ab84 8734F: include/uapi/linux/virtio_console.h
9a82446b 8735
2426ec8f
MT
8736VIRTIO CORE, NET AND BLOCK DRIVERS
8737M: Rusty Russell <[email protected]>
8738M: "Michael S. Tsirkin" <[email protected]>
8739L: [email protected]
8740S: Maintained
8741F: drivers/virtio/
8742F: drivers/net/virtio_net.c
8743F: drivers/block/virtio_blk.c
8744F: include/linux/virtio_*.h
916cdabc 8745F: include/uapi/linux/virtio_*.h
2426ec8f 8746
3a4d5c94
MT
8747VIRTIO HOST (VHOST)
8748M: "Michael S. Tsirkin" <[email protected]>
8749L: [email protected]
c996d8b9 8750L: [email protected]
3a4d5c94
MT
8751L: [email protected]
8752S: Maintained
8753F: drivers/vhost/
c117ab84 8754F: include/uapi/linux/vhost.h
3a4d5c94 8755
1da177e4 8756VIA RHINE NETWORK DRIVER
8b58be88 8757M: Roger Luethi <[email protected]>
1da177e4 8758S: Maintained
f2148a47 8759F: drivers/net/ethernet/via/via-rhine.c
1da177e4 8760
f0bf7f61 8761VIA SD/MMC CARD CONTROLLER DRIVER
558bbb2f 8762M: Bruce Chang <[email protected]>
8b58be88 8763M: Harald Welte <[email protected]>
f0bf7f61
HW
8764S: Maintained
8765F: drivers/mmc/host/via-sdmmc.c
8766
69e4a7c2 8767VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
c7babebd 8768M: Florian Tobias Schandinat <[email protected]>
c69f677c 8769L: [email protected]
69e4a7c2 8770S: Maintained
c7babebd
FTS
8771F: include/linux/via-core.h
8772F: include/linux/via-gpio.h
8773F: include/linux/via_i2c.h
679655da 8774F: drivers/video/via/
69e4a7c2 8775
01f20734 8776VIA VELOCITY NETWORK DRIVER
8b58be88 8777M: Francois Romieu <[email protected]>
01f20734
FR
8778L: [email protected]
8779S: Maintained
f2148a47 8780F: drivers/net/ethernet/via/via-velocity.*
1da177e4 8781
0b7bc1fa
HV
8782VIVI VIRTUAL VIDEO DRIVER
8783M: Hans Verkuil <[email protected]>
8784L: [email protected]
8785T: git git://linuxtv.org/media_tree.git
8786W: http://linuxtv.org
8787S: Maintained
8788F: drivers/media/platform/vivi*
8789
be7f8273 8790VLAN (802.1Q)
8b58be88 8791M: Patrick McHardy <[email protected]>
be7f8273
PM
8792L: [email protected]
8793S: Maintained
679655da
JP
8794F: drivers/net/macvlan.c
8795F: include/linux/if_*vlan.h
8796F: net/8021q/
be7f8273 8797
55e331cf 8798VLYNQ BUS
8b58be88 8799M: Florian Fainelli <[email protected]>
8578d7af 8800L: [email protected] (subscribers-only)
55e331cf
FF
8801S: Maintained
8802F: drivers/vlynq/vlynq.c
8803F: include/linux/vlynq.h
8804
390beae4
MW
8805VME SUBSYSTEM
8806M: Martyn Welch <[email protected]>
1bd289d1 8807M: Manohar Vanga <[email protected]>
390beae4
MW
8808M: Greg Kroah-Hartman <[email protected]>
8809L: [email protected]
8810S: Maintained
8811T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8812F: Documentation/vme_api.txt
8813F: drivers/staging/vme/
8814F: drivers/vme/
8815F: include/linux/vme*
8816
d1a890fa 8817VMWARE VMXNET3 ETHERNET DRIVER
65c8bb5b
JP
8818M: Shreyas Bhatewara <[email protected]>
8819M: "VMware, Inc." <[email protected]>
8820L: [email protected]
8821S: Maintained
8822F: drivers/net/vmxnet3/
d1a890fa 8823
851b1642 8824VMware PVSCSI driver
f2d7e40e 8825M: Arvind Kumar <[email protected]>
851b1642
AK
8826M: VMware PV-Drivers <[email protected]>
8827L: [email protected]
8828S: Maintained
8829F: drivers/scsi/vmw_pvscsi.c
8830F: drivers/scsi/vmw_pvscsi.h
8831
e53e86c7 8832VOLTAGE AND CURRENT REGULATOR FRAMEWORK
88dd75af 8833M: Liam Girdwood <[email protected]>
b02e48f2 8834M: Mark Brown <[email protected]>
e53e86c7 8835W: http://opensource.wolfsonmicro.com/node/15
1dd68f01 8836W: http://www.slimlogic.co.uk/?p=48
08deed1e 8837T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
e53e86c7 8838S: Supported
679655da
JP
8839F: drivers/regulator/
8840F: include/linux/regulator/
e53e86c7 8841
ab41319e 8842VT1211 HARDWARE MONITOR DRIVER
8b58be88 8843M: Juerg Haefliger <[email protected]>
ab41319e
JH
8844L: [email protected]
8845S: Maintained
679655da
JP
8846F: Documentation/hwmon/vt1211
8847F: drivers/hwmon/vt1211.c
ab41319e 8848
1de9e371 8849VT8231 HARDWARE MONITOR DRIVER
8b58be88 8850M: Roger Lucas <[email protected]>
1de9e371
RL
8851L: [email protected]
8852S: Maintained
679655da 8853F: drivers/hwmon/vt8231.c
1de9e371 8854
88095e7b
TO
8855VUB300 USB to SDIO/SD/MMC bridge chip
8856M: Tony Olech <[email protected]>
8857L: [email protected]
8858L: [email protected]
8859S: Supported
8860F: drivers/mmc/host/vub300.c
8861
1da177e4 8862W1 DALLAS'S 1-WIRE BUS
a8018766 8863M: Evgeniy Polyakov <[email protected]>
1da177e4 8864S: Maintained
679655da
JP
8865F: Documentation/w1/
8866F: drivers/w1/
1da177e4 8867
13927079 8868W83791D HARDWARE MONITORING DRIVER
8b58be88 8869M: Marc Hulsman <[email protected]>
13927079 8870L: [email protected]
25845c22 8871S: Maintained
679655da
JP
8872F: Documentation/hwmon/w83791d
8873F: drivers/hwmon/w83791d.c
13927079 8874
61db011d 8875W83793 HARDWARE MONITORING DRIVER
8b58be88 8876M: Rudolf Marek <[email protected]>
61db011d
RM
8877L: [email protected]
8878S: Maintained
679655da
JP
8879F: Documentation/hwmon/w83793
8880F: drivers/hwmon/w83793.c
61db011d 8881
e3760b43
JD
8882W83795 HARDWARE MONITORING DRIVER
8883M: Jean Delvare <[email protected]>
8884L: [email protected]
8885S: Maintained
8886F: drivers/hwmon/w83795.c
8887
1da177e4 8888W83L51xD SD/MMC CARD INTERFACE DRIVER
8b58be88 8889M: Pierre Ossman <[email protected]>
1da177e4 8890S: Maintained
679655da 8891F: drivers/mmc/host/wbsd.*
1da177e4 8892
3527761c 8893WATCHDOG DEVICE DRIVERS
8b58be88 8894M: Wim Van Sebroeck <[email protected]>
230a5cef
WVS
8895L: [email protected]
8896W: http://www.linux-watchdog.org/
f599aaf0 8897T: git git://www.linux-watchdog.org/linux-watchdog.git
3527761c 8898S: Maintained
679655da
JP
8899F: Documentation/watchdog/
8900F: drivers/watchdog/
8901F: include/linux/watchdog.h
c117ab84 8902F: include/uapi/linux/watchdog.h
3527761c 8903
1da177e4 8904WD7000 SCSI DRIVER
8b58be88 8905M: Miroslav Zagorac <[email protected]>
1da177e4
LT
8906L: [email protected]
8907S: Maintained
679655da 8908F: drivers/scsi/wd7000.c
1da177e4 8909
b22e00f3
DR
8910WIIMOTE HID DRIVER
8911M: David Herrmann <[email protected]>
8912L: [email protected]
8913S: Maintained
8914F: drivers/hid/hid-wiimote*
8915
e258b80e 8916WINBOND CIR DRIVER
364e9e18 8917M: David Härdeman <[email protected]>
e258b80e 8918S: Maintained
116ab806 8919F: drivers/media/rc/winbond-cir.c
e258b80e 8920
8a70da82 8921WIMAX STACK
8b58be88 8922M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
8923M: [email protected]
8924L: [email protected]
8925S: Supported
8926W: http://linuxwimax.org
315987dc 8927F: Documentation/wimax/README.wimax
315987dc
JP
8928F: include/linux/wimax/debug.h
8929F: include/net/wimax.h
c117ab84 8930F: include/uapi/linux/wimax.h
315987dc 8931F: net/wimax/
8a70da82 8932
5fc14680 8933WISTRON LAPTOP BUTTON DRIVER
8b58be88 8934M: Miloslav Trmac <[email protected]>
5fc14680 8935S: Maintained
679655da 8936F: drivers/input/misc/wistron_btns.c
5fc14680 8937
1da177e4 8938WL3501 WIRELESS PCMCIA CARD DRIVER
8b58be88 8939M: Arnaldo Carvalho de Melo <[email protected]>
724c6b35 8940L: [email protected]
926554c4 8941W: http://oops.ghostprotocols.net:81/blog
1da177e4 8942S: Maintained
679655da 8943F: drivers/net/wireless/wl3501*
1da177e4 8944
febf1dff 8945WM97XX TOUCHSCREEN DRIVERS
8b58be88
JP
8946M: Mark Brown <[email protected]>
8947M: Liam Girdwood <[email protected]>
febf1dff
MB
8948L: [email protected]
8949T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8950W: http://opensource.wolfsonmicro.com/node/7
8951S: Supported
679655da
JP
8952F: drivers/input/touchscreen/*wm97*
8953F: include/linux/wm97xx.h
febf1dff 8954
055bcbcb 8955WOLFSON MICROELECTRONICS DRIVERS
27480ccc 8956M: Mark Brown <[email protected]>
fef95164 8957L: [email protected]
cf8eda3e 8958T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
b75ea16a 8959T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
cf8eda3e 8960W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
b75ea16a 8961S: Supported
3768f0b1 8962F: Documentation/hwmon/wm83??
af1c5386 8963F: arch/arm/mach-s3c64xx/mach-crag6410*
f05259a6 8964F: drivers/clk/clk-wm83*.c
9c309598 8965F: drivers/extcon/extcon-arizona.c
b75ea16a 8966F: drivers/leds/leds-wm83*.c
25b273ba 8967F: drivers/gpio/gpio-*wm*.c
9c309598 8968F: drivers/gpio/gpio-arizona.c
d22b0869 8969F: drivers/hwmon/wm83??-hwmon.c
59ec6da2
MB
8970F: drivers/input/misc/wm831x-on.c
8971F: drivers/input/touchscreen/wm831x-ts.c
8972F: drivers/input/touchscreen/wm97*.c
9c309598
MB
8973F: drivers/mfd/arizona*
8974F: drivers/mfd/wm*.c
b75ea16a
MB
8975F: drivers/power/wm83*.c
8976F: drivers/rtc/rtc-wm83*.c
8977F: drivers/regulator/wm8*.c
3860e6c4 8978F: drivers/video/backlight/wm83*_bl.c
b75ea16a 8979F: drivers/watchdog/wm83*_wdt.c
9c309598 8980F: include/linux/mfd/arizona/
3860e6c4 8981F: include/linux/mfd/wm831x/
b75ea16a 8982F: include/linux/mfd/wm8350/
3768f0b1 8983F: include/linux/mfd/wm8400*
59ec6da2 8984F: include/linux/wm97xx.h
055bcbcb 8985F: include/sound/wm????.h
9c309598 8986F: sound/soc/codecs/arizona.?
055bcbcb 8987F: sound/soc/codecs/wm*
b75ea16a 8988
3e6cd7a4
TH
8989WORKQUEUE
8990M: Tejun Heo <[email protected]>
3e6cd7a4
TH
8991T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8992S: Maintained
8993F: include/linux/workqueue.h
8994F: kernel/workqueue.c
8995F: Documentation/workqueue.txt
8996
1da177e4 8997X.25 NETWORK LAYER
8bf28059 8998M: Andrew Hendry <[email protected]>
1da177e4 8999L: [email protected]
8bf28059 9000S: Odd Fixes
679655da
JP
9001F: Documentation/networking/x25*
9002F: include/net/x25*
9003F: net/x25/
1da177e4 9004
e2d1d6c0 9005X86 ARCHITECTURE (32-BIT AND 64-BIT)
8b58be88
JP
9006M: Thomas Gleixner <[email protected]>
9007M: Ingo Molnar <[email protected]>
9008M: "H. Peter Anvin" <[email protected]>
bcde563c 9009M: [email protected]
75fc2d37 9010T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
e2d1d6c0 9011S: Maintained
679655da
JP
9012F: Documentation/x86/
9013F: arch/x86/
e2d1d6c0 9014
d0944853 9015X86 PLATFORM DRIVERS
f7cb13b3 9016M: Matthew Garrett <[email protected]>
d0944853 9017L: [email protected]
28b8e8d4 9018T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
d0944853
MG
9019S: Maintained
9020F: drivers/platform/x86
9021
c1f5c54b
IM
9022X86 MCE INFRASTRUCTURE
9023M: Tony Luck <[email protected]>
487ba8e8 9024M: Borislav Petkov <[email protected]>
c1f5c54b
IM
9025L: [email protected]
9026S: Maintained
9027F: arch/x86/kernel/cpu/mcheck/*
9028
d6fad502
MCC
9029XC2028/3028 TUNER DRIVER
9030M: Mauro Carvalho Chehab <[email protected]>
9031L: [email protected]
9032W: http://linuxtv.org
9033T: git git://linuxtv.org/media_tree.git
9034S: Maintained
9035F: drivers/media/tuners/tuner-xc2028.*
9036
c4468085 9037XEN HYPERVISOR INTERFACE
c4468085 9038M: Konrad Rzeszutek Wilk <[email protected]>
d633180c 9039M: Jeremy Fitzhardinge <[email protected]>
c4468085
IC
9040L: [email protected] (moderated for non-subscribers)
9041L: [email protected]
9042S: Supported
9043F: arch/x86/xen/
9044F: drivers/*/xen-*front.c
9045F: drivers/xen/
9046F: arch/x86/include/asm/xen/
9047F: include/xen/
c117ab84 9048F: include/uapi/xen/
c4468085 9049
77bfb479
SS
9050XEN HYPERVISOR ARM
9051M: Stefano Stabellini <[email protected]>
9052L: [email protected] (moderated for non-subscribers)
9053S: Supported
9054F: arch/arm/xen/
9055F: arch/arm/include/asm/xen/
9056
9b57e1a7
IC
9057XEN NETWORK BACKEND DRIVER
9058M: Ian Campbell <[email protected]>
9059L: [email protected] (moderated for non-subscribers)
9060L: [email protected]
9061S: Supported
9062F: drivers/net/xen-netback/*
9063
c5f8e29d
KRW
9064XEN PCI SUBSYSTEM
9065M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 9066L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
9067S: Supported
9068F: arch/x86/pci/*xen*
9069F: drivers/pci/*xen*
9070
9071XEN SWIOTLB SUBSYSTEM
9072M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 9073L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
9074S: Supported
9075F: arch/x86/xen/*swiotlb*
9076F: drivers/xen/*swiotlb*
9077
1da177e4
LT
9078XFS FILESYSTEM
9079P: Silicon Graphics Inc
c8891329
AE
9080M: Ben Myers <[email protected]>
9081M: Alex Elder <[email protected]>
18caa67a 9082M: [email protected]
d7ede1aa 9083L: [email protected]
1da177e4 9084W: http://oss.sgi.com/projects/xfs
54e5881d 9085T: git git://oss.sgi.com/xfs/xfs.git
1da177e4 9086S: Supported
679655da
JP
9087F: Documentation/filesystems/xfs.txt
9088F: fs/xfs/
1da177e4 9089
8a3b7a25 9090XILINX AXI ETHERNET DRIVER
59a54f30
MS
9091M: Anirudha Sarangi <[email protected]>
9092M: John Linn <[email protected]>
8a3b7a25
DB
9093S: Maintained
9094F: drivers/net/ethernet/xilinx/xilinx_axienet*
9095
c9d3d8ec 9096XILINX SYSTEMACE DRIVER
19624236 9097S: Unmaintained
679655da 9098F: drivers/block/xsysace.c
c9d3d8ec 9099
238b8721 9100XILINX UARTLITE SERIAL DRIVER
8b58be88 9101M: Peter Korsgaard <[email protected]>
238b8721
PK
9102L: [email protected]
9103S: Maintained
df621252 9104F: drivers/tty/serial/uartlite.c
238b8721 9105
1da177e4 9106YAM DRIVER FOR AX.25
8b58be88 9107M: Jean-Paul Roubelat <[email protected]>
1da177e4
LT
9108L: [email protected]
9109S: Maintained
679655da
JP
9110F: drivers/net/hamradio/yam*
9111F: include/linux/yam.h
1da177e4 9112
af64a5eb 9113YEALINK PHONE DRIVER
8b58be88 9114M: Henk Vergonet <[email protected]>
af64a5eb
HV
9115L: [email protected]
9116S: Maintained
679655da
JP
9117F: Documentation/input/yealink.txt
9118F: drivers/input/misc/yealink.*
af64a5eb 9119
1da177e4 9120Z8530 DRIVER FOR AX.25
8b58be88 9121M: Joerg Reuter <[email protected]>
1da177e4
LT
9122W: http://yaina.de/jreuter/
9123W: http://www.qsl.net/dl1bke/
9124L: [email protected]
9125S: Maintained
679655da
JP
9126F: Documentation/networking/z8530drv.txt
9127F: drivers/net/hamradio/*scc.c
9128F: drivers/net/hamradio/z8530.h
1da177e4 9129
7c0c3afb 9130ZD1211RW WIRELESS DRIVER
8b58be88
JP
9131M: Daniel Drake <[email protected]>
9132M: Ulrich Kunitz <[email protected]>
7c0c3afb 9133W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 9134L: [email protected]
7c0c3afb
DD
9135L: [email protected] (subscribers-only)
9136S: Maintained
679655da 9137F: drivers/net/wireless/zd1211rw/
7c0c3afb 9138
1da177e4 9139ZR36067 VIDEO FOR LINUX DRIVER
1da177e4 9140L: [email protected]
f63145e2 9141L: [email protected]
1da177e4 9142W: http://mjpeg.sourceforge.net/driver-zoran/
f63145e2
TP
9143T: Mercurial http://linuxtv.org/hg/v4l-dvb
9144S: Odd Fixes
90d72ac6 9145F: drivers/media/pci/zoran/
1da177e4 9146
8b4a4080 9147ZS DECSTATION Z85C30 SERIAL DRIVER
8b58be88 9148M: "Maciej W. Rozycki" <[email protected]>
8b4a4080 9149S: Maintained
df621252 9150F: drivers/tty/serial/zs.*
8b4a4080 9151
1da177e4 9152THE REST
8b58be88 9153M: Linus Torvalds <[email protected]>
34d03cc1 9154L: [email protected]
8a6e2535 9155Q: http://patchwork.kernel.org/project/LKML/list/
d16adea3 9156T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
1da177e4 9157S: Buried alive in reporters
34d03cc1
JP
9158F: *
9159F: */
This page took 6.196505 seconds and 4 git commands to generate.