summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-0/+1
* KVM: PPC: fix comparison to bool warningKaixu Xia2020-12-151-3/+3
* KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz2020-09-171-3/+3
* KVM: PPC: Clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-07-231-5/+4
* KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-17/+19
* kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-22/+19
* KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-191-5/+0
* KVM: PPC: Use fallthrough;Joe Perches2020-03-191-3/+3
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-0/+5
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-2/+1
* KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson2020-03-161-7/+2
* Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-01-301-1/+1
|\
| * KVM: PPC: Book3E: Replace current->mm by kvm->mmLeonardo Bras2020-01-171-1/+1
* | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* | KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()Sean Christopherson2020-01-271-27/+33
* | KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-3/+2
* | KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-241-2/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* 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-211-4/+3
* 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/+1
* KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan2014-09-221-1/+41
* KVM: PPC: Make ONE_REG powerpc genericMihai Caraman2014-09-221-58/+33
* KVM: PPC: Book3e: Add AltiVec supportMihai Caraman2014-09-221-1/+73