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
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
memory: hmp: add "-f" for "info mtree"
Peter Xu
1
-1
/
+40
2017-01-27
memory: tune mtree_print_mr() to dump mr type
Peter Xu
1
-21
/
+27
2017-01-10
memory: handle alias for iommu notifier
Jason Wang
1
-0
/
+9
2016-10-31
memory: Don't use memcpy for ram_device regions
Alex Williamson
1
-0
/
+67
2016-10-31
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
1
-4
/
+9
2016-10-24
memory: optimize memory_region_sync_dirty_bitmap
Paolo Bonzini
1
-3
/
+15
2016-10-24
memory: optimize memory_global_dirty_log_sync
Paolo Bonzini
1
-3
/
+5
2016-10-24
memory: add a per-AddressSpace list of listeners
Paolo Bonzini
1
-24
/
+28
2016-10-24
memory: eliminate global MemoryListeners
Paolo Bonzini
1
-17
/
+6
2016-09-27
migration: sync all address spaces
Paolo Bonzini
1
-13
/
+33
2016-09-27
memory: introduce IOMMUOps.notify_flag_changed
Peter Xu
1
-8
/
+21
2016-09-27
memory: introduce IOMMUNotifier and its caps
Peter Xu
1
-9
/
+28
2016-09-14
memory: remove memory_region_destructor_rom_device
Paolo Bonzini
1
-6
/
+1
2016-07-04
memory: Assert that memory_region_init_rom_device() ops aren't NULL
Peter Maydell
1
-0
/
+1
2016-07-04
memory: Provide memory_region_init_rom()
Peter Maydell
1
-0
/
+15
2016-06-30
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
1
-1
/
+9
2016-06-22
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
1
-3
/
+13
2016-05-29
exec: hide mr->ram_addr from qemu_get_ram_ptr users
Paolo Bonzini
1
-2
/
+2
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-2
/
+12
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
1
-4
/
+17
2016-05-29
Revert "memory: Drop FlatRange.romd_mode"
Paolo Bonzini
1
-0
/
+4
2016-05-23
memory: remove unnecessary masking of MemoryRegion ram_addr
Paolo Bonzini
1
-3
/
+2
2016-05-23
memory: Drop FlatRange.romd_mode
Fam Zheng
1
-4
/
+0
2016-05-23
memory: Remove code for mr->may_overlap
Fam Zheng
1
-35
/
+0
2016-05-23
memory: drop find_ram_block()
Gonglei
1
-1
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-14
trace: separate MMIO tracepoints from TB-access tracepoints
Hollis Blanchard
1
-0
/
+30
2016-03-14
trace: include CPU index in trace_memory_region_*()
Hollis Blanchard
1
-12
/
+20
2016-03-07
exec: Pass RAMBlock pointer to qemu_ram_free
Fam Zheng
1
-2
/
+2
2016-03-07
memory: Drop MemoryRegion.ram_addr
Fam Zheng
1
-44
/
+27
2016-03-07
memory: Implement memory_region_get_ram_addr with mr->ram_block
Fam Zheng
1
-0
/
+5
2016-03-07
memory: Move assignment to ram_block to memory_region_init_*
Fam Zheng
1
-0
/
+5
2016-03-07
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
1
-5
/
+20
2016-03-01
trace: use addresses instead of offsets in memory tracepoints
Hollis Blanchard
1
-12
/
+32
2016-03-01
trace: split subpage MMIOs into their own trace events.
Hollis Blanchard
1
-6
/
+30
2016-02-25
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
1
-1
/
+1
2016-02-25
exec: store RAMBlock pointer into memory region
Gonglei
1
-0
/
+1
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-8
/
+10
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-4
/
+4
2016-02-04
all: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-21
memory: Add address_space_init_shareable()
Peter Crosthwaite
1
-0
/
+27
2015-12-17
memory: inline a few small accessors
Paolo Bonzini
1
-20
/
+0
2015-12-17
memory: avoid unnecessary object_ref/unref
Paolo Bonzini
1
-16
/
+12
2015-12-17
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
1
-4
/
+10
2015-12-17
memory: emulate ioeventfd
Pavel Fedin
1
-0
/
+42
2015-12-17
memory: Eliminate memory_region_destructor_ram_from_ptr()
Eduardo Habkost
1
-6
/
+1
2015-12-17
exec: Eliminate qemu_ram_free_from_ptr()
Eduardo Habkost
1
-1
/
+1
2015-11-12
memory: don't try to adjust endianness for zero length eventfd
Jason Wang
1
-2
/
+6
2015-11-04
memory: call begin, log_start and commit when registering a new listener
Paolo Bonzini
1
-0
/
+9
[next]