summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-23ksm: allocate roots when neededHugh Dickins
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins
2013-02-23pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .high
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-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11mm: 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-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