From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] Add support for pldw instruction on v7 MP cores
Date: Thu, 25 Jul 2013 16:55:34 +0100 [thread overview]
Message-ID: <1374767740-2068-1-git-send-email-will.deacon@arm.com> (raw)
Hello all,
Thie is version two of that patches I posted the other day:
v1: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-July/185663.html
Changes since v1 include:
- Rewrite prefetch and prefetchw as macros, to avoid explicit
casting in the caller (also requires changing the type of
arch_rwlock_t to remove the volatile member).
- Some cosmetic cleanups.
Thanks to Nicolas for the feedback received so far.
Will
Will Deacon (6):
ARM: prefetch: remove redundant "cc" clobber
ARM: smp_on_up: move inline asm ALT_SMP patching macro out of
spinlock.h
ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUs
ARM: locks: prefetch the destination word for write prior to strex
ARM: atomics: prefetch the destination word for write prior to strex
ARM: bitops: prefetch the destination word for write prior to strex
arch/arm/include/asm/atomic.h | 7 ++++++
arch/arm/include/asm/processor.h | 43 ++++++++++++++++++++++++-----------
arch/arm/include/asm/spinlock.h | 28 +++++++++++------------
arch/arm/include/asm/spinlock_types.h | 2 +-
arch/arm/include/asm/unified.h | 4 ++++
arch/arm/lib/bitops.h | 5 ++++
6 files changed, 61 insertions(+), 28 deletions(-)
--
1.8.2.2
next reply other threads:[~2013-07-25 15:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-25 15:55 Will Deacon [this message]
2013-07-25 15:55 ` [PATCH v2 1/6] ARM: prefetch: remove redundant "cc" clobber Will Deacon
2013-07-25 15:55 ` [PATCH v2 2/6] ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.h Will Deacon
2013-07-25 15:55 ` [PATCH v2 3/6] ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUs Will Deacon
2013-07-25 15:55 ` [PATCH v2 4/6] ARM: locks: prefetch the destination word for write prior to strex Will Deacon
2013-07-25 19:22 ` Nicolas Pitre
2013-07-25 15:55 ` [PATCH v2 5/6] ARM: atomics: " Will Deacon
2013-07-25 15:55 ` [PATCH v2 6/6] ARM: bitops: " Will Deacon
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=1374767740-2068-1-git-send-email-will.deacon@arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).