index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
/
memory.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
2016-10-31
1
-13
/
+28
*
memory: add a per-AddressSpace list of listeners
Paolo Bonzini
2016-10-24
1
-1
/
+2
*
memory: eliminate global MemoryListeners
Paolo Bonzini
2016-10-24
1
-1
/
+1
*
migration: sync all address spaces
Paolo Bonzini
2016-09-27
1
-4
/
+3
*
memory: introduce IOMMUOps.notify_flag_changed
Peter Xu
2016-09-27
1
-4
/
+5
*
memory: introduce IOMMUNotifier and its caps
Peter Xu
2016-09-27
1
-7
/
+40
*
memory: Assert that memory_region_init_rom_device() ops aren't NULL
Peter Maydell
2016-07-04
1
-4
/
+1
*
memory: Provide memory_region_init_rom()
Peter Maydell
2016-07-04
1
-0
/
+19
*
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
2016-06-30
1
-1
/
+7
*
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
2016-06-22
1
-4
/
+15
*
exec: hide mr->ram_addr from qemu_get_ram_ptr users
Paolo Bonzini
2016-05-29
1
-3
/
+2
*
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
2016-05-29
1
-0
/
+20
*
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
2016-05-29
1
-0
/
+11
*
memory: Remove code for mr->may_overlap
Fam Zheng
2016-05-23
1
-1
/
+0
*
cpu: move endian-dependent load/store functions to cpu-all.h
Paolo Bonzini
2016-05-19
1
-17
/
+0
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
1
-1
/
+0
*
memory: Implement memory_region_get_ram_addr with mr->ram_block
Fam Zheng
2016-03-07
1
-7
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-02-25
1
-4
/
+4
|
\
|
*
memory: Remove unreachable return statement
Gonglei
2016-02-25
1
-2
/
+0
|
*
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
2016-02-25
1
-2
/
+2
|
*
exec: store RAMBlock pointer into memory region
Gonglei
2016-02-25
1
-0
/
+2
*
|
include: Clean up includes
Peter Maydell
2016-02-23
1
-3
/
+0
|
/
*
memory: Add address_space_init_shareable()
Peter Crosthwaite
2016-01-21
1
-0
/
+18
*
memory: try to inline constant-length reads
Paolo Bonzini
2015-12-17
1
-17
/
+57
*
memory: inline a few small accessors
Paolo Bonzini
2015-12-17
1
-4
/
+18
*
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
2015-12-17
1
-0
/
+6
*
memory: avoid unnecessary object_ref/unref
Paolo Bonzini
2015-12-17
1
-0
/
+1
*
memory: reorder MemoryRegion fields
Paolo Bonzini
2015-12-17
1
-10
/
+14
*
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
2015-12-17
1
-2
/
+7
*
memory: Allow replay of IOMMU mapping notifications
David Gibson
2015-10-05
1
-0
/
+13
*
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
2015-08-13
1
-3
/
+11
*
memory: count number of active VGA logging clients
Paolo Bonzini
2015-07-24
1
-0
/
+1
*
Stop including qemu-common.h in memory.h
Peter Maydell
2015-07-06
1
-1
/
+0
*
memory: Add global-locking property to memory regions
Jan Kiszka
2015-07-01
1
-0
/
+26
*
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
2015-06-05
1
-2
/
+2
*
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
2015-06-05
1
-2
/
+4
*
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2015-06-05
1
-2
/
+14
*
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
2015-06-05
1
-2
/
+1
*
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
1
-0
/
+12
|
\
|
*
memory: add memory_region_ram_resize
Paolo Bonzini
2015-04-27
1
-0
/
+12
*
|
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
2015-04-26
1
-0
/
+67
*
|
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
1
-11
/
+20
*
|
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
1
-0
/
+31
*
|
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
2015-04-26
1
-0
/
+22
|
/
*
memory: protect current_map by RCU
Paolo Bonzini
2015-02-02
1
-0
/
+5
*
memory: API to allocate resizeable RAM MR
Michael S. Tsirkin
2015-01-08
1
-0
/
+24
[prev]
[next]