summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/smp.c
AgeCommit message (Expand)Author
2017-08-31powerpc/smp: Add Power9 scheduler topologyOliver O'Halloran
2017-08-31powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran
2017-08-31powerpc/smp: Rework CPU topology constructionOliver O'Halloran
2017-08-31powerpc/smp: Use cpu_to_chip_id() to find core siblingsOliver O'Halloran
2017-08-09powerpc: NMI IPI improve lock primitiveNicholas Piggin
2017-07-31Merge tag 'v4.13-rc1' into fixesMichael Ellerman
2017-07-28powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPUMichael Ellerman
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-02powerpc: use spin loop primitives in some functionsNicholas Piggin
2017-06-28powerpc/smp: Convert NR_CPUS to nr_cpu_idsSantosh Sivaraj
2017-06-28powerpc/smp: Do not BUG_ON if invalid CPU during kickSantosh Sivaraj
2017-05-23powerpc: Adjust system_state checkThomas Gleixner
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-05-03powerpc/smp: Document irq enable/disable after migrating IRQsMichael Ellerman
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin
2017-04-15powerpc/smp: Replace open coded task affinity logicThomas Gleixner
2017-04-13powerpc: Introduce msgsnd/doorbell barrier primitivesNicholas Piggin
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin
2017-04-07powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt
2017-04-06powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann
2016-08-22powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-06-21powerpc: export cpu_to_core_id()Mauricio Faria de Oliveira
2016-06-16powerpc/sparse: Include headers containing prototypesDaniel Axtens
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2016-02-29KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier
2016-02-29powerpc/smp: Add smp_muxed_ipi_set_messageSuresh Warrier
2016-02-29powerpc/smp: Support more IPI messagesSuresh Warrier
2015-03-04powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2015-01-28powerpc: Remove some unused functionsMichael Ellerman
2014-12-29Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active ...Michael Ellerman
2014-12-09powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter
2014-09-25powerpc: Only set numa node information for present cpus at boottimeLi Zhong
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard
2014-08-13powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan
2014-07-02sched: Fix compiler warningsGuenter Roeck