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
2020-03-17
memory: Simplify memory_region_init_rom_nomigrate() to ease review
Philippe Mathieu-Daudé
1
-12
/
+1
2020-03-17
memory: Correctly return alias region type
Philippe Mathieu-Daudé
1
-0
/
+3
2020-03-16
qom/object: Use common get/set uint helpers
Felipe Franciosi
1
-13
/
+2
2020-02-25
memory: batch allocate ioeventfds[] in address_space_update_ioeventfds()
Stefan Hajnoczi
1
-3
/
+15
2020-01-30
memory.c: Use trace_event_get_state_backends()
Peter Maydell
1
-4
/
+4
2020-01-24
accel: Replace current_machine->accelerator by current_accel() wrapper
Philippe Mathieu-Daudé
1
-1
/
+1
2019-12-17
memory: do not look at current_machine->accel
Paolo Bonzini
1
-4
/
+1
2019-12-16
Memory: Enable writeback for given memory region
Beata Michalska
1
-0
/
+12
2019-11-11
Remove unassigned_access CPU hook
Peter Maydell
1
-7
/
+0
2019-10-11
rcu: Use automatic rc_read unlock in core memory/exec code
Dr. David Alan Gilbert
1
-10
/
+5
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
1
-11
/
+20
2019-09-25
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
1
-16
/
+0
2019-09-25
exec: Adjust notdirty tracing
Richard Henderson
1
-4
/
+0
2019-09-16
memory: inline and optimize devend_memop
Paolo Bonzini
1
-18
/
+0
2019-09-04
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
Peter Maydell
1
-23
/
+35
2019-09-03
memory: Single byte swap along the I/O path
Tony Nguyen
1
-21
/
+12
2019-09-03
memory: Access MemoryRegion with endianness
Tony Nguyen
1
-0
/
+18
2019-09-03
memory: Access MemoryRegion with MemOp
Tony Nguyen
1
-2
/
+5
2019-09-03
memory: Remove unused memory_region_iommu_replay_all()
Eric Auger
1
-9
/
+0
2019-08-21
memory: Fix up memory_region_{add|del}_coalescing
Peter Xu
1
-19
/
+17
2019-08-21
memory: Remove has_coalesced_range counter
Peter Xu
1
-14
/
+0
2019-08-21
memory: Split zones when do coalesced_io_del()
Peter Xu
1
-14
/
+35
2019-08-21
memory: Refactor memory_region_clear_coalescing
Peter Xu
1
-5
/
+5
2019-08-20
memory: fix race between TCG and accesses to dirty bitmap
Paolo Bonzini
1
-1
/
+9
2019-08-20
memory: assert on out of scope notification
Yan Zhao
1
-2
/
+4
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
memory: Fix type of IOMMUMemoryRegionClass member @parent_class
Markus Armbruster
1
-0
/
+1
2019-07-19
hmp: Print if memory section is registered with an accelerator
Alexey Kardashevskiy
1
-0
/
+22
2019-07-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+4
2019-07-15
memory: Introduce memory listener hook log_clear()
Peter Xu
1
-0
/
+51
2019-07-15
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu
1
-2
/
+1
2019-07-15
memory: Don't set migration bitmap when without migration
Peter Xu
1
-1
/
+1
2019-07-15
memory: unref the memory region in simplify flatview
King Wang
1
-1
/
+4
2019-07-02
spapr_pci: Unregister listeners before destroying the IOMMU address space
Greg Kurz
1
-0
/
+7
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
1
-1
/
+1
2019-06-03
memory: Remove memory_region_get_dirty()
Peter Xu
1
-8
/
+0
2019-05-17
memory: correct the comment to DIRTY_MEMORY_MIGRATION
Wei Yang
1
-2
/
+2
2019-04-18
memory: Clean up how mtree_info() prints
Markus Armbruster
1
-81
/
+75
2019-03-18
memory: Fix the memory region type assignment order
Singh, Brijesh
1
-1
/
+8
2019-03-11
memory: Do not update coalesced IO range in the case of NOP
Jagannathan Raman
1
-4
/
+1
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-11
/
+6
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2019-01-11
memory: update coalesced_range on transaction_commit
Paolo Bonzini
1
-4
/
+16
2019-01-11
memory: avoid unnecessary coalesced_io_del operations
Paolo Bonzini
1
-0
/
+11
2019-01-11
memory: extract flat_range_coalesced_io_{del,add}
Paolo Bonzini
1
-24
/
+29
2018-11-06
memory: learn about non-volatile memory region
Marc-André Lureau
1
-10
/
+35
2018-10-19
target-i386 : add coalesced_pio API
Peng Hao
1
-2
/
+2
2018-10-02
memory: Remove old_mmio accessors
Peter Maydell
1
-61
/
+2
[next]