summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-14ARM: s3c64xx: avoid warning about 'struct device_node'Arnd Bergmann1-0/+1
2016-07-07ARM: iop: Fix indentationJungseung Lee1-2/+2
2016-07-05Merge tag 'imx-cleanup-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson25-315/+88
2016-07-04Merge tag 'mvebu-cleanup-4.8-1' of git://git.infradead.org/linux-mvebu into n...Olof Johansson8-6/+11
2016-06-28ARM: imx: remove cpu_is_mx*()Arnd Bergmann2-103/+0
2016-06-28ARM: imx: remove last call to cpu_is_mx5*Arnd Bergmann1-8/+0
2016-06-28ARM: imx: rework mx27_pm_init() callArnd Bergmann4-7/+5
2016-06-28ARM: imx: deconstruct mx3_idleArnd Bergmann3-44/+24
2016-06-28ARM: imx: deconstruct mxc_rnga initializationArnd Bergmann5-61/+18
2016-06-28ARM: imx: remove cpu_is_mx1 checkArnd Bergmann3-8/+11
2016-06-21ARM: i.MX: Do not explicitly call l2x0_of_init()Andrey Smirnov5-15/+13
2016-06-21ARM: i.MX: system.c: Tweak prefetch settings for performanceAndrey Smirnov1-2/+6
2016-06-21ARM: i.MX: system.c: Replace magic numbersAndrey Smirnov1-1/+4
2016-06-21ARM: i.MX: system.c: Remove redundant errata 752271 codeAndrey Smirnov1-11/+0
2016-06-21ARM: i.MX: system.c: Convert goto to if statementAndrey Smirnov1-19/+17
2016-06-20Merge tag 'vexpress-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson4-5/+9
2016-06-16ARM: Kirkwood: fix kirkwood_pm_init() declaration/typeBen Dooks1-2/+2
2016-06-16ARM: Kirkwood: make kirkwood_disable_mbus_error_propagation() staticBen Dooks1-1/+1
2016-06-16ARM: orion5x: make orion5x_legacy_handle_irq staticBen Dooks1-1/+1
2016-06-16mvebu: add definition for coherency_baseBen Dooks1-0/+1
2016-06-16mvebu: make mvebu_armada375_smp_wa_init() staticBen Dooks1-1/+1
2016-06-16mvebu: fix missing include of common.h in cpu-reset.cBen Dooks1-0/+2
2016-06-16mvebu: fix missing include of common.h in pm.cBen Dooks1-0/+1
2016-06-16mvebu: fix missing includes in pmsu.cBen Dooks1-1/+2
2016-06-13Merge tag 'samsung-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson13-11/+14
2016-06-13power: vexpress: make dev_attr_active staticBen Dooks1-2/+2
2016-06-13ARM: vexpress/spc: fix missing include of spc.hBen Dooks1-0/+2
2016-06-13ARM: versatile: fix missing <plat/platsmp.h> includeBen Dooks1-0/+2
2016-06-13ARM: vexpress/hotplug: fix missing core.h includeBen Dooks1-0/+2
2016-06-13ARM: vexpress/spc: remove unused variable perf_stat_regSudeep Holla1-3/+1
2016-06-12ARM: imx: Use IRQCHIP_DECLARE for TZICAlexander Shiyan5-9/+5
2016-06-12ARM: imx: Remove orphan headerAlexander Shiyan1-42/+0
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij33-55/+52
2016-06-03ARM: uniphier: drop code for old DT bindingMasahiro Yamada1-13/+5
2016-06-03ARM: s3c24xx: Sort cpufreq tablesViresh Kumar3-1/+4
2016-05-30ARM: SAMSUNG: Fix typosAndrea Gelmini10-10/+10
2016-05-29Linux 4.7-rc1v4.7-rc1Linus Torvalds1-3/+3
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds67-258/+373
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds17-150/+734
2016-05-28h8300: Add <asm/hash.h>George Spelvin2-0/+54
2016-05-28microblaze: Add <asm/hash.h>George Spelvin2-0/+82
2016-05-28m68k: Add <asm/hash.h>George Spelvin2-0/+60
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin6-4/+299
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81