index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
powerpc/numa: Detect support for coregroup
Srikar Dronamraju
2020-09-16
1
-0
/
+1
*
powerpc/smp: Optimize start_secondary
Srikar Dronamraju
2020-09-16
1
-6
/
+11
*
powerpc/smp: Dont assume l2-cache to be superset of sibling
Srikar Dronamraju
2020-09-16
1
-14
/
+29
*
powerpc/smp: Move topology fixups into a new function
Srikar Dronamraju
2020-09-16
1
-6
/
+11
*
powerpc/smp: Move powerpc_topology above
Srikar Dronamraju
2020-09-16
1
-52
/
+52
*
powerpc/smp: Merge Power9 topology with Power topology
Srikar Dronamraju
2020-09-16
1
-22
/
+3
*
powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODES
Srikar Dronamraju
2020-09-16
1
-0
/
+2
*
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
2020-07-20
1
-0
/
+1
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
powerpc: Fix misleading small cores print
Michael Neuling
2020-06-02
1
-1
/
+1
*
powerpc/smp: Use IS_ENABLED() to avoid #ifdef
Michael Ellerman
2020-03-27
1
-3
/
+2
*
powerpc/smp: Drop superfluous NULL check
Michael Ellerman
2020-03-27
1
-5
/
+2
*
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
2020-03-04
1
-5
/
+0
*
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
2020-03-04
1
-3
/
+27
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc: 'current_set' is now a table of task_struct pointers
Christophe Leroy
2019-02-23
1
-6
/
+4
*
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
2019-02-23
1
-1
/
+1
*
powerpc/64: Use task_stack_page() to initialise paca->kstack
Christophe Leroy
2019-02-23
1
-1
/
+3
*
powerpc/smp: Make __smp_send_nmi_ipi() static
Nicholas Piggin
2019-02-22
1
-1
/
+2
*
powerpc/smp: Fix NMI IPI xmon timeout
Nicholas Piggin
2019-02-22
1
-64
/
+29
*
powerpc/smp: Fix NMI IPI timeout
Nicholas Piggin
2019-02-22
1
-2
/
+3
*
powerpc: Fix stack protector crashes on CPU hotplug
Michael Ellerman
2018-10-21
1
-7
/
+3
*
powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
Gautham R. Shenoy
2018-10-13
1
-1
/
+18
*
powerpc: Detect the presence of big-cores via "ibm, thread-groups"
Gautham R. Shenoy
2018-10-13
1
-0
/
+222
*
powerpc/64: properly initialise the stackprotector canary on SMP.
Christophe Leroy
2018-10-13
1
-0
/
+8
*
powerpc/topology: Get topology for shared processors at boot
Srikar Dronamraju
2018-08-21
1
-0
/
+5
*
powerpc: NMI IPI make NMI IPIs fully sychronous
Nicholas Piggin
2018-07-24
1
-23
/
+27
*
powerpc: smp_send_stop do not offline stopped CPUs
Nicholas Piggin
2018-06-19
1
-6
/
+0
*
powerpc/nmi: Add an API for sending "safe" NMIs
Michael Ellerman
2018-06-03
1
-5
/
+15
*
powerpc: move a stray NMI IPI case under NMI_IPI ifdef
Nicholas Piggin
2018-06-03
1
-0
/
+2
*
powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdef
Nicholas Piggin
2018-06-03
1
-0
/
+8
*
powerpc: generic clockevents broadcast receiver call tick_receive_broadcast
Nicholas Piggin
2018-06-03
1
-2
/
+2
*
powerpc64/ftrace: Disable ftrace during hotplug
Naveen N. Rao
2018-05-03
1
-0
/
+8
*
powerpc64/ftrace: Delay enabling ftrace on secondary cpus
Naveen N. Rao
2018-05-03
1
-0
/
+4
*
powerpc: Fix deadlock with multiple calls to smp_send_stop
Nicholas Piggin
2018-04-27
1
-16
/
+39
*
powerpc: Fix smp_send_stop NMI IPI handling
Nicholas Piggin
2018-04-25
1
-5
/
+17
*
powerpc: hard disable irqs in smp_send_stop loop
Nicholas Piggin
2018-04-03
1
-2
/
+3
*
powerpc: use NMI IPI for smp_send_stop
Nicholas Piggin
2018-04-03
1
-0
/
+8
*
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
1
-5
/
+5
*
powernv/kdump: Fix cases where the kdump kernel can get HMI's
Balbir Singh
2018-01-16
1
-0
/
+18
*
powerpc/smp: Add Power9 scheduler topology
Oliver O'Halloran
2017-08-31
1
-1
/
+49
*
powerpc/smp: Add cpu_l2_cache_map
Oliver O'Halloran
2017-08-31
1
-6
/
+17
*
powerpc/smp: Rework CPU topology construction
Oliver O'Halloran
2017-08-31
1
-66
/
+86
*
powerpc/smp: Use cpu_to_chip_id() to find core siblings
Oliver O'Halloran
2017-08-31
1
-26
/
+11
*
powerpc: NMI IPI improve lock primitive
Nicholas Piggin
2017-08-09
1
-3
/
+3
*
Merge tag 'v4.13-rc1' into fixes
Michael Ellerman
2017-07-31
1
-1
/
+19
|
\
|
*
powerpc/64s: implement arch-specific hardlockup watchdog
Nicholas Piggin
2017-07-12
1
-1
/
+19
*
|
powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPU
Michael Ellerman
2017-07-28
1
-10
/
+2
|
/
*
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-07-07
1
-3
/
+4
|
\
[prev]
[next]