summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* mm/ksm: fix possible UAF of stable_nodeChengming Zhou2024-05-241-1/+2
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-143/+148
|\
| * mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)2024-05-051-3/+2
| * mm/ksm: remove page_mapcount() usage in stable_tree_search()David Hildenbrand2024-05-051-5/+8
| * mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)2024-05-051-9/+3
| * mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand2024-05-051-16/+16
| * mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)2024-05-051-71/+65
| * mm/ksm: use folio in write_protect_pageAlex Shi (tencent)2024-05-051-12/+13
| * mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)2024-05-051-5/+5
| * mm/ksm: use folio in stable_node_dupAlex Shi (tencent)2024-05-051-8/+8
| * mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)2024-05-051-12/+12
| * mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)2024-05-051-1/+7
| * mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)2024-05-051-5/+5
| * mm/ksm: add ksm_get_folioAlex Shi (tencent)2024-05-051-17/+25
* | mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini2024-04-121-2/+2
|/
* mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand2023-12-291-2/+3
* mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand2023-12-291-1/+1
* mm/ksm: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand2023-12-291-3/+5
* mm/ksm: add tracepoint for ksm advisorStefan Roesch2023-12-291-0/+1
* mm/ksm: add sysfs knobs for advisorStefan Roesch2023-12-291-0/+148
* mm/ksm: add ksm advisorStefan Roesch2023-12-291-1/+157
* mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)2023-12-291-10/+11
* mm: ksm: remove unnecessary try_to_freeze()Kevin Hao2023-12-201-3/+1
* mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang2023-12-121-18/+21
* mm/ksm: use kmap_local_page() in calc_checksum()Fabio M. De Francesco2023-12-101-2/+2
* mm: more ptep_get() conversionRyan Roberts2023-11-151-1/+1
* mm/ksm: add pages_skipped metricStefan Roesch2023-10-161-0/+12
* mm/ksm: add "smart" page scanning modeStefan Roesch2023-10-161-0/+104
* mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen2023-09-051-2/+2
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-9/+18
|\
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-9/+16
| * mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin2023-08-041-0/+2
* | mm/ksm: add pages scanned metricStefan Roesch2023-08-211-1/+15
* | ksm: consider KSM-placed zeropages when calculating KSM profitxu xin2023-08-181-2/+2
* | ksm: add ksm zero pages for each processxu xin2023-08-181-0/+1
* | ksm: count all zero pages placed by KSMxu xin2023-08-181-0/+12
* | ksm: support unsharing KSM-placed zero pagesxu xin2023-08-181-3/+8
|/
* mm: remove references to pagevecMatthew Wilcox (Oracle)2023-06-231-3/+3
* mm: ptep_get() conversionRyan Roberts2023-06-191-10/+12
* mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins2023-06-191-3/+4
* mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins2023-06-191-2/+1
* mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand2023-05-021-0/+11
* mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand2023-05-021-0/+59
* mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+21
* mm: add new api to enable ksm per processStefan Roesch2023-04-211-17/+87
* mm: ksm: support hwpoison for ksm pageLonglong Xia2023-04-181-0/+45
* mm: add tracepoints to ksmStefan Roesch2023-03-281-2/+19
* mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett2023-03-231-2/+9
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-2/+5
|\
| * mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang2023-02-091-2/+5