summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)
2023-10-18zsmalloc: use copy_page for full page copyMark-PK Tsai
2023-10-18filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav
2023-10-18mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi
2023-10-18mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi
2023-10-18mmap: add clarifying comment to vma_merge() codeLiam R. Howlett
2023-10-18kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov
2023-10-18kasan: use unchecked __memset internallyAndrey Konovalov
2023-10-18kasan: unify printk prefixesAndrey Konovalov
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes
2023-10-18mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes
2023-10-18mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes
2023-10-18mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim
2023-10-18mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price
2023-10-18memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand
2023-10-18mm: handle write faults to RO pages under the VMA lockMatthew Wilcox (Oracle)
2023-10-18mm: handle read faults under the VMA lockMatthew Wilcox (Oracle)
2023-10-18mm: handle COW faults under the VMA lockMatthew Wilcox (Oracle)
2023-10-18mm: handle shared faults under the VMA lockMatthew Wilcox (Oracle)
2023-10-18mm: call wp_page_copy() under the VMA lockMatthew Wilcox (Oracle)
2023-10-18mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins
2023-10-18shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins
2023-10-18shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins
2023-10-18shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins
2023-10-18shmem: trivial tidyups, removing extra blank lines, etcHugh Dickins
2023-10-18shmem: factor shmem_falloc_wait() out of shmem_fault()Hugh Dickins
2023-10-18shmem: remove vma arg from shmem_get_folio_gfp()Hugh Dickins
2023-10-18mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu
2023-10-18mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed
2023-10-18mm: memcg: refactor page state unit helpersYosry Ahmed
2023-10-18hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel
2023-10-18mm: zswap: fix pool refcount bug around shrink_worker()Johannes Weiner