summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang2016-10-071-1/+6
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-09-281-1/+2
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-3/+2
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-2/+2
* ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming2016-05-121-5/+10
* mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-2/+8
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* mm/ksm.c: mark stable page dirtyMinchan Kim2016-01-151-0/+6
* ksm: prepare to new THP semanticsKirill A. Shutemov2016-01-151-47/+10
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-2/+2
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-151-1/+1
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2016-01-141-13/+7
* ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli2015-11-051-2/+3
* ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli2015-11-051-6/+2
* ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli2015-11-051-1/+1
* ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli2015-11-051-5/+27
* ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2015-11-051-0/+2
* mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-151-5/+5
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-1/+1
* mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-2/+2
* mm: ksm use pr_err instead of printkPaul McQuade2014-10-091-2/+2
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1
* mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-231-1/+0
* mm: close PageTail raceDavid Rientjes2014-03-041-1/+1
* mm: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-01-231-1/+1
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-6/+6
* mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2014-01-211-55/+5
* mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim2014-01-211-50/+0
* mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim2014-01-211-2/+2
* mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim2014-01-211-0/+7
* mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2014-01-211-3/+3
* ksm: remove redundant __GFP_ZERO from kcallocJoe Perches2013-11-131-2/+2
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-3/+3
* ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins2013-03-081-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-10/+5
* ksm: allocate roots when neededHugh Dickins2013-02-231-23/+49
* mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins2013-02-231-1/+1
* ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins2013-02-231-12/+14
* ksm: treat unstable nid like in stable treeHugh Dickins2013-02-231-10/+9
* ksm: add some commentsHugh Dickins2013-02-231-4/+14
* ksm: stop hotremove lockdep warningHugh Dickins2013-02-231-14/+41
* ksm: make !merge_across_nodes migration safeHugh Dickins2013-02-231-30/+134
* ksm: make KSM page migration possibleHugh Dickins2013-02-231-21/+73
* ksm: remove old stable nodes more thoroughlyHugh Dickins2013-02-231-4/+79
* ksm: get_ksm_page lockedHugh Dickins2013-02-231-10/+13
* ksm: reorganize ksm_check_stable_treeHugh Dickins2013-02-231-16/+22
* ksm: trivial tidyupsHugh Dickins2013-02-231-26/+22
* ksm: allow trees per NUMA nodePetr Holasek2013-02-231-19/+132
* mm/ksm.c: use new hashtable implementationSasha Levin2013-02-231-18/+12
OpenPOWER on IntegriCloud