aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-22/+10
2022-03-22mm/ksm: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-22mm/vmstat: add event for ksm swapping in copyYang Yang1-0/+3
2022-03-21mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)1-6/+6
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)1-1/+2
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)1-4/+1
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-11/+1
2022-01-15mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun1-2/+2
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann1-0/+1
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)1-13/+18
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-1/+2
2021-09-13mm/ksm: remove old GCC 4.9+ checkNick Desaulniers1-2/+0
2021-09-03mm: KSM: fix data typeZhansaya Bagdauletkyzy1-4/+4
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett1-4/+2
2021-05-14ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()"Hugh Dickins1-1/+2
2021-05-07mm: fix typos in commentsIngo Molnar1-2/+2
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-1/+1
2021-05-05mm/ksm: remove unused parameter from remove_trailing_rmap_items()Chengyang Fan1-4/+3
2021-05-05ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin1-0/+1
2021-05-05ksm: remove dedicated macro KSM_FLAG_MASKMiaohe Lin1-3/+1
2021-05-05ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()Miaohe Lin1-2/+1
2021-05-05ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()Miaohe Lin1-2/+0
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan1-9/+9
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches1-16/+16
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab1-1/+1
2020-09-19ksm: reinstate memcg charge on copied pagesHugh Dickins1-0/+4
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds1-25/+0
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu1-25/+0
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio1-0/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+2
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+0
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin1-4/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-6/+6
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-17/+17
2020-06-04mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul1-5/+5
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song1-2/+10
2020-04-07mm: use fallthrough;Joe Perches1-2/+1
2020-04-07mm/ksm.c: update get_user_pages() argument in commentLi Chen1-1/+1
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-11-28mm: ksm: Export ksm_madvise()Bharata B Rao1-0/+1
2019-11-22mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin1-7/+7
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu1-18/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-2/+2
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-2/+4
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi1-10/+35
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai1-2/+28