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
2011-12-19
memory: move obsolete exec.c functions to a private header
Avi Kivity
1
-0
/
+3
2011-12-19
memory, xen: pass MemoryRegion to xen_ram_alloc()
Avi Kivity
1
-4
/
+6
2011-12-15
phys_page_find_alloc: Use correct initial region_offset.
Alex Rozenman
1
-1
/
+2
2011-12-15
exec.c: Fix subpage memory access to RAM MemoryRegion
Andreas Färber
1
-2
/
+63
2011-12-14
tcg/arm: remove fixed map code buffer restriction
Dr. David Alan Gilbert
1
-3
/
+1
2011-12-10
w32: Disable buffering for log file
Stefan Weil
1
-2
/
+4
2011-11-01
Make cpu_single_env thread-local
Paolo Bonzini
1
-1
/
+1
2011-11-01
Error check find_ram_offset
Alex Williamson
1
-2
/
+9
2011-10-26
exec.c: Remove useless comment
陳韋任
1
-1
/
+0
2011-10-21
qemu-timer: move icount to cpus.c
Paolo Bonzini
1
-3
/
+0
2011-10-01
Move GETPC from dyngen-exec.h to exec-all.h
Blue Swirl
1
-0
/
+1
2011-09-21
Remove qemu_host_page_bits
Stefan Weil
1
-4
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-24
/
+24
2011-08-12
fix QLIST usage for RAM list
Paolo Bonzini
1
-1
/
+1
2011-08-08
Integrate I/O memory regions into qemu
Avi Kivity
1
-0
/
+10
2011-08-07
Use mmap to allocate execute memory
Tobias Nygren
1
-1
/
+2
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
1
-5
/
+14
2011-08-05
memory: use signed arithmetic
Avi Kivity
1
-1
/
+1
2011-07-29
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
1
-6
/
+7
2011-07-29
exec.c: initialize memory map
Avi Kivity
1
-0
/
+19
2011-07-26
cpu-common: Have a ram_addr_t of uint64 with Xen.
Anthony PERARD
1
-4
/
+5
2011-07-26
exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).
Anthony PERARD
1
-2
/
+2
2011-07-20
Fix unassigned memory access handling
Blue Swirl
1
-6
/
+6
2011-07-17
qemu_ram_ptr_length: take ram_addr_t as arguments
Stefano Stabellini
1
-7
/
+14
2011-07-17
xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN
Jan Kiszka
1
-8
/
+8
2011-07-17
xen: Clean up map cache API naming
Jan Kiszka
1
-8
/
+10
2011-07-12
exec.c: Fix calculation of code_gen_buffer_max_size
Peter Maydell
1
-2
/
+2
2011-07-12
exec: add endian specific phys ld/st functions
Alexander Graf
1
-10
/
+191
2011-06-27
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-3
/
+7
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-06-24
exec: last_first_tb was only used in !ONLY_USER case
Juan Quintela
1
-3
/
+7
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-6
/
+33
2011-06-19
xen: mapcache performance improvements
Stefano Stabellini
1
-18
/
+10
2011-06-19
exec.c: refactor cpu_physical_memory_map
Stefano Stabellini
1
-17
/
+34
2011-06-19
xen: remove xen_map_block and xen_unmap_block
Stefano Stabellini
1
-15
/
+4
2011-06-19
xen: remove qemu_map_cache_unlock
Stefano Stabellini
1
-1
/
+1
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-18
/
+110
2011-06-12
CPUPhysMemoryClient: batch addresses in catchup
Alex Williamson
1
-6
/
+33
2011-06-10
Merge remote branch 'rth/axp-next' into alpha-merge
Edgar E. Iglesias
1
-6
/
+6
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
1
-1
/
+0
2011-06-03
exec: Implement qemu_ram_free_from_ptr()
Alex Williamson
1
-0
/
+13
2011-05-31
target-alpha: Trap for unassigned and unaligned addresses.
Richard Henderson
1
-6
/
+6
2011-05-23
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
Aurelien Jarno
1
-1
/
+1
2011-05-22
Fix typos in comments (chek -> check)
Stefan Weil
1
-1
/
+1
2011-05-20
s390x: complain when allocating ram fails
Alexander Graf
1
-0
/
+4
2011-05-20
s390x: change mapping base to allow guests > 2GB
Christian Borntraeger
1
-3
/
+7
2011-05-08
Introduce qemu_put_ram_ptr
Anthony PERARD
1
-3
/
+35
2011-05-08
xen: Introduce the Xen mapcache
Jun Nakajima
1
-4
/
+44
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
1
-14
/
+25
2011-05-05
CPUPhysMemoryClient: Pass guest physical address not region offset
Alex Williamson
1
-4
/
+12
[next]