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
2012-01-04
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions
Avi Kivity
1
-4
/
+3
2012-01-04
Avoid range comparisons on io index types
Avi Kivity
1
-1
/
+2
2012-01-04
memory: remove MemoryRegion::backend_registered
Avi Kivity
1
-22
/
+4
2012-01-04
memory: move mmio access to functions
Avi Kivity
1
-0
/
+13
2012-01-04
memory: move endianness compensation to memory core
Avi Kivity
1
-6
/
+31
2012-01-04
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
1
-0
/
+2
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-6
/
+3
2012-01-04
memory: introduce memory_region_name()
Avi Kivity
1
-0
/
+5
2012-01-03
memory: remove CPUPhysMemoryClient
Avi Kivity
1
-12
/
+0
2011-12-20
memory: temporarily add memory_region_get_ram_addr()
Avi Kivity
1
-0
/
+6
2011-12-20
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
Avi Kivity
1
-3
/
+3
2011-12-20
memory: add API for observing updates to the physical memory map
Avi Kivity
1
-0
/
+93
2011-12-20
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
Avi Kivity
1
-0
/
+4
2011-12-20
memory: introduce memory_region_find()
Avi Kivity
1
-0
/
+62
2011-12-20
memory: add memory_region_is_logging()
Avi Kivity
1
-0
/
+5
2011-12-20
memory: add memory_region_is_rom()
Avi Kivity
1
-0
/
+5
2011-12-20
memory: add memory_region_is_ram()
Avi Kivity
1
-0
/
+8
2011-12-19
Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into staging
Anthony Liguori
1
-0
/
+3
2011-12-19
Merge remote-tracking branch 'qemu-kvm/memory/xen' into staging
Anthony Liguori
1
-3
/
+3
2011-12-19
memory: move obsolete exec.c functions to a private header
Avi Kivity
1
-0
/
+3
2011-12-19
memory, xen: pass MemoryRegion to xen_ram_alloc()
Avi Kivity
1
-3
/
+3
2011-12-05
memory: optimize empty transactions due to mutators
Avi Kivity
1
-1
/
+7
2011-12-05
memory: introduce memory_region_set_alias_offset()
Avi Kivity
1
-0
/
+14
2011-12-04
memory: introduce memory_region_set_address()
Avi Kivity
1
-0
/
+21
2011-12-04
memory: introduce memory_region_set_enabled()
Avi Kivity
1
-11
/
+29
2011-11-24
memory: add MemoryRegionOps::valid.accepts
Avi Kivity
1
-3
/
+9
2011-11-13
memory: fix 'info mtree' segfaults
Avi Kivity
1
-2
/
+2
2011-10-16
memory: use 128-bit integers for sizes and intermediates
Avi Kivity
1
-80
/
+113
2011-10-11
memory: Fix old portio word accesses
Jan Kiszka
1
-0
/
+10
2011-10-11
Introduce PortioList
Avi Kivity
1
-4
/
+4
2011-10-02
memory: Print regions in ascending order
Jan Kiszka
1
-6
/
+31
2011-10-02
memory: Do not print empty PIO root
Jan Kiszka
1
-3
/
+6
2011-10-02
memory: Print region priority
Jan Kiszka
1
-2
/
+4
2011-10-02
memory: simple memory tree printer
Blue Swirl
1
-0
/
+91
2011-09-25
memory: implement memory_region_set_readonly()
Avi Kivity
1
-7
/
+22
2011-09-18
memory: fix subregion collision warning
Michael Walle
1
-5
/
+8
2011-09-14
Fix subtle integer overflow bug in memory API
David Gibson
1
-2
/
+2
2011-08-30
memory: Fix memory_region_get_ram_ptr for ROM devices
Jan Kiszka
1
-1
/
+1
2011-08-29
memory: fix rom_device I/O mode
Avi Kivity
1
-1
/
+1
2011-08-26
memory: add opaque parameter to memory_region_init_rom_device()
Avi Kivity
1
-0
/
+2
2011-08-25
memory: fix memory_region_init_rom_device() not initializing ->ops
Avi Kivity
1
-0
/
+1
2011-08-22
memory: Fix old_portio vs non-zero offset
Richard Henderson
1
-2
/
+2
2011-08-22
memory: temporarily suppress the subregion collision warning
Anthony Liguori
1
-0
/
+2
2011-08-21
memory: crack wide ioport accesses into smaller ones when needed
Avi Kivity
1
-2
/
+9
2011-08-21
memory: abstract cracking of write access ops into a function
Avi Kivity
1
-41
/
+68
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-11
/
+11
2011-08-12
memory: add API for creating ROM/device regions
Avi Kivity
1
-2
/
+44
2011-08-12
memory: reclaim resources when a memory region is destroyed for good
Avi Kivity
1
-0
/
+24
2011-08-05
memory: use signed arithmetic
Avi Kivity
1
-9
/
+14
2011-08-05
memory: synchronize dirty bitmap before unmapping a range
Avi Kivity
1
-0
/
+4
[prev]
[next]