summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)Author
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
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2018-12-28ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport
2018-04-27mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda