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
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
1
-0
/
+10
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
3
-3
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2
-0
/
+2
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
8
-3
/
+9
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
1
-4
/
+5
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
1
-1
/
+0
2019-06-10
target/s390x: Use env_cpu, env_archcpu
Richard Henderson
12
-74
/
+56
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
3
-15
/
+13
2019-06-10
cpu: Define ArchCPU
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
1
-4
/
+4
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2
-10
/
+18
2019-06-07
s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECT
Richard Henderson
1
-32
/
+6
2019-06-07
s390x: Bump the "qemu" CPU model up to a stripped-down z13
David Hildenbrand
2
-6
/
+9
2019-06-07
s390x/tcg: We support the Vector Facility
David Hildenbrand
1
-0
/
+1
2019-06-07
s390x/tcg: Allow linux-user to use vector instructions
David Hildenbrand
1
-0
/
+3
2019-06-07
s390x/tcg: Implement VECTOR FP TEST DATA CLASS IMMEDIATE
David Hildenbrand
4
-0
/
+62
2019-06-07
s390x/tcg: Implement VECTOR FP SUBTRACT
David Hildenbrand
4
-0
/
+24
2019-06-07
s390x/tcg: Implement VECTOR FP SQUARE ROOT
David Hildenbrand
4
-0
/
+40
2019-06-07
s390x/tcg: Implement VECTOR FP PERFORM SIGN OPERATION
David Hildenbrand
2
-0
/
+54
2019-06-07
s390x/tcg: Implement VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
David Hildenbrand
4
-0
/
+79
2019-06-07
s390x/tcg: Implement VECTOR FP MULTIPLY
David Hildenbrand
4
-0
/
+24
2019-06-07
s390x/tcg: Implement VECTOR LOAD ROUNDED
David Hildenbrand
4
-0
/
+50
2019-06-07
s390x/tcg: Implement VECTOR LOAD LENGTHENED
David Hildenbrand
4
-0
/
+58
2019-06-07
s390x/tcg: Implement VECTOR LOAD FP INTEGER
David Hildenbrand
4
-0
/
+30
2019-06-07
s390x/tcg: Implement VECTOR FP DIVIDE
David Hildenbrand
4
-0
/
+24
2019-06-07
s390x/tcg: Implement VECTOR FP CONVERT TO LOGICAL 64-BIT
David Hildenbrand
4
-0
/
+30
2019-06-07
s390x/tcg: Implement VECTOR FP CONVERT TO FIXED 64-BIT
David Hildenbrand
4
-0
/
+30
2019-06-07
s390x/tcg: Implement VECTOR FP CONVERT FROM LOGICAL 64-BIT
David Hildenbrand
4
-0
/
+30
2019-06-07
s390x/tcg: Implement VECTOR FP CONVERT FROM FIXED 64-BIT
David Hildenbrand
4
-0
/
+76
2019-06-07
s390x/tcg: Implement VECTOR FP COMPARE (EQUAL|HIGH|HIGH OR EQUAL)
David Hildenbrand
4
-0
/
+173
2019-06-07
s390x/tcg: Implement VECTOR FP COMPARE (AND SIGNAL) SCALAR
David Hildenbrand
4
-0
/
+59
2019-06-07
s390x/tcg: Implement VECTOR FP ADD
David Hildenbrand
5
-0
/
+158
2019-06-07
s390x/tcg: Export float_comp_to_cc() and float(32|64|128)_dcmask()
David Hildenbrand
2
-2
/
+6
2019-06-07
s390x/tcg: Introduce tcg_s390_vector_exception()
David Hildenbrand
3
-0
/
+18
2019-06-07
s390x/tcg: Store only the necessary amount of doublewords for STFLE
David Hildenbrand
1
-1
/
+7
2019-06-07
s390x/tcg: Fix max_byte detection for stfle
David Hildenbrand
1
-1
/
+2
2019-06-07
s390x: Use uint64_t for vector registers
David Hildenbrand
8
-95
/
+95
2019-06-07
s390x: Align vector registers to 16 bytes
David Hildenbrand
1
-1
/
+1
2019-06-07
s390x/tcg: Implement VECTOR STRING RANGE COMPARE
David Hildenbrand
5
-0
/
+237
2019-06-07
s390x/tcg: Implement VECTOR ISOLATE STRING
David Hildenbrand
4
-0
/
+87
2019-06-07
s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUAL
David Hildenbrand
5
-0
/
+132
2019-06-07
s390x/tcg: Implement VECTOR FIND ELEMENT EQUAL
David Hildenbrand
4
-0
/
+96
2019-06-07
s390x/tcg: Implement VECTOR FIND ANY ELEMENT EQUAL
David Hildenbrand
5
-1
/
+198
2019-05-21
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging
Peter Maydell
15
-5
/
+2499
2019-05-21
s390x/cpumodel: wire up 8561 and 8562 as gen15 machines
Christian Borntraeger
1
-4
/
+5
2019-05-21
s390x/cpumodel: add gen15 defintions
Christian Borntraeger
1
-0
/
+37
2019-05-21
s390x/cpumodel: add Deflate-conversion facility
Christian Borntraeger
5
-0
/
+35
2019-05-21
s390x/cpumodel: enhanced sort facility
Christian Borntraeger
5
-0
/
+39
[next]