summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
* | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+5
* | KVM: PPC: Drop kvm_arch_vcpu_free()Sean Christopherson2020-01-241-7/+2
* | KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-247-51/+27
* | KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson2020-01-241-3/+3
* | KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common initSean Christopherson2020-01-241-11/+11
* | KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-247-74/+47
* | KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson2020-01-241-0/+2
* | KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson2020-01-241-1/+3
* | KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson2020-01-241-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-221-1/+2
|\
| * KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorPaul Mackerras2019-12-181-1/+2
* | KVM: PPC: Book3S HV: Fix regression on big endian hostsMarcus Comstedt2019-12-171-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-045-0/+968
|\|
| * KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao2019-11-282-0/+102
| * KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao2019-11-283-0/+64
| * KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao2019-11-282-0/+54
| * KVM: PPC: Book3S HV: Shared pages support for secure guestsBharata B Rao2019-11-281-4/+81
| * KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao2019-11-283-0/+671
* | Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds2019-11-271-0/+30
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-141-0/+30
* | Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-251-15/+29
|\ \
| * | KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error pathGreg Kurz2019-11-211-6/+7
| * | KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new oneGreg Kurz2019-11-211-9/+22
* | | Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-0114-158/+248
|\| |
| * | KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE modeNicholas Piggin2019-10-221-0/+5
| * | KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interruptsNicholas Piggin2019-10-221-0/+15
| * | KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest deliveryNicholas Piggin2019-10-223-57/+56
| * | KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-226-61/+62
| * | KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin2019-10-222-2/+2
| * | KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPsGreg Kurz2019-10-222-0/+13
| * | KVM: PPC: Book3S HV: XIVE: Make VP block size configurableGreg Kurz2019-10-223-25/+62
| * | KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helperGreg Kurz2019-10-223-18/+36
| * | KVM: PPC: Book3S HV: XIVE: Show VP id in debugfsGreg Kurz2019-10-222-4/+4
| * | KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocatedGreg Kurz2019-10-222-7/+6
| * | KVM: PPC: E500: Replace current->mm by kvm->mmLeonardo Bras2019-10-221-3/+3
| * | KVM: PPC: Reduce calls to get current->mm by storing the value locallyLeonardo Bras2019-10-221-5/+6
| * | KVM: PPC: Report single stepping capabilityFabiano Rosas2019-10-211-0/+2
| |/
* / KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-222-2/+2
|/
* KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in useGreg Kurz2019-10-153-10/+32
* powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe2019-10-091-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-041-4/+4
|\
| * kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-4/+4
* | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-241-10/+32
* | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-241-1/+1
* | KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2019-09-241-1/+1
* | powerpc/64s: Set reserved PCR bitsJordan Niethe2019-09-213-11/+16
|/
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-205-27/+89
|\
| * powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-0/+6
| * powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin2019-09-051-1/+1