summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)
2025-11-27virtio_balloon: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-10-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-10-01virtio_balloon: Remove redundant __GFP_NOWARNQianfeng Rong
2025-09-21virtio_balloon: stop calling page_address() in free_pages()Vishal Moola (Oracle)
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand
2025-07-13mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand
2025-01-08virtio_balloon: Use outer variable 'page'zhang jiao
2024-09-10virtio_balloon: introduce memory scan/reclaim infozhenwei pi
2024-09-10virtio_balloon: introduce memory allocation stall counterzhenwei pi
2024-09-10virtio_balloon: introduce oom-kill invocationszhenwei pi
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio_balloon: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-09virtio_balloon: separate vm events into a functionzhenwei pi
2024-05-22virtio: balloon: drop owner assignmentKrzysztof Kozlowski
2024-05-22virtio_balloon: Treat stats requests as wakeup eventsDavid Stevens
2024-05-22virtio_balloon: Give the balloon its own wakeup sourceDavid Stevens
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-01-10virtio_balloon: stay awake while adjusting balloonDavid Stevens
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu
2023-10-18virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan
2023-10-04virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian
2021-06-29virtio_balloon: specify page reporting order if neededGavin Shan
2021-05-03virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin
2020-07-29virtio-balloon: Document byte ordering of poison_valAlexander Duyck
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck