summaryrefslogtreecommitdiff
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-22/+10
|\
| * mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)2022-03-211-1/+1
| * mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)2022-03-211-6/+6
| * mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)2022-03-211-1/+2
| * mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-4/+1
| * mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-11/+1
* | mm/ksm: use helper macro __ATTR_RWMiaohe Lin2022-03-221-2/+1
* | mm/vmstat: add event for ksm swapping in copyYang Yang2022-03-221-0/+3
|/
* mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun2022-01-151-2/+2
* mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann2022-01-151-0/+1
* mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)2021-10-181-13/+18
* mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+2
* mm/ksm: remove old GCC 4.9+ checkNick Desaulniers2021-09-131-2/+0
* mm: KSM: fix data typeZhansaya Bagdauletkyzy2021-09-031-4/+4
* mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett2021-06-291-4/+2
* ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from...Hugh Dickins2021-05-141-1/+2