aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-01-06Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-06Merge tag 'pull-hex-20230105' of https://github.com/quic/qemu into stagingPeter Maydell
2023-01-05target/sparc: Avoid TCGV_{LOW,HIGH}Richard Henderson
2023-01-05Hexagon (target/hexagon) implement mutability mask for GPRsMarco Liebel
2023-01-05target/hexagon: suppress unused variable warningAlessandro Di Federico
2023-01-05target/hexagon/idef-parser: fix two typos in READMEMatheus Tavares Bernardino
2023-01-05target/hexagon: rename aliased register HEX_REG_P3_0Mukilan Thiyagarajan
2023-01-05target/arm: align exposed ID registers with LinuxZhuojia Shen
2023-01-05target/arm: cleanup cpu includesClaudio Fontana
2023-01-05target/arm: Remove unused includes from helper.cFabiano Rosas
2023-01-05target/arm: Remove unused includes from m_helper.cFabiano Rosas
2023-01-05target/arm: Fix checkpatch brace errors in helper.cFabiano Rosas
2023-01-05target/arm: Fix checkpatch space errors in helper.cFabiano Rosas
2023-01-05target/arm: Fix checkpatch comment style warnings in helper.cFabiano Rosas
2023-01-05target/arm: fix handling of HLT semihosting in system modeAlex Bennée
2023-01-05target/arm: Add ARM Cortex-R52 CPUTobias Röhmel
2023-01-05target/arm: Add PMSAv8r functionalityTobias Röhmel
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel
2023-01-05target/arm: Make stage_2_format for cache attributes optionalTobias Röhmel
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel
2023-01-05target/arm: Don't add all MIDR aliases for cores that implement PMSATobias Röhmel
2023-01-05target/arm:Set lg_page_size to 0 if either S1 or S2 asks for itPeter Maydell
2023-01-04target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mipRichard Henderson
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittbRichard Henderson
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt
2022-12-21target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow
2022-12-21target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow
2022-12-21target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"Philippe Mathieu-Daudé
2022-12-19target/hppa: Fix fid instruction emulationHelge Deller
2022-12-19target/hppa: Generate illegal instruction exception for 64-bit instructionsHelge Deller
2022-12-19Merge tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2022-12-18target/tricore: Fix gdbstub write to address registersRichard Henderson
2022-12-18target/sh4: Mask restore of env->flags from tb->flagsGuenter Roeck
2022-12-18Merge tag 'pull-hex-20221216-1' of https://github.com/quic/qemu into stagingPeter Maydell
2022-12-16target/hexagon: call idef-parser functionsAlessandro Di Federico
2022-12-16target/hexagon: import parser for idef-parserAnton Johansson
2022-12-16target/hexagon: import lexer for idef-parserPaolo Montesel
2022-12-16target/hexagon: prepare input for the idef-parserAlessandro Di Federico
2022-12-16target/hexagon: introduce new helper functionsNiccolò Izzo
2022-12-16target/hexagon: make helper functions non-staticPaolo Montesel
2022-12-16target/hexagon: make slot number an unsignedPaolo Montesel
2022-12-16target/hexagon: import README for idef-parserAlessandro Di Federico
2022-12-16Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson
2022-12-16Hexagon (target/hexagon) Use direct block chaining for direct jump/branchTaylor Simpson
2022-12-16Hexagon (target/hexagon) Add overrides for various forms of jumpTaylor Simpson
2022-12-16Hexagon (target/hexagon) Add overrides for compound compare and jumpTaylor Simpson
2022-12-16Hexagon (target/hexagon) Add overrides for direct call instructionsTaylor Simpson