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-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
2016-07-26
exec: Don't use cpu_index to detect if cpu_exec_init()'s been called
Igor Mammedov
1
-2
/
+3
2016-07-26
exec: Reduce CONFIG_USER_ONLY ifdeffenery
Igor Mammedov
1
-14
/
+3
2016-07-17
exec: avoid realloc in phys_map_node_reserve
Peter Lieven
1
-1
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-13
exec: Fix qemu_ram_block_from_host for Xen
Anthony PERARD
1
-1
/
+1
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
1
-1
/
+1
2016-05-31
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...
Peter Maydell
1
-8
/
+35
2016-05-30
exec: Do vmstate unregistration from cpu_exec_exit()
Bharata B Rao
1
-0
/
+11
2016-05-30
exec: Remove cpu from cpus list during cpu_exec_exit()
Bharata B Rao
1
-8
/
+24
2016-05-29
exec: hide mr->ram_addr from qemu_get_ram_ptr users
Paolo Bonzini
1
-33
/
+24
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-5
/
+5
2016-05-29
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
1
-7
/
+6
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
1
-34
/
+0
2016-05-23
memory: remove unnecessary masking of MemoryRegion ram_addr
Paolo Bonzini
1
-14
/
+7
2016-05-23
exec: adjust rcu_read_lock requirement
Gonglei
1
-5
/
+1
2016-05-23
memory: drop find_ram_block()
Gonglei
1
-27
/
+7
[next]