aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory-internal.h
AgeCommit message (Expand)Author
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-05-31Make memory_region_access_valid() take a MemTxAttrs argumentPeter Maydell
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-03-06memory: inline some performance-sensitive accessorsPaolo Bonzini
2018-02-05memory-internal.h: Remove obsolete claim that header is obsoletePeter Maydell
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy
2017-09-21memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela
2014-01-13memory: make sure that client is always inside rangeJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: set single dirty flags when possibleJuan Quintela
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela
2014-01-13exec: create function to get a single dirty bitJuan Quintela
2014-01-13memory: create function to set a single dirty bitJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-06-20memory: move private types to exec.cPaolo Bonzini
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini