summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-2/+2
|/
* KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf2014-07-281-0/+17
* KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-281-81/+0
* KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf2014-07-281-4/+8
* KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indicationPaul Mackerras2014-07-281-13/+12
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-0/+17
* KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-281-6/+6
* KVM: PPC: Book3S: Add hack for split real modeAlexander Graf2014-07-281-0/+19
* KVM: PPC: Deflect page write faults properly in kvmppc_stAlexander Graf2014-07-281-2/+4
* KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-281-0/+5
* KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V2014-07-281-0/+6
* KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V2014-07-281-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-36/+70
|\
| * KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf2014-05-301-0/+18
| * KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-301-0/+6
OpenPOWER on IntegriCloud