summaryrefslogtreecommitdiff
path: root/softmmu/physmem.c
AgeCommit message (Expand)Author
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé
2021-10-28softmmu: fix for "after access" watchpointsPavel Dovgalyuk
2021-10-28softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk
2021-10-28softmmu: fix watchpoint processing in icount modePavel Dovgalyuk
2021-10-23softmmu/physmem.c: Fix typo in commentGreg Kurz
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson
2021-08-26softmmu/physmem.c: Check return value from realpath()Peter Maydell
2021-08-26softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell
2021-08-17softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()David Hildenbrand
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand
2021-07-08softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand
2021-06-15softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand
2021-06-15softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk
2021-05-13exec: Relax range check in ram_block_discard_range()David Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-16fuzz: move some DMA hooksAlexander Bulekov
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-01-23softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2021-01-02remove TCG includes from common codePaolo Bonzini
2020-12-15memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-10physmem: improve ram size error messagesPankaj Gupta
2020-11-03exec: Remove dead code (CID 1432876)Philippe Mathieu-Daudé
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini