aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport1-0/+11
2018-04-27mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport1-1/+18
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-2/+2
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-2/+2
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda1-0/+7
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-04-05mm/ksm.c: make stable_node_dup() staticColin Ian King1-4/+4
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz1-0/+4
2018-02-06mm: docs: fixup punctuationMike Rapoport1-1/+1
2017-12-04mm/ksm: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-8/+1
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse1-2/+13
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai1-1/+4
2017-09-06mm/ksm.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-08-10mm: fix KSM data corruptionMinchan Kim1-1/+2
2017-07-06ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli1-12/+23
2017-07-06ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli1-26/+52
2017-07-06ksm: cleanup stable_node chain collapse caseAndrea Arcangeli1-22/+28
2017-07-06ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli1-11/+55
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli1-66/+667
2017-06-02ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-1/+1
2017-05-03mm: make rmap_walk() return voidMinchan Kim1-10/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V1-2/+7
2017-02-24mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov1-16/+18
2017-02-24mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda1-3/+65
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang1-1/+6
2016-09-28mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-3/+2
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-2/+2
2016-05-12ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming1-5/+10
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen1-2/+8
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2016-01-15mm/ksm.c: mark stable page dirtyMinchan Kim1-0/+6
2016-01-15ksm: prepare to new THP semanticsKirill A. Shutemov1-47/+10
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-14mm/ksm.c: use list_for_each_entry_safeGeliang Tang1-13/+7
2015-11-05ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli1-2/+3
2015-11-05ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli1-6/+2
2015-11-05ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli1-1/+1
2015-11-05ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli1-5/+27
2015-11-05ksm: add cond_resched() to the rmap_walksAndrea Arcangeli1-0/+2
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-5/+5
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-1/+1
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-2/+2