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