summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-271-1/+0
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-1/+1
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+0
|\
| * powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-3/+0
* | KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-261-0/+1
|/
* KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-171-0/+1
* KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao2019-11-281-0/+6
* KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-221-1/+0
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-0/+1
|\
| * powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu2019-08-301-0/+1
* | KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslotSuraj Jitindar Singh2019-08-231-4/+18
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-05-291-0/+1
* KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setupPaul Mackerras2019-05-291-0/+1
* KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' methodCédric Le Goater2019-04-301-1/+5
* KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-301-0/+1
* KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-0/+1
* KVM: PPC: Book3S: Allocate guest TCEs on demand tooAlexey Kardashevskiy2019-04-301-0/+3
* Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-02-221-0/+3
|\
| * KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-191-0/+2
| * KVM: PPC: Book3S PR: Add emulation for slbfee. instructionPaul Mackerras2019-02-191-0/+1
* | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
|/
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
* KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2018-12-171-0/+3
* KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-091-0/+2
* KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-091-0/+5
* KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualizationPaul Mackerras2018-10-091-0/+5
* KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-091-2/+0
* KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappingsPaul Mackerras2018-10-091-0/+1
* KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-091-0/+1
* KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9Paul Mackerras2018-07-261-1/+8
* KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulationSimon Guo2018-07-181-9/+8
* KVM: PPC: Book3S PR: Add transaction memory save/restore skeletonSimon Guo2018-06-011-1/+0
* KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...Simon Guo2018-05-221-0/+1
* KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element typesSimon Guo2018-05-221-2/+7
* KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulationSimon Guo2018-05-221-0/+1
* KVM: PPC: Book3S HV: Lockless tlbie for HPT hcallsNicholas Piggin2018-05-181-1/+0
* KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-181-4/+0
* KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-181-1/+1
* KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interfacePaul Mackerras2018-05-171-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-1/+0
|\
| * KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-191-1/+0
* | KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-241-0/+1
|/
* KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani2018-02-091-0/+2
* KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless cededBenjamin Herrenschmidt2018-01-191-0/+3
* KVM: PPC: Book3S HV: Make xive_pushed a byte, not a wordBenjamin Herrenschmidt2018-01-191-1/+1
* KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalationsBenjamin Herrenschmidt2018-01-191-0/+1
* KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded modePaul Mackerras2017-11-011-0/+1
* KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras2017-11-011-3/+0
* KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_readyPaul Mackerras2017-11-011-1/+1