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