summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
Commit message (Expand)AuthorAgeFilesLines
* ksm: reinstate memcg charge on copied pagesHugh Dickins2020-09-191-0/+4
* Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-25/+0
|\
| * mm/ksm: Remove reuse_ksm_page()Peter Xu2020-09-041-25/+0
* | Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+4
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+2
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-4/+0
|\ \
| * | powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-221-4/+0
| |/
* / treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-6/+6
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-17/+17
* mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul2020-06-041-5/+5
* mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song2020-04-211-2/+10
* mm: use fallthrough;Joe Perches2020-04-071-2/+1
* mm/ksm.c: update get_user_pages() argument in commentLi Chen2020-04-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-041-0/+1
|\
| * mm: ksm: Export ksm_madvise()Bharata B Rao2019-11-281-0/+1
* | mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin2019-11-221-7/+7
|/
* mm: move memcmp_pages() and pages_identical()Song Liu2019-09-241-18/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-2/+2
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-2/+4
* mm: ksm: do not block on page lock when searching stable treeYang Shi2019-03-051-10/+35
* mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2019-03-051-2/+28
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+1
* ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai2018-12-281-2/+8
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-12/+9
* ksm: replace jhash2 with xxhashTimofey Titovets2018-12-281-2/+2
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-221-2/+2
* mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao2018-08-221-2/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-0/+3
* mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-06-151-4/+10
* mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport2018-06-071-0/+11
* mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport2018-04-271-1/+18
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda2018-04-111-0/+7
* | mm/ksm: fix interaction with THPClaudio Imbrenda2018-04-051-0/+28
* | mm/ksm.c: make stable_node_dup() staticColin Ian King2018-04-051-4/+4
* | sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-181-0/+4
|/
* mm: docs: fixup punctuationMike Rapoport2018-02-061-1/+1
* mm/ksm: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-8/+1
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-151-2/+13
* ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai2017-10-031-1/+4
* mm/ksm.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* mm: fix KSM data corruptionMinchan Kim2017-08-101-1/+2
* ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli2017-07-061-12/+23
* ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli2017-07-061-26/+52
* ksm: cleanup stable_node chain collapse caseAndrea Arcangeli2017-07-061-22/+28