summaryrefslogtreecommitdiff
path: root/include/linux/ksm.h
AgeCommit message (Expand)Author
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang
2023-08-18ksm: add ksm zero pages for each processxu xin
2023-08-18ksm: count all zero pages placed by KSMxu xin
2023-08-18ksm: support unsharing KSM-placed zero pagesxu xin
2023-05-02mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch
2023-04-21mm: add new api to enable ksm per processStefan Roesch
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia
2022-10-03ksm: remove redundant declarations in ksm.hQi Zheng
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-03-21mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport
2018-06-07mm/ksm: remove unused page_referenced_ksm declarationMike Rapoport
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-03mm: make rmap_walk() return voidMinchan Kim
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2015-04-15mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins
2010-09-09mm: fix swapin race conditionAndrea Arcangeli
2010-08-09ksm: fix ksm swapin time optimizationAndrea Arcangeli
2009-12-16fix ksm.h breakage of nommu buildHugh Dickins
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins
2009-12-15ksm: let shared pages be swappableHugh Dickins
2009-12-15ksm: stable_node point to page and backHugh Dickins
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins
2009-09-22ksm: clean up obsolete referencesHugh Dickins
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: identify PageKsm pagesHugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins