All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
@ 2020-11-11 11:07 ` Nicholas Piggin
  0 siblings, 0 replies; 28+ messages in thread
From: Nicholas Piggin @ 2020-11-11 11:07 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Nicholas Piggin, Will Deacon, Peter Zijlstra, Boqun Feng,
	Michael Ellerman, Arnd Bergmann, Christophe Leroy,
	Alexey Kardashevskiy, linux-kernel, linux-arch

This conversion seems to require generic atomic64 changes, looks
like nothing else uses ARCH_ATOMIC and GENERIC_ATOMIC64 yet.

Thanks,
Nick

Nicholas Piggin (3):
  asm-generic/atomic64: Add support for ARCH_ATOMIC
  powerpc/64s/iommu: don't use atomic_ function on atomic64_t type
  powerpc: rewrite atomics to use ARCH_ATOMIC

 arch/powerpc/include/asm/atomic.h    | 681 ++++++++++-----------------
 arch/powerpc/include/asm/cmpxchg.h   |  62 +--
 arch/powerpc/mm/book3s64/iommu_api.c |   2 +-
 include/asm-generic/atomic64.h       |  70 ++-
 lib/atomic64.c                       |  36 +-
 5 files changed, 324 insertions(+), 527 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2020-12-23  2:49 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 11:07 [PATCH 0/3] powerpc: convert to use ARCH_ATOMIC Nicholas Piggin
2020-11-11 11:07 ` Nicholas Piggin
2020-11-11 11:07 ` [PATCH 1/3] asm-generic/atomic64: Add support for ARCH_ATOMIC Nicholas Piggin
2020-11-11 11:07   ` Nicholas Piggin
2020-11-11 13:39   ` Christophe Leroy
2020-11-11 13:39     ` Christophe Leroy
2020-11-11 13:44     ` Peter Zijlstra
2020-11-11 13:44       ` Peter Zijlstra
2020-11-16  1:48       ` Nicholas Piggin
2020-11-16  1:48         ` Nicholas Piggin
2020-11-11 11:07 ` [PATCH 2/3] powerpc/64s/iommu: don't use atomic_ function on atomic64_t type Nicholas Piggin
2020-11-11 11:07   ` Nicholas Piggin
2020-11-11 11:07 ` [PATCH 3/3] powerpc: rewrite atomics to use ARCH_ATOMIC Nicholas Piggin
2020-11-11 11:07   ` Nicholas Piggin
2020-11-11 19:07   ` kernel test robot
2020-11-11 19:07     ` kernel test robot
2020-11-11 19:07     ` kernel test robot
2020-11-13  5:05   ` kernel test robot
2020-11-13  5:05     ` kernel test robot
2020-11-13  5:05     ` kernel test robot
2020-11-13 15:30   ` Boqun Feng
2020-11-13 15:30     ` Boqun Feng
2020-12-22  3:52     ` Nicholas Piggin
2020-12-22  3:52       ` Nicholas Piggin
2020-12-23  2:45       ` Boqun Feng
2020-12-23  2:45         ` Boqun Feng
2020-12-15 11:01 ` [PATCH 0/3] powerpc: convert " Michael Ellerman
2020-12-15 11:01   ` Michael Ellerman

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.