summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-031-1/+1
* KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-031-3/+7
* KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-031-4/+7
* KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman2023-04-031-1/+1
* KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2023-03-221-2/+3
* Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-3/+2
|\
| * powerpc/kvm: Fix unannotated intra-function call warningSathvika Vasireddy2023-01-301-3/+2
* | KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson2023-01-241-1/+1
|/
* KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin2022-11-301-0/+3
* KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+0
* KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson2021-12-081-2/+0
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-2/+3
* KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handlingLaurent Vivier2021-10-281-1/+15
* KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-1/+0
* KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-4/+0
* KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-25/+0
* KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+38
* KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+17
* KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-7/+7
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-0/+1
|\
| * powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-0/+1
* | KVM: PPC: remove unneeded semicolonYang Li2021-02-101-1/+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