Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KVM: PPC: Book3S HV P9: implement hash guest support | Nicholas Piggin | 2021-06-10 | 1 | -1/+1 |
* | KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9 | Nicholas Piggin | 2021-06-10 | 1 | -2/+1 |
* | KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C | Nicholas Piggin | 2021-06-10 | 1 | -0/+254 |
* | KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences | Nicholas Piggin | 2021-06-10 | 1 | -36/+25 |
* | KVM: PPC: Book3S 64: move bad_host_intr check to HV handler | Nicholas Piggin | 2021-06-10 | 1 | -4/+0 |
* | KVM: PPC: Book3S 64: Move interrupt early register setup to KVM | Nicholas Piggin | 2021-06-10 | 1 | -2/+48 |
* | KVM: PPC: Book3S 64: Move hcall early register setup to KVM | Nicholas Piggin | 2021-06-10 | 1 | -0/+30 |
* | KVM: PPC: Book3S 64: add hcall interrupt handler | Nicholas Piggin | 2021-06-10 | 1 | -1/+5 |
* | KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM | Nicholas Piggin | 2021-06-10 | 1 | -1/+58 |
* | KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point | Nicholas Piggin | 2021-06-10 | 1 | -0/+36 |