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
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
1
-0
/
+38
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+38
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2018-06-01
exec.c: Initialize sa_flags passed to sigaction()
Peter Maydell
1
-0
/
+1
2018-05-31
Make address_space_translate_iommu take a MemTxAttrs argument
Peter Maydell
1
-3
/
+5
2018-05-31
Make flatview_do_translate() take a MemTxAttrs argument
Peter Maydell
1
-3
/
+6
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-31
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
1
-8
/
+9
2018-05-31
Make flatview_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-7
/
+5
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-3
/
+6
2018-05-31
Make memory_region_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
Make flatview_extend_translation() take a MemTxAttrs argument
Peter Maydell
1
-5
/
+10
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
1
-2
/
+4
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
1
-5
/
+9
2018-05-31
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-09
exec: reintroduce MemoryRegion caching
Paolo Bonzini
1
-12
/
+109
2018-05-09
exec: extract address_space_translate_iommu, fix page_mask corner case
Paolo Bonzini
1
-35
/
+75
2018-05-09
exec: small changes to flatview_do_translate
Paolo Bonzini
1
-19
/
+14
2018-04-27
Add host_memory_backend_pagesize() helper
David Gibson
1
-3
/
+2
2018-04-27
Make qemu_mempath_getpagesize() accept NULL
David Gibson
1
-15
/
+6
2018-04-02
exec: fix memory leak in find_max_supported_pagesize()
Greg Kurz
1
-0
/
+1
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-14
/
+72
2018-03-20
postcopy: use UFFDIO_ZEROPAGE only when available
Dr. David Alan Gilbert
1
-0
/
+16
2018-03-20
qemu_ram_block_host_offset
Dr. David Alan Gilbert
1
-0
/
+10
2018-03-20
migrate: Update ram_block_discard_range for shared
Dr. David Alan Gilbert
1
-14
/
+46
2018-03-19
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
1
-0
/
+23
2018-03-09
memory: fix flatview_access_valid RCU read lock/unlock imbalance
Paolo Bonzini
1
-1
/
+0
2018-03-06
address_space_rw: address_space_to_flatview needs RCU lock
Paolo Bonzini
1
-18
/
+10
2018-03-06
address_space_map: address_space_to_flatview needs RCU lock
Paolo Bonzini
1
-1
/
+2
2018-03-06
address_space_access_valid: address_space_to_flatview needs RCU lock
Paolo Bonzini
1
-4
/
+8
2018-03-06
address_space_read: address_space_to_flatview needs RCU lock
Paolo Bonzini
1
-13
/
+25
2018-03-06
address_space_write: address_space_to_flatview needs RCU lock
Paolo Bonzini
1
-15
/
+22
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
1
-11
/
+15
2018-02-06
tcg: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-3
/
+3
2018-01-19
hostmem-file: add "align" option
Haozhong Zhang
1
-1
/
+7
2018-01-16
cpu: flush TB cache when loading VMState
Pavel Dovgalyuk
1
-0
/
+7
2018-01-16
find_ram_offset: Align ram_addr_t allocation on long boundaries
Dr. David Alan Gilbert
1
-0
/
+4
2018-01-16
find_ram_offset: Add comments and tracing
Dr. David Alan Gilbert
1
-7
/
+22
2017-12-21
exec: Don't reuse unassigned_mem_ops for io_mem_rom
Peter Maydell
1
-1
/
+33
2017-12-21
cpu: suffix cpu address spaces with cpu index
Peter Xu
1
-1
/
+4
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
1
-1
/
+6
2017-12-18
misc: remove duplicated includes
Philippe Mathieu-Daudé
1
-3
/
+0
2017-11-21
exec.c: Factor out before/after actions for notdirty memory writes
Peter Maydell
1
-21
/
+44
2017-11-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-9
/
+3
2017-11-15
exec: Do not resolve subpage in mru_section
Paolo Bonzini
1
-9
/
+3
2017-11-13
qom: move CPUClass.tcg_initialize to a global
Emilio G. Cota
1
-2
/
+3
2017-10-24
tcg: Add CPUState cflags_next_tb
Richard Henderson
1
-5
/
+2
2017-10-24
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
Emilio G. Cota
1
-1
/
+1
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-1
/
+6
[next]