All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] A handful of KVM/ARM fixes
@ 2013-06-21 12:08 Marc Zyngier
  2013-06-21 12:08 ` [PATCH v2 1/3] ARM: KVM: perform save/restore of PAR Marc Zyngier
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Marc Zyngier @ 2013-06-21 12:08 UTC (permalink / raw)
  To: linux-arm-kernel

This is a small patch series that I accumulated while tracking what
turned out to be an unrelated issue.

The first patch has already been posted a while ago and included here
for completeness. The others are fairly simple missing barriers/clear
exclusives that are actually required.

This has been tested on TC2, and is also available in my tree:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm/fixes-3.10-rc6

>From v1:
- Dropped two barrier related patches after Will convinced me that they
  were not required at all.
- Changed dsb to "dsb ishst" in the second patch to reflect that we only
  care about stores.

Marc Zyngier (3):
  ARM: KVM: perform save/restore of PAR
  ARM: KVM: add missing dsb before invalidating Stage-2 TLBs
  ARM: KVM: clear exclusive monitor on all exception returns

 arch/arm/include/asm/kvm_asm.h | 22 ++++++++++++----------
 arch/arm/kvm/coproc.c          |  4 ++++
 arch/arm/kvm/interrupts.S      | 16 +++++++++++++++-
 arch/arm/kvm/interrupts_head.S | 10 ++++++++--
 4 files changed, 39 insertions(+), 13 deletions(-)

-- 
1.8.2.3

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

end of thread, other threads:[~2013-06-22 12:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 12:08 [PATCH v2 0/3] A handful of KVM/ARM fixes Marc Zyngier
2013-06-21 12:08 ` [PATCH v2 1/3] ARM: KVM: perform save/restore of PAR Marc Zyngier
2013-06-21 18:47   ` Christoffer Dall
2013-06-22 12:26     ` Marc Zyngier
2013-06-21 12:08 ` [PATCH v2 2/3] ARM: KVM: add missing dsb before invalidating Stage-2 TLBs Marc Zyngier
2013-06-21 12:08 ` [PATCH v2 3/3] ARM: KVM: clear exclusive monitor on all exception returns Marc Zyngier
2013-06-21 13:55   ` Sergei Shtylyov
2013-06-21 18:48     ` Christoffer Dall
2013-06-21 18:49 ` [PATCH v2 0/3] A handful of KVM/ARM fixes Christoffer Dall

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.