Age | Commit message (Expand) | Author | Files | Lines |
2021-01-04 | tcg: Use memset for large vector byte replication | Richard Henderson | 1 | -0/+4 |
2020-12-15 | poison: remove GNUC check | Marc-André Lureau | 1 | -2/+0 |
2020-12-15 | vl: extract softmmu/globals.c | Paolo Bonzini | 2 | -3/+3 |
2020-12-10 | make ram_size local to vl.c | Paolo Bonzini | 1 | -2/+0 |
2020-12-08 | memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType | Eugenio Pérez | 1 | -1/+6 |
2020-12-08 | memory: Add IOMMUTLBEvent | Eugenio Pérez | 1 | -14/+13 |
2020-12-08 | memory: Rename memory_region_notify_one to memory_region_notify_iommu_one | Eugenio Pérez | 1 | -3/+3 |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 6 | -6/+6 |
2020-11-15 | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant | 6 | -6/+6 |
2020-11-03 | memory: Add interface to set iommu page size mask | Bharat Bhushan | 1 | -0/+38 |
2020-10-27 | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI | Richard Henderson | 1 | -0/+2 |
2020-10-26 | fuzz: Add fuzzer callbacks to DMA-read functions | Alexander Bulekov | 2 | -0/+4 |
2020-10-26 | fuzz: Declare DMA Read callback function | Alexander Bulekov | 1 | -0/+8 |
2020-10-26 | fuzz: Add DMA support to the generic-fuzzer | Alexander Bulekov | 1 | -0/+7 |
2020-10-24 | memory: Add FlatView foreach function | Alexander Bulekov | 1 | -0/+5 |
2020-10-20 | accel/tcg: Add tlb_flush_page_bits_by_mmuidx* | Richard Henderson | 1 | -0/+36 |
2020-10-12 | exec: split out non-softmmu-specific parts | Paolo Bonzini | 1 | -0/+3 |
2020-10-08 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -3/+3 |
2020-10-06 | memory: Explicitly tag doc comments for structs | Eduardo Habkost | 1 | -3/+3 |
2020-10-05 | cpu-timers, icount: new modules | Claudio Fontana | 2 | -2/+6 |
2020-10-03 | disas: Move host asm annotations to tb_gen_code | Richard Henderson | 1 | -2/+2 |
2020-10-01 | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque... | Peter Maydell | 1 | -0/+5 |
2020-09-30 | exec: Remove MemoryRegion::global_locking field | Philippe Mathieu-Daudé | 1 | -14/+0 |
2020-09-30 | memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc | Eduardo Habkost | 1 | -9/+41 |
2020-09-30 | move MemMapEntry | Gerd Hoffmann | 1 | -0/+5 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 7 | -23/+25 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -10/+4 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+3 |
2020-09-08 | memory: Remove kernel-doc comment marker | Eduardo Habkost | 1 | -1/+1 |
2020-09-03 | linux-user: fix implicit conversion from enumeration type error | Laurent Vivier | 1 | -1/+1 |
2020-08-27 | linux-user: Add strace support for printing arguments for ioctls used for ter... | Filip Bozuta | 1 | -0/+1 |
2020-08-21 | meson: rename .inc.h files to .h.inc | Paolo Bonzini | 5 | -11/+11 |
2020-07-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+41 |
2020-07-06 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell | 1 | -0/+1 |
2020-07-04 | linux-user: Add strace support for printing arguments of ioctl() | Filip Bozuta | 1 | -0/+1 |
2020-07-04 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'... | Peter Maydell | 1 | -0/+6 |
2020-07-03 | qdev: Introduce DEFINE_PROP_RESERVED_REGION | Eric Auger | 1 | -0/+6 |
2020-07-03 | migration: Count new_dirty instead of real_dirty | Keqian Zhu | 1 | -4/+1 |
2020-07-02 | exec: Introduce ram_block_discard_(disable|require)() | David Hildenbrand | 1 | -0/+41 |
2020-06-26 | osdep: Make MIN/MAX evaluate arguments only once | Eric Blake | 2 | -6/+9 |
2020-06-16 | cputlb: destroy CPUTLB with tlb_destroy | Emilio G. Cota | 1 | -0/+8 |
2020-06-12 | exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h' | Philippe Mathieu-Daudé | 1 | -3/+0 |
2020-06-12 | exec/memory: Remove unused MemoryRegionMmio type | Philippe Mathieu-Daudé | 1 | -6/+0 |
2020-06-10 | exec: set map length to zero when returning NULL | Prasad J Pandit | 1 | -1/+2 |
2020-06-10 | memory: Make 'info mtree' not display disabled regions by default | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-06-10 | exec: Propagate cpu_memory_rw_debug() error | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-06-10 | exec: Let address_space_read/write_cached() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -8/+11 |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-06-05 | exec: Rename qemu_ram_writeback() as qemu_ram_msync() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-06-05 | memory: Extract memory_region_msync() from memory_region_writeback() | Philippe Mathieu-Daudé | 1 | -1/+12 |