aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
AgeCommit message (Expand)Author
2019-09-16KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsPaul Mackerras
2018-06-01KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGSSimon Guo
2018-05-22KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo
2018-03-19KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras
2017-04-10powerpc/kvm: Massage order of #includeBenjamin Herrenschmidt
2017-01-31KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-27KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier
2016-09-08KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-02-16KVM: PPC: Use RCU for arch.spapr_tce_tablesAlexey Kardashevskiy
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2015-09-21KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth
2015-08-07treewide: Fix typo compatability -> compatibilityLaurent Pinchart
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-04-21kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini
2014-12-17arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist
2014-09-24Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-09-22powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman
2014-09-22KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman
2014-07-28KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf
2014-07-28KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf
2014-07-28KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf
2014-07-28KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indicationPaul Mackerras
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman
2014-07-28KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf
2014-07-28KVM: PPC: Book3S: Add hack for split real modeAlexander Graf
2014-07-28KVM: PPC: Deflect page write faults properly in kvmppc_stAlexander Graf
2014-07-28KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras
2014-07-28KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V
2014-07-28KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds