summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)Author
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
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda
2018-04-05mm/ksm.c: make stable_node_dup() staticColin Ian King
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz
2018-02-06mm: docs: fixup punctuationMike Rapoport
2017-12-04mm/ksm: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai
2017-09-06mm/ksm.c: constify attribute_group structuresArvind Yadav
2017-08-10mm: fix KSM data corruptionMinchan Kim
2017-07-06ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli
2017-07-06ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli
2017-07-06ksm: cleanup stable_node chain collapse caseAndrea Arcangeli
2017-07-06ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli
2017-06-02ksm: prevent crash after write_protect_page failsAndrea Arcangeli
2017-05-03mm: make rmap_one boolean functionMinchan Kim
2017-05-03mm: make rmap_walk() return voidMinchan Kim
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang
2016-09-28mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-05-12ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen