summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/smp.c
AgeCommit message (Expand)Author
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child
2021-12-09powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini
2021-12-09powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini
2021-11-29powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILINGMichael Ellerman
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-10-20powerpc: Use of_get_cpu_hwid()Rob Herring
2021-10-20powerpc/smp: do not decrement idle task preempt count in CPU offlineNathan Lynch
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel
2021-08-27powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju
2021-08-27powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju
2021-08-27powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju
2021-08-27powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju
2021-08-04powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah
2021-08-04powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin
2021-06-17powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-04-17powerpc/smp: Set numa node before updating maskSrikar Dronamraju
2021-04-17powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju
2021-04-17powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju
2021-04-14powerpc/smp: Make some symbols staticYu Kuai
2021-01-30powerpc/smp: Make debugger_ipi_callback() staticCédric Le Goater
2021-01-30powerpc/smp: Include tick_broadcast() prototypeCédric Le Goater
2020-12-21powerpc/smp: Add __init to init_big_cores()Cédric Le Goater
2020-12-11powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy
2020-12-11powerpc/smp: Rename init_thread_group_l1_cache_map() to make it genericGautham R. Shenoy
2020-12-11powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_mapGautham R. Shenoy
2020-12-11powerpc/smp: Parse ibm,thread-groups with multiple propertiesGautham R. Shenoy
2020-11-02powerpc/smp: Call rcu_cpu_starting() earlierQian Cai
2020-10-19powerpc/smp: Use GFP_ATOMIC while allocating tmp maskSrikar Dronamraju
2020-10-19powerpc/smp: Remove unnecessary variableSrikar Dronamraju
2020-10-06powerpc/smp: Optimize update_coregroup_maskSrikar Dronamraju
2020-10-06powerpc/smp: Move coregroup mask updation to a new functionSrikar Dronamraju
2020-10-06powerpc/smp: Optimize update_mask_by_l2Srikar Dronamraju
2020-10-06powerpc/smp: Check for duplicate topologies and consolidateSrikar Dronamraju
2020-10-06powerpc/smp: Depend on cpu_l1_cache_map when adding CPUsSrikar Dronamraju
2020-10-06powerpc/smp: Stop passing mask to update_mask_by_l2Srikar Dronamraju
2020-10-06powerpc/smp: Limit CPUs traversed to within a node.Srikar Dronamraju
2020-10-06powerpc/smp: Optimize remove_cpu_from_masksSrikar Dronamraju
2020-10-06powerpc/smp: Remove get_physical_package_idSrikar Dronamraju
2020-10-06powerpc/smp: Stop updating cpu_core_maskSrikar Dronamraju
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman
2020-09-18powerpc/smp: Fold cpu_die() into its only callerMichael Ellerman
2020-09-18powerpc: Move arch_cpu_idle_dead() into smp.cMichael Ellerman