summaryrefslogtreecommitdiff
path: root/kernel/smp.c
AgeCommit message (Expand)Author
44 hoursMerge tag 'stop-machine.2025.07.23a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-17smp: Document preemption and stop_machine() mutual exclusionJoel Fernandes
2025-07-06smp: Wait only if work was enqueuedRik van Riel
2025-07-02smp: Defer check for local execution in smp_call_function_many_cond()Yury Norov [NVIDIA]
2025-06-26smp: Use cpumask_any_but() in smp_call_function_many_cond()Yury Norov [NVIDIA]
2025-06-26smp: Improve locality in smp_call_function_any()Yury Norov [NVIDIA]
2025-01-28Merge tag 'csd-lock.2025.01.28a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-12-11locking/csd-lock: make CSD lock debug tunables writable in /sysRik van Riel
2024-12-05smp/scf: Evaluate local cond_func() before IPI side-effectsMathieu Desnoyers
2024-10-11locking/csd-lock: Switch from sched_clock() to ktime_get_mono_fast_ns()Paul E. McKenney
2024-08-15smp: print only local CPU info when sched_clock goes backwardRik van Riel
2024-08-15locking/csd-lock: Use backoff for repeated reports of same incidentPaul E. McKenney
2024-08-15locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney
2024-07-29locking/csd_lock: Print large numbers as negativesPaul E. McKenney
2024-07-10smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang
2024-06-17smp: Use str_plural() to fix Coccinelle warningsThorsten Blum
2023-10-30Merge tag 'csd-lock.2023.10.23a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner
2023-10-16smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras
2023-07-10smp: Reduce NMI traffic from CSD waiters to CSD destinationImran Khan
2023-07-10smp: Reduce logging due to dump_stack of CSD waitersImran Khan
2023-06-16trace,smp: Add tracepoints for scheduling remotelly called functionsLeonardo Bras
2023-06-16trace,smp: Add tracepoints around remotelly called functionsLeonardo Bras
2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner
2023-03-24trace,smp: Trace all smp_function_call*() invocationsPeter Zijlstra
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider
2023-03-24smp: reword smp call IPI commentValentin Schneider
2023-03-24smp: Trace IPIs sent via arch_send_call_function_ipi_mask()Valentin Schneider
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider
2023-03-24kernel/smp: Make csdlock_debug= resettablePaul E. McKenney
2023-03-24locking/csd_lock: Remove per-CPU data indirection from CSD lock debuggingPaul E. McKenney
2023-03-24locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney
2023-03-24locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-09-19smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei
2022-07-19locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney
2022-04-13smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit
2021-10-22sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra