index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2019-05-16
powerpc/smp: Fix NMI IPI xmon timeout
Nicholas Piggin
1
-64
/
+29
2019-05-16
powerpc/smp: Fix NMI IPI timeout
Nicholas Piggin
1
-2
/
+3
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
2018-04-03
powerpc: use NMI IPI for smp_send_stop
Nicholas Piggin
1
-0
/
+8
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-5
/
+5
2018-01-16
powernv/kdump: Fix cases where the kdump kernel can get HMI's
Balbir Singh
1
-0
/
+18
2017-08-31
powerpc/smp: Add Power9 scheduler topology
Oliver O'Halloran
1
-1
/
+49
2017-08-31
powerpc/smp: Add cpu_l2_cache_map
Oliver O'Halloran
1
-6
/
+17
2017-08-31
powerpc/smp: Rework CPU topology construction
Oliver O'Halloran
1
-66
/
+86
2017-08-31
powerpc/smp: Use cpu_to_chip_id() to find core siblings
Oliver O'Halloran
1
-26
/
+11
2017-08-09
powerpc: NMI IPI improve lock primitive
Nicholas Piggin
1
-3
/
+3
2017-07-31
Merge tag 'v4.13-rc1' into fixes
Michael Ellerman
1
-1
/
+19
2017-07-28
powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPU
Michael Ellerman
1
-10
/
+2
2017-07-12
powerpc/64s: implement arch-specific hardlockup watchdog
Nicholas Piggin
1
-1
/
+19
2017-07-07
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+4
2017-07-02
powerpc: use spin loop primitives in some functions
Nicholas Piggin
1
-2
/
+2
2017-06-28
powerpc/smp: Convert NR_CPUS to nr_cpu_ids
Santosh Sivaraj
1
-1
/
+1
2017-06-28
powerpc/smp: Do not BUG_ON if invalid CPU during kick
Santosh Sivaraj
1
-1
/
+2
2017-05-23
powerpc: Adjust system_state check
Thomas Gleixner
1
-1
/
+1
2017-05-05
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-51
/
+248
2017-05-03
powerpc/smp: Document irq enable/disable after migrating IRQs
Michael Ellerman
1
-1
/
+8
2017-04-28
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Nicholas Piggin
1
-0
/
+3
2017-04-28
powerpc: Add NMI IPI infrastructure
Nicholas Piggin
1
-36
/
+207
2017-04-15
powerpc/smp: Replace open coded task affinity logic
Thomas Gleixner
1
-15
/
+11
2017-04-13
powerpc: Introduce msgsnd/doorbell barrier primitives
Nicholas Piggin
1
-2
/
+8
2017-04-13
powerpc: Change the doorbell IPI calling convention
Nicholas Piggin
1
-12
/
+5
2017-04-07
powerpc/smp: Remove migrate_irq() custom implementation
Benjamin Herrenschmidt
1
-1
/
+8
2017-04-06
powerpc: Add optional smp_ops->prepare_cpu SMP callback
Benjamin Herrenschmidt
1
-0
/
+10
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/core: Remove the tsk_cpus_allowed() wrapper
Ingo Molnar
1
-1
/
+1
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2016-11-30
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Thiago Jung Bauermann
1
-3
/
+3
2016-08-22
powerpc, hotplug: Avoid to touch non-existent cpumasks.
Boqun Feng
1
-1
/
+1
2016-08-01
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
1
-0
/
+1
2016-06-21
powerpc: export cpu_to_core_id()
Mauricio Faria de Oliveira
1
-0
/
+1
2016-06-16
powerpc/sparse: Include headers containing prototypes
Daniel Axtens
1
-0
/
+1
2016-06-16
powerpc: Introduce asm-prototypes.h
Daniel Axtens
1
-0
/
+1
2016-05-06
sched: Allow per-cpu kernel threads to run on online && !active
Peter Zijlstra (Intel)
1
-1
/
+1
[next]