aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-09mm: ksm use pr_err instead of printkPaul McQuade1-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+1
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins1-1/+0
2014-03-04mm: close PageTail raceDavid Rientjes1-1/+1
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker1-1/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-6/+6
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim1-55/+5
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-50/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-2/+2
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+7
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-3/+3
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches1-2/+2
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-3/+3
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+5
2013-02-23ksm: allocate roots when neededHugh Dickins1-23/+49
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins1-1/+1
2013-02-23ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins1-12/+14
2013-02-23ksm: treat unstable nid like in stable treeHugh Dickins1-10/+9
2013-02-23ksm: add some commentsHugh Dickins1-4/+14
2013-02-23ksm: stop hotremove lockdep warningHugh Dickins1-14/+41
2013-02-23ksm: make !merge_across_nodes migration safeHugh Dickins1-30/+134
2013-02-23ksm: make KSM page migration possibleHugh Dickins1-21/+73
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins1-4/+79
2013-02-23ksm: get_ksm_page lockedHugh Dickins1-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeHugh Dickins1-16/+22
2013-02-23ksm: trivial tidyupsHugh Dickins1-26/+22
2013-02-23ksm: allow trees per NUMA nodePetr Holasek1-19/+132
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12