summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/booke.c
AgeCommit message (Expand)Author
2016-10-16KVM: PPC: BookE: Fix a sanity checkDan Carpenter
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-08-22KVM: PPC: add missing pt_regs initializationTudor Laurentiu
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-07KVM: booke: use __kvm_guest_exitPaolo Bonzini
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf
2014-09-22powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman
2014-09-22KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman
2014-09-22KVM: PPC: Book3e: Add AltiVec supportMihai Caraman
2014-09-22KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman
2014-09-22KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan
2014-09-22KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan
2014-09-22KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUGBharat Bhushan
2014-09-22KVM: PPC: BOOKE: allow debug interrupt at "debug level"Bharat Bhushan
2014-07-28KVM: PPC: Remove DCR handlingAlexander Graf
2014-07-28KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf
2014-07-28KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf
2014-07-28KVM: PPC: Bookehv: Get vcpu's last instruction for emulationMihai Caraman
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman
2014-07-28kvm: ppc: Add SPRN_EPR get helper functionBharat Bhushan
2014-07-28kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7Bharat Bhushan
2014-07-28kvm: ppc: booke: Add shared struct helpers of SPRN_ESRBharat Bhushan
2014-07-28kvm: ppc: booke: Use the shared struct helpers of SPRN_DEARBharat Bhushan
2014-07-28kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1Bharat Bhushan
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini
2014-01-27kvm/ppc: IRQ disabling cleanupScott Wood
2014-01-09KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software stateTiejun Chen
2014-01-09kvm: powerpc: use caching attributes as per linux pteBharat Bhushan
2014-01-09KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras
2013-12-11powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2013-10-17kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V
2013-10-17KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan
2013-10-17KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan
2013-10-17KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan
2013-10-17KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras
2013-07-11kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood
2013-07-11kvm/ppc: Call trace_hardirqs_on before entryScott Wood
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-06-30KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen
2013-06-19kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood