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
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-01
target/arm/cpu64: max cpu: Introduce sve<N> properties
Andrew Jones
1
-1
/
+9
2019-10-24
target/arm: Rely on hflags correct in cpu_get_tb_cpu_state
Richard Henderson
1
-3
/
+6
2019-10-24
target/arm: Rebuild hflags at Xscale SCTLR writes
Richard Henderson
1
-0
/
+10
2019-10-24
target/arm: Rebuild hflags at EL changes
Richard Henderson
1
-0
/
+2
2019-10-24
target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})
Richard Henderson
1
-0
/
+24
2019-10-24
target/arm: Hoist store to cs_base in cpu_get_tb_cpu_state
Richard Henderson
1
-1
/
+1
2019-10-24
target/arm: Split out arm_mmu_idx_el
Richard Henderson
1
-5
/
+7
2019-10-24
target/arm: Add arm_rebuild_hflags
Richard Henderson
1
-8
/
+22
2019-10-24
target/arm: Hoist computation of TBFLAG_A32.VFPEN
Richard Henderson
1
-4
/
+10
2019-10-24
target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_state
Richard Henderson
1
-12
/
+8
2019-10-24
target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state
Richard Henderson
1
-7
/
+14
2019-10-24
target/arm: Split out rebuild_hflags_aprofile
Richard Henderson
1
-8
/
+12
2019-10-24
target/arm: Split out rebuild_hflags_a32
Richard Henderson
1
-1
/
+7
2019-10-24
target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state
Richard Henderson
1
-26
/
+23
2019-10-24
target/arm: Split out rebuild_hflags_m32
Richard Henderson
1
-15
/
+30
2019-10-24
target/arm: Split arm_cpu_data_is_big_endian
Richard Henderson
1
-4
/
+12
2019-10-24
target/arm: Split out rebuild_hflags_common_32
Richard Henderson
1
-5
/
+11
2019-10-24
target/arm: Split out rebuild_hflags_a64
Richard Henderson
1
-59
/
+66
2019-10-24
target/arm: Split out rebuild_hflags_common
Richard Henderson
1
-7
/
+19
2019-09-27
target/arm: remove run time semihosting checks
Alex Bennée
1
-74
/
+22
2019-09-27
target/arm: fix CBAR register for AArch64 CPUs
Luc Michel
1
-3
/
+16
2019-09-03
target/arm: Take exceptions on ATS instructions when needed
Peter Maydell
1
-15
/
+92
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
1
-0
/
+7
2019-08-16
target/arm/helper: zcr: Add build bug next to value range assumption
Andrew Jones
1
-0
/
+1
2019-08-16
target/arm: Fix routing of singlestep exceptions
Peter Maydell
1
-0
/
+6
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+2
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-22
target/arm: Add missing break statement for Hypervisor Trap Exception
Philippe Mathieu-Daudé
1
-0
/
+1
2019-07-08
target/arm: Fix sve_zcr_len_for_el
Richard Henderson
1
-2
/
+2
2019-07-04
target/arm/helper: Move M profile routines to m_helper.c
Philippe Mathieu-Daudé
1
-2634
/
+4
2019-07-04
target/arm: Restrict semi-hosting to TCG
Philippe Mathieu-Daudé
1
-1
/
+7
2019-07-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...
Peter Maydell
1
-1
/
+1
2019-07-02
qapi: Split machine-target.json off target.json and misc.json
Markus Armbruster
1
-1
/
+1
2019-07-01
target/arm: Declare some M-profile functions publicly
Philippe Mathieu-Daudé
1
-36
/
+2
2019-07-01
target/arm: Declare arm_log_exception() function publicly
Philippe Mathieu-Daudé
1
-38
/
+38
2019-07-01
target/arm: Move TLB related routines to tlb_helper.c
Philippe Mathieu-Daudé
1
-53
/
+0
2019-07-01
target/arm: Declare get_phys_addr() function publicly
Philippe Mathieu-Daudé
1
-16
/
+5
2019-07-01
target/arm: Move the DC ZVA helper into op_helper
Samuel Ortiz
1
-92
/
+0
2019-07-01
target/arm: Fix multiline comment syntax
Philippe Mathieu-Daudé
1
-79
/
+158
2019-07-01
target/arm/helper: Remove unused include
Philippe Mathieu-Daudé
1
-2
/
+0
2019-07-01
target/arm: Add copyright boilerplate
Philippe Mathieu-Daudé
1
-0
/
+7
2019-06-13
target/arm: Implement NSACR gating of floating point
Peter Maydell
1
-2
/
+73
2019-06-10
target/arm: Use env_cpu, env_archcpu
Richard Henderson
1
-60
/
+60
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-21
/
+21
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
1
-1
/
+1
2019-05-22
target/arm: Implement ARMv8.5-RNG
Richard Henderson
1
-0
/
+44
2019-05-22
target/arm: Put all PAC keys into a structure
Richard Henderson
1
-10
/
+10
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
1
-8
/
+0
2019-05-10
target/arm: Convert to CPUClass::tlb_fill
Richard Henderson
1
-37
/
+61
[next]