summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_entry.S
Commit message (Expand)AuthorAgeFilesLines
* docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-1/+1
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
* KVM: PPC: Book3S HV P9: Comment and fix MMU context switching codeNicholas Piggin2021-11-241-2/+9
* KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin2021-06-101-5/+10
* KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin2021-06-101-1/+1
* KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin2021-06-101-2/+1
* KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin2021-06-101-0/+254
* KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin2021-06-101-36/+25
* KVM: PPC: Book3S 64: move bad_host_intr check to HV handlerNicholas Piggin2021-06-101-4/+0
* KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin2021-06-101-2/+48
* KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin2021-06-101-0/+30
* KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin2021-06-101-1/+5
* KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin2021-06-101-1/+58
* KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin2021-06-101-0/+36