aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/platsmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+20
2015-03-27ARM: EXYNOS: fix CPU1 hotplug on Exynos3250Bartlomiej Zolnierkiewicz1-3/+20
2015-02-27ARM: EXYNOS: Don't use LDREX and STREX after disabling cache coherencyKrzysztof Kozlowski1-2/+1
2015-01-30cpuidle: exynos: add coupled cpuidle support for exynos4210Bartlomiej Zolnierkiewicz1-1/+1
2014-11-21ARM: EXYNOS: Use MCPM call-backs to support S2R on exynos5420Abhilash Kesavan1-0/+12
2014-11-21Merge branch 'v3.19-next/cleanup-samsung' into v3.19-next/mach-exynosKukjin Kim1-0/+113
2014-10-21ARM: EXYNOS: SWRESET is needed to boot secondary CPU on exynos3250Krzysztof Kozlowski1-0/+23
2014-10-21ARM: EXYNOS: Fix CPU idle clock down after CPU offKrzysztof Kozlowski1-2/+41
2014-10-21ARM: EXYNOS: Remove unneeded __ref annotation for cpu_die functionKrzysztof Kozlowski1-1/+1
2014-10-21ARM: EXYNOS: Move code from hotplug.c to platsmp.cKrzysztof Kozlowski1-0/+74
2014-09-14ARM: EXYNOS: Do not calculate boot address twiceKrzysztof Kozlowski1-2/+2
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+12
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+67
2014-08-07Merge branch 'next/fixes-non-critical' into next/cleanupOlof Johansson1-0/+66
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2014-07-26Merge branch 'next/fixes-non-critical' into next/socArnd Bergmann1-0/+66
2014-07-23ARM: EXYNOS: Refactored code for using PMU address via DTPankaj Dubey1-1/+3
2014-07-23Merge branch 'v3.17-next/cleanup-samsung' into v3.17-next/power-exynosKukjin Kim1-2/+1
2014-07-19ARM: EXYNOS: Fix build breakge with PM_SLEEP=nKrzysztof Kozlowski1-0/+66
2014-07-18ARM: EXYNOS: Fix core ID used by platsmp and hotplug codeTomasz Figa1-15/+19
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-2/+2
2014-07-15ARM: EXYNOS: Remove file path from comment sectionPankaj Dubey1-2/+1
2014-06-17ARM: exynos: move sysram info to exynos.cOlof Johansson1-24/+2
2014-05-30Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversOlof Johansson1-3/+1
2014-05-31ARM: EXYNOS: Add 5800 SoC supportArun Kumar K1-1/+1
2014-05-26ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynosDaniel Lezcano1-1/+1
2014-05-26ARM: EXYNOS: Remove unnecessary inclusion of cpu.hSachin Kamat1-2/+0
2014-05-16ARM: EXYNOS: use generic exynos cpu power control functionsLeela Krishna Amudala1-6/+3
2014-05-15ARM: EXYNOS: Map SYSRAM through generic DT bindingsSachin Kamat1-4/+52
2014-03-21ARM: EXYNOS: Remove hardware.h fileSachin Kamat1-2/+0
2013-12-28Merge tag 'samsung-cleanup-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-2/+1
2013-12-19ARM: EXYNOS: remove <mach/regs-clock.h> for exynosKukjin Kim1-1/+0
2013-12-19ARM: EXYNOS: local regs-pmu.h header fileKukjin Kim1-1/+1
2013-12-11ARM: clean up cache handling in platform codeNicolas Pitre1-2/+1
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-2/+2
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+9
2013-06-19ARM: EXYNOS: add secondary CPU boot base location for EXYNOS5420Chander Kashyap1-0/+2
2013-06-19ARM: dts: list the CPU nodes for EXYNOS5250Chander Kashyap1-3/+7
2013-06-19ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processorLeela Krishna Amudala1-1/+1
2013-05-04Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+27
2013-04-09ARM: EXYNOS: Add secure firmware support to secondary CPU bring-upTomasz Figa1-5/+27
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas1-8/+0
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring1-1/+1
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-3/+1
2012-12-18ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440Kukjin Kim1-1/+1
2012-11-28ARM: EXYNOS: Add support for secondary CPU bring-up on Exynos4412Tomasz Figa1-6/+24
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-09-14ARM: consolidate pen_release instead of having per platform definitionsMarc Zyngier1-7/+0
2012-09-14ARM: SoC: convert Exynos4 to SMP operationsMarc Zyngier1-4/+16
2012-08-11ARM: 7485/1: EXYNOS: use SGI0 to wake secondary CPUsStephen Boyd1-1/+1