summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-7/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-7/+0
* | powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini2022-07-281-20/+9
|/
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-221-11/+11
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* powerpc/smp: Declare current_set staticChristophe Leroy2022-03-081-1/+1
* powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-2/+3
* powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2021-12-091-0/+10
* powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini2021-12-091-0/+30
* powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILINGMichael Ellerman2021-11-291-0/+2
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-6/+1
|\
| * powerpc: Use of_get_cpu_hwid()Rob Herring2021-10-201-6/+1
* | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-301-1/+1
| |/
* / powerpc/smp: do not decrement idle task preempt count in CPU offlineNathan Lynch2021-10-201-2/+0
|/
* powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-271-0/+3
* powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju2021-08-271-1/+1
* powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju2021-08-271-6/+5
* powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju2021-08-271-1/+1
* powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah2021-08-041-21/+45
* powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy2021-08-041-2/+2
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-0/+15
|\
| * powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin2021-06-251-0/+11
| * powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy2021-06-171-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\ \
| * | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
| |/
* / sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
|/
* powerpc/smp: Set numa node before updating maskSrikar Dronamraju2021-04-171-3/+3
* powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju2021-04-171-2/+19
* powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju2021-04-171-7/+32
* powerpc/smp: Make some symbols staticYu Kuai2021-04-141-3/+3
* powerpc/smp: Make debugger_ipi_callback() staticCédric Le Goater2021-01-301-1/+1
* powerpc/smp: Include tick_broadcast() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/smp: Add __init to init_big_cores()Cédric Le Goater2020-12-211-1/+1
* powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy2020-12-111-5/+53
* powerpc/smp: Rename init_thread_group_l1_cache_map() to make it genericGautham R. Shenoy2020-12-111-7/+10
* powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_mapGautham R. Shenoy2020-12-111-7/+7
* powerpc/smp: Parse ibm,thread-groups with multiple propertiesGautham R. Shenoy2020-12-111-61/+113
* powerpc/smp: Call rcu_cpu_starting() earlierQian Cai2020-11-021-1/+2
* powerpc/smp: Use GFP_ATOMIC while allocating tmp maskSrikar Dronamraju2020-10-191-26/+31
* powerpc/smp: Remove unnecessary variableSrikar Dronamraju2020-10-191-9/+4
* powerpc/smp: Optimize update_coregroup_maskSrikar Dronamraju2020-10-061-8/+22
* powerpc/smp: Move coregroup mask updation to a new functionSrikar Dronamraju2020-10-061-13/+19
* powerpc/smp: Optimize update_mask_by_l2Srikar Dronamraju2020-10-061-6/+45
* powerpc/smp: Check for duplicate topologies and consolidateSrikar Dronamraju2020-10-061-0/+26
* powerpc/smp: Depend on cpu_l1_cache_map when adding CPUsSrikar Dronamraju2020-10-061-4/+3