summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)AuthorLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-6/+6
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-17/+17
2020-06-04mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul-5/+5
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song-2/+10
2020-04-07mm: use fallthrough;Joe Perches-2/+1
2020-04-07mm/ksm.c: update get_user_pages() argument in commentLi Chen-1/+1
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2019-11-28mm: ksm: Export ksm_madvise()Bharata B Rao-0/+1
2019-11-22mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin-7/+7
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu-18/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner-2/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse-2/+2
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse-2/+4
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi-10/+35
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai-2/+28
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-1/+1
2018-12-28ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai-2/+8
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse-12/+9
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets-2/+2
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers-2/+2
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang-0/+3
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He-4/+10
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport-0/+11
2018-04-27mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport-1/+18
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet-2/+2
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport-2/+2
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda-0/+7
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda-0/+28
2018-04-05mm/ksm.c: make stable_node_dup() staticColin Ian King-4/+4
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz-0/+4
2018-02-06mm: docs: fixup punctuationMike Rapoport-1/+1
2017-12-04mm/ksm: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney-8/+1
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse-2/+13
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai-1/+4
2017-09-06mm/ksm.c: constify attribute_group structuresArvind Yadav-1/+1
2017-08-10mm: fix KSM data corruptionMinchan Kim-1/+2
2017-07-06ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli-12/+23
2017-07-06ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli-26/+52
2017-07-06ksm: cleanup stable_node chain collapse caseAndrea Arcangeli-22/+28
2017-07-06ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli-11/+55
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli-66/+667
2017-06-02ksm: prevent crash after write_protect_page failsAndrea Arcangeli-2/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim-1/+1
2017-05-03mm: make rmap_walk() return voidMinchan Kim-10/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum-1/+1