summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memcontrol: only transfer the memcg data for migrationNhat Pham2023-10-182-4/+38
* memcontrol: add helpers for hugetlb memcg accountingNhat Pham2023-10-181-12/+47
* mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2023-10-182-19/+3
* mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)2023-10-183-16/+10
* mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)2023-10-183-25/+24
* mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)2023-10-181-3/+11
* mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-32/+1
* bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-3/+9
* mm: add folio_end_read()Matthew Wilcox (Oracle)2023-10-181-0/+22
* zsmalloc: use copy_page for full page copyMark-PK Tsai2023-10-181-1/+1
* filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav2023-10-181-37/+8
* mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi2023-10-181-4/+2
* mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi2023-10-181-4/+2
* mmap: add clarifying comment to vma_merge() codeLiam R. Howlett2023-10-181-0/+5
* kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov2023-10-181-4/+5
* kasan: use unchecked __memset internallyAndrey Konovalov2023-10-182-3/+3
* kasan: unify printk prefixesAndrey Konovalov2023-10-184-6/+8
* mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes2023-10-181-2/+1
* mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes2023-10-181-0/+11
* mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2023-10-182-3/+5
* mm: make __access_remote_vm() staticLorenzo Stoakes2023-10-182-4/+4
* mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim2023-10-181-5/+13
* mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price2023-10-181-7/+6
* memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand2023-10-181-43/+45
* mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-184-12/+10
* mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand2023-10-184-2/+5
* mm: handle write faults to RO pages under the VMA lockMatthew Wilcox (Oracle)2023-10-181-7/+6
* mm: handle read faults under the VMA lockMatthew Wilcox (Oracle)2023-10-181-4/+3
* mm: handle COW faults under the VMA lockMatthew Wilcox (Oracle)2023-10-181-7/+5
* mm: handle shared faults under the VMA lockMatthew Wilcox (Oracle)2023-10-181-4/+18
* mm: call wp_page_copy() under the VMA lockMatthew Wilcox (Oracle)2023-10-181-13/+26
* mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)2023-10-181-6/+7
* shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins2023-10-181-5/+5
* shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins2023-10-181-111/+118
* shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins2023-10-181-39/+29
* shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins2023-10-181-7/+7
* shmem: trivial tidyups, removing extra blank lines, etcHugh Dickins2023-10-181-35/+21
* shmem: factor shmem_falloc_wait() out of shmem_fault()Hugh Dickins2023-10-181-57/+69
* shmem: remove vma arg from shmem_get_folio_gfp()Hugh Dickins2023-10-181-7/+6
* mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes2023-10-181-6/+13
* fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-181-2/+3
* userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2023-10-182-16/+44
* mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed2023-10-181-2/+18
* mm: memcg: refactor page state unit helpersYosry Ahmed2023-10-181-11/+33
* hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz2023-10-181-9/+15
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-189-46/+128
|\
| * mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park2023-10-181-2/+5
| * kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2023-10-181-1/+3
| * kasan: print the original fault addr when access invalid shadowHaibo Li2023-10-181-3/+1
| * hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2023-10-182-17/+30