summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/smp.c
AgeCommit message (Expand)Author
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2023-12-15powerpc/smp: Dynamically build Powerpc topologySrikar Dronamraju
2023-12-15powerpc/smp: Avoid asym packing within thread_group of a coreSrikar Dronamraju
2023-12-15powerpc/smp: Add __ro_after_init attributeSrikar Dronamraju
2023-12-15powerpc/smp: Disable MC domain for shared processorSrikar Dronamraju
2023-12-15powerpc/smp: Enable Asym packing for cores on shared processorSrikar Dronamraju
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-21powerpc: Annotate accesses to ipi message flagsRohan McLure
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-05-16start_kernel: Add __no_stack_protector function attributendesaulniers@google.com
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin
2022-09-28powerpc/smp: poll cpu_callin_map more aggressively in __cpu_up()Nathan Lynch
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-07-28powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
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