Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: paulmck@linux.vnet.ibm.com (Paul E. McKenney)
Subject: [ltt-dev] [PATCH 0/4] v2: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
Date: Wed, 16 Jun 2010 21:47:02 -0700	[thread overview]
Message-ID: <20100617044702.GA9005@linux.vnet.ibm.com> (raw)

Hello!

This set of four patches does the following:

o	Add header files providing definitions based on the gcc __sync_
	set of primitives.

o	Add IA64 support based on the gcc definitions.

o	Add native ARMv7L support.

o	Force build failures on unknown architectures.

Updates since v1:

o	Add note that this works back to at least 2.6.15 kernels.

							Thanx, Paul

 b/configure.ac                |    1 
 b/urcu/arch_armv7l.h          |   59 ++++++++++++++++++++++++++++++++++++++++++
 b/urcu/arch_gcc.h             |   59 ++++++++++++++++++++++++++++++++++++++++++
 b/urcu/arch_unknown.h         |   28 +++++++++++++++++++
 b/urcu/uatomic_arch_armv7l.h  |   50 +++++++++++++++++++++++++++++++++++
 b/urcu/uatomic_arch_gcc.h     |   48 ++++++++++++++++++++++++++++++++++
 b/urcu/uatomic_arch_unknown.h |   25 +++++++++++++++++
 configure.ac                  |   13 ++++-----
 8 files changed, 276 insertions(+), 7 deletions(-)




             reply	other threads:[~2010-06-17  4:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17  4:47 Paul E. McKenney [this message]
2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
2010-06-17  7:55   ` Paolo Bonzini
2010-06-17 16:45     ` Paul E. McKenney
2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 2/4] Add ia64 architecture based on gcc primitives Paul E. McKenney
2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 3/4] Add native ARM port for armv7l Paul E. McKenney
2010-06-17  4:48 ` [ltt-dev] [PATCH tip/core/rcu 4/4] Force build failure on unknown architectures Paul E. McKenney
2010-06-18 15:46 ` [ltt-dev] [PATCH 0/4] v2: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Mathieu Desnoyers
2010-06-18 16:02   ` Mathieu Desnoyers
2010-06-18 16:13     ` Paul E. McKenney
2010-06-18 16:12   ` Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100617044702.GA9005@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox