From: Nicholas Piggin <npiggin@gmail.com>
To: kvm-ppc@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org, Nicholas Piggin <npiggin@gmail.com>
Subject: [PATCH 0/4] KVM: PPC: Convert P9 HV path to C
Date: Thu, 13 May 2021 12:22:03 +0000 [thread overview]
Message-ID: <20210513122207.1897664-1-npiggin@gmail.com> (raw)
This applies on top of these series:
https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series#8649
https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series#8941
https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series#8946
This was broken out from the large Cify series. Since that was last
posted, changes are:
- Rebase, reordering of patches, tweaking changelog and comments.
- Changed P9 radix exist SLB sanitising to use 4x slbmte to clear
rather than 8x slbmfee/slbmfev, which turns out to be faster (and
is what today's asm code does) [from review from Paul].
- Renamed book3s_hv_interrupt.c to book3s_hv_p9_entry.c, which reduces
confusion with book3s_hv_interrupts.S.
- Fixed !HV compile [Alexey].
Nicholas Piggin (4):
KVM: PPC: Book3S HV P9: Move xive vcpu context management into
kvmhv_p9_guest_entry
KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9
path
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
arch/powerpc/include/asm/asm-prototypes.h | 3 +-
arch/powerpc/include/asm/kvm_asm.h | 1 +
arch/powerpc/include/asm/kvm_book3s_64.h | 8 +
arch/powerpc/include/asm/kvm_host.h | 7 +-
arch/powerpc/include/asm/kvm_ppc.h | 6 +
arch/powerpc/kernel/security.c | 5 +-
arch/powerpc/kvm/Makefile | 1 +
arch/powerpc/kvm/book3s.c | 6 +
arch/powerpc/kvm/book3s_64_entry.S | 254 ++++++++++++++++++++++
arch/powerpc/kvm/book3s_hv.c | 155 +++++++++----
arch/powerpc/kvm/book3s_hv_p9_entry.c | 207 ++++++++++++++++++
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 120 +---------
arch/powerpc/kvm/book3s_xive.c | 64 ++++++
13 files changed, 683 insertions(+), 154 deletions(-)
create mode 100644 arch/powerpc/kvm/book3s_hv_p9_entry.c
--
2.23.0
next reply other threads:[~2021-05-13 12:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-13 12:22 Nicholas Piggin [this message]
2021-05-13 12:22 ` [PATCH 1/4] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry Nicholas Piggin
2021-05-13 12:22 ` [PATCH 2/4] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together Nicholas Piggin
2021-05-13 12:22 ` [PATCH 3/4] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path Nicholas Piggin
2021-05-13 12:22 ` [PATCH 4/4] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C Nicholas Piggin
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=20210513122207.1897664-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.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