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-04-05
memory: check address space when a listener is registered
Julien Grall
1
-0
/
+5
2012-03-19
memory: print aliased IO ranges in info mtree
Blue Swirl
1
-7
/
+7
2012-03-08
memory: get rid of cpu_register_io_memory()
Avi Kivity
1
-4
/
+1
2012-03-08
memory: dispatch directly via MemoryRegion
Avi Kivity
1
-4
/
+4
2012-03-05
memory: fix I/O port aliases
Avi Kivity
1
-6
/
+20
2012-02-29
memory: support stateless memory listeners
Avi Kivity
1
-0
/
+5
2012-02-29
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
1
-6
/
+39
2012-02-29
memory: drop AddressSpaceOps
Avi Kivity
1
-54
/
+2
2012-02-29
memory: use a MemoryListener for core memory map updates too
Avi Kivity
1
-26
/
+1
2012-02-29
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
Avi Kivity
1
-2
/
+2
2012-02-29
memory: add a readonly attribute to MemoryRegionSection
Avi Kivity
1
-0
/
+5
2012-02-29
memory: move ioeventfd ops to MemoryListener
Avi Kivity
1
-56
/
+18
2012-02-29
memory: code motion: move MEMORY_LISTENER_CALL()
Avi Kivity
1
-32
/
+32
2012-02-29
memory: switch memory listeners to a QTAILQ
Avi Kivity
1
-21
/
+49
2012-02-29
memory: add shorthand for invoking a callback on all listeners
Avi Kivity
1
-35
/
+19
2012-02-29
memory: remove memory_region_set_offset()
Avi Kivity
1
-16
/
+10
2012-02-11
memory-region: Report if region is read-only or write-only on info mtree
Jan Kiszka
1
-3
/
+11
2012-02-04
memory: change dirty getting API to take a size
Blue Swirl
1
-2
/
+3
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
1
-2
/
+3
2012-01-19
memory: Introduce memory_region_init_reservation
Jan Kiszka
1
-0
/
+36
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2012-01-08
memory: Fix adjust_endianness()
Andreas Färber
1
-0
/
+1
2012-01-08
memory: Fix memory_region_wrong_endianness()
Andreas Färber
1
-1
/
+1
2012-01-04
Drop IO_MEM_ROMD
Avi Kivity
1
-2
/
+3
2012-01-04
Remove IO_MEM_SUBPAGE
Avi Kivity
1
-0
/
+1
2012-01-04
Direct dispatch through MemoryRegion
Avi Kivity
1
-82
/
+40
2012-01-04
Switch cpu_register_physical_memory_log() to use MemoryRegions
Avi Kivity
1
-27
/
+15
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
[next]