summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
AgeCommit message (Expand)Author
2015-10-21KVM: PPC: Implement extension to report number of memslotsNikunj A Dadhania
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-21KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev
2015-03-24powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman
2014-09-22KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář
2014-08-05KVM: PPC: drop duplicate tracepointPaolo Bonzini
2014-07-28KVM: PPC: Remove DCR handlingAlexander Graf
2014-07-28KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf
2014-07-28KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf
2014-07-28KVM: PPC: Use kvm_read_guest in kvmppc_ldAlexander Graf
2014-07-28KVM: PPC: Remove kvmppc_bad_hva()Alexander Graf
2014-07-28KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf
2014-07-28KVM: PPC: Book3S: Provide different CAPs based on HV or PR modeAlexander Graf
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
2014-07-28KVM: PPC: Remove 440 supportAlexander Graf
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman
2014-07-28KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf
2014-07-28KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras
2014-07-28KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-05-30KVM: PPC: Add CAP to indicate hcall fixesAlexander Graf
2014-05-30KVM: PPC: Disable NX for old magic page using guestsAlexander Graf
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf
2014-05-30KVM: PPC: PR: Fill pvinfo hcall instructions in big endianAlexander Graf
2014-05-28powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman
2014-01-27kvm/ppc: IRQ disabling cleanupScott Wood
2014-01-27KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras
2013-10-17kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V
2013-10-17kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-03powerpc kvm: use fdgetAl Viro