aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_book3s.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01KVM: PPC: Book3S HV: Simplify dynamic micro-threading codePaul Mackerras1-1/+0
2017-01-31KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras1-0/+2
2017-01-31KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras1-1/+6
2017-01-31KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras1-0/+6
2017-01-31KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras1-0/+8
2017-01-31KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras1-0/+3
2016-09-27KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras1-0/+2
2016-09-12KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier1-0/+1
2016-09-08KVM: PPC: Book3S HV: Implement halt pollingSuraj Jitindar Singh1-0/+1
2016-09-08KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list to arraySuraj Jitindar Singh1-1/+1
2016-09-08KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.hSuraj Jitindar Singh1-0/+35
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