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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-06-06
target/s390x: Use unwind data for helper_tre
Richard Henderson
2
-8
/
+8
2017-06-06
target/s390x: Use unwind data for helper_tr
Richard Henderson
2
-11
/
+15
2017-06-06
target/s390x: Use unwind data for helper_unpk
Richard Henderson
2
-5
/
+5
2017-06-06
target/s390x: Use unwind data for helper_cksm
Richard Henderson
2
-6
/
+6
2017-06-06
target/s390x: Use unwind data for helper_clcle
Richard Henderson
2
-4
/
+3
2017-06-06
target/s390x: Use unwind data for helper_mvcle
Richard Henderson
2
-4
/
+4
2017-06-06
target/s390x: Use unwind data for helper_mvcl
Richard Henderson
2
-4
/
+4
2017-06-06
target/s390x: Use unwind data for helper_stam
Richard Henderson
2
-2
/
+2
2017-06-06
target/s390x: Use unwind data for helper_lam
Richard Henderson
2
-2
/
+2
2017-06-06
target/s390x: Use unwind data for helper_mvst
Richard Henderson
2
-3
/
+3
2017-06-06
target/s390x: Use unwind data for helper_mvpg
Richard Henderson
3
-7
/
+7
2017-06-06
target/s390x: Use unwind data for helper_clst
Richard Henderson
2
-3
/
+3
2017-06-06
target/s390x: Use unwind data for helper_srst
Richard Henderson
2
-2
/
+2
2017-06-06
target/s390x: Use unwind data for helper_clm
Richard Henderson
2
-6
/
+6
2017-06-06
target/s390x: Use unwind data for helper_clc
Richard Henderson
2
-13
/
+17
2017-06-06
target/s390x: Use unwind data for helper_mvc
Richard Henderson
2
-13
/
+18
2017-06-06
target/s390x: Use unwind data for helper_xc
Richard Henderson
2
-21
/
+24
2017-06-06
target/s390x: Use unwind data for helper_oc
Richard Henderson
2
-14
/
+18
2017-06-06
target/s390x: Use unwind data for helper_nc
Richard Henderson
2
-14
/
+18
2017-06-06
target/s390x: Move helper_ex to end of file
Richard Henderson
1
-80
/
+81
2017-06-06
target/s390x: Use cpu_loop_exit_restore for tlb_fill
Richard Henderson
1
-8
/
+2
2017-06-06
target/s390x: Add support for the TEST BLOCK instruction
Thomas Huth
6
-1
/
+44
2017-06-06
s390x/cpumodel: improve defintion search without an IBC
David Hildenbrand
1
-0
/
+9
2017-06-06
s390x/cpumodel: take care of the cpuid format bit for KVM
David Hildenbrand
3
-3
/
+9
2017-06-06
s390x/css: fence off MIDA
Cornelia Huck
1
-0
/
+4
2017-06-05
target/s390: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-5
/
+12
2017-06-01
migration: Remove unneeded includes of migration/vmstate.h
Juan Quintela
1
-1
/
+0
2017-05-30
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
Stefan Hajnoczi
3
-5
/
+5
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
3
-5
/
+5
2017-05-19
s390/kvm: do not reset riccb on initial cpu reset
Christian Borntraeger
2
-5
/
+8
2017-05-19
s390x/css: ccw translation infrastructure
Xiao Feng Ren
1
-0
/
+9
2017-05-19
s390x/css: add s390-squash-mcss machine option
Xiao Feng Ren
1
-0
/
+10
[prev]
[next]