aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-05KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+68
2012-10-05KVM: PPC: booke: Add watchdog emulationBharat Bhushan1-0/+9
2012-04-08powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64Benjamin Herrenschmidt1-0/+3
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf1-1/+3
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras1-39/+0
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood1-0/+8
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood1-8/+8
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood1-1/+1
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-1/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-07-12KVM: PPC: Deliver program interrupts right away instead of queueing themPaul Mackerras1-5/+3