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
/
xen-mapcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
xen: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-26
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
1
-3
/
+3
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-01-20
xen: add a lock for the mapcache
Paolo Bonzini
1
-11
/
+43
2015-01-20
xen: do not use __-named variables in mapcache
Paolo Bonzini
1
-20
/
+20
2014-07-07
xen: build on ARM
Stefano Stabellini
1
-2
/
+2
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-04-03
xen-mapcache: pass the right size argument to test_bits
Hanweidong
1
-4
/
+22
2013-04-03
xen-mapcache: replace last_address_index with a last_entry pointer
Stefano Stabellini
1
-18
/
+16
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-16
/
+16
2012-08-22
Fix invalidate if memory requested was not bucket aligned
Frediano Ziglio
1
-4
/
+5
2012-04-13
xen-mapcache: don't unmap locked entry during mapcache invalidation
Julien Grall
1
-0
/
+3
2012-04-13
Xen, mapcache: Fix the compute of the size of bucket.
Anthony PERARD
1
-5
/
+7
2012-03-19
xen mapcache: check if memory region has moved.
Anthony PERARD
1
-3
/
+19
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
1
-1
/
+1
2011-09-09
xen-mapcache: Fix rlimit set size.
Anthony PERARD
1
-5
/
+24
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-14
/
+14
2011-07-29
Fix a compilation error in xen-mapcache.c
Stefan Berger
1
-2
/
+1
2011-07-17
xen: Clean up map cache API naming
Jan Kiszka
1
-18
/
+23
2011-06-19
xen: remove xen_map_block and xen_unmap_block
Stefano Stabellini
1
-31
/
+0
2011-06-19
xen: remove qemu_map_cache_unlock
Stefano Stabellini
1
-33
/
+0
2011-06-19
xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZE
Stefano Stabellini
1
-12
/
+65
2011-05-08
Introduce qemu_put_ram_ptr
Anthony PERARD
1
-0
/
+33
2011-05-08
xen: Adds a cap to the number of map cache entries.
John Baboval
1
-22
/
+15
2011-05-08
xen: Introduce the Xen mapcache
Jun Nakajima
1
-0
/
+349