[PATCH v2 0/4] smp: Improve on cpumasks handling

Yury Norov posted 4 patches 3 months, 2 weeks ago
kernel/smp.c | 38 +++++++++-----------------------------
1 file changed, 9 insertions(+), 29 deletions(-)
[PATCH v2 0/4] smp: Improve on cpumasks handling
Posted by Yury Norov 3 months, 2 weeks ago
From: Yury Norov [NVIDIA] <yury.norov@gmail.com>

Switch smp_call_function_*() to use more suitable cpumask API.

v1: https://lore.kernel.org/all/20250606202732.426551-1-yury.norov@gmail.com/
v2: fix conditional expression in patch #4

Yury Norov [NVIDIA] (4):
  smp: Improve locality in smp_call_function_any()
  smp: Use cpumask_any_but() in smp_call_function_many_cond()
  smp: Don't wait until remote work done if not needed in
    smp_call_function_many_cond()
  smp: Defer check for local execution in smp_call_function_many_cond()

 kernel/smp.c | 38 +++++++++-----------------------------
 1 file changed, 9 insertions(+), 29 deletions(-)

-- 
2.43.0