]> Git Repo - linux.git/blame - MAINTAINERS
mm: prevent endless growth of anon_vma hierarchy
[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]>
f956165f 2579M: Stephen Boyd <[email protected]>
35c1983e 2580L: [email protected]
baeb0d9b 2581T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
7704addb 2582S: Maintained
60bea3b5
SW
2583F: drivers/clk/
2584X: drivers/clk/clkdev.c
7704addb 2585F: include/linux/clk-pr*
60bea3b5 2586F: include/linux/clk/
7704addb 2587
e2d1d6c0 2588COMMON INTERNET FILE SYSTEM (CIFS)
8b58be88 2589M: Steve French <[email protected]>
51223df6 2590L: [email protected]
d1f28953 2591L: [email protected] (moderated for non-subscribers)
e2d1d6c0 2592W: http://linux-cifs.samba.org/
bb1d5dda 2593T: git git://git.samba.org/sfrench/cifs-2.6.git
e2d1d6c0 2594S: Supported
ec421a71 2595F: Documentation/filesystems/cifs/
679655da 2596F: fs/cifs/
e2d1d6c0 2597
1da177e4 2598COMPACTPCI HOTPLUG CORE
8b58be88 2599M: Scott Murray <[email protected]>
64dab204 2600L: [email protected]
82c4dfc7 2601S: Maintained
679655da 2602F: drivers/pci/hotplug/cpci_hotplug*
1da177e4
LT
2603
2604COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
8b58be88 2605M: Scott Murray <[email protected]>
64dab204 2606L: [email protected]
82c4dfc7 2607S: Maintained
679655da 2608F: drivers/pci/hotplug/cpcihp_zt5550.*
1da177e4
LT
2609
2610COMPACTPCI HOTPLUG GENERIC DRIVER
8b58be88 2611M: Scott Murray <[email protected]>
64dab204 2612L: [email protected]
82c4dfc7 2613S: Maintained
679655da 2614F: drivers/pci/hotplug/cpcihp_generic.c
1da177e4 2615
5411552c 2616COMPAL LAPTOP SUPPORT
8b58be88 2617M: Cezary Jackiewicz <[email protected]>
d0944853 2618L: [email protected]
5411552c 2619S: Maintained
679655da 2620F: drivers/platform/x86/compal-laptop.c
5411552c 2621
949be0f7 2622CONEXANT ACCESSRUNNER USB DRIVER
8b58be88 2623M: Simon Arlott <[email protected]>
9ae5e3bc
SA
2624L: [email protected]
2625W: http://accessrunner.sourceforge.net/
949be0f7 2626S: Maintained
679655da 2627F: drivers/usb/atm/cxacru.c
949be0f7 2628
e2d1d6c0 2629CONFIGFS
d6351db2
JB
2630M: Joel Becker <[email protected]>
2631T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
e2d1d6c0 2632S: Supported
679655da
JP
2633F: fs/configfs/
2634F: include/linux/configfs.h
e2d1d6c0 2635
acb9c1b2 2636CONNECTOR
8b58be88 2637M: Evgeniy Polyakov <[email protected]>
acb9c1b2
EP
2638L: [email protected]
2639S: Maintained
2640F: drivers/connector/
2641
a3e3354d 2642CONTROL GROUP (CGROUP)
860ca0e6 2643M: Tejun Heo <[email protected]>
ad50c159 2644M: Li Zefan <[email protected]>
12340313 2645L: [email protected]
860ca0e6 2646T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
fb3a0fb6 2647S: Maintained
a3e3354d 2648F: Documentation/cgroups/
679655da
JP
2649F: include/linux/cgroup*
2650F: kernel/cgroup*
a3e3354d
TH
2651
2652CONTROL GROUP - CPUSET
2653M: Li Zefan <[email protected]>
2654L: [email protected]
2655W: http://www.bullopensource.org/cpuset/
2656W: http://oss.sgi.com/projects/cpusets/
2657T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2658S: Maintained
2659F: Documentation/cgroups/cpusets.txt
2660F: include/linux/cpuset.h
2661F: kernel/cpuset.c
2662
2663CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2664M: Johannes Weiner <[email protected]>
2665M: Michal Hocko <[email protected]>
2666L: [email protected]
2667L: [email protected]
2668S: Maintained
2669F: mm/memcontrol.c
5d1ea48b 2670F: mm/swap_cgroup.c
fb3a0fb6 2671
bebe4678 2672CORETEMP HARDWARE MONITORING DRIVER
96859129 2673M: Fenghua Yu <[email protected]>
bebe4678
RM
2674L: [email protected]
2675S: Maintained
679655da
JP
2676F: Documentation/hwmon/coretemp
2677F: drivers/hwmon/coretemp.c
bebe4678 2678
1da177e4 2679COSA/SRP SYNC SERIAL DRIVER
8b58be88 2680M: Jan "Yenya" Kasprzak <[email protected]>
1da177e4
LT
2681W: http://www.fi.muni.cz/~kas/cosa/
2682S: Maintained
679655da 2683F: drivers/net/wan/cosa*
1da177e4 2684
4371ee35 2685CPMAC ETHERNET DRIVER
8b58be88 2686M: Florian Fainelli <[email protected]>
4371ee35
FF
2687L: [email protected]
2688S: Maintained
b544dbac 2689F: drivers/net/ethernet/ti/cpmac.c
4371ee35 2690
1da177e4 2691CPU FREQUENCY DRIVERS
49db1903 2692M: Rafael J. Wysocki <[email protected]>
45c009a9 2693M: Viresh Kumar <[email protected]>
a6c072c7 2694L: [email protected]
1da177e4 2695S: Maintained
27209d91
VK
2696T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2697T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
679655da
JP
2698F: drivers/cpufreq/
2699F: include/linux/cpufreq.h
1da177e4 2700
8a67f0ef
VK
2701CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2702M: Viresh Kumar <[email protected]>
171d0ba8 2703M: Sudeep Holla <[email protected]>
8a67f0ef
VK
2704L: [email protected]
2705W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2706S: Maintained
2707F: drivers/cpufreq/arm_big_little.h
2708F: drivers/cpufreq/arm_big_little.c
2709F: drivers/cpufreq/arm_big_little_dt.c
2710
14d2c34c 2711CPUIDLE DRIVER - ARM BIG LITTLE
b75f0050
JP
2712M: Lorenzo Pieralisi <[email protected]>
2713M: Daniel Lezcano <[email protected]>
2714L: [email protected]
2715L: [email protected]
cea8321c 2716T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
b75f0050
JP
2717S: Maintained
2718F: drivers/cpuidle/cpuidle-big_little.c
14d2c34c 2719
0c570c18
BZ
2720CPUIDLE DRIVER - ARM EXYNOS
2721M: Bartlomiej Zolnierkiewicz <[email protected]>
2722M: Daniel Lezcano <[email protected]>
2723M: Kukjin Kim <[email protected]>
2724L: [email protected]
2725L: [email protected]
2726S: Supported
2727F: drivers/cpuidle/cpuidle-exynos.c
2728F: arch/arm/mach-exynos/pm.c
2729
a8e39c35 2730CPUIDLE DRIVERS
49db1903 2731M: Rafael J. Wysocki <[email protected]>
a8e39c35
DL
2732M: Daniel Lezcano <[email protected]>
2733L: [email protected]
2734S: Maintained
cea8321c 2735T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
a8e39c35
DL
2736F: drivers/cpuidle/*
2737F: include/linux/cpuidle.h
2738
1da177e4 2739CPUID/MSR DRIVER
8b58be88 2740M: "H. Peter Anvin" <[email protected]>
1da177e4 2741S: Maintained
679655da
JP
2742F: arch/x86/kernel/cpuid.c
2743F: arch/x86/kernel/msr.c
1da177e4 2744
7fe2f639 2745CPU POWER MONITORING SUBSYSTEM
7fe2f639 2746M: Thomas Renninger <[email protected]>
103f1790 2747L: [email protected]
7fe2f639 2748S: Maintained
14430813 2749F: tools/power/cpupower/
7fe2f639 2750
1da177e4 2751CRAMFS FILESYSTEM
ce00f85c 2752W: http://sourceforge.net/projects/cramfs/
54886a71 2753S: Orphan / Obsolete
679655da
JP
2754F: Documentation/filesystems/cramfs.txt
2755F: fs/cramfs/
1da177e4
LT
2756
2757CRIS PORT
8b58be88
JP
2758M: Mikael Starvik <[email protected]>
2759M: Jesper Nilsson <[email protected]>
9937ac0c 2760L: [email protected]
1da177e4
LT
2761W: http://developer.axis.com
2762S: Maintained
679655da 2763F: arch/cris/
df621252 2764F: drivers/tty/serial/crisv10.*
1da177e4
LT
2765
2766CRYPTO API
8b58be88
JP
2767M: Herbert Xu <[email protected]>
2768M: "David S. Miller" <[email protected]>
1da177e4 2769L: [email protected]
54e5881d 2770T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4 2771S: Maintained
679655da
JP
2772F: Documentation/crypto/
2773F: arch/*/crypto/
2774F: crypto/
2775F: drivers/crypto/
2776F: include/crypto/
1da177e4 2777
5b07bd57 2778CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
8b58be88 2779M: Neil Horman <[email protected]>
5b07bd57
NH
2780L: [email protected]
2781S: Maintained
51a2228a
JP
2782F: crypto/ansi_cprng.c
2783F: crypto/rng.c
5b07bd57 2784
9b4ffa48 2785CS5535 Audio ALSA driver
8b58be88 2786M: Jaya Kumar <[email protected]>
9b4ffa48 2787S: Maintained
679655da 2788F: sound/pci/cs5535audio/
9b4ffa48 2789
a910e4a9 2790CW1200 WLAN driver
b75f0050
JP
2791M: Solomon Peachy <[email protected]>
2792S: Maintained
2793F: drivers/net/wireless/cw1200/
a910e4a9 2794
6d8425b1 2795CX18 VIDEO4LINUX DRIVER
6afdeaf8 2796M: Andy Walls <[email protected]>
7b212edf 2797L: [email protected] (subscribers-only)
661263b5 2798L: [email protected]
275ffde4 2799T: git git://linuxtv.org/media_tree.git
6d8425b1 2800W: http://linuxtv.org
30e10993 2801W: http://www.ivtvdriver.org/index.php/Cx18
6d8425b1 2802S: Maintained
679655da 2803F: Documentation/video4linux/cx18.txt
90d72ac6 2804F: drivers/media/pci/cx18/
6c0f0359 2805F: include/uapi/linux/ivtv*
6d8425b1 2806
3f101d91
HV
2807CX2341X MPEG ENCODER HELPER MODULE
2808M: Hans Verkuil <[email protected]>
2809L: [email protected]
2810T: git git://linuxtv.org/media_tree.git
2811W: http://linuxtv.org
2812S: Maintained
c368360b 2813F: drivers/media/common/cx2341x*
3f101d91
HV
2814F: include/media/cx2341x*
2815
20357578 2816CX88 VIDEO4LINUX DRIVER
009a5410 2817M: Mauro Carvalho Chehab <[email protected]>
20357578
MCC
2818L: [email protected]
2819W: http://linuxtv.org
2820T: git git://linuxtv.org/media_tree.git
2821S: Odd fixes
2822F: Documentation/video4linux/cx88/
2823F: drivers/media/pci/cx88/
6d8425b1 2824
91952bc0
AP
2825CXD2820R MEDIA DRIVER
2826M: Antti Palosaari <[email protected]>
2827L: [email protected]
2828W: http://linuxtv.org/
2829W: http://palosaari.fi/linux/
2830Q: http://patchwork.linuxtv.org/project/linux-media/list/
2831T: git git://linuxtv.org/anttip/media_tree.git
2832S: Maintained
2833F: drivers/media/dvb-frontends/cxd2820r*
6d8425b1 2834
e5ec3789 2835CXGB3 ETHERNET DRIVER (CXGB3)
cdc99239 2836M: Santosh Raspatur <[email protected]>
e5ec3789
SW
2837L: [email protected]
2838W: http://www.chelsio.com
2839S: Supported
f7917c00 2840F: drivers/net/ethernet/chelsio/cxgb3/
e5ec3789 2841
d8ae3c33
AB
2842CXGB3 ISCSI DRIVER (CXGB3I)
2843M: Karen Xie <[email protected]>
2844L: [email protected]
2845W: http://www.chelsio.com
2846S: Supported
2847F: drivers/scsi/cxgbi/cxgb3i
2848
e5ec3789 2849CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
8b58be88 2850M: Steve Wise <[email protected]>
e6cc0fd1 2851L: [email protected]
e5ec3789
SW
2852W: http://www.openfabrics.org
2853S: Supported
679655da 2854F: drivers/infiniband/hw/cxgb3/
e5ec3789 2855
be4c9bad 2856CXGB4 ETHERNET DRIVER (CXGB4)
56f16c74 2857M: Hariprasad S <[email protected]>
be4c9bad
RD
2858L: [email protected]
2859W: http://www.chelsio.com
2860S: Supported
f7917c00 2861F: drivers/net/ethernet/chelsio/cxgb4/
be4c9bad 2862
d8ae3c33
AB
2863CXGB4 ISCSI DRIVER (CXGB4I)
2864M: Karen Xie <[email protected]>
2865L: [email protected]
2866W: http://www.chelsio.com
2867S: Supported
2868F: drivers/scsi/cxgbi/cxgb4i
2869
be4c9bad
RD
2870CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2871M: Steve Wise <[email protected]>
2872L: [email protected]
2873W: http://www.openfabrics.org
2874S: Supported
2875F: drivers/infiniband/hw/cxgb4/
2876
5c20a5c7
CL
2877CXGB4VF ETHERNET DRIVER (CXGB4VF)
2878M: Casey Leedom <[email protected]>
2879L: [email protected]
2880W: http://www.chelsio.com
2881S: Supported
f7917c00 2882F: drivers/net/ethernet/chelsio/cxgb4vf/
5c20a5c7 2883
a9282d01
IM
2884CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2885M: Ian Munsie <[email protected]>
2886M: Michael Neuling <[email protected]>
2887L: [email protected]
2888S: Supported
2889F: drivers/misc/cxl/
2890F: include/misc/cxl.h
2891F: include/uapi/misc/cxl.h
2892F: Documentation/powerpc/cxl.txt
2893F: Documentation/powerpc/cxl.txt
2894F: Documentation/ABI/testing/sysfs-class-cxl
2895
b52b97a3
GC
2896STMMAC ETHERNET DRIVER
2897M: Giuseppe Cavallaro <[email protected]>
2898L: [email protected]
2899W: http://www.stlinux.com
2900S: Supported
7ac6653a 2901F: drivers/net/ethernet/stmicro/stmmac/
b52b97a3 2902
1da177e4 2903CYBERPRO FB DRIVER
8b58be88 2904M: Russell King <[email protected]>
efc03ecb 2905L: [email protected] (moderated for non-subscribers)
1da177e4
LT
2906W: http://www.arm.linux.org.uk/
2907S: Maintained
8a61f013 2908F: drivers/video/fbdev/cyber2000fb.*
9fa68eae 2909
1da177e4 2910CYCLADES ASYNC MUX DRIVER
1da177e4 2911W: http://www.cyclades.com/
d459883e 2912S: Orphan
c897401b 2913F: drivers/tty/cyclades.c
679655da 2914F: include/linux/cyclades.h
c117ab84 2915F: include/uapi/linux/cyclades.h
1da177e4
LT
2916
2917CYCLADES PC300 DRIVER
1da177e4 2918W: http://www.cyclades.com/
d459883e 2919S: Orphan
679655da 2920F: drivers/net/wan/pc300*
1da177e4 2921
402f6ae4
AP
2922CYPRESS_FIRMWARE MEDIA DRIVER
2923M: Antti Palosaari <[email protected]>
2924L: [email protected]
2925W: http://linuxtv.org/
2926W: http://palosaari.fi/linux/
2927Q: http://patchwork.linuxtv.org/project/linux-media/list/
2928T: git git://linuxtv.org/anttip/media_tree.git
2929S: Maintained
2930F: drivers/media/common/cypress_firmware*
2931
e3ae3525 2932CYTTSP TOUCHSCREEN DRIVER
be9a6f40 2933M: Ferruh Yigit <[email protected]>
6305902c 2934L: [email protected]
be9a6f40 2935S: Supported
6305902c
JP
2936F: drivers/input/touchscreen/cyttsp*
2937F: include/linux/input/cyttsp.h
e3ae3525 2938
1da177e4 2939DAMA SLAVE for AX.25
8b58be88 2940M: Joerg Reuter <[email protected]>
1da177e4
LT
2941W: http://yaina.de/jreuter/
2942W: http://www.qsl.net/dl1bke/
2943L: [email protected]
2944S: Maintained
679655da
JP
2945F: net/ax25/af_ax25.c
2946F: net/ax25/ax25_dev.c
2947F: net/ax25/ax25_ds_*
2948F: net/ax25/ax25_in.c
2949F: net/ax25/ax25_out.c
2950F: net/ax25/ax25_timer.c
2951F: net/ax25/sysctl_net_ax25.c
1da177e4 2952
e2d1d6c0 2953DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
e2d1d6c0 2954L: [email protected]
5ff77428 2955S: Orphan
679655da 2956F: Documentation/networking/dmfe.txt
0f04e2aa 2957F: drivers/net/ethernet/dec/tulip/dmfe.c
e2d1d6c0
RD
2958
2959DC390/AM53C974 SCSI driver
71bd849d
HR
2960M: Hannes Reinecke <[email protected]>
2961L: [email protected]
e2d1d6c0 2962S: Maintained
71bd849d 2963F: drivers/scsi/am53c974.c
e2d1d6c0 2964
1da177e4 2965DC395x SCSI driver
61eee9a7 2966M: Oliver Neukum <[email protected]>
8b58be88
JP
2967M: Ali Akcaagac <[email protected]>
2968M: Jamie Lenehan <[email protected]>
f5df5881 2969L: [email protected]
cf015e9f
JP
2970W: http://twibble.org/dist/dc395x/
2971W: http://lists.twibble.org/mailman/listinfo/dc395x/
1da177e4 2972S: Maintained
679655da
JP
2973F: Documentation/scsi/dc395x.txt
2974F: drivers/scsi/dc395x.*
1da177e4 2975
eb8edb08 2976DCCP PROTOCOL
a89d030e 2977M: Gerrit Renker <[email protected]>
eb8edb08 2978L: [email protected]
c996d8b9 2979W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
eb8edb08 2980S: Maintained
679655da 2981F: include/linux/dccp.h
c117ab84 2982F: include/uapi/linux/dccp.h
679655da
JP
2983F: include/linux/tfrc.h
2984F: net/dccp/
eb8edb08 2985
1da177e4 2986DECnet NETWORK LAYER
1da177e4
LT
2987W: http://linux-decnet.sourceforge.net
2988L: [email protected]
f546444d 2989S: Orphan
679655da
JP
2990F: Documentation/networking/decnet.txt
2991F: net/decnet/
1da177e4 2992
ebff05b9
MR
2993DECSTATION PLATFORM SUPPORT
2994M: "Maciej W. Rozycki" <[email protected]>
2995L: [email protected]
2996W: http://www.linux-mips.org/wiki/DECstation
2997S: Maintained
2998F: arch/mips/dec/
2999F: arch/mips/include/asm/dec/
3000F: arch/mips/include/asm/mach-dec/
3001
1da177e4 3002DEFXX FDDI NETWORK DRIVER
8b58be88 3003M: "Maciej W. Rozycki" <[email protected]>
1da177e4 3004S: Maintained
33f810b2 3005F: drivers/net/fddi/defxx.*
1da177e4 3006
ad8f07cc 3007DELL LAPTOP DRIVER
8b58be88 3008M: Matthew Garrett <[email protected]>
d0944853 3009L: [email protected]
ad8f07cc 3010S: Maintained
679655da 3011F: drivers/platform/x86/dell-laptop.c
ad8f07cc 3012
1da177e4 3013DELL LAPTOP SMM DRIVER
a1406d87 3014M: Guenter Roeck <[email protected]>
679655da 3015F: drivers/char/i8k.c
c117ab84 3016F: include/uapi/linux/i8k.h
1da177e4 3017
90563ec4 3018DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
8b58be88 3019M: Doug Warzecha <[email protected]>
90563ec4 3020S: Maintained
679655da
JP
3021F: Documentation/dcdbas.txt
3022F: drivers/firmware/dcdbas.*
90563ec4 3023
0b3f6109 3024DELL WMI EXTRAS DRIVER
8b58be88 3025M: Matthew Garrett <[email protected]>
0b3f6109 3026S: Maintained
36b3a96f 3027F: drivers/platform/x86/dell-wmi.c
0b3f6109 3028
5efc75e3
PZ
3029DESIGNWARE USB2 DRD IP DRIVER
3030M: Paul Zimmerman <[email protected]>
3031L: [email protected]
18f340f9 3032T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5efc75e3 3033S: Maintained
197ba5f4 3034F: drivers/usb/dwc2/
5efc75e3 3035
94ab23dd
FB
3036DESIGNWARE USB3 DRD IP DRIVER
3037M: Felipe Balbi <[email protected]>
3038L: [email protected]
3039L: [email protected]
3040T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3041S: Maintained
3042F: drivers/usb/dwc3/
3043
833c9545
JB
3044DEVICE COREDUMP (DEV_COREDUMP)
3045M: Johannes Berg <[email protected]>
3046L: [email protected]
3047S: Maintained
3048F: drivers/base/devcoredump.c
3049F: include/linux/devcoredump.h
3050
89d07767
KP
3051DEVICE FREQUENCY (DEVFREQ)
3052M: MyungJoo Ham <[email protected]>
3053M: Kyungmin Park <[email protected]>
88476d34 3054L: [email protected]
89d07767
KP
3055S: Maintained
3056F: drivers/devfreq/
3057
1da177e4 3058DEVICE NUMBER REGISTRY
8b58be88 3059M: Torben Mathiasen <[email protected]>
1da177e4 3060W: http://lanana.org/docs/device-list/index.html
1da177e4
LT
3061S: Maintained
3062
e2d1d6c0 3063DEVICE-MAPPER (LVM)
854ecaad 3064M: Alasdair Kergon <[email protected]>
8504eed3 3065M: Mike Snitzer <[email protected]>
854ecaad 3066M: [email protected]
e2d1d6c0
RD
3067L: [email protected]
3068W: http://sources.redhat.com/dm
8a6e2535 3069Q: http://patchwork.kernel.org/project/dm-devel/list/
41d35d25 3070T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
854ecaad 3071T: quilt http://people.redhat.com/agk/patches/linux/editing/
e2d1d6c0 3072S: Maintained
679655da
JP
3073F: Documentation/device-mapper/
3074F: drivers/md/dm*
854ecaad 3075F: drivers/md/persistent-data/
679655da
JP
3076F: include/linux/device-mapper.h
3077F: include/linux/dm-*.h
8504eed3 3078F: include/uapi/linux/dm-*.h
e2d1d6c0 3079
c0d995aa
OST
3080DIALOG SEMICONDUCTOR DRIVERS
3081M: Support Opensource <[email protected]>
3082W: http://www.dialog-semiconductor.com/products
3083S: Supported
3084F: Documentation/hwmon/da90??
3085F: drivers/gpio/gpio-da90??.c
3086F: drivers/hwmon/da90??-hwmon.c
3087F: drivers/input/misc/da90??_onkey.c
3088F: drivers/input/touchscreen/da9052_tsi.c
3089F: drivers/leds/leds-da90??.c
3090F: drivers/mfd/da903x.c
3091F: drivers/mfd/da90??-*.c
3092F: drivers/power/da9052-battery.c
3093F: drivers/regulator/da903x.c
3094F: drivers/regulator/da9???-regulator.[ch]
3095F: drivers/rtc/rtc-da90??.c
3096F: drivers/video/backlight/da90??_bl.c
3097F: drivers/watchdog/da90??_wdt.c
3098F: include/linux/mfd/da903x.h
3099F: include/linux/mfd/da9052/
3100F: include/linux/mfd/da9055/
3101F: include/linux/mfd/da9063/
3102F: include/sound/da[79]*.h
3103F: sound/soc/codecs/da[79]*.[ch]
3104
599aa697
LL
3105DIGI NEO AND CLASSIC PCI PRODUCTS
3106M: Lidza Louina <[email protected]>
542f3d5a 3107M: Mark Hounschell <[email protected]>
599aa697
LL
3108L: [email protected]
3109S: Maintained
3110F: drivers/staging/dgnc/
3111
3112DIGI EPCA PCI PRODUCTS
3113M: Lidza Louina <[email protected]>
abeb935f 3114M: Mark Hounschell <[email protected]>
6d825f79 3115M: Daeseok Youn <[email protected]>
599aa697
LL
3116L: [email protected]
3117S: Maintained
3118F: drivers/staging/dgap/
3119
335d7c58 3120DIOLAN U2C-12 I2C DRIVER
ca462085 3121M: Guenter Roeck <[email protected]>
335d7c58
GR
3122L: [email protected]
3123S: Maintained
3124F: drivers/i2c/busses/i2c-diolan-u2c.c
3125
e7839f25 3126DIRECTORY NOTIFICATION (DNOTIFY)
8b58be88 3127M: Eric Paris <[email protected]>
3c5119c0 3128S: Maintained
679655da
JP
3129F: Documentation/filesystems/dnotify.txt
3130F: fs/notify/dnotify/
3131F: include/linux/dnotify.h
1da177e4
LT
3132
3133DISK GEOMETRY AND PARTITION HANDLING
8b58be88 3134M: Andries Brouwer <[email protected]>
1da177e4
LT
3135W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3136W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3137W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3138S: Maintained
3139
4480f15b 3140DISKQUOTA
8b58be88 3141M: Jan Kara <[email protected]>
1da177e4 3142S: Maintained
679655da
JP
3143F: Documentation/filesystems/quota.txt
3144F: fs/quota/
3145F: include/linux/quota*.h
c117ab84 3146F: include/uapi/linux/quota*.h
1da177e4 3147
702686ad
BT
3148DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3149M: Bernie Thompson <[email protected]>
3150L: [email protected]
3151S: Maintained
3152W: http://plugable.com/category/projects/udlfb/
8a61f013 3153F: drivers/video/fbdev/udlfb.c
702686ad
BT
3154F: include/video/udlfb.h
3155F: Documentation/fb/udlfb.txt
3156
e7839f25 3157DISTRIBUTED LOCK MANAGER (DLM)
8b58be88
JP
3158M: Christine Caulfield <[email protected]>
3159M: David Teigland <[email protected]>
a4644184 3160L: [email protected]
5be7b50f 3161W: http://sources.redhat.com/cluster/
54e5881d 3162T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f 3163S: Supported
679655da 3164F: fs/dlm/
5be7b50f 3165
53b6b3e0
SS
3166DMA BUFFER SHARING FRAMEWORK
3167M: Sumit Semwal <[email protected]>
3168S: Maintained
3169L: [email protected]
3170L: [email protected]
8ada6d2d 3171L: [email protected] (moderated for non-subscribers)
35fac7e3 3172F: drivers/dma-buf/
e46d12c6
JP
3173F: include/linux/dma-buf*
3174F: include/linux/reservation.h
3175F: include/linux/*fence.h
53b6b3e0
SS
3176F: Documentation/dma-buf-sharing.txt
3177T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3178
b3e5f263 3179DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4abed0af 3180M: Vinod Koul <[email protected]>
17b59560
VK
3181L: [email protected]
3182Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
08223d80 3183S: Maintained
679655da
JP
3184F: drivers/dma/
3185F: include/linux/dma*
979a281e
VK
3186F: Documentation/dmaengine/
3187T: git git://git.infradead.org/users/vkoul/slave-dma.git
248a9dc3 3188
b825037d 3189DME1737 HARDWARE MONITOR DRIVER
8b58be88 3190M: Juerg Haefliger <[email protected]>
b825037d
JH
3191L: [email protected]
3192S: Maintained
679655da
JP
3193F: Documentation/hwmon/dme1737
3194F: drivers/hwmon/dme1737.c
b825037d 3195
5b9c9bf6 3196DOCKING STATION DRIVER
8b58be88 3197M: Shaohua Li <[email protected]>
5b9c9bf6 3198L: [email protected]
8b59a454 3199S: Supported
679655da 3200F: drivers/acpi/dock.c
5b9c9bf6 3201
7d2c86b5 3202DOCUMENTATION
ad3118b9 3203M: Jonathan Corbet <[email protected]>
795fb7e7
JD
3204L: [email protected]
3205S: Maintained
679655da 3206F: Documentation/
97be078b
RD
3207X: Documentation/ABI/
3208X: Documentation/devicetree/
3209X: Documentation/[a-z][a-z]_[A-Z][A-Z]/
abbaeff3 3210
1da177e4 3211DOUBLETALK DRIVER
8b58be88 3212M: "James R. Van Zandt" <[email protected]>
1da177e4
LT
3213L: [email protected]
3214S: Maintained
679655da
JP
3215F: drivers/char/dtlk.c
3216F: include/linux/dtlk.h
1da177e4 3217
e2d1d6c0 3218DPT_I2O SCSI RAID DRIVER
8b58be88 3219M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
3220L: [email protected]
3221W: http://www.adaptec.com/
3222S: Maintained
679655da
JP
3223F: drivers/scsi/dpt*
3224F: drivers/scsi/dpt/
e2d1d6c0 3225
b411b363 3226DRBD DRIVER
28b8e8d4
JP
3227P: Philipp Reisner
3228P: Lars Ellenberg
3229M: [email protected]
3230L: [email protected]
3231W: http://www.drbd.org
3232T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3233T: git git://git.drbd.org/drbd-8.3.git
3234S: Supported
3235F: drivers/block/drbd/
3236F: lib/lru_cache.c
3237F: Documentation/blockdev/drbd/
b411b363 3238
87544653 3239DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
879a5a00 3240M: Greg Kroah-Hartman <[email protected]>
08deed1e 3241T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
1da177e4 3242S: Supported
679655da 3243F: Documentation/kobject.txt
7cfc51b9 3244F: drivers/base/
679655da 3245F: fs/sysfs/
87544653 3246F: fs/debugfs/
679655da 3247F: include/linux/kobj*
87544653 3248F: include/linux/debugfs.h
679655da 3249F: lib/kobj*
1da177e4
LT
3250
3251DRM DRIVERS
8b58be88 3252M: David Airlie <[email protected]>
4c6a3999 3253L: [email protected]
b0447888 3254T: git git://people.freedesktop.org/~airlied/linux
1da177e4 3255S: Maintained
679655da 3256F: drivers/gpu/drm/
433e3b34 3257F: drivers/gpu/vga/
850e9411 3258F: include/drm/
c117ab84 3259F: include/uapi/drm/
1da177e4 3260
566f5939
AD
3261RADEON DRM DRIVERS
3262M: Alex Deucher <[email protected]>
3263M: Christian König <[email protected]>
3264L: [email protected]
3265T: git git://people.freedesktop.org/~agd5f/linux
3266S: Supported
3267F: drivers/gpu/drm/radeon/
566f5939
AD
3268F: include/uapi/drm/radeon*
3269
03e255b9
TR
3270DRM PANEL DRIVERS
3271M: Thierry Reding <[email protected]>
3272L: [email protected]
3273T: git git://anongit.freedesktop.org/tegra/linux.git
3274S: Maintained
3275F: drivers/gpu/drm/drm_panel.c
3276F: drivers/gpu/drm/panel/
3277F: include/drm/drm_panel.h
3278F: Documentation/devicetree/bindings/panel/
3279
8daf7473 3280INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
cbce7107 3281M: Daniel Vetter <[email protected]>
47f95647 3282M: Jani Nikula <[email protected]>
362132d2 3283L: [email protected]
8daf7473 3284L: [email protected]
47f95647 3285Q: http://patchwork.freedesktop.org/project/intel-gfx/
89258a97 3286T: git git://anongit.freedesktop.org/drm-intel
8daf7473 3287S: Supported
14430813 3288F: drivers/gpu/drm/i915/
8daf7473 3289F: include/drm/i915*
c117ab84 3290F: include/uapi/drm/i915*
8daf7473 3291
398a6d4a
KP
3292DRM DRIVERS FOR EXYNOS
3293M: Inki Dae <[email protected]>
f1501303
ID
3294M: Joonyoung Shim <[email protected]>
3295M: Seung-Woo Kim <[email protected]>
3296M: Kyungmin Park <[email protected]>
398a6d4a 3297L: [email protected]
25a58030 3298T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
398a6d4a 3299S: Supported
14430813 3300F: drivers/gpu/drm/exynos/
398a6d4a 3301F: include/drm/exynos*
c117ab84 3302F: include/uapi/drm/exynos*
398a6d4a 3303
0a3d775f
PZ
3304DRM DRIVERS FOR FREESCALE IMX
3305M: Philipp Zabel <[email protected]>
3306L: [email protected]
3307S: Maintained
3308F: drivers/gpu/drm/imx/
3309F: Documentation/devicetree/bindings/drm/imx/
3310
bd3b49f2 3311DRM DRIVERS FOR NVIDIA TEGRA
a5ad7a63
TR
3312M: Thierry Reding <[email protected]>
3313M: Terje Bergström <[email protected]>
bd3b49f2
TR
3314L: [email protected]
3315L: [email protected]
a5ad7a63 3316T: git git://anongit.freedesktop.org/tegra/linux.git
adabdb0c 3317S: Supported
dee8268f 3318F: drivers/gpu/drm/tegra/
a5ad7a63 3319F: drivers/gpu/host1x/
e1e90644 3320F: include/linux/host1x.h
a5ad7a63 3321F: include/uapi/drm/tegra_drm.h
bd3b49f2
TR
3322F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3323
a284e9d1
LP
3324DRM DRIVERS FOR RENESAS
3325M: Laurent Pinchart <[email protected]>
3326L: [email protected]
3327L: [email protected]
3328T: git git://people.freedesktop.org/~airlied/linux
3329S: Supported
3330F: drivers/gpu/drm/rcar-du/
3331F: drivers/gpu/drm/shmobile/
3332F: include/linux/platform_data/rcar-du.h
3333F: include/linux/platform_data/shmob_drm.h
3334
598df1ac
AK
3335DSBR100 USB FM RADIO DRIVER
3336M: Alexey Klimov <[email protected]>
3337L: [email protected]
3338T: git git://linuxtv.org/media_tree.git
3339S: Maintained
3340F: drivers/media/radio/dsbr100.c
3341
1da177e4 3342DSCC4 DRIVER
8b58be88 3343M: Francois Romieu <[email protected]>
01f20734 3344L: [email protected]
1da177e4 3345S: Maintained
679655da 3346F: drivers/net/wan/dscc4.c
1da177e4 3347
91952bc0
AP
3348DVB_USB_AF9015 MEDIA DRIVER
3349M: Antti Palosaari <[email protected]>
3350L: [email protected]
3351W: http://linuxtv.org/
3352W: http://palosaari.fi/linux/
3353Q: http://patchwork.linuxtv.org/project/linux-media/list/
3354T: git git://linuxtv.org/anttip/media_tree.git
3355S: Maintained
3356F: drivers/media/usb/dvb-usb-v2/af9015*
3357
3358DVB_USB_AF9035 MEDIA DRIVER
3359M: Antti Palosaari <[email protected]>
3360L: [email protected]
3361W: http://linuxtv.org/
3362W: http://palosaari.fi/linux/
3363Q: http://patchwork.linuxtv.org/project/linux-media/list/
3364T: git git://linuxtv.org/anttip/media_tree.git
3365S: Maintained
3366F: drivers/media/usb/dvb-usb-v2/af9035*
3367
3368DVB_USB_ANYSEE MEDIA DRIVER
3369M: Antti Palosaari <[email protected]>
3370L: [email protected]
3371W: http://linuxtv.org/
3372W: http://palosaari.fi/linux/
3373Q: http://patchwork.linuxtv.org/project/linux-media/list/
3374T: git git://linuxtv.org/anttip/media_tree.git
3375S: Maintained
3376F: drivers/media/usb/dvb-usb-v2/anysee*
3377
3378DVB_USB_AU6610 MEDIA DRIVER
3379M: Antti Palosaari <[email protected]>
3380L: [email protected]
3381W: http://linuxtv.org/
3382W: http://palosaari.fi/linux/
3383Q: http://patchwork.linuxtv.org/project/linux-media/list/
3384T: git git://linuxtv.org/anttip/media_tree.git
3385S: Maintained
3386F: drivers/media/usb/dvb-usb-v2/au6610*
3387
3388DVB_USB_CE6230 MEDIA DRIVER
3389M: Antti Palosaari <[email protected]>
3390L: [email protected]
3391W: http://linuxtv.org/
3392W: http://palosaari.fi/linux/
3393Q: http://patchwork.linuxtv.org/project/linux-media/list/
3394T: git git://linuxtv.org/anttip/media_tree.git
3395S: Maintained
3396F: drivers/media/usb/dvb-usb-v2/ce6230*
3397
d099dea2
MK
3398DVB_USB_CXUSB MEDIA DRIVER
3399M: Michael Krufky <[email protected]>
3400L: [email protected]
3401W: http://linuxtv.org/
3402W: http://github.com/mkrufky
3403Q: http://patchwork.linuxtv.org/project/linux-media/list/
3404T: git git://linuxtv.org/media_tree.git
3405S: Maintained
9819da66 3406F: drivers/media/usb/dvb-usb/cxusb*
d099dea2 3407
91952bc0 3408DVB_USB_EC168 MEDIA DRIVER
91952bc0
AP
3409M: Antti Palosaari <[email protected]>
3410L: [email protected]
3411W: http://linuxtv.org/
3412W: http://palosaari.fi/linux/
3413Q: http://patchwork.linuxtv.org/project/linux-media/list/
3414T: git git://linuxtv.org/anttip/media_tree.git
3415S: Maintained
91952bc0 3416F: drivers/media/usb/dvb-usb-v2/ec168*
91952bc0 3417
5560983b 3418DVB_USB_GL861 MEDIA DRIVER
91952bc0
AP
3419M: Antti Palosaari <[email protected]>
3420L: [email protected]
3421W: http://linuxtv.org/
91952bc0
AP
3422Q: http://patchwork.linuxtv.org/project/linux-media/list/
3423T: git git://linuxtv.org/anttip/media_tree.git
3424S: Maintained
5560983b 3425F: drivers/media/usb/dvb-usb-v2/gl861*
91952bc0 3426
8856f5f2
MK
3427DVB_USB_MXL111SF MEDIA DRIVER
3428M: Michael Krufky <[email protected]>
3429L: [email protected]
3430W: http://linuxtv.org/
3431W: http://github.com/mkrufky
3432Q: http://patchwork.linuxtv.org/project/linux-media/list/
3433T: git git://linuxtv.org/mkrufky/mxl111sf.git
3434S: Maintained
3435F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3436
91952bc0
AP
3437DVB_USB_RTL28XXU MEDIA DRIVER
3438M: Antti Palosaari <[email protected]>
3439L: [email protected]
3440W: http://linuxtv.org/
3441W: http://palosaari.fi/linux/
3442Q: http://patchwork.linuxtv.org/project/linux-media/list/
3443T: git git://linuxtv.org/anttip/media_tree.git
3444S: Maintained
3445F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3446
3447DVB_USB_V2 MEDIA DRIVER
3448M: Antti Palosaari <[email protected]>
3449L: [email protected]
3450W: http://linuxtv.org/
3451W: http://palosaari.fi/linux/
3452Q: http://patchwork.linuxtv.org/project/linux-media/list/
3453T: git git://linuxtv.org/anttip/media_tree.git
3454S: Maintained
3455F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3456F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3457
ac0ac38f 3458DYNAMIC DEBUG
5c4a97d1 3459M: Jason Baron <[email protected]>
ac0ac38f
JB
3460S: Maintained
3461F: lib/dynamic_debug.c
3462F: include/linux/dynamic_debug.h
3463
789c7048 3464DZ DECSTATION DZ11 SERIAL DRIVER
8b58be88 3465M: "Maciej W. Rozycki" <[email protected]>
789c7048 3466S: Maintained
df621252 3467F: drivers/tty/serial/dz.*
789c7048 3468
91952bc0
AP
3469E4000 MEDIA DRIVER
3470M: Antti Palosaari <[email protected]>
3471L: [email protected]
3472W: http://linuxtv.org/
3473W: http://palosaari.fi/linux/
3474Q: http://patchwork.linuxtv.org/project/linux-media/list/
3475T: git git://linuxtv.org/anttip/media_tree.git
3476S: Maintained
3477F: drivers/media/tuners/e4000*
3478
1da177e4 3479EATA ISA/EISA/PCI SCSI DRIVER
8b58be88 3480M: Dario Ballabio <[email protected]>
1da177e4
LT
3481L: [email protected]
3482S: Maintained
679655da 3483F: drivers/scsi/eata.c
1da177e4 3484
91952bc0
AP
3485EC100 MEDIA DRIVER
3486M: Antti Palosaari <[email protected]>
3487L: [email protected]
3488W: http://linuxtv.org/
3489W: http://palosaari.fi/linux/
3490Q: http://patchwork.linuxtv.org/project/linux-media/list/
3491T: git git://linuxtv.org/anttip/media_tree.git
3492S: Maintained
3493F: drivers/media/dvb-frontends/ec100*
3494
237fead6 3495ECRYPT FILE SYSTEM
0de9adf2 3496M: Tyler Hicks <[email protected]>
a058bfbb 3497L: [email protected]
24a923e4 3498W: http://ecryptfs.org
6dc7516e 3499W: https://launchpad.net/ecryptfs
237fead6 3500S: Supported
679655da
JP
3501F: Documentation/filesystems/ecryptfs.txt
3502F: fs/ecryptfs/
237fead6 3503
da9bb1d2 3504EDAC-CORE
8b58be88 3505M: Doug Thompson <[email protected]>
aa15aa0e 3506M: Borislav Petkov <[email protected]>
009a5410 3507M: Mauro Carvalho Chehab <[email protected]>
91445c72 3508L: [email protected]
0e438e3f 3509W: bluesmoke.sourceforge.net
8c2a6a40 3510S: Supported
679655da 3511F: Documentation/edac.txt
91445c72 3512F: drivers/edac/
679655da 3513F: include/linux/edac.h
0e438e3f 3514
c476c23b 3515EDAC-AMD64
8b58be88 3516M: Doug Thompson <[email protected]>
487ba8e8 3517M: Borislav Petkov <[email protected]>
91445c72 3518L: [email protected]
c476c23b 3519W: bluesmoke.sourceforge.net
487ba8e8 3520S: Maintained
c476c23b
BP
3521F: drivers/edac/amd64_edac*
3522
836dae5d
RR
3523EDAC-CALXEDA
3524M: Doug Thompson <[email protected]>
3525M: Robert Richter <[email protected]>
3526L: [email protected]
3527W: bluesmoke.sourceforge.net
3528S: Maintained
3529F: drivers/edac/highbank*
3530
f65aad41
RB
3531EDAC-CAVIUM
3532M: Ralf Baechle <[email protected]>
3533M: David Daney <[email protected]>
3534L: [email protected]
3535L: [email protected]
3536W: bluesmoke.sourceforge.net
3537S: Supported
3538F: drivers/edac/octeon_edac*
3539
0e438e3f 3540EDAC-E752X
8b58be88
JP
3541M: Mark Gross <[email protected]>
3542M: Doug Thompson <[email protected]>
91445c72 3543L: [email protected]
0e438e3f
DP
3544W: bluesmoke.sourceforge.net
3545S: Maintained
679655da 3546F: drivers/edac/e752x_edac.c
0e438e3f
DP
3547
3548EDAC-E7XXX
8b58be88 3549M: Doug Thompson <[email protected]>
91445c72 3550L: [email protected]
0e438e3f
DP
3551W: bluesmoke.sourceforge.net
3552S: Maintained
679655da 3553F: drivers/edac/e7xxx_edac.c
0e438e3f 3554
77c5f5d2 3555EDAC-GHES
009a5410 3556M: Mauro Carvalho Chehab <[email protected]>
77c5f5d2
MCC
3557L: [email protected]
3558W: bluesmoke.sourceforge.net
3559S: Maintained
2caa67a6 3560F: drivers/edac/ghes_edac.c
77c5f5d2 3561
6bc78404 3562EDAC-I82443BXGX
8b58be88 3563M: Tim Small <[email protected]>
91445c72 3564L: [email protected]
6bc78404
DT
3565W: bluesmoke.sourceforge.net
3566S: Maintained
679655da 3567F: drivers/edac/i82443bxgx_edac.c
6bc78404
DT
3568
3569EDAC-I3000
8b58be88 3570M: Jason Uhlenkott <[email protected]>
91445c72 3571L: [email protected]
6bc78404
DT
3572W: bluesmoke.sourceforge.net
3573S: Maintained
679655da 3574F: drivers/edac/i3000_edac.c
6bc78404
DT
3575
3576EDAC-I5000
8b58be88 3577M: Doug Thompson <[email protected]>
91445c72 3578L: [email protected]
ba9a5918
DT
3579W: bluesmoke.sourceforge.net
3580S: Maintained
679655da 3581F: drivers/edac/i5000_edac.c
ba9a5918 3582
44c12cb2 3583EDAC-I5400
009a5410 3584M: Mauro Carvalho Chehab <[email protected]>
67c89316 3585L: [email protected]
44c12cb2
MCC
3586W: bluesmoke.sourceforge.net
3587S: Maintained
679655da 3588F: drivers/edac/i5400_edac.c
44c12cb2 3589
3c9c92b6 3590EDAC-I7300
009a5410 3591M: Mauro Carvalho Chehab <[email protected]>
3c9c92b6
MCC
3592L: [email protected]
3593W: bluesmoke.sourceforge.net
3594S: Maintained
3595F: drivers/edac/i7300_edac.c
3596
67c89316 3597EDAC-I7CORE
009a5410 3598M: Mauro Carvalho Chehab <[email protected]>
67c89316
MCC
3599L: [email protected]
3600W: bluesmoke.sourceforge.net
3601S: Maintained
70aff0ce 3602F: drivers/edac/i7core_edac.c
67c89316 3603
ba9a5918 3604EDAC-I82975X
8b58be88 3605M: Ranganathan Desikan <[email protected]>
25527885 3606M: "Arvind R." <[email protected]>
91445c72 3607L: [email protected]
ba9a5918
DT
3608W: bluesmoke.sourceforge.net
3609S: Maintained
679655da 3610F: drivers/edac/i82975x_edac.c
ba9a5918 3611
791b4706
JB
3612EDAC-IE31200
3613M: Jason Baron <[email protected]>
3614L: [email protected]
3615W: bluesmoke.sourceforge.net
3616S: Maintained
3617F: drivers/edac/ie31200_edac.c
3618
ccdfb979
JT
3619EDAC-MPC85XX
3620M: Johannes Thumshirn <[email protected]>
3621L: [email protected]
3622W: bluesmoke.sourceforge.net
3623S: Maintained
3624F: drivers/edac/mpc85xx_edac.[ch]
3625
ba9a5918 3626EDAC-PASEMI
8b58be88 3627M: Egor Martovetsky <[email protected]>
91445c72 3628L: [email protected]
6bc78404
DT
3629W: bluesmoke.sourceforge.net
3630S: Maintained
679655da 3631F: drivers/edac/pasemi_edac.c
6bc78404 3632
0e438e3f 3633EDAC-R82600
8b58be88 3634M: Tim Small <[email protected]>
91445c72 3635L: [email protected]
0e438e3f
DP
3636W: bluesmoke.sourceforge.net
3637S: Maintained
679655da 3638F: drivers/edac/r82600_edac.c
da9bb1d2 3639
4d096ca7 3640EDAC-SBRIDGE
009a5410 3641M: Mauro Carvalho Chehab <[email protected]>
4d096ca7
MCC
3642L: [email protected]
3643W: bluesmoke.sourceforge.net
3644S: Maintained
3645F: drivers/edac/sb_edac.c
3646
af39917d
CL
3647EDIROL UA-101/UA-1000 DRIVER
3648M: Clemens Ladisch <[email protected]>
3649L: [email protected] (moderated for non-subscribers)
3650T: git git://git.alsa-project.org/alsa-kernel.git
3651S: Maintained
3652F: sound/usb/misc/ua101.c
3653
1f7df953
MF
3654EXTENSIBLE FIRMWARE INTERFACE (EFI)
3655M: Matt Fleming <[email protected]>
3656L: [email protected]
78bef24e 3657T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
1f7df953 3658S: Maintained
fb2efb5c 3659F: Documentation/efi-stub.txt
1f7df953
MF
3660F: arch/ia64/kernel/efi.c
3661F: arch/x86/boot/compressed/eboot.[ch]
3662F: arch/x86/include/asm/efi.h
3663F: arch/x86/platform/efi/*
a9499fa7 3664F: drivers/firmware/efi/*
1f7df953
MF
3665F: include/linux/efi*.h
3666
d68772b7
MF
3667EFI VARIABLE FILESYSTEM
3668M: Matthew Garrett <[email protected]>
3669M: Jeremy Kerr <[email protected]>
3670M: Matt Fleming <[email protected]>
3671T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3672L: [email protected]
3673S: Maintained
3674F: fs/efivarfs/
3675
85a00d9b
PJ
3676EFIFB FRAMEBUFFER DRIVER
3677L: [email protected]
3678M: Peter Jones <[email protected]>
3679S: Maintained
8a61f013 3680F: drivers/video/fbdev/efifb.c
85a00d9b 3681
0bee8d28
JT
3682EFS FILESYSTEM
3683W: http://aeschi.ch.eu.org/efs/
3684S: Orphan
679655da 3685F: fs/efs/
0bee8d28 3686
4480f15b 3687EHCA (IBM GX bus InfiniBand adapter) DRIVER
8b58be88
JP
3688M: Hoang-Nam Nguyen <[email protected]>
3689M: Christoph Raisch <[email protected]>
e6cc0fd1 3690L: [email protected]
fab97220 3691S: Supported
679655da 3692F: drivers/infiniband/hw/ehca/
fab97220 3693
aa8a9e25 3694EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
34b1901a 3695M: Thadeu Lima de Souza Cascardo <[email protected]>
aa8a9e25
BL
3696L: [email protected]
3697S: Maintained
9aa32835 3698F: drivers/net/ethernet/ibm/ehea/
aa8a9e25 3699
f0319efe 3700EM28XX VIDEO4LINUX DRIVER
009a5410 3701M: Mauro Carvalho Chehab <[email protected]>
f0319efe
MCC
3702L: [email protected]
3703W: http://linuxtv.org
3704T: git git://linuxtv.org/media_tree.git
3705S: Maintained
3706F: drivers/media/usb/em28xx/
3707
3e3a7d66 3708EMBEDDED LINUX
8b58be88
JP
3709M: Paul Gortmaker <[email protected]>
3710M: Matt Mackall <[email protected]>
3711M: David Woodhouse <[email protected]>
3e3a7d66
DW
3712L: [email protected]
3713S: Maintained
3714
3a1c1d44 3715EMULEX LPFC FC SCSI DRIVER
8b58be88 3716M: James Smart <[email protected]>
ce00f85c
JC
3717L: [email protected]
3718W: http://sourceforge.net/projects/lpfcxxxx
3719S: Supported
679655da 3720F: drivers/scsi/lpfc/
3a1c1d44 3721
5f5bac82 3722ENE CB710 FLASH CARD READER DRIVER
8b58be88 3723M: MichaÅ‚ MirosÅ‚aw <[email protected]>
5f5bac82
MM
3724S: Maintained
3725F: drivers/misc/cb710/
3726F: drivers/mmc/host/cb710-mmc.*
3727F: include/linux/cb710.h
3728
931e39a1
ML
3729ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3730M: Maxim Levitsky <[email protected]>
3731S: Maintained
2a837449 3732F: drivers/media/rc/ene_ir.*
931e39a1 3733
ec207dcc
GS
3734ENHANCED ERROR HANDLING (EEH)
3735M: Gavin Shan <[email protected]>
3736L: [email protected]
3737S: Supported
3738F: Documentation/powerpc/eeh-pci-error-recovery.txt
3739F: arch/powerpc/kernel/eeh*.c
3740
d5ca9006 3741EPSON S1D13XXX FRAMEBUFFER DRIVER
8b58be88 3742M: Kristoffer Ericson <[email protected]>
d5ca9006 3743S: Maintained
084bad91 3744T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
8a61f013 3745F: drivers/video/fbdev/s1d13xxxfb.c
679655da 3746F: include/video/s1d13xxxfb.h
d5ca9006 3747
38df6492
ME
3748ET131X NETWORK DRIVER
3749M: Mark Einon <[email protected]>
3750S: Odd Fixes
3751F: drivers/net/ethernet/agere/
3752
1da177e4 3753ETHERNET BRIDGE
adbbf69d 3754M: Stephen Hemminger <[email protected]>
f318a63b 3755L: [email protected]
4c325313 3756L: [email protected]
c996d8b9 3757W: http://www.linuxfoundation.org/en/Net:Bridge
1da177e4 3758S: Maintained
679655da
JP
3759F: include/linux/netfilter_bridge/
3760F: net/bridge/
1da177e4 3761
22f08ad9
FF
3762ETHERNET PHY LIBRARY
3763M: Florian Fainelli <[email protected]>
3764L: [email protected]
3765S: Maintained
3766F: include/linux/phy.h
3767F: include/linux/phy_fixed.h
3768F: drivers/net/phy/
3769F: Documentation/networking/phy.txt
3770F: drivers/of/of_mdio.c
3771F: drivers/of/of_net.c
3772
1da177e4 3773EXT2 FILE SYSTEM
01971952 3774M: Jan Kara <[email protected]>
72be2ccf 3775L: [email protected]
1da177e4 3776S: Maintained
679655da
JP
3777F: Documentation/filesystems/ext2.txt
3778F: fs/ext2/
3779F: include/linux/ext2*
1da177e4
LT
3780
3781EXT3 FILE SYSTEM
01971952 3782M: Jan Kara <[email protected]>
8b58be88 3783M: Andrew Morton <[email protected]>
3c373a5f 3784M: Andreas Dilger <[email protected]>
72be2ccf
EM
3785L: [email protected]
3786S: Maintained
679655da
JP
3787F: Documentation/filesystems/ext3.txt
3788F: fs/ext3/
72be2ccf
EM
3789
3790EXT4 FILE SYSTEM
8b58be88 3791M: "Theodore Ts'o" <[email protected]>
3c373a5f 3792M: Andreas Dilger <[email protected]>
72be2ccf 3793L: [email protected]
08a225f1 3794W: http://ext4.wiki.kernel.org
8a6e2535 3795Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
1da177e4 3796S: Maintained
679655da
JP
3797F: Documentation/filesystems/ext4.txt
3798F: fs/ext4/
1da177e4 3799
c5532b09 3800Extended Verification Module (EVM)
74dd744f
MZ
3801M: Mimi Zohar <[email protected]>
3802L: [email protected]
3803L: [email protected]
c5532b09
MZ
3804S: Supported
3805F: security/integrity/evm/
3806
df6b3cfe
MH
3807EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3808M: MyungJoo Ham <[email protected]>
3809M: Chanwoo Choi <[email protected]>
3810L: [email protected]
81df63a9 3811T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
df6b3cfe
MH
3812S: Maintained
3813F: drivers/extcon/
3814F: Documentation/extcon/
3815
e2a75c44
JH
3816EXYNOS DP DRIVER
3817M: Jingoo Han <[email protected]>
3818L: [email protected]
3819S: Maintained
3820F: drivers/gpu/drm/exynos/exynos_dp*
3821
33ad3912
DL
3822EXYNOS MIPI DISPLAY DRIVERS
3823M: Inki Dae <[email protected]>
3824M: Donghwa Lee <[email protected]>
3825M: Kyungmin Park <[email protected]>
3826L: [email protected]
3827S: Maintained
8a61f013 3828F: drivers/video/fbdev/exynos/exynos_mipi*
33ad3912
DL
3829F: include/video/exynos_mipi*
3830
e53004e2 3831F71805F HARDWARE MONITORING DRIVER
7c81c60f 3832M: Jean Delvare <[email protected]>
e53004e2
JD
3833L: [email protected]
3834S: Maintained
679655da
JP
3835F: Documentation/hwmon/f71805f
3836F: drivers/hwmon/f71805f.c
e53004e2 3837
eea977ed
MB
3838FC0011 TUNER DRIVER
3839M: Michael Buesch <[email protected]>
3840L: [email protected]
3841S: Maintained
ccae7af2
MCC
3842F: drivers/media/tuners/fc0011.h
3843F: drivers/media/tuners/fc0011.c
eea977ed 3844
91952bc0
AP
3845FC2580 MEDIA DRIVER
3846M: Antti Palosaari <[email protected]>
3847L: [email protected]
3848W: http://linuxtv.org/
3849W: http://palosaari.fi/linux/
3850Q: http://patchwork.linuxtv.org/project/linux-media/list/
3851T: git git://linuxtv.org/anttip/media_tree.git
3852S: Maintained
3853F: drivers/media/tuners/fc2580*
eea977ed 3854
88b2dbdb
EP
3855FANOTIFY
3856M: Eric Paris <[email protected]>
3857S: Maintained
3858F: fs/notify/fanotify/
3859F: include/linux/fanotify.h
c117ab84 3860F: include/uapi/linux/fanotify.h
88b2dbdb 3861
1da177e4 3862FARSYNC SYNCHRONOUS DRIVER
8b58be88 3863M: Kevin Curtis <[email protected]>
1da177e4
LT
3864W: http://www.farsite.co.uk/
3865S: Supported
679655da 3866F: drivers/net/wan/farsync.*
1da177e4 3867
c5408b88 3868FAULT INJECTION SUPPORT
8b58be88 3869M: Akinobu Mita <[email protected]>
c5408b88 3870S: Supported
679655da
JP
3871F: Documentation/fault-injection/
3872F: lib/fault-inject.c
c5408b88 3873
cae727db
RL
3874FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3875M: Robert Love <[email protected]>
f4aaea6d 3876L: [email protected]
cae727db
RL
3877W: www.Open-FCoE.org
3878S: Supported
3879F: drivers/scsi/libfc/
3880F: drivers/scsi/fcoe/
3881F: include/scsi/fc/
3882F: include/scsi/libfc.h
3883F: include/scsi/libfcoe.h
c117ab84 3884F: include/uapi/scsi/fc/
cae727db 3885
e2d1d6c0 3886FILE LOCKING (flock() and fcntl()/lockf())
8c836fa8 3887M: Jeff Layton <[email protected]>
18156e7e 3888M: J. Bruce Fields <[email protected]>
e2d1d6c0 3889L: [email protected]
1da177e4 3890S: Maintained
679655da
JP
3891F: include/linux/fcntl.h
3892F: include/linux/fs.h
c117ab84
CEB
3893F: include/uapi/linux/fcntl.h
3894F: include/uapi/linux/fs.h
679655da
JP
3895F: fs/fcntl.c
3896F: fs/locks.c
1da177e4 3897
e2d1d6c0 3898FILESYSTEMS (VFS and infrastructure)
8b58be88 3899M: Alexander Viro <[email protected]>
e2d1d6c0 3900L: [email protected]
173acc7c 3901S: Maintained
679655da 3902F: fs/*
173acc7c 3903
b26e0ed4 3904FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
05576a1e 3905M: Riku Voipio <[email protected]>
b26e0ed4
RV
3906L: [email protected]
3907S: Maintained
d5ca6918
JP
3908F: drivers/hwmon/f75375s.c
3909F: include/linux/f75375s.h
b26e0ed4 3910
a331b0c3
CL
3911FIREWIRE AUDIO DRIVERS
3912M: Clemens Ladisch <[email protected]>
3913L: [email protected] (moderated for non-subscribers)
3914T: git git://git.alsa-project.org/alsa-kernel.git
3915S: Maintained
3916F: sound/firewire/
3917
eb86ec51
SR
3918FIREWIRE MEDIA DRIVERS (firedtv)
3919M: Stefan Richter <[email protected]>
3920L: [email protected]
3921L: [email protected]
3922T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3923S: Maintained
3924F: drivers/media/firewire/
3925
a511ce33
CB
3926FIREWIRE SBP-2 TARGET
3927M: Chris Boot <[email protected]>
3928L: [email protected]
3929L: [email protected]
3930L: [email protected]
3931T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3932S: Maintained
3933F: drivers/target/sbp/
3934
7d2c86b5 3935FIREWIRE SUBSYSTEM
8b58be88 3936M: Stefan Richter <[email protected]>
e2d1d6c0 3937L: [email protected]
958a29cb 3938W: http://ieee1394.wiki.kernel.org/
2ca526bf 3939T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
e2d1d6c0 3940S: Maintained
679655da 3941F: drivers/firewire/
8f06ce3b
SR
3942F: include/linux/firewire.h
3943F: include/uapi/linux/firewire*.h
9f6d3c4b 3944F: tools/firewire/
e2d1d6c0
RD
3945
3946FIRMWARE LOADER (request_firmware)
39e68089
ML
3947M: Ming Lei <[email protected]>
3948L: [email protected]
3949S: Maintained
679655da
JP
3950F: Documentation/firmware_class/
3951F: drivers/base/firmware*.c
3952F: include/linux/firmware.h
e2d1d6c0 3953
f730e3dc 3954FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
9bb3c446
PK
3955M: Joshua Morris <[email protected]>
3956M: Philip Kelleher <[email protected]>
3957S: Maintained
3958F: drivers/block/rsxx/
3959
8206f664
JK
3960FLOPPY DRIVER
3961M: Jiri Kosina <[email protected]>
3962T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3963S: Odd fixes
3964F: drivers/block/floppy.c
3965
9c9f32ed
AR
3966FMC SUBSYSTEM
3967M: Alessandro Rubini <[email protected]>
3968W: http://www.ohwr.org/projects/fmc-bus
3969S: Supported
3970F: drivers/fmc/
3971F: include/linux/fmc*.h
3972F: include/linux/ipmi-fru.h
3973K: fmc_d.*register
3974
e2d1d6c0 3975FPU EMULATOR
8b58be88 3976M: Bill Metzenthen <[email protected]>
e769980f 3977W: http://floatingpoint.sourceforge.net/emulator/index.html
e2d1d6c0 3978S: Maintained
679655da 3979F: arch/x86/math-emu/
e2d1d6c0
RD
3980
3981FRAME RELAY DLCI/FRAD (Sangoma drivers too)
e2d1d6c0 3982L: [email protected]
c173bfac 3983S: Orphan
679655da
JP
3984F: drivers/net/wan/dlci.c
3985F: drivers/net/wan/sdla.c
e2d1d6c0
RD
3986
3987FRAMEBUFFER LAYER
5489e948
JCPV
3988M: Jean-Christophe Plagniol-Villard <[email protected]>
3989M: Tomi Valkeinen <[email protected]>
c69f677c 3990L: [email protected]
e2d1d6c0 3991W: http://linux-fbdev.sourceforge.net/
b22fe37b 3992Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5489e948 3993T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
56be1416 3994S: Maintained
679655da 3995F: Documentation/fb/
d958c62c 3996F: Documentation/devicetree/bindings/fb/
b22fe37b
PM
3997F: drivers/video/
3998F: include/video/
679655da 3999F: include/linux/fb.h
c117ab84
CEB
4000F: include/uapi/video/
4001F: include/uapi/linux/fb.h
e2d1d6c0 4002
a57c188e 4003FREESCALE DIU FRAMEBUFFER DRIVER
c4ef9bc4 4004M: Timur Tabi <[email protected]>
a57c188e 4005L: [email protected]
c4ef9bc4 4006S: Maintained
8a61f013 4007F: drivers/video/fbdev/fsl-diu-fb.*
a57c188e 4008
e2d1d6c0 4009FREESCALE DMA DRIVER
8b58be88
JP
4010M: Li Yang <[email protected]>
4011M: Zhang Wei <[email protected]>
a4724ed6 4012L: [email protected]
e2d1d6c0 4013S: Maintained
679655da 4014F: drivers/dma/fsldma.*
e2d1d6c0
RD
4015
4016FREESCALE I2C CPM DRIVER
8b58be88 4017M: Jochen Friedrich <[email protected]>
a4724ed6 4018L: [email protected]
846557d3 4019L: [email protected]
0d2b405a 4020S: Maintained
679655da 4021F: drivers/i2c/busses/i2c-cpm.c
0d2b405a 4022
60e8c5ab 4023FREESCALE IMX / MXC FRAMEBUFFER DRIVER
8b58be88 4024M: Sascha Hauer <[email protected]>
c69f677c 4025L: [email protected]
efc03ecb 4026L: [email protected] (moderated for non-subscribers)
60e8c5ab 4027S: Maintained
bad985a1 4028F: include/linux/platform_data/video-imxfb.h
8a61f013 4029F: drivers/video/fbdev/imxfb.c
60e8c5ab 4030
4689a6b1 4031FREESCALE SOC FS_ENET DRIVER
8b58be88
JP
4032M: Pantelis Antoniou <[email protected]>
4033M: Vitaly Bordug <[email protected]>
a4724ed6 4034L: [email protected]
4689a6b1
PA
4035L: [email protected]
4036S: Maintained
ec21e2ec 4037F: drivers/net/ethernet/freescale/fs_enet/
679655da 4038F: include/linux/fs_enet_pd.h
4689a6b1 4039
d9e9d82c 4040FREESCALE QUICC ENGINE LIBRARY
a4724ed6 4041L: [email protected]
c4ef9bc4 4042S: Orphan
679655da
JP
4043F: arch/powerpc/sysdev/qe_lib/
4044F: arch/powerpc/include/asm/*qe.h
d9e9d82c 4045
b55ef929 4046FREESCALE USB PERIPHERAL DRIVERS
8b58be88 4047M: Li Yang <[email protected]>
6372594a 4048L: [email protected]
a4724ed6 4049L: [email protected]
a7205b30 4050S: Maintained
faf2e1db 4051F: drivers/usb/gadget/udc/fsl*
a7205b30 4052
beaf53bf 4053FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
8b58be88 4054M: Li Yang <[email protected]>
beaf53bf 4055L: [email protected]
a4724ed6 4056L: [email protected]
beaf53bf 4057S: Maintained
ec21e2ec 4058F: drivers/net/ethernet/freescale/ucc_geth*
beaf53bf 4059
d9e9d82c 4060FREESCALE QUICC ENGINE UCC UART DRIVER
c4ef9bc4 4061M: Timur Tabi <[email protected]>
a4724ed6 4062L: [email protected]
c4ef9bc4 4063S: Maintained
df621252 4064F: drivers/tty/serial/ucc_uart.c
d9e9d82c
TT
4065
4066FREESCALE SOC SOUND DRIVERS
c4ef9bc4 4067M: Timur Tabi <[email protected]>
dc85950a 4068M: Nicolin Chen <[email protected]>
b4b98297 4069M: Xiubo Li <[email protected]>
93711660 4070L: [email protected] (moderated for non-subscribers)
a4724ed6 4071L: [email protected]
c4ef9bc4 4072S: Maintained
69aefcea 4073F: sound/soc/fsl/fsl*
dc85950a 4074F: sound/soc/fsl/imx*
69aefcea 4075F: sound/soc/fsl/mpc8610_hpcd.c
d9e9d82c 4076
1da177e4 4077FREEVXFS FILESYSTEM
8b58be88 4078M: Christoph Hellwig <[email protected]>
1da177e4
LT
4079W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4080S: Maintained
679655da 4081F: fs/freevxfs/
1da177e4 4082
71038f52 4083FREEZER
49db1903 4084M: "Rafael J. Wysocki" <[email protected]>
7fb06082 4085M: Pavel Machek <[email protected]>
bf1c138e 4086L: [email protected]
71038f52 4087S: Supported
679655da
JP
4088F: Documentation/power/freezing-of-tasks.txt
4089F: include/linux/freezer.h
4090F: kernel/freezer.c
71038f52 4091
839a1f79
KRW
4092FRONTSWAP API
4093M: Konrad Rzeszutek Wilk <[email protected]>
4094L: [email protected]
4095S: Maintained
4096F: mm/frontswap.c
4097F: include/linux/frontswap.h
4098
a5432f5a 4099FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
8b58be88 4100M: David Howells <[email protected]>
a5432f5a
DH
4101L: [email protected]
4102S: Supported
4103F: Documentation/filesystems/caching/
4104F: fs/fscache/
4105F: include/linux/fscache*.h
4106
f58ad8f5 4107F2FS FILE SYSTEM
9b29d481 4108M: Jaegeuk Kim <[email protected]>
f6238a72 4109M: Changman Lee <[email protected]>
f58ad8f5
JK
4110L: [email protected]
4111W: http://en.wikipedia.org/wiki/F2FS
4112T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4113S: Maintained
4114F: Documentation/filesystems/f2fs.txt
3bac380c 4115F: Documentation/ABI/testing/sysfs-fs-f2fs
f58ad8f5
JK
4116F: fs/f2fs/
4117F: include/linux/f2fs_fs.h
4118
5ab7ffea 4119FUJITSU FR-V (FRV) PORT
8b58be88 4120M: David Howells <[email protected]>
1da177e4 4121S: Maintained
679655da 4122F: arch/frv/
1da177e4 4123
20b93734 4124FUJITSU LAPTOP EXTRAS
409a3e98 4125M: Jonathan Woithe <[email protected]>
d0944853 4126L: [email protected]
20b93734 4127S: Maintained
679655da 4128F: drivers/platform/x86/fujitsu-laptop.c
20b93734 4129
4da621b6
HK
4130FUJITSU M-5MO LS CAMERA ISP DRIVER
4131M: Kyungmin Park <[email protected]>
4132M: Heungjun Kim <[email protected]>
4133L: [email protected]
4134S: Maintained
90d72ac6 4135F: drivers/media/i2c/m5mols/
4da621b6
HK
4136F: include/media/m5mols.h
4137
2d24c490
RG
4138FUJITSU TABLET EXTRAS
4139M: Robert Gerlach <[email protected]>
4140L: [email protected]
4141S: Maintained
4142F: drivers/platform/x86/fujitsu-tablet.c
4143
04578f17 4144FUSE: FILESYSTEM IN USERSPACE
8b58be88 4145M: Miklos Szeredi <[email protected]>
04578f17
MS
4146L: [email protected]
4147W: http://fuse.sourceforge.net/
4148S: Maintained
679655da 4149F: fs/fuse/
c117ab84 4150F: include/uapi/linux/fuse.h
04578f17 4151
1da177e4 4152FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
8b58be88 4153M: Rik Faith <[email protected]>
1da177e4 4154L: [email protected]
baaea1dc 4155S: Odd Fixes (e.g., new signatures)
679655da 4156F: drivers/scsi/fdomain.*
1da177e4 4157
d8e2162c
PO
4158GCOV BASED KERNEL PROFILING
4159M: Peter Oberparleiter <[email protected]>
4160S: Maintained
4161F: kernel/gcov/
4162F: Documentation/gcov.txt
4163
1da177e4 4164GDT SCSI DISK ARRAY CONTROLLER DRIVER
8b58be88 4165M: Achim Leubner <[email protected]>
1da177e4
LT
4166L: [email protected]
4167W: http://www.icp-vortex.com/
4168S: Supported
679655da 4169F: drivers/scsi/gdt*
1da177e4 4170
3169a1c7
HV
4171GEMTEK FM RADIO RECEIVER DRIVER
4172M: Hans Verkuil <[email protected]>
4173L: [email protected]
4174T: git git://linuxtv.org/media_tree.git
4175W: http://linuxtv.org
4176S: Maintained
4177F: drivers/media/radio/radio-gemtek*
4178
1c23af90 4179GENERIC GPIO I2C DRIVER
880b0e26 4180M: Haavard Skinnemoen <[email protected]>
1c23af90 4181S: Supported
679655da
JP
4182F: drivers/i2c/busses/i2c-gpio.c
4183F: include/linux/i2c-gpio.h
1c23af90 4184
92ed1a76
PK
4185GENERIC GPIO I2C MULTIPLEXER DRIVER
4186M: Peter Korsgaard <[email protected]>
4187L: [email protected]
4188S: Supported
e7065e20
JD
4189F: drivers/i2c/muxes/i2c-mux-gpio.c
4190F: include/linux/i2c-mux-gpio.h
4191F: Documentation/i2c/muxes/i2c-mux-gpio
92ed1a76 4192
9251ce95 4193GENERIC HDLC (WAN) DRIVERS
8b58be88 4194M: Krzysztof Halasa <[email protected]>
1da177e4
LT
4195W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4196S: Maintained
679655da
JP
4197F: drivers/net/wan/c101.c
4198F: drivers/net/wan/hd6457*
4199F: drivers/net/wan/hdlc*
4200F: drivers/net/wan/n2.c
4201F: drivers/net/wan/pc300too.c
4202F: drivers/net/wan/pci200syn.c
4203F: drivers/net/wan/wanxl*
1da177e4 4204
1527aab6 4205GENERIC INCLUDE/ASM HEADER FILES
8b58be88 4206M: Arnd Bergmann <[email protected]>
1527aab6
AB
4207L: [email protected]
4208T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4209S: Maintained
14430813
JP
4210F: include/asm-generic/
4211F: include/uapi/asm-generic/
1527aab6 4212
ff764963
KVA
4213GENERIC PHY FRAMEWORK
4214M: Kishon Vijay Abraham I <[email protected]>
4215L: [email protected]
4216T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4217S: Supported
4218F: drivers/phy/
4219F: include/linux/phy/
4220
ccb86a69 4221GENERIC UIO DRIVER FOR PCI DEVICES
bda2562c 4222M: "Michael S. Tsirkin" <[email protected]>
ccb86a69 4223L: [email protected]
ccb86a69
MT
4224S: Supported
4225F: drivers/uio/uio_pci_generic.c
4226
f8f1ec73
JP
4227GET_MAINTAINER SCRIPT
4228M: Joe Perches <[email protected]>
4229S: Maintained
4230F: scripts/get_maintainer.pl
4231
5be7b50f 4232GFS2 FILE SYSTEM
8b58be88 4233M: Steven Whitehouse <[email protected]>
a4644184 4234L: [email protected]
5be7b50f 4235W: http://sources.redhat.com/cluster/
08deed1e
JP
4236T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4237T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
5be7b50f 4238S: Supported
679655da
JP
4239F: Documentation/filesystems/gfs2*.txt
4240F: fs/gfs2/
c117ab84 4241F: include/uapi/linux/gfs2_ondisk.h
5be7b50f 4242
0a34eb8f 4243GIGASET ISDN DRIVERS
8b58be88
JP
4244M: Hansjoerg Lipp <[email protected]>
4245M: Tilman Schmidt <[email protected]>
0a34eb8f
HL
4246L: [email protected]
4247W: http://gigaset307x.sourceforge.net/
4248S: Maintained
679655da
JP
4249F: Documentation/isdn/README.gigaset
4250F: drivers/isdn/gigaset/
c117ab84 4251F: include/uapi/linux/gigaset_dev.h
0a34eb8f 4252
7eea35fe
JP
4253GO7007 MPEG CODEC
4254M: Hans Verkuil <[email protected]>
4255L: [email protected]
4256S: Maintained
4257F: drivers/media/usb/go7007/
4258
ca96ea86
BN
4259GOODIX TOUCHSCREEN
4260M: Bastien Nocera <[email protected]>
4261L: [email protected]
4262S: Maintained
4263F: drivers/input/touchscreen/goodix.c
4264
a0dc00b4 4265GPIO SUBSYSTEM
e4651a9f 4266M: Linus Walleij <[email protected]>
f2fa75cd 4267M: Alexandre Courbot <[email protected]>
d15b7179 4268L: [email protected]
f2fa75cd
LW
4269T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4270S: Maintained
4271F: Documentation/gpio/
a0dc00b4 4272F: drivers/gpio/
bdc6e95e
AC
4273F: include/linux/gpio/
4274F: include/linux/gpio.h
9b692346 4275F: include/asm-generic/gpio.h
a0dc00b4 4276
71a6d0af
HW
4277GRE DEMULTIPLEXER DRIVER
4278M: Dmitry Kozlov <[email protected]>
4279L: [email protected]
4280S: Maintained
11c26770
JP
4281F: net/ipv4/gre_demux.c
4282F: net/ipv4/gre_offload.c
71a6d0af
HW
4283F: include/net/gre.h
4284
d4c41139
KG
4285GRETH 10/100/1G Ethernet MAC device driver
4286M: Kristoffer Glembo <[email protected]>
4287L: [email protected]
4288S: Maintained
a31a96ad 4289F: drivers/net/ethernet/aeroflex/
d4c41139 4290
e8deeae2 4291GSPCA FINEPIX SUBDRIVER
8b58be88 4292M: Frank Zago <[email protected]>
661263b5 4293L: [email protected]
275ffde4 4294T: git git://linuxtv.org/media_tree.git
e8deeae2 4295S: Maintained
0c0d06ca 4296F: drivers/media/usb/gspca/finepix.c
e8deeae2 4297
4b3fa3c4
OL
4298GSPCA GL860 SUBDRIVER
4299M: Olivier Lorin <[email protected]>
4300L: [email protected]
275ffde4 4301T: git git://linuxtv.org/media_tree.git
4b3fa3c4 4302S: Maintained
0c0d06ca 4303F: drivers/media/usb/gspca/gl860/
4b3fa3c4 4304
e8deeae2 4305GSPCA M5602 SUBDRIVER
8b58be88 4306M: Erik Andren <[email protected]>
661263b5 4307L: [email protected]
275ffde4 4308T: git git://linuxtv.org/media_tree.git
e8deeae2 4309S: Maintained
0c0d06ca 4310F: drivers/media/usb/gspca/m5602/
e8deeae2
JFM
4311
4312GSPCA PAC207 SONIXB SUBDRIVER
8b58be88 4313M: Hans de Goede <[email protected]>
661263b5 4314L: [email protected]
275ffde4 4315T: git git://linuxtv.org/media_tree.git
e8deeae2 4316S: Maintained
0c0d06ca 4317F: drivers/media/usb/gspca/pac207.c
e8deeae2 4318
261982f1 4319GSPCA SN9C20X SUBDRIVER
d95c5b0b 4320M: Brian Johnson <[email protected]>
261982f1 4321L: [email protected]
275ffde4 4322T: git git://linuxtv.org/media_tree.git
261982f1 4323S: Maintained
0c0d06ca 4324F: drivers/media/usb/gspca/sn9c20x.c
261982f1 4325
e8deeae2 4326GSPCA T613 SUBDRIVER
8b58be88 4327M: Leandro Costantino <[email protected]>
661263b5 4328L: [email protected]
275ffde4 4329T: git git://linuxtv.org/media_tree.git
e8deeae2 4330S: Maintained
0c0d06ca 4331F: drivers/media/usb/gspca/t613.c
e8deeae2
JFM
4332
4333GSPCA USB WEBCAM DRIVER
fc3f906b 4334M: Hans de Goede <[email protected]>
661263b5 4335L: [email protected]
275ffde4 4336T: git git://linuxtv.org/media_tree.git
e8deeae2 4337S: Maintained
0c0d06ca 4338F: drivers/media/usb/gspca/
e8deeae2 4339
584ec979
DB
4340GUID PARTITION TABLE (GPT)
4341M: Davidlohr Bueso <[email protected]>
4342L: [email protected]
4343S: Maintained
4344F: block/partitions/efi.*
4345
aa3c598b
EG
4346STK1160 USB VIDEO CAPTURE DRIVER
4347M: Ezequiel Garcia <[email protected]>
4348L: [email protected]
275ffde4 4349T: git git://linuxtv.org/media_tree.git
aa3c598b
EG
4350S: Maintained
4351F: drivers/media/usb/stk1160/
e8deeae2 4352
71a6d0af
HW
4353HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4354M: Frank Seidel <[email protected]>
4355L: [email protected]
4356W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4357S: Maintained
4358F: drivers/platform/x86/hdaps.c
4359
48fc9e26
HV
4360HDPVR USB VIDEO ENCODER DRIVER
4361M: Hans Verkuil <[email protected]>
4362L: [email protected]
4363T: git git://linuxtv.org/media_tree.git
4364W: http://linuxtv.org
4365S: Odd Fixes
14430813 4366F: drivers/media/usb/hdpvr/
48fc9e26 4367
71a6d0af 4368HWPOISON MEMORY FAILURE HANDLING
f9625c48 4369M: Naoya Horiguchi <[email protected]>
71a6d0af 4370L: [email protected]
71a6d0af
HW
4371S: Maintained
4372F: mm/memory-failure.c
4373F: mm/hwpoison-inject.c
4374
4375HYPERVISOR VIRTUAL CONSOLE DRIVER
4376L: [email protected]
4377S: Odd Fixes
4378F: drivers/tty/hvc/
4379
e5ab1477
AP
4380HACKRF MEDIA DRIVER
4381M: Antti Palosaari <[email protected]>
4382L: [email protected]
4383W: http://linuxtv.org/
4384W: http://palosaari.fi/linux/
4385Q: http://patchwork.linuxtv.org/project/linux-media/list/
4386T: git git://linuxtv.org/anttip/media_tree.git
4387S: Maintained
4388F: drivers/media/usb/hackrf/
4389
5b543965 4390HARDWARE MONITORING
7c81c60f 4391M: Jean Delvare <[email protected]>
ca462085 4392M: Guenter Roeck <[email protected]>
5b543965 4393L: [email protected]
595142e0 4394W: http://www.lm-sensors.org/
9e012c1a 4395T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
885374e3 4396T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9e012c1a 4397S: Maintained
047f4ec2 4398F: Documentation/hwmon/
679655da 4399F: drivers/hwmon/
047f4ec2 4400F: include/linux/hwmon*.h
5b543965 4401
844dd05f 4402HARDWARE RANDOM NUMBER GENERATOR CORE
c0d0787b
JP
4403M: Matt Mackall <[email protected]>
4404M: Herbert Xu <[email protected]>
4405S: Odd fixes
679655da
JP
4406F: Documentation/hw_random.txt
4407F: drivers/char/hw_random/
4408F: include/linux/hw_random.h
844dd05f 4409
8b37fcfc
OBC
4410HARDWARE SPINLOCK CORE
4411M: Ohad Ben-Cohen <[email protected]>
4412S: Maintained
4413F: Documentation/hwspinlock.txt
4414F: drivers/hwspinlock/hwspinlock_*
4415F: include/linux/hwspinlock.h
4416
1da177e4 4417HARMONY SOUND DRIVER
ac6aecbf 4418L: [email protected]
1da177e4 4419S: Maintained
679655da 4420F: sound/parisc/harmony.*
1da177e4 4421
91952bc0
AP
4422HD29L2 MEDIA DRIVER
4423M: Antti Palosaari <[email protected]>
4424L: [email protected]
4425W: http://linuxtv.org/
4426W: http://palosaari.fi/linux/
4427Q: http://patchwork.linuxtv.org/project/linux-media/list/
4428T: git git://linuxtv.org/anttip/media_tree.git
4429S: Maintained
4430F: drivers/media/dvb-frontends/hd29l2*
4431
e2d1d6c0 4432HEWLETT-PACKARD SMART2 RAID DRIVER
e2d1d6c0 4433L: [email protected]
af9f1b3c 4434S: Orphan
679655da
JP
4435F: Documentation/blockdev/cpqarray.txt
4436F: drivers/block/cpqarray.*
e2d1d6c0 4437
9257aa49 4438HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
693373db 4439M: Don Brace <[email protected]>
9257aa49 4440L: [email protected]
693373db
DB
4441L: [email protected]
4442L: [email protected]
9257aa49
SC
4443S: Supported
4444F: Documentation/scsi/hpsa.txt
4445F: drivers/scsi/hpsa*.[ch]
4446F: include/linux/cciss*.h
c117ab84 4447F: include/uapi/linux/cciss*.h
9257aa49 4448
e2d1d6c0 4449HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
693373db 4450M: Don Brace <[email protected]>
e2d1d6c0 4451L: [email protected]
693373db
DB
4452L: [email protected]
4453L: [email protected]
e2d1d6c0 4454S: Supported
679655da
JP
4455F: Documentation/blockdev/cciss.txt
4456F: drivers/block/cciss*
4457F: include/linux/cciss_ioctl.h
c117ab84 4458F: include/uapi/linux/cciss_ioctl.h
e2d1d6c0 4459
1da177e4 4460HFS FILESYSTEM
6cf515e1
GU
4461L: [email protected]
4462S: Orphan
679655da
JP
4463F: Documentation/filesystems/hfs.txt
4464F: fs/hfs/
1da177e4 4465
ef575f47
GU
4466HFSPLUS FILESYSTEM
4467L: [email protected]
4468S: Orphan
4469F: Documentation/filesystems/hfsplus.txt
4470F: fs/hfsplus/
4471
1da177e4 4472HGA FRAMEBUFFER DRIVER
8b58be88 4473M: Ferenc Bakonyi <[email protected]>
1da177e4
LT
4474L: [email protected]
4475W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4476S: Maintained
8a61f013 4477F: drivers/video/fbdev/hgafb.c
1da177e4 4478
4480f15b 4479HIBERNATION (aka Software Suspend, aka swsusp)
49db1903 4480M: "Rafael J. Wysocki" <[email protected]>
7fb06082 4481M: Pavel Machek <[email protected]>
bf1c138e 4482L: [email protected]
e2d1d6c0 4483S: Supported
679655da
JP
4484F: arch/x86/power/
4485F: drivers/base/power/
4486F: kernel/power/
4487F: include/linux/suspend.h
4488F: include/linux/freezer.h
4489F: include/linux/pm.h
679655da 4490F: arch/*/include/asm/suspend*.h
e2d1d6c0 4491
4ef4caad 4492HID CORE LAYER
8b58be88 4493M: Jiri Kosina <[email protected]>
eb76c5c0 4494L: [email protected]
54e5881d 4495T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad 4496S: Maintained
679655da
JP
4497F: drivers/hid/
4498F: include/linux/hid*
c117ab84 4499F: include/uapi/linux/hid*
4ef4caad 4500
38bed542 4501HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
8b58be88 4502M: Thomas Gleixner <[email protected]>
981c3a4f 4503L: [email protected]
75fc2d37 4504T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
38bed542 4505S: Maintained
679655da 4506F: Documentation/timers/
5cee9645 4507F: kernel/time/hrtimer.c
88606e80
TG
4508F: kernel/time/clockevents.c
4509F: kernel/time/tick*.*
4510F: kernel/time/timer_*.c
05ed8490 4511F: include/linux/clockchips.h
679655da 4512F: include/linux/hrtimer.h
38bed542 4513
1da177e4 4514HIGH-SPEED SCC DRIVER FOR AX.25
1da177e4 4515L: [email protected]
8b64f2a0 4516S: Orphan
679655da
JP
4517F: drivers/net/hamradio/dmascc.c
4518F: drivers/net/hamradio/scc.c
1da177e4 4519
ede1e6f8 4520HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
8b58be88 4521M: HighPoint Linux Team <[email protected]>
ede1e6f8
HLT
4522W: http://www.highpoint-tech.com
4523S: Supported
679655da
JP
4524F: Documentation/scsi/hptiop.txt
4525F: drivers/scsi/hptiop.c
ede1e6f8 4526
1da177e4 4527HIPPI
8b58be88 4528M: Jes Sorensen <[email protected]>
1da177e4
LT
4529L: [email protected]
4530S: Maintained
679655da 4531F: include/linux/hippidevice.h
c117ab84 4532F: include/uapi/linux/if_hippi.h
679655da 4533F: net/802/hippi.c
ff5a3b50 4534F: drivers/net/hippi/
1da177e4 4535
ff1d2767 4536HOST AP DRIVER
8b58be88 4537M: Jouni Malinen <[email protected]>
85d32e7b 4538L: [email protected] (subscribers-only)
724c6b35 4539L: [email protected]
ff1d2767
JM
4540W: http://hostap.epitest.fi/
4541S: Maintained
679655da 4542F: drivers/net/wireless/hostap/
ff1d2767 4543
dd8cd779 4544HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
d0944853 4545L: [email protected]
95c70215 4546S: Orphan
679655da 4547F: drivers/platform/x86/tc1100-wmi.c
dd8cd779 4548
e2d1d6c0 4549HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
8b58be88 4550M: Jaroslav Kysela <[email protected]>
e2d1d6c0 4551S: Maintained
7e25d724 4552F: drivers/net/ethernet/hp/hp100.*
e2d1d6c0 4553
7d2c86b5 4554HPET: High Precision Event Timers driver
8b58be88 4555M: Clemens Ladisch <[email protected]>
b9b0332f 4556S: Maintained
679655da
JP
4557F: Documentation/timers/hpet.txt
4558F: drivers/char/hpet.c
4559F: include/linux/hpet.h
c117ab84 4560F: include/uapi/linux/hpet.h
b9b0332f 4561
e07b5d79 4562HPET: x86
9e06f631 4563S: Orphan
679655da
JP
4564F: arch/x86/kernel/hpet.c
4565F: arch/x86/include/asm/hpet.h
b9b0332f 4566
1da177e4 4567HPFS FILESYSTEM
8b58be88 4568M: Mikulas Patocka <[email protected]>
1da177e4
LT
4569W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4570S: Maintained
679655da 4571F: fs/hpfs/
1da177e4 4572
3441cded 4573HSI SUBSYSTEM
56459ea9
SR
4574M: Sebastian Reichel <[email protected]>
4575T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
3441cded
SR
4576S: Maintained
4577F: Documentation/ABI/testing/sysfs-bus-hsi
56459ea9 4578F: Documentation/hsi.txt
3441cded
SR
4579F: drivers/hsi/
4580F: include/linux/hsi/
4581F: include/uapi/linux/hsi/
4582
7d2c86b5 4583HSO 3G MODEM DRIVER
8b58be88 4584M: Jan Dumon <[email protected]>
11cd29b0
DJB
4585W: http://www.pharscape.org
4586S: Maintained
679655da 4587F: drivers/net/usb/hso.c
11cd29b0 4588
19990e29
AB
4589HSR NETWORK PROTOCOL
4590M: Arvid Brodin <[email protected]>
4591L: [email protected]
4592S: Maintained
4593F: net/hsr/
4594
5a18c343 4595HTCPEN TOUCHSCREEN DRIVER
8b58be88 4596M: Pau Oliva Fora <[email protected]>
5a18c343
POF
4597L: [email protected]
4598S: Maintained
679655da 4599F: drivers/input/touchscreen/htcpen.c
5a18c343 4600
1da177e4 4601HUGETLB FILESYSTEM
6d49e352 4602M: Nadia Yvette Chambers <[email protected]>
1da177e4 4603S: Maintained
679655da 4604F: fs/hugetlbfs/
1da177e4 4605
05183189
S
4606Hyper-V CORE AND DRIVERS
4607M: K. Y. Srinivasan <[email protected]>
4608M: Haiyang Zhang <[email protected]>
4609L: [email protected]
4610S: Maintained
a4162747
HZ
4611F: arch/x86/include/asm/mshyperv.h
4612F: arch/x86/include/uapi/asm/hyperv.h
4613F: arch/x86/kernel/cpu/mshyperv.c
05183189 4614F: drivers/hid/hid-hyperv.c
a4162747 4615F: drivers/hv/
f92ca80b 4616F: drivers/input/serio/hyperv-keyboard.c
05183189 4617F: drivers/net/hyperv/
a4162747 4618F: drivers/scsi/storvsc_drv.c
8a61f013 4619F: drivers/video/fbdev/hyperv_fb.c
a4162747
HZ
4620F: include/linux/hyperv.h
4621F: tools/hv/
05183189 4622
d85c8a6a 4623I2C OVER PARALLEL PORT
7c81c60f 4624M: Jean Delvare <[email protected]>
d85c8a6a
JD
4625L: [email protected]
4626S: Maintained
4627F: Documentation/i2c/busses/i2c-parport
4628F: Documentation/i2c/busses/i2c-parport-light
4629F: drivers/i2c/busses/i2c-parport.c
4630F: drivers/i2c/busses/i2c-parport-light.c
4631
4632I2C/SMBUS CONTROLLER DRIVERS FOR PC
7c81c60f 4633M: Jean Delvare <[email protected]>
d85c8a6a
JD
4634L: [email protected]
4635S: Maintained
4636F: Documentation/i2c/busses/i2c-ali1535
4637F: Documentation/i2c/busses/i2c-ali1563
4638F: Documentation/i2c/busses/i2c-ali15x3
4639F: Documentation/i2c/busses/i2c-amd756
4640F: Documentation/i2c/busses/i2c-amd8111
4641F: Documentation/i2c/busses/i2c-i801
4642F: Documentation/i2c/busses/i2c-nforce2
4643F: Documentation/i2c/busses/i2c-piix4
4644F: Documentation/i2c/busses/i2c-sis5595
4645F: Documentation/i2c/busses/i2c-sis630
4646F: Documentation/i2c/busses/i2c-sis96x
4647F: Documentation/i2c/busses/i2c-via
4648F: Documentation/i2c/busses/i2c-viapro
4649F: drivers/i2c/busses/i2c-ali1535.c
4650F: drivers/i2c/busses/i2c-ali1563.c
4651F: drivers/i2c/busses/i2c-ali15x3.c
4652F: drivers/i2c/busses/i2c-amd756.c
4653F: drivers/i2c/busses/i2c-amd756-s4882.c
4654F: drivers/i2c/busses/i2c-amd8111.c
4655F: drivers/i2c/busses/i2c-i801.c
4656F: drivers/i2c/busses/i2c-isch.c
4657F: drivers/i2c/busses/i2c-nforce2.c
4658F: drivers/i2c/busses/i2c-nforce2-s4985.c
4659F: drivers/i2c/busses/i2c-piix4.c
4660F: drivers/i2c/busses/i2c-sis5595.c
4661F: drivers/i2c/busses/i2c-sis630.c
4662F: drivers/i2c/busses/i2c-sis96x.c
4663F: drivers/i2c/busses/i2c-via.c
4664F: drivers/i2c/busses/i2c-viapro.c
4665
cb7f07a4
NH
4666I2C/SMBUS ISMT DRIVER
4667M: Seth Heasley <[email protected]>
4668M: Neil Horman <[email protected]>
4669L: [email protected]
4670F: drivers/i2c/busses/i2c-ismt.c
4671F: Documentation/i2c/busses/i2c-ismt
4672
6ea884db 4673I2C/SMBUS STUB DRIVER
7c81c60f 4674M: Jean Delvare <[email protected]>
846557d3 4675L: [email protected]
6ea884db 4676S: Maintained
8547a5bc 4677F: drivers/i2c/i2c-stub.c
6ea884db 4678
5b543965 4679I2C SUBSYSTEM
14d77c4d 4680M: Wolfram Sang <[email protected]>
846557d3 4681L: [email protected]
9d4ea27a
WS
4682W: https://i2c.wiki.kernel.org/
4683Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
14d77c4d 4684T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
1da177e4 4685S: Maintained
40ed1b4c 4686F: Documentation/devicetree/bindings/i2c/
679655da
JP
4687F: Documentation/i2c/
4688F: drivers/i2c/
4689F: include/linux/i2c.h
03b70d62 4690F: include/linux/i2c-*.h
c117ab84
CEB
4691F: include/uapi/linux/i2c.h
4692F: include/uapi/linux/i2c-*.h
1da177e4 4693
4560d677
WS
4694I2C ACPI SUPPORT
4695M: Mika Westerberg <[email protected]>
4696L: [email protected]
4697L: [email protected]
4698S: Maintained
4560d677 4699
d85c8a6a 4700I2C-TAOS-EVM DRIVER
7c81c60f 4701M: Jean Delvare <[email protected]>
d85c8a6a
JD
4702L: [email protected]
4703S: Maintained
4704F: Documentation/i2c/busses/i2c-taos-evm
4705F: drivers/i2c/busses/i2c-taos-evm.c
4706
e8c76eed 4707I2C-TINY-USB DRIVER
8b58be88 4708M: Till Harbaum <[email protected]>
846557d3 4709L: [email protected]
932d1872 4710W: http://www.harbaum.org/till/i2c_tiny_usb
e8c76eed 4711S: Maintained
679655da 4712F: drivers/i2c/busses/i2c-tiny-usb.c
e8c76eed 4713
1da177e4 4714i386 BOOT CODE
8b58be88 4715M: "H. Peter Anvin" <[email protected]>
1da177e4 4716S: Maintained
679655da 4717F: arch/x86/boot/
1da177e4
LT
4718
4719i386 SETUP CODE / CPU ERRATA WORKAROUNDS
8b58be88 4720M: "H. Peter Anvin" <[email protected]>
54e5881d 4721T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
4722S: Maintained
4723
1da177e4 4724IA64 (Itanium) PLATFORM
8b58be88
JP
4725M: Tony Luck <[email protected]>
4726M: Fenghua Yu <[email protected]>
1da177e4 4727L: [email protected]
6b1c70b1 4728T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
1da177e4 4729S: Maintained
679655da 4730F: arch/ia64/
1da177e4 4731
956c203c 4732IBM Power in-Nest Crypto Acceleration
5b88e270
KY
4733M: Marcelo Henrique Cerri <[email protected]>
4734M: Fionnuala Gunter <[email protected]>
956c203c
KY
4735L: [email protected]
4736S: Supported
4737F: drivers/crypto/nx/
4738
0e16aafb 4739IBM Power 842 compression accelerator
d1e66e6e 4740M: Dan Streetman <[email protected]>
0e16aafb
SJ
4741S: Supported
4742F: drivers/crypto/nx/nx-842.c
4743F: include/linux/nx842.h
4744
1da177e4 4745IBM Power Linux RAID adapter
8b58be88 4746M: Brian King <[email protected]>
1da177e4 4747S: Supported
679655da 4748F: drivers/scsi/ipr.*
1da177e4 4749
9d348af4
SL
4750IBM Power Virtual Ethernet Device Driver
4751M: Santiago Leon <[email protected]>
4752L: [email protected]
4753S: Supported
9aa32835 4754F: drivers/net/ethernet/ibm/ibmveth.*
9d348af4 4755
e6babec6
NF
4756IBM Power Virtual SCSI Device Drivers
4757M: Nathan Fontenot <[email protected]>
4b7652cc
RJ
4758L: [email protected]
4759S: Supported
e6babec6
NF
4760F: drivers/scsi/ibmvscsi/ibmvscsi*
4761F: drivers/scsi/ibmvscsi/viosrp.h
4762
4763IBM Power Virtual FC Device Drivers
4764M: Brian King <[email protected]>
4765L: [email protected]
4766S: Supported
4767F: drivers/scsi/ibmvscsi/ibmvfc*
4b7652cc 4768
1da177e4 4769IBM ServeRAID RAID DRIVER
f9213e78 4770S: Orphan
679655da 4771F: drivers/scsi/ips.*
1da177e4 4772
6ed9f9c4
PT
4773ICH LPC AND GPIO DRIVER
4774M: Peter Tyser <[email protected]>
4775S: Maintained
4776F: drivers/mfd/lpc_ich.c
4777F: drivers/gpio/gpio-ich.c
4778
1e7106fc 4779IDE SUBSYSTEM
8b58be88 4780M: "David S. Miller" <[email protected]>
1da177e4 4781L: [email protected]
8a6e2535 4782Q: http://patchwork.ozlabs.org/project/linux-ide/list/
08deed1e 4783T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
1da177e4 4784S: Maintained
679655da
JP
4785F: Documentation/ide/
4786F: drivers/ide/
4787F: include/linux/ide.h
1da177e4 4788
6cb8c13d
IP
4789IDEAPAD LAPTOP EXTRAS DRIVER
4790M: Ike Panhc <[email protected]>
4791L: [email protected]
4792W: http://launchpad.net/ideapad-laptop
4793S: Maintained
4794F: drivers/platform/x86/ideapad-laptop.c
4795
1ea4c161
AM
4796IDEAPAD LAPTOP SLIDEBAR DRIVER
4797M: Andrey Moiseev <[email protected]>
4798L: [email protected]
4799W: https://github.com/o2genum/ideapad-slidebar
4800S: Maintained
4801F: drivers/input/misc/ideapad_slidebar.c
4802
0f861e8c 4803IDE/ATAPI DRIVERS
487ba8e8 4804M: Borislav Petkov <[email protected]>
9c5b0ce4 4805L: [email protected]
c404c199 4806S: Maintained
679655da
JP
4807F: Documentation/cdrom/ide-cd
4808F: drivers/ide/ide-cd*
1da177e4 4809
27471fdb 4810IDLE-I7300
8b58be88 4811M: Andy Henroid <[email protected]>
bf1c138e 4812L: [email protected]
27471fdb 4813S: Supported
679655da 4814F: drivers/idle/i7300_idle.c
27471fdb 4815
02cf2286 4816IEEE 802.15.4 SUBSYSTEM
b6e195fd 4817M: Alexander Aring <[email protected]>
ebef9c12
VB
4818L: [email protected]
4819W: https://github.com/linux-wpan
4820T: git git://github.com/linux-wpan/linux-wpan-next.git
02cf2286
SL
4821S: Maintained
4822F: net/ieee802154/
68653359 4823F: net/mac802154/
251741b1 4824F: drivers/net/ieee802154/
580947d3
AA
4825F: include/linux/nl802154.h
4826F: include/linux/ieee802154.h
4827F: include/net/nl802154.h
4828F: include/net/mac802154.h
4829F: include/net/af_ieee802154.h
4830F: include/net/cfg802154.h
4831F: include/net/ieee802154_netdev.h
ebef9c12 4832F: Documentation/networking/ieee802154.txt
02cf2286 4833
b1c97193
SY
4834IGORPLUG-USB IR RECEIVER
4835M: Sean Young <[email protected]>
4836L: [email protected]
4837S: Maintained
4838F: drivers/media/rc/igorplugusb.c
4839
40ad4a30
SY
4840IGUANAWORKS USB IR TRANSCEIVER
4841M: Sean Young <[email protected]>
4842L: [email protected]
4843S: Maintained
4844F: drivers/media/rc/iguanair.c
4845
9545f86e 4846IIO SUBSYSTEM AND DRIVERS
030a13d7 4847M: Jonathan Cameron <[email protected]>
f0d61161
LPC
4848R: Hartmut Knaack <[email protected]>
4849R: Lars-Peter Clausen <[email protected]>
4850R: Peter Meerwald <[email protected]>
9545f86e
AP
4851L: [email protected]
4852S: Maintained
03e7c251 4853F: drivers/iio/
9545f86e 4854F: drivers/staging/iio/
8fe671fc 4855F: include/linux/iio/
9545f86e 4856
65519263
SG
4857IKANOS/ADI EAGLE ADSL USB DRIVER
4858M: Matthieu Castet <[email protected]>
4859M: Stanislaw Gruszka <[email protected]>
4860S: Maintained
4861F: drivers/usb/atm/ueagle-atm.c
4862
e89ab51f
GR
4863INA209 HARDWARE MONITOR DRIVER
4864M: Guenter Roeck <[email protected]>
4865L: [email protected]
4866S: Maintained
4867F: Documentation/hwmon/ina209
4868F: Documentation/devicetree/bindings/i2c/ina209.txt
4869F: drivers/hwmon/ina209.c
4870
4871INA2XX HARDWARE MONITOR DRIVER
4872M: Guenter Roeck <[email protected]>
4873L: [email protected]
4874S: Maintained
4875F: Documentation/hwmon/ina2xx
4876F: drivers/hwmon/ina2xx.c
4877F: include/linux/platform_data/ina2xx.h
4878
14dc124f
SIG
4879INDUSTRY PACK SUBSYSTEM (IPACK)
4880M: Samuel Iglesias Gonsalvez <[email protected]>
4881M: Jens Taprogge <[email protected]>
4882M: Greg Kroah-Hartman <[email protected]>
4883L: [email protected]
4884W: http://industrypack.sourceforge.net
4885S: Maintained
4886F: drivers/ipack/
4887
aa7168f4 4888INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
74dd744f 4889M: Mimi Zohar <[email protected]>
8912176c 4890M: Dmitry Kasatkin <[email protected]>
74dd744f
MZ
4891L: [email protected]
4892L: [email protected]
4893L: [email protected]
aa7168f4 4894S: Supported
679655da 4895F: security/integrity/ima/
aa7168f4 4896
9a4ea5a9
JH
4897IMGTEC IR DECODER DRIVER
4898M: James Hogan <[email protected]>
4899S: Maintained
4900F: drivers/media/rc/img-ir/
4901
1da177e4 4902IMS TWINTURBO FRAMEBUFFER DRIVER
c69f677c 4903L: [email protected]
843393d3 4904S: Orphan
8a61f013 4905F: drivers/video/fbdev/imsttfb.c
1da177e4
LT
4906
4907INFINIBAND SUBSYSTEM
db9fd848 4908M: Roland Dreier <[email protected]>
8b58be88
JP
4909M: Sean Hefty <[email protected]>
4910M: Hal Rosenstock <[email protected]>
e6cc0fd1 4911L: [email protected]
605841f5 4912W: http://www.openfabrics.org/
8a6e2535 4913Q: http://patchwork.kernel.org/project/linux-rdma/list/
54e5881d 4914T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4 4915S: Supported
679655da
JP
4916F: Documentation/infiniband/
4917F: drivers/infiniband/
c117ab84 4918F: include/uapi/linux/if_infiniband.h
1da177e4 4919
c9f04f58 4920INOTIFY
8b58be88
JP
4921M: John McCutchan <[email protected]>
4922M: Robert Love <[email protected]>
4923M: Eric Paris <[email protected]>
c9f04f58 4924S: Maintained
679655da
JP
4925F: Documentation/filesystems/inotify.txt
4926F: fs/notify/inotify/
4927F: include/linux/inotify.h
c117ab84 4928F: include/uapi/linux/inotify.h
c9f04f58 4929
e2d1d6c0 4930INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8b58be88
JP
4931M: Dmitry Torokhov <[email protected]>
4932M: Dmitry Torokhov <[email protected]>
e2d1d6c0 4933L: [email protected]
8a6e2535 4934Q: http://patchwork.kernel.org/project/linux-input/list/
54e5881d 4935T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
e2d1d6c0 4936S: Maintained
679655da 4937F: drivers/input/
f4eea7e2 4938F: include/linux/input.h
c117ab84 4939F: include/uapi/linux/input.h
f4eea7e2 4940F: include/linux/input/
e2d1d6c0 4941
3267a87f
HR
4942INPUT MULTITOUCH (MT) PROTOCOL
4943M: Henrik Rydberg <[email protected]>
4944L: [email protected]
7f9c2454 4945T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3267a87f
HR
4946S: Maintained
4947F: Documentation/input/multi-touch-protocol.txt
7f9c2454 4948F: drivers/input/input-mt.c
3267a87f
HR
4949K: \b(ABS|SYN)_MT_
4950
4ac13e17
DJ
4951INTEL C600 SERIES SAS CONTROLLER DRIVER
4952M: Intel SCU Linux support <[email protected]>
fdc5813f 4953M: Artur Paszkiewicz <[email protected]>
4ac13e17 4954M: Dave Jiang <[email protected]>
4ac13e17 4955L: [email protected]
7106891a
DJ
4956T: git git://git.code.sf.net/p/intel-sas/isci
4957S: Supported
4ac13e17 4958F: drivers/scsi/isci/
4ac13e17 4959
26717172
LB
4960INTEL IDLE DRIVER
4961M: Len Brown <[email protected]>
bf1c138e 4962L: [email protected]
08deed1e 4963T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
26717172
LB
4964S: Supported
4965F: drivers/idle/intel_idle.c
4966
7c1ac18d
KCA
4967INTEL PSTATE DRIVER
4968M: Kristen Carlson Accardi <[email protected]>
4969L: [email protected]
4970S: Supported
4971F: drivers/cpufreq/intel_pstate.c
4972
9eb8ef74 4973INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
55a23c4a 4974M: Maik Broemme <[email protected]>
c69f677c 4975L: [email protected]
ce00f85c 4976S: Maintained
679655da 4977F: Documentation/fb/intelfb.txt
8a61f013 4978F: drivers/video/fbdev/intelfb/
9eb8ef74 4979
1da177e4 4980INTEL 810/815 FRAMEBUFFER DRIVER
8b58be88 4981M: Antonino Daplas <[email protected]>
c69f677c 4982L: [email protected]
ce00f85c 4983S: Maintained
8a61f013 4984F: drivers/video/fbdev/i810/
1da177e4 4985
f4a9bc4c 4986INTEL MENLOW THERMAL DRIVER
8b58be88 4987M: Sujith Thomas <[email protected]>
d0944853 4988L: [email protected]
5ca92bd9 4989W: https://01.org/linux-acpi
f4a9bc4c 4990S: Supported
679655da 4991F: drivers/platform/x86/intel_menlow.c
f4a9bc4c 4992
1da177e4 4993INTEL IA32 MICROCODE UPDATE SUPPORT
8b58be88 4994M: Tigran Aivazian <[email protected]>
1da177e4 4995S: Maintained
73d425fd
JP
4996F: arch/x86/kernel/cpu/microcode/core*
4997F: arch/x86/kernel/cpu/microcode/intel*
1da177e4 4998
248a9dc3 4999INTEL I/OAT DMA DRIVER
18ebd564 5000M: Dave Jiang <[email protected]>
08223d80 5001R: Dan Williams <[email protected]>
18ebd564
DJ
5002L: [email protected]
5003Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5004S: Supported
679655da 5005F: drivers/dma/ioat*
248a9dc3 5006
6c8909b4 5007INTEL IOMMU (VT-d)
8b58be88 5008M: David Woodhouse <[email protected]>
6c8909b4 5009L: [email protected]
54e5881d 5010T: git git://git.infradead.org/iommu-2.6.git
6c8909b4 5011S: Supported
3fb39615 5012F: drivers/iommu/intel-iommu.c
679655da 5013F: include/linux/intel-iommu.h
6c8909b4 5014
b3e5f263 5015INTEL IOP-ADMA DMA DRIVER
08223d80 5016R: Dan Williams <[email protected]>
1dd8372d 5017S: Odd fixes
679655da 5018F: drivers/dma/iop-adma.c
b3e5f263 5019
9251ce95 5020INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5529c2cd 5021M: Krzysztof Halasa <[email protected]>
9251ce95 5022S: Maintained
679655da
JP
5023F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5024F: arch/arm/mach-ixp4xx/include/mach/npe.h
5025F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5026F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
b47da977 5027F: drivers/net/ethernet/xscale/ixp4xx_eth.c
679655da 5028F: drivers/net/wan/ixp4xx_hss.c
9251ce95 5029
844dd05f 5030INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8b58be88 5031M: Deepak Saxena <[email protected]>
844dd05f 5032S: Maintained
679655da 5033F: drivers/char/hw_random/ixp4xx-rng.c
844dd05f 5034
c3a803e8 5035INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
8b58be88
JP
5036M: Jeff Kirsher <[email protected]>
5037M: Jesse Brandeburg <[email protected]>
5038M: Bruce Allan <[email protected]>
0d164401
JK
5039M: Carolyn Wyborny <[email protected]>
5040M: Don Skidmore <[email protected]>
5041M: Greg Rose <[email protected]>
c3a803e8 5042M: Matthew Vick <[email protected]>
8b58be88 5043M: John Ronciak <[email protected]>
105bf2fe 5044M: Mitch Williams <[email protected]>
fcad3e6b 5045M: Linux NICS <[email protected]>
dcd01faf 5046L: [email protected]
f6fde11a 5047W: http://www.intel.com/support/feedback.htm
d94e6fed 5048W: http://e1000.sourceforge.net/
dee1ad47
JK
5049T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5050T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
1da177e4 5051S: Supported
0d164401
JK
5052F: Documentation/networking/e100.txt
5053F: Documentation/networking/e1000.txt
5054F: Documentation/networking/e1000e.txt
5055F: Documentation/networking/igb.txt
5056F: Documentation/networking/igbvf.txt
5057F: Documentation/networking/ixgb.txt
5058F: Documentation/networking/ixgbe.txt
5059F: Documentation/networking/ixgbevf.txt
1bff6529 5060F: Documentation/networking/i40e.txt
105bf2fe 5061F: Documentation/networking/i40evf.txt
dee1ad47 5062F: drivers/net/ethernet/intel/
bc90d291 5063F: drivers/net/ethernet/intel/*/
1da177e4 5064
0963d59b
LW
5065INTEL-MID GPIO DRIVER
5066M: David Cohen <[email protected]>
5067L: [email protected]
5068S: Maintained
5069F: drivers/gpio/gpio-intel-mid.c
5070
ca907a90
SY
5071INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5072M: Stanislav Yakovlev <[email protected]>
724c6b35 5073L: [email protected]
ca907a90 5074S: Maintained
679655da 5075F: Documentation/networking/README.ipw2100
679655da 5076F: Documentation/networking/README.ipw2200
ca907a90 5077F: drivers/net/wireless/ipw2x00/
826d2abe 5078
4bd96a7a 5079INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
e9b7d7c8
GW
5080M: Richard L Maliszewski <[email protected]>
5081M: Gang Wei <[email protected]>
4bd96a7a
SW
5082M: Shane Wang <[email protected]>
5083L: [email protected]
5084W: http://tboot.sourceforge.net
e9b7d7c8 5085T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4bd96a7a
SW
5086S: Supported
5087F: Documentation/intel_txt.txt
5088F: include/linux/tboot.h
5089F: arch/x86/kernel/tboot.c
5090
8a70da82 5091INTEL WIRELESS WIMAX CONNECTION 2400
8b58be88 5092M: Inaky Perez-Gonzalez <[email protected]>
8a70da82 5093M: [email protected]
63fae219 5094L: [email protected] (subscribers-only)
8a70da82
IPG
5095S: Supported
5096W: http://linuxwimax.org
679655da
JP
5097F: Documentation/wimax/README.i2400m
5098F: drivers/net/wimax/i2400m/
c117ab84 5099F: include/uapi/linux/wimax/i2400m.h
8a70da82 5100
1c0ce89c
SG
5101INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5102M: Stanislaw Gruszka <[email protected]>
efa3144e 5103L: [email protected]
1c0ce89c 5104S: Supported
efa3144e
WYG
5105F: drivers/net/wireless/iwlegacy/
5106
b481de9c 5107INTEL WIRELESS WIFI LINK (iwlwifi)
15fae50a 5108M: Johannes Berg <[email protected]>
6161b02b 5109M: Emmanuel Grumbach <[email protected]>
a0bf797f 5110M: Intel Linux Wireless <[email protected]>
b481de9c 5111L: [email protected]
b481de9c 5112W: http://intellinuxwireless.org
b62ff718 5113T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
b481de9c 5114S: Supported
679655da 5115F: drivers/net/wireless/iwlwifi/
b481de9c 5116
de8fe023
TW
5117INTEL MANAGEMENT ENGINE (mei)
5118M: Tomas Winkler <[email protected]>
5119L: [email protected]
5120S: Supported
c117ab84 5121F: include/uapi/linux/mei.h
de8fe023 5122F: drivers/misc/mei/*
e07950a1 5123F: Documentation/misc-devices/mei/*
de8fe023 5124
cb109a0e 5125IOC3 ETHERNET DRIVER
8b58be88 5126M: Ralf Baechle <[email protected]>
1da177e4
LT
5127L: [email protected]
5128S: Maintained
8862bf1e 5129F: drivers/net/ethernet/sgi/ioc3-eth.c
1da177e4 5130
cb109a0e 5131IOC3 SERIAL DRIVER
8b58be88 5132M: Pat Gefre <[email protected]>
d39e0721 5133L: [email protected]
cb109a0e 5134S: Maintained
df621252 5135F: drivers/tty/serial/ioc3_serial.c
cb109a0e 5136
0b6e8569
SW
5137IOMMU DRIVERS
5138M: Joerg Roedel <[email protected]>
5139L: [email protected]
5140T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5141S: Maintained
5142F: drivers/iommu/
5143
4480f15b 5144IP MASQUERADING
8b58be88 5145M: Juanjo Ciarlante <[email protected]>
1da177e4 5146S: Maintained
679655da 5147F: net/ipv4/netfilter/ipt_MASQUERADE.c
1da177e4 5148
1202d6ff 5149IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88
JP
5150M: Francois Romieu <[email protected]>
5151M: Sorbica Shieh <[email protected]>
1202d6ff
FR
5152L: [email protected]
5153S: Maintained
7443713a 5154F: drivers/net/ethernet/icplus/ipg.*
1202d6ff 5155
4480f15b 5156IPATH DRIVER
8473c603 5157M: Mike Marciniszyn <[email protected]>
e6cc0fd1 5158L: [email protected]
52a09a04 5159S: Maintained
679655da 5160F: drivers/infiniband/hw/ipath/
77d8798b 5161
4409ebe9 5162IPMI SUBSYSTEM
8b58be88 5163M: Corey Minyard <[email protected]>
b0c90653 5164L: [email protected] (moderated for non-subscribers)
4409ebe9
CM
5165W: http://openipmi.sourceforge.net/
5166S: Supported
679655da
JP
5167F: Documentation/IPMI.txt
5168F: drivers/char/ipmi/
5169F: include/linux/ipmi*
c117ab84 5170F: include/uapi/linux/ipmi*
4409ebe9 5171
e2d1d6c0 5172IPS SCSI RAID DRIVER
8b58be88 5173M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
5174L: [email protected]
5175W: http://www.adaptec.com/
5176S: Maintained
679655da 5177F: drivers/scsi/ips*
e2d1d6c0
RD
5178
5179IPVS
8b58be88
JP
5180M: Wensong Zhang <[email protected]>
5181M: Simon Horman <[email protected]>
5182M: Julian Anastasov <[email protected]>
979b6c13 5183L: [email protected]
e2d1d6c0 5184L: [email protected]
1da177e4 5185S: Maintained
679655da 5186F: Documentation/networking/ipvs-sysctl.txt
b61d4a71 5187F: include/net/ip_vs.h
c117ab84 5188F: include/uapi/linux/ip_vs.h
679655da 5189F: net/netfilter/ipvs/
1da177e4 5190
e7839f25 5191IPWIRELESS DRIVER
8b58be88
JP
5192M: Jiri Kosina <[email protected]>
5193M: David Sterba <[email protected]>
92094aa0 5194S: Odd Fixes
282361a0 5195F: drivers/tty/ipwireless/
099dc4fb 5196
e2d1d6c0 5197IPX NETWORK LAYER
8b58be88 5198M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0
RD
5199L: [email protected]
5200S: Maintained
679655da 5201F: include/net/ipx.h
c117ab84 5202F: include/uapi/linux/ipx.h
679655da 5203F: net/ipx/
e2d1d6c0 5204
1da177e4 5205IRDA SUBSYSTEM
8b58be88 5206M: Samuel Ortiz <[email protected]>
a2ac953d 5207L: [email protected] (subscribers-only)
ced649ea 5208L: [email protected]
1da177e4 5209W: http://irda.sourceforge.net/
f353976d 5210S: Maintained
e0057975 5211T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
679655da
JP
5212F: Documentation/networking/irda.txt
5213F: drivers/net/irda/
5214F: include/net/irda/
5215F: net/irda/
1da177e4 5216
a800c7cc
TG
5217IRQ SUBSYSTEM
5218M: Thomas Gleixner <[email protected]>
981c3a4f 5219L: [email protected]
a800c7cc 5220S: Maintained
75fc2d37 5221T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
a800c7cc 5222F: kernel/irq/
2ed9fd28
JC
5223
5224IRQCHIP DRIVERS
5225M: Thomas Gleixner <[email protected]>
5226M: Jason Cooper <[email protected]>
5227L: [email protected]
5228S: Maintained
5229T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5230T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5b5a9069 5231F: Documentation/devicetree/bindings/interrupt-controller/
edd96900 5232F: drivers/irqchip/
a800c7cc 5233
7ab3a837
GL
5234IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5235M: Benjamin Herrenschmidt <[email protected]>
7ab3a837
GL
5236S: Maintained
5237F: Documentation/IRQ-domain.txt
5238F: include/linux/irqdomain.h
5239F: kernel/irq/irqdomain.c
5240
e2d1d6c0 5241ISAPNP
8b58be88 5242M: Jaroslav Kysela <[email protected]>
e2d1d6c0 5243S: Maintained
679655da
JP
5244F: Documentation/isapnp.txt
5245F: drivers/pnp/isapnp/
5246F: include/linux/isapnp.h
e2d1d6c0 5247
d39b8420
HV
5248ISA RADIO MODULE
5249M: Hans Verkuil <[email protected]>
5250L: [email protected]
5251T: git git://linuxtv.org/media_tree.git
5252W: http://linuxtv.org
5253S: Maintained
5254F: drivers/media/radio/radio-isa*
5255
71a6d0af
HW
5256iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5257M: Peter Jones <[email protected]>
5258M: Konrad Rzeszutek Wilk <[email protected]>
5259S: Maintained
5260F: drivers/firmware/iscsi_ibft*
5261
14816b1e 5262ISCSI
8b58be88 5263M: Mike Christie <[email protected]>
14816b1e
MC
5264L: [email protected]
5265W: www.open-iscsi.org
54e5881d 5266T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
14816b1e 5267S: Maintained
679655da
JP
5268F: drivers/scsi/*iscsi*
5269F: include/scsi/*iscsi*
14816b1e 5270
1e65eb42
OG
5271ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5272M: Or Gerlitz <[email protected]>
b261aeaf 5273M: Sagi Grimberg <[email protected]>
1e65eb42
OG
5274M: Roi Dayan <[email protected]>
5275L: [email protected]
5276S: Supported
5277W: http://www.openfabrics.org
5278W: www.open-iscsi.org
5279Q: http://patchwork.kernel.org/project/linux-rdma/list/
14430813 5280F: drivers/infiniband/ulp/iser/
1e65eb42 5281
1da177e4 5282ISDN SUBSYSTEM
8b58be88 5283M: Karsten Keil <[email protected]>
d5d52273 5284L: [email protected] (subscribers-only)
3da0ae62 5285L: [email protected]
1da177e4 5286W: http://www.isdn4linux.de
54e5881d 5287T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
1da177e4 5288S: Maintained
679655da
JP
5289F: Documentation/isdn/
5290F: drivers/isdn/
5291F: include/linux/isdn.h
5292F: include/linux/isdn/
c117ab84
CEB
5293F: include/uapi/linux/isdn.h
5294F: include/uapi/linux/isdn/
1da177e4
LT
5295
5296ISDN SUBSYSTEM (Eicon active card driver)
8b58be88 5297M: Armin Schindler <[email protected]>
d5d52273 5298L: [email protected] (subscribers-only)
1da177e4
LT
5299W: http://www.melware.de
5300S: Maintained
679655da 5301F: drivers/isdn/hardware/eicon/
1da177e4 5302
d624870f 5303IT87 HARDWARE MONITORING DRIVER
7c81c60f 5304M: Jean Delvare <[email protected]>
d624870f
JD
5305L: [email protected]
5306S: Maintained
5307F: Documentation/hwmon/it87
5308F: drivers/hwmon/it87.c
5309
d7104bff
AP
5310IT913X MEDIA DRIVER
5311M: Antti Palosaari <[email protected]>
5312L: [email protected]
5313W: http://linuxtv.org/
5314W: http://palosaari.fi/linux/
5315Q: http://patchwork.linuxtv.org/project/linux-media/list/
5316T: git git://linuxtv.org/anttip/media_tree.git
5317S: Maintained
249c697e 5318F: drivers/media/tuners/it913x*
d7104bff 5319
91821ff3 5320IVTV VIDEO4LINUX DRIVER
6afdeaf8 5321M: Andy Walls <[email protected]>
7b212edf 5322L: [email protected] (subscribers-only)
661263b5 5323L: [email protected]
275ffde4 5324T: git git://linuxtv.org/media_tree.git
91821ff3
HV
5325W: http://www.ivtvdriver.org
5326S: Maintained
679655da 5327F: Documentation/video4linux/*.ivtv
90d72ac6 5328F: drivers/media/pci/ivtv/
c117ab84 5329F: include/uapi/linux/ivtv*
91821ff3 5330
68620bdd
MP
5331IX2505V MEDIA DRIVER
5332M: Malcolm Priestley <[email protected]>
5333L: [email protected]
5334W: http://linuxtv.org/
5335Q: http://patchwork.linuxtv.org/project/linux-media/list/
5336S: Maintained
5337F: drivers/media/dvb-frontends/ix2505v*
5338
4453d736
GR
5339JC42.4 TEMPERATURE SENSOR DRIVER
5340M: Guenter Roeck <[email protected]>
5341L: [email protected]
5342S: Maintained
5343F: drivers/hwmon/jc42.c
5344F: Documentation/hwmon/jc42
5345
e2d1d6c0 5346JFS FILESYSTEM
3256f80f 5347M: Dave Kleikamp <[email protected]>
e2d1d6c0
RD
5348L: [email protected]
5349W: http://jfs.sourceforge.net/
54e5881d 5350T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
8f8f0134 5351S: Maintained
679655da
JP
5352F: Documentation/filesystems/jfs.txt
5353F: fs/jfs/
e2d1d6c0 5354
95252236 5355JME NETWORK DRIVER
8b58be88 5356M: Guo-Fu Tseng <[email protected]>
95252236
GFT
5357L: [email protected]
5358S: Maintained
63d24a0e 5359F: drivers/net/ethernet/jme.*
95252236 5360
1da177e4 5361JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8b58be88 5362M: David Woodhouse <[email protected]>
6d85d066
DW
5363L: [email protected]
5364W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4 5365S: Maintained
679655da 5366F: fs/jffs2/
c117ab84 5367F: include/uapi/linux/jffs2.h
1da177e4 5368
de456d37 5369JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
8b58be88 5370M: Andrew Morton <[email protected]>
19003c18 5371M: Jan Kara <[email protected]>
72be2ccf 5372L: [email protected]
ae0718f8 5373S: Maintained
d183e11a 5374F: fs/jbd/
d183e11a
TT
5375F: include/linux/jbd.h
5376
5377JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5378M: "Theodore Ts'o" <[email protected]>
5379L: [email protected]
5380S: Maintained
5381F: fs/jbd2/
5382F: include/linux/jbd2.h
ae0718f8 5383
fd8b6cb4 5384JSM Neo PCI based serial card
9d141cb9 5385M: Thadeu Lima de Souza Cascardo <[email protected]>
fd8b6cb4
BL
5386L: [email protected]
5387S: Maintained
df621252 5388F: drivers/tty/serial/jsm/
ae0718f8 5389
af39917d
CL
5390K10TEMP HARDWARE MONITORING DRIVER
5391M: Clemens Ladisch <[email protected]>
5392L: [email protected]
5393S: Maintained
5394F: Documentation/hwmon/k10temp
5395F: drivers/hwmon/k10temp.c
5396
4660cb35 5397K8TEMP HARDWARE MONITORING DRIVER
8b58be88 5398M: Rudolf Marek <[email protected]>
4660cb35 5399L: [email protected]
ae0718f8 5400S: Maintained
679655da
JP
5401F: Documentation/hwmon/k8temp
5402F: drivers/hwmon/k8temp.c
ae0718f8 5403
1da177e4 5404KCONFIG
5eb1f99e 5405M: "Yann E. MORIN" <[email protected]>
347d12d7 5406L: [email protected]
cea8321c 5407T: git git://gitorious.org/linux-kconfig/linux-kconfig
5eb1f99e 5408S: Maintained
679655da
JP
5409F: Documentation/kbuild/kconfig-language.txt
5410F: scripts/kconfig/
1da177e4 5411
ea6c2089 5412KDUMP
8b58be88
JP
5413M: Vivek Goyal <[email protected]>
5414M: Haren Myneni <[email protected]>
34633993 5415L: [email protected]
ea6c2089
VG
5416W: http://lse.sourceforge.net/kdump/
5417S: Maintained
80811493 5418F: Documentation/kdump/
ea6c2089 5419
f41bf02f
HV
5420KEENE FM RADIO TRANSMITTER DRIVER
5421M: Hans Verkuil <[email protected]>
5422L: [email protected]
5423T: git git://linuxtv.org/media_tree.git
5424W: http://linuxtv.org
5425S: Maintained
5426F: drivers/media/radio/radio-keene*
5427
1da177e4 5428KERNEL AUTOMOUNTER v4 (AUTOFS4)
8b58be88 5429M: Ian Kent <[email protected]>
f694fc97 5430L: [email protected]
1da177e4 5431S: Maintained
679655da 5432F: fs/autofs4/
1da177e4 5433
70fb7ba6 5434KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5ce45962 5435M: Michal Marek <[email protected]>
08deed1e
JP
5436T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5437T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
347d12d7 5438L: [email protected]
5ce45962 5439S: Maintained
679655da
JP
5440F: Documentation/kbuild/
5441F: Makefile
5442F: scripts/Makefile.*
70fb7ba6
MM
5443F: scripts/basic/
5444F: scripts/mk*
5445F: scripts/package/
1da177e4
LT
5446
5447KERNEL JANITORS
c3000e03 5448L: [email protected]
10466f5a 5449W: http://kernelnewbies.org/KernelJanitors
ee709b0c 5450S: Odd Fixes
1da177e4 5451
e8b43555 5452KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8b58be88 5453M: "J. Bruce Fields" <[email protected]>
16141c02 5454L: [email protected]
1da177e4 5455W: http://nfs.sourceforge.net/
98fac23f 5456S: Supported
679655da 5457F: fs/nfsd/
c117ab84 5458F: include/uapi/linux/nfsd/
679655da
JP
5459F: fs/lockd/
5460F: fs/nfs_common/
5461F: net/sunrpc/
5462F: include/linux/lockd/
5463F: include/linux/sunrpc/
c117ab84 5464F: include/uapi/linux/sunrpc/
1da177e4 5465
13b122b3
SK
5466KERNEL SELFTEST FRAMEWORK
5467M: Shuah Khan <[email protected]>
5468L: [email protected]
5469T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5470S: Maintained
5471F: tools/testing/selftests
5472
426d62e2 5473KERNEL VIRTUAL MACHINE (KVM)
0a00a775 5474M: Gleb Natapov <[email protected]>
c93a64fe 5475M: Paolo Bonzini <[email protected]>
1fc9d2bf 5476L: [email protected]
e3e58478 5477W: http://www.linux-kvm.org
a94b40a6 5478T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
426d62e2 5479S: Supported
c93a64fe
PB
5480F: Documentation/*/kvm*.txt
5481F: Documentation/virtual/kvm/
679655da
JP
5482F: arch/*/kvm/
5483F: arch/*/include/asm/kvm*
5484F: include/linux/kvm*
c117ab84 5485F: include/uapi/linux/kvm*
679655da 5486F: virt/kvm/
426d62e2 5487
ad8003d3 5488KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7de609c8 5489M: Joerg Roedel <[email protected]>
1fc9d2bf
AK
5490L: [email protected]
5491W: http://kvm.qumranet.com
7de609c8 5492S: Maintained
679655da 5493F: arch/x86/include/asm/svm.h
679655da 5494F: arch/x86/kvm/svm.c
426d62e2 5495
513014b7 5496KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
ddf0289d 5497M: Alexander Graf <[email protected]>
1fc9d2bf
AK
5498L: [email protected]
5499W: http://kvm.qumranet.com
6a7f972d 5500T: git git://github.com/agraf/linux-2.6.git
513014b7 5501S: Supported
679655da
JP
5502F: arch/powerpc/include/asm/kvm*
5503F: arch/powerpc/kvm/
513014b7 5504
85f8fffe 5505KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8b58be88 5506M: Christian Borntraeger <[email protected]>
4ae57b6c 5507M: Cornelia Huck <[email protected]>
85f8fffe
CB
5508M: [email protected]
5509L: [email protected]
5510W: http://www.ibm.com/developerworks/linux/linux390/
5511S: Supported
679655da
JP
5512F: Documentation/s390/kvm.txt
5513F: arch/s390/include/asm/kvm*
80811493 5514F: arch/s390/kvm/
a968cd3e 5515F: drivers/s390/kvm/
85f8fffe 5516
a749474d 5517KERNEL VIRTUAL MACHINE (KVM) FOR ARM
0f4ca79e 5518M: Christoffer Dall <[email protected]>
5c8818b4
MZ
5519M: Marc Zyngier <[email protected]>
5520L: [email protected] (moderated for non-subscribers)
a749474d
CD
5521L: [email protected]
5522W: http://systems.cs.columbia.edu/projects/kvm-arm
0f4ca79e 5523S: Supported
a749474d
CD
5524F: arch/arm/include/uapi/asm/kvm*
5525F: arch/arm/include/asm/kvm*
5526F: arch/arm/kvm/
5c8818b4
MZ
5527F: virt/kvm/arm/
5528F: include/kvm/arm_*
a749474d 5529
6394a3ec 5530KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5c8818b4 5531M: Christoffer Dall <[email protected]>
6394a3ec
MZ
5532M: Marc Zyngier <[email protected]>
5533L: [email protected] (moderated for non-subscribers)
5534L: [email protected]
5535S: Maintained
5536F: arch/arm64/include/uapi/asm/kvm*
5537F: arch/arm64/include/asm/kvm*
5538F: arch/arm64/kvm/
5539
dc009d92 5540KEXEC
8b58be88 5541M: Eric Biederman <[email protected]>
2f327dad 5542W: http://kernel.org/pub/linux/utils/kernel/kexec/
34633993 5543L: [email protected]
dc009d92 5544S: Maintained
679655da 5545F: include/linux/kexec.h
c117ab84 5546F: include/uapi/linux/kexec.h
679655da 5547F: kernel/kexec.c
dc009d92 5548
e971461f
DH
5549KEYS/KEYRINGS:
5550M: David Howells <[email protected]>
5551L: [email protected]
5552S: Maintained
d410fa4e 5553F: Documentation/security/keys.txt
e971461f
DH
5554F: include/linux/key.h
5555F: include/linux/key-type.h
5556F: include/keys/
5557F: security/keys/
5558
7f3c68be 5559KEYS-TRUSTED
74dd744f
MZ
5560M: David Safford <[email protected]>
5561M: Mimi Zohar <[email protected]>
7f3c68be
MZ
5562L: [email protected]
5563L: [email protected]
5564S: Supported
d410fa4e 5565F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be
MZ
5566F: include/keys/trusted-type.h
5567F: security/keys/trusted.c
5568F: security/keys/trusted.h
5569
5570KEYS-ENCRYPTED
74dd744f
MZ
5571M: Mimi Zohar <[email protected]>
5572M: David Safford <[email protected]>
7f3c68be
MZ
5573L: [email protected]
5574L: [email protected]
5575S: Supported
d410fa4e 5576F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be 5577F: include/keys/encrypted-type.h
19c90aa6 5578F: security/keys/encrypted-keys/
7f3c68be 5579
5b778dad 5580KGDB / KDB /debug_core
8b58be88 5581M: Jason Wessel <[email protected]>
4063eb5f 5582W: http://kgdb.wiki.kernel.org/
e3e2aaf7
JW
5583L: [email protected]
5584S: Maintained
679655da
JP
5585F: Documentation/DocBook/kgdb.tmpl
5586F: drivers/misc/kgdbts.c
df621252 5587F: drivers/tty/serial/kgdboc.c
5b778dad 5588F: include/linux/kdb.h
679655da 5589F: include/linux/kgdb.h
4063eb5f 5590F: kernel/debug/
e3e2aaf7 5591
456db8cc 5592KMEMCHECK
8b58be88 5593M: Vegard Nossum <[email protected]>
2ed1c525 5594M: Pekka Enberg <[email protected]>
b9ce08c0 5595S: Maintained
410d7a97
JP
5596F: Documentation/kmemcheck.txt
5597F: arch/x86/include/asm/kmemcheck.h
5598F: arch/x86/mm/kmemcheck/
5599F: include/linux/kmemcheck.h
5600F: mm/kmemcheck.c
b9ce08c0 5601
c3bb4d24 5602KMEMLEAK
8b58be88 5603M: Catalin Marinas <[email protected]>
c3bb4d24
CM
5604S: Maintained
5605F: Documentation/kmemleak.txt
5606F: include/linux/kmemleak.h
5607F: mm/kmemleak.c
5608F: mm/kmemleak-test.c
5609
89559a61 5610KPROBES
8b58be88
JP
5611M: Ananth N Mavinakayanahalli <[email protected]>
5612M: Anil S Keshavamurthy <[email protected]>
5613M: "David S. Miller" <[email protected]>
97c29e74 5614M: Masami Hiramatsu <[email protected]>
89559a61 5615S: Maintained
679655da
JP
5616F: Documentation/kprobes.txt
5617F: include/linux/kprobes.h
5618F: kernel/kprobes.c
89559a61 5619
70e84049 5620KS0108 LCD CONTROLLER DRIVER
8b58be88 5621M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
5622W: http://miguelojeda.es/auxdisplay.htm
5623W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 5624S: Maintained
679655da
JP
5625F: Documentation/auxdisplay/ks0108
5626F: drivers/auxdisplay/ks0108.c
5627F: include/linux/ks0108.h
70e84049 5628
1da177e4 5629LAPB module
1da177e4 5630L: [email protected]
bf9915cc 5631S: Orphan
679655da
JP
5632F: Documentation/networking/lapb-module.txt
5633F: include/*/lapb.h
5634F: net/lapb/
1da177e4
LT
5635
5636LASI 53c700 driver for PARISC
8b58be88 5637M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
5638L: [email protected]
5639S: Maintained
679655da
JP
5640F: Documentation/scsi/53c700.txt
5641F: drivers/scsi/53c700*
1da177e4 5642
263de9b5 5643LED SUBSYSTEM
c772fc26 5644M: Bryan Wu <[email protected]>
8b58be88 5645M: Richard Purdie <[email protected]>
aa69cb8c
BW
5646L: [email protected]
5647T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
263de9b5 5648S: Maintained
679655da
JP
5649F: drivers/leds/
5650F: include/linux/leds.h
263de9b5 5651
b0461a44 5652LEGACY EEPROM DRIVER
7c81c60f 5653M: Jean Delvare <[email protected]>
b0461a44
JD
5654S: Maintained
5655F: Documentation/misc-devices/eeprom
5656F: drivers/misc/eeprom/eeprom.c
5657
1da177e4 5658LEGO USB Tower driver
8b58be88 5659M: Juergen Stuber <[email protected]>
1da177e4
LT
5660L: [email protected]
5661W: http://legousb.sourceforge.net/
5662S: Maintained
679655da 5663F: drivers/usb/misc/legousbtower.c
1da177e4 5664
055616a8
MK
5665LG2160 MEDIA DRIVER
5666M: Michael Krufky <[email protected]>
5667L: [email protected]
5668W: http://linuxtv.org/
5669W: http://github.com/mkrufky
5670Q: http://patchwork.linuxtv.org/project/linux-media/list/
5671T: git git://linuxtv.org/mkrufky/tuners.git
5672S: Maintained
5673F: drivers/media/dvb-frontends/lg2160.*
5674
6f0e7725
MK
5675LGDT3305 MEDIA DRIVER
5676M: Michael Krufky <[email protected]>
5677L: [email protected]
5678W: http://linuxtv.org/
5679W: http://github.com/mkrufky
5680Q: http://patchwork.linuxtv.org/project/linux-media/list/
5681T: git git://linuxtv.org/mkrufky/tuners.git
5682S: Maintained
5683F: drivers/media/dvb-frontends/lgdt3305.*
5684
568a17ff 5685LGUEST
8b58be88 5686M: Rusty Russell <[email protected]>
a4724ed6 5687L: [email protected]
568a17ff 5688W: http://lguest.ozlabs.org/
72e91863 5689S: Odd Fixes
070f420b 5690F: arch/x86/include/asm/lguest*.h
679655da
JP
5691F: arch/x86/lguest/
5692F: drivers/lguest/
5693F: include/linux/lguest*.h
070f420b 5694F: tools/lguest/
568a17ff 5695
1acd437c
SL
5696LIBLOCKDEP
5697M: Sasha Levin <[email protected]>
5698S: Maintained
5699F: tools/lib/lockdep/
5700
1da177e4 5701LINUX FOR IBM pSERIES (RS/6000)
8b58be88 5702M: Paul Mackerras <[email protected]>
1da177e4
LT
5703W: http://www.ibm.com/linux/ltc/projects/ppc
5704S: Supported
11c34c7d 5705F: arch/powerpc/boot/rs6000.h
1da177e4 5706
852bb9f5 5707LINUX FOR POWERPC (32-BIT AND 64-BIT)
8b58be88
JP
5708M: Benjamin Herrenschmidt <[email protected]>
5709M: Paul Mackerras <[email protected]>
ea668936 5710M: Michael Ellerman <[email protected]>
1da177e4 5711W: http://www.penguinppc.org/
a4724ed6 5712L: [email protected]
8a6e2535 5713Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
54e5881d 5714T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4 5715S: Supported
11c34c7d
JP
5716F: Documentation/powerpc/
5717F: arch/powerpc/
1da177e4
LT
5718
5719LINUX FOR POWER MACINTOSH
8b58be88 5720M: Benjamin Herrenschmidt <[email protected]>
1da177e4 5721W: http://www.penguinppc.org/
a4724ed6 5722L: [email protected]
1da177e4 5723S: Maintained
11c34c7d
JP
5724F: arch/powerpc/platforms/powermac/
5725F: drivers/macintosh/
1da177e4 5726
77a76369 5727LINUX FOR POWERPC EMBEDDED MPC5XXX
a149507b 5728M: Anatolij Gustschin <[email protected]>
a4724ed6 5729L: [email protected]
cba5b1c6 5730T: git git://git.denx.de/linux-denx-agust.git
1da177e4 5731S: Maintained
11c34c7d
JP
5732F: arch/powerpc/platforms/512x/
5733F: arch/powerpc/platforms/52xx/
1da177e4
LT
5734
5735LINUX FOR POWERPC EMBEDDED PPC4XX
1d11cd67 5736M: Alistair Popple <[email protected]>
8b58be88 5737M: Matt Porter <[email protected]>
1da177e4 5738W: http://www.penguinppc.org/
a4724ed6 5739L: [email protected]
1da177e4 5740S: Maintained
11c34c7d
JP
5741F: arch/powerpc/platforms/40x/
5742F: arch/powerpc/platforms/44x/
1da177e4 5743
260c02a9 5744LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
a4724ed6 5745L: [email protected]
cdeb8994 5746S: Orphan
11c34c7d
JP
5747F: arch/powerpc/*/*virtex*
5748F: arch/powerpc/*/*/*virtex*
1da177e4 5749
e93adf1e 5750LINUX FOR POWERPC EMBEDDED PPC8XX
8b58be88 5751M: Vitaly Bordug <[email protected]>
e93adf1e 5752W: http://www.penguinppc.org/
a4724ed6 5753L: [email protected]
e93adf1e 5754S: Maintained
a2b1f7c8 5755F: arch/powerpc/platforms/8xx/
e93adf1e 5756
1da177e4 5757LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
a1e0fb42 5758M: Scott Wood <[email protected]>
8b58be88 5759M: Kumar Gala <[email protected]>
ce00f85c 5760W: http://www.penguinppc.org/
a4724ed6 5761L: [email protected]
a1e0fb42 5762T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
ce00f85c 5763S: Maintained
11c34c7d 5764F: arch/powerpc/platforms/83xx/
4c8f581d 5765F: arch/powerpc/platforms/85xx/
1da177e4 5766
ab06ff3a 5767LINUX FOR POWERPC PA SEMI PWRFICIENT
8b58be88 5768M: Olof Johansson <[email protected]>
a4724ed6 5769L: [email protected]
92e19709 5770S: Maintained
11c34c7d
JP
5771F: arch/powerpc/platforms/pasemi/
5772F: drivers/*/*pasemi*
5773F: drivers/*/*/*pasemi*
ab06ff3a 5774
1da177e4 5775LINUX SECURITY MODULE (LSM) FRAMEWORK
8b58be88 5776M: Chris Wright <[email protected]>
1a4520be 5777L: [email protected]
1da177e4
LT
5778S: Supported
5779
a23ce6da
HW
5780LIS3LV02D ACCELEROMETER DRIVER
5781M: Eric Piel <[email protected]>
5782S: Maintained
ff606677
JD
5783F: Documentation/misc-devices/lis3lv02d
5784F: drivers/misc/lis3lv02d/
bd35665f 5785F: drivers/platform/x86/hp_accel.c
a23ce6da 5786
e2d1d6c0 5787LLC (802.2)
8b58be88 5788M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0 5789S: Maintained
679655da 5790F: include/linux/llc.h
c117ab84 5791F: include/uapi/linux/llc.h
679655da
JP
5792F: include/net/llc*
5793F: net/llc/
e2d1d6c0 5794
4e233cbe
AD
5795LM73 HARDWARE MONITOR DRIVER
5796M: Guillaume Ligneul <[email protected]>
5797L: [email protected]
5798S: Maintained
5799F: drivers/hwmon/lm73.c
5800
156e2d1a 5801LM78 HARDWARE MONITOR DRIVER
7c81c60f 5802M: Jean Delvare <[email protected]>
156e2d1a
JD
5803L: [email protected]
5804S: Maintained
5805F: Documentation/hwmon/lm78
5806F: drivers/hwmon/lm78.c
5807
1da177e4 5808LM83 HARDWARE MONITOR DRIVER
7c81c60f 5809M: Jean Delvare <[email protected]>
cc0b07ed 5810L: [email protected]
1da177e4 5811S: Maintained
679655da
JP
5812F: Documentation/hwmon/lm83
5813F: drivers/hwmon/lm83.c
1da177e4
LT
5814
5815LM90 HARDWARE MONITOR DRIVER
7c81c60f 5816M: Jean Delvare <[email protected]>
cc0b07ed 5817L: [email protected]
1da177e4 5818S: Maintained
679655da 5819F: Documentation/hwmon/lm90
aae7bce4 5820F: Documentation/devicetree/bindings/hwmon/lm90.txt
679655da 5821F: drivers/hwmon/lm90.c
1da177e4 5822
917cc4e6
GR
5823LM95234 HARDWARE MONITOR DRIVER
5824M: Guenter Roeck <[email protected]>
5825L: [email protected]
5826S: Maintained
5827F: Documentation/hwmon/lm95234
5828F: drivers/hwmon/lm95234.c
5829
68620bdd
MP
5830LME2510 MEDIA DRIVER
5831M: Malcolm Priestley <[email protected]>
5832L: [email protected]
5833W: http://linuxtv.org/
5834Q: http://patchwork.linuxtv.org/project/linux-media/list/
5835S: Maintained
5836F: drivers/media/usb/dvb-usb-v2/lmedm04*
5837
512e67f9 5838LOCKDEP AND LOCKSTAT
8b58be88
JP
5839M: Peter Zijlstra <[email protected]>
5840M: Ingo Molnar <[email protected]>
981c3a4f 5841L: [email protected]
75fc2d37 5842T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
512e67f9 5843S: Maintained
214e0aed
DB
5844F: Documentation/locking/lockdep*.txt
5845F: Documentation/locking/lockstat.txt
679655da 5846F: include/linux/lockdep.h
7486d6da 5847F: kernel/locking/
512e67f9 5848
dde33348 5849LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8b58be88 5850M: "Richard Russon (FlatCap)" <[email protected]>
dde33348
AA
5851L: [email protected]
5852W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4 5853S: Maintained
679655da 5854F: Documentation/ldm.txt
20d16fef 5855F: block/partitions/ldm.*
1da177e4 5856
ef6ada3d
JE
5857LogFS
5858M: Joern Engel <[email protected]>
756ccb3c 5859M: Prasad Joshi <[email protected]>
ef6ada3d
JE
5860L: [email protected]
5861W: logfs.org
5862S: Maintained
5863F: fs/logfs/
5864
b62d7946
RS
5865LPC32XX MACHINE SUPPORT
5866M: Roland Stigge <[email protected]>
5867L: [email protected] (moderated for non-subscribers)
5868S: Maintained
5869F: arch/arm/mach-lpc32xx/
5870
c87e34ef 5871LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3a980508
RS
5872M: Nagalakshmi Nandigama <[email protected]>
5873M: Praveen Krishnamoorthy <[email protected]>
5874M: Sreekanth Reddy <[email protected]>
5875M: Abhijit Mahajan <[email protected]>
5876L: [email protected]
c87e34ef
MED
5877L: [email protected]
5878W: http://www.lsilogic.com/support
5879S: Supported
679655da 5880F: drivers/message/fusion/
500c152a 5881F: drivers/scsi/mpt2sas/
5882F: drivers/scsi/mpt3sas/
c87e34ef 5883
1da177e4 5884LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8b58be88 5885M: Matthew Wilcox <[email protected]>
1da177e4
LT
5886L: [email protected]
5887S: Maintained
679655da 5888F: drivers/scsi/sym53c8xx_2/
1da177e4 5889
e5f5c99a
GR
5890LTC4261 HARDWARE MONITOR DRIVER
5891M: Guenter Roeck <[email protected]>
5892L: [email protected]
5893S: Maintained
5894F: Documentation/hwmon/ltc4261
5895F: drivers/hwmon/ltc4261.c
5896
81365c31 5897LTP (Linux Test Project)
28b8e8d4 5898M: Mike Frysinger <[email protected]>
7d1ae8a8 5899M: Cyril Hrubis <[email protected]>
7d1ae8a8 5900M: Wanlong Gao <[email protected]>
f2eb7f6f
CH
5901M: Jan Stancek <[email protected]>
5902M: Stanislav Kholmanskikh <[email protected]>
5903M: Alexey Kodanev <[email protected]>
81365c31 5904L: [email protected] (subscribers-only)
f2eb7f6f 5905W: http://linux-test-project.github.io/
7d1ae8a8 5906T: git git://github.com/linux-test-project/ltp.git
81365c31
MF
5907S: Maintained
5908
c12a54b3 5909M32R ARCHITECTURE
c12a54b3 5910W: http://www.linux-m32r.org/
b4174867 5911S: Orphan
679655da 5912F: arch/m32r/
c12a54b3 5913
1da177e4 5914M68K ARCHITECTURE
8b58be88 5915M: Geert Uytterhoeven <[email protected]>
1da177e4
LT
5916L: [email protected]
5917W: http://www.linux-m68k.org/
54e5881d 5918T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
1da177e4 5919S: Maintained
679655da 5920F: arch/m68k/
9db35182 5921F: drivers/zorro/
1da177e4
LT
5922
5923M68K ON APPLE MACINTOSH
8b58be88 5924M: Joshua Thompson <[email protected]>
1da177e4 5925W: http://www.mac.linux-m68k.org/
9bb9f222 5926L: [email protected]
1da177e4 5927S: Maintained
9db35182 5928F: arch/m68k/mac/
1da177e4
LT
5929
5930M68K ON HP9000/300
8b58be88 5931M: Philip Blundell <[email protected]>
1da177e4
LT
5932W: http://www.tazenda.demon.co.uk/phil/linux-hp
5933S: Maintained
679655da 5934F: arch/m68k/hp300/
1da177e4 5935
74425546
AP
5936M88DS3103 MEDIA DRIVER
5937M: Antti Palosaari <[email protected]>
5938L: [email protected]
5939W: http://linuxtv.org/
5940W: http://palosaari.fi/linux/
5941Q: http://patchwork.linuxtv.org/project/linux-media/list/
5942T: git git://linuxtv.org/anttip/media_tree.git
5943S: Maintained
5944F: drivers/media/dvb-frontends/m88ds3103*
5945
68620bdd
MP
5946M88RS2000 MEDIA DRIVER
5947M: Malcolm Priestley <[email protected]>
5948L: [email protected]
5949W: http://linuxtv.org/
5950Q: http://patchwork.linuxtv.org/project/linux-media/list/
5951S: Maintained
5952F: drivers/media/dvb-frontends/m88rs2000*
5953
0d62f800
AP
5954M88TS2022 MEDIA DRIVER
5955M: Antti Palosaari <[email protected]>
5956L: [email protected]
5957W: http://linuxtv.org/
5958W: http://palosaari.fi/linux/
5959Q: http://patchwork.linuxtv.org/project/linux-media/list/
5960T: git git://linuxtv.org/anttip/media_tree.git
5961S: Maintained
5962F: drivers/media/tuners/m88ts2022*
5963
07a092fa 5964MA901 MASTERKIT USB FM RADIO DRIVER
b75f0050
JP
5965M: Alexey Klimov <[email protected]>
5966L: [email protected]
5967T: git git://linuxtv.org/media_tree.git
5968S: Maintained
5969F: drivers/media/radio/radio-ma901.c
07a092fa 5970
64a327a7 5971MAC80211
8b58be88 5972M: Johannes Berg <[email protected]>
64a327a7 5973L: [email protected]
491b26b4 5974W: http://wireless.kernel.org/
ce466579
JB
5975T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5976T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
64a327a7 5977S: Maintained
679655da
JP
5978F: Documentation/networking/mac80211-injection.txt
5979F: include/net/mac80211.h
5980F: net/mac80211/
64a327a7 5981
b863ceb7 5982MACVLAN DRIVER
8b58be88 5983M: Patrick McHardy <[email protected]>
b863ceb7
PM
5984L: [email protected]
5985S: Maintained
679655da
JP
5986F: drivers/net/macvlan.c
5987F: include/linux/if_macvlan.h
b863ceb7 5988
2b6d83e2
JB
5989MAILBOX API
5990M: Jassi Brar <[email protected]>
5991L: [email protected]
5992S: Maintained
5993F: drivers/mailbox/
5994F: include/linux/mailbox_client.h
5995F: include/linux/mailbox_controller.h
5996
faf1668c 5997MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8b58be88 5998M: Michael Kerrisk <[email protected]>
795fb7e7 5999W: http://www.kernel.org/doc/man-pages
bd7ebec6 6000L: [email protected]
1b53dc74 6001S: Maintained
faf1668c 6002
8427defd
RK
6003MARVELL ARMADA DRM SUPPORT
6004M: Russell King <[email protected]>
6005S: Maintained
6006F: drivers/gpu/drm/armada/
6007
3ad50cca
GR
6008MARVELL 88E6352 DSA support
6009M: Guenter Roeck <[email protected]>
6010S: Maintained
6011F: drivers/net/dsa/mv88e6352.c
6012
44c14c1d 6013MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6014M: Mirko Lindner <[email protected]>
adbbf69d 6015M: Stephen Hemminger <[email protected]>
44c14c1d 6016L: [email protected]
6017S: Maintained
6018F: drivers/net/ethernet/marvell/sk*
6019
74cda169 6020MARVELL LIBERTAS WIRELESS DRIVER
74cda169 6021L: [email protected]
8ac3e99e 6022S: Orphan
679655da 6023F: drivers/net/wireless/libertas/
74cda169 6024
b60d6975 6025MARVELL MV643XX ETHERNET DRIVER
4e3faf88 6026M: Sebastian Hesselbarth <[email protected]>
979b6c13 6027L: [email protected]
f5ca8502 6028S: Maintained
527a6266 6029F: drivers/net/ethernet/marvell/mv643xx_eth.*
679655da 6030F: include/linux/mv643xx.h
1da177e4 6031
370b8ed9
TP
6032MARVELL MVNETA ETHERNET DRIVER
6033M: Thomas Petazzoni <[email protected]>
6034L: [email protected]
6035S: Maintained
6036F: drivers/net/ethernet/marvell/mvneta.*
6037
fcad584d 6038MARVELL MWIFIEX WIRELESS DRIVER
b9d31704
BZ
6039M: Amitkumar Karwar <[email protected]>
6040M: Avinash Patil <[email protected]>
fcad584d
BZ
6041L: [email protected]
6042S: Maintained
6043F: drivers/net/wireless/mwifiex/
6044
a2c3f656 6045MARVELL MWL8K WIRELESS DRIVER
a040d532 6046M: Lennert Buytenhek <[email protected]>
a2c3f656 6047L: [email protected]
16345910 6048S: Odd Fixes
a2c3f656
LB
6049F: drivers/net/wireless/mwl8k.c
6050
2a69567b 6051MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2f82af08 6052M: Nicolas Pitre <[email protected]>
18e2842b 6053S: Odd Fixes
1fa7e547 6054F: drivers/mmc/host/mvsdio.*
2a69567b 6055
1da177e4 6056MATROX FRAMEBUFFER DRIVER
c69f677c 6057L: [email protected]
52653199 6058S: Orphan
8a61f013 6059F: drivers/video/fbdev/matrox/matroxfb_*
c117ab84 6060F: include/uapi/linux/matroxfb.h
1da177e4 6061
ca462085
GR
6062MAX16065 HARDWARE MONITOR DRIVER
6063M: Guenter Roeck <[email protected]>
6064L: [email protected]
6065S: Maintained
6066F: Documentation/hwmon/max16065
6067F: drivers/hwmon/max16065.c
6068
d20620de 6069MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6a534c9d 6070M: "Hans J. Koch" <[email protected]>
d20620de
HJK
6071L: [email protected]
6072S: Maintained
679655da
JP
6073F: Documentation/hwmon/max6650
6074F: drivers/hwmon/max6650.c
d20620de 6075
e89ab51f
GR
6076MAX6697 HARDWARE MONITOR DRIVER
6077M: Guenter Roeck <[email protected]>
6078L: [email protected]
6079S: Maintained
6080F: Documentation/hwmon/max6697
6081F: Documentation/devicetree/bindings/i2c/max6697.txt
6082F: drivers/hwmon/max6697.c
6083F: include/linux/platform_data/max6697.h
6084
9be3c9a5
HV
6085MAXIRADIO FM RADIO RECEIVER DRIVER
6086M: Hans Verkuil <[email protected]>
6087L: [email protected]
6088T: git git://linuxtv.org/media_tree.git
6089W: http://linuxtv.org
6090S: Maintained
6091F: drivers/media/radio/radio-maxiradio*
6092
127c49ae 6093MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
009a5410 6094M: Mauro Carvalho Chehab <[email protected]>
127c49ae
JP
6095P: LinuxTV.org Project
6096L: [email protected]
6097W: http://linuxtv.org
8a6e2535 6098Q: http://patchwork.kernel.org/project/linux-media/list/
275ffde4 6099T: git git://linuxtv.org/media_tree.git
127c49ae
JP
6100S: Maintained
6101F: Documentation/dvb/
6102F: Documentation/video4linux/
ffe06198 6103F: Documentation/DocBook/media/
127c49ae 6104F: drivers/media/
ffe06198 6105F: drivers/staging/media/
127c49ae 6106F: include/media/
6c0f0359
MCC
6107F: include/uapi/linux/dvb/
6108F: include/uapi/linux/videodev2.h
6109F: include/uapi/linux/media.h
6110F: include/uapi/linux/v4l2-*
6111F: include/uapi/linux/meye.h
6112F: include/uapi/linux/ivtv*
6113F: include/uapi/linux/uvcvideo.h
d20620de 6114
6149a936
HV
6115MEDIAVISION PRO MOVIE STUDIO DRIVER
6116M: Hans Verkuil <[email protected]>
6117L: [email protected]
6118T: git git://linuxtv.org/media_tree.git
6119W: http://linuxtv.org
6120S: Odd Fixes
6121F: drivers/media/parport/pms*
6122
e399065b
SS
6123MEGARAID SCSI/SAS DRIVERS
6124M: Kashyap Desai <[email protected]>
6125M: Sumit Saxena <[email protected]>
6126M: Uday Lingala <[email protected]>
6127L: [email protected]
baaea1dc 6128L: [email protected]
e399065b 6129W: http://www.lsi.com
ce00f85c 6130S: Maintained
679655da
JP
6131F: Documentation/scsi/megaraid.txt
6132F: drivers/scsi/megaraid.*
6133F: drivers/scsi/megaraid/
757e0108 6134
2c46c9d5
AV
6135MELLANOX ETHERNET DRIVER (mlx4_en)
6136M: Amir Vadai <[email protected]>
b75f0050 6137L: [email protected]
2c46c9d5
AV
6138S: Supported
6139W: http://www.mellanox.com
6140Q: http://patchwork.ozlabs.org/project/netdev/list/
6141F: drivers/net/ethernet/mellanox/mlx4/en_*
6142
70ea91f1
SR
6143MEMORY MANAGEMENT
6144L: [email protected]
70ea91f1
SR
6145W: http://www.linux-mm.org
6146S: Maintained
679655da 6147F: include/linux/mm.h
551450bb
CS
6148F: include/linux/gfp.h
6149F: include/linux/mmzone.h
6150F: include/linux/memory_hotplug.h
6151F: include/linux/vmalloc.h
679655da 6152F: mm/
70ea91f1 6153
f4e9ce66 6154MEMORY TECHNOLOGY DEVICES (MTD)
8b58be88 6155M: David Woodhouse <[email protected]>
242c325e 6156M: Brian Norris <[email protected]>
1da177e4 6157L: [email protected]
8a6e2535
JP
6158W: http://www.linux-mtd.infradead.org/
6159Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
242c325e 6160T: git git://git.infradead.org/linux-mtd.git
ab95eac9 6161T: git git://git.infradead.org/l2-mtd.git
1da177e4 6162S: Maintained
679655da
JP
6163F: drivers/mtd/
6164F: include/linux/mtd/
c117ab84 6165F: include/uapi/mtd/
1da177e4 6166
26c57ef1 6167MEN A21 WATCHDOG DRIVER
b75f0050 6168M: Johannes Thumshirn <[email protected]>
26c57ef1
JT
6169L: [email protected]
6170S: Supported
6171F: drivers/watchdog/mena21_wdt.c
6172
3764e82e
JT
6173MEN CHAMELEON BUS (mcb)
6174M: Johannes Thumshirn <[email protected]>
6175S: Supported
6176F: drivers/mcb/
6177F: include/linux/mcb.h
6178
48b490d2
AW
6179MEN F21BMC (Board Management Controller)
6180M: Andreas Werner <[email protected]>
6181S: Supported
6182F: drivers/mfd/menf21bmc.c
6183F: drivers/watchdog/menf21bmc_wdt.c
6184F: drivers/leds/leds-menf21bmc.c
6185F: drivers/hwmon/menf21bmc_hwmon.c
6186F: Documentation/hwmon/menf21bmc
6187
12285945
JH
6188METAG ARCHITECTURE
6189M: James Hogan <[email protected]>
d668d9ed 6190L: [email protected]
12285945
JH
6191S: Supported
6192F: arch/metag/
6193F: Documentation/metag/
6194F: Documentation/devicetree/bindings/metag/
a2c5d4ed 6195F: drivers/clocksource/metag_generic.c
5698c50d
JH
6196F: drivers/irqchip/irq-metag.c
6197F: drivers/irqchip/irq-metag-ext.c
ae85ac71 6198F: drivers/tty/metag_da.c
12285945 6199
c6375b0a 6200MICROBLAZE ARCHITECTURE
8b58be88 6201M: Michal Simek <[email protected]>
c6375b0a
MS
6202W: http://www.monstr.eu/fdt/
6203T: git git://git.monstr.eu/linux-2.6-microblaze.git
6204S: Supported
0a8c7914 6205F: arch/microblaze/
1da177e4
LT
6206
6207MICROTEK X6 SCANNER
61eee9a7 6208M: Oliver Neukum <[email protected]>
1da177e4 6209S: Maintained
679655da 6210F: drivers/usb/image/microtek.*
1da177e4
LT
6211
6212MIPS
8b58be88 6213M: Ralf Baechle <[email protected]>
1da177e4 6214L: [email protected]
6097050d 6215W: http://www.linux-mips.org/
b05e988e 6216T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6097050d 6217Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7425b340 6218S: Supported
679655da
JP
6219F: Documentation/mips/
6220F: arch/mips/
1da177e4 6221
08b7620a
HV
6222MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6223M: Hans Verkuil <[email protected]>
6224L: [email protected]
6225T: git git://linuxtv.org/media_tree.git
6226W: http://linuxtv.org
6227S: Odd Fixes
6228F: drivers/media/radio/radio-miropcm20*
6229
e126ba97
EC
6230Mellanox MLX5 core VPI driver
6231M: Eli Cohen <[email protected]>
6232L: [email protected]
6233L: [email protected]
6234W: http://www.mellanox.com
6235Q: http://patchwork.ozlabs.org/project/netdev/list/
6236Q: http://patchwork.kernel.org/project/linux-rdma/list/
cea8321c 6237T: git git://openfabrics.org/~eli/connect-ib.git
e126ba97
EC
6238S: Supported
6239F: drivers/net/ethernet/mellanox/mlx5/core/
6240F: include/linux/mlx5/
6241
6242Mellanox MLX5 IB driver
b75f0050
JP
6243M: Eli Cohen <[email protected]>
6244L: [email protected]
6245W: http://www.mellanox.com
6246Q: http://patchwork.kernel.org/project/linux-rdma/list/
cea8321c 6247T: git git://openfabrics.org/~eli/connect-ib.git
b75f0050
JP
6248S: Supported
6249F: include/linux/mlx5/
6250F: drivers/infiniband/hw/mlx5/
e126ba97 6251
0ce277e4
AP
6252MN88472 MEDIA DRIVER
6253M: Antti Palosaari <[email protected]>
6254L: [email protected]
6255W: http://linuxtv.org/
6256W: http://palosaari.fi/linux/
6257Q: http://patchwork.linuxtv.org/project/linux-media/list/
6258T: git git://linuxtv.org/anttip/media_tree.git
6259S: Maintained
6260F: drivers/staging/media/mn88472/
6261F: drivers/media/dvb-frontends/mn88472.h
6262
4f4d238f
AP
6263MN88473 MEDIA DRIVER
6264M: Antti Palosaari <[email protected]>
6265L: [email protected]
6266W: http://linuxtv.org/
6267W: http://palosaari.fi/linux/
6268Q: http://patchwork.linuxtv.org/project/linux-media/list/
6269T: git git://linuxtv.org/anttip/media_tree.git
6270S: Maintained
6271F: drivers/staging/media/mn88473/
6272F: drivers/media/dvb-frontends/mn88473.h
6273
1da177e4 6274MODULE SUPPORT
8b58be88 6275M: Rusty Russell <[email protected]>
1da177e4 6276S: Maintained
679655da
JP
6277F: include/linux/module.h
6278F: kernel/module.c
1da177e4
LT
6279
6280MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1da177e4 6281W: http://popies.net/meye/
b7788e13 6282S: Orphan
679655da 6283F: Documentation/video4linux/meye.txt
90d72ac6 6284F: drivers/media/pci/meye/
6c0f0359 6285F: include/uapi/linux/meye.h
1da177e4 6286
b9705b60 6287MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8b58be88 6288M: Jiri Slaby <[email protected]>
d735410a 6289S: Maintained
679655da 6290F: Documentation/serial/moxa-smartio
c897401b 6291F: drivers/tty/mxser.*
d735410a 6292
889b2f87
AK
6293MR800 AVERMEDIA USB FM RADIO DRIVER
6294M: Alexey Klimov <[email protected]>
6295L: [email protected]
6296T: git git://linuxtv.org/media_tree.git
6297S: Maintained
6298F: drivers/media/radio/radio-mr800.c
6299
d7155691
AO
6300MRF24J40 IEEE 802.15.4 RADIO DRIVER
6301M: Alan Ott <[email protected]>
6302L: [email protected]
6303S: Maintained
6304F: drivers/net/ieee802154/mrf24j40.c
6305
8c4c731a 6306MSI LAPTOP SUPPORT
182ae55c 6307M: "Lee, Chun-Yi" <[email protected]>
d0944853 6308L: [email protected]
8c4c731a 6309S: Maintained
679655da 6310F: drivers/platform/x86/msi-laptop.c
8c4c731a 6311
0f1006b1
AA
6312MSI WMI SUPPORT
6313M: Anisse Astier <[email protected]>
d0944853 6314L: [email protected]
0f1006b1
AA
6315S: Supported
6316F: drivers/platform/x86/msi-wmi.c
6317
19a628a0
AP
6318MSI001 MEDIA DRIVER
6319M: Antti Palosaari <[email protected]>
6320L: [email protected]
6321W: http://linuxtv.org/
6322W: http://palosaari.fi/linux/
6323Q: http://patchwork.linuxtv.org/project/linux-media/list/
6324T: git git://linuxtv.org/anttip/media_tree.git
6325S: Maintained
0185e197 6326F: drivers/media/tuners/msi001*
19a628a0 6327
7570589d 6328MSI2500 MEDIA DRIVER
2c57213f
AP
6329M: Antti Palosaari <[email protected]>
6330L: [email protected]
6331W: http://linuxtv.org/
6332W: http://palosaari.fi/linux/
6333Q: http://patchwork.linuxtv.org/project/linux-media/list/
6334T: git git://linuxtv.org/anttip/media_tree.git
6335S: Maintained
7570589d 6336F: drivers/media/usb/msi2500/
2c57213f 6337
62a37dc7 6338MT9M032 APTINA SENSOR DRIVER
0e837fb9
LP
6339M: Laurent Pinchart <[email protected]>
6340L: [email protected]
6341T: git git://linuxtv.org/media_tree.git
6342S: Maintained
6343F: drivers/media/i2c/mt9m032.c
6344F: include/media/mt9m032.h
6345
62a37dc7 6346MT9P031 APTINA CAMERA SENSOR
0e837fb9
LP
6347M: Laurent Pinchart <[email protected]>
6348L: [email protected]
6349T: git git://linuxtv.org/media_tree.git
6350S: Maintained
6351F: drivers/media/i2c/mt9p031.c
6352F: include/media/mt9p031.h
6353
62a37dc7 6354MT9T001 APTINA CAMERA SENSOR
0e837fb9
LP
6355M: Laurent Pinchart <[email protected]>
6356L: [email protected]
6357T: git git://linuxtv.org/media_tree.git
6358S: Maintained
6359F: drivers/media/i2c/mt9t001.c
6360F: include/media/mt9t001.h
6361
62a37dc7 6362MT9V032 APTINA CAMERA SENSOR
0e837fb9
LP
6363M: Laurent Pinchart <[email protected]>
6364L: [email protected]
6365T: git git://linuxtv.org/media_tree.git
6366S: Maintained
6367F: drivers/media/i2c/mt9v032.c
6368F: include/media/mt9v032.h
6369
4e0d13cb 6370MULTIFUNCTION DEVICES (MFD)
8b58be88 6371M: Samuel Ortiz <[email protected]>
f7d3210e 6372M: Lee Jones <[email protected]>
7caa7991 6373T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
4e0d13cb 6374S: Supported
679655da 6375F: drivers/mfd/
55b5940d 6376F: include/linux/mfd/
4e0d13cb 6377
5c4e6f13 6378MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6e443244 6379M: Chris Ball <[email protected]>
e18eaf8f 6380M: Ulf Hansson <[email protected]>
b2503a94 6381L: [email protected]
245feaa6 6382T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
708dce3f 6383T: git git://git.linaro.org/people/ulf.hansson/mmc.git
245feaa6 6384S: Maintained
679655da
JP
6385F: drivers/mmc/
6386F: include/linux/mmc/
c117ab84 6387F: include/uapi/linux/mmc/
baca2da4 6388
15a0580c 6389MULTIMEDIA CARD (MMC) ETC. OVER SPI
22b174f8 6390S: Orphan
679655da
JP
6391F: drivers/mmc/host/mmc_spi.c
6392F: include/linux/spi/mmc_spi.h
15a0580c 6393
1da177e4 6394MULTISOUND SOUND DRIVER
8b58be88 6395M: Andrew Veliath <[email protected]>
1da177e4 6396S: Maintained
679655da
JP
6397F: Documentation/sound/oss/MultiSound
6398F: sound/oss/msnd*
1da177e4 6399
d735410a 6400MULTITECH MULTIPORT CARD (ISICOM)
d86b3001 6401S: Orphan
c897401b 6402F: drivers/tty/isicom.c
679655da 6403F: include/linux/isicom.h
d735410a 6404
550a7375 6405MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
f299470a 6406M: Felipe Balbi <[email protected]>
795fb7e7 6407L: [email protected]
43b416e5 6408T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
795fb7e7 6409S: Maintained
679655da 6410F: drivers/usb/musb/
550a7375 6411
ea0af5f6
MK
6412MXL5007T MEDIA DRIVER
6413M: Michael Krufky <[email protected]>
6414L: [email protected]
6415W: http://linuxtv.org/
6416W: http://github.com/mkrufky
6417Q: http://patchwork.linuxtv.org/project/linux-media/list/
6418T: git git://linuxtv.org/mkrufky/tuners.git
6419S: Maintained
6420F: drivers/media/tuners/mxl5007t.*
6421
2d3cf588 6422MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
205057ae 6423M: Hyong-Youb Kim <[email protected]>
2d3cf588 6424L: [email protected]
205057ae 6425W: https://www.myricom.com/support/downloads/myri10ge.html
2d3cf588 6426S: Supported
93f7848b 6427F: drivers/net/ethernet/myricom/myri10ge/
2d3cf588 6428
1da177e4 6429NATSEMI ETHERNET DRIVER (DP8381x)
09d208ec 6430S: Orphan
d9fb9f38 6431F: drivers/net/ethernet/natsemi/natsemi.c
1da177e4 6432
23dc05a3
DM
6433NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6434M: Daniel Mack <[email protected]>
6435S: Maintained
6436L: [email protected]
6437W: http://www.native-instruments.com
6438F: sound/usb/caiaq/
6439
1da177e4 6440NCP FILESYSTEM
52653199
PV
6441M: Petr Vandrovec <[email protected]>
6442S: Odd Fixes
679655da 6443F: fs/ncpfs/
1da177e4 6444
a79b0322
FT
6445NCR 5380 SCSI DRIVERS
6446M: Finn Thain <[email protected]>
6447M: Michael Schmitz <[email protected]>
6448L: [email protected]
6449S: Maintained
6450F: Documentation/scsi/g_NCR5380.txt
6451F: drivers/scsi/NCR5380.*
6452F: drivers/scsi/arm/cumana_1.c
6453F: drivers/scsi/arm/oak.c
6454F: drivers/scsi/atari_NCR5380.c
6455F: drivers/scsi/atari_scsi.*
6456F: drivers/scsi/dmx3191d.c
6457F: drivers/scsi/dtc.*
6458F: drivers/scsi/g_NCR5380.*
6459F: drivers/scsi/g_NCR5380_mmio.c
6460F: drivers/scsi/mac_scsi.*
6461F: drivers/scsi/pas16.*
a79b0322
FT
6462F: drivers/scsi/sun3_scsi.*
6463F: drivers/scsi/sun3_scsi_vme.c
6464F: drivers/scsi/t128.*
6465
1da177e4 6466NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8b58be88 6467M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
6468L: [email protected]
6469S: Maintained
679655da 6470F: drivers/scsi/NCR_D700.*
1da177e4 6471
4aa3eb4c
GR
6472NCT6775 HARDWARE MONITOR DRIVER
6473M: Guenter Roeck <[email protected]>
6474L: [email protected]
6475S: Maintained
6476F: Documentation/hwmon/nct6775
6477F: drivers/hwmon/nct6775.c
6478
3c2d774c 6479NETEFFECT IWARP RNIC DRIVER (IW_NES)
8b58be88 6480M: Faisal Latif <[email protected]>
e6cc0fd1 6481L: [email protected]
e3d33cb1 6482W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
3c2d774c
GS
6483S: Supported
6484F: drivers/infiniband/hw/nes/
6485
be2f2e84 6486NETEM NETWORK EMULATOR
adbbf69d 6487M: Stephen Hemminger <[email protected]>
f318a63b 6488L: [email protected]
be2f2e84 6489S: Maintained
679655da 6490F: net/sched/sch_netem.c
be2f2e84 6491
b2f5a051 6492NETERION 10GbE DRIVERS (s2io/vxge)
e3806882 6493M: Jon Mason <[email protected]>
4a58448b 6494L: [email protected]
4a58448b 6495S: Supported
679655da 6496F: Documentation/networking/s2io.txt
b2f5a051 6497F: Documentation/networking/vxge.txt
86387e1a 6498F: drivers/net/ethernet/neterion/
4a58448b 6499
db9cf3a3 6500NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
0e05e192 6501M: Pablo Neira Ayuso <[email protected]>
8b58be88 6502M: Patrick McHardy <[email protected]>
42010ed0 6503M: Jozsef Kadlecsik <[email protected]>
1a03b81d 6504L: [email protected]
82b98543 6505L: [email protected]
1da177e4
LT
6506W: http://www.netfilter.org/
6507W: http://www.iptables.org/
42010ed0
PNA
6508Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
6509T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6510T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
1da177e4 6511S: Supported
679655da
JP
6512F: include/linux/netfilter*
6513F: include/linux/netfilter/
6514F: include/net/netfilter/
c117ab84
CEB
6515F: include/uapi/linux/netfilter*
6516F: include/uapi/linux/netfilter/
679655da
JP
6517F: net/*/netfilter.c
6518F: net/*/netfilter/
6519F: net/netfilter/
1da177e4 6520
4cc67735 6521NETLABEL
87a0874c 6522M: Paul Moore <[email protected]>
4cc67735
PM
6523W: http://netlabel.sf.net
6524L: [email protected]
87a0874c 6525S: Maintained
80811493 6526F: Documentation/netlabel/
679655da
JP
6527F: include/net/netlabel.h
6528F: net/netlabel/
4cc67735 6529
1da177e4 6530NETROM NETWORK LAYER
8b58be88 6531M: Ralf Baechle <[email protected]>
1da177e4 6532L: [email protected]
d34cb28a 6533W: http://www.linux-ax25.org/
1da177e4 6534S: Maintained
679655da 6535F: include/net/netrom.h
c117ab84 6536F: include/uapi/linux/netrom.h
679655da 6537F: net/netrom/
1da177e4 6538
5ddb88c0 6539NETWORK BLOCK DEVICE (NBD)
8b58be88 6540M: Paul Clements <[email protected]>
1da177e4 6541S: Maintained
5e4b269b 6542L: [email protected]
679655da
JP
6543F: Documentation/blockdev/nbd.txt
6544F: drivers/block/nbd.c
6545F: include/linux/nbd.h
c117ab84 6546F: include/uapi/linux/nbd.h
1da177e4 6547
6e43650c
NH
6548NETWORK DROP MONITOR
6549M: Neil Horman <[email protected]>
6550L: [email protected]
6551S: Maintained
6552W: https://fedorahosted.org/dropwatch/
6553F: net/core/drop_monitor.c
6554
1da177e4 6555NETWORKING [GENERAL]
8b58be88 6556M: "David S. Miller" <[email protected]>
979b6c13 6557L: [email protected]
b1e8fd54 6558W: http://www.linuxfoundation.org/en/Net
11e98029 6559Q: http://patchwork.ozlabs.org/project/netdev/list/
814fd609
NP
6560T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6561T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
1da177e4 6562S: Maintained
679655da
JP
6563F: net/
6564F: include/net/
018d21ed
JP
6565F: include/linux/in.h
6566F: include/linux/net.h
6567F: include/linux/netdevice.h
c117ab84
CEB
6568F: include/uapi/linux/in.h
6569F: include/uapi/linux/net.h
6570F: include/uapi/linux/netdevice.h
7e814a6c 6571F: tools/net/
f4e53f9a 6572F: tools/testing/selftests/net/
335a67d2 6573F: lib/random32.c
a101ccd1 6574F: lib/test_bpf.c
1da177e4
LT
6575
6576NETWORKING [IPv4/IPv6]
8b58be88
JP
6577M: "David S. Miller" <[email protected]>
6578M: Alexey Kuznetsov <[email protected]>
8b58be88
JP
6579M: James Morris <[email protected]>
6580M: Hideaki YOSHIFUJI <[email protected]>
6581M: Patrick McHardy <[email protected]>
979b6c13 6582L: [email protected]
08deed1e 6583T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
1da177e4 6584S: Maintained
679655da
JP
6585F: net/ipv4/
6586F: net/ipv6/
6587F: include/net/ip*
0a14842f 6588F: arch/x86/net/*
1da177e4 6589
73b7656c
DM
6590NETWORKING [IPSEC]
6591M: Steffen Klassert <[email protected]>
6592M: Herbert Xu <[email protected]>
6593M: "David S. Miller" <[email protected]>
6594L: [email protected]
d1fc5024
SK
6595T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6596T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
73b7656c 6597S: Maintained
5826bdd1 6598F: net/core/flow.c
73b7656c
DM
6599F: net/xfrm/
6600F: net/key/
6601F: net/ipv4/xfrm*
d1fc5024
SK
6602F: net/ipv4/esp4.c
6603F: net/ipv4/ah4.c
6604F: net/ipv4/ipcomp.c
6605F: net/ipv4/ip_vti.c
73b7656c 6606F: net/ipv6/xfrm*
d1fc5024
SK
6607F: net/ipv6/esp6.c
6608F: net/ipv6/ah6.c
6609F: net/ipv6/ipcomp6.c
6610F: net/ipv6/ip6_vti.c
73b7656c
DM
6611F: include/uapi/linux/xfrm.h
6612F: include/net/xfrm.h
6613
10e2ff1c 6614NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
87a0874c 6615M: Paul Moore <[email protected]>
10e2ff1c
JM
6616L: [email protected]
6617S: Maintained
6618
29f8f632 6619NETWORKING [WIRELESS]
2cb4abd1 6620L: [email protected]
8a6e2535 6621Q: http://patchwork.kernel.org/project/linux-wireless/list/
29f8f632 6622
788873ac
JP
6623NETWORKING DRIVERS
6624L: [email protected]
6625W: http://www.linuxfoundation.org/en/Net
11e98029 6626Q: http://patchwork.ozlabs.org/project/netdev/list/
08deed1e
JP
6627T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6628T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
788873ac
JP
6629S: Odd Fixes
6630F: drivers/net/
018d21ed 6631F: include/linux/if_*
0b63bf1f
JD
6632F: include/linux/netdevice.h
6633F: include/linux/arcdevice.h
6634F: include/linux/etherdevice.h
6635F: include/linux/fcdevice.h
6636F: include/linux/fddidevice.h
6637F: include/linux/hippidevice.h
6638F: include/linux/inetdevice.h
c117ab84
CEB
6639F: include/uapi/linux/if_*
6640F: include/uapi/linux/netdevice.h
788873ac 6641
0e324cf6
JL
6642NETWORKING DRIVERS (WIRELESS)
6643M: Kalle Valo <[email protected]>
6644L: [email protected]
6645Q: http://patchwork.kernel.org/project/linux-wireless/list/
6646T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6647S: Maintained
6648F: drivers/net/wireless/
6649
3d396eb1 6650NETXEN (1/10) GbE SUPPORT
8622315e 6651M: Manish Chopra <[email protected]>
83c07dde
AKS
6652M: Sony Chacko <[email protected]>
6653M: Rajesh Borundia <[email protected]>
3d396eb1 6654L: [email protected]
9c2b5bde 6655W: http://www.qlogic.com
3d396eb1 6656S: Supported
aa43c215 6657F: drivers/net/ethernet/qlogic/netxen/
3d396eb1 6658
6423d30f
AAJ
6659NFC SUBSYSTEM
6660M: Lauro Ramos Venancio <[email protected]>
6661M: Aloisio Almeida Jr <[email protected]>
6662M: Samuel Ortiz <[email protected]>
6663L: [email protected]
1eb3b216 6664L: [email protected] (subscribers-only)
0293ba20 6665S: Supported
6423d30f 6666F: net/nfc/
55eb94f9 6667F: include/net/nfc/
c117ab84 6668F: include/uapi/linux/nfc.h
6423d30f 6669F: drivers/nfc/
08eaa1e0 6670F: include/linux/platform_data/pn544.h
7ebb88e5 6671F: Documentation/devicetree/bindings/net/nfc/
3d396eb1 6672
e8b43555 6673NFS, SUNRPC, AND LOCKD CLIENTS
cd7b996a 6674M: Trond Myklebust <[email protected]>
78f58153
TM
6675L: [email protected]
6676W: http://client.linux-nfs.org
cd7b996a 6677T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
1da177e4 6678S: Maintained
679655da
JP
6679F: fs/lockd/
6680F: fs/nfs/
6681F: fs/nfs_common/
6682F: net/sunrpc/
6683F: include/linux/lockd/
6684F: include/linux/nfs*
6685F: include/linux/sunrpc/
c117ab84
CEB
6686F: include/uapi/linux/nfs*
6687F: include/uapi/linux/sunrpc/
1da177e4 6688
85ef9cea 6689NILFS2 FILESYSTEM
e2126935 6690M: Ryusuke Konishi <[email protected]>
6aff43f8 6691L: [email protected]
f9472265 6692W: http://nilfs.sourceforge.net/
e2126935 6693T: git git://github.com/konis/nilfs2.git
85ef9cea 6694S: Supported
679655da
JP
6695F: Documentation/filesystems/nilfs2.txt
6696F: fs/nilfs2/
6697F: include/linux/nilfs2_fs.h
85ef9cea 6698
1da177e4 6699NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8b58be88 6700M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
6701W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6702S: Maintained
679655da
JP
6703F: Documentation/scsi/NinjaSCSI.txt
6704F: drivers/scsi/pcmcia/nsp_*
1da177e4
LT
6705
6706NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8b58be88
JP
6707M: GOTO Masanori <[email protected]>
6708M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
6709W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6710S: Maintained
679655da
JP
6711F: Documentation/scsi/NinjaSCSI.txt
6712F: drivers/scsi/nsp32*
1da177e4 6713
383b8fb9
LFT
6714NIOS2 ARCHITECTURE
6715M: Ley Foon Tan <[email protected]>
6716L: [email protected] (moderated for non-subscribers)
6717T: git git://git.rocketboards.org/linux-socfpga.git
6718S: Maintained
6719F: arch/nios2/
6720
fce8a7bb 6721NTB DRIVER
9ef6bf6c
JM
6722M: Jon Mason <[email protected]>
6723M: Dave Jiang <[email protected]>
fce8a7bb 6724S: Supported
2984411f
JM
6725W: https://github.com/jonmason/ntb/wiki
6726T: git git://github.com/jonmason/ntb.git
fce8a7bb 6727F: drivers/ntb/
548c237c 6728F: drivers/net/ntb_netdev.c
fce8a7bb
JM
6729F: include/linux/ntb.h
6730
1da177e4 6731NTFS FILESYSTEM
2818ef50 6732M: Anton Altaparmakov <[email protected]>
1da177e4 6733L: [email protected]
2818ef50 6734W: http://www.tuxera.com/
e6f4dee7 6735T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
2818ef50 6736S: Supported
679655da
JP
6737F: Documentation/filesystems/ntfs.txt
6738F: fs/ntfs/
1da177e4 6739
9eb8ef74 6740NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8b58be88 6741M: Antonino Daplas <[email protected]>
c69f677c 6742L: [email protected]
ce00f85c 6743S: Maintained
8a61f013
JH
6744F: drivers/video/fbdev/riva/
6745F: drivers/video/fbdev/nvidia/
1da177e4 6746
79461681
MW
6747NVM EXPRESS DRIVER
6748M: Matthew Wilcox <[email protected]>
6749L: [email protected]
6750T: git git://git.infradead.org/users/willy/linux-nvme.git
6751S: Supported
5be37bf9 6752F: drivers/block/nvme*
79461681
MW
6753F: include/linux/nvme.h
6754
f50d7146
RK
6755NXP TDA998X DRM DRIVER
6756M: Russell King <[email protected]>
6757S: Supported
6758F: drivers/gpu/drm/i2c/tda998x_drv.c
6759F: include/drm/i2c/tda998x.h
6760
fbace43e
PR
6761NXP TFA9879 DRIVER
6762M: Peter Rosin <[email protected]>
6763L: [email protected] (moderated for non-subscribers)
6764S: Maintained
6765F: sound/soc/codecs/tfa9879*
6766
f5525786 6767OMAP SUPPORT
0e24bdd4 6768M: Tony Lindgren <[email protected]>
f5525786
TL
6769L: [email protected]
6770W: http://www.muru.com/linux/omap/
6771W: http://linux.omap.com/
8a6e2535 6772Q: http://patchwork.kernel.org/project/linux-omap/list/
30bd0129 6773T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
f5525786 6774S: Maintained
4e04d5a3 6775F: arch/arm/*omap*/
046d0a37 6776F: drivers/i2c/busses/i2c-omap.c
dc68cd11
FB
6777F: drivers/irqchip/irq-omap-intc.c
6778F: drivers/mfd/*omap*.c
6779F: drivers/mfd/menelaus.c
6780F: drivers/mfd/palmas.c
6781F: drivers/mfd/tps65217.c
6782F: drivers/mfd/tps65218.c
6783F: drivers/mfd/tps65910.c
6784F: drivers/mfd/twl-core.[ch]
6785F: drivers/mfd/twl4030*.c
6786F: drivers/mfd/twl6030*.c
6787F: drivers/mfd/twl6040*.c
6788F: drivers/regulator/palmas-regulator*.c
6789F: drivers/regulator/pbias-regulator.c
6790F: drivers/regulator/tps65217-regulator.c
6791F: drivers/regulator/tps65218-regulator.c
6792F: drivers/regulator/tps65910-regulator.c
6793F: drivers/regulator/twl-regulator.c
046d0a37 6794F: include/linux/i2c-omap.h
f5525786 6795
50f29fbd 6796OMAP DEVICE TREE SUPPORT
cdb55ab0 6797M: Benoît Cousson <[email protected]>
50f29fbd
TL
6798M: Tony Lindgren <[email protected]>
6799L: [email protected]
d0fb18c5 6800L: [email protected]
50f29fbd
TL
6801S: Maintained
6802F: arch/arm/boot/dts/*omap*
6803F: arch/arm/boot/dts/*am3*
05eb20fa
NM
6804F: arch/arm/boot/dts/*am4*
6805F: arch/arm/boot/dts/*am5*
6806F: arch/arm/boot/dts/*dra7*
50f29fbd 6807
f5525786 6808OMAP CLOCK FRAMEWORK SUPPORT
8b58be88 6809M: Paul Walmsley <[email protected]>
f5525786
TL
6810L: [email protected]
6811S: Maintained
6812F: arch/arm/*omap*/*clock*
6813
6814OMAP POWER MANAGEMENT SUPPORT
c69d72ae 6815M: Kevin Hilman <[email protected]>
f5525786
TL
6816L: [email protected]
6817S: Maintained
6818F: arch/arm/*omap*/*pm*
c46938d4 6819F: drivers/cpufreq/omap-cpufreq.c
f5525786 6820
d21db568 6821OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
692ab1f3
PW
6822M: Rajendra Nayak <[email protected]>
6823M: Paul Walmsley <[email protected]>
6824L: [email protected]
6825S: Maintained
d21db568 6826F: arch/arm/mach-omap2/prm*
692ab1f3 6827
f5525786 6828OMAP AUDIO SUPPORT
6c284903 6829M: Peter Ujfalusi <[email protected]>
7ec41ee5 6830M: Jarkko Nikula <[email protected]>
f5525786
TL
6831L: [email protected] (subscribers-only)
6832L: [email protected]
6833S: Maintained
6834F: sound/soc/omap/
6835
18640193
TL
6836OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6837M: Roger Quadros <[email protected]>
6838M: Tony Lindgren <[email protected]>
6839L: [email protected]
6840S: Maintained
6841F: drivers/memory/omap-gpmc.c
6842F: arch/arm/mach-omap2/*gpmc*
6843
f5525786 6844OMAP FRAMEBUFFER SUPPORT
830e6384 6845M: Tomi Valkeinen <[email protected]>
c69f677c 6846L: [email protected]
f5525786
TL
6847L: [email protected]
6848S: Maintained
8a61f013 6849F: drivers/video/fbdev/omap/
f5525786 6850
676eec0d 6851OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
830e6384 6852M: Tomi Valkeinen <[email protected]>
178ff4c9 6853L: [email protected]
676eec0d 6854L: [email protected]
178ff4c9 6855S: Maintained
8a61f013 6856F: drivers/video/fbdev/omap2/
178ff4c9
TV
6857F: Documentation/arm/OMAP/DSS
6858
8b37fcfc
OBC
6859OMAP HARDWARE SPINLOCK SUPPORT
6860M: Ohad Ben-Cohen <[email protected]>
6861L: [email protected]
6862S: Maintained
6863F: drivers/hwspinlock/omap_hwspinlock.c
6864F: arch/arm/mach-omap2/hwspinlock.c
6865
f5525786 6866OMAP MMC SUPPORT
8b58be88 6867M: Jarkko Lavinen <[email protected]>
f5525786
TL
6868L: [email protected]
6869S: Maintained
653f41b5
MC
6870F: drivers/mmc/host/omap.c
6871
6872OMAP HS MMC SUPPORT
0a4585c6 6873L: [email protected]
653f41b5 6874L: [email protected]
dfa5d196 6875S: Orphan
653f41b5 6876F: drivers/mmc/host/omap_hsmmc.c
f5525786
TL
6877
6878OMAP RANDOM NUMBER GENERATOR SUPPORT
8b58be88 6879M: Deepak Saxena <[email protected]>
f5525786
TL
6880S: Maintained
6881F: drivers/char/hw_random/omap-rng.c
6882
f400c82e 6883OMAP HWMOD SUPPORT
cdb55ab0 6884M: Benoît Cousson <[email protected]>
f400c82e
PW
6885M: Paul Walmsley <[email protected]>
6886L: [email protected]
6887S: Maintained
8fc8b12b 6888F: arch/arm/mach-omap2/omap_hwmod.*
f400c82e
PW
6889
6890OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
cdb55ab0 6891M: Benoît Cousson <[email protected]>
f400c82e
PW
6892L: [email protected]
6893S: Maintained
6894F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6895
0db83ced 6896OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7e8970e1
LP
6897M: Laurent Pinchart <[email protected]>
6898L: [email protected]
6899S: Maintained
90d72ac6 6900F: drivers/media/platform/omap3isp/
0db83ced 6901F: drivers/staging/media/omap4iss/
7e8970e1 6902
f5525786 6903OMAP USB SUPPORT
f299470a 6904M: Felipe Balbi <[email protected]>
f5525786
TL
6905L: [email protected]
6906L: [email protected]
43b416e5 6907T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
f5525786 6908S: Maintained
a16fbd65
JP
6909F: drivers/usb/*/*omap*
6910F: arch/arm/*omap*/usb*
f5525786 6911
6d994710 6912OMAP GPIO DRIVER
a1415a8f 6913M: Javier Martinez Canillas <[email protected]>
97215800 6914M: Santosh Shilimkar <[email protected]>
c69d72ae 6915M: Kevin Hilman <[email protected]>
6d994710
KH
6916L: [email protected]
6917S: Maintained
6918F: drivers/gpio/gpio-omap.c
6919
c351e290
MJ
6920OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6921M: Mark Jackson <[email protected]>
6922L: [email protected]
6923S: Maintained
6924F: arch/arm/boot/dts/am335x-nano.dts
6925
0ad122d9 6926OMFS FILESYSTEM
8b58be88 6927M: Bob Copeland <[email protected]>
0ad122d9
BC
6928L: [email protected]
6929S: Maintained
679655da
JP
6930F: Documentation/filesystems/omfs.txt
6931F: fs/omfs/
0ad122d9 6932
c1986ee9 6933OMNIKEY CARDMAN 4000 DRIVER
8b58be88 6934M: Harald Welte <[email protected]>
c1986ee9 6935S: Maintained
679655da
JP
6936F: drivers/char/pcmcia/cm4000_cs.c
6937F: include/linux/cm4000_cs.h
c117ab84 6938F: include/uapi/linux/cm4000_cs.h
c1986ee9 6939
77c44ab1 6940OMNIKEY CARDMAN 4040 DRIVER
8b58be88 6941M: Harald Welte <[email protected]>
77c44ab1 6942S: Maintained
679655da 6943F: drivers/char/pcmcia/cm4040_cs.*
77c44ab1 6944
77d5140f 6945OMNIVISION OV7670 SENSOR DRIVER
8b58be88 6946M: Jonathan Corbet <[email protected]>
661263b5 6947L: [email protected]
275ffde4 6948T: git git://linuxtv.org/media_tree.git
77d5140f 6949S: Maintained
90d72ac6 6950F: drivers/media/i2c/ov7670.c
77d5140f 6951
431bca73 6952ONENAND FLASH DRIVER
8b58be88 6953M: Kyungmin Park <[email protected]>
431bca73
TG
6954L: [email protected]
6955S: Maintained
679655da
JP
6956F: drivers/mtd/onenand/
6957F: include/linux/mtd/onenand*.h
431bca73 6958
1da177e4 6959ONSTREAM SCSI TAPE DRIVER
8b58be88 6960M: Willem Riede <[email protected]>
1da177e4
LT
6961L: [email protected]
6962L: [email protected]
6963S: Maintained
f7269cfc
JD
6964F: Documentation/scsi/osst.txt
6965F: drivers/scsi/osst.*
6966F: drivers/scsi/osst_*.h
6967F: drivers/scsi/st.h
1da177e4 6968
e2d1d6c0 6969OPENCORES I2C BUS DRIVER
8b58be88 6970M: Peter Korsgaard <[email protected]>
846557d3 6971L: [email protected]
e2d1d6c0 6972S: Maintained
679655da
JP
6973F: Documentation/i2c/busses/i2c-ocores
6974F: drivers/i2c/busses/i2c-ocores.c
e2d1d6c0 6975
860c44c1 6976OPEN FIRMWARE AND FLATTENED DEVICE TREE
19624236 6977M: Grant Likely <[email protected]>
5d3ad8a6 6978M: Rob Herring <[email protected]>
d0fb18c5 6979L: [email protected]
860c44c1 6980W: http://fdt.secretlab.ca
3bbf9b9b 6981T: git git://git.secretlab.ca/git/linux-2.6.git
860c44c1 6982S: Maintained
f8828205 6983F: drivers/of/
860c44c1 6984F: include/linux/of*.h
f8828205 6985F: scripts/dtc/
860c44c1 6986K: of_get_property
d945fa0d 6987K: of_match_table
860c44c1 6988
f8828205 6989OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
5d3ad8a6 6990M: Rob Herring <[email protected]>
f8828205
GL
6991M: Pawel Moll <[email protected]>
6992M: Mark Rutland <[email protected]>
de80963e 6993M: Ian Campbell <[email protected]>
bdbff6ba 6994M: Kumar Gala <[email protected]>
f8828205
GL
6995L: [email protected]
6996S: Maintained
6997F: Documentation/devicetree/
6998F: arch/*/boot/dts/
6999F: include/dt-bindings/
7000
19f9d392
JB
7001OPENRISC ARCHITECTURE
7002M: Jonas Bonn <[email protected]>
7003W: http://openrisc.net
eab7c1c0 7004L: [email protected] (moderated for non-subscribers)
19f9d392
JB
7005S: Maintained
7006T: git git://openrisc.net/~jonas/linux
14430813 7007F: arch/openrisc/
19f9d392 7008
ccb1352e 7009OPENVSWITCH
4f337ed5 7010M: Pravin Shelar <[email protected]>
ccb1352e
JG
7011L: [email protected]
7012W: http://openvswitch.org
4f337ed5 7013T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
ccb1352e
JG
7014S: Maintained
7015F: net/openvswitch/
7016
af39917d
CL
7017OPL4 DRIVER
7018M: Clemens Ladisch <[email protected]>
7019L: [email protected] (moderated for non-subscribers)
7020T: git git://git.alsa-project.org/alsa-kernel.git
7021S: Maintained
7022F: sound/drivers/opl4/
7023
1da177e4 7024OPROFILE
4cf7e718 7025M: Robert Richter <[email protected]>
1da177e4
LT
7026L: [email protected]
7027S: Maintained
81c4a8a6 7028F: arch/*/include/asm/oprofile*.h
679655da
JP
7029F: arch/*/oprofile/
7030F: drivers/oprofile/
7031F: include/linux/oprofile.h
1da177e4 7032
e2d1d6c0 7033ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8b58be88 7034M: Mark Fasheh <[email protected]>
d6351db2 7035M: Joel Becker <[email protected]>
e2d1d6c0
RD
7036L: [email protected] (moderated for non-subscribers)
7037W: http://oss.oracle.com/projects/ocfs2/
2191aeba 7038T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
e2d1d6c0 7039S: Supported
679655da
JP
7040F: Documentation/filesystems/ocfs2.txt
7041F: Documentation/filesystems/dlmfs.txt
7042F: fs/ocfs2/
e2d1d6c0 7043
1da177e4 7044ORINOCO DRIVER
724c6b35 7045L: [email protected]
491b26b4 7046W: http://wireless.kernel.org/en/users/Drivers/orinoco
ecffdde6 7047W: http://www.nongnu.org/orinoco/
3a59babb 7048S: Orphan
679655da 7049F: drivers/net/wireless/orinoco/
1da177e4 7050
42c55aa8 7051OSD LIBRARY and FILESYSTEM
fadc0752 7052M: Boaz Harrosh <[email protected]>
f1f6630b 7053M: Benny Halevy <[email protected]>
68274794
BH
7054L: [email protected]
7055W: http://open-osd.org
54e5881d 7056T: git git://git.open-osd.org/open-osd.git
68274794 7057S: Maintained
42c55aa8 7058F: drivers/scsi/osd/
6b6f0b6c 7059F: include/scsi/osd_*
42c55aa8 7060F: fs/exofs/
68274794 7061
ef94b186 7062OVERLAY FILESYSTEM
7c37fbda 7063M: Miklos Szeredi <[email protected]>
1d113735
MS
7064L: [email protected]
7065T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7c37fbda 7066S: Supported
1d113735 7067F: fs/overlayfs/
7c37fbda
NB
7068F: Documentation/filesystems/overlayfs.txt
7069
e2d1d6c0 7070P54 WIRELESS DRIVER
084cb0fe 7071M: Christian Lamparter <[email protected]>
e2d1d6c0 7072L: [email protected]
084cb0fe 7073W: http://wireless.kernel.org/en/users/Drivers/p54
e2d1d6c0 7074S: Maintained
679655da 7075F: drivers/net/wireless/p54/
e2d1d6c0 7076
f5cd7872 7077PA SEMI ETHERNET DRIVER
8b58be88 7078M: Olof Johansson <[email protected]>
f5cd7872
OJ
7079L: [email protected]
7080S: Maintained
ded19add 7081F: drivers/net/ethernet/pasemi/*
f5cd7872 7082
beb58aa3 7083PA SEMI SMBUS DRIVER
8b58be88 7084M: Olof Johansson <[email protected]>
846557d3 7085L: [email protected]
beb58aa3 7086S: Maintained
679655da 7087F: drivers/i2c/busses/i2c-pasemi.c
beb58aa3 7088
48fc267e
SK
7089PADATA PARALLEL EXECUTION MECHANISM
7090M: Steffen Klassert <[email protected]>
48fc267e
SK
7091L: [email protected]
7092S: Maintained
7093F: kernel/padata.c
7094F: include/linux/padata.h
7095F: Documentation/padata.txt
7096
709ee531 7097PANASONIC LAPTOP ACPI EXTRAS DRIVER
8b58be88 7098M: Harald Welte <[email protected]>
d0944853 7099L: [email protected]
709ee531 7100S: Maintained
679655da 7101F: drivers/platform/x86/panasonic-laptop.c
709ee531 7102
368dd5ac 7103PANASONIC MN10300/AM33/AM34 PORT
8b58be88
JP
7104M: David Howells <[email protected]>
7105M: Koichi Yasutake <[email protected]>
4fa97181
DH
7106L: [email protected] (moderated for non-subscribers)
7107W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7108S: Maintained
679655da
JP
7109F: Documentation/mn10300/
7110F: arch/mn10300/
4fa97181 7111
1da177e4 7112PARALLEL PORT SUPPORT
3dd1a329 7113L: [email protected] (subscribers-only)
5fdc2abe 7114S: Orphan
679655da
JP
7115F: drivers/parport/
7116F: include/linux/parport*.h
7117F: drivers/char/ppdev.c
c117ab84 7118F: include/uapi/linux/ppdev.h
1da177e4 7119
4cdf6bc2 7120PARAVIRT_OPS INTERFACE
d633180c 7121M: Jeremy Fitzhardinge <[email protected]>
8b58be88
JP
7122M: Chris Wright <[email protected]>
7123M: Alok Kataria <[email protected]>
7124M: Rusty Russell <[email protected]>
c996d8b9 7125L: [email protected]
4cdf6bc2 7126S: Supported
679655da
JP
7127F: Documentation/ia64/paravirt_ops.txt
7128F: arch/*/kernel/paravirt*
7129F: arch/*/include/asm/paravirt.h
4cdf6bc2 7130
e2d1d6c0 7131PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8b58be88 7132M: Tim Waugh <[email protected]>
e2d1d6c0
RD
7133L: [email protected] (subscribers-only)
7134W: http://www.torque.net/linux-pp.html
7135S: Maintained
679655da
JP
7136F: Documentation/blockdev/paride.txt
7137F: drivers/block/paride/
e2d1d6c0
RD
7138
7139PARISC ARCHITECTURE
b8828770 7140M: "James E.J. Bottomley" <[email protected]>
b38a03b8 7141M: Helge Deller <[email protected]>
e2d1d6c0
RD
7142L: [email protected]
7143W: http://www.parisc-linux.org/
8a6e2535 7144Q: http://patchwork.kernel.org/project/linux-parisc/list/
08deed1e 7145T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
fbb46caa 7146T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
e2d1d6c0 7147S: Maintained
679655da 7148F: arch/parisc/
2b6bac9e 7149F: Documentation/parisc/
679655da 7150F: drivers/parisc/
2b6bac9e
HD
7151F: drivers/char/agp/parisc-agp.c
7152F: drivers/input/serio/gscps2.c
7153F: drivers/parport/parport_gsc.*
7154F: drivers/tty/serial/8250/8250_gsc.c
8a61f013 7155F: drivers/video/fbdev/sti*
2b6bac9e
HD
7156F: drivers/video/console/sti*
7157F: drivers/video/logo/logo_parisc*
e2d1d6c0 7158
1662d32c 7159PC87360 HARDWARE MONITORING DRIVER
8b58be88 7160M: Jim Cromie <[email protected]>
1662d32c
JC
7161L: [email protected]
7162S: Maintained
679655da
JP
7163F: Documentation/hwmon/pc87360
7164F: drivers/hwmon/pc87360.c
1662d32c
JC
7165
7166PC8736x GPIO DRIVER
8b58be88 7167M: Jim Cromie <[email protected]>
1662d32c 7168S: Maintained
679655da 7169F: drivers/char/pc8736x_gpio.c
1662d32c 7170
1ad107fd 7171PC87427 HARDWARE MONITORING DRIVER
7c81c60f 7172M: Jean Delvare <[email protected]>
1ad107fd
JD
7173L: [email protected]
7174S: Maintained
7175F: Documentation/hwmon/pc87427
7176F: drivers/hwmon/pc87427.c
7177
b26e0ed4 7178PCA9532 LED DRIVER
8b58be88 7179M: Riku Voipio <[email protected]>
b26e0ed4 7180S: Maintained
d5ca6918
JP
7181F: drivers/leds/leds-pca9532.c
7182F: include/linux/leds-pca9532.h
b26e0ed4 7183
5ce914a8 7184PCA9541 I2C BUS MASTER SELECTOR DRIVER
ca462085 7185M: Guenter Roeck <[email protected]>
5ce914a8
GR
7186L: [email protected]
7187S: Maintained
b4f0b74e 7188F: drivers/i2c/muxes/i2c-mux-pca9541.c
5ce914a8 7189
3971dae5 7190PCDP - PRIMARY CONSOLE AND DEBUG PORT
055e72fe 7191M: Khalid Aziz <[email protected]>
3971dae5
KA
7192S: Maintained
7193F: drivers/firmware/pcdp.*
7194
065c6359 7195PCI ERROR RECOVERY
6305902c 7196M: Linas Vepstas <[email protected]>
c1f69db7 7197L: [email protected]
065c6359 7198S: Supported
679655da 7199F: Documentation/PCI/pci-error-recovery.txt
065c6359 7200
1da177e4 7201PCI SUBSYSTEM
5ac3a6d2 7202M: Bjorn Helgaas <[email protected]>
2905474d 7203L: [email protected]
99662dd1 7204Q: http://patchwork.ozlabs.org/project/linux-pci/list/
c0233ed4 7205T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
1da177e4 7206S: Supported
679655da
JP
7207F: Documentation/PCI/
7208F: drivers/pci/
7209F: include/linux/pci*
6b49ee49 7210F: arch/x86/pci/
cad01f91 7211F: arch/x86/kernel/quirks.c
1da177e4 7212
5f6b6ccd
TI
7213PCI DRIVER FOR APPLIEDMICRO XGENE
7214M: Tanmay Inamdar <[email protected]>
7215L: [email protected]
7216L: [email protected]
7217S: Maintained
7218F: Documentation/devicetree/bindings/pci/xgene-pci.txt
7219F: drivers/pci/host/pci-xgene.c
7220
62d0ff83
ML
7221PCI DRIVER FOR FREESCALE LAYERSCAPE
7222M: Minghuan Lian <[email protected]>
7223M: Mingkai Hu <[email protected]>
7224M: Roy Zang <[email protected]>
7225L: [email protected]
7226L: [email protected]
7227L: [email protected]
7228S: Maintained
7229F: drivers/pci/host/*layerscape*
7230
f0b75693
BH
7231PCI DRIVER FOR IMX6
7232M: Richard Zhu <[email protected]>
1ba55f55 7233M: Lucas Stach <[email protected]>
f0b75693
BH
7234L: [email protected]
7235L: [email protected] (moderated for non-subscribers)
7236S: Maintained
7237F: drivers/pci/host/*imx6*
7238
0c4ffcfe
MK
7239PCI DRIVER FOR TI KEYSTONE
7240M: Murali Karicheri <[email protected]>
7241L: [email protected]
7242L: [email protected] (moderated for non-subscribers)
7243S: Maintained
7244F: drivers/pci/host/*keystone*
7245
f0b75693
BH
7246PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7247M: Thomas Petazzoni <[email protected]>
7248M: Jason Cooper <[email protected]>
7249L: [email protected]
7250L: [email protected] (moderated for non-subscribers)
7251S: Maintained
7252F: drivers/pci/host/*mvebu*
7253
0447cfd7
TR
7254PCI DRIVER FOR NVIDIA TEGRA
7255M: Thierry Reding <[email protected]>
7256L: [email protected]
f0b75693 7257L: [email protected]
0447cfd7
TR
7258S: Supported
7259F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7260F: drivers/pci/host/pci-tegra.c
7261
47ff3de9
KVA
7262PCI DRIVER FOR TI DRA7XX
7263M: Kishon Vijay Abraham I <[email protected]>
7264L: [email protected]
7265L: [email protected]
7266S: Supported
7267F: Documentation/devicetree/bindings/pci/ti-pci.txt
7268F: drivers/pci/host/pci-dra7xx.c
7269
f0b75693
BH
7270PCI DRIVER FOR RENESAS R-CAR
7271M: Simon Horman <[email protected]>
7272L: [email protected]
7273L: [email protected]
7274S: Maintained
7275F: drivers/pci/host/*rcar*
7276
4af82255
JH
7277PCI DRIVER FOR SAMSUNG EXYNOS
7278M: Jingoo Han <[email protected]>
7279L: [email protected]
f0b75693
BH
7280L: [email protected] (moderated for non-subscribers)
7281L: [email protected] (moderated for non-subscribers)
4af82255
JH
7282S: Maintained
7283F: drivers/pci/host/pci-exynos.c
7284
f0b75693
BH
7285PCI DRIVER FOR SYNOPSIS DESIGNWARE
7286M: Mohit Kumar <[email protected]>
7287M: Jingoo Han <[email protected]>
7288L: [email protected]
7289S: Maintained
7290F: drivers/pci/host/*designware*
7291
cf28855b
WD
7292PCI DRIVER FOR GENERIC OF HOSTS
7293M: Will Deacon <[email protected]>
7294L: [email protected]
7295L: [email protected] (moderated for non-subscribers)
7296S: Maintained
7297F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
7298F: drivers/pci/host/pci-host-generic.c
7299
51b66a6c
PA
7300PCIE DRIVER FOR ST SPEAR13XX
7301M: Mohit Kumar <[email protected]>
7302L: [email protected]
7303S: Maintained
7304F: drivers/pci/host/*spear*
7305
1da177e4 7306PCMCIA SUBSYSTEM
4230dfc9 7307P: Linux PCMCIA Team
f5df5881 7308L: [email protected]
6650e0a5 7309W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
54e5881d 7310T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 7311S: Maintained
679655da
JP
7312F: Documentation/pcmcia/
7313F: drivers/pcmcia/
7314F: include/pcmcia/
1da177e4
LT
7315
7316PCNET32 NETWORK DRIVER
227fb925 7317M: Don Fry <[email protected]>
979b6c13 7318L: [email protected]
1da177e4 7319S: Maintained
b955f6ca 7320F: drivers/net/ethernet/amd/pcnet32.c
1da177e4 7321
48fc267e
SK
7322PCRYPT PARALLEL CRYPTO ENGINE
7323M: Steffen Klassert <[email protected]>
7324L: [email protected]
7325S: Maintained
7326F: crypto/pcrypt.c
7327F: include/crypto/pcrypt.h
7328
e72df0b8
TH
7329PER-CPU MEMORY ALLOCATOR
7330M: Tejun Heo <[email protected]>
7331M: Christoph Lameter <[email protected]>
e72df0b8
TH
7332T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7333S: Maintained
7334F: include/linux/percpu*.h
7335F: mm/percpu*.c
7336F: arch/*/include/asm/percpu.h
7337
ad4ecbcb 7338PER-TASK DELAY ACCOUNTING
185e595f 7339M: Balbir Singh <[email protected]>
ad4ecbcb 7340S: Maintained
679655da
JP
7341F: include/linux/delayacct.h
7342F: kernel/delayacct.c
ad4ecbcb 7343
57c0c15b 7344PERFORMANCE EVENTS SUBSYSTEM
8b58be88
JP
7345M: Peter Zijlstra <[email protected]>
7346M: Paul Mackerras <[email protected]>
dd9b238c 7347M: Ingo Molnar <[email protected]>
f80c5393 7348M: Arnaldo Carvalho de Melo <[email protected]>
981c3a4f 7349L: [email protected]
75fc2d37 7350T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6c0b3244 7351S: Supported
d53e8365 7352F: kernel/events/*
a003236c 7353F: include/linux/perf_event.h
c117ab84 7354F: include/uapi/linux/perf_event.h
141c4296
RR
7355F: arch/*/kernel/perf_event*.c
7356F: arch/*/kernel/*/perf_event*.c
7357F: arch/*/kernel/*/*/perf_event*.c
a003236c 7358F: arch/*/include/asm/perf_event.h
a003236c
VL
7359F: arch/*/kernel/perf_callchain.c
7360F: tools/perf/
6c0b3244 7361
dd49d0f5 7362PERSONALITY HANDLING
8b58be88 7363M: Christoph Hellwig <[email protected]>
dd49d0f5
JC
7364L: [email protected]
7365S: Maintained
679655da 7366F: include/linux/personality.h
c117ab84 7367F: include/uapi/linux/personality.h
dd49d0f5 7368
838e7a03 7369PHONET PROTOCOL
2a06b40f 7370M: Remi Denis-Courmont <[email protected]>
838e7a03
RDC
7371S: Supported
7372F: Documentation/networking/phonet.txt
7373F: include/linux/phonet.h
7374F: include/net/phonet/
c117ab84 7375F: include/uapi/linux/phonet.h
838e7a03
RDC
7376F: net/phonet/
7377
1da177e4 7378PHRAM MTD DRIVER
8b58be88 7379M: Joern Engel <[email protected]>
1da177e4
LT
7380L: [email protected]
7381S: Maintained
679655da 7382F: drivers/mtd/devices/phram.c
1da177e4 7383
efdbb10e
BP
7384PICOLCD HID DRIVER
7385M: Bruno Prémont <[email protected]>
7386L: [email protected]
7387S: Maintained
7388F: drivers/hid/hid-picolcd*
7389
a53bfa07
JI
7390PICOXCELL SUPPORT
7391M: Jamie Iles <[email protected]>
7392L: [email protected] (moderated for non-subscribers)
7393T: git git://github.com/jamieiles/linux-2.6-ji.git
7394S: Supported
b8733987 7395F: arch/arm/boot/dts/picoxcell*
14430813 7396F: arch/arm/mach-picoxcell/
b8733987 7397F: drivers/crypto/picoxcell*
a53bfa07 7398
2744e8af
LW
7399PIN CONTROL SUBSYSTEM
7400M: Linus Walleij <[email protected]>
c11f042b 7401L: [email protected]
2744e8af 7402S: Maintained
07f29ba6 7403F: drivers/pinctrl/
8e406fe4 7404F: include/linux/pinctrl/
2744e8af 7405
2201bbb8
JCPV
7406PIN CONTROLLER - ATMEL AT91
7407M: Jean-Christophe Plagniol-Villard <[email protected]>
7408L: [email protected] (moderated for non-subscribers)
7409S: Maintained
c654b6bf 7410F: drivers/pinctrl/pinctrl-at91.*
2201bbb8 7411
cbd1b652
MW
7412PIN CONTROLLER - INTEL
7413M: Mika Westerberg <[email protected]>
7414M: Heikki Krogerus <[email protected]>
7415S: Maintained
7416F: drivers/pinctrl/intel/
2201bbb8 7417
9963b536
LP
7418PIN CONTROLLER - RENESAS
7419M: Laurent Pinchart <[email protected]>
7420L: [email protected]
7421S: Maintained
7422F: drivers/pinctrl/sh-pfc/
7423
b75e60d6 7424PIN CONTROLLER - SAMSUNG
fea685e9 7425M: Tomasz Figa <[email protected]>
b75e60d6
DA
7426M: Thomas Abraham <[email protected]>
7427L: [email protected] (moderated for non-subscribers)
7428L: [email protected] (moderated for non-subscribers)
7429S: Maintained
9b5b33f6 7430F: drivers/pinctrl/samsung/
b75e60d6 7431
deda8287 7432PIN CONTROLLER - ST SPEAR
8e406fe4 7433M: Viresh Kumar <[email protected]>
deda8287
VK
7434L: [email protected]
7435L: [email protected] (moderated for non-subscribers)
7436W: http://www.st.com/spear
7437S: Maintained
8e406fe4 7438F: drivers/pinctrl/spear/
deda8287 7439
249a6771 7440PKTCDVD DRIVER
dbd47133 7441M: Jiri Kosina <[email protected]>
249a6771 7442S: Maintained
679655da
JP
7443F: drivers/block/pktcdvd.c
7444F: include/linux/pktcdvd.h
c117ab84 7445F: include/uapi/linux/pktcdvd.h
249a6771 7446
b31d8273
G
7447PKUNITY SOC DRIVERS
7448M: Guan Xuetao <[email protected]>
7449W: http://mprc.pku.edu.cn/~guanxuetao/linux
7450S: Maintained
ceebf4d5 7451T: git git://github.com/gxt/linux.git
b31d8273 7452F: drivers/input/serio/i8042-unicore32io.h
d10e4a66 7453F: drivers/i2c/busses/i2c-puv3.c
8a61f013 7454F: drivers/video/fbdev/fb-puv3.c
2809e80b 7455F: drivers/rtc/rtc-puv3.c
b31d8273 7456
9d2ecfb7 7457PMBUS HARDWARE MONITORING DRIVERS
ca462085 7458M: Guenter Roeck <[email protected]>
9d2ecfb7
GR
7459L: [email protected]
7460W: http://www.lm-sensors.org/
7461W: http://www.roeck-us.net/linux/drivers/
7462T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7463S: Maintained
7464F: Documentation/hwmon/pmbus
7465F: drivers/hwmon/pmbus/
7466F: include/linux/i2c/pmbus.h
7467
89a36810 7468PMC SIERRA MaxRAID DRIVER
076cfaae 7469M: Anil Ravindranath <[email protected]>
89a36810
AR
7470L: [email protected]
7471W: http://www.pmc-sierra.com/
7472S: Supported
7473F: drivers/scsi/pmcraid.*
7474
dbf9bfe6 7475PMC SIERRA PM8001 DRIVER
4f0e359c 7476M: [email protected]
dbf9bfe6 7477M: [email protected]
f5a7b525 7478L: [email protected]
dbf9bfe6 7479L: [email protected]
7480S: Supported
7481F: drivers/scsi/pm8001/
7482
1da177e4 7483POSIX CLOCKS and TIMERS
8b58be88 7484M: Thomas Gleixner <[email protected]>
981c3a4f 7485L: [email protected]
75fc2d37 7486T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5cee9645 7487S: Maintained
679655da
JP
7488F: fs/timerfd.c
7489F: include/linux/timer*
5cee9645 7490F: kernel/time/*timer*
1da177e4 7491
3be86148 7492POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
ad8464a2 7493M: Sebastian Reichel <[email protected]>
57318935 7494M: Dmitry Eremin-Solenikov <[email protected]>
8b58be88 7495M: David Woodhouse <[email protected]>
ad8464a2 7496L: [email protected]
54e5881d 7497T: git git://git.infradead.org/battery-2.6.git
3be86148 7498S: Maintained
679655da 7499F: include/linux/power_supply.h
8cd725a1 7500F: drivers/power/
3be86148 7501
1da177e4 7502PNP SUPPORT
46a1f21a 7503M: Rafael J. Wysocki <[email protected]>
1da177e4 7504S: Maintained
679655da 7505F: drivers/pnp/
1da177e4 7506
999445d4 7507PNXxxxx I2C DRIVER
8b58be88 7508M: Vitaly Wool <[email protected]>
846557d3 7509L: [email protected]
999445d4 7510S: Maintained
679655da 7511F: drivers/i2c/busses/i2c-pnx.c
999445d4 7512
1da177e4 7513PPP PROTOCOL DRIVERS AND COMPRESSORS
8b58be88 7514M: Paul Mackerras <[email protected]>
1da177e4
LT
7515L: [email protected]
7516S: Maintained
224cf5ad 7517F: drivers/net/ppp/ppp_*
1da177e4
LT
7518
7519PPP OVER ATM (RFC 2364)
8b58be88 7520M: Mitchell Blank Jr <[email protected]>
1da177e4 7521S: Maintained
679655da 7522F: net/atm/pppoatm.c
c117ab84 7523F: include/uapi/linux/atmppp.h
1da177e4
LT
7524
7525PPP OVER ETHERNET
8b58be88 7526M: Michal Ostrowski <[email protected]>
1da177e4 7527S: Maintained
224cf5ad
JK
7528F: drivers/net/ppp/pppoe.c
7529F: drivers/net/ppp/pppox.c
1da177e4 7530
a6d2370b 7531PPP OVER L2TP
8b58be88 7532M: James Chapman <[email protected]>
a6d2370b 7533S: Maintained
90ca28d1 7534F: net/l2tp/l2tp_ppp.c
679655da 7535F: include/linux/if_pppol2tp.h
c117ab84 7536F: include/uapi/linux/if_pppol2tp.h
a6d2370b 7537
eae9d2ba 7538PPS SUPPORT
8b58be88 7539M: Rodolfo Giometti <[email protected]>
eae9d2ba
RG
7540W: http://wiki.enneenne.com/index.php/LinuxPPS_support
7541L: [email protected] (subscribers-only)
7542S: Maintained
cabaaf41
JP
7543F: Documentation/pps/
7544F: drivers/pps/
7545F: include/linux/pps*.h
eae9d2ba 7546
71a6d0af
HW
7547PPTP DRIVER
7548M: Dmitry Kozlov <[email protected]>
7549L: [email protected]
7550S: Maintained
224cf5ad 7551F: drivers/net/ppp/pptp.c
71a6d0af
HW
7552W: http://sourceforge.net/projects/accel-pptp
7553
1da177e4 7554PREEMPTIBLE KERNEL
8b58be88 7555M: Robert Love <[email protected]>
1da177e4
LT
7556L: [email protected]
7557W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7558S: Supported
679655da
JP
7559F: Documentation/preempt-locking.txt
7560F: include/linux/preempt.h
1da177e4
LT
7561
7562PRISM54 WIRELESS DRIVER
8b58be88 7563M: "Luis R. Rodriguez" <[email protected]>
724c6b35 7564L: [email protected]
9ef80804 7565W: http://wireless.kernel.org/en/users/Drivers/p54
1d89cae1 7566S: Obsolete
679655da 7567F: drivers/net/wireless/prism54/
1da177e4 7568
b3277dfa 7569PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
743a7ecb 7570M: Mikael Pettersson <[email protected]>
b3277dfa
MP
7571L: [email protected]
7572S: Maintained
679655da 7573F: drivers/ata/sata_promise.*
b3277dfa 7574
02c18891 7575PS3 NETWORK SUPPORT
b809b9ca 7576M: Geoff Levand <[email protected]>
02c18891 7577L: [email protected]
a4724ed6 7578L: [email protected]
b809b9ca 7579S: Maintained
8df158ac 7580F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
02c18891 7581
f58a9d17 7582PS3 PLATFORM SUPPORT
b809b9ca 7583M: Geoff Levand <[email protected]>
a4724ed6
SR
7584L: [email protected]
7585L: [email protected]
b809b9ca 7586S: Maintained
679655da
JP
7587F: arch/powerpc/boot/ps3*
7588F: arch/powerpc/include/asm/lv1call.h
7589F: arch/powerpc/include/asm/ps3*.h
7590F: arch/powerpc/platforms/ps3/
7591F: drivers/*/ps3*
7592F: drivers/ps3/
fec629b8 7593F: drivers/rtc/rtc-ps3.c
679655da 7594F: drivers/usb/host/*ps3.c
fec629b8 7595F: sound/ppc/snd_ps3*
f58a9d17 7596
cffb4add 7597PS3VRAM DRIVER
8b58be88 7598M: Jim Paris <[email protected]>
a4724ed6 7599L: [email protected]
cffb4add 7600S: Maintained
8a3977cb 7601F: drivers/block/ps3vram.c
cffb4add 7602
8defe599 7603PSTORE FILESYSTEM
9d5e2a02 7604M: Anton Vorontsov <[email protected]>
8defe599
AV
7605M: Colin Cross <[email protected]>
7606M: Kees Cook <[email protected]>
7607M: Tony Luck <[email protected]>
7608S: Maintained
7609T: git git://git.infradead.org/users/cbou/linux-pstore.git
7610F: fs/pstore/
7611F: include/linux/pstore*
04851772 7612F: drivers/firmware/efi/efi-pstore.c
8defe599
AV
7613F: drivers/acpi/apei/erst.c
7614
7fbc415d
RC
7615PTP HARDWARE CLOCK SUPPORT
7616M: Richard Cochran <[email protected]>
e7333e3c 7617L: [email protected]
7fbc415d
RC
7618S: Maintained
7619W: http://linuxptp.sourceforge.net/
7620F: Documentation/ABI/testing/sysfs-ptp
7621F: Documentation/ptp/*
0ecb3cdd 7622F: drivers/net/ethernet/freescale/gianfar_ptp.c
7fbc415d
RC
7623F: drivers/net/phy/dp83640*
7624F: drivers/ptp/*
7625F: include/linux/ptp_cl*
7626
cf94a4d1 7627PTRACE SUPPORT
e846ee5f 7628M: Roland McGrath <[email protected]>
8b58be88 7629M: Oleg Nesterov <[email protected]>
cf94a4d1
CH
7630S: Maintained
7631F: include/asm-generic/syscall.h
7632F: include/linux/ptrace.h
7633F: include/linux/regset.h
7634F: include/linux/tracehook.h
c117ab84 7635F: include/uapi/linux/ptrace.h
cf94a4d1
CH
7636F: kernel/ptrace.c
7637
8320204a 7638PVRUSB2 VIDEO4LINUX DRIVER
8b58be88 7639M: Mike Isely <[email protected]>
16e9495d 7640L: [email protected] (subscribers-only)
661263b5 7641L: [email protected]
8320204a 7642W: http://www.isely.net/pvrusb2/
275ffde4 7643T: git git://linuxtv.org/media_tree.git
8320204a 7644S: Maintained
679655da 7645F: Documentation/video4linux/README.pvrusb2
0c0d06ca 7646F: drivers/media/usb/pvrusb2/
8320204a 7647
39532e6c
HG
7648PWC WEBCAM DRIVER
7649M: Hans de Goede <[email protected]>
7650L: [email protected]
7651T: git git://linuxtv.org/media_tree.git
7652S: Maintained
7653F: drivers/media/usb/pwc/*
7654
93c090b3
KD
7655PWM FAN DRIVER
7656M: Kamil Debski <[email protected]>
7657L: [email protected]
7658S: Supported
7659F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7660F: Documentation/hwmon/pwm-fan
7661F: drivers/hwmon/pwm-fan.c
7662
200efedd 7663PWM SUBSYSTEM
aa3495f7
TR
7664M: Thierry Reding <[email protected]>
7665L: [email protected]
0c2498f1 7666S: Maintained
006e854f 7667T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
200efedd
TR
7668F: Documentation/pwm.txt
7669F: Documentation/devicetree/bindings/pwm/
7670F: include/linux/pwm.h
0c2498f1 7671F: drivers/pwm/
a140b98d
TR
7672F: drivers/video/backlight/pwm_bl.c
7673F: include/linux/pwm_backlight.h
0c2498f1 7674
30ec261e 7675PXA2xx/PXA3xx SUPPORT
8da5e302 7676M: Daniel Mack <[email protected]>
a323f664 7677M: Haojian Zhuang <[email protected]>
8da5e302 7678M: Robert Jarzmik <[email protected]>
efc03ecb 7679L: [email protected] (moderated for non-subscribers)
3f640c61 7680T: git git://github.com/hzhuang1/linux.git
8da5e302 7681T: git git://github.com/rjarzmik/linux.git
1da177e4 7682S: Maintained
679655da
JP
7683F: arch/arm/mach-pxa/
7684F: drivers/pcmcia/pxa2xx*
9df92e6c 7685F: drivers/spi/spi-pxa2xx*
faf2e1db 7686F: drivers/usb/gadget/udc/pxa2*
679655da 7687F: include/sound/pxa2xx-lib.h
bec4c99e 7688F: sound/arm/pxa*
14430813 7689F: sound/soc/pxa/
1da177e4 7690
ec64d3bf
EG
7691PXA3xx NAND FLASH DRIVER
7692M: Ezequiel Garcia <[email protected]>
7693L: [email protected]
7694S: Maintained
9a67f099 7695F: drivers/mtd/nand/pxa3xx_nand.c
ec64d3bf 7696
3f640c61 7697MMP SUPPORT
8b58be88 7698M: Eric Miao <[email protected]>
a323f664 7699M: Haojian Zhuang <[email protected]>
e8e6cb32 7700L: [email protected] (moderated for non-subscribers)
3f640c61
HZ
7701T: git git://github.com/hzhuang1/linux.git
7702T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
e8e6cb32 7703S: Maintained
3f640c61 7704F: arch/arm/mach-mmp/
e8e6cb32 7705
272f133a
PO
7706PXA MMCI DRIVER
7707S: Orphan
7708
57f63bc8 7709PXA RTC DRIVER
8b58be88 7710M: Robert Jarzmik <[email protected]>
57f63bc8
RJ
7711L: [email protected]
7712S: Maintained
7713
cea4001a
TS
7714QAT DRIVER
7715M: Tadeusz Struk <[email protected]>
7716L: [email protected]
7717S: Supported
7718F: drivers/crypto/qat/
7719
52a09a04 7720QIB DRIVER
8473c603 7721M: Mike Marciniszyn <[email protected]>
52a09a04
MM
7722L: [email protected]
7723S: Supported
7724F: drivers/infiniband/hw/qib/
7725
5e9772b9
JS
7726QLOGIC QLA1280 SCSI DRIVER
7727M: Michael Reed <[email protected]>
7728L: [email protected]
7729S: Maintained
7730F: drivers/scsi/qla1280.[ch]
7731
1da177e4 7732QLOGIC QLA2XXX FC-SCSI DRIVER
2c804eb0 7733M: [email protected]
1da177e4
LT
7734L: [email protected]
7735S: Supported
679655da
JP
7736F: Documentation/scsi/LICENSE.qla2xxx
7737F: drivers/scsi/qla2xxx/
1da177e4 7738
883c98fe 7739QLOGIC QLA4XXX iSCSI DRIVER
883c98fe
RA
7740M: Vikas Chaudhary <[email protected]>
7741M: [email protected]
7742L: [email protected]
7743S: Supported
bacfb81b 7744F: Documentation/scsi/LICENSE.qla4xxx
883c98fe
RA
7745F: drivers/scsi/qla4xxx/
7746
5a4faa87 7747QLOGIC QLA3XXX NETWORK DRIVER
0a955c3a 7748M: Jitendra Kalsaria <[email protected]>
8b58be88 7749M: Ron Mercer <[email protected]>
5a4faa87
RM
7750M: [email protected]
7751L: [email protected]
7752S: Supported
679655da 7753F: Documentation/networking/LICENSE.qla3xxx
aa43c215 7754F: drivers/net/ethernet/qlogic/qla3xxx.*
5a4faa87 7755
0ec00f03 7756QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
195ca382 7757M: Shahed Shaikh <[email protected]>
9f35a3cc 7758M: [email protected]
0ec00f03
AKS
7759L: [email protected]
7760S: Supported
aa43c215 7761F: drivers/net/ethernet/qlogic/qlcnic/
0ec00f03 7762
c4e84bde 7763QLOGIC QLGE 10Gb ETHERNET DRIVER
c9b1a5b5
HP
7764M: Harish Patil <[email protected]>
7765M: Sudarsana Kalluru <[email protected]>
7766M: [email protected]
4cbfbe25 7767M: [email protected]
c4e84bde
RM
7768L: [email protected]
7769S: Supported
aa43c215 7770F: drivers/net/ethernet/qlogic/qlge/
c4e84bde 7771
1da177e4 7772QNX4 FILESYSTEM
8b58be88 7773M: Anders Larsen <[email protected]>
1da177e4
LT
7774W: http://www.alarsen.net/linux/qnx4fs/
7775S: Maintained
80811493 7776F: fs/qnx4/
c117ab84
CEB
7777F: include/uapi/linux/qnx4_fs.h
7778F: include/uapi/linux/qnxtypes.h
1da177e4 7779
91952bc0
AP
7780QT1010 MEDIA DRIVER
7781M: Antti Palosaari <[email protected]>
7782L: [email protected]
7783W: http://linuxtv.org/
7784W: http://palosaari.fi/linux/
7785Q: http://patchwork.linuxtv.org/project/linux-media/list/
7786T: git git://linuxtv.org/anttip/media_tree.git
7787S: Maintained
7788F: drivers/media/tuners/qt1010*
7789
966fb5ec
SM
7790QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7791M: QCA ath9k Development <[email protected]>
7792L: [email protected]
7793L: [email protected]
7794W: http://wireless.kernel.org/en/users/Drivers/ath9k
7795S: Supported
7796F: drivers/net/wireless/ath/ath9k/
7797
2ea0ffcb
KV
7798QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7799M: Kalle Valo <[email protected]>
7800L: [email protected]
7801W: http://wireless.kernel.org/en/users/Drivers/ath10k
7802T: git git://github.com/kvalo/ath.git
7803S: Supported
7804F: drivers/net/wireless/ath/ath10k/
7805
4f4567cf
RK
7806QUALCOMM HEXAGON ARCHITECTURE
7807M: Richard Kuo <[email protected]>
7808L: [email protected]
7809S: Supported
7810F: arch/hexagon/
7811
8e84c258
EK
7812QUALCOMM WCN36XX WIRELESS DRIVER
7813M: Eugene Krasnikov <[email protected]>
7814L: [email protected]
7815W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
7816T: git git://github.com/KrasnikovEugene/wcn36xx.git
7817S: Supported
7818F: drivers/net/wireless/ath/wcn36xx/
7819
35e3540b
HV
7820QUICKCAM PARALLEL PORT WEBCAMS
7821M: Hans Verkuil <[email protected]>
7822L: [email protected]
7823T: git git://linuxtv.org/media_tree.git
7824W: http://linuxtv.org
7825S: Odd Fixes
7826F: drivers/media/parport/*-qcam*
7827
602adf40 7828RADOS BLOCK DEVICE (RBD)
09d90327
SW
7829M: Yehuda Sadeh <[email protected]>
7830M: Sage Weil <[email protected]>
527a88b9 7831M: Alex Elder <[email protected]>
602adf40 7832M: [email protected]
09d90327
SW
7833W: http://ceph.com/
7834T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
602adf40
YS
7835S: Supported
7836F: drivers/block/rbd.c
7837F: drivers/block/rbd_types.h
7838
1da177e4 7839RADEON FRAMEBUFFER DISPLAY DRIVER
8b58be88 7840M: Benjamin Herrenschmidt <[email protected]>
c69f677c 7841L: [email protected]
1da177e4 7842S: Maintained
8a61f013 7843F: drivers/video/fbdev/aty/radeon*
c117ab84 7844F: include/uapi/linux/radeonfb.h
1da177e4 7845
c6c9b34c
HG
7846RADIOSHARK RADIO DRIVER
7847M: Hans de Goede <[email protected]>
7848L: [email protected]
7849T: git git://linuxtv.org/media_tree.git
7850S: Maintained
7851F: drivers/media/radio/radio-shark.c
7852
7853RADIOSHARK2 RADIO DRIVER
7854M: Hans de Goede <[email protected]>
7855L: [email protected]
7856T: git git://linuxtv.org/media_tree.git
7857S: Maintained
7858F: drivers/media/radio/radio-shark2.c
7859F: drivers/media/radio/radio-tea5777.c
7860
1da177e4 7861RAGE128 FRAMEBUFFER DISPLAY DRIVER
8b58be88 7862M: Paul Mackerras <[email protected]>
c69f677c 7863L: [email protected]
1da177e4 7864S: Maintained
8a61f013 7865F: drivers/video/fbdev/aty/aty128fb.c
1da177e4 7866
e7839f25 7867RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627 7868P: rt2x00 project
b182427e 7869M: Stanislaw Gruszka <[email protected]>
f198f98e 7870M: Helmut Schaa <[email protected]>
95ea3627 7871L: [email protected]
83fc9c89 7872L: [email protected] (moderated for non-subscribers)
95ea3627
ID
7873W: http://rt2x00.serialmonkey.com/
7874S: Maintained
7875F: drivers/net/wireless/rt2x00/
7876
9db5579b 7877RAMDISK RAM BLOCK DEVICE DRIVER
6e575590 7878M: Nick Piggin <[email protected]>
9db5579b 7879S: Maintained
679655da
JP
7880F: Documentation/blockdev/ramdisk.txt
7881F: drivers/block/brd.c
9db5579b 7882
9e95ce27 7883RANDOM NUMBER DRIVER
0624bcaa 7884M: "Theodore Ts'o" <[email protected]>
9e95ce27 7885S: Maintained
679655da 7886F: drivers/char/random.c
9e95ce27 7887
394b701c 7888RAPIDIO SUBSYSTEM
8b58be88 7889M: Matt Porter <[email protected]>
b8bc1dd3 7890M: Alexandre Bounine <[email protected]>
394b701c 7891S: Maintained
679655da 7892F: drivers/rapidio/
394b701c 7893
e2d1d6c0 7894RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
e2d1d6c0 7895L: [email protected]
f52a5490 7896S: Orphan
679655da 7897F: drivers/net/wireless/ray*
e2d1d6c0
RD
7898
7899RCUTORTURE MODULE
e0198b29 7900M: Josh Triplett <[email protected]>
8b58be88 7901M: "Paul E. McKenney" <[email protected]>
981c3a4f 7902L: [email protected]
f9094d8e 7903S: Supported
08deed1e 7904T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
679655da 7905F: Documentation/RCU/torture.txt
34e2d560 7906F: kernel/rcu/rcutorture.c
e2d1d6c0 7907
c87b9c60
PM
7908RCUTORTURE TEST FRAMEWORK
7909M: "Paul E. McKenney" <[email protected]>
ab0afd6c 7910M: Josh Triplett <[email protected]>
4632a191
PM
7911R: Steven Rostedt <[email protected]>
7912R: Mathieu Desnoyers <[email protected]>
7913R: Lai Jiangshan <[email protected]>
981c3a4f 7914L: [email protected]
c87b9c60
PM
7915S: Supported
7916T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7917F: tools/testing/selftests/rcutorture
7918
c1f766b5 7919RDC R-321X SoC
8b58be88 7920M: Florian Fainelli <[email protected]>
c1f766b5
FF
7921S: Maintained
7922
db17f395 7923RDC R6040 FAST ETHERNET DRIVER
8b58be88 7924M: Florian Fainelli <[email protected]>
db17f395
FF
7925L: [email protected]
7926S: Maintained
58565a35 7927F: drivers/net/ethernet/rdc/r6040.c
db17f395 7928
a09ed661 7929RDS - RELIABLE DATAGRAM SOCKETS
8a85ac4b 7930M: Chien Yen <[email protected]>
fbb5a558 7931L: [email protected] (moderated for non-subscribers)
a09ed661 7932S: Supported
679655da 7933F: net/rds/
a09ed661 7934
595182bc 7935READ-COPY UPDATE (RCU)
8b58be88 7936M: "Paul E. McKenney" <[email protected]>
ab0afd6c 7937M: Josh Triplett <[email protected]>
4632a191
PM
7938R: Steven Rostedt <[email protected]>
7939R: Mathieu Desnoyers <[email protected]>
7940R: Lai Jiangshan <[email protected]>
981c3a4f 7941L: [email protected]
9fab9787 7942W: http://www.rdrop.com/users/paulmck/RCU/
595182bc 7943S: Supported
08deed1e 7944T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
f9094d8e 7945F: Documentation/RCU/
9fab9787 7946X: Documentation/RCU/torture.txt
f9094d8e 7947F: include/linux/rcu*
4102adab
PM
7948X: include/linux/srcu.h
7949F: kernel/rcu/
34e2d560 7950X: kernel/torture.c
595182bc 7951
0c86edc0 7952REAL TIME CLOCK (RTC) SUBSYSTEM
8b58be88 7953M: Alessandro Zummo <[email protected]>
76465493 7954L: [email protected]
8a6e2535 7955Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
0c86edc0 7956S: Maintained
679655da
JP
7957F: Documentation/rtc.txt
7958F: drivers/rtc/
7959F: include/linux/rtc.h
c117ab84 7960F: include/uapi/linux/rtc.h
0c86edc0 7961
0e400c53
MB
7962REALTEK AUDIO CODECS
7963M: Bard Liao <[email protected]>
7964M: Oder Chiou <[email protected]>
7965S: Maintained
7966F: sound/soc/codecs/rt*
7967F: include/sound/rt*.h
7968
1da177e4 7969REISERFS FILE SYSTEM
76c4e5ea 7970L: [email protected]
1da177e4 7971S: Supported
679655da 7972F: fs/reiserfs/
1da177e4 7973
b83a313b 7974REGISTER MAP ABSTRACTION
b02e48f2 7975M: Mark Brown <[email protected]>
dd060bc9 7976L: [email protected]
b83a313b
MB
7977T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7978S: Supported
7979F: drivers/base/regmap/
7980F: include/linux/regmap.h
7981
400e64df
OBC
7982REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7983M: Ohad Ben-Cohen <[email protected]>
6bb697b6 7984T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
400e64df
OBC
7985S: Maintained
7986F: drivers/remoteproc/
7987F: Documentation/remoteproc.txt
6fc26488 7988F: include/linux/remoteproc.h
400e64df 7989
d8115db5
OBC
7990REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7991M: Ohad Ben-Cohen <[email protected]>
7992T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7993S: Maintained
7994F: drivers/rpmsg/
7995F: Documentation/rpmsg.txt
7996F: include/linux/rpmsg.h
7997
1b0fe6be
PZ
7998RESET CONTROLLER FRAMEWORK
7999M: Philipp Zabel <[email protected]>
8000S: Maintained
8001F: drivers/reset/
8002F: Documentation/devicetree/bindings/reset/
8003F: include/linux/reset.h
8004F: include/linux/reset-controller.h
8005
e0897645 8006RFKILL
8b58be88 8007M: Johannes Berg <[email protected]>
19d337df 8008L: [email protected]
ce466579
JB
8009W: http://wireless.kernel.org/
8010T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8011T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
e0897645 8012S: Maintained
505c9247 8013F: Documentation/rfkill.txt
80811493 8014F: net/rfkill/
e0897645 8015
67e054e9
ML
8016RICOH SMARTMEDIA/XD DRIVER
8017M: Maxim Levitsky <[email protected]>
8018S: Maintained
21c26f50
JP
8019F: drivers/mtd/nand/r852.c
8020F: drivers/mtd/nand/r852.h
67e054e9 8021
92634125
ML
8022RICOH R5C592 MEMORYSTICK DRIVER
8023M: Maxim Levitsky <[email protected]>
8024S: Maintained
8025F: drivers/memstick/host/r592.*
8026
27f1d2f9
SA
8027ROCCAT DRIVERS
8028M: Stefan Achatz <[email protected]>
8029W: http://sourceforge.net/projects/roccat/
8030S: Maintained
8031F: drivers/hid/hid-roccat*
8032F: include/linux/hid-roccat*
8033F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8034
4b8ac966
JP
8035ROCKER DRIVER
8036M: Jiri Pirko <[email protected]>
8037M: Scott Feldman <[email protected]>
8038L: [email protected]
8039S: Supported
8040F: drivers/net/ethernet/rocker/
8041
1da177e4
LT
8042ROCKETPORT DRIVER
8043P: Comtrol Corp.
1da177e4
LT
8044W: http://www.comtrol.com
8045S: Maintained
679655da 8046F: Documentation/serial/rocket.txt
c897401b 8047F: drivers/tty/rocket*
1da177e4 8048
7645c2f4
KC
8049ROCKETPORT EXPRESS/INFINITY DRIVER
8050M: Kevin Cernekee <[email protected]>
8051L: [email protected]
8052S: Odd Fixes
8053F: drivers/tty/serial/rp2.*
8054
1da177e4 8055ROSE NETWORK LAYER
8b58be88 8056M: Ralf Baechle <[email protected]>
1da177e4 8057L: [email protected]
d34cb28a 8058W: http://www.linux-ax25.org/
1da177e4 8059S: Maintained
679655da 8060F: include/net/rose.h
c117ab84 8061F: include/uapi/linux/rose.h
679655da 8062F: net/rose/
1da177e4 8063
91952bc0
AP
8064RTL2830 MEDIA DRIVER
8065M: Antti Palosaari <[email protected]>
8066L: [email protected]
8067W: http://linuxtv.org/
8068W: http://palosaari.fi/linux/
8069Q: http://patchwork.linuxtv.org/project/linux-media/list/
8070T: git git://linuxtv.org/anttip/media_tree.git
8071S: Maintained
8072F: drivers/media/dvb-frontends/rtl2830*
8073
27a0aacf
AP
8074RTL2832 MEDIA DRIVER
8075M: Antti Palosaari <[email protected]>
8076L: [email protected]
8077W: http://linuxtv.org/
8078W: http://palosaari.fi/linux/
8079Q: http://patchwork.linuxtv.org/project/linux-media/list/
8080T: git git://linuxtv.org/anttip/media_tree.git
8081S: Maintained
8082F: drivers/media/dvb-frontends/rtl2832*
8083
ba6e6f6e
AP
8084RTL2832_SDR MEDIA DRIVER
8085M: Antti Palosaari <[email protected]>
8086L: [email protected]
8087W: http://linuxtv.org/
8088W: http://palosaari.fi/linux/
8089Q: http://patchwork.linuxtv.org/project/linux-media/list/
8090T: git git://linuxtv.org/anttip/media_tree.git
8091S: Maintained
b4bb1c28 8092F: drivers/media/dvb-frontends/rtl2832_sdr*
ba6e6f6e 8093
59840488 8094RTL8180 WIRELESS DRIVER
605bebe2 8095L: [email protected]
491b26b4 8096W: http://wireless.kernel.org/
54e5881d 8097T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7be6ff65 8098S: Orphan
3cfeb0c3 8099F: drivers/net/wireless/rtl818x/rtl8180/
605bebe2 8100
59840488 8101RTL8187 WIRELESS DRIVER
9f0939bf 8102M: Herton Ronaldo Krzesinski <[email protected]>
8b58be88
JP
8103M: Hin-Tak Leung <[email protected]>
8104M: Larry Finger <[email protected]>
7d2c86b5 8105L: [email protected]
491b26b4 8106W: http://wireless.kernel.org/
54e5881d 8107T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7d2c86b5 8108S: Maintained
3cfeb0c3 8109F: drivers/net/wireless/rtl818x/rtl8187/
59840488 8110
3cf0c8ad
LF
8111RTL8192CE WIRELESS DRIVER
8112M: Larry Finger <[email protected]>
8113M: Chaoming Li <[email protected]>
8114L: [email protected]
491b26b4 8115W: http://wireless.kernel.org/
3cf0c8ad
LF
8116T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8117S: Maintained
8118F: drivers/net/wireless/rtlwifi/
f0b3e4b7 8119F: drivers/net/wireless/rtlwifi/rtl8192ce/
59840488 8120
9eb8ef74 8121S3 SAVAGE FRAMEBUFFER DRIVER
8b58be88 8122M: Antonino Daplas <[email protected]>
c69f677c 8123L: [email protected]
ce00f85c 8124S: Maintained
8a61f013 8125F: drivers/video/fbdev/savage/
9eb8ef74 8126
1da177e4 8127S390
8b58be88
JP
8128M: Martin Schwidefsky <[email protected]>
8129M: Heiko Carstens <[email protected]>
1da177e4 8130M: [email protected]
d58140cc 8131L: [email protected]
5238da45
HC
8132W: http://www.ibm.com/developerworks/linux/linux390/
8133S: Supported
679655da 8134F: arch/s390/
a968cd3e 8135F: drivers/s390/
3bfe6858
JN
8136F: Documentation/s390/
8137F: Documentation/DocBook/s390*
5238da45 8138
322986ca
SO
8139S390 COMMON I/O LAYER
8140M: Sebastian Ott <[email protected]>
8141M: Peter Oberparleiter <[email protected]>
8142L: [email protected]
8143W: http://www.ibm.com/developerworks/linux/linux390/
8144S: Supported
8145F: drivers/s390/cio/
8146
8147S390 DASD DRIVER
8148M: Stefan Weinhuber <[email protected]>
8149M: Stefan Haberland <[email protected]>
8150L: [email protected]
8151W: http://www.ibm.com/developerworks/linux/linux390/
8152S: Supported
8153F: drivers/s390/block/dasd*
8154F: block/partitions/ibm.c
8155
5238da45 8156S390 NETWORK DRIVERS
8b58be88
JP
8157M: Ursula Braun <[email protected]>
8158M: Frank Blaschka <[email protected]>
5238da45 8159M: [email protected]
d58140cc 8160L: [email protected]
5238da45
HC
8161W: http://www.ibm.com/developerworks/linux/linux390/
8162S: Supported
679655da 8163F: drivers/s390/net/
5238da45 8164
322986ca
SO
8165S390 PCI SUBSYSTEM
8166M: Sebastian Ott <[email protected]>
8167M: Gerald Schaefer <[email protected]>
8168L: [email protected]
8169W: http://www.ibm.com/developerworks/linux/linux390/
8170S: Supported
8171F: arch/s390/pci/
8172F: drivers/pci/hotplug/s390_pci_hpc.c
8173
feed9b62 8174S390 ZCRYPT DRIVER
5c8d0983 8175M: Ingo Tuchscherer <[email protected]>
feed9b62
FB
8176M: [email protected]
8177L: [email protected]
a968cd3e 8178W: http://www.ibm.com/developerworks/linux/linux390/
feed9b62 8179S: Supported
d5ca6918 8180F: drivers/s390/crypto/
feed9b62 8181
5238da45 8182S390 ZFCP DRIVER
d38e19d0 8183M: Steffen Maier <[email protected]>
5238da45 8184M: [email protected]
d58140cc 8185L: [email protected]
5238da45 8186W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4 8187S: Supported
679655da 8188F: drivers/s390/scsi/zfcp_*
1da177e4 8189
dd96df2c 8190S390 IUCV NETWORK LAYER
8b58be88 8191M: Ursula Braun <[email protected]>
dd96df2c
UB
8192M: [email protected]
8193L: [email protected]
8194W: http://www.ibm.com/developerworks/linux/linux390/
8195S: Supported
679655da
JP
8196F: drivers/s390/net/*iucv*
8197F: include/net/iucv/
8198F: net/iucv/
dd96df2c 8199
4dde7f75 8200S3C24XX SD/MMC Driver
8b58be88 8201M: Ben Dooks <[email protected]>
efc03ecb 8202L: [email protected] (moderated for non-subscribers)
4dde7f75 8203S: Supported
679655da 8204F: drivers/mmc/host/s3cmci.*
4dde7f75 8205
1f15a229
HV
8206SAA6588 RDS RECEIVER DRIVER
8207M: Hans Verkuil <[email protected]>
8208L: [email protected]
8209T: git git://linuxtv.org/media_tree.git
8210W: http://linuxtv.org
8211S: Odd Fixes
8212F: drivers/media/i2c/saa6588*
8213
98ed12e6 8214SAA7134 VIDEO4LINUX DRIVER
009a5410 8215M: Mauro Carvalho Chehab <[email protected]>
98ed12e6
MCC
8216L: [email protected]
8217W: http://linuxtv.org
8218T: git git://linuxtv.org/media_tree.git
8219S: Odd fixes
e42bf501 8220F: Documentation/video4linux/*.saa7134
98ed12e6
MCC
8221F: drivers/media/pci/saa7134/
8222
1da177e4 8223SAA7146 VIDEO4LINUX-2 DRIVER
566b8157 8224M: Hans Verkuil <[email protected]>
661263b5 8225L: [email protected]
275ffde4 8226T: git git://linuxtv.org/media_tree.git
1da177e4 8227S: Maintained
90d72ac6
MCC
8228F: drivers/media/common/saa7146/
8229F: drivers/media/pci/saa7146/
8230F: include/media/saa7146*
1da177e4 8231
92304a40 8232SAMSUNG LAPTOP DRIVER
5909c654 8233M: Corentin Chary <[email protected]>
92304a40
CC
8234L: [email protected]
8235S: Maintained
8236F: drivers/platform/x86/samsung-laptop.c
8237
4a109cc0 8238SAMSUNG AUDIO (ASoC) DRIVERS
250b6851 8239M: Sangbeom Kim <[email protected]>
4a109cc0
MB
8240L: [email protected] (moderated for non-subscribers)
8241S: Supported
14430813 8242F: sound/soc/samsung/
4a109cc0 8243
0d89a28b
JH
8244SAMSUNG FRAMEBUFFER DRIVER
8245M: Jingoo Han <[email protected]>
8246L: [email protected]
8247S: Maintained
8a61f013 8248F: drivers/video/fbdev/s3c-fb.c
0d89a28b 8249
f69d3a17
SK
8250SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8251M: Sangbeom Kim <[email protected]>
8252L: [email protected]
8253S: Supported
8254F: drivers/mfd/sec*.c
8255F: drivers/regulator/s2m*.c
8256F: drivers/regulator/s5m*.c
f69d3a17
SK
8257F: include/linux/mfd/samsung/
8258
038f5c4b
SN
8259SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8260M: Kyungmin Park <[email protected]>
8261M: Sylwester Nawrocki <[email protected]>
8262L: [email protected]
8263Q: https://patchwork.linuxtv.org/project/linux-media/list/
8264S: Supported
8265F: drivers/media/platform/exynos4-is/
038f5c4b 8266
6fd86ab2
SN
8267SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8268M: Sylwester Nawrocki <[email protected]>
8269L: [email protected]
8270L: [email protected] (moderated for non-subscribers)
8271S: Maintained
8272F: drivers/media/platform/s3c-camif/
8273F: include/media/s3c_camif.h
8274
b84ef24e
AH
8275SAMSUNG S5C73M3 CAMERA DRIVER
8276M: Kyungmin Park <[email protected]>
8277M: Andrzej Hajda <[email protected]>
8278L: [email protected]
8279S: Supported
8280F: drivers/media/i2c/s5c73m3/*
8281
7d459937
AH
8282SAMSUNG S5K5BAF CAMERA DRIVER
8283M: Kyungmin Park <[email protected]>
8284M: Andrzej Hajda <[email protected]>
8285L: [email protected]
8286S: Supported
8287F: drivers/media/i2c/s5k5baf.c
8288
310e39c9 8289SAMSUNG SOC CLOCK DRIVERS
fea685e9
TF
8290M: Sylwester Nawrocki <[email protected]>
8291M: Tomasz Figa <[email protected]>
310e39c9
TF
8292S: Supported
8293L: [email protected] (moderated for non-subscribers)
8294F: drivers/clk/samsung/
8295
66890ed6
BA
8296SAMSUNG SXGBE DRIVERS
8297M: Byungho An <[email protected]>
8298M: Girish K S <[email protected]>
66890ed6
BA
8299M: Vipul Pandya <[email protected]>
8300S: Supported
8301L: [email protected]
8302F: drivers/net/ethernet/samsung/sxgbe/
8303
e296cd32
KD
8304SAMSUNG USB2 PHY DRIVER
8305M: Kamil Debski <[email protected]>
8306L: [email protected]
8307S: Supported
8308F: Documentation/devicetree/bindings/phy/samsung-phy.txt
8309F: Documentation/phy/samsung-usb2.txt
8310F: drivers/phy/phy-exynos4210-usb2.c
8311F: drivers/phy/phy-exynos4x12-usb2.c
8312F: drivers/phy/phy-exynos5250-usb2.c
8313F: drivers/phy/phy-s5pv210-usb2.c
8314F: drivers/phy/phy-samsung-usb2.c
8315F: drivers/phy/phy-samsung-usb2.h
8316
ca749e2a 8317SERIAL DRIVERS
5e30bbb7 8318M: Greg Kroah-Hartman <[email protected]>
ca749e2a 8319L: [email protected]
5e30bbb7 8320S: Maintained
14430813 8321F: drivers/tty/serial/
ca749e2a 8322
aecb7b64 8323SYNOPSYS DESIGNWARE DMAC DRIVER
2d8a3b3d 8324M: Viresh Kumar <[email protected]>
337ae47c 8325M: Andy Shevchenko <[email protected]>
aecb7b64 8326S: Maintained
3d598f47 8327F: include/linux/platform_data/dma-dw.h
61a76496 8328F: drivers/dma/dw/
aecb7b64 8329
f9e37137
SJ
8330SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8331M: Seungwon Jeon <[email protected]>
8332M: Jaehoon Chung <[email protected]>
8333L: [email protected]
8334S: Maintained
8335F: include/linux/mmc/dw_mmc.h
8336F: drivers/mmc/host/dw_mmc*
8337
1db121d6
AN
8338THUNDERBOLT DRIVER
8339M: Andreas Noever <[email protected]>
8340S: Maintained
8341F: drivers/thunderbolt/
8342
9222d247 8343TIMEKEEPING, CLOCKSOURCE CORE, NTP
50363737 8344M: John Stultz <[email protected]>
88606e80 8345M: Thomas Gleixner <[email protected]>
981c3a4f 8346L: [email protected]
75fc2d37 8347T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
88606e80
TG
8348S: Supported
8349F: include/linux/clocksource.h
8350F: include/linux/time.h
8351F: include/linux/timex.h
c117ab84
CEB
8352F: include/uapi/linux/time.h
8353F: include/uapi/linux/timex.h
88606e80
TG
8354F: kernel/time/clocksource.c
8355F: kernel/time/time*.c
8356F: kernel/time/ntp.c
8357
5b3f03f0 8358TLG2300 VIDEO4LINUX-2 DRIVER
d2fa2187 8359M: Huang Shijie <[email protected]>
a545e2ea
HV
8360M: Hans Verkuil <[email protected]>
8361S: Odd Fixes
14430813 8362F: drivers/media/usb/tlg2300/
5b3f03f0 8363
1da177e4 8364SC1200 WDT DRIVER
b300645a 8365M: Zwane Mwaikambo <[email protected]>
1da177e4 8366S: Maintained
679655da 8367F: drivers/watchdog/sc1200wdt.c
1da177e4
LT
8368
8369SCHEDULER
dd9b238c 8370M: Ingo Molnar <[email protected]>
8b58be88 8371M: Peter Zijlstra <[email protected]>
981c3a4f 8372L: [email protected]
75fc2d37 8373T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
1da177e4 8374S: Maintained
95c0d71d 8375F: kernel/sched/
679655da 8376F: include/linux/sched.h
c117ab84 8377F: include/uapi/linux/sched.h
c2eb505b 8378F: include/linux/wait.h
1da177e4 8379
6bcf6737 8380SCORE ARCHITECTURE
ed38665e 8381M: Chen Liqin <[email protected]>
a2681a75 8382M: Lennox Wu <[email protected]>
ed38665e 8383W: http://www.sunplus.com
6bcf6737 8384S: Supported
a2681a75 8385F: arch/score/
6bcf6737 8386
1da177e4 8387SCSI CDROM DRIVER
8b58be88 8388M: Jens Axboe <[email protected]>
1da177e4
LT
8389L: [email protected]
8390W: http://www.kernel.dk
8391S: Maintained
679655da 8392F: drivers/scsi/sr*
1da177e4 8393
fb50a83d 8394SCSI RDMA PROTOCOL (SRP) INITIATOR
e6b45d49 8395M: Bart Van Assche <[email protected]>
fb50a83d
RD
8396L: [email protected]
8397S: Supported
8398W: http://www.openfabrics.org
8399Q: http://patchwork.kernel.org/project/linux-rdma/list/
8400T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8401F: drivers/infiniband/ulp/srp/
8402F: include/scsi/srp.h
8403
1da177e4 8404SCSI SG DRIVER
8b58be88 8405M: Doug Gilbert <[email protected]>
1da177e4 8406L: [email protected]
59ab3c93 8407W: http://sg.danny.cz/sg
1da177e4 8408S: Maintained
59ab3c93 8409F: Documentation/scsi/scsi-generic.txt
679655da
JP
8410F: drivers/scsi/sg.c
8411F: include/scsi/sg.h
1da177e4
LT
8412
8413SCSI SUBSYSTEM
c95286d8 8414M: "James E.J. Bottomley" <[email protected]>
1da177e4 8415L: [email protected]
54e5881d
JP
8416T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8417T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8418T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4 8419S: Maintained
679655da
JP
8420F: drivers/scsi/
8421F: include/scsi/
1da177e4
LT
8422
8423SCSI TAPE DRIVER
8b58be88 8424M: Kai Mäkisara <[email protected]>
1da177e4
LT
8425L: [email protected]
8426S: Maintained
679655da 8427F: Documentation/scsi/st.txt
f7269cfc
JD
8428F: drivers/scsi/st.*
8429F: drivers/scsi/st_*.h
1da177e4
LT
8430
8431SCTP PROTOCOL
8b6efb75 8432M: Vlad Yasevich <[email protected]>
02c38d0a 8433M: Neil Horman <[email protected]>
1a418796 8434L: [email protected]
5f85813c 8435W: http://lksctp.sourceforge.net
8b6efb75 8436S: Maintained
679655da
JP
8437F: Documentation/networking/sctp.txt
8438F: include/linux/sctp.h
4d58c025 8439F: include/uapi/linux/sctp.h
679655da
JP
8440F: include/net/sctp/
8441F: net/sctp/
1da177e4
LT
8442
8443SCx200 CPU SUPPORT
8b58be88 8444M: Jim Cromie <[email protected]>
1662d32c 8445S: Odd Fixes
679655da 8446F: Documentation/i2c/busses/scx200_acb
390889b6 8447F: arch/x86/platform/scx200/
679655da
JP
8448F: drivers/watchdog/scx200_wdt.c
8449F: drivers/i2c/busses/scx200*
8450F: drivers/mtd/maps/scx200_docflash.c
8451F: include/linux/scx200.h
1662d32c
JC
8452
8453SCx200 GPIO DRIVER
8b58be88 8454M: Jim Cromie <[email protected]>
1662d32c 8455S: Maintained
679655da
JP
8456F: drivers/char/scx200_gpio.c
8457F: include/linux/scx200_gpio.h
1662d32c
JC
8458
8459SCx200 HRT CLOCKSOURCE DRIVER
8b58be88 8460M: Jim Cromie <[email protected]>
1662d32c 8461S: Maintained
679655da 8462F: drivers/clocksource/scx200_hrt.c
1da177e4 8463
6a36913a 8464SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 8465M: Sascha Sommer <[email protected]>
6a36913a
SS
8466L: [email protected] (subscribers-only)
8467S: Maintained
679655da 8468F: drivers/mmc/host/sdricoh_cs.c
6a36913a 8469
e7839f25 8470SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6e443244 8471M: Chris Ball <[email protected]>
7a241d6e 8472L: [email protected]
245feaa6
CB
8473T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8474S: Maintained
7a241d6e 8475F: drivers/mmc/host/sdhci.*
d4a45787 8476F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 8477
c04f9d61
KC
8478SECURE COMPUTING
8479M: Kees Cook <[email protected]>
a0cfd75f
KC
8480R: Andy Lutomirski <[email protected]>
8481R: Will Drewry <[email protected]>
c04f9d61
KC
8482T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8483S: Supported
8484F: kernel/seccomp.c
8485F: include/uapi/linux/seccomp.h
8486F: include/linux/seccomp.h
8487K: \bsecure_computing
8488K: \bTIF_SECCOMP\b
8489
3085e9c1 8490SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
9d5e2a02 8491M: Anton Vorontsov <[email protected]>
a4724ed6 8492L: [email protected]
7a241d6e 8493L: [email protected]
e2d1d6c0 8494S: Maintained
d4a45787 8495F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 8496
0d1bb41a 8497SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8b58be88 8498M: Ben Dooks <[email protected]>
7a241d6e 8499L: [email protected]
0d1bb41a
BD
8500S: Maintained
8501F: drivers/mmc/host/sdhci-s3c.c
8502
c63b3cba 8503SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
2d8a3b3d 8504M: Viresh Kumar <[email protected]>
fbfa0748 8505L: [email protected]
c63b3cba
VK
8506L: [email protected]
8507S: Maintained
8508F: drivers/mmc/host/sdhci-spear.c
8509
8711cca2 8510SECURITY SUBSYSTEM
9b45c0d2 8511M: James Morris <[email protected]>
70b4a259 8512M: Serge E. Hallyn <[email protected]>
8711cca2 8513L: [email protected] (suggested Cc:)
89879a7e 8514T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9ccf010f 8515W: http://kernsec.org/
8711cca2 8516S: Supported
7d2c86b5 8517F: security/
8711cca2 8518
1da177e4 8519SECURITY CONTACT
8b58be88 8520M: Security Officers <[email protected]>
1da177e4
LT
8521S: Supported
8522
8523SELINUX SECURITY MODULE
e0238b4c 8524M: Paul Moore <[email protected]>
8b58be88 8525M: Stephen Smalley <[email protected]>
8b58be88 8526M: Eric Paris <[email protected]>
e0238b4c 8527L: [email protected] (moderated for non-subscribers)
f058925b 8528W: http://selinuxproject.org
5a5f2acf 8529T: git git://git.infradead.org/users/pcmoore/selinux
1da177e4 8530S: Supported
679655da
JP
8531F: include/linux/selinux*
8532F: security/selinux/
6bde95ce 8533F: scripts/selinux/
1da177e4 8534
c1c124e9
JJ
8535APPARMOR SECURITY MODULE
8536M: John Johansen <[email protected]>
8537L: [email protected] (subscribers-only, general discussion)
8538W: apparmor.wiki.kernel.org
8539T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8540S: Supported
8541F: security/apparmor/
8542
cef2cf07 8543SENSABLE PHANTOM
8b58be88 8544M: Jiri Slaby <[email protected]>
cef2cf07 8545S: Maintained
679655da 8546F: drivers/misc/phantom.c
c117ab84 8547F: include/uapi/linux/phantom.h
cef2cf07 8548
4480f15b 8549SERIAL ATA (SATA) SUBSYSTEM
3d9b9350 8550M: Tejun Heo <[email protected]>
1da177e4 8551L: [email protected]
3d9b9350 8552T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
1da177e4 8553S: Supported
d5ca6918
JP
8554F: drivers/ata/
8555F: include/linux/ata.h
8556F: include/linux/libata.h
1da177e4 8557
7188b067
HG
8558SERIAL ATA AHCI PLATFORM devices support
8559M: Hans de Goede <[email protected]>
8560M: Tejun Heo <[email protected]>
8561L: [email protected]
8562T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8563S: Supported
8564F: drivers/ata/ahci_platform.c
8565F: drivers/ata/libahci_platform.c
8566F: include/linux/ahci_platform.h
8567
6733b39a 8568SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
0ca43cc0 8569M: Jayamohan Kallickal <[email protected]>
3387f656 8570L: [email protected]
0ca43cc0 8571W: http://www.emulex.com
3387f656
JP
8572S: Supported
8573F: drivers/scsi/be2iscsi/
6733b39a 8574
6b7c5b94 8575SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
fea3af67
AK
8576M: Sathya Perla <[email protected]>
8577M: Subbu Seetharaman <[email protected]>
8578M: Ajit Khaparde <[email protected]>
7d2c86b5 8579L: [email protected]
fea3af67 8580W: http://www.emulex.com
7d2c86b5 8581S: Supported
9aebddd1 8582F: drivers/net/ethernet/emulex/benet/
6b7c5b94 8583
8ceee660 8584SFC NETWORK DRIVER
c06f51ea 8585M: Solarflare linux maintainers <[email protected]>
8533ccf3 8586M: Shradha Shah <[email protected]>
c06f51ea 8587L: [email protected]
8ceee660 8588S: Supported
874aeea5 8589F: drivers/net/ethernet/sfc/
8ceee660 8590
e2d1d6c0 8591SGI GRU DRIVER
cc883afc 8592M: Dimitri Sivanich <[email protected]>
e2d1d6c0 8593S: Maintained
679655da 8594F: drivers/misc/sgi-gru/
e2d1d6c0
RD
8595
8596SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8b58be88 8597M: Pat Gefre <[email protected]>
e2d1d6c0
RD
8598L: [email protected]
8599S: Supported
679655da 8600F: Documentation/ia64/serial.txt
df621252 8601F: drivers/tty/serial/ioc?_serial.c
679655da 8602F: include/linux/ioc?.h
e2d1d6c0 8603
75312619 8604SGI XP/XPC/XPNET DRIVER
e180383f
RH
8605M: Cliff Whickman <[email protected]>
8606M: Robin Holt <[email protected]>
75312619 8607S: Maintained
679655da 8608F: drivers/misc/sgi-xp/
75312619 8609
46eacf3b
AP
8610SI2157 MEDIA DRIVER
8611M: Antti Palosaari <[email protected]>
8612L: [email protected]
8613W: http://linuxtv.org/
8614W: http://palosaari.fi/linux/
8615Q: http://patchwork.linuxtv.org/project/linux-media/list/
8616T: git git://linuxtv.org/anttip/media_tree.git
8617S: Maintained
8618F: drivers/media/tuners/si2157*
8619
75e2d5ba
AP
8620SI2168 MEDIA DRIVER
8621M: Antti Palosaari <[email protected]>
8622L: [email protected]
8623W: http://linuxtv.org/
8624W: http://palosaari.fi/linux/
8625Q: http://patchwork.linuxtv.org/project/linux-media/list/
8626T: git git://linuxtv.org/anttip/media_tree.git
8627S: Maintained
8628F: drivers/media/dvb-frontends/si2168*
8629
49cc629d
HV
8630SI470X FM RADIO RECEIVER I2C DRIVER
8631M: Hans Verkuil <[email protected]>
8632L: [email protected]
8633T: git git://linuxtv.org/media_tree.git
8634W: http://linuxtv.org
8635S: Odd Fixes
8636F: drivers/media/radio/si470x/radio-si470x-i2c.c
8637
8638SI470X FM RADIO RECEIVER USB DRIVER
8639M: Hans Verkuil <[email protected]>
8640L: [email protected]
8641T: git git://linuxtv.org/media_tree.git
8642W: http://linuxtv.org
8643S: Maintained
8644F: drivers/media/radio/si470x/radio-si470x-common.c
8645F: drivers/media/radio/si470x/radio-si470x.h
8646F: drivers/media/radio/si470x/radio-si470x-usb.c
8647
c937ca03
EV
8648SI4713 FM RADIO TRANSMITTER I2C DRIVER
8649M: Eduardo Valentin <[email protected]>
8650L: [email protected]
8651T: git git://linuxtv.org/media_tree.git
8652W: http://linuxtv.org
8653S: Odd Fixes
99995ded 8654F: drivers/media/radio/si4713/si4713.?
c937ca03
EV
8655
8656SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8657M: Eduardo Valentin <[email protected]>
8658L: [email protected]
8659T: git git://linuxtv.org/media_tree.git
8660W: http://linuxtv.org
8661S: Odd Fixes
99995ded
DR
8662F: drivers/media/radio/si4713/radio-platform-si4713.c
8663
8664SI4713 FM RADIO TRANSMITTER USB DRIVER
8665M: Hans Verkuil <[email protected]>
8666L: [email protected]
8667T: git git://linuxtv.org/media_tree.git
8668W: http://linuxtv.org
8669S: Maintained
8670F: drivers/media/radio/si4713/radio-usb-si4713.c
c937ca03 8671
beb91d46 8672SIANO DVB DRIVER
009a5410 8673M: Mauro Carvalho Chehab <[email protected]>
beb91d46
MCC
8674L: [email protected]
8675W: http://linuxtv.org
8676T: git git://linuxtv.org/media_tree.git
8677S: Odd fixes
8678F: drivers/media/common/siano/
beb91d46 8679F: drivers/media/usb/siano/
beb91d46 8680F: drivers/media/usb/siano/
14430813 8681F: drivers/media/mmc/siano/
beb91d46 8682
6f15b602
HG
8683SIMPLEFB FB DRIVER
8684M: Hans de Goede <[email protected]>
8685L: [email protected]
8686S: Maintained
8687F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
8688F: drivers/video/fbdev/simplefb.c
8689F: include/linux/platform_data/simplefb.h
8690
b618b69c 8691SH_VEU V4L2 MEM2MEM DRIVER
b618b69c 8692L: [email protected]
bb60fcb2 8693S: Orphan
b618b69c 8694F: drivers/media/platform/sh_veu.c
b618b69c
GL
8695
8696SH_VOU V4L2 OUTPUT DRIVER
b618b69c 8697L: [email protected]
bb60fcb2 8698S: Orphan
b618b69c
GL
8699F: drivers/media/platform/sh_vou.c
8700F: include/media/sh_vou.h
8701
6349d997 8702SIMPLE FIRMWARE INTERFACE (SFI)
2bf822d7 8703M: Len Brown <[email protected]>
6349d997
LB
8704L: [email protected]
8705W: http://simplefirmware.org/
8706T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
e2d1d6c0 8707S: Supported
943fc810 8708F: arch/x86/platform/sfi/
6349d997
LB
8709F: drivers/sfi/
8710F: include/linux/sfi*.h
e2d1d6c0 8711
1da177e4
LT
8712SIMTEC EB110ATX (Chalice CATS)
8713P: Ben Dooks
b16957c6
BD
8714P: Vincent Sanders <[email protected]>
8715M: Simtec Linux Team <[email protected]>
1da177e4
LT
8716W: http://www.simtec.co.uk/products/EB110ATX/
8717S: Supported
8718
8719SIMTEC EB2410ITX (BAST)
8720P: Ben Dooks
b16957c6
BD
8721P: Vincent Sanders <[email protected]>
8722M: Simtec Linux Team <[email protected]>
1da177e4
LT
8723W: http://www.simtec.co.uk/products/EB2410ITX/
8724S: Supported
15dba387
JP
8725F: arch/arm/mach-s3c24xx/mach-bast.c
8726F: arch/arm/mach-s3c24xx/bast-ide.c
8727F: arch/arm/mach-s3c24xx/bast-irq.c
1da177e4 8728
4c5adde7 8729TI DAVINCI MACHINE SUPPORT
3ba789c0 8730M: Sekhar Nori <[email protected]>
c69d72ae 8731M: Kevin Hilman <[email protected]>
c9f46a85 8732T: git git://gitorious.org/linux-davinci/linux-davinci.git
8a6e2535 8733Q: http://patchwork.kernel.org/project/linux-davinci/list/
4c5adde7 8734S: Supported
14430813 8735F: arch/arm/mach-davinci/
046d0a37 8736F: drivers/i2c/busses/i2c-davinci.c
4c5adde7 8737
8d4b3f08 8738TI DAVINCI SERIES MEDIA DRIVER
9ce5eca7 8739M: Lad, Prabhakar <[email protected]>
8d4b3f08 8740L: [email protected]
8d4b3f08
LP
8741W: http://linuxtv.org/
8742Q: http://patchwork.linuxtv.org/project/linux-media/list/
8743T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9ce5eca7 8744S: Maintained
8d4b3f08
LP
8745F: drivers/media/platform/davinci/
8746F: include/media/davinci/
8747
92aab3c0 8748SIS 190 ETHERNET DRIVER
8b58be88 8749M: Francois Romieu <[email protected]>
92aab3c0
FR
8750L: [email protected]
8751S: Maintained
8c7de408 8752F: drivers/net/ethernet/sis/sis190.c
92aab3c0 8753
1da177e4 8754SIS 900/7016 FAST ETHERNET DRIVER
8b58be88 8755M: Daniele Venzano <[email protected]>
1da177e4 8756W: http://www.brownhat.org/sis900.html
979b6c13 8757L: [email protected]
1da177e4 8758S: Maintained
8c7de408 8759F: drivers/net/ethernet/sis/sis900.*
1da177e4
LT
8760
8761SIS FRAMEBUFFER DRIVER
8b58be88 8762M: Thomas Winischhofer <[email protected]>
1da177e4 8763W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 8764S: Maintained
679655da 8765F: Documentation/fb/sisfb.txt
8a61f013 8766F: drivers/video/fbdev/sis/
679655da 8767F: include/video/sisfb.h
1da177e4
LT
8768
8769SIS USB2VGA DRIVER
8b58be88 8770M: Thomas Winischhofer <[email protected]>
1da177e4
LT
8771W: http://www.winischhofer.at/linuxsisusbvga.shtml
8772S: Maintained
679655da 8773F: drivers/usb/misc/sisusbvga/
1da177e4 8774
415ad26d 8775SLAB ALLOCATOR
16e943bf 8776M: Christoph Lameter <[email protected]>
2ed1c525 8777M: Pekka Enberg <[email protected]>
16e943bf
CL
8778M: David Rientjes <[email protected]>
8779M: Joonsoo Kim <[email protected]>
8780M: Andrew Morton <[email protected]>
415ad26d
CL
8781L: [email protected]
8782S: Maintained
679655da 8783F: include/linux/sl?b*.h
16e943bf 8784F: mm/sl?b*
415ad26d 8785
9fab9787
PM
8786SLEEPABLE READ-COPY UPDATE (SRCU)
8787M: Lai Jiangshan <[email protected]>
8788M: "Paul E. McKenney" <[email protected]>
ab0afd6c 8789M: Josh Triplett <[email protected]>
4632a191
PM
8790R: Steven Rostedt <[email protected]>
8791R: Mathieu Desnoyers <[email protected]>
981c3a4f 8792L: [email protected]
9fab9787
PM
8793W: http://www.rdrop.com/users/paulmck/RCU/
8794S: Supported
8795T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
4102adab
PM
8796F: include/linux/srcu.h
8797F: kernel/rcu/srcu.c
9fab9787 8798
66372841
CS
8799SMACK SECURITY MODULE
8800M: Casey Schaufler <[email protected]>
8801L: [email protected]
8802W: http://schaufler-ca.com
8803T: git git://git.gitorious.org/smack-next/kernel.git
8804S: Maintained
8805F: Documentation/security/Smack.txt
8806F: security/smack/
8807
20651e0b 8808DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
68ace3e1
KH
8809M: Kevin Hilman <[email protected]>
8810M: Nishanth Menon <[email protected]>
8811S: Maintained
20651e0b 8812F: drivers/power/avs/
68ace3e1
KH
8813F: include/linux/power/smartreflex.h
8814L: [email protected]
8815
1da177e4 8816SMC91x ETHERNET DRIVER
2f82af08 8817M: Nicolas Pitre <[email protected]>
18e2842b 8818S: Odd Fixes
ae150435 8819F: drivers/net/ethernet/smsc/smc91x.*
1da177e4 8820
e8e31622
SA
8821SMIA AND SMIA++ IMAGE SENSOR DRIVER
8822M: Sakari Ailus <[email protected]>
8823L: [email protected]
8824S: Maintained
14430813 8825F: drivers/media/i2c/smiapp/
e8e31622
SA
8826F: include/media/smiapp.h
8827F: drivers/media/i2c/smiapp-pll.c
8828F: drivers/media/i2c/smiapp-pll.h
8829
920fa1ff
GR
8830SMM665 HARDWARE MONITOR DRIVER
8831M: Guenter Roeck <[email protected]>
8832L: [email protected]
8833S: Maintained
8834F: Documentation/hwmon/smm665
8835F: drivers/hwmon/smm665.c
8836
9df7305b 8837SMSC EMC2103 HARDWARE MONITOR DRIVER
90b24cfb 8838M: Steve Glendinning <[email protected]>
9df7305b 8839L: [email protected]
90b24cfb 8840S: Maintained
9df7305b
SG
8841F: Documentation/hwmon/emc2103
8842F: drivers/hwmon/emc2103.c
8843
a98d506c
HG
8844SMSC SCH5627 HARDWARE MONITOR DRIVER
8845M: Hans de Goede <[email protected]>
8846L: [email protected]
8847S: Supported
8848F: Documentation/hwmon/sch5627
8849F: drivers/hwmon/sch5627.c
8850
6ea884db 8851SMSC47B397 HARDWARE MONITOR DRIVER
7c81c60f 8852M: Jean Delvare <[email protected]>
6ea884db
MH
8853L: [email protected]
8854S: Maintained
679655da
JP
8855F: Documentation/hwmon/smsc47b397
8856F: drivers/hwmon/smsc47b397.c
6ea884db 8857
fd9abb3d 8858SMSC911x ETHERNET DRIVER
90b24cfb 8859M: Steve Glendinning <[email protected]>
2cb37728 8860L: [email protected]
90b24cfb 8861S: Maintained
679655da 8862F: include/linux/smsc911x.h
ae150435 8863F: drivers/net/ethernet/smsc/smsc911x.*
2cb37728
SG
8864
8865SMSC9420 PCI ETHERNET DRIVER
90b24cfb 8866M: Steve Glendinning <[email protected]>
fd9abb3d 8867L: [email protected]
90b24cfb 8868S: Maintained
ae150435 8869F: drivers/net/ethernet/smsc/smsc9420.*
fd9abb3d 8870
3c8a63e2 8871SMSC UFX6000 and UFX7000 USB to VGA DRIVER
90b24cfb 8872M: Steve Glendinning <[email protected]>
3c8a63e2 8873L: [email protected]
90b24cfb 8874S: Maintained
8a61f013 8875F: drivers/video/fbdev/smscufx.c
3c8a63e2 8876
668acf32 8877SOC-CAMERA V4L2 SUBSYSTEM
8b58be88 8878M: Guennadi Liakhovetski <[email protected]>
661263b5 8879L: [email protected]
275ffde4 8880T: git git://linuxtv.org/media_tree.git
795fb7e7 8881S: Maintained
90d72ac6
MCC
8882F: include/media/soc*
8883F: drivers/media/i2c/soc_camera/
8884F: drivers/media/platform/soc_camera/
668acf32 8885
e2d1d6c0 8886SOEKRIS NET48XX LED SUPPORT
8b58be88 8887M: Chris Boot <[email protected]>
e2d1d6c0 8888S: Maintained
679655da 8889F: drivers/leds/leds-net48xx.c
e2d1d6c0 8890
e3994db1 8891SOFTLOGIC 6x10 MPEG CODEC
9661975d
AU
8892M: Bluecherry Maintainers <[email protected]>
8893M: Andrey Utkin <[email protected]>
8894M: Andrey Utkin <[email protected]>
e3994db1
JP
8895L: [email protected]
8896S: Supported
8897F: drivers/media/pci/solo6x10/
8898
1da177e4 8899SOFTWARE RAID (Multiple Disks) SUPPORT
8b58be88 8900M: Neil Brown <[email protected]>
1da177e4 8901L: [email protected]
524418bb 8902S: Supported
679655da
JP
8903F: drivers/md/
8904F: include/linux/raid/
c117ab84 8905F: include/uapi/linux/raid/
1da177e4 8906
1da177e4 8907SONIC NETWORK DRIVER
8b58be88 8908M: Thomas Bogendoerfer <[email protected]>
979b6c13 8909L: [email protected]
1da177e4 8910S: Maintained
d9fb9f38 8911F: drivers/net/ethernet/natsemi/sonic.*
1da177e4 8912
61e115a5 8913SONICS SILICON BACKPLANE DRIVER (SSB)
eb032b98 8914M: Michael Buesch <[email protected]>
61e115a5
MB
8915L: [email protected]
8916S: Maintained
679655da
JP
8917F: drivers/ssb/
8918F: include/linux/ssb/
61e115a5 8919
1da177e4 8920SONY VAIO CONTROL DEVICE DRIVER
8b58be88 8921M: Mattia Dongili <[email protected]>
d0944853 8922L: [email protected]
5b18167d 8923W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4 8924S: Maintained
679655da
JP
8925F: Documentation/laptops/sony-laptop.txt
8926F: drivers/char/sonypi.c
8927F: drivers/platform/x86/sony-laptop.c
8928F: include/linux/sony-laptop.h
1da177e4 8929
baf8532a 8930SONY MEMORYSTICK CARD SUPPORT
8b58be88 8931M: Alex Dubov <[email protected]>
baf8532a
AD
8932W: http://tifmxx.berlios.de/
8933S: Maintained
679655da 8934F: drivers/memstick/host/tifm_ms.c
baf8532a 8935
0ab30494
ML
8936SONY MEMORYSTICK STANDARD SUPPORT
8937M: Maxim Levitsky <[email protected]>
8938S: Maintained
8939F: drivers/memstick/core/ms_block.*
8940
1da177e4 8941SOUND
8b58be88
JP
8942M: Jaroslav Kysela <[email protected]>
8943M: Takashi Iwai <[email protected]>
93711660 8944L: [email protected] (moderated for non-subscribers)
3126a179 8945W: http://www.alsa-project.org/
dde7ad8d 8946T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3126a179 8947T: git git://git.alsa-project.org/alsa-kernel.git
ff4a8f32 8948Q: http://patchwork.kernel.org/project/alsa-devel/list/
1da177e4 8949S: Maintained
3126a179
JP
8950F: Documentation/sound/
8951F: include/sound/
c117ab84 8952F: include/uapi/sound/
679655da 8953F: sound/
1da177e4 8954
33bbe149
MB
8955SOUND - COMPRESSED AUDIO
8956M: Vinod Koul <[email protected]>
8957L: [email protected] (moderated for non-subscribers)
8958T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8959S: Supported
f672f31a 8960F: Documentation/sound/alsa/compress_offload.txt
33bbe149 8961F: include/sound/compress_driver.h
f672f31a 8962F: include/uapi/sound/compress_*
33bbe149
MB
8963F: sound/core/compress_offload.c
8964F: sound/soc/soc-compress.c
8965
bd903bde 8966SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6b9cf5c2 8967M: Liam Girdwood <[email protected]>
b02e48f2 8968M: Mark Brown <[email protected]>
86f14df8 8969T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
93711660 8970L: [email protected] (moderated for non-subscribers)
b0b8daf7 8971W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3 8972S: Supported
2820f615 8973F: Documentation/sound/alsa/soc/
679655da 8974F: sound/soc/
e6e55122 8975F: include/sound/soc*
eb1a6af3 8976
d7f8761b
MB
8977SOUND - DMAENGINE HELPERS
8978M: Lars-Peter Clausen <[email protected]>
8979S: Supported
8980F: include/sound/dmaengine_pcm.h
8981F: sound/core/pcm_dmaengine.c
8982F: sound/soc/soc-generic-dmaengine-pcm.c
8983
990a6a99
OS
8984SP2 MEDIA DRIVER
8985M: Olli Salonen <[email protected]>
8986L: [email protected]
8987W: http://linuxtv.org/
8988Q: http://patchwork.linuxtv.org/project/linux-media/list/
8989S: Maintained
8990F: drivers/media/dvb-frontends/sp2*
8991
473321fc 8992SPARC + UltraSPARC (sparc/sparc64)
8b58be88 8993M: "David S. Miller" <[email protected]>
1da177e4 8994L: [email protected]
8a6e2535 8995Q: http://patchwork.ozlabs.org/project/sparclinux/list/
08deed1e
JP
8996T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8997T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
1da177e4 8998S: Maintained
679655da 8999F: arch/sparc/
7765b8bb 9000F: drivers/sbus/
1da177e4 9001
6404fcca
DM
9002SPARC SERIAL DRIVERS
9003M: "David S. Miller" <[email protected]>
9004L: [email protected]
08deed1e
JP
9005T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9006T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6404fcca 9007S: Maintained
6816383a 9008F: include/linux/sunserialcore.h
df621252 9009F: drivers/tty/serial/suncore.c
df621252
GKH
9010F: drivers/tty/serial/sunhv.c
9011F: drivers/tty/serial/sunsab.c
9012F: drivers/tty/serial/sunsab.h
9013F: drivers/tty/serial/sunsu.c
9014F: drivers/tty/serial/sunzilog.c
9015F: drivers/tty/serial/sunzilog.h
6404fcca 9016
389325b4
CL
9017SPARSE CHECKER
9018M: "Christopher Li" <[email protected]>
9019L: [email protected]
9020W: https://sparse.wiki.kernel.org/
9021T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9022T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9023S: Maintained
9024F: include/linux/compiler.h
9025
fc0c195a 9026SPEAR PLATFORM SUPPORT
2d8a3b3d 9027M: Viresh Kumar <[email protected]>
9cc23682 9028M: Shiraz Hashim <[email protected]>
fbfa0748
VK
9029L: [email protected]
9030L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
9031W: http://www.st.com/spear
9032S: Maintained
281e192f 9033F: arch/arm/mach-spear/
fc0c195a
VK
9034
9035SPEAR CLOCK FRAMEWORK SUPPORT
2d8a3b3d 9036M: Viresh Kumar <[email protected]>
fbfa0748
VK
9037L: [email protected]
9038L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
9039W: http://www.st.com/spear
9040S: Maintained
5df33a62 9041F: drivers/clk/spear/
fc0c195a 9042
e2d1d6c0 9043SPI SUBSYSTEM
b02e48f2 9044M: Mark Brown <[email protected]>
dfbe403c 9045L: [email protected]
e7e4e13c 9046T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8a6e2535 9047Q: http://patchwork.kernel.org/project/spi-devel-general/list/
e2d1d6c0 9048S: Maintained
679655da
JP
9049F: Documentation/spi/
9050F: drivers/spi/
9051F: include/linux/spi/
c117ab84 9052F: include/uapi/linux/spi/
e2d1d6c0 9053
2752e401 9054SPIDERNET NETWORK DRIVER for CELL
8b58be88
JP
9055M: Ishizaki Kou <[email protected]>
9056M: Jens Osterkamp <[email protected]>
2752e401
JL
9057L: [email protected]
9058S: Supported
679655da 9059F: Documentation/networking/spider_net.txt
8df158ac 9060F: drivers/net/ethernet/toshiba/spider_net*
2752e401 9061
e2d1d6c0 9062SPU FILE SYSTEM
8b58be88 9063M: Jeremy Kerr <[email protected]>
a4724ed6
SR
9064L: [email protected]
9065L: [email protected]
e2d1d6c0
RD
9066W: http://www.ibm.com/developerworks/power/cell/
9067S: Supported
679655da
JP
9068F: Documentation/filesystems/spufs.txt
9069F: arch/powerpc/platforms/cell/spufs/
e2d1d6c0 9070
fc555841 9071SQUASHFS FILE SYSTEM
d7f2ff67 9072M: Phillip Lougher <[email protected]>
fc555841
PL
9073L: [email protected] (subscribers-only)
9074W: http://squashfs.org.uk
9075S: Maintained
679655da
JP
9076F: Documentation/filesystems/squashfs.txt
9077F: fs/squashfs/
fc555841 9078
1da177e4 9079SRM (Alpha) environment access
8b58be88 9080M: Jan-Benedict Glaw <[email protected]>
1da177e4 9081S: Maintained
679655da 9082F: arch/alpha/kernel/srm_env.c
1da177e4 9083
26e9a397 9084STABLE BRANCH
879a5a00 9085M: Greg Kroah-Hartman <[email protected]>
bc7a2f3a 9086L: [email protected]
879a5a00 9087S: Supported
7b175c46 9088F: Documentation/stable_kernel_rules.txt
e2d1d6c0 9089
26e9a397 9090STAGING SUBSYSTEM
879a5a00 9091M: Greg Kroah-Hartman <[email protected]>
630081fd 9092T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1c6ccf62 9093L: [email protected]
879a5a00 9094S: Supported
679655da 9095F: drivers/staging/
dbc6c2cc 9096
ebd3d010
JP
9097STAGING - COMEDI
9098M: Ian Abbott <[email protected]>
81b884c9 9099M: H Hartley Sweeten <[email protected]>
ebd3d010
JP
9100S: Odd Fixes
9101F: drivers/staging/comedi/
9102
a0138163
JP
9103STAGING - FLARION FT1000 DRIVERS
9104M: Marek Belisko <[email protected]>
9105S: Odd Fixes
9106F: drivers/staging/ft1000/
9107
6c1bb424 9108STAGING - INDUSTRIAL IO
030a13d7 9109M: Jonathan Cameron <[email protected]>
a0138163 9110L: [email protected]
6c1bb424
JP
9111S: Odd Fixes
9112F: drivers/staging/iio/
9113
a0138163
JP
9114STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9115M: Jarod Wilson <[email protected]>
9116W: http://www.lirc.org/
9117S: Odd Fixes
b2b0186d 9118F: drivers/staging/media/lirc/
a0138163 9119
f5e5de1e
OD
9120STAGING - LUSTRE PARALLEL FILESYSTEM
9121M: Oleg Drokin <[email protected]>
9122M: Andreas Dilger <[email protected]>
9123L: [email protected] (moderated for non-subscribers)
9124W: http://lustre.opensfs.org/
9125S: Maintained
9126F: drivers/staging/lustre
9127
7c6b6c71 9128STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
b8125382 9129M: Julian Andres Klode <[email protected]>
7c6b6c71
MD
9130M: Marc Dietrich <[email protected]>
9131L: [email protected] (moderated for non-subscribers)
5d96bf4d 9132L: [email protected]
7c6b6c71
MD
9133S: Maintained
9134F: drivers/staging/nvec/
9135
a0138163 9136STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
3140b458
JF
9137M: Jens Frederich <[email protected]>
9138M: Daniel Drake <[email protected]>
a0138163
JP
9139M: Jon Nettleton <[email protected]>
9140W: http://wiki.laptop.org/go/DCON
3140b458 9141S: Maintained
a0138163
JP
9142F: drivers/staging/olpc_dcon/
9143
94cfdd15 9144STAGING - OZMO DEVICES USB OVER WIFI DRIVER
96747a8f 9145M: Shigekatsu Tateno <[email protected]>
94cfdd15
CK
9146S: Maintained
9147F: drivers/staging/ozwpan/
9148
a0138163 9149STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
29e7017b
JP
9150M: Willy Tarreau <[email protected]>
9151S: Odd Fixes
9152F: drivers/staging/panel/
9153
a0138163
JP
9154STAGING - REALTEK RTL8712U DRIVERS
9155M: Larry Finger <[email protected]>
9156M: Florian Schilhabel <[email protected]>.
9157S: Odd Fixes
9158F: drivers/staging/rtl8712/
9159
7591ba8b
JS
9160STAGING - REALTEK RTL8723U WIRELESS DRIVER
9161M: Larry Finger <[email protected]>
9162M: Jes Sorensen <[email protected]>
9163L: [email protected]
9164S: Maintained
9165F: drivers/staging/rtl8723au/
9166
510fa408
JP
9167STAGING - SLICOSS
9168M: Lior Dotan <[email protected]>
9169M: Christopher Harrer <[email protected]>
9170S: Odd Fixes
9171F: drivers/staging/slicoss/
9172
a0138163
JP
9173STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9174M: William Hubbs <[email protected]>
9175M: Chris Brannon <[email protected]>
d33bce31 9176M: Kirk Reiser <[email protected]>
a0138163 9177M: Samuel Thibault <[email protected]>
e6a152ef 9178L: [email protected]
a0138163
JP
9179W: http://www.linux-speakup.org/
9180S: Odd Fixes
9181F: drivers/staging/speakup/
9182
b3e871ce
JP
9183STAGING - VIA VT665X DRIVERS
9184M: Forest Bond <[email protected]>
9185S: Odd Fixes
9186F: drivers/staging/vt665?/
9187
709bcb07 9188STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
3e39e66e 9189M: Arnaud Patard <[email protected]>
709bcb07
JP
9190S: Odd Fixes
9191F: drivers/staging/xgifb/
9192
1da177e4 9193STARFIRE/DURALAN NETWORK DRIVER
8b58be88 9194M: Ion Badulescu <[email protected]>
b4f90189 9195S: Odd Fixes
9bba23b0 9196F: drivers/net/ethernet/adaptec/starfire*
1da177e4 9197
e2d1d6c0 9198SUN3/3X
8b58be88 9199M: Sam Creasey <[email protected]>
e2d1d6c0
RD
9200W: http://sammy.net/sun3/
9201S: Maintained
679655da
JP
9202F: arch/m68k/kernel/*sun3*
9203F: arch/m68k/sun3*/
9204F: arch/m68k/include/asm/sun3*
e689cf4a 9205F: drivers/net/ethernet/i825xx/sun3*
e2d1d6c0 9206
2bc9ff01
DK
9207SUNDANCE NETWORK DRIVER
9208M: Denis Kirjanov <[email protected]>
9209L: [email protected]
9210S: Maintained
9211F: drivers/net/ethernet/dlink/sundance.c
9212
2cbb12a4 9213SUPERH
2cbb12a4 9214L: [email protected]
1da177e4 9215W: http://www.linux-sh.org
8a6e2535 9216Q: http://patchwork.kernel.org/project/linux-sh/list/
dcaa57d5 9217S: Orphan
066069e1 9218F: Documentation/sh/
679655da 9219F: arch/sh/
066069e1 9220F: drivers/sh/
1da177e4 9221
4480f15b 9222SUSPEND TO RAM
7fb06082 9223M: "Rafael J. Wysocki" <[email protected]>
8b58be88
JP
9224M: Len Brown <[email protected]>
9225M: Pavel Machek <[email protected]>
bf1c138e 9226L: [email protected]
e2d1d6c0 9227S: Supported
679655da
JP
9228F: Documentation/power/
9229F: arch/x86/kernel/acpi/
9230F: drivers/base/power/
9231F: kernel/power/
9232F: include/linux/suspend.h
9233F: include/linux/freezer.h
9234F: include/linux/pm.h
1da177e4
LT
9235
9236SVGA HANDLING
8b58be88 9237M: Martin Mares <[email protected]>
1da177e4
LT
9238L: [email protected]
9239S: Maintained
679655da
JP
9240F: Documentation/svga.txt
9241F: arch/x86/boot/video*
1da177e4 9242
6e28b761
KRW
9243SWIOTLB SUBSYSTEM
9244M: Konrad Rzeszutek Wilk <[email protected]>
9245L: [email protected]
9246S: Supported
9247F: lib/swiotlb.c
9248F: arch/*/kernel/pci-swiotlb.c
9249F: include/linux/swiotlb.h
9250
007f790c
JP
9251SWITCHDEV
9252M: Jiri Pirko <[email protected]>
9253L: [email protected]
9254S: Supported
9255F: net/switchdev/
9256F: include/net/switchdev.h
9257
db8e35d5
VG
9258SYNOPSYS ARC ARCHITECTURE
9259M: Vineet Gupta <[email protected]>
db8e35d5
VG
9260S: Supported
9261F: arch/arc/
6659a20a 9262F: Documentation/devicetree/bindings/arc/
c6a0fe4a 9263F: drivers/tty/serial/arc_uart.c
db8e35d5 9264
1da177e4 9265SYSV FILESYSTEM
8b58be88 9266M: Christoph Hellwig <[email protected]>
1da177e4 9267S: Maintained
679655da
JP
9268F: Documentation/filesystems/sysv-fs.txt
9269F: fs/sysv/
9270F: include/linux/sysv_fs.h
1da177e4 9271
86cfa7fc
NB
9272TARGET SUBSYSTEM
9273M: Nicholas A. Bellinger <[email protected]>
9274L: [email protected]
b9f5edc2 9275L: [email protected]
86cfa7fc 9276W: http://www.linux-iscsi.org
cf015e9f 9277W: http://groups.google.com/group/linux-iscsi-target-dev
452cf324 9278T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
86cfa7fc
NB
9279S: Supported
9280F: drivers/target/
9281F: include/target/
9282F: Documentation/target/
9283
4e68852d 9284TASKSTATS STATISTICS INTERFACE
185e595f 9285M: Balbir Singh <[email protected]>
4e68852d 9286S: Maintained
679655da
JP
9287F: Documentation/accounting/taskstats*
9288F: include/linux/taskstats*
9289F: kernel/taskstats.c
4e68852d 9290
781b456a 9291TC CLASSIFIER
f935f3f8 9292M: Jamal Hadi Salim <[email protected]>
781b456a
SH
9293L: [email protected]
9294S: Maintained
679655da 9295F: include/net/pkt_cls.h
c117ab84 9296F: include/uapi/linux/pkt_cls.h
679655da 9297F: net/sched/
781b456a 9298
5067f08a 9299TCP LOW PRIORITY MODULE
8b58be88
JP
9300M: "Wong Hoi Sing, Edison" <[email protected]>
9301M: "Hung Hing Lun, Mike" <[email protected]>
5067f08a
WHSE
9302W: http://tcp-lp-mod.sourceforge.net/
9303S: Maintained
679655da 9304F: net/ipv4/tcp_lp.c
5067f08a 9305
91952bc0
AP
9306TDA10071 MEDIA DRIVER
9307M: Antti Palosaari <[email protected]>
9308L: [email protected]
9309W: http://linuxtv.org/
9310W: http://palosaari.fi/linux/
9311Q: http://patchwork.linuxtv.org/project/linux-media/list/
9312T: git git://linuxtv.org/anttip/media_tree.git
9313S: Maintained
9314F: drivers/media/dvb-frontends/tda10071*
9315
9316TDA18212 MEDIA DRIVER
9317M: Antti Palosaari <[email protected]>
9318L: [email protected]
9319W: http://linuxtv.org/
9320W: http://palosaari.fi/linux/
9321Q: http://patchwork.linuxtv.org/project/linux-media/list/
9322T: git git://linuxtv.org/anttip/media_tree.git
9323S: Maintained
9324F: drivers/media/tuners/tda18212*
9325
9326TDA18218 MEDIA DRIVER
9327M: Antti Palosaari <[email protected]>
9328L: [email protected]
9329W: http://linuxtv.org/
9330W: http://palosaari.fi/linux/
9331Q: http://patchwork.linuxtv.org/project/linux-media/list/
9332T: git git://linuxtv.org/anttip/media_tree.git
9333S: Maintained
9334F: drivers/media/tuners/tda18218*
9335
3b2f6aba
MK
9336TDA18271 MEDIA DRIVER
9337M: Michael Krufky <[email protected]>
9338L: [email protected]
9339W: http://linuxtv.org/
9340W: http://github.com/mkrufky
9341Q: http://patchwork.linuxtv.org/project/linux-media/list/
9342T: git git://linuxtv.org/mkrufky/tuners.git
9343S: Maintained
9344F: drivers/media/tuners/tda18271*
9345
e48307a9
MK
9346TDA827x MEDIA DRIVER
9347M: Michael Krufky <[email protected]>
9348L: [email protected]
9349W: http://linuxtv.org/
9350W: http://github.com/mkrufky
9351Q: http://patchwork.linuxtv.org/project/linux-media/list/
9352T: git git://linuxtv.org/mkrufky/tuners.git
9353S: Maintained
9354F: drivers/media/tuners/tda8290.*
9355
66cf9212
MK
9356TDA8290 MEDIA DRIVER
9357M: Michael Krufky <[email protected]>
9358L: [email protected]
9359W: http://linuxtv.org/
9360W: http://github.com/mkrufky
9361Q: http://patchwork.linuxtv.org/project/linux-media/list/
9362T: git git://linuxtv.org/mkrufky/tuners.git
9363S: Maintained
9364F: drivers/media/tuners/tda8290.*
9365
4b9fba30
HV
9366TDA9840 MEDIA DRIVER
9367M: Hans Verkuil <[email protected]>
9368L: [email protected]
9369T: git git://linuxtv.org/media_tree.git
9370W: http://linuxtv.org
9371S: Maintained
9372F: drivers/media/i2c/tda9840*
9373
2cb654fd 9374TEA5761 TUNER DRIVER
009a5410 9375M: Mauro Carvalho Chehab <[email protected]>
2cb654fd
MCC
9376L: [email protected]
9377W: http://linuxtv.org
9378T: git git://linuxtv.org/media_tree.git
9379S: Odd fixes
9380F: drivers/media/tuners/tea5761.*
9381
9382TEA5767 TUNER DRIVER
009a5410 9383M: Mauro Carvalho Chehab <[email protected]>
2cb654fd
MCC
9384L: [email protected]
9385W: http://linuxtv.org
9386T: git git://linuxtv.org/media_tree.git
9387S: Maintained
9388F: drivers/media/tuners/tea5767.*
9389
4b9fba30
HV
9390TEA6415C MEDIA DRIVER
9391M: Hans Verkuil <[email protected]>
9392L: [email protected]
9393T: git git://linuxtv.org/media_tree.git
9394W: http://linuxtv.org
9395S: Maintained
9396F: drivers/media/i2c/tea6415c*
9397
9398TEA6420 MEDIA DRIVER
9399M: Hans Verkuil <[email protected]>
9400L: [email protected]
9401T: git git://linuxtv.org/media_tree.git
9402W: http://linuxtv.org
9403S: Maintained
9404F: drivers/media/i2c/tea6420*
9405
3d249d4c 9406TEAM DRIVER
dca9ab92 9407M: Jiri Pirko <[email protected]>
3d249d4c
JP
9408L: [email protected]
9409S: Supported
9410F: drivers/net/team/
9411F: include/linux/if_team.h
c117ab84 9412F: include/uapi/linux/if_team.h
3d249d4c 9413
7d029125
VD
9414TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9415M: Savoir-faire Linux Inc. <[email protected]>
9416S: Maintained
9417F: arch/x86/platform/ts5500/
9418
40ad4a30
SY
9419TECHNOTREND USB IR RECEIVER
9420M: Sean Young <[email protected]>
9421L: [email protected]
9422S: Maintained
9423F: drivers/media/rc/ttusbir.c
9424
adabdb0c 9425TEGRA ARCHITECTURE SUPPORT
243d58ec 9426M: Stephen Warren <[email protected]>
adabdb0c 9427M: Thierry Reding <[email protected]>
554077c5 9428M: Alexandre Courbot <[email protected]>
84b9414b 9429L: [email protected]
fd117cd1 9430Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
b779b88d 9431T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
84b9414b 9432S: Supported
bbbe96ed 9433N: [^a-z]tegra
84b9414b 9434
adabdb0c
SW
9435TEGRA CLOCK DRIVER
9436M: Peter De Schrijver <[email protected]>
9437M: Prashant Gaikwad <[email protected]>
9438S: Supported
9439F: drivers/clk/tegra/
9440
9441TEGRA DMA DRIVER
9442M: Laxman Dewangan <[email protected]>
9443S: Supported
9444F: drivers/dma/tegra20-apb-dma.c
9445
adabdb0c
SW
9446TEGRA I2C DRIVER
9447M: Laxman Dewangan <[email protected]>
9448S: Supported
9449F: drivers/i2c/busses/i2c-tegra.c
9450
9451TEGRA IOMMU DRIVERS
9452M: Hiroshi Doyu <[email protected]>
9453S: Supported
9454F: drivers/iommu/tegra*
9455
9456TEGRA KBC DRIVER
9457M: Rakesh Iyer <[email protected]>
9458M: Laxman Dewangan <[email protected]>
9459S: Supported
9460F: drivers/input/keyboard/tegra-kbc.c
9461
adabdb0c
SW
9462TEGRA PWM DRIVER
9463M: Thierry Reding <[email protected]>
9464S: Supported
9465F: drivers/pwm/pwm-tegra.c
9466
9467TEGRA SERIAL DRIVER
9468M: Laxman Dewangan <[email protected]>
9469S: Supported
9470F: drivers/tty/serial/serial-tegra.c
9471
9472TEGRA SPI DRIVER
9473M: Laxman Dewangan <[email protected]>
9474S: Supported
9475F: drivers/spi/spi-tegra*
9476
1a348ccc 9477TEHUTI ETHERNET DRIVER
8b58be88 9478M: Andy Gospodarek <[email protected]>
1a348ccc
AG
9479L: [email protected]
9480S: Supported
ef7f5429 9481F: drivers/net/ethernet/tehuti/*
1a348ccc 9482
4e68852d 9483Telecom Clock Driver for MCPL0010
8b58be88 9484M: Mark Gross <[email protected]>
4e68852d 9485S: Supported
679655da 9486F: drivers/char/tlclk.c
4e68852d 9487
4480f15b 9488TENSILICA XTENSA PORT (xtensa)
8b58be88 9489M: Chris Zankel <[email protected]>
f959ed2f
CZ
9490M: Max Filippov <[email protected]>
9491L: [email protected]
4e68852d 9492S: Maintained
679655da 9493F: arch/xtensa/
3dc99857 9494F: drivers/irqchip/irq-xtensa-*
4e68852d 9495
5313ba66
HV
9496THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9497M: Hans Verkuil <[email protected]>
9498L: [email protected]
9499T: git git://linuxtv.org/media_tree.git
9500W: http://linuxtv.org
9501S: Maintained
9502F: drivers/media/radio/radio-raremono.c
9503
d3fb6955 9504THERMAL
b75f0050 9505M: Zhang Rui <[email protected]>
f14d1c24 9506M: Eduardo Valentin <[email protected]>
b75f0050
JP
9507L: [email protected]
9508T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9509T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9510Q: https://patchwork.kernel.org/project/linux-pm/list/
9511S: Supported
9512F: drivers/thermal/
9513F: include/linux/thermal.h
af6c9f16 9514F: include/uapi/linux/thermal.h
b75f0050
JP
9515F: include/linux/cpu_cooling.h
9516F: Documentation/devicetree/bindings/thermal/
d3fb6955 9517
30ba2fbd
VD
9518THINGM BLINK(1) USB RGB LED DRIVER
9519M: Vivien Didelot <[email protected]>
9520S: Maintained
9521F: drivers/hid/hid-thingm.c
9522
4e68852d 9523THINKPAD ACPI EXTRAS DRIVER
8b58be88 9524M: Henrique de Moraes Holschuh <[email protected]>
4e68852d 9525L: [email protected]
d0944853 9526L: [email protected]
4e68852d
AC
9527W: http://ibm-acpi.sourceforge.net
9528W: http://thinkwiki.org/wiki/Ibm-acpi
54e5881d 9529T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4e68852d 9530S: Maintained
679655da 9531F: drivers/platform/x86/thinkpad_acpi.c
4e68852d 9532
1b46f2a2 9533TI BANDGAP AND THERMAL DRIVER
f14d1c24 9534M: Eduardo Valentin <[email protected]>
1b46f2a2 9535L: [email protected]
794b2e25
EV
9536S: Supported
9537F: drivers/thermal/ti-soc-thermal/
1b46f2a2 9538
49b6a5e3
TK
9539TI CLOCK DRIVER
9540M: Tero Kristo <[email protected]>
9541L: [email protected]
9542S: Maintained
9543F: drivers/clk/ti/
9544F: include/linux/clk/ti.h
9545
4020f2d7 9546TI FLASH MEDIA INTERFACE DRIVER
8b58be88 9547M: Alex Dubov <[email protected]>
795fb7e7 9548S: Maintained
679655da
JP
9549F: drivers/misc/tifm*
9550F: drivers/mmc/host/tifm_sd.c
9551F: include/linux/tifm.h
4020f2d7 9552
e0c52404 9553TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
97215800 9554M: Santosh Shilimkar <[email protected]>
e0c52404
SS
9555L: [email protected]
9556L: [email protected] (moderated for non-subscribers)
9557S: Maintained
9558F: drivers/soc/ti/*
9559T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9560
9561
152ad442
SR
9562TI LM49xxx FAMILY ASoC CODEC DRIVERS
9563M: M R Swami Reddy <[email protected]>
d392dead 9564M: Vishwas A Deshpande <[email protected]>
152ad442
SR
9565L: [email protected] (moderated for non-subscribers)
9566S: Maintained
9567F: sound/soc/codecs/lm49453*
d392dead 9568F: sound/soc/codecs/isabelle*
152ad442 9569
0edd807d
KM
9570TI LP855x BACKLIGHT DRIVER
9571M: Milo Kim <[email protected]>
9572S: Maintained
9573F: Documentation/backlight/lp855x-driver.txt
9574F: drivers/video/backlight/lp855x_bl.c
9575F: include/linux/platform_data/lp855x.h
9576
faf13f6d
KM
9577TI LP8727 CHARGER DRIVER
9578M: Milo Kim <[email protected]>
9579S: Maintained
9580F: drivers/power/lp8727_charger.c
9581F: include/linux/platform_data/lp8727.h
9582
22f1229f
KM
9583TI LP8788 MFD DRIVER
9584M: Milo Kim <[email protected]>
9585S: Maintained
9586F: drivers/iio/adc/lp8788_adc.c
9587F: drivers/leds/leds-lp8788.c
9588F: drivers/mfd/lp8788*.c
9589F: drivers/power/lp8788-charger.c
9590F: drivers/regulator/lp8788-*.c
9591F: include/linux/mfd/lp8788*.h
9592
dd5e8e6b 9593TI TWL4030 SERIES SOC CODEC DRIVER
3be79d13 9594M: Peter Ujfalusi <[email protected]>
dd5e8e6b
PU
9595L: [email protected] (moderated for non-subscribers)
9596S: Maintained
9597F: sound/soc/codecs/twl4030*
9598
90921014 9599TI WILINK WIRELESS DRIVERS
90921014
LC
9600L: [email protected]
9601W: http://wireless.kernel.org/en/users/Drivers/wl12xx
9602W: http://wireless.kernel.org/en/users/Drivers/wl1251
9603T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
22d072f6 9604S: Orphan
90921014
LC
9605F: drivers/net/wireless/ti/
9606F: include/linux/wl12xx.h
9607
e86eaa3a 9608TIPC NETWORK LAYER
8b58be88
JP
9609M: Jon Maloy <[email protected]>
9610M: Allan Stephens <[email protected]>
633d2bde
AS
9611L: [email protected] (core kernel code)
9612L: [email protected] (user apps, general discussion)
e86eaa3a 9613W: http://tipc.sourceforge.net/
e86eaa3a 9614S: Maintained
c117ab84 9615F: include/uapi/linux/tipc*.h
679655da 9616F: net/tipc/
e86eaa3a 9617
867e359b 9618TILE ARCHITECTURE
c47b15c4 9619M: Chris Metcalf <[email protected]>
867e359b
CM
9620W: http://www.tilera.com/scm/
9621S: Supported
9622F: arch/tile/
6b940606 9623F: drivers/char/tile-srom.c
5c770755 9624F: drivers/edac/tile_edac.c
6b940606
CM
9625F: drivers/net/ethernet/tile/
9626F: drivers/rtc/rtc-tile.c
9627F: drivers/tty/hvc/hvc_tile.c
b5c6c1a7 9628F: drivers/tty/serial/tilegx.c
6b940606
CM
9629F: drivers/usb/host/*-tilegx.c
9630F: include/linux/usb/tilegx.h
867e359b 9631
1da177e4 9632TLAN NETWORK DRIVER
8b58be88 9633M: Samuel Chessman <[email protected]>
88c07dde 9634L: [email protected] (subscribers-only)
1da177e4
LT
9635W: http://sourceforge.net/projects/tlan/
9636S: Maintained
679655da 9637F: Documentation/networking/tlan.txt
b544dbac 9638F: drivers/net/ethernet/ti/tlan.*
1da177e4 9639
d74db3b2 9640TOMOYO SECURITY MODULE
8b58be88
JP
9641M: Kentaro Takeda <[email protected]>
9642M: Tetsuo Handa <[email protected]>
d03a5d88
TH
9643L: [email protected] (subscribers-only, for developers in English)
9644L: [email protected] (subscribers-only, for users in English)
d74db3b2
KT
9645L: [email protected] (subscribers-only, for developers in Japanese)
9646L: [email protected] (subscribers-only, for users in Japanese)
9647W: http://tomoyo.sourceforge.jp/
843d183c 9648T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
d74db3b2 9649S: Maintained
679655da 9650F: security/tomoyo/
d74db3b2 9651
9caeb532 9652TOPSTAR LAPTOP EXTRAS DRIVER
9f0939bf 9653M: Herton Ronaldo Krzesinski <[email protected]>
d0944853 9654L: [email protected]
9caeb532
HRK
9655S: Maintained
9656F: drivers/platform/x86/topstar-laptop.c
9657
1da177e4 9658TOSHIBA ACPI EXTRAS DRIVER
d0944853 9659L: [email protected]
15065531 9660S: Orphan
679655da 9661F: drivers/platform/x86/toshiba_acpi.c
1da177e4
LT
9662
9663TOSHIBA SMM DRIVER
8b58be88 9664M: Jonathan Buzzard <[email protected]>
1da177e4
LT
9665L: [email protected]
9666W: http://www.buzzard.org.uk/toshiba/
9667S: Maintained
679655da
JP
9668F: drivers/char/toshiba.c
9669F: include/linux/toshiba.h
c117ab84 9670F: include/uapi/linux/toshiba.h
1da177e4 9671
d719f900 9672TMIO MMC DRIVER
252f29a9 9673M: Ian Molton <[email protected]>
d1057c40 9674L: [email protected]
d719f900 9675S: Maintained
d1057c40
GL
9676F: drivers/mmc/host/tmio_mmc*
9677F: drivers/mmc/host/sh_mobile_sdhi.c
9678F: include/linux/mmc/tmio.h
9679F: include/linux/mmc/sh_mobile_sdhi.h
d719f900 9680
917cc4e6
GR
9681TMP401 HARDWARE MONITOR DRIVER
9682M: Guenter Roeck <[email protected]>
9683L: [email protected]
9684S: Maintained
9685F: Documentation/hwmon/tmp401
9686F: drivers/hwmon/tmp401.c
9687
98f32602 9688TMPFS (SHMEM FILESYSTEM)
bfcc6e2e 9689M: Hugh Dickins <[email protected]>
98f32602
HD
9690L: [email protected]
9691S: Maintained
9692F: include/linux/shmem_fs.h
9693F: mm/shmem.c
9694
45f95b53 9695TM6000 VIDEO4LINUX DRIVER
009a5410 9696M: Mauro Carvalho Chehab <[email protected]>
45f95b53
MCC
9697L: [email protected]
9698W: http://linuxtv.org
9699T: git git://linuxtv.org/media_tree.git
9700S: Odd fixes
9701F: drivers/media/usb/tm6000/
9702
c65fde19
HV
9703TW68 VIDEO4LINUX DRIVER
9704M: Hans Verkuil <[email protected]>
9705L: [email protected]
9706T: git git://linuxtv.org/media_tree.git
9707W: http://linuxtv.org
9708S: Odd Fixes
9709F: drivers/media/pci/tw68/
9710
4e68852d 9711TPM DEVICE DRIVER
901486b8 9712M: Peter Huewe <[email protected]>
383dec1f 9713M: Ashley Lai <[email protected]>
cbb2d5e4 9714M: Marcel Selhorst <[email protected]>
383dec1f 9715W: http://tpmdd.sourceforge.net
63a10dfd 9716L: [email protected] (moderated for non-subscribers)
4e68852d 9717S: Maintained
679655da 9718F: drivers/char/tpm/
4e68852d 9719
d6f005a1
JP
9720TRACING
9721M: Steven Rostedt <[email protected]>
d6f005a1 9722M: Ingo Molnar <[email protected]>
75fc2d37 9723T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
d6f005a1
JP
9724S: Maintained
9725F: Documentation/trace/ftrace.txt
9726F: arch/*/*/*/ftrace.h
9727F: arch/*/kernel/ftrace.c
9728F: include/*/ftrace.h
9729F: include/linux/trace*.h
9730F: include/trace/
9731F: kernel/trace/
6e68e6c5 9732F: tools/testing/selftests/ftrace/
d6f005a1 9733
1da177e4 9734TRIVIAL PATCHES
8b58be88 9735M: Jiri Kosina <[email protected]>
54e5881d 9736T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
1da177e4 9737S: Maintained
86ef925f 9738K: ^Subject:.*(?i)trivial
1da177e4 9739
4e68852d 9740TTY LAYER
879a5a00 9741M: Greg Kroah-Hartman <[email protected]>
25e6c11f 9742M: Jiri Slaby <[email protected]>
879a5a00 9743S: Supported
08deed1e 9744T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8dd5d2f1 9745F: drivers/tty/
df621252 9746F: drivers/tty/serial/serial_core.c
e3288775
AC
9747F: include/linux/serial_core.h
9748F: include/linux/serial.h
9749F: include/linux/tty.h
c117ab84
CEB
9750F: include/uapi/linux/serial_core.h
9751F: include/uapi/linux/serial.h
9752F: include/uapi/linux/tty.h
4e68852d 9753
91952bc0
AP
9754TUA9001 MEDIA DRIVER
9755M: Antti Palosaari <[email protected]>
9756L: [email protected]
9757W: http://linuxtv.org/
9758W: http://palosaari.fi/linux/
9759Q: http://patchwork.linuxtv.org/project/linux-media/list/
9760T: git git://linuxtv.org/anttip/media_tree.git
9761S: Maintained
9762F: drivers/media/tuners/tua9001*
9763
740db6d7 9764TULIP NETWORK DRIVERS
8b58be88 9765M: Grant Grundler <[email protected]>
740db6d7
GG
9766L: [email protected]
9767S: Maintained
0f04e2aa 9768F: drivers/net/ethernet/dec/tulip/
1da177e4
LT
9769
9770TUN/TAP driver
ba57b6f2 9771M: Maxim Krasnyansky <[email protected]>
1da177e4
LT
9772W: http://vtun.sourceforge.net/tun
9773S: Maintained
679655da
JP
9774F: Documentation/networking/tuntap.txt
9775F: arch/um/os-Linux/drivers/
1da177e4 9776
b454cc66 9777TURBOCHANNEL SUBSYSTEM
8b58be88 9778M: "Maciej W. Rozycki" <[email protected]>
c406339c
RB
9779M: Ralf Baechle <[email protected]>
9780L: [email protected]
9781Q: http://patchwork.linux-mips.org/project/linux-mips/list/
b454cc66 9782S: Maintained
679655da
JP
9783F: drivers/tc/
9784F: include/linux/tc.h
b454cc66 9785
1da177e4 9786U14-34F SCSI DRIVER
8b58be88 9787M: Dario Ballabio <[email protected]>
1da177e4
LT
9788L: [email protected]
9789S: Maintained
679655da 9790F: drivers/scsi/u14-34f.c
1da177e4 9791
e2d1d6c0 9792UBI FILE SYSTEM (UBIFS)
949cb623 9793M: Artem Bityutskiy <[email protected]>
cc8f9b99 9794M: Adrian Hunter <[email protected]>
e2d1d6c0 9795L: [email protected]
e2966cbe 9796T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
9797W: http://www.linux-mtd.infradead.org/doc/ubifs.html
9798S: Maintained
679655da
JP
9799F: Documentation/filesystems/ubifs.txt
9800F: fs/ubifs/
e2d1d6c0 9801
cc2020e6 9802UCLINUX (AND M68KNOMMU)
8b58be88 9803M: Greg Ungerer <[email protected]>
cc2020e6
AC
9804W: http://www.uclinux.org/
9805L: [email protected] (subscribers-only)
9806S: Maintained
61bc02bb
JP
9807F: arch/m68k/*/*_no.*
9808F: arch/m68k/include/asm/*_no.*
cc2020e6 9809
1da177e4 9810UDF FILESYSTEM
8b58be88 9811M: Jan Kara <[email protected]>
1da177e4 9812S: Maintained
679655da
JP
9813F: Documentation/filesystems/udf.txt
9814F: fs/udf/
1da177e4 9815
cc2020e6 9816UFS FILESYSTEM
8b58be88 9817M: Evgeniy Dushistov <[email protected]>
cc2020e6 9818S: Maintained
679655da
JP
9819F: Documentation/filesystems/ufs.txt
9820F: fs/ufs/
cc2020e6 9821
0a09d3ab
DR
9822UHID USERSPACE HID IO DRIVER:
9823M: David Herrmann <[email protected]>
9824L: [email protected]
9825S: Maintained
9826F: drivers/hid/uhid.c
c117ab84 9827F: include/uapi/linux/uhid.h
0a09d3ab 9828
18332a80 9829ULTRA-WIDEBAND (UWB) SUBSYSTEM:
18332a80 9830L: [email protected]
10c6c9c9 9831S: Orphan
355ffe69 9832F: drivers/uwb/
679655da
JP
9833F: include/linux/uwb.h
9834F: include/linux/uwb/
18332a80 9835
b31d8273
G
9836UNICORE32 ARCHITECTURE:
9837M: Guan Xuetao <[email protected]>
9838W: http://mprc.pku.edu.cn/~guanxuetao/linux
9839S: Maintained
ceebf4d5 9840T: git git://github.com/gxt/linux.git
b31d8273
G
9841F: arch/unicore32/
9842
d8379ab1
TF
9843UNIFDEF
9844M: Tony Finch <[email protected]>
9845W: http://dotat.at/prog/unifdef
9846S: Maintained
9847F: scripts/unifdef.c
9848
1da177e4 9849UNIFORM CDROM DRIVER
8b58be88 9850M: Jens Axboe <[email protected]>
1da177e4
LT
9851W: http://www.kernel.dk
9852S: Maintained
679655da
JP
9853F: Documentation/cdrom/
9854F: drivers/cdrom/cdrom.c
9855F: include/linux/cdrom.h
c117ab84 9856F: include/uapi/linux/cdrom.h
1da177e4 9857
56df0122
BR
9858UNISYS S-PAR DRIVERS
9859M: Benjamin Romer <[email protected]>
9860M: David Kershner <[email protected]>
9861L: [email protected] (Unisys internal)
9862S: Supported
9863F: drivers/staging/unisys/
9864
9941fa6e
VH
9865UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9866M: Vinayak Holikatti <[email protected]>
9941fa6e
VH
9867L: [email protected]
9868S: Supported
9869F: Documentation/scsi/ufs.txt
9870F: drivers/scsi/ufs/
9871
e2d1d6c0 9872UNSORTED BLOCK IMAGES (UBI)
949cb623 9873M: Artem Bityutskiy <[email protected]>
e2d1d6c0
RD
9874W: http://www.linux-mtd.infradead.org/
9875L: [email protected]
b6b44e0a 9876T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0 9877S: Maintained
80811493 9878F: drivers/mtd/ubi/
679655da 9879F: include/linux/mtd/ubi.h
c117ab84 9880F: include/uapi/mtd/ubi-user.h
e2d1d6c0 9881
76ac66e4
RW
9882UNSORTED BLOCK IMAGES (UBI) Fastmap
9883M: Richard Weinberger <[email protected]>
9884L: [email protected]
9885S: Maintained
9886F: drivers/mtd/ubi/fastmap.c
9887
1da177e4 9888USB ACM DRIVER
61eee9a7 9889M: Oliver Neukum <[email protected]>
6372594a 9890L: [email protected]
1da177e4 9891S: Maintained
679655da
JP
9892F: Documentation/usb/acm.txt
9893F: drivers/usb/class/cdc-acm.*
1da177e4 9894
b7d572e1
PF
9895USB AR5523 WIRELESS DRIVER
9896M: Pontus Fuchs <[email protected]>
9897L: [email protected]
9898S: Maintained
9899F: drivers/net/wireless/ath/ar5523/
9900
115bb1ff 9901USB ATTACHED SCSI
f50a4968 9902M: Hans de Goede <[email protected]>
8eae0fb7 9903M: Gerd Hoffmann <[email protected]>
115bb1ff
MW
9904L: [email protected]
9905L: [email protected]
8eae0fb7 9906S: Maintained
115bb1ff
MW
9907F: drivers/usb/storage/uas.c
9908
1da177e4 9909USB CDC ETHERNET DRIVER
61eee9a7 9910M: Oliver Neukum <[email protected]>
795fb7e7 9911L: [email protected]
1da177e4 9912S: Maintained
679655da 9913F: drivers/net/usb/cdc_*.c
c117ab84 9914F: include/uapi/linux/usb/cdc.h
1da177e4 9915
b02b371e 9916USB CYPRESS C67X00 DRIVER
8b58be88 9917M: Peter Korsgaard <[email protected]>
b02b371e
PK
9918L: [email protected]
9919S: Maintained
679655da 9920F: drivers/usb/c67x00/
b02b371e 9921
d0374f4f 9922USB DAVICOM DM9601 DRIVER
8b58be88 9923M: Peter Korsgaard <[email protected]>
043600a6 9924L: [email protected]
d0374f4f
PK
9925W: http://www.linux-usb.org/usbnet
9926S: Maintained
679655da 9927F: drivers/net/usb/dm9601.c
d0374f4f 9928
cc2020e6 9929USB DIAMOND RIO500 DRIVER
8b58be88 9930M: Cesar Miquel <[email protected]>
cc2020e6
AC
9931L: [email protected]
9932W: http://rio500.sourceforge.net
9933S: Maintained
679655da 9934F: drivers/usb/misc/rio500*
cc2020e6 9935
1da177e4 9936USB EHCI DRIVER
578333ab 9937M: Alan Stern <[email protected]>
795fb7e7 9938L: [email protected]
578333ab 9939S: Maintained
679655da
JP
9940F: Documentation/usb/ehci.txt
9941F: drivers/usb/host/ehci*
1da177e4 9942
69ae9e3e 9943USB GADGET/PERIPHERAL SUBSYSTEM
d6d0f665 9944M: Felipe Balbi <[email protected]>
795fb7e7 9945L: [email protected]
69ae9e3e 9946W: http://www.linux-usb.org/gadget
d6d0f665
FB
9947T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9948S: Maintained
679655da
JP
9949F: drivers/usb/gadget/
9950F: include/linux/usb/gadget*
69ae9e3e 9951
2dea64b4 9952USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8b58be88 9953M: Jiri Kosina <[email protected]>
795fb7e7 9954L: [email protected]
54e5881d 9955T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4 9956S: Maintained
c2f01971 9957F: Documentation/hid/hiddev.txt
679655da 9958F: drivers/hid/usbhid/
1da177e4 9959
959eea21 9960USB ISP116X DRIVER
8b58be88 9961M: Olav Kongas <[email protected]>
795fb7e7 9962L: [email protected]
959eea21 9963S: Maintained
679655da
JP
9964F: drivers/usb/host/isp116x*
9965F: include/linux/usb/isp116x.h
959eea21 9966
1da177e4 9967USB MASS STORAGE DRIVER
8b58be88 9968M: Matthew Dharm <[email protected]>
795fb7e7 9969L: [email protected]
8836aeb8 9970L: [email protected]
1da177e4
LT
9971S: Maintained
9972W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
679655da 9973F: drivers/usb/storage/
1da177e4 9974
af39917d
CL
9975USB MIDI DRIVER
9976M: Clemens Ladisch <[email protected]>
9977L: [email protected] (moderated for non-subscribers)
9978T: git git://git.alsa-project.org/alsa-kernel.git
9979S: Maintained
9980F: sound/usb/midi.*
9981
444ce9d4
JP
9982USB NETWORKING DRIVERS
9983L: [email protected]
9984S: Odd Fixes
9985F: drivers/net/usb/
9986
1da177e4 9987USB OHCI DRIVER
578333ab 9988M: Alan Stern <[email protected]>
795fb7e7 9989L: [email protected]
578333ab 9990S: Maintained
679655da
JP
9991F: Documentation/usb/ohci.txt
9992F: drivers/usb/host/ohci*
1da177e4 9993
563da3a9
VM
9994USB OVER IP DRIVER
9995M: Valentina Manea <[email protected]>
9996M: Shuah Khan <[email protected]>
9997L: [email protected]
9998S: Maintained
9999F: drivers/usb/usbip/
10000F: tools/usb/usbip/
10001
1da177e4 10002USB PEGASUS DRIVER
a16b945c 10003M: Petko Manolov <[email protected]>
795fb7e7 10004L: [email protected]
043600a6 10005L: [email protected]
052e3128
PM
10006T: git git://github.com/petkan/pegasus.git
10007W: https://github.com/petkan/pegasus
1da177e4 10008S: Maintained
679655da 10009F: drivers/net/usb/pegasus.*
1da177e4 10010
d3ad558f
FB
10011USB PHY LAYER
10012M: Felipe Balbi <[email protected]>
10013L: [email protected]
10014T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10015S: Maintained
10016F: drivers/usb/phy/
d3ad558f 10017
73e4fb3f 10018USB PRINTER DRIVER (usblp)
8b58be88 10019M: Pete Zaitcev <[email protected]>
795fb7e7 10020L: [email protected]
73e4fb3f 10021S: Supported
679655da 10022F: drivers/usb/class/usblp.c
1da177e4
LT
10023
10024USB RTL8150 DRIVER
a16b945c 10025M: Petko Manolov <[email protected]>
795fb7e7 10026L: [email protected]
043600a6 10027L: [email protected]
052e3128
PM
10028T: git git://github.com/petkan/rtl8150.git
10029W: https://github.com/petkan/rtl8150
1da177e4 10030S: Maintained
679655da 10031F: drivers/net/usb/rtl8150.c
1da177e4 10032
f896b796 10033USB SERIAL SUBSYSTEM
66085694 10034M: Johan Hovold <[email protected]>
795fb7e7 10035L: [email protected]
4e68852d 10036S: Maintained
679655da 10037F: Documentation/usb/usb-serial.txt
f896b796 10038F: drivers/usb/serial/
679655da 10039F: include/linux/usb/serial.h
1da177e4 10040
b3f0db1c
SG
10041USB SMSC75XX ETHERNET DRIVER
10042M: Steve Glendinning <[email protected]>
10043L: [email protected]
10044S: Maintained
10045F: drivers/net/usb/smsc75xx.*
10046
2f7ca802 10047USB SMSC95XX ETHERNET DRIVER
90b24cfb 10048M: Steve Glendinning <[email protected]>
2f7ca802 10049L: [email protected]
90b24cfb 10050S: Maintained
679655da 10051F: drivers/net/usb/smsc95xx.*
2f7ca802 10052
1da177e4 10053USB SUBSYSTEM
879a5a00 10054M: Greg Kroah-Hartman <[email protected]>
795fb7e7 10055L: [email protected]
1da177e4 10056W: http://www.linux-usb.org
08deed1e 10057T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
1da177e4 10058S: Supported
679655da 10059F: Documentation/usb/
679655da
JP
10060F: drivers/usb/
10061F: include/linux/usb.h
10062F: include/linux/usb/
1da177e4
LT
10063
10064USB UHCI DRIVER
8b58be88 10065M: Alan Stern <[email protected]>
795fb7e7 10066L: [email protected]
1da177e4 10067S: Maintained
679655da 10068F: drivers/usb/host/uhci*
1da177e4 10069
69ae9e3e 10070USB "USBNET" DRIVER FRAMEWORK
686f13bb 10071M: Oliver Neukum <[email protected]>
043600a6 10072L: [email protected]
69ae9e3e 10073W: http://www.linux-usb.org/usbnet
1da177e4 10074S: Maintained
679655da
JP
10075F: drivers/net/usb/usbnet.c
10076F: include/linux/usb/usbnet.h
1da177e4 10077
c0efd232 10078USB VIDEO CLASS
c53ac071 10079M: Laurent Pinchart <[email protected]>
616bd4e2 10080L: [email protected] (subscribers-only)
661263b5 10081L: [email protected]
275ffde4 10082T: git git://linuxtv.org/media_tree.git
57c6d2e9 10083W: http://www.ideasonboard.org/uvc/
c0efd232 10084S: Maintained
0c0d06ca 10085F: drivers/media/usb/uvc/
6c0f0359 10086F: include/uapi/linux/uvcvideo.h
1da177e4 10087
b60b9c45
HV
10088USB VISION DRIVER
10089M: Hans Verkuil <[email protected]>
10090L: [email protected]
10091T: git git://linuxtv.org/media_tree.git
10092W: http://linuxtv.org
10093S: Odd Fixes
10094F: drivers/media/usb/usbvision/
10095
8282da47
LP
10096USB WEBCAM GADGET
10097M: Laurent Pinchart <[email protected]>
10098L: [email protected]
10099S: Maintained
3a83c16e 10100F: drivers/usb/gadget/function/*uvc*
faf2e1db 10101F: drivers/usb/gadget/legacy/webcam.c
8282da47 10102
bf164cc0 10103USB WIRELESS RNDIS DRIVER (rndis_wlan)
e6146c5c 10104M: Jussi Kivilinna <[email protected]>
bf164cc0
JK
10105L: [email protected]
10106S: Maintained
679655da 10107F: drivers/net/wireless/rndis_wlan.c
bf164cc0 10108
eb6bab13 10109USB XHCI DRIVER
03d85053 10110M: Mathias Nyman <[email protected]>
eb6bab13
SS
10111L: [email protected]
10112S: Supported
36d0344c
SS
10113F: drivers/usb/host/xhci*
10114F: drivers/usb/host/pci-quirks*
eb6bab13 10115
1da177e4 10116USB ZD1201 DRIVER
4086b9ca 10117L: [email protected]
1da177e4 10118W: http://linux-lc100020.sourceforge.net
4086b9ca 10119S: Orphan
679655da 10120F: drivers/net/wireless/zd1201.*
1da177e4 10121
b7eee616 10122USB ZR364XX DRIVER
8b58be88 10123M: Antoine Jacquet <[email protected]>
795fb7e7 10124L: [email protected]
661263b5 10125L: [email protected]
275ffde4 10126T: git git://linuxtv.org/media_tree.git
b7eee616
AJ
10127W: http://royale.zerezo.com/zr364xx/
10128S: Maintained
679655da 10129F: Documentation/video4linux/zr364xx.txt
90d72ac6 10130F: drivers/media/usb/zr364xx/
b7eee616 10131
e7839f25 10132USER-MODE LINUX (UML)
8b58be88 10133M: Jeff Dike <[email protected]>
b15194b7 10134M: Richard Weinberger <[email protected]>
1da177e4
LT
10135L: [email protected]
10136L: [email protected]
10137W: http://user-mode-linux.sourceforge.net
10138S: Maintained
61516587 10139F: Documentation/virtual/uml/
679655da 10140F: arch/um/
b070989a 10141F: arch/x86/um/
679655da
JP
10142F: fs/hostfs/
10143F: fs/hppfs/
b7eee616 10144
e5f114e9 10145USERSPACE I/O (UIO)
6a534c9d 10146M: "Hans J. Koch" <[email protected]>
879a5a00 10147M: Greg Kroah-Hartman <[email protected]>
e5f114e9 10148S: Maintained
679655da
JP
10149F: Documentation/DocBook/uio-howto.tmpl
10150F: drivers/uio/
10151F: include/linux/uio*.h
e5f114e9 10152
256cccbe 10153UTIL-LINUX PACKAGE
8b58be88 10154M: Karel Zak <[email protected]>
256cccbe
KZ
10155L: [email protected]
10156W: http://en.wikipedia.org/wiki/Util-linux
10157T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
f899b0ad
KZ
10158S: Maintained
10159
c1fd1c07 10160UVESAFB DRIVER
8b58be88 10161M: Michal Januszewski <[email protected]>
c69f677c 10162L: [email protected]
c1fd1c07
MJ
10163W: http://dev.gentoo.org/~spock/projects/uvesafb/
10164S: Maintained
679655da 10165F: Documentation/fb/uvesafb.txt
8a61f013 10166F: drivers/video/fbdev/uvesafb.*
c1fd1c07 10167
4480f15b 10168VFAT/FAT/MSDOS FILESYSTEM
8b58be88 10169M: OGAWA Hirofumi <[email protected]>
1da177e4 10170S: Maintained
679655da
JP
10171F: Documentation/filesystems/vfat.txt
10172F: fs/fat/
1da177e4 10173
cba3345c
AW
10174VFIO DRIVER
10175M: Alex Williamson <[email protected]>
10176L: [email protected]
10177S: Maintained
10178F: Documentation/vfio.txt
10179F: drivers/vfio/
10180F: include/linux/vfio.h
c117ab84 10181F: include/uapi/linux/vfio.h
cba3345c 10182
9e6f3438
PO
10183VIDEOBUF2 FRAMEWORK
10184M: Pawel Osciak <[email protected]>
10185M: Marek Szyprowski <[email protected]>
e76e4706 10186M: Kyungmin Park <[email protected]>
9e6f3438
PO
10187L: [email protected]
10188S: Maintained
90d72ac6 10189F: drivers/media/v4l2-core/videobuf2-*
9e6f3438
PO
10190F: include/media/videobuf2-*
10191
9a82446b
AS
10192VIRTIO CONSOLE DRIVER
10193M: Amit Shah <[email protected]>
10194L: [email protected]
10195S: Maintained
10196F: drivers/char/virtio_console.c
10197F: include/linux/virtio_console.h
c117ab84 10198F: include/uapi/linux/virtio_console.h
9a82446b 10199
2426ec8f
MT
10200VIRTIO CORE, NET AND BLOCK DRIVERS
10201M: Rusty Russell <[email protected]>
10202M: "Michael S. Tsirkin" <[email protected]>
10203L: [email protected]
10204S: Maintained
10205F: drivers/virtio/
c893c8d7 10206F: tools/virtio/
2426ec8f
MT
10207F: drivers/net/virtio_net.c
10208F: drivers/block/virtio_blk.c
10209F: include/linux/virtio_*.h
916cdabc 10210F: include/uapi/linux/virtio_*.h
2426ec8f 10211
3a4d5c94
MT
10212VIRTIO HOST (VHOST)
10213M: "Michael S. Tsirkin" <[email protected]>
10214L: [email protected]
c996d8b9 10215L: [email protected]
3a4d5c94
MT
10216L: [email protected]
10217S: Maintained
10218F: drivers/vhost/
c117ab84 10219F: include/uapi/linux/vhost.h
3a4d5c94 10220
1da177e4 10221VIA RHINE NETWORK DRIVER
8b58be88 10222M: Roger Luethi <[email protected]>
1da177e4 10223S: Maintained
f2148a47 10224F: drivers/net/ethernet/via/via-rhine.c
1da177e4 10225
f0bf7f61 10226VIA SD/MMC CARD CONTROLLER DRIVER
558bbb2f 10227M: Bruce Chang <[email protected]>
8b58be88 10228M: Harald Welte <[email protected]>
f0bf7f61
HW
10229S: Maintained
10230F: drivers/mmc/host/via-sdmmc.c
10231
69e4a7c2 10232VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
c7babebd 10233M: Florian Tobias Schandinat <[email protected]>
c69f677c 10234L: [email protected]
69e4a7c2 10235S: Maintained
c7babebd
FTS
10236F: include/linux/via-core.h
10237F: include/linux/via-gpio.h
10238F: include/linux/via_i2c.h
8a61f013 10239F: drivers/video/fbdev/via/
69e4a7c2 10240
01f20734 10241VIA VELOCITY NETWORK DRIVER
8b58be88 10242M: Francois Romieu <[email protected]>
01f20734
FR
10243L: [email protected]
10244S: Maintained
f2148a47 10245F: drivers/net/ethernet/via/via-velocity.*
1da177e4 10246
77911fd2 10247VIVID VIRTUAL VIDEO DRIVER
0b7bc1fa
HV
10248M: Hans Verkuil <[email protected]>
10249L: [email protected]
10250T: git git://linuxtv.org/media_tree.git
10251W: http://linuxtv.org
10252S: Maintained
77911fd2 10253F: drivers/media/platform/vivid/*
0b7bc1fa 10254
be7f8273 10255VLAN (802.1Q)
8b58be88 10256M: Patrick McHardy <[email protected]>
be7f8273
PM
10257L: [email protected]
10258S: Maintained
679655da
JP
10259F: drivers/net/macvlan.c
10260F: include/linux/if_*vlan.h
10261F: net/8021q/
be7f8273 10262
55e331cf 10263VLYNQ BUS
8b58be88 10264M: Florian Fainelli <[email protected]>
8578d7af 10265L: [email protected] (subscribers-only)
55e331cf
FF
10266S: Maintained
10267F: drivers/vlynq/vlynq.c
10268F: include/linux/vlynq.h
10269
390beae4
MW
10270VME SUBSYSTEM
10271M: Martyn Welch <[email protected]>
1bd289d1 10272M: Manohar Vanga <[email protected]>
390beae4
MW
10273M: Greg Kroah-Hartman <[email protected]>
10274L: [email protected]
10275S: Maintained
10276T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10277F: Documentation/vme_api.txt
10278F: drivers/staging/vme/
10279F: drivers/vme/
10280F: include/linux/vme*
10281
4488e09b
AK
10282VMWARE HYPERVISOR INTERFACE
10283M: Alok Kataria <[email protected]>
10284L: [email protected]
10285S: Supported
10286F: arch/x86/kernel/cpu/vmware.c
10287
73b35d07
DT
10288VMWARE BALLOON DRIVER
10289M: Xavier Deguillard <[email protected]>
10290M: Philip Moltmann <[email protected]>
10291M: "VMware, Inc." <[email protected]>
10292L: [email protected]
10293S: Maintained
10294F: drivers/misc/vmw_balloon.c
10295
d1a890fa 10296VMWARE VMXNET3 ETHERNET DRIVER
65c8bb5b
JP
10297M: Shreyas Bhatewara <[email protected]>
10298M: "VMware, Inc." <[email protected]>
10299L: [email protected]
10300S: Maintained
10301F: drivers/net/vmxnet3/
d1a890fa 10302
851b1642 10303VMware PVSCSI driver
f2d7e40e 10304M: Arvind Kumar <[email protected]>
851b1642
AK
10305M: VMware PV-Drivers <[email protected]>
10306L: [email protected]
10307S: Maintained
10308F: drivers/scsi/vmw_pvscsi.c
10309F: drivers/scsi/vmw_pvscsi.h
10310
e53e86c7 10311VOLTAGE AND CURRENT REGULATOR FRAMEWORK
88dd75af 10312M: Liam Girdwood <[email protected]>
b02e48f2 10313M: Mark Brown <[email protected]>
5cdeb2c8 10314L: [email protected]
e53e86c7 10315W: http://opensource.wolfsonmicro.com/node/15
1dd68f01 10316W: http://www.slimlogic.co.uk/?p=48
6febb5ab 10317T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
e53e86c7 10318S: Supported
679655da
JP
10319F: drivers/regulator/
10320F: include/linux/regulator/
e53e86c7 10321
ab41319e 10322VT1211 HARDWARE MONITOR DRIVER
8b58be88 10323M: Juerg Haefliger <[email protected]>
ab41319e
JH
10324L: [email protected]
10325S: Maintained
679655da
JP
10326F: Documentation/hwmon/vt1211
10327F: drivers/hwmon/vt1211.c
ab41319e 10328
1de9e371 10329VT8231 HARDWARE MONITOR DRIVER
8b58be88 10330M: Roger Lucas <[email protected]>
1de9e371
RL
10331L: [email protected]
10332S: Maintained
679655da 10333F: drivers/hwmon/vt8231.c
1de9e371 10334
88095e7b
TO
10335VUB300 USB to SDIO/SD/MMC bridge chip
10336M: Tony Olech <[email protected]>
10337L: [email protected]
10338L: [email protected]
10339S: Supported
10340F: drivers/mmc/host/vub300.c
10341
1da177e4 10342W1 DALLAS'S 1-WIRE BUS
a8018766 10343M: Evgeniy Polyakov <[email protected]>
1da177e4 10344S: Maintained
679655da
JP
10345F: Documentation/w1/
10346F: drivers/w1/
1da177e4 10347
13927079 10348W83791D HARDWARE MONITORING DRIVER
8b58be88 10349M: Marc Hulsman <[email protected]>
13927079 10350L: [email protected]
25845c22 10351S: Maintained
679655da
JP
10352F: Documentation/hwmon/w83791d
10353F: drivers/hwmon/w83791d.c
13927079 10354
61db011d 10355W83793 HARDWARE MONITORING DRIVER
8b58be88 10356M: Rudolf Marek <[email protected]>
61db011d
RM
10357L: [email protected]
10358S: Maintained
679655da
JP
10359F: Documentation/hwmon/w83793
10360F: drivers/hwmon/w83793.c
61db011d 10361
e3760b43 10362W83795 HARDWARE MONITORING DRIVER
7c81c60f 10363M: Jean Delvare <[email protected]>
e3760b43
JD
10364L: [email protected]
10365S: Maintained
10366F: drivers/hwmon/w83795.c
10367
1da177e4 10368W83L51xD SD/MMC CARD INTERFACE DRIVER
8b58be88 10369M: Pierre Ossman <[email protected]>
1da177e4 10370S: Maintained
679655da 10371F: drivers/mmc/host/wbsd.*
1da177e4 10372
b4e05923
HG
10373WACOM PROTOCOL 4 SERIAL TABLETS
10374M: Julian Squires <[email protected]>
10375M: Hans de Goede <[email protected]>
10376L: [email protected]
10377S: Maintained
10378F: drivers/input/tablet/wacom_serial4.c
10379
3527761c 10380WATCHDOG DEVICE DRIVERS
8b58be88 10381M: Wim Van Sebroeck <[email protected]>
230a5cef
WVS
10382L: [email protected]
10383W: http://www.linux-watchdog.org/
f599aaf0 10384T: git git://www.linux-watchdog.org/linux-watchdog.git
3527761c 10385S: Maintained
679655da
JP
10386F: Documentation/watchdog/
10387F: drivers/watchdog/
10388F: include/linux/watchdog.h
c117ab84 10389F: include/uapi/linux/watchdog.h
3527761c 10390
1da177e4 10391WD7000 SCSI DRIVER
8b58be88 10392M: Miroslav Zagorac <[email protected]>
1da177e4
LT
10393L: [email protected]
10394S: Maintained
679655da 10395F: drivers/scsi/wd7000.c
1da177e4 10396
b22e00f3
DR
10397WIIMOTE HID DRIVER
10398M: David Herrmann <[email protected]>
10399L: [email protected]
10400S: Maintained
10401F: drivers/hid/hid-wiimote*
10402
e258b80e 10403WINBOND CIR DRIVER
364e9e18 10404M: David Härdeman <[email protected]>
e258b80e 10405S: Maintained
116ab806 10406F: drivers/media/rc/winbond-cir.c
e258b80e 10407
8a70da82 10408WIMAX STACK
8b58be88 10409M: Inaky Perez-Gonzalez <[email protected]>
8a70da82 10410M: [email protected]
63fae219 10411L: [email protected] (subscribers-only)
8a70da82
IPG
10412S: Supported
10413W: http://linuxwimax.org
315987dc 10414F: Documentation/wimax/README.wimax
315987dc
JP
10415F: include/linux/wimax/debug.h
10416F: include/net/wimax.h
c117ab84 10417F: include/uapi/linux/wimax.h
315987dc 10418F: net/wimax/
8a70da82 10419
5fc14680 10420WISTRON LAPTOP BUTTON DRIVER
8b58be88 10421M: Miloslav Trmac <[email protected]>
5fc14680 10422S: Maintained
679655da 10423F: drivers/input/misc/wistron_btns.c
5fc14680 10424
1da177e4 10425WL3501 WIRELESS PCMCIA CARD DRIVER
8b58be88 10426M: Arnaldo Carvalho de Melo <[email protected]>
724c6b35 10427L: [email protected]
926554c4 10428W: http://oops.ghostprotocols.net:81/blog
1da177e4 10429S: Maintained
679655da 10430F: drivers/net/wireless/wl3501*
1da177e4 10431
febf1dff 10432WM97XX TOUCHSCREEN DRIVERS
d9f1f489 10433M: Mark Brown <[email protected]>
8b58be88 10434M: Liam Girdwood <[email protected]>
febf1dff
MB
10435L: [email protected]
10436T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
10437W: http://opensource.wolfsonmicro.com/node/7
10438S: Supported
679655da
JP
10439F: drivers/input/touchscreen/*wm97*
10440F: include/linux/wm97xx.h
febf1dff 10441
055bcbcb 10442WOLFSON MICROELECTRONICS DRIVERS
fef95164 10443L: [email protected]
cf8eda3e 10444T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
b75ea16a 10445T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
cf8eda3e 10446W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
b75ea16a 10447S: Supported
3768f0b1 10448F: Documentation/hwmon/wm83??
af1c5386 10449F: arch/arm/mach-s3c64xx/mach-crag6410*
f05259a6 10450F: drivers/clk/clk-wm83*.c
9c309598 10451F: drivers/extcon/extcon-arizona.c
b75ea16a 10452F: drivers/leds/leds-wm83*.c
25b273ba 10453F: drivers/gpio/gpio-*wm*.c
9c309598 10454F: drivers/gpio/gpio-arizona.c
d22b0869 10455F: drivers/hwmon/wm83??-hwmon.c
59ec6da2
MB
10456F: drivers/input/misc/wm831x-on.c
10457F: drivers/input/touchscreen/wm831x-ts.c
10458F: drivers/input/touchscreen/wm97*.c
9c309598
MB
10459F: drivers/mfd/arizona*
10460F: drivers/mfd/wm*.c
b75ea16a
MB
10461F: drivers/power/wm83*.c
10462F: drivers/rtc/rtc-wm83*.c
10463F: drivers/regulator/wm8*.c
3860e6c4 10464F: drivers/video/backlight/wm83*_bl.c
b75ea16a 10465F: drivers/watchdog/wm83*_wdt.c
9c309598 10466F: include/linux/mfd/arizona/
3860e6c4 10467F: include/linux/mfd/wm831x/
b75ea16a 10468F: include/linux/mfd/wm8350/
3768f0b1 10469F: include/linux/mfd/wm8400*
59ec6da2 10470F: include/linux/wm97xx.h
055bcbcb 10471F: include/sound/wm????.h
9c309598 10472F: sound/soc/codecs/arizona.?
055bcbcb 10473F: sound/soc/codecs/wm*
b75ea16a 10474
3e6cd7a4
TH
10475WORKQUEUE
10476M: Tejun Heo <[email protected]>
3e6cd7a4
TH
10477T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10478S: Maintained
10479F: include/linux/workqueue.h
10480F: kernel/workqueue.c
10481F: Documentation/workqueue.txt
10482
1da177e4 10483X.25 NETWORK LAYER
8bf28059 10484M: Andrew Hendry <[email protected]>
1da177e4 10485L: [email protected]
8bf28059 10486S: Odd Fixes
679655da
JP
10487F: Documentation/networking/x25*
10488F: include/net/x25*
10489F: net/x25/
1da177e4 10490
e2d1d6c0 10491X86 ARCHITECTURE (32-BIT AND 64-BIT)
8b58be88
JP
10492M: Thomas Gleixner <[email protected]>
10493M: Ingo Molnar <[email protected]>
10494M: "H. Peter Anvin" <[email protected]>
bcde563c 10495M: [email protected]
981c3a4f 10496L: [email protected]
75fc2d37 10497T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
e2d1d6c0 10498S: Maintained
679655da
JP
10499F: Documentation/x86/
10500F: arch/x86/
e2d1d6c0 10501
d0944853 10502X86 PLATFORM DRIVERS
e181ba15 10503M: Darren Hart <[email protected]>
d0944853 10504L: [email protected]
e181ba15 10505T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
d0944853 10506S: Maintained
14430813 10507F: drivers/platform/x86/
d0944853 10508
c1f5c54b
IM
10509X86 MCE INFRASTRUCTURE
10510M: Tony Luck <[email protected]>
487ba8e8 10511M: Borislav Petkov <[email protected]>
c1f5c54b
IM
10512L: [email protected]
10513S: Maintained
10514F: arch/x86/kernel/cpu/mcheck/*
10515
f0905c5a
AL
10516X86 VDSO
10517M: Andy Lutomirski <[email protected]>
10518L: [email protected]
10519T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10520S: Maintained
10521F: arch/x86/vdso/
10522
d6fad502 10523XC2028/3028 TUNER DRIVER
009a5410 10524M: Mauro Carvalho Chehab <[email protected]>
d6fad502
MCC
10525L: [email protected]
10526W: http://linuxtv.org
10527T: git git://linuxtv.org/media_tree.git
10528S: Maintained
10529F: drivers/media/tuners/tuner-xc2028.*
10530
c4468085 10531XEN HYPERVISOR INTERFACE
c4468085 10532M: Konrad Rzeszutek Wilk <[email protected]>
3eeef8f7
KRW
10533M: Boris Ostrovsky <[email protected]>
10534M: David Vrabel <[email protected]>
11dbb52b 10535L: [email protected] (moderated for non-subscribers)
ea70ba3a 10536T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
c4468085
IC
10537S: Supported
10538F: arch/x86/xen/
10539F: drivers/*/xen-*front.c
10540F: drivers/xen/
10541F: arch/x86/include/asm/xen/
10542F: include/xen/
c117ab84 10543F: include/uapi/xen/
c4468085 10544
77bfb479
SS
10545XEN HYPERVISOR ARM
10546M: Stefano Stabellini <[email protected]>
11dbb52b 10547L: [email protected] (moderated for non-subscribers)
77bfb479
SS
10548S: Supported
10549F: arch/arm/xen/
10550F: arch/arm/include/asm/xen/
10551
b475e83f
SS
10552XEN HYPERVISOR ARM64
10553M: Stefano Stabellini <[email protected]>
11dbb52b 10554L: [email protected] (moderated for non-subscribers)
b475e83f
SS
10555S: Supported
10556F: arch/arm64/xen/
10557F: arch/arm64/include/asm/xen/
10558
9b57e1a7
IC
10559XEN NETWORK BACKEND DRIVER
10560M: Ian Campbell <[email protected]>
8386040b 10561M: Wei Liu <[email protected]>
11dbb52b 10562L: [email protected] (moderated for non-subscribers)
9b57e1a7
IC
10563L: [email protected]
10564S: Supported
10565F: drivers/net/xen-netback/*
10566
c5f8e29d
KRW
10567XEN PCI SUBSYSTEM
10568M: Konrad Rzeszutek Wilk <[email protected]>
11dbb52b 10569L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
10570S: Supported
10571F: arch/x86/pci/*xen*
10572F: drivers/pci/*xen*
10573
a2c5ae65
KRW
10574XEN BLOCK SUBSYSTEM
10575M: Konrad Rzeszutek Wilk <[email protected]>
10576L: [email protected] (moderated for non-subscribers)
10577S: Supported
10578F: drivers/block/xen-blkback/*
10579F: drivers/block/xen*
10580
15d03609
JG
10581XEN PVSCSI DRIVERS
10582M: Juergen Gross <[email protected]>
10583L: [email protected] (moderated for non-subscribers)
10584L: [email protected]
10585S: Supported
10586F: drivers/scsi/xen-scsifront.c
10587F: drivers/xen/xen-scsiback.c
10588F: include/xen/interface/io/vscsiif.h
10589
c5f8e29d
KRW
10590XEN SWIOTLB SUBSYSTEM
10591M: Konrad Rzeszutek Wilk <[email protected]>
11dbb52b 10592L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
10593S: Supported
10594F: arch/x86/xen/*swiotlb*
10595F: drivers/xen/*swiotlb*
10596
1da177e4
LT
10597XFS FILESYSTEM
10598P: Silicon Graphics Inc
809625ca 10599M: Dave Chinner <[email protected]>
18caa67a 10600M: [email protected]
d7ede1aa 10601L: [email protected]
1da177e4 10602W: http://oss.sgi.com/projects/xfs
54e5881d 10603T: git git://oss.sgi.com/xfs/xfs.git
1da177e4 10604S: Supported
679655da
JP
10605F: Documentation/filesystems/xfs.txt
10606F: fs/xfs/
1da177e4 10607
8a3b7a25 10608XILINX AXI ETHERNET DRIVER
59a54f30
MS
10609M: Anirudha Sarangi <[email protected]>
10610M: John Linn <[email protected]>
8a3b7a25
DB
10611S: Maintained
10612F: drivers/net/ethernet/xilinx/xilinx_axienet*
10613
238b8721 10614XILINX UARTLITE SERIAL DRIVER
8b58be88 10615M: Peter Korsgaard <[email protected]>
238b8721
PK
10616L: [email protected]
10617S: Maintained
df621252 10618F: drivers/tty/serial/uartlite.c
238b8721 10619
74316949
EB
10620XILLYBUS DRIVER
10621M: Eli Billauer <[email protected]>
10622L: [email protected]
10623S: Supported
10624F: drivers/char/xillybus/
10625
f620e4b8
MF
10626XTENSA XTFPGA PLATFORM SUPPORT
10627M: Max Filippov <[email protected]>
10628L: [email protected]
10629S: Maintained
10630F: drivers/spi/spi-xtensa-xtfpga.c
10631
1da177e4 10632YAM DRIVER FOR AX.25
8b58be88 10633M: Jean-Paul Roubelat <[email protected]>
1da177e4
LT
10634L: [email protected]
10635S: Maintained
679655da
JP
10636F: drivers/net/hamradio/yam*
10637F: include/linux/yam.h
1da177e4 10638
af64a5eb 10639YEALINK PHONE DRIVER
8b58be88 10640M: Henk Vergonet <[email protected]>
af64a5eb
HV
10641L: [email protected]
10642S: Maintained
679655da
JP
10643F: Documentation/input/yealink.txt
10644F: drivers/input/misc/yealink.*
af64a5eb 10645
1da177e4 10646Z8530 DRIVER FOR AX.25
8b58be88 10647M: Joerg Reuter <[email protected]>
1da177e4
LT
10648W: http://yaina.de/jreuter/
10649W: http://www.qsl.net/dl1bke/
10650L: [email protected]
10651S: Maintained
679655da
JP
10652F: Documentation/networking/z8530drv.txt
10653F: drivers/net/hamradio/*scc.c
10654F: drivers/net/hamradio/z8530.h
1da177e4 10655
0cf31ec1 10656ZBUD COMPRESSED PAGE ALLOCATOR
0e3b7e54 10657M: Seth Jennings <[email protected]>
0cf31ec1
SJ
10658L: [email protected]
10659S: Maintained
10660F: mm/zbud.c
10661F: include/linux/zbud.h
10662
7c0c3afb 10663ZD1211RW WIRELESS DRIVER
8b58be88
JP
10664M: Daniel Drake <[email protected]>
10665M: Ulrich Kunitz <[email protected]>
7c0c3afb 10666W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 10667L: [email protected]
7c0c3afb
DD
10668L: [email protected] (subscribers-only)
10669S: Maintained
679655da 10670F: drivers/net/wireless/zd1211rw/
7c0c3afb 10671
1da177e4 10672ZR36067 VIDEO FOR LINUX DRIVER
1da177e4 10673L: [email protected]
f63145e2 10674L: [email protected]
1da177e4 10675W: http://mjpeg.sourceforge.net/driver-zoran/
cea8321c 10676T: hg http://linuxtv.org/hg/v4l-dvb
f63145e2 10677S: Odd Fixes
90d72ac6 10678F: drivers/media/pci/zoran/
1da177e4 10679
6920f2cc
MK
10680ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10681M: Minchan Kim <[email protected]>
10682M: Nitin Gupta <[email protected]>
10683L: [email protected]
10684S: Maintained
10685F: drivers/block/zram/
10686F: Documentation/blockdev/zram.txt
10687
8b4a4080 10688ZS DECSTATION Z85C30 SERIAL DRIVER
8b58be88 10689M: "Maciej W. Rozycki" <[email protected]>
8b4a4080 10690S: Maintained
df621252 10691F: drivers/tty/serial/zs.*
8b4a4080 10692
eae70d06
MK
10693ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10694M: Minchan Kim <[email protected]>
10695M: Nitin Gupta <[email protected]>
10696L: [email protected]
10697S: Maintained
10698F: mm/zsmalloc.c
10699F: include/linux/zsmalloc.h
10700
0cf31ec1 10701ZSWAP COMPRESSED SWAP CACHING
0e3b7e54 10702M: Seth Jennings <[email protected]>
0cf31ec1
SJ
10703L: [email protected]
10704S: Maintained
10705F: mm/zswap.c
10706
1da177e4 10707THE REST
8b58be88 10708M: Linus Torvalds <[email protected]>
34d03cc1 10709L: [email protected]
8a6e2535 10710Q: http://patchwork.kernel.org/project/LKML/list/
d16adea3 10711T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
1da177e4 10712S: Buried alive in reporters
34d03cc1
JP
10713F: *
10714F: */
This page took 8.74343 seconds and 4 git commands to generate.