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
starfive-6.6.48-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
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
powerpc/smp: Check for duplicate topologies and consolidate
Srikar Dronamraju
1
-0
/
+26
2020-10-06
powerpc/smp: Depend on cpu_l1_cache_map when adding CPUs
Srikar Dronamraju
1
-4
/
+3
2020-10-06
powerpc/smp: Stop passing mask to update_mask_by_l2
Srikar Dronamraju
1
-4
/
+4
2020-10-06
powerpc/smp: Limit CPUs traversed to within a node.
Srikar Dronamraju
1
-1
/
+1
2020-10-06
powerpc/smp: Optimize remove_cpu_from_masks
Srikar Dronamraju
1
-2
/
+9
2020-10-06
powerpc/smp: Remove get_physical_package_id
Srikar Dronamraju
1
-20
/
+0
2020-10-06
powerpc/smp: Stop updating cpu_core_mask
Srikar Dronamraju
1
-26
/
+7
2020-09-18
powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()
Michael Ellerman
1
-2
/
+2
2020-09-18
powerpc/smp: Fold cpu_die() into its only caller
Michael Ellerman
1
-4
/
+0
2020-09-18
powerpc: Move arch_cpu_idle_dead() into smp.c
Michael Ellerman
1
-0
/
+6
2020-09-16
powerpc/smp: Create coregroup domain
Srikar Dronamraju
1
-1
/
+53
2020-09-16
powerpc/smp: Allocate cpumask only after searching thread group
Srikar Dronamraju
1
-4
/
+3
2020-09-16
powerpc/numa: Detect support for coregroup
Srikar Dronamraju
1
-0
/
+1
2020-09-16
powerpc/smp: Optimize start_secondary
Srikar Dronamraju
1
-6
/
+11
2020-09-16
powerpc/smp: Dont assume l2-cache to be superset of sibling
Srikar Dronamraju
1
-14
/
+29
2020-09-16
powerpc/smp: Move topology fixups into a new function
Srikar Dronamraju
1
-6
/
+11
2020-09-16
powerpc/smp: Move powerpc_topology above
Srikar Dronamraju
1
-52
/
+52
2020-09-16
powerpc/smp: Merge Power9 topology with Power topology
Srikar Dronamraju
1
-22
/
+3
2020-09-16
powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODES
Srikar Dronamraju
1
-0
/
+2
2020-07-20
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
1
-0
/
+1
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-06-02
powerpc: Fix misleading small cores print
Michael Neuling
1
-1
/
+1
2020-03-26
powerpc/smp: Use IS_ENABLED() to avoid #ifdef
Michael Ellerman
1
-3
/
+2
2020-03-26
powerpc/smp: Drop superfluous NULL check
Michael Ellerman
1
-5
/
+2
2020-03-04
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
1
-5
/
+0
2020-03-04
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
1
-3
/
+27
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-23
powerpc: 'current_set' is now a table of task_struct pointers
Christophe Leroy
1
-6
/
+4
2019-02-23
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
1
-1
/
+1
2019-02-23
powerpc/64: Use task_stack_page() to initialise paca->kstack
Christophe Leroy
1
-1
/
+3
2019-02-21
powerpc/smp: Make __smp_send_nmi_ipi() static
Nicholas Piggin
1
-1
/
+2
2019-02-21
powerpc/smp: Fix NMI IPI xmon timeout
Nicholas Piggin
1
-64
/
+29
2019-02-21
powerpc/smp: Fix NMI IPI timeout
Nicholas Piggin
1
-2
/
+3
2018-10-21
powerpc: Fix stack protector crashes on CPU hotplug
Michael Ellerman
1
-7
/
+3
2018-10-13
powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
Gautham R. Shenoy
1
-1
/
+18
2018-10-13
powerpc: Detect the presence of big-cores via "ibm, thread-groups"
Gautham R. Shenoy
1
-0
/
+222
2018-10-13
powerpc/64: properly initialise the stackprotector canary on SMP.
Christophe Leroy
1
-0
/
+8
2018-08-21
powerpc/topology: Get topology for shared processors at boot
Srikar Dronamraju
1
-0
/
+5
2018-07-24
powerpc: NMI IPI make NMI IPIs fully sychronous
Nicholas Piggin
1
-23
/
+27
2018-06-19
powerpc: smp_send_stop do not offline stopped CPUs
Nicholas Piggin
1
-6
/
+0
2018-06-03
powerpc/nmi: Add an API for sending "safe" NMIs
Michael Ellerman
1
-5
/
+15
2018-06-03
powerpc: move a stray NMI IPI case under NMI_IPI ifdef
Nicholas Piggin
1
-0
/
+2
2018-06-03
powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdef
Nicholas Piggin
1
-0
/
+8
2018-06-03
powerpc: generic clockevents broadcast receiver call tick_receive_broadcast
Nicholas Piggin
1
-2
/
+2
2018-05-03
powerpc64/ftrace: Disable ftrace during hotplug
Naveen N. Rao
1
-0
/
+8
2018-05-03
powerpc64/ftrace: Delay enabling ftrace on secondary cpus
Naveen N. Rao
1
-0
/
+4
2018-04-27
powerpc: Fix deadlock with multiple calls to smp_send_stop
Nicholas Piggin
1
-16
/
+39
2018-04-25
powerpc: Fix smp_send_stop NMI IPI handling
Nicholas Piggin
1
-5
/
+17
2018-04-03
powerpc: hard disable irqs in smp_send_stop loop
Nicholas Piggin
1
-2
/
+3
[prev]
[next]