summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)AuthorFilesLines
10 daysmm/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
2023-11-15mm: more ptep_get() conversionRyan Roberts1-1/+1
2023-10-16mm/ksm: add pages_skipped metricStefan Roesch1-0/+12
2023-10-16mm/ksm: add "smart" page scanning modeStefan Roesch1-0/+104
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen1-2/+2
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-9/+18
2023-08-21mm/ksm: add pages scanned metricStefan Roesch1-1/+15
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-9/+16
2023-08-18ksm: consider KSM-placed zeropages when calculating KSM profitxu xin1-2/+2
2023-08-18ksm: add ksm zero pages for each processxu xin1-0/+1
2023-08-18ksm: count all zero pages placed by KSMxu xin1-0/+12
2023-08-18ksm: support unsharing KSM-placed zero pagesxu xin1-3/+8
2023-08-04mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin1-0/+2
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)1-3/+3
2023-06-19mm: ptep_get() conversionRyan Roberts1-10/+12
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins1-3/+4
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-2/+1
2023-05-02mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand1-0/+11
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand1-0/+59
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch1-0/+21
2023-04-21mm: add new api to enable ksm per processStefan Roesch1-17/+87
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia1-0/+45
2023-03-28mm: add tracepoints to ksmStefan Roesch1-2/+19
2023-03-23mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett1-2/+9
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-2/+5
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang1-2/+5