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
*
target/s390x: Store r1/r2 for page-translation exceptions during MVPG
David Hildenbrand
2021-03-15
1
-18
/
+28
*
target/s390x: Implement the MVPG condition-code-option bit
Richard Henderson
2021-03-15
1
-23
/
+113
*
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
1
-2
/
+2
*
s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE
David Hildenbrand
2021-01-21
1
-2
/
+2
*
s390x: do not use ram_size global
Paolo Bonzini
2020-12-10
1
-3
/
+7
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-2
/
+2
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
Richard Henderson
2020-01-16
1
-5
/
+5
*
target/s390x: Include tcg.h in mem_helper.c
Richard Henderson
2020-01-16
1
-0
/
+1
*
target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
Richard Henderson
2019-12-18
1
-22
/
+0
*
target/s390x: Split out helper_per_store_real
Richard Henderson
2019-12-18
1
-16
/
+0
*
s390x/tcg: MVCL: Exit to main loop if requested
David Hildenbrand
2019-10-10
1
-1
/
+10
*
target/s390x: Simplify helper_lra
Richard Henderson
2019-10-09
1
-14
/
+3
*
target/s390x: Return exception from mmu_translate
Richard Henderson
2019-10-09
1
-3
/
+10
*
target/s390x: Use tcg_s390_program_interrupt in TCG helpers
Richard Henderson
2019-10-09
1
-20
/
+20
*
target/s390x: Remove ilen parameter from s390_program_interrupt
Richard Henderson
2019-10-09
1
-22
/
+21
*
s390x/mmu: DAT table definition overhaul
David Hildenbrand
2019-10-09
1
-6
/
+6
*
s390x/tcg: MVO: Fault-safe handling
David Hildenbrand
2019-09-23
1
-12
/
+15
*
s390x/tcg: MVST: Fault-safe handling
David Hildenbrand
2019-09-23
1
-7
/
+17
*
s390x/tcg: MVZ: Fault-safe handling
David Hildenbrand
2019-09-23
1
-4
/
+13
*
s390x/tcg: MVN: Fault-safe handling
David Hildenbrand
2019-09-23
1
-4
/
+13
*
s390x/tcg: MVCIN: Fault-safe handling
David Hildenbrand
2019-09-23
1
-3
/
+12
*
s390x/tcg: NC: Fault-safe handling
David Hildenbrand
2019-09-23
1
-4
/
+13
*
s390x/tcg: XC: Fault-safe handling
David Hildenbrand
2019-09-23
1
-6
/
+12
*
s390x/tcg: OC: Fault-safe handling
David Hildenbrand
2019-09-23
1
-4
/
+13
*
s390x/tcg: MVCLU: Fault-safe handling
David Hildenbrand
2019-09-23
1
-3
/
+5
*
s390x/tcg: MVC: Fault-safe handling on destructive overlaps
David Hildenbrand
2019-09-23
1
-2
/
+3
*
s390x/tcg: MVCS/MVCP: Use access_memmove()
David Hildenbrand
2019-09-23
1
-14
/
+12
*
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
[next]