aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-04KVM: add kvm_request_pendingRadim Krčmář1-1/+1
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-2/+2
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras1-0/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27KVM: PPC: BookE: Fix a sanity checkDan Carpenter1-1/+1
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-2/+2
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+1
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+4
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-08-22KVM: PPC: add missing pt_regs initializationTudor Laurentiu1-0/+1
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-1/+2
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-07KVM: booke: use __kvm_guest_exitPaolo Bonzini1-3/+3
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf1-2/+2
2014-09-22powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan1-1/+18
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman1-3/+1
2014-09-22KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan1-1/+41
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman1-58/+33
2014-09-22KVM: PPC: Book3e: Add AltiVec supportMihai Caraman1-1/+73
2014-09-22KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman1-7/+36
2014-09-22KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan1-0/+6
2014-09-22KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan1-9/+7
2014-09-22KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUGBharat Bhushan1-0/+2
2014-09-22KVM: PPC: BOOKE: allow debug interrupt at "debug level"Bharat Bhushan1-1/+5
2014-07-28KVM: PPC: Remove DCR handlingAlexander Graf1-5/+0
2014-07-28KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf1-6/+10
2014-07-28KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf1-0/+51
2014-07-28KVM: PPC: Bookehv: Get vcpu's last instruction for emulationMihai Caraman1-0/+44
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman1-0/+3
2014-07-28kvm: ppc: Add SPRN_EPR get helper functionBharat Bhushan1-10/+1
2014-07-28kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7Bharat Bhushan1-16/+16
2014-07-28kvm: ppc: booke: Add shared struct helpers of SPRN_ESRBharat Bhushan1-21/+3
2014-07-28kvm: ppc: booke: Use the shared struct helpers of SPRN_DEARBharat Bhushan1-21/+3
2014-07-28kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1Bharat Bhushan1-11/+6
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini1-38/+6
2014-01-27kvm/ppc: IRQ disabling cleanupScott Wood1-7/+5
2014-01-09KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software stateTiejun Chen1-11/+0
2014-01-09kvm: powerpc: use caching attributes as per linux pteBharat Bhushan1-0/+1
2014-01-09KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras1-16/+0
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras1-6/+2
2013-12-11powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood1-6/+6
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-38/+299
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-11/+11
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+2
2013-10-17kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V1-1/+3
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-6/+41
2013-10-17KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan1-18/+222
2013-10-17KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan1-10/+24