Age | Commit message (Expand) | Author |
2017-03-14 | exec: add cpu_synchronize_state to cpu_memory_rw_debug | Christian Borntraeger |
2017-03-14 | mem-prealloc: reduce large guest start-up and migration time. | Jitendra Kolhe |
2017-03-03 | exec, kvm, target-ppc: Move getrampagesize() to common code | Alexey Kardashevskiy |
2017-02-28 | postcopy: Record largest page size | Dr. David Alan Gilbert |
2017-02-28 | postcopy: enhance ram_block_discard_range for hugepages | Dr. David Alan Gilbert |
2017-02-28 | exec: ram_block_discard_range | Dr. David Alan Gilbert |
2017-02-24 | tcg: drop global lock during TCG code execution | Jan Kiszka |
2017-02-17 | exec: make address_space_cache_destroy idempotent | Paolo Bonzini |
2017-02-07 | arm: Correctly handle watchpoints for BE32 CPUs | Julian Brown |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-27 | memory: don't sign-extend 32-bit writes | Ladi Prosek |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-01-16 | ramblock-notifier: new | Paolo Bonzini |
2017-01-16 | exec: Add missing rcu_read_unlock | Roman Kapl |
2017-01-13 | cputlb: drop flush_global flag from tlb_flush | Alex Bennée |
2017-01-10 | exec: introduce address_space_get_iotlb_entry() | Jason Wang |
2016-12-22 | exec: introduce MemoryRegionCache | Paolo Bonzini |
2016-12-22 | exec: introduce address_space_extend_translation | Paolo Bonzini |
2016-12-22 | exec: introduce memory_ldst.inc.c | Paolo Bonzini |
2016-12-22 | exec: optimize remaining address_space_* cases | Paolo Bonzini |
2016-12-06 | exec.c: Fix breakpoint invalidation race | Peter Maydell |
2016-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Stefan Hajnoczi |
2016-11-02 | exec.c: check memory backend file size with 'size' option | Haozhong Zhang |
2016-11-01 | log: Add locking to large logging blocks | Richard Henderson |
2016-11-01 | exec.c: do not truncate non-empty memory backend file | Haozhong Zhang |
2016-11-01 | exec.c: ensure all AddressSpaceDispatch updates under RCU | Alex Bennée |
2016-10-31 | tcg: move locking for tb_invalidate_phys_page_range up | Alex Bennée |
2016-10-31 | tcg: protect translation related stuff with tb_lock. | KONRAD Frederic |
2016-10-26 | exec: Avoid direct references to Int128 parts | Richard Henderson |
2016-10-25 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell |
2016-10-24 | exec: call cpu_exec_exit() from a CPU unrealize common function | Laurent Vivier |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier |
2016-10-24 | exec: split cpu_exec_init() | Laurent Vivier |
2016-10-24 | cpu: Support a target CPU having a variable page size | Peter Maydell |
2016-10-24 | exec.c: Remove static allocation of sub_section of sub_page | Vijaya Kumar K |
2016-10-24 | exec.c: workaround regression caused by alignment change in d2f39ad | Haozhong Zhang |
2016-10-13 | RAMBlocks: Store page size | Dr. David Alan Gilbert |
2016-10-08 | exec: remove unused compacted argument | Marc-André Lureau |
2016-09-27 | cpus-common: move CPU list management to common code | Paolo Bonzini |
2016-09-13 | kvm-all: drop kvm_setup_guest_memory | Cao jin |
2016-09-13 | qtail: clean up direct access to tqe_prev field | Igor Mammedov |
2016-09-05 | exec: Ensure the only one cpu_index allocation method is used | Igor Mammedov |
2016-08-02 | fix qemu exit on memory hotplug when allocation fails at prealloc time | Igor Mammedov |
2016-07-26 | exec: Set cpu_index only if it's not been explictly set | Igor Mammedov |
2016-07-26 | exec: Don't use cpu_index to detect if cpu_exec_init()'s been called | Igor Mammedov |
2016-07-26 | exec: Reduce CONFIG_USER_ONLY ifdeffenery | Igor Mammedov |
2016-07-17 | exec: avoid realloc in phys_map_node_reserve | Peter Lieven |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-13 | exec: Fix qemu_ram_block_from_host for Xen | Anthony PERARD |