summaryrefslogtreecommitdiff
path: root/include/linux/balloon_compaction.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)1-78/+0
2026-01-31mm/balloon_compaction: remove "extern" from functionsDavid Hildenbrand (Red Hat)1-8/+8
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)1-44/+0
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)1-7/+0
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)1-30/+0
2026-01-31mm/balloon_compaction: drop fs.h include from balloon_compaction.hDavid Hildenbrand (Red Hat)1-1/+0
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)1-1/+0
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)1-12/+13
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)1-4/+2
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)1-0/+2
2025-07-13mm/balloon_compaction: provide single balloon_page_insert() and balloon_mappi...David Hildenbrand1-27/+15
2025-07-13mm/balloon_compaction: "movable_ops" doc updatesDavid Hildenbrand1-7/+6
2025-07-13mm: convert "movable" flag in page->mapping to a page flagDavid Hildenbrand1-1/+1
2025-07-13mm: stop storing migration_ops in page->mappingDavid Hildenbrand1-1/+1
2025-07-13mm/balloon_compaction: stop using __ClearPageMovable()David Hildenbrand1-3/+1
2025-07-13mm/balloon_compaction: make PageOffline sticky until the page is freedDavid Hildenbrand1-1/+1
2025-07-13mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand1-27/+16
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-4/+2
2022-03-28mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin1-22/+0
2019-05-24mm/balloon_compaction: List interfacesNadav Amit1-0/+4
2019-05-14include/linux/balloon_compaction.h: drop unused function stubsDavid Hildenbrand1-15/+0
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand1-4/+4
2019-03-05mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand1-17/+9
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-1/+34
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-2/+1
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim1-37/+17
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov1-0/+2
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov1-53/+19
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov1-73/+24
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-0/+25
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini1-0/+272