aboutsummaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-23mm: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-1/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 1-6/+6
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Gravatar Joonsoo Kim 1-55/+5
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Gravatar Joonsoo Kim 1-50/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Gravatar Joonsoo Kim 1-2/+2
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesGravatar Joonsoo Kim 1-0/+7
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentGravatar Joonsoo Kim 1-3/+3
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocGravatar Joe Perches 1-2/+2
2013-09-11mm: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-3/+3
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidGravatar Hugh Dickins 1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-10/+5
2013-02-23ksm: allocate roots when neededGravatar Hugh Dickins 1-23/+49
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitGravatar Hugh Dickins 1-1/+1
2013-02-23ksm: shrink 32-bit rmap_item back to 32 bytesGravatar Hugh Dickins 1-12/+14
2013-02-23ksm: treat unstable nid like in stable treeGravatar Hugh Dickins 1-10/+9
2013-02-23ksm: add some commentsGravatar Hugh Dickins 1-4/+14
2013-02-23ksm: stop hotremove lockdep warningGravatar Hugh Dickins 1-14/+41
2013-02-23ksm: make !merge_across_nodes migration safeGravatar Hugh Dickins 1-30/+134
2013-02-23ksm: make KSM page migration possibleGravatar Hugh Dickins 1-21/+73
2013-02-23ksm: remove old stable nodes more thoroughlyGravatar Hugh Dickins 1-4/+79
2013-02-23ksm: get_ksm_page lockedGravatar Hugh Dickins 1-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeGravatar Hugh Dickins 1-16/+22
2013-02-23ksm: trivial tidyupsGravatar Hugh Dickins 1-26/+22
2013-02-23ksm: allow trees per NUMA nodeGravatar Petr Holasek 1-19/+132
2013-02-23mm/ksm.c: use new hashtable implementationGravatar Sasha Levin 1-18/+12
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsGravatar Johannes Weiner 1-6/+0
2012-12-20ksm: make rmap walks more scalableGravatar Hugh Dickins 1-8/+8
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2012-12-11mm, oom: fix race when specifying a thread as the oom originGravatar David Rientjes 1-5/+2
2012-12-11mm, oom: change type of oom_score_adj to shortGravatar David Rientjes 1-1/+1
2012-12-11mm: introduce mm_find_pmd()Gravatar Bob Liu 1-12/+2
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableGravatar Ingo Molnar 1-3/+3
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Gravatar Haggai Eran 1-2/+19
2012-10-09mm: remove vma arg from page_evictableGravatar Hugh Dickins 1-1/+1
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Gravatar Michel Lespinasse 1-3/+6
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-2/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEGravatar Konstantin Khlebnikov 1-1/+1
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Gravatar Konstantin Khlebnikov 1-1/+6
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Gravatar Bob Liu 1-15/+19
2012-03-20mm: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-6/+6
2012-03-05memcg: fix GPF when cgroup removal races with last exitGravatar Hugh Dickins 1-11/+0
2012-01-12memcg: clear pc->mem_cgroup if necessary.Gravatar KAMEZAWA Hiroyuki 1-0/+11
2011-10-31oom: fix race while temporarily setting current's oom_score_adjGravatar David Rientjes 1-1/+2
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Gravatar Hugh Dickins 1-0/+6
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjGravatar David Rientjes 1-2/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Gravatar Peter Zijlstra 1-18/+5
2011-01-13ksm: drain pagevecs to lruGravatar Hugh Dickins 1-0/+12
2011-01-13thp: add compound_trans_head() helperGravatar Andrea Arcangeli 1-12/+3
2011-01-13thp: KSM on THPGravatar Andrea Arcangeli 1-9/+58