aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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