aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
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
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-25ksm: fix typo in commentJulia Lawall
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-04-28ksm: count ksm merging pages for each processxu xin
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/ksm: use helper macro __ATTR_RWMiaohe Lin
2022-03-22mm/vmstat: add event for ksm swapping in copyYang Yang
2022-03-21mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-01-15mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann