aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ksm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai1-0/+7
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport1-11/+0
2018-06-07mm/ksm: remove unused page_referenced_ksm declarationMike Rapoport1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-03mm: make rmap_walk() return voidMinchan Kim1-3/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-2/+1
2015-04-15mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov1-17/+0
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim1-2/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-6/+0
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-4/+3
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins1-14/+4
2010-09-09mm: fix swapin race conditionAndrea Arcangeli1-11/+9
2010-08-09ksm: fix ksm swapin time optimizationAndrea Arcangeli1-1/+1
2009-12-16fix ksm.h breakage of nommu buildHugh Dickins1-6/+8
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-0/+13
2009-12-15ksm: let shared pages be swappableHugh Dickins1-6/+48
2009-12-15ksm: stable_node point to page and backHugh Dickins1-7/+17
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-2/+3
2009-09-22ksm: clean up obsolete referencesHugh Dickins1-20/+0
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-7/+4
2009-09-22ksm: fix oom deadlockHugh Dickins1-4/+27
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-0/+29
2009-09-22ksm: the mm interface to ksmHugh Dickins1-0/+50