summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
* KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf2014-09-221-2/+2
* powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan2014-09-221-1/+18
* KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-221-3/+1Star
* KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan2014-09-221-1/+41
* KVM: PPC: Make ONE_REG powerpc genericMihai Caraman2014-09-221-58/+33Star
* KVM: PPC: Book3e: Add AltiVec supportMihai Caraman2014-09-221-1/+73
* KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman2014-09-221-7/+36
* KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan2014-09-221-0/+6
* KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan2014-09-221-9/+7Star
* KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUGBharat Bhushan2014-09-221-0/+2
* KVM: PPC: BOOKE: allow debug interrupt at "debug level"Bharat Bhushan2014-09-221-1/+5
* KVM: PPC: Remove DCR handlingAlexander Graf2014-07-281-5/+0Star
* KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf2014-07-281-6/+10
* KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf2014-07-281-0/+51
* KVM: PPC: Bookehv: Get vcpu's last instruction for emulationMihai Caraman2014-07-281-0/+44
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-0/+3
* kvm: ppc: Add SPRN_EPR get helper functionBharat Bhushan2014-07-281-10/+1Star
* kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7Bharat Bhushan2014-07-281-16/+16
* kvm: ppc: booke: Add shared struct helpers of SPRN_ESRBharat Bhushan2014-07-281-21/+3Star
* kvm: ppc: booke: Use the shared struct helpers of SPRN_DEARBharat Bhushan2014-07-281-21/+3Star
* kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1Bharat Bhushan2014-07-281-11/+6Star
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-38/+6Star
|\
| * kvm/ppc: IRQ disabling cleanupScott Wood2014-01-271-7/+5Star
| * KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software stateTiejun Chen2014-01-091-11/+0Star
| * kvm: powerpc: use caching attributes as per linux pteBharat Bhushan2014-01-091-0/+1
| * KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras2014-01-091-16/+0Star
| * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-6/+2Star
* | powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-111-6/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-38/+299
|\
| * kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-11/+11
| * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+2
| * kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V2013-10-171-1/+3
| * kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-6/+41
| * KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-171-18/+222
| * KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2013-10-171-10/+24
| * KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan2013-10-171-1/+1
| * KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+6
* | powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-111-10/+9Star
|/
* kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood2013-07-111-2/+0Star
* kvm/ppc: Call trace_hardirqs_on before entryScott Wood2013-07-111-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-1/+1
|\
| * KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen2013-06-301-1/+1
* | kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood2013-06-191-1/+2
* | kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()Scott Wood2013-06-111-0/+11
* | kvm/ppc/booke: Hold srcu lock when calling gfn functionsScott Wood2013-06-111-0/+7
|/
* kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood2013-04-261-0/+4
* kvm/ppc/mpic: in-kernel MPIC emulationScott Wood2013-04-261-3/+5
* KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman2013-04-261-47/+55
* booke: exit to user space if emulator requestBharat Bhushan2013-04-261-0/+3