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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
include
/
exec
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...
Peter Maydell
1
-73
/
+65
2019-10-11
rcu: Use automatic rc_read unlock in core memory/exec code
Dr. David Alan Gilbert
1
-73
/
+65
2019-10-10
s390x/tcg: MVCL: Exit to main loop if requested
David Hildenbrand
1
-0
/
+17
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
1
-5
/
+16
2019-09-27
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into staging
Peter Maydell
4
-80
/
+17
2019-09-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+13
2019-09-25
cputlb: Merge and move memory_notdirty_write_{prepare,complete}
Richard Henderson
1
-65
/
+0
2019-09-25
cputlb: Partially inline memory_region_section_get_iotlb
Richard Henderson
1
-5
/
+1
2019-09-25
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
1
-2
/
+0
2019-09-25
cputlb: Move ROM handling from I/O path to TLB path
Richard Henderson
2
-2
/
+4
2019-09-25
cputlb: Introduce TLB_BSWAP
Richard Henderson
1
-1
/
+3
2019-09-25
exec: Use TARGET_PAGE_BITS_MIN for TLB flags
Richard Henderson
1
-6
/
+10
2019-09-25
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang
1
-6
/
+0
2019-09-25
memory: Provide an equality function for MemoryRegionSections
Dr. David Alan Gilbert
1
-0
/
+12
2019-09-25
memory: Align MemoryRegionSections fields
Dr. David Alan Gilbert
1
-1
/
+1
2019-09-16
memory: inline and optimize devend_memop
Paolo Bonzini
1
-1
/
+18
2019-09-04
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
Peter Maydell
5
-10
/
+156
2019-09-03
tcg: Factor out probe_write() logic into probe_access()
David Hildenbrand
1
-2
/
+8
2019-09-03
tcg: Make probe_write() return a pointer to the host page
David Hildenbrand
1
-2
/
+2
2019-09-03
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
1
-2
/
+2
2019-09-03
cputlb: Handle watchpoints via TLB_WATCHPOINT
Richard Henderson
1
-1
/
+4
2019-09-03
cputlb: Fold TLB_RECHECK into TLB_INVALID_MASK
Richard Henderson
1
-4
/
+1
2019-09-03
cputlb: Byte swap memory transaction attribute
Tony Nguyen
1
-0
/
+2
2019-09-03
cputlb: Replace size and endian operands for MemOp
Tony Nguyen
1
-0
/
+6
2019-09-03
memory: Access MemoryRegion with endianness
Tony Nguyen
1
-0
/
+3
2019-09-03
memory: Access MemoryRegion with MemOp
Tony Nguyen
2
-10
/
+19
2019-09-03
memory: Introduce size_memop
Tony Nguyen
1
-0
/
+10
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
1
-0
/
+110
2019-09-03
include/exec/cpu-defs.h: fix typo
Alex Bennée
1
-1
/
+1
2019-09-03
memory: Remove unused memory_region_iommu_replay_all()
Eric Auger
1
-10
/
+0
2019-08-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...
Peter Maydell
3
-3
/
+3
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
3
-3
/
+3
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
1
-1
/
+7
2019-08-20
icount: clean up cpu_can_io at the entry to the block
Pavel Dovgalyuk
1
-18
/
+20
2019-08-20
memory: fix race between TCG and accesses to dirty bitmap
Paolo Bonzini
1
-0
/
+12
2019-08-20
configure: Define target access alignment in configure
tony.nguyen@bt.com
1
-0
/
+1
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-08-16
memory: Fix type of IOMMUMemoryRegionClass member @parent_class
Markus Armbruster
1
-2
/
+8
2019-08-16
include: Make headers more self-contained
Markus Armbruster
8
-0
/
+15
2019-07-18
linux-user: check valid address in access_ok()
Rémi Denis-Courmont
1
-0
/
+4
2019-07-15
migration: Split log_clear() into smaller chunks
Peter Xu
1
-2
/
+74
2019-07-15
memory: Introduce memory listener hook log_clear()
Peter Xu
2
-0
/
+20
2019-07-15
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu
1
-1
/
+1
2019-07-15
memory: Don't set migration bitmap when without migration
Peter Xu
2
-1
/
+13
2019-07-15
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu
1
-4
/
+1
2019-07-14
tcg: Release mmap_lock on translation fault
Richard Henderson
1
-4
/
+16
2019-07-14
tcg: Remove duplicate #if !defined(CODE_ACCESS)
Richard Henderson
1
-2
/
+0
2019-07-14
tcg: Remove cpu_ld*_code_ra
Richard Henderson
1
-1
/
+5
2019-07-14
tcg: Introduce set/clear_helper_retaddr
Richard Henderson
2
-6
/
+26
2019-07-02
spapr_pci: Unregister listeners before destroying the IOMMU address space
Greg Kurz
1
-0
/
+10
[next]