Age | Commit message (Expand) | Author |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-07-25 | virtio-balloon: free pbp more aggressively | Michael S. Tsirkin |
2019-07-25 | virtio-balloon: don't track subpages for the PBP | David Hildenbrand |
2019-07-25 | virtio-balloon: Use temporary PBP only | David Hildenbrand |
2019-07-25 | virtio-balloon: Rework pbp tracking data | David Hildenbrand |
2019-07-25 | virtio-balloon: Better names for offset variables in inflate/deflate code | David Hildenbrand |
2019-07-25 | virtio-balloon: Simplify deflate with pbp | David Hildenbrand |
2019-07-25 | virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE | David Hildenbrand |
2019-07-25 | virtio-balloon: Fix wrong sign extension of PFNs | David Hildenbrand |
2019-07-12 | virtio-balloon: fix QEMU 4.0 config size migration incompatibility | Stefan Hajnoczi |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-12 | virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate | David Gibson |
2019-03-12 | virtio-balloon: Fix possible guest memory corruption with inflates & deflates | David Gibson |
2019-03-12 | virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146) | David Gibson |
2019-03-12 | virtio-balloon: fix a use-after-free case | Wei Wang |
2019-03-06 | virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT | Wei Wang |
2019-02-22 | virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size | David Gibson |
2019-02-21 | virtio-balloon: Use ram_block_discard_range() instead of raw madvise() | David Gibson |
2019-02-21 | virtio-balloon: Rework ballon_page() interface | David Gibson |
2019-02-21 | virtio-balloon: Corrections to address verification | David Gibson |
2019-02-21 | virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate | David Gibson |
2019-01-21 | hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config struct | Peter Maydell |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu |
2018-08-17 | kvm: Use inhibit to prevent ballooning without synchronous mmu | Alex Williamson |
2018-05-23 | virtio-balloon: add hugetlb page allocation counts | Jonathan Helman |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-13 | virtio-balloon: include statistics of disk/file caches | Tomáš Golembiovský |
2018-02-13 | virtio-balloon: unref the memory region before continuing | Tiwei Bie |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-12-18 | hw/virtio-balloon: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis |
2017-01-10 | balloon: Don't balloon roms | Dr. David Alan Gilbert |
2016-11-15 | virtio: rename virtqueue_discard to virtqueue_unpop | Ladi Prosek |
2016-10-30 | virtio/migration: Migrate balloon to VMState | Dr. David Alan Gilbert |
2016-10-10 | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-balloon: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-balloon: Remove needless precompiled directive | Liang Li |
2016-09-09 | virtio-balloon: fix stats vq migration | Ladi Prosek |
2016-09-09 | virtio-balloon: discard virtqueue element on reset | Ladi Prosek |
2016-07-21 | virtio-balloon: Wrap in vmstate | Dr. David Alan Gilbert |
2016-07-06 | qapi: Add parameter to visit_end_* | Eric Blake |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-05-12 | qapi: Split visit_end_struct() into pieces | Eric Blake |
2016-04-14 | hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE | Thomas Huth |
2016-04-07 | virtio-balloon: reset the statistic timer to load device | Pavel Butsykin |
2016-03-11 | virtio-balloon: add 'available' counter | Denis V. Lunev |
2016-03-11 | balloon: fix segfault and harden the stats queue | Ladi Prosek |
2016-02-25 | balloon: Use only 'pc-dimm' type dimm for ballooning | Vladimir Sementsov-Ogievskiy |
2016-02-25 | virtio-balloon: rewrite get_current_ram_size() | Vladimir Sementsov-Ogievskiy |