git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bbd805
)
arm64: KVM: add missing dsb before invalidating Stage-2 TLBs
author
Marc Zyngier
<marc.zyngier@arm.com>
Tue, 11 Jun 2013 17:05:25 +0000
(18:05 +0100)
committer
Marc Zyngier
<marc.zyngier@arm.com>
Fri, 9 Aug 2013 12:19:28 +0000
(13:19 +0100)
When performing a Stage-2 TLB invalidation, it is necessary to
make sure the write to the page tables is observable by all CPUs.
For this purpose, add dsb instructions to __kvm_tlb_flush_vmid_ipa
and __kvm_flush_vm_context before doing the TLB invalidation itself.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
No differences found