summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-05-291-0/+1
* KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' methodCédric Le Goater2019-04-301-0/+11
* KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-301-0/+24
* KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-1/+6
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-221-0/+7
|\
| * KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-211-0/+7
* | KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-191-0/+3
* | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-191-5/+5
|/
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
* KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-171-2/+3
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-091-10/+33
|\
| * KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-091-10/+33
* | KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LRCameron Kaiser2018-10-051-0/+3
|/
* powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
* KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsPaul Mackerras2018-06-131-8/+5
* KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGSSimon Guo2018-06-011-6/+0
* KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo2018-05-221-2/+2
* KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-191-6/+0
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-0/+2
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-141-1/+7
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-141-1/+7
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+3
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+3
* Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-10/+73
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-6/+69
| * powerpc/kvm: Massage order of #includeBenjamin Herrenschmidt2017-04-101-4/+4
* | KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras2017-04-201-0/+18
|/
* KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras2017-01-311-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-271-6/+0
* KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier2016-09-121-0/+3
* KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh2016-09-081-0/+4
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
* KVM: PPC: Use RCU for arch.spapr_tce_tablesAlexey Kardashevskiy2016-02-161-1/+1
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-3/+3
* KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth2015-09-211-0/+6
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-101-1/+2
|\
| * KVM: PPC: Fix warnings from sparseThomas Huth2015-08-221-1/+2
* | treewide: Fix typo compatability -> compatibilityLaurent Pinchart2015-08-071-1/+1
|/
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-2/+3
* KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
* kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson2015-04-211-0/+76
* kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
* arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist2014-12-171-8/+0
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-241-111/+47
|\
| * powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-221-1/+2
| * KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-221-3/+1
| * KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman2014-09-221-42/+0
| * KVM: PPC: Make ONE_REG powerpc genericMihai Caraman2014-09-221-71/+50
OpenPOWER on IntegriCloud