aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09powerpc: NMI IPI improve lock primitiveNicholas Piggin1-3/+3
2017-07-31Merge tag 'v4.13-rc1' into fixesMichael Ellerman1-1/+19
2017-07-28powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPUMichael Ellerman1-10/+2
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin1-1/+19
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+4
2017-07-02powerpc: use spin loop primitives in some functionsNicholas Piggin1-2/+2
2017-06-28powerpc/smp: Convert NR_CPUS to nr_cpu_idsSantosh Sivaraj1-1/+1
2017-06-28powerpc/smp: Do not BUG_ON if invalid CPU during kickSantosh Sivaraj1-1/+2
2017-05-23powerpc: Adjust system_state checkThomas Gleixner1-1/+1
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-51/+248
2017-05-03powerpc/smp: Document irq enable/disable after migrating IRQsMichael Ellerman1-1/+8
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+3
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin1-36/+207
2017-04-15powerpc/smp: Replace open coded task affinity logicThomas Gleixner1-15/+11
2017-04-13powerpc: Introduce msgsnd/doorbell barrier primitivesNicholas Piggin1-2/+8
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin1-12/+5
2017-04-07powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt1-1/+8
2017-04-06powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt1-0/+10
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-3/+3
2016-08-22powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng1-1/+1
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao1-0/+1
2016-06-21powerpc: export cpu_to_core_id()Mauricio Faria de Oliveira1-0/+1
2016-06-16powerpc/sparse: Include headers containing prototypesDaniel Axtens1-0/+1
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens1-0/+1
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)1-1/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+6
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+23
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao1-1/+6
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-29KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier1-0/+11
2016-02-29powerpc/smp: Add smp_muxed_ipi_set_messageSuresh Warrier1-1/+8
2016-02-29powerpc/smp: Support more IPI messagesSuresh Warrier1-4/+4
2015-03-04powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman1-2/+2
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-14/+0
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-14/+0
2014-12-29Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active and online"Michael Ellerman1-8/+1
2014-12-09powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard1-1/+8
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-09-25powerpc: Only set numa node information for present cpus at boottimeLi Zhong1-2/+8
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard1-0/+1
2014-08-13powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan1-6/+5
2014-07-02sched: Fix compiler warningsGuenter Roeck1-1/+1
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-32/+11
2014-06-05sched: Rename capacity related flagsNicolas Pitre1-1/+1
2014-05-28powerpc: Check cpu_thread_in_subcore() in __cpu_up()Michael Ellerman1-1/+1