index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
/
memory.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
memory.h: Fix typo in documentation comment
Peter Maydell
2018-06-01
1
-1
/
+1
*
|
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+1
*
|
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-3
/
+4
*
|
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
*
|
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+3
*
|
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
*
|
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+3
*
|
memory.h: Improve IOMMU related documentation
Peter Maydell
2018-05-31
1
-10
/
+95
|
/
*
exec: reintroduce MemoryRegion caching
Paolo Bonzini
2018-05-09
1
-5
/
+53
*
exec: move memory access declarations to a common header, inline *_phys funct...
Paolo Bonzini
2018-05-09
1
-109
/
+44
*
address_space_read: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
1
-15
/
+10
*
memory: inline some performance-sensitive accessors
Paolo Bonzini
2018-03-06
1
-1
/
+21
*
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-19
1
-0
/
+23
*
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
2018-02-13
1
-11
/
+0
*
memory: remove memory_region_test_and_clear_dirty
Paolo Bonzini
2018-02-13
1
-21
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-02-07
1
-12
/
+15
|
\
|
*
memory: update comments and fix some typos
Jay Zhou
2018-02-05
1
-12
/
+15
*
|
memory/iommu: Add get_attr()
Alexey Kardashevskiy
2018-02-06
1
-0
/
+22
|
/
*
hostmem-file: add "align" option
Haozhong Zhang
2018-01-19
1
-0
/
+3
*
memory: remove unused memory_region_set_global_locking()
Marc-André Lureau
2017-12-18
1
-12
/
+0
*
memory: trace FlatView creation and destruction
Paolo Bonzini
2017-09-22
1
-1
/
+0
*
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
2017-09-22
1
-19
/
+0
*
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-21
1
-1
/
+2
*
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
1
-16
/
+35
*
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
1
-2
/
+0
*
memory: Open code FlatView rendering
Alexey Kardashevskiy
2017-09-21
1
-1
/
+0
*
memory.h: Move MemTxResult type to memattrs.h
Peter Maydell
2017-09-04
1
-10
/
+0
*
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
2017-07-14
1
-0
/
+88
*
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
2017-07-14
1
-16
/
+24
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-7
/
+8
*
memory: Document that the RAM MR initializers do not handle migration
Peter Maydell
2017-07-14
1
-0
/
+19
*
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-10
/
+35
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-20
/
+35
*
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
2017-06-27
1
-0
/
+35
*
memory: remove memory_region_set_fd
Marc-André Lureau
2017-06-15
1
-11
/
+0
*
Add memory_region_init_ram_from_fd()
Marc-André Lureau
2017-06-15
1
-0
/
+20
*
trivial: Remove unneeded ifndef in memory.h
Juan Quintela
2017-06-04
1
-2
/
+0
*
memory: remove the last param in memory_region_iommu_replay()
Peter Xu
2017-05-25
1
-4
/
+1
*
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-25
1
-2
/
+8
*
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann
2017-04-24
1
-0
/
+47
*
intel_iommu: provide its own replay() callback
Peter Xu
2017-04-20
1
-0
/
+2
*
memory: add MemoryRegionIOMMUOps.replay() callback
Peter Xu
2017-04-20
1
-0
/
+2
*
memory: introduce memory_region_notify_one()
Peter Xu
2017-04-20
1
-0
/
+15
*
memory: provide iommu_replay_all()
Peter Xu
2017-04-20
1
-0
/
+8
*
memory: provide IOMMU_NOTIFIER_FOREACH macro
Peter Xu
2017-04-20
1
-0
/
+3
*
memory: add section range info for IOMMU notifier
Peter Xu
2017-04-20
1
-1
/
+18
*
exec: revert MemoryRegionCache
Paolo Bonzini
2017-04-03
1
-6
/
+4
*
memory_region: Fix name comments
Dr. David Alan Gilbert
2017-03-14
1
-6
/
+12
*
virtio: use MemoryRegionCache to access descriptors
Paolo Bonzini
2017-02-17
1
-0
/
+2
*
memory: hmp: add "-f" for "info mtree"
Peter Xu
2017-01-27
1
-1
/
+1
[prev]
[next]