summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_64_entry.S
AgeCommit message (Expand)AuthorFilesLines
2021-06-10KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin1-5/+10
2021-06-10KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin1-1/+1
2021-06-10KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin1-2/+1
2021-06-10KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin1-0/+254
2021-06-10KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin1-36/+25
2021-06-10KVM: PPC: Book3S 64: move bad_host_intr check to HV handlerNicholas Piggin1-4/+0
2021-06-10KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin1-2/+48
2021-06-10KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin1-0/+30
2021-06-10KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin1-1/+5
2021-06-10KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin1-1/+58
2021-06-10KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin1-0/+36