aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-0/+65
2009-12-15ksm: share anon page without allocatingHugh Dickins1-46/+21
2009-12-15ksm: take keyhole reference to pageHugh Dickins1-39/+110
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins1-62/+95
2009-12-15ksm: let shared pages be swappableHugh Dickins1-15/+157
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins1-0/+4
2009-12-15ksm: stable_node point to page and backHugh Dickins1-65/+34
2009-12-15ksm: separate stable_nodeHugh Dickins1-79/+101
2009-12-15ksm: singly-linked rmap_listHugh Dickins1-30/+26
2009-12-15ksm: cleanup some function argumentsHugh Dickins1-122/+112
2009-12-15ksm: remove redundancies when merging pageHugh Dickins1-20/+6
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins1-11/+6
2009-11-09ksm: cond_resched in unstable treeHugh Dickins1-0/+1
2009-10-08ksm: more on default valuesHugh Dickins1-6/+4
2009-09-24ksm: change default values to better fit into mainline kernelIzik Eidus1-3/+11
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-0/+2
2009-09-22ksm: clean up obsolete referencesHugh Dickins1-1/+13
2009-09-22ksm: sysfs and defaultsHugh Dickins1-7/+19
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-4/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-46/+98
2009-09-22ksm: distribute remove_mm_from_listsHugh Dickins1-55/+42
2009-09-22ksm: fix endless loop on oomHugh Dickins1-23/+85
2009-09-22ksm: five little cleanupsHugh Dickins1-68/+44
2009-09-22ksm: keep quiet while list emptyHugh Dickins1-6/+22
2009-09-22ksm: break cow once unsharedHugh Dickins1-0/+8
2009-09-22ksm: pages_unshared and pages_volatileHugh Dickins1-1/+51
2009-09-22ksm: move pages_sharing updatesHugh Dickins1-15/+9