Corneliu ZUZU (7): 1/7: asm-arm/atomic.h: fix arm32|arm64 macros duplication Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> Changed: * update README.LinuxPrimitives file
2/7: asm-x86/atomic.h: minor: proper atomic_inc_and_test() placement Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> Changed: <nothing> 3/7: asm-arm/atomic.h: reorder macros to match x86-side Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> Changed: <nothing> 4/7: asm/atomic.h: common prototyping (add xen/atomic.h) Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> Changed: * update README.LinuxPrimitives file 5/7: xen/atomic.h: fix: make atomic_read() param const Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> Changed: <nothing> 6/7: asm-arm/atomic.h: atomic_{inc,dec}_return: macros to inline functions Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> Changed: * update README.LinuxPrimitives file 7/7: asm/atomic.h: implement missing and add common prototypes Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> Changed: * add wrapper over arm-side __atomic_add_unless() instead of removing the leading underscores xen/arch/arm/README.LinuxPrimitives | 24 +++++ xen/include/asm-arm/arm32/atomic.h | 15 +-- xen/include/asm-arm/arm64/atomic.h | 15 +-- xen/include/asm-arm/atomic.h | 60 +++++++++-- xen/include/asm-x86/atomic.h | 151 +++++++------------------- xen/include/xen/atomic.h | 207 ++++++++++++++++++++++++++++++++++++ 6 files changed, 323 insertions(+), 149 deletions(-) create mode 100644 xen/include/xen/atomic.h -- 2.5.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel