aboutsummaryrefslogtreecommitdiff
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* uksm: remove Mtk aksm & uksm (because its fugly)Mister Oyster2017-07-041-144/+1
* mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang2017-04-111-1/+6
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2017-04-111-1/+2
* ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming2017-04-111-5/+10
* mm/ksm.c: mark stable page dirtyMinchan Kim2017-04-111-0/+6
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2017-04-111-13/+7
* ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli2017-04-111-2/+3
* ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli2017-04-111-6/+2
* ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli2017-04-111-1/+1
* ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli2017-04-111-5/+27
* ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2017-04-111-0/+2
* ksm: Don't bug on pmd_trans_hugeJoe Maples2017-04-111-1/+0
* mm: ksm use pr_err instead of printkPaul McQuade2017-04-111-2/+2
* KSM: mediatek: implement Adaptive KSMAnmin Hsu2016-12-251-1/+144
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2016-09-281-3/+3
* 3.10.75 -> 3.10.76Jan Engelmohr2016-08-261-1/+1
* first commitMeizu OpenSource2016-08-151-0/+2443