aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate_loadstore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31KVM: PPC: Book3s: mmio: Deliver DSI after emulation failureFabiano Rosas1-7/+3
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+15
2020-05-27KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang1-17/+15
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-1/+1
2020-01-17KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'zhengbin1-5/+0
2019-08-23Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-12/+1
2019-06-17KVM: PPC: Remove leftover comment from emulate_loadstore.cFabiano Rosas1-6/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner1-12/+1
2018-10-09KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras1-1/+0
2018-07-18KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulationSimon Guo1-4/+3
2018-05-22KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_instr() inputSimon Guo1-41/+83
2018-05-22KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element typesSimon Guo1-7/+7
2018-05-22KVM: PPC: Reimplement LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_instr() inputSimon Guo1-136/+91
2018-05-22KVM: PPC: Reimplement LOAD_FP/STORE_FP instruction mmio emulation with analyse_instr() inputSimon Guo1-157/+44
2018-05-22KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_instr() inputSimon Guo1-229/+42
2018-05-18KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issueSimon Guo1-0/+1
2018-02-09KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani1-0/+36
2017-04-20KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras1-0/+14
2017-04-20KVM: PPC: Emulation for more integer loads and storesPaul Mackerras1-49/+86
2017-04-20KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy1-0/+6
2017-04-20KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu1-1/+334
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf1-1/+1
2014-07-28KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf1-0/+272