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-26
tests/docker: add sanitizers back to clang build
John Snow
1
-5
/
+1
2019-09-26
target/ppc: fix signal delivery for ppc64abi32
Alex Bennée
1
-1
/
+3
2019-09-26
target/alpha: Tidy helper_fp_exc_raise_s
Richard Henderson
1
-11
/
+4
2019-09-26
target/alpha: Mask IOV exception with INV for user-only
Richard Henderson
1
-0
/
+7
2019-09-26
target/alpha: Write to fpcr_flush_to_zero once
Richard Henderson
1
-5
/
+4
2019-09-26
target/alpha: Handle SWCR_MAP_DMZ earlier
Richard Henderson
1
-4
/
+1
2019-09-26
target/alpha: Fix SWCR_TRAP_ENABLE_MASK
Richard Henderson
1
-9
/
+14
2019-09-26
target/alpha: Fix SWCR_MAP_UMZ
Richard Henderson
1
-1
/
+1
2019-09-26
target/alpha: Use array for FPCR_DYN conversion
Richard Henderson
1
-16
/
+8
2019-09-26
qcrypto-luks: more rigorous header checking
Maxim Levitsky
1
-0
/
+52
2019-09-26
qcrypto-luks: simplify the math used for keyslot locations
Maxim Levitsky
1
-23
/
+40
2019-09-26
qcrypto-luks: extract store key function
Maxim Levitsky
1
-123
/
+181
2019-09-26
qcrypto-luks: extract check and parse header
Maxim Levitsky
1
-98
/
+125
2019-09-26
qcrypto-luks: extract store and load header
Maxim Levitsky
1
-62
/
+93
2019-09-26
qcrypto-luks: purge unused error codes from open callback
Maxim Levitsky
1
-32
/
+13
2019-09-26
qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS
Maxim Levitsky
1
-90
/
+79
2019-09-26
qcrypto-luks: pass keyslot index rather that pointer to the keyslot
Maxim Levitsky
1
-3
/
+3
2019-09-26
qcrypto-luks: simplify masterkey and masterkey length
Maxim Levitsky
1
-23
/
+21
2019-09-26
qcrypto-luks: don't overwrite cipher_mode in header
Maxim Levitsky
1
-3
/
+6
2019-09-26
qcrypto-luks: rename some fields in QCryptoBlockLUKSHeader
Maxim Levitsky
1
-44
/
+47
2019-09-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-3
/
+20
2019-09-26
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a'...
Peter Maydell
8
-112
/
+80
2019-09-26
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...
Peter Maydell
8
-10
/
+47
2019-09-25
cputlb: Pass retaddr to tb_check_watchpoint
Richard Henderson
3
-5
/
+5
2019-09-25
cputlb: Pass retaddr to tb_invalidate_phys_page_fast
Richard Henderson
3
-26
/
+22
2019-09-25
cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
Richard Henderson
3
-8
/
+5
2019-09-25
cputlb: Remove cpu->mem_io_vaddr
Richard Henderson
3
-5
/
+0
2019-09-25
cputlb: Handle TLB_NOTDIRTY in probe_access
Richard Henderson
1
-9
/
+17
2019-09-25
cputlb: Merge and move memory_notdirty_write_{prepare,complete}
Richard Henderson
3
-143
/
+42
2019-09-25
cputlb: Partially inline memory_region_section_get_iotlb
Richard Henderson
3
-48
/
+46
2019-09-25
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
4
-71
/
+23
2019-09-25
cputlb: Move ROM handling from I/O path to TLB path
Richard Henderson
4
-57
/
+26
2019-09-25
exec: Adjust notdirty tracing
Richard Henderson
3
-6
/
+5
2019-09-25
cputlb: Introduce TLB_BSWAP
Richard Henderson
2
-30
/
+46
2019-09-25
cputlb: Split out load/store_memop
Richard Henderson
1
-52
/
+55
2019-09-25
cputlb: Use qemu_build_not_reached in load/store_helpers
Richard Henderson
1
-3
/
+2
2019-09-25
qemu/compiler.h: Add qemu_build_not_reached
Richard Henderson
1
-0
/
+15
2019-09-25
cputlb: Disable __always_inline__ without optimization
Richard Henderson
2
-2
/
+13
2019-09-25
exec: Use TARGET_PAGE_BITS_MIN for TLB flags
Richard Henderson
1
-6
/
+10
2019-09-25
migration/postcopy: Recognise the recovery states as 'in_postcopy'
Dr. David Alan Gilbert
1
-1
/
+8
2019-09-25
tests/migration/postcopy: trim migration bandwidth
Dr. David Alan Gilbert
1
-1
/
+1
2019-09-25
tests/migration: Fail on unexpected migration states
Dr. David Alan Gilbert
1
-6
/
+17
2019-09-25
migration/rdma.c: Swap synchronize_rcu for call_rcu
Dr. David Alan Gilbert
1
-12
/
+27
2019-09-25
migration/rdma: Don't moan about disconnects at the end
Dr. David Alan Gilbert
1
-4
/
+8
2019-09-25
migration: remove sent parameter in get_queued_page_not_dirty
Wei Yang
2
-2
/
+2
2019-09-25
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang
2
-72
/
+14
2019-09-25
migration/postcopy: not necessary to do discard when canonicalizing bitmap
Wei Yang
1
-13
/
+1
2019-09-25
migration: fix vmdesc leak on vmstate_save() error
Marc-André Lureau
2
-2
/
+3
2019-09-25
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
1
-2
/
+7
2019-09-25
memory: Provide an equality function for MemoryRegionSections
Dr. David Alan Gilbert
1
-0
/
+12
[prev]
[next]