aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)Author
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
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)
2021-09-13mm/ksm: remove old GCC 4.9+ checkNick Desaulniers
2021-09-03mm: KSM: fix data typeZhansaya Bagdauletkyzy
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett
2021-05-14ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from...Hugh Dickins
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-05-05mm/ksm: remove unused parameter from remove_trailing_rmap_items()Chengyang Fan
2021-05-05ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin
2021-05-05ksm: remove dedicated macro KSM_FLAG_MASKMiaohe Lin
2021-05-05ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()Miaohe Lin
2021-05-05ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()Miaohe Lin
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab
2020-09-19ksm: reinstate memcg charge on copied pagesHugh Dickins
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/ksm.c: update get_user_pages() argument in commentLi Chen
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-28mm: ksm: Export ksm_madvise()Bharata B Rao
2019-11-22mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu