index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
1
-2
/
+1
2023-11-02
target/arm: Enable FEAT_MOPS insns in user-mode emulation
Peter Maydell
1
-0
/
+2
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
1
-0
/
+1
2023-10-19
target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
Peter Maydell
1
-0
/
+95
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
1
-3
/
+3
2023-10-11
target/arm: Move the reference to arm-core.xml
Akihiko Odaki
1
-1
/
+2
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
1
-1
/
+0
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-4
/
+4
2023-10-03
target/arm: Remove size and alignment for cpu subclasses
Richard Henderson
1
-3
/
+0
2023-09-08
target/arm: Enable SCTLR_EL1.TIDCP for user-only
Richard Henderson
1
-0
/
+4
2023-08-31
target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
Peter Maydell
1
-82
/
+97
2023-08-31
target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
Richard Henderson
1
-0
/
+3
2023-08-31
target/arm: When tag memory is not present, set MTE=1
Richard Henderson
1
-3
/
+4
2023-08-31
target/arm: Support more GM blocksizes
Richard Henderson
1
-4
/
+14
2023-08-22
target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
Jean-Philippe Brucker
1
-0
/
+6
2023-07-25
arm: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-07-06
target/arm: Suppress more TCG unimplemented features in ID registers
Peter Maydell
1
-4
/
+29
2023-07-06
target/arm: Handle IC IVAU to improve compatibility with JITs
John Högberg
1
-0
/
+11
2023-07-06
target/arm: Dump ZA[] when active
Richard Henderson
1
-0
/
+18
2023-07-06
target/arm: Avoid splitting Zregs across lines in dump
Richard Henderson
1
-22
/
+14
2023-06-23
target/arm: Restructure has_vfp_d32 test
Richard Henderson
1
-13
/
+15
2023-06-23
target/arm: Add isar_feature_aa64_rme
Richard Henderson
1
-0
/
+4
2023-06-15
target/arm: Allow users to set the number of VFP registers
Cédric Le Goater
1
-0
/
+32
2023-06-06
target/arm: trap DCC access in user mode emulation
Zhuojia Shen
1
-0
/
+2
2023-05-19
Revert "arm/kvm: add support for MTE"
Peter Maydell
1
-5
/
+4
2023-05-18
arm/kvm: add support for MTE
Cornelia Huck
1
-4
/
+5
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+2
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
1
-4
/
+4
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-02-27
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
1
-1
/
+2
2023-02-27
target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
Fabiano Rosas
1
-2
/
+4
2023-02-16
target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
Philippe Mathieu-Daudé
1
-1
/
+3
2023-02-16
target/arm: Store CPUARMState::nvic as NVICState*
Philippe Mathieu-Daudé
1
-0
/
+1
2023-01-05
target/arm: cleanup cpu includes
Claudio Fontana
1
-1
/
+0
2023-01-05
target/arm: Add PMSAv8r registers
Tobias Röhmel
1
-4
/
+24
2023-01-05
target/arm: Make RVBAR available for all ARMv8 CPUs
Tobias Röhmel
1
-1
/
+5
2022-12-16
target/arm: Convert to 3-phase reset
Peter Maydell
1
-4
/
+9
2022-12-15
target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
Philippe Mathieu-Daudé
1
-2
/
+3
2022-11-29
target/arm: Set TCGCPUOps.restore_state_to_opc for v7m
Evgeny Ermakov
1
-3
/
+3
2022-10-27
target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()
Ake Koomsin
1
-7
/
+17
2022-10-26
target/arm: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-0
/
+26
2022-10-20
target/arm: Enable TARGET_TB_PCREL
Richard Henderson
1
-11
/
+12
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
1
-2
/
+2
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+13
2022-08-12
target/arm: Don't report Statistical Profiling Extension in ID registers
Peter Maydell
1
-0
/
+11
2022-07-18
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
1
-1
/
+1
2022-07-11
target/arm: Enable SME for user-only
Richard Henderson
1
-0
/
+11
2022-07-11
target/arm: Only set ZEN in reset if SVE present
Richard Henderson
1
-4
/
+3
2022-07-11
target/arm: Handle SME in aarch64_cpu_dump_state
Richard Henderson
1
-1
/
+16
2022-07-05
disas: Remove libvixl disassembler
Thomas Huth
1
-7
/
+0
[next]