aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_book3s.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-2/+2
2015-08-22KVM: PPC: Book3S: correct width in XER handlingSam bobroff1-2/+2
2015-08-22KVM: PPC: Book3S HV: Fix bug in dirty page trackingPaul Mackerras1-0/+1
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2015-04-21kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson1-0/+3
2015-03-09ppc: Remove unused cpp symbols in kvm headersFrederic Weisbecker1-4/+0
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras1-2/+0
2014-07-31KVM: PPC: PR: Handle FSCR feature deselectsAlexander Graf1-0/+1
2014-07-28KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf1-0/+7
2014-07-28KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf1-1/+1
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman1-26/+0
2014-07-28KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf1-1/+1
2014-07-28KVM: PPC: Book3S: Add hack for split real modeAlexander Graf1-0/+3
2014-07-28KVM: PPC: Book3S HV: Make HTAB code LE host awareAlexander Graf1-2/+2
2014-07-28KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras1-0/+3
2014-07-28KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras1-0/+1
2014-07-06KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulationAneesh Kumar K.V1-2/+0
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf1-1/+2
2014-03-26KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz1-0/+5
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini1-14/+13
2014-01-27KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater1-1/+7
2014-01-09KVM: PPC: Unify kvmppc_get_last_inst and scAlexander Graf1-11/+7
2014-01-09KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras1-3/+0
2013-12-09KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf1-0/+4
2013-10-17kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V1-53/+0
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-1/+0
2013-10-17kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V1-2/+0
2013-10-17kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V1-2/+2
2013-10-17KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()Paul Mackerras1-0/+1
2013-10-17KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras1-2/+5
2013-10-17KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras1-3/+1
2013-10-17KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras1-2/+4
2013-10-17KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras1-0/+6
2013-10-17KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras1-185/+35
2013-10-17KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras1-0/+2
2013-08-28KVM: PPC: Book3S PR: Make instruction fetch fallback work for system callsPaul Mackerras1-0/+38
2013-06-30KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras1-2/+4
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt1-0/+2
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras1-1/+2
2013-04-17Added ONE_REG interface for debug instructionBharat Bhushan1-0/+2
2012-12-06KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registersPaul Mackerras1-0/+2
2012-12-06KVM: PPC: Book3S HV: Make a HPTE removal function availablePaul Mackerras1-0/+3
2012-12-06KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras1-2/+3
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti1-1/+1
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras1-1/+1
2012-09-17powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V1-1/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-05-16powerpc/kvm: Fix VSID usage in 64-bit "PR" KVMBenjamin Herrenschmidt1-3/+4
2012-04-08KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood1-0/+3
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf1-0/+2