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
/
s390x
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-06
target/s390x: Make translator stop before the end of a page
Ilya Leoshkevich
1
-4
/
+11
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-08-25
target/s390x: Fix CLFIT and CLGIT immediate size
Ilya Leoshkevich
1
-2
/
+2
2022-08-25
s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1
Christian Borntraeger
2
-0
/
+3
2022-08-05
target/s390x: display deprecation status in '-cpu help'
Daniel P. Berrangé
1
-5
/
+18
2022-07-19
target/s390x: fix handling of zeroes in vfmin/vfmax
Ilya Leoshkevich
1
-2
/
+2
2022-07-06
target/s390x: Exit tb after executing ex_value
Richard Henderson
1
-1
/
+1
2022-07-06
target/s390x: Remove DISAS_PC_STALE_NOCHAIN
Richard Henderson
1
-10
/
+11
2022-07-06
target/s390x: Remove DISAS_PC_STALE
Richard Henderson
1
-9
/
+4
2022-07-06
target/s390x: Remove DISAS_GOTO_TB
Richard Henderson
1
-6
/
+2
2022-07-06
target/s390x/tcg: SPX: check validity of new prefix
Janis Schoetterl-Glausch
1
-0
/
+7
2022-06-08
Fix 'writeable' typos
Peter Maydell
1
-1
/
+1
2022-06-03
target/s390x: kvm: Honor storage keys during emulation
Janis Schoetterl-Glausch
1
-0
/
+9
2022-06-02
s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
Dr. David Alan Gilbert
3
-8
/
+8
2022-05-11
Normalize header guard symbol definition
Markus Armbruster
1
-1
/
+1
2022-05-04
disas: Remove old libopcode s390 disassembler
Thomas Huth
1
-1
/
+0
2022-05-04
target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
David Miller
1
-1
/
+6
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed element
David Miller
2
-0
/
+97
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed elements
David Miller
2
-0
/
+117
2022-05-04
target/s390x: vxeh2: vector {load, store} elements reversed
David Miller
2
-0
/
+88
2022-05-04
target/s390x: vxeh2: vector shift double by bit
David Miller
2
-8
/
+53
2022-05-04
target/s390x: vxeh2: Update for changes to vector shifts
David Miller
4
-50
/
+95
2022-05-04
target/s390x: vxeh2: vector string search
David Miller
5
-1
/
+134
2022-05-04
target/s390x: vxeh2: vector convert short/32b
David Miller
3
-4
/
+75
2022-05-04
s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
David Hildenbrand
2
-24
/
+13
2022-05-04
s390x/cpu_models: drop "msa5" from the TCG "max" model
David Hildenbrand
1
-2
/
+0
2022-05-04
target/s390x: Fix writeback to v1 in helper_vstl
Richard Henderson
1
-2
/
+0
2022-04-26
target/s390x: Fix the accumulation of ccm in op_icm
Richard Henderson
1
-1
/
+1
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
3
-19
/
+21
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2
-2
/
+0
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2
-2
/
+0
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-5
/
+6
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
4
-4
/
+0
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
1
-0
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
3
-3
/
+3
2022-04-01
target/s390x: Fix determination of overflow condition code after subtraction
Bruno Haible
1
-2
/
+2
2022-04-01
target/s390x: Fix determination of overflow condition code after addition
Bruno Haible
1
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-16
s390x/tcg: Fix BRCL with a large negative offset
Ilya Leoshkevich
1
-1
/
+1
2022-03-16
s390x/tcg: Fix BRASL with a large negative offset
Ilya Leoshkevich
1
-1
/
+1
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é
2
-4
/
+3
2022-02-28
s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
David Miller
2
-5
/
+8
2022-02-28
s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...
David Miller
5
-5
/
+107
2022-02-25
s390x: sck: load into a temporary not into in1
Nico Boehr
2
-3
/
+2
2022-02-22
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
2
-0
/
+2
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-0
/
+1
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2
-0
/
+2
2022-01-18
s390x: sigp: Reorder the SIGP STOP code
Eric Farman
1
-4
/
+8
[next]