summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-19selftests/mm: export get_free_hugepages()Breno Leitao3-19/+20
2023-10-19zsmalloc: use copy_page for full page copyMark-PK Tsai1-1/+1
2023-10-19filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav1-37/+8
2023-10-19mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi1-4/+2
2023-10-19mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi1-4/+2
2023-10-19mmap: add clarifying comment to vma_merge() codeLiam R. Howlett1-0/+5
2023-10-19Documentation: *san: drop "the" from article titlesAndrey Konovalov3-7/+10
2023-10-19kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov1-4/+5
2023-10-19kasan: use unchecked __memset internallyAndrey Konovalov2-3/+3
2023-10-19kasan: unify printk prefixesAndrey Konovalov4-6/+8
2023-10-19arm64, kasan: update comment in kasan_initAndrey Konovalov1-1/+5
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes4-9/+14
2023-10-19mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes1-0/+11
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 Stoakes4-7/+5
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 Hildenbrand5-13/+11
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-19percpu_counter: extend _limited_add() to negative amountsHugh Dickins2-16/+49
2023-10-19shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins3-5/+81
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-19shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins1-6/+10
2023-10-19mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes1-6/+13
2023-10-19radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett1-2/+2
2023-10-19selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum5-1/+1669
2023-10-19mm/pagemap: add documentation of PAGEMAP_SCAN IOCTLMuhammad Usama Anjum1-0/+89
2023-10-19tools headers UAPI: update linux/fs.h with the kernel sourcesMuhammad Usama Anjum1-0/+59
2023-10-19fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum1-0/+36
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum5-2/+762
2023-10-19userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu6-22/+129
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-19mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook1-1/+1
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 Morton20-74/+261
2023-10-18selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang1-1/+6
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett3-12/+65