From: ard.biesheuvel@linaro.org (Ard Biesheuvel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH roundup 0/4] extend VA range of ID map for core kernel and KVM
Date: Fri, 6 Mar 2015 15:34:38 +0100 [thread overview]
Message-ID: <1425652482-31411-1-git-send-email-ard.biesheuvel@linaro.org> (raw)
These are the VA range patches presented as a coherent set. The bounce page
and 'HYP init code too big' error are probably not prerequisites anymore now
that I switched from merging the HYP runtime map with the HYP id map rather
than the kernel ID map, but I would strongly prefer to keep it as a single
series.
Ard Biesheuvel (3):
arm64: mm: increase VA range of identity map
ARM, arm64: kvm: get rid of the bounce page
arm64: KVM: use ID map with increased VA range if required
Arnd Bergmann (1):
ARM: KVM: avoid "HYP init code too big" error
arch/arm/include/asm/kvm_mmu.h | 10 +++++
arch/arm/kernel/vmlinux.lds.S | 35 ++++++++++++++---
arch/arm/kvm/init.S | 3 ++
arch/arm/kvm/mmu.c | 69 +++++++++++++++-------------------
arch/arm64/include/asm/kvm_mmu.h | 33 ++++++++++++++++
arch/arm64/include/asm/mmu_context.h | 43 +++++++++++++++++++++
arch/arm64/include/asm/page.h | 6 ++-
arch/arm64/include/asm/pgtable-hwdef.h | 7 +++-
arch/arm64/kernel/head.S | 38 +++++++++++++++++++
arch/arm64/kernel/smp.c | 1 +
arch/arm64/kernel/vmlinux.lds.S | 18 ++++++---
arch/arm64/kvm/hyp-init.S | 26 +++++++++++++
arch/arm64/mm/mmu.c | 7 +++-
arch/arm64/mm/proc-macros.S | 11 ++++++
arch/arm64/mm/proc.S | 3 ++
15 files changed, 256 insertions(+), 54 deletions(-)
--
1.8.3.2
next reply other threads:[~2015-03-06 14:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-06 14:34 Ard Biesheuvel [this message]
2015-03-06 14:34 ` [PATCH roundup 1/4] arm64: mm: increase VA range of identity map Ard Biesheuvel
2015-03-16 14:28 ` Christoffer Dall
2015-03-16 14:39 ` Ard Biesheuvel
2015-03-06 14:34 ` [PATCH roundup 2/4] ARM: KVM: avoid "HYP init code too big" error Ard Biesheuvel
2015-03-09 19:09 ` Russell King - ARM Linux
2015-03-10 9:56 ` Ard Biesheuvel
2015-03-06 14:34 ` [PATCH roundup 3/4] ARM, arm64: kvm: get rid of the bounce page Ard Biesheuvel
2015-03-06 14:34 ` [PATCH roundup 4/4] arm64: KVM: use ID map with increased VA range if required Ard Biesheuvel
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=1425652482-31411-1-git-send-email-ard.biesheuvel@linaro.org \
--to=ard.biesheuvel@linaro.org \
--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).