summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)AuthorLines
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-1/+1
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel-2/+2
2014-10-09mm: ksm use pr_err instead of printkPaul McQuade-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown-7/+1
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins-1/+0
2014-03-04mm: close PageTail raceDavid Rientjes-1/+1
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker-1/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin-6/+6
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim-55/+5
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim-50/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim-2/+2
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim-0/+7
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim-3/+3
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches-2/+2
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han-3/+3
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-10/+5
2013-02-23ksm: allocate roots when neededHugh Dickins-23/+49
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins-1/+1
2013-02-23ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins-12/+14
2013-02-23ksm: treat unstable nid like in stable treeHugh Dickins-10/+9
2013-02-23ksm: add some commentsHugh Dickins-4/+14
2013-02-23ksm: stop hotremove lockdep warningHugh Dickins-14/+41
2013-02-23ksm: make !merge_across_nodes migration safeHugh Dickins-30/+134
2013-02-23ksm: make KSM page migration possibleHugh Dickins-21/+73
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins-4/+79
2013-02-23ksm: get_ksm_page lockedHugh Dickins-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeHugh Dickins-16/+22
2013-02-23ksm: trivial tidyupsHugh Dickins-26/+22
2013-02-23ksm: allow trees per NUMA nodePetr Holasek-19/+132
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin-18/+12
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner-6/+0
2012-12-20ksm: make rmap walks more scalableHugh Dickins-8/+8
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes-5/+2
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes-1/+1
2012-12-11mm: introduce mm_find_pmd()Bob Liu-12/+2
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar-3/+3
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran-2/+19
2012-10-09mm: remove vma arg from page_evictableHugh Dickins-1/+1
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse-3/+6
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-2/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov-1/+1
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov-1/+6
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Bob Liu-15/+19
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang-6/+6
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins-11/+0
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki-0/+11
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes-1/+2