summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-01-15slub: don't mess with ->d_nameAl Viro1-8/+5
2025-01-14mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang1-1/+7
2025-01-14mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes2-1/+95
2025-01-14mm: assert mmap write lock held on do_mmap(), mmap_region()Lorenzo Stoakes1-0/+4
2025-01-14memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn1-62/+3
2025-01-14memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn2-21/+48
2025-01-14memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn1-3/+14
2025-01-14mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo2-12/+0
2025-01-14mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory o...David Hildenbrand1-1/+1
2025-01-14mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()David Hildenbrand1-3/+3
2025-01-14mseal: remove can_do_mseal()Jeff Xu2-19/+3
2025-01-14mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin2-55/+53
2025-01-14mm: perform all memfd seal checks in a single placeLorenzo Stoakes3-10/+52
2025-01-14mm: enforce __must_check on VMA merge and splitLorenzo Stoakes2-14/+20
2025-01-14mm/damon/tests/vaddr-kunit.h: reduce stack consumptionAndrew Morton1-1/+1
2025-01-14mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-1/+1
2025-01-14mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsingGuo Weikang1-38/+27
2025-01-14mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao2-0/+8
2025-01-14x86: mm: free page table pages by RCU instead of semi RCUQi Zheng1-1/+8
2025-01-14mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng6-3/+131
2025-01-14mm: make zap_pte_range() handle full within-PMD rangeQi Zheng1-0/+8
2025-01-14mm: do_zap_pte_range: return any_skipped information to the callerQi Zheng1-15/+21
2025-01-14mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...Qi Zheng1-4/+12
2025-01-14mm: skip over all consecutive none ptes in do_zap_pte_range()Qi Zheng1-7/+20
2025-01-14mm: introduce do_zap_pte_range()Qi Zheng1-19/+26
2025-01-14mm: introduce zap_nonpresent_ptes()Qi Zheng1-63/+73
2025-01-14mm: userfaultfd: recheck dst_pmd entry in move_pages_pte()Qi Zheng1-20/+35
2025-01-14mm: khugepaged: recheck pmd state in retract_page_tables()Qi Zheng1-14/+31
2025-01-14mm/hugetlb: don't map folios writable without VM_WRITE when copying during fo...David Hildenbrand1-12/+6
2025-01-14hugetlb: prioritize surplus allocation from current nodeKoichiro Den1-3/+17
2025-01-14readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara1-3/+10
2025-01-14readahead: don't shorten readahead window in read_pages()Jan Kara1-12/+2
2025-01-14mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...David Hildenbrand1-4/+5
2025-01-14mm/page_alloc: sort out the alloc_contig_range() gfp flags messDavid Hildenbrand1-4/+44
2025-01-14mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand2-7/+2
2025-01-14mm/page_isolation: don't pass gfp flags to start_isolate_page_range()David Hildenbrand3-6/+3
2025-01-14mm/page_isolation: don't pass gfp flags to isolate_single_pageblock()David Hildenbrand1-5/+3
2025-01-14mm/memory_hotplug: move debug_pagealloc_map_pages() into online_pages_range()David Hildenbrand2-7/+9
2025-01-14mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes3-18/+20
2025-01-14mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes3-243/+243
2025-01-14mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes1-1/+53
2025-01-14mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes3-109/+112
2025-01-14mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes4-84/+87
2025-01-14mm/page_alloc: add some detailed comments in can_steal_fallbackgaoxiang171-0/+8
2025-01-14mm:kasan: fix sparse warnings: Should it be static?Nihar Chaithanya1-2/+2
2025-01-14mm: swap_cgroup: get rid of __lookup_swap_cgroup()Roman Gushchin1-16/+2
2025-01-14mm: swap_cgroup: allocate swap_cgroup map using vcalloc()Roman Gushchin1-70/+13
2025-01-14mm: remove the non-useful else after a break in a if statementKeren Sun1-2/+2
2025-01-14mm: remove unnecessary whitespace before a quoted newlineKeren Sun1-3/+3
2025-01-14mm: prefer 'unsigned int' to bare use of 'unsigned'Keren Sun1-3/+3