index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
85xx
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()
Michael Ellerman
1
-1
/
+1
2022-01-14
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+2
2021-11-29
powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
Michael Ellerman
1
-2
/
+2
2021-11-29
powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n
Xiaoming Ni
1
-2
/
+2
2021-10-09
powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
Xiaoming Ni
1
-6
/
+6
2020-09-18
powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()
Michael Ellerman
1
-2
/
+2
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-01-07
powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entry
Bai Yingjie
1
-0
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-10-14
powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.
Christophe Leroy
1
-2
/
+2
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-4
/
+4
2017-04-28
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Nicholas Piggin
1
-0
/
+1
2017-04-13
powerpc: Change the doorbell IPI calling convention
Nicholas Piggin
1
-9
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-11-30
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Thiago Jung Bauermann
1
-4
/
+4
2016-03-04
powerpc/mpc85xx: Add CPU hotplug support for E6500
chenhui zhao
1
-31
/
+39
2016-03-04
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
chenhui zhao
1
-88
/
+108
2016-03-04
powerpc/mpc85xx: refactor the PM operations
chenhui zhao
1
-54
/
+19
2016-03-04
powerpc/cache: add cache flush operation for various e500
chenhui zhao
1
-2
/
+3
2015-10-27
Merge branch 'clock' into HEAD
Scott Wood
1
-1
/
+1
2015-10-27
powerpc/e6500: kexec: Handle hardware threads
Scott Wood
1
-0
/
+46
2015-10-27
powerpc/85xx: Implement 64-bit kexec support
Tiejun Chen
1
-0
/
+11
2015-10-21
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-02
powerpc: mpc85xx: flush the l1 cache before cpu down in kexec
Kevin Hao
1
-50
/
+1
2015-03-31
powerpc/mpc85xx: call k(un)map_atomic rather than k(un)map
Yanjiang Jin
1
-2
/
+2
2014-07-29
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-07
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-20
powerpc: Convert some mftb/mftbu into mfspr
Scott Wood
1
-2
/
+4
2013-08-20
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-11
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-22
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
[next]