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
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-30
powerpc/smp: Make debugger_ipi_callback() static
Cédric Le Goater
1
-1
/
+1
2021-01-30
powerpc/smp: Include tick_broadcast() prototype
Cédric Le Goater
1
-0
/
+1
2020-12-21
powerpc/smp: Add __init to init_big_cores()
Cédric Le Goater
1
-1
/
+1
2020-12-11
powerpc/smp: Add support detecting thread-groups sharing L2 cache
Gautham R. Shenoy
1
-5
/
+53
2020-12-11
powerpc/smp: Rename init_thread_group_l1_cache_map() to make it generic
Gautham R. Shenoy
1
-7
/
+10
2020-12-11
powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_map
Gautham R. Shenoy
1
-7
/
+7
2020-12-11
powerpc/smp: Parse ibm,thread-groups with multiple properties
Gautham R. Shenoy
1
-61
/
+113
2020-11-02
powerpc/smp: Call rcu_cpu_starting() earlier
Qian Cai
1
-1
/
+2
2020-10-19
powerpc/smp: Use GFP_ATOMIC while allocating tmp mask
Srikar Dronamraju
1
-26
/
+31
2020-10-19
powerpc/smp: Remove unnecessary variable
Srikar Dronamraju
1
-9
/
+4
2020-10-06
powerpc/smp: Optimize update_coregroup_mask
Srikar Dronamraju
1
-8
/
+22
2020-10-06
powerpc/smp: Move coregroup mask updation to a new function
Srikar Dronamraju
1
-13
/
+19
2020-10-06
powerpc/smp: Optimize update_mask_by_l2
Srikar Dronamraju
1
-6
/
+45
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-27
powerpc/smp: Use IS_ENABLED() to avoid #ifdef
Michael Ellerman
1
-3
/
+2
2020-03-27
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-22
powerpc/smp: Make __smp_send_nmi_ipi() static
Nicholas Piggin
1
-1
/
+2
2019-02-22
powerpc/smp: Fix NMI IPI xmon timeout
Nicholas Piggin
1
-64
/
+29
2019-02-22
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
[next]