xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] <asm/atomic.h> adjustments
@ 2016-07-14  9:09 Corneliu ZUZU
  2016-07-14  9:09 ` [PATCH v3 1/8] asm-arm/atomic.h: fix arm32|arm64 macros duplication Corneliu ZUZU
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Corneliu ZUZU @ 2016-07-14  9:09 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Julien Grall, Stefano Stabellini, Jan Beulich

Corneliu ZUZU (8):
  1/8: asm-arm/atomic.h: fix arm32|arm64 macros duplication
    Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
    Changed:
        * also moved mistakenly omitted atomic_xchg()
        * arm empty line fixes moved here

  2/8: asm-x86/atomic.h: minor: proper atomic_inc_and_test() placement
    Changed:
        * arm empty line fixes moved from here (to 1/8)

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

  4/8: asm/atomic.h: common prototyping (add xen/atomic.h)
    Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Changed:
        * sample code for atomic_cmpxchg() (doc-comment in <xen/atomic.h>)
          updated to use atomic_read() instead of directly accessing v.counter

  5/8: fix: make atomic_read() param const
    Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Changed: <nothing>

  New in this version:
      6/8: asm-arm/atomic.h: atomic_{inc,dec}_return: macros to inline functions
      7/8: arm/atomic.h: remove '__' prefix for __atomic_add_unless()
      8/8: asm-x86/atomic.h: implement missing, add common prototypes

 xen/include/asm-arm/arm32/atomic.h |  17 +--
 xen/include/asm-arm/arm64/atomic.h |  17 +--
 xen/include/asm-arm/atomic.h       |  55 ++++++++--
 xen/include/asm-x86/atomic.h       | 151 +++++++--------------------
 xen/include/xen/atomic.h           | 207 +++++++++++++++++++++++++++++++++++++
 5 files changed, 296 insertions(+), 151 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] 22+ messages in thread

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14  9:09 [PATCH v3 0/8] <asm/atomic.h> adjustments Corneliu ZUZU
2016-07-14  9:09 ` [PATCH v3 1/8] asm-arm/atomic.h: fix arm32|arm64 macros duplication Corneliu ZUZU
2016-07-14  9:10 ` [PATCH v3 2/8] asm-x86/atomic.h: minor: proper atomic_inc_and_test() placement Corneliu ZUZU
2016-07-14  9:27   ` Andrew Cooper
2016-07-14  9:11 ` [PATCH v3 3/8] asm-arm/atomic.h: reorder macros to match x86-side Corneliu ZUZU
2016-07-14  9:12 ` [PATCH v3 4/8] asm/atomic.h: common prototyping (add xen/atomic.h) Corneliu ZUZU
2016-07-14 10:52   ` Stefano Stabellini
2016-07-14  9:13 ` [PATCH v3 5/8] fix: make atomic_read() param const Corneliu ZUZU
2016-07-14  9:26   ` Andrew Cooper
2016-07-14  9:31     ` Corneliu ZUZU
2016-07-14  9:33     ` Corneliu ZUZU
2016-07-14  9:13 ` [PATCH v3 6/8] asm-arm/atomic.h: atomic_{inc, dec}_return: macros to inline functions Corneliu ZUZU
2016-07-14 10:50   ` Stefano Stabellini
2016-07-14  9:14 ` [PATCH v3 7/8] arm/atomic.h: remove '__' prefix for __atomic_add_unless() Corneliu ZUZU
2016-07-14 10:00   ` Julien Grall
2016-07-14 10:03     ` Corneliu ZUZU
2016-07-14 10:50       ` Stefano Stabellini
2016-07-14  9:14 ` [PATCH v3 8/8] asm-x86/atomic.h: implement missing, add common prototypes Corneliu ZUZU
2016-07-14  9:29   ` Andrew Cooper
2016-07-14  9:39     ` Corneliu ZUZU
2016-07-14  9:44       ` Andrew Cooper
2016-07-14  9:48         ` Corneliu ZUZU

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).