| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -22/+10 |
|\ |
|
| * | mm/rmap: Constify the rmap_walk_control argument | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+1 |
| * | mm/rmap: Convert rmap_walk() to take a folio | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -6/+6 |
| * | mm: Turn page_anon_vma() into folio_anon_vma() | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+2 |
| * | mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -4/+1 |
| * | mm/munlock: rmap call mlock_vma_page() munlock_vma_page() | Hugh Dickins | 2022-02-17 | 1 | -11/+1 |
* | | mm/ksm: use helper macro __ATTR_RW | Miaohe Lin | 2022-03-22 | 1 | -2/+1 |
* | | mm/vmstat: add event for ksm swapping in copy | Yang Yang | 2022-03-22 | 1 | -0/+3 |
|/ |
|
* | mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy | Nanyong Sun | 2022-01-15 | 1 | -2/+2 |
* | mm: move tlb_flush_pending inline helpers to mm_inline.h | Arnd Bergmann | 2022-01-15 | 1 | -0/+1 |
* | mm/migrate: Add folio_migrate_flags() | Matthew Wilcox (Oracle) | 2021-10-18 | 1 | -13/+18 |
* | mm/memcg: Convert mem_cgroup_charge() to take a folio | Matthew Wilcox (Oracle) | 2021-09-27 | 1 | -1/+2 |
* | mm/ksm: remove old GCC 4.9+ check | Nick Desaulniers | 2021-09-13 | 1 | -2/+0 |
* | mm: KSM: fix data type | Zhansaya Bagdauletkyzy | 2021-09-03 | 1 | -4/+4 |
* | mm/ksm: use vma_lookup() in find_mergeable_vma() | Liam Howlett | 2021-06-29 | 1 | -4/+2 |
* | ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from... | Hugh Dickins | 2021-05-14 | 1 | -1/+2 |
* | mm: fix typos in comments | Ingo Molnar | 2021-05-07 | 1 | -2/+2 |
* | drivers/char: remove /dev/kmem for good | David Hildenbrand | 2021-05-07 | 1 | -1/+1 |
* | mm/ksm: remove unused parameter from remove_trailing_rmap_items() | Chengyang Fan | 2021-05-05 | 1 | -4/+3 |
* | ksm: fix potential missing rmap_item for stable_node | Miaohe Lin | 2021-05-05 | 1 | -0/+1 |
* | ksm: remove dedicated macro KSM_FLAG_MASK | Miaohe Lin | 2021-05-05 | 1 | -3/+1 |
* | ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree() | Miaohe Lin | 2021-05-05 | 1 | -2/+1 |
* | ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search() | Miaohe Lin | 2021-05-05 | 1 | -2/+0 |
* | mm: cleanup kstrto*() usage | Alexey Dobriyan | 2020-12-15 | 1 | -9/+9 |
* | mm: use sysfs_emit for struct kobject * uses | Joe Perches | 2020-12-15 | 1 | -16/+16 |
* | docs: get rid of :c:type explicit declarations for structs | Mauro Carvalho Chehab | 2020-10-15 | 1 | -1/+1 |
* | ksm: reinstate memcg charge on copied pages | Hugh Dickins | 2020-09-19 | 1 | -0/+4 |
* | Merge branch 'simplify-do_wp_page' | Linus Torvalds | 2020-09-04 | 1 | -25/+0 |
|\ |
|
| * | mm/ksm: Remove reuse_ksm_page() | Peter Xu | 2020-09-04 | 1 | -25/+0 |
* | | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio | 2020-08-24 | 1 | -0/+4 |
* | | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 1 | -1/+2 |
* | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-08-07 | 1 | -4/+0 |
|\ \ |
|
| * | | powerpc/64s: Remove PROT_SAO support | Nicholas Piggin | 2020-07-22 | 1 | -4/+0 |
| |/ |
|
* / | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
|/ |
|
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -6/+6 |
* | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 1 | -17/+17 |
* | mm: ksm: fix a typo in comment "alreaady"->"already" | Ethon Paul | 2020-06-04 | 1 | -5/+5 |
* | mm/ksm: fix NULL pointer dereference when KSM zero page is enabled | Muchun Song | 2020-04-21 | 1 | -2/+10 |
* | mm: use fallthrough; | Joe Perches | 2020-04-07 | 1 | -2/+1 |
* | mm/ksm.c: update get_user_pages() argument in comment | Li Chen | 2020-04-07 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-12-04 | 1 | -0/+1 |
|\ |
|
| * | mm: ksm: Export ksm_madvise() | Bharata B Rao | 2019-11-28 | 1 | -0/+1 |
* | | mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() | Andrey Ryabinin | 2019-11-22 | 1 | -7/+7 |
|/ |
|
* | mm: move memcmp_pages() and pages_identical() | Song Liu | 2019-09-24 | 1 | -18/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 | Thomas Gleixner | 2019-06-19 | 1 | -2/+1 |
* | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 2019-05-14 | 1 | -2/+2 |
* | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 2019-05-14 | 1 | -2/+4 |
* | mm: ksm: do not block on page lock when searching stable tree | Yang Shi | 2019-03-05 | 1 | -10/+35 |
* | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 2019-03-05 | 1 | -2/+28 |