Age | Commit message (Expand) | Author |
2018-10-17 | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth |
2018-10-02 | hostmem-file: make available memory-backend-file on POSIX-based hosts | Hikaru Nishida |
2018-08-21 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-08-14 | accel/tcg: Check whether TLB entry is RAM consistently with how we set it up | Peter Maydell |
2018-08-10 | hostmem-file: add the 'pmem' option | Junyan He |
2018-08-10 | memory, exec: switch file ram allocation functions to 'flags' parameters | Junyan He |
2018-08-10 | memory, exec: Expose all memory block related flags. | Junyan He |
2018-07-02 | tcg: simplify !CONFIG_TCG handling of tb_invalidate_* | Paolo Bonzini |
2018-07-02 | tcg: Fix --disable-tcg build breakage | Philippe Mathieu-Daudé |
2018-06-28 | exec: check that alignment is a power of two | David Hildenbrand |
2018-06-28 | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini |
2018-06-28 | exec: Fix MAP_RAM for cached access | Eric Auger |
2018-06-27 | postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() | David Hildenbrand |
2018-06-22 | tcg: fix --disable-tcg build breakage | Emilio G. Cota |
2018-06-15 | tcg: remove tb_lock | Emilio G. Cota |
2018-06-15 | exec.c: Handle IOMMUs in address_space_translate_for_iotlb() | Peter Maydell |
2018-06-15 | iommu: Add IOMMU index argument to translate method | Peter Maydell |
2018-06-15 | exec.c: Use stn_p() and ldn_p() instead of explicit switches | Peter Maydell |
2018-06-15 | exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read() | Peter Maydell |
2018-06-15 | cputlb: Pass cpu_transaction_failed() the correct physaddr | Peter Maydell |
2018-06-04 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i... | Peter Maydell |
2018-06-04 | migration: discard non-migratable RAMBlocks | Cédric Le Goater |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-01 | exec.c: Initialize sa_flags passed to sigaction() | Peter Maydell |
2018-05-31 | Make address_space_translate_iommu take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make flatview_do_translate() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_get_iotlb_entry() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make flatview_translate() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make flatview_access_valid() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make MemoryRegion valid.accepts callback take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make memory_region_access_valid() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make flatview_extend_translation() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_access_valid() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_map() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make address_space_translate{, _cached}() take a MemTxAttrs argument | Peter Maydell |
2018-05-31 | Make tb_invalidate_phys_addr() take a MemTxAttrs argument | Peter Maydell |
2018-05-09 | exec: reintroduce MemoryRegion caching | Paolo Bonzini |
2018-05-09 | exec: extract address_space_translate_iommu, fix page_mask corner case | Paolo Bonzini |
2018-05-09 | exec: small changes to flatview_do_translate | Paolo Bonzini |
2018-04-27 | Add host_memory_backend_pagesize() helper | David Gibson |
2018-04-27 | Make qemu_mempath_getpagesize() accept NULL | David Gibson |
2018-04-02 | exec: fix memory leak in find_max_supported_pagesize() | Greg Kurz |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-20 | postcopy: use UFFDIO_ZEROPAGE only when available | Dr. David Alan Gilbert |
2018-03-20 | qemu_ram_block_host_offset | Dr. David Alan Gilbert |
2018-03-20 | migrate: Update ram_block_discard_range for shared | Dr. David Alan Gilbert |
2018-03-19 | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov |
2018-03-09 | memory: fix flatview_access_valid RCU read lock/unlock imbalance | Paolo Bonzini |
2018-03-06 | address_space_rw: address_space_to_flatview needs RCU lock | Paolo Bonzini |
2018-03-06 | address_space_map: address_space_to_flatview needs RCU lock | Paolo Bonzini |