summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate_loadstore.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationJordan Niethe2023-12-071-11/+10
* KVM: PPC: Add support for nestedv2 guestsJordan Niethe2023-09-141-1/+3
* KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe2023-09-141-1/+1
* 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/+3
* KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin2023-04-031-3/+3
* KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-031-3/+3
* KVM: PPC: Book3s: mmio: Deliver DSI after emulation failureFabiano Rosas2022-01-311-7/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-17/+15
|\
| * KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-17/+15
* | powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-1/+1
|/
* KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'zhengbin2020-01-171-5/+0
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-08-231-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* | KVM: PPC: Remove leftover comment from emulate_loadstore.cFabiano Rosas2019-06-171-6/+0
|/
* KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-091-1/+0
* KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulationSimon Guo2018-07-181-4/+3
* KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...Simon Guo2018-05-221-41/+83
* KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element typesSimon Guo2018-05-221-7/+7
* KVM: PPC: Reimplement LOAD_VSX/STORE_VSX instruction mmio emulation with anal...Simon Guo2018-05-221-136/+91
* KVM: PPC: Reimplement LOAD_FP/STORE_FP instruction mmio emulation with analys...Simon Guo2018-05-221-157/+44
* KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo2018-05-221-229/+42
* KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issueSimon Guo2018-05-181-0/+1
* KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani2018-02-091-0/+36
* KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2017-04-201-0/+14
* KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2017-04-201-49/+86
* KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2017-04-201-0/+6
* KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu2017-04-201-1/+334
* KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf2014-09-221-1/+1
* KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf2014-07-281-0/+272