All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] <asm/atomic.h> adjustments
@ 2016-07-15  6:47 Corneliu ZUZU
  2016-07-15  6:48 ` [PATCH v4 1/7] asm-arm/atomic.h: fix arm32|arm64 macros duplication Corneliu ZUZU
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Corneliu ZUZU @ 2016-07-15  6:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Julien Grall, Stefano Stabellini, Jan Beulich

Corneliu ZUZU (7):
  1/7: asm-arm/atomic.h: fix arm32|arm64 macros duplication
    Reviewed-by: Stefano Stabellini <sstabellini@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.cooper3@citrix.com>
    Changed: <nothing>

  3/7: asm-arm/atomic.h: reorder macros to match x86-side
    Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
    Changed: <nothing>

  4/7: asm/atomic.h: common prototyping (add xen/atomic.h)
    Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
    Changed:
        * update README.LinuxPrimitives file

  5/7: xen/atomic.h: fix: make atomic_read() param const
    Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
    Changed: <nothing>

  6/7: asm-arm/atomic.h: atomic_{inc,dec}_return: macros to inline functions
    Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
    Changed:
        * update README.LinuxPrimitives file

  7/7: asm/atomic.h: implement missing and add common prototypes
    Reviewed-by: Andrew Cooper <andrew.cooper3@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

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

end of thread, other threads:[~2016-07-15 10:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15  6:47 [PATCH v4 0/7] <asm/atomic.h> adjustments Corneliu ZUZU
2016-07-15  6:48 ` [PATCH v4 1/7] asm-arm/atomic.h: fix arm32|arm64 macros duplication Corneliu ZUZU
2016-07-15  9:28   ` Julien Grall
2016-07-15  9:55     ` Corneliu ZUZU
2016-07-15 10:06       ` Julien Grall
2016-07-15 10:17         ` Corneliu ZUZU
2016-07-15  6:48 ` [PATCH v4 2/7] asm-x86/atomic.h: minor: proper atomic_inc_and_test() placement Corneliu ZUZU
2016-07-15  6:49 ` [PATCH v4 3/7] asm-arm/atomic.h: reorder macros to match x86-side Corneliu ZUZU
2016-07-15  9:28   ` Julien Grall
2016-07-15  6:50 ` [PATCH v4 4/7] asm/atomic.h: common prototyping (add xen/atomic.h) Corneliu ZUZU
2016-07-15  9:30   ` Julien Grall
2016-07-15  9:59     ` Corneliu ZUZU
2016-07-15  6:50 ` [PATCH v4 5/7] xen/atomic.h: fix: make atomic_read() param const Corneliu ZUZU
2016-07-15  9:31   ` Julien Grall
2016-07-15  6:51 ` [PATCH v4 6/7] asm-arm/atomic.h: atomic_{inc, dec}_return: macros to inline functions Corneliu ZUZU
2016-07-15  6:59   ` Corneliu ZUZU
2016-07-15  6:52 ` [PATCH v4 7/7] asm/atomic.h: implement missing and add common prototypes Corneliu ZUZU
2016-07-15  9:34   ` Julien Grall

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.