summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* target-i386: introduce cpu_get_mem_attrsPaolo Bonzini2015-06-051-1/+3
* memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi2015-06-051-3/+3
* memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi2015-06-051-23/+10
* migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi2015-06-051-0/+44
* memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi2015-06-051-7/+9
* memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini2015-06-051-3/+5
* exec: only check relevant bitmaps for cleanlinessPaolo Bonzini2015-06-051-7/+18
* exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini2015-06-051-5/+5
* exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini2015-06-051-17/+16
* cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini2015-06-051-2/+1
* exec: move functions to translate-all.hPaolo Bonzini2015-06-051-5/+1
* ram_addr: tweaks to xen_modified_memoryPaolo Bonzini2015-06-051-1/+2
* memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini2015-06-051-2/+2
* memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-2/+4
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-2/+14
* memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini2015-06-051-2/+1
* softmmu: support up to 12 MMU modesPaolo Bonzini2015-06-032-8/+131
* Add stream ID to MSI writePavel Fedin2015-05-311-0/+2
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-302-1/+14
|\
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+12
| * dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng2015-04-271-1/+2
* | target-arm: Add user-mode transaction attributePeter Maydell2015-04-261-0/+2
* | target-arm: Honour NS bits in page tablesPeter Maydell2015-04-261-0/+2
* | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-261-0/+67
* | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-11/+20
* | Add MemTxAttrs to the IOTLBPeter Maydell2015-04-262-0/+5
* | Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell2015-04-261-2/+11
* | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-262-4/+31
* | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-262-0/+63
|/
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-2/+2
* pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang2015-03-041-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-02-243-8/+12
|\
| * Convert ram_list to RCUMike Day2015-02-161-4/+2
| * exec: convert ram_list to QLISTMike Day2015-02-161-2/+2
| * cosmetic changes preparing for the following patchesMike Day2015-02-161-0/+1
| * exec: protect mru_block with RCUPaolo Bonzini2015-02-161-0/+2
| * exec: RCUify AddressSpaceDispatchPaolo Bonzini2015-02-161-0/+1
| * exec: make iotlb RCU-friendlyPaolo Bonzini2015-02-162-2/+3
| * exec: introduce cpu_reload_memory_mapPaolo Bonzini2015-02-161-0/+1
* | tcg: Put opcodes in a linked listRichard Henderson2015-02-121-6/+16
* | tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-0/+2
|/
* memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini2015-02-101-0/+1
* cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell2015-02-051-3/+25
* memory: protect current_map by RCUPaolo Bonzini2015-02-021-0/+5
* cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell2015-01-201-4/+8
* cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2015-01-202-37/+22
* cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell2015-01-201-53/+1
* cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell2015-01-201-23/+0
* cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell2015-01-201-3/+3
OpenPOWER on IntegriCloud