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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-07
Revert "Change net/socket.c to use socket_*() functions" again
Daniel P. Berrange
1
-71
/
+56
2017-06-07
net/rocker: Cleanup the useless return value check
Mao Zhongyi
2
-9
/
+4
2017-06-06
target/s390x: addressing exceptions are suppressing
David Hildenbrand
1
-1
/
+1
2017-06-06
target/s390x: mark ETF2 and ETF2-ENH facilities as available
Aurelien Jarno
1
-0
/
+2
2017-06-06
target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 case
Aurelien Jarno
1
-0
/
+2
2017-06-06
target/s390x: implement STORE PAIR TO QUADWORD
Aurelien Jarno
4
-0
/
+33
2017-06-06
target/s390x: implement LOAD PAIR FROM QUADWORD
Aurelien Jarno
4
-0
/
+37
2017-06-06
target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWO
Aurelien Jarno
4
-0
/
+85
2017-06-06
target/s390x: implement TEST DECIMAL
Aurelien Jarno
4
-0
/
+36
2017-06-06
target/s390x: implement UNPACK UNICODE
Aurelien Jarno
4
-10
/
+60
2017-06-06
target/s390x: implement UNPACK ASCII
Aurelien Jarno
4
-0
/
+71
2017-06-06
target/s390x: implement PACK UNICODE
Aurelien Jarno
4
-9
/
+40
2017-06-06
target/s390x: implement PACK ASCII
Aurelien Jarno
4
-0
/
+54
2017-06-06
target/s390x: implement MOVE LONG UNICODE
Aurelien Jarno
4
-6
/
+65
2017-06-06
target/s390x: implement COMPARE LOGICAL LONG UNICODE
Aurelien Jarno
5
-15
/
+90
2017-06-06
target/s390x: improve MOVE LONG and MOVE LONG EXTENDED
Aurelien Jarno
2
-60
/
+70
2017-06-06
target/s390x: fix adj_len_to_page
Aurelien Jarno
1
-1
/
+1
2017-06-06
target/s390x: implement COMPARE LOGICAL LONG
Aurelien Jarno
4
-23
/
+83
2017-06-06
target/s390x: fix COMPARE LOGICAL LONG EXTENDED
Aurelien Jarno
2
-22
/
+52
2017-06-06
target/s390x: improve 24-bit and 31-bit lengths read/write
Aurelien Jarno
1
-14
/
+33
2017-06-06
target/s390x: improve 24-bit and 31-bit addresses write
Aurelien Jarno
1
-7
/
+30
2017-06-06
target/s390x: improve 24-bit and 31-bit addresses read
Aurelien Jarno
1
-40
/
+31
2017-06-06
target/s390x: implement MOVE ZONES
Aurelien Jarno
4
-0
/
+24
2017-06-06
target/s390x: implement MOVE WITH OFFSET
Aurelien Jarno
4
-0
/
+44
2017-06-06
target/s390x: implement MOVE NUMERICS
Aurelien Jarno
4
-0
/
+24
2017-06-06
target/s390x: implement MOVE INVERSE
Aurelien Jarno
4
-0
/
+23
2017-06-06
target/s390x: implement COMPARE AND SIGNAL
Aurelien Jarno
4
-0
/
+57
2017-06-06
target/s390x: implement PACK
Aurelien Jarno
4
-0
/
+51
2017-06-06
target/s390x: implement TEST ADDRESSING MODE
Aurelien Jarno
2
-0
/
+13
2017-06-06
target/s390x: implement TEST AND SET
Aurelien Jarno
2
-0
/
+13
2017-06-06
target/s390x: implement local-TLB-clearing in IPTE
Aurelien Jarno
3
-10
/
+19
2017-06-06
target/s390x: remove some Linux assumptions from IPTE
Aurelien Jarno
3
-9
/
+12
2017-06-06
target/s390x: remove dead code in translate.c
Aurelien Jarno
1
-4
/
+1
2017-06-06
target/s390x/cpu_models: Allow some additional feature bits for the "qemu" CPU
Thomas Huth
1
-3
/
+31
2017-06-06
target/s390x: Re-implement a few EXECUTE target insns directly
Richard Henderson
1
-15
/
+51
2017-06-06
target/s390x: Implement EXECUTE via new TranslationBlock
Richard Henderson
5
-141
/
+85
2017-06-06
target/s390x: End the TB after EXECUTE
Richard Henderson
2
-23
/
+37
2017-06-06
target/s390x: Save current ilen during translation
Richard Henderson
1
-3
/
+5
2017-06-06
target/s390x: Implement CSPG
Richard Henderson
2
-0
/
+2
2017-06-06
target/s390x: Use atomic operations for COMPARE SWAP PURGE
Richard Henderson
4
-30
/
+48
2017-06-06
target/s390x: Fix EXECUTE with R1==0
Richard Henderson
2
-3
/
+15
2017-06-06
target/s390x: Fix some helper_ex problems
Richard Henderson
3
-67
/
+78
2017-06-06
target/s390x: Use unwind data for helper_mvcs/mvcp
Richard Henderson
2
-4
/
+6
2017-06-06
target/s390x: Use unwind data for helper_lra
Richard Henderson
2
-4
/
+3
2017-06-06
target/s390x: Use unwind data for helper_tprot
Richard Henderson
2
-2
/
+0
2017-06-06
target/s390x: Use unwind data for helper_testblock
Richard Henderson
2
-1
/
+3
2017-06-06
target/s390x: Use unwind data for helper_stctl
Richard Henderson
2
-6
/
+6
2017-06-06
target/s390x: Use unwind data for helper_lctl
Richard Henderson
2
-5
/
+5
2017-06-06
target/s390x: Use unwind data for helper_lctlg
Richard Henderson
2
-5
/
+4
2017-06-06
target/s390x: Use unwind data for helper_trt
Richard Henderson
2
-13
/
+16
[prev]
[next]