summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-301-0/+10
| * KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-301-36/+36
* | KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bitAlexander Graf2014-04-281-3/+3
|/
* KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-8/+30
* KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf2014-01-091-0/+8
* kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-3/+3
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-29/+60
* kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+2
* kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-171-1/+11
* kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-171-0/+44
* kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-4/+141
* KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras2013-10-171-6/+9
* KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+10
* KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-261-0/+19
* KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-261-1/+1
* KVM: PPC: debug stub interface parameter definedBharat Bhushan2013-04-261-0/+6
* Added ONE_REG interface for debug instructionBharat Bhushan2013-04-171-0/+6
* KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras2013-03-221-2/+1
* KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras2012-10-051-0/+48
* KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras2012-10-051-0/+68
OpenPOWER on IntegriCloud