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
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann
1
-0
/
+75
2017-04-21
ram: Remove migration_bitmap_extend()
Juan Quintela
1
-1
/
+0
2017-04-21
ram: rename last_ram_offset() last_ram_pages()
Juan Quintela
1
-3
/
+3
2017-04-21
ram: Rename qemu_target_page_bits() to qemu_target_page_size()
Juan Quintela
1
-2
/
+2
2017-04-03
exec: revert MemoryRegionCache
Paolo Bonzini
1
-53
/
+11
2017-03-16
RAMBlocks: qemu_ram_is_shared
Dr. David Alan Gilbert
1
-0
/
+5
2017-03-14
exec: add cpu_synchronize_state to cpu_memory_rw_debug
Christian Borntraeger
1
-0
/
+2
2017-03-14
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
1
-1
/
+1
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
1
-0
/
+82
2017-02-28
postcopy: Record largest page size
Dr. David Alan Gilbert
1
-0
/
+13
2017-02-28
postcopy: enhance ram_block_discard_range for hugepages
Dr. David Alan Gilbert
1
-4
/
+20
2017-02-28
exec: ram_block_discard_range
Dr. David Alan Gilbert
1
-0
/
+54
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
1
-3
/
+9
2017-02-17
exec: make address_space_cache_destroy idempotent
Paolo Bonzini
1
-0
/
+1
2017-02-07
arm: Correctly handle watchpoints for BE32 CPUs
Julian Brown
1
-0
/
+1
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2017-01-27
memory: don't sign-extend 32-bit writes
Ladi Prosek
1
-1
/
+1
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+6
2017-01-16
ramblock-notifier: new
Paolo Bonzini
1
-0
/
+5
2017-01-16
exec: Add missing rcu_read_unlock
Roman Kapl
1
-0
/
+1
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
1
-2
/
+2
2017-01-10
exec: introduce address_space_get_iotlb_entry()
Jason Wang
1
-0
/
+33
2016-12-22
exec: introduce MemoryRegionCache
Paolo Bonzini
1
-0
/
+76
2016-12-22
exec: introduce address_space_extend_translation
Paolo Bonzini
1
-21
/
+29
2016-12-22
exec: introduce memory_ldst.inc.c
Paolo Bonzini
1
-671
/
+10
2016-12-22
exec: optimize remaining address_space_* cases
Paolo Bonzini
1
-23
/
+103
2016-12-06
exec.c: Fix breakpoint invalidation race
Peter Maydell
1
-19
/
+6
2016-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
1
-3
/
+30
2016-11-02
exec.c: check memory backend file size with 'size' option
Haozhong Zhang
1
-0
/
+7
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
1
-0
/
+2
2016-11-01
exec.c: do not truncate non-empty memory backend file
Haozhong Zhang
1
-1
/
+21
2016-11-01
exec.c: ensure all AddressSpaceDispatch updates under RCU
Alex Bennée
1
-2
/
+2
2016-10-31
tcg: move locking for tb_invalidate_phys_page_range up
Alex Bennée
1
-0
/
+16
2016-10-31
tcg: protect translation related stuff with tb_lock.
KONRAD Frederic
1
-0
/
+6
2016-10-26
exec: Avoid direct references to Int128 parts
Richard Henderson
1
-2
/
+2
2016-10-25
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-5
/
+7
2016-10-24
exec: call cpu_exec_exit() from a CPU unrealize common function
Laurent Vivier
1
-1
/
+1
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
1
-1
/
+1
2016-10-24
exec: split cpu_exec_init()
Laurent Vivier
1
-4
/
+6
2016-10-24
cpu: Support a target CPU having a variable page size
Peter Maydell
1
-0
/
+42
2016-10-24
exec.c: Remove static allocation of sub_section of sub_page
Vijaya Kumar K
1
-3
/
+2
2016-10-24
exec.c: workaround regression caused by alignment change in d2f39ad
Haozhong Zhang
1
-1
/
+6
2016-10-13
RAMBlocks: Store page size
Dr. David Alan Gilbert
1
-7
/
+12
2016-10-08
exec: remove unused compacted argument
Marc-André Lureau
1
-5
/
+3
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
1
-35
/
+2
2016-09-13
kvm-all: drop kvm_setup_guest_memory
Cao jin
1
-3
/
+1
2016-09-13
qtail: clean up direct access to tqe_prev field
Igor Mammedov
1
-2
/
+1
2016-09-05
exec: Ensure the only one cpu_index allocation method is used
Igor Mammedov
1
-0
/
+7
2016-08-02
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
1
-2
/
+8
2016-07-26
exec: Set cpu_index only if it's not been explictly set
Igor Mammedov
1
-38
/
+6
[next]