summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: shmobile: Allow use of boot code for non-SMP caseMagnus Damm2014-06-262-9/+15
* ARM: shmobile: Move r8a7791.hGeert Uytterhoeven2014-06-256-6/+16
* ARM: shmobile: Remove ARCH_HAS_CPUFREQ config for shmobileGaku Inami2014-06-231-1/+0
* ARM: shmobile: rcar-gen2: update call to dma_contiguous_reserve_areaVincent Stehlé2014-06-231-1/+1
* ARM: shmobile: rcar-gen2: correct return value of shmobile_smp_apmu_suspend_initSimon Horman2014-06-171-1/+1
* ARM: shmobile: rcar-gen2: Remove useless copied section for LongTrailGeert Uytterhoeven2014-06-171-8/+1
* ARM: shmobile: rcar-gen2: Use "1ULL" instead of "(u64)1"Geert Uytterhoeven2014-06-171-1/+1
* ARM: shmobile: rcar-gen2: Update for of_get_flat_dt_prop() updateGeert Uytterhoeven2014-06-171-0/+76
* ARM: shmobile: Add shared R-Car Gen2 CMA reservation codeMagnus Damm2014-06-174-0/+6
* ARM: shmobile: Use shmobile_init_late() on r8a7791 DT-onlyMagnus Damm2014-06-171-0/+1
* ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-onlyMagnus Damm2014-06-171-0/+1
* ARM: shmobile: Mark all SoCs in shmobile as CPUFreq, capableBenoit Cousson2014-06-171-0/+2
* ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAMkeita kobayashi2014-06-171-0/+1
* ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAMkeita kobayashi2014-06-171-0/+1
* ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAMkeita kobayashi2014-06-172-4/+58
* ARM: shmobile: r8a7791 SYSC setup codekeita kobayashi2014-06-174-0/+51
* ARM: shmobile: Move rcar-gen2.h, cleanup r8a7790 caseMagnus Damm2014-06-1712-9/+10
* ARM: shmobile: Move pm-rcar.h, cleanup r8a7779 caseMagnus Damm2014-06-177-17/+16
* ARM: shmobile: Move pm-rmobile.h, cleanup sh73xx.hMagnus Damm2014-06-1710-10/+8
* ARM: shmobile: Move common.hMagnus Damm2014-06-1752-51/+51
* ARM: shmobile: Move most of irqs.h, keep some for pinctlMagnus Damm2014-06-1725-42/+45
* ARM: shmobile: Move clock.hMagnus Damm2014-06-1713-13/+13
* ARM: shmobile: Move dma-register.hMagnus Damm2014-06-176-5/+5
* ARM: shmobile: Move intc.h, cleanup sh_intc.h usageMagnus Damm2014-06-176-7/+2
* Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-166-30/+75
|\
| * Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-116-30/+75
| |\
| | * ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing with higher...Nishanth Menon2014-06-062-2/+2
| | * ARM: OMAP5+: dpll: support Duty Cycle Correction(DCC)Andrii Tseglytskyi2014-06-061-0/+9
| | * ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clockPeter Ujfalusi2014-05-281-11/+11
| | * ARM: OMAP2: clock: add DT boot support for cpufreq_ckTero Kristo2014-05-281-0/+53
| | * CLK: TI: interface: add support for omap2430 specific interface clockTero Kristo2014-05-281-1/+0
| | * CLK: TI: APLL: add support for omap2 apllsTero Kristo2014-05-281-11/+0
| | * CLK: TI: DPLL: add support for omap2 core dpllTero Kristo2014-05-282-5/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-131-27/+27
|\ \ \
| * \ \ Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-123-8/+4
| |\ \ \
| * | | | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-051-27/+27
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-132-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-0661-233/+276
| |\ \ \ \ \
| * | | | | | perf/ARM: Use common PMU interrupt disabled codeVince Weaver2014-06-052-3/+7
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-128-75/+94
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-0423-53/+104
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-021-72/+67
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-271-3/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'rfkill-gpio-cleanups' of git://git.kernel.org/pub/scm/linux/ker...John W. Linville2014-05-061-3/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: tegra: remove obsolete gpio entriesHeikki Krogerus2014-04-111-3/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-2438-180/+172
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix boardThomas Petazzoni2014-05-161-0/+4
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-1299-230/+558
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | ARM: dts: am4372: Add clock names for cpsw and cptsGeorge Cherian2014-05-051-0/+2
| * | | | | | | | | | ARM: dts: am33xx: Add clock names for cpsw and cptsGeorge Cherian2014-05-051-0/+2