aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-04-24mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda1-0/+7
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai1-1/+4
2017-09-06mm/ksm.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-08-10mm: fix KSM data corruptionMinchan Kim1-1/+2
2017-07-06ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli1-12/+23
2017-07-06ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli1-26/+52
2017-07-06ksm: cleanup stable_node chain collapse caseAndrea Arcangeli1-22/+28
2017-07-06ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli1-11/+55
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli1-66/+667
2017-06-02ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-1/+1
2017-05-03mm: make rmap_walk() return voidMinchan Kim1-10/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V1-2/+7
2017-02-24mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov1-16/+18
2017-02-24mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda1-3/+65
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang1-1/+6
2016-09-28mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-3/+2
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-2/+2
2016-05-12ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming1-5/+10
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen1-2/+8
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2016-01-15mm/ksm.c: mark stable page dirtyMinchan Kim1-0/+6
2016-01-15ksm: prepare to new THP semanticsKirill A. Shutemov1-47/+10
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-14mm/ksm.c: use list_for_each_entry_safeGeliang Tang1-13/+7
2015-11-05ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli1-2/+3
2015-11-05ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli1-6/+2
2015-11-05ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli1-1/+1
2015-11-05ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli1-5/+27
2015-11-05ksm: add cond_resched() to the rmap_walksAndrea Arcangeli1-0/+2
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-5/+5
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-1/+1
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-2/+2
2014-10-09mm: ksm use pr_err instead of printkPaul McQuade1-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+1
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins1-1/+0
2014-03-04mm: close PageTail raceDavid Rientjes1-1/+1
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker1-1/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-6/+6
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim1-55/+5
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-50/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-2/+2
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+7
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-3/+3
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches1-2/+2
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-3/+3
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+5
2013-02-23ksm: allocate roots when neededHugh Dickins1-23/+49
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins1-1/+1
2013-02-23ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins1-12/+14
2013-02-23ksm: treat unstable nid like in stable treeHugh Dickins1-10/+9
2013-02-23ksm: add some commentsHugh Dickins1-4/+14
2013-02-23ksm: stop hotremove lockdep warningHugh Dickins1-14/+41
2013-02-23ksm: make !merge_across_nodes migration safeHugh Dickins1-30/+134
2013-02-23ksm: make KSM page migration possibleHugh Dickins1-21/+73
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins1-4/+79
2013-02-23ksm: get_ksm_page lockedHugh Dickins1-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeHugh Dickins1-16/+22
2013-02-23ksm: trivial tidyupsHugh Dickins1-26/+22
2013-02-23ksm: allow trees per NUMA nodePetr Holasek1-19/+132
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner1-6/+0
2012-12-20ksm: make rmap walks more scalableHugh Dickins1-8/+8
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-5/+2
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-1/+1
2012-12-11mm: introduce mm_find_pmd()Bob Liu1-12/+2
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-3/+3
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran1-2/+19
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-3/+6
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-1/+1
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov1-1/+6
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Bob Liu1-15/+19
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-6/+6
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-11/+0
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+11
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes1-1/+2
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins1-0/+6
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-18/+5
2011-01-13ksm: drain pagevecs to lruHugh Dickins1-0/+12
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli1-12/+3
2011-01-13thp: KSM on THPAndrea Arcangeli1-9/+58
2011-01-13thp: freeze khugepaged and ksmdAndrea Arcangeli1-2/+6
2011-01-13thp: skip transhuge pages in ksm for nowAndrea Arcangeli1-4/+15
2011-01-13thp: ksm: free swap when swapcache page is replacedHugh Dickins1-0/+2
2010-12-02ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro1-1/+6
2010-10-04ksm: fix bad user data when swappingHugh Dickins1-2/+4
2010-09-09mm: fix swapin race conditionAndrea Arcangeli1-3/+0
2010-08-09ksm: cleanup for mm_slots_hashLai Jiangshan1-29/+9
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel1-11/+6
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-1/+1
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-9/+9
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-2/+2
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter1-6/+6
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt1-1/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-3/+9
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins1-39/+2
2009-12-15ksm: memory hotremove migration onlyHugh Dickins1-13/+71
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-0/+65
2009-12-15ksm: share anon page without allocatingHugh Dickins1-46/+21
2009-12-15ksm: take keyhole reference to pageHugh Dickins1-39/+110
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins1-62/+95
2009-12-15ksm: let shared pages be swappableHugh Dickins1-15/+157
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins1-0/+4
2009-12-15ksm: stable_node point to page and backHugh Dickins1-65/+34
2009-12-15ksm: separate stable_nodeHugh Dickins1-79/+101
2009-12-15ksm: singly-linked rmap_listHugh Dickins1-30/+26
2009-12-15ksm: cleanup some function argumentsHugh Dickins1-122/+112
2009-12-15ksm: remove redundancies when merging pageHugh Dickins1-20/+6
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins1-11/+6
2009-11-09ksm: cond_resched in unstable treeHugh Dickins1-0/+1
2009-10-08ksm: more on default valuesHugh Dickins1-6/+4
2009-09-24ksm: change default values to better fit into mainline kernelIzik Eidus1-3/+11
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-0/+2
2009-09-22ksm: clean up obsolete referencesHugh Dickins1-1/+13
2009-09-22ksm: sysfs and defaultsHugh Dickins1-7/+19
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-4/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-46/+98
2009-09-22ksm: distribute remove_mm_from_listsHugh Dickins1-55/+42
2009-09-22ksm: fix endless loop on oomHugh Dickins1-23/+85
2009-09-22ksm: five little cleanupsHugh Dickins1-68/+44
2009-09-22ksm: keep quiet while list emptyHugh Dickins1-6/+22
2009-09-22ksm: break cow once unsharedHugh Dickins1-0/+8
2009-09-22ksm: pages_unshared and pages_volatileHugh Dickins1-1/+51
2009-09-22ksm: move pages_sharing updatesHugh Dickins1-15/+9
2009-09-22ksm: rename kernel_pages_allocatedHugh Dickins1-29/+28
2009-09-22ksm: change ksm nice level to be 5Izik Eidus1-1/+1
2009-09-22ksm: change copyright messageIzik Eidus1-1/+2
2009-09-22ksm: Kernel SamePage MergingIzik Eidus1-5/+1484
2009-09-22ksm: the mm interface to ksmHugh Dickins1-0/+56