index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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
*
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
|
\
|
*
powerpc: use spin loop primitives in some functions
Nicholas Piggin
2017-07-02
1
-2
/
+2
|
*
powerpc/smp: Convert NR_CPUS to nr_cpu_ids
Santosh Sivaraj
2017-06-28
1
-1
/
+1
|
*
powerpc/smp: Do not BUG_ON if invalid CPU during kick
Santosh Sivaraj
2017-06-28
1
-1
/
+2
*
|
powerpc: Adjust system_state check
Thomas Gleixner
2017-05-23
1
-1
/
+1
|
/
*
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-05-05
1
-51
/
+248
|
\
|
*
powerpc/smp: Document irq enable/disable after migrating IRQs
Michael Ellerman
2017-05-03
1
-1
/
+8
|
*
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Nicholas Piggin
2017-04-28
1
-0
/
+3
|
*
powerpc: Add NMI IPI infrastructure
Nicholas Piggin
2017-04-28
1
-36
/
+207
|
*
powerpc: Introduce msgsnd/doorbell barrier primitives
Nicholas Piggin
2017-04-13
1
-2
/
+8
|
*
powerpc: Change the doorbell IPI calling convention
Nicholas Piggin
2017-04-13
1
-12
/
+5
|
*
powerpc/smp: Remove migrate_irq() custom implementation
Benjamin Herrenschmidt
2017-04-07
1
-1
/
+8
|
*
powerpc: Add optional smp_ops->prepare_cpu SMP callback
Benjamin Herrenschmidt
2017-04-06
1
-0
/
+10
*
|
powerpc/smp: Replace open coded task affinity logic
Thomas Gleixner
2017-04-15
1
-15
/
+11
|
/
*
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
2017-03-03
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/core: Remove the tsk_cpus_allowed() wrapper
Ingo Molnar
2017-03-02
1
-1
/
+1
*
mm: add new mmgrab() helper
Vegard Nossum
2017-02-27
1
-1
/
+1
*
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Thiago Jung Bauermann
2016-11-30
1
-3
/
+3
*
powerpc, hotplug: Avoid to touch non-existent cpumasks.
Boqun Feng
2016-08-22
1
-1
/
+1
*
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
2016-08-01
1
-0
/
+1
*
powerpc: export cpu_to_core_id()
Mauricio Faria de Oliveira
2016-06-21
1
-0
/
+1
*
powerpc/sparse: Include headers containing prototypes
Daniel Axtens
2016-06-16
1
-0
/
+1
*
powerpc: Introduce asm-prototypes.h
Daniel Axtens
2016-06-16
1
-0
/
+1
*
sched: Allow per-cpu kernel threads to run on online && !active
Peter Zijlstra (Intel)
2016-05-06
1
-1
/
+1
*
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-19
1
-1
/
+6
|
\
|
*
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
chenhui zhao
2016-03-04
1
-1
/
+6
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-16
1
-5
/
+23
|
\
\
|
*
|
KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
Suresh E. Warrier
2016-02-29
1
-0
/
+11
|
*
|
powerpc/smp: Add smp_muxed_ipi_set_message
Suresh Warrier
2016-02-29
1
-1
/
+8
|
*
|
powerpc/smp: Support more IPI messages
Suresh Warrier
2016-02-29
1
-4
/
+4
|
|
/
*
|
arch/hotplug: Call into idle with a proper state
Thomas Gleixner
2016-03-01
1
-1
/
+1
|
/
*
powerpc/smp: Wait until secondaries are active & online
Michael Ellerman
2015-03-04
1
-2
/
+2
*
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2015-02-11
1
-14
/
+0
|
\
[next]