summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-5/+0
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-07-031-1/+8
|\
| * KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabledAravinda Prasad2017-06-221-0/+2
| * KVM: PPC: Book3S HV: Add new capability to control MCE behaviourAravinda Prasad2017-06-211-0/+1
| * KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9Paul Mackerras2017-06-191-0/+2
| * KVM: PPC: Book3S HV: Allow userspace to set the desired SMT modePaul Mackerras2017-06-191-0/+1
| * KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9Paul Mackerras2017-06-191-0/+1
| * KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9Paul Mackerras2017-06-191-1/+1
* | KVM: improve arch vcpu request definingAndrew Jones2017-06-041-2/+2
|/
* Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-1/+27
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-1/+27
* | KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-201-0/+8
* | KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy2017-04-201-0/+1
* | KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu2017-04-201-0/+23
* | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-3/+0
|/
* KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson2017-01-311-0/+3
* KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson2017-01-311-2/+0
* KVM: PPC: Book3S HV: Gather HPT related variables into sub-structureDavid Gibson2017-01-311-6/+14
* KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movementPaul Mackerras2017-01-311-0/+2
* KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guestsPaul Mackerras2017-01-311-0/+1
* KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras2017-01-311-0/+2
* KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9Paul Mackerras2017-01-311-0/+1
* KVM: PPC: Decrease the powerpc default halt poll max valueSuraj Jitindar Singh2016-11-281-1/+1
* KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9Paul Mackerras2016-11-241-0/+1
* KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRsPaul Mackerras2016-11-241-0/+2
* KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras2016-11-211-0/+1
* KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entriesYongji Xie2016-11-211-0/+21
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-271-1/+0
* KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier2016-09-121-0/+3
* KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier2016-09-091-0/+17
* KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh2016-09-081-0/+4
* KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-081-30/+30