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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-17
Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2
-23
/
+5
2022-09-14
target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'
Peter Maydell
2
-2
/
+2
2022-09-14
target/arm: Support 64-bit event counters for FEAT_PMUv3p5
Peter Maydell
3
-9
/
+57
2022-09-14
target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits
Peter Maydell
2
-4
/
+37
2022-09-14
target/arm: Rename pmu_8_n feature test functions
Peter Maydell
2
-17
/
+17
2022-09-14
target/arm: Detect overflow when calculating next PMU interrupt
Peter Maydell
1
-8
/
+14
2022-09-14
target/arm: Honour MDCR_EL2.HPMD in Secure EL2
Peter Maydell
1
-10
/
+7
2022-09-14
target/arm: Ignore PMCR.D when PMCR.LC is set
Peter Maydell
1
-4
/
+13
2022-09-14
target/arm: Don't mishandle count when enabling or disabling PMU counters
Peter Maydell
1
-0
/
+45
2022-09-14
target/arm: Correct value returned by pmu_counter_mask()
Peter Maydell
1
-1
/
+1
2022-09-14
target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
Peter Maydell
1
-1
/
+1
2022-09-14
target/arm: Add missing space in comment
Peter Maydell
1
-1
/
+1
2022-09-14
target/arm: Advertise FEAT_ETS for '-cpu max'
Peter Maydell
2
-0
/
+5
2022-09-14
target/arm: Implement ID_DFR1
Peter Maydell
3
-2
/
+5
2022-09-14
target/arm: Implement ID_MMFR5
Peter Maydell
3
-2
/
+5
2022-09-14
target/arm: Sort KVM reads of AArch32 ID registers into encoding order
Peter Maydell
1
-2
/
+2
2022-09-14
target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8
Peter Maydell
1
-5
/
+60
2022-09-14
target/arm: Add cortex-a35
Hao Wu
1
-0
/
+80
2022-09-13
target/arm: Honour -semihosting-config userspace=on
Peter Maydell
2
-23
/
+5
2022-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
2
-4
/
+4
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-08-12
target/arm: Don't report Statistical Profiling Extension in ID registers
Peter Maydell
1
-0
/
+11
2022-08-05
target/arm: display deprecation status in '-cpu help'
Daniel P. Berrangé
1
-1
/
+6
2022-08-01
Merge tag 'pull-target-arm-20220801' of https://git.linaro.org/people/pmaydel...
Richard Henderson
1
-23
/
+22
2022-08-01
target/arm: Move sve probe inside kvm >= 4.15 branch
Richard Henderson
1
-11
/
+11
2022-08-01
target/arm: Set KVM_ARM_VCPU_SVE while probing the host
Richard Henderson
1
-14
/
+13
2022-08-01
target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_features
Richard Henderson
1
-1
/
+1
2022-08-01
trivial: Fix duplicated words
Thomas Huth
1
-1
/
+1
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
1
-1
/
+1
2022-07-29
kvm: don't use perror() without useful errno
Cornelia Huck
1
-1
/
+1
2022-07-26
target/arm: Add MO_128 entry to pred_esz_masks[]
Peter Maydell
2
-3
/
+4
2022-07-18
target/arm: Don't set syndrome ISS for loads and stores with writeback
Peter Maydell
1
-1
/
+3
2022-07-18
target/arm: Honour VTCR_EL2 bits in Secure EL2
Peter Maydell
2
-3
/
+38
2022-07-18
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
6
-68
/
+27
2022-07-18
target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t
Peter Maydell
4
-14
/
+12
2022-07-18
target/arm: Fix big-endian host handling of VTCR
Peter Maydell
1
-1
/
+1
2022-07-18
target/arm: Fold regime_tcr() and regime_tcr_value() together
Peter Maydell
4
-18
/
+12
2022-07-18
target/arm: Calculate mask/base_mask in get_level1_table_address()
Peter Maydell
1
-5
/
+9
2022-07-18
target/arm: Define and use new regime_tcr_value() function
Peter Maydell
4
-8
/
+14
2022-07-18
linux-user/aarch64: Do not clear PROT_MTE on mprotect
Richard Henderson
1
-2
/
+5
2022-07-18
target/arm: Fix aarch64_sve_change_el for SME
Richard Henderson
1
-6
/
+25
2022-07-18
target/arm: Fill in VL for tbflags when SME enabled and SVE disabled
Richard Henderson
1
-2
/
+8
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: Enable SME for -cpu max
Richard Henderson
1
-0
/
+11
2022-07-11
target/arm: Reset streaming sve state on exception boundaries
Richard Henderson
1
-2
/
+13
2022-07-11
target/arm: Implement SCLAMP, UCLAMP
Richard Henderson
4
-0
/
+149
2022-07-11
target/arm: Implement REVD
Richard Henderson
4
-0
/
+21
2022-07-11
target/arm: Implement PSEL
Richard Henderson
2
-0
/
+77
2022-07-11
target/arm: Implement SME integer outer product
Richard Henderson
4
-0
/
+118
[next]