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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
exec
/
memory.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
memory: learn about non-volatile memory region
Marc-André Lureau
1
-0
/
+25
2018-10-26
memory.h: fix typos in comments
Li Qiang
1
-3
/
+3
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
-5
/
+0
2018-10-02
hostmem-file: make available memory-backend-file on POSIX-based hosts
Hikaru Nishida
1
-1
/
+1
2018-08-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+29
2018-08-20
memory: Remove MMIO request_ptr APIs
Peter Maydell
1
-35
/
+0
2018-08-10
hostmem-file: add the 'pmem' option
Junyan He
1
-0
/
+4
2018-08-10
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He
1
-2
/
+5
2018-08-10
memory, exec: Expose all memory block related flags.
Junyan He
1
-0
/
+20
2018-06-28
memory/hmp: Print owners/parents in "info mtree"
Alexey Kardashevskiy
1
-1
/
+1
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
1
-1
/
+2
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
1
-1
/
+6
2018-06-15
iommu: Add IOMMU index concept to IOMMU API
Peter Maydell
1
-0
/
+55
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-23
/
+0
2018-06-01
memory: get rid of memory_region_init_reservation
Paolo Bonzini
1
-23
/
+0
2018-06-01
memory.h: Fix typo in documentation comment
Peter Maydell
1
-1
/
+1
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-31
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
1
-3
/
+4
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
memory.h: Improve IOMMU related documentation
Peter Maydell
1
-10
/
+95
2018-05-09
exec: reintroduce MemoryRegion caching
Paolo Bonzini
1
-5
/
+53
2018-05-09
exec: move memory access declarations to a common header, inline *_phys funct...
Paolo Bonzini
1
-109
/
+44
2018-03-06
address_space_read: address_space_to_flatview needs RCU lock
Paolo Bonzini
1
-15
/
+10
2018-03-06
memory: inline some performance-sensitive accessors
Paolo Bonzini
1
-1
/
+21
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
1
-0
/
+23
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
1
-11
/
+0
2018-02-13
memory: remove memory_region_test_and_clear_dirty
Paolo Bonzini
1
-21
/
+3
2018-02-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-12
/
+15
2018-02-06
memory/iommu: Add get_attr()
Alexey Kardashevskiy
1
-0
/
+22
2018-02-05
memory: update comments and fix some typos
Jay Zhou
1
-12
/
+15
2018-01-19
hostmem-file: add "align" option
Haozhong Zhang
1
-0
/
+3
2017-12-18
memory: remove unused memory_region_set_global_locking()
Marc-André Lureau
1
-12
/
+0
2017-09-22
memory: trace FlatView creation and destruction
Paolo Bonzini
1
-1
/
+0
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
1
-19
/
+0
2017-09-21
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
1
-1
/
+2
2017-09-21
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
1
-16
/
+35
2017-09-21
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
1
-2
/
+0
2017-09-21
memory: Open code FlatView rendering
Alexey Kardashevskiy
1
-1
/
+0
2017-09-04
memory.h: Move MemTxResult type to memattrs.h
Peter Maydell
1
-10
/
+0
2017-07-14
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
1
-0
/
+88
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
1
-16
/
+24
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-7
/
+8
2017-07-14
memory: Document that the RAM MR initializers do not handle migration
Peter Maydell
1
-0
/
+19
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
1
-10
/
+35
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
1
-20
/
+35
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
1
-0
/
+35
[next]