aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini
2015-05-31Add stream ID to MSI writePavel Fedin
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng
2015-04-26target-arm: Add user-mode transaction attributePeter Maydell
2015-04-26target-arm: Honour NS bits in page tablesPeter Maydell
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
2015-04-26Add MemTxAttrs to the IOTLBPeter Maydell
2015-04-26Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-04-26memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-04pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-02-16exec: protect mru_block with RCUPaolo Bonzini
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini
2015-02-12tcg: Put opcodes in a linked listRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini
2015-02-05cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell
2015-02-02memory: protect current_map by RCUPaolo Bonzini
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedpull-misc-20150120Peter Maydell
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell
2015-01-20cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell
2015-01-20cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin