Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] riscv: mm: clean up and optimize some page table get-and-clear functions
@ 2025-11-20  4:18 Paul Walmsley
  2025-11-20  4:18 ` [PATCH 1/3] riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when !CONFIG_SMP Paul Walmsley
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Walmsley @ 2025-11-20  4:18 UTC (permalink / raw)
  To: linux-riscv

This series implements some minor cleanups on the RISC-V page table
get-and-clear functions.  We continue the work from commit
546e42c8c6d94 ("riscv: Use an atomic xchg in
pudp_huge_get_and_clear()").  The two themes are:

- avoid atomic operations on non-SMP kernels

- use xchg() rather than atomic_long_xchg() on variables that aren't
  atomic_long_t

Tested on QEMU 10.0.6 on RV32 and RV64, SMP and !SMP, running kselftests.


- Paul

Paul Walmsley (3):
  riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when
    !CONFIG_SMP
  riscv: mm: ptep_get_and_clear(): avoid atomic ops when !CONFIG_SMP
  riscv: mm: use xchg() on non-atomic_long_t variables, not
    atomic_long_xchg()

 arch/riscv/include/asm/pgtable.h | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)


base-commit: dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
-- 
2.48.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2025-11-20  4:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20  4:18 [PATCH 0/3] riscv: mm: clean up and optimize some page table get-and-clear functions Paul Walmsley
2025-11-20  4:18 ` [PATCH 1/3] riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when !CONFIG_SMP Paul Walmsley
2025-11-20  4:18 ` [PATCH 2/3] riscv: mm: ptep_get_and_clear(): " Paul Walmsley
2025-11-20  4:18 ` [PATCH 3/3] riscv: mm: use xchg() on non-atomic_long_t variables, not atomic_long_xchg() Paul Walmsley
2025-11-20  4:30 ` [PATCH 0/3] riscv: mm: clean up and optimize some page table get-and-clear functions patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox