linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] arm/arm64: KVM: Host 48-bit VA support and IPA limits
@ 2014-10-10 10:14 Christoffer Dall
  2014-10-10 10:14 ` [PATCH v3 1/3] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2 Christoffer Dall
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Christoffer Dall @ 2014-10-10 10:14 UTC (permalink / raw)
  To: linux-arm-kernel

The following two patches fixup some missing memory handling in
KVM/arm64.

The first patch supports 48 bit virtual address space which involves
supporting a different number of levels of page tables in the host
kernel and the stage-2 page tables.

The second patch ensures userspace cannot create memory slots with too
large IPA space given VTCR_EL2.T0SZ = 24.

Finally, we enable 48-bit VA support in Linux.

The following host configurations have been tested with KVM on APM
Mustang:

 1)  4KB  + 39 bits VA space
 2)  4KB  + 48 bits VA space
 3) 64KB  + 39 bits VA space
 4) 64KB  + 48 bits VA space

Tested on TC2 for regressions.

Christoffer Dall (3):
  arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
  arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE
  arm64: Allow 48-bits VA space without ARM_SMMU

 arch/arm/include/asm/kvm_mmu.h   |  29 +++++++-
 arch/arm/kvm/arm.c               |   2 +-
 arch/arm/kvm/mmu.c               | 142 +++++++++++++++++++++++++++++++--------
 arch/arm64/Kconfig               |   2 +-
 arch/arm64/include/asm/kvm_mmu.h | 125 +++++++++++++++++++++++++++++++---
 5 files changed, 258 insertions(+), 42 deletions(-)

-- 
2.1.2.330.g565301e.dirty

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

end of thread, other threads:[~2014-10-11  9:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 10:14 [PATCH v3 0/3] arm/arm64: KVM: Host 48-bit VA support and IPA limits Christoffer Dall
2014-10-10 10:14 ` [PATCH v3 1/3] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2 Christoffer Dall
2014-10-10 15:09   ` Catalin Marinas
2014-10-11  8:56   ` Marc Zyngier
2014-10-10 10:14 ` [PATCH v3 2/3] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE Christoffer Dall
2014-10-10 15:09   ` Catalin Marinas
2014-10-11  9:01   ` Marc Zyngier
2014-10-10 10:14 ` [PATCH v3 3/3] arm64: Allow 48-bits VA space without ARM_SMMU Christoffer Dall
2014-10-10 15:10   ` Catalin Marinas
2014-10-10 21:03     ` Christoffer Dall

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).