summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: cma: use pageblock_order as the single alignmentZi Yan2022-05-132-6/+3
* mm: make alloc_contig_range work at pageblock granularityZi Yan2022-05-131-2/+2
* mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan2022-05-131-2/+0
* mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu2022-05-132-2/+28
* mm/hugetlb: handle uffd-wp during fork()Peter Xu2022-05-131-2/+5
* mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-133-5/+7
* mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu2022-05-131-2/+4
* mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu2022-05-131-2/+4
* mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu2022-05-131-0/+15
* mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-132-0/+53
* mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu2022-05-131-0/+17
* mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu2022-05-131-2/+2
* mm/uffd: PTE_MARKER_UFFD_WPPeter Xu2022-05-132-1/+49
* mm: check against orig_pte for finish_fault()Peter Xu2022-05-131-0/+3
* mm: introduce PTE_MARKER swap entryPeter Xu2022-05-133-1/+101
* mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park2022-05-131-0/+2
* mm/damon/core: add a new callback for watermarks checksSeongJae Park2022-05-131-0/+7
* mm/swapops: make is_pmd_migration_entry more strictHongchen Zhang2022-05-131-1/+1
* mm: make minimum slab alignment a runtime propertyPeter Collingbourne2022-05-131-0/+12
* printk: stop including cache.h from printk.hPeter Collingbourne2022-05-131-1/+0
* mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park2022-05-131-0/+3
* mm/damon/core: add a function for damon_operations registration checksSeongJae Park2022-05-131-0/+1
* mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco2022-05-131-0/+2
* mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit2022-05-131-0/+20
* mm/mprotect: do not flush when not required architecturallyNadav Amit2022-05-131-0/+14
* mm/mprotect: use mmu_gatherNadav Amit2022-05-132-4/+6
* VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-091-0/+3
* mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+7
* nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-091-1/+1
* mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+1
* mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-091-0/+6
* mm: drop swap_dirty_folioNeilBrown2022-05-091-1/+0
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-121/+0
* mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-092-0/+31
* mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-091-0/+39
* mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-091-0/+8
* mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-091-2/+2
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-093-4/+76
* mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-091-1/+38
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+2
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-091-1/+1
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-2/+0
* mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-091-4/+18
* mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-092-5/+49
* mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2022-05-091-0/+4
* kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov2022-04-291-4/+4
* mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin2022-04-281-3/+2
* mm/vmstat: add events for ksm cowYang Yang2022-04-281-0/+3
* ksm: count ksm merging pages for each processxu xin2022-04-281-0/+7
* include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu2022-04-281-8/+0