summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-241-3/+1
|\
| * KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-221-1/+0
| * KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan2014-09-221-2/+0
| * KVM: PPC: BOOKE : Emulate rfdi instructionBharat Bhushan2014-09-221-0/+1
* | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+5
* | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-1/+1
|/
* 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-0/+8
* KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-5/+0
* KVM: PPC: Remove DCR handlingAlexander Graf2014-07-281-4/+0
* KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-281-2/+2
* Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8Stewart Smith2014-07-281-0/+2
* KVM: PPC: Remove 440 supportAlexander Graf2014-07-281-3/+0
* kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exitBharat Bhushan2014-07-281-0/+1
* KVM: PPC: Book3S: Move vcore definition to end of kvm_arch structAlexander Graf2014-07-281-1/+4
* KVM: PPC: e500: Emulate power management control SPRMihai Caraman2014-07-281-0/+1
* KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-281-0/+2
* KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V2014-07-281-0/+1
* KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V2014-07-281-0/+1
* KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulationAneesh Kumar K.V2014-07-061-2/+2
* 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
OpenPOWER on IntegriCloud