aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell
2022-09-29target/arm: Update SDCR_VALID_MASK to include SCCDPeter Maydell
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi
2022-09-27Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi
2022-09-27Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-09-27linux-user/hppa: Dump IIR on register dumpHelge Deller
2022-09-27target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unorderedYang Liu
2022-09-27target/riscv: rvv-1.0: Simplify vfwredsum codeYang Liu
2022-09-27target/riscv: debug: Add initial support of type 6 triggerFrank Chang
2022-09-27target/riscv: debug: Check VU/VS modes for type 2 triggerFrank Chang
2022-09-27target/riscv: debug: Create common trigger actions functionFrank Chang
2022-09-27target/riscv: debug: Introduce tinfo CSRFrank Chang
2022-09-27target/riscv: debug: Restrict the range of tselect value can be writtenFrank Chang
2022-09-27target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRsFrank Chang
2022-09-27target/riscv: debug: Introduce build_tdata1() to build tdata1 register contentFrank Chang
2022-09-27target/riscv: debug: Determine the trigger type from tdata1.typeFrank Chang
2022-09-26target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...Mark Cave-Ayland
2022-09-26target/m68k: increase size of m68k CPU features from uint32_t to uint64_tMark Cave-Ayland
2022-09-27target/riscv: Check the correct exception cause in vector GDB stubFrank Chang
2022-09-27target/riscv: Set the CPU resetvec directlyAlistair Francis
2022-09-27target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xmlAndrew Burgess
2022-09-27target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}Weiwei Li
2022-09-27target/riscv: Remove sideleg and sedelegRahul Pathak
2022-09-26Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato
2022-09-26target/s390x: support PRNO_TRNG instructionJason A. Donenfeld
2022-09-23target/s390x: support SHA-512 extensionsJason A. Donenfeld
2022-09-23s390x/tcg: Fix opcode for lzrfChristian Borntraeger
2022-09-22Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_pmsav5Richard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Add is_secure parameter to pmsav7_use_background_regionRichard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v6Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v5Richard Henderson
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_v5Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_v6Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_lpaeRichard Henderson