summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)
2024-09-01mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walkDavid Hildenbrand
2024-09-01mm/ksm: convert scan_get_next_rmap_item() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/ksm: convert get_mergeable_page() from follow_page() to folio_walkDavid Hildenbrand
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang
2024-07-04mm/ksm: optimize the chain()/chain_prune() interfacesChengming Zhou
2024-07-04mm/ksm: don't waste time searching stable tree for fast changing pageChengming Zhou
2024-07-04mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou
2024-07-03mm: ksm: drop KSM_KMEM_CACHE()Kefeng Wang
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05mm/ksm: fix ksm_pages_scanned accountingChengming Zhou
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)
2024-05-05mm/ksm: remove page_mapcount() usage in stable_tree_search()David Hildenbrand
2024-05-05mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)
2024-05-05mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand
2024-05-05mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)
2024-05-05mm/ksm: use folio in write_protect_pageAlex Shi (tencent)
2024-05-05mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)
2024-05-05mm/ksm: use folio in stable_node_dupAlex Shi (tencent)
2024-05-05mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)
2024-05-05mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)
2024-05-05mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)
2024-05-05mm/ksm: add ksm_get_folioAlex Shi (tencent)
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand
2023-12-29mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand
2023-12-29mm/ksm: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch
2023-12-29mm/ksm: add sysfs knobs for advisorStefan Roesch
2023-12-29mm/ksm: add ksm advisorStefan Roesch
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)
2023-12-20mm: ksm: remove unnecessary try_to_freeze()Kevin Hao
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang
2023-12-10mm/ksm: use kmap_local_page() in calc_checksum()Fabio M. De Francesco
2023-11-15mm: more ptep_get() conversionRyan Roberts
2023-10-16mm/ksm: add pages_skipped metricStefan Roesch
2023-10-16mm/ksm: add "smart" page scanning modeStefan Roesch
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/ksm: add pages scanned metricStefan Roesch
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-18ksm: consider KSM-placed zeropages when calculating KSM profitxu xin
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-08-04mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin