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

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


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

end of thread, other threads:[~2025-07-02 17:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23  0:00 [PATCH v2 0/4] smp: Improve on cpumasks handling Yury Norov
2025-06-23  0:00 ` [PATCH v2 1/4] smp: Improve locality in smp_call_function_any() Yury Norov
2025-06-26 21:55   ` [tip: smp/core] " tip-bot2 for Yury Norov [NVIDIA]
2025-06-23  0:00 ` [PATCH v2 2/4] smp: Use cpumask_any_but() in smp_call_function_many_cond() Yury Norov
2025-06-26 21:55   ` [tip: smp/core] " tip-bot2 for Yury Norov [NVIDIA]
2025-06-23  0:00 ` [PATCH v2 3/4] smp: Don't wait for remote work done if not needed " Yury Norov
2025-06-26 21:55   ` [tip: smp/core] " tip-bot2 for Yury Norov [NVIDIA]
2025-06-23  0:00 ` [PATCH v2 4/4] smp: Defer check for local execution " Yury Norov
2025-06-26 21:55   ` [tip: smp/core] " tip-bot2 for Yury Norov [NVIDIA]
2025-07-02 17:23   ` tip-bot2 for Yury Norov [NVIDIA]

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).