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
2023-03-06
target/arm: Stub arm_hcr_el2_eff for m-profile
Richard Henderson
1
-0
/
+3
2023-03-02
target/arm: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-29
/
+0
2023-02-27
target/arm: Move hflags code into the tcg directory
Fabiano Rosas
1
-392
/
+1
2023-02-27
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
1
-5
/
+13
2023-02-16
target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
Claudio Fontana
1
-5
/
+7
2023-02-16
target/arm: wrap psci call with tcg_enabled
Claudio Fontana
1
-1
/
+2
2023-02-16
target/arm: rename handle_semihosting to tcg_handle_semihosting
Claudio Fontana
1
-2
/
+2
2023-02-16
target/arm: Constify ID_PFR1 on user emulation
Philippe Mathieu-Daudé
1
-2
/
+10
2023-02-03
target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
Peter Maydell
1
-0
/
+20
2023-02-03
target/arm: Implement the HFGITR_EL2.ERET trap
Peter Maydell
1
-0
/
+3
2023-02-03
target/arm: Mark up sysregs for HFGITR bits 48..63
Peter Maydell
1
-0
/
+9
2023-02-03
target/arm: Mark up sysregs for HFGITR bits 18..47
Peter Maydell
1
-0
/
+30
2023-02-03
target/arm: Mark up sysregs for HFGITR bits 12..17
Peter Maydell
1
-0
/
+6
2023-02-03
target/arm: Mark up sysregs for HFGITR bits 0..11
Peter Maydell
1
-0
/
+28
2023-02-03
target/arm: Mark up sysregs for HDFGRTR bits 12..63
Peter Maydell
1
-0
/
+37
2023-02-03
target/arm: Mark up sysregs for HFGRTR bits 36..63
Peter Maydell
1
-0
/
+10
2023-02-03
target/arm: Mark up sysregs for HFGRTR bits 24..35
Peter Maydell
1
-0
/
+14
2023-02-03
target/arm: Mark up sysregs for HFGRTR bits 12..23
Peter Maydell
1
-0
/
+12
2023-02-03
target/arm: Mark up sysregs for HFGRTR bits 0..11
Peter Maydell
1
-0
/
+17
2023-02-03
target/arm: Implement FGT trapping infrastructure
Peter Maydell
1
-0
/
+9
2023-02-03
target/arm: Define the FEAT_FGT registers
Peter Maydell
1
-0
/
+40
2023-02-03
target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
Peter Maydell
1
-1
/
+1
2023-02-03
target/arm: Correct syndrome for ATS12NSO* at Secure EL1
Peter Maydell
1
-2
/
+2
2023-02-03
target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
Peter Maydell
1
-2
/
+2
2023-01-23
target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()
Richard Henderson
1
-2
/
+0
2023-01-23
target/arm/sme: Rebuild hflags in aarch64_set_svcr()
Richard Henderson
1
-1
/
+5
2023-01-23
target/arm/sme: Reset ZA state in aarch64_set_svcr()
Richard Henderson
1
-0
/
+12
2023-01-23
target/arm/sme: Reset SVE state in aarch64_set_svcr()
Richard Henderson
1
-0
/
+13
2023-01-23
target/arm/sme: Introduce aarch64_set_svcr()
Richard Henderson
1
-0
/
+8
2023-01-13
target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
Evgeny Iakovlev
1
-0
/
+3
2023-01-05
target/arm: align exposed ID registers with Linux
Zhuojia Shen
1
-17
/
+79
2023-01-05
target/arm: Remove unused includes from helper.c
Fabiano Rosas
1
-7
/
+0
2023-01-05
target/arm: Fix checkpatch brace errors in helper.c
Fabiano Rosas
1
-25
/
+42
2023-01-05
target/arm: Fix checkpatch space errors in helper.c
Fabiano Rosas
1
-21
/
+21
2023-01-05
target/arm: Fix checkpatch comment style warnings in helper.c
Fabiano Rosas
1
-108
/
+215
2023-01-05
target/arm: Add PMSAv8r registers
Tobias Röhmel
1
-0
/
+302
2023-01-05
target/arm: Make RVBAR available for all ARMv8 CPUs
Tobias Röhmel
1
-7
/
+14
2023-01-05
target/arm: Don't add all MIDR aliases for cores that implement PMSA
Tobias Röhmel
1
-4
/
+9
2022-12-15
target/arm: Implement HCR_EL2.TID4 traps
Peter Maydell
1
-8
/
+9
2022-12-15
target/arm: Implement HCR_EL2.TICAB,TOCU traps
Peter Maydell
1
-13
/
+23
2022-12-15
target/arm: Implement HCR_EL2.TTLBOS traps
Peter Maydell
1
-10
/
+23
2022-12-15
target/arm: Implement HCR_EL2.TTLBIS traps
Peter Maydell
1
-16
/
+27
2022-12-15
target/arm: Allow relevant HCR bits to be written for FEAT_EVT
Peter Maydell
1
-0
/
+6
2022-11-04
target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()
Ake Koomsin
1
-6
/
+9
2022-11-04
target/arm: Fix Privileged Access Never (PAN) for aarch32
Timofey Kutergin
1
-2
/
+11
2022-11-04
target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLB
Peter Maydell
1
-18
/
+18
2022-10-27
target/arm: Extract HA and HD in aa64_va_parameters
Richard Henderson
1
-1
/
+7
2022-10-27
target/arm: Introduce regime_is_stage2
Richard Henderson
1
-9
/
+5
2022-10-27
target/arm: Implement FEAT_E0PD
Peter Maydell
1
-0
/
+9
2022-10-20
target/arm: Restrict tlb flush from vttbr_write to vmid change
Richard Henderson
1
-2
/
+2
[next]