index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
s390x
/
mem_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390x/tcg: Fault-safe memmove
David Hildenbrand
2019-09-23
1
-99
/
+139
*
s390x/tcg: Fault-safe memset
David Hildenbrand
2019-09-23
1
-20
/
+103
*
s390x/tcg: MVST: Fix storing back the addresses to registers
David Hildenbrand
2019-09-23
1
-15
/
+11
*
s390x/tcg: MVST: Check for specification exceptions
David Hildenbrand
2019-09-23
1
-0
/
+3
*
s390x/tcg: MVCS/MVCP: Properly wrap the length
David Hildenbrand
2019-09-23
1
-0
/
+6
*
s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode
David Hildenbrand
2019-09-23
1
-3
/
+11
*
s390x/tcg: MVCS/MVCP: Check for special operation exceptions
David Hildenbrand
2019-09-23
1
-0
/
+12
*
s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time
David Hildenbrand
2019-09-23
1
-23
/
+31
*
s390x/tcg: MVPG: Properly wrap the addresses
David Hildenbrand
2019-09-23
1
-2
/
+9
*
s390x/tcg: MVPG: Check for specification exceptions
David Hildenbrand
2019-09-23
1
-0
/
+7
*
s390x/tcg: MVC: Use is_destructive_overlap()
David Hildenbrand
2019-09-23
1
-1
/
+1
*
s390x/tcg: MVC: Increment the length once
David Hildenbrand
2019-09-23
1
-8
/
+12
*
s390x/tcg: MVCL: Process max 4k bytes at a time
David Hildenbrand
2019-09-23
1
-6
/
+38
*
s390x/tcg: MVCL: Detect destructive overlaps
David Hildenbrand
2019-09-23
1
-1
/
+18
*
s390x/tcg: MVCL: Zero out unused bits of address
David Hildenbrand
2019-09-23
1
-2
/
+21
*
s390x/tcg: Reset exception_index to -1 instead of 0
David Hildenbrand
2019-09-23
1
-3
/
+3
*
s390x/tcg: Pass a size to probe_write() in do_csst()
David Hildenbrand
2019-09-03
1
-3
/
+1
*
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
2019-09-03
1
-7
/
+0
*
s390x/tcg: Fix length calculation in probe_write_access()
David Hildenbrand
2019-09-03
1
-1
/
+1
*
s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()
David Hildenbrand
2019-09-03
1
-1
/
+1
*
s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBE
David Hildenbrand
2019-08-22
1
-0
/
+10
*
target/s390x: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-17
/
+11
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
target/s390x: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-16
/
+0
*
s390x/tcg: Provide probe_write_access helper
David Hildenbrand
2019-03-11
1
-0
/
+26
*
target/s390x: Fix LGPL version in the file header comments
Thomas Huth
2019-01-30
1
-1
/
+1
*
target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate
Richard Henderson
2018-10-19
1
-20
/
+20
*
target/s390x: Split do_cdsg, do_lpq, do_stpq
Richard Henderson
2018-10-19
1
-64
/
+58
*
target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
2018-10-19
1
-49
/
+39
*
target/s390x: fix PACK reading 1 byte less and writing 1 byte more
Pavel Zbitskiy
2018-08-28
1
-3
/
+3
*
target/s390x: add EX support for TRT and TRTR
Pavel Zbitskiy
2018-08-28
1
-0
/
+16
*
target/s390x: fix CSST decoding and runtime alignment check
Pavel Zbitskiy
2018-08-28
1
-1
/
+1
*
target: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
1
-1
/
+0
*
target/s390x: Remove leading underscores from #defines
Thomas Huth
2018-03-08
1
-10
/
+10
*
s390x/tcg: add various alignment checks
David Hildenbrand
2018-02-26
1
-0
/
+25
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
1
-4
/
+4
*
s390x/tcg: fixup TEST PROTECTION
David Hildenbrand
2018-01-22
1
-22
/
+19
*
s390x/tcg: implement TEST PROTECTION
David Hildenbrand
2018-01-22
1
-2
/
+39
*
s390x/tcg: introduce and use s390_program_interrupt()
David Hildenbrand
2017-12-14
1
-24
/
+11
*
target/s390x: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
1
-17
/
+63
*
s390x/tcg: low-address protection support
David Hildenbrand
2017-10-20
1
-8
/
+0
*
s390x/tcg: make idte/ipte use the new _real mmu
David Hildenbrand
2017-10-06
1
-4
/
+5
*
s390x/tcg: make testblock use the new _real mmu
David Hildenbrand
2017-10-06
1
-10
/
+2
*
s390x/tcg: make stora(g) use the new _real mmu
David Hildenbrand
2017-10-06
1
-6
/
+2
*
s390x/tcg: make lura(g) use the new _real mmu.
David Hildenbrand
2017-10-06
1
-6
/
+2
*
s390x/tcg: move wrap_address() to internal.h
David Hildenbrand
2017-10-06
1
-14
/
+0
*
target/s390x: introduce internal.h
David Hildenbrand
2017-08-30
1
-0
/
+1
*
target/s390x: move psw_key_valid() to mem_helper.c
David Hildenbrand
2017-08-30
1
-0
/
+11
*
target/s390x: Fix CSST for 16-byte store
Richard Henderson
2017-08-03
1
-0
/
+1
*
target/s390x: Implement TRTR
Richard Henderson
2017-07-17
1
-7
/
+13
[next]