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
path:
root
/
include
/
exec
/
cpu-common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-20
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-3
/
+3
2020-02-20
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
1
-1
/
+1
2019-09-25
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
1
-2
/
+0
2019-09-25
cputlb: Move ROM handling from I/O path to TLB path
Richard Henderson
1
-1
/
+0
2019-05-03
Header cleanups
Aruna Jayasena
1
-3
/
+0
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
1
-13
/
+0
2019-03-06
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
1
-1
/
+0
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
1
-2
/
+4
2019-02-05
unify len and addr type for memory/address APIs
Li Zhijian
1
-4
/
+4
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
1
-2
/
+0
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
1
-1
/
+1
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+4
2018-03-20
postcopy: use UFFDIO_ZEROPAGE only when available
Dr. David Alan Gilbert
1
-0
/
+3
2018-03-20
qemu_ram_block_host_offset
Dr. David Alan Gilbert
1
-0
/
+1
2017-07-04
cpu: Introduce a wrapper for tlb_flush() that can be used in common code
Thomas Huth
1
-0
/
+2
2017-03-16
RAMBlocks: qemu_ram_is_shared
Dr. David Alan Gilbert
1
-0
/
+1
2017-03-03
memory: Introduce DEVICE_HOST_ENDIAN for ram device
Yongji Xie
1
-0
/
+6
2017-02-28
postcopy: Record largest page size
Dr. David Alan Gilbert
1
-0
/
+1
2017-02-28
exec: ram_block_discard_range
Dr. David Alan Gilbert
1
-0
/
+1
2016-12-22
exec: introduce memory_ldst.inc.c
Paolo Bonzini
1
-15
/
+0
2016-10-13
RAMBlocks: Store page size
Dr. David Alan Gilbert
1
-0
/
+1
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
1
-0
/
+5
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-2
/
+2
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
1
-6
/
+0
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-1
/
+1
2016-05-29
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
1
-1
/
+1
2016-05-23
memory: drop find_ram_block()
Gonglei
1
-2
/
+2
2016-05-19
cpu: move endian-dependent load/store functions to cpu-all.h
Paolo Bonzini
1
-10
/
+0
2016-05-19
include: poison symbols in osdep.h
Paolo Bonzini
1
-4
/
+0
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
1
-1
/
+0
2016-02-23
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2015-11-10
qemu_ram_block_by_name
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
qemu_ram_block_from_host
Dr. David Alan Gilbert
1
-0
/
+3
2015-07-06
Stop including qemu-common.h in memory.h
Peter Maydell
1
-0
/
+2
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
1
-2
/
+2
2015-04-27
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
1
-1
/
+2
2015-03-04
pc-dimm: add a function to calculate VM's current RAM size
zhanghailiang
1
-0
/
+1
2014-11-03
softmmu: provide softmmu access type enum
Leon Alrae
1
-0
/
+6
2014-06-19
NUMA: move numa related code to new file numa.c
Wanlong Gao
1
-0
/
+2
2014-06-17
exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
Hu Tao
1
-0
/
+1
2014-02-11
exec: Make cpu_physical_memory_write_rom input an AS
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-4
/
+4
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
[next]