summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix typosBjorn Helgaas2024-05-081-1/+1
* powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-171-2/+2
* sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2024-02-281-3/+3
* powerpc/smp: Dynamically build Powerpc topologySrikar Dronamraju2023-12-151-50/+28
* powerpc/smp: Avoid asym packing within thread_group of a coreSrikar Dronamraju2023-12-151-0/+13
* powerpc/smp: Add __ro_after_init attributeSrikar Dronamraju2023-12-151-5/+5
* powerpc/smp: Disable MC domain for shared processorSrikar Dronamraju2023-12-151-0/+4
* powerpc/smp: Enable Asym packing for cores on shared processorSrikar Dronamraju2023-12-151-2/+23
* Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-301-1/+1
|\
| * rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker2023-10-041-1/+1
* | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-121-2/+2
|/
* Merge branch 'topic/cpu-smt' into nextMichael Ellerman2023-08-141-1/+7
|\
| * powerpc: Add HOTPLUG_SMT supportMichael Ellerman2023-08-021-1/+7
* | powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin2023-08-021-0/+12
|/
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-2/+2
|\
| * powerpc: Annotate accesses to ipi message flagsRohan McLure2023-06-211-2/+2
* | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-0/+1
|\ \
| * | start_kernel: Add __no_stack_protector function attributendesaulniers@google.com2023-05-161-0/+1
| |/
* / locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-051-6/+6
|/
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-2/+4
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-2/+4
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/
* / lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
|/
* powerpc: allow minimum sized kernel stack framesNicholas Piggin2022-12-021-1/+1
* powerpc/smp: poll cpu_callin_map more aggressively in __cpu_up()Nathan Lynch2022-09-281-16/+22
* 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