aboutsummaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Bob Liu
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra
2011-01-13ksm: drain pagevecs to lruHugh Dickins
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli
2011-01-13thp: KSM on THPAndrea Arcangeli
2011-01-13thp: freeze khugepaged and ksmdAndrea Arcangeli
2011-01-13thp: skip transhuge pages in ksm for nowAndrea Arcangeli
2011-01-13thp: ksm: free swap when swapcache page is replacedHugh Dickins
2010-12-02ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro
2010-10-04ksm: fix bad user data when swappingHugh Dickins
2010-09-09mm: fix swapin race conditionAndrea Arcangeli
2010-08-09ksm: cleanup for mm_slots_hashLai Jiangshan
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins
2009-12-15ksm: memory hotremove migration onlyHugh Dickins
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins
2009-12-15ksm: share anon page without allocatingHugh Dickins
2009-12-15ksm: take keyhole reference to pageHugh Dickins
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins
2009-12-15ksm: let shared pages be swappableHugh Dickins
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins
2009-12-15ksm: stable_node point to page and backHugh Dickins
2009-12-15ksm: separate stable_nodeHugh Dickins
2009-12-15ksm: singly-linked rmap_listHugh Dickins
2009-12-15ksm: cleanup some function argumentsHugh Dickins
2009-12-15ksm: remove redundancies when merging pageHugh Dickins
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins
2009-11-09ksm: cond_resched in unstable treeHugh Dickins
2009-10-08ksm: more on default valuesHugh Dickins
2009-09-24ksm: change default values to better fit into mainline kernelIzik Eidus
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-22ksm: clean up obsolete referencesHugh Dickins
2009-09-22ksm: sysfs and defaultsHugh Dickins
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: distribute remove_mm_from_listsHugh Dickins
2009-09-22ksm: fix endless loop on oomHugh Dickins