aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner1-6/+0
2012-12-20ksm: make rmap walks more scalableHugh Dickins1-8/+8
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-3/+3
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-5/+2
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-1/+1
2012-12-11mm: introduce mm_find_pmd()Bob Liu1-12/+2
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-3/+3
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_endHaggai Eran1-2/+19
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-3/+6
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-1/+1
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov1-1/+6
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Bob Liu1-15/+19
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-6/+6
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-11/+0
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+11
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes1-1/+2
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins1-0/+6
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-18/+5
2011-01-13ksm: drain pagevecs to lruHugh Dickins1-0/+12
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli1-12/+3
2011-01-13thp: KSM on THPAndrea Arcangeli1-9/+58
2011-01-13thp: freeze khugepaged and ksmdAndrea Arcangeli1-2/+6
2011-01-13thp: skip transhuge pages in ksm for nowAndrea Arcangeli1-4/+15
2011-01-13thp: ksm: free swap when swapcache page is replacedHugh Dickins1-0/+2
2010-12-02ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro1-1/+6
2010-10-04ksm: fix bad user data when swappingHugh Dickins1-2/+4
2010-09-09mm: fix swapin race conditionAndrea Arcangeli1-3/+0
2010-08-09ksm: cleanup for mm_slots_hashLai Jiangshan1-29/+9
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel1-11/+6
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-1/+1
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-9/+9
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-2/+2
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter1-6/+6
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt1-1/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-3/+9
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins1-39/+2
2009-12-15ksm: memory hotremove migration onlyHugh Dickins1-13/+71