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
2019-09-23
s390x/tcg: MVCLU: Fault-safe handling
David Hildenbrand
1
-3
/
+5
2019-09-23
s390x/tcg: MVC: Fault-safe handling on destructive overlaps
David Hildenbrand
1
-2
/
+3
2019-09-23
s390x/tcg: MVCS/MVCP: Use access_memmove()
David Hildenbrand
1
-14
/
+12
2019-09-23
s390x/tcg: Fault-safe memmove
David Hildenbrand
1
-99
/
+139
2019-09-23
s390x/tcg: Fault-safe memset
David Hildenbrand
1
-20
/
+103
2019-09-23
s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLY
David Hildenbrand
2
-0
/
+8
2019-09-23
s390x/tcg: MVST: Fix storing back the addresses to registers
David Hildenbrand
4
-19
/
+19
2019-09-23
s390x/tcg: MVST: Check for specification exceptions
David Hildenbrand
1
-0
/
+3
2019-09-23
s390x/tcg: MVCS/MVCP: Properly wrap the length
David Hildenbrand
1
-0
/
+6
2019-09-23
s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode
David Hildenbrand
1
-3
/
+11
2019-09-23
s390x/tcg: MVCS/MVCP: Check for special operation exceptions
David Hildenbrand
1
-0
/
+12
2019-09-23
s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time
David Hildenbrand
1
-23
/
+31
2019-09-23
s390x/tcg: MVPG: Properly wrap the addresses
David Hildenbrand
1
-2
/
+9
2019-09-23
s390x/tcg: MVPG: Check for specification exceptions
David Hildenbrand
1
-0
/
+7
2019-09-23
s390x/tcg: MVC: Use is_destructive_overlap()
David Hildenbrand
1
-1
/
+1
2019-09-23
s390x/tcg: MVC: Increment the length once
David Hildenbrand
1
-8
/
+12
2019-09-23
s390x/tcg: MVCL: Process max 4k bytes at a time
David Hildenbrand
1
-6
/
+38
2019-09-23
s390x/tcg: MVCL: Detect destructive overlaps
David Hildenbrand
1
-1
/
+18
2019-09-23
s390x/tcg: MVCL: Zero out unused bits of address
David Hildenbrand
1
-2
/
+21
2019-09-23
s390x/tcg: Reset exception_index to -1 instead of 0
David Hildenbrand
1
-3
/
+3
2019-09-03
s390x/tcg: Pass a size to probe_write() in do_csst()
David Hildenbrand
1
-3
/
+1
2019-09-03
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
1
-7
/
+0
2019-09-03
s390x/tcg: Fix length calculation in probe_write_access()
David Hildenbrand
1
-1
/
+1
2019-09-03
s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()
David Hildenbrand
1
-1
/
+1
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2
-8
/
+8
2019-08-22
s390x/mmu: Factor out storage key handling
David Hildenbrand
1
-44
/
+71
2019-08-22
s390x/mmu: Better storage key reference and change bit handling
David Hildenbrand
1
-5
/
+19
2019-08-22
s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBE
David Hildenbrand
1
-0
/
+10
2019-08-22
s390x/tcg: Rework MMU selection for instruction fetches
David Hildenbrand
2
-23
/
+22
2019-08-22
s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()
David Hildenbrand
1
-0
/
+5
2019-08-22
s390x/mmu: Trace the right value if setting/getting the storage key fails
David Hildenbrand
1
-2
/
+4
2019-08-22
s390x/tcg: Fix VERIM with 32/64 bit elements
David Hildenbrand
1
-1
/
+1
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2
-2
/
+2
2019-08-19
targets (various): use softfloat-helpers.h where we can
Alex Bennée
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
3
-2
/
+3
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
4
-3
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-16
s390x/cpumodel: change internal name of vxpdeh to match description
Christian Borntraeger
2
-3
/
+3
2019-07-16
s390x/cpumodel: also change name of vxbeh
Christian Borntraeger
1
-1
/
+1
2019-07-16
s390x/cpumodel: remove esort from the default model
Christian Borntraeger
1
-1
/
+0
2019-07-09
s390x/tcg: move fallthrough annotation
Cornelia Huck
1
-1
/
+1
2019-07-09
s390: cpumodel: fix description for the new vector facility
Christian Borntraeger
1
-1
/
+1
2019-07-08
s390x/cpumodel: Set up CPU model for AQIC interception
Pierre Morel
3
-0
/
+3
2019-07-05
hw/s390x: Replace global smp variables with machine smp properties
Like Xu
3
-4
/
+14
2019-07-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...
Peter Maydell
3
-3
/
+3
2019-07-02
qapi: Split machine-target.json off target.json and misc.json
Markus Armbruster
1
-1
/
+1
2019-07-02
qapi: Split machine.json off misc.json
Markus Armbruster
2
-2
/
+2
[next]