aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-nextPaolo 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
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras1-8/+30
2014-01-09KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf1-0/+8
2013-10-17kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V1-3/+3
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-29/+60
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+2
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V1-1/+11
2013-10-17kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V1-0/+44
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-4/+141
2013-10-17KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras1-6/+9
2013-10-17KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras1-0/+10
2013-04-26KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras1-0/+19
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt1-1/+1
2013-04-26KVM: PPC: debug stub interface parameter definedBharat Bhushan1-0/+6
2013-04-17Added ONE_REG interface for debug instructionBharat Bhushan1-0/+6
2013-03-22KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras1-2/+1
2012-10-05KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+48