summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall1-0/+2
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall1-1/+7
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall1-1/+7
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall1-0/+3
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras1-10/+73
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt1-6/+69
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras1-0/+18
2017-04-10powerpc/kvm: Massage order of #includeBenjamin Herrenschmidt1-4/+4
2017-01-31KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras1-6/+0
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier1-0/+3
2016-09-08KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh1-0/+4
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+1
2016-02-16KVM: PPC: Use RCU for arch.spapr_tce_tablesAlexey Kardashevskiy1-1/+1
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-3/+3
2015-09-21KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth1-0/+6
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth1-1/+2
2015-08-07treewide: Fix typo compatability -> compatibilityLaurent Pinchart1-1/+1
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-2/+3
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-04-21kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson1-0/+76
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2014-12-17arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist1-8/+0
2014-09-24Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini1-111/+47
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+2
2014-09-22powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan1-1/+2
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman1-3/+1
2014-09-22KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman1-42/+0
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman1-71/+50
2014-07-28KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf1-0/+17
2014-07-28KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf1-81/+0
2014-07-28KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf1-4/+8
2014-07-28KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indicationPaul Mackerras1-13/+12
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman1-0/+17
2014-07-28KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf1-6/+6
2014-07-28KVM: PPC: Book3S: Add hack for split real modeAlexander Graf1-0/+19
2014-07-28KVM: PPC: Deflect page write faults properly in kvmppc_stAlexander Graf1-2/+4
2014-07-28KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras1-0/+5
2014-07-28KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V1-0/+6
2014-07-28KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V1-0/+6
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-36/+70
2014-05-30KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf1-0/+18
2014-05-30KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf1-0/+6
2014-05-30KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf1-0/+10
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf1-36/+36
2014-04-28KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bitAlexander Graf1-3/+3