All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] smp: Improve on cpumasks handling
@ 2025-06-06 20:27 Yury Norov
  2025-06-06 20:27 ` [PATCH 1/4] smp: Improve locality in smp_call_function_any() Yury Norov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yury Norov @ 2025-06-06 20:27 UTC (permalink / raw)
  To: Paul E. McKenney, Neeraj Upadhyay, Yury Norov [NVIDIA],
	Thomas Gleixner, Thorsten Blum, Zqiang, Mathieu Desnoyers,
	linux-kernel

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

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 for 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-10 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 20:27 [PATCH 0/4] smp: Improve on cpumasks handling Yury Norov
2025-06-06 20:27 ` [PATCH 1/4] smp: Improve locality in smp_call_function_any() Yury Norov
2025-06-06 20:27 ` [PATCH 2/4] smp: Use cpumask_any_but() in smp_call_function_many_cond() Yury Norov
2025-06-06 20:27 ` [PATCH 3/4] smp: Don't wait until remote work done if not needed " Yury Norov
2025-06-06 20:27 ` [PATCH 4/4] smp: Defer check for local execution " Yury Norov
2025-06-10 18:59   ` Yury Norov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.