summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_ppc.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Allow userspace to set the desired SMT modePaul Mackerras2017-06-191-0/+2
* Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-9/+75
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-0/+74
| * powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-1/+1
| * powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declarationBenjamin Herrenschmidt2017-04-101-4/+0
| * powerpc/kvm: Make kvmppc_xics_create_icp staticBenjamin Herrenschmidt2017-04-101-4/+0
* | KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-201-0/+4
* | KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-201-2/+4
* | KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-201-1/+1
* | KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu2017-04-201-0/+7
* | KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras2017-04-201-0/+3
|/
* KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson2017-01-311-0/+4
* KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson2017-01-311-1/+1
* KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson2017-01-311-2/+3
* KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson2017-01-311-2/+2
* KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras2017-01-311-0/+2
* KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.hPaul Mackerras2016-12-011-0/+42
* KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9Paul Mackerras2016-11-241-3/+4
* KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-121-0/+4
* KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2016-09-121-1/+1
* KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-121-0/+3
* KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-121-0/+3
* KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier2016-09-091-0/+14
* KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier2016-09-091-0/+4
* KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy2016-03-021-1/+1
* KVM: PPC: Book3S HV: Add tunable to control H_IPI redirectionSuresh E. Warrier2016-02-291-0/+1
* KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVMSuresh Warrier2016-02-291-0/+1
* KVM: PPC: Book3S HV: Host-side RM data structuresSuresh Warrier2016-02-291-0/+31
* KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-161-0/+12
* KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpersAlexey Kardashevskiy2016-02-161-0/+4
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+1
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-2/+4
* KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-4/+4
* KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+2
* KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-2/+0
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-241-1/+10
|\
| * powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-221-0/+6
| * KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-221-1/+1
| * KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan2014-09-221-0/+3
* | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-1/+1
|/
* KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_sprBharat Bhushan2014-07-301-10/+10
* KVM: PPC: Remove DCR handlingAlexander Graf2014-07-281-1/+0
* KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf2014-07-281-0/+8
* KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf2014-07-281-0/+1
* KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-281-0/+4
* KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf2014-07-281-0/+13
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-0/+31
* kvm: ppc: Add SPRN_EPR get helper functionBharat Bhushan2014-07-281-0/+11
* kvm: ppc: booke: Add shared struct helpers of SPRN_ESRBharat Bhushan2014-07-281-0/+1
* kvm: ppc: bookehv: Added wrapper macros for shadow registersBharat Bhushan2014-07-281-8/+36