Age | Commit message (Expand) | Author |
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 |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell |
2016-05-31 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into... | Peter Maydell |
2016-05-30 | exec: Do vmstate unregistration from cpu_exec_exit() | Bharata B Rao |
2016-05-30 | exec: Remove cpu from cpus list during cpu_exec_exit() | Bharata B Rao |
2016-05-29 | exec: hide mr->ram_addr from qemu_get_ram_ptr users | Paolo Bonzini |
2016-05-29 | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini |
2016-05-29 | exec: remove ram_addr argument from qemu_ram_block_from_host | Paolo Bonzini |
2016-05-29 | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr | Paolo Bonzini |
2016-05-23 | memory: remove unnecessary masking of MemoryRegion ram_addr | Paolo Bonzini |
2016-05-23 | exec: adjust rcu_read_lock requirement | Gonglei |
2016-05-23 | memory: drop find_ram_block() | Gonglei |