summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()Lan Tianyu2016-03-221-0/+3
* KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy2016-03-021-1/+24
* KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier2016-02-291-0/+10
* KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-161-0/+3
* KVM: PPC: Fix ONE_REG AltiVec supportGreg Kurz2016-01-141-10/+10
* KVM: PPC: Implement extension to report number of memslotsNikunj A Dadhania2015-10-211-0/+3
* KVM: PPC: Fix warnings from sparseThomas Huth2015-08-221-1/+1
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-1/+2
* KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
* KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-0/+3
|\
| * KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+3
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-20/+18
|\ \ | |/ |/|
| * powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson2015-03-241-20/+18
* | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-2/+2
|/
* KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-2/+1
* KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-8/+2
* KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf2014-09-221-1/+1
* KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-221-7/+1
* KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman2014-09-221-0/+42
* KVM: PPC: Make ONE_REG powerpc genericMihai Caraman2014-09-221-0/+55
* KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
* KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-29/+0
* KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+4
* KVM: PPC: drop duplicate tracepointPaolo Bonzini2014-08-051-0/+2
* KVM: PPC: Remove DCR handlingAlexander Graf2014-07-281-10/+0
* KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf2014-07-281-1/+1
* KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf2014-07-281-0/+22
* KVM: PPC: Use kvm_read_guest in kvmppc_ldAlexander Graf2014-07-281-25/+2
* KVM: PPC: Remove kvmppc_bad_hva()Alexander Graf2014-07-281-6/+1
* KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-281-0/+81
* KVM: PPC: Book3S: Provide different CAPs based on HV or PR modeAlexander Graf2014-07-281-3/+9
* KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* KVM: PPC: Remove 440 supportAlexander Graf2014-07-281-1/+0
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-2/+9
* KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-281-0/+19
* KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-281-0/+2
* KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-281-0/+45
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-1/+1
|\
| * powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman2014-05-281-1/+1
* | KVM: PPC: Add CAP to indicate hcall fixesAlexander Graf2014-05-301-0/+1
* | KVM: PPC: Disable NX for old magic page using guestsAlexander Graf2014-05-301-2/+12
* | KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-301-1/+32
* | KVM: PPC: PR: Fill pvinfo hcall instructions in big endianAlexander Graf2014-05-301-8/+8
|/
* kvm/ppc: IRQ disabling cleanupScott Wood2014-01-271-17/+9
* KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater2014-01-271-4/+24
* KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-2/+2
* kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+1
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-21/+55
* kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-4/+5
OpenPOWER on IntegriCloud