summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-08KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson1-4/+2
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-6/+6
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang1-1/+0
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-33/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+45
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+17
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-10KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin1-10/+1
2021-06-10KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin1-0/+6
2021-04-17KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson1-10/+8
2020-09-17KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz1-2/+2
2020-09-03KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz1-1/+3
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-05-27KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang1-2/+2
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito1-32/+29
2020-03-19KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz1-5/+0
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-0/+5
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-3/+2
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson1-8/+4
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson1-5/+0
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson1-3/+2
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson1-2/+3
2019-10-22KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin1-26/+1
2019-10-22KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin1-1/+1
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini1-4/+4
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras1-3/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras1-0/+1
2019-04-30KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' methodCédric Le Goater1-0/+11
2019-04-30KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater1-0/+24
2019-04-30KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater1-1/+6
2019-02-22Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-0/+7
2019-02-21KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras1-0/+7
2019-02-19KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh1-0/+3
2019-02-19KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras1-5/+5
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+2
2018-12-17KVM: PPC: Pass change type down to memslot commit functionBharata B Rao1-2/+3
2018-10-09Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-10/+33
2018-10-09KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras1-10/+33
2018-10-05KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LRCameron Kaiser1-0/+3
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsPaul Mackerras1-8/+5
2018-06-01KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGSSimon Guo1-6/+0
2018-05-22KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo1-2/+2
2018-03-19KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras1-6/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall1-0/+2
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall1-1/+7
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall1-1/+7
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall1-0/+3