xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] <asm/atomic.h> adjustments
@ 2016-07-15 10:41 Corneliu ZUZU
  2016-07-15 10:41 ` [PATCH v5 1/7] asm-arm/atomic.h: fix arm32|arm64 macros duplication Corneliu ZUZU
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Corneliu ZUZU @ 2016-07-15 10:41 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:
        * remove paragraph(s) from README.LinuxPrimitives file
        * no empty line additions

  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>
    Acked-by: Julien Grall <julien.grall@arm.com>
    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>
    Acked-by: Julien Grall <julien.grall@arm.com>
    Changed:
        * removed paragraph(s) in 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>
    Reviewed-by: Julien Grall <julien.grall@arm.com>
    Changed: <nothing>

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

  7/7: asm/atomic.h: implement missing and add common prototypes
    Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Acked-by: Julien Grall <julien.grall@arm.com>
    Changed: <nothing>

 xen/arch/arm/README.LinuxPrimitives |   8 ++
 xen/include/asm-arm/arm32/atomic.h  |  13 ---
 xen/include/asm-arm/arm64/atomic.h  |  13 ---
 xen/include/asm-arm/atomic.h        |  59 ++++++++--
 xen/include/asm-x86/atomic.h        | 151 +++++++-------------------
 xen/include/xen/atomic.h            | 207 ++++++++++++++++++++++++++++++++++++
 6 files changed, 302 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] 11+ messages in thread

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 10:41 [PATCH v5 0/7] <asm/atomic.h> adjustments Corneliu ZUZU
2016-07-15 10:41 ` [PATCH v5 1/7] asm-arm/atomic.h: fix arm32|arm64 macros duplication Corneliu ZUZU
2016-07-15 10:44   ` Julien Grall
2016-07-15 10:42 ` [PATCH v5 2/7] asm-x86/atomic.h: minor: proper atomic_inc_and_test() placement Corneliu ZUZU
2016-07-15 10:42 ` [PATCH v5 3/7] asm-arm/atomic.h: reorder macros to match x86-side Corneliu ZUZU
2016-07-15 10:44 ` [PATCH v5 5/7] xen/atomic.h: fix: make atomic_read() param const Corneliu ZUZU
2016-07-15 10:44 ` [PATCH v5 4/7] asm/atomic.h: common prototyping (add xen/atomic.h) Corneliu ZUZU
2016-07-15 10:46 ` [PATCH v5 6/7] asm-arm/atomic.h: atomic_{inc, dec}_return: macros to inline functions Corneliu ZUZU
2016-07-15 10:46 ` [PATCH v5 7/7] asm/atomic.h: implement missing and add common prototypes Corneliu ZUZU
2016-07-15 13:05 ` [PATCH v5 0/7] <asm/atomic.h> adjustments Andrew Cooper
2016-07-15 14:11   ` 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).