aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
8 daystarget/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-04-30target/arm: Refactor default generic timer frequency handlingPeter Maydell
2024-04-30target/arm: Implement ID_AA64MMFR3_EL1Peter Maydell
2024-04-25target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan
2024-04-25target/arm: Handle PSTATE.ALLINT on taking an exceptionJinjie Ruan
2024-04-25target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMIJinjie Ruan
2024-04-25target/arm: Add support for NMI in arm_phys_excp_target_el()Jinjie Ruan
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan
2024-04-25target/arm: Support MSR access to ALLINTJinjie Ruan
2024-04-25target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMIJinjie Ruan
2024-04-08target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3pull-target-arm-20240408Peter Maydell
2024-04-05target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi
2024-03-07target/arm: Implement FEAT_ECV CNTPOFF_EL2 handlingPeter Maydell
2024-03-07target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0Peter Maydell
2024-03-07target/arm: Implement new FEAT_ECV trap bitsPeter Maydell
2024-03-07target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be writtenPeter Maydell
2024-03-07target/arm: use FIELD macro for CNTHCTL bit definitionsPeter Maydell
2024-03-07target/arm: Timer _EL02 registers UNDEF for E2H == 0Peter Maydell
2024-02-15target/arm: Use new CBAR encoding for all v8 CPUs, not all aarch64 CPUsPeter Maydell
2024-02-15target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-03Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson
2024-02-02target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace setPeter Maydell
2024-02-02target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Move e2h_access() helper aroundPhilippe Mathieu-Daudé
2024-01-19target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-09target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entryPeter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)Peter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)Peter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x100..0x160)Peter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x0..0xff)Peter Maydell
2024-01-09target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell
2024-01-09target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2Peter Maydell
2024-01-09target/arm: Implement VNCR_EL2 registerPeter Maydell
2024-01-09target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bitsPeter Maydell
2024-01-09target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell
2024-01-09target/arm: Always use arm_pan_enabled() when checking if PAN is enabledPeter Maydell
2024-01-09target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell
2024-01-09target/arm: Set SPSR_EL1.M correctly when nested virt is enabledPeter Maydell
2024-01-09target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell
2024-01-09target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0Peter Maydell
2024-01-09target/arm: Record correct opcode fields in cpreg for E2H aliasesPeter Maydell
2024-01-09target/arm: Implement HCR_EL2.AT handlingPeter Maydell
2024-01-09target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NVPeter Maydell
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05target/arm: Use generic cpu_list()Gavin Shan
2023-12-19target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker