summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu1-1/+11
2022-05-13mm: teach core mm about pte markersPeter Xu6-4/+40
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+6
2022-05-13mm/page_alloc: cache the result of node_dirty_ok()Wonhyuk Yang1-6/+7
2022-05-13mm/damon/reclaim: support online inputs updateSeongJae Park1-33/+62
2022-05-13mm/damon/sysfs: support online inputs updateSeongJae Park1-9/+90
2022-05-13mm/damon/sysfs: update schemes stat in the kdamond contextSeongJae Park1-26/+135
2022-05-13mm/damon/sysfs: use enum for 'state' input handlingSeongJae Park1-10/+62
2022-05-13mm/damon/sysfs: reuse damon_set_regions() for regions settingSeongJae Park1-15/+18
2022-05-13mm/damon/sysfs: move targets setup code to a separated functionSeongJae Park1-21/+28
2022-05-13mm/damon/sysfs: prohibit multiple physical address space monitoring targetsSeongJae Park1-0/+4
2022-05-13mm/damon/vaddr: remove damon_va_apply_three_regions()SeongJae Park2-20/+4
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park2-73/+73
2022-05-13mm/damon/vaddr: generalize damon_va_apply_three_regions()SeongJae Park1-24/+42
2022-05-13mm/damon/core: finish kdamond as soon as any callback returns an errorSeongJae Park1-2/+6
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park1-1/+7
2022-05-13mm/rmap: Fix typos in commentsAdrian Huang1-2/+2
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel1-2/+2
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne3-11/+15
2022-05-13mm: rmap: use flush_cache_range() to flush cache for hugetlb pagesBaolin Wang1-42/+48
2022-05-13mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharingBaolin Wang1-18/+22
2022-05-13mm: hugetlb: considering PMD sharing when flushing cache/TLBsBaolin Wang2-3/+16
2022-05-13mm/memory_hotplug: use pgprot_val to get value of pgprotliusongtang1-1/+1
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 Park2-2/+17
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 Park1-3/+21
2022-05-13kfence: enable check kfence canary on panic via boot paramhuangshaobo1-0/+34
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit2-2/+10
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit2-5/+7
2022-05-13mm/mprotect: use mmu_gatherNadav Amit4-46/+71
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-spaceNeilBrown3-24/+67
2022-05-10mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown5-47/+104
2022-05-10mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown1-40/+58
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown3-6/+68
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_activateNeilBrown1-7/+3
2022-05-10mm: drop swap_dirty_folioNeilBrown2-18/+1
2022-05-10mm: create new mm/swap.h header fileNeilBrown15-0/+148
2022-05-10mm/gup: fix comments to pin_user_pages_*()Yury Norov1-4/+17
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 Hildenbrand3-13/+74
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 Hildenbrand3-6/+66
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand3-55/+118
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 Hildenbrand2-4/+10
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand8-30/+213