index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
cpu.c
Age
Commit message (
Expand
)
Author
2023-11-02
target/arm: Enable FEAT_MOPS insns in user-mode emulation
Peter Maydell
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-19
target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
Peter Maydell
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-10-11
target/arm: Move the reference to arm-core.xml
Akihiko Odaki
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
target/arm: Remove size and alignment for cpu subclasses
Richard Henderson
2023-09-08
target/arm: Enable SCTLR_EL1.TIDCP for user-only
Richard Henderson
2023-08-31
target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
Peter Maydell
2023-08-31
target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
Richard Henderson
2023-08-31
target/arm: When tag memory is not present, set MTE=1
Richard Henderson
2023-08-31
target/arm: Support more GM blocksizes
Richard Henderson
2023-08-22
target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
Jean-Philippe Brucker
2023-07-25
arm: spelling fixes
Michael Tokarev
2023-07-06
target/arm: Suppress more TCG unimplemented features in ID registers
Peter Maydell
2023-07-06
target/arm: Handle IC IVAU to improve compatibility with JITs
John Högberg
2023-07-06
target/arm: Dump ZA[] when active
Richard Henderson
2023-07-06
target/arm: Avoid splitting Zregs across lines in dump
Richard Henderson
2023-06-23
target/arm: Restructure has_vfp_d32 test
Richard Henderson
2023-06-23
target/arm: Add isar_feature_aa64_rme
Richard Henderson
2023-06-15
target/arm: Allow users to set the number of VFP registers
Cédric Le Goater
2023-06-06
target/arm: trap DCC access in user mode emulation
Zhuojia Shen
2023-05-19
Revert "arm/kvm: add support for MTE"
Peter Maydell
2023-05-18
arm/kvm: add support for MTE
Cornelia Huck
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
2023-02-27
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
2023-02-27
target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
Fabiano Rosas
2023-02-16
target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
Philippe Mathieu-Daudé
2023-02-16
target/arm: Store CPUARMState::nvic as NVICState*
Philippe Mathieu-Daudé
2023-01-05
target/arm: cleanup cpu includes
Claudio Fontana
2023-01-05
target/arm: Add PMSAv8r registers
Tobias Röhmel
2023-01-05
target/arm: Make RVBAR available for all ARMv8 CPUs
Tobias Röhmel
2022-12-16
target/arm: Convert to 3-phase reset
Peter Maydell
2022-12-15
target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
Philippe Mathieu-Daudé
2022-11-29
target/arm: Set TCGCPUOps.restore_state_to_opc for v7m
Evgeny Ermakov
2022-10-27
target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()
Ake Koomsin
2022-10-26
target/arm: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-20
target/arm: Enable TARGET_TB_PCREL
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-08-12
target/arm: Don't report Statistical Profiling Extension in ID registers
Peter Maydell
2022-07-18
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
2022-07-11
target/arm: Enable SME for user-only
Richard Henderson
2022-07-11
target/arm: Only set ZEN in reset if SVE present
Richard Henderson
2022-07-11
target/arm: Handle SME in aarch64_cpu_dump_state
Richard Henderson
2022-07-05
disas: Remove libvixl disassembler
Thomas Huth
2022-06-27
target/arm: Add cpu properties for SME
Richard Henderson
[next]