summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-161-5/+5
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-1/+1
* mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-2/+2
* mm: ksm use pr_err instead of printkPaul McQuade2014-10-101-2/+2
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1Star
* mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-241-1/+0Star
* mm: close PageTail raceDavid Rientjes2014-03-041-1/+1
* mm: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-01-241-1/+1
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-241-6/+6
* mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2014-01-221-55/+5Star
* mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim2014-01-221-50/+0Star
* mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim2014-01-221-2/+2
* mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim2014-01-221-0/+7
* mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2014-01-221-3/+3
* ksm: remove redundant __GFP_ZERO from kcallocJoe Perches2013-11-131-2/+2
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-121-3/+3
* ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins2013-03-091-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-10/+5Star
* ksm: allocate roots when neededHugh Dickins2013-02-241-23/+49
* mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins2013-02-241-1/+1
* ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins2013-02-241-12/+14
* ksm: treat unstable nid like in stable treeHugh Dickins2013-02-241-10/+9Star
* ksm: add some commentsHugh Dickins2013-02-241-4/+14
* ksm: stop hotremove lockdep warningHugh Dickins2013-02-241-14/+41
* ksm: make !merge_across_nodes migration safeHugh Dickins2013-02-241-30/+134
* ksm: make KSM page migration possibleHugh Dickins2013-02-241-21/+73
* ksm: remove old stable nodes more thoroughlyHugh Dickins2013-02-241-4/+79
* ksm: get_ksm_page lockedHugh Dickins2013-02-241-10/+13
* ksm: reorganize ksm_check_stable_treeHugh Dickins2013-02-241-16/+22
* ksm: trivial tidyupsHugh Dickins2013-02-241-26/+22Star
* ksm: allow trees per NUMA nodePetr Holasek2013-02-241-19/+132
* mm/ksm.c: use new hashtable implementationSasha Levin2013-02-241-18/+12Star
* mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2013-02-241-6/+0Star
* ksm: make rmap walks more scalableHugh Dickins2012-12-201-8/+8
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-3/+3
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-3/+3
* | mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-121-5/+2Star
* | mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-121-1/+1
* | mm: introduce mm_find_pmd()Bob Liu2012-12-121-12/+2Star
|/
* mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran2012-10-091-2/+19
* mm: remove vma arg from page_evictableHugh Dickins2012-10-091-1/+1
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-3/+6
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1Star
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-1/+1
* mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov2012-10-091-1/+6
* ksm: cleanup: introduce find_mergeable_vma()Bob Liu2012-03-221-15/+19
* mm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-6/+6
* memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-061-11/+0Star
* memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki2012-01-131-0/+11