summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-01mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor1-3/+3
2025-03-16mm/ksm: handle device-exclusive entries correctly in write_protect_page()David Hildenbrand1-1/+8
2025-01-25ksm: add ksm involvement information for each processxu xin1-0/+19
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-55/+55
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)1-2/+3
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-4/+3
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-1/+1
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)1-2/+2
2024-11-06ksm: convert should_skip_rmap_item() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-11-06ksm: convert cmp_and_merge_page() to use a folioMatthew Wilcox (Oracle)1-25/+26
2024-11-06ksm: use a folio in try_to_merge_one_page()Matthew Wilcox (Oracle)1-16/+17
2024-11-05mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-9/+10
2024-09-01mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walkDavid Hildenbrand1-47/+16
2024-09-01mm/ksm: convert scan_get_next_rmap_item() from follow_page() to folio_walkDavid Hildenbrand1-14/+24
2024-09-01mm/ksm: convert get_mergeable_page() from follow_page() to folio_walkDavid Hildenbrand1-12/+14
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-1/+1
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang1-1/+0
2024-07-04mm/ksm: optimize the chain()/chain_prune() interfacesChengming Zhou1-125/+27
2024-07-04mm/ksm: don't waste time searching stable tree for fast changing pageChengming Zhou1-15/+17
2024-07-04mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou1-30/+40
2024-07-03mm: ksm: drop KSM_KMEM_CACHE()Kefeng Wang1-7/+3
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-6/+5
2024-06-05mm/ksm: fix ksm_pages_scanned accountingChengming Zhou1-4/+2
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou1-1/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-143/+148
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)1-3/+2
2024-05-05mm/ksm: remove page_mapcount() usage in stable_tree_search()David Hildenbrand1-5/+8
2024-05-05mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)1-9/+3
2024-05-05mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand1-16/+16
2024-05-05mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)1-71/+65
2024-05-05mm/ksm: use folio in write_protect_pageAlex Shi (tencent)1-12/+13
2024-05-05mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)1-5/+5
2024-05-05mm/ksm: use folio in stable_node_dupAlex Shi (tencent)1-8/+8
2024-05-05mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)1-12/+12
2024-05-05mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)1-1/+7
2024-05-05mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)1-5/+5
2024-05-05mm/ksm: add ksm_get_folioAlex Shi (tencent)1-17/+25
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini1-2/+2
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand1-2/+3
2023-12-29mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand1-1/+1
2023-12-29mm/ksm: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand1-3/+5
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch1-0/+1
2023-12-29mm/ksm: add sysfs knobs for advisorStefan Roesch1-0/+148
2023-12-29mm/ksm: add ksm advisorStefan Roesch1-1/+157
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)1-10/+11
2023-12-20mm: ksm: remove unnecessary try_to_freeze()Kevin Hao1-3/+1
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang1-18/+21
2023-12-10mm/ksm: use kmap_local_page() in calc_checksum()Fabio M. De Francesco1-2/+2