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
2013-01-18
s390: Add a hypercall registration interface.
Cornelia Huck
3
-3
/
+3
2013-01-18
target-s390x: Unregister reset callback on finalization
Andreas Färber
1
-0
/
+10
2013-01-18
s390x: fix indentation
Alexander Graf
1
-5
/
+5
2013-01-18
s390: Add CPU reset handler
Jens Freimann
2
-3
/
+41
2013-01-18
s390x: Remove inline function ebcdic_put and related data from cpu.h
Stefan Weil
2
-81
/
+81
2013-01-18
S390: Enable -cpu help and QMP query-cpu-definitions
Viktor Mihajlovski
2
-0
/
+29
2013-01-18
s390: new contributions GPLv2 or later
Christian Borntraeger
2
-2
/
+9
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-1
/
+1
2013-01-05
target-s390: Use noreturn for exception and load_psw
Richard Henderson
1
-2
/
+2
2013-01-05
target-s390: Use TCG_CALL_NO_WG for misc helpers
Richard Henderson
1
-1
/
+1
2013-01-05
target-s390: Use TCG_CALL_NO_WG for integer helpers
Richard Henderson
1
-4
/
+4
2013-01-05
target-s390: Use TCG_CALL_NO_WG for floating-point helpers
Richard Henderson
1
-39
/
+39
2013-01-05
target-s390: Use TCG_CALL_NO_WG for memory helpers
Richard Henderson
1
-15
/
+15
2013-01-05
target-s390: Perform COMPARE AND SWAP inline
Richard Henderson
4
-96
/
+124
2013-01-05
target-s390: Optimize get_address
Richard Henderson
1
-26
/
+18
2013-01-05
target-s390: Optimize ADDC/SUBB
Richard Henderson
1
-19
/
+37
2013-01-05
target-s390: Optimize ADDU/SUBU CC testing
Richard Henderson
1
-0
/
+68
2013-01-05
target-s390: Tidy comparisons
Richard Henderson
1
-22
/
+17
2013-01-05
target-s390: Optmize emitting discards
Richard Henderson
1
-6
/
+24
2013-01-05
target-s390: Optimize XC
Richard Henderson
2
-4
/
+48
2013-01-05
target-s390: Fix cpu_clone_regs
Richard Henderson
1
-1
/
+1
2013-01-05
target-s390: Implement LOAD/SET FP AND SIGNAL
Richard Henderson
4
-8
/
+40
2013-01-05
target-s390: Implement SET ROUNDING MODE
Richard Henderson
2
-0
/
+44
2013-01-05
target-s390: Use uint64_to_float128
Richard Henderson
1
-2
/
+1
2013-01-05
target-s390: Implement LCDFR
Richard Henderson
1
-0
/
+1
2013-01-05
target-s390: Check insn operand specifications
Richard Henderson
1
-36
/
+159
2013-01-05
target-s390: Implement CPSDR
Richard Henderson
2
-0
/
+19
2013-01-05
target-s390: Implement POPCNT
Richard Henderson
4
-0
/
+22
2013-01-05
target-s390: Implement CONVERT FROM LOGICAL
Richard Henderson
4
-0
/
+66
2013-01-05
target-s390: Implement CONVERT TO LOGICAL
Richard Henderson
4
-0
/
+133
2013-01-05
target-s390: Implement STORE ON CONDITION
Richard Henderson
2
-0
/
+32
2013-01-05
target-s390: Implement LOAD ON CONDITION
Richard Henderson
2
-0
/
+35
2013-01-05
target-s390: Implement COMPARE AND TRAP
Richard Henderson
2
-0
/
+40
2013-01-05
target-s390: Implement COMPARE RELATIVE LONG
Richard Henderson
1
-0
/
+4
2013-01-05
target-s390: Implement PREFETCH
Richard Henderson
1
-0
/
+5
2013-01-05
target-s390: Implement R[NOX]SBG
Richard Henderson
2
-0
/
+57
2013-01-05
target-s390: Implement LDGR, LGDR
Richard Henderson
1
-0
/
+4
2013-01-05
target-s390: Implement RISBG
Richard Henderson
2
-0
/
+88
2013-01-05
target-s390: Implement COMPARE AND BRANCH
Richard Henderson
2
-0
/
+47
2013-01-05
target-s390: Tidy s->op_cc handling
Richard Henderson
1
-40
/
+55
2013-01-05
target-s390: Implement BRANCH ON INDEX
Richard Henderson
2
-0
/
+62
2013-01-05
target-s390: Delete dead code from old translator
Richard Henderson
1
-291
/
+27
2013-01-05
target-s390: Convert SERVC
Richard Henderson
4
-25
/
+14
2013-01-05
target-s390: Convert LPSWE
Richard Henderson
2
-19
/
+20
2013-01-05
target-s390: Convert STFL
Richard Henderson
2
-9
/
+16
2013-01-05
target-s390: Convert STSI
Richard Henderson
4
-17
/
+15
2013-01-05
target-s390: Convert SACF
Richard Henderson
2
-13
/
+10
2013-01-05
target-s390: Convert STCKE
Richard Henderson
4
-24
/
+24
2013-01-05
target-s390: Convert CSP
Richard Henderson
4
-16
/
+18
2013-01-05
target-s390: Convert STURA
Richard Henderson
4
-15
/
+13
[next]