summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe2022-09-111-0/+10
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-5/+5
|\
| * mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-3/+3
| * docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-2/+2
* | mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)2022-08-021-1/+1
|/
* ksm: fix typo in commentJulia Lawall2022-05-251-1/+1
* mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-191-2/+8
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-1/+12
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-1/+1
* ksm: count ksm merging pages for each processxu xin2022-04-281-0/+8