aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-01-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-01-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into s...Peter Maydell
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky
2022-01-12target/ppc: Set the correct endianness for powernv memory dumpsFabiano Rosas
2022-01-12target/ppc: Introduce a wrapper for powerpc_excpFabiano Rosas
2022-01-12target/ppc: Use ppc_interrupts_little_endian in powerpc_excpFabiano Rosas
2022-01-12target/ppc: Add MSR_ILE support to ppc_interrupts_little_endianFabiano Rosas
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Group unimplemented exceptionsFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs activeFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Extract software TLB logging into a functionFabiano Rosas
2022-01-12target/ppc: Add extra float instructions to POWER5P processorsCédric Le Goater
2022-01-12target/ppc: Add popcntb instruction to POWER5+ processorsCédric Le Goater
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson
2022-01-09target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DAT...Mark Cave-Ayland
2022-01-08target/riscv: Implement the stval/mtval illegal instructionAlistair Francis
2022-01-08target/riscv: Fixup setting GVAAlistair Francis
2022-01-08target/riscv: Set the opcode in DisasContextAlistair Francis
2022-01-08target/riscv: actual functions to realize crs 128-bit insnsFrédéric Pétrot
2022-01-08target/riscv: modification of the trans_csrxx for 128-bit supportFrédéric Pétrot
2022-01-08target/riscv: helper functions to wrap calls to 128-bit csr insnsFrédéric Pétrot
2022-01-08target/riscv: adding high part of some csrsFrédéric Pétrot
2022-01-08target/riscv: support for 128-bit M extensionFrédéric Pétrot
2022-01-08target/riscv: support for 128-bit arithmetic instructionsFrédéric Pétrot
2022-01-08target/riscv: support for 128-bit shift instructionsFrédéric Pétrot
2022-01-08target/riscv: support for 128-bit U-type instructionsFrédéric Pétrot
2022-01-08target/riscv: support for 128-bit bitwise instructionsFrédéric Pétrot
2022-01-08target/riscv: accessors to registers upper part and 128-bit load/storeFrédéric Pétrot
2022-01-08target/riscv: moving some insns close to similar insnsFrédéric Pétrot
2022-01-08target/riscv: setup everything for rv64 to support rv128 executionFrédéric Pétrot
2022-01-08target/riscv: array for the 64 upper bits of 128-bit registersFrédéric Pétrot
2022-01-08target/riscv: separation of bitwise logic and arithmetic helpersFrédéric Pétrot
2022-01-08target/riscv: additional macros to check instruction supportFrédéric Pétrot
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2022-01-08target/riscv: Fix position of 'experimental' commentPhilipp Tomsich
2022-01-08target/riscv: rvv-1.0: Call the correct RVF/RVD check function for narrowing ...Frank Chang
2022-01-08target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening f...Frank Chang
2022-01-08target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening f...Frank Chang
2022-01-08target/riscv: Enable the Hypervisor extension by defaultAlistair Francis
2022-01-08target/riscv: Mark the Hypervisor extension as non experimentalAlistair Francis
2022-01-08target/riscv/pmp: fix no pmp illegal intrsNikita Shubin
2022-01-07target/arm: Add missing FEAT_TLBIOS instructionsIdan Horowitz
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza