summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14Reset to 3.12.19Scott Wood
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-24ksm: allocate roots when neededHugh Dickins
2013-02-24mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins
2013-02-24ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins
2013-02-24ksm: treat unstable nid like in stable treeHugh Dickins
2013-02-24ksm: add some commentsHugh Dickins
2013-02-24ksm: stop hotremove lockdep warningHugh Dickins
2013-02-24ksm: make !merge_across_nodes migration safeHugh Dickins
2013-02-24ksm: make KSM page migration possibleHugh Dickins
2013-02-24ksm: remove old stable nodes more thoroughlyHugh Dickins
2013-02-24ksm: get_ksm_page lockedHugh Dickins
2013-02-24ksm: reorganize ksm_check_stable_treeHugh Dickins
2013-02-24ksm: trivial tidyupsHugh Dickins
2013-02-24ksm: allow trees per NUMA nodePetr Holasek
2013-02-24mm/ksm.c: use new hashtable implementationSasha Levin
2013-02-24mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner
2012-12-20ksm: make rmap walks more scalableHugh Dickins
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-12mm: introduce mm_find_pmd()Bob Liu
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov
2012-03-22ksm: 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-13memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki
2011-11-01oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-06-16ksm: 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-23mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra
2011-01-14ksm: drain pagevecs to lruHugh Dickins
2011-01-14thp: add compound_trans_head() helperAndrea Arcangeli
2011-01-14thp: KSM on THPAndrea Arcangeli
2011-01-14thp: freeze khugepaged and ksmdAndrea Arcangeli
2011-01-14thp: skip transhuge pages in ksm for nowAndrea Arcangeli
2011-01-14thp: 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-10mm: fix swapin race conditionAndrea Arcangeli