]> Git Repo - linux.git/blame - MAINTAINERS
caif: Fix napi poll list corruption
[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>
eafbaac3
PM
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
c7c4fb18
JP
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
8a6e2535 77 Q: Patchwork web based patch tracking system site
cea8321c
JP
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
c7c4fb18
JP
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
bbbe96ed
SW
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
6ab88e00
JP
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
c7c4fb18
JP
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
bbbe96ed 111 patch or file. For instance:
c7c4fb18 112 K: of_get_profile
bbbe96ed 113 matches patches or files that contain "of_get_profile"
c7c4fb18 114 K: \b(printk|pr_(info|err))\b
bbbe96ed
SW
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
c7c4fb18 117 One regex pattern per line. Multiple K: lines acceptable.
1da177e4
LT
118
119Note: For the hard of thinking, this list is meant to remain in alphabetical
120order. If you could add yourselves to it in alphabetical order that would be
121so much easier [Ed]
122
c7c4fb18 123Maintainers List (try to look for most precise areas first)
1da177e4 124
c7c4fb18 125 -----------------------------------
679655da 126
a6d89915 1273C59X NETWORK DRIVER
8b58be88 128M: Steffen Klassert <[email protected]>
a6d89915
SK
129L: [email protected]
130S: Maintained
679655da 131F: Documentation/networking/vortex.txt
ca7a8e85 132F: drivers/net/ethernet/3com/3c59x.c
a6d89915 133
1da177e4 1343CR990 NETWORK DRIVER
8b58be88 135M: David Dillow <[email protected]>
979b6c13 136L: [email protected]
1da177e4 137S: Maintained
ca7a8e85 138F: drivers/net/ethernet/3com/typhoon*
1da177e4 139
c4de0ceb
AR
1403WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141M: Adam Radford <[email protected]>
1da177e4 142L: [email protected]
c4de0ceb 143W: http://www.lsi.com
1da177e4 144S: Supported
c4de0ceb 145F: drivers/scsi/3w-*
1da177e4
LT
146
14753C700 AND 53C700-66 SCSI DRIVER
8b58be88 148M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
149L: [email protected]
150S: Maintained
679655da 151F: drivers/scsi/53c700*
1da177e4 152
68d96dcf
AA
1536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <[email protected]>
6970c34c 155M: Jukka Rissanen <[email protected]>
68d96dcf 156L: [email protected]
ebef9c12 157L: [email protected]
68d96dcf
AA
158S: Maintained
159F: net/6lowpan/
6304f8fc 160F: include/net/6lowpan.h
68d96dcf 161
1da177e4 1626PACK NETWORK DRIVER FOR AX.25
8b58be88 163M: Andreas Koensgen <[email protected]>
1da177e4
LT
164L: [email protected]
165S: Maintained
679655da 166F: drivers/net/hamradio/6pack.c
1da177e4 167
1da177e4 1688169 10/100/1000 GIGABIT ETHERNET DRIVER
c8a75b34 169M: Realtek linux nic maintainers <[email protected]>
979b6c13 170L: [email protected]
1da177e4 171S: Maintained
a8fe65b8 172F: drivers/net/ethernet/realtek/r8169.c
1da177e4
LT
173
1748250/16?50 (AND CLONE UARTS) SERIAL DRIVER
879a5a00 175M: Greg Kroah-Hartman <[email protected]>
1da177e4
LT
176L: [email protected]
177W: http://serial.sourceforge.net
8ee16a1b 178S: Maintained
08deed1e 179T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
df621252 180F: drivers/tty/serial/8250*
679655da 181F: include/linux/serial_8250.h
1da177e4
LT
182
1838390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
979b6c13 184L: [email protected]
0cf445ce 185S: Orphan / Obsolete
644570b8 186F: drivers/net/ethernet/8390/
1da177e4 187
67543e50 1889P FILE SYSTEM
8b58be88
JP
189M: Eric Van Hensbergen <[email protected]>
190M: Ron Minnich <[email protected]>
191M: Latchesar Ionkov <[email protected]>
ce00f85c 192L: [email protected]
27a2a5ff 193W: http://swik.net/v9fs
8a6e2535 194Q: http://patchwork.kernel.org/project/v9fs-devel/list/
eeba444a 195T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
ce00f85c 196S: Maintained
679655da
JP
197F: Documentation/filesystems/9p.txt
198F: fs/9p/
2315cb14
RL
199F: net/9p/
200F: include/net/9p/
201F: include/uapi/linux/virtio_9p.h
202F: include/trace/events/9p.h
203
67543e50 204
91952bc0
AP
205A8293 MEDIA DRIVER
206M: Antti Palosaari <[email protected]>
207L: [email protected]
208W: http://linuxtv.org/
209W: http://palosaari.fi/linux/
210Q: http://patchwork.linuxtv.org/project/linux-media/list/
211T: git git://linuxtv.org/anttip/media_tree.git
212S: Maintained
213F: drivers/media/dvb-frontends/a8293*
214
e2d1d6c0 215AACRAID SCSI RAID DRIVER
8b58be88 216M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
217L: [email protected]
218W: http://www.adaptec.com/
1da177e4 219S: Supported
679655da
JP
220F: Documentation/scsi/aacraid.txt
221F: drivers/scsi/aacraid/
1da177e4 222
ea8f8fc8
JT
223ABI/API
224L: [email protected]
225F: Documentation/ABI/
226F: include/linux/syscalls.h
227F: include/uapi/
228F: kernel/sys_ni.c
229
249e3c85 230ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
93d0cc58 231M: Hans de Goede <[email protected]>
f2b84bbc
HG
232L: [email protected]
233S: Maintained
679655da 234F: drivers/hwmon/abituguru.c
f2b84bbc 235
249e3c85 236ABIT UGURU 3 HARDWARE MONITOR DRIVER
8b58be88 237M: Alistair John Strachan <[email protected]>
249e3c85
AJS
238L: [email protected]
239S: Maintained
679655da 240F: drivers/hwmon/abituguru3.c
249e3c85 241
1da177e4 242ACENIC DRIVER
8b58be88 243M: Jes Sorensen <[email protected]>
1da177e4
LT
244L: [email protected]
245S: Maintained
531c4f89 246F: drivers/net/ethernet/alteon/acenic*
1da177e4 247
e86435eb 248ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
8b58be88 249M: Peter Feuerer <[email protected]>
d0944853 250L: [email protected]
4fc26e36
JP
251W: http://piie.net/?section=acerhdf
252S: Maintained
253F: drivers/platform/x86/acerhdf.c
e86435eb 254
745a5d21 255ACER WMI LAPTOP EXTRAS
182ae55c 256M: "Lee, Chun-Yi" <[email protected]>
d0944853 257L: [email protected]
745a5d21 258S: Maintained
679655da 259F: drivers/platform/x86/acer-wmi.c
745a5d21 260
1da177e4 261ACPI
49db1903 262M: Rafael J. Wysocki <[email protected]>
7fb06082 263M: Len Brown <[email protected]>
6968e50c 264L: [email protected]
360818b8
RW
265W: https://01.org/linux-acpi
266Q: https://patchwork.kernel.org/project/linux-acpi/list/
267T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8b59a454 268S: Supported
679655da
JP
269F: drivers/acpi/
270F: drivers/pnp/pnpacpi/
271F: include/linux/acpi.h
43368e74 272F: include/acpi/
994b942f 273F: Documentation/acpi
89ca78a0 274F: Documentation/ABI/testing/sysfs-bus-acpi
15fd830d
BH
275F: drivers/pci/*acpi*
276F: drivers/pci/*/*acpi*
277F: drivers/pci/*/*/*acpi*
2754c447 278F: tools/power/acpi
8b59a454 279
3774929d
RW
280ACPI COMPONENT ARCHITECTURE (ACPICA)
281M: Robert Moore <[email protected]>
282M: Lv Zheng <[email protected]>
283M: Rafael J. Wysocki <[email protected]>
284L: [email protected]
285L: [email protected]
286W: https://acpica.org/
287W: https://github.com/acpica/acpica/
288Q: https://patchwork.kernel.org/project/linux-acpi/list/
289T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290S: Supported
291F: drivers/acpi/acpica/
292F: include/acpi/
2754c447 293F: tools/power/acpi/
3774929d 294
8b59a454 295ACPI FAN DRIVER
8b58be88 296M: Zhang Rui <[email protected]>
8b59a454 297L: [email protected]
5ca92bd9 298W: https://01.org/linux-acpi
8b59a454 299S: Supported
679655da 300F: drivers/acpi/fan.c
1da177e4 301
8b59a454 302ACPI THERMAL DRIVER
8b58be88 303M: Zhang Rui <[email protected]>
8b59a454 304L: [email protected]
5ca92bd9 305W: https://01.org/linux-acpi
8b59a454 306S: Supported
679655da 307F: drivers/acpi/*thermal*
998be20f 308
359acec8 309ACPI VIDEO DRIVER
8b58be88 310M: Zhang Rui <[email protected]>
8b59a454 311L: [email protected]
5ca92bd9 312W: https://01.org/linux-acpi
8b59a454 313S: Supported
679655da 314F: drivers/acpi/video.c
998be20f 315
bff431e4 316ACPI WMI DRIVER
d0944853 317L: [email protected]
5b927259 318S: Orphan
679655da 319F: drivers/platform/x86/wmi.c
bff431e4 320
2f39d519 321AD1889 ALSA SOUND DRIVER
8b58be88 322M: Thibaut Varene <[email protected]>
795fb7e7
JD
323W: http://wiki.parisc-linux.org/AD1889
324L: [email protected]
325S: Maintained
679655da 326F: sound/pci/ad1889.*
2f39d519 327
527a1a83
MH
328AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329M: Michael Hennerich <[email protected]>
a3f531ac 330W: http://wiki.analog.com/AD5254
a4edbc10 331W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
332S: Supported
333F: drivers/misc/ad525x_dpot.c
334
335AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336M: Michael Hennerich <[email protected]>
a3f531ac 337W: http://wiki.analog.com/AD5398
a4edbc10 338W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
339S: Supported
340F: drivers/regulator/ad5398.c
341
342AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343M: Michael Hennerich <[email protected]>
a3f531ac 344W: http://wiki.analog.com/AD7142
a4edbc10 345W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
346S: Supported
347F: drivers/input/misc/ad714x.c
348
349AD7877 TOUCHSCREEN DRIVER
350M: Michael Hennerich <[email protected]>
a3f531ac 351W: http://wiki.analog.com/AD7877
a4edbc10 352W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
353S: Supported
354F: drivers/input/touchscreen/ad7877.c
355
356AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357M: Michael Hennerich <[email protected]>
a3f531ac 358W: http://wiki.analog.com/AD7879
a4edbc10 359W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
360S: Supported
361F: drivers/input/touchscreen/ad7879.c
362
1330b0dc
JK
363ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364M: Jiri Kosina <[email protected]>
365S: Maintained
366
1da177e4 367ADM1025 HARDWARE MONITOR DRIVER
7c81c60f 368M: Jean Delvare <[email protected]>
cc0b07ed 369L: [email protected]
1da177e4 370S: Maintained
679655da
JP
371F: Documentation/hwmon/adm1025
372F: drivers/hwmon/adm1025.c
1da177e4 373
cae2caae 374ADM1029 HARDWARE MONITOR DRIVER
fce8ffa3 375M: Corentin Labbe <[email protected]>
cae2caae
CL
376L: [email protected]
377S: Maintained
679655da 378F: drivers/hwmon/adm1029.c
cae2caae 379
cc0b88cf 380ADM8211 WIRELESS DRIVER
cc0b88cf 381L: [email protected]
491b26b4 382W: http://wireless.kernel.org/
e71bcbd0 383S: Orphan
679655da 384F: drivers/net/wireless/adm8211.*
cc0b88cf 385
e8e31622
SA
386ADP1653 FLASH CONTROLLER DRIVER
387M: Sakari Ailus <[email protected]>
388L: [email protected]
389S: Maintained
390F: drivers/media/i2c/adp1653.c
391F: include/media/adp1653.h
392
527a1a83
MH
393ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394M: Michael Hennerich <[email protected]>
a3f531ac 395W: http://wiki.analog.com/ADP5520
a4edbc10 396W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
397S: Supported
398F: drivers/mfd/adp5520.c
399F: drivers/video/backlight/adp5520_bl.c
45b4e0d5 400F: drivers/leds/leds-adp5520.c
77278d50 401F: drivers/gpio/gpio-adp5520.c
527a1a83
MH
402F: drivers/input/keyboard/adp5520-keys.c
403
404ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405M: Michael Hennerich <[email protected]>
a3f531ac 406W: http://wiki.analog.com/ADP5588
a4edbc10 407W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
408S: Supported
409F: drivers/input/keyboard/adp5588-keys.c
77278d50 410F: drivers/gpio/gpio-adp5588.c
527a1a83
MH
411
412ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413M: Michael Hennerich <[email protected]>
a3f531ac 414W: http://wiki.analog.com/ADP8860
a4edbc10 415W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
416S: Supported
417F: drivers/video/backlight/adp8860_bl.c
418
8c22a8f5
DE
419ADS1015 HARDWARE MONITOR DRIVER
420M: Dirk Eibach <[email protected]>
421L: [email protected]
422S: Maintained
423F: Documentation/hwmon/ads1015
424F: drivers/hwmon/ads1015.c
425F: include/linux/i2c/ads1015.h
426
1da177e4 427ADT746X FAN DRIVER
8b58be88 428M: Colin Leroy <[email protected]>
1da177e4 429S: Maintained
679655da 430F: drivers/macintosh/therm_adt746x.c
1da177e4 431
b058b859 432ADT7475 HARDWARE MONITOR DRIVER
7c81c60f 433M: Jean Delvare <[email protected]>
b058b859
JD
434L: [email protected]
435S: Maintained
436F: Documentation/hwmon/adt7475
437F: drivers/hwmon/adt7475.c
438
527a1a83
MH
439ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440M: Michael Hennerich <[email protected]>
a3f531ac 441W: http://wiki.analog.com/ADXL345
a4edbc10 442W: http://ez.analog.com/community/linux-device-drivers
527a1a83
MH
443S: Supported
444F: drivers/input/misc/adxl34x.c
445
8c6af9e1 446ADVANSYS SCSI DRIVER
8b58be88 447M: Matthew Wilcox <[email protected]>
8c6af9e1
MW
448L: [email protected]
449S: Maintained
679655da
JP
450F: Documentation/scsi/advansys.txt
451F: drivers/scsi/advansys.c
8c6af9e1 452
1da177e4 453AEDSP16 DRIVER
8b58be88 454M: Riccardo Facchetti <[email protected]>
1da177e4 455S: Maintained
679655da 456F: sound/oss/aedsp16.c
1da177e4 457
91952bc0
AP
458AF9013 MEDIA DRIVER
459M: Antti Palosaari <[email protected]>
460L: [email protected]
461W: http://linuxtv.org/
462W: http://palosaari.fi/linux/
463Q: http://patchwork.linuxtv.org/project/linux-media/list/
464T: git git://linuxtv.org/anttip/media_tree.git
465S: Maintained
466F: drivers/media/dvb-frontends/af9013*
467
468AF9033 MEDIA DRIVER
469M: Antti Palosaari <[email protected]>
470L: [email protected]
471W: http://linuxtv.org/
472W: http://palosaari.fi/linux/
473Q: http://patchwork.linuxtv.org/project/linux-media/list/
474T: git git://linuxtv.org/anttip/media_tree.git
475S: Maintained
476F: drivers/media/dvb-frontends/af9033*
477
1da177e4 478AFFS FILE SYSTEM
6cf515e1
GU
479L: [email protected]
480S: Orphan
679655da
JP
481F: Documentation/filesystems/affs.txt
482F: fs/affs/
1da177e4 483
e2d1d6c0 484AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
8b58be88 485M: David Howells <[email protected]>
e2d1d6c0
RD
486L: [email protected]
487S: Supported
679655da
JP
488F: fs/afs/
489F: include/net/af_rxrpc.h
490F: net/rxrpc/af_rxrpc.c
e2d1d6c0 491
1da177e4 492AGPGART DRIVER
8b58be88 493M: David Airlie <[email protected]>
878eaf61 494T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
1da177e4 495S: Maintained
679655da
JP
496F: drivers/char/agp/
497F: include/linux/agp*
c117ab84 498F: include/uapi/linux/agp*
1da177e4
LT
499
500AHA152X SCSI DRIVER
8b58be88 501M: "Juergen E. Fischer" <[email protected]>
1da177e4
LT
502L: [email protected]
503S: Maintained
679655da
JP
504F: drivers/scsi/aha152x*
505F: drivers/scsi/pcmcia/aha152x*
1da177e4 506
64624d4f 507AIC7XXX / AIC79XX SCSI DRIVER
8b58be88 508M: Hannes Reinecke <[email protected]>
64624d4f 509L: [email protected]
1da177e4 510S: Maintained
679655da 511F: drivers/scsi/aic7xxx/
1da177e4 512
450500ad
HV
513AIMSLAB FM RADIO RECEIVER DRIVER
514M: Hans Verkuil <[email protected]>
515L: [email protected]
516T: git git://linuxtv.org/media_tree.git
517W: http://linuxtv.org
518S: Maintained
519F: drivers/media/radio/radio-aimslab*
520
e2d1d6c0 521AIO
8b58be88 522M: Benjamin LaHaise <[email protected]>
e2d1d6c0
RD
523L: [email protected]
524S: Supported
679655da
JP
525F: fs/aio.c
526F: include/linux/*aio*.h
e2d1d6c0 527
469d4ec8
AP
528AIRSPY MEDIA DRIVER
529M: Antti Palosaari <[email protected]>
530L: [email protected]
531W: http://linuxtv.org/
532W: http://palosaari.fi/linux/
533Q: http://patchwork.linuxtv.org/project/linux-media/list/
534T: git git://linuxtv.org/anttip/media_tree.git
535S: Maintained
536F: drivers/media/usb/airspy/
537
1da177e4 538ALCATEL SPEEDTOUCH USB DRIVER
8b58be88 539M: Duncan Sands <[email protected]>
6372594a 540L: [email protected]
1da177e4
LT
541W: http://www.linux-usb.org/SpeedTouch/
542S: Maintained
679655da
JP
543F: drivers/usb/atm/speedtch.c
544F: drivers/usb/atm/usbatm.c
1da177e4 545
272f133a 546ALCHEMY AU1XX0 MMC DRIVER
8b58be88 547M: Manuel Lauss <[email protected]>
08fcb720 548S: Maintained
679655da 549F: drivers/mmc/host/au1xmmc.c
272f133a 550
4a4e5787 551ALI1563 I2C DRIVER
8b58be88 552M: Rudolf Marek <[email protected]>
846557d3 553L: [email protected]
4a4e5787 554S: Maintained
679655da
JP
555F: Documentation/i2c/busses/i2c-ali1563
556F: drivers/i2c/busses/i2c-ali1563.c
4a4e5787 557
1da177e4 558ALPHA PORT
8b58be88 559M: Richard Henderson <[email protected]>
8b58be88 560M: Ivan Kokshaysky <[email protected]>
abd4d609 561M: Matt Turner <[email protected]>
c89f4f9a 562S: Odd Fixes
a9406699 563L: [email protected]
679655da 564F: arch/alpha/
1da177e4 565
16b8b922 566ALTERA TRIPLE SPEED ETHERNET DRIVER
c53fed07 567M: Vince Bridgers <[email protected]>
16b8b922
VB
568L: [email protected]
569L: [email protected] (moderated for non-subscribers)
570S: Maintained
571F: drivers/net/ethernet/altera/
572
adf9251f
TK
573ALTERA UART/JTAG UART SERIAL DRIVERS
574M: Tobias Klauser <[email protected]>
575L: [email protected]
61bd0943 576L: [email protected] (moderated for non-subscribers)
adf9251f
TK
577S: Maintained
578F: drivers/tty/serial/altera_uart.c
579F: drivers/tty/serial/altera_jtaguart.c
580F: include/linux/altera_uart.h
581F: include/linux/altera_jtaguart.h
582
f4875e12
TL
583AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584M: Tom Lendacky <[email protected]>
585L: [email protected]
586S: Supported
587F: drivers/crypto/ccp/
588F: include/linux/ccp.h
589
512d1027 590AMD FAM15H PROCESSOR POWER MONITORING DRIVER
d034fbf0 591M: Andreas Herrmann <[email protected]>
512d1027
AH
592L: [email protected]
593S: Maintained
594F: Documentation/hwmon/fam15h_power
595F: drivers/hwmon/fam15h_power.c
596
167a675a 597AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
8b58be88 598M: Thomas Dahlmann <[email protected]>
67d76710 599L: [email protected] (moderated for non-subscribers)
167a675a 600S: Supported
faf2e1db 601F: drivers/usb/gadget/udc/amd5536udc.*
167a675a 602
f90b8116 603AMD GEODE PROCESSOR/CHIPSET SUPPORT
69006096 604P: Andres Salomon <[email protected]>
67d76710 605L: [email protected] (moderated for non-subscribers)
f90b8116
JC
606W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607S: Supported
679655da
JP
608F: drivers/char/hw_random/geode-rng.c
609F: drivers/crypto/geode*
8a61f013 610F: drivers/video/fbdev/geode/
679655da 611F: arch/x86/include/asm/geode.h
f90b8116 612
919ee7dd 613AMD IOMMU (AMD-VI)
e4110568 614M: Joerg Roedel <[email protected]>
919ee7dd 615L: [email protected]
525b233c 616T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
e4110568 617S: Maintained
b2c16391
JP
618F: drivers/iommu/amd_iommu*.[ch]
619F: include/linux/amd-iommu.h
919ee7dd 620
16423d67
OG
621AMD KFD
622M: Oded Gabbay <[email protected]>
623L: [email protected]
624T: git git://people.freedesktop.org/~gabbayo/linux.git
625S: Supported
626F: drivers/gpu/drm/amd/amdkfd/
627F: drivers/gpu/drm/radeon/radeon_kfd.c
628F: drivers/gpu/drm/radeon/radeon_kfd.h
629F: include/uapi/linux/kfd_ioctl.h
630
e7f5b309 631AMD MICROCODE UPDATE SUPPORT
943482d0 632M: Andreas Herrmann <[email protected]>
7d2c86b5 633L: [email protected]
943482d0 634S: Maintained
73d425fd 635F: arch/x86/kernel/cpu/microcode/amd*
e7f5b309 636
45198c7b
LT
637AMD XGBE DRIVER
638M: Tom Lendacky <[email protected]>
639L: [email protected]
640S: Supported
641F: drivers/net/ethernet/amd/xgbe/
642F: drivers/net/phy/amd-xgbe-phy.c
643
284f42b6 644AMS (Apple Motion Sensor) DRIVER
8b58be88 645M: Michael Hanselmann <[email protected]>
284f42b6 646S: Supported
bd5f47ec 647F: drivers/macintosh/ams/
284f42b6 648
f94b533d 649AMSO1100 RNIC DRIVER
8b58be88
JP
650M: Tom Tucker <[email protected]>
651M: Steve Wise <[email protected]>
e6cc0fd1 652L: [email protected]
f94b533d 653S: Maintained
679655da 654F: drivers/infiniband/hw/amso1100/
f94b533d 655
531fca16
HV
656ANALOG DEVICES INC AD9389B DRIVER
657M: Hans Verkuil <[email protected]>
658L: [email protected]
659S: Maintained
660F: drivers/media/i2c/ad9389b*
661
c40ddfa3
HV
662ANALOG DEVICES INC ADV7511 DRIVER
663M: Hans Verkuil <[email protected]>
664L: [email protected]
665S: Maintained
666F: drivers/media/i2c/adv7511*
667
531fca16
HV
668ANALOG DEVICES INC ADV7604 DRIVER
669M: Hans Verkuil <[email protected]>
670L: [email protected]
671S: Maintained
672F: drivers/media/i2c/adv7604*
673
c40ddfa3
HV
674ANALOG DEVICES INC ADV7842 DRIVER
675M: Hans Verkuil <[email protected]>
676L: [email protected]
677S: Maintained
678F: drivers/media/i2c/adv7842*
679
527a1a83 680ANALOG DEVICES INC ASOC CODEC DRIVERS
535bd16f 681M: Lars-Peter Clausen <[email protected]>
4bdef3bd 682L: [email protected] (moderated for non-subscribers)
a3f531ac 683W: http://wiki.analog.com/
a4edbc10 684W: http://ez.analog.com/community/linux-device-drivers
4bdef3bd 685S: Supported
39c9d199 686F: sound/soc/codecs/adau*
cc52688a 687F: sound/soc/codecs/adav*
4bdef3bd 688F: sound/soc/codecs/ad1*
ae48f5ef 689F: sound/soc/codecs/ad7*
4bdef3bd 690F: sound/soc/codecs/ssm*
40216ce7 691F: sound/soc/codecs/sigmadsp.*
4bdef3bd 692
527a1a83 693ANALOG DEVICES INC ASOC DRIVERS
b3fe92b0 694L: [email protected] (moderated for non-subscribers)
527a1a83
MH
695L: [email protected] (moderated for non-subscribers)
696W: http://blackfin.uclinux.org/
697S: Supported
698F: sound/soc/blackfin/*
4ce72abc
LPC
699
700ANALOG DEVICES INC IIO DRIVERS
701M: Lars-Peter Clausen <[email protected]>
702M: Michael Hennerich <[email protected]>
703W: http://wiki.analog.com/
704W: http://ez.analog.com/community/linux-device-drivers
705S: Supported
706F: drivers/iio/*/ad*
707X: drivers/iio/*/adjd*
708F: drivers/staging/iio/*/ad*
709F: staging/iio/trigger/iio-trig-bfin-timer.c
527a1a83 710
42269063 711AOA (Apple Onboard Audio) ALSA DRIVER
8b58be88 712M: Johannes Berg <[email protected]>
a4724ed6 713L: [email protected]
93711660 714L: [email protected] (moderated for non-subscribers)
42269063 715S: Maintained
679655da 716F: sound/aoa/
42269063 717
1da177e4 718APM DRIVER
81024fc4
JK
719M: Jiri Kosina <[email protected]>
720S: Odd fixes
679655da
JP
721F: arch/x86/kernel/apm_32.c
722F: include/linux/apm_bios.h
c117ab84 723F: include/uapi/linux/apm_bios.h
81024fc4 724F: drivers/char/apm-emulation.c
1da177e4 725
bd7aa4b2 726APPLE BCM5974 MULTITOUCH DRIVER
8b58be88 727M: Henrik Rydberg <[email protected]>
bd7aa4b2
HR
728L: [email protected]
729S: Maintained
679655da 730F: drivers/input/mouse/bcm5974.c
bd7aa4b2 731
6f2fad74 732APPLE SMC DRIVER
d618540f
HR
733M: Henrik Rydberg <[email protected]>
734L: [email protected]
6f2fad74 735S: Maintained
679655da 736F: drivers/hwmon/applesmc.c
6f2fad74 737
1da177e4 738APPLETALK NETWORK LAYER
8b58be88 739M: Arnaldo Carvalho de Melo <[email protected]>
1da177e4 740S: Maintained
679655da
JP
741F: drivers/net/appletalk/
742F: net/appletalk/
1da177e4 743
24299502
IS
744APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
745M: Iyappan Subramanian <[email protected]>
746M: Keyur Chudgar <[email protected]>
24299502
IS
747S: Supported
748F: drivers/net/ethernet/apm/xgene/
749F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
750
62a37dc7
LP
751APTINA CAMERA SENSOR PLL
752M: Laurent Pinchart <[email protected]>
753L: [email protected]
754S: Maintained
755F: drivers/media/i2c/aptina-pll.*
756
a480167b 757ARASAN COMPACT FLASH PATA CONTROLLER
2d8a3b3d 758M: Viresh Kumar <[email protected]>
a480167b
VK
759L: [email protected]
760S: Maintained
761F: include/linux/pata_arasan_cf_data.h
762F: drivers/ata/pata_arasan_cf.c
763
1154ea7d 764ARC FRAMEBUFFER DRIVER
8b58be88 765M: Jaya Kumar <[email protected]>
1154ea7d 766S: Maintained
8a61f013
JH
767F: drivers/video/fbdev/arcfb.c
768F: drivers/video/fbdev/core/fb_defio.c
1154ea7d 769
1da177e4 770ARM MFM AND FLOPPY DRIVERS
8b58be88 771M: Ian Molton <[email protected]>
1da177e4 772S: Maintained
679655da
JP
773F: arch/arm/lib/floppydma.S
774F: arch/arm/include/asm/floppy.h
1da177e4 775
6f96521f
WD
776ARM PMU PROFILING AND DEBUGGING
777M: Will Deacon <[email protected]>
778S: Maintained
779F: arch/arm/kernel/perf_event*
780F: arch/arm/oprofile/common.c
6f96521f
WD
781F: arch/arm/include/asm/pmu.h
782F: arch/arm/kernel/hw_breakpoint.c
783F: arch/arm/include/asm/hw_breakpoint.h
784
d4275354 785ARM PORT
8b58be88 786M: Russell King <[email protected]>
efc03ecb 787L: [email protected] (moderated for non-subscribers)
d4275354
RK
788W: http://www.arm.linux.org.uk/
789S: Maintained
790F: arch/arm/
791
d323c243
SB
792ARM SUB-ARCHITECTURES
793L: [email protected] (moderated for non-subscribers)
56ca9d98 794S: Maintained
d323c243
SB
795F: arch/arm/mach-*/
796F: arch/arm/plat-*/
797T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
798
cefbf4ea
RK
799ARM PRIMECELL AACI PL041 DRIVER
800M: Russell King <[email protected]>
801S: Maintained
802F: sound/arm/aaci.*
803
804ARM PRIMECELL CLCD PL110 DRIVER
805M: Russell King <[email protected]>
806S: Maintained
8a61f013 807F: drivers/video/fbdev/amba-clcd.*
cefbf4ea
RK
808
809ARM PRIMECELL KMI PL050 DRIVER
810M: Russell King <[email protected]>
811S: Maintained
812F: drivers/input/serio/ambakmi.*
813F: include/linux/amba/kmi.h
814
2761f5c2 815ARM PRIMECELL MMCI PL180/1 DRIVER
08a5c9a2
RK
816M: Russell King <[email protected]>
817S: Maintained
679655da 818F: drivers/mmc/host/mmci.*
2f748aaa 819F: include/linux/amba/mmci.h
2761f5c2 820
1b4304e5
RK
821ARM PRIMECELL UART PL010 AND PL011 DRIVERS
822M: Russell King <[email protected]>
823S: Maintained
824F: drivers/tty/serial/amba-pl01*.c
825F: include/linux/amba/serial.h
2761f5c2 826
cefbf4ea
RK
827ARM PRIMECELL BUS SUPPORT
828M: Russell King <[email protected]>
829S: Maintained
830F: drivers/amba/
831F: include/linux/amba/bus.h
832
2b7a52a4 833ARM/ADS SPHERE MACHINE SUPPORT
8b58be88 834M: Lennert Buytenhek <[email protected]>
efc03ecb 835L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
836S: Maintained
837
9c784f95 838ARM/AFEB9260 MACHINE SUPPORT
8b58be88 839M: Sergey Lapin <[email protected]>
efc03ecb 840L: [email protected] (moderated for non-subscribers)
9c784f95
SL
841S: Maintained
842
2b7a52a4 843ARM/AJECO 1ARM MACHINE SUPPORT
8b58be88 844M: Lennert Buytenhek <[email protected]>
efc03ecb 845L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
846S: Maintained
847
1b106699
MR
848ARM/Allwinner A1X SoC support
849M: Maxime Ripard <[email protected]>
850L: [email protected] (moderated for non-subscribers)
851S: Maintained
60b0f380
MR
852N: sun[x4567]i
853
854ARM/Allwinner SoC Clock Support
855M: Emilio López <[email protected]>
856S: Maintained
857F: drivers/clk/sunxi/
1b106699 858
7c1e3876
CC
859ARM/Amlogic MesonX SoC support
860M: Carlo Caione <[email protected]>
861L: [email protected] (moderated for non-subscribers)
862S: Maintained
12ddbadf 863F: drivers/media/rc/meson-ir.c
7c1e3876
CC
864N: meson[x68]
865
c1fc8675 866ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
8b58be88 867M: Andrew Victor <[email protected]>
c1fc8675
NF
868M: Nicolas Ferre <[email protected]>
869M: Jean-Christophe Plagniol-Villard <[email protected]>
efc03ecb 870L: [email protected] (moderated for non-subscribers)
795fb7e7 871W: http://maxim.org.za/at91_26.html
c1fc8675
NF
872W: http://www.linux4sam.org
873S: Supported
874F: arch/arm/mach-at91/
f0a0a58e 875F: include/soc/at91/
70e389cc
MB
876F: arch/arm/boot/dts/at91*.dts
877F: arch/arm/boot/dts/at91*.dtsi
878F: arch/arm/boot/dts/sama*.dts
879F: arch/arm/boot/dts/sama*.dtsi
d4a89c7d 880
6e05dd4e
BB
881ARM/ATMEL AT91 Clock Support
882M: Boris Brezillon <[email protected]>
883S: Maintained
884F: drivers/clk/at91
885
986cf2e9 886ARM/CALXEDA HIGHBANK ARCHITECTURE
5d3ad8a6 887M: Rob Herring <[email protected]>
986cf2e9
RH
888L: [email protected] (moderated for non-subscribers)
889S: Maintained
890F: arch/arm/mach-highbank/
891
d94f944e 892ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
5529c2cd 893M: Krzysztof Halasa <[email protected]>
d94f944e
AV
894S: Maintained
895F: arch/arm/mach-cns3xxx/
d94f944e 896
386ab516
AS
897ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
898M: Alexander Shiyan <[email protected]>
899L: [email protected] (moderated for non-subscribers)
900S: Odd Fixes
b8ba3874 901N: clps711x
386ab516 902
2b7a52a4 903ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
ddd559b1 904M: Hartley Sweeten <[email protected]>
1c5454ee 905M: Ryan Mallon <[email protected]>
efc03ecb 906L: [email protected] (moderated for non-subscribers)
2b7a52a4 907S: Maintained
d19d3667
HS
908F: arch/arm/mach-ep93xx/
909F: arch/arm/mach-ep93xx/include/mach/
2b7a52a4
LB
910
911ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
8b58be88 912M: Lennert Buytenhek <[email protected]>
efc03ecb 913L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
914S: Maintained
915
d4275354 916ARM/CLKDEV SUPPORT
8b58be88 917M: Russell King <[email protected]>
efc03ecb 918L: [email protected] (moderated for non-subscribers)
37417046 919S: Maintained
d4275354 920F: arch/arm/include/asm/clkdev.h
4fa2651d 921F: drivers/clk/clkdev.c
d4275354 922
d48134e7 923ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
8b58be88 924M: Mike Rapoport <[email protected]>
efc03ecb 925L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
926S: Maintained
927
94150095
HF
928ARM/CONTEC MICRO9 MACHINE SUPPORT
929M: Hubert Feurstein <[email protected]>
930S: Maintained
931F: arch/arm/mach-ep93xx/micro9.c
932
a06ae860
PP
933ARM/CORESIGHT FRAMEWORK AND DRIVERS
934M: Mathieu Poirier <[email protected]>
935L: [email protected] (moderated for non-subscribers)
936S: Maintained
937F: drivers/coresight/*
938F: Documentation/trace/coresight.txt
939F: Documentation/devicetree/bindings/arm/coresight.txt
7a25ec8e 940F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
a06ae860 941
1da177e4 942ARM/CORGI MACHINE SUPPORT
8b58be88 943M: Richard Purdie <[email protected]>
1da177e4
LT
944S: Maintained
945
881a95f9 946ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
162500b3 947M: Hans Ulli Kroll <[email protected]>
efc03ecb 948L: [email protected] (moderated for non-subscribers)
162500b3
HUK
949T: git git://git.berlios.de/gemini-board
950S: Maintained
f49afbb5 951F: arch/arm/mach-gemini/
881a95f9 952
a990cbd8 953ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
5abf58bf 954M: Barry Song <[email protected]>
a990cbd8 955L: [email protected] (moderated for non-subscribers)
85529d14 956T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
a990cbd8
BS
957S: Maintained
958F: arch/arm/mach-prima2/
4a9c44f1 959F: drivers/clk/sirf/
05f30e8d
BS
960F: drivers/clocksource/timer-prima2.c
961F: drivers/clocksource/timer-marco.c
f8505ef5 962N: [^a-z]sirf
a990cbd8 963
d4275354 964ARM/EBSA110 MACHINE SUPPORT
8b58be88 965M: Russell King <[email protected]>
efc03ecb 966L: [email protected] (moderated for non-subscribers)
d4275354
RK
967W: http://www.arm.linux.org.uk/
968S: Maintained
969F: arch/arm/mach-ebsa110/
b955f6ca 970F: drivers/net/ethernet/amd/am79c961a.*
d4275354 971
4721f3ce
UKK
972ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
973M: Uwe Kleine-König <[email protected]>
974L: [email protected] (moderated for non-subscribers)
975S: Maintained
976N: efm32
977
a9da4f7e 978ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
8b58be88
JP
979M: Daniel Ribeiro <[email protected]>
980M: Stefan Schmidt <[email protected]>
981M: Harald Welte <[email protected]>
d66f1886 982L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
983W: http://www.openezx.org/
984S: Maintained
cafc2265
SS
985T: topgit git://git.openezx.org/openezx.git
986F: arch/arm/mach-pxa/ezx.c
a9da4f7e 987
6a915af9 988ARM/FARADAY FA526 PORT
162500b3 989M: Hans Ulli Kroll <[email protected]>
efc03ecb 990L: [email protected] (moderated for non-subscribers)
162500b3 991S: Maintained
1fa7e547 992T: git git://git.berlios.de/gemini-board
f49afbb5 993F: arch/arm/mm/*-fa*
6a915af9 994
d4275354 995ARM/FOOTBRIDGE ARCHITECTURE
8b58be88 996M: Russell King <[email protected]>
efc03ecb 997L: [email protected] (moderated for non-subscribers)
d4275354
RK
998W: http://www.arm.linux.org.uk/
999S: Maintained
1000F: arch/arm/include/asm/hardware/dec21285.h
1001F: arch/arm/mach-footbridge/
1002
86183a5f 1003ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
5df27823 1004M: Shawn Guo <[email protected]>
8b58be88 1005M: Sascha Hauer <[email protected]>
efc03ecb 1006L: [email protected] (moderated for non-subscribers)
86183a5f 1007S: Maintained
f1c12837 1008T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
adf79292 1009F: arch/arm/mach-imx/
ce515a6b 1010F: arch/arm/mach-mxs/
2a82f95c 1011F: arch/arm/boot/dts/imx*
e5dafa22 1012F: arch/arm/configs/imx*_defconfig
86183a5f 1013
2b7a52a4 1014ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
8b58be88 1015M: Lennert Buytenhek <[email protected]>
efc03ecb 1016L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1017S: Maintained
1018
90b8fc34 1019ARM/GUMSTIX MACHINE SUPPORT
8b58be88 1020M: Steve Sakoman <[email protected]>
efc03ecb 1021L: [email protected] (moderated for non-subscribers)
90b8fc34
JK
1022S: Maintained
1023
ef47d5f0 1024ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
8b58be88 1025M: Philipp Zabel <[email protected]>
12a93f32
PZ
1026M: Paul Parsons <[email protected]>
1027L: [email protected] (moderated for non-subscribers)
ef47d5f0
PZ
1028S: Maintained
1029F: arch/arm/mach-pxa/hx4700.c
1030F: arch/arm/mach-pxa/include/mach/hx4700.h
12a93f32 1031F: sound/soc/pxa/hx4700.c
ef47d5f0 1032
4dfad069
WX
1033ARM/HISILICON SOC SUPPORT
1034M: Wei Xu <[email protected]>
1035L: [email protected] (moderated for non-subscribers)
1036W: http://www.hisilicon.com
1037S: Supported
1038T: git git://github.com/hisilicon/linux-hisi.git
1039F: arch/arm/mach-hisi/
1040
21f37bc3 1041ARM/HP JORNADA 7XX MACHINE SUPPORT
8b58be88 1042M: Kristoffer Ericson <[email protected]>
795fb7e7
JD
1043W: www.jlime.com
1044S: Maintained
084bad91
KE
1045T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1046F: arch/arm/mach-sa1100/jornada720.c
1047F: arch/arm/mach-sa1100/include/mach/jornada720.h
21f37bc3 1048
5e767ab9
JMC
1049ARM/IGEP MACHINE SUPPORT
1050M: Enric Balletbo i Serra <[email protected]>
1051M: Javier Martinez Canillas <[email protected]>
1052L: [email protected]
1053L: [email protected] (moderated for non-subscribers)
1054S: Maintained
06ff74fd 1055F: arch/arm/boot/dts/omap3-igep*
5e767ab9 1056
403d2971
MV
1057ARM/INCOME PXA270 SUPPORT
1058M: Marek Vasut <[email protected]>
1059L: [email protected] (moderated for non-subscribers)
1060S: Maintained
ec154082 1061F: arch/arm/mach-pxa/colibri-pxa270-income.c
403d2971 1062
2b7a52a4 1063ARM/INTEL IOP32X ARM ARCHITECTURE
8b58be88 1064M: Lennert Buytenhek <[email protected]>
efc03ecb 1065L: [email protected] (moderated for non-subscribers)
f00f510a 1066S: Maintained
e2bdb176
DW
1067
1068ARM/INTEL IOP33X ARM ARCHITECTURE
efc03ecb 1069L: [email protected] (moderated for non-subscribers)
08223d80 1070S: Orphan
2b7a52a4
LB
1071
1072ARM/INTEL IOP13XX ARM ARCHITECTURE
8b58be88 1073M: Lennert Buytenhek <[email protected]>
efc03ecb 1074L: [email protected] (moderated for non-subscribers)
f00f510a 1075S: Maintained
2b7a52a4
LB
1076
1077ARM/INTEL IQ81342EX MACHINE SUPPORT
8b58be88 1078M: Lennert Buytenhek <[email protected]>
efc03ecb 1079L: [email protected] (moderated for non-subscribers)
f00f510a 1080S: Maintained
2b7a52a4 1081
2b7a52a4 1082ARM/INTEL IXDP2850 MACHINE SUPPORT
8b58be88 1083M: Lennert Buytenhek <[email protected]>
efc03ecb 1084L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1085S: Maintained
1086
dfdd8cc9
KH
1087ARM/INTEL IXP4XX ARM ARCHITECTURE
1088M: Imre Kaloz <[email protected]>
5529c2cd 1089M: Krzysztof Halasa <[email protected]>
baea7b94 1090L: [email protected] (moderated for non-subscribers)
dfdd8cc9
KH
1091S: Maintained
1092F: arch/arm/mach-ixp4xx/
1093
838553c5 1094ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
7f49a7f7
JC
1095M: Jonathan Cameron <[email protected]>
1096L: [email protected] (moderated for non-subscribers)
1097S: Maintained
1098F: arch/arm/mach-pxa/stargate2.c
1099F: drivers/pcmcia/pxa2xx_stargate2.c
1100
2b7a52a4 1101ARM/INTEL XSC3 (MANZANO) ARM CORE
8b58be88 1102M: Lennert Buytenhek <[email protected]>
efc03ecb 1103L: [email protected] (moderated for non-subscribers)
f00f510a 1104S: Maintained
2b7a52a4
LB
1105
1106ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
8b58be88 1107M: Lennert Buytenhek <[email protected]>
efc03ecb 1108L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1109S: Maintained
1110
1154f858 1111ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
97215800 1112M: Santosh Shilimkar <[email protected]>
1154f858
SS
1113L: [email protected] (moderated for non-subscribers)
1114S: Maintained
1115F: arch/arm/mach-keystone/
317929cd 1116T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1154f858 1117
bc6aa566 1118ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
97215800 1119M: Santosh Shilimkar <[email protected]>
bc6aa566
SS
1120L: [email protected]
1121S: Maintained
1122F: drivers/clk/keystone/
1123
1124ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
97215800 1125M: Santosh Shilimkar <[email protected]>
bc6aa566
SS
1126L: [email protected] (moderated for non-subscribers)
1127L: [email protected]
1128S: Maintained
1129F: drivers/clocksource/timer-keystone.c
1130
1131ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
97215800 1132M: Santosh Shilimkar <[email protected]>
bc6aa566
SS
1133L: [email protected]
1134S: Maintained
1135F: drivers/power/reset/keystone-reset.c
1136
1137ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
97215800 1138M: Santosh Shilimkar <[email protected]>
bc6aa566
SS
1139L: [email protected]
1140S: Maintained
1141F: drivers/memory/*emif*
1142
2b7a52a4 1143ARM/LOGICPD PXA270 MACHINE SUPPORT
8b58be88 1144M: Lennert Buytenhek <[email protected]>
efc03ecb 1145L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1146S: Maintained
1147
3b886171 1148ARM/MAGICIAN MACHINE SUPPORT
8b58be88 1149M: Philipp Zabel <[email protected]>
3b886171
PZ
1150S: Maintained
1151
75f41273
TP
1152ARM/Marvell Armada 370 and Armada XP SOC support
1153M: Jason Cooper <[email protected]>
1154M: Andrew Lunn <[email protected]>
1155M: Gregory Clement <[email protected]>
dcb71503 1156M: Sebastian Hesselbarth <[email protected]>
75f41273
TP
1157L: [email protected] (moderated for non-subscribers)
1158S: Maintained
1159F: arch/arm/mach-mvebu/
1160
40f4978b
SH
1161ARM/Marvell Berlin SoC support
1162M: Sebastian Hesselbarth <[email protected]>
1163L: [email protected] (moderated for non-subscribers)
1164S: Maintained
1165F: arch/arm/mach-berlin/
1166
4cfab57e 1167ARM/Marvell Dove/MV78xx0/Orion SOC support
4f1312b0
NP
1168M: Jason Cooper <[email protected]>
1169M: Andrew Lunn <[email protected]>
dcb71503 1170M: Sebastian Hesselbarth <[email protected]>
efc03ecb 1171L: [email protected] (moderated for non-subscribers)
4f1312b0
NP
1172S: Maintained
1173F: arch/arm/mach-dove/
54a246ff
NP
1174F: arch/arm/mach-mv78xx0/
1175F: arch/arm/mach-orion5x/
1176F: arch/arm/plat-orion/
3b886171 1177
d69ac131
AC
1178ARM/Orion SoC/Technologic Systems TS-78xx platform support
1179M: Alexander Clouter <[email protected]>
1180L: [email protected] (moderated for non-subscribers)
1181W: http://www.digriz.org.uk/ts78xx/kernel
1182S: Maintained
1183F: arch/arm/mach-orion5x/ts78xx-*
1184
e54951c8
MB
1185ARM/Mediatek SoC support
1186M: Matthias Brugger <[email protected]>
1187L: [email protected] (moderated for non-subscribers)
1188S: Maintained
1189F: arch/arm/boot/dts/mt6*
1190F: arch/arm/boot/dts/mt8*
1191F: arch/arm/mach-mediatek/
1192N: mtk
1193K: mediatek
1194
adcb079f
AB
1195ARM/MICREL KS8695 ARCHITECTURE
1196M: Greg Ungerer <[email protected]>
1197L: [email protected] (moderated for non-subscribers)
14430813 1198F: arch/arm/mach-ks8695/
adcb079f
AB
1199S: Odd Fixes
1200
d78ff0a5 1201ARM/MIOA701 MACHINE SUPPORT
8b58be88 1202M: Robert Jarzmik <[email protected]>
efc03ecb 1203L: [email protected] (moderated for non-subscribers)
d78ff0a5
RJ
1204F: arch/arm/mach-pxa/mioa701.c
1205S: Maintained
1206
9624dfe6 1207ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
8b58be88 1208M: Michael Petchkovsky <[email protected]>
9624dfe6
KE
1209S: Maintained
1210
e0ee9851 1211ARM/NOMADIK ARCHITECTURE
28b8e8d4 1212M: Alessandro Rubini <[email protected]>
e4651a9f 1213M: Linus Walleij <[email protected]>
28b8e8d4
JP
1214L: [email protected] (moderated for non-subscribers)
1215S: Maintained
1216F: arch/arm/mach-nomadik/
ecc265fe 1217F: drivers/pinctrl/nomadik/
87572880 1218F: drivers/i2c/busses/i2c-nomadik.c
e4651a9f 1219T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
e0ee9851 1220
9d76295a 1221ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
8b58be88 1222M: Nelson Castillo <[email protected]>
9d76295a
AG
1223L: [email protected] (subscribers-only)
1224W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1225S: Supported
1226
0c19d21e
DW
1227ARM/QUALCOMM MSM MACHINE SUPPORT
1228M: David Brown <[email protected]>
b4c9bfab 1229M: Daniel Walker <[email protected]>
0c19d21e 1230M: Bryan Huntsman <[email protected]>
c68af41d 1231L: [email protected]
0c19d21e 1232F: arch/arm/mach-msm/
8a61f013 1233F: drivers/video/fbdev/msm/
0c19d21e
DW
1234F: drivers/mmc/host/msm_sdcc.c
1235F: drivers/mmc/host/msm_sdcc.h
df621252
GKH
1236F: drivers/tty/serial/msm_serial.h
1237F: drivers/tty/serial/msm_serial.c
ea91db52 1238F: drivers/*/pm8???-*
0a759c6e 1239F: drivers/mfd/ssbi.c
8cd5c866 1240T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
0c19d21e
DW
1241S: Maintained
1242
8459c159 1243ARM/TOSA MACHINE SUPPORT
8b58be88
JP
1244M: Dmitry Eremin-Solenikov <[email protected]>
1245M: Dirk Opfer <[email protected]>
8459c159
DO
1246S: Maintained
1247
5d783a2d 1248ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
933d35f0 1249M: Marek Vasut <[email protected]>
75280787 1250L: [email protected]
b5e4ad57
MV
1251W: http://hackndev.com
1252S: Maintained
933d35f0
JP
1253F: arch/arm/mach-pxa/include/mach/palmtx.h
1254F: arch/arm/mach-pxa/palmtx.c
1255F: arch/arm/mach-pxa/include/mach/palmt5.h
1256F: arch/arm/mach-pxa/palmt5.c
1257F: arch/arm/mach-pxa/include/mach/palmld.h
1258F: arch/arm/mach-pxa/palmld.c
1259F: arch/arm/mach-pxa/include/mach/palmte2.h
1260F: arch/arm/mach-pxa/palmte2.c
1261F: arch/arm/mach-pxa/include/mach/palmtc.h
1262F: arch/arm/mach-pxa/palmtc.c
b5e4ad57 1263
b57fe924 1264ARM/PALM TREO SUPPORT
8b58be88 1265M: Tomas Cech <[email protected]>
75280787 1266L: [email protected]
90af5811
TSC
1267W: http://hackndev.com
1268S: Maintained
b57fe924
JP
1269F: arch/arm/mach-pxa/include/mach/palmtreo.h
1270F: arch/arm/mach-pxa/palmtreo.c
90af5811 1271
c49e1e63 1272ARM/PALMZ72 SUPPORT
8b58be88 1273M: Sergey Lapin <[email protected]>
75280787 1274L: [email protected]
7d2c86b5
JP
1275W: http://hackndev.com
1276S: Maintained
933d35f0
JP
1277F: arch/arm/mach-pxa/include/mach/palmz72.h
1278F: arch/arm/mach-pxa/palmz72.c
c49e1e63 1279
1da177e4 1280ARM/PLEB SUPPORT
8b58be88 1281M: Peter Chubb <[email protected]>
1da177e4
LT
1282W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1283S: Maintained
1284
1285ARM/PT DIGITAL BOARD PORT
8b58be88 1286M: Stefan Eletzhofer <[email protected]>
efc03ecb 1287L: [email protected] (moderated for non-subscribers)
1da177e4
LT
1288W: http://www.arm.linux.org.uk/
1289S: Maintained
1290
8fc1b0f8
KG
1291ARM/QUALCOMM SUPPORT
1292M: Kumar Gala <[email protected]>
1293M: David Brown <[email protected]>
1294L: [email protected]
1295S: Maintained
1296F: arch/arm/mach-qcom/
1297T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1298
2b7a52a4 1299ARM/RADISYS ENP2611 MACHINE SUPPORT
8b58be88 1300M: Lennert Buytenhek <[email protected]>
efc03ecb 1301L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1302S: Maintained
1303
d4275354 1304ARM/RISCPC ARCHITECTURE
8b58be88 1305M: Russell King <[email protected]>
efc03ecb 1306L: [email protected] (moderated for non-subscribers)
d4275354
RK
1307W: http://www.arm.linux.org.uk/
1308S: Maintained
d4275354
RK
1309F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1310F: arch/arm/include/asm/hardware/ioc.h
1311F: arch/arm/include/asm/hardware/iomd.h
1312F: arch/arm/include/asm/hardware/memc.h
1313F: arch/arm/mach-rpc/
1a6422f6 1314F: drivers/net/ethernet/8390/etherh.c
9e13fbf7
JK
1315F: drivers/net/ethernet/i825xx/ether1*
1316F: drivers/net/ethernet/seeq/ether3*
d4275354
RK
1317F: drivers/scsi/arm/
1318
08ddbb0a
HS
1319ARM/Rockchip SoC support
1320M: Heiko Stuebner <[email protected]>
1321L: [email protected] (moderated for non-subscribers)
00250b52 1322L: [email protected]
08ddbb0a 1323S: Maintained
541555e9 1324F: arch/arm/boot/dts/rk3*
08ddbb0a 1325F: arch/arm/mach-rockchip/
541555e9
HS
1326F: drivers/clk/rockchip/
1327F: drivers/i2c/busses/i2c-rk3x.c
08ddbb0a 1328F: drivers/*/*rockchip*
541555e9
HS
1329F: drivers/*/*/*rockchip*
1330F: sound/soc/rockchip/
08ddbb0a 1331
5bfb937c
KK
1332ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1333M: Kukjin Kim <[email protected]>
efc03ecb 1334L: [email protected] (moderated for non-subscribers)
7a549d78 1335L: [email protected] (moderated for non-subscribers)
b21477f9 1336S: Maintained
6f0589c8
MB
1337F: arch/arm/boot/dts/s3c*
1338F: arch/arm/boot/dts/exynos*
482ce512 1339F: arch/arm/plat-samsung/
769bbb63
HS
1340F: arch/arm/mach-s3c24*/
1341F: arch/arm/mach-s3c64xx/
5bfb937c
KK
1342F: arch/arm/mach-s5p*/
1343F: arch/arm/mach-exynos*/
eb2ffcaf
BD
1344F: drivers/*/*s3c2410*
1345F: drivers/*/*/*s3c2410*
40c76662
MB
1346F: drivers/spi/spi-s3c*
1347F: sound/soc/samsung/*
33d43cdd 1348N: exynos
f556cb07 1349
10ffa964
KP
1350ARM/SAMSUNG MOBILE MACHINE SUPPORT
1351M: Kyungmin Park <[email protected]>
1352L: [email protected] (moderated for non-subscribers)
1353S: Maintained
004bbd3c 1354F: arch/arm/mach-s5pv210/
10ffa964 1355
3ce4ccb6
KD
1356ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1357M: Kyungmin Park <[email protected]>
1358M: Kamil Debski <[email protected]>
1359L: [email protected]
1360L: [email protected]
1361S: Maintained
1362F: drivers/media/platform/s5p-g2d/
1363
e6a476fd
MS
1364ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1365M: Kyungmin Park <[email protected]>
1366M: Kamil Debski <[email protected]>
6305902c 1367M: Jeongtae Park <[email protected]>
e6a476fd
MS
1368L: [email protected]
1369L: [email protected]
1370S: Maintained
934455d7 1371F: arch/arm/plat-samsung/s5p-dev-mfc.c
90d72ac6 1372F: drivers/media/platform/s5p-mfc/
e6a476fd
MS
1373
1374ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1375M: Kyungmin Park <[email protected]>
1376M: Tomasz Stanislawski <[email protected]>
1377L: [email protected]
1378L: [email protected]
1379S: Maintained
90d72ac6 1380F: drivers/media/platform/s5p-tv/
e6a476fd 1381
d48d38e8 1382ARM/SHMOBILE ARM ARCHITECTURE
5e212598 1383M: Simon Horman <[email protected]>
d48d38e8
PM
1384M: Magnus Damm <[email protected]>
1385L: [email protected]
d48d38e8 1386W: http://oss.renesas.com
bbff48f5 1387Q: http://patchwork.kernel.org/project/linux-sh/list/
5e212598 1388T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
d48d38e8 1389S: Supported
0b514fdb
SH
1390F: arch/arm/boot/dts/emev2*
1391F: arch/arm/boot/dts/r7s*
1392F: arch/arm/boot/dts/r8a*
1393F: arch/arm/boot/dts/sh*
1394F: arch/arm/configs/ape6evm_defconfig
1395F: arch/arm/configs/armadillo800eva_defconfig
1396F: arch/arm/configs/bockw_defconfig
0b514fdb
SH
1397F: arch/arm/configs/kzm9g_defconfig
1398F: arch/arm/configs/lager_defconfig
1399F: arch/arm/configs/mackerel_defconfig
1400F: arch/arm/configs/marzen_defconfig
1401F: arch/arm/configs/shmobile_defconfig
7a2071c5 1402F: arch/arm/include/debug/renesas-scif.S
d48d38e8
PM
1403F: arch/arm/mach-shmobile/
1404F: drivers/sh/
1405
66314223 1406ARM/SOCFPGA ARCHITECTURE
ba2b7d0a 1407M: Dinh Nguyen <[email protected]>
66314223
DN
1408S: Maintained
1409F: arch/arm/mach-socfpga/
ba2b7d0a
DN
1410W: http://www.rocketboards.org
1411T: git://git.rocketboards.org/linux-socfpga.git
1412T: git://git.rocketboards.org/linux-socfpga-next.git
66314223
DN
1413
1414ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
ba2b7d0a 1415M: Dinh Nguyen <[email protected]>
66314223
DN
1416S: Maintained
1417F: drivers/clk/socfpga/
1418
71bcada8
TT
1419ARM/SOCFPGA EDAC SUPPORT
1420M: Thor Thayer <[email protected]>
1421S: Maintained
1422F: drivers/edac/altera_edac.
1423
65ebcc11 1424ARM/STI ARCHITECTURE
a92177ea
SK
1425M: Srinivas Kandagatla <[email protected]>
1426M: Maxime Coquelin <[email protected]>
1427M: Patrice Chotard <[email protected]>
65ebcc11
SK
1428L: [email protected] (moderated for non-subscribers)
1429L: [email protected]
1430W: http://www.stlinux.com
1431S: Maintained
1432F: arch/arm/mach-sti/
a92177ea
SK
1433F: arch/arm/boot/dts/sti*
1434F: drivers/clocksource/arm_global_timer.c
a92177ea 1435F: drivers/i2c/busses/i2c-st.c
346e2e4a 1436F: drivers/media/rc/st_rc.c
f53b2bff 1437F: drivers/mmc/host/sdhci-st.c
6da969a5 1438F: drivers/phy/phy-stih407-usb.c
26389c78 1439F: drivers/phy/phy-stih41x-usb.c
346e2e4a
GKH
1440F: drivers/pinctrl/pinctrl-st.c
1441F: drivers/reset/sti/
1442F: drivers/tty/serial/st-asc.c
eb11adab 1443F: drivers/usb/dwc3/dwc3-st.c
62f6f086
PG
1444F: drivers/usb/host/ehci-st.c
1445F: drivers/usb/host/ohci-st.c
daac6f86 1446F: drivers/ata/ahci_st.c
65ebcc11 1447
2b7a52a4 1448ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
8b58be88 1449M: Lennert Buytenhek <[email protected]>
efc03ecb 1450L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1451S: Maintained
1452
1bbd7089 1453ARM/TETON BGA MACHINE SUPPORT
706e69d6 1454M: "Mark F. Brown" <[email protected]>
1bbd7089
MB
1455L: [email protected] (moderated for non-subscribers)
1456S: Maintained
1457
2b7a52a4 1458ARM/THECUS N2100 MACHINE SUPPORT
8b58be88 1459M: Lennert Buytenhek <[email protected]>
efc03ecb 1460L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1461S: Maintained
1462
98ad6e3b 1463ARM/NUVOTON W90X900 ARM ARCHITECTURE
8b58be88 1464M: Wan ZongShun <[email protected]>
efc03ecb 1465L: [email protected] (moderated for non-subscribers)
7d2c86b5
JP
1466W: http://www.mcuos.com
1467S: Maintained
4e89e8f6 1468F: arch/arm/mach-w90x900/
4e89e8f6
WZ
1469F: drivers/input/keyboard/w90p910_keypad.c
1470F: drivers/input/touchscreen/w90p910_ts.c
1471F: drivers/watchdog/nuc900_wdt.c
679ec0ef 1472F: drivers/net/ethernet/nuvoton/w90p910_ether.c
5351684f 1473F: drivers/mtd/nand/nuc900_nand.c
4e89e8f6 1474F: drivers/rtc/rtc-nuc900.c
9df92e6c 1475F: drivers/spi/spi-nuc900.c
4e89e8f6 1476F: drivers/usb/host/ehci-w90x900.c
8a61f013 1477F: drivers/video/fbdev/nuc900fb.c
98ad6e3b 1478
54274d71 1479ARM/U300 MACHINE SUPPORT
e4651a9f 1480M: Linus Walleij <[email protected]>
54274d71
LW
1481L: [email protected] (moderated for non-subscribers)
1482S: Supported
1483F: arch/arm/mach-u300/
9affbd24 1484F: drivers/clocksource/timer-u300.c
54274d71
LW
1485F: drivers/i2c/busses/i2c-stu300.c
1486F: drivers/rtc/rtc-coh901331.c
1487F: drivers/watchdog/coh901327_wdt.c
1488F: drivers/dma/coh901318*
87572880
LW
1489F: drivers/mfd/ab3100*
1490F: drivers/rtc/rtc-ab3100.c
1491F: drivers/rtc/rtc-coh901331.c
1492T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
54274d71 1493
87572880 1494ARM/Ux500 ARM ARCHITECTURE
e4651a9f 1495M: Linus Walleij <[email protected]>
870725d9
SK
1496L: [email protected] (moderated for non-subscribers)
1497S: Maintained
1498F: arch/arm/mach-ux500/
e4651a9f 1499F: drivers/clocksource/clksrc-dbx500-prcmu.c
87572880 1500F: drivers/dma/ste_dma40*
e4651a9f 1501F: drivers/hwspinlock/u8500_hsem.c
87572880
LW
1502F: drivers/mfd/abx500*
1503F: drivers/mfd/ab8500*
e4651a9f
LW
1504F: drivers/mfd/dbx500*
1505F: drivers/mfd/db8500*
ecc265fe
JP
1506F: drivers/pinctrl/nomadik/pinctrl-ab*
1507F: drivers/pinctrl/nomadik/pinctrl-nomadik*
87572880 1508F: drivers/rtc/rtc-ab8500.c
e4651a9f 1509F: drivers/rtc/rtc-pl031.c
87572880 1510T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
870725d9 1511
e93fde28
UH
1512ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1513M: Ulf Hansson <[email protected]>
1514L: [email protected] (moderated for non-subscribers)
1515T: git git://git.linaro.org/people/ulfh/clk.git
1516S: Maintained
1517F: drivers/clk/ux500/
1518F: include/linux/platform_data/clk-ux500.h
1519
740d93b1
PM
1520ARM/VERSATILE EXPRESS PLATFORM
1521M: Liviu Dudau <[email protected]>
1522M: Sudeep Holla <[email protected]>
1523M: Lorenzo Pieralisi <[email protected]>
1524L: [email protected] (moderated for non-subscribers)
1525S: Maintained
1526F: arch/arm/boot/dts/vexpress*
1527F: arch/arm/mach-vexpress/
1528F: */*/vexpress*
7e8f403f 1529F: */*/*/vexpress*
740d93b1
PM
1530F: drivers/clk/versatile/clk-vexpress-osc.c
1531F: drivers/clocksource/versatile.c
1532
d4275354 1533ARM/VFP SUPPORT
8b58be88 1534M: Russell King <[email protected]>
efc03ecb 1535L: [email protected] (moderated for non-subscribers)
d4275354
RK
1536W: http://www.arm.linux.org.uk/
1537S: Maintained
1538F: arch/arm/vfp/
1539
e66b6d8e
MV
1540ARM/VOIPAC PXA270 SUPPORT
1541M: Marek Vasut <[email protected]>
1542L: [email protected] (moderated for non-subscribers)
1543S: Maintained
1544F: arch/arm/mach-pxa/vpac270.c
e0cca11b 1545F: arch/arm/mach-pxa/include/mach/vpac270.h
e66b6d8e 1546
04529fe2
TP
1547ARM/VT8500 ARM ARCHITECTURE
1548M: Tony Prisk <[email protected]>
1549L: [email protected] (moderated for non-subscribers)
1550S: Maintained
1551F: arch/arm/mach-vt8500/
41fd91b4 1552F: drivers/clocksource/vt8500_timer.c
560746eb 1553F: drivers/i2c/busses/i2c-wmt.c
41fd91b4
TP
1554F: drivers/mmc/host/wmt-sdmmc.c
1555F: drivers/pwm/pwm-vt8500.c
1556F: drivers/rtc/rtc-vt8500.c
1557F: drivers/tty/serial/vt8500_serial.c
4f31102b 1558F: drivers/usb/host/ehci-platform.c
41fd91b4 1559F: drivers/usb/host/uhci-platform.c
8a61f013
JH
1560F: drivers/video/fbdev/vt8500lcdfb.*
1561F: drivers/video/fbdev/wm8505fb*
1562F: drivers/video/fbdev/wmt_ge_rops.*
04529fe2 1563
e66b6d8e
MV
1564ARM/ZIPIT Z2 SUPPORT
1565M: Marek Vasut <[email protected]>
1566L: [email protected] (moderated for non-subscribers)
1567S: Maintained
1568F: arch/arm/mach-pxa/z2.c
6ab2a855 1569F: arch/arm/mach-pxa/include/mach/z2.h
e66b6d8e 1570
51f29d44
MS
1571ARM/ZYNQ ARCHITECTURE
1572M: Michal Simek <[email protected]>
f0fd9ad8 1573R: Sören Brinkmann <[email protected]>
51f29d44
MS
1574L: [email protected] (moderated for non-subscribers)
1575W: http://wiki.xilinx.com
1576T: git git://git.xilinx.com/linux-xlnx.git
1577S: Supported
1578F: arch/arm/mach-zynq/
bd2a337a 1579F: drivers/cpuidle/cpuidle-zynq.c
fb9d4959 1580F: drivers/block/xsysace.c
c2fd4e38
MS
1581N: zynq
1582N: xilinx
1583F: drivers/clocksource/cadence_ttc_timer.c
df8eb569 1584F: drivers/i2c/busses/i2c-cadence.c
e3ec3a3d 1585F: drivers/mmc/host/sdhci-of-arasan.c
51f29d44 1586
b8f9879e
WD
1587ARM SMMU DRIVER
1588M: Will Deacon <[email protected]>
1589L: [email protected] (moderated for non-subscribers)
1590S: Maintained
1591F: drivers/iommu/arm-smmu.c
1592
38074229
CM
1593ARM64 PORT (AARCH64 ARCHITECTURE)
1594M: Catalin Marinas <[email protected]>
d19766ec 1595M: Will Deacon <[email protected]>
38074229
CM
1596L: [email protected] (moderated for non-subscribers)
1597S: Maintained
1598F: arch/arm64/
d19766ec 1599F: Documentation/arm64/
38074229 1600
9d7005f9
LP
1601AS3645A LED FLASH CONTROLLER DRIVER
1602M: Laurent Pinchart <[email protected]>
1603L: [email protected]
1604T: git git://linuxtv.org/media_tree.git
1605S: Maintained
1606F: drivers/media/i2c/as3645a.c
1607F: include/media/as3645a.h
1608
d58de038
GJ
1609ASC7621 HARDWARE MONITOR DRIVER
1610M: George Joseph <[email protected]>
1611L: [email protected]
1612S: Maintained
1613F: Documentation/hwmon/asc7621
1614F: drivers/hwmon/asc7621.c
1615
b229ece9 1616ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
5909c654 1617M: Corentin Chary <[email protected]>
1da177e4 1618L: [email protected]
d0944853 1619L: [email protected]
76593d6f 1620W: http://acpi4asus.sf.net
85091b71 1621S: Maintained
b229ece9
CC
1622F: drivers/platform/x86/asus*.c
1623F: drivers/platform/x86/eeepc*.c
85091b71 1624
953a6479 1625ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
08223d80 1626R: Dan Williams <[email protected]>
b3e5f263 1627W: http://sourceforge.net/projects/xscaleiop
08223d80 1628S: Odd fixes
679655da
JP
1629F: Documentation/crypto/async-tx-api.txt
1630F: crypto/async_tx/
1631F: drivers/dma/
1632F: include/linux/dmaengine.h
1633F: include/linux/async_tx.h
b3e5f263 1634
a1867d36 1635AT24 EEPROM DRIVER
14d77c4d 1636M: Wolfram Sang <[email protected]>
a1867d36
WS
1637L: [email protected]
1638S: Maintained
1639F: drivers/misc/eeprom/at24.c
25f73ed5 1640F: include/linux/platform_data/at24.h
a1867d36 1641
e7839f25 1642ATA OVER ETHERNET (AOE) DRIVER
8b58be88 1643M: "Ed L. Cashin" <[email protected]>
eecdf226 1644W: http://support.coraid.com/support/linux
1da177e4 1645S: Supported
679655da
JP
1646F: Documentation/aoe/
1647F: drivers/block/aoe/
1da177e4 1648
9a10a870 1649ATHEROS ATH GENERIC UTILITIES
f726ee65 1650M: "Luis R. Rodriguez" <[email protected]>
9a10a870
JP
1651L: [email protected]
1652S: Supported
1653F: drivers/net/wireless/ath/*
1654
fa1c114f 1655ATHEROS ATH5K WIRELESS DRIVER
8b58be88
JP
1656M: Jiri Slaby <[email protected]>
1657M: Nick Kossifidis <[email protected]>
f726ee65 1658M: "Luis R. Rodriguez" <[email protected]>
fa1c114f
JS
1659L: [email protected]
1660L: [email protected]
72c706b7 1661W: http://wireless.kernel.org/en/users/Drivers/ath5k
fa1c114f 1662S: Maintained
fa451753 1663F: drivers/net/wireless/ath/ath5k/
fa1c114f 1664
12e62d6f
KV
1665ATHEROS ATH6KL WIRELESS DRIVER
1666M: Kalle Valo <[email protected]>
1667L: [email protected]
1668W: http://wireless.kernel.org/en/users/Drivers/ath6kl
58cfb681 1669T: git git://github.com/kvalo/ath.git
12e62d6f
KV
1670S: Supported
1671F: drivers/net/wireless/ath/ath6kl/
1672
2be7d22f
VK
1673WILOCITY WIL6210 WIRELESS DRIVER
1674M: Vladimir Kondratiev <[email protected]>
1675L: [email protected]
1676L: [email protected]
1677S: Supported
1678W: http://wireless.kernel.org/en/users/Drivers/wil6210
1679F: drivers/net/wireless/ath/wil6210/
dba4b74d 1680F: include/uapi/linux/wil6210_uapi.h
2be7d22f 1681
1d7e1e6b
CL
1682CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1683M: Christian Lamparter <[email protected]>
1684L: [email protected]
1685W: http://wireless.kernel.org/en/users/Drivers/carl9170
1686S: Maintained
1687F: drivers/net/wireless/ath/carl9170/
1688
2c2a6172
LT
1689ATK0110 HWMON DRIVER
1690M: Luca Tettamanti <[email protected]>
1691L: [email protected]
1692S: Maintained
1693F: drivers/hwmon/asus_atk0110.c
1694
6f69a6d7 1695ATI_REMOTE2 DRIVER
8b58be88 1696M: Ville Syrjala <[email protected]>
6f69a6d7 1697S: Maintained
679655da 1698F: drivers/input/misc/ati_remote2.c
6f69a6d7 1699
7ae115b4 1700ATLX ETHERNET DRIVERS
8b58be88 1701M: Jay Cliburn <[email protected]>
cb2f33e9 1702M: Chris Snook <[email protected]>
e443e383 1703L: [email protected]
8d5ca6ec
JC
1704W: http://sourceforge.net/projects/atl1
1705W: http://atl1.sourceforge.net
1706S: Maintained
2b133ad6 1707F: drivers/net/ethernet/atheros/
8d5ca6ec 1708
1da177e4 1709ATM
8b58be88 1710M: Chas Williams <[email protected]>
476604de 1711L: [email protected] (moderated for non-subscribers)
44ae98b5 1712L: [email protected]
1da177e4
LT
1713W: http://linux-atm.sourceforge.net
1714S: Maintained
679655da
JP
1715F: drivers/atm/
1716F: include/linux/atm*
c117ab84 1717F: include/uapi/linux/atm*
1da177e4 1718
04ac2f46 1719ATMEL AT91 / AT32 MCI DRIVER
24e1511f 1720M: Ludovic Desroches <[email protected]>
04ac2f46
NF
1721S: Maintained
1722F: drivers/mmc/host/atmel-mci.c
1723F: drivers/mmc/host/atmel-mci-regs.h
1724
a1cfac48 1725ATMEL AT91 / AT32 SERIAL DRIVER
a02875a6 1726M: Nicolas Ferre <[email protected]>
a1cfac48 1727S: Supported
df621252 1728F: drivers/tty/serial/atmel_serial.c
a1cfac48 1729
dfae90ed
BS
1730ATMEL Audio ALSA driver
1731M: Bo Shen <[email protected]>
1732L: [email protected] (moderated for non-subscribers)
1733S: Supported
1734F: sound/soc/atmel
1735
b414dc16
NF
1736ATMEL DMA DRIVER
1737M: Nicolas Ferre <[email protected]>
1738L: [email protected] (moderated for non-subscribers)
1739S: Supported
1740F: drivers/dma/at_hdmac.c
1741F: drivers/dma/at_hdmac_regs.h
6f0d65af 1742F: include/linux/platform_data/dma-atmel.h
b414dc16 1743
6bd0f436
LD
1744ATMEL XDMA DRIVER
1745M: Ludovic Desroches <[email protected]>
1746L: [email protected]
1747L: [email protected]
1748S: Supported
1749F: drivers/dma/at_xdmac.c
1750
888f2804
LD
1751ATMEL I2C DRIVER
1752M: Ludovic Desroches <[email protected]>
1753L: [email protected]
1754S: Supported
1755F: drivers/i2c/busses/i2c-at91.c
1756
15515545
JW
1757ATMEL ISI DRIVER
1758M: Josh Wu <[email protected]>
1759L: [email protected]
1760S: Supported
f2294c2d 1761F: drivers/media/platform/soc_camera/atmel-isi.c
15515545
JW
1762F: include/media/atmel-isi.h
1763
8f4c79ce 1764ATMEL LCDFB DRIVER
8b58be88 1765M: Nicolas Ferre <[email protected]>
c69f677c 1766L: [email protected]
8f4c79ce 1767S: Maintained
8a61f013 1768F: drivers/video/fbdev/atmel_lcdfb.c
679655da 1769F: include/video/atmel_lcdc.h
8f4c79ce 1770
89e5785f 1771ATMEL MACB ETHERNET DRIVER
a02875a6 1772M: Nicolas Ferre <[email protected]>
89e5785f 1773S: Supported
9f2f381f 1774F: drivers/net/ethernet/cadence/
89e5785f 1775
5cbac98a
JW
1776ATMEL NAND DRIVER
1777M: Josh Wu <[email protected]>
1778L: [email protected]
1779S: Supported
1780F: drivers/mtd/nand/atmel_nand*
1781
754ce4f2 1782ATMEL SPI DRIVER
a02875a6 1783M: Nicolas Ferre <[email protected]>
754ce4f2 1784S: Supported
9df92e6c 1785F: drivers/spi/spi-atmel.*
754ce4f2 1786
0ef09015
BS
1787ATMEL SSC DRIVER
1788M: Bo Shen <[email protected]>
1789L: [email protected] (moderated for non-subscribers)
1790S: Supported
1791F: drivers/misc/atmel-ssc.c
1792F: include/linux/atmel-ssc.h
1793
e9cb1c5a
NF
1794ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1795M: Nicolas Ferre <[email protected]>
1796L: [email protected] (moderated for non-subscribers)
1797S: Supported
1798F: drivers/misc/atmel_tclib.c
1799F: drivers/clocksource/tcb_clksrc.c
1800
914a3f3b 1801ATMEL USBA UDC DRIVER
a02875a6
NF
1802M: Nicolas Ferre <[email protected]>
1803L: [email protected] (moderated for non-subscribers)
914a3f3b 1804S: Supported
faf2e1db 1805F: drivers/usb/gadget/udc/atmel_usba_udc.*
914a3f3b 1806
1da177e4 1807ATMEL WIRELESS DRIVER
8b58be88 1808M: Simon Kelley <[email protected]>
724c6b35 1809L: [email protected]
1da177e4
LT
1810W: http://www.thekelleys.org.uk/atmel
1811W: http://atmelwlandriver.sourceforge.net/
1812S: Maintained
679655da 1813F: drivers/net/wireless/atmel*
1da177e4 1814
26780d9e 1815ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
b75f0050
JP
1816M: Bradley Grove <[email protected]>
1817L: [email protected]
1818W: http://www.attotech.com
1819S: Supported
1820F: drivers/scsi/esas2r
26780d9e 1821
a92b7b80 1822AUDIT SUBSYSTEM
915f389d 1823M: Paul Moore <[email protected]>
8b58be88 1824M: Eric Paris <[email protected]>
915f389d 1825L: [email protected] (moderated for non-subscribers)
ad3f9a22 1826W: http://people.redhat.com/sgrubb/audit/
915f389d 1827T: git git://git.infradead.org/users/pcmoore/audit
a92b7b80 1828S: Maintained
679655da 1829F: include/linux/audit.h
c117ab84 1830F: include/uapi/linux/audit.h
679655da 1831F: kernel/audit*
a92b7b80 1832
70e84049 1833AUXILIARY DISPLAY DRIVERS
8b58be88 1834M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1835W: http://miguelojeda.es/auxdisplay.htm
1836W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1837S: Maintained
679655da
JP
1838F: drivers/auxdisplay/
1839F: include/linux/cfag12864b.h
70e84049 1840
5f97f7f9 1841AVR32 ARCHITECTURE
e336f61f
HCE
1842M: Haavard Skinnemoen <[email protected]>
1843M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9 1844W: http://www.atmel.com/products/AVR32/
249d9d9d 1845W: http://mirror.egtvedt.no/avr32linux.org/
5f97f7f9 1846W: http://avrfreaks.net/
e336f61f 1847S: Maintained
679655da 1848F: arch/avr32/
5f97f7f9
HS
1849
1850AVR32/AT32AP MACHINE SUPPORT
e336f61f
HCE
1851M: Haavard Skinnemoen <[email protected]>
1852M: Hans-Christian Egtvedt <[email protected]>
1853S: Maintained
679655da 1854F: arch/avr32/mach-at32ap/
5f97f7f9 1855
1da177e4 1856AX.25 NETWORK LAYER
8b58be88 1857M: Ralf Baechle <[email protected]>
1da177e4 1858L: [email protected]
d34cb28a 1859W: http://www.linux-ax25.org/
1da177e4 1860S: Maintained
c117ab84 1861F: include/uapi/linux/ax25.h
679655da
JP
1862F: include/net/ax25.h
1863F: net/ax25/
1da177e4 1864
d5269395 1865AZ6007 DVB DRIVER
009a5410 1866M: Mauro Carvalho Chehab <[email protected]>
d5269395
MCC
1867L: [email protected]
1868W: http://linuxtv.org
1869T: git git://linuxtv.org/media_tree.git
1870S: Maintained
1871F: drivers/media/usb/dvb-usb-v2/az6007.c
1872
6777376e
HV
1873AZTECH FM RADIO RECEIVER DRIVER
1874M: Hans Verkuil <[email protected]>
1875L: [email protected]
1876T: git git://linuxtv.org/media_tree.git
1877W: http://linuxtv.org
1878S: Maintained
1879F: drivers/media/radio/radio-aztech*
1880
e2d1d6c0 1881B43 WIRELESS DRIVER
8b58be88 1882M: Stefano Brivio <[email protected]>
e2d1d6c0 1883L: [email protected]
ed072f9e 1884L: [email protected]
491b26b4 1885W: http://wireless.kernel.org/en/users/Drivers/b43
e2d1d6c0 1886S: Maintained
679655da 1887F: drivers/net/wireless/b43/
e2d1d6c0
RD
1888
1889B43LEGACY WIRELESS DRIVER
8b58be88
JP
1890M: Larry Finger <[email protected]>
1891M: Stefano Brivio <[email protected]>
e2d1d6c0 1892L: [email protected]
ed072f9e 1893L: [email protected]
491b26b4 1894W: http://wireless.kernel.org/en/users/Drivers/b43
e2d1d6c0 1895S: Maintained
679655da 1896F: drivers/net/wireless/b43legacy/
e2d1d6c0 1897
300abeb5 1898BACKLIGHT CLASS/SUBSYSTEM
6212de88 1899M: Jingoo Han <[email protected]>
70d14fcf 1900M: Lee Jones <[email protected]>
300abeb5 1901S: Maintained
679655da
JP
1902F: drivers/video/backlight/
1903F: include/linux/backlight.h
300abeb5 1904
c6c8fea2 1905BATMAN ADVANCED
207df49e 1906M: Marek Lindner <[email protected]>
c679ff8f 1907M: Simon Wunderlich <[email protected]>
207df49e 1908M: Antonio Quartulli <[email protected]>
c6c8fea2
SE
1909L: [email protected]
1910W: http://www.open-mesh.org/
1911S: Maintained
1912F: net/batman-adv/
1913
e2d1d6c0 1914BAYCOM/HDLCDRV DRIVERS FOR AX.25
8b58be88 1915M: Thomas Sailer <[email protected]>
e2d1d6c0
RD
1916L: [email protected]
1917W: http://www.baycom.org/~tom/ham/ham.html
1918S: Maintained
679655da 1919F: drivers/net/hamradio/baycom*
e2d1d6c0 1920
cafe5635 1921BCACHE (BLOCK LAYER CACHE)
47cd2eb0 1922M: Kent Overstreet <[email protected]>
cafe5635
KO
1923L: [email protected]
1924W: http://bcache.evilpiepirate.org
1925S: Maintained:
1926F: drivers/md/bcache/
1927
e2d1d6c0 1928BEFS FILE SYSTEM
55817d3d 1929S: Orphan
679655da
JP
1930F: Documentation/filesystems/befs.txt
1931F: fs/befs/
e2d1d6c0 1932
564ee360
DM
1933BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1934M: Dariusz Marcinkiewicz <[email protected]>
1935L: [email protected]
1936S: Maintained
1937F: drivers/net/ethernet/ec_bhf.c
1938
e2d1d6c0 1939BFS FILE SYSTEM
8b58be88 1940M: "Tigran A. Aivazian" <[email protected]>
e2d1d6c0 1941S: Maintained
679655da
JP
1942F: Documentation/filesystems/bfs.txt
1943F: fs/bfs/
c117ab84 1944F: include/uapi/linux/bfs_fs.h
e2d1d6c0 1945
1394f032 1946BLACKFIN ARCHITECTURE
a4edbc10 1947M: Steven Miao <[email protected]>
b3fe92b0 1948L: [email protected] (moderated for non-subscribers)
1443176f 1949T: git git://git.code.sf.net/p/adi-linux/code
e3b2d3f3
BW
1950W: http://blackfin.uclinux.org
1951S: Supported
679655da 1952F: arch/blackfin/
566da5b2 1953
e190d6b1 1954BLACKFIN EMAC DRIVER
b3fe92b0 1955L: [email protected] (moderated for non-subscribers)
e190d6b1
BW
1956W: http://blackfin.uclinux.org
1957S: Supported
7b35f033 1958F: drivers/net/ethernet/adi/
e190d6b1 1959
566da5b2 1960BLACKFIN RTC DRIVER
b3fe92b0 1961L: [email protected] (moderated for non-subscribers)
566da5b2
MF
1962W: http://blackfin.uclinux.org
1963S: Supported
679655da 1964F: drivers/rtc/rtc-bfin.c
1394f032 1965
936ed49a 1966BLACKFIN SDH DRIVER
109ec8c3 1967M: Sonic Zhang <[email protected]>
b3fe92b0 1968L: [email protected] (moderated for non-subscribers)
936ed49a
MF
1969W: http://blackfin.uclinux.org
1970S: Supported
1971F: drivers/mmc/host/bfin_sdh.c
1972
1394f032 1973BLACKFIN SERIAL DRIVER
8b58be88 1974M: Sonic Zhang <[email protected]>
b3fe92b0 1975L: [email protected] (moderated for non-subscribers)
e3b2d3f3
BW
1976W: http://blackfin.uclinux.org
1977S: Supported
8460241e 1978F: drivers/tty/serial/bfin_uart.c
1394f032 1979
1e6d320f 1980BLACKFIN WATCHDOG DRIVER
b3fe92b0 1981L: [email protected] (moderated for non-subscribers)
1e6d320f
BW
1982W: http://blackfin.uclinux.org
1983S: Supported
679655da 1984F: drivers/watchdog/bfin_wdt.c
1e6d320f 1985
d24ecfcc 1986BLACKFIN I2C TWI DRIVER
8b58be88 1987M: Sonic Zhang <[email protected]>
b3fe92b0 1988L: [email protected] (moderated for non-subscribers)
d24ecfcc
BW
1989W: http://blackfin.uclinux.org/
1990S: Supported
679655da 1991F: drivers/i2c/busses/i2c-bfin-twi.c
d24ecfcc 1992
1e204377
SJ
1993BLACKFIN MEDIA DRIVER
1994M: Scott Jiang <[email protected]>
b3fe92b0 1995L: [email protected] (moderated for non-subscribers)
1e204377
SJ
1996W: http://blackfin.uclinux.org/
1997S: Supported
1998F: drivers/media/platform/blackfin/
1999F: drivers/media/i2c/adv7183*
2000F: drivers/media/i2c/vs6624*
2001
b54cf35a
JSM
2002BLINKM RGB LED DRIVER
2003M: Jan-Simon Moeller <[email protected]>
2004S: Maintained
2005F: drivers/leds/leds-blinkm.c
2006
1da177e4 2007BLOCK LAYER
8b58be88 2008M: Jens Axboe <[email protected]>
08deed1e 2009T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1da177e4 2010S: Maintained
679655da 2011F: block/
1da177e4 2012
2b54aaef 2013BLOCK2MTD DRIVER
8b58be88 2014M: Joern Engel <[email protected]>
2b54aaef
JE
2015L: [email protected]
2016S: Maintained
679655da 2017F: drivers/mtd/devices/block2mtd.c
2b54aaef 2018
63fbd24e 2019BLUETOOTH DRIVERS
8b58be88 2020M: Marcel Holtmann <[email protected]>
960d4d1b 2021M: Gustavo Padovan <[email protected]>
eb491eca 2022M: Johan Hedberg <[email protected]>
781c2844 2023L: [email protected]
63fbd24e 2024W: http://www.bluez.org/
22e7a424
MH
2025T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2026T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1da177e4 2027S: Maintained
679655da 2028F: drivers/bluetooth/
1da177e4 2029
63fbd24e 2030BLUETOOTH SUBSYSTEM
8b58be88 2031M: Marcel Holtmann <[email protected]>
960d4d1b 2032M: Gustavo Padovan <[email protected]>
eb491eca 2033M: Johan Hedberg <[email protected]>
63fbd24e
MH
2034L: [email protected]
2035W: http://www.bluez.org/
22e7a424
MH
2036T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2037T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1da177e4 2038S: Maintained
679655da
JP
2039F: net/bluetooth/
2040F: include/net/bluetooth/
1da177e4
LT
2041
2042BONDING DRIVER
79b30750 2043M: Jay Vosburgh <[email protected]>
898602a0 2044M: Veaceslav Falico <[email protected]>
4cd72c6e 2045M: Andy Gospodarek <[email protected]>
a6c36ee6 2046L: [email protected]
ce00f85c
JC
2047W: http://sourceforge.net/projects/bonding/
2048S: Supported
679655da 2049F: drivers/net/bonding/
c117ab84 2050F: include/uapi/linux/if_bonding.h
1da177e4 2051
b5f4df34
AS
2052BPF (Safe dynamic programs and tools)
2053M: Alexei Starovoitov <[email protected]>
2054L: [email protected]
2055L: [email protected]
2056S: Supported
2057F: kernel/bpf/
2058
39105890 2059BROADCOM B44 10/100 ETHERNET DRIVER
8b58be88 2060M: Gary Zambrano <[email protected]>
39105890
GZ
2061L: [email protected]
2062S: Supported
adfc5217 2063F: drivers/net/ethernet/broadcom/b44.*
39105890 2064
32ec90d5
FF
2065BROADCOM GENET ETHERNET DRIVER
2066M: Florian Fainelli <[email protected]>
2067L: [email protected]
2068S: Supported
2069F: drivers/net/ethernet/broadcom/genet/
2070
948c51e6 2071BROADCOM BNX2 GIGABIT ETHERNET DRIVER
f1d1baeb
JK
2072M: Sony Chacko <[email protected]>
2073M: [email protected]
948c51e6
MC
2074L: [email protected]
2075S: Supported
adfc5217
JK
2076F: drivers/net/ethernet/broadcom/bnx2.*
2077F: drivers/net/ethernet/broadcom/bnx2_*
948c51e6 2078
4d9d2cb0 2079BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
08f6dd89 2080M: Ariel Elior <[email protected]>
4d9d2cb0
ET
2081L: [email protected]
2082S: Supported
adfc5217 2083F: drivers/net/ethernet/broadcom/bnx2x/
4d9d2cb0 2084
90f4c594 2085BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
497a045d 2086M: Christian Daudt <[email protected]>
a3db2bba 2087M: Matt Porter <[email protected]>
f18cf050 2088M: Florian Fainelli <[email protected]>
497a045d 2089L: [email protected]
90f4c594 2090T: git git://github.com/broadcom/mach-bcm
af4b8e37
CD
2091S: Maintained
2092F: arch/arm/mach-bcm/
2093F: arch/arm/boot/dts/bcm113*
90f4c594 2094F: arch/arm/boot/dts/bcm216*
af4b8e37
CD
2095F: arch/arm/boot/dts/bcm281*
2096F: arch/arm/configs/bcm_defconfig
e4ef47f2 2097F: drivers/mmc/host/sdhci-bcm-kona.c
af4b8e37
CD
2098F: drivers/clocksource/bcm_kona_timer.c
2099
9209bec4 2100BROADCOM BCM2835 ARM ARCHITECTURE
f680f25c 2101M: Stephen Warren <[email protected]>
8bcdd929 2102M: Lee Jones <[email protected]>
f680f25c 2103L: [email protected] (moderated for non-subscribers)
8bcdd929 2104T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
f680f25c 2105S: Maintained
9209bec4 2106N: bcm2835
f680f25c 2107
a2f6734c
KC
2108BROADCOM BCM33XX MIPS ARCHITECTURE
2109M: Kevin Cernekee <[email protected]>
2110L: [email protected]
2111S: Maintained
2112F: arch/mips/bcm3384/*
2113F: arch/mips/include/asm/mach-bcm3384/*
2114F: arch/mips/kernel/*bmips*
2115
9209bec4 2116BROADCOM BCM5301X ARM ARCHITECTURE
5b293ebe
HM
2117M: Hauke Mehrtens <[email protected]>
2118L: [email protected]
2119S: Maintained
2120F: arch/arm/mach-bcm/bcm_5301x.c
2121F: arch/arm/boot/dts/bcm5301x.dtsi
2122F: arch/arm/boot/dts/bcm470*
2123
e076e962
FF
2124BROADCOM BCM63XX ARM ARCHITECTURE
2125M: Florian Fainelli <[email protected]>
2126L: [email protected]
2127T: git git://git.github.com/brcm/linux.git
2128S: Maintained
2129F: arch/arm/mach-bcm/bcm63xx.c
2130F: arch/arm/include/debug/bcm63xx.S
2131
7110e227
KC
2132BROADCOM BCM63XX/BCM33XX UDC DRIVER
2133M: Kevin Cernekee <[email protected]>
2134L: [email protected]
2135S: Maintained
2136F: drivers/usb/gadget/udc/bcm63xx_udc.*
2137
2df94fd6
BN
2138BROADCOM BCM7XXX ARM ARCHITECTURE
2139M: Marc Carino <[email protected]>
2140M: Brian Norris <[email protected]>
3b4b6fe9
FF
2141M: Gregory Fong <[email protected]>
2142M: Florian Fainelli <[email protected]>
2df94fd6
BN
2143L: [email protected] (moderated for non-subscribers)
2144S: Maintained
2145F: arch/arm/mach-bcm/*brcmstb*
2146F: arch/arm/boot/dts/bcm7*.dts*
e36661e4 2147F: drivers/bus/brcmstb_gisb.c
2df94fd6 2148
70371cef
KC
2149BROADCOM BMIPS MIPS ARCHITECTURE
2150M: Kevin Cernekee <[email protected]>
2151M: Florian Fainelli <[email protected]>
2152L: [email protected]
2153S: Maintained
2154F: arch/mips/bmips/*
2155F: arch/mips/include/asm/mach-bmips/*
2156F: arch/mips/kernel/*bmips*
2157F: arch/mips/boot/dts/bcm*.dts*
2158F: drivers/irqchip/irq-bcm7*
2159F: drivers/irqchip/irq-brcmstb*
2160
948c51e6 2161BROADCOM TG3 GIGABIT ETHERNET DRIVER
23629477 2162M: Prashant Sreedharan <[email protected]>
8b58be88 2163M: Michael Chan <[email protected]>
948c51e6
MC
2164L: [email protected]
2165S: Supported
adfc5217 2166F: drivers/net/ethernet/broadcom/tg3.*
948c51e6 2167
a9533e7e
HP
2168BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2169M: Brett Rudley <[email protected]>
818c07b8 2170M: Arend van Spriel <[email protected]>
85d63686 2171M: Franky (Zhenhui) Lin <[email protected]>
006a8f14 2172M: Hante Meuleman <[email protected]>
a9533e7e 2173L: [email protected]
5615171c 2174L: [email protected]
a9533e7e 2175S: Supported
f62ebdd5 2176F: drivers/net/wireless/brcm80211/
a9533e7e 2177
9958d6f9 2178BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3b7f040a 2179M: [email protected]
9958d6f9
BPG
2180L: [email protected]
2181S: Supported
2182F: drivers/scsi/bnx2fc/
2183
6a6b5ad0 2184BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3b7f040a 2185M: [email protected]
6a6b5ad0
EW
2186L: [email protected]
2187S: Supported
2188F: drivers/scsi/bnx2i/
2189
36c0237f
SB
2190BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2191M: Ray Jui <[email protected]>
2192M: Scott Branden <[email protected]>
2193L: [email protected] (moderated for non-subscribers)
2194L: [email protected]
2195T: git git://git.github.com/brcm/linux.git
2196S: Maintained
2197N: iproc
2198N: cygnus
2199N: bcm9113*
2200N: bcm9583*
2201N: bcm583*
2202N: bcm113*
2203
7b7f588b 2204BROADCOM KONA GPIO DRIVER
5e163903 2205M: Ray Jui <[email protected]>
7b7f588b
MM
2206L: [email protected]
2207S: Supported
2208F: drivers/gpio/gpio-bcm-kona.c
2209F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2210
c9678d86
RM
2211BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2212M: RafaÅ‚ MiÅ‚ecki <[email protected]>
2213L: [email protected]
2214S: Maintained
2215F: drivers/bcma/
2216F: include/linux/bcma/
2217
b8302205
FF
2218BROADCOM SYSTEMPORT ETHERNET DRIVER
2219M: Florian Fainelli <[email protected]>
2220L: [email protected]
2221S: Supported
2222F: drivers/net/ethernet/broadcom/bcmsysport.*
2223
7725ccfd 2224BROCADE BFA FC SCSI DRIVER
aa803370
AG
2225M: Anil Gurumurthy <[email protected]>
2226M: Sudarsana Kalluru <[email protected]>
455518e7
JP
2227L: [email protected]
2228S: Supported
2229F: drivers/scsi/bfa/
7725ccfd 2230
8b230ed8 2231BROCADE BNA 10 GIGABIT ETHERNET DRIVER
439e9575 2232M: Rasesh Mody <[email protected]>
8b230ed8
RM
2233L: [email protected]
2234S: Supported
f844a0ea 2235F: drivers/net/ethernet/brocade/bna/
8b230ed8 2236
5cdf7f76 2237BSG (block layer generic sg v4 driver)
8b58be88 2238M: FUJITA Tomonori <[email protected]>
5cdf7f76
JA
2239L: [email protected]
2240S: Supported
679655da
JP
2241F: block/bsg.c
2242F: include/linux/bsg.h
c117ab84 2243F: include/uapi/linux/bsg.h
5cdf7f76 2244
af39917d
CL
2245BT87X AUDIO DRIVER
2246M: Clemens Ladisch <[email protected]>
2247L: [email protected] (moderated for non-subscribers)
2248T: git git://git.alsa-project.org/alsa-kernel.git
2249S: Maintained
2250F: Documentation/sound/alsa/Bt87x.txt
2251F: sound/pci/bt87x.c
2252
ff1d5c2f 2253BT8XXGPIO DRIVER
eb032b98 2254M: Michael Buesch <[email protected]>
ff1d5c2f
MB
2255W: http://bu3sch.de/btgpio.php
2256S: Maintained
72dbb705 2257F: drivers/gpio/gpio-bt8xx.c
ff1d5c2f 2258
eb1eb04f 2259BTRFS FILE SYSTEM
c0778e25
CM
2260M: Chris Mason <[email protected]>
2261M: Josef Bacik <[email protected]>
eb1eb04f
JP
2262L: [email protected]
2263W: http://btrfs.wiki.kernel.org/
8a6e2535 2264Q: http://patchwork.kernel.org/project/linux-btrfs/list/
9c106405 2265T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
eb1eb04f 2266S: Maintained
679655da
JP
2267F: Documentation/filesystems/btrfs.txt
2268F: fs/btrfs/
eb1eb04f 2269
1da177e4 2270BTTV VIDEO4LINUX DRIVER
009a5410 2271M: Mauro Carvalho Chehab <[email protected]>
661263b5 2272L: [email protected]
96b6aba0 2273W: http://linuxtv.org
275ffde4 2274T: git git://linuxtv.org/media_tree.git
f96236e5 2275S: Odd fixes
679655da 2276F: Documentation/video4linux/bttv/
90d72ac6 2277F: drivers/media/pci/bt8xx/bttv*
1da177e4 2278
1f34923c
KA
2279BUSLOGIC SCSI DRIVER
2280M: Khalid Aziz <[email protected]>
2281L: [email protected]
2282S: Maintained
2283F: drivers/scsi/BusLogic.*
2284F: drivers/scsi/FlashPoint.*
2285
af39917d
CL
2286C-MEDIA CMI8788 DRIVER
2287M: Clemens Ladisch <[email protected]>
2288L: [email protected] (moderated for non-subscribers)
2289T: git git://git.alsa-project.org/alsa-kernel.git
2290S: Maintained
2291F: sound/pci/oxygen/
2292
2141355f
MS
2293C6X ARCHITECTURE
2294M: Mark Salter <[email protected]>
2295M: Aurelien Jacquiot <[email protected]>
2296L: [email protected]
2297W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2298S: Maintained
2299F: arch/c6x/
2300
a5432f5a 2301CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
8b58be88 2302M: David Howells <[email protected]>
a5432f5a
DH
2303L: [email protected]
2304S: Supported
2305F: Documentation/filesystems/caching/cachefiles.txt
2306F: fs/cachefiles/
2307
c815ca39
HV
2308CADET FM/AM RADIO RECEIVER DRIVER
2309M: Hans Verkuil <[email protected]>
2310L: [email protected]
2311T: git git://linuxtv.org/media_tree.git
2312W: http://linuxtv.org
2313S: Maintained
2314F: drivers/media/radio/radio-cadet*
2315
77d5140f 2316CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
8b58be88 2317M: Jonathan Corbet <[email protected]>
661263b5 2318L: [email protected]
275ffde4 2319T: git git://linuxtv.org/media_tree.git
77d5140f 2320S: Maintained
679655da 2321F: Documentation/video4linux/cafe_ccic
90d72ac6 2322F: drivers/media/platform/marvell-ccic/
77d5140f 2323
201b6bab 2324CAIF NETWORK LAYER
5c574f50 2325M: Dmitry Tarnyagin <[email protected]>
201b6bab
JP
2326L: [email protected]
2327S: Supported
2328F: Documentation/networking/caif/
2329F: drivers/net/caif/
c117ab84 2330F: include/uapi/linux/caif/
201b6bab
JP
2331F: include/net/caif/
2332F: net/caif/
2333
77dac90f 2334CALGARY x86-64 IOMMU
8b58be88
JP
2335M: Muli Ben-Yehuda <[email protected]>
2336M: "Jon D. Mason" <[email protected]>
77dac90f
MBY
2337L: [email protected]
2338S: Maintained
679655da
JP
2339F: arch/x86/kernel/pci-calgary_64.c
2340F: arch/x86/kernel/tce_64.c
2341F: arch/x86/include/asm/calgary.h
2342F: arch/x86/include/asm/tce.h
77dac90f 2343
e2d1d6c0 2344CAN NETWORK LAYER
8d15d386 2345M: Oliver Hartkopp <[email protected]>
1caa60b6 2346L: [email protected]
ec78213a 2347W: http://gitorious.org/linux-can
405cc273 2348T: git git://gitorious.org/linux-can/linux-can-next.git
e2d1d6c0 2349S: Maintained
f35f6c8f 2350F: Documentation/networking/can.txt
8d15d386 2351F: net/can/
8d15d386 2352F: include/linux/can/core.h
c117ab84
CEB
2353F: include/uapi/linux/can.h
2354F: include/uapi/linux/can/bcm.h
2355F: include/uapi/linux/can/raw.h
2356F: include/uapi/linux/can/gw.h
e2d1d6c0 2357
4261a204 2358CAN NETWORK DRIVERS
8b58be88 2359M: Wolfgang Grandegger <[email protected]>
ec78213a 2360M: Marc Kleine-Budde <[email protected]>
1caa60b6 2361L: [email protected]
ec78213a 2362W: http://gitorious.org/linux-can
405cc273 2363T: git git://gitorious.org/linux-can/linux-can-next.git
4261a204 2364S: Maintained
8d15d386
OH
2365F: drivers/net/can/
2366F: include/linux/can/dev.h
8d15d386 2367F: include/linux/can/platform/
c117ab84
CEB
2368F: include/uapi/linux/can/error.h
2369F: include/uapi/linux/can/netlink.h
4261a204 2370
95d16c72
JM
2371CAPABILITIES
2372M: Serge Hallyn <[email protected]>
2373L: [email protected]
6305902c 2374S: Supported
95d16c72 2375F: include/linux/capability.h
c117ab84 2376F: include/uapi/linux/capability.h
95d16c72 2377F: security/capability.c
6305902c 2378F: security/commoncap.c
38a94118 2379F: kernel/capability.c
95d16c72 2380
ef0bbac3
VB
2381CC2520 IEEE-802.15.4 RADIO DRIVER
2382M: Varka Bhadram <[email protected]>
2383L: [email protected]
2384S: Maintained
2385F: drivers/net/ieee802154/cc2520.c
2386F: include/linux/spi/cc2520.h
2387F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2388
b8154542 2389CELL BROADBAND ENGINE ARCHITECTURE
8b58be88 2390M: Arnd Bergmann <[email protected]>
a4724ed6
SR
2391L: [email protected]
2392L: [email protected]
b8154542
AB
2393W: http://www.ibm.com/developerworks/power/cell/
2394S: Supported
679655da 2395F: arch/powerpc/include/asm/cell*.h
679655da 2396F: arch/powerpc/include/asm/spu*.h
c117ab84 2397F: arch/powerpc/include/uapi/asm/spu*.h
679655da
JP
2398F: arch/powerpc/oprofile/*cell*
2399F: arch/powerpc/platforms/cell/
b8154542 2400
9030aaf9 2401CEPH DISTRIBUTED FILE SYSTEM CLIENT
09d90327 2402M: Sage Weil <[email protected]>
82593f87 2403L: [email protected]
09d90327 2404W: http://ceph.com/
fb99f881 2405T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9030aaf9
SW
2406S: Supported
2407F: Documentation/filesystems/ceph.txt
14430813
JP
2408F: fs/ceph/
2409F: net/ceph/
2410F: include/linux/ceph/
2411F: include/linux/crush/
9030aaf9 2412
18332a80 2413CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
18332a80 2414L: [email protected]
10c6c9c9 2415S: Orphan
679655da
JP
2416F: Documentation/usb/WUSB-Design-overview.txt
2417F: Documentation/usb/wusb-cbaf
355ffe69
DV
2418F: drivers/usb/host/hwa-hc.c
2419F: drivers/usb/host/whci/
679655da
JP
2420F: drivers/usb/wusbcore/
2421F: include/linux/usb/wusb*
18332a80 2422
70e84049 2423CFAG12864B LCD DRIVER
8b58be88 2424M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
2425W: http://miguelojeda.es/auxdisplay.htm
2426W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 2427S: Maintained
679655da
JP
2428F: drivers/auxdisplay/cfag12864b.c
2429F: include/linux/cfag12864b.h
70e84049
MOS
2430
2431CFAG12864BFB LCD FRAMEBUFFER DRIVER
8b58be88 2432M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
2433W: http://miguelojeda.es/auxdisplay.htm
2434W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 2435S: Maintained
679655da
JP
2436F: drivers/auxdisplay/cfag12864bfb.c
2437F: include/linux/cfag12864b.h
70e84049 2438
704232c2 2439CFG80211 and NL80211
8b58be88 2440M: Johannes Berg <[email protected]>
704232c2 2441L: [email protected]
ce466579
JB
2442W: http://wireless.kernel.org/
2443T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2444T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
704232c2 2445S: Maintained
c117ab84 2446F: include/uapi/linux/nl80211.h
679655da
JP
2447F: include/net/cfg80211.h
2448F: net/wireless/*
2449X: net/wireless/wext*
704232c2 2450
46e64261
GKH
2451CHAR and MISC DRIVERS
2452M: Arnd Bergmann <[email protected]>
879a5a00 2453M: Greg Kroah-Hartman <[email protected]>
46e64261 2454T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
879a5a00 2455S: Supported
46e64261
GKH
2456F: drivers/char/*
2457F: drivers/misc/*
471322a8 2458F: include/linux/miscdevice.h
46e64261 2459
0a920b5b 2460CHECKPATCH
8b58be88 2461M: Andy Whitcroft <[email protected]>
10d83f07
JP
2462M: Joe Perches <[email protected]>
2463S: Maintained
679655da 2464F: scripts/checkpatch.pl
0a920b5b 2465
f8407f26
HW
2466CHINESE DOCUMENTATION
2467M: Harry Wei <[email protected]>
9740153c 2468L: [email protected] (subscribers-only)
f8407f26
HW
2469L: [email protected] (moderated for non-subscribers)
2470S: Maintained
2471F: Documentation/zh_CN/
2472
2721ea2c 2473CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
eee52f9e 2474M: Peter Chen <[email protected]>
cea8321c 2475T: git git://github.com/hzpeterchen/linux-usb.git
2721ea2c
AS
2476L: [email protected]
2477S: Maintained
2478F: drivers/usb/chipidea/
2479
ab043105
OJ
2480CHROME HARDWARE PLATFORM SUPPORT
2481M: Olof Johansson <[email protected]>
2482S: Maintained
2483F: drivers/platform/chrome/
2484
641cb85e 2485CISCO VIC ETHERNET NIC DRIVER
2360d2e8 2486M: Christian Benvenuti <[email protected]>
001e1c1d 2487M: Sujith Sankar <[email protected]>
c327e8f4 2488M: Govindarajulu Varadarajan <[email protected]>
5c6652f5 2489M: Neel Patel <[email protected]>
7063fbf2 2490S: Supported
a6a5580c 2491F: drivers/net/ethernet/cisco/enic/
7063fbf2 2492
e3cf00d0 2493CISCO VIC LOW LATENCY NIC DRIVER
b75f0050
JP
2494M: Upinder Malhi <[email protected]>
2495S: Supported
2496F: drivers/infiniband/hw/usnic
e3cf00d0 2497
2b7a52a4 2498CIRRUS LOGIC EP93XX ETHERNET DRIVER
5587912f 2499M: Hartley Sweeten <[email protected]>
2b7a52a4
LB
2500L: [email protected]
2501S: Maintained
57d0b7a0 2502F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2b7a52a4 2503
3d4cfdc9
MB
2504CIRRUS LOGIC AUDIO CODEC DRIVERS
2505M: Brian Austin <[email protected]>
2506M: Paul Handrigan <[email protected]>
2507L: [email protected] (moderated for non-subscribers)
2508S: Maintained
2509F: sound/soc/codecs/cs*
2510
94574d9a
KRW
2511CLEANCACHE API
2512M: Konrad Rzeszutek Wilk <[email protected]>
2513L: [email protected]
2514S: Maintained
2515F: mm/cleancache.c
2516F: include/linux/cleancache.h
2517
d4275354 2518CLK API
8b58be88 2519M: Russell King <[email protected]>
37417046 2520S: Maintained
d4275354
RK
2521F: include/linux/clk.h
2522
9222d247
JS
2523CLOCKSOURCE, CLOCKEVENT DRIVERS
2524M: Daniel Lezcano <[email protected]>
2525M: Thomas Gleixner <[email protected]>
981c3a4f 2526L: [email protected]
9222d247
JS
2527T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2528S: Supported
2529F: drivers/clocksource
2530
5df6d737 2531CISCO FCOE HBA DRIVER
8fc89a79
HP
2532M: Hiral Patel <[email protected]>
2533M: Suma Ramars <[email protected]>
d7e01dc6 2534M: Brian Uchino <[email protected]>
5df6d737
AJ
2535L: [email protected]
2536S: Supported
2a99921a 2537F: drivers/scsi/fnic/
5df6d737 2538
529aa8cb
TLSC
2539CMPC ACPI DRIVER
2540M: Thadeu Lima de Souza Cascardo <[email protected]>
2541M: Daniel Oliveira Nascimento <[email protected]>
d0944853 2542L: [email protected]
529aa8cb
TLSC
2543S: Supported
2544F: drivers/platform/x86/classmate-laptop.c
2545
74425eee 2546COCCINELLE/Semantic Patches (SmPL)
26de9c26 2547M: Julia Lawall <[email protected]>
74425eee 2548M: Gilles Muller <[email protected]>
26de9c26 2549M: Nicolas Palix <[email protected]>
c00b5110 2550M: Michal Marek <[email protected]>
26de9c26 2551L: [email protected] (moderated for non-subscribers)
c00b5110 2552T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
74425eee
NP
2553W: http://coccinelle.lip6.fr/
2554S: Supported
4b92b2aa 2555F: Documentation/coccinelle.txt
74425eee
NP
2556F: scripts/coccinelle/
2557F: scripts/coccicheck
2558
1da177e4 2559CODA FILE SYSTEM
8b58be88 2560M: Jan Harkes <[email protected]>
1da177e4
LT
2561M: [email protected]
2562L: [email protected]
2563W: http://www.coda.cs.cmu.edu/
2564S: Maintained
679655da
JP
2565F: Documentation/filesystems/coda.txt
2566F: fs/coda/
2567F: include/linux/coda*.h
c117ab84 2568F: include/uapi/linux/coda*.h
1da177e4 2569
0b14261e
PZ
2570CODA V4L2 MEM2MEM DRIVER
2571M: Philipp Zabel <[email protected]>
2572L: [email protected]
2573S: Maintained
2574F: Documentation/devicetree/bindings/media/coda.txt
2575F: drivers/media/platform/coda/
2576
7704addb 2577COMMON CLK FRAMEWORK
7704addb 2578M: Mike Turquette <[email protected]>
35c1983e 2579L: [email protected]
7704addb
MT
2580T: git git://git.linaro.org/people/mturquette/linux.git
2581S: Maintained
60bea3b5
SW
2582F: drivers/clk/
2583X: drivers/clk/clkdev.c
7704addb 2584F: include/linux/clk-pr*
60bea3b5 2585F: include/linux/clk/
7704addb 2586
e2d1d6c0 2587COMMON INTERNET FILE SYSTEM (CIFS)
8b58be88 2588M: Steve French <[email protected]>
51223df6 2589L: [email protected]
d1f28953 2590L: [email protected] (moderated for non-subscribers)
e2d1d6c0 2591W: http://linux-cifs.samba.org/
bb1d5dda 2592T: git git://git.samba.org/sfrench/cifs-2.6.git
e2d1d6c0 2593S: Supported
ec421a71 2594F: Documentation/filesystems/cifs/
679655da 2595F: fs/cifs/
e2d1d6c0 2596
1da177e4 2597COMPACTPCI HOTPLUG CORE
8b58be88 2598M: Scott Murray <[email protected]>
64dab204 2599L: [email protected]
82c4dfc7 2600S: Maintained
679655da 2601F: drivers/pci/hotplug/cpci_hotplug*
1da177e4
LT
2602
2603COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
8b58be88 2604M: Scott Murray <[email protected]>
64dab204 2605L: [email protected]
82c4dfc7 2606S: Maintained
679655da 2607F: drivers/pci/hotplug/cpcihp_zt5550.*
1da177e4
LT
2608
2609COMPACTPCI HOTPLUG GENERIC DRIVER
8b58be88 2610M: Scott Murray <[email protected]>
64dab204 2611L: [email protected]
82c4dfc7 2612S: Maintained
679655da 2613F: drivers/pci/hotplug/cpcihp_generic.c
1da177e4 2614
5411552c 2615COMPAL LAPTOP SUPPORT
8b58be88 2616M: Cezary Jackiewicz <[email protected]>
d0944853 2617L: [email protected]
5411552c 2618S: Maintained
679655da 2619F: drivers/platform/x86/compal-laptop.c
5411552c 2620
949be0f7 2621CONEXANT ACCESSRUNNER USB DRIVER
8b58be88 2622M: Simon Arlott <[email protected]>
9ae5e3bc
SA
2623L: [email protected]
2624W: http://accessrunner.sourceforge.net/
949be0f7 2625S: Maintained
679655da 2626F: drivers/usb/atm/cxacru.c
949be0f7 2627
e2d1d6c0 2628CONFIGFS
d6351db2
JB
2629M: Joel Becker <[email protected]>
2630T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
e2d1d6c0 2631S: Supported
679655da
JP
2632F: fs/configfs/
2633F: include/linux/configfs.h
e2d1d6c0 2634
acb9c1b2 2635CONNECTOR
8b58be88 2636M: Evgeniy Polyakov <[email protected]>
acb9c1b2
EP
2637L: [email protected]
2638S: Maintained
2639F: drivers/connector/
2640
a3e3354d 2641CONTROL GROUP (CGROUP)
860ca0e6 2642M: Tejun Heo <[email protected]>
ad50c159 2643M: Li Zefan <[email protected]>
12340313 2644L: [email protected]
860ca0e6 2645T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
fb3a0fb6 2646S: Maintained
a3e3354d 2647F: Documentation/cgroups/
679655da
JP
2648F: include/linux/cgroup*
2649F: kernel/cgroup*
a3e3354d
TH
2650
2651CONTROL GROUP - CPUSET
2652M: Li Zefan <[email protected]>
2653L: [email protected]
2654W: http://www.bullopensource.org/cpuset/
2655W: http://oss.sgi.com/projects/cpusets/
2656T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2657S: Maintained
2658F: Documentation/cgroups/cpusets.txt
2659F: include/linux/cpuset.h
2660F: kernel/cpuset.c
2661
2662CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2663M: Johannes Weiner <[email protected]>
2664M: Michal Hocko <[email protected]>
2665L: [email protected]
2666L: [email protected]
2667S: Maintained
2668F: mm/memcontrol.c
5d1ea48b 2669F: mm/swap_cgroup.c
fb3a0fb6 2670
bebe4678 2671CORETEMP HARDWARE MONITORING DRIVER
96859129 2672M: Fenghua Yu <[email protected]>
bebe4678
RM
2673L: [email protected]
2674S: Maintained
679655da
JP
2675F: Documentation/hwmon/coretemp
2676F: drivers/hwmon/coretemp.c
bebe4678 2677
1da177e4 2678COSA/SRP SYNC SERIAL DRIVER
8b58be88 2679M: Jan "Yenya" Kasprzak <[email protected]>
1da177e4
LT
2680W: http://www.fi.muni.cz/~kas/cosa/
2681S: Maintained
679655da 2682F: drivers/net/wan/cosa*
1da177e4 2683
4371ee35 2684CPMAC ETHERNET DRIVER
8b58be88 2685M: Florian Fainelli <[email protected]>
4371ee35
FF
2686L: [email protected]
2687S: Maintained
b544dbac 2688F: drivers/net/ethernet/ti/cpmac.c
4371ee35 2689
1da177e4 2690CPU FREQUENCY DRIVERS
49db1903 2691M: Rafael J. Wysocki <[email protected]>
45c009a9 2692M: Viresh Kumar <[email protected]>
a6c072c7 2693L: [email protected]
1da177e4 2694S: Maintained
27209d91
VK
2695T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2696T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
679655da
JP
2697F: drivers/cpufreq/
2698F: include/linux/cpufreq.h
1da177e4 2699
8a67f0ef
VK
2700CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2701M: Viresh Kumar <[email protected]>
171d0ba8 2702M: Sudeep Holla <[email protected]>
8a67f0ef
VK
2703L: [email protected]
2704W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2705S: Maintained
2706F: drivers/cpufreq/arm_big_little.h
2707F: drivers/cpufreq/arm_big_little.c
2708F: drivers/cpufreq/arm_big_little_dt.c
2709
14d2c34c 2710CPUIDLE DRIVER - ARM BIG LITTLE
b75f0050
JP
2711M: Lorenzo Pieralisi <[email protected]>
2712M: Daniel Lezcano <[email protected]>
2713L: [email protected]
2714L: [email protected]
cea8321c 2715T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
b75f0050
JP
2716S: Maintained
2717F: drivers/cpuidle/cpuidle-big_little.c
14d2c34c 2718
0c570c18
BZ
2719CPUIDLE DRIVER - ARM EXYNOS
2720M: Bartlomiej Zolnierkiewicz <[email protected]>
2721M: Daniel Lezcano <[email protected]>
2722M: Kukjin Kim <[email protected]>
2723L: [email protected]
2724L: [email protected]
2725S: Supported
2726F: drivers/cpuidle/cpuidle-exynos.c
2727F: arch/arm/mach-exynos/pm.c
2728
a8e39c35 2729CPUIDLE DRIVERS
49db1903 2730M: Rafael J. Wysocki <[email protected]>
a8e39c35
DL
2731M: Daniel Lezcano <[email protected]>
2732L: [email protected]
2733S: Maintained
cea8321c 2734T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
a8e39c35
DL
2735F: drivers/cpuidle/*
2736F: include/linux/cpuidle.h
2737
1da177e4 2738CPUID/MSR DRIVER
8b58be88 2739M: "H. Peter Anvin" <[email protected]>
1da177e4 2740S: Maintained
679655da
JP
2741F: arch/x86/kernel/cpuid.c
2742F: arch/x86/kernel/msr.c
1da177e4 2743
7fe2f639 2744CPU POWER MONITORING SUBSYSTEM
7fe2f639 2745M: Thomas Renninger <[email protected]>
103f1790 2746L: [email protected]
7fe2f639 2747S: Maintained
14430813 2748F: tools/power/cpupower/
7fe2f639 2749
1da177e4 2750CRAMFS FILESYSTEM
ce00f85c 2751W: http://sourceforge.net/projects/cramfs/
54886a71 2752S: Orphan / Obsolete
679655da
JP
2753F: Documentation/filesystems/cramfs.txt
2754F: fs/cramfs/
1da177e4
LT
2755
2756CRIS PORT
8b58be88
JP
2757M: Mikael Starvik <[email protected]>
2758M: Jesper Nilsson <[email protected]>
9937ac0c 2759L: [email protected]
1da177e4
LT
2760W: http://developer.axis.com
2761S: Maintained
679655da 2762F: arch/cris/
df621252 2763F: drivers/tty/serial/crisv10.*
1da177e4
LT
2764
2765CRYPTO API
8b58be88
JP
2766M: Herbert Xu <[email protected]>
2767M: "David S. Miller" <[email protected]>
1da177e4 2768L: [email protected]
54e5881d 2769T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4 2770S: Maintained
679655da
JP
2771F: Documentation/crypto/
2772F: arch/*/crypto/
2773F: crypto/
2774F: drivers/crypto/
2775F: include/crypto/
1da177e4 2776
5b07bd57 2777CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
8b58be88 2778M: Neil Horman <[email protected]>
5b07bd57
NH
2779L: [email protected]
2780S: Maintained
51a2228a
JP
2781F: crypto/ansi_cprng.c
2782F: crypto/rng.c
5b07bd57 2783
9b4ffa48 2784CS5535 Audio ALSA driver
8b58be88 2785M: Jaya Kumar <[email protected]>
9b4ffa48 2786S: Maintained
679655da 2787F: sound/pci/cs5535audio/
9b4ffa48 2788
a910e4a9 2789CW1200 WLAN driver
b75f0050
JP
2790M: Solomon Peachy <[email protected]>
2791S: Maintained
2792F: drivers/net/wireless/cw1200/
a910e4a9 2793
6d8425b1 2794CX18 VIDEO4LINUX DRIVER
6afdeaf8 2795M: Andy Walls <[email protected]>
7b212edf 2796L: [email protected] (subscribers-only)
661263b5 2797L: [email protected]
275ffde4 2798T: git git://linuxtv.org/media_tree.git
6d8425b1 2799W: http://linuxtv.org
30e10993 2800W: http://www.ivtvdriver.org/index.php/Cx18
6d8425b1 2801S: Maintained
679655da 2802F: Documentation/video4linux/cx18.txt
90d72ac6 2803F: drivers/media/pci/cx18/
6c0f0359 2804F: include/uapi/linux/ivtv*
6d8425b1 2805
3f101d91
HV
2806CX2341X MPEG ENCODER HELPER MODULE
2807M: Hans Verkuil <[email protected]>
2808L: [email protected]
2809T: git git://linuxtv.org/media_tree.git
2810W: http://linuxtv.org
2811S: Maintained
c368360b 2812F: drivers/media/common/cx2341x*
3f101d91
HV
2813F: include/media/cx2341x*
2814
20357578 2815CX88 VIDEO4LINUX DRIVER
009a5410 2816M: Mauro Carvalho Chehab <[email protected]>
20357578
MCC
2817L: [email protected]
2818W: http://linuxtv.org
2819T: git git://linuxtv.org/media_tree.git
2820S: Odd fixes
2821F: Documentation/video4linux/cx88/
2822F: drivers/media/pci/cx88/
6d8425b1 2823
91952bc0
AP
2824CXD2820R MEDIA DRIVER
2825M: Antti Palosaari <[email protected]>
2826L: [email protected]
2827W: http://linuxtv.org/
2828W: http://palosaari.fi/linux/
2829Q: http://patchwork.linuxtv.org/project/linux-media/list/
2830T: git git://linuxtv.org/anttip/media_tree.git
2831S: Maintained
2832F: drivers/media/dvb-frontends/cxd2820r*
6d8425b1 2833
e5ec3789 2834CXGB3 ETHERNET DRIVER (CXGB3)
cdc99239 2835M: Santosh Raspatur <[email protected]>
e5ec3789
SW
2836L: [email protected]
2837W: http://www.chelsio.com
2838S: Supported
f7917c00 2839F: drivers/net/ethernet/chelsio/cxgb3/
e5ec3789 2840
d8ae3c33
AB
2841CXGB3 ISCSI DRIVER (CXGB3I)
2842M: Karen Xie <[email protected]>
2843L: [email protected]
2844W: http://www.chelsio.com
2845S: Supported
2846F: drivers/scsi/cxgbi/cxgb3i
2847
e5ec3789 2848CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
8b58be88 2849M: Steve Wise <[email protected]>
e6cc0fd1 2850L: [email protected]
e5ec3789
SW
2851W: http://www.openfabrics.org
2852S: Supported
679655da 2853F: drivers/infiniband/hw/cxgb3/
e5ec3789 2854
be4c9bad 2855CXGB4 ETHERNET DRIVER (CXGB4)
56f16c74 2856M: Hariprasad S <[email protected]>
be4c9bad
RD
2857L: [email protected]
2858W: http://www.chelsio.com
2859S: Supported
f7917c00 2860F: drivers/net/ethernet/chelsio/cxgb4/
be4c9bad 2861
d8ae3c33
AB
2862CXGB4 ISCSI DRIVER (CXGB4I)
2863M: Karen Xie <[email protected]>
2864L: [email protected]
2865W: http://www.chelsio.com
2866S: Supported
2867F: drivers/scsi/cxgbi/cxgb4i
2868
be4c9bad
RD
2869CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2870M: Steve Wise <[email protected]>
2871L: [email protected]
2872W: http://www.openfabrics.org
2873S: Supported
2874F: drivers/infiniband/hw/cxgb4/
2875
5c20a5c7
CL
2876CXGB4VF ETHERNET DRIVER (CXGB4VF)
2877M: Casey Leedom <[email protected]>
2878L: [email protected]
2879W: http://www.chelsio.com
2880S: Supported
f7917c00 2881F: drivers/net/ethernet/chelsio/cxgb4vf/
5c20a5c7 2882
a9282d01
IM
2883CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2884M: Ian Munsie <[email protected]>
2885M: Michael Neuling <[email protected]>
2886L: [email protected]
2887S: Supported
2888F: drivers/misc/cxl/
2889F: include/misc/cxl.h
2890F: include/uapi/misc/cxl.h
2891F: Documentation/powerpc/cxl.txt
2892F: Documentation/powerpc/cxl.txt
2893F: Documentation/ABI/testing/sysfs-class-cxl
2894
b52b97a3
GC
2895STMMAC ETHERNET DRIVER
2896M: Giuseppe Cavallaro <[email protected]>
2897L: [email protected]
2898W: http://www.stlinux.com
2899S: Supported
7ac6653a 2900F: drivers/net/ethernet/stmicro/stmmac/
b52b97a3 2901
1da177e4 2902CYBERPRO FB DRIVER
8b58be88 2903M: Russell King <[email protected]>
efc03ecb 2904L: [email protected] (moderated for non-subscribers)
1da177e4
LT
2905W: http://www.arm.linux.org.uk/
2906S: Maintained
8a61f013 2907F: drivers/video/fbdev/cyber2000fb.*
9fa68eae 2908
1da177e4 2909CYCLADES ASYNC MUX DRIVER
1da177e4 2910W: http://www.cyclades.com/
d459883e 2911S: Orphan
c897401b 2912F: drivers/tty/cyclades.c
679655da 2913F: include/linux/cyclades.h
c117ab84 2914F: include/uapi/linux/cyclades.h
1da177e4
LT
2915
2916CYCLADES PC300 DRIVER
1da177e4 2917W: http://www.cyclades.com/
d459883e 2918S: Orphan
679655da 2919F: drivers/net/wan/pc300*
1da177e4 2920
402f6ae4
AP
2921CYPRESS_FIRMWARE MEDIA DRIVER
2922M: Antti Palosaari <[email protected]>
2923L: [email protected]
2924W: http://linuxtv.org/
2925W: http://palosaari.fi/linux/
2926Q: http://patchwork.linuxtv.org/project/linux-media/list/
2927T: git git://linuxtv.org/anttip/media_tree.git
2928S: Maintained
2929F: drivers/media/common/cypress_firmware*
2930
e3ae3525 2931CYTTSP TOUCHSCREEN DRIVER
be9a6f40 2932M: Ferruh Yigit <[email protected]>
6305902c 2933L: [email protected]
be9a6f40 2934S: Supported
6305902c
JP
2935F: drivers/input/touchscreen/cyttsp*
2936F: include/linux/input/cyttsp.h
e3ae3525 2937
1da177e4 2938DAMA SLAVE for AX.25
8b58be88 2939M: Joerg Reuter <[email protected]>
1da177e4
LT
2940W: http://yaina.de/jreuter/
2941W: http://www.qsl.net/dl1bke/
2942L: [email protected]
2943S: Maintained
679655da
JP
2944F: net/ax25/af_ax25.c
2945F: net/ax25/ax25_dev.c
2946F: net/ax25/ax25_ds_*
2947F: net/ax25/ax25_in.c
2948F: net/ax25/ax25_out.c
2949F: net/ax25/ax25_timer.c
2950F: net/ax25/sysctl_net_ax25.c
1da177e4 2951
e2d1d6c0 2952DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
e2d1d6c0 2953L: [email protected]
5ff77428 2954S: Orphan
679655da 2955F: Documentation/networking/dmfe.txt
0f04e2aa 2956F: drivers/net/ethernet/dec/tulip/dmfe.c
e2d1d6c0
RD
2957
2958DC390/AM53C974 SCSI driver
71bd849d
HR
2959M: Hannes Reinecke <[email protected]>
2960L: [email protected]
e2d1d6c0 2961S: Maintained
71bd849d 2962F: drivers/scsi/am53c974.c
e2d1d6c0 2963
1da177e4 2964DC395x SCSI driver
61eee9a7 2965M: Oliver Neukum <[email protected]>
8b58be88
JP
2966M: Ali Akcaagac <[email protected]>
2967M: Jamie Lenehan <[email protected]>
f5df5881 2968L: [email protected]
cf015e9f
JP
2969W: http://twibble.org/dist/dc395x/
2970W: http://lists.twibble.org/mailman/listinfo/dc395x/
1da177e4 2971S: Maintained
679655da
JP
2972F: Documentation/scsi/dc395x.txt
2973F: drivers/scsi/dc395x.*
1da177e4 2974
eb8edb08 2975DCCP PROTOCOL
a89d030e 2976M: Gerrit Renker <[email protected]>
eb8edb08 2977L: [email protected]
c996d8b9 2978W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
eb8edb08 2979S: Maintained
679655da 2980F: include/linux/dccp.h
c117ab84 2981F: include/uapi/linux/dccp.h
679655da
JP
2982F: include/linux/tfrc.h
2983F: net/dccp/
eb8edb08 2984
1da177e4 2985DECnet NETWORK LAYER
1da177e4
LT
2986W: http://linux-decnet.sourceforge.net
2987L: [email protected]
f546444d 2988S: Orphan
679655da
JP
2989F: Documentation/networking/decnet.txt
2990F: net/decnet/
1da177e4 2991
ebff05b9
MR
2992DECSTATION PLATFORM SUPPORT
2993M: "Maciej W. Rozycki" <[email protected]>
2994L: [email protected]
2995W: http://www.linux-mips.org/wiki/DECstation
2996S: Maintained
2997F: arch/mips/dec/
2998F: arch/mips/include/asm/dec/
2999F: arch/mips/include/asm/mach-dec/
3000
1da177e4 3001DEFXX FDDI NETWORK DRIVER
8b58be88 3002M: "Maciej W. Rozycki" <[email protected]>
1da177e4 3003S: Maintained
33f810b2 3004F: drivers/net/fddi/defxx.*
1da177e4 3005
ad8f07cc 3006DELL LAPTOP DRIVER
8b58be88 3007M: Matthew Garrett <[email protected]>
d0944853 3008L: [email protected]
ad8f07cc 3009S: Maintained
679655da 3010F: drivers/platform/x86/dell-laptop.c
ad8f07cc 3011
1da177e4 3012DELL LAPTOP SMM DRIVER
a1406d87 3013M: Guenter Roeck <[email protected]>
679655da 3014F: drivers/char/i8k.c
c117ab84 3015F: include/uapi/linux/i8k.h
1da177e4 3016
90563ec4 3017DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
8b58be88 3018M: Doug Warzecha <[email protected]>
90563ec4 3019S: Maintained
679655da
JP
3020F: Documentation/dcdbas.txt
3021F: drivers/firmware/dcdbas.*
90563ec4 3022
0b3f6109 3023DELL WMI EXTRAS DRIVER
8b58be88 3024M: Matthew Garrett <[email protected]>
0b3f6109 3025S: Maintained
36b3a96f 3026F: drivers/platform/x86/dell-wmi.c
0b3f6109 3027
5efc75e3
PZ
3028DESIGNWARE USB2 DRD IP DRIVER
3029M: Paul Zimmerman <[email protected]>
3030L: [email protected]
18f340f9 3031T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5efc75e3 3032S: Maintained
197ba5f4 3033F: drivers/usb/dwc2/
5efc75e3 3034
94ab23dd
FB
3035DESIGNWARE USB3 DRD IP DRIVER
3036M: Felipe Balbi <[email protected]>
3037L: [email protected]
3038L: [email protected]
3039T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3040S: Maintained
3041F: drivers/usb/dwc3/
3042
833c9545
JB
3043DEVICE COREDUMP (DEV_COREDUMP)
3044M: Johannes Berg <[email protected]>
3045L: [email protected]
3046S: Maintained
3047F: drivers/base/devcoredump.c
3048F: include/linux/devcoredump.h
3049
89d07767
KP
3050DEVICE FREQUENCY (DEVFREQ)
3051M: MyungJoo Ham <[email protected]>
3052M: Kyungmin Park <[email protected]>
88476d34 3053L: [email protected]
89d07767
KP
3054S: Maintained
3055F: drivers/devfreq/
3056
1da177e4 3057DEVICE NUMBER REGISTRY
8b58be88 3058M: Torben Mathiasen <[email protected]>
1da177e4 3059W: http://lanana.org/docs/device-list/index.html
1da177e4
LT
3060S: Maintained
3061
e2d1d6c0 3062DEVICE-MAPPER (LVM)
854ecaad 3063M: Alasdair Kergon <[email protected]>
8504eed3 3064M: Mike Snitzer <[email protected]>
854ecaad 3065M: [email protected]
e2d1d6c0
RD
3066L: [email protected]
3067W: http://sources.redhat.com/dm
8a6e2535 3068Q: http://patchwork.kernel.org/project/dm-devel/list/
41d35d25 3069T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
854ecaad 3070T: quilt http://people.redhat.com/agk/patches/linux/editing/
e2d1d6c0 3071S: Maintained
679655da
JP
3072F: Documentation/device-mapper/
3073F: drivers/md/dm*
854ecaad 3074F: drivers/md/persistent-data/
679655da
JP
3075F: include/linux/device-mapper.h
3076F: include/linux/dm-*.h
8504eed3 3077F: include/uapi/linux/dm-*.h
e2d1d6c0 3078
c0d995aa
OST
3079DIALOG SEMICONDUCTOR DRIVERS
3080M: Support Opensource <[email protected]>
3081W: http://www.dialog-semiconductor.com/products
3082S: Supported
3083F: Documentation/hwmon/da90??
3084F: drivers/gpio/gpio-da90??.c
3085F: drivers/hwmon/da90??-hwmon.c
3086F: drivers/input/misc/da90??_onkey.c
3087F: drivers/input/touchscreen/da9052_tsi.c
3088F: drivers/leds/leds-da90??.c
3089F: drivers/mfd/da903x.c
3090F: drivers/mfd/da90??-*.c
3091F: drivers/power/da9052-battery.c
3092F: drivers/regulator/da903x.c
3093F: drivers/regulator/da9???-regulator.[ch]
3094F: drivers/rtc/rtc-da90??.c
3095F: drivers/video/backlight/da90??_bl.c
3096F: drivers/watchdog/da90??_wdt.c
3097F: include/linux/mfd/da903x.h
3098F: include/linux/mfd/da9052/
3099F: include/linux/mfd/da9055/
3100F: include/linux/mfd/da9063/
3101F: include/sound/da[79]*.h
3102F: sound/soc/codecs/da[79]*.[ch]
3103
599aa697
LL
3104DIGI NEO AND CLASSIC PCI PRODUCTS
3105M: Lidza Louina <[email protected]>
542f3d5a 3106M: Mark Hounschell <[email protected]>
599aa697
LL
3107L: [email protected]
3108S: Maintained
3109F: drivers/staging/dgnc/
3110
3111DIGI EPCA PCI PRODUCTS
3112M: Lidza Louina <[email protected]>
abeb935f 3113M: Mark Hounschell <[email protected]>
6d825f79 3114M: Daeseok Youn <[email protected]>
599aa697
LL
3115L: [email protected]
3116S: Maintained
3117F: drivers/staging/dgap/
3118
335d7c58 3119DIOLAN U2C-12 I2C DRIVER
ca462085 3120M: Guenter Roeck <[email protected]>
335d7c58
GR
3121L: [email protected]
3122S: Maintained
3123F: drivers/i2c/busses/i2c-diolan-u2c.c
3124
e7839f25 3125DIRECTORY NOTIFICATION (DNOTIFY)
8b58be88 3126M: Eric Paris <[email protected]>
3c5119c0 3127S: Maintained
679655da
JP
3128F: Documentation/filesystems/dnotify.txt
3129F: fs/notify/dnotify/
3130F: include/linux/dnotify.h
1da177e4
LT
3131
3132DISK GEOMETRY AND PARTITION HANDLING
8b58be88 3133M: Andries Brouwer <[email protected]>
1da177e4
LT
3134W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3135W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3136W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3137S: Maintained
3138
4480f15b 3139DISKQUOTA
8b58be88 3140M: Jan Kara <[email protected]>
1da177e4 3141S: Maintained
679655da
JP
3142F: Documentation/filesystems/quota.txt
3143F: fs/quota/
3144F: include/linux/quota*.h
c117ab84 3145F: include/uapi/linux/quota*.h
1da177e4 3146
702686ad
BT
3147DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3148M: Bernie Thompson <[email protected]>
3149L: [email protected]
3150S: Maintained
3151W: http://plugable.com/category/projects/udlfb/
8a61f013 3152F: drivers/video/fbdev/udlfb.c
702686ad
BT
3153F: include/video/udlfb.h
3154F: Documentation/fb/udlfb.txt
3155
e7839f25 3156DISTRIBUTED LOCK MANAGER (DLM)
8b58be88
JP
3157M: Christine Caulfield <[email protected]>
3158M: David Teigland <[email protected]>
a4644184 3159L: [email protected]
5be7b50f 3160W: http://sources.redhat.com/cluster/
54e5881d 3161T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f 3162S: Supported
679655da 3163F: fs/dlm/
5be7b50f 3164
53b6b3e0
SS
3165DMA BUFFER SHARING FRAMEWORK
3166M: Sumit Semwal <[email protected]>
3167S: Maintained
3168L: [email protected]
3169L: [email protected]
8ada6d2d 3170L: [email protected] (moderated for non-subscribers)
35fac7e3 3171F: drivers/dma-buf/
e46d12c6
JP
3172F: include/linux/dma-buf*
3173F: include/linux/reservation.h
3174F: include/linux/*fence.h
53b6b3e0
SS
3175F: Documentation/dma-buf-sharing.txt
3176T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3177
b3e5f263 3178DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4abed0af 3179M: Vinod Koul <[email protected]>
17b59560
VK
3180L: [email protected]
3181Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
08223d80 3182S: Maintained
679655da
JP
3183F: drivers/dma/
3184F: include/linux/dma*
979a281e
VK
3185F: Documentation/dmaengine/
3186T: git git://git.infradead.org/users/vkoul/slave-dma.git
248a9dc3 3187
b825037d 3188DME1737 HARDWARE MONITOR DRIVER
8b58be88 3189M: Juerg Haefliger <[email protected]>
b825037d
JH
3190L: [email protected]
3191S: Maintained
679655da
JP
3192F: Documentation/hwmon/dme1737
3193F: drivers/hwmon/dme1737.c
b825037d 3194
5b9c9bf6 3195DOCKING STATION DRIVER
8b58be88 3196M: Shaohua Li <[email protected]>
5b9c9bf6 3197L: [email protected]
8b59a454 3198S: Supported
679655da 3199F: drivers/acpi/dock.c
5b9c9bf6 3200
7d2c86b5 3201DOCUMENTATION
ad3118b9 3202M: Jonathan Corbet <[email protected]>
795fb7e7
JD
3203L: [email protected]
3204S: Maintained
679655da 3205F: Documentation/
97be078b
RD
3206X: Documentation/ABI/
3207X: Documentation/devicetree/
3208X: Documentation/[a-z][a-z]_[A-Z][A-Z]/
abbaeff3 3209
1da177e4 3210DOUBLETALK DRIVER
8b58be88 3211M: "James R. Van Zandt" <[email protected]>
1da177e4
LT
3212L: [email protected]
3213S: Maintained
679655da
JP
3214F: drivers/char/dtlk.c
3215F: include/linux/dtlk.h
1da177e4 3216
e2d1d6c0 3217DPT_I2O SCSI RAID DRIVER
8b58be88 3218M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
3219L: [email protected]
3220W: http://www.adaptec.com/
3221S: Maintained
679655da
JP
3222F: drivers/scsi/dpt*
3223F: drivers/scsi/dpt/
e2d1d6c0 3224
b411b363 3225DRBD DRIVER
28b8e8d4
JP
3226P: Philipp Reisner
3227P: Lars Ellenberg
3228M: [email protected]
3229L: [email protected]
3230W: http://www.drbd.org
3231T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3232T: git git://git.drbd.org/drbd-8.3.git
3233S: Supported
3234F: drivers/block/drbd/
3235F: lib/lru_cache.c
3236F: Documentation/blockdev/drbd/
b411b363 3237
87544653 3238DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
879a5a00 3239M: Greg Kroah-Hartman <[email protected]>
08deed1e 3240T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
1da177e4 3241S: Supported
679655da 3242F: Documentation/kobject.txt
7cfc51b9 3243F: drivers/base/
679655da 3244F: fs/sysfs/
87544653 3245F: fs/debugfs/
679655da 3246F: include/linux/kobj*
87544653 3247F: include/linux/debugfs.h
679655da 3248F: lib/kobj*
1da177e4
LT
3249
3250DRM DRIVERS
8b58be88 3251M: David Airlie <[email protected]>
4c6a3999 3252L: [email protected]
b0447888 3253T: git git://people.freedesktop.org/~airlied/linux
1da177e4 3254S: Maintained
679655da 3255F: drivers/gpu/drm/
433e3b34 3256F: drivers/gpu/vga/
850e9411 3257F: include/drm/
c117ab84 3258F: include/uapi/drm/
1da177e4 3259
566f5939
AD
3260RADEON DRM DRIVERS
3261M: Alex Deucher <[email protected]>
3262M: Christian König <[email protected]>
3263L: [email protected]
3264T: git git://people.freedesktop.org/~agd5f/linux
3265S: Supported
3266F: drivers/gpu/drm/radeon/
566f5939
AD
3267F: include/uapi/drm/radeon*
3268
03e255b9
TR
3269DRM PANEL DRIVERS
3270M: Thierry Reding <[email protected]>
3271L: [email protected]
3272T: git git://anongit.freedesktop.org/tegra/linux.git
3273S: Maintained
3274F: drivers/gpu/drm/drm_panel.c
3275F: drivers/gpu/drm/panel/
3276F: include/drm/drm_panel.h
3277F: Documentation/devicetree/bindings/panel/
3278
8daf7473 3279INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
cbce7107 3280M: Daniel Vetter <[email protected]>
47f95647 3281M: Jani Nikula <[email protected]>
362132d2 3282L: [email protected]
8daf7473 3283L: [email protected]
47f95647 3284Q: http://patchwork.freedesktop.org/project/intel-gfx/
89258a97 3285T: git git://anongit.freedesktop.org/drm-intel
8daf7473 3286S: Supported
14430813 3287F: drivers/gpu/drm/i915/
8daf7473 3288F: include/drm/i915*
c117ab84 3289F: include/uapi/drm/i915*
8daf7473 3290
398a6d4a
KP
3291DRM DRIVERS FOR EXYNOS
3292M: Inki Dae <[email protected]>
f1501303
ID
3293M: Joonyoung Shim <[email protected]>
3294M: Seung-Woo Kim <[email protected]>
3295M: Kyungmin Park <[email protected]>
398a6d4a 3296L: [email protected]
25a58030 3297T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
398a6d4a 3298S: Supported
14430813 3299F: drivers/gpu/drm/exynos/
398a6d4a 3300F: include/drm/exynos*
c117ab84 3301F: include/uapi/drm/exynos*
398a6d4a 3302
0a3d775f
PZ
3303DRM DRIVERS FOR FREESCALE IMX
3304M: Philipp Zabel <[email protected]>
3305L: [email protected]
3306S: Maintained
3307F: drivers/gpu/drm/imx/
3308F: Documentation/devicetree/bindings/drm/imx/
3309
bd3b49f2 3310DRM DRIVERS FOR NVIDIA TEGRA
a5ad7a63
TR
3311M: Thierry Reding <[email protected]>
3312M: Terje Bergström <[email protected]>
bd3b49f2
TR
3313L: [email protected]
3314L: [email protected]
a5ad7a63 3315T: git git://anongit.freedesktop.org/tegra/linux.git
adabdb0c 3316S: Supported
dee8268f 3317F: drivers/gpu/drm/tegra/
a5ad7a63 3318F: drivers/gpu/host1x/
e1e90644 3319F: include/linux/host1x.h
a5ad7a63 3320F: include/uapi/drm/tegra_drm.h
bd3b49f2
TR
3321F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3322
a284e9d1
LP
3323DRM DRIVERS FOR RENESAS
3324M: Laurent Pinchart <[email protected]>
3325L: [email protected]
3326L: [email protected]
3327T: git git://people.freedesktop.org/~airlied/linux
3328S: Supported
3329F: drivers/gpu/drm/rcar-du/
3330F: drivers/gpu/drm/shmobile/
3331F: include/linux/platform_data/rcar-du.h
3332F: include/linux/platform_data/shmob_drm.h
3333
598df1ac
AK
3334DSBR100 USB FM RADIO DRIVER
3335M: Alexey Klimov <[email protected]>
3336L: [email protected]
3337T: git git://linuxtv.org/media_tree.git
3338S: Maintained
3339F: drivers/media/radio/dsbr100.c
3340
1da177e4 3341DSCC4 DRIVER
8b58be88 3342M: Francois Romieu <[email protected]>
01f20734 3343L: [email protected]
1da177e4 3344S: Maintained
679655da 3345F: drivers/net/wan/dscc4.c
1da177e4 3346
91952bc0
AP
3347DVB_USB_AF9015 MEDIA DRIVER
3348M: Antti Palosaari <[email protected]>
3349L: [email protected]
3350W: http://linuxtv.org/
3351W: http://palosaari.fi/linux/
3352Q: http://patchwork.linuxtv.org/project/linux-media/list/
3353T: git git://linuxtv.org/anttip/media_tree.git
3354S: Maintained
3355F: drivers/media/usb/dvb-usb-v2/af9015*
3356
3357DVB_USB_AF9035 MEDIA DRIVER
3358M: Antti Palosaari <[email protected]>
3359L: [email protected]
3360W: http://linuxtv.org/
3361W: http://palosaari.fi/linux/
3362Q: http://patchwork.linuxtv.org/project/linux-media/list/
3363T: git git://linuxtv.org/anttip/media_tree.git
3364S: Maintained
3365F: drivers/media/usb/dvb-usb-v2/af9035*
3366
3367DVB_USB_ANYSEE MEDIA DRIVER
3368M: Antti Palosaari <[email protected]>
3369L: [email protected]
3370W: http://linuxtv.org/
3371W: http://palosaari.fi/linux/
3372Q: http://patchwork.linuxtv.org/project/linux-media/list/
3373T: git git://linuxtv.org/anttip/media_tree.git
3374S: Maintained
3375F: drivers/media/usb/dvb-usb-v2/anysee*
3376
3377DVB_USB_AU6610 MEDIA DRIVER
3378M: Antti Palosaari <[email protected]>
3379L: [email protected]
3380W: http://linuxtv.org/
3381W: http://palosaari.fi/linux/
3382Q: http://patchwork.linuxtv.org/project/linux-media/list/
3383T: git git://linuxtv.org/anttip/media_tree.git
3384S: Maintained
3385F: drivers/media/usb/dvb-usb-v2/au6610*
3386
3387DVB_USB_CE6230 MEDIA DRIVER
3388M: Antti Palosaari <[email protected]>
3389L: [email protected]
3390W: http://linuxtv.org/
3391W: http://palosaari.fi/linux/
3392Q: http://patchwork.linuxtv.org/project/linux-media/list/
3393T: git git://linuxtv.org/anttip/media_tree.git
3394S: Maintained
3395F: drivers/media/usb/dvb-usb-v2/ce6230*
3396
d099dea2
MK
3397DVB_USB_CXUSB MEDIA DRIVER
3398M: Michael Krufky <[email protected]>
3399L: [email protected]
3400W: http://linuxtv.org/
3401W: http://github.com/mkrufky
3402Q: http://patchwork.linuxtv.org/project/linux-media/list/
3403T: git git://linuxtv.org/media_tree.git
3404S: Maintained
9819da66 3405F: drivers/media/usb/dvb-usb/cxusb*
d099dea2 3406
91952bc0 3407DVB_USB_EC168 MEDIA DRIVER
91952bc0
AP
3408M: Antti Palosaari <[email protected]>
3409L: [email protected]
3410W: http://linuxtv.org/
3411W: http://palosaari.fi/linux/
3412Q: http://patchwork.linuxtv.org/project/linux-media/list/
3413T: git git://linuxtv.org/anttip/media_tree.git
3414S: Maintained
91952bc0 3415F: drivers/media/usb/dvb-usb-v2/ec168*
91952bc0 3416
5560983b 3417DVB_USB_GL861 MEDIA DRIVER
91952bc0
AP
3418M: Antti Palosaari <[email protected]>
3419L: [email protected]
3420W: http://linuxtv.org/
91952bc0
AP
3421Q: http://patchwork.linuxtv.org/project/linux-media/list/
3422T: git git://linuxtv.org/anttip/media_tree.git
3423S: Maintained
5560983b 3424F: drivers/media/usb/dvb-usb-v2/gl861*
91952bc0 3425
8856f5f2
MK
3426DVB_USB_MXL111SF MEDIA DRIVER
3427M: Michael Krufky <[email protected]>
3428L: [email protected]
3429W: http://linuxtv.org/
3430W: http://github.com/mkrufky
3431Q: http://patchwork.linuxtv.org/project/linux-media/list/
3432T: git git://linuxtv.org/mkrufky/mxl111sf.git
3433S: Maintained
3434F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3435
91952bc0
AP
3436DVB_USB_RTL28XXU MEDIA DRIVER
3437M: Antti Palosaari <[email protected]>
3438L: [email protected]
3439W: http://linuxtv.org/
3440W: http://palosaari.fi/linux/
3441Q: http://patchwork.linuxtv.org/project/linux-media/list/
3442T: git git://linuxtv.org/anttip/media_tree.git
3443S: Maintained
3444F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3445
3446DVB_USB_V2 MEDIA DRIVER
3447M: Antti Palosaari <[email protected]>
3448L: [email protected]
3449W: http://linuxtv.org/
3450W: http://palosaari.fi/linux/
3451Q: http://patchwork.linuxtv.org/project/linux-media/list/
3452T: git git://linuxtv.org/anttip/media_tree.git
3453S: Maintained
3454F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3455F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3456
ac0ac38f 3457DYNAMIC DEBUG
5c4a97d1 3458M: Jason Baron <[email protected]>
ac0ac38f
JB
3459S: Maintained
3460F: lib/dynamic_debug.c
3461F: include/linux/dynamic_debug.h
3462
789c7048 3463DZ DECSTATION DZ11 SERIAL DRIVER
8b58be88 3464M: "Maciej W. Rozycki" <[email protected]>
789c7048 3465S: Maintained
df621252 3466F: drivers/tty/serial/dz.*
789c7048 3467
91952bc0
AP
3468E4000 MEDIA DRIVER
3469M: Antti Palosaari <[email protected]>
3470L: [email protected]
3471W: http://linuxtv.org/
3472W: http://palosaari.fi/linux/
3473Q: http://patchwork.linuxtv.org/project/linux-media/list/
3474T: git git://linuxtv.org/anttip/media_tree.git
3475S: Maintained
3476F: drivers/media/tuners/e4000*
3477
1da177e4 3478EATA ISA/EISA/PCI SCSI DRIVER
8b58be88 3479M: Dario Ballabio <[email protected]>
1da177e4
LT
3480L: [email protected]
3481S: Maintained
679655da 3482F: drivers/scsi/eata.c
1da177e4 3483
91952bc0
AP
3484EC100 MEDIA DRIVER
3485M: Antti Palosaari <[email protected]>
3486L: [email protected]
3487W: http://linuxtv.org/
3488W: http://palosaari.fi/linux/
3489Q: http://patchwork.linuxtv.org/project/linux-media/list/
3490T: git git://linuxtv.org/anttip/media_tree.git
3491S: Maintained
3492F: drivers/media/dvb-frontends/ec100*
3493
237fead6 3494ECRYPT FILE SYSTEM
0de9adf2 3495M: Tyler Hicks <[email protected]>
a058bfbb 3496L: [email protected]
24a923e4 3497W: http://ecryptfs.org
6dc7516e 3498W: https://launchpad.net/ecryptfs
237fead6 3499S: Supported
679655da
JP
3500F: Documentation/filesystems/ecryptfs.txt
3501F: fs/ecryptfs/
237fead6 3502
da9bb1d2 3503EDAC-CORE
8b58be88 3504M: Doug Thompson <[email protected]>
aa15aa0e 3505M: Borislav Petkov <[email protected]>
009a5410 3506M: Mauro Carvalho Chehab <[email protected]>
91445c72 3507L: [email protected]
0e438e3f 3508W: bluesmoke.sourceforge.net
8c2a6a40 3509S: Supported
679655da 3510F: Documentation/edac.txt
91445c72 3511F: drivers/edac/
679655da 3512F: include/linux/edac.h
0e438e3f 3513
c476c23b 3514EDAC-AMD64
8b58be88 3515M: Doug Thompson <[email protected]>
487ba8e8 3516M: Borislav Petkov <[email protected]>
91445c72 3517L: [email protected]
c476c23b 3518W: bluesmoke.sourceforge.net
487ba8e8 3519S: Maintained
c476c23b
BP
3520F: drivers/edac/amd64_edac*
3521
836dae5d
RR
3522EDAC-CALXEDA
3523M: Doug Thompson <[email protected]>
3524M: Robert Richter <[email protected]>
3525L: [email protected]
3526W: bluesmoke.sourceforge.net
3527S: Maintained
3528F: drivers/edac/highbank*
3529
f65aad41
RB
3530EDAC-CAVIUM
3531M: Ralf Baechle <[email protected]>
3532M: David Daney <[email protected]>
3533L: [email protected]
3534L: [email protected]
3535W: bluesmoke.sourceforge.net
3536S: Supported
3537F: drivers/edac/octeon_edac*
3538
0e438e3f 3539EDAC-E752X
8b58be88
JP
3540M: Mark Gross <[email protected]>
3541M: Doug Thompson <[email protected]>
91445c72 3542L: [email protected]
0e438e3f
DP
3543W: bluesmoke.sourceforge.net
3544S: Maintained
679655da 3545F: drivers/edac/e752x_edac.c
0e438e3f
DP
3546
3547EDAC-E7XXX
8b58be88 3548M: Doug Thompson <[email protected]>
91445c72 3549L: [email protected]
0e438e3f
DP
3550W: bluesmoke.sourceforge.net
3551S: Maintained
679655da 3552F: drivers/edac/e7xxx_edac.c
0e438e3f 3553
77c5f5d2 3554EDAC-GHES
009a5410 3555M: Mauro Carvalho Chehab <[email protected]>
77c5f5d2
MCC
3556L: [email protected]
3557W: bluesmoke.sourceforge.net
3558S: Maintained
2caa67a6 3559F: drivers/edac/ghes_edac.c
77c5f5d2 3560
6bc78404 3561EDAC-I82443BXGX
8b58be88 3562M: Tim Small <[email protected]>
91445c72 3563L: [email protected]
6bc78404
DT
3564W: bluesmoke.sourceforge.net
3565S: Maintained
679655da 3566F: drivers/edac/i82443bxgx_edac.c
6bc78404
DT
3567
3568EDAC-I3000
8b58be88 3569M: Jason Uhlenkott <[email protected]>
91445c72 3570L: [email protected]
6bc78404
DT
3571W: bluesmoke.sourceforge.net
3572S: Maintained
679655da 3573F: drivers/edac/i3000_edac.c
6bc78404
DT
3574
3575EDAC-I5000
8b58be88 3576M: Doug Thompson <[email protected]>
91445c72 3577L: [email protected]
ba9a5918
DT
3578W: bluesmoke.sourceforge.net
3579S: Maintained
679655da 3580F: drivers/edac/i5000_edac.c
ba9a5918 3581
44c12cb2 3582EDAC-I5400
009a5410 3583M: Mauro Carvalho Chehab <[email protected]>
67c89316 3584L: [email protected]
44c12cb2
MCC
3585W: bluesmoke.sourceforge.net
3586S: Maintained
679655da 3587F: drivers/edac/i5400_edac.c
44c12cb2 3588
3c9c92b6 3589EDAC-I7300
009a5410 3590M: Mauro Carvalho Chehab <[email protected]>
3c9c92b6
MCC
3591L: [email protected]
3592W: bluesmoke.sourceforge.net
3593S: Maintained
3594F: drivers/edac/i7300_edac.c
3595
67c89316 3596EDAC-I7CORE
009a5410 3597M: Mauro Carvalho Chehab <[email protected]>
67c89316
MCC
3598L: [email protected]
3599W: bluesmoke.sourceforge.net
3600S: Maintained
70aff0ce 3601F: drivers/edac/i7core_edac.c
67c89316 3602
ba9a5918 3603EDAC-I82975X
8b58be88 3604M: Ranganathan Desikan <[email protected]>
25527885 3605M: "Arvind R." <[email protected]>
91445c72 3606L: [email protected]
ba9a5918
DT
3607W: bluesmoke.sourceforge.net
3608S: Maintained
679655da 3609F: drivers/edac/i82975x_edac.c
ba9a5918 3610
791b4706
JB
3611EDAC-IE31200
3612M: Jason Baron <[email protected]>
3613L: [email protected]
3614W: bluesmoke.sourceforge.net
3615S: Maintained
3616F: drivers/edac/ie31200_edac.c
3617
ccdfb979
JT
3618EDAC-MPC85XX
3619M: Johannes Thumshirn <[email protected]>
3620L: [email protected]
3621W: bluesmoke.sourceforge.net
3622S: Maintained
3623F: drivers/edac/mpc85xx_edac.[ch]
3624
ba9a5918 3625EDAC-PASEMI
8b58be88 3626M: Egor Martovetsky <[email protected]>
91445c72 3627L: [email protected]
6bc78404
DT
3628W: bluesmoke.sourceforge.net
3629S: Maintained
679655da 3630F: drivers/edac/pasemi_edac.c
6bc78404 3631
0e438e3f 3632EDAC-R82600
8b58be88 3633M: Tim Small <[email protected]>
91445c72 3634L: [email protected]
0e438e3f
DP
3635W: bluesmoke.sourceforge.net
3636S: Maintained
679655da 3637F: drivers/edac/r82600_edac.c
da9bb1d2 3638
4d096ca7 3639EDAC-SBRIDGE
009a5410 3640M: Mauro Carvalho Chehab <[email protected]>
4d096ca7
MCC
3641L: [email protected]
3642W: bluesmoke.sourceforge.net
3643S: Maintained
3644F: drivers/edac/sb_edac.c
3645
af39917d
CL
3646EDIROL UA-101/UA-1000 DRIVER
3647M: Clemens Ladisch <[email protected]>
3648L: [email protected] (moderated for non-subscribers)
3649T: git git://git.alsa-project.org/alsa-kernel.git
3650S: Maintained
3651F: sound/usb/misc/ua101.c
3652
1f7df953
MF
3653EXTENSIBLE FIRMWARE INTERFACE (EFI)
3654M: Matt Fleming <[email protected]>
3655L: [email protected]
78bef24e 3656T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
1f7df953 3657S: Maintained
fb2efb5c 3658F: Documentation/efi-stub.txt
1f7df953
MF
3659F: arch/ia64/kernel/efi.c
3660F: arch/x86/boot/compressed/eboot.[ch]
3661F: arch/x86/include/asm/efi.h
3662F: arch/x86/platform/efi/*
a9499fa7 3663F: drivers/firmware/efi/*
1f7df953
MF
3664F: include/linux/efi*.h
3665
d68772b7
MF
3666EFI VARIABLE FILESYSTEM
3667M: Matthew Garrett <[email protected]>
3668M: Jeremy Kerr <[email protected]>
3669M: Matt Fleming <[email protected]>
3670T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3671L: [email protected]
3672S: Maintained
3673F: fs/efivarfs/
3674
85a00d9b
PJ
3675EFIFB FRAMEBUFFER DRIVER
3676L: [email protected]
3677M: Peter Jones <[email protected]>
3678S: Maintained
8a61f013 3679F: drivers/video/fbdev/efifb.c
85a00d9b 3680
0bee8d28
JT
3681EFS FILESYSTEM
3682W: http://aeschi.ch.eu.org/efs/
3683S: Orphan
679655da 3684F: fs/efs/
0bee8d28 3685
4480f15b 3686EHCA (IBM GX bus InfiniBand adapter) DRIVER
8b58be88
JP
3687M: Hoang-Nam Nguyen <[email protected]>
3688M: Christoph Raisch <[email protected]>
e6cc0fd1 3689L: [email protected]
fab97220 3690S: Supported
679655da 3691F: drivers/infiniband/hw/ehca/
fab97220 3692
aa8a9e25 3693EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
34b1901a 3694M: Thadeu Lima de Souza Cascardo <[email protected]>
aa8a9e25
BL
3695L: [email protected]
3696S: Maintained
9aa32835 3697F: drivers/net/ethernet/ibm/ehea/
aa8a9e25 3698
f0319efe 3699EM28XX VIDEO4LINUX DRIVER
009a5410 3700M: Mauro Carvalho Chehab <[email protected]>
f0319efe
MCC
3701L: [email protected]
3702W: http://linuxtv.org
3703T: git git://linuxtv.org/media_tree.git
3704S: Maintained
3705F: drivers/media/usb/em28xx/
3706
3e3a7d66 3707EMBEDDED LINUX
8b58be88
JP
3708M: Paul Gortmaker <[email protected]>
3709M: Matt Mackall <[email protected]>
3710M: David Woodhouse <[email protected]>
3e3a7d66
DW
3711L: [email protected]
3712S: Maintained
3713
3a1c1d44 3714EMULEX LPFC FC SCSI DRIVER
8b58be88 3715M: James Smart <[email protected]>
ce00f85c
JC
3716L: [email protected]
3717W: http://sourceforge.net/projects/lpfcxxxx
3718S: Supported
679655da 3719F: drivers/scsi/lpfc/
3a1c1d44 3720
5f5bac82 3721ENE CB710 FLASH CARD READER DRIVER
8b58be88 3722M: MichaÅ‚ MirosÅ‚aw <[email protected]>
5f5bac82
MM
3723S: Maintained
3724F: drivers/misc/cb710/
3725F: drivers/mmc/host/cb710-mmc.*
3726F: include/linux/cb710.h
3727
931e39a1
ML
3728ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3729M: Maxim Levitsky <[email protected]>
3730S: Maintained
2a837449 3731F: drivers/media/rc/ene_ir.*
931e39a1 3732
ec207dcc
GS
3733ENHANCED ERROR HANDLING (EEH)
3734M: Gavin Shan <[email protected]>
3735L: [email protected]
3736S: Supported
3737F: Documentation/powerpc/eeh-pci-error-recovery.txt
3738F: arch/powerpc/kernel/eeh*.c
3739
d5ca9006 3740EPSON S1D13XXX FRAMEBUFFER DRIVER
8b58be88 3741M: Kristoffer Ericson <[email protected]>
d5ca9006 3742S: Maintained
084bad91 3743T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
8a61f013 3744F: drivers/video/fbdev/s1d13xxxfb.c
679655da 3745F: include/video/s1d13xxxfb.h
d5ca9006 3746
38df6492
ME
3747ET131X NETWORK DRIVER
3748M: Mark Einon <[email protected]>
3749S: Odd Fixes
3750F: drivers/net/ethernet/agere/
3751
1da177e4 3752ETHERNET BRIDGE
adbbf69d 3753M: Stephen Hemminger <[email protected]>
f318a63b 3754L: [email protected]
4c325313 3755L: [email protected]
c996d8b9 3756W: http://www.linuxfoundation.org/en/Net:Bridge
1da177e4 3757S: Maintained
679655da
JP
3758F: include/linux/netfilter_bridge/
3759F: net/bridge/
1da177e4 3760
22f08ad9
FF
3761ETHERNET PHY LIBRARY
3762M: Florian Fainelli <[email protected]>
3763L: [email protected]
3764S: Maintained
3765F: include/linux/phy.h
3766F: include/linux/phy_fixed.h
3767F: drivers/net/phy/
3768F: Documentation/networking/phy.txt
3769F: drivers/of/of_mdio.c
3770F: drivers/of/of_net.c
3771
1da177e4 3772EXT2 FILE SYSTEM
01971952 3773M: Jan Kara <[email protected]>
72be2ccf 3774L: [email protected]
1da177e4 3775S: Maintained
679655da
JP
3776F: Documentation/filesystems/ext2.txt
3777F: fs/ext2/
3778F: include/linux/ext2*
1da177e4
LT
3779
3780EXT3 FILE SYSTEM
01971952 3781M: Jan Kara <[email protected]>
8b58be88 3782M: Andrew Morton <[email protected]>
3c373a5f 3783M: Andreas Dilger <[email protected]>
72be2ccf
EM
3784L: [email protected]
3785S: Maintained
679655da
JP
3786F: Documentation/filesystems/ext3.txt
3787F: fs/ext3/
72be2ccf
EM
3788
3789EXT4 FILE SYSTEM
8b58be88 3790M: "Theodore Ts'o" <[email protected]>
3c373a5f 3791M: Andreas Dilger <[email protected]>
72be2ccf 3792L: [email protected]
08a225f1 3793W: http://ext4.wiki.kernel.org
8a6e2535 3794Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
1da177e4 3795S: Maintained
679655da
JP
3796F: Documentation/filesystems/ext4.txt
3797F: fs/ext4/
1da177e4 3798
c5532b09 3799Extended Verification Module (EVM)
74dd744f
MZ
3800M: Mimi Zohar <[email protected]>
3801L: [email protected]
3802L: [email protected]
c5532b09
MZ
3803S: Supported
3804F: security/integrity/evm/
3805
df6b3cfe
MH
3806EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3807M: MyungJoo Ham <[email protected]>
3808M: Chanwoo Choi <[email protected]>
3809L: [email protected]
81df63a9 3810T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
df6b3cfe
MH
3811S: Maintained
3812F: drivers/extcon/
3813F: Documentation/extcon/
3814
e2a75c44
JH
3815EXYNOS DP DRIVER
3816M: Jingoo Han <[email protected]>
3817L: [email protected]
3818S: Maintained
3819F: drivers/gpu/drm/exynos/exynos_dp*
3820
33ad3912
DL
3821EXYNOS MIPI DISPLAY DRIVERS
3822M: Inki Dae <[email protected]>
3823M: Donghwa Lee <[email protected]>
3824M: Kyungmin Park <[email protected]>
3825L: [email protected]
3826S: Maintained
8a61f013 3827F: drivers/video/fbdev/exynos/exynos_mipi*
33ad3912
DL
3828F: include/video/exynos_mipi*
3829
e53004e2 3830F71805F HARDWARE MONITORING DRIVER
7c81c60f 3831M: Jean Delvare <[email protected]>
e53004e2
JD
3832L: [email protected]
3833S: Maintained
679655da
JP
3834F: Documentation/hwmon/f71805f
3835F: drivers/hwmon/f71805f.c
e53004e2 3836
eea977ed
MB
3837FC0011 TUNER DRIVER
3838M: Michael Buesch <[email protected]>
3839L: [email protected]
3840S: Maintained
ccae7af2
MCC
3841F: drivers/media/tuners/fc0011.h
3842F: drivers/media/tuners/fc0011.c
eea977ed 3843
91952bc0
AP
3844FC2580 MEDIA DRIVER
3845M: Antti Palosaari <[email protected]>
3846L: [email protected]
3847W: http://linuxtv.org/
3848W: http://palosaari.fi/linux/
3849Q: http://patchwork.linuxtv.org/project/linux-media/list/
3850T: git git://linuxtv.org/anttip/media_tree.git
3851S: Maintained
3852F: drivers/media/tuners/fc2580*
eea977ed 3853
88b2dbdb
EP
3854FANOTIFY
3855M: Eric Paris <[email protected]>
3856S: Maintained
3857F: fs/notify/fanotify/
3858F: include/linux/fanotify.h
c117ab84 3859F: include/uapi/linux/fanotify.h
88b2dbdb 3860
1da177e4 3861FARSYNC SYNCHRONOUS DRIVER
8b58be88 3862M: Kevin Curtis <[email protected]>
1da177e4
LT
3863W: http://www.farsite.co.uk/
3864S: Supported
679655da 3865F: drivers/net/wan/farsync.*
1da177e4 3866
c5408b88 3867FAULT INJECTION SUPPORT
8b58be88 3868M: Akinobu Mita <[email protected]>
c5408b88 3869S: Supported
679655da
JP
3870F: Documentation/fault-injection/
3871F: lib/fault-inject.c
c5408b88 3872
cae727db
RL
3873FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3874M: Robert Love <[email protected]>
f4aaea6d 3875L: [email protected]
cae727db
RL
3876W: www.Open-FCoE.org
3877S: Supported
3878F: drivers/scsi/libfc/
3879F: drivers/scsi/fcoe/
3880F: include/scsi/fc/
3881F: include/scsi/libfc.h
3882F: include/scsi/libfcoe.h
c117ab84 3883F: include/uapi/scsi/fc/
cae727db 3884
e2d1d6c0 3885FILE LOCKING (flock() and fcntl()/lockf())
8c836fa8 3886M: Jeff Layton <[email protected]>
18156e7e 3887M: J. Bruce Fields <[email protected]>
e2d1d6c0 3888L: [email protected]
1da177e4 3889S: Maintained
679655da
JP
3890F: include/linux/fcntl.h
3891F: include/linux/fs.h
c117ab84
CEB
3892F: include/uapi/linux/fcntl.h
3893F: include/uapi/linux/fs.h
679655da
JP
3894F: fs/fcntl.c
3895F: fs/locks.c
1da177e4 3896
e2d1d6c0 3897FILESYSTEMS (VFS and infrastructure)
8b58be88 3898M: Alexander Viro <[email protected]>
e2d1d6c0 3899L: [email protected]
173acc7c 3900S: Maintained
679655da 3901F: fs/*
173acc7c 3902
b26e0ed4 3903FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
05576a1e 3904M: Riku Voipio <[email protected]>
b26e0ed4
RV
3905L: [email protected]
3906S: Maintained
d5ca6918
JP
3907F: drivers/hwmon/f75375s.c
3908F: include/linux/f75375s.h
b26e0ed4 3909
a331b0c3
CL
3910FIREWIRE AUDIO DRIVERS
3911M: Clemens Ladisch <[email protected]>
3912L: [email protected] (moderated for non-subscribers)
3913T: git git://git.alsa-project.org/alsa-kernel.git
3914S: Maintained
3915F: sound/firewire/
3916
eb86ec51
SR
3917FIREWIRE MEDIA DRIVERS (firedtv)
3918M: Stefan Richter <[email protected]>
3919L: [email protected]
3920L: [email protected]
3921T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3922S: Maintained
3923F: drivers/media/firewire/
3924
a511ce33
CB
3925FIREWIRE SBP-2 TARGET
3926M: Chris Boot <[email protected]>
3927L: [email protected]
3928L: [email protected]
3929L: [email protected]
3930T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3931S: Maintained
3932F: drivers/target/sbp/
3933
7d2c86b5 3934FIREWIRE SUBSYSTEM
8b58be88 3935M: Stefan Richter <[email protected]>
e2d1d6c0 3936L: [email protected]
958a29cb 3937W: http://ieee1394.wiki.kernel.org/
2ca526bf 3938T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
e2d1d6c0 3939S: Maintained
679655da 3940F: drivers/firewire/
8f06ce3b
SR
3941F: include/linux/firewire.h
3942F: include/uapi/linux/firewire*.h
9f6d3c4b 3943F: tools/firewire/
e2d1d6c0
RD
3944
3945FIRMWARE LOADER (request_firmware)
39e68089
ML
3946M: Ming Lei <[email protected]>
3947L: [email protected]
3948S: Maintained
679655da
JP
3949F: Documentation/firmware_class/
3950F: drivers/base/firmware*.c
3951F: include/linux/firmware.h
e2d1d6c0 3952
f730e3dc 3953FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
9bb3c446
PK
3954M: Joshua Morris <[email protected]>
3955M: Philip Kelleher <[email protected]>
3956S: Maintained
3957F: drivers/block/rsxx/
3958
8206f664
JK
3959FLOPPY DRIVER
3960M: Jiri Kosina <[email protected]>
3961T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3962S: Odd fixes
3963F: drivers/block/floppy.c
3964
9c9f32ed
AR
3965FMC SUBSYSTEM
3966M: Alessandro Rubini <[email protected]>
3967W: http://www.ohwr.org/projects/fmc-bus
3968S: Supported
3969F: drivers/fmc/
3970F: include/linux/fmc*.h
3971F: include/linux/ipmi-fru.h
3972K: fmc_d.*register
3973
e2d1d6c0 3974FPU EMULATOR
8b58be88 3975M: Bill Metzenthen <[email protected]>
e769980f 3976W: http://floatingpoint.sourceforge.net/emulator/index.html
e2d1d6c0 3977S: Maintained
679655da 3978F: arch/x86/math-emu/
e2d1d6c0
RD
3979
3980FRAME RELAY DLCI/FRAD (Sangoma drivers too)
e2d1d6c0 3981L: [email protected]
c173bfac 3982S: Orphan
679655da
JP
3983F: drivers/net/wan/dlci.c
3984F: drivers/net/wan/sdla.c
e2d1d6c0
RD
3985
3986FRAMEBUFFER LAYER
5489e948
JCPV
3987M: Jean-Christophe Plagniol-Villard <[email protected]>
3988M: Tomi Valkeinen <[email protected]>
c69f677c 3989L: [email protected]
e2d1d6c0 3990W: http://linux-fbdev.sourceforge.net/
b22fe37b 3991Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5489e948 3992T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
56be1416 3993S: Maintained
679655da 3994F: Documentation/fb/
d958c62c 3995F: Documentation/devicetree/bindings/fb/
b22fe37b
PM
3996F: drivers/video/
3997F: include/video/
679655da 3998F: include/linux/fb.h
c117ab84
CEB
3999F: include/uapi/video/
4000F: include/uapi/linux/fb.h
e2d1d6c0 4001
a57c188e 4002FREESCALE DIU FRAMEBUFFER DRIVER
c4ef9bc4 4003M: Timur Tabi <[email protected]>
a57c188e 4004L: [email protected]
c4ef9bc4 4005S: Maintained
8a61f013 4006F: drivers/video/fbdev/fsl-diu-fb.*
a57c188e 4007
e2d1d6c0 4008FREESCALE DMA DRIVER
8b58be88
JP
4009M: Li Yang <[email protected]>
4010M: Zhang Wei <[email protected]>
a4724ed6 4011L: [email protected]
e2d1d6c0 4012S: Maintained
679655da 4013F: drivers/dma/fsldma.*
e2d1d6c0
RD
4014
4015FREESCALE I2C CPM DRIVER
8b58be88 4016M: Jochen Friedrich <[email protected]>
a4724ed6 4017L: [email protected]
846557d3 4018L: [email protected]
0d2b405a 4019S: Maintained
679655da 4020F: drivers/i2c/busses/i2c-cpm.c
0d2b405a 4021
60e8c5ab 4022FREESCALE IMX / MXC FRAMEBUFFER DRIVER
8b58be88 4023M: Sascha Hauer <[email protected]>
c69f677c 4024L: [email protected]
efc03ecb 4025L: [email protected] (moderated for non-subscribers)
60e8c5ab 4026S: Maintained
bad985a1 4027F: include/linux/platform_data/video-imxfb.h
8a61f013 4028F: drivers/video/fbdev/imxfb.c
60e8c5ab 4029
4689a6b1 4030FREESCALE SOC FS_ENET DRIVER
8b58be88
JP
4031M: Pantelis Antoniou <[email protected]>
4032M: Vitaly Bordug <[email protected]>
a4724ed6 4033L: [email protected]
4689a6b1
PA
4034L: [email protected]
4035S: Maintained
ec21e2ec 4036F: drivers/net/ethernet/freescale/fs_enet/
679655da 4037F: include/linux/fs_enet_pd.h
4689a6b1 4038
d9e9d82c 4039FREESCALE QUICC ENGINE LIBRARY
a4724ed6 4040L: [email protected]
c4ef9bc4 4041S: Orphan
679655da
JP
4042F: arch/powerpc/sysdev/qe_lib/
4043F: arch/powerpc/include/asm/*qe.h
d9e9d82c 4044
b55ef929 4045FREESCALE USB PERIPHERAL DRIVERS
8b58be88 4046M: Li Yang <[email protected]>
6372594a 4047L: [email protected]
a4724ed6 4048L: [email protected]
a7205b30 4049S: Maintained
faf2e1db 4050F: drivers/usb/gadget/udc/fsl*
a7205b30 4051
beaf53bf 4052FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
8b58be88 4053M: Li Yang <[email protected]>
beaf53bf 4054L: [email protected]
a4724ed6 4055L: [email protected]
beaf53bf 4056S: Maintained
ec21e2ec 4057F: drivers/net/ethernet/freescale/ucc_geth*
beaf53bf 4058
d9e9d82c 4059FREESCALE QUICC ENGINE UCC UART DRIVER
c4ef9bc4 4060M: Timur Tabi <[email protected]>
a4724ed6 4061L: [email protected]
c4ef9bc4 4062S: Maintained
df621252 4063F: drivers/tty/serial/ucc_uart.c
d9e9d82c
TT
4064
4065FREESCALE SOC SOUND DRIVERS
c4ef9bc4 4066M: Timur Tabi <[email protected]>
dc85950a 4067M: Nicolin Chen <[email protected]>
b4b98297 4068M: Xiubo Li <[email protected]>
93711660 4069L: [email protected] (moderated for non-subscribers)
a4724ed6 4070L: [email protected]
c4ef9bc4 4071S: Maintained
69aefcea 4072F: sound/soc/fsl/fsl*
dc85950a 4073F: sound/soc/fsl/imx*
69aefcea 4074F: sound/soc/fsl/mpc8610_hpcd.c
d9e9d82c 4075
1da177e4 4076FREEVXFS FILESYSTEM
8b58be88 4077M: Christoph Hellwig <[email protected]>
1da177e4
LT
4078W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4079S: Maintained
679655da 4080F: fs/freevxfs/
1da177e4 4081
71038f52 4082FREEZER
49db1903 4083M: "Rafael J. Wysocki" <[email protected]>
7fb06082 4084M: Pavel Machek <[email protected]>
bf1c138e 4085L: [email protected]
71038f52 4086S: Supported
679655da
JP
4087F: Documentation/power/freezing-of-tasks.txt
4088F: include/linux/freezer.h
4089F: kernel/freezer.c
71038f52 4090
839a1f79
KRW
4091FRONTSWAP API
4092M: Konrad Rzeszutek Wilk <[email protected]>
4093L: [email protected]
4094S: Maintained
4095F: mm/frontswap.c
4096F: include/linux/frontswap.h
4097
a5432f5a 4098FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
8b58be88 4099M: David Howells <[email protected]>
a5432f5a
DH
4100L: [email protected]
4101S: Supported
4102F: Documentation/filesystems/caching/
4103F: fs/fscache/
4104F: include/linux/fscache*.h
4105
f58ad8f5 4106F2FS FILE SYSTEM
9b29d481 4107M: Jaegeuk Kim <[email protected]>
f6238a72 4108M: Changman Lee <[email protected]>
f58ad8f5
JK
4109L: [email protected]
4110W: http://en.wikipedia.org/wiki/F2FS
4111T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4112S: Maintained
4113F: Documentation/filesystems/f2fs.txt
3bac380c 4114F: Documentation/ABI/testing/sysfs-fs-f2fs
f58ad8f5
JK
4115F: fs/f2fs/
4116F: include/linux/f2fs_fs.h
4117
5ab7ffea 4118FUJITSU FR-V (FRV) PORT
8b58be88 4119M: David Howells <[email protected]>
1da177e4 4120S: Maintained
679655da 4121F: arch/frv/
1da177e4 4122
20b93734 4123FUJITSU LAPTOP EXTRAS
409a3e98 4124M: Jonathan Woithe <[email protected]>
d0944853 4125L: [email protected]
20b93734 4126S: Maintained
679655da 4127F: drivers/platform/x86/fujitsu-laptop.c
20b93734 4128
4da621b6
HK
4129FUJITSU M-5MO LS CAMERA ISP DRIVER
4130M: Kyungmin Park <[email protected]>
4131M: Heungjun Kim <[email protected]>
4132L: [email protected]
4133S: Maintained
90d72ac6 4134F: drivers/media/i2c/m5mols/
4da621b6
HK
4135F: include/media/m5mols.h
4136
2d24c490
RG
4137FUJITSU TABLET EXTRAS
4138M: Robert Gerlach <[email protected]>
4139L: [email protected]
4140S: Maintained
4141F: drivers/platform/x86/fujitsu-tablet.c
4142
04578f17 4143FUSE: FILESYSTEM IN USERSPACE
8b58be88 4144M: Miklos Szeredi <[email protected]>
04578f17
MS
4145L: [email protected]
4146W: http://fuse.sourceforge.net/
4147S: Maintained
679655da 4148F: fs/fuse/
c117ab84 4149F: include/uapi/linux/fuse.h
04578f17 4150
1da177e4 4151FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
8b58be88 4152M: Rik Faith <[email protected]>
1da177e4 4153L: [email protected]
baaea1dc 4154S: Odd Fixes (e.g., new signatures)
679655da 4155F: drivers/scsi/fdomain.*
1da177e4 4156
d8e2162c
PO
4157GCOV BASED KERNEL PROFILING
4158M: Peter Oberparleiter <[email protected]>
4159S: Maintained
4160F: kernel/gcov/
4161F: Documentation/gcov.txt
4162
1da177e4 4163GDT SCSI DISK ARRAY CONTROLLER DRIVER
8b58be88 4164M: Achim Leubner <[email protected]>
1da177e4
LT
4165L: [email protected]
4166W: http://www.icp-vortex.com/
4167S: Supported
679655da 4168F: drivers/scsi/gdt*
1da177e4 4169
3169a1c7
HV
4170GEMTEK FM RADIO RECEIVER DRIVER
4171M: Hans Verkuil <[email protected]>
4172L: [email protected]
4173T: git git://linuxtv.org/media_tree.git
4174W: http://linuxtv.org
4175S: Maintained
4176F: drivers/media/radio/radio-gemtek*
4177
1c23af90 4178GENERIC GPIO I2C DRIVER
880b0e26 4179M: Haavard Skinnemoen <[email protected]>
1c23af90 4180S: Supported
679655da
JP
4181F: drivers/i2c/busses/i2c-gpio.c
4182F: include/linux/i2c-gpio.h
1c23af90 4183
92ed1a76
PK
4184GENERIC GPIO I2C MULTIPLEXER DRIVER
4185M: Peter Korsgaard <[email protected]>
4186L: [email protected]
4187S: Supported
e7065e20
JD
4188F: drivers/i2c/muxes/i2c-mux-gpio.c
4189F: include/linux/i2c-mux-gpio.h
4190F: Documentation/i2c/muxes/i2c-mux-gpio
92ed1a76 4191
9251ce95 4192GENERIC HDLC (WAN) DRIVERS
8b58be88 4193M: Krzysztof Halasa <[email protected]>
1da177e4
LT
4194W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4195S: Maintained
679655da
JP
4196F: drivers/net/wan/c101.c
4197F: drivers/net/wan/hd6457*
4198F: drivers/net/wan/hdlc*
4199F: drivers/net/wan/n2.c
4200F: drivers/net/wan/pc300too.c
4201F: drivers/net/wan/pci200syn.c
4202F: drivers/net/wan/wanxl*
1da177e4 4203
1527aab6 4204GENERIC INCLUDE/ASM HEADER FILES
8b58be88 4205M: Arnd Bergmann <[email protected]>
1527aab6
AB
4206L: [email protected]
4207T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4208S: Maintained
14430813
JP
4209F: include/asm-generic/
4210F: include/uapi/asm-generic/
1527aab6 4211
ff764963
KVA
4212GENERIC PHY FRAMEWORK
4213M: Kishon Vijay Abraham I <[email protected]>
4214L: [email protected]
4215T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4216S: Supported
4217F: drivers/phy/
4218F: include/linux/phy/
4219
ccb86a69 4220GENERIC UIO DRIVER FOR PCI DEVICES
bda2562c 4221M: "Michael S. Tsirkin" <[email protected]>
ccb86a69 4222L: [email protected]
ccb86a69
MT
4223S: Supported
4224F: drivers/uio/uio_pci_generic.c
4225
f8f1ec73
JP
4226GET_MAINTAINER SCRIPT
4227M: Joe Perches <[email protected]>
4228S: Maintained
4229F: scripts/get_maintainer.pl
4230
5be7b50f 4231GFS2 FILE SYSTEM
8b58be88 4232M: Steven Whitehouse <[email protected]>
a4644184 4233L: [email protected]
5be7b50f 4234W: http://sources.redhat.com/cluster/
08deed1e
JP
4235T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4236T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
5be7b50f 4237S: Supported
679655da
JP
4238F: Documentation/filesystems/gfs2*.txt
4239F: fs/gfs2/
c117ab84 4240F: include/uapi/linux/gfs2_ondisk.h
5be7b50f 4241
0a34eb8f 4242GIGASET ISDN DRIVERS
8b58be88
JP
4243M: Hansjoerg Lipp <[email protected]>
4244M: Tilman Schmidt <[email protected]>
0a34eb8f
HL
4245L: [email protected]
4246W: http://gigaset307x.sourceforge.net/
4247S: Maintained
679655da
JP
4248F: Documentation/isdn/README.gigaset
4249F: drivers/isdn/gigaset/
c117ab84 4250F: include/uapi/linux/gigaset_dev.h
0a34eb8f 4251
7eea35fe
JP
4252GO7007 MPEG CODEC
4253M: Hans Verkuil <[email protected]>
4254L: [email protected]
4255S: Maintained
4256F: drivers/media/usb/go7007/
4257
ca96ea86
BN
4258GOODIX TOUCHSCREEN
4259M: Bastien Nocera <[email protected]>
4260L: [email protected]
4261S: Maintained
4262F: drivers/input/touchscreen/goodix.c
4263
a0dc00b4 4264GPIO SUBSYSTEM
e4651a9f 4265M: Linus Walleij <[email protected]>
f2fa75cd 4266M: Alexandre Courbot <[email protected]>
d15b7179 4267L: [email protected]
f2fa75cd
LW
4268T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4269S: Maintained
4270F: Documentation/gpio/
a0dc00b4 4271F: drivers/gpio/
bdc6e95e
AC
4272F: include/linux/gpio/
4273F: include/linux/gpio.h
9b692346 4274F: include/asm-generic/gpio.h
a0dc00b4 4275
71a6d0af
HW
4276GRE DEMULTIPLEXER DRIVER
4277M: Dmitry Kozlov <[email protected]>
4278L: [email protected]
4279S: Maintained
11c26770
JP
4280F: net/ipv4/gre_demux.c
4281F: net/ipv4/gre_offload.c
71a6d0af
HW
4282F: include/net/gre.h
4283
d4c41139
KG
4284GRETH 10/100/1G Ethernet MAC device driver
4285M: Kristoffer Glembo <[email protected]>
4286L: [email protected]
4287S: Maintained
a31a96ad 4288F: drivers/net/ethernet/aeroflex/
d4c41139 4289
e8deeae2 4290GSPCA FINEPIX SUBDRIVER
8b58be88 4291M: Frank Zago <[email protected]>
661263b5 4292L: [email protected]
275ffde4 4293T: git git://linuxtv.org/media_tree.git
e8deeae2 4294S: Maintained
0c0d06ca 4295F: drivers/media/usb/gspca/finepix.c
e8deeae2 4296
4b3fa3c4
OL
4297GSPCA GL860 SUBDRIVER
4298M: Olivier Lorin <[email protected]>
4299L: [email protected]
275ffde4 4300T: git git://linuxtv.org/media_tree.git
4b3fa3c4 4301S: Maintained
0c0d06ca 4302F: drivers/media/usb/gspca/gl860/
4b3fa3c4 4303
e8deeae2 4304GSPCA M5602 SUBDRIVER
8b58be88 4305M: Erik Andren <[email protected]>
661263b5 4306L: [email protected]
275ffde4 4307T: git git://linuxtv.org/media_tree.git
e8deeae2 4308S: Maintained
0c0d06ca 4309F: drivers/media/usb/gspca/m5602/
e8deeae2
JFM
4310
4311GSPCA PAC207 SONIXB SUBDRIVER
8b58be88 4312M: Hans de Goede <[email protected]>
661263b5 4313L: [email protected]
275ffde4 4314T: git git://linuxtv.org/media_tree.git
e8deeae2 4315S: Maintained
0c0d06ca 4316F: drivers/media/usb/gspca/pac207.c
e8deeae2 4317
261982f1 4318GSPCA SN9C20X SUBDRIVER
d95c5b0b 4319M: Brian Johnson <[email protected]>
261982f1 4320L: [email protected]
275ffde4 4321T: git git://linuxtv.org/media_tree.git
261982f1 4322S: Maintained
0c0d06ca 4323F: drivers/media/usb/gspca/sn9c20x.c
261982f1 4324
e8deeae2 4325GSPCA T613 SUBDRIVER
8b58be88 4326M: Leandro Costantino <[email protected]>
661263b5 4327L: [email protected]
275ffde4 4328T: git git://linuxtv.org/media_tree.git
e8deeae2 4329S: Maintained
0c0d06ca 4330F: drivers/media/usb/gspca/t613.c
e8deeae2
JFM
4331
4332GSPCA USB WEBCAM DRIVER
fc3f906b 4333M: Hans de Goede <[email protected]>
661263b5 4334L: [email protected]
275ffde4 4335T: git git://linuxtv.org/media_tree.git
e8deeae2 4336S: Maintained
0c0d06ca 4337F: drivers/media/usb/gspca/
e8deeae2 4338
584ec979
DB
4339GUID PARTITION TABLE (GPT)
4340M: Davidlohr Bueso <[email protected]>
4341L: [email protected]
4342S: Maintained
4343F: block/partitions/efi.*
4344
aa3c598b
EG
4345STK1160 USB VIDEO CAPTURE DRIVER
4346M: Ezequiel Garcia <[email protected]>
4347L: [email protected]
275ffde4 4348T: git git://linuxtv.org/media_tree.git
aa3c598b
EG
4349S: Maintained
4350F: drivers/media/usb/stk1160/
e8deeae2 4351
71a6d0af
HW
4352HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4353M: Frank Seidel <[email protected]>
4354L: [email protected]
4355W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4356S: Maintained
4357F: drivers/platform/x86/hdaps.c
4358
48fc9e26
HV
4359HDPVR USB VIDEO ENCODER DRIVER
4360M: Hans Verkuil <[email protected]>
4361L: [email protected]
4362T: git git://linuxtv.org/media_tree.git
4363W: http://linuxtv.org
4364S: Odd Fixes
14430813 4365F: drivers/media/usb/hdpvr/
48fc9e26 4366
71a6d0af 4367HWPOISON MEMORY FAILURE HANDLING
f9625c48 4368M: Naoya Horiguchi <[email protected]>
71a6d0af 4369L: [email protected]
71a6d0af
HW
4370S: Maintained
4371F: mm/memory-failure.c
4372F: mm/hwpoison-inject.c
4373
4374HYPERVISOR VIRTUAL CONSOLE DRIVER
4375L: [email protected]
4376S: Odd Fixes
4377F: drivers/tty/hvc/
4378
e5ab1477
AP
4379HACKRF MEDIA DRIVER
4380M: Antti Palosaari <[email protected]>
4381L: [email protected]
4382W: http://linuxtv.org/
4383W: http://palosaari.fi/linux/
4384Q: http://patchwork.linuxtv.org/project/linux-media/list/
4385T: git git://linuxtv.org/anttip/media_tree.git
4386S: Maintained
4387F: drivers/media/usb/hackrf/
4388
5b543965 4389HARDWARE MONITORING
7c81c60f 4390M: Jean Delvare <[email protected]>
ca462085 4391M: Guenter Roeck <[email protected]>
5b543965 4392L: [email protected]
595142e0 4393W: http://www.lm-sensors.org/
9e012c1a 4394T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
885374e3 4395T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9e012c1a 4396S: Maintained
047f4ec2 4397F: Documentation/hwmon/
679655da 4398F: drivers/hwmon/
047f4ec2 4399F: include/linux/hwmon*.h
5b543965 4400
844dd05f 4401HARDWARE RANDOM NUMBER GENERATOR CORE
c0d0787b
JP
4402M: Matt Mackall <[email protected]>
4403M: Herbert Xu <[email protected]>
4404S: Odd fixes
679655da
JP
4405F: Documentation/hw_random.txt
4406F: drivers/char/hw_random/
4407F: include/linux/hw_random.h
844dd05f 4408
8b37fcfc
OBC
4409HARDWARE SPINLOCK CORE
4410M: Ohad Ben-Cohen <[email protected]>
4411S: Maintained
4412F: Documentation/hwspinlock.txt
4413F: drivers/hwspinlock/hwspinlock_*
4414F: include/linux/hwspinlock.h
4415
1da177e4 4416HARMONY SOUND DRIVER
ac6aecbf 4417L: [email protected]
1da177e4 4418S: Maintained
679655da 4419F: sound/parisc/harmony.*
1da177e4 4420
91952bc0
AP
4421HD29L2 MEDIA DRIVER
4422M: Antti Palosaari <[email protected]>
4423L: [email protected]
4424W: http://linuxtv.org/
4425W: http://palosaari.fi/linux/
4426Q: http://patchwork.linuxtv.org/project/linux-media/list/
4427T: git git://linuxtv.org/anttip/media_tree.git
4428S: Maintained
4429F: drivers/media/dvb-frontends/hd29l2*
4430
e2d1d6c0 4431HEWLETT-PACKARD SMART2 RAID DRIVER
e2d1d6c0 4432L: [email protected]
af9f1b3c 4433S: Orphan
679655da
JP
4434F: Documentation/blockdev/cpqarray.txt
4435F: drivers/block/cpqarray.*
e2d1d6c0 4436
9257aa49 4437HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
693373db 4438M: Don Brace <[email protected]>
9257aa49 4439L: [email protected]
693373db
DB
4440L: [email protected]
4441L: [email protected]
9257aa49
SC
4442S: Supported
4443F: Documentation/scsi/hpsa.txt
4444F: drivers/scsi/hpsa*.[ch]
4445F: include/linux/cciss*.h
c117ab84 4446F: include/uapi/linux/cciss*.h
9257aa49 4447
e2d1d6c0 4448HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
693373db 4449M: Don Brace <[email protected]>
e2d1d6c0 4450L: [email protected]
693373db
DB
4451L: [email protected]
4452L: [email protected]
e2d1d6c0 4453S: Supported
679655da
JP
4454F: Documentation/blockdev/cciss.txt
4455F: drivers/block/cciss*
4456F: include/linux/cciss_ioctl.h
c117ab84 4457F: include/uapi/linux/cciss_ioctl.h
e2d1d6c0 4458
1da177e4 4459HFS FILESYSTEM
6cf515e1
GU
4460L: [email protected]
4461S: Orphan
679655da
JP
4462F: Documentation/filesystems/hfs.txt
4463F: fs/hfs/
1da177e4 4464
ef575f47
GU
4465HFSPLUS FILESYSTEM
4466L: [email protected]
4467S: Orphan
4468F: Documentation/filesystems/hfsplus.txt
4469F: fs/hfsplus/
4470
1da177e4 4471HGA FRAMEBUFFER DRIVER
8b58be88 4472M: Ferenc Bakonyi <[email protected]>
1da177e4
LT
4473L: [email protected]
4474W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4475S: Maintained
8a61f013 4476F: drivers/video/fbdev/hgafb.c
1da177e4 4477
4480f15b 4478HIBERNATION (aka Software Suspend, aka swsusp)
49db1903 4479M: "Rafael J. Wysocki" <[email protected]>
7fb06082 4480M: Pavel Machek <[email protected]>
bf1c138e 4481L: [email protected]
e2d1d6c0 4482S: Supported
679655da
JP
4483F: arch/x86/power/
4484F: drivers/base/power/
4485F: kernel/power/
4486F: include/linux/suspend.h
4487F: include/linux/freezer.h
4488F: include/linux/pm.h
679655da 4489F: arch/*/include/asm/suspend*.h
e2d1d6c0 4490
4ef4caad 4491HID CORE LAYER
8b58be88 4492M: Jiri Kosina <[email protected]>
eb76c5c0 4493L: [email protected]
54e5881d 4494T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad 4495S: Maintained
679655da
JP
4496F: drivers/hid/
4497F: include/linux/hid*
c117ab84 4498F: include/uapi/linux/hid*
4ef4caad 4499
38bed542 4500HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
8b58be88 4501M: Thomas Gleixner <[email protected]>
981c3a4f 4502L: [email protected]
75fc2d37 4503T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
38bed542 4504S: Maintained
679655da 4505F: Documentation/timers/
5cee9645 4506F: kernel/time/hrtimer.c
88606e80
TG
4507F: kernel/time/clockevents.c
4508F: kernel/time/tick*.*
4509F: kernel/time/timer_*.c
05ed8490 4510F: include/linux/clockchips.h
679655da 4511F: include/linux/hrtimer.h
38bed542 4512
1da177e4 4513HIGH-SPEED SCC DRIVER FOR AX.25
1da177e4 4514L: [email protected]
8b64f2a0 4515S: Orphan
679655da
JP
4516F: drivers/net/hamradio/dmascc.c
4517F: drivers/net/hamradio/scc.c
1da177e4 4518
ede1e6f8 4519HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
8b58be88 4520M: HighPoint Linux Team <[email protected]>
ede1e6f8
HLT
4521W: http://www.highpoint-tech.com
4522S: Supported
679655da
JP
4523F: Documentation/scsi/hptiop.txt
4524F: drivers/scsi/hptiop.c
ede1e6f8 4525
1da177e4 4526HIPPI
8b58be88 4527M: Jes Sorensen <[email protected]>
1da177e4
LT
4528L: [email protected]
4529S: Maintained
679655da 4530F: include/linux/hippidevice.h
c117ab84 4531F: include/uapi/linux/if_hippi.h
679655da 4532F: net/802/hippi.c
ff5a3b50 4533F: drivers/net/hippi/
1da177e4 4534
ff1d2767 4535HOST AP DRIVER
8b58be88 4536M: Jouni Malinen <[email protected]>
85d32e7b 4537L: [email protected] (subscribers-only)
724c6b35 4538L: [email protected]
ff1d2767
JM
4539W: http://hostap.epitest.fi/
4540S: Maintained
679655da 4541F: drivers/net/wireless/hostap/
ff1d2767 4542
dd8cd779 4543HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
d0944853 4544L: [email protected]
95c70215 4545S: Orphan
679655da 4546F: drivers/platform/x86/tc1100-wmi.c
dd8cd779 4547
e2d1d6c0 4548HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
8b58be88 4549M: Jaroslav Kysela <[email protected]>
e2d1d6c0 4550S: Maintained
7e25d724 4551F: drivers/net/ethernet/hp/hp100.*
e2d1d6c0 4552
7d2c86b5 4553HPET: High Precision Event Timers driver
8b58be88 4554M: Clemens Ladisch <[email protected]>
b9b0332f 4555S: Maintained
679655da
JP
4556F: Documentation/timers/hpet.txt
4557F: drivers/char/hpet.c
4558F: include/linux/hpet.h
c117ab84 4559F: include/uapi/linux/hpet.h
b9b0332f 4560
e07b5d79 4561HPET: x86
9e06f631 4562S: Orphan
679655da
JP
4563F: arch/x86/kernel/hpet.c
4564F: arch/x86/include/asm/hpet.h
b9b0332f 4565
1da177e4 4566HPFS FILESYSTEM
8b58be88 4567M: Mikulas Patocka <[email protected]>
1da177e4
LT
4568W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4569S: Maintained
679655da 4570F: fs/hpfs/
1da177e4 4571
3441cded 4572HSI SUBSYSTEM
56459ea9
SR
4573M: Sebastian Reichel <[email protected]>
4574T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
3441cded
SR
4575S: Maintained
4576F: Documentation/ABI/testing/sysfs-bus-hsi
56459ea9 4577F: Documentation/hsi.txt
3441cded
SR
4578F: drivers/hsi/
4579F: include/linux/hsi/
4580F: include/uapi/linux/hsi/
4581
7d2c86b5 4582HSO 3G MODEM DRIVER
8b58be88 4583M: Jan Dumon <[email protected]>
11cd29b0
DJB
4584W: http://www.pharscape.org
4585S: Maintained
679655da 4586F: drivers/net/usb/hso.c
11cd29b0 4587
19990e29
AB
4588HSR NETWORK PROTOCOL
4589M: Arvid Brodin <[email protected]>
4590L: [email protected]
4591S: Maintained
4592F: net/hsr/
4593
5a18c343 4594HTCPEN TOUCHSCREEN DRIVER
8b58be88 4595M: Pau Oliva Fora <[email protected]>
5a18c343
POF
4596L: [email protected]
4597S: Maintained
679655da 4598F: drivers/input/touchscreen/htcpen.c
5a18c343 4599
1da177e4 4600HUGETLB FILESYSTEM
6d49e352 4601M: Nadia Yvette Chambers <[email protected]>
1da177e4 4602S: Maintained
679655da 4603F: fs/hugetlbfs/
1da177e4 4604
05183189
S
4605Hyper-V CORE AND DRIVERS
4606M: K. Y. Srinivasan <[email protected]>
4607M: Haiyang Zhang <[email protected]>
4608L: [email protected]
4609S: Maintained
a4162747
HZ
4610F: arch/x86/include/asm/mshyperv.h
4611F: arch/x86/include/uapi/asm/hyperv.h
4612F: arch/x86/kernel/cpu/mshyperv.c
05183189 4613F: drivers/hid/hid-hyperv.c
a4162747 4614F: drivers/hv/
f92ca80b 4615F: drivers/input/serio/hyperv-keyboard.c
05183189 4616F: drivers/net/hyperv/
a4162747 4617F: drivers/scsi/storvsc_drv.c
8a61f013 4618F: drivers/video/fbdev/hyperv_fb.c
a4162747
HZ
4619F: include/linux/hyperv.h
4620F: tools/hv/
05183189 4621
d85c8a6a 4622I2C OVER PARALLEL PORT
7c81c60f 4623M: Jean Delvare <[email protected]>
d85c8a6a
JD
4624L: [email protected]
4625S: Maintained
4626F: Documentation/i2c/busses/i2c-parport
4627F: Documentation/i2c/busses/i2c-parport-light
4628F: drivers/i2c/busses/i2c-parport.c
4629F: drivers/i2c/busses/i2c-parport-light.c
4630
4631I2C/SMBUS CONTROLLER DRIVERS FOR PC
7c81c60f 4632M: Jean Delvare <[email protected]>
d85c8a6a
JD
4633L: [email protected]
4634S: Maintained
4635F: Documentation/i2c/busses/i2c-ali1535
4636F: Documentation/i2c/busses/i2c-ali1563
4637F: Documentation/i2c/busses/i2c-ali15x3
4638F: Documentation/i2c/busses/i2c-amd756
4639F: Documentation/i2c/busses/i2c-amd8111
4640F: Documentation/i2c/busses/i2c-i801
4641F: Documentation/i2c/busses/i2c-nforce2
4642F: Documentation/i2c/busses/i2c-piix4
4643F: Documentation/i2c/busses/i2c-sis5595
4644F: Documentation/i2c/busses/i2c-sis630
4645F: Documentation/i2c/busses/i2c-sis96x
4646F: Documentation/i2c/busses/i2c-via
4647F: Documentation/i2c/busses/i2c-viapro
4648F: drivers/i2c/busses/i2c-ali1535.c
4649F: drivers/i2c/busses/i2c-ali1563.c
4650F: drivers/i2c/busses/i2c-ali15x3.c
4651F: drivers/i2c/busses/i2c-amd756.c
4652F: drivers/i2c/busses/i2c-amd756-s4882.c
4653F: drivers/i2c/busses/i2c-amd8111.c
4654F: drivers/i2c/busses/i2c-i801.c
4655F: drivers/i2c/busses/i2c-isch.c
4656F: drivers/i2c/busses/i2c-nforce2.c
4657F: drivers/i2c/busses/i2c-nforce2-s4985.c
4658F: drivers/i2c/busses/i2c-piix4.c
4659F: drivers/i2c/busses/i2c-sis5595.c
4660F: drivers/i2c/busses/i2c-sis630.c
4661F: drivers/i2c/busses/i2c-sis96x.c
4662F: drivers/i2c/busses/i2c-via.c
4663F: drivers/i2c/busses/i2c-viapro.c
4664
cb7f07a4
NH
4665I2C/SMBUS ISMT DRIVER
4666M: Seth Heasley <[email protected]>
4667M: Neil Horman <[email protected]>
4668L: [email protected]
4669F: drivers/i2c/busses/i2c-ismt.c
4670F: Documentation/i2c/busses/i2c-ismt
4671
6ea884db 4672I2C/SMBUS STUB DRIVER
7c81c60f 4673M: Jean Delvare <[email protected]>
846557d3 4674L: [email protected]
6ea884db 4675S: Maintained
8547a5bc 4676F: drivers/i2c/i2c-stub.c
6ea884db 4677
5b543965 4678I2C SUBSYSTEM
14d77c4d 4679M: Wolfram Sang <[email protected]>
846557d3 4680L: [email protected]
9d4ea27a
WS
4681W: https://i2c.wiki.kernel.org/
4682Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
14d77c4d 4683T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
1da177e4 4684S: Maintained
40ed1b4c 4685F: Documentation/devicetree/bindings/i2c/
679655da
JP
4686F: Documentation/i2c/
4687F: drivers/i2c/
4688F: include/linux/i2c.h
03b70d62 4689F: include/linux/i2c-*.h
c117ab84
CEB
4690F: include/uapi/linux/i2c.h
4691F: include/uapi/linux/i2c-*.h
1da177e4 4692
4560d677
WS
4693I2C ACPI SUPPORT
4694M: Mika Westerberg <[email protected]>
4695L: [email protected]
4696L: [email protected]
4697S: Maintained
4560d677 4698
d85c8a6a 4699I2C-TAOS-EVM DRIVER
7c81c60f 4700M: Jean Delvare <[email protected]>
d85c8a6a
JD
4701L: [email protected]
4702S: Maintained
4703F: Documentation/i2c/busses/i2c-taos-evm
4704F: drivers/i2c/busses/i2c-taos-evm.c
4705
e8c76eed 4706I2C-TINY-USB DRIVER
8b58be88 4707M: Till Harbaum <[email protected]>
846557d3 4708L: [email protected]
932d1872 4709W: http://www.harbaum.org/till/i2c_tiny_usb
e8c76eed 4710S: Maintained
679655da 4711F: drivers/i2c/busses/i2c-tiny-usb.c
e8c76eed 4712
1da177e4 4713i386 BOOT CODE
8b58be88 4714M: "H. Peter Anvin" <[email protected]>
1da177e4 4715S: Maintained
679655da 4716F: arch/x86/boot/
1da177e4
LT
4717
4718i386 SETUP CODE / CPU ERRATA WORKAROUNDS
8b58be88 4719M: "H. Peter Anvin" <[email protected]>
54e5881d 4720T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
4721S: Maintained
4722
1da177e4 4723IA64 (Itanium) PLATFORM
8b58be88
JP
4724M: Tony Luck <[email protected]>
4725M: Fenghua Yu <[email protected]>
1da177e4 4726L: [email protected]
6b1c70b1 4727T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
1da177e4 4728S: Maintained
679655da 4729F: arch/ia64/
1da177e4 4730
956c203c 4731IBM Power in-Nest Crypto Acceleration
5b88e270
KY
4732M: Marcelo Henrique Cerri <[email protected]>
4733M: Fionnuala Gunter <[email protected]>
956c203c
KY
4734L: [email protected]
4735S: Supported
4736F: drivers/crypto/nx/
4737
0e16aafb 4738IBM Power 842 compression accelerator
d1e66e6e 4739M: Dan Streetman <[email protected]>
0e16aafb
SJ
4740S: Supported
4741F: drivers/crypto/nx/nx-842.c
4742F: include/linux/nx842.h
4743
1da177e4 4744IBM Power Linux RAID adapter
8b58be88 4745M: Brian King <[email protected]>
1da177e4 4746S: Supported
679655da 4747F: drivers/scsi/ipr.*
1da177e4 4748
9d348af4
SL
4749IBM Power Virtual Ethernet Device Driver
4750M: Santiago Leon <[email protected]>
4751L: [email protected]
4752S: Supported
9aa32835 4753F: drivers/net/ethernet/ibm/ibmveth.*
9d348af4 4754
e6babec6
NF
4755IBM Power Virtual SCSI Device Drivers
4756M: Nathan Fontenot <[email protected]>
4b7652cc
RJ
4757L: [email protected]
4758S: Supported
e6babec6
NF
4759F: drivers/scsi/ibmvscsi/ibmvscsi*
4760F: drivers/scsi/ibmvscsi/viosrp.h
4761
4762IBM Power Virtual FC Device Drivers
4763M: Brian King <[email protected]>
4764L: [email protected]
4765S: Supported
4766F: drivers/scsi/ibmvscsi/ibmvfc*
4b7652cc 4767
1da177e4 4768IBM ServeRAID RAID DRIVER
f9213e78 4769S: Orphan
679655da 4770F: drivers/scsi/ips.*
1da177e4 4771
6ed9f9c4
PT
4772ICH LPC AND GPIO DRIVER
4773M: Peter Tyser <[email protected]>
4774S: Maintained
4775F: drivers/mfd/lpc_ich.c
4776F: drivers/gpio/gpio-ich.c
4777
1e7106fc 4778IDE SUBSYSTEM
8b58be88 4779M: "David S. Miller" <[email protected]>
1da177e4 4780L: [email protected]
8a6e2535 4781Q: http://patchwork.ozlabs.org/project/linux-ide/list/
08deed1e 4782T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
1da177e4 4783S: Maintained
679655da
JP
4784F: Documentation/ide/
4785F: drivers/ide/
4786F: include/linux/ide.h
1da177e4 4787
6cb8c13d
IP
4788IDEAPAD LAPTOP EXTRAS DRIVER
4789M: Ike Panhc <[email protected]>
4790L: [email protected]
4791W: http://launchpad.net/ideapad-laptop
4792S: Maintained
4793F: drivers/platform/x86/ideapad-laptop.c
4794
1ea4c161
AM
4795IDEAPAD LAPTOP SLIDEBAR DRIVER
4796M: Andrey Moiseev <[email protected]>
4797L: [email protected]
4798W: https://github.com/o2genum/ideapad-slidebar
4799S: Maintained
4800F: drivers/input/misc/ideapad_slidebar.c
4801
0f861e8c 4802IDE/ATAPI DRIVERS
487ba8e8 4803M: Borislav Petkov <[email protected]>
9c5b0ce4 4804L: [email protected]
c404c199 4805S: Maintained
679655da
JP
4806F: Documentation/cdrom/ide-cd
4807F: drivers/ide/ide-cd*
1da177e4 4808
27471fdb 4809IDLE-I7300
8b58be88 4810M: Andy Henroid <[email protected]>
bf1c138e 4811L: [email protected]
27471fdb 4812S: Supported
679655da 4813F: drivers/idle/i7300_idle.c
27471fdb 4814
02cf2286 4815IEEE 802.15.4 SUBSYSTEM
b6e195fd 4816M: Alexander Aring <[email protected]>
ebef9c12
VB
4817L: [email protected]
4818W: https://github.com/linux-wpan
4819T: git git://github.com/linux-wpan/linux-wpan-next.git
02cf2286
SL
4820S: Maintained
4821F: net/ieee802154/
68653359 4822F: net/mac802154/
251741b1 4823F: drivers/net/ieee802154/
580947d3
AA
4824F: include/linux/nl802154.h
4825F: include/linux/ieee802154.h
4826F: include/net/nl802154.h
4827F: include/net/mac802154.h
4828F: include/net/af_ieee802154.h
4829F: include/net/cfg802154.h
4830F: include/net/ieee802154_netdev.h
ebef9c12 4831F: Documentation/networking/ieee802154.txt
02cf2286 4832
b1c97193
SY
4833IGORPLUG-USB IR RECEIVER
4834M: Sean Young <[email protected]>
4835L: [email protected]
4836S: Maintained
4837F: drivers/media/rc/igorplugusb.c
4838
40ad4a30
SY
4839IGUANAWORKS USB IR TRANSCEIVER
4840M: Sean Young <[email protected]>
4841L: [email protected]
4842S: Maintained
4843F: drivers/media/rc/iguanair.c
4844
9545f86e 4845IIO SUBSYSTEM AND DRIVERS
030a13d7 4846M: Jonathan Cameron <[email protected]>
f0d61161
LPC
4847R: Hartmut Knaack <[email protected]>
4848R: Lars-Peter Clausen <[email protected]>
4849R: Peter Meerwald <[email protected]>
9545f86e
AP
4850L: [email protected]
4851S: Maintained
03e7c251 4852F: drivers/iio/
9545f86e 4853F: drivers/staging/iio/
8fe671fc 4854F: include/linux/iio/
9545f86e 4855
65519263
SG
4856IKANOS/ADI EAGLE ADSL USB DRIVER
4857M: Matthieu Castet <[email protected]>
4858M: Stanislaw Gruszka <[email protected]>
4859S: Maintained
4860F: drivers/usb/atm/ueagle-atm.c
4861
e89ab51f
GR
4862INA209 HARDWARE MONITOR DRIVER
4863M: Guenter Roeck <[email protected]>
4864L: [email protected]
4865S: Maintained
4866F: Documentation/hwmon/ina209
4867F: Documentation/devicetree/bindings/i2c/ina209.txt
4868F: drivers/hwmon/ina209.c
4869
4870INA2XX HARDWARE MONITOR DRIVER
4871M: Guenter Roeck <[email protected]>
4872L: [email protected]
4873S: Maintained
4874F: Documentation/hwmon/ina2xx
4875F: drivers/hwmon/ina2xx.c
4876F: include/linux/platform_data/ina2xx.h
4877
14dc124f
SIG
4878INDUSTRY PACK SUBSYSTEM (IPACK)
4879M: Samuel Iglesias Gonsalvez <[email protected]>
4880M: Jens Taprogge <[email protected]>
4881M: Greg Kroah-Hartman <[email protected]>
4882L: [email protected]
4883W: http://industrypack.sourceforge.net
4884S: Maintained
4885F: drivers/ipack/
4886
aa7168f4 4887INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
74dd744f 4888M: Mimi Zohar <[email protected]>
8912176c 4889M: Dmitry Kasatkin <[email protected]>
74dd744f
MZ
4890L: [email protected]
4891L: [email protected]
4892L: [email protected]
aa7168f4 4893S: Supported
679655da 4894F: security/integrity/ima/
aa7168f4 4895
9a4ea5a9
JH
4896IMGTEC IR DECODER DRIVER
4897M: James Hogan <[email protected]>
4898S: Maintained
4899F: drivers/media/rc/img-ir/
4900
1da177e4 4901IMS TWINTURBO FRAMEBUFFER DRIVER
c69f677c 4902L: [email protected]
843393d3 4903S: Orphan
8a61f013 4904F: drivers/video/fbdev/imsttfb.c
1da177e4
LT
4905
4906INFINIBAND SUBSYSTEM
db9fd848 4907M: Roland Dreier <[email protected]>
8b58be88
JP
4908M: Sean Hefty <[email protected]>
4909M: Hal Rosenstock <[email protected]>
e6cc0fd1 4910L: [email protected]
605841f5 4911W: http://www.openfabrics.org/
8a6e2535 4912Q: http://patchwork.kernel.org/project/linux-rdma/list/
54e5881d 4913T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4 4914S: Supported
679655da
JP
4915F: Documentation/infiniband/
4916F: drivers/infiniband/
c117ab84 4917F: include/uapi/linux/if_infiniband.h
1da177e4 4918
c9f04f58 4919INOTIFY
8b58be88
JP
4920M: John McCutchan <[email protected]>
4921M: Robert Love <[email protected]>
4922M: Eric Paris <[email protected]>
c9f04f58 4923S: Maintained
679655da
JP
4924F: Documentation/filesystems/inotify.txt
4925F: fs/notify/inotify/
4926F: include/linux/inotify.h
c117ab84 4927F: include/uapi/linux/inotify.h
c9f04f58 4928
e2d1d6c0 4929INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8b58be88
JP
4930M: Dmitry Torokhov <[email protected]>
4931M: Dmitry Torokhov <[email protected]>
e2d1d6c0 4932L: [email protected]
8a6e2535 4933Q: http://patchwork.kernel.org/project/linux-input/list/
54e5881d 4934T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
e2d1d6c0 4935S: Maintained
679655da 4936F: drivers/input/
f4eea7e2 4937F: include/linux/input.h
c117ab84 4938F: include/uapi/linux/input.h
f4eea7e2 4939F: include/linux/input/
e2d1d6c0 4940
3267a87f
HR
4941INPUT MULTITOUCH (MT) PROTOCOL
4942M: Henrik Rydberg <[email protected]>
4943L: [email protected]
7f9c2454 4944T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3267a87f
HR
4945S: Maintained
4946F: Documentation/input/multi-touch-protocol.txt
7f9c2454 4947F: drivers/input/input-mt.c
3267a87f
HR
4948K: \b(ABS|SYN)_MT_
4949
4ac13e17
DJ
4950INTEL C600 SERIES SAS CONTROLLER DRIVER
4951M: Intel SCU Linux support <[email protected]>
fdc5813f 4952M: Artur Paszkiewicz <[email protected]>
4ac13e17 4953M: Dave Jiang <[email protected]>
4ac13e17 4954L: [email protected]
7106891a
DJ
4955T: git git://git.code.sf.net/p/intel-sas/isci
4956S: Supported
4ac13e17 4957F: drivers/scsi/isci/
4ac13e17 4958
26717172
LB
4959INTEL IDLE DRIVER
4960M: Len Brown <[email protected]>
bf1c138e 4961L: [email protected]
08deed1e 4962T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
26717172
LB
4963S: Supported
4964F: drivers/idle/intel_idle.c
4965
7c1ac18d
KCA
4966INTEL PSTATE DRIVER
4967M: Kristen Carlson Accardi <[email protected]>
4968L: [email protected]
4969S: Supported
4970F: drivers/cpufreq/intel_pstate.c
4971
9eb8ef74 4972INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
55a23c4a 4973M: Maik Broemme <[email protected]>
c69f677c 4974L: [email protected]
ce00f85c 4975S: Maintained
679655da 4976F: Documentation/fb/intelfb.txt
8a61f013 4977F: drivers/video/fbdev/intelfb/
9eb8ef74 4978
1da177e4 4979INTEL 810/815 FRAMEBUFFER DRIVER
8b58be88 4980M: Antonino Daplas <[email protected]>
c69f677c 4981L: [email protected]
ce00f85c 4982S: Maintained
8a61f013 4983F: drivers/video/fbdev/i810/
1da177e4 4984
f4a9bc4c 4985INTEL MENLOW THERMAL DRIVER
8b58be88 4986M: Sujith Thomas <[email protected]>
d0944853 4987L: [email protected]
5ca92bd9 4988W: https://01.org/linux-acpi
f4a9bc4c 4989S: Supported
679655da 4990F: drivers/platform/x86/intel_menlow.c
f4a9bc4c 4991
1da177e4 4992INTEL IA32 MICROCODE UPDATE SUPPORT
8b58be88 4993M: Tigran Aivazian <[email protected]>
1da177e4 4994S: Maintained
73d425fd
JP
4995F: arch/x86/kernel/cpu/microcode/core*
4996F: arch/x86/kernel/cpu/microcode/intel*
1da177e4 4997
248a9dc3 4998INTEL I/OAT DMA DRIVER
18ebd564 4999M: Dave Jiang <[email protected]>
08223d80 5000R: Dan Williams <[email protected]>
18ebd564
DJ
5001L: [email protected]
5002Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5003S: Supported
679655da 5004F: drivers/dma/ioat*
248a9dc3 5005
6c8909b4 5006INTEL IOMMU (VT-d)
8b58be88 5007M: David Woodhouse <[email protected]>
6c8909b4 5008L: [email protected]
54e5881d 5009T: git git://git.infradead.org/iommu-2.6.git
6c8909b4 5010S: Supported
3fb39615 5011F: drivers/iommu/intel-iommu.c
679655da 5012F: include/linux/intel-iommu.h
6c8909b4 5013
b3e5f263 5014INTEL IOP-ADMA DMA DRIVER
08223d80 5015R: Dan Williams <[email protected]>
1dd8372d 5016S: Odd fixes
679655da 5017F: drivers/dma/iop-adma.c
b3e5f263 5018
9251ce95 5019INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5529c2cd 5020M: Krzysztof Halasa <[email protected]>
9251ce95 5021S: Maintained
679655da
JP
5022F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5023F: arch/arm/mach-ixp4xx/include/mach/npe.h
5024F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5025F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
b47da977 5026F: drivers/net/ethernet/xscale/ixp4xx_eth.c
679655da 5027F: drivers/net/wan/ixp4xx_hss.c
9251ce95 5028
844dd05f 5029INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8b58be88 5030M: Deepak Saxena <[email protected]>
844dd05f 5031S: Maintained
679655da 5032F: drivers/char/hw_random/ixp4xx-rng.c
844dd05f 5033
c3a803e8 5034INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
8b58be88
JP
5035M: Jeff Kirsher <[email protected]>
5036M: Jesse Brandeburg <[email protected]>
5037M: Bruce Allan <[email protected]>
0d164401
JK
5038M: Carolyn Wyborny <[email protected]>
5039M: Don Skidmore <[email protected]>
5040M: Greg Rose <[email protected]>
c3a803e8 5041M: Matthew Vick <[email protected]>
8b58be88 5042M: John Ronciak <[email protected]>
105bf2fe 5043M: Mitch Williams <[email protected]>
fcad3e6b 5044M: Linux NICS <[email protected]>
dcd01faf 5045L: [email protected]
f6fde11a 5046W: http://www.intel.com/support/feedback.htm
d94e6fed 5047W: http://e1000.sourceforge.net/
dee1ad47
JK
5048T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5049T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
1da177e4 5050S: Supported
0d164401
JK
5051F: Documentation/networking/e100.txt
5052F: Documentation/networking/e1000.txt
5053F: Documentation/networking/e1000e.txt
5054F: Documentation/networking/igb.txt
5055F: Documentation/networking/igbvf.txt
5056F: Documentation/networking/ixgb.txt
5057F: Documentation/networking/ixgbe.txt
5058F: Documentation/networking/ixgbevf.txt
1bff6529 5059F: Documentation/networking/i40e.txt
105bf2fe 5060F: Documentation/networking/i40evf.txt
dee1ad47 5061F: drivers/net/ethernet/intel/
bc90d291 5062F: drivers/net/ethernet/intel/*/
1da177e4 5063
0963d59b
LW
5064INTEL-MID GPIO DRIVER
5065M: David Cohen <[email protected]>
5066L: [email protected]
5067S: Maintained
5068F: drivers/gpio/gpio-intel-mid.c
5069
ca907a90
SY
5070INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5071M: Stanislav Yakovlev <[email protected]>
724c6b35 5072L: [email protected]
ca907a90 5073S: Maintained
679655da 5074F: Documentation/networking/README.ipw2100
679655da 5075F: Documentation/networking/README.ipw2200
ca907a90 5076F: drivers/net/wireless/ipw2x00/
826d2abe 5077
4bd96a7a 5078INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
e9b7d7c8
GW
5079M: Richard L Maliszewski <[email protected]>
5080M: Gang Wei <[email protected]>
4bd96a7a
SW
5081M: Shane Wang <[email protected]>
5082L: [email protected]
5083W: http://tboot.sourceforge.net
e9b7d7c8 5084T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4bd96a7a
SW
5085S: Supported
5086F: Documentation/intel_txt.txt
5087F: include/linux/tboot.h
5088F: arch/x86/kernel/tboot.c
5089
8a70da82 5090INTEL WIRELESS WIMAX CONNECTION 2400
8b58be88 5091M: Inaky Perez-Gonzalez <[email protected]>
8a70da82 5092M: [email protected]
63fae219 5093L: [email protected] (subscribers-only)
8a70da82
IPG
5094S: Supported
5095W: http://linuxwimax.org
679655da
JP
5096F: Documentation/wimax/README.i2400m
5097F: drivers/net/wimax/i2400m/
c117ab84 5098F: include/uapi/linux/wimax/i2400m.h
8a70da82 5099
1c0ce89c
SG
5100INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5101M: Stanislaw Gruszka <[email protected]>
efa3144e 5102L: [email protected]
1c0ce89c 5103S: Supported
efa3144e
WYG
5104F: drivers/net/wireless/iwlegacy/
5105
b481de9c 5106INTEL WIRELESS WIFI LINK (iwlwifi)
15fae50a 5107M: Johannes Berg <[email protected]>
6161b02b 5108M: Emmanuel Grumbach <[email protected]>
a0bf797f 5109M: Intel Linux Wireless <[email protected]>
b481de9c 5110L: [email protected]
b481de9c 5111W: http://intellinuxwireless.org
b62ff718 5112T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
b481de9c 5113S: Supported
679655da 5114F: drivers/net/wireless/iwlwifi/
b481de9c 5115
de8fe023
TW
5116INTEL MANAGEMENT ENGINE (mei)
5117M: Tomas Winkler <[email protected]>
5118L: [email protected]
5119S: Supported
c117ab84 5120F: include/uapi/linux/mei.h
de8fe023 5121F: drivers/misc/mei/*
e07950a1 5122F: Documentation/misc-devices/mei/*
de8fe023 5123
cb109a0e 5124IOC3 ETHERNET DRIVER
8b58be88 5125M: Ralf Baechle <[email protected]>
1da177e4
LT
5126L: [email protected]
5127S: Maintained
8862bf1e 5128F: drivers/net/ethernet/sgi/ioc3-eth.c
1da177e4 5129
cb109a0e 5130IOC3 SERIAL DRIVER
8b58be88 5131M: Pat Gefre <[email protected]>
d39e0721 5132L: [email protected]
cb109a0e 5133S: Maintained
df621252 5134F: drivers/tty/serial/ioc3_serial.c
cb109a0e 5135
0b6e8569
SW
5136IOMMU DRIVERS
5137M: Joerg Roedel <[email protected]>
5138L: [email protected]
5139T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5140S: Maintained
5141F: drivers/iommu/
5142
4480f15b 5143IP MASQUERADING
8b58be88 5144M: Juanjo Ciarlante <[email protected]>
1da177e4 5145S: Maintained
679655da 5146F: net/ipv4/netfilter/ipt_MASQUERADE.c
1da177e4 5147
1202d6ff 5148IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88
JP
5149M: Francois Romieu <[email protected]>
5150M: Sorbica Shieh <[email protected]>
1202d6ff
FR
5151L: [email protected]
5152S: Maintained
7443713a 5153F: drivers/net/ethernet/icplus/ipg.*
1202d6ff 5154
4480f15b 5155IPATH DRIVER
8473c603 5156M: Mike Marciniszyn <[email protected]>
e6cc0fd1 5157L: [email protected]
52a09a04 5158S: Maintained
679655da 5159F: drivers/infiniband/hw/ipath/
77d8798b 5160
4409ebe9 5161IPMI SUBSYSTEM
8b58be88 5162M: Corey Minyard <[email protected]>
b0c90653 5163L: [email protected] (moderated for non-subscribers)
4409ebe9
CM
5164W: http://openipmi.sourceforge.net/
5165S: Supported
679655da
JP
5166F: Documentation/IPMI.txt
5167F: drivers/char/ipmi/
5168F: include/linux/ipmi*
c117ab84 5169F: include/uapi/linux/ipmi*
4409ebe9 5170
e2d1d6c0 5171IPS SCSI RAID DRIVER
8b58be88 5172M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
5173L: [email protected]
5174W: http://www.adaptec.com/
5175S: Maintained
679655da 5176F: drivers/scsi/ips*
e2d1d6c0
RD
5177
5178IPVS
8b58be88
JP
5179M: Wensong Zhang <[email protected]>
5180M: Simon Horman <[email protected]>
5181M: Julian Anastasov <[email protected]>
979b6c13 5182L: [email protected]
e2d1d6c0 5183L: [email protected]
1da177e4 5184S: Maintained
679655da 5185F: Documentation/networking/ipvs-sysctl.txt
b61d4a71 5186F: include/net/ip_vs.h
c117ab84 5187F: include/uapi/linux/ip_vs.h
679655da 5188F: net/netfilter/ipvs/
1da177e4 5189
e7839f25 5190IPWIRELESS DRIVER
8b58be88
JP
5191M: Jiri Kosina <[email protected]>
5192M: David Sterba <[email protected]>
92094aa0 5193S: Odd Fixes
282361a0 5194F: drivers/tty/ipwireless/
099dc4fb 5195
e2d1d6c0 5196IPX NETWORK LAYER
8b58be88 5197M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0
RD
5198L: [email protected]
5199S: Maintained
679655da 5200F: include/net/ipx.h
c117ab84 5201F: include/uapi/linux/ipx.h
679655da 5202F: net/ipx/
e2d1d6c0 5203
1da177e4 5204IRDA SUBSYSTEM
8b58be88 5205M: Samuel Ortiz <[email protected]>
a2ac953d 5206L: [email protected] (subscribers-only)
ced649ea 5207L: [email protected]
1da177e4 5208W: http://irda.sourceforge.net/
f353976d 5209S: Maintained
e0057975 5210T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
679655da
JP
5211F: Documentation/networking/irda.txt
5212F: drivers/net/irda/
5213F: include/net/irda/
5214F: net/irda/
1da177e4 5215
a800c7cc
TG
5216IRQ SUBSYSTEM
5217M: Thomas Gleixner <[email protected]>
981c3a4f 5218L: [email protected]
a800c7cc 5219S: Maintained
75fc2d37 5220T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
a800c7cc 5221F: kernel/irq/
2ed9fd28
JC
5222
5223IRQCHIP DRIVERS
5224M: Thomas Gleixner <[email protected]>
5225M: Jason Cooper <[email protected]>
5226L: [email protected]
5227S: Maintained
5228T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5229T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5b5a9069 5230F: Documentation/devicetree/bindings/interrupt-controller/
edd96900 5231F: drivers/irqchip/
a800c7cc 5232
7ab3a837
GL
5233IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5234M: Benjamin Herrenschmidt <[email protected]>
7ab3a837
GL
5235S: Maintained
5236F: Documentation/IRQ-domain.txt
5237F: include/linux/irqdomain.h
5238F: kernel/irq/irqdomain.c
5239
e2d1d6c0 5240ISAPNP
8b58be88 5241M: Jaroslav Kysela <[email protected]>
e2d1d6c0 5242S: Maintained
679655da
JP
5243F: Documentation/isapnp.txt
5244F: drivers/pnp/isapnp/
5245F: include/linux/isapnp.h
e2d1d6c0 5246
d39b8420
HV
5247ISA RADIO MODULE
5248M: Hans Verkuil <[email protected]>
5249L: [email protected]
5250T: git git://linuxtv.org/media_tree.git
5251W: http://linuxtv.org
5252S: Maintained
5253F: drivers/media/radio/radio-isa*
5254
71a6d0af
HW
5255iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5256M: Peter Jones <[email protected]>
5257M: Konrad Rzeszutek Wilk <[email protected]>
5258S: Maintained
5259F: drivers/firmware/iscsi_ibft*
5260
14816b1e 5261ISCSI
8b58be88 5262M: Mike Christie <[email protected]>
14816b1e
MC
5263L: [email protected]
5264W: www.open-iscsi.org
54e5881d 5265T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
14816b1e 5266S: Maintained
679655da
JP
5267F: drivers/scsi/*iscsi*
5268F: include/scsi/*iscsi*
14816b1e 5269
1e65eb42
OG
5270ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5271M: Or Gerlitz <[email protected]>
b261aeaf 5272M: Sagi Grimberg <[email protected]>
1e65eb42
OG
5273M: Roi Dayan <[email protected]>
5274L: [email protected]
5275S: Supported
5276W: http://www.openfabrics.org
5277W: www.open-iscsi.org
5278Q: http://patchwork.kernel.org/project/linux-rdma/list/
14430813 5279F: drivers/infiniband/ulp/iser/
1e65eb42 5280
1da177e4 5281ISDN SUBSYSTEM
8b58be88 5282M: Karsten Keil <[email protected]>
d5d52273 5283L: [email protected] (subscribers-only)
3da0ae62 5284L: [email protected]
1da177e4 5285W: http://www.isdn4linux.de
54e5881d 5286T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
1da177e4 5287S: Maintained
679655da
JP
5288F: Documentation/isdn/
5289F: drivers/isdn/
5290F: include/linux/isdn.h
5291F: include/linux/isdn/
c117ab84
CEB
5292F: include/uapi/linux/isdn.h
5293F: include/uapi/linux/isdn/
1da177e4
LT
5294
5295ISDN SUBSYSTEM (Eicon active card driver)
8b58be88 5296M: Armin Schindler <[email protected]>
d5d52273 5297L: [email protected] (subscribers-only)
1da177e4
LT
5298W: http://www.melware.de
5299S: Maintained
679655da 5300F: drivers/isdn/hardware/eicon/
1da177e4 5301
d624870f 5302IT87 HARDWARE MONITORING DRIVER
7c81c60f 5303M: Jean Delvare <[email protected]>
d624870f
JD
5304L: [email protected]
5305S: Maintained
5306F: Documentation/hwmon/it87
5307F: drivers/hwmon/it87.c
5308
d7104bff
AP
5309IT913X MEDIA DRIVER
5310M: Antti Palosaari <[email protected]>
5311L: [email protected]
5312W: http://linuxtv.org/
5313W: http://palosaari.fi/linux/
5314Q: http://patchwork.linuxtv.org/project/linux-media/list/
5315T: git git://linuxtv.org/anttip/media_tree.git
5316S: Maintained
249c697e 5317F: drivers/media/tuners/it913x*
d7104bff 5318
91821ff3 5319IVTV VIDEO4LINUX DRIVER
6afdeaf8 5320M: Andy Walls <[email protected]>
7b212edf 5321L: [email protected] (subscribers-only)
661263b5 5322L: [email protected]
275ffde4 5323T: git git://linuxtv.org/media_tree.git
91821ff3
HV
5324W: http://www.ivtvdriver.org
5325S: Maintained
679655da 5326F: Documentation/video4linux/*.ivtv
90d72ac6 5327F: drivers/media/pci/ivtv/
c117ab84 5328F: include/uapi/linux/ivtv*
91821ff3 5329
68620bdd
MP
5330IX2505V MEDIA DRIVER
5331M: Malcolm Priestley <[email protected]>
5332L: [email protected]
5333W: http://linuxtv.org/
5334Q: http://patchwork.linuxtv.org/project/linux-media/list/
5335S: Maintained
5336F: drivers/media/dvb-frontends/ix2505v*
5337
4453d736
GR
5338JC42.4 TEMPERATURE SENSOR DRIVER
5339M: Guenter Roeck <[email protected]>
5340L: [email protected]
5341S: Maintained
5342F: drivers/hwmon/jc42.c
5343F: Documentation/hwmon/jc42
5344
e2d1d6c0 5345JFS FILESYSTEM
3256f80f 5346M: Dave Kleikamp <[email protected]>
e2d1d6c0
RD
5347L: [email protected]
5348W: http://jfs.sourceforge.net/
54e5881d 5349T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
8f8f0134 5350S: Maintained
679655da
JP
5351F: Documentation/filesystems/jfs.txt
5352F: fs/jfs/
e2d1d6c0 5353
95252236 5354JME NETWORK DRIVER
8b58be88 5355M: Guo-Fu Tseng <[email protected]>
95252236
GFT
5356L: [email protected]
5357S: Maintained
63d24a0e 5358F: drivers/net/ethernet/jme.*
95252236 5359
1da177e4 5360JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8b58be88 5361M: David Woodhouse <[email protected]>
6d85d066
DW
5362L: [email protected]
5363W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4 5364S: Maintained
679655da 5365F: fs/jffs2/
c117ab84 5366F: include/uapi/linux/jffs2.h
1da177e4 5367
de456d37 5368JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
8b58be88 5369M: Andrew Morton <[email protected]>
19003c18 5370M: Jan Kara <[email protected]>
72be2ccf 5371L: [email protected]
ae0718f8 5372S: Maintained
d183e11a 5373F: fs/jbd/
d183e11a
TT
5374F: include/linux/jbd.h
5375
5376JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5377M: "Theodore Ts'o" <[email protected]>
5378L: [email protected]
5379S: Maintained
5380F: fs/jbd2/
5381F: include/linux/jbd2.h
ae0718f8 5382
fd8b6cb4 5383JSM Neo PCI based serial card
9d141cb9 5384M: Thadeu Lima de Souza Cascardo <[email protected]>
fd8b6cb4
BL
5385L: [email protected]
5386S: Maintained
df621252 5387F: drivers/tty/serial/jsm/
ae0718f8 5388
af39917d
CL
5389K10TEMP HARDWARE MONITORING DRIVER
5390M: Clemens Ladisch <[email protected]>
5391L: [email protected]
5392S: Maintained
5393F: Documentation/hwmon/k10temp
5394F: drivers/hwmon/k10temp.c
5395
4660cb35 5396K8TEMP HARDWARE MONITORING DRIVER
8b58be88 5397M: Rudolf Marek <[email protected]>
4660cb35 5398L: [email protected]
ae0718f8 5399S: Maintained
679655da
JP
5400F: Documentation/hwmon/k8temp
5401F: drivers/hwmon/k8temp.c
ae0718f8 5402
1da177e4 5403KCONFIG
5eb1f99e 5404M: "Yann E. MORIN" <[email protected]>
347d12d7 5405L: [email protected]
cea8321c 5406T: git git://gitorious.org/linux-kconfig/linux-kconfig
5eb1f99e 5407S: Maintained
679655da
JP
5408F: Documentation/kbuild/kconfig-language.txt
5409F: scripts/kconfig/
1da177e4 5410
ea6c2089 5411KDUMP
8b58be88
JP
5412M: Vivek Goyal <[email protected]>
5413M: Haren Myneni <[email protected]>
34633993 5414L: [email protected]
ea6c2089
VG
5415W: http://lse.sourceforge.net/kdump/
5416S: Maintained
80811493 5417F: Documentation/kdump/
ea6c2089 5418
f41bf02f
HV
5419KEENE FM RADIO TRANSMITTER DRIVER
5420M: Hans Verkuil <[email protected]>
5421L: [email protected]
5422T: git git://linuxtv.org/media_tree.git
5423W: http://linuxtv.org
5424S: Maintained
5425F: drivers/media/radio/radio-keene*
5426
1da177e4 5427KERNEL AUTOMOUNTER v4 (AUTOFS4)
8b58be88 5428M: Ian Kent <[email protected]>
f694fc97 5429L: [email protected]
1da177e4 5430S: Maintained
679655da 5431F: fs/autofs4/
1da177e4 5432
70fb7ba6 5433KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5ce45962 5434M: Michal Marek <[email protected]>
08deed1e
JP
5435T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5436T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
347d12d7 5437L: [email protected]
5ce45962 5438S: Maintained
679655da
JP
5439F: Documentation/kbuild/
5440F: Makefile
5441F: scripts/Makefile.*
70fb7ba6
MM
5442F: scripts/basic/
5443F: scripts/mk*
5444F: scripts/package/
1da177e4
LT
5445
5446KERNEL JANITORS
c3000e03 5447L: [email protected]
10466f5a 5448W: http://kernelnewbies.org/KernelJanitors
ee709b0c 5449S: Odd Fixes
1da177e4 5450
e8b43555 5451KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8b58be88 5452M: "J. Bruce Fields" <[email protected]>
16141c02 5453L: [email protected]
1da177e4 5454W: http://nfs.sourceforge.net/
98fac23f 5455S: Supported
679655da 5456F: fs/nfsd/
c117ab84 5457F: include/uapi/linux/nfsd/
679655da
JP
5458F: fs/lockd/
5459F: fs/nfs_common/
5460F: net/sunrpc/
5461F: include/linux/lockd/
5462F: include/linux/sunrpc/
c117ab84 5463F: include/uapi/linux/sunrpc/
1da177e4 5464
13b122b3
SK
5465KERNEL SELFTEST FRAMEWORK
5466M: Shuah Khan <[email protected]>
5467L: [email protected]
5468T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5469S: Maintained
5470F: tools/testing/selftests
5471
426d62e2 5472KERNEL VIRTUAL MACHINE (KVM)
0a00a775 5473M: Gleb Natapov <[email protected]>
c93a64fe 5474M: Paolo Bonzini <[email protected]>
1fc9d2bf 5475L: [email protected]
e3e58478 5476W: http://www.linux-kvm.org
a94b40a6 5477T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
426d62e2 5478S: Supported
c93a64fe
PB
5479F: Documentation/*/kvm*.txt
5480F: Documentation/virtual/kvm/
679655da
JP
5481F: arch/*/kvm/
5482F: arch/*/include/asm/kvm*
5483F: include/linux/kvm*
c117ab84 5484F: include/uapi/linux/kvm*
679655da 5485F: virt/kvm/
426d62e2 5486
ad8003d3 5487KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7de609c8 5488M: Joerg Roedel <[email protected]>
1fc9d2bf
AK
5489L: [email protected]
5490W: http://kvm.qumranet.com
7de609c8 5491S: Maintained
679655da 5492F: arch/x86/include/asm/svm.h
679655da 5493F: arch/x86/kvm/svm.c
426d62e2 5494
513014b7 5495KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
ddf0289d 5496M: Alexander Graf <[email protected]>
1fc9d2bf
AK
5497L: [email protected]
5498W: http://kvm.qumranet.com
6a7f972d 5499T: git git://github.com/agraf/linux-2.6.git
513014b7 5500S: Supported
679655da
JP
5501F: arch/powerpc/include/asm/kvm*
5502F: arch/powerpc/kvm/
513014b7 5503
85f8fffe 5504KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8b58be88 5505M: Christian Borntraeger <[email protected]>
4ae57b6c 5506M: Cornelia Huck <[email protected]>
85f8fffe
CB
5507M: [email protected]
5508L: [email protected]
5509W: http://www.ibm.com/developerworks/linux/linux390/
5510S: Supported
679655da
JP
5511F: Documentation/s390/kvm.txt
5512F: arch/s390/include/asm/kvm*
80811493 5513F: arch/s390/kvm/
a968cd3e 5514F: drivers/s390/kvm/
85f8fffe 5515
a749474d 5516KERNEL VIRTUAL MACHINE (KVM) FOR ARM
0f4ca79e 5517M: Christoffer Dall <[email protected]>
5c8818b4
MZ
5518M: Marc Zyngier <[email protected]>
5519L: [email protected] (moderated for non-subscribers)
a749474d
CD
5520L: [email protected]
5521W: http://systems.cs.columbia.edu/projects/kvm-arm
0f4ca79e 5522S: Supported
a749474d
CD
5523F: arch/arm/include/uapi/asm/kvm*
5524F: arch/arm/include/asm/kvm*
5525F: arch/arm/kvm/
5c8818b4
MZ
5526F: virt/kvm/arm/
5527F: include/kvm/arm_*
a749474d 5528
6394a3ec 5529KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5c8818b4 5530M: Christoffer Dall <[email protected]>
6394a3ec
MZ
5531M: Marc Zyngier <[email protected]>
5532L: [email protected] (moderated for non-subscribers)
5533L: [email protected]
5534S: Maintained
5535F: arch/arm64/include/uapi/asm/kvm*
5536F: arch/arm64/include/asm/kvm*
5537F: arch/arm64/kvm/
5538
dc009d92 5539KEXEC
8b58be88 5540M: Eric Biederman <[email protected]>
2f327dad 5541W: http://kernel.org/pub/linux/utils/kernel/kexec/
34633993 5542L: [email protected]
dc009d92 5543S: Maintained
679655da 5544F: include/linux/kexec.h
c117ab84 5545F: include/uapi/linux/kexec.h
679655da 5546F: kernel/kexec.c
dc009d92 5547
e971461f
DH
5548KEYS/KEYRINGS:
5549M: David Howells <[email protected]>
5550L: [email protected]
5551S: Maintained
d410fa4e 5552F: Documentation/security/keys.txt
e971461f
DH
5553F: include/linux/key.h
5554F: include/linux/key-type.h
5555F: include/keys/
5556F: security/keys/
5557
7f3c68be 5558KEYS-TRUSTED
74dd744f
MZ
5559M: David Safford <[email protected]>
5560M: Mimi Zohar <[email protected]>
7f3c68be
MZ
5561L: [email protected]
5562L: [email protected]
5563S: Supported
d410fa4e 5564F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be
MZ
5565F: include/keys/trusted-type.h
5566F: security/keys/trusted.c
5567F: security/keys/trusted.h
5568
5569KEYS-ENCRYPTED
74dd744f
MZ
5570M: Mimi Zohar <[email protected]>
5571M: David Safford <[email protected]>
7f3c68be
MZ
5572L: [email protected]
5573L: [email protected]
5574S: Supported
d410fa4e 5575F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be 5576F: include/keys/encrypted-type.h
19c90aa6 5577F: security/keys/encrypted-keys/
7f3c68be 5578
5b778dad 5579KGDB / KDB /debug_core
8b58be88 5580M: Jason Wessel <[email protected]>
4063eb5f 5581W: http://kgdb.wiki.kernel.org/
e3e2aaf7
JW
5582L: [email protected]
5583S: Maintained
679655da
JP
5584F: Documentation/DocBook/kgdb.tmpl
5585F: drivers/misc/kgdbts.c
df621252 5586F: drivers/tty/serial/kgdboc.c
5b778dad 5587F: include/linux/kdb.h
679655da 5588F: include/linux/kgdb.h
4063eb5f 5589F: kernel/debug/
e3e2aaf7 5590
456db8cc 5591KMEMCHECK
8b58be88 5592M: Vegard Nossum <[email protected]>
2ed1c525 5593M: Pekka Enberg <[email protected]>
b9ce08c0 5594S: Maintained
410d7a97
JP
5595F: Documentation/kmemcheck.txt
5596F: arch/x86/include/asm/kmemcheck.h
5597F: arch/x86/mm/kmemcheck/
5598F: include/linux/kmemcheck.h
5599F: mm/kmemcheck.c
b9ce08c0 5600
c3bb4d24 5601KMEMLEAK
8b58be88 5602M: Catalin Marinas <[email protected]>
c3bb4d24
CM
5603S: Maintained
5604F: Documentation/kmemleak.txt
5605F: include/linux/kmemleak.h
5606F: mm/kmemleak.c
5607F: mm/kmemleak-test.c
5608
89559a61 5609KPROBES
8b58be88
JP
5610M: Ananth N Mavinakayanahalli <[email protected]>
5611M: Anil S Keshavamurthy <[email protected]>
5612M: "David S. Miller" <[email protected]>
97c29e74 5613M: Masami Hiramatsu <[email protected]>
89559a61 5614S: Maintained
679655da
JP
5615F: Documentation/kprobes.txt
5616F: include/linux/kprobes.h
5617F: kernel/kprobes.c
89559a61 5618
70e84049 5619KS0108 LCD CONTROLLER DRIVER
8b58be88 5620M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
5621W: http://miguelojeda.es/auxdisplay.htm
5622W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 5623S: Maintained
679655da
JP
5624F: Documentation/auxdisplay/ks0108
5625F: drivers/auxdisplay/ks0108.c
5626F: include/linux/ks0108.h
70e84049 5627
1da177e4 5628LAPB module
1da177e4 5629L: [email protected]
bf9915cc 5630S: Orphan
679655da
JP
5631F: Documentation/networking/lapb-module.txt
5632F: include/*/lapb.h
5633F: net/lapb/
1da177e4
LT
5634
5635LASI 53c700 driver for PARISC
8b58be88 5636M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
5637L: [email protected]
5638S: Maintained
679655da
JP
5639F: Documentation/scsi/53c700.txt
5640F: drivers/scsi/53c700*
1da177e4 5641
263de9b5 5642LED SUBSYSTEM
c772fc26 5643M: Bryan Wu <[email protected]>
8b58be88 5644M: Richard Purdie <[email protected]>
aa69cb8c
BW
5645L: [email protected]
5646T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
263de9b5 5647S: Maintained
679655da
JP
5648F: drivers/leds/
5649F: include/linux/leds.h
263de9b5 5650
b0461a44 5651LEGACY EEPROM DRIVER
7c81c60f 5652M: Jean Delvare <[email protected]>
b0461a44
JD
5653S: Maintained
5654F: Documentation/misc-devices/eeprom
5655F: drivers/misc/eeprom/eeprom.c
5656
1da177e4 5657LEGO USB Tower driver
8b58be88 5658M: Juergen Stuber <[email protected]>
1da177e4
LT
5659L: [email protected]
5660W: http://legousb.sourceforge.net/
5661S: Maintained
679655da 5662F: drivers/usb/misc/legousbtower.c
1da177e4 5663
055616a8
MK
5664LG2160 MEDIA DRIVER
5665M: Michael Krufky <[email protected]>
5666L: [email protected]
5667W: http://linuxtv.org/
5668W: http://github.com/mkrufky
5669Q: http://patchwork.linuxtv.org/project/linux-media/list/
5670T: git git://linuxtv.org/mkrufky/tuners.git
5671S: Maintained
5672F: drivers/media/dvb-frontends/lg2160.*
5673
6f0e7725
MK
5674LGDT3305 MEDIA DRIVER
5675M: Michael Krufky <[email protected]>
5676L: [email protected]
5677W: http://linuxtv.org/
5678W: http://github.com/mkrufky
5679Q: http://patchwork.linuxtv.org/project/linux-media/list/
5680T: git git://linuxtv.org/mkrufky/tuners.git
5681S: Maintained
5682F: drivers/media/dvb-frontends/lgdt3305.*
5683
568a17ff 5684LGUEST
8b58be88 5685M: Rusty Russell <[email protected]>
a4724ed6 5686L: [email protected]
568a17ff 5687W: http://lguest.ozlabs.org/
72e91863 5688S: Odd Fixes
070f420b 5689F: arch/x86/include/asm/lguest*.h
679655da
JP
5690F: arch/x86/lguest/
5691F: drivers/lguest/
5692F: include/linux/lguest*.h
070f420b 5693F: tools/lguest/
568a17ff 5694
1acd437c
SL
5695LIBLOCKDEP
5696M: Sasha Levin <[email protected]>
5697S: Maintained
5698F: tools/lib/lockdep/
5699
1da177e4 5700LINUX FOR IBM pSERIES (RS/6000)
8b58be88 5701M: Paul Mackerras <[email protected]>
1da177e4
LT
5702W: http://www.ibm.com/linux/ltc/projects/ppc
5703S: Supported
11c34c7d 5704F: arch/powerpc/boot/rs6000.h
1da177e4 5705
852bb9f5 5706LINUX FOR POWERPC (32-BIT AND 64-BIT)
8b58be88
JP
5707M: Benjamin Herrenschmidt <[email protected]>
5708M: Paul Mackerras <[email protected]>
ea668936 5709M: Michael Ellerman <[email protected]>
1da177e4 5710W: http://www.penguinppc.org/
a4724ed6 5711L: [email protected]
8a6e2535 5712Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
54e5881d 5713T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4 5714S: Supported
11c34c7d
JP
5715F: Documentation/powerpc/
5716F: arch/powerpc/
1da177e4
LT
5717
5718LINUX FOR POWER MACINTOSH
8b58be88 5719M: Benjamin Herrenschmidt <[email protected]>
1da177e4 5720W: http://www.penguinppc.org/
a4724ed6 5721L: [email protected]
1da177e4 5722S: Maintained
11c34c7d
JP
5723F: arch/powerpc/platforms/powermac/
5724F: drivers/macintosh/
1da177e4 5725
77a76369 5726LINUX FOR POWERPC EMBEDDED MPC5XXX
a149507b 5727M: Anatolij Gustschin <[email protected]>
a4724ed6 5728L: [email protected]
cba5b1c6 5729T: git git://git.denx.de/linux-denx-agust.git
1da177e4 5730S: Maintained
11c34c7d
JP
5731F: arch/powerpc/platforms/512x/
5732F: arch/powerpc/platforms/52xx/
1da177e4
LT
5733
5734LINUX FOR POWERPC EMBEDDED PPC4XX
1d11cd67 5735M: Alistair Popple <[email protected]>
8b58be88 5736M: Matt Porter <[email protected]>
1da177e4 5737W: http://www.penguinppc.org/
a4724ed6 5738L: [email protected]
1da177e4 5739S: Maintained
11c34c7d
JP
5740F: arch/powerpc/platforms/40x/
5741F: arch/powerpc/platforms/44x/
1da177e4 5742
260c02a9 5743LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
a4724ed6 5744L: [email protected]
cdeb8994 5745S: Orphan
11c34c7d
JP
5746F: arch/powerpc/*/*virtex*
5747F: arch/powerpc/*/*/*virtex*
1da177e4 5748
e93adf1e 5749LINUX FOR POWERPC EMBEDDED PPC8XX
8b58be88 5750M: Vitaly Bordug <[email protected]>
e93adf1e 5751W: http://www.penguinppc.org/
a4724ed6 5752L: [email protected]
e93adf1e 5753S: Maintained
a2b1f7c8 5754F: arch/powerpc/platforms/8xx/
e93adf1e 5755
1da177e4 5756LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
a1e0fb42 5757M: Scott Wood <[email protected]>
8b58be88 5758M: Kumar Gala <[email protected]>
ce00f85c 5759W: http://www.penguinppc.org/
a4724ed6 5760L: [email protected]
a1e0fb42 5761T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
ce00f85c 5762S: Maintained
11c34c7d 5763F: arch/powerpc/platforms/83xx/
4c8f581d 5764F: arch/powerpc/platforms/85xx/
1da177e4 5765
ab06ff3a 5766LINUX FOR POWERPC PA SEMI PWRFICIENT
8b58be88 5767M: Olof Johansson <[email protected]>
a4724ed6 5768L: [email protected]
92e19709 5769S: Maintained
11c34c7d
JP
5770F: arch/powerpc/platforms/pasemi/
5771F: drivers/*/*pasemi*
5772F: drivers/*/*/*pasemi*
ab06ff3a 5773
1da177e4 5774LINUX SECURITY MODULE (LSM) FRAMEWORK
8b58be88 5775M: Chris Wright <[email protected]>
1a4520be 5776L: [email protected]
1da177e4
LT
5777S: Supported
5778
a23ce6da
HW
5779LIS3LV02D ACCELEROMETER DRIVER
5780M: Eric Piel <[email protected]>
5781S: Maintained
ff606677
JD
5782F: Documentation/misc-devices/lis3lv02d
5783F: drivers/misc/lis3lv02d/
bd35665f 5784F: drivers/platform/x86/hp_accel.c
a23ce6da 5785
e2d1d6c0 5786LLC (802.2)
8b58be88 5787M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0 5788S: Maintained
679655da 5789F: include/linux/llc.h
c117ab84 5790F: include/uapi/linux/llc.h
679655da
JP
5791F: include/net/llc*
5792F: net/llc/
e2d1d6c0 5793
4e233cbe
AD
5794LM73 HARDWARE MONITOR DRIVER
5795M: Guillaume Ligneul <[email protected]>
5796L: [email protected]
5797S: Maintained
5798F: drivers/hwmon/lm73.c
5799
156e2d1a 5800LM78 HARDWARE MONITOR DRIVER
7c81c60f 5801M: Jean Delvare <[email protected]>
156e2d1a
JD
5802L: [email protected]
5803S: Maintained
5804F: Documentation/hwmon/lm78
5805F: drivers/hwmon/lm78.c
5806
1da177e4 5807LM83 HARDWARE MONITOR DRIVER
7c81c60f 5808M: Jean Delvare <[email protected]>
cc0b07ed 5809L: [email protected]
1da177e4 5810S: Maintained
679655da
JP
5811F: Documentation/hwmon/lm83
5812F: drivers/hwmon/lm83.c
1da177e4
LT
5813
5814LM90 HARDWARE MONITOR DRIVER
7c81c60f 5815M: Jean Delvare <[email protected]>
cc0b07ed 5816L: [email protected]
1da177e4 5817S: Maintained
679655da 5818F: Documentation/hwmon/lm90
aae7bce4 5819F: Documentation/devicetree/bindings/hwmon/lm90.txt
679655da 5820F: drivers/hwmon/lm90.c
1da177e4 5821
917cc4e6
GR
5822LM95234 HARDWARE MONITOR DRIVER
5823M: Guenter Roeck <[email protected]>
5824L: [email protected]
5825S: Maintained
5826F: Documentation/hwmon/lm95234
5827F: drivers/hwmon/lm95234.c
5828
68620bdd
MP
5829LME2510 MEDIA DRIVER
5830M: Malcolm Priestley <[email protected]>
5831L: [email protected]
5832W: http://linuxtv.org/
5833Q: http://patchwork.linuxtv.org/project/linux-media/list/
5834S: Maintained
5835F: drivers/media/usb/dvb-usb-v2/lmedm04*
5836
512e67f9 5837LOCKDEP AND LOCKSTAT
8b58be88
JP
5838M: Peter Zijlstra <[email protected]>
5839M: Ingo Molnar <[email protected]>
981c3a4f 5840L: [email protected]
75fc2d37 5841T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
512e67f9 5842S: Maintained
214e0aed
DB
5843F: Documentation/locking/lockdep*.txt
5844F: Documentation/locking/lockstat.txt
679655da 5845F: include/linux/lockdep.h
7486d6da 5846F: kernel/locking/
512e67f9 5847
dde33348 5848LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8b58be88 5849M: "Richard Russon (FlatCap)" <[email protected]>
dde33348
AA
5850L: [email protected]
5851W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4 5852S: Maintained
679655da 5853F: Documentation/ldm.txt
20d16fef 5854F: block/partitions/ldm.*
1da177e4 5855
ef6ada3d
JE
5856LogFS
5857M: Joern Engel <[email protected]>
756ccb3c 5858M: Prasad Joshi <[email protected]>
ef6ada3d
JE
5859L: [email protected]
5860W: logfs.org
5861S: Maintained
5862F: fs/logfs/
5863
b62d7946
RS
5864LPC32XX MACHINE SUPPORT
5865M: Roland Stigge <[email protected]>
5866L: [email protected] (moderated for non-subscribers)
5867S: Maintained
5868F: arch/arm/mach-lpc32xx/
5869
c87e34ef 5870LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3a980508
RS
5871M: Nagalakshmi Nandigama <[email protected]>
5872M: Praveen Krishnamoorthy <[email protected]>
5873M: Sreekanth Reddy <[email protected]>
5874M: Abhijit Mahajan <[email protected]>
5875L: [email protected]
c87e34ef
MED
5876L: [email protected]
5877W: http://www.lsilogic.com/support
5878S: Supported
679655da 5879F: drivers/message/fusion/
500c152a 5880F: drivers/scsi/mpt2sas/
5881F: drivers/scsi/mpt3sas/
c87e34ef 5882
1da177e4 5883LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8b58be88 5884M: Matthew Wilcox <[email protected]>
1da177e4
LT
5885L: [email protected]
5886S: Maintained
679655da 5887F: drivers/scsi/sym53c8xx_2/
1da177e4 5888
e5f5c99a
GR
5889LTC4261 HARDWARE MONITOR DRIVER
5890M: Guenter Roeck <[email protected]>
5891L: [email protected]
5892S: Maintained
5893F: Documentation/hwmon/ltc4261
5894F: drivers/hwmon/ltc4261.c
5895
81365c31 5896LTP (Linux Test Project)
28b8e8d4 5897M: Mike Frysinger <[email protected]>
7d1ae8a8 5898M: Cyril Hrubis <[email protected]>
7d1ae8a8 5899M: Wanlong Gao <[email protected]>
f2eb7f6f
CH
5900M: Jan Stancek <[email protected]>
5901M: Stanislav Kholmanskikh <[email protected]>
5902M: Alexey Kodanev <[email protected]>
81365c31 5903L: [email protected] (subscribers-only)
f2eb7f6f 5904W: http://linux-test-project.github.io/
7d1ae8a8 5905T: git git://github.com/linux-test-project/ltp.git
81365c31
MF
5906S: Maintained
5907
c12a54b3 5908M32R ARCHITECTURE
c12a54b3 5909W: http://www.linux-m32r.org/
b4174867 5910S: Orphan
679655da 5911F: arch/m32r/
c12a54b3 5912
1da177e4 5913M68K ARCHITECTURE
8b58be88 5914M: Geert Uytterhoeven <[email protected]>
1da177e4
LT
5915L: [email protected]
5916W: http://www.linux-m68k.org/
54e5881d 5917T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
1da177e4 5918S: Maintained
679655da 5919F: arch/m68k/
9db35182 5920F: drivers/zorro/
1da177e4
LT
5921
5922M68K ON APPLE MACINTOSH
8b58be88 5923M: Joshua Thompson <[email protected]>
1da177e4 5924W: http://www.mac.linux-m68k.org/
9bb9f222 5925L: [email protected]
1da177e4 5926S: Maintained
9db35182 5927F: arch/m68k/mac/
1da177e4
LT
5928
5929M68K ON HP9000/300
8b58be88 5930M: Philip Blundell <[email protected]>
1da177e4
LT
5931W: http://www.tazenda.demon.co.uk/phil/linux-hp
5932S: Maintained
679655da 5933F: arch/m68k/hp300/
1da177e4 5934
74425546
AP
5935M88DS3103 MEDIA DRIVER
5936M: Antti Palosaari <[email protected]>
5937L: [email protected]
5938W: http://linuxtv.org/
5939W: http://palosaari.fi/linux/
5940Q: http://patchwork.linuxtv.org/project/linux-media/list/
5941T: git git://linuxtv.org/anttip/media_tree.git
5942S: Maintained
5943F: drivers/media/dvb-frontends/m88ds3103*
5944
68620bdd
MP
5945M88RS2000 MEDIA DRIVER
5946M: Malcolm Priestley <[email protected]>
5947L: [email protected]
5948W: http://linuxtv.org/
5949Q: http://patchwork.linuxtv.org/project/linux-media/list/
5950S: Maintained
5951F: drivers/media/dvb-frontends/m88rs2000*
5952
0d62f800
AP
5953M88TS2022 MEDIA DRIVER
5954M: Antti Palosaari <[email protected]>
5955L: [email protected]
5956W: http://linuxtv.org/
5957W: http://palosaari.fi/linux/
5958Q: http://patchwork.linuxtv.org/project/linux-media/list/
5959T: git git://linuxtv.org/anttip/media_tree.git
5960S: Maintained
5961F: drivers/media/tuners/m88ts2022*
5962
07a092fa 5963MA901 MASTERKIT USB FM RADIO DRIVER
b75f0050
JP
5964M: Alexey Klimov <[email protected]>
5965L: [email protected]
5966T: git git://linuxtv.org/media_tree.git
5967S: Maintained
5968F: drivers/media/radio/radio-ma901.c
07a092fa 5969
64a327a7 5970MAC80211
8b58be88 5971M: Johannes Berg <[email protected]>
64a327a7 5972L: [email protected]
491b26b4 5973W: http://wireless.kernel.org/
ce466579
JB
5974T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5975T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
64a327a7 5976S: Maintained
679655da
JP
5977F: Documentation/networking/mac80211-injection.txt
5978F: include/net/mac80211.h
5979F: net/mac80211/
64a327a7 5980
b863ceb7 5981MACVLAN DRIVER
8b58be88 5982M: Patrick McHardy <[email protected]>
b863ceb7
PM
5983L: [email protected]
5984S: Maintained
679655da
JP
5985F: drivers/net/macvlan.c
5986F: include/linux/if_macvlan.h
b863ceb7 5987
2b6d83e2
JB
5988MAILBOX API
5989M: Jassi Brar <[email protected]>
5990L: [email protected]
5991S: Maintained
5992F: drivers/mailbox/
5993F: include/linux/mailbox_client.h
5994F: include/linux/mailbox_controller.h
5995
faf1668c 5996MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8b58be88 5997M: Michael Kerrisk <[email protected]>
795fb7e7 5998W: http://www.kernel.org/doc/man-pages
bd7ebec6 5999L: [email protected]
1b53dc74 6000S: Maintained
faf1668c 6001
8427defd
RK
6002MARVELL ARMADA DRM SUPPORT
6003M: Russell King <[email protected]>
6004S: Maintained
6005F: drivers/gpu/drm/armada/
6006
3ad50cca
GR
6007MARVELL 88E6352 DSA support
6008M: Guenter Roeck <[email protected]>
6009S: Maintained
6010F: drivers/net/dsa/mv88e6352.c
6011
44c14c1d 6012MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6013M: Mirko Lindner <[email protected]>
adbbf69d 6014M: Stephen Hemminger <[email protected]>
44c14c1d 6015L: [email protected]
6016S: Maintained
6017F: drivers/net/ethernet/marvell/sk*
6018
74cda169 6019MARVELL LIBERTAS WIRELESS DRIVER
74cda169 6020L: [email protected]
8ac3e99e 6021S: Orphan
679655da 6022F: drivers/net/wireless/libertas/
74cda169 6023
b60d6975 6024MARVELL MV643XX ETHERNET DRIVER
4e3faf88 6025M: Sebastian Hesselbarth <[email protected]>
979b6c13 6026L: [email protected]
f5ca8502 6027S: Maintained
527a6266 6028F: drivers/net/ethernet/marvell/mv643xx_eth.*
679655da 6029F: include/linux/mv643xx.h
1da177e4 6030
370b8ed9
TP
6031MARVELL MVNETA ETHERNET DRIVER
6032M: Thomas Petazzoni <[email protected]>
6033L: [email protected]
6034S: Maintained
6035F: drivers/net/ethernet/marvell/mvneta.*
6036
fcad584d 6037MARVELL MWIFIEX WIRELESS DRIVER
b9d31704
BZ
6038M: Amitkumar Karwar <[email protected]>
6039M: Avinash Patil <[email protected]>
fcad584d
BZ
6040L: [email protected]
6041S: Maintained
6042F: drivers/net/wireless/mwifiex/
6043
a2c3f656 6044MARVELL MWL8K WIRELESS DRIVER
a040d532 6045M: Lennert Buytenhek <[email protected]>
a2c3f656 6046L: [email protected]
16345910 6047S: Odd Fixes
a2c3f656
LB
6048F: drivers/net/wireless/mwl8k.c
6049
2a69567b 6050MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2f82af08 6051M: Nicolas Pitre <[email protected]>
18e2842b 6052S: Odd Fixes
1fa7e547 6053F: drivers/mmc/host/mvsdio.*
2a69567b 6054
1da177e4 6055MATROX FRAMEBUFFER DRIVER
c69f677c 6056L: [email protected]
52653199 6057S: Orphan
8a61f013 6058F: drivers/video/fbdev/matrox/matroxfb_*
c117ab84 6059F: include/uapi/linux/matroxfb.h
1da177e4 6060
ca462085
GR
6061MAX16065 HARDWARE MONITOR DRIVER
6062M: Guenter Roeck <[email protected]>
6063L: [email protected]
6064S: Maintained
6065F: Documentation/hwmon/max16065
6066F: drivers/hwmon/max16065.c
6067
d20620de 6068MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6a534c9d 6069M: "Hans J. Koch" <[email protected]>
d20620de
HJK
6070L: [email protected]
6071S: Maintained
679655da
JP
6072F: Documentation/hwmon/max6650
6073F: drivers/hwmon/max6650.c
d20620de 6074
e89ab51f
GR
6075MAX6697 HARDWARE MONITOR DRIVER
6076M: Guenter Roeck <[email protected]>
6077L: [email protected]
6078S: Maintained
6079F: Documentation/hwmon/max6697
6080F: Documentation/devicetree/bindings/i2c/max6697.txt
6081F: drivers/hwmon/max6697.c
6082F: include/linux/platform_data/max6697.h
6083
9be3c9a5
HV
6084MAXIRADIO FM RADIO RECEIVER DRIVER
6085M: Hans Verkuil <[email protected]>
6086L: [email protected]
6087T: git git://linuxtv.org/media_tree.git
6088W: http://linuxtv.org
6089S: Maintained
6090F: drivers/media/radio/radio-maxiradio*
6091
127c49ae 6092MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
009a5410 6093M: Mauro Carvalho Chehab <[email protected]>
127c49ae
JP
6094P: LinuxTV.org Project
6095L: [email protected]
6096W: http://linuxtv.org
8a6e2535 6097Q: http://patchwork.kernel.org/project/linux-media/list/
275ffde4 6098T: git git://linuxtv.org/media_tree.git
127c49ae
JP
6099S: Maintained
6100F: Documentation/dvb/
6101F: Documentation/video4linux/
ffe06198 6102F: Documentation/DocBook/media/
127c49ae 6103F: drivers/media/
ffe06198 6104F: drivers/staging/media/
127c49ae 6105F: include/media/
6c0f0359
MCC
6106F: include/uapi/linux/dvb/
6107F: include/uapi/linux/videodev2.h
6108F: include/uapi/linux/media.h
6109F: include/uapi/linux/v4l2-*
6110F: include/uapi/linux/meye.h
6111F: include/uapi/linux/ivtv*
6112F: include/uapi/linux/uvcvideo.h
d20620de 6113
6149a936
HV
6114MEDIAVISION PRO MOVIE STUDIO DRIVER
6115M: Hans Verkuil <[email protected]>
6116L: [email protected]
6117T: git git://linuxtv.org/media_tree.git
6118W: http://linuxtv.org
6119S: Odd Fixes
6120F: drivers/media/parport/pms*
6121
e399065b
SS
6122MEGARAID SCSI/SAS DRIVERS
6123M: Kashyap Desai <[email protected]>
6124M: Sumit Saxena <[email protected]>
6125M: Uday Lingala <[email protected]>
6126L: [email protected]
baaea1dc 6127L: [email protected]
e399065b 6128W: http://www.lsi.com
ce00f85c 6129S: Maintained
679655da
JP
6130F: Documentation/scsi/megaraid.txt
6131F: drivers/scsi/megaraid.*
6132F: drivers/scsi/megaraid/
757e0108 6133
2c46c9d5
AV
6134MELLANOX ETHERNET DRIVER (mlx4_en)
6135M: Amir Vadai <[email protected]>
b75f0050 6136L: [email protected]
2c46c9d5
AV
6137S: Supported
6138W: http://www.mellanox.com
6139Q: http://patchwork.ozlabs.org/project/netdev/list/
6140F: drivers/net/ethernet/mellanox/mlx4/en_*
6141
70ea91f1
SR
6142MEMORY MANAGEMENT
6143L: [email protected]
70ea91f1
SR
6144W: http://www.linux-mm.org
6145S: Maintained
679655da 6146F: include/linux/mm.h
551450bb
CS
6147F: include/linux/gfp.h
6148F: include/linux/mmzone.h
6149F: include/linux/memory_hotplug.h
6150F: include/linux/vmalloc.h
679655da 6151F: mm/
70ea91f1 6152
f4e9ce66 6153MEMORY TECHNOLOGY DEVICES (MTD)
8b58be88 6154M: David Woodhouse <[email protected]>
242c325e 6155M: Brian Norris <[email protected]>
1da177e4 6156L: [email protected]
8a6e2535
JP
6157W: http://www.linux-mtd.infradead.org/
6158Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
242c325e 6159T: git git://git.infradead.org/linux-mtd.git
ab95eac9 6160T: git git://git.infradead.org/l2-mtd.git
1da177e4 6161S: Maintained
679655da
JP
6162F: drivers/mtd/
6163F: include/linux/mtd/
c117ab84 6164F: include/uapi/mtd/
1da177e4 6165
26c57ef1 6166MEN A21 WATCHDOG DRIVER
b75f0050 6167M: Johannes Thumshirn <[email protected]>
26c57ef1
JT
6168L: [email protected]
6169S: Supported
6170F: drivers/watchdog/mena21_wdt.c
6171
3764e82e
JT
6172MEN CHAMELEON BUS (mcb)
6173M: Johannes Thumshirn <[email protected]>
6174S: Supported
6175F: drivers/mcb/
6176F: include/linux/mcb.h
6177
48b490d2
AW
6178MEN F21BMC (Board Management Controller)
6179M: Andreas Werner <[email protected]>
6180S: Supported
6181F: drivers/mfd/menf21bmc.c
6182F: drivers/watchdog/menf21bmc_wdt.c
6183F: drivers/leds/leds-menf21bmc.c
6184F: drivers/hwmon/menf21bmc_hwmon.c
6185F: Documentation/hwmon/menf21bmc
6186
12285945
JH
6187METAG ARCHITECTURE
6188M: James Hogan <[email protected]>
d668d9ed 6189L: [email protected]
12285945
JH
6190S: Supported
6191F: arch/metag/
6192F: Documentation/metag/
6193F: Documentation/devicetree/bindings/metag/
a2c5d4ed 6194F: drivers/clocksource/metag_generic.c
5698c50d
JH
6195F: drivers/irqchip/irq-metag.c
6196F: drivers/irqchip/irq-metag-ext.c
ae85ac71 6197F: drivers/tty/metag_da.c
12285945 6198
c6375b0a 6199MICROBLAZE ARCHITECTURE
8b58be88 6200M: Michal Simek <[email protected]>
c6375b0a
MS
6201W: http://www.monstr.eu/fdt/
6202T: git git://git.monstr.eu/linux-2.6-microblaze.git
6203S: Supported
0a8c7914 6204F: arch/microblaze/
1da177e4
LT
6205
6206MICROTEK X6 SCANNER
61eee9a7 6207M: Oliver Neukum <[email protected]>
1da177e4 6208S: Maintained
679655da 6209F: drivers/usb/image/microtek.*
1da177e4
LT
6210
6211MIPS
8b58be88 6212M: Ralf Baechle <[email protected]>
1da177e4 6213L: [email protected]
6097050d 6214W: http://www.linux-mips.org/
b05e988e 6215T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6097050d 6216Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7425b340 6217S: Supported
679655da
JP
6218F: Documentation/mips/
6219F: arch/mips/
1da177e4 6220
08b7620a
HV
6221MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6222M: Hans Verkuil <[email protected]>
6223L: [email protected]
6224T: git git://linuxtv.org/media_tree.git
6225W: http://linuxtv.org
6226S: Odd Fixes
6227F: drivers/media/radio/radio-miropcm20*
6228
e126ba97
EC
6229Mellanox MLX5 core VPI driver
6230M: Eli Cohen <[email protected]>
6231L: [email protected]
6232L: [email protected]
6233W: http://www.mellanox.com
6234Q: http://patchwork.ozlabs.org/project/netdev/list/
6235Q: http://patchwork.kernel.org/project/linux-rdma/list/
cea8321c 6236T: git git://openfabrics.org/~eli/connect-ib.git
e126ba97
EC
6237S: Supported
6238F: drivers/net/ethernet/mellanox/mlx5/core/
6239F: include/linux/mlx5/
6240
6241Mellanox MLX5 IB driver
b75f0050
JP
6242M: Eli Cohen <[email protected]>
6243L: [email protected]
6244W: http://www.mellanox.com
6245Q: http://patchwork.kernel.org/project/linux-rdma/list/
cea8321c 6246T: git git://openfabrics.org/~eli/connect-ib.git
b75f0050
JP
6247S: Supported
6248F: include/linux/mlx5/
6249F: drivers/infiniband/hw/mlx5/
e126ba97 6250
0ce277e4
AP
6251MN88472 MEDIA DRIVER
6252M: Antti Palosaari <[email protected]>
6253L: [email protected]
6254W: http://linuxtv.org/
6255W: http://palosaari.fi/linux/
6256Q: http://patchwork.linuxtv.org/project/linux-media/list/
6257T: git git://linuxtv.org/anttip/media_tree.git
6258S: Maintained
6259F: drivers/staging/media/mn88472/
6260F: drivers/media/dvb-frontends/mn88472.h
6261
4f4d238f
AP
6262MN88473 MEDIA DRIVER
6263M: Antti Palosaari <[email protected]>
6264L: [email protected]
6265W: http://linuxtv.org/
6266W: http://palosaari.fi/linux/
6267Q: http://patchwork.linuxtv.org/project/linux-media/list/
6268T: git git://linuxtv.org/anttip/media_tree.git
6269S: Maintained
6270F: drivers/staging/media/mn88473/
6271F: drivers/media/dvb-frontends/mn88473.h
6272
1da177e4 6273MODULE SUPPORT
8b58be88 6274M: Rusty Russell <[email protected]>
1da177e4 6275S: Maintained
679655da
JP
6276F: include/linux/module.h
6277F: kernel/module.c
1da177e4
LT
6278
6279MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1da177e4 6280W: http://popies.net/meye/
b7788e13 6281S: Orphan
679655da 6282F: Documentation/video4linux/meye.txt
90d72ac6 6283F: drivers/media/pci/meye/
6c0f0359 6284F: include/uapi/linux/meye.h
1da177e4 6285
b9705b60 6286MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8b58be88 6287M: Jiri Slaby <[email protected]>
d735410a 6288S: Maintained
679655da 6289F: Documentation/serial/moxa-smartio
c897401b 6290F: drivers/tty/mxser.*
d735410a 6291
889b2f87
AK
6292MR800 AVERMEDIA USB FM RADIO DRIVER
6293M: Alexey Klimov <[email protected]>
6294L: [email protected]
6295T: git git://linuxtv.org/media_tree.git
6296S: Maintained
6297F: drivers/media/radio/radio-mr800.c
6298
d7155691
AO
6299MRF24J40 IEEE 802.15.4 RADIO DRIVER
6300M: Alan Ott <[email protected]>
6301L: [email protected]
6302S: Maintained
6303F: drivers/net/ieee802154/mrf24j40.c
6304
8c4c731a 6305MSI LAPTOP SUPPORT
182ae55c 6306M: "Lee, Chun-Yi" <[email protected]>
d0944853 6307L: [email protected]
8c4c731a 6308S: Maintained
679655da 6309F: drivers/platform/x86/msi-laptop.c
8c4c731a 6310
0f1006b1
AA
6311MSI WMI SUPPORT
6312M: Anisse Astier <[email protected]>
d0944853 6313L: [email protected]
0f1006b1
AA
6314S: Supported
6315F: drivers/platform/x86/msi-wmi.c
6316
19a628a0
AP
6317MSI001 MEDIA DRIVER
6318M: Antti Palosaari <[email protected]>
6319L: [email protected]
6320W: http://linuxtv.org/
6321W: http://palosaari.fi/linux/
6322Q: http://patchwork.linuxtv.org/project/linux-media/list/
6323T: git git://linuxtv.org/anttip/media_tree.git
6324S: Maintained
0185e197 6325F: drivers/media/tuners/msi001*
19a628a0 6326
7570589d 6327MSI2500 MEDIA DRIVER
2c57213f
AP
6328M: Antti Palosaari <[email protected]>
6329L: [email protected]
6330W: http://linuxtv.org/
6331W: http://palosaari.fi/linux/
6332Q: http://patchwork.linuxtv.org/project/linux-media/list/
6333T: git git://linuxtv.org/anttip/media_tree.git
6334S: Maintained
7570589d 6335F: drivers/media/usb/msi2500/
2c57213f 6336
62a37dc7 6337MT9M032 APTINA SENSOR DRIVER
0e837fb9
LP
6338M: Laurent Pinchart <[email protected]>
6339L: [email protected]
6340T: git git://linuxtv.org/media_tree.git
6341S: Maintained
6342F: drivers/media/i2c/mt9m032.c
6343F: include/media/mt9m032.h
6344
62a37dc7 6345MT9P031 APTINA CAMERA SENSOR
0e837fb9
LP
6346M: Laurent Pinchart <[email protected]>
6347L: [email protected]
6348T: git git://linuxtv.org/media_tree.git
6349S: Maintained
6350F: drivers/media/i2c/mt9p031.c
6351F: include/media/mt9p031.h
6352
62a37dc7 6353MT9T001 APTINA CAMERA SENSOR
0e837fb9
LP
6354M: Laurent Pinchart <[email protected]>
6355L: [email protected]
6356T: git git://linuxtv.org/media_tree.git
6357S: Maintained
6358F: drivers/media/i2c/mt9t001.c
6359F: include/media/mt9t001.h
6360
62a37dc7 6361MT9V032 APTINA CAMERA SENSOR
0e837fb9
LP
6362M: Laurent Pinchart <[email protected]>
6363L: [email protected]
6364T: git git://linuxtv.org/media_tree.git
6365S: Maintained
6366F: drivers/media/i2c/mt9v032.c
6367F: include/media/mt9v032.h
6368
4e0d13cb 6369MULTIFUNCTION DEVICES (MFD)
8b58be88 6370M: Samuel Ortiz <[email protected]>
f7d3210e 6371M: Lee Jones <[email protected]>
7caa7991 6372T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
4e0d13cb 6373S: Supported
679655da 6374F: drivers/mfd/
55b5940d 6375F: include/linux/mfd/
4e0d13cb 6376
5c4e6f13 6377MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6e443244 6378M: Chris Ball <[email protected]>
e18eaf8f 6379M: Ulf Hansson <[email protected]>
b2503a94 6380L: [email protected]
245feaa6 6381T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
708dce3f 6382T: git git://git.linaro.org/people/ulf.hansson/mmc.git
245feaa6 6383S: Maintained
679655da
JP
6384F: drivers/mmc/
6385F: include/linux/mmc/
c117ab84 6386F: include/uapi/linux/mmc/
baca2da4 6387
15a0580c 6388MULTIMEDIA CARD (MMC) ETC. OVER SPI
22b174f8 6389S: Orphan
679655da
JP
6390F: drivers/mmc/host/mmc_spi.c
6391F: include/linux/spi/mmc_spi.h
15a0580c 6392
1da177e4 6393MULTISOUND SOUND DRIVER
8b58be88 6394M: Andrew Veliath <[email protected]>
1da177e4 6395S: Maintained
679655da
JP
6396F: Documentation/sound/oss/MultiSound
6397F: sound/oss/msnd*
1da177e4 6398
d735410a 6399MULTITECH MULTIPORT CARD (ISICOM)
d86b3001 6400S: Orphan
c897401b 6401F: drivers/tty/isicom.c
679655da 6402F: include/linux/isicom.h
d735410a 6403
550a7375 6404MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
f299470a 6405M: Felipe Balbi <[email protected]>
795fb7e7 6406L: [email protected]
43b416e5 6407T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
795fb7e7 6408S: Maintained
679655da 6409F: drivers/usb/musb/
550a7375 6410
ea0af5f6
MK
6411MXL5007T MEDIA DRIVER
6412M: Michael Krufky <[email protected]>
6413L: [email protected]
6414W: http://linuxtv.org/
6415W: http://github.com/mkrufky
6416Q: http://patchwork.linuxtv.org/project/linux-media/list/
6417T: git git://linuxtv.org/mkrufky/tuners.git
6418S: Maintained
6419F: drivers/media/tuners/mxl5007t.*
6420
2d3cf588 6421MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
205057ae 6422M: Hyong-Youb Kim <[email protected]>
2d3cf588 6423L: [email protected]
205057ae 6424W: https://www.myricom.com/support/downloads/myri10ge.html
2d3cf588 6425S: Supported
93f7848b 6426F: drivers/net/ethernet/myricom/myri10ge/
2d3cf588 6427
1da177e4 6428NATSEMI ETHERNET DRIVER (DP8381x)
09d208ec 6429S: Orphan
d9fb9f38 6430F: drivers/net/ethernet/natsemi/natsemi.c
1da177e4 6431
23dc05a3
DM
6432NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6433M: Daniel Mack <[email protected]>
6434S: Maintained
6435L: [email protected]
6436W: http://www.native-instruments.com
6437F: sound/usb/caiaq/
6438
1da177e4 6439NCP FILESYSTEM
52653199
PV
6440M: Petr Vandrovec <[email protected]>
6441S: Odd Fixes
679655da 6442F: fs/ncpfs/
1da177e4 6443
a79b0322
FT
6444NCR 5380 SCSI DRIVERS
6445M: Finn Thain <[email protected]>
6446M: Michael Schmitz <[email protected]>
6447L: [email protected]
6448S: Maintained
6449F: Documentation/scsi/g_NCR5380.txt
6450F: drivers/scsi/NCR5380.*
6451F: drivers/scsi/arm/cumana_1.c
6452F: drivers/scsi/arm/oak.c
6453F: drivers/scsi/atari_NCR5380.c
6454F: drivers/scsi/atari_scsi.*
6455F: drivers/scsi/dmx3191d.c
6456F: drivers/scsi/dtc.*
6457F: drivers/scsi/g_NCR5380.*
6458F: drivers/scsi/g_NCR5380_mmio.c
6459F: drivers/scsi/mac_scsi.*
6460F: drivers/scsi/pas16.*
a79b0322
FT
6461F: drivers/scsi/sun3_scsi.*
6462F: drivers/scsi/sun3_scsi_vme.c
6463F: drivers/scsi/t128.*
6464
1da177e4 6465NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8b58be88 6466M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
6467L: [email protected]
6468S: Maintained
679655da 6469F: drivers/scsi/NCR_D700.*
1da177e4 6470
4aa3eb4c
GR
6471NCT6775 HARDWARE MONITOR DRIVER
6472M: Guenter Roeck <[email protected]>
6473L: [email protected]
6474S: Maintained
6475F: Documentation/hwmon/nct6775
6476F: drivers/hwmon/nct6775.c
6477
3c2d774c 6478NETEFFECT IWARP RNIC DRIVER (IW_NES)
8b58be88 6479M: Faisal Latif <[email protected]>
e6cc0fd1 6480L: [email protected]
e3d33cb1 6481W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
3c2d774c
GS
6482S: Supported
6483F: drivers/infiniband/hw/nes/
6484
be2f2e84 6485NETEM NETWORK EMULATOR
adbbf69d 6486M: Stephen Hemminger <[email protected]>
f318a63b 6487L: [email protected]
be2f2e84 6488S: Maintained
679655da 6489F: net/sched/sch_netem.c
be2f2e84 6490
b2f5a051 6491NETERION 10GbE DRIVERS (s2io/vxge)
e3806882 6492M: Jon Mason <[email protected]>
4a58448b 6493L: [email protected]
4a58448b 6494S: Supported
679655da 6495F: Documentation/networking/s2io.txt
b2f5a051 6496F: Documentation/networking/vxge.txt
86387e1a 6497F: drivers/net/ethernet/neterion/
4a58448b 6498
db9cf3a3 6499NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
0e05e192 6500M: Pablo Neira Ayuso <[email protected]>
8b58be88 6501M: Patrick McHardy <[email protected]>
42010ed0 6502M: Jozsef Kadlecsik <[email protected]>
1a03b81d 6503L: [email protected]
82b98543 6504L: [email protected]
1da177e4
LT
6505W: http://www.netfilter.org/
6506W: http://www.iptables.org/
42010ed0
PNA
6507Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
6508T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6509T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
1da177e4 6510S: Supported
679655da
JP
6511F: include/linux/netfilter*
6512F: include/linux/netfilter/
6513F: include/net/netfilter/
c117ab84
CEB
6514F: include/uapi/linux/netfilter*
6515F: include/uapi/linux/netfilter/
679655da
JP
6516F: net/*/netfilter.c
6517F: net/*/netfilter/
6518F: net/netfilter/
1da177e4 6519
4cc67735 6520NETLABEL
87a0874c 6521M: Paul Moore <[email protected]>
4cc67735
PM
6522W: http://netlabel.sf.net
6523L: [email protected]
87a0874c 6524S: Maintained
80811493 6525F: Documentation/netlabel/
679655da
JP
6526F: include/net/netlabel.h
6527F: net/netlabel/
4cc67735 6528
1da177e4 6529NETROM NETWORK LAYER
8b58be88 6530M: Ralf Baechle <[email protected]>
1da177e4 6531L: [email protected]
d34cb28a 6532W: http://www.linux-ax25.org/
1da177e4 6533S: Maintained
679655da 6534F: include/net/netrom.h
c117ab84 6535F: include/uapi/linux/netrom.h
679655da 6536F: net/netrom/
1da177e4 6537
5ddb88c0 6538NETWORK BLOCK DEVICE (NBD)
8b58be88 6539M: Paul Clements <[email protected]>
1da177e4 6540S: Maintained
5e4b269b 6541L: [email protected]
679655da
JP
6542F: Documentation/blockdev/nbd.txt
6543F: drivers/block/nbd.c
6544F: include/linux/nbd.h
c117ab84 6545F: include/uapi/linux/nbd.h
1da177e4 6546
6e43650c
NH
6547NETWORK DROP MONITOR
6548M: Neil Horman <[email protected]>
6549L: [email protected]
6550S: Maintained
6551W: https://fedorahosted.org/dropwatch/
6552F: net/core/drop_monitor.c
6553
1da177e4 6554NETWORKING [GENERAL]
8b58be88 6555M: "David S. Miller" <[email protected]>
979b6c13 6556L: [email protected]
b1e8fd54 6557W: http://www.linuxfoundation.org/en/Net
11e98029 6558Q: http://patchwork.ozlabs.org/project/netdev/list/
814fd609
NP
6559T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6560T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
1da177e4 6561S: Maintained
679655da
JP
6562F: net/
6563F: include/net/
018d21ed
JP
6564F: include/linux/in.h
6565F: include/linux/net.h
6566F: include/linux/netdevice.h
c117ab84
CEB
6567F: include/uapi/linux/in.h
6568F: include/uapi/linux/net.h
6569F: include/uapi/linux/netdevice.h
7e814a6c 6570F: tools/net/
f4e53f9a 6571F: tools/testing/selftests/net/
335a67d2 6572F: lib/random32.c
a101ccd1 6573F: lib/test_bpf.c
1da177e4
LT
6574
6575NETWORKING [IPv4/IPv6]
8b58be88
JP
6576M: "David S. Miller" <[email protected]>
6577M: Alexey Kuznetsov <[email protected]>
8b58be88
JP
6578M: James Morris <[email protected]>
6579M: Hideaki YOSHIFUJI <[email protected]>
6580M: Patrick McHardy <[email protected]>
979b6c13 6581L: [email protected]
08deed1e 6582T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
1da177e4 6583S: Maintained
679655da
JP
6584F: net/ipv4/
6585F: net/ipv6/
6586F: include/net/ip*
0a14842f 6587F: arch/x86/net/*
1da177e4 6588
73b7656c
DM
6589NETWORKING [IPSEC]
6590M: Steffen Klassert <[email protected]>
6591M: Herbert Xu <[email protected]>
6592M: "David S. Miller" <[email protected]>
6593L: [email protected]
d1fc5024
SK
6594T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6595T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
73b7656c 6596S: Maintained
5826bdd1 6597F: net/core/flow.c
73b7656c
DM
6598F: net/xfrm/
6599F: net/key/
6600F: net/ipv4/xfrm*
d1fc5024
SK
6601F: net/ipv4/esp4.c
6602F: net/ipv4/ah4.c
6603F: net/ipv4/ipcomp.c
6604F: net/ipv4/ip_vti.c
73b7656c 6605F: net/ipv6/xfrm*
d1fc5024
SK
6606F: net/ipv6/esp6.c
6607F: net/ipv6/ah6.c
6608F: net/ipv6/ipcomp6.c
6609F: net/ipv6/ip6_vti.c
73b7656c
DM
6610F: include/uapi/linux/xfrm.h
6611F: include/net/xfrm.h
6612
10e2ff1c 6613NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
87a0874c 6614M: Paul Moore <[email protected]>
10e2ff1c
JM
6615L: [email protected]
6616S: Maintained
6617
29f8f632 6618NETWORKING [WIRELESS]
2cb4abd1 6619L: [email protected]
8a6e2535 6620Q: http://patchwork.kernel.org/project/linux-wireless/list/
29f8f632 6621
788873ac
JP
6622NETWORKING DRIVERS
6623L: [email protected]
6624W: http://www.linuxfoundation.org/en/Net
11e98029 6625Q: http://patchwork.ozlabs.org/project/netdev/list/
08deed1e
JP
6626T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6627T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
788873ac
JP
6628S: Odd Fixes
6629F: drivers/net/
018d21ed 6630F: include/linux/if_*
0b63bf1f
JD
6631F: include/linux/netdevice.h
6632F: include/linux/arcdevice.h
6633F: include/linux/etherdevice.h
6634F: include/linux/fcdevice.h
6635F: include/linux/fddidevice.h
6636F: include/linux/hippidevice.h
6637F: include/linux/inetdevice.h
c117ab84
CEB
6638F: include/uapi/linux/if_*
6639F: include/uapi/linux/netdevice.h
788873ac 6640
0e324cf6
JL
6641NETWORKING DRIVERS (WIRELESS)
6642M: Kalle Valo <[email protected]>
6643L: [email protected]
6644Q: http://patchwork.kernel.org/project/linux-wireless/list/
6645T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6646S: Maintained
6647F: drivers/net/wireless/
6648
3d396eb1 6649NETXEN (1/10) GbE SUPPORT
8622315e 6650M: Manish Chopra <[email protected]>
83c07dde
AKS
6651M: Sony Chacko <[email protected]>
6652M: Rajesh Borundia <[email protected]>
3d396eb1 6653L: [email protected]
9c2b5bde 6654W: http://www.qlogic.com
3d396eb1 6655S: Supported
aa43c215 6656F: drivers/net/ethernet/qlogic/netxen/
3d396eb1 6657
6423d30f
AAJ
6658NFC SUBSYSTEM
6659M: Lauro Ramos Venancio <[email protected]>
6660M: Aloisio Almeida Jr <[email protected]>
6661M: Samuel Ortiz <[email protected]>
6662L: [email protected]
1eb3b216 6663L: [email protected] (subscribers-only)
0293ba20 6664S: Supported
6423d30f 6665F: net/nfc/
55eb94f9 6666F: include/net/nfc/
c117ab84 6667F: include/uapi/linux/nfc.h
6423d30f 6668F: drivers/nfc/
08eaa1e0 6669F: include/linux/platform_data/pn544.h
7ebb88e5 6670F: Documentation/devicetree/bindings/net/nfc/
3d396eb1 6671
e8b43555 6672NFS, SUNRPC, AND LOCKD CLIENTS
cd7b996a 6673M: Trond Myklebust <[email protected]>
78f58153
TM
6674L: [email protected]
6675W: http://client.linux-nfs.org
cd7b996a 6676T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
1da177e4 6677S: Maintained
679655da
JP
6678F: fs/lockd/
6679F: fs/nfs/
6680F: fs/nfs_common/
6681F: net/sunrpc/
6682F: include/linux/lockd/
6683F: include/linux/nfs*
6684F: include/linux/sunrpc/
c117ab84
CEB
6685F: include/uapi/linux/nfs*
6686F: include/uapi/linux/sunrpc/
1da177e4 6687
85ef9cea 6688NILFS2 FILESYSTEM
e2126935 6689M: Ryusuke Konishi <[email protected]>
6aff43f8 6690L: [email protected]
f9472265 6691W: http://nilfs.sourceforge.net/
e2126935 6692T: git git://github.com/konis/nilfs2.git
85ef9cea 6693S: Supported
679655da
JP
6694F: Documentation/filesystems/nilfs2.txt
6695F: fs/nilfs2/
6696F: include/linux/nilfs2_fs.h
85ef9cea 6697
1da177e4 6698NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8b58be88 6699M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
6700W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6701S: Maintained
679655da
JP
6702F: Documentation/scsi/NinjaSCSI.txt
6703F: drivers/scsi/pcmcia/nsp_*
1da177e4
LT
6704
6705NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8b58be88
JP
6706M: GOTO Masanori <[email protected]>
6707M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
6708W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6709S: Maintained
679655da
JP
6710F: Documentation/scsi/NinjaSCSI.txt
6711F: drivers/scsi/nsp32*
1da177e4 6712
383b8fb9
LFT
6713NIOS2 ARCHITECTURE
6714M: Ley Foon Tan <[email protected]>
6715L: [email protected] (moderated for non-subscribers)
6716T: git git://git.rocketboards.org/linux-socfpga.git
6717S: Maintained
6718F: arch/nios2/
6719
fce8a7bb 6720NTB DRIVER
9ef6bf6c
JM
6721M: Jon Mason <[email protected]>
6722M: Dave Jiang <[email protected]>
fce8a7bb 6723S: Supported
2984411f
JM
6724W: https://github.com/jonmason/ntb/wiki
6725T: git git://github.com/jonmason/ntb.git
fce8a7bb 6726F: drivers/ntb/
548c237c 6727F: drivers/net/ntb_netdev.c
fce8a7bb
JM
6728F: include/linux/ntb.h
6729
1da177e4 6730NTFS FILESYSTEM
2818ef50 6731M: Anton Altaparmakov <[email protected]>
1da177e4 6732L: [email protected]
2818ef50 6733W: http://www.tuxera.com/
e6f4dee7 6734T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
2818ef50 6735S: Supported
679655da
JP
6736F: Documentation/filesystems/ntfs.txt
6737F: fs/ntfs/
1da177e4 6738
9eb8ef74 6739NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8b58be88 6740M: Antonino Daplas <[email protected]>
c69f677c 6741L: [email protected]
ce00f85c 6742S: Maintained
8a61f013
JH
6743F: drivers/video/fbdev/riva/
6744F: drivers/video/fbdev/nvidia/
1da177e4 6745
79461681
MW
6746NVM EXPRESS DRIVER
6747M: Matthew Wilcox <[email protected]>
6748L: [email protected]
6749T: git git://git.infradead.org/users/willy/linux-nvme.git
6750S: Supported
5be37bf9 6751F: drivers/block/nvme*
79461681
MW
6752F: include/linux/nvme.h
6753
f50d7146
RK
6754NXP TDA998X DRM DRIVER
6755M: Russell King <[email protected]>
6756S: Supported
6757F: drivers/gpu/drm/i2c/tda998x_drv.c
6758F: include/drm/i2c/tda998x.h
6759
fbace43e
PR
6760NXP TFA9879 DRIVER
6761M: Peter Rosin <[email protected]>
6762L: [email protected] (moderated for non-subscribers)
6763S: Maintained
6764F: sound/soc/codecs/tfa9879*
6765
f5525786 6766OMAP SUPPORT
0e24bdd4 6767M: Tony Lindgren <[email protected]>
f5525786
TL
6768L: [email protected]
6769W: http://www.muru.com/linux/omap/
6770W: http://linux.omap.com/
8a6e2535 6771Q: http://patchwork.kernel.org/project/linux-omap/list/
30bd0129 6772T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
f5525786 6773S: Maintained
4e04d5a3 6774F: arch/arm/*omap*/
046d0a37 6775F: drivers/i2c/busses/i2c-omap.c
dc68cd11
FB
6776F: drivers/irqchip/irq-omap-intc.c
6777F: drivers/mfd/*omap*.c
6778F: drivers/mfd/menelaus.c
6779F: drivers/mfd/palmas.c
6780F: drivers/mfd/tps65217.c
6781F: drivers/mfd/tps65218.c
6782F: drivers/mfd/tps65910.c
6783F: drivers/mfd/twl-core.[ch]
6784F: drivers/mfd/twl4030*.c
6785F: drivers/mfd/twl6030*.c
6786F: drivers/mfd/twl6040*.c
6787F: drivers/regulator/palmas-regulator*.c
6788F: drivers/regulator/pbias-regulator.c
6789F: drivers/regulator/tps65217-regulator.c
6790F: drivers/regulator/tps65218-regulator.c
6791F: drivers/regulator/tps65910-regulator.c
6792F: drivers/regulator/twl-regulator.c
046d0a37 6793F: include/linux/i2c-omap.h
f5525786 6794
50f29fbd 6795OMAP DEVICE TREE SUPPORT
cdb55ab0 6796M: Benoît Cousson <[email protected]>
50f29fbd
TL
6797M: Tony Lindgren <[email protected]>
6798L: [email protected]
d0fb18c5 6799L: [email protected]
50f29fbd
TL
6800S: Maintained
6801F: arch/arm/boot/dts/*omap*
6802F: arch/arm/boot/dts/*am3*
05eb20fa
NM
6803F: arch/arm/boot/dts/*am4*
6804F: arch/arm/boot/dts/*am5*
6805F: arch/arm/boot/dts/*dra7*
50f29fbd 6806
f5525786 6807OMAP CLOCK FRAMEWORK SUPPORT
8b58be88 6808M: Paul Walmsley <[email protected]>
f5525786
TL
6809L: [email protected]
6810S: Maintained
6811F: arch/arm/*omap*/*clock*
6812
6813OMAP POWER MANAGEMENT SUPPORT
c69d72ae 6814M: Kevin Hilman <[email protected]>
f5525786
TL
6815L: [email protected]
6816S: Maintained
6817F: arch/arm/*omap*/*pm*
c46938d4 6818F: drivers/cpufreq/omap-cpufreq.c
f5525786 6819
d21db568 6820OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
692ab1f3
PW
6821M: Rajendra Nayak <[email protected]>
6822M: Paul Walmsley <[email protected]>
6823L: [email protected]
6824S: Maintained
d21db568 6825F: arch/arm/mach-omap2/prm*
692ab1f3 6826
f5525786 6827OMAP AUDIO SUPPORT
6c284903 6828M: Peter Ujfalusi <[email protected]>
7ec41ee5 6829M: Jarkko Nikula <[email protected]>
f5525786
TL
6830L: [email protected] (subscribers-only)
6831L: [email protected]
6832S: Maintained
6833F: sound/soc/omap/
6834
18640193
TL
6835OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6836M: Roger Quadros <[email protected]>
6837M: Tony Lindgren <[email protected]>
6838L: [email protected]
6839S: Maintained
6840F: drivers/memory/omap-gpmc.c
6841F: arch/arm/mach-omap2/*gpmc*
6842
f5525786 6843OMAP FRAMEBUFFER SUPPORT
830e6384 6844M: Tomi Valkeinen <[email protected]>
c69f677c 6845L: [email protected]
f5525786
TL
6846L: [email protected]
6847S: Maintained
8a61f013 6848F: drivers/video/fbdev/omap/
f5525786 6849
676eec0d 6850OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
830e6384 6851M: Tomi Valkeinen <[email protected]>
178ff4c9 6852L: [email protected]
676eec0d 6853L: [email protected]
178ff4c9 6854S: Maintained
8a61f013 6855F: drivers/video/fbdev/omap2/
178ff4c9
TV
6856F: Documentation/arm/OMAP/DSS
6857
8b37fcfc
OBC
6858OMAP HARDWARE SPINLOCK SUPPORT
6859M: Ohad Ben-Cohen <[email protected]>
6860L: [email protected]
6861S: Maintained
6862F: drivers/hwspinlock/omap_hwspinlock.c
6863F: arch/arm/mach-omap2/hwspinlock.c
6864
f5525786 6865OMAP MMC SUPPORT
8b58be88 6866M: Jarkko Lavinen <[email protected]>
f5525786
TL
6867L: [email protected]
6868S: Maintained
653f41b5
MC
6869F: drivers/mmc/host/omap.c
6870
6871OMAP HS MMC SUPPORT
0a4585c6 6872L: [email protected]
653f41b5 6873L: [email protected]
dfa5d196 6874S: Orphan
653f41b5 6875F: drivers/mmc/host/omap_hsmmc.c
f5525786
TL
6876
6877OMAP RANDOM NUMBER GENERATOR SUPPORT
8b58be88 6878M: Deepak Saxena <[email protected]>
f5525786
TL
6879S: Maintained
6880F: drivers/char/hw_random/omap-rng.c
6881
f400c82e 6882OMAP HWMOD SUPPORT
cdb55ab0 6883M: Benoît Cousson <[email protected]>
f400c82e
PW
6884M: Paul Walmsley <[email protected]>
6885L: [email protected]
6886S: Maintained
8fc8b12b 6887F: arch/arm/mach-omap2/omap_hwmod.*
f400c82e
PW
6888
6889OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
cdb55ab0 6890M: Benoît Cousson <[email protected]>
f400c82e
PW
6891L: [email protected]
6892S: Maintained
6893F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6894
0db83ced 6895OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7e8970e1
LP
6896M: Laurent Pinchart <[email protected]>
6897L: [email protected]
6898S: Maintained
90d72ac6 6899F: drivers/media/platform/omap3isp/
0db83ced 6900F: drivers/staging/media/omap4iss/
7e8970e1 6901
f5525786 6902OMAP USB SUPPORT
f299470a 6903M: Felipe Balbi <[email protected]>
f5525786
TL
6904L: [email protected]
6905L: [email protected]
43b416e5 6906T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
f5525786 6907S: Maintained
a16fbd65
JP
6908F: drivers/usb/*/*omap*
6909F: arch/arm/*omap*/usb*
f5525786 6910
6d994710 6911OMAP GPIO DRIVER
a1415a8f 6912M: Javier Martinez Canillas <[email protected]>
97215800 6913M: Santosh Shilimkar <[email protected]>
c69d72ae 6914M: Kevin Hilman <[email protected]>
6d994710
KH
6915L: [email protected]
6916S: Maintained
6917F: drivers/gpio/gpio-omap.c
6918
c351e290
MJ
6919OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6920M: Mark Jackson <[email protected]>
6921L: [email protected]
6922S: Maintained
6923F: arch/arm/boot/dts/am335x-nano.dts
6924
0ad122d9 6925OMFS FILESYSTEM
8b58be88 6926M: Bob Copeland <[email protected]>
0ad122d9
BC
6927L: [email protected]
6928S: Maintained
679655da
JP
6929F: Documentation/filesystems/omfs.txt
6930F: fs/omfs/
0ad122d9 6931
c1986ee9 6932OMNIKEY CARDMAN 4000 DRIVER
8b58be88 6933M: Harald Welte <[email protected]>
c1986ee9 6934S: Maintained
679655da
JP
6935F: drivers/char/pcmcia/cm4000_cs.c
6936F: include/linux/cm4000_cs.h
c117ab84 6937F: include/uapi/linux/cm4000_cs.h
c1986ee9 6938
77c44ab1 6939OMNIKEY CARDMAN 4040 DRIVER
8b58be88 6940M: Harald Welte <[email protected]>
77c44ab1 6941S: Maintained
679655da 6942F: drivers/char/pcmcia/cm4040_cs.*
77c44ab1 6943
77d5140f 6944OMNIVISION OV7670 SENSOR DRIVER
8b58be88 6945M: Jonathan Corbet <[email protected]>
661263b5 6946L: [email protected]
275ffde4 6947T: git git://linuxtv.org/media_tree.git
77d5140f 6948S: Maintained
90d72ac6 6949F: drivers/media/i2c/ov7670.c
77d5140f 6950
431bca73 6951ONENAND FLASH DRIVER
8b58be88 6952M: Kyungmin Park <[email protected]>
431bca73
TG
6953L: [email protected]
6954S: Maintained
679655da
JP
6955F: drivers/mtd/onenand/
6956F: include/linux/mtd/onenand*.h
431bca73 6957
1da177e4 6958ONSTREAM SCSI TAPE DRIVER
8b58be88 6959M: Willem Riede <[email protected]>
1da177e4
LT
6960L: [email protected]
6961L: [email protected]
6962S: Maintained
f7269cfc
JD
6963F: Documentation/scsi/osst.txt
6964F: drivers/scsi/osst.*
6965F: drivers/scsi/osst_*.h
6966F: drivers/scsi/st.h
1da177e4 6967
e2d1d6c0 6968OPENCORES I2C BUS DRIVER
8b58be88 6969M: Peter Korsgaard <[email protected]>
846557d3 6970L: [email protected]
e2d1d6c0 6971S: Maintained
679655da
JP
6972F: Documentation/i2c/busses/i2c-ocores
6973F: drivers/i2c/busses/i2c-ocores.c
e2d1d6c0 6974
860c44c1 6975OPEN FIRMWARE AND FLATTENED DEVICE TREE
19624236 6976M: Grant Likely <[email protected]>
5d3ad8a6 6977M: Rob Herring <[email protected]>
d0fb18c5 6978L: [email protected]
860c44c1 6979W: http://fdt.secretlab.ca
3bbf9b9b 6980T: git git://git.secretlab.ca/git/linux-2.6.git
860c44c1 6981S: Maintained
f8828205 6982F: drivers/of/
860c44c1 6983F: include/linux/of*.h
f8828205 6984F: scripts/dtc/
860c44c1 6985K: of_get_property
d945fa0d 6986K: of_match_table
860c44c1 6987
f8828205 6988OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
5d3ad8a6 6989M: Rob Herring <[email protected]>
f8828205
GL
6990M: Pawel Moll <[email protected]>
6991M: Mark Rutland <[email protected]>
de80963e 6992M: Ian Campbell <[email protected]>
bdbff6ba 6993M: Kumar Gala <[email protected]>
f8828205
GL
6994L: [email protected]
6995S: Maintained
6996F: Documentation/devicetree/
6997F: arch/*/boot/dts/
6998F: include/dt-bindings/
6999
19f9d392
JB
7000OPENRISC ARCHITECTURE
7001M: Jonas Bonn <[email protected]>
7002W: http://openrisc.net
eab7c1c0 7003L: [email protected] (moderated for non-subscribers)
19f9d392
JB
7004S: Maintained
7005T: git git://openrisc.net/~jonas/linux
14430813 7006F: arch/openrisc/
19f9d392 7007
ccb1352e 7008OPENVSWITCH
4f337ed5 7009M: Pravin Shelar <[email protected]>
ccb1352e
JG
7010L: [email protected]
7011W: http://openvswitch.org
4f337ed5 7012T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
ccb1352e
JG
7013S: Maintained
7014F: net/openvswitch/
7015
af39917d
CL
7016OPL4 DRIVER
7017M: Clemens Ladisch <[email protected]>
7018L: [email protected] (moderated for non-subscribers)
7019T: git git://git.alsa-project.org/alsa-kernel.git
7020S: Maintained
7021F: sound/drivers/opl4/
7022
1da177e4 7023OPROFILE
4cf7e718 7024M: Robert Richter <[email protected]>
1da177e4
LT
7025L: [email protected]
7026S: Maintained
81c4a8a6 7027F: arch/*/include/asm/oprofile*.h
679655da
JP
7028F: arch/*/oprofile/
7029F: drivers/oprofile/
7030F: include/linux/oprofile.h
1da177e4 7031
e2d1d6c0 7032ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8b58be88 7033M: Mark Fasheh <[email protected]>
d6351db2 7034M: Joel Becker <[email protected]>
e2d1d6c0
RD
7035L: [email protected] (moderated for non-subscribers)
7036W: http://oss.oracle.com/projects/ocfs2/
2191aeba 7037T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
e2d1d6c0 7038S: Supported
679655da
JP
7039F: Documentation/filesystems/ocfs2.txt
7040F: Documentation/filesystems/dlmfs.txt
7041F: fs/ocfs2/
e2d1d6c0 7042
1da177e4 7043ORINOCO DRIVER
724c6b35 7044L: [email protected]
491b26b4 7045W: http://wireless.kernel.org/en/users/Drivers/orinoco
ecffdde6 7046W: http://www.nongnu.org/orinoco/
3a59babb 7047S: Orphan
679655da 7048F: drivers/net/wireless/orinoco/
1da177e4 7049
42c55aa8 7050OSD LIBRARY and FILESYSTEM
fadc0752 7051M: Boaz Harrosh <[email protected]>
f1f6630b 7052M: Benny Halevy <[email protected]>
68274794
BH
7053L: [email protected]
7054W: http://open-osd.org
54e5881d 7055T: git git://git.open-osd.org/open-osd.git
68274794 7056S: Maintained
42c55aa8 7057F: drivers/scsi/osd/
6b6f0b6c 7058F: include/scsi/osd_*
42c55aa8 7059F: fs/exofs/
68274794 7060
ef94b186 7061OVERLAY FILESYSTEM
7c37fbda 7062M: Miklos Szeredi <[email protected]>
1d113735
MS
7063L: [email protected]
7064T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7c37fbda 7065S: Supported
1d113735 7066F: fs/overlayfs/
7c37fbda
NB
7067F: Documentation/filesystems/overlayfs.txt
7068
e2d1d6c0 7069P54 WIRELESS DRIVER
084cb0fe 7070M: Christian Lamparter <[email protected]>
e2d1d6c0 7071L: [email protected]
084cb0fe 7072W: http://wireless.kernel.org/en/users/Drivers/p54
e2d1d6c0 7073S: Maintained
679655da 7074F: drivers/net/wireless/p54/
e2d1d6c0 7075
f5cd7872 7076PA SEMI ETHERNET DRIVER
8b58be88 7077M: Olof Johansson <[email protected]>
f5cd7872
OJ
7078L: [email protected]
7079S: Maintained
ded19add 7080F: drivers/net/ethernet/pasemi/*
f5cd7872 7081
beb58aa3 7082PA SEMI SMBUS DRIVER
8b58be88 7083M: Olof Johansson <[email protected]>
846557d3 7084L: [email protected]
beb58aa3 7085S: Maintained
679655da 7086F: drivers/i2c/busses/i2c-pasemi.c
beb58aa3 7087
48fc267e
SK
7088PADATA PARALLEL EXECUTION MECHANISM
7089M: Steffen Klassert <[email protected]>
48fc267e
SK
7090L: [email protected]
7091S: Maintained
7092F: kernel/padata.c
7093F: include/linux/padata.h
7094F: Documentation/padata.txt
7095
709ee531 7096PANASONIC LAPTOP ACPI EXTRAS DRIVER
8b58be88 7097M: Harald Welte <[email protected]>
d0944853 7098L: [email protected]
709ee531 7099S: Maintained
679655da 7100F: drivers/platform/x86/panasonic-laptop.c
709ee531 7101
368dd5ac 7102PANASONIC MN10300/AM33/AM34 PORT
8b58be88
JP
7103M: David Howells <[email protected]>
7104M: Koichi Yasutake <[email protected]>
4fa97181
DH
7105L: [email protected] (moderated for non-subscribers)
7106W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7107S: Maintained
679655da
JP
7108F: Documentation/mn10300/
7109F: arch/mn10300/
4fa97181 7110
1da177e4 7111PARALLEL PORT SUPPORT
3dd1a329 7112L: [email protected] (subscribers-only)
5fdc2abe 7113S: Orphan
679655da
JP
7114F: drivers/parport/
7115F: include/linux/parport*.h
7116F: drivers/char/ppdev.c
c117ab84 7117F: include/uapi/linux/ppdev.h
1da177e4 7118
4cdf6bc2 7119PARAVIRT_OPS INTERFACE
d633180c 7120M: Jeremy Fitzhardinge <[email protected]>
8b58be88
JP
7121M: Chris Wright <[email protected]>
7122M: Alok Kataria <[email protected]>
7123M: Rusty Russell <[email protected]>
c996d8b9 7124L: [email protected]
4cdf6bc2 7125S: Supported
679655da
JP
7126F: Documentation/ia64/paravirt_ops.txt
7127F: arch/*/kernel/paravirt*
7128F: arch/*/include/asm/paravirt.h
4cdf6bc2 7129
e2d1d6c0 7130PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8b58be88 7131M: Tim Waugh <[email protected]>
e2d1d6c0
RD
7132L: [email protected] (subscribers-only)
7133W: http://www.torque.net/linux-pp.html
7134S: Maintained
679655da
JP
7135F: Documentation/blockdev/paride.txt
7136F: drivers/block/paride/
e2d1d6c0
RD
7137
7138PARISC ARCHITECTURE
b8828770 7139M: "James E.J. Bottomley" <[email protected]>
b38a03b8 7140M: Helge Deller <[email protected]>
e2d1d6c0
RD
7141L: [email protected]
7142W: http://www.parisc-linux.org/
8a6e2535 7143Q: http://patchwork.kernel.org/project/linux-parisc/list/
08deed1e 7144T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
fbb46caa 7145T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
e2d1d6c0 7146S: Maintained
679655da 7147F: arch/parisc/
2b6bac9e 7148F: Documentation/parisc/
679655da 7149F: drivers/parisc/
2b6bac9e
HD
7150F: drivers/char/agp/parisc-agp.c
7151F: drivers/input/serio/gscps2.c
7152F: drivers/parport/parport_gsc.*
7153F: drivers/tty/serial/8250/8250_gsc.c
8a61f013 7154F: drivers/video/fbdev/sti*
2b6bac9e
HD
7155F: drivers/video/console/sti*
7156F: drivers/video/logo/logo_parisc*
e2d1d6c0 7157
1662d32c 7158PC87360 HARDWARE MONITORING DRIVER
8b58be88 7159M: Jim Cromie <[email protected]>
1662d32c
JC
7160L: [email protected]
7161S: Maintained
679655da
JP
7162F: Documentation/hwmon/pc87360
7163F: drivers/hwmon/pc87360.c
1662d32c
JC
7164
7165PC8736x GPIO DRIVER
8b58be88 7166M: Jim Cromie <[email protected]>
1662d32c 7167S: Maintained
679655da 7168F: drivers/char/pc8736x_gpio.c
1662d32c 7169
1ad107fd 7170PC87427 HARDWARE MONITORING DRIVER
7c81c60f 7171M: Jean Delvare <[email protected]>
1ad107fd
JD
7172L: [email protected]
7173S: Maintained
7174F: Documentation/hwmon/pc87427
7175F: drivers/hwmon/pc87427.c
7176
b26e0ed4 7177PCA9532 LED DRIVER
8b58be88 7178M: Riku Voipio <[email protected]>
b26e0ed4 7179S: Maintained
d5ca6918
JP
7180F: drivers/leds/leds-pca9532.c
7181F: include/linux/leds-pca9532.h
b26e0ed4 7182
5ce914a8 7183PCA9541 I2C BUS MASTER SELECTOR DRIVER
ca462085 7184M: Guenter Roeck <[email protected]>
5ce914a8
GR
7185L: [email protected]
7186S: Maintained
b4f0b74e 7187F: drivers/i2c/muxes/i2c-mux-pca9541.c
5ce914a8 7188
3971dae5 7189PCDP - PRIMARY CONSOLE AND DEBUG PORT
055e72fe 7190M: Khalid Aziz <[email protected]>
3971dae5
KA
7191S: Maintained
7192F: drivers/firmware/pcdp.*
7193
065c6359 7194PCI ERROR RECOVERY
6305902c 7195M: Linas Vepstas <[email protected]>
c1f69db7 7196L: [email protected]
065c6359 7197S: Supported
679655da 7198F: Documentation/PCI/pci-error-recovery.txt
065c6359 7199
1da177e4 7200PCI SUBSYSTEM
5ac3a6d2 7201M: Bjorn Helgaas <[email protected]>
2905474d 7202L: [email protected]
99662dd1 7203Q: http://patchwork.ozlabs.org/project/linux-pci/list/
c0233ed4 7204T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
1da177e4 7205S: Supported
679655da
JP
7206F: Documentation/PCI/
7207F: drivers/pci/
7208F: include/linux/pci*
6b49ee49 7209F: arch/x86/pci/
cad01f91 7210F: arch/x86/kernel/quirks.c
1da177e4 7211
5f6b6ccd
TI
7212PCI DRIVER FOR APPLIEDMICRO XGENE
7213M: Tanmay Inamdar <[email protected]>
7214L: [email protected]
7215L: [email protected]
7216S: Maintained
7217F: Documentation/devicetree/bindings/pci/xgene-pci.txt
7218F: drivers/pci/host/pci-xgene.c
7219
62d0ff83
ML
7220PCI DRIVER FOR FREESCALE LAYERSCAPE
7221M: Minghuan Lian <[email protected]>
7222M: Mingkai Hu <[email protected]>
7223M: Roy Zang <[email protected]>
7224L: [email protected]
7225L: [email protected]
7226L: [email protected]
7227S: Maintained
7228F: drivers/pci/host/*layerscape*
7229
f0b75693
BH
7230PCI DRIVER FOR IMX6
7231M: Richard Zhu <[email protected]>
1ba55f55 7232M: Lucas Stach <[email protected]>
f0b75693
BH
7233L: [email protected]
7234L: [email protected] (moderated for non-subscribers)
7235S: Maintained
7236F: drivers/pci/host/*imx6*
7237
0c4ffcfe
MK
7238PCI DRIVER FOR TI KEYSTONE
7239M: Murali Karicheri <[email protected]>
7240L: [email protected]
7241L: [email protected] (moderated for non-subscribers)
7242S: Maintained
7243F: drivers/pci/host/*keystone*
7244
f0b75693
BH
7245PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7246M: Thomas Petazzoni <[email protected]>
7247M: Jason Cooper <[email protected]>
7248L: [email protected]
7249L: [email protected] (moderated for non-subscribers)
7250S: Maintained
7251F: drivers/pci/host/*mvebu*
7252
0447cfd7
TR
7253PCI DRIVER FOR NVIDIA TEGRA
7254M: Thierry Reding <[email protected]>
7255L: [email protected]
f0b75693 7256L: [email protected]
0447cfd7
TR
7257S: Supported
7258F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7259F: drivers/pci/host/pci-tegra.c
7260
47ff3de9
KVA
7261PCI DRIVER FOR TI DRA7XX
7262M: Kishon Vijay Abraham I <[email protected]>
7263L: [email protected]
7264L: [email protected]
7265S: Supported
7266F: Documentation/devicetree/bindings/pci/ti-pci.txt
7267F: drivers/pci/host/pci-dra7xx.c
7268
f0b75693
BH
7269PCI DRIVER FOR RENESAS R-CAR
7270M: Simon Horman <[email protected]>
7271L: [email protected]
7272L: [email protected]
7273S: Maintained
7274F: drivers/pci/host/*rcar*
7275
4af82255
JH
7276PCI DRIVER FOR SAMSUNG EXYNOS
7277M: Jingoo Han <[email protected]>
7278L: [email protected]
f0b75693
BH
7279L: [email protected] (moderated for non-subscribers)
7280L: [email protected] (moderated for non-subscribers)
4af82255
JH
7281S: Maintained
7282F: drivers/pci/host/pci-exynos.c
7283
f0b75693
BH
7284PCI DRIVER FOR SYNOPSIS DESIGNWARE
7285M: Mohit Kumar <[email protected]>
7286M: Jingoo Han <[email protected]>
7287L: [email protected]
7288S: Maintained
7289F: drivers/pci/host/*designware*
7290
cf28855b
WD
7291PCI DRIVER FOR GENERIC OF HOSTS
7292M: Will Deacon <[email protected]>
7293L: [email protected]
7294L: [email protected] (moderated for non-subscribers)
7295S: Maintained
7296F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
7297F: drivers/pci/host/pci-host-generic.c
7298
51b66a6c
PA
7299PCIE DRIVER FOR ST SPEAR13XX
7300M: Mohit Kumar <[email protected]>
7301L: [email protected]
7302S: Maintained
7303F: drivers/pci/host/*spear*
7304
1da177e4 7305PCMCIA SUBSYSTEM
4230dfc9 7306P: Linux PCMCIA Team
f5df5881 7307L: [email protected]
6650e0a5 7308W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
54e5881d 7309T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 7310S: Maintained
679655da
JP
7311F: Documentation/pcmcia/
7312F: drivers/pcmcia/
7313F: include/pcmcia/
1da177e4
LT
7314
7315PCNET32 NETWORK DRIVER
227fb925 7316M: Don Fry <[email protected]>
979b6c13 7317L: [email protected]
1da177e4 7318S: Maintained
b955f6ca 7319F: drivers/net/ethernet/amd/pcnet32.c
1da177e4 7320
48fc267e
SK
7321PCRYPT PARALLEL CRYPTO ENGINE
7322M: Steffen Klassert <[email protected]>
7323L: [email protected]
7324S: Maintained
7325F: crypto/pcrypt.c
7326F: include/crypto/pcrypt.h
7327
e72df0b8
TH
7328PER-CPU MEMORY ALLOCATOR
7329M: Tejun Heo <[email protected]>
7330M: Christoph Lameter <[email protected]>
e72df0b8
TH
7331T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7332S: Maintained
7333F: include/linux/percpu*.h
7334F: mm/percpu*.c
7335F: arch/*/include/asm/percpu.h
7336
ad4ecbcb 7337PER-TASK DELAY ACCOUNTING
185e595f 7338M: Balbir Singh <[email protected]>
ad4ecbcb 7339S: Maintained
679655da
JP
7340F: include/linux/delayacct.h
7341F: kernel/delayacct.c
ad4ecbcb 7342
57c0c15b 7343PERFORMANCE EVENTS SUBSYSTEM
8b58be88
JP
7344M: Peter Zijlstra <[email protected]>
7345M: Paul Mackerras <[email protected]>
dd9b238c 7346M: Ingo Molnar <[email protected]>
f80c5393 7347M: Arnaldo Carvalho de Melo <[email protected]>
981c3a4f 7348L: [email protected]
75fc2d37 7349T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6c0b3244 7350S: Supported
d53e8365 7351F: kernel/events/*
a003236c 7352F: include/linux/perf_event.h
c117ab84 7353F: include/uapi/linux/perf_event.h
141c4296
RR
7354F: arch/*/kernel/perf_event*.c
7355F: arch/*/kernel/*/perf_event*.c
7356F: arch/*/kernel/*/*/perf_event*.c
a003236c 7357F: arch/*/include/asm/perf_event.h
a003236c
VL
7358F: arch/*/kernel/perf_callchain.c
7359F: tools/perf/
6c0b3244 7360
dd49d0f5 7361PERSONALITY HANDLING
8b58be88 7362M: Christoph Hellwig <[email protected]>
dd49d0f5
JC
7363L: [email protected]
7364S: Maintained
679655da 7365F: include/linux/personality.h
c117ab84 7366F: include/uapi/linux/personality.h
dd49d0f5 7367
838e7a03 7368PHONET PROTOCOL
2a06b40f 7369M: Remi Denis-Courmont <[email protected]>
838e7a03
RDC
7370S: Supported
7371F: Documentation/networking/phonet.txt
7372F: include/linux/phonet.h
7373F: include/net/phonet/
c117ab84 7374F: include/uapi/linux/phonet.h
838e7a03
RDC
7375F: net/phonet/
7376
1da177e4 7377PHRAM MTD DRIVER
8b58be88 7378M: Joern Engel <[email protected]>
1da177e4
LT
7379L: [email protected]
7380S: Maintained
679655da 7381F: drivers/mtd/devices/phram.c
1da177e4 7382
efdbb10e
BP
7383PICOLCD HID DRIVER
7384M: Bruno Prémont <[email protected]>
7385L: [email protected]
7386S: Maintained
7387F: drivers/hid/hid-picolcd*
7388
a53bfa07
JI
7389PICOXCELL SUPPORT
7390M: Jamie Iles <[email protected]>
7391L: [email protected] (moderated for non-subscribers)
7392T: git git://github.com/jamieiles/linux-2.6-ji.git
7393S: Supported
b8733987 7394F: arch/arm/boot/dts/picoxcell*
14430813 7395F: arch/arm/mach-picoxcell/
b8733987 7396F: drivers/crypto/picoxcell*
a53bfa07 7397
2744e8af
LW
7398PIN CONTROL SUBSYSTEM
7399M: Linus Walleij <[email protected]>
c11f042b 7400L: [email protected]
2744e8af 7401S: Maintained
07f29ba6 7402F: drivers/pinctrl/
8e406fe4 7403F: include/linux/pinctrl/
2744e8af 7404
2201bbb8
JCPV
7405PIN CONTROLLER - ATMEL AT91
7406M: Jean-Christophe Plagniol-Villard <[email protected]>
7407L: [email protected] (moderated for non-subscribers)
7408S: Maintained
c654b6bf 7409F: drivers/pinctrl/pinctrl-at91.*
2201bbb8 7410
cbd1b652
MW
7411PIN CONTROLLER - INTEL
7412M: Mika Westerberg <[email protected]>
7413M: Heikki Krogerus <[email protected]>
7414S: Maintained
7415F: drivers/pinctrl/intel/
2201bbb8 7416
9963b536
LP
7417PIN CONTROLLER - RENESAS
7418M: Laurent Pinchart <[email protected]>
7419L: [email protected]
7420S: Maintained
7421F: drivers/pinctrl/sh-pfc/
7422
b75e60d6 7423PIN CONTROLLER - SAMSUNG
fea685e9 7424M: Tomasz Figa <[email protected]>
b75e60d6
DA
7425M: Thomas Abraham <[email protected]>
7426L: [email protected] (moderated for non-subscribers)
7427L: [email protected] (moderated for non-subscribers)
7428S: Maintained
9b5b33f6 7429F: drivers/pinctrl/samsung/
b75e60d6 7430
deda8287 7431PIN CONTROLLER - ST SPEAR
8e406fe4 7432M: Viresh Kumar <[email protected]>
deda8287
VK
7433L: [email protected]
7434L: [email protected] (moderated for non-subscribers)
7435W: http://www.st.com/spear
7436S: Maintained
8e406fe4 7437F: drivers/pinctrl/spear/
deda8287 7438
249a6771 7439PKTCDVD DRIVER
dbd47133 7440M: Jiri Kosina <[email protected]>
249a6771 7441S: Maintained
679655da
JP
7442F: drivers/block/pktcdvd.c
7443F: include/linux/pktcdvd.h
c117ab84 7444F: include/uapi/linux/pktcdvd.h
249a6771 7445
b31d8273
G
7446PKUNITY SOC DRIVERS
7447M: Guan Xuetao <[email protected]>
7448W: http://mprc.pku.edu.cn/~guanxuetao/linux
7449S: Maintained
ceebf4d5 7450T: git git://github.com/gxt/linux.git
b31d8273 7451F: drivers/input/serio/i8042-unicore32io.h
d10e4a66 7452F: drivers/i2c/busses/i2c-puv3.c
8a61f013 7453F: drivers/video/fbdev/fb-puv3.c
2809e80b 7454F: drivers/rtc/rtc-puv3.c
b31d8273 7455
9d2ecfb7 7456PMBUS HARDWARE MONITORING DRIVERS
ca462085 7457M: Guenter Roeck <[email protected]>
9d2ecfb7
GR
7458L: [email protected]
7459W: http://www.lm-sensors.org/
7460W: http://www.roeck-us.net/linux/drivers/
7461T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7462S: Maintained
7463F: Documentation/hwmon/pmbus
7464F: drivers/hwmon/pmbus/
7465F: include/linux/i2c/pmbus.h
7466
89a36810 7467PMC SIERRA MaxRAID DRIVER
076cfaae 7468M: Anil Ravindranath <[email protected]>
89a36810
AR
7469L: [email protected]
7470W: http://www.pmc-sierra.com/
7471S: Supported
7472F: drivers/scsi/pmcraid.*
7473
dbf9bfe6 7474PMC SIERRA PM8001 DRIVER
4f0e359c 7475M: [email protected]
dbf9bfe6 7476M: [email protected]
f5a7b525 7477L: [email protected]
dbf9bfe6 7478L: [email protected]
7479S: Supported
7480F: drivers/scsi/pm8001/
7481
1da177e4 7482POSIX CLOCKS and TIMERS
8b58be88 7483M: Thomas Gleixner <[email protected]>
981c3a4f 7484L: [email protected]
75fc2d37 7485T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5cee9645 7486S: Maintained
679655da
JP
7487F: fs/timerfd.c
7488F: include/linux/timer*
5cee9645 7489F: kernel/time/*timer*
1da177e4 7490
3be86148 7491POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
ad8464a2 7492M: Sebastian Reichel <[email protected]>
57318935 7493M: Dmitry Eremin-Solenikov <[email protected]>
8b58be88 7494M: David Woodhouse <[email protected]>
ad8464a2 7495L: [email protected]
54e5881d 7496T: git git://git.infradead.org/battery-2.6.git
3be86148 7497S: Maintained
679655da 7498F: include/linux/power_supply.h
8cd725a1 7499F: drivers/power/
3be86148 7500
1da177e4 7501PNP SUPPORT
46a1f21a 7502M: Rafael J. Wysocki <[email protected]>
1da177e4 7503S: Maintained
679655da 7504F: drivers/pnp/
1da177e4 7505
999445d4 7506PNXxxxx I2C DRIVER
8b58be88 7507M: Vitaly Wool <[email protected]>
846557d3 7508L: [email protected]
999445d4 7509S: Maintained
679655da 7510F: drivers/i2c/busses/i2c-pnx.c
999445d4 7511
1da177e4 7512PPP PROTOCOL DRIVERS AND COMPRESSORS
8b58be88 7513M: Paul Mackerras <[email protected]>
1da177e4
LT
7514L: [email protected]
7515S: Maintained
224cf5ad 7516F: drivers/net/ppp/ppp_*
1da177e4
LT
7517
7518PPP OVER ATM (RFC 2364)
8b58be88 7519M: Mitchell Blank Jr <[email protected]>
1da177e4 7520S: Maintained
679655da 7521F: net/atm/pppoatm.c
c117ab84 7522F: include/uapi/linux/atmppp.h
1da177e4
LT
7523
7524PPP OVER ETHERNET
8b58be88 7525M: Michal Ostrowski <[email protected]>
1da177e4 7526S: Maintained
224cf5ad
JK
7527F: drivers/net/ppp/pppoe.c
7528F: drivers/net/ppp/pppox.c
1da177e4 7529
a6d2370b 7530PPP OVER L2TP
8b58be88 7531M: James Chapman <[email protected]>
a6d2370b 7532S: Maintained
90ca28d1 7533F: net/l2tp/l2tp_ppp.c
679655da 7534F: include/linux/if_pppol2tp.h
c117ab84 7535F: include/uapi/linux/if_pppol2tp.h
a6d2370b 7536
eae9d2ba 7537PPS SUPPORT
8b58be88 7538M: Rodolfo Giometti <[email protected]>
eae9d2ba
RG
7539W: http://wiki.enneenne.com/index.php/LinuxPPS_support
7540L: [email protected] (subscribers-only)
7541S: Maintained
cabaaf41
JP
7542F: Documentation/pps/
7543F: drivers/pps/
7544F: include/linux/pps*.h
eae9d2ba 7545
71a6d0af
HW
7546PPTP DRIVER
7547M: Dmitry Kozlov <[email protected]>
7548L: [email protected]
7549S: Maintained
224cf5ad 7550F: drivers/net/ppp/pptp.c
71a6d0af
HW
7551W: http://sourceforge.net/projects/accel-pptp
7552
1da177e4 7553PREEMPTIBLE KERNEL
8b58be88 7554M: Robert Love <[email protected]>
1da177e4
LT
7555L: [email protected]
7556W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7557S: Supported
679655da
JP
7558F: Documentation/preempt-locking.txt
7559F: include/linux/preempt.h
1da177e4
LT
7560
7561PRISM54 WIRELESS DRIVER
8b58be88 7562M: "Luis R. Rodriguez" <[email protected]>
724c6b35 7563L: [email protected]
9ef80804 7564W: http://wireless.kernel.org/en/users/Drivers/p54
1d89cae1 7565S: Obsolete
679655da 7566F: drivers/net/wireless/prism54/
1da177e4 7567
b3277dfa 7568PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
743a7ecb 7569M: Mikael Pettersson <[email protected]>
b3277dfa
MP
7570L: [email protected]
7571S: Maintained
679655da 7572F: drivers/ata/sata_promise.*
b3277dfa 7573
02c18891 7574PS3 NETWORK SUPPORT
b809b9ca 7575M: Geoff Levand <[email protected]>
02c18891 7576L: [email protected]
a4724ed6 7577L: [email protected]
b809b9ca 7578S: Maintained
8df158ac 7579F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
02c18891 7580
f58a9d17 7581PS3 PLATFORM SUPPORT
b809b9ca 7582M: Geoff Levand <[email protected]>
a4724ed6
SR
7583L: [email protected]
7584L: [email protected]
b809b9ca 7585S: Maintained
679655da
JP
7586F: arch/powerpc/boot/ps3*
7587F: arch/powerpc/include/asm/lv1call.h
7588F: arch/powerpc/include/asm/ps3*.h
7589F: arch/powerpc/platforms/ps3/
7590F: drivers/*/ps3*
7591F: drivers/ps3/
fec629b8 7592F: drivers/rtc/rtc-ps3.c
679655da 7593F: drivers/usb/host/*ps3.c
fec629b8 7594F: sound/ppc/snd_ps3*
f58a9d17 7595
cffb4add 7596PS3VRAM DRIVER
8b58be88 7597M: Jim Paris <[email protected]>
a4724ed6 7598L: [email protected]
cffb4add 7599S: Maintained
8a3977cb 7600F: drivers/block/ps3vram.c
cffb4add 7601
8defe599 7602PSTORE FILESYSTEM
9d5e2a02 7603M: Anton Vorontsov <[email protected]>
8defe599
AV
7604M: Colin Cross <[email protected]>
7605M: Kees Cook <[email protected]>
7606M: Tony Luck <[email protected]>
7607S: Maintained
7608T: git git://git.infradead.org/users/cbou/linux-pstore.git
7609F: fs/pstore/
7610F: include/linux/pstore*
04851772 7611F: drivers/firmware/efi/efi-pstore.c
8defe599
AV
7612F: drivers/acpi/apei/erst.c
7613
7fbc415d
RC
7614PTP HARDWARE CLOCK SUPPORT
7615M: Richard Cochran <[email protected]>
e7333e3c 7616L: [email protected]
7fbc415d
RC
7617S: Maintained
7618W: http://linuxptp.sourceforge.net/
7619F: Documentation/ABI/testing/sysfs-ptp
7620F: Documentation/ptp/*
0ecb3cdd 7621F: drivers/net/ethernet/freescale/gianfar_ptp.c
7fbc415d
RC
7622F: drivers/net/phy/dp83640*
7623F: drivers/ptp/*
7624F: include/linux/ptp_cl*
7625
cf94a4d1 7626PTRACE SUPPORT
e846ee5f 7627M: Roland McGrath <[email protected]>
8b58be88 7628M: Oleg Nesterov <[email protected]>
cf94a4d1
CH
7629S: Maintained
7630F: include/asm-generic/syscall.h
7631F: include/linux/ptrace.h
7632F: include/linux/regset.h
7633F: include/linux/tracehook.h
c117ab84 7634F: include/uapi/linux/ptrace.h
cf94a4d1
CH
7635F: kernel/ptrace.c
7636
8320204a 7637PVRUSB2 VIDEO4LINUX DRIVER
8b58be88 7638M: Mike Isely <[email protected]>
16e9495d 7639L: [email protected] (subscribers-only)
661263b5 7640L: [email protected]
8320204a 7641W: http://www.isely.net/pvrusb2/
275ffde4 7642T: git git://linuxtv.org/media_tree.git
8320204a 7643S: Maintained
679655da 7644F: Documentation/video4linux/README.pvrusb2
0c0d06ca 7645F: drivers/media/usb/pvrusb2/
8320204a 7646
39532e6c
HG
7647PWC WEBCAM DRIVER
7648M: Hans de Goede <[email protected]>
7649L: [email protected]
7650T: git git://linuxtv.org/media_tree.git
7651S: Maintained
7652F: drivers/media/usb/pwc/*
7653
93c090b3
KD
7654PWM FAN DRIVER
7655M: Kamil Debski <[email protected]>
7656L: [email protected]
7657S: Supported
7658F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7659F: Documentation/hwmon/pwm-fan
7660F: drivers/hwmon/pwm-fan.c
7661
200efedd 7662PWM SUBSYSTEM
aa3495f7
TR
7663M: Thierry Reding <[email protected]>
7664L: [email protected]
0c2498f1 7665S: Maintained
006e854f 7666T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
200efedd
TR
7667F: Documentation/pwm.txt
7668F: Documentation/devicetree/bindings/pwm/
7669F: include/linux/pwm.h
0c2498f1 7670F: drivers/pwm/
a140b98d
TR
7671F: drivers/video/backlight/pwm_bl.c
7672F: include/linux/pwm_backlight.h
0c2498f1 7673
30ec261e 7674PXA2xx/PXA3xx SUPPORT
8da5e302 7675M: Daniel Mack <[email protected]>
a323f664 7676M: Haojian Zhuang <[email protected]>
8da5e302 7677M: Robert Jarzmik <[email protected]>
efc03ecb 7678L: [email protected] (moderated for non-subscribers)
3f640c61 7679T: git git://github.com/hzhuang1/linux.git
8da5e302 7680T: git git://github.com/rjarzmik/linux.git
1da177e4 7681S: Maintained
679655da
JP
7682F: arch/arm/mach-pxa/
7683F: drivers/pcmcia/pxa2xx*
9df92e6c 7684F: drivers/spi/spi-pxa2xx*
faf2e1db 7685F: drivers/usb/gadget/udc/pxa2*
679655da 7686F: include/sound/pxa2xx-lib.h
bec4c99e 7687F: sound/arm/pxa*
14430813 7688F: sound/soc/pxa/
1da177e4 7689
ec64d3bf
EG
7690PXA3xx NAND FLASH DRIVER
7691M: Ezequiel Garcia <[email protected]>
7692L: [email protected]
7693S: Maintained
9a67f099 7694F: drivers/mtd/nand/pxa3xx_nand.c
ec64d3bf 7695
3f640c61 7696MMP SUPPORT
8b58be88 7697M: Eric Miao <[email protected]>
a323f664 7698M: Haojian Zhuang <[email protected]>
e8e6cb32 7699L: [email protected] (moderated for non-subscribers)
3f640c61
HZ
7700T: git git://github.com/hzhuang1/linux.git
7701T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
e8e6cb32 7702S: Maintained
3f640c61 7703F: arch/arm/mach-mmp/
e8e6cb32 7704
272f133a
PO
7705PXA MMCI DRIVER
7706S: Orphan
7707
57f63bc8 7708PXA RTC DRIVER
8b58be88 7709M: Robert Jarzmik <[email protected]>
57f63bc8
RJ
7710L: [email protected]
7711S: Maintained
7712
cea4001a
TS
7713QAT DRIVER
7714M: Tadeusz Struk <[email protected]>
7715L: [email protected]
7716S: Supported
7717F: drivers/crypto/qat/
7718
52a09a04 7719QIB DRIVER
8473c603 7720M: Mike Marciniszyn <[email protected]>
52a09a04
MM
7721L: [email protected]
7722S: Supported
7723F: drivers/infiniband/hw/qib/
7724
5e9772b9
JS
7725QLOGIC QLA1280 SCSI DRIVER
7726M: Michael Reed <[email protected]>
7727L: [email protected]
7728S: Maintained
7729F: drivers/scsi/qla1280.[ch]
7730
1da177e4 7731QLOGIC QLA2XXX FC-SCSI DRIVER
2c804eb0 7732M: [email protected]
1da177e4
LT
7733L: [email protected]
7734S: Supported
679655da
JP
7735F: Documentation/scsi/LICENSE.qla2xxx
7736F: drivers/scsi/qla2xxx/
1da177e4 7737
883c98fe 7738QLOGIC QLA4XXX iSCSI DRIVER
883c98fe
RA
7739M: Vikas Chaudhary <[email protected]>
7740M: [email protected]
7741L: [email protected]
7742S: Supported
bacfb81b 7743F: Documentation/scsi/LICENSE.qla4xxx
883c98fe
RA
7744F: drivers/scsi/qla4xxx/
7745
5a4faa87 7746QLOGIC QLA3XXX NETWORK DRIVER
0a955c3a 7747M: Jitendra Kalsaria <[email protected]>
8b58be88 7748M: Ron Mercer <[email protected]>
5a4faa87
RM
7749M: [email protected]
7750L: [email protected]
7751S: Supported
679655da 7752F: Documentation/networking/LICENSE.qla3xxx
aa43c215 7753F: drivers/net/ethernet/qlogic/qla3xxx.*
5a4faa87 7754
0ec00f03 7755QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
195ca382 7756M: Shahed Shaikh <[email protected]>
9f35a3cc 7757M: [email protected]
0ec00f03
AKS
7758L: [email protected]
7759S: Supported
aa43c215 7760F: drivers/net/ethernet/qlogic/qlcnic/
0ec00f03 7761
c4e84bde 7762QLOGIC QLGE 10Gb ETHERNET DRIVER
c9b1a5b5
HP
7763M: Harish Patil <[email protected]>
7764M: Sudarsana Kalluru <[email protected]>
7765M: [email protected]
4cbfbe25 7766M: [email protected]
c4e84bde
RM
7767L: [email protected]
7768S: Supported
aa43c215 7769F: drivers/net/ethernet/qlogic/qlge/
c4e84bde 7770
1da177e4 7771QNX4 FILESYSTEM
8b58be88 7772M: Anders Larsen <[email protected]>
1da177e4
LT
7773W: http://www.alarsen.net/linux/qnx4fs/
7774S: Maintained
80811493 7775F: fs/qnx4/
c117ab84
CEB
7776F: include/uapi/linux/qnx4_fs.h
7777F: include/uapi/linux/qnxtypes.h
1da177e4 7778
91952bc0
AP
7779QT1010 MEDIA DRIVER
7780M: Antti Palosaari <[email protected]>
7781L: [email protected]
7782W: http://linuxtv.org/
7783W: http://palosaari.fi/linux/
7784Q: http://patchwork.linuxtv.org/project/linux-media/list/
7785T: git git://linuxtv.org/anttip/media_tree.git
7786S: Maintained
7787F: drivers/media/tuners/qt1010*
7788
966fb5ec
SM
7789QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7790M: QCA ath9k Development <[email protected]>
7791L: [email protected]
7792L: [email protected]
7793W: http://wireless.kernel.org/en/users/Drivers/ath9k
7794S: Supported
7795F: drivers/net/wireless/ath/ath9k/
7796
2ea0ffcb
KV
7797QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7798M: Kalle Valo <[email protected]>
7799L: [email protected]
7800W: http://wireless.kernel.org/en/users/Drivers/ath10k
7801T: git git://github.com/kvalo/ath.git
7802S: Supported
7803F: drivers/net/wireless/ath/ath10k/
7804
4f4567cf
RK
7805QUALCOMM HEXAGON ARCHITECTURE
7806M: Richard Kuo <[email protected]>
7807L: [email protected]
7808S: Supported
7809F: arch/hexagon/
7810
8e84c258
EK
7811QUALCOMM WCN36XX WIRELESS DRIVER
7812M: Eugene Krasnikov <[email protected]>
7813L: [email protected]
7814W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
7815T: git git://github.com/KrasnikovEugene/wcn36xx.git
7816S: Supported
7817F: drivers/net/wireless/ath/wcn36xx/
7818
35e3540b
HV
7819QUICKCAM PARALLEL PORT WEBCAMS
7820M: Hans Verkuil <[email protected]>
7821L: [email protected]
7822T: git git://linuxtv.org/media_tree.git
7823W: http://linuxtv.org
7824S: Odd Fixes
7825F: drivers/media/parport/*-qcam*
7826
602adf40 7827RADOS BLOCK DEVICE (RBD)
09d90327
SW
7828M: Yehuda Sadeh <[email protected]>
7829M: Sage Weil <[email protected]>
527a88b9 7830M: Alex Elder <[email protected]>
602adf40 7831M: [email protected]
09d90327
SW
7832W: http://ceph.com/
7833T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
602adf40
YS
7834S: Supported
7835F: drivers/block/rbd.c
7836F: drivers/block/rbd_types.h
7837
1da177e4 7838RADEON FRAMEBUFFER DISPLAY DRIVER
8b58be88 7839M: Benjamin Herrenschmidt <[email protected]>
c69f677c 7840L: [email protected]
1da177e4 7841S: Maintained
8a61f013 7842F: drivers/video/fbdev/aty/radeon*
c117ab84 7843F: include/uapi/linux/radeonfb.h
1da177e4 7844
c6c9b34c
HG
7845RADIOSHARK RADIO DRIVER
7846M: Hans de Goede <[email protected]>
7847L: [email protected]
7848T: git git://linuxtv.org/media_tree.git
7849S: Maintained
7850F: drivers/media/radio/radio-shark.c
7851
7852RADIOSHARK2 RADIO DRIVER
7853M: Hans de Goede <[email protected]>
7854L: [email protected]
7855T: git git://linuxtv.org/media_tree.git
7856S: Maintained
7857F: drivers/media/radio/radio-shark2.c
7858F: drivers/media/radio/radio-tea5777.c
7859
1da177e4 7860RAGE128 FRAMEBUFFER DISPLAY DRIVER
8b58be88 7861M: Paul Mackerras <[email protected]>
c69f677c 7862L: [email protected]
1da177e4 7863S: Maintained
8a61f013 7864F: drivers/video/fbdev/aty/aty128fb.c
1da177e4 7865
e7839f25 7866RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627 7867P: rt2x00 project
b182427e 7868M: Stanislaw Gruszka <[email protected]>
f198f98e 7869M: Helmut Schaa <[email protected]>
95ea3627 7870L: [email protected]
83fc9c89 7871L: [email protected] (moderated for non-subscribers)
95ea3627
ID
7872W: http://rt2x00.serialmonkey.com/
7873S: Maintained
7874F: drivers/net/wireless/rt2x00/
7875
9db5579b 7876RAMDISK RAM BLOCK DEVICE DRIVER
6e575590 7877M: Nick Piggin <[email protected]>
9db5579b 7878S: Maintained
679655da
JP
7879F: Documentation/blockdev/ramdisk.txt
7880F: drivers/block/brd.c
9db5579b 7881
9e95ce27 7882RANDOM NUMBER DRIVER
0624bcaa 7883M: "Theodore Ts'o" <[email protected]>
9e95ce27 7884S: Maintained
679655da 7885F: drivers/char/random.c
9e95ce27 7886
394b701c 7887RAPIDIO SUBSYSTEM
8b58be88 7888M: Matt Porter <[email protected]>
b8bc1dd3 7889M: Alexandre Bounine <[email protected]>
394b701c 7890S: Maintained
679655da 7891F: drivers/rapidio/
394b701c 7892
e2d1d6c0 7893RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
e2d1d6c0 7894L: [email protected]
f52a5490 7895S: Orphan
679655da 7896F: drivers/net/wireless/ray*
e2d1d6c0
RD
7897
7898RCUTORTURE MODULE
e0198b29 7899M: Josh Triplett <[email protected]>
8b58be88 7900M: "Paul E. McKenney" <[email protected]>
981c3a4f 7901L: [email protected]
f9094d8e 7902S: Supported
08deed1e 7903T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
679655da 7904F: Documentation/RCU/torture.txt
34e2d560 7905F: kernel/rcu/rcutorture.c
e2d1d6c0 7906
c87b9c60
PM
7907RCUTORTURE TEST FRAMEWORK
7908M: "Paul E. McKenney" <[email protected]>
ab0afd6c 7909M: Josh Triplett <[email protected]>
4632a191
PM
7910R: Steven Rostedt <[email protected]>
7911R: Mathieu Desnoyers <[email protected]>
7912R: Lai Jiangshan <[email protected]>
981c3a4f 7913L: [email protected]
c87b9c60
PM
7914S: Supported
7915T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7916F: tools/testing/selftests/rcutorture
7917
c1f766b5 7918RDC R-321X SoC
8b58be88 7919M: Florian Fainelli <[email protected]>
c1f766b5
FF
7920S: Maintained
7921
db17f395 7922RDC R6040 FAST ETHERNET DRIVER
8b58be88 7923M: Florian Fainelli <[email protected]>
db17f395
FF
7924L: [email protected]
7925S: Maintained
58565a35 7926F: drivers/net/ethernet/rdc/r6040.c
db17f395 7927
a09ed661 7928RDS - RELIABLE DATAGRAM SOCKETS
8a85ac4b 7929M: Chien Yen <[email protected]>
fbb5a558 7930L: [email protected] (moderated for non-subscribers)
a09ed661 7931S: Supported
679655da 7932F: net/rds/
a09ed661 7933
595182bc 7934READ-COPY UPDATE (RCU)
8b58be88 7935M: "Paul E. McKenney" <[email protected]>
ab0afd6c 7936M: Josh Triplett <[email protected]>
4632a191
PM
7937R: Steven Rostedt <[email protected]>
7938R: Mathieu Desnoyers <[email protected]>
7939R: Lai Jiangshan <[email protected]>
981c3a4f 7940L: [email protected]
9fab9787 7941W: http://www.rdrop.com/users/paulmck/RCU/
595182bc 7942S: Supported
08deed1e 7943T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
f9094d8e 7944F: Documentation/RCU/
9fab9787 7945X: Documentation/RCU/torture.txt
f9094d8e 7946F: include/linux/rcu*
4102adab
PM
7947X: include/linux/srcu.h
7948F: kernel/rcu/
34e2d560 7949X: kernel/torture.c
595182bc 7950
0c86edc0 7951REAL TIME CLOCK (RTC) SUBSYSTEM
8b58be88 7952M: Alessandro Zummo <[email protected]>
76465493 7953L: [email protected]
8a6e2535 7954Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
0c86edc0 7955S: Maintained
679655da
JP
7956F: Documentation/rtc.txt
7957F: drivers/rtc/
7958F: include/linux/rtc.h
c117ab84 7959F: include/uapi/linux/rtc.h
0c86edc0 7960
0e400c53
MB
7961REALTEK AUDIO CODECS
7962M: Bard Liao <[email protected]>
7963M: Oder Chiou <[email protected]>
7964S: Maintained
7965F: sound/soc/codecs/rt*
7966F: include/sound/rt*.h
7967
1da177e4 7968REISERFS FILE SYSTEM
76c4e5ea 7969L: [email protected]
1da177e4 7970S: Supported
679655da 7971F: fs/reiserfs/
1da177e4 7972
b83a313b 7973REGISTER MAP ABSTRACTION
b02e48f2 7974M: Mark Brown <[email protected]>
dd060bc9 7975L: [email protected]
b83a313b
MB
7976T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7977S: Supported
7978F: drivers/base/regmap/
7979F: include/linux/regmap.h
7980
400e64df
OBC
7981REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7982M: Ohad Ben-Cohen <[email protected]>
6bb697b6 7983T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
400e64df
OBC
7984S: Maintained
7985F: drivers/remoteproc/
7986F: Documentation/remoteproc.txt
6fc26488 7987F: include/linux/remoteproc.h
400e64df 7988
d8115db5
OBC
7989REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7990M: Ohad Ben-Cohen <[email protected]>
7991T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7992S: Maintained
7993F: drivers/rpmsg/
7994F: Documentation/rpmsg.txt
7995F: include/linux/rpmsg.h
7996
1b0fe6be
PZ
7997RESET CONTROLLER FRAMEWORK
7998M: Philipp Zabel <[email protected]>
7999S: Maintained
8000F: drivers/reset/
8001F: Documentation/devicetree/bindings/reset/
8002F: include/linux/reset.h
8003F: include/linux/reset-controller.h
8004
e0897645 8005RFKILL
8b58be88 8006M: Johannes Berg <[email protected]>
19d337df 8007L: [email protected]
ce466579
JB
8008W: http://wireless.kernel.org/
8009T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8010T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
e0897645 8011S: Maintained
505c9247 8012F: Documentation/rfkill.txt
80811493 8013F: net/rfkill/
e0897645 8014
67e054e9
ML
8015RICOH SMARTMEDIA/XD DRIVER
8016M: Maxim Levitsky <[email protected]>
8017S: Maintained
21c26f50
JP
8018F: drivers/mtd/nand/r852.c
8019F: drivers/mtd/nand/r852.h
67e054e9 8020
92634125
ML
8021RICOH R5C592 MEMORYSTICK DRIVER
8022M: Maxim Levitsky <[email protected]>
8023S: Maintained
8024F: drivers/memstick/host/r592.*
8025
27f1d2f9
SA
8026ROCCAT DRIVERS
8027M: Stefan Achatz <[email protected]>
8028W: http://sourceforge.net/projects/roccat/
8029S: Maintained
8030F: drivers/hid/hid-roccat*
8031F: include/linux/hid-roccat*
8032F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8033
4b8ac966
JP
8034ROCKER DRIVER
8035M: Jiri Pirko <[email protected]>
8036M: Scott Feldman <[email protected]>
8037L: [email protected]
8038S: Supported
8039F: drivers/net/ethernet/rocker/
8040
1da177e4
LT
8041ROCKETPORT DRIVER
8042P: Comtrol Corp.
1da177e4
LT
8043W: http://www.comtrol.com
8044S: Maintained
679655da 8045F: Documentation/serial/rocket.txt
c897401b 8046F: drivers/tty/rocket*
1da177e4 8047
7645c2f4
KC
8048ROCKETPORT EXPRESS/INFINITY DRIVER
8049M: Kevin Cernekee <[email protected]>
8050L: [email protected]
8051S: Odd Fixes
8052F: drivers/tty/serial/rp2.*
8053
1da177e4 8054ROSE NETWORK LAYER
8b58be88 8055M: Ralf Baechle <[email protected]>
1da177e4 8056L: [email protected]
d34cb28a 8057W: http://www.linux-ax25.org/
1da177e4 8058S: Maintained
679655da 8059F: include/net/rose.h
c117ab84 8060F: include/uapi/linux/rose.h
679655da 8061F: net/rose/
1da177e4 8062
91952bc0
AP
8063RTL2830 MEDIA DRIVER
8064M: Antti Palosaari <[email protected]>
8065L: [email protected]
8066W: http://linuxtv.org/
8067W: http://palosaari.fi/linux/
8068Q: http://patchwork.linuxtv.org/project/linux-media/list/
8069T: git git://linuxtv.org/anttip/media_tree.git
8070S: Maintained
8071F: drivers/media/dvb-frontends/rtl2830*
8072
27a0aacf
AP
8073RTL2832 MEDIA DRIVER
8074M: Antti Palosaari <[email protected]>
8075L: [email protected]
8076W: http://linuxtv.org/
8077W: http://palosaari.fi/linux/
8078Q: http://patchwork.linuxtv.org/project/linux-media/list/
8079T: git git://linuxtv.org/anttip/media_tree.git
8080S: Maintained
8081F: drivers/media/dvb-frontends/rtl2832*
8082
ba6e6f6e
AP
8083RTL2832_SDR MEDIA DRIVER
8084M: Antti Palosaari <[email protected]>
8085L: [email protected]
8086W: http://linuxtv.org/
8087W: http://palosaari.fi/linux/
8088Q: http://patchwork.linuxtv.org/project/linux-media/list/
8089T: git git://linuxtv.org/anttip/media_tree.git
8090S: Maintained
b4bb1c28 8091F: drivers/media/dvb-frontends/rtl2832_sdr*
ba6e6f6e 8092
59840488 8093RTL8180 WIRELESS DRIVER
605bebe2 8094L: [email protected]
491b26b4 8095W: http://wireless.kernel.org/
54e5881d 8096T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7be6ff65 8097S: Orphan
3cfeb0c3 8098F: drivers/net/wireless/rtl818x/rtl8180/
605bebe2 8099
59840488 8100RTL8187 WIRELESS DRIVER
9f0939bf 8101M: Herton Ronaldo Krzesinski <[email protected]>
8b58be88
JP
8102M: Hin-Tak Leung <[email protected]>
8103M: Larry Finger <[email protected]>
7d2c86b5 8104L: [email protected]
491b26b4 8105W: http://wireless.kernel.org/
54e5881d 8106T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7d2c86b5 8107S: Maintained
3cfeb0c3 8108F: drivers/net/wireless/rtl818x/rtl8187/
59840488 8109
3cf0c8ad
LF
8110RTL8192CE WIRELESS DRIVER
8111M: Larry Finger <[email protected]>
8112M: Chaoming Li <[email protected]>
8113L: [email protected]
491b26b4 8114W: http://wireless.kernel.org/
3cf0c8ad
LF
8115T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8116S: Maintained
8117F: drivers/net/wireless/rtlwifi/
f0b3e4b7 8118F: drivers/net/wireless/rtlwifi/rtl8192ce/
59840488 8119
9eb8ef74 8120S3 SAVAGE FRAMEBUFFER DRIVER
8b58be88 8121M: Antonino Daplas <[email protected]>
c69f677c 8122L: [email protected]
ce00f85c 8123S: Maintained
8a61f013 8124F: drivers/video/fbdev/savage/
9eb8ef74 8125
1da177e4 8126S390
8b58be88
JP
8127M: Martin Schwidefsky <[email protected]>
8128M: Heiko Carstens <[email protected]>
1da177e4 8129M: [email protected]
d58140cc 8130L: [email protected]
5238da45
HC
8131W: http://www.ibm.com/developerworks/linux/linux390/
8132S: Supported
679655da 8133F: arch/s390/
a968cd3e 8134F: drivers/s390/
3bfe6858
JN
8135F: Documentation/s390/
8136F: Documentation/DocBook/s390*
5238da45 8137
322986ca
SO
8138S390 COMMON I/O LAYER
8139M: Sebastian Ott <[email protected]>
8140M: Peter Oberparleiter <[email protected]>
8141L: [email protected]
8142W: http://www.ibm.com/developerworks/linux/linux390/
8143S: Supported
8144F: drivers/s390/cio/
8145
8146S390 DASD DRIVER
8147M: Stefan Weinhuber <[email protected]>
8148M: Stefan Haberland <[email protected]>
8149L: [email protected]
8150W: http://www.ibm.com/developerworks/linux/linux390/
8151S: Supported
8152F: drivers/s390/block/dasd*
8153F: block/partitions/ibm.c
8154
5238da45 8155S390 NETWORK DRIVERS
8b58be88
JP
8156M: Ursula Braun <[email protected]>
8157M: Frank Blaschka <[email protected]>
5238da45 8158M: [email protected]
d58140cc 8159L: [email protected]
5238da45
HC
8160W: http://www.ibm.com/developerworks/linux/linux390/
8161S: Supported
679655da 8162F: drivers/s390/net/
5238da45 8163
322986ca
SO
8164S390 PCI SUBSYSTEM
8165M: Sebastian Ott <[email protected]>
8166M: Gerald Schaefer <[email protected]>
8167L: [email protected]
8168W: http://www.ibm.com/developerworks/linux/linux390/
8169S: Supported
8170F: arch/s390/pci/
8171F: drivers/pci/hotplug/s390_pci_hpc.c
8172
feed9b62 8173S390 ZCRYPT DRIVER
5c8d0983 8174M: Ingo Tuchscherer <[email protected]>
feed9b62
FB
8175M: [email protected]
8176L: [email protected]
a968cd3e 8177W: http://www.ibm.com/developerworks/linux/linux390/
feed9b62 8178S: Supported
d5ca6918 8179F: drivers/s390/crypto/
feed9b62 8180
5238da45 8181S390 ZFCP DRIVER
d38e19d0 8182M: Steffen Maier <[email protected]>
5238da45 8183M: [email protected]
d58140cc 8184L: [email protected]
5238da45 8185W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4 8186S: Supported
679655da 8187F: drivers/s390/scsi/zfcp_*
1da177e4 8188
dd96df2c 8189S390 IUCV NETWORK LAYER
8b58be88 8190M: Ursula Braun <[email protected]>
dd96df2c
UB
8191M: [email protected]
8192L: [email protected]
8193W: http://www.ibm.com/developerworks/linux/linux390/
8194S: Supported
679655da
JP
8195F: drivers/s390/net/*iucv*
8196F: include/net/iucv/
8197F: net/iucv/
dd96df2c 8198
4dde7f75 8199S3C24XX SD/MMC Driver
8b58be88 8200M: Ben Dooks <[email protected]>
efc03ecb 8201L: [email protected] (moderated for non-subscribers)
4dde7f75 8202S: Supported
679655da 8203F: drivers/mmc/host/s3cmci.*
4dde7f75 8204
1f15a229
HV
8205SAA6588 RDS RECEIVER DRIVER
8206M: Hans Verkuil <[email protected]>
8207L: [email protected]
8208T: git git://linuxtv.org/media_tree.git
8209W: http://linuxtv.org
8210S: Odd Fixes
8211F: drivers/media/i2c/saa6588*
8212
98ed12e6 8213SAA7134 VIDEO4LINUX DRIVER
009a5410 8214M: Mauro Carvalho Chehab <[email protected]>
98ed12e6
MCC
8215L: [email protected]
8216W: http://linuxtv.org
8217T: git git://linuxtv.org/media_tree.git
8218S: Odd fixes
e42bf501 8219F: Documentation/video4linux/*.saa7134
98ed12e6
MCC
8220F: drivers/media/pci/saa7134/
8221
1da177e4 8222SAA7146 VIDEO4LINUX-2 DRIVER
566b8157 8223M: Hans Verkuil <[email protected]>
661263b5 8224L: [email protected]
275ffde4 8225T: git git://linuxtv.org/media_tree.git
1da177e4 8226S: Maintained
90d72ac6
MCC
8227F: drivers/media/common/saa7146/
8228F: drivers/media/pci/saa7146/
8229F: include/media/saa7146*
1da177e4 8230
92304a40 8231SAMSUNG LAPTOP DRIVER
5909c654 8232M: Corentin Chary <[email protected]>
92304a40
CC
8233L: [email protected]
8234S: Maintained
8235F: drivers/platform/x86/samsung-laptop.c
8236
4a109cc0 8237SAMSUNG AUDIO (ASoC) DRIVERS
250b6851 8238M: Sangbeom Kim <[email protected]>
4a109cc0
MB
8239L: [email protected] (moderated for non-subscribers)
8240S: Supported
14430813 8241F: sound/soc/samsung/
4a109cc0 8242
0d89a28b
JH
8243SAMSUNG FRAMEBUFFER DRIVER
8244M: Jingoo Han <[email protected]>
8245L: [email protected]
8246S: Maintained
8a61f013 8247F: drivers/video/fbdev/s3c-fb.c
0d89a28b 8248
f69d3a17
SK
8249SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8250M: Sangbeom Kim <[email protected]>
8251L: [email protected]
8252S: Supported
8253F: drivers/mfd/sec*.c
8254F: drivers/regulator/s2m*.c
8255F: drivers/regulator/s5m*.c
f69d3a17
SK
8256F: include/linux/mfd/samsung/
8257
038f5c4b
SN
8258SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8259M: Kyungmin Park <[email protected]>
8260M: Sylwester Nawrocki <[email protected]>
8261L: [email protected]
8262Q: https://patchwork.linuxtv.org/project/linux-media/list/
8263S: Supported
8264F: drivers/media/platform/exynos4-is/
038f5c4b 8265
6fd86ab2
SN
8266SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8267M: Sylwester Nawrocki <[email protected]>
8268L: [email protected]
8269L: [email protected] (moderated for non-subscribers)
8270S: Maintained
8271F: drivers/media/platform/s3c-camif/
8272F: include/media/s3c_camif.h
8273
b84ef24e
AH
8274SAMSUNG S5C73M3 CAMERA DRIVER
8275M: Kyungmin Park <[email protected]>
8276M: Andrzej Hajda <[email protected]>
8277L: [email protected]
8278S: Supported
8279F: drivers/media/i2c/s5c73m3/*
8280
7d459937
AH
8281SAMSUNG S5K5BAF CAMERA DRIVER
8282M: Kyungmin Park <[email protected]>
8283M: Andrzej Hajda <[email protected]>
8284L: [email protected]
8285S: Supported
8286F: drivers/media/i2c/s5k5baf.c
8287
310e39c9 8288SAMSUNG SOC CLOCK DRIVERS
fea685e9
TF
8289M: Sylwester Nawrocki <[email protected]>
8290M: Tomasz Figa <[email protected]>
310e39c9
TF
8291S: Supported
8292L: [email protected] (moderated for non-subscribers)
8293F: drivers/clk/samsung/
8294
66890ed6
BA
8295SAMSUNG SXGBE DRIVERS
8296M: Byungho An <[email protected]>
8297M: Girish K S <[email protected]>
66890ed6
BA
8298M: Vipul Pandya <[email protected]>
8299S: Supported
8300L: [email protected]
8301F: drivers/net/ethernet/samsung/sxgbe/
8302
e296cd32
KD
8303SAMSUNG USB2 PHY DRIVER
8304M: Kamil Debski <[email protected]>
8305L: [email protected]
8306S: Supported
8307F: Documentation/devicetree/bindings/phy/samsung-phy.txt
8308F: Documentation/phy/samsung-usb2.txt
8309F: drivers/phy/phy-exynos4210-usb2.c
8310F: drivers/phy/phy-exynos4x12-usb2.c
8311F: drivers/phy/phy-exynos5250-usb2.c
8312F: drivers/phy/phy-s5pv210-usb2.c
8313F: drivers/phy/phy-samsung-usb2.c
8314F: drivers/phy/phy-samsung-usb2.h
8315
ca749e2a 8316SERIAL DRIVERS
5e30bbb7 8317M: Greg Kroah-Hartman <[email protected]>
ca749e2a 8318L: [email protected]
5e30bbb7 8319S: Maintained
14430813 8320F: drivers/tty/serial/
ca749e2a 8321
aecb7b64 8322SYNOPSYS DESIGNWARE DMAC DRIVER
2d8a3b3d 8323M: Viresh Kumar <[email protected]>
337ae47c 8324M: Andy Shevchenko <[email protected]>
aecb7b64 8325S: Maintained
3d598f47 8326F: include/linux/platform_data/dma-dw.h
61a76496 8327F: drivers/dma/dw/
aecb7b64 8328
f9e37137
SJ
8329SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8330M: Seungwon Jeon <[email protected]>
8331M: Jaehoon Chung <[email protected]>
8332L: [email protected]
8333S: Maintained
8334F: include/linux/mmc/dw_mmc.h
8335F: drivers/mmc/host/dw_mmc*
8336
1db121d6
AN
8337THUNDERBOLT DRIVER
8338M: Andreas Noever <[email protected]>
8339S: Maintained
8340F: drivers/thunderbolt/
8341
9222d247 8342TIMEKEEPING, CLOCKSOURCE CORE, NTP
50363737 8343M: John Stultz <[email protected]>
88606e80 8344M: Thomas Gleixner <[email protected]>
981c3a4f 8345L: [email protected]
75fc2d37 8346T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
88606e80
TG
8347S: Supported
8348F: include/linux/clocksource.h
8349F: include/linux/time.h
8350F: include/linux/timex.h
c117ab84
CEB
8351F: include/uapi/linux/time.h
8352F: include/uapi/linux/timex.h
88606e80
TG
8353F: kernel/time/clocksource.c
8354F: kernel/time/time*.c
8355F: kernel/time/ntp.c
8356
5b3f03f0 8357TLG2300 VIDEO4LINUX-2 DRIVER
d2fa2187 8358M: Huang Shijie <[email protected]>
a545e2ea
HV
8359M: Hans Verkuil <[email protected]>
8360S: Odd Fixes
14430813 8361F: drivers/media/usb/tlg2300/
5b3f03f0 8362
1da177e4 8363SC1200 WDT DRIVER
b300645a 8364M: Zwane Mwaikambo <[email protected]>
1da177e4 8365S: Maintained
679655da 8366F: drivers/watchdog/sc1200wdt.c
1da177e4
LT
8367
8368SCHEDULER
dd9b238c 8369M: Ingo Molnar <[email protected]>
8b58be88 8370M: Peter Zijlstra <[email protected]>
981c3a4f 8371L: [email protected]
75fc2d37 8372T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
1da177e4 8373S: Maintained
95c0d71d 8374F: kernel/sched/
679655da 8375F: include/linux/sched.h
c117ab84 8376F: include/uapi/linux/sched.h
c2eb505b 8377F: include/linux/wait.h
1da177e4 8378
6bcf6737 8379SCORE ARCHITECTURE
ed38665e 8380M: Chen Liqin <[email protected]>
a2681a75 8381M: Lennox Wu <[email protected]>
ed38665e 8382W: http://www.sunplus.com
6bcf6737 8383S: Supported
a2681a75 8384F: arch/score/
6bcf6737 8385
1da177e4 8386SCSI CDROM DRIVER
8b58be88 8387M: Jens Axboe <[email protected]>
1da177e4
LT
8388L: [email protected]
8389W: http://www.kernel.dk
8390S: Maintained
679655da 8391F: drivers/scsi/sr*
1da177e4 8392
fb50a83d 8393SCSI RDMA PROTOCOL (SRP) INITIATOR
e6b45d49 8394M: Bart Van Assche <[email protected]>
fb50a83d
RD
8395L: [email protected]
8396S: Supported
8397W: http://www.openfabrics.org
8398Q: http://patchwork.kernel.org/project/linux-rdma/list/
8399T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8400F: drivers/infiniband/ulp/srp/
8401F: include/scsi/srp.h
8402
1da177e4 8403SCSI SG DRIVER
8b58be88 8404M: Doug Gilbert <[email protected]>
1da177e4 8405L: [email protected]
59ab3c93 8406W: http://sg.danny.cz/sg
1da177e4 8407S: Maintained
59ab3c93 8408F: Documentation/scsi/scsi-generic.txt
679655da
JP
8409F: drivers/scsi/sg.c
8410F: include/scsi/sg.h
1da177e4
LT
8411
8412SCSI SUBSYSTEM
c95286d8 8413M: "James E.J. Bottomley" <[email protected]>
1da177e4 8414L: [email protected]
54e5881d
JP
8415T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8416T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8417T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4 8418S: Maintained
679655da
JP
8419F: drivers/scsi/
8420F: include/scsi/
1da177e4
LT
8421
8422SCSI TAPE DRIVER
8b58be88 8423M: Kai Mäkisara <[email protected]>
1da177e4
LT
8424L: [email protected]
8425S: Maintained
679655da 8426F: Documentation/scsi/st.txt
f7269cfc
JD
8427F: drivers/scsi/st.*
8428F: drivers/scsi/st_*.h
1da177e4
LT
8429
8430SCTP PROTOCOL
8b6efb75 8431M: Vlad Yasevich <[email protected]>
02c38d0a 8432M: Neil Horman <[email protected]>
1a418796 8433L: [email protected]
5f85813c 8434W: http://lksctp.sourceforge.net
8b6efb75 8435S: Maintained
679655da
JP
8436F: Documentation/networking/sctp.txt
8437F: include/linux/sctp.h
4d58c025 8438F: include/uapi/linux/sctp.h
679655da
JP
8439F: include/net/sctp/
8440F: net/sctp/
1da177e4
LT
8441
8442SCx200 CPU SUPPORT
8b58be88 8443M: Jim Cromie <[email protected]>
1662d32c 8444S: Odd Fixes
679655da 8445F: Documentation/i2c/busses/scx200_acb
390889b6 8446F: arch/x86/platform/scx200/
679655da
JP
8447F: drivers/watchdog/scx200_wdt.c
8448F: drivers/i2c/busses/scx200*
8449F: drivers/mtd/maps/scx200_docflash.c
8450F: include/linux/scx200.h
1662d32c
JC
8451
8452SCx200 GPIO DRIVER
8b58be88 8453M: Jim Cromie <[email protected]>
1662d32c 8454S: Maintained
679655da
JP
8455F: drivers/char/scx200_gpio.c
8456F: include/linux/scx200_gpio.h
1662d32c
JC
8457
8458SCx200 HRT CLOCKSOURCE DRIVER
8b58be88 8459M: Jim Cromie <[email protected]>
1662d32c 8460S: Maintained
679655da 8461F: drivers/clocksource/scx200_hrt.c
1da177e4 8462
6a36913a 8463SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 8464M: Sascha Sommer <[email protected]>
6a36913a
SS
8465L: [email protected] (subscribers-only)
8466S: Maintained
679655da 8467F: drivers/mmc/host/sdricoh_cs.c
6a36913a 8468
e7839f25 8469SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6e443244 8470M: Chris Ball <[email protected]>
7a241d6e 8471L: [email protected]
245feaa6
CB
8472T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8473S: Maintained
7a241d6e 8474F: drivers/mmc/host/sdhci.*
d4a45787 8475F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 8476
c04f9d61
KC
8477SECURE COMPUTING
8478M: Kees Cook <[email protected]>
a0cfd75f
KC
8479R: Andy Lutomirski <[email protected]>
8480R: Will Drewry <[email protected]>
c04f9d61
KC
8481T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8482S: Supported
8483F: kernel/seccomp.c
8484F: include/uapi/linux/seccomp.h
8485F: include/linux/seccomp.h
8486K: \bsecure_computing
8487K: \bTIF_SECCOMP\b
8488
3085e9c1 8489SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
9d5e2a02 8490M: Anton Vorontsov <[email protected]>
a4724ed6 8491L: [email protected]
7a241d6e 8492L: [email protected]
e2d1d6c0 8493S: Maintained
d4a45787 8494F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 8495
0d1bb41a 8496SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8b58be88 8497M: Ben Dooks <[email protected]>
7a241d6e 8498L: [email protected]
0d1bb41a
BD
8499S: Maintained
8500F: drivers/mmc/host/sdhci-s3c.c
8501
c63b3cba 8502SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
2d8a3b3d 8503M: Viresh Kumar <[email protected]>
fbfa0748 8504L: [email protected]
c63b3cba
VK
8505L: [email protected]
8506S: Maintained
8507F: drivers/mmc/host/sdhci-spear.c
8508
8711cca2 8509SECURITY SUBSYSTEM
9b45c0d2 8510M: James Morris <[email protected]>
70b4a259 8511M: Serge E. Hallyn <[email protected]>
8711cca2 8512L: [email protected] (suggested Cc:)
89879a7e 8513T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9ccf010f 8514W: http://kernsec.org/
8711cca2 8515S: Supported
7d2c86b5 8516F: security/
8711cca2 8517
1da177e4 8518SECURITY CONTACT
8b58be88 8519M: Security Officers <[email protected]>
1da177e4
LT
8520S: Supported
8521
8522SELINUX SECURITY MODULE
e0238b4c 8523M: Paul Moore <[email protected]>
8b58be88 8524M: Stephen Smalley <[email protected]>
8b58be88 8525M: Eric Paris <[email protected]>
e0238b4c 8526L: [email protected] (moderated for non-subscribers)
f058925b 8527W: http://selinuxproject.org
5a5f2acf 8528T: git git://git.infradead.org/users/pcmoore/selinux
1da177e4 8529S: Supported
679655da
JP
8530F: include/linux/selinux*
8531F: security/selinux/
6bde95ce 8532F: scripts/selinux/
1da177e4 8533
c1c124e9
JJ
8534APPARMOR SECURITY MODULE
8535M: John Johansen <[email protected]>
8536L: [email protected] (subscribers-only, general discussion)
8537W: apparmor.wiki.kernel.org
8538T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8539S: Supported
8540F: security/apparmor/
8541
cef2cf07 8542SENSABLE PHANTOM
8b58be88 8543M: Jiri Slaby <[email protected]>
cef2cf07 8544S: Maintained
679655da 8545F: drivers/misc/phantom.c
c117ab84 8546F: include/uapi/linux/phantom.h
cef2cf07 8547
4480f15b 8548SERIAL ATA (SATA) SUBSYSTEM
3d9b9350 8549M: Tejun Heo <[email protected]>
1da177e4 8550L: [email protected]
3d9b9350 8551T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
1da177e4 8552S: Supported
d5ca6918
JP
8553F: drivers/ata/
8554F: include/linux/ata.h
8555F: include/linux/libata.h
1da177e4 8556
7188b067
HG
8557SERIAL ATA AHCI PLATFORM devices support
8558M: Hans de Goede <[email protected]>
8559M: Tejun Heo <[email protected]>
8560L: [email protected]
8561T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8562S: Supported
8563F: drivers/ata/ahci_platform.c
8564F: drivers/ata/libahci_platform.c
8565F: include/linux/ahci_platform.h
8566
6733b39a 8567SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
0ca43cc0 8568M: Jayamohan Kallickal <[email protected]>
3387f656 8569L: [email protected]
0ca43cc0 8570W: http://www.emulex.com
3387f656
JP
8571S: Supported
8572F: drivers/scsi/be2iscsi/
6733b39a 8573
6b7c5b94 8574SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
fea3af67
AK
8575M: Sathya Perla <[email protected]>
8576M: Subbu Seetharaman <[email protected]>
8577M: Ajit Khaparde <[email protected]>
7d2c86b5 8578L: [email protected]
fea3af67 8579W: http://www.emulex.com
7d2c86b5 8580S: Supported
9aebddd1 8581F: drivers/net/ethernet/emulex/benet/
6b7c5b94 8582
8ceee660 8583SFC NETWORK DRIVER
c06f51ea 8584M: Solarflare linux maintainers <[email protected]>
8533ccf3 8585M: Shradha Shah <[email protected]>
c06f51ea 8586L: [email protected]
8ceee660 8587S: Supported
874aeea5 8588F: drivers/net/ethernet/sfc/
8ceee660 8589
e2d1d6c0 8590SGI GRU DRIVER
cc883afc 8591M: Dimitri Sivanich <[email protected]>
e2d1d6c0 8592S: Maintained
679655da 8593F: drivers/misc/sgi-gru/
e2d1d6c0
RD
8594
8595SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8b58be88 8596M: Pat Gefre <[email protected]>
e2d1d6c0
RD
8597L: [email protected]
8598S: Supported
679655da 8599F: Documentation/ia64/serial.txt
df621252 8600F: drivers/tty/serial/ioc?_serial.c
679655da 8601F: include/linux/ioc?.h
e2d1d6c0 8602
75312619 8603SGI XP/XPC/XPNET DRIVER
e180383f
RH
8604M: Cliff Whickman <[email protected]>
8605M: Robin Holt <[email protected]>
75312619 8606S: Maintained
679655da 8607F: drivers/misc/sgi-xp/
75312619 8608
46eacf3b
AP
8609SI2157 MEDIA DRIVER
8610M: Antti Palosaari <[email protected]>
8611L: [email protected]
8612W: http://linuxtv.org/
8613W: http://palosaari.fi/linux/
8614Q: http://patchwork.linuxtv.org/project/linux-media/list/
8615T: git git://linuxtv.org/anttip/media_tree.git
8616S: Maintained
8617F: drivers/media/tuners/si2157*
8618
75e2d5ba
AP
8619SI2168 MEDIA DRIVER
8620M: Antti Palosaari <[email protected]>
8621L: [email protected]
8622W: http://linuxtv.org/
8623W: http://palosaari.fi/linux/
8624Q: http://patchwork.linuxtv.org/project/linux-media/list/
8625T: git git://linuxtv.org/anttip/media_tree.git
8626S: Maintained
8627F: drivers/media/dvb-frontends/si2168*
8628
49cc629d
HV
8629SI470X FM RADIO RECEIVER I2C DRIVER
8630M: Hans Verkuil <[email protected]>
8631L: [email protected]
8632T: git git://linuxtv.org/media_tree.git
8633W: http://linuxtv.org
8634S: Odd Fixes
8635F: drivers/media/radio/si470x/radio-si470x-i2c.c
8636
8637SI470X FM RADIO RECEIVER USB DRIVER
8638M: Hans Verkuil <[email protected]>
8639L: [email protected]
8640T: git git://linuxtv.org/media_tree.git
8641W: http://linuxtv.org
8642S: Maintained
8643F: drivers/media/radio/si470x/radio-si470x-common.c
8644F: drivers/media/radio/si470x/radio-si470x.h
8645F: drivers/media/radio/si470x/radio-si470x-usb.c
8646
c937ca03
EV
8647SI4713 FM RADIO TRANSMITTER I2C DRIVER
8648M: Eduardo Valentin <[email protected]>
8649L: [email protected]
8650T: git git://linuxtv.org/media_tree.git
8651W: http://linuxtv.org
8652S: Odd Fixes
99995ded 8653F: drivers/media/radio/si4713/si4713.?
c937ca03
EV
8654
8655SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8656M: Eduardo Valentin <[email protected]>
8657L: [email protected]
8658T: git git://linuxtv.org/media_tree.git
8659W: http://linuxtv.org
8660S: Odd Fixes
99995ded
DR
8661F: drivers/media/radio/si4713/radio-platform-si4713.c
8662
8663SI4713 FM RADIO TRANSMITTER USB DRIVER
8664M: Hans Verkuil <[email protected]>
8665L: [email protected]
8666T: git git://linuxtv.org/media_tree.git
8667W: http://linuxtv.org
8668S: Maintained
8669F: drivers/media/radio/si4713/radio-usb-si4713.c
c937ca03 8670
beb91d46 8671SIANO DVB DRIVER
009a5410 8672M: Mauro Carvalho Chehab <[email protected]>
beb91d46
MCC
8673L: [email protected]
8674W: http://linuxtv.org
8675T: git git://linuxtv.org/media_tree.git
8676S: Odd fixes
8677F: drivers/media/common/siano/
beb91d46 8678F: drivers/media/usb/siano/
beb91d46 8679F: drivers/media/usb/siano/
14430813 8680F: drivers/media/mmc/siano/
beb91d46 8681
6f15b602
HG
8682SIMPLEFB FB DRIVER
8683M: Hans de Goede <[email protected]>
8684L: [email protected]
8685S: Maintained
8686F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
8687F: drivers/video/fbdev/simplefb.c
8688F: include/linux/platform_data/simplefb.h
8689
b618b69c 8690SH_VEU V4L2 MEM2MEM DRIVER
b618b69c 8691L: [email protected]
bb60fcb2 8692S: Orphan
b618b69c 8693F: drivers/media/platform/sh_veu.c
b618b69c
GL
8694
8695SH_VOU V4L2 OUTPUT DRIVER
b618b69c 8696L: [email protected]
bb60fcb2 8697S: Orphan
b618b69c
GL
8698F: drivers/media/platform/sh_vou.c
8699F: include/media/sh_vou.h
8700
6349d997 8701SIMPLE FIRMWARE INTERFACE (SFI)
2bf822d7 8702M: Len Brown <[email protected]>
6349d997
LB
8703L: [email protected]
8704W: http://simplefirmware.org/
8705T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
e2d1d6c0 8706S: Supported
943fc810 8707F: arch/x86/platform/sfi/
6349d997
LB
8708F: drivers/sfi/
8709F: include/linux/sfi*.h
e2d1d6c0 8710
1da177e4
LT
8711SIMTEC EB110ATX (Chalice CATS)
8712P: Ben Dooks
b16957c6
BD
8713P: Vincent Sanders <[email protected]>
8714M: Simtec Linux Team <[email protected]>
1da177e4
LT
8715W: http://www.simtec.co.uk/products/EB110ATX/
8716S: Supported
8717
8718SIMTEC EB2410ITX (BAST)
8719P: Ben Dooks
b16957c6
BD
8720P: Vincent Sanders <[email protected]>
8721M: Simtec Linux Team <[email protected]>
1da177e4
LT
8722W: http://www.simtec.co.uk/products/EB2410ITX/
8723S: Supported
15dba387
JP
8724F: arch/arm/mach-s3c24xx/mach-bast.c
8725F: arch/arm/mach-s3c24xx/bast-ide.c
8726F: arch/arm/mach-s3c24xx/bast-irq.c
1da177e4 8727
4c5adde7 8728TI DAVINCI MACHINE SUPPORT
3ba789c0 8729M: Sekhar Nori <[email protected]>
c69d72ae 8730M: Kevin Hilman <[email protected]>
c9f46a85 8731T: git git://gitorious.org/linux-davinci/linux-davinci.git
8a6e2535 8732Q: http://patchwork.kernel.org/project/linux-davinci/list/
4c5adde7 8733S: Supported
14430813 8734F: arch/arm/mach-davinci/
046d0a37 8735F: drivers/i2c/busses/i2c-davinci.c
4c5adde7 8736
8d4b3f08 8737TI DAVINCI SERIES MEDIA DRIVER
9ce5eca7 8738M: Lad, Prabhakar <[email protected]>
8d4b3f08 8739L: [email protected]
8d4b3f08
LP
8740W: http://linuxtv.org/
8741Q: http://patchwork.linuxtv.org/project/linux-media/list/
8742T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9ce5eca7 8743S: Maintained
8d4b3f08
LP
8744F: drivers/media/platform/davinci/
8745F: include/media/davinci/
8746
92aab3c0 8747SIS 190 ETHERNET DRIVER
8b58be88 8748M: Francois Romieu <[email protected]>
92aab3c0
FR
8749L: [email protected]
8750S: Maintained
8c7de408 8751F: drivers/net/ethernet/sis/sis190.c
92aab3c0 8752
1da177e4 8753SIS 900/7016 FAST ETHERNET DRIVER
8b58be88 8754M: Daniele Venzano <[email protected]>
1da177e4 8755W: http://www.brownhat.org/sis900.html
979b6c13 8756L: [email protected]
1da177e4 8757S: Maintained
8c7de408 8758F: drivers/net/ethernet/sis/sis900.*
1da177e4
LT
8759
8760SIS FRAMEBUFFER DRIVER
8b58be88 8761M: Thomas Winischhofer <[email protected]>
1da177e4 8762W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 8763S: Maintained
679655da 8764F: Documentation/fb/sisfb.txt
8a61f013 8765F: drivers/video/fbdev/sis/
679655da 8766F: include/video/sisfb.h
1da177e4
LT
8767
8768SIS USB2VGA DRIVER
8b58be88 8769M: Thomas Winischhofer <[email protected]>
1da177e4
LT
8770W: http://www.winischhofer.at/linuxsisusbvga.shtml
8771S: Maintained
679655da 8772F: drivers/usb/misc/sisusbvga/
1da177e4 8773
415ad26d 8774SLAB ALLOCATOR
16e943bf 8775M: Christoph Lameter <[email protected]>
2ed1c525 8776M: Pekka Enberg <[email protected]>
16e943bf
CL
8777M: David Rientjes <[email protected]>
8778M: Joonsoo Kim <[email protected]>
8779M: Andrew Morton <[email protected]>
415ad26d
CL
8780L: [email protected]
8781S: Maintained
679655da 8782F: include/linux/sl?b*.h
16e943bf 8783F: mm/sl?b*
415ad26d 8784
9fab9787
PM
8785SLEEPABLE READ-COPY UPDATE (SRCU)
8786M: Lai Jiangshan <[email protected]>
8787M: "Paul E. McKenney" <[email protected]>
ab0afd6c 8788M: Josh Triplett <[email protected]>
4632a191
PM
8789R: Steven Rostedt <[email protected]>
8790R: Mathieu Desnoyers <[email protected]>
981c3a4f 8791L: [email protected]
9fab9787
PM
8792W: http://www.rdrop.com/users/paulmck/RCU/
8793S: Supported
8794T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
4102adab
PM
8795F: include/linux/srcu.h
8796F: kernel/rcu/srcu.c
9fab9787 8797
66372841
CS
8798SMACK SECURITY MODULE
8799M: Casey Schaufler <[email protected]>
8800L: [email protected]
8801W: http://schaufler-ca.com
8802T: git git://git.gitorious.org/smack-next/kernel.git
8803S: Maintained
8804F: Documentation/security/Smack.txt
8805F: security/smack/
8806
20651e0b 8807DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
68ace3e1
KH
8808M: Kevin Hilman <[email protected]>
8809M: Nishanth Menon <[email protected]>
8810S: Maintained
20651e0b 8811F: drivers/power/avs/
68ace3e1
KH
8812F: include/linux/power/smartreflex.h
8813L: [email protected]
8814
1da177e4 8815SMC91x ETHERNET DRIVER
2f82af08 8816M: Nicolas Pitre <[email protected]>
18e2842b 8817S: Odd Fixes
ae150435 8818F: drivers/net/ethernet/smsc/smc91x.*
1da177e4 8819
e8e31622
SA
8820SMIA AND SMIA++ IMAGE SENSOR DRIVER
8821M: Sakari Ailus <[email protected]>
8822L: [email protected]
8823S: Maintained
14430813 8824F: drivers/media/i2c/smiapp/
e8e31622
SA
8825F: include/media/smiapp.h
8826F: drivers/media/i2c/smiapp-pll.c
8827F: drivers/media/i2c/smiapp-pll.h
8828
920fa1ff
GR
8829SMM665 HARDWARE MONITOR DRIVER
8830M: Guenter Roeck <[email protected]>
8831L: [email protected]
8832S: Maintained
8833F: Documentation/hwmon/smm665
8834F: drivers/hwmon/smm665.c
8835
9df7305b 8836SMSC EMC2103 HARDWARE MONITOR DRIVER
90b24cfb 8837M: Steve Glendinning <[email protected]>
9df7305b 8838L: [email protected]
90b24cfb 8839S: Maintained
9df7305b
SG
8840F: Documentation/hwmon/emc2103
8841F: drivers/hwmon/emc2103.c
8842
a98d506c
HG
8843SMSC SCH5627 HARDWARE MONITOR DRIVER
8844M: Hans de Goede <[email protected]>
8845L: [email protected]
8846S: Supported
8847F: Documentation/hwmon/sch5627
8848F: drivers/hwmon/sch5627.c
8849
6ea884db 8850SMSC47B397 HARDWARE MONITOR DRIVER
7c81c60f 8851M: Jean Delvare <[email protected]>
6ea884db
MH
8852L: [email protected]
8853S: Maintained
679655da
JP
8854F: Documentation/hwmon/smsc47b397
8855F: drivers/hwmon/smsc47b397.c
6ea884db 8856
fd9abb3d 8857SMSC911x ETHERNET DRIVER
90b24cfb 8858M: Steve Glendinning <[email protected]>
2cb37728 8859L: [email protected]
90b24cfb 8860S: Maintained
679655da 8861F: include/linux/smsc911x.h
ae150435 8862F: drivers/net/ethernet/smsc/smsc911x.*
2cb37728
SG
8863
8864SMSC9420 PCI ETHERNET DRIVER
90b24cfb 8865M: Steve Glendinning <[email protected]>
fd9abb3d 8866L: [email protected]
90b24cfb 8867S: Maintained
ae150435 8868F: drivers/net/ethernet/smsc/smsc9420.*
fd9abb3d 8869
3c8a63e2 8870SMSC UFX6000 and UFX7000 USB to VGA DRIVER
90b24cfb 8871M: Steve Glendinning <[email protected]>
3c8a63e2 8872L: [email protected]
90b24cfb 8873S: Maintained
8a61f013 8874F: drivers/video/fbdev/smscufx.c
3c8a63e2 8875
668acf32 8876SOC-CAMERA V4L2 SUBSYSTEM
8b58be88 8877M: Guennadi Liakhovetski <[email protected]>
661263b5 8878L: [email protected]
275ffde4 8879T: git git://linuxtv.org/media_tree.git
795fb7e7 8880S: Maintained
90d72ac6
MCC
8881F: include/media/soc*
8882F: drivers/media/i2c/soc_camera/
8883F: drivers/media/platform/soc_camera/
668acf32 8884
e2d1d6c0 8885SOEKRIS NET48XX LED SUPPORT
8b58be88 8886M: Chris Boot <[email protected]>
e2d1d6c0 8887S: Maintained
679655da 8888F: drivers/leds/leds-net48xx.c
e2d1d6c0 8889
e3994db1 8890SOFTLOGIC 6x10 MPEG CODEC
9661975d
AU
8891M: Bluecherry Maintainers <[email protected]>
8892M: Andrey Utkin <[email protected]>
8893M: Andrey Utkin <[email protected]>
e3994db1
JP
8894L: [email protected]
8895S: Supported
8896F: drivers/media/pci/solo6x10/
8897
1da177e4 8898SOFTWARE RAID (Multiple Disks) SUPPORT
8b58be88 8899M: Neil Brown <[email protected]>
1da177e4 8900L: [email protected]
524418bb 8901S: Supported
679655da
JP
8902F: drivers/md/
8903F: include/linux/raid/
c117ab84 8904F: include/uapi/linux/raid/
1da177e4 8905
1da177e4 8906SONIC NETWORK DRIVER
8b58be88 8907M: Thomas Bogendoerfer <[email protected]>
979b6c13 8908L: [email protected]
1da177e4 8909S: Maintained
d9fb9f38 8910F: drivers/net/ethernet/natsemi/sonic.*
1da177e4 8911
61e115a5 8912SONICS SILICON BACKPLANE DRIVER (SSB)
eb032b98 8913M: Michael Buesch <[email protected]>
61e115a5
MB
8914L: [email protected]
8915S: Maintained
679655da
JP
8916F: drivers/ssb/
8917F: include/linux/ssb/
61e115a5 8918
1da177e4 8919SONY VAIO CONTROL DEVICE DRIVER
8b58be88 8920M: Mattia Dongili <[email protected]>
d0944853 8921L: [email protected]
5b18167d 8922W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4 8923S: Maintained
679655da
JP
8924F: Documentation/laptops/sony-laptop.txt
8925F: drivers/char/sonypi.c
8926F: drivers/platform/x86/sony-laptop.c
8927F: include/linux/sony-laptop.h
1da177e4 8928
baf8532a 8929SONY MEMORYSTICK CARD SUPPORT
8b58be88 8930M: Alex Dubov <[email protected]>
baf8532a
AD
8931W: http://tifmxx.berlios.de/
8932S: Maintained
679655da 8933F: drivers/memstick/host/tifm_ms.c
baf8532a 8934
0ab30494
ML
8935SONY MEMORYSTICK STANDARD SUPPORT
8936M: Maxim Levitsky <[email protected]>
8937S: Maintained
8938F: drivers/memstick/core/ms_block.*
8939
1da177e4 8940SOUND
8b58be88
JP
8941M: Jaroslav Kysela <[email protected]>
8942M: Takashi Iwai <[email protected]>
93711660 8943L: [email protected] (moderated for non-subscribers)
3126a179 8944W: http://www.alsa-project.org/
dde7ad8d 8945T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3126a179 8946T: git git://git.alsa-project.org/alsa-kernel.git
ff4a8f32 8947Q: http://patchwork.kernel.org/project/alsa-devel/list/
1da177e4 8948S: Maintained
3126a179
JP
8949F: Documentation/sound/
8950F: include/sound/
c117ab84 8951F: include/uapi/sound/
679655da 8952F: sound/
1da177e4 8953
33bbe149
MB
8954SOUND - COMPRESSED AUDIO
8955M: Vinod Koul <[email protected]>
8956L: [email protected] (moderated for non-subscribers)
8957T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8958S: Supported
f672f31a 8959F: Documentation/sound/alsa/compress_offload.txt
33bbe149 8960F: include/sound/compress_driver.h
f672f31a 8961F: include/uapi/sound/compress_*
33bbe149
MB
8962F: sound/core/compress_offload.c
8963F: sound/soc/soc-compress.c
8964
bd903bde 8965SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6b9cf5c2 8966M: Liam Girdwood <[email protected]>
b02e48f2 8967M: Mark Brown <[email protected]>
86f14df8 8968T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
93711660 8969L: [email protected] (moderated for non-subscribers)
b0b8daf7 8970W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3 8971S: Supported
2820f615 8972F: Documentation/sound/alsa/soc/
679655da 8973F: sound/soc/
e6e55122 8974F: include/sound/soc*
eb1a6af3 8975
d7f8761b
MB
8976SOUND - DMAENGINE HELPERS
8977M: Lars-Peter Clausen <[email protected]>
8978S: Supported
8979F: include/sound/dmaengine_pcm.h
8980F: sound/core/pcm_dmaengine.c
8981F: sound/soc/soc-generic-dmaengine-pcm.c
8982
990a6a99
OS
8983SP2 MEDIA DRIVER
8984M: Olli Salonen <[email protected]>
8985L: [email protected]
8986W: http://linuxtv.org/
8987Q: http://patchwork.linuxtv.org/project/linux-media/list/
8988S: Maintained
8989F: drivers/media/dvb-frontends/sp2*
8990
473321fc 8991SPARC + UltraSPARC (sparc/sparc64)
8b58be88 8992M: "David S. Miller" <[email protected]>
1da177e4 8993L: [email protected]
8a6e2535 8994Q: http://patchwork.ozlabs.org/project/sparclinux/list/
08deed1e
JP
8995T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8996T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
1da177e4 8997S: Maintained
679655da 8998F: arch/sparc/
7765b8bb 8999F: drivers/sbus/
1da177e4 9000
6404fcca
DM
9001SPARC SERIAL DRIVERS
9002M: "David S. Miller" <[email protected]>
9003L: [email protected]
08deed1e
JP
9004T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9005T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6404fcca 9006S: Maintained
6816383a 9007F: include/linux/sunserialcore.h
df621252 9008F: drivers/tty/serial/suncore.c
df621252
GKH
9009F: drivers/tty/serial/sunhv.c
9010F: drivers/tty/serial/sunsab.c
9011F: drivers/tty/serial/sunsab.h
9012F: drivers/tty/serial/sunsu.c
9013F: drivers/tty/serial/sunzilog.c
9014F: drivers/tty/serial/sunzilog.h
6404fcca 9015
389325b4
CL
9016SPARSE CHECKER
9017M: "Christopher Li" <[email protected]>
9018L: [email protected]
9019W: https://sparse.wiki.kernel.org/
9020T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9021T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9022S: Maintained
9023F: include/linux/compiler.h
9024
fc0c195a 9025SPEAR PLATFORM SUPPORT
2d8a3b3d 9026M: Viresh Kumar <[email protected]>
9cc23682 9027M: Shiraz Hashim <[email protected]>
fbfa0748
VK
9028L: [email protected]
9029L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
9030W: http://www.st.com/spear
9031S: Maintained
281e192f 9032F: arch/arm/mach-spear/
fc0c195a
VK
9033
9034SPEAR CLOCK FRAMEWORK SUPPORT
2d8a3b3d 9035M: Viresh Kumar <[email protected]>
fbfa0748
VK
9036L: [email protected]
9037L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
9038W: http://www.st.com/spear
9039S: Maintained
5df33a62 9040F: drivers/clk/spear/
fc0c195a 9041
e2d1d6c0 9042SPI SUBSYSTEM
b02e48f2 9043M: Mark Brown <[email protected]>
dfbe403c 9044L: [email protected]
e7e4e13c 9045T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8a6e2535 9046Q: http://patchwork.kernel.org/project/spi-devel-general/list/
e2d1d6c0 9047S: Maintained
679655da
JP
9048F: Documentation/spi/
9049F: drivers/spi/
9050F: include/linux/spi/
c117ab84 9051F: include/uapi/linux/spi/
e2d1d6c0 9052
2752e401 9053SPIDERNET NETWORK DRIVER for CELL
8b58be88
JP
9054M: Ishizaki Kou <[email protected]>
9055M: Jens Osterkamp <[email protected]>
2752e401
JL
9056L: [email protected]
9057S: Supported
679655da 9058F: Documentation/networking/spider_net.txt
8df158ac 9059F: drivers/net/ethernet/toshiba/spider_net*
2752e401 9060
e2d1d6c0 9061SPU FILE SYSTEM
8b58be88 9062M: Jeremy Kerr <[email protected]>
a4724ed6
SR
9063L: [email protected]
9064L: [email protected]
e2d1d6c0
RD
9065W: http://www.ibm.com/developerworks/power/cell/
9066S: Supported
679655da
JP
9067F: Documentation/filesystems/spufs.txt
9068F: arch/powerpc/platforms/cell/spufs/
e2d1d6c0 9069
fc555841 9070SQUASHFS FILE SYSTEM
d7f2ff67 9071M: Phillip Lougher <[email protected]>
fc555841
PL
9072L: [email protected] (subscribers-only)
9073W: http://squashfs.org.uk
9074S: Maintained
679655da
JP
9075F: Documentation/filesystems/squashfs.txt
9076F: fs/squashfs/
fc555841 9077
1da177e4 9078SRM (Alpha) environment access
8b58be88 9079M: Jan-Benedict Glaw <[email protected]>
1da177e4 9080S: Maintained
679655da 9081F: arch/alpha/kernel/srm_env.c
1da177e4 9082
26e9a397 9083STABLE BRANCH
879a5a00 9084M: Greg Kroah-Hartman <[email protected]>
bc7a2f3a 9085L: [email protected]
879a5a00 9086S: Supported
7b175c46 9087F: Documentation/stable_kernel_rules.txt
e2d1d6c0 9088
26e9a397 9089STAGING SUBSYSTEM
879a5a00 9090M: Greg Kroah-Hartman <[email protected]>
630081fd 9091T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1c6ccf62 9092L: [email protected]
879a5a00 9093S: Supported
679655da 9094F: drivers/staging/
dbc6c2cc 9095
ebd3d010
JP
9096STAGING - COMEDI
9097M: Ian Abbott <[email protected]>
81b884c9 9098M: H Hartley Sweeten <[email protected]>
ebd3d010
JP
9099S: Odd Fixes
9100F: drivers/staging/comedi/
9101
a0138163
JP
9102STAGING - FLARION FT1000 DRIVERS
9103M: Marek Belisko <[email protected]>
9104S: Odd Fixes
9105F: drivers/staging/ft1000/
9106
6c1bb424 9107STAGING - INDUSTRIAL IO
030a13d7 9108M: Jonathan Cameron <[email protected]>
a0138163 9109L: [email protected]
6c1bb424
JP
9110S: Odd Fixes
9111F: drivers/staging/iio/
9112
a0138163
JP
9113STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9114M: Jarod Wilson <[email protected]>
9115W: http://www.lirc.org/
9116S: Odd Fixes
b2b0186d 9117F: drivers/staging/media/lirc/
a0138163 9118
f5e5de1e
OD
9119STAGING - LUSTRE PARALLEL FILESYSTEM
9120M: Oleg Drokin <[email protected]>
9121M: Andreas Dilger <[email protected]>
9122L: [email protected] (moderated for non-subscribers)
9123W: http://lustre.opensfs.org/
9124S: Maintained
9125F: drivers/staging/lustre
9126
7c6b6c71 9127STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
b8125382 9128M: Julian Andres Klode <[email protected]>
7c6b6c71
MD
9129M: Marc Dietrich <[email protected]>
9130L: [email protected] (moderated for non-subscribers)
5d96bf4d 9131L: [email protected]
7c6b6c71
MD
9132S: Maintained
9133F: drivers/staging/nvec/
9134
a0138163 9135STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
3140b458
JF
9136M: Jens Frederich <[email protected]>
9137M: Daniel Drake <[email protected]>
a0138163
JP
9138M: Jon Nettleton <[email protected]>
9139W: http://wiki.laptop.org/go/DCON
3140b458 9140S: Maintained
a0138163
JP
9141F: drivers/staging/olpc_dcon/
9142
94cfdd15 9143STAGING - OZMO DEVICES USB OVER WIFI DRIVER
96747a8f 9144M: Shigekatsu Tateno <[email protected]>
94cfdd15
CK
9145S: Maintained
9146F: drivers/staging/ozwpan/
9147
a0138163 9148STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
29e7017b
JP
9149M: Willy Tarreau <[email protected]>
9150S: Odd Fixes
9151F: drivers/staging/panel/
9152
a0138163
JP
9153STAGING - REALTEK RTL8712U DRIVERS
9154M: Larry Finger <[email protected]>
9155M: Florian Schilhabel <[email protected]>.
9156S: Odd Fixes
9157F: drivers/staging/rtl8712/
9158
7591ba8b
JS
9159STAGING - REALTEK RTL8723U WIRELESS DRIVER
9160M: Larry Finger <[email protected]>
9161M: Jes Sorensen <[email protected]>
9162L: [email protected]
9163S: Maintained
9164F: drivers/staging/rtl8723au/
9165
510fa408
JP
9166STAGING - SLICOSS
9167M: Lior Dotan <[email protected]>
9168M: Christopher Harrer <[email protected]>
9169S: Odd Fixes
9170F: drivers/staging/slicoss/
9171
a0138163
JP
9172STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9173M: William Hubbs <[email protected]>
9174M: Chris Brannon <[email protected]>
d33bce31 9175M: Kirk Reiser <[email protected]>
a0138163 9176M: Samuel Thibault <[email protected]>
e6a152ef 9177L: [email protected]
a0138163
JP
9178W: http://www.linux-speakup.org/
9179S: Odd Fixes
9180F: drivers/staging/speakup/
9181
b3e871ce
JP
9182STAGING - VIA VT665X DRIVERS
9183M: Forest Bond <[email protected]>
9184S: Odd Fixes
9185F: drivers/staging/vt665?/
9186
709bcb07 9187STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
3e39e66e 9188M: Arnaud Patard <[email protected]>
709bcb07
JP
9189S: Odd Fixes
9190F: drivers/staging/xgifb/
9191
1da177e4 9192STARFIRE/DURALAN NETWORK DRIVER
8b58be88 9193M: Ion Badulescu <[email protected]>
b4f90189 9194S: Odd Fixes
9bba23b0 9195F: drivers/net/ethernet/adaptec/starfire*
1da177e4 9196
e2d1d6c0 9197SUN3/3X
8b58be88 9198M: Sam Creasey <[email protected]>
e2d1d6c0
RD
9199W: http://sammy.net/sun3/
9200S: Maintained
679655da
JP
9201F: arch/m68k/kernel/*sun3*
9202F: arch/m68k/sun3*/
9203F: arch/m68k/include/asm/sun3*
e689cf4a 9204F: drivers/net/ethernet/i825xx/sun3*
e2d1d6c0 9205
2bc9ff01
DK
9206SUNDANCE NETWORK DRIVER
9207M: Denis Kirjanov <[email protected]>
9208L: [email protected]
9209S: Maintained
9210F: drivers/net/ethernet/dlink/sundance.c
9211
2cbb12a4 9212SUPERH
2cbb12a4 9213L: [email protected]
1da177e4 9214W: http://www.linux-sh.org
8a6e2535 9215Q: http://patchwork.kernel.org/project/linux-sh/list/
dcaa57d5 9216S: Orphan
066069e1 9217F: Documentation/sh/
679655da 9218F: arch/sh/
066069e1 9219F: drivers/sh/
1da177e4 9220
4480f15b 9221SUSPEND TO RAM
7fb06082 9222M: "Rafael J. Wysocki" <[email protected]>
8b58be88
JP
9223M: Len Brown <[email protected]>
9224M: Pavel Machek <[email protected]>
bf1c138e 9225L: [email protected]
e2d1d6c0 9226S: Supported
679655da
JP
9227F: Documentation/power/
9228F: arch/x86/kernel/acpi/
9229F: drivers/base/power/
9230F: kernel/power/
9231F: include/linux/suspend.h
9232F: include/linux/freezer.h
9233F: include/linux/pm.h
1da177e4
LT
9234
9235SVGA HANDLING
8b58be88 9236M: Martin Mares <[email protected]>
1da177e4
LT
9237L: [email protected]
9238S: Maintained
679655da
JP
9239F: Documentation/svga.txt
9240F: arch/x86/boot/video*
1da177e4 9241
6e28b761
KRW
9242SWIOTLB SUBSYSTEM
9243M: Konrad Rzeszutek Wilk <[email protected]>
9244L: [email protected]
9245S: Supported
9246F: lib/swiotlb.c
9247F: arch/*/kernel/pci-swiotlb.c
9248F: include/linux/swiotlb.h
9249
007f790c
JP
9250SWITCHDEV
9251M: Jiri Pirko <[email protected]>
9252L: [email protected]
9253S: Supported
9254F: net/switchdev/
9255F: include/net/switchdev.h
9256
db8e35d5
VG
9257SYNOPSYS ARC ARCHITECTURE
9258M: Vineet Gupta <[email protected]>
db8e35d5
VG
9259S: Supported
9260F: arch/arc/
6659a20a 9261F: Documentation/devicetree/bindings/arc/
c6a0fe4a 9262F: drivers/tty/serial/arc_uart.c
db8e35d5 9263
1da177e4 9264SYSV FILESYSTEM
8b58be88 9265M: Christoph Hellwig <[email protected]>
1da177e4 9266S: Maintained
679655da
JP
9267F: Documentation/filesystems/sysv-fs.txt
9268F: fs/sysv/
9269F: include/linux/sysv_fs.h
1da177e4 9270
86cfa7fc
NB
9271TARGET SUBSYSTEM
9272M: Nicholas A. Bellinger <[email protected]>
9273L: [email protected]
b9f5edc2 9274L: [email protected]
86cfa7fc 9275W: http://www.linux-iscsi.org
cf015e9f 9276W: http://groups.google.com/group/linux-iscsi-target-dev
452cf324 9277T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
86cfa7fc
NB
9278S: Supported
9279F: drivers/target/
9280F: include/target/
9281F: Documentation/target/
9282
4e68852d 9283TASKSTATS STATISTICS INTERFACE
185e595f 9284M: Balbir Singh <[email protected]>
4e68852d 9285S: Maintained
679655da
JP
9286F: Documentation/accounting/taskstats*
9287F: include/linux/taskstats*
9288F: kernel/taskstats.c
4e68852d 9289
781b456a 9290TC CLASSIFIER
f935f3f8 9291M: Jamal Hadi Salim <[email protected]>
781b456a
SH
9292L: [email protected]
9293S: Maintained
679655da 9294F: include/net/pkt_cls.h
c117ab84 9295F: include/uapi/linux/pkt_cls.h
679655da 9296F: net/sched/
781b456a 9297
5067f08a 9298TCP LOW PRIORITY MODULE
8b58be88
JP
9299M: "Wong Hoi Sing, Edison" <[email protected]>
9300M: "Hung Hing Lun, Mike" <[email protected]>
5067f08a
WHSE
9301W: http://tcp-lp-mod.sourceforge.net/
9302S: Maintained
679655da 9303F: net/ipv4/tcp_lp.c
5067f08a 9304
91952bc0
AP
9305TDA10071 MEDIA DRIVER
9306M: Antti Palosaari <[email protected]>
9307L: [email protected]
9308W: http://linuxtv.org/
9309W: http://palosaari.fi/linux/
9310Q: http://patchwork.linuxtv.org/project/linux-media/list/
9311T: git git://linuxtv.org/anttip/media_tree.git
9312S: Maintained
9313F: drivers/media/dvb-frontends/tda10071*
9314
9315TDA18212 MEDIA DRIVER
9316M: Antti Palosaari <[email protected]>
9317L: [email protected]
9318W: http://linuxtv.org/
9319W: http://palosaari.fi/linux/
9320Q: http://patchwork.linuxtv.org/project/linux-media/list/
9321T: git git://linuxtv.org/anttip/media_tree.git
9322S: Maintained
9323F: drivers/media/tuners/tda18212*
9324
9325TDA18218 MEDIA DRIVER
9326M: Antti Palosaari <[email protected]>
9327L: [email protected]
9328W: http://linuxtv.org/
9329W: http://palosaari.fi/linux/
9330Q: http://patchwork.linuxtv.org/project/linux-media/list/
9331T: git git://linuxtv.org/anttip/media_tree.git
9332S: Maintained
9333F: drivers/media/tuners/tda18218*
9334
3b2f6aba
MK
9335TDA18271 MEDIA DRIVER
9336M: Michael Krufky <[email protected]>
9337L: [email protected]
9338W: http://linuxtv.org/
9339W: http://github.com/mkrufky
9340Q: http://patchwork.linuxtv.org/project/linux-media/list/
9341T: git git://linuxtv.org/mkrufky/tuners.git
9342S: Maintained
9343F: drivers/media/tuners/tda18271*
9344
e48307a9
MK
9345TDA827x MEDIA DRIVER
9346M: Michael Krufky <[email protected]>
9347L: [email protected]
9348W: http://linuxtv.org/
9349W: http://github.com/mkrufky
9350Q: http://patchwork.linuxtv.org/project/linux-media/list/
9351T: git git://linuxtv.org/mkrufky/tuners.git
9352S: Maintained
9353F: drivers/media/tuners/tda8290.*
9354
66cf9212
MK
9355TDA8290 MEDIA DRIVER
9356M: Michael Krufky <[email protected]>
9357L: [email protected]
9358W: http://linuxtv.org/
9359W: http://github.com/mkrufky
9360Q: http://patchwork.linuxtv.org/project/linux-media/list/
9361T: git git://linuxtv.org/mkrufky/tuners.git
9362S: Maintained
9363F: drivers/media/tuners/tda8290.*
9364
4b9fba30
HV
9365TDA9840 MEDIA DRIVER
9366M: Hans Verkuil <[email protected]>
9367L: [email protected]
9368T: git git://linuxtv.org/media_tree.git
9369W: http://linuxtv.org
9370S: Maintained
9371F: drivers/media/i2c/tda9840*
9372
2cb654fd 9373TEA5761 TUNER DRIVER
009a5410 9374M: Mauro Carvalho Chehab <[email protected]>
2cb654fd
MCC
9375L: [email protected]
9376W: http://linuxtv.org
9377T: git git://linuxtv.org/media_tree.git
9378S: Odd fixes
9379F: drivers/media/tuners/tea5761.*
9380
9381TEA5767 TUNER DRIVER
009a5410 9382M: Mauro Carvalho Chehab <[email protected]>
2cb654fd
MCC
9383L: [email protected]
9384W: http://linuxtv.org
9385T: git git://linuxtv.org/media_tree.git
9386S: Maintained
9387F: drivers/media/tuners/tea5767.*
9388
4b9fba30
HV
9389TEA6415C MEDIA DRIVER
9390M: Hans Verkuil <[email protected]>
9391L: [email protected]
9392T: git git://linuxtv.org/media_tree.git
9393W: http://linuxtv.org
9394S: Maintained
9395F: drivers/media/i2c/tea6415c*
9396
9397TEA6420 MEDIA DRIVER
9398M: Hans Verkuil <[email protected]>
9399L: [email protected]
9400T: git git://linuxtv.org/media_tree.git
9401W: http://linuxtv.org
9402S: Maintained
9403F: drivers/media/i2c/tea6420*
9404
3d249d4c 9405TEAM DRIVER
dca9ab92 9406M: Jiri Pirko <[email protected]>
3d249d4c
JP
9407L: [email protected]
9408S: Supported
9409F: drivers/net/team/
9410F: include/linux/if_team.h
c117ab84 9411F: include/uapi/linux/if_team.h
3d249d4c 9412
7d029125
VD
9413TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9414M: Savoir-faire Linux Inc. <[email protected]>
9415S: Maintained
9416F: arch/x86/platform/ts5500/
9417
40ad4a30
SY
9418TECHNOTREND USB IR RECEIVER
9419M: Sean Young <[email protected]>
9420L: [email protected]
9421S: Maintained
9422F: drivers/media/rc/ttusbir.c
9423
adabdb0c 9424TEGRA ARCHITECTURE SUPPORT
243d58ec 9425M: Stephen Warren <[email protected]>
adabdb0c 9426M: Thierry Reding <[email protected]>
554077c5 9427M: Alexandre Courbot <[email protected]>
84b9414b 9428L: [email protected]
fd117cd1 9429Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
b779b88d 9430T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
84b9414b 9431S: Supported
bbbe96ed 9432N: [^a-z]tegra
84b9414b 9433
adabdb0c
SW
9434TEGRA CLOCK DRIVER
9435M: Peter De Schrijver <[email protected]>
9436M: Prashant Gaikwad <[email protected]>
9437S: Supported
9438F: drivers/clk/tegra/
9439
9440TEGRA DMA DRIVER
9441M: Laxman Dewangan <[email protected]>
9442S: Supported
9443F: drivers/dma/tegra20-apb-dma.c
9444
adabdb0c
SW
9445TEGRA I2C DRIVER
9446M: Laxman Dewangan <[email protected]>
9447S: Supported
9448F: drivers/i2c/busses/i2c-tegra.c
9449
9450TEGRA IOMMU DRIVERS
9451M: Hiroshi Doyu <[email protected]>
9452S: Supported
9453F: drivers/iommu/tegra*
9454
9455TEGRA KBC DRIVER
9456M: Rakesh Iyer <[email protected]>
9457M: Laxman Dewangan <[email protected]>
9458S: Supported
9459F: drivers/input/keyboard/tegra-kbc.c
9460
adabdb0c
SW
9461TEGRA PWM DRIVER
9462M: Thierry Reding <[email protected]>
9463S: Supported
9464F: drivers/pwm/pwm-tegra.c
9465
9466TEGRA SERIAL DRIVER
9467M: Laxman Dewangan <[email protected]>
9468S: Supported
9469F: drivers/tty/serial/serial-tegra.c
9470
9471TEGRA SPI DRIVER
9472M: Laxman Dewangan <[email protected]>
9473S: Supported
9474F: drivers/spi/spi-tegra*
9475
1a348ccc 9476TEHUTI ETHERNET DRIVER
8b58be88 9477M: Andy Gospodarek <[email protected]>
1a348ccc
AG
9478L: [email protected]
9479S: Supported
ef7f5429 9480F: drivers/net/ethernet/tehuti/*
1a348ccc 9481
4e68852d 9482Telecom Clock Driver for MCPL0010
8b58be88 9483M: Mark Gross <[email protected]>
4e68852d 9484S: Supported
679655da 9485F: drivers/char/tlclk.c
4e68852d 9486
4480f15b 9487TENSILICA XTENSA PORT (xtensa)
8b58be88 9488M: Chris Zankel <[email protected]>
f959ed2f
CZ
9489M: Max Filippov <[email protected]>
9490L: [email protected]
4e68852d 9491S: Maintained
679655da 9492F: arch/xtensa/
3dc99857 9493F: drivers/irqchip/irq-xtensa-*
4e68852d 9494
5313ba66
HV
9495THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9496M: Hans Verkuil <[email protected]>
9497L: [email protected]
9498T: git git://linuxtv.org/media_tree.git
9499W: http://linuxtv.org
9500S: Maintained
9501F: drivers/media/radio/radio-raremono.c
9502
d3fb6955 9503THERMAL
b75f0050 9504M: Zhang Rui <[email protected]>
f14d1c24 9505M: Eduardo Valentin <[email protected]>
b75f0050
JP
9506L: [email protected]
9507T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9508T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9509Q: https://patchwork.kernel.org/project/linux-pm/list/
9510S: Supported
9511F: drivers/thermal/
9512F: include/linux/thermal.h
af6c9f16 9513F: include/uapi/linux/thermal.h
b75f0050
JP
9514F: include/linux/cpu_cooling.h
9515F: Documentation/devicetree/bindings/thermal/
d3fb6955 9516
30ba2fbd
VD
9517THINGM BLINK(1) USB RGB LED DRIVER
9518M: Vivien Didelot <[email protected]>
9519S: Maintained
9520F: drivers/hid/hid-thingm.c
9521
4e68852d 9522THINKPAD ACPI EXTRAS DRIVER
8b58be88 9523M: Henrique de Moraes Holschuh <[email protected]>
4e68852d 9524L: [email protected]
d0944853 9525L: [email protected]
4e68852d
AC
9526W: http://ibm-acpi.sourceforge.net
9527W: http://thinkwiki.org/wiki/Ibm-acpi
54e5881d 9528T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4e68852d 9529S: Maintained
679655da 9530F: drivers/platform/x86/thinkpad_acpi.c
4e68852d 9531
1b46f2a2 9532TI BANDGAP AND THERMAL DRIVER
f14d1c24 9533M: Eduardo Valentin <[email protected]>
1b46f2a2 9534L: [email protected]
794b2e25
EV
9535S: Supported
9536F: drivers/thermal/ti-soc-thermal/
1b46f2a2 9537
49b6a5e3
TK
9538TI CLOCK DRIVER
9539M: Tero Kristo <[email protected]>
9540L: [email protected]
9541S: Maintained
9542F: drivers/clk/ti/
9543F: include/linux/clk/ti.h
9544
4020f2d7 9545TI FLASH MEDIA INTERFACE DRIVER
8b58be88 9546M: Alex Dubov <[email protected]>
795fb7e7 9547S: Maintained
679655da
JP
9548F: drivers/misc/tifm*
9549F: drivers/mmc/host/tifm_sd.c
9550F: include/linux/tifm.h
4020f2d7 9551
e0c52404 9552TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
97215800 9553M: Santosh Shilimkar <[email protected]>
e0c52404
SS
9554L: [email protected]
9555L: [email protected] (moderated for non-subscribers)
9556S: Maintained
9557F: drivers/soc/ti/*
9558T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9559
9560
152ad442
SR
9561TI LM49xxx FAMILY ASoC CODEC DRIVERS
9562M: M R Swami Reddy <[email protected]>
d392dead 9563M: Vishwas A Deshpande <[email protected]>
152ad442
SR
9564L: [email protected] (moderated for non-subscribers)
9565S: Maintained
9566F: sound/soc/codecs/lm49453*
d392dead 9567F: sound/soc/codecs/isabelle*
152ad442 9568
0edd807d
KM
9569TI LP855x BACKLIGHT DRIVER
9570M: Milo Kim <[email protected]>
9571S: Maintained
9572F: Documentation/backlight/lp855x-driver.txt
9573F: drivers/video/backlight/lp855x_bl.c
9574F: include/linux/platform_data/lp855x.h
9575
faf13f6d
KM
9576TI LP8727 CHARGER DRIVER
9577M: Milo Kim <[email protected]>
9578S: Maintained
9579F: drivers/power/lp8727_charger.c
9580F: include/linux/platform_data/lp8727.h
9581
22f1229f
KM
9582TI LP8788 MFD DRIVER
9583M: Milo Kim <[email protected]>
9584S: Maintained
9585F: drivers/iio/adc/lp8788_adc.c
9586F: drivers/leds/leds-lp8788.c
9587F: drivers/mfd/lp8788*.c
9588F: drivers/power/lp8788-charger.c
9589F: drivers/regulator/lp8788-*.c
9590F: include/linux/mfd/lp8788*.h
9591
dd5e8e6b 9592TI TWL4030 SERIES SOC CODEC DRIVER
3be79d13 9593M: Peter Ujfalusi <[email protected]>
dd5e8e6b
PU
9594L: [email protected] (moderated for non-subscribers)
9595S: Maintained
9596F: sound/soc/codecs/twl4030*
9597
90921014 9598TI WILINK WIRELESS DRIVERS
90921014
LC
9599L: [email protected]
9600W: http://wireless.kernel.org/en/users/Drivers/wl12xx
9601W: http://wireless.kernel.org/en/users/Drivers/wl1251
9602T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
22d072f6 9603S: Orphan
90921014
LC
9604F: drivers/net/wireless/ti/
9605F: include/linux/wl12xx.h
9606
e86eaa3a 9607TIPC NETWORK LAYER
8b58be88
JP
9608M: Jon Maloy <[email protected]>
9609M: Allan Stephens <[email protected]>
633d2bde
AS
9610L: [email protected] (core kernel code)
9611L: [email protected] (user apps, general discussion)
e86eaa3a 9612W: http://tipc.sourceforge.net/
e86eaa3a 9613S: Maintained
c117ab84 9614F: include/uapi/linux/tipc*.h
679655da 9615F: net/tipc/
e86eaa3a 9616
867e359b 9617TILE ARCHITECTURE
c47b15c4 9618M: Chris Metcalf <[email protected]>
867e359b
CM
9619W: http://www.tilera.com/scm/
9620S: Supported
9621F: arch/tile/
6b940606 9622F: drivers/char/tile-srom.c
5c770755 9623F: drivers/edac/tile_edac.c
6b940606
CM
9624F: drivers/net/ethernet/tile/
9625F: drivers/rtc/rtc-tile.c
9626F: drivers/tty/hvc/hvc_tile.c
b5c6c1a7 9627F: drivers/tty/serial/tilegx.c
6b940606
CM
9628F: drivers/usb/host/*-tilegx.c
9629F: include/linux/usb/tilegx.h
867e359b 9630
1da177e4 9631TLAN NETWORK DRIVER
8b58be88 9632M: Samuel Chessman <[email protected]>
88c07dde 9633L: [email protected] (subscribers-only)
1da177e4
LT
9634W: http://sourceforge.net/projects/tlan/
9635S: Maintained
679655da 9636F: Documentation/networking/tlan.txt
b544dbac 9637F: drivers/net/ethernet/ti/tlan.*
1da177e4 9638
d74db3b2 9639TOMOYO SECURITY MODULE
8b58be88
JP
9640M: Kentaro Takeda <[email protected]>
9641M: Tetsuo Handa <[email protected]>
d03a5d88
TH
9642L: [email protected] (subscribers-only, for developers in English)
9643L: [email protected] (subscribers-only, for users in English)
d74db3b2
KT
9644L: [email protected] (subscribers-only, for developers in Japanese)
9645L: [email protected] (subscribers-only, for users in Japanese)
9646W: http://tomoyo.sourceforge.jp/
843d183c 9647T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
d74db3b2 9648S: Maintained
679655da 9649F: security/tomoyo/
d74db3b2 9650
9caeb532 9651TOPSTAR LAPTOP EXTRAS DRIVER
9f0939bf 9652M: Herton Ronaldo Krzesinski <[email protected]>
d0944853 9653L: [email protected]
9caeb532
HRK
9654S: Maintained
9655F: drivers/platform/x86/topstar-laptop.c
9656
1da177e4 9657TOSHIBA ACPI EXTRAS DRIVER
d0944853 9658L: [email protected]
15065531 9659S: Orphan
679655da 9660F: drivers/platform/x86/toshiba_acpi.c
1da177e4
LT
9661
9662TOSHIBA SMM DRIVER
8b58be88 9663M: Jonathan Buzzard <[email protected]>
1da177e4
LT
9664L: [email protected]
9665W: http://www.buzzard.org.uk/toshiba/
9666S: Maintained
679655da
JP
9667F: drivers/char/toshiba.c
9668F: include/linux/toshiba.h
c117ab84 9669F: include/uapi/linux/toshiba.h
1da177e4 9670
d719f900 9671TMIO MMC DRIVER
252f29a9 9672M: Ian Molton <[email protected]>
d1057c40 9673L: [email protected]
d719f900 9674S: Maintained
d1057c40
GL
9675F: drivers/mmc/host/tmio_mmc*
9676F: drivers/mmc/host/sh_mobile_sdhi.c
9677F: include/linux/mmc/tmio.h
9678F: include/linux/mmc/sh_mobile_sdhi.h
d719f900 9679
917cc4e6
GR
9680TMP401 HARDWARE MONITOR DRIVER
9681M: Guenter Roeck <[email protected]>
9682L: [email protected]
9683S: Maintained
9684F: Documentation/hwmon/tmp401
9685F: drivers/hwmon/tmp401.c
9686
98f32602 9687TMPFS (SHMEM FILESYSTEM)
bfcc6e2e 9688M: Hugh Dickins <[email protected]>
98f32602
HD
9689L: [email protected]
9690S: Maintained
9691F: include/linux/shmem_fs.h
9692F: mm/shmem.c
9693
45f95b53 9694TM6000 VIDEO4LINUX DRIVER
009a5410 9695M: Mauro Carvalho Chehab <[email protected]>
45f95b53
MCC
9696L: [email protected]
9697W: http://linuxtv.org
9698T: git git://linuxtv.org/media_tree.git
9699S: Odd fixes
9700F: drivers/media/usb/tm6000/
9701
c65fde19
HV
9702TW68 VIDEO4LINUX DRIVER
9703M: Hans Verkuil <[email protected]>
9704L: [email protected]
9705T: git git://linuxtv.org/media_tree.git
9706W: http://linuxtv.org
9707S: Odd Fixes
9708F: drivers/media/pci/tw68/
9709
4e68852d 9710TPM DEVICE DRIVER
901486b8 9711M: Peter Huewe <[email protected]>
383dec1f 9712M: Ashley Lai <[email protected]>
cbb2d5e4 9713M: Marcel Selhorst <[email protected]>
383dec1f 9714W: http://tpmdd.sourceforge.net
63a10dfd 9715L: [email protected] (moderated for non-subscribers)
4e68852d 9716S: Maintained
679655da 9717F: drivers/char/tpm/
4e68852d 9718
d6f005a1
JP
9719TRACING
9720M: Steven Rostedt <[email protected]>
d6f005a1 9721M: Ingo Molnar <[email protected]>
75fc2d37 9722T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
d6f005a1
JP
9723S: Maintained
9724F: Documentation/trace/ftrace.txt
9725F: arch/*/*/*/ftrace.h
9726F: arch/*/kernel/ftrace.c
9727F: include/*/ftrace.h
9728F: include/linux/trace*.h
9729F: include/trace/
9730F: kernel/trace/
6e68e6c5 9731F: tools/testing/selftests/ftrace/
d6f005a1 9732
1da177e4 9733TRIVIAL PATCHES
8b58be88 9734M: Jiri Kosina <[email protected]>
54e5881d 9735T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
1da177e4 9736S: Maintained
86ef925f 9737K: ^Subject:.*(?i)trivial
1da177e4 9738
4e68852d 9739TTY LAYER
879a5a00 9740M: Greg Kroah-Hartman <[email protected]>
25e6c11f 9741M: Jiri Slaby <[email protected]>
879a5a00 9742S: Supported
08deed1e 9743T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8dd5d2f1 9744F: drivers/tty/
df621252 9745F: drivers/tty/serial/serial_core.c
e3288775
AC
9746F: include/linux/serial_core.h
9747F: include/linux/serial.h
9748F: include/linux/tty.h
c117ab84
CEB
9749F: include/uapi/linux/serial_core.h
9750F: include/uapi/linux/serial.h
9751F: include/uapi/linux/tty.h
4e68852d 9752
91952bc0
AP
9753TUA9001 MEDIA DRIVER
9754M: Antti Palosaari <[email protected]>
9755L: [email protected]
9756W: http://linuxtv.org/
9757W: http://palosaari.fi/linux/
9758Q: http://patchwork.linuxtv.org/project/linux-media/list/
9759T: git git://linuxtv.org/anttip/media_tree.git
9760S: Maintained
9761F: drivers/media/tuners/tua9001*
9762
740db6d7 9763TULIP NETWORK DRIVERS
8b58be88 9764M: Grant Grundler <[email protected]>
740db6d7
GG
9765L: [email protected]
9766S: Maintained
0f04e2aa 9767F: drivers/net/ethernet/dec/tulip/
1da177e4
LT
9768
9769TUN/TAP driver
ba57b6f2 9770M: Maxim Krasnyansky <[email protected]>
1da177e4
LT
9771W: http://vtun.sourceforge.net/tun
9772S: Maintained
679655da
JP
9773F: Documentation/networking/tuntap.txt
9774F: arch/um/os-Linux/drivers/
1da177e4 9775
b454cc66 9776TURBOCHANNEL SUBSYSTEM
8b58be88 9777M: "Maciej W. Rozycki" <[email protected]>
c406339c
RB
9778M: Ralf Baechle <[email protected]>
9779L: [email protected]
9780Q: http://patchwork.linux-mips.org/project/linux-mips/list/
b454cc66 9781S: Maintained
679655da
JP
9782F: drivers/tc/
9783F: include/linux/tc.h
b454cc66 9784
1da177e4 9785U14-34F SCSI DRIVER
8b58be88 9786M: Dario Ballabio <[email protected]>
1da177e4
LT
9787L: [email protected]
9788S: Maintained
679655da 9789F: drivers/scsi/u14-34f.c
1da177e4 9790
e2d1d6c0 9791UBI FILE SYSTEM (UBIFS)
949cb623 9792M: Artem Bityutskiy <[email protected]>
cc8f9b99 9793M: Adrian Hunter <[email protected]>
e2d1d6c0 9794L: [email protected]
e2966cbe 9795T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
9796W: http://www.linux-mtd.infradead.org/doc/ubifs.html
9797S: Maintained
679655da
JP
9798F: Documentation/filesystems/ubifs.txt
9799F: fs/ubifs/
e2d1d6c0 9800
cc2020e6 9801UCLINUX (AND M68KNOMMU)
8b58be88 9802M: Greg Ungerer <[email protected]>
cc2020e6
AC
9803W: http://www.uclinux.org/
9804L: [email protected] (subscribers-only)
9805S: Maintained
61bc02bb
JP
9806F: arch/m68k/*/*_no.*
9807F: arch/m68k/include/asm/*_no.*
cc2020e6 9808
1da177e4 9809UDF FILESYSTEM
8b58be88 9810M: Jan Kara <[email protected]>
1da177e4 9811S: Maintained
679655da
JP
9812F: Documentation/filesystems/udf.txt
9813F: fs/udf/
1da177e4 9814
cc2020e6 9815UFS FILESYSTEM
8b58be88 9816M: Evgeniy Dushistov <[email protected]>
cc2020e6 9817S: Maintained
679655da
JP
9818F: Documentation/filesystems/ufs.txt
9819F: fs/ufs/
cc2020e6 9820
0a09d3ab
DR
9821UHID USERSPACE HID IO DRIVER:
9822M: David Herrmann <[email protected]>
9823L: [email protected]
9824S: Maintained
9825F: drivers/hid/uhid.c
c117ab84 9826F: include/uapi/linux/uhid.h
0a09d3ab 9827
18332a80 9828ULTRA-WIDEBAND (UWB) SUBSYSTEM:
18332a80 9829L: [email protected]
10c6c9c9 9830S: Orphan
355ffe69 9831F: drivers/uwb/
679655da
JP
9832F: include/linux/uwb.h
9833F: include/linux/uwb/
18332a80 9834
b31d8273
G
9835UNICORE32 ARCHITECTURE:
9836M: Guan Xuetao <[email protected]>
9837W: http://mprc.pku.edu.cn/~guanxuetao/linux
9838S: Maintained
ceebf4d5 9839T: git git://github.com/gxt/linux.git
b31d8273
G
9840F: arch/unicore32/
9841
d8379ab1
TF
9842UNIFDEF
9843M: Tony Finch <[email protected]>
9844W: http://dotat.at/prog/unifdef
9845S: Maintained
9846F: scripts/unifdef.c
9847
1da177e4 9848UNIFORM CDROM DRIVER
8b58be88 9849M: Jens Axboe <[email protected]>
1da177e4
LT
9850W: http://www.kernel.dk
9851S: Maintained
679655da
JP
9852F: Documentation/cdrom/
9853F: drivers/cdrom/cdrom.c
9854F: include/linux/cdrom.h
c117ab84 9855F: include/uapi/linux/cdrom.h
1da177e4 9856
56df0122
BR
9857UNISYS S-PAR DRIVERS
9858M: Benjamin Romer <[email protected]>
9859M: David Kershner <[email protected]>
9860L: [email protected] (Unisys internal)
9861S: Supported
9862F: drivers/staging/unisys/
9863
9941fa6e
VH
9864UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9865M: Vinayak Holikatti <[email protected]>
9941fa6e
VH
9866L: [email protected]
9867S: Supported
9868F: Documentation/scsi/ufs.txt
9869F: drivers/scsi/ufs/
9870
e2d1d6c0 9871UNSORTED BLOCK IMAGES (UBI)
949cb623 9872M: Artem Bityutskiy <[email protected]>
e2d1d6c0
RD
9873W: http://www.linux-mtd.infradead.org/
9874L: [email protected]
b6b44e0a 9875T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0 9876S: Maintained
80811493 9877F: drivers/mtd/ubi/
679655da 9878F: include/linux/mtd/ubi.h
c117ab84 9879F: include/uapi/mtd/ubi-user.h
e2d1d6c0 9880
76ac66e4
RW
9881UNSORTED BLOCK IMAGES (UBI) Fastmap
9882M: Richard Weinberger <[email protected]>
9883L: [email protected]
9884S: Maintained
9885F: drivers/mtd/ubi/fastmap.c
9886
1da177e4 9887USB ACM DRIVER
61eee9a7 9888M: Oliver Neukum <[email protected]>
6372594a 9889L: [email protected]
1da177e4 9890S: Maintained
679655da
JP
9891F: Documentation/usb/acm.txt
9892F: drivers/usb/class/cdc-acm.*
1da177e4 9893
b7d572e1
PF
9894USB AR5523 WIRELESS DRIVER
9895M: Pontus Fuchs <[email protected]>
9896L: [email protected]
9897S: Maintained
9898F: drivers/net/wireless/ath/ar5523/
9899
115bb1ff 9900USB ATTACHED SCSI
f50a4968 9901M: Hans de Goede <[email protected]>
8eae0fb7 9902M: Gerd Hoffmann <[email protected]>
115bb1ff
MW
9903L: [email protected]
9904L: [email protected]
8eae0fb7 9905S: Maintained
115bb1ff
MW
9906F: drivers/usb/storage/uas.c
9907
1da177e4 9908USB CDC ETHERNET DRIVER
61eee9a7 9909M: Oliver Neukum <[email protected]>
795fb7e7 9910L: [email protected]
1da177e4 9911S: Maintained
679655da 9912F: drivers/net/usb/cdc_*.c
c117ab84 9913F: include/uapi/linux/usb/cdc.h
1da177e4 9914
b02b371e 9915USB CYPRESS C67X00 DRIVER
8b58be88 9916M: Peter Korsgaard <[email protected]>
b02b371e
PK
9917L: [email protected]
9918S: Maintained
679655da 9919F: drivers/usb/c67x00/
b02b371e 9920
d0374f4f 9921USB DAVICOM DM9601 DRIVER
8b58be88 9922M: Peter Korsgaard <[email protected]>
043600a6 9923L: [email protected]
d0374f4f
PK
9924W: http://www.linux-usb.org/usbnet
9925S: Maintained
679655da 9926F: drivers/net/usb/dm9601.c
d0374f4f 9927
cc2020e6 9928USB DIAMOND RIO500 DRIVER
8b58be88 9929M: Cesar Miquel <[email protected]>
cc2020e6
AC
9930L: [email protected]
9931W: http://rio500.sourceforge.net
9932S: Maintained
679655da 9933F: drivers/usb/misc/rio500*
cc2020e6 9934
1da177e4 9935USB EHCI DRIVER
578333ab 9936M: Alan Stern <[email protected]>
795fb7e7 9937L: [email protected]
578333ab 9938S: Maintained
679655da
JP
9939F: Documentation/usb/ehci.txt
9940F: drivers/usb/host/ehci*
1da177e4 9941
69ae9e3e 9942USB GADGET/PERIPHERAL SUBSYSTEM
d6d0f665 9943M: Felipe Balbi <[email protected]>
795fb7e7 9944L: [email protected]
69ae9e3e 9945W: http://www.linux-usb.org/gadget
d6d0f665
FB
9946T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9947S: Maintained
679655da
JP
9948F: drivers/usb/gadget/
9949F: include/linux/usb/gadget*
69ae9e3e 9950
2dea64b4 9951USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8b58be88 9952M: Jiri Kosina <[email protected]>
795fb7e7 9953L: [email protected]
54e5881d 9954T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4 9955S: Maintained
c2f01971 9956F: Documentation/hid/hiddev.txt
679655da 9957F: drivers/hid/usbhid/
1da177e4 9958
959eea21 9959USB ISP116X DRIVER
8b58be88 9960M: Olav Kongas <[email protected]>
795fb7e7 9961L: [email protected]
959eea21 9962S: Maintained
679655da
JP
9963F: drivers/usb/host/isp116x*
9964F: include/linux/usb/isp116x.h
959eea21 9965
1da177e4 9966USB MASS STORAGE DRIVER
8b58be88 9967M: Matthew Dharm <[email protected]>
795fb7e7 9968L: [email protected]
8836aeb8 9969L: [email protected]
1da177e4
LT
9970S: Maintained
9971W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
679655da 9972F: drivers/usb/storage/
1da177e4 9973
af39917d
CL
9974USB MIDI DRIVER
9975M: Clemens Ladisch <[email protected]>
9976L: [email protected] (moderated for non-subscribers)
9977T: git git://git.alsa-project.org/alsa-kernel.git
9978S: Maintained
9979F: sound/usb/midi.*
9980
444ce9d4
JP
9981USB NETWORKING DRIVERS
9982L: [email protected]
9983S: Odd Fixes
9984F: drivers/net/usb/
9985
1da177e4 9986USB OHCI DRIVER
578333ab 9987M: Alan Stern <[email protected]>
795fb7e7 9988L: [email protected]
578333ab 9989S: Maintained
679655da
JP
9990F: Documentation/usb/ohci.txt
9991F: drivers/usb/host/ohci*
1da177e4 9992
563da3a9
VM
9993USB OVER IP DRIVER
9994M: Valentina Manea <[email protected]>
9995M: Shuah Khan <[email protected]>
9996L: [email protected]
9997S: Maintained
9998F: drivers/usb/usbip/
9999F: tools/usb/usbip/
10000
1da177e4 10001USB PEGASUS DRIVER
a16b945c 10002M: Petko Manolov <[email protected]>
795fb7e7 10003L: [email protected]
043600a6 10004L: [email protected]
052e3128
PM
10005T: git git://github.com/petkan/pegasus.git
10006W: https://github.com/petkan/pegasus
1da177e4 10007S: Maintained
679655da 10008F: drivers/net/usb/pegasus.*
1da177e4 10009
d3ad558f
FB
10010USB PHY LAYER
10011M: Felipe Balbi <[email protected]>
10012L: [email protected]
10013T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10014S: Maintained
10015F: drivers/usb/phy/
d3ad558f 10016
73e4fb3f 10017USB PRINTER DRIVER (usblp)
8b58be88 10018M: Pete Zaitcev <[email protected]>
795fb7e7 10019L: [email protected]
73e4fb3f 10020S: Supported
679655da 10021F: drivers/usb/class/usblp.c
1da177e4
LT
10022
10023USB RTL8150 DRIVER
a16b945c 10024M: Petko Manolov <[email protected]>
795fb7e7 10025L: [email protected]
043600a6 10026L: [email protected]
052e3128
PM
10027T: git git://github.com/petkan/rtl8150.git
10028W: https://github.com/petkan/rtl8150
1da177e4 10029S: Maintained
679655da 10030F: drivers/net/usb/rtl8150.c
1da177e4 10031
f896b796 10032USB SERIAL SUBSYSTEM
66085694 10033M: Johan Hovold <[email protected]>
795fb7e7 10034L: [email protected]
4e68852d 10035S: Maintained
679655da 10036F: Documentation/usb/usb-serial.txt
f896b796 10037F: drivers/usb/serial/
679655da 10038F: include/linux/usb/serial.h
1da177e4 10039
b3f0db1c
SG
10040USB SMSC75XX ETHERNET DRIVER
10041M: Steve Glendinning <[email protected]>
10042L: [email protected]
10043S: Maintained
10044F: drivers/net/usb/smsc75xx.*
10045
2f7ca802 10046USB SMSC95XX ETHERNET DRIVER
90b24cfb 10047M: Steve Glendinning <[email protected]>
2f7ca802 10048L: [email protected]
90b24cfb 10049S: Maintained
679655da 10050F: drivers/net/usb/smsc95xx.*
2f7ca802 10051
1da177e4 10052USB SUBSYSTEM
879a5a00 10053M: Greg Kroah-Hartman <[email protected]>
795fb7e7 10054L: [email protected]
1da177e4 10055W: http://www.linux-usb.org
08deed1e 10056T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
1da177e4 10057S: Supported
679655da 10058F: Documentation/usb/
679655da
JP
10059F: drivers/usb/
10060F: include/linux/usb.h
10061F: include/linux/usb/
1da177e4
LT
10062
10063USB UHCI DRIVER
8b58be88 10064M: Alan Stern <[email protected]>
795fb7e7 10065L: [email protected]
1da177e4 10066S: Maintained
679655da 10067F: drivers/usb/host/uhci*
1da177e4 10068
69ae9e3e 10069USB "USBNET" DRIVER FRAMEWORK
686f13bb 10070M: Oliver Neukum <[email protected]>
043600a6 10071L: [email protected]
69ae9e3e 10072W: http://www.linux-usb.org/usbnet
1da177e4 10073S: Maintained
679655da
JP
10074F: drivers/net/usb/usbnet.c
10075F: include/linux/usb/usbnet.h
1da177e4 10076
c0efd232 10077USB VIDEO CLASS
c53ac071 10078M: Laurent Pinchart <[email protected]>
616bd4e2 10079L: [email protected] (subscribers-only)
661263b5 10080L: [email protected]
275ffde4 10081T: git git://linuxtv.org/media_tree.git
57c6d2e9 10082W: http://www.ideasonboard.org/uvc/
c0efd232 10083S: Maintained
0c0d06ca 10084F: drivers/media/usb/uvc/
6c0f0359 10085F: include/uapi/linux/uvcvideo.h
1da177e4 10086
b60b9c45
HV
10087USB VISION DRIVER
10088M: Hans Verkuil <[email protected]>
10089L: [email protected]
10090T: git git://linuxtv.org/media_tree.git
10091W: http://linuxtv.org
10092S: Odd Fixes
10093F: drivers/media/usb/usbvision/
10094
8282da47
LP
10095USB WEBCAM GADGET
10096M: Laurent Pinchart <[email protected]>
10097L: [email protected]
10098S: Maintained
3a83c16e 10099F: drivers/usb/gadget/function/*uvc*
faf2e1db 10100F: drivers/usb/gadget/legacy/webcam.c
8282da47 10101
bf164cc0 10102USB WIRELESS RNDIS DRIVER (rndis_wlan)
e6146c5c 10103M: Jussi Kivilinna <[email protected]>
bf164cc0
JK
10104L: [email protected]
10105S: Maintained
679655da 10106F: drivers/net/wireless/rndis_wlan.c
bf164cc0 10107
eb6bab13 10108USB XHCI DRIVER
03d85053 10109M: Mathias Nyman <[email protected]>
eb6bab13
SS
10110L: [email protected]
10111S: Supported
36d0344c
SS
10112F: drivers/usb/host/xhci*
10113F: drivers/usb/host/pci-quirks*
eb6bab13 10114
1da177e4 10115USB ZD1201 DRIVER
4086b9ca 10116L: [email protected]
1da177e4 10117W: http://linux-lc100020.sourceforge.net
4086b9ca 10118S: Orphan
679655da 10119F: drivers/net/wireless/zd1201.*
1da177e4 10120
b7eee616 10121USB ZR364XX DRIVER
8b58be88 10122M: Antoine Jacquet <[email protected]>
795fb7e7 10123L: [email protected]
661263b5 10124L: [email protected]
275ffde4 10125T: git git://linuxtv.org/media_tree.git
b7eee616
AJ
10126W: http://royale.zerezo.com/zr364xx/
10127S: Maintained
679655da 10128F: Documentation/video4linux/zr364xx.txt
90d72ac6 10129F: drivers/media/usb/zr364xx/
b7eee616 10130
e7839f25 10131USER-MODE LINUX (UML)
8b58be88 10132M: Jeff Dike <[email protected]>
b15194b7 10133M: Richard Weinberger <[email protected]>
1da177e4
LT
10134L: [email protected]
10135L: [email protected]
10136W: http://user-mode-linux.sourceforge.net
10137S: Maintained
61516587 10138F: Documentation/virtual/uml/
679655da 10139F: arch/um/
b070989a 10140F: arch/x86/um/
679655da
JP
10141F: fs/hostfs/
10142F: fs/hppfs/
b7eee616 10143
e5f114e9 10144USERSPACE I/O (UIO)
6a534c9d 10145M: "Hans J. Koch" <[email protected]>
879a5a00 10146M: Greg Kroah-Hartman <[email protected]>
e5f114e9 10147S: Maintained
679655da
JP
10148F: Documentation/DocBook/uio-howto.tmpl
10149F: drivers/uio/
10150F: include/linux/uio*.h
e5f114e9 10151
256cccbe 10152UTIL-LINUX PACKAGE
8b58be88 10153M: Karel Zak <[email protected]>
256cccbe
KZ
10154L: [email protected]
10155W: http://en.wikipedia.org/wiki/Util-linux
10156T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
f899b0ad
KZ
10157S: Maintained
10158
c1fd1c07 10159UVESAFB DRIVER
8b58be88 10160M: Michal Januszewski <[email protected]>
c69f677c 10161L: [email protected]
c1fd1c07
MJ
10162W: http://dev.gentoo.org/~spock/projects/uvesafb/
10163S: Maintained
679655da 10164F: Documentation/fb/uvesafb.txt
8a61f013 10165F: drivers/video/fbdev/uvesafb.*
c1fd1c07 10166
4480f15b 10167VFAT/FAT/MSDOS FILESYSTEM
8b58be88 10168M: OGAWA Hirofumi <[email protected]>
1da177e4 10169S: Maintained
679655da
JP
10170F: Documentation/filesystems/vfat.txt
10171F: fs/fat/
1da177e4 10172
cba3345c
AW
10173VFIO DRIVER
10174M: Alex Williamson <[email protected]>
10175L: [email protected]
10176S: Maintained
10177F: Documentation/vfio.txt
10178F: drivers/vfio/
10179F: include/linux/vfio.h
c117ab84 10180F: include/uapi/linux/vfio.h
cba3345c 10181
9e6f3438
PO
10182VIDEOBUF2 FRAMEWORK
10183M: Pawel Osciak <[email protected]>
10184M: Marek Szyprowski <[email protected]>
e76e4706 10185M: Kyungmin Park <[email protected]>
9e6f3438
PO
10186L: [email protected]
10187S: Maintained
90d72ac6 10188F: drivers/media/v4l2-core/videobuf2-*
9e6f3438
PO
10189F: include/media/videobuf2-*
10190
9a82446b
AS
10191VIRTIO CONSOLE DRIVER
10192M: Amit Shah <[email protected]>
10193L: [email protected]
10194S: Maintained
10195F: drivers/char/virtio_console.c
10196F: include/linux/virtio_console.h
c117ab84 10197F: include/uapi/linux/virtio_console.h
9a82446b 10198
2426ec8f
MT
10199VIRTIO CORE, NET AND BLOCK DRIVERS
10200M: Rusty Russell <[email protected]>
10201M: "Michael S. Tsirkin" <[email protected]>
10202L: [email protected]
10203S: Maintained
10204F: drivers/virtio/
c893c8d7 10205F: tools/virtio/
2426ec8f
MT
10206F: drivers/net/virtio_net.c
10207F: drivers/block/virtio_blk.c
10208F: include/linux/virtio_*.h
916cdabc 10209F: include/uapi/linux/virtio_*.h
2426ec8f 10210
3a4d5c94
MT
10211VIRTIO HOST (VHOST)
10212M: "Michael S. Tsirkin" <[email protected]>
10213L: [email protected]
c996d8b9 10214L: [email protected]
3a4d5c94
MT
10215L: [email protected]
10216S: Maintained
10217F: drivers/vhost/
c117ab84 10218F: include/uapi/linux/vhost.h
3a4d5c94 10219
1da177e4 10220VIA RHINE NETWORK DRIVER
8b58be88 10221M: Roger Luethi <[email protected]>
1da177e4 10222S: Maintained
f2148a47 10223F: drivers/net/ethernet/via/via-rhine.c
1da177e4 10224
f0bf7f61 10225VIA SD/MMC CARD CONTROLLER DRIVER
558bbb2f 10226M: Bruce Chang <[email protected]>
8b58be88 10227M: Harald Welte <[email protected]>
f0bf7f61
HW
10228S: Maintained
10229F: drivers/mmc/host/via-sdmmc.c
10230
69e4a7c2 10231VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
c7babebd 10232M: Florian Tobias Schandinat <[email protected]>
c69f677c 10233L: [email protected]
69e4a7c2 10234S: Maintained
c7babebd
FTS
10235F: include/linux/via-core.h
10236F: include/linux/via-gpio.h
10237F: include/linux/via_i2c.h
8a61f013 10238F: drivers/video/fbdev/via/
69e4a7c2 10239
01f20734 10240VIA VELOCITY NETWORK DRIVER
8b58be88 10241M: Francois Romieu <[email protected]>
01f20734
FR
10242L: [email protected]
10243S: Maintained
f2148a47 10244F: drivers/net/ethernet/via/via-velocity.*
1da177e4 10245
77911fd2 10246VIVID VIRTUAL VIDEO DRIVER
0b7bc1fa
HV
10247M: Hans Verkuil <[email protected]>
10248L: [email protected]
10249T: git git://linuxtv.org/media_tree.git
10250W: http://linuxtv.org
10251S: Maintained
77911fd2 10252F: drivers/media/platform/vivid/*
0b7bc1fa 10253
be7f8273 10254VLAN (802.1Q)
8b58be88 10255M: Patrick McHardy <[email protected]>
be7f8273
PM
10256L: [email protected]
10257S: Maintained
679655da
JP
10258F: drivers/net/macvlan.c
10259F: include/linux/if_*vlan.h
10260F: net/8021q/
be7f8273 10261
55e331cf 10262VLYNQ BUS
8b58be88 10263M: Florian Fainelli <[email protected]>
8578d7af 10264L: [email protected] (subscribers-only)
55e331cf
FF
10265S: Maintained
10266F: drivers/vlynq/vlynq.c
10267F: include/linux/vlynq.h
10268
390beae4
MW
10269VME SUBSYSTEM
10270M: Martyn Welch <[email protected]>
1bd289d1 10271M: Manohar Vanga <[email protected]>
390beae4
MW
10272M: Greg Kroah-Hartman <[email protected]>
10273L: [email protected]
10274S: Maintained
10275T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10276F: Documentation/vme_api.txt
10277F: drivers/staging/vme/
10278F: drivers/vme/
10279F: include/linux/vme*
10280
4488e09b
AK
10281VMWARE HYPERVISOR INTERFACE
10282M: Alok Kataria <[email protected]>
10283L: [email protected]
10284S: Supported
10285F: arch/x86/kernel/cpu/vmware.c
10286
73b35d07
DT
10287VMWARE BALLOON DRIVER
10288M: Xavier Deguillard <[email protected]>
10289M: Philip Moltmann <[email protected]>
10290M: "VMware, Inc." <[email protected]>
10291L: [email protected]
10292S: Maintained
10293F: drivers/misc/vmw_balloon.c
10294
d1a890fa 10295VMWARE VMXNET3 ETHERNET DRIVER
65c8bb5b
JP
10296M: Shreyas Bhatewara <[email protected]>
10297M: "VMware, Inc." <[email protected]>
10298L: [email protected]
10299S: Maintained
10300F: drivers/net/vmxnet3/
d1a890fa 10301
851b1642 10302VMware PVSCSI driver
f2d7e40e 10303M: Arvind Kumar <[email protected]>
851b1642
AK
10304M: VMware PV-Drivers <[email protected]>
10305L: [email protected]
10306S: Maintained
10307F: drivers/scsi/vmw_pvscsi.c
10308F: drivers/scsi/vmw_pvscsi.h
10309
e53e86c7 10310VOLTAGE AND CURRENT REGULATOR FRAMEWORK
88dd75af 10311M: Liam Girdwood <[email protected]>
b02e48f2 10312M: Mark Brown <[email protected]>
5cdeb2c8 10313L: [email protected]
e53e86c7 10314W: http://opensource.wolfsonmicro.com/node/15
1dd68f01 10315W: http://www.slimlogic.co.uk/?p=48
6febb5ab 10316T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
e53e86c7 10317S: Supported
679655da
JP
10318F: drivers/regulator/
10319F: include/linux/regulator/
e53e86c7 10320
ab41319e 10321VT1211 HARDWARE MONITOR DRIVER
8b58be88 10322M: Juerg Haefliger <[email protected]>
ab41319e
JH
10323L: [email protected]
10324S: Maintained
679655da
JP
10325F: Documentation/hwmon/vt1211
10326F: drivers/hwmon/vt1211.c
ab41319e 10327
1de9e371 10328VT8231 HARDWARE MONITOR DRIVER
8b58be88 10329M: Roger Lucas <[email protected]>
1de9e371
RL
10330L: [email protected]
10331S: Maintained
679655da 10332F: drivers/hwmon/vt8231.c
1de9e371 10333
88095e7b
TO
10334VUB300 USB to SDIO/SD/MMC bridge chip
10335M: Tony Olech <[email protected]>
10336L: [email protected]
10337L: [email protected]
10338S: Supported
10339F: drivers/mmc/host/vub300.c
10340
1da177e4 10341W1 DALLAS'S 1-WIRE BUS
a8018766 10342M: Evgeniy Polyakov <[email protected]>
1da177e4 10343S: Maintained
679655da
JP
10344F: Documentation/w1/
10345F: drivers/w1/
1da177e4 10346
13927079 10347W83791D HARDWARE MONITORING DRIVER
8b58be88 10348M: Marc Hulsman <[email protected]>
13927079 10349L: [email protected]
25845c22 10350S: Maintained
679655da
JP
10351F: Documentation/hwmon/w83791d
10352F: drivers/hwmon/w83791d.c
13927079 10353
61db011d 10354W83793 HARDWARE MONITORING DRIVER
8b58be88 10355M: Rudolf Marek <[email protected]>
61db011d
RM
10356L: [email protected]
10357S: Maintained
679655da
JP
10358F: Documentation/hwmon/w83793
10359F: drivers/hwmon/w83793.c
61db011d 10360
e3760b43 10361W83795 HARDWARE MONITORING DRIVER
7c81c60f 10362M: Jean Delvare <[email protected]>
e3760b43
JD
10363L: [email protected]
10364S: Maintained
10365F: drivers/hwmon/w83795.c
10366
1da177e4 10367W83L51xD SD/MMC CARD INTERFACE DRIVER
8b58be88 10368M: Pierre Ossman <[email protected]>
1da177e4 10369S: Maintained
679655da 10370F: drivers/mmc/host/wbsd.*
1da177e4 10371
b4e05923
HG
10372WACOM PROTOCOL 4 SERIAL TABLETS
10373M: Julian Squires <[email protected]>
10374M: Hans de Goede <[email protected]>
10375L: [email protected]
10376S: Maintained
10377F: drivers/input/tablet/wacom_serial4.c
10378
3527761c 10379WATCHDOG DEVICE DRIVERS
8b58be88 10380M: Wim Van Sebroeck <[email protected]>
230a5cef
WVS
10381L: [email protected]
10382W: http://www.linux-watchdog.org/
f599aaf0 10383T: git git://www.linux-watchdog.org/linux-watchdog.git
3527761c 10384S: Maintained
679655da
JP
10385F: Documentation/watchdog/
10386F: drivers/watchdog/
10387F: include/linux/watchdog.h
c117ab84 10388F: include/uapi/linux/watchdog.h
3527761c 10389
1da177e4 10390WD7000 SCSI DRIVER
8b58be88 10391M: Miroslav Zagorac <[email protected]>
1da177e4
LT
10392L: [email protected]
10393S: Maintained
679655da 10394F: drivers/scsi/wd7000.c
1da177e4 10395
b22e00f3
DR
10396WIIMOTE HID DRIVER
10397M: David Herrmann <[email protected]>
10398L: [email protected]
10399S: Maintained
10400F: drivers/hid/hid-wiimote*
10401
e258b80e 10402WINBOND CIR DRIVER
364e9e18 10403M: David Härdeman <[email protected]>
e258b80e 10404S: Maintained
116ab806 10405F: drivers/media/rc/winbond-cir.c
e258b80e 10406
8a70da82 10407WIMAX STACK
8b58be88 10408M: Inaky Perez-Gonzalez <[email protected]>
8a70da82 10409M: [email protected]
63fae219 10410L: [email protected] (subscribers-only)
8a70da82
IPG
10411S: Supported
10412W: http://linuxwimax.org
315987dc 10413F: Documentation/wimax/README.wimax
315987dc
JP
10414F: include/linux/wimax/debug.h
10415F: include/net/wimax.h
c117ab84 10416F: include/uapi/linux/wimax.h
315987dc 10417F: net/wimax/
8a70da82 10418
5fc14680 10419WISTRON LAPTOP BUTTON DRIVER
8b58be88 10420M: Miloslav Trmac <[email protected]>
5fc14680 10421S: Maintained
679655da 10422F: drivers/input/misc/wistron_btns.c
5fc14680 10423
1da177e4 10424WL3501 WIRELESS PCMCIA CARD DRIVER
8b58be88 10425M: Arnaldo Carvalho de Melo <[email protected]>
724c6b35 10426L: [email protected]
926554c4 10427W: http://oops.ghostprotocols.net:81/blog
1da177e4 10428S: Maintained
679655da 10429F: drivers/net/wireless/wl3501*
1da177e4 10430
febf1dff 10431WM97XX TOUCHSCREEN DRIVERS
d9f1f489 10432M: Mark Brown <[email protected]>
8b58be88 10433M: Liam Girdwood <[email protected]>
febf1dff
MB
10434L: [email protected]
10435T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
10436W: http://opensource.wolfsonmicro.com/node/7
10437S: Supported
679655da
JP
10438F: drivers/input/touchscreen/*wm97*
10439F: include/linux/wm97xx.h
febf1dff 10440
055bcbcb 10441WOLFSON MICROELECTRONICS DRIVERS
fef95164 10442L: [email protected]
cf8eda3e 10443T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
b75ea16a 10444T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
cf8eda3e 10445W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
b75ea16a 10446S: Supported
3768f0b1 10447F: Documentation/hwmon/wm83??
af1c5386 10448F: arch/arm/mach-s3c64xx/mach-crag6410*
f05259a6 10449F: drivers/clk/clk-wm83*.c
9c309598 10450F: drivers/extcon/extcon-arizona.c
b75ea16a 10451F: drivers/leds/leds-wm83*.c
25b273ba 10452F: drivers/gpio/gpio-*wm*.c
9c309598 10453F: drivers/gpio/gpio-arizona.c
d22b0869 10454F: drivers/hwmon/wm83??-hwmon.c
59ec6da2
MB
10455F: drivers/input/misc/wm831x-on.c
10456F: drivers/input/touchscreen/wm831x-ts.c
10457F: drivers/input/touchscreen/wm97*.c
9c309598
MB
10458F: drivers/mfd/arizona*
10459F: drivers/mfd/wm*.c
b75ea16a
MB
10460F: drivers/power/wm83*.c
10461F: drivers/rtc/rtc-wm83*.c
10462F: drivers/regulator/wm8*.c
3860e6c4 10463F: drivers/video/backlight/wm83*_bl.c
b75ea16a 10464F: drivers/watchdog/wm83*_wdt.c
9c309598 10465F: include/linux/mfd/arizona/
3860e6c4 10466F: include/linux/mfd/wm831x/
b75ea16a 10467F: include/linux/mfd/wm8350/
3768f0b1 10468F: include/linux/mfd/wm8400*
59ec6da2 10469F: include/linux/wm97xx.h
055bcbcb 10470F: include/sound/wm????.h
9c309598 10471F: sound/soc/codecs/arizona.?
055bcbcb 10472F: sound/soc/codecs/wm*
b75ea16a 10473
3e6cd7a4
TH
10474WORKQUEUE
10475M: Tejun Heo <[email protected]>
3e6cd7a4
TH
10476T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10477S: Maintained
10478F: include/linux/workqueue.h
10479F: kernel/workqueue.c
10480F: Documentation/workqueue.txt
10481
1da177e4 10482X.25 NETWORK LAYER
8bf28059 10483M: Andrew Hendry <[email protected]>
1da177e4 10484L: [email protected]
8bf28059 10485S: Odd Fixes
679655da
JP
10486F: Documentation/networking/x25*
10487F: include/net/x25*
10488F: net/x25/
1da177e4 10489
e2d1d6c0 10490X86 ARCHITECTURE (32-BIT AND 64-BIT)
8b58be88
JP
10491M: Thomas Gleixner <[email protected]>
10492M: Ingo Molnar <[email protected]>
10493M: "H. Peter Anvin" <[email protected]>
bcde563c 10494M: [email protected]
981c3a4f 10495L: [email protected]
75fc2d37 10496T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
e2d1d6c0 10497S: Maintained
679655da
JP
10498F: Documentation/x86/
10499F: arch/x86/
e2d1d6c0 10500
d0944853 10501X86 PLATFORM DRIVERS
e181ba15 10502M: Darren Hart <[email protected]>
d0944853 10503L: [email protected]
e181ba15 10504T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
d0944853 10505S: Maintained
14430813 10506F: drivers/platform/x86/
d0944853 10507
c1f5c54b
IM
10508X86 MCE INFRASTRUCTURE
10509M: Tony Luck <[email protected]>
487ba8e8 10510M: Borislav Petkov <[email protected]>
c1f5c54b
IM
10511L: [email protected]
10512S: Maintained
10513F: arch/x86/kernel/cpu/mcheck/*
10514
f0905c5a
AL
10515X86 VDSO
10516M: Andy Lutomirski <[email protected]>
10517L: [email protected]
10518T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10519S: Maintained
10520F: arch/x86/vdso/
10521
d6fad502 10522XC2028/3028 TUNER DRIVER
009a5410 10523M: Mauro Carvalho Chehab <[email protected]>
d6fad502
MCC
10524L: [email protected]
10525W: http://linuxtv.org
10526T: git git://linuxtv.org/media_tree.git
10527S: Maintained
10528F: drivers/media/tuners/tuner-xc2028.*
10529
c4468085 10530XEN HYPERVISOR INTERFACE
c4468085 10531M: Konrad Rzeszutek Wilk <[email protected]>
3eeef8f7
KRW
10532M: Boris Ostrovsky <[email protected]>
10533M: David Vrabel <[email protected]>
11dbb52b 10534L: [email protected] (moderated for non-subscribers)
ea70ba3a 10535T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
c4468085
IC
10536S: Supported
10537F: arch/x86/xen/
10538F: drivers/*/xen-*front.c
10539F: drivers/xen/
10540F: arch/x86/include/asm/xen/
10541F: include/xen/
c117ab84 10542F: include/uapi/xen/
c4468085 10543
77bfb479
SS
10544XEN HYPERVISOR ARM
10545M: Stefano Stabellini <[email protected]>
11dbb52b 10546L: [email protected] (moderated for non-subscribers)
77bfb479
SS
10547S: Supported
10548F: arch/arm/xen/
10549F: arch/arm/include/asm/xen/
10550
b475e83f
SS
10551XEN HYPERVISOR ARM64
10552M: Stefano Stabellini <[email protected]>
11dbb52b 10553L: [email protected] (moderated for non-subscribers)
b475e83f
SS
10554S: Supported
10555F: arch/arm64/xen/
10556F: arch/arm64/include/asm/xen/
10557
9b57e1a7
IC
10558XEN NETWORK BACKEND DRIVER
10559M: Ian Campbell <[email protected]>
8386040b 10560M: Wei Liu <[email protected]>
11dbb52b 10561L: [email protected] (moderated for non-subscribers)
9b57e1a7
IC
10562L: [email protected]
10563S: Supported
10564F: drivers/net/xen-netback/*
10565
c5f8e29d
KRW
10566XEN PCI SUBSYSTEM
10567M: Konrad Rzeszutek Wilk <[email protected]>
11dbb52b 10568L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
10569S: Supported
10570F: arch/x86/pci/*xen*
10571F: drivers/pci/*xen*
10572
a2c5ae65
KRW
10573XEN BLOCK SUBSYSTEM
10574M: Konrad Rzeszutek Wilk <[email protected]>
10575L: [email protected] (moderated for non-subscribers)
10576S: Supported
10577F: drivers/block/xen-blkback/*
10578F: drivers/block/xen*
10579
15d03609
JG
10580XEN PVSCSI DRIVERS
10581M: Juergen Gross <[email protected]>
10582L: [email protected] (moderated for non-subscribers)
10583L: [email protected]
10584S: Supported
10585F: drivers/scsi/xen-scsifront.c
10586F: drivers/xen/xen-scsiback.c
10587F: include/xen/interface/io/vscsiif.h
10588
c5f8e29d
KRW
10589XEN SWIOTLB SUBSYSTEM
10590M: Konrad Rzeszutek Wilk <[email protected]>
11dbb52b 10591L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
10592S: Supported
10593F: arch/x86/xen/*swiotlb*
10594F: drivers/xen/*swiotlb*
10595
1da177e4
LT
10596XFS FILESYSTEM
10597P: Silicon Graphics Inc
809625ca 10598M: Dave Chinner <[email protected]>
18caa67a 10599M: [email protected]
d7ede1aa 10600L: [email protected]
1da177e4 10601W: http://oss.sgi.com/projects/xfs
54e5881d 10602T: git git://oss.sgi.com/xfs/xfs.git
1da177e4 10603S: Supported
679655da
JP
10604F: Documentation/filesystems/xfs.txt
10605F: fs/xfs/
1da177e4 10606
8a3b7a25 10607XILINX AXI ETHERNET DRIVER
59a54f30
MS
10608M: Anirudha Sarangi <[email protected]>
10609M: John Linn <[email protected]>
8a3b7a25
DB
10610S: Maintained
10611F: drivers/net/ethernet/xilinx/xilinx_axienet*
10612
238b8721 10613XILINX UARTLITE SERIAL DRIVER
8b58be88 10614M: Peter Korsgaard <[email protected]>
238b8721
PK
10615L: [email protected]
10616S: Maintained
df621252 10617F: drivers/tty/serial/uartlite.c
238b8721 10618
74316949
EB
10619XILLYBUS DRIVER
10620M: Eli Billauer <[email protected]>
10621L: [email protected]
10622S: Supported
10623F: drivers/char/xillybus/
10624
f620e4b8
MF
10625XTENSA XTFPGA PLATFORM SUPPORT
10626M: Max Filippov <[email protected]>
10627L: [email protected]
10628S: Maintained
10629F: drivers/spi/spi-xtensa-xtfpga.c
10630
1da177e4 10631YAM DRIVER FOR AX.25
8b58be88 10632M: Jean-Paul Roubelat <[email protected]>
1da177e4
LT
10633L: [email protected]
10634S: Maintained
679655da
JP
10635F: drivers/net/hamradio/yam*
10636F: include/linux/yam.h
1da177e4 10637
af64a5eb 10638YEALINK PHONE DRIVER
8b58be88 10639M: Henk Vergonet <[email protected]>
af64a5eb
HV
10640L: [email protected]
10641S: Maintained
679655da
JP
10642F: Documentation/input/yealink.txt
10643F: drivers/input/misc/yealink.*
af64a5eb 10644
1da177e4 10645Z8530 DRIVER FOR AX.25
8b58be88 10646M: Joerg Reuter <[email protected]>
1da177e4
LT
10647W: http://yaina.de/jreuter/
10648W: http://www.qsl.net/dl1bke/
10649L: [email protected]
10650S: Maintained
679655da
JP
10651F: Documentation/networking/z8530drv.txt
10652F: drivers/net/hamradio/*scc.c
10653F: drivers/net/hamradio/z8530.h
1da177e4 10654
0cf31ec1 10655ZBUD COMPRESSED PAGE ALLOCATOR
0e3b7e54 10656M: Seth Jennings <[email protected]>
0cf31ec1
SJ
10657L: [email protected]
10658S: Maintained
10659F: mm/zbud.c
10660F: include/linux/zbud.h
10661
7c0c3afb 10662ZD1211RW WIRELESS DRIVER
8b58be88
JP
10663M: Daniel Drake <[email protected]>
10664M: Ulrich Kunitz <[email protected]>
7c0c3afb 10665W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 10666L: [email protected]
7c0c3afb
DD
10667L: [email protected] (subscribers-only)
10668S: Maintained
679655da 10669F: drivers/net/wireless/zd1211rw/
7c0c3afb 10670
1da177e4 10671ZR36067 VIDEO FOR LINUX DRIVER
1da177e4 10672L: [email protected]
f63145e2 10673L: [email protected]
1da177e4 10674W: http://mjpeg.sourceforge.net/driver-zoran/
cea8321c 10675T: hg http://linuxtv.org/hg/v4l-dvb
f63145e2 10676S: Odd Fixes
90d72ac6 10677F: drivers/media/pci/zoran/
1da177e4 10678
6920f2cc
MK
10679ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10680M: Minchan Kim <[email protected]>
10681M: Nitin Gupta <[email protected]>
10682L: [email protected]
10683S: Maintained
10684F: drivers/block/zram/
10685F: Documentation/blockdev/zram.txt
10686
8b4a4080 10687ZS DECSTATION Z85C30 SERIAL DRIVER
8b58be88 10688M: "Maciej W. Rozycki" <[email protected]>
8b4a4080 10689S: Maintained
df621252 10690F: drivers/tty/serial/zs.*
8b4a4080 10691
eae70d06
MK
10692ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10693M: Minchan Kim <[email protected]>
10694M: Nitin Gupta <[email protected]>
10695L: [email protected]
10696S: Maintained
10697F: mm/zsmalloc.c
10698F: include/linux/zsmalloc.h
10699
0cf31ec1 10700ZSWAP COMPRESSED SWAP CACHING
0e3b7e54 10701M: Seth Jennings <[email protected]>
0cf31ec1
SJ
10702L: [email protected]
10703S: Maintained
10704F: mm/zswap.c
10705
1da177e4 10706THE REST
8b58be88 10707M: Linus Torvalds <[email protected]>
34d03cc1 10708L: [email protected]
8a6e2535 10709Q: http://patchwork.kernel.org/project/LKML/list/
d16adea3 10710T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
1da177e4 10711S: Buried alive in reporters
34d03cc1
JP
10712F: *
10713F: */
This page took 8.922598 seconds and 4 git commands to generate.