Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28mm: add new mmgrab() helperVegard Nossum
2017-02-25mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-25mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-25mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda
2016-10-08mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang
2016-09-29mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim
2016-05-13ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-01-16mm/ksm.c: mark stable page dirtyMinchan Kim
2016-01-16ksm: prepare to new THP semanticsKirill A. Shutemov
2016-01-16rmap: add argument to charge compound pageKirill A. Shutemov
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2016-01-15mm/ksm.c: use list_for_each_entry_safeGeliang Tang
2015-11-06ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli
2015-11-06ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli
2015-11-06ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli
2015-11-06ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli
2015-11-06ksm: add cond_resched() to the rmap_walksAndrea Arcangeli
2015-04-16mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-02-11mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel
2014-10-10mm: ksm use pr_err instead of printkPaul McQuade
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-24mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins
2014-03-04mm: close PageTail raceDavid Rientjes
2014-01-24mm: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-22mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-22mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim
2014-01-22mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim
2014-01-22mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim
2014-01-22mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches
2013-09-12mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-03-09ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-24ksm: allocate roots when neededHugh Dickins
2013-02-24mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins
2013-02-24ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins
2013-02-24ksm: treat unstable nid like in stable treeHugh Dickins
2013-02-24ksm: add some commentsHugh Dickins
2013-02-24ksm: stop hotremove lockdep warningHugh Dickins
2013-02-24ksm: make !merge_across_nodes migration safeHugh Dickins
2013-02-24ksm: make KSM page migration possibleHugh Dickins