Age | Commit message (Expand) | Author |
2023-06-23 | softmmu: Introduce qemu_target_page_mask() helper | Philippe Mathieu-Daudé |
2023-06-13 | exec/memory: Introduce RAM_NAMED_FILE flag | Steve Sistare |
2023-06-06 | atomics: eliminate mb_read/mb_set | Paolo Bonzini |
2023-05-23 | hostmem-file: add offset option | Alexander Graf |
2023-05-15 | softmmu: Create qemu_target_pages_to_MiB() | Juan Quintela |
2023-03-28 | accel/tcg: Pass last not end to tb_invalidate_phys_range | Richard Henderson |
2023-03-20 | replace TABs with spaces | Yeqi Fu |
2023-03-09 | Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into staging | Peter Maydell |
2023-03-08 | memory: Dump HPA and access type of ramblocks | Ted Chen |
2023-03-07 | physmem: add missing memory barrier | Paolo Bonzini |
2023-02-28 | softmmu: Use memmove in flatview_write_continue | Akihiko Odaki |
2023-02-27 | softmmu: Extract watchpoint API from physmem.c | Philippe Mathieu-Daudé |
2023-01-20 | Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster |
2022-11-08 | memory: Fix wrong end address dump | Zhenzhong Duan |
2022-10-26 | exec/cpu-common: add qemu_ram_get_fd() | Stefan Hajnoczi |
2022-09-06 | accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c | Richard Henderson |
2022-08-26 | softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions | Thomas Huth |
2022-06-21 | softmmu: Always initialize xlat in address_space_translate_for_iotlb | Richard Henderson |
2022-06-15 | vfio-user: handle PCI BAR accesses | Jagannathan Raman |
2022-04-06 | include: move target page bits declaration to page-vary.h | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-03-21 | softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR | Philippe Mathieu-Daudé |
2022-03-21 | softmmu/physmem: Simplify flatview_write and address_space_access_valid | Philippe Mathieu-Daudé |
2022-03-08 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'... | Peter Maydell |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-06 | softmmu/physmem: Remove unnecessary include | Philippe Mathieu-Daudé |
2022-03-06 | exec: Make cpu_memory_rw_debug() target agnostic | Philippe Mathieu-Daudé |
2022-02-21 | include: Move qemu_madvise() and related #defines to new qemu/madvise.h | Peter Maydell |
2022-01-20 | exec/memory: Extract address_space_set() from dma_memory_set() | Philippe Mathieu-Daudé |
2021-11-29 | accel/tcg: suppress IRQ check for special TBs | Alex Bennée |
2021-11-02 | qapi: introduce x-query-ramblock QMP command | Daniel P. Berrangé |
2021-10-28 | softmmu: fix for "after access" watchpoints | Pavel Dovgalyuk |
2021-10-28 | softmmu: remove useless condition in watchpoint check | Pavel Dovgalyuk |
2021-10-28 | softmmu: fix watchpoint processing in icount mode | Pavel Dovgalyuk |
2021-10-23 | softmmu/physmem.c: Fix typo in comment | Greg Kurz |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-30 | memory: Add RAM_PROTECTED flag to skip IOMMU mappings | Sean Christopherson |
2021-08-26 | softmmu/physmem.c: Check return value from realpath() | Peter Maydell |
2021-08-26 | softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd() | Peter Maydell |
2021-08-17 | softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal() | David Hildenbrand |
2021-07-08 | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types | David Hildenbrand |
2021-07-08 | softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re... | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux | David Hildenbrand |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() | David Hildenbrand |
2021-06-15 | softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal() | David Hildenbrand |
2021-06-15 | softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory | David Hildenbrand |