summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1Star
* KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-171-1/+2
* KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-181-19/+22
* powerpc/kvm/booke: Fix altivec related build breakLaurentiu Tudor2018-04-271-0/+7
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-6/+13
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall2017-12-141-0/+2
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-141-5/+10
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-141-1/+8
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+3
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+3
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-4/+3Star
* KVM: add kvm_request_pendingRadim Krčmář2017-06-041-1/+1
* KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-2/+2
* KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras2017-04-201-0/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* KVM: PPC: BookE: Fix a sanity checkDan Carpenter2016-09-271-1/+1
* KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-011-0/+4
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* KVM: PPC: add missing pt_regs initializationTudor Laurentiu2015-08-221-0/+1
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-1/+2
* KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
* KVM: booke: use __kvm_guest_exitPaolo Bonzini2015-05-071-3/+3
* 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