summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-0193-428/+214
|\
| * ARM: mps2: fix typoBaruch Siach2016-07-211-1/+1
| * Merge tag 'tegra-for-4.8-arm-soc' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2016-07-149-22/+33
| |\
| | * ARM: tegra: Remove board_init_funcs arrayArnd Bergmann2016-07-111-21/+3
| | * ARM: tegra: pm: Add tegra_cpu_do_idle() prototypeThierry Reding2016-06-101-1/+1
| | * ARM: tegra: irq: Add missing irq.h includeThierry Reding2016-06-101-0/+1
| | * ARM: tegra: cpuidle: Add missing cpuidle.h includeThierry Reding2016-06-104-0/+5
| | * ARM: tegra: hotplug: Include missing common.hThierry Reding2016-06-102-0/+23
| * | ARM: s3c64xx: avoid warning about 'struct device_node'Arnd Bergmann2016-07-141-0/+1
| * | ARM: iop: Fix indentationJungseung Lee2016-07-071-2/+2
| * | Merge tag 'imx-cleanup-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2016-07-0525-315/+88
| |\ \
| | * | ARM: imx: remove cpu_is_mx*()Arnd Bergmann2016-06-282-103/+0
| | * | ARM: imx: remove last call to cpu_is_mx5*Arnd Bergmann2016-06-281-8/+0
| | * | ARM: imx: rework mx27_pm_init() callArnd Bergmann2016-06-284-7/+5
| | * | ARM: imx: deconstruct mx3_idleArnd Bergmann2016-06-283-44/+24
| | * | ARM: imx: deconstruct mxc_rnga initializationArnd Bergmann2016-06-285-61/+18
| | * | ARM: imx: remove cpu_is_mx1 checkArnd Bergmann2016-06-283-8/+11
| | * | ARM: i.MX: Do not explicitly call l2x0_of_init()Andrey Smirnov2016-06-215-15/+13
| | * | ARM: i.MX: system.c: Tweak prefetch settings for performanceAndrey Smirnov2016-06-211-2/+6
| | * | ARM: i.MX: system.c: Replace magic numbersAndrey Smirnov2016-06-211-1/+4
| | * | ARM: i.MX: system.c: Remove redundant errata 752271 codeAndrey Smirnov2016-06-211-11/+0
| | * | ARM: i.MX: system.c: Convert goto to if statementAndrey Smirnov2016-06-211-19/+17
| | * | ARM: imx: Use IRQCHIP_DECLARE for TZICAlexander Shiyan2016-06-125-9/+5
| | * | ARM: imx: Remove orphan headerAlexander Shiyan2016-06-121-42/+0
| | |/
| * | Merge tag 'mvebu-cleanup-4.8-1' of git://git.infradead.org/linux-mvebu into n...Olof Johansson2016-07-048-6/+11
| |\ \
| | * | ARM: Kirkwood: fix kirkwood_pm_init() declaration/typeBen Dooks2016-06-161-2/+2
| | * | ARM: Kirkwood: make kirkwood_disable_mbus_error_propagation() staticBen Dooks2016-06-161-1/+1
| | * | ARM: orion5x: make orion5x_legacy_handle_irq staticBen Dooks2016-06-161-1/+1
| | * | mvebu: add definition for coherency_baseBen Dooks2016-06-161-0/+1
| | * | mvebu: make mvebu_armada375_smp_wa_init() staticBen Dooks2016-06-161-1/+1
| | * | mvebu: fix missing include of common.h in cpu-reset.cBen Dooks2016-06-161-0/+2
| | * | mvebu: fix missing include of common.h in pm.cBen Dooks2016-06-161-0/+1
| | * | mvebu: fix missing includes in pmsu.cBen Dooks2016-06-161-1/+2
| | |/
| * | Merge tag 'vexpress-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2016-06-203-3/+7
| |\ \
| | * | ARM: vexpress/spc: fix missing include of spc.hBen Dooks2016-06-131-0/+2
| | * | ARM: versatile: fix missing <plat/platsmp.h> includeBen Dooks2016-06-131-0/+2
| | * | ARM: vexpress/hotplug: fix missing core.h includeBen Dooks2016-06-131-0/+2
| | * | ARM: vexpress/spc: remove unused variable perf_stat_regSudeep Holla2016-06-131-3/+1
| | |/
| * | Merge tag 'samsung-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2016-06-1313-11/+14
| |\ \
| | * | ARM: s3c24xx: Sort cpufreq tablesViresh Kumar2016-06-033-1/+4
| | * | ARM: SAMSUNG: Fix typosAndrea Gelmini2016-05-3010-10/+10
| | |/
| * | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-0333-55/+52
| * | ARM: uniphier: drop code for old DT bindingMasahiro Yamada2016-06-031-13/+5
| |/
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-01118-132/+113
|\ \
| * | x86, crypto: Restore MODULE_LICENSE() to glue_helper.c so it loadsPaul Gortmaker2016-07-201-1/+3
| * | x86/apic: Remove duplicated include from probe_64.cWei Yongjun2016-07-191-1/+0
| * | x86/ce4100: Remove duplicated include from ce4100.cWei Yongjun2016-07-191-2/+0
| * | x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_tStephen Rothwell2016-07-191-0/+1
| * | x86/platform: Delete extraneous MODULE_* tags fromm ts5500Paul Gortmaker2016-07-161-4/+0
| * | x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-1411-12/+11