index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
85xx
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-05
powerpc/mpc85xx: Add CPU hotplug support for E6500
chenhui zhao
1
-31
/
+39
2016-03-05
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
chenhui zhao
1
-88
/
+108
2016-03-05
powerpc/mpc85xx: refactor the PM operations
chenhui zhao
1
-54
/
+19
2016-03-05
powerpc/cache: add cache flush operation for various e500
chenhui zhao
1
-2
/
+3
2015-10-28
Merge branch 'clock' into HEAD
Scott Wood
1
-1
/
+1
2015-10-28
powerpc/e6500: kexec: Handle hardware threads
Scott Wood
1
-0
/
+46
2015-10-28
powerpc/85xx: Implement 64-bit kexec support
Tiejun Chen
1
-0
/
+11
2015-10-22
powerpc/fsl: Move fsl_guts.h out of arch/powerpc
Scott Wood
1
-1
/
+1
2015-10-17
powerpc/85xx: Don't use generic timebase sync on 64-bit
Scott Wood
1
-1
/
+1
2015-10-17
powerpc/fsl-booke-64: Allow booting from the secondary thread
Scott Wood
1
-7
/
+20
2015-06-03
powerpc: mpc85xx: flush the l1 cache before cpu down in kexec
Kevin Hao
1
-50
/
+1
2015-04-01
powerpc/mpc85xx: call k(un)map_atomic rather than k(un)map
Yanjiang Jin
1
-2
/
+2
2014-07-30
powerpc/e6500: Add support for hardware threads
Andy Fleming
1
-0
/
+44
2014-04-23
powerpc: Fix SMP issues with ppc64le ABIv2
Anton Blanchard
1
-1
/
+2
2014-01-08
powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell support
Kevin Hao
1
-6
/
+11
2013-11-11
powerpc: add missing explicit OF includes for ppc
Rob Herring
1
-0
/
+1
2013-08-21
powerpc: Convert some mftb/mftbu into mfspr
Scott Wood
1
-2
/
+4
2013-08-21
powerpc/fsl-booke: Work around erratum A-006958
Scott Wood
1
-0
/
+23
2013-08-14
powerpc: Convert platforms to smp_generic_cpu_bootable
Andy Fleming
1
-0
/
+1
2013-07-01
powerpc: Delete __cpuinit usage from all users
Paul Gortmaker
1
-3
/
+3
2013-04-03
powerpc/85xx: fix a bug with the parameter of mpic_reset_core()
Chen-Hui Zhao
1
-1
/
+1
2012-11-25
powerpc/mpc85xx: Change spin table to cached memory
York Sun
1
-13
/
+36
2012-09-12
powerpc/85xx: add HOTPLUG_CPU support
Zhao Chenhui
1
-13
/
+77
2012-09-12
powerpc/85xx: implement hardware timebase sync
Zhao Chenhui
1
-0
/
+82
2012-09-12
powerpc/85xx: Replace epapr spin table macros/defines with a struct
Zhao Chenhui
1
-23
/
+23
2011-12-07
powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"
Kyle Moffett
1
-0
/
+1
2011-11-03
powerpc/85xx: Make kexec to interate over online cpus
Matthew McClintock
1
-1
/
+1
2011-10-13
powerpc/85xx: Setup secondary cores PIR with hard SMP id
Kumar Gala
1
-4
/
+5
2011-10-12
powerpc/85xx: Fix support for enabling doorbells for IPIs
Matthew McClintock
1
-0
/
+1
2011-07-08
powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_init
Laurentiu TUDOR
1
-4
/
+5
2011-06-23
powerpc/85xx: Set up doorbells even with no mpic
Scott Wood
1
-9
/
+12
2011-06-20
powerpc: Avoid extra indirect function call in sending IPIs
Paul Mackerras
1
-1
/
+1
2011-05-19
powerpc: Consolidate ipi message mux and demux
Milton Miller
1
-2
/
+4
2011-04-20
powerpc/smp: smp_ops->kick_cpu() should be able to fail
Michael Ellerman
1
-2
/
+4
2011-03-15
powerpc/85xx: Fix writing to spin table 'cpu-release-addr' on ppc64e
Kumar Gala
1
-1
/
+5
2010-10-14
powerpc/85xx: flush dcache before resetting cores
Matthew McClintock
1
-0
/
+50
2010-10-14
powerpc/85xx: Minor fixups for kexec on 85xx
Matthew McClintock
1
-13
/
+11
2010-10-14
powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec
Matthew McClintock
1
-2
/
+0
2010-10-08
powerpc/ppc64e: Fix link problem when building ppc64e_defconfig
Kumar Gala
1
-0
/
+7
2010-08-02
powerpc/85xx: kexec for SMP 85xx BookE systems
Matthew McClintock
1
-0
/
+63
2010-07-09
powerpc/book3e: More doorbell cleanups. Sample the PIR register
Benjamin Herrenschmidt
1
-1
/
+3
2010-02-13
powerpc/85xx: Fix SMP when "cpu-release-addr" is in lowmem
Peter Tyser
1
-2
/
+19
2009-09-11
powerpc/85xx: Fix SMP compile error and allow NULL for smp_ops
Kumar Gala
1
-10
/
+0
2009-08-28
powerpc: Properly start decrementer on BookE secondary CPUs
Benjamin Herrenschmidt
1
-12
/
+0
2009-08-20
powerpc: Move definitions of secondary CPU spinloop to header file
Benjamin Herrenschmidt
1
-1
/
+0
2009-06-23
powerpc/85xx: Fix issue found by lockdep trace in smp_85xx_kick_cpu
Kumar Gala
1
-5
/
+4
2009-03-11
powerpc/85xx: Update smp support to handle doorbells and non-mpic init
Kumar Gala
1
-8
/
+35
2008-12-30
powerpc/85xx: Add local_irq_restore in error handling code
Julia Lawall
1
-0
/
+1
2008-12-03
powerpc/85xx: Add support for SMP initialization
Kumar Gala
1
-0
/
+104