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
/
softmmu
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-29
memory: Make memory_region_readd_subregion() properly handle mapped aliases
David Hildenbrand
1
-2
/
+1
2022-02-16
memory: Fix qemu crash on starting dirty log twice with stopped VM
Peter Xu
1
-16
/
+45
2022-01-18
memory: Fix incorrect calls of log_global_start/stop
Peter Xu
1
-13
/
+14
2022-01-18
memory: Make memory_region_is_mapped() succeed when mapped via an alias
David Hildenbrand
1
-1
/
+12
2022-01-18
memory: Have 'info mtree' remove duplicated Address Space information
Philippe Mathieu-Daudé
1
-3
/
+60
2022-01-18
memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
Philippe Mathieu-Daudé
1
-34
/
+43
2022-01-18
memory: Directly dispatch alias accesses on origin memory region
Philippe Mathieu-Daudé
1
-0
/
+10
2021-11-01
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
1
-0
/
+11
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
1
-11
/
+21
2021-10-13
memory: Log access direction for invalid accesses
BALATON Zoltan
1
-10
/
+10
2021-09-30
memory: Add tracepoint for dirty sync
Peter Xu
1
-0
/
+2
2021-09-30
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
1
-0
/
+5
2021-07-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
1
-4
/
+8
2021-07-09
memory: Display MemoryRegion name in read/write ops trace events
Philippe Mathieu-Daudé
1
-4
/
+8
2021-07-08
memory: Helpers to copy/free a MemoryRegionSection
David Hildenbrand
1
-0
/
+27
2021-07-08
memory: Introduce RamDiscardManager for RAM memory regions
David Hildenbrand
1
-0
/
+71
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand
1
-2
/
+2
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
1
-9
/
+9
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
1
-4
/
+3
2021-05-26
memory: Introduce log_sync_global() to memory listener
Peter Xu
1
-10
/
+23
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-23
memory: Add offset_in_region to flatview_cb arguments
Peter Maydell
1
-1
/
+3
2021-03-16
fuzz: move some DMA hooks
Alexander Bulekov
1
-1
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-09
exec/memory: Use struct Object typedef
Philippe Mathieu-Daudé
1
-6
/
+6
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
1
-1
/
+2
2021-02-08
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
1
-3
/
+2
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
1
-1
/
+1
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
1
-2
/
+5
2020-12-15
memory: allow creating MemoryRegions before accelerators
Paolo Bonzini
1
-6
/
+6
2020-12-08
memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
Eugenio Pérez
1
-2
/
+9
2020-12-08
memory: Add IOMMUTLBEvent
Eugenio Pérez
1
-11
/
+9
2020-12-08
memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
Eugenio Pérez
1
-3
/
+3
2020-11-23
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
1
-2
/
+9
2020-11-16
memory: Skip dirty tracking for un-migratable memory regions
Zenghui Yu
1
-1
/
+4
2020-11-03
softmmu/memory: fix memory_region_ioeventfd_equal()
Elena Afanasova
1
-2
/
+9
2020-11-03
memory: Add interface to set iommu page size mask
Bharat Bhushan
1
-0
/
+13
2020-11-01
memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
Kirti Wankhede
1
-1
/
+1
2020-10-26
fuzz: Add fuzzer callbacks to DMA-read functions
Alexander Bulekov
1
-0
/
+1
2020-10-26
fuzz: Declare DMA Read callback function
Alexander Bulekov
1
-0
/
+13
2020-10-24
memory: Add FlatView foreach function
Alexander Bulekov
1
-0
/
+13
2020-10-13
softmmu/memory: Log invalid memory accesses
Philippe Mathieu-Daudé
1
-0
/
+16
2020-09-30
exec: Remove MemoryRegion::global_locking field
Philippe Mathieu-Daudé
1
-6
/
+0
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-3
/
+3
2020-09-09
softmmu: Add missing trace-events file
Philippe Mathieu-Daudé
1
-1
/
+1
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-1
/
+1
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-1
/
+1
2020-07-10
softmmu: move softmmu only files from root
Claudio Fontana
1
-0
/
+3250