summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_ppc.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-14/+13
* KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-261-0/+1
* KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-191-2/+0
* KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-191-1/+0
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-4/+2
* KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson2020-03-161-7/+4
* KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-4/+2
* KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-241-3/+4
* KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao2019-11-281-0/+1
* KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-221-0/+1
* KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2019-09-241-3/+97
* KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras2019-08-271-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-301-0/+11
* KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-301-0/+13
* KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-0/+8
* KVM: PPC: Book3S HV: Flush TLB on secondary radix threadsPaul Mackerras2019-04-301-1/+2
* KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C codePaul Mackerras2019-04-301-0/+2
* KVM: PPC: Book3S: Allocate guest TCEs on demand tooAlexey Kardashevskiy2019-04-301-2/+0
* KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlersAlexey Kardashevskiy2019-04-301-2/+0
* KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handlerSuraj Jitindar Singh2019-04-301-0/+2
* KVM: PPC: Fix compilation when KVM is not enabledPaul Mackerras2019-02-271-1/+1
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-221-1/+2
|\
| * KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-211-1/+2
* | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-191-0/+14
|/
* KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops structSuraj Jitindar Singh2018-12-171-0/+4
* KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-171-2/+4
* KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationPaul Mackerras2018-10-091-0/+1
* KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guestsPaul Mackerras2018-10-091-0/+2
* KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C codePaul Mackerras2018-10-091-0/+1
* KVM: PPC: Remove redundand permission bits removalAlexey Kardashevskiy2018-10-091-1/+1
* KVM: PPC: Validate TCEs against preregistered memory page sizesAlexey Kardashevskiy2018-10-091-2/+0
* KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...Simon Guo2018-05-221-4/+6
* KVM: PPC: Add giveup_ext() hook to PPC KVM opsSimon Guo2018-05-221-0/+1
* KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo2018-05-221-3/+3
* 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
* | powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-4/+4
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+4
|\
| * KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani2018-02-091-0/+4
* | powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-1/+1
* | powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan2018-01-191-1/+1
* | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+1
|/
* KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-231-0/+1
* KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras2017-11-011-0/+3
* KVM: PPC: Book3S HV: Allow userspace to set the desired SMT modePaul Mackerras2017-06-191-0/+2
* Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-9/+75
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-0/+74
| * powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-1/+1
| * powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declarationBenjamin Herrenschmidt2017-04-101-4/+0