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
2019-09-03
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
3
-9
/
+16
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: Check for watchpoints in probe_write()
David Hildenbrand
1
-2
/
+13
2019-09-03
cputlb: Handle watchpoints via TLB_WATCHPOINT
Richard Henderson
3
-118
/
+90
2019-09-03
cputlb: Remove double-alignment in store_helper
Richard Henderson
1
-2
/
+1
2019-09-03
cputlb: Fix size operand for tlb_fill on unaligned store
Richard Henderson
1
-1
/
+4
2019-09-03
exec: Factor out cpu_watchpoint_address_matches
Richard Henderson
2
-16
/
+36
2019-09-03
cputlb: Fold TLB_RECHECK into TLB_INVALID_MASK
Richard Henderson
2
-67
/
+24
2019-09-03
exec: Factor out core logic of check_watchpoint()
David Hildenbrand
2
-8
/
+25
2019-09-03
exec: Move user-only watchpoint stubs inline
Richard Henderson
2
-24
/
+25
2019-09-03
target/sparc: sun4u Invert Endian TTE bit
Tony Nguyen
2
-1
/
+9
2019-09-03
target/sparc: Add TLB entry with attributes
Tony Nguyen
1
-14
/
+18
2019-09-03
cputlb: Byte swap memory transaction attribute
Tony Nguyen
2
-0
/
+14
2019-09-03
memory: Single byte swap along the I/O path
Tony Nguyen
5
-142
/
+23
2019-09-03
cputlb: Replace size and endian operands for MemOp
Tony Nguyen
2
-89
/
+87
2019-09-03
memory: Access MemoryRegion with endianness
Tony Nguyen
9
-23
/
+75
2019-09-03
exec: Hard code size with MO_{8|16|32|64}
Tony Nguyen
1
-9
/
+9
2019-09-03
target/mips: Hard code size with MO_{8|16|32|64}
Tony Nguyen
1
-2
/
+2
2019-09-03
hw/s390x: Hard code size with MO_{8|16|32|64}
Tony Nguyen
1
-2
/
+1
2019-09-03
memory: Access MemoryRegion with MemOp
Tony Nguyen
3
-12
/
+24
2019-09-03
cputlb: Access MemoryRegion with MemOp
Tony Nguyen
1
-4
/
+4
2019-09-03
exec: Access MemoryRegion with MemOp
Tony Nguyen
2
-11
/
+13
2019-09-03
hw/vfio: Access MemoryRegion with MemOp
Tony Nguyen
1
-2
/
+4
2019-09-03
hw/virtio: Access MemoryRegion with MemOp
Tony Nguyen
1
-2
/
+5
2019-09-03
hw/intc/armv7m_nic: Access MemoryRegion with MemOp
Tony Nguyen
1
-4
/
+8
2019-09-03
hw/s390x: Access MemoryRegion with MemOp
Tony Nguyen
1
-3
/
+5
2019-09-03
target/mips: Access MemoryRegion with MemOp
Tony Nguyen
1
-2
/
+3
2019-09-03
memory: Introduce size_memop
Tony Nguyen
1
-0
/
+10
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
39
-399
/
+421
2019-09-03
target/arm: Don't abort on M-profile exception return in linux-user mode
Peter Maydell
1
-1
/
+20
2019-09-03
target/arm: Free TCG temps in trans_VMOV_64_sp()
Peter Maydell
1
-0
/
+2
2019-09-03
include/exec/cpu-defs.h: fix typo
Alex Bennée
1
-1
/
+1
2019-09-03
atomic_template: fix indentation in GEN_ATOMIC_HELPER
Emilio G. Cota
1
-1
/
+1
2019-09-03
tcg/README: fix typo s/afterwise/afterwards/
Emilio G. Cota
1
-1
/
+1
2019-09-03
includes: remove stale [smp|max]_cpus externs
Alex Bennée
1
-2
/
+0
2019-09-03
hw/net/xilinx_axi: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-9
/
+8
2019-09-03
hw/dma/xilinx_axi: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-8
/
+8
2019-09-03
hw/arm/fsl-imx: Add the cpu as child of the SoC object
Philippe Mathieu-Daudé
2
-2
/
+6
2019-09-03
hw/arm: Use sysbus_init_child_obj for correct reference counting
Philippe Mathieu-Daudé
1
-2
/
+2
2019-09-03
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
3
-17
/
+16
2019-09-03
hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate
Philippe Mathieu-Daudé
8
-11
/
+15
2019-09-03
target/arm: Fix SMMLS argument order
Richard Henderson
1
-2
/
+18
2019-09-03
hw/arm/smmuv3: Remove spurious error messages on IOVA invalidations
Eric Auger
2
-8
/
+12
2019-09-03
hw/arm/smmuv3: Log a guest error when decoding an invalid STE
Eric Auger
1
-0
/
+1
2019-09-03
memory: Remove unused memory_region_iommu_replay_all()
Eric Auger
2
-19
/
+0
2019-09-03
aspeed/timer: Provide back-pressure information for short periods
Andrew Jeffery
1
-1
/
+16
2019-09-03
target/arm: Take exceptions on ATS instructions when needed
Peter Maydell
1
-15
/
+92
2019-09-03
target/arm: Allow ARMCPRegInfo read/write functions to throw exceptions
Peter Maydell
3
-1
/
+18
2019-09-03
target/arm: Factor out unallocated_encoding for aarch32
Richard Henderson
2
-12
/
+13
[prev]
[next]