summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-10-19mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2-3/+5
2023-10-19mm: make __access_remote_vm() staticLorenzo Stoakes2-4/+4
2023-10-19mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim1-5/+13
2023-10-19mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price1-7/+6
2023-10-19memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand1-43/+45
2023-10-19mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand4-12/+10
2023-10-19mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand4-2/+5
2023-10-19mm: handle write faults to RO pages under the VMA lockMatthew Wilcox (Oracle)1-7/+6
2023-10-19mm: handle read faults under the VMA lockMatthew Wilcox (Oracle)1-4/+3
2023-10-19mm: handle COW faults under the VMA lockMatthew Wilcox (Oracle)1-7/+5
2023-10-19mm: handle shared faults under the VMA lockMatthew Wilcox (Oracle)1-4/+18
2023-10-19mm: call wp_page_copy() under the VMA lockMatthew Wilcox (Oracle)1-13/+26
2023-10-19mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)1-6/+7
2023-10-19shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins1-5/+5
2023-10-19shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins1-111/+118
2023-10-19shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins1-39/+29
2023-10-19shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins1-7/+7
2023-10-19shmem: trivial tidyups, removing extra blank lines, etcHugh Dickins1-35/+21
2023-10-19shmem: factor shmem_falloc_wait() out of shmem_fault()Hugh Dickins1-57/+69
2023-10-19shmem: remove vma arg from shmem_get_folio_gfp()Hugh Dickins1-7/+6
2023-10-19mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes1-6/+13
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum1-2/+3
2023-10-19userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2-16/+44
2023-10-19mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed1-2/+18
2023-10-19mm: memcg: refactor page state unit helpersYosry Ahmed1-11/+33
2023-10-19hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz1-9/+15
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton9-46/+128
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park1-2/+5
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-1/+3
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+1
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2-17/+30
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-4/+37
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-10-18mm: zswap: fix pool refcount bug around shrink_worker()Johannes Weiner1-2/+2
2023-10-17mm/ksm: add pages_skipped metricStefan Roesch1-0/+12
2023-10-17mm/ksm: add "smart" page scanning modeStefan Roesch1-0/+104
2023-10-17dax, kmem: calculate abstract distance with general interfaceHuang Ying1-1/+2
2023-10-17acpi, hmat: calculate abstract distance with HMATHuang Ying1-1/+102
2023-10-17memory tiering: add abstract distance calculation algorithms managementHuang Ying1-0/+59
2023-10-17mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar1-1/+1
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar3-53/+19
2023-10-17mm/damon/core: remove unnecessary si_meminfo invoke.Huan Yang1-4/+2
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-1/+1
2023-10-17mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang2-11/+13
2023-10-17mm: memory: make numa_migrate_prep() to take a folioKefeng Wang3-7/+6
2023-10-17mm: memory: use a folio in do_numa_page()Kefeng Wang1-17/+17
2023-10-17mm: huge_memory: use a folio in do_huge_pmd_numa_page()Kefeng Wang1-16/+13
2023-10-17mm: memory: add vm_normal_folio_pmd()Kefeng Wang1-0/+10
2023-10-07mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-10-07delayacct: add memory reclaim delay in get_page_from_freelistliwenyu1-0/+2