summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
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
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins
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
2023-03-28mm: add tracepoints to ksmStefan Roesch
2023-03-23mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett