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-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2
-6
/
+7
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
3
-3
/
+0
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
1
-0
/
+1
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2
-5
/
+5
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
11
-18
/
+18
2022-04-01
target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegen
Peter Maydell
1
-1
/
+6
2022-04-01
target/arm: Determine final stage 2 output PA space based on original IPA
Idan Horowitz
1
-3
/
+5
2022-04-01
target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walk
Idan Horowitz
1
-0
/
+10
2022-04-01
target/arm: Check VSTCR.SW when assigning the stage 2 output PA space
Idan Horowitz
1
-1
/
+1
2022-04-01
target/arm: Fix MTE access checks for disabled SEL2
Idan Horowitz
2
-2
/
+2
2022-03-25
target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO
Richard Henderson
1
-2
/
+8
2022-03-18
target/arm: Make rvbar settable after realize
Edgar E. Iglesias
3
-9
/
+16
2022-03-18
target/arm: Log fault address for M-profile faults
Peter Maydell
1
-0
/
+6
2022-03-18
target/arm: Log M-profile vector table accesses
Peter Maydell
2
-0
/
+10
2022-03-18
target/arm: Fix handling of LPAE block descriptors
Peter Maydell
1
-2
/
+8
2022-03-18
target/arm: Fix pauth_check_trap vs SEL2
Richard Henderson
1
-1
/
+1
2022-03-18
target/arm: Fix sve2 ldnt1 and stnt1
Richard Henderson
2
-5
/
+51
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
4
-6
/
+42
2022-03-07
target/arm: Provide cpu property for controling FEAT_LPA2
Richard Henderson
3
-1
/
+34
2022-03-07
target/arm/translate-neon: Simplify align field check for VLD3
Peter Maydell
1
-5
/
+5
2022-03-07
target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zero
Peter Maydell
1
-0
/
+3
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2
-4
/
+1
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-2
/
+1
2022-03-06
target: Use forward declared type instead of structure type
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-02
target/arm: Report KVM's actual PSCI version to guest in dtb
Peter Maydell
2
-0
/
+13
2022-03-02
target/arm: Implement FEAT_LPA2
Richard Henderson
3
-15
/
+111
2022-03-02
target/arm: Advertise all page sizes for -cpu max
Richard Henderson
1
-0
/
+4
2022-03-02
target/arm: Validate tlbi TG matches translation granule in use
Richard Henderson
1
-3
/
+7
2022-03-02
target/arm: Fix TLBIRange.base for 16k and 64k pages
Richard Henderson
1
-2
/
+3
2022-03-02
target/arm: Introduce tlbi_aa64_get_range
Richard Henderson
1
-34
/
+24
2022-03-02
target/arm: Extend arm_fi_to_lfsc to level -1
Richard Henderson
1
-6
/
+29
2022-03-02
target/arm: Implement FEAT_LPA
Richard Henderson
3
-5
/
+18
2022-03-02
target/arm: Implement FEAT_LVA
Richard Henderson
4
-2
/
+15
2022-03-02
target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
Richard Henderson
1
-8
/
+24
2022-03-02
target/arm: Honor TCR_ELx.{I}PS
Richard Henderson
2
-16
/
+57
2022-03-02
target/arm: Use MAKE_64BIT_MASK to compute indexmask
Richard Henderson
1
-2
/
+2
2022-03-02
target/arm: Pass outputsize down to check_s2_mmu_setup
Richard Henderson
1
-11
/
+10
2022-03-02
target/arm: Move arm_pamax out of line
Richard Henderson
2
-18
/
+23
2022-03-02
target/arm: Fault on invalid TCR_ELx.TxSZ
Richard Henderson
2
-4
/
+29
2022-03-02
target/arm: Set TCR_EL1.TSZ for user-only
Richard Henderson
1
-1
/
+2
2022-03-02
target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()
Wentao_Liang
1
-1
/
+1
2022-03-02
target/arm: Support PSCI 1.1 and SMCCC 1.0
Akihiko Odaki
5
-11
/
+71
2022-02-22
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
4
-0
/
+5
2022-02-21
target/arm: Support PAuth extension for hvf
Peter Maydell
1
-4
/
+10
2022-02-21
target/arm: Fix '-cpu max' for HVF
Peter Maydell
1
-2
/
+3
2022-02-21
target/arm: Unindent unnecessary else-clause
Peter Maydell
1
-160
/
+163
2022-02-21
target/arm: Make KVM -cpu max exactly like -cpu host
Peter Maydell
1
-6
/
+8
2022-02-21
target/arm: Use aarch64_cpu_register() for 'host' CPU type
Peter Maydell
1
-13
/
+4
[next]