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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-23
target/s390x: Implement idte instruction
David Hildenbrand
1
-0
/
+15
2017-06-23
target/s390x: Indicate and check for local tlb clearing
David Hildenbrand
1
-1
/
+5
2017-06-23
target/s390x: Clean up TB flag bits
Richard Henderson
1
-8
/
+8
2017-06-23
target/s390x: Finish implementing ETF2-ENH
Richard Henderson
1
-2
/
+3
2017-06-23
target/s390x: Implement processor-assist insn
Richard Henderson
1
-0
/
+1
2017-06-23
target/s390x: Implement execution-hint insns
Richard Henderson
1
-1
/
+4
2017-06-23
target/s390x: Implement load-and-zero-rightmost-byte insns
Richard Henderson
1
-0
/
+7
2017-06-23
target/s390x: Implement load-on-condition-2 insns
Richard Henderson
1
-3
/
+15
2017-06-23
target/s390x: implement mvcos instruction
David Hildenbrand
1
-0
/
+9
2017-06-23
target/s390x: change PSW_SHIFT_KEY
David Hildenbrand
1
-1
/
+1
2017-06-23
target/s390x: Map existing FAC_* names to S390_FEAT_* names
Richard Henderson
1
-30
/
+29
2017-06-19
target/s390x: Exit after changing PSW mask
Richard Henderson
1
-4
/
+10
2017-06-13
s390x/cpumodel: wire up cpu type + id for TCG
David Hildenbrand
1
-7
/
+2
2017-06-13
target/s390x: rework PGM interrupt psw.addr handling
David Hildenbrand
1
-2
/
+1
2017-06-06
target/s390x: implement STORE PAIR TO QUADWORD
Aurelien Jarno
1
-0
/
+6
2017-06-06
target/s390x: implement LOAD PAIR FROM QUADWORD
Aurelien Jarno
1
-0
/
+7
2017-06-06
target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWO
Aurelien Jarno
1
-0
/
+30
2017-06-06
target/s390x: implement TEST DECIMAL
Aurelien Jarno
1
-0
/
+9
2017-06-06
target/s390x: implement UNPACK UNICODE
Aurelien Jarno
1
-0
/
+18
2017-06-06
target/s390x: implement UNPACK ASCII
Aurelien Jarno
1
-0
/
+17
2017-06-06
target/s390x: implement PACK UNICODE
Aurelien Jarno
1
-0
/
+16
2017-06-06
target/s390x: implement PACK ASCII
Aurelien Jarno
1
-0
/
+16
2017-06-06
target/s390x: implement MOVE LONG UNICODE
Aurelien Jarno
1
-0
/
+21
2017-06-06
target/s390x: implement COMPARE LOGICAL LONG UNICODE
Aurelien Jarno
1
-0
/
+22
2017-06-06
target/s390x: improve MOVE LONG and MOVE LONG EXTENDED
Aurelien Jarno
1
-10
/
+30
2017-06-06
target/s390x: implement COMPARE LOGICAL LONG
Aurelien Jarno
1
-0
/
+21
2017-06-06
target/s390x: fix COMPARE LOGICAL LONG EXTENDED
Aurelien Jarno
1
-5
/
+15
2017-06-06
target/s390x: implement MOVE ZONES
Aurelien Jarno
1
-0
/
+8
2017-06-06
target/s390x: implement MOVE WITH OFFSET
Aurelien Jarno
1
-0
/
+8
2017-06-06
target/s390x: implement MOVE NUMERICS
Aurelien Jarno
1
-0
/
+8
2017-06-06
target/s390x: implement MOVE INVERSE
Aurelien Jarno
1
-0
/
+8
2017-06-06
target/s390x: implement COMPARE AND SIGNAL
Aurelien Jarno
1
-0
/
+21
2017-06-06
target/s390x: implement PACK
Aurelien Jarno
1
-0
/
+8
2017-06-06
target/s390x: implement TEST ADDRESSING MODE
Aurelien Jarno
1
-0
/
+10
2017-06-06
target/s390x: implement TEST AND SET
Aurelien Jarno
1
-0
/
+10
2017-06-06
target/s390x: implement local-TLB-clearing in IPTE
Aurelien Jarno
1
-1
/
+5
2017-06-06
target/s390x: remove dead code in translate.c
Aurelien Jarno
1
-4
/
+1
2017-06-06
target/s390x: Implement EXECUTE via new TranslationBlock
Richard Henderson
1
-33
/
+47
2017-06-06
target/s390x: End the TB after EXECUTE
Richard Henderson
1
-1
/
+5
2017-06-06
target/s390x: Save current ilen during translation
Richard Henderson
1
-3
/
+5
2017-06-06
target/s390x: Implement CSPG
Richard Henderson
1
-0
/
+1
2017-06-06
target/s390x: Use atomic operations for COMPARE SWAP PURGE
Richard Henderson
1
-4
/
+38
2017-06-06
target/s390x: Fix EXECUTE with R1==0
Richard Henderson
1
-1
/
+13
2017-06-06
target/s390x: Fix some helper_ex problems
Richard Henderson
1
-4
/
+4
2017-06-06
target/s390x: Use unwind data for helper_mvcs/mvcp
Richard Henderson
1
-2
/
+0
2017-06-06
target/s390x: Use unwind data for helper_lra
Richard Henderson
1
-1
/
+0
2017-06-06
target/s390x: Use unwind data for helper_tprot
Richard Henderson
1
-1
/
+0
2017-06-06
target/s390x: Use unwind data for helper_testblock
Richard Henderson
1
-1
/
+0
2017-06-06
target/s390x: Use unwind data for helper_stctl
Richard Henderson
1
-2
/
+0
2017-06-06
target/s390x: Use unwind data for helper_lctl
Richard Henderson
1
-1
/
+0
[next]