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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
exec
/
memory.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-05
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
1
-2
/
+2
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
1
-2
/
+4
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
1
-2
/
+14
2015-06-05
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
1
-2
/
+1
2015-04-30
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
1
-1
/
+3
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+12
2015-04-27
memory: add memory_region_ram_resize
Paolo Bonzini
1
-0
/
+12
2015-04-26
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
1
-0
/
+67
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
1
-11
/
+20
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
1
-0
/
+31
2015-04-26
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
1
-0
/
+22
2015-02-02
memory: protect current_map by RCU
Paolo Bonzini
1
-0
/
+5
2015-01-08
memory: API to allocate resizeable RAM MR
Michael S. Tsirkin
1
-0
/
+24
2015-01-08
memory: add memory_region_set_size
Michael S. Tsirkin
1
-0
/
+10
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
1
-0
/
+2
2014-10-31
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
1
-0
/
+19
2014-09-09
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
1
-1
/
+3
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+3
2014-08-28
iommu: add is_write as a parameter to the translate function of MemoryRegionI...
Le Tan
1
-1
/
+1
2014-08-19
Revert "memory: Use canonical path component as the name"
Peter Maydell
1
-0
/
+1
2014-08-18
memory: Use canonical path component as the name
Peter Crosthwaite
1
-1
/
+0
2014-08-18
memory: constify memory_region_name
Peter Crosthwaite
1
-1
/
+1
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-9
/
+0
2014-07-01
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
1
-1
/
+1
2014-07-01
memory: MemoryRegion: replace owner field with QOM parent
Paolo Bonzini
1
-1
/
+0
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
1
-0
/
+6
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-0
/
+2
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
1
-0
/
+10
2014-06-19
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
1
-1
/
+4
2014-06-19
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
1
-0
/
+18
2014-06-19
memory: add memory_region_is_mapped() API
Igor Mammedov
1
-0
/
+8
2014-06-18
memory: MemoryRegion: rename parent to container
Paolo Bonzini
1
-10
/
+10
2014-05-07
docs/memory.txt: Fix document on MMIO operations
Fam Zheng
1
-1
/
+1
2014-03-09
memory_region_present: return false if address is not found in child MemoryRe...
Igor Mammedov
1
-3
/
+3
2014-02-11
memory: Add MemoryListener to typedefs.h
Edgar E. Iglesias
1
-2
/
+0
2014-01-13
memory: split dirty bitmap into three
Juan Quintela
1
-5
/
+5
2014-01-13
memory: use bit 2 for migration
Juan Quintela
1
-1
/
+2
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
1
-3
/
+0
2013-10-14
memory: Change MemoryRegion priorities from unsigned to signed
Marcel Apfelbaum
1
-2
/
+2
2013-07-04
exec: separate current radix tree from the one being built
Paolo Bonzini
1
-0
/
+1
2013-07-04
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
1
-0
/
+2
2013-07-04
memory: move MemoryListener declaration earlier
Paolo Bonzini
1
-33
/
+33
2013-07-04
memory: introduce memory_region_present
Paolo Bonzini
1
-0
/
+12
2013-07-04
memory: add ref/unref
Paolo Bonzini
1
-0
/
+30
2013-07-04
memory: add getter for owner
Paolo Bonzini
1
-0
/
+7
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-0
/
+17
2013-07-04
ioport: Move portio types to ioport.h
Jan Kiszka
1
-13
/
+0
2013-07-04
ioport: Remove unused old dispatching services
Jan Kiszka
1
-9
/
+0
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
1
-4
/
+1
2013-06-28
hwaddr: Make hwaddr type usable beyond softmmu
Andreas Färber
1
-0
/
+2
[next]