summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
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
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2022-12-11mm/ksm: convert break_ksm() to use walk_page_range_vma()David Hildenbrand
2022-12-11mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHAREDavid Hildenbrand
2022-12-11mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITEDavid Hildenbrand
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin
2022-10-03ksm: use a folio in replace_page()Matthew Wilcox (Oracle)
2022-10-03ksm: convert to use common struct mm_slotQi Zheng
2022-10-03ksm: convert ksm_mm_slot.link to ksm_mm_slot.hashQi Zheng
2022-10-03ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_nodeQi Zheng
2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang
2022-09-26mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle)
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand