summaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
AgeCommit message (Expand)Author
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab
2020-09-19ksm: reinstate memcg charge on copied pagesHugh Dickins
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/ksm.c: update get_user_pages() argument in commentLi Chen
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-28mm: ksm: Export ksm_madvise()Bharata B Rao
2019-11-22mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2018-12-28ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport
2018-04-27mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda
2018-04-05mm/ksm.c: make stable_node_dup() staticColin Ian King
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz
2018-02-06mm: docs: fixup punctuationMike Rapoport
2017-12-04mm/ksm: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai
2017-09-06mm/ksm.c: constify attribute_group structuresArvind Yadav
2017-08-10mm: fix KSM data corruptionMinchan Kim