summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Docs/{ABI,admin-guide}/damon: update for fixed virtual address ranges monitoringSeongJae Park2-9/+19
2022-05-13mm/damon/sysfs: support fixed virtual address ranges monitoringSeongJae Park1-7/+6
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park3-2/+20
2022-05-13Docs/{ABI,admin-guide}/damon: document 'avail_operations' sysfs fileSeongJae Park2-7/+21
2022-05-13selftets/damon/sysfs: test existence and permission of avail_operationsSeongJae Park1-0/+1
2022-05-13mm/damon/sysfs: add a file for listing available monitoring opsSeongJae Park1-0/+19
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park2-3/+22
2022-05-13mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco1-0/+2
2022-05-13kfence: enable check kfence canary on panic via boot paramhuangshaobo1-0/+34
2022-05-13hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry1-2/+2
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit5-2/+45
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit5-5/+120
2022-05-13mm/mprotect: use mmu_gatherNadav Amit7-51/+82
2022-05-10VFS: add FMODE_CAN_ODIRECT file flagNeilBrown6-22/+19
2022-05-10MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown1-2/+4
2022-05-10mm: handle THP in swap_*page_fs()NeilBrown1-10/+13
2022-05-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown4-24/+74
2022-05-10mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown5-47/+104
2022-05-10doc: update documentation for swap_activate and swap_rwNeilBrown2-11/+24
2022-05-10mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown1-40/+58
2022-05-10nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown3-18/+12
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown6-6/+77
2022-05-10mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown2-9/+28
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown4-10/+23
2022-05-10mm: drop swap_dirty_folioNeilBrown3-19/+1
2022-05-10mm: create new mm/swap.h header fileNeilBrown16-121/+148
2022-05-10selftests: clarify common error when running gup_testJoel Savitz1-0/+2
2022-05-10mm/gup: fix comments to pin_user_pages_*()Yury Norov1-4/+17
2022-05-10powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand1-1/+20
2022-05-10powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand1-7/+5
2022-05-10s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+21
2022-05-10s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand1-9/+8
2022-05-10arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-3/+21
2022-05-10x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-1/+25
2022-05-10mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+15
2022-05-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand5-13/+105
2022-05-10mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand3-1/+66
2022-05-10mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand4-6/+105
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand4-55/+126
2022-05-10mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand2-3/+8
2022-05-10mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand3-6/+12
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand11-34/+289
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand6-2/+71
2022-05-10mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand1-2/+0
2022-05-10mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2-0/+3
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand9-17/+19
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand3-5/+9
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand7-21/+8
2022-05-10mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand3-10/+25
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand6-37/+79