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
2015-02-02
memory: protect current_map by RCU
Paolo Bonzini
1
-31
/
+23
2015-02-02
memory: remove assertion on memory_region_destroy
Jan Kiszka
1
-1
/
+0
2015-01-08
memory: API to allocate resizeable RAM MR
Michael S. Tsirkin
1
-0
/
+17
2015-01-08
memory: add memory_region_set_size
Michael S. Tsirkin
1
-0
/
+16
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
1
-0
/
+5
2014-10-31
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
1
-0
/
+10
2014-09-09
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
1
-2
/
+3
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-2
/
+3
2014-09-09
exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
Hu Tao
1
-3
/
+6
2014-09-04
memory: Remove object_property_add_child_array()
Peter Crosthwaite
1
-25
/
+5
2014-08-28
memory: Lazy init name from QOM name as needed
Peter Crosthwaite
1
-0
/
+4
2014-08-19
Revert "memory: Use canonical path component as the name"
Peter Maydell
1
-1
/
+3
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-20
/
+8
2014-08-18
mtree: remove write-only field
Paolo Bonzini
1
-7
/
+3
2014-08-18
memory: Use canonical path component as the name
Peter Crosthwaite
1
-3
/
+1
2014-08-18
memory: Use memory_region_name for name access
Peter Crosthwaite
1
-4
/
+4
2014-08-18
memory: constify memory_region_name
Peter Crosthwaite
1
-1
/
+1
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-5
/
+0
2014-08-18
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
1
-1
/
+0
2014-08-15
memory: Update obsolete comment about AddrRange field type
Fam Zheng
1
-2
/
+1
2014-07-01
memory: MemoryRegion: Add size property
Peter Crosthwaite
1
-0
/
+13
2014-07-01
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
1
-0
/
+24
2014-07-01
memory: MemoryRegion: Add container and addr props
Peter Crosthwaite
1
-0
/
+46
2014-07-01
memory: MemoryRegion: replace owner field with QOM parent
Paolo Bonzini
1
-10
/
+25
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
1
-20
/
+101
2014-07-01
memory: MemoryRegion: use /machine as default owner
Paolo Bonzini
1
-1
/
+1
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-1
/
+2
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
1
-0
/
+11
2014-06-19
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
1
-2
/
+3
2014-06-19
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
1
-5
/
+16
2014-06-19
memory: reorganize file-based allocation
Paolo Bonzini
1
-1
/
+6
2014-06-19
memory: add memory_region_is_mapped() API
Igor Mammedov
1
-1
/
+9
2014-06-18
memory: Don't call memory_region_update_coalesced_range if nothing changed
Fam Zheng
1
-1
/
+6
2014-06-18
memory: MemoryRegion: rename parent to container
Paolo Bonzini
1
-20
/
+20
2014-06-17
memory: MemoryRegion: factor out memory region re-adder
Peter Crosthwaite
1
-10
/
+16
2014-06-17
memory: MemoryRegion: factor out subregion add functionality
Peter Crosthwaite
1
-6
/
+12
2014-06-17
memory: Simplify mr_add_subregion() if-else
Peter Crosthwaite
1
-7
/
+1
2014-06-17
memory: Don't update all memory region when ioeventfd changed
Gonglei
1
-10
/
+23
2014-05-30
memory: Sanity check that no listeners remain on a destroyed AddressSpace
David Gibson
1
-0
/
+7
2014-03-09
memory_region_present: return false if address is not found in child MemoryRe...
Igor Mammedov
1
-1
/
+1
2014-01-13
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
1
-0
/
+1
2014-01-13
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
1
-6
/
+2
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
1
-6
/
+4
2014-01-13
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
Juan Quintela
1
-1
/
+1
2014-01-13
memory: cpu_physical_memory_set_dirty_range() return void
Juan Quintela
1
-1
/
+1
2013-12-11
memory.c: bugfix - ref counting mismatch in memory_region_find
Marcel Apfelbaum
1
-0
/
+1
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-2
/
+2
2013-10-17
memory: fix 128 arithmetic in info mtree
Alexey Kardashevskiy
1
-1
/
+3
2013-10-14
memory: Change MemoryRegion priorities from unsigned to signed
Marcel Apfelbaum
1
-2
/
+2
2013-09-05
Revert "memory: Return -1 again on reads from unsigned regions"
Jan Kiszka
1
-1
/
+1
[prev]
[next]