index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
virtio-balloon: Provide an interface for free page reporting
Alexander Duyck
1
-0
/
+72
2020-06-09
virtio-balloon: Implement support for page poison reporting feature
Alexander Duyck
1
-0
/
+29
2020-06-09
virtio-balloon: unref the iothread when unrealizing
David Hildenbrand
1
-0
/
+1
2020-06-09
virtio-balloon: fix free page hinting check on unrealize
David Hildenbrand
1
-1
/
+1
2020-06-09
virtio-balloon: fix free page hinting without an iothread
David Hildenbrand
1
-17
/
+16
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-2
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-05
virtio-balloon: fix memory leak while attach virtio-balloon device
Pan Nengyuan
1
-0
/
+7
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-07-25
virtio-balloon: free pbp more aggressively
Michael S. Tsirkin
1
-21
/
+16
2019-07-25
virtio-balloon: don't track subpages for the PBP
David Hildenbrand
1
-5
/
+3
2019-07-25
virtio-balloon: Use temporary PBP only
David Hildenbrand
1
-12
/
+9
2019-07-25
virtio-balloon: Rework pbp tracking data
David Hildenbrand
1
-23
/
+46
2019-07-25
virtio-balloon: Better names for offset variables in inflate/deflate code
David Hildenbrand
1
-13
/
+13
2019-07-25
virtio-balloon: Simplify deflate with pbp
David Hildenbrand
1
-21
/
+5
2019-07-25
virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
David Hildenbrand
1
-6
/
+4
2019-07-25
virtio-balloon: Fix wrong sign extension of PFNs
David Hildenbrand
1
-1
/
+1
2019-07-12
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
1
-3
/
+25
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-03-12
virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate
David Gibson
1
-0
/
+13
2019-03-12
virtio-balloon: Fix possible guest memory corruption with inflates & deflates
David Gibson
1
-2
/
+46
2019-03-12
virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)
David Gibson
1
-2
/
+2
2019-03-12
virtio-balloon: fix a use-after-free case
Wei Wang
1
-6
/
+7
2019-03-06
virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
Wei Wang
1
-0
/
+263
2019-02-22
virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size
David Gibson
1
-10
/
+59
2019-02-21
virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
David Gibson
1
-1
/
+22
2019-02-21
virtio-balloon: Rework ballon_page() interface
David Gibson
1
-10
/
+8
2019-02-21
virtio-balloon: Corrections to address verification
David Gibson
1
-7
/
+10
2019-02-21
virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
David Gibson
1
-3
/
+2
2019-01-21
hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config struct
Peter Maydell
1
-1
/
+1
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-2
/
+1
2018-08-17
kvm: Use inhibit to prevent ballooning without synchronous mmu
Alex Williamson
1
-3
/
+1
2018-05-23
virtio-balloon: add hugetlb page allocation counts
Jonathan Helman
1
-0
/
+2
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-1
/
+1
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+2
2018-02-13
virtio-balloon: include statistics of disk/file caches
Tomáš Golembiovský
1
-0
/
+1
2018-02-13
virtio-balloon: unref the memory region before continuing
Tiwei Bie
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-12-18
hw/virtio-balloon: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+1
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-1
/
+2
2017-01-10
balloon: Don't balloon roms
Dr. David Alan Gilbert
1
-1
/
+6
2016-11-15
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
1
-1
/
+1
2016-10-30
virtio/migration: Migrate balloon to VMState
Dr. David Alan Gilbert
1
-16
/
+15
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-2
/
+0
2016-10-10
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-6
/
+11
2016-10-10
virtio-balloon: Remove needless precompiled directive
Liang Li
1
-2
/
+0
2016-09-09
virtio-balloon: fix stats vq migration
Ladi Prosek
1
-0
/
+13
2016-09-09
virtio-balloon: discard virtqueue element on reset
Ladi Prosek
1
-0
/
+1
2016-07-21
virtio-balloon: Wrap in vmstate
Dr. David Alan Gilbert
1
-14
/
+5
[next]