summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Disable NX for old magic page using guestsAlexander Graf2014-05-301-0/+1
* KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-301-0/+2
* KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-301-0/+1
* KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-301-0/+3
* KVM: PPC: BOOK3S: PR: Enable Little Endian PR guestAneesh Kumar K.V2014-05-301-1/+1
* KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-3/+21
* KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-0/+1
* KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-271-0/+1
* KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-271-1/+24
* KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-271-0/+2
* kvm: powerpc: use caching attributes as per linux pteBharat Bhushan2014-01-091-1/+1
* KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-8/+4
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-0/+1
* kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-171-5/+5
* kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-171-1/+1
* KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-171-0/+3
* KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2013-10-171-12/+1
* KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras2013-10-171-1/+2
* KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras2013-10-171-0/+7
* KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras2013-10-171-0/+3
* KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras2013-10-171-0/+4
* KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-171-0/+1
* KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-0/+2
* KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-171-0/+1
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-0/+1
* KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-171-0/+1
* KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-171-0/+2
* KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V2013-07-081-8/+4
* powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V2013-07-081-1/+1
* KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-261-0/+11
* KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-261-0/+1
* KVM: PPC: Support irq routing and irqfd for in-kernel MPICAlexander Graf2013-04-261-0/+7
* kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood2013-04-261-0/+9
* kvm/ppc/mpic: in-kernel MPIC emulationScott Wood2013-04-261-1/+7
* KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-261-0/+2
* KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman2013-04-261-0/+1
* KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman2013-04-261-0/+1
* KVM: PPC: booke: Added debug handlerBharat Bhushan2013-03-221-0/+1
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-4/+4
|\
| * KVM: PPC: BookE: Implement EPR exitAlexander Graf2013-01-101-0/+2
| * KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-131-3/+1
| * KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-131-2/+2
* | powerpc/kvm/book3s_hv: Preserve guest CFAR register valuePaul Mackerras2013-02-151-0/+1
|/
* KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf2012-12-061-1/+6
* KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-061-2/+3
* KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras2012-12-061-0/+1
* KVM: PPC: Book3S HV: Fix accounting of stolen timePaul Mackerras2012-10-301-0/+5
* KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can runPaul Mackerras2012-10-301-3/+2
* KVM: PPC: Book3S HV: Fixes for late-joining threadsPaul Mackerras2012-10-301-3/+4
OpenPOWER on IntegriCloud