aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-3/+2
2022-12-11mm/ksm: convert break_ksm() to use walk_page_range_vma()David Hildenbrand1-10/+39
2022-12-11mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHAREDavid Hildenbrand1-7/+5
2022-12-11mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITEDavid Hildenbrand1-12/+13
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand1-5/+4
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-10-03ksm: use a folio in replace_page()Matthew Wilcox (Oracle)1-3/+5
2022-10-03ksm: convert to use common struct mm_slotQi Zheng1-76/+56
2022-10-03ksm: convert ksm_mm_slot.link to ksm_mm_slot.hashQi Zheng1-7/+7
2022-10-03ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_nodeQi Zheng1-20/+20
2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng1-108/+108
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin1-0/+2
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang1-3/+9
2022-09-26mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle)1-7/+11
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand1-0/+1